/*
Theme Name: Radiate
Theme URI: http://themegrill.com/themes/radiate/
Author: ThemeGrill
Author URI: http://themegrill.com/
Description: Radiate is a clean, creative and light retina ready responsive blogging theme supporting parallax header image. It integrates primary color option, custom background, custom css and few other features through WordPress customizer. The theme is translation ready and you can get free support on http://themegrill.com/support-forum. View demo at http://demo.themegrill.com/radiate. Available Translations: French, German, Russian, Swedish, Dutch, Norwegian, Brazilian Portuguese and Spanish.
Version: 1.1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: radiate
Domain Path: /languages/
Tags: light, white, two-columns, right-sidebar, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, post-formats, sticky-post, threaded-comments, translation-ready

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,300,700,600);
/* =Reset
-------------------------------------------------------------- */
img, object, embed, video {
	max-width: 100%;
}
html{font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
input[type="text"],input[type="email"],input[type="submit"], select, textarea, button{-webkit-appearance:none; border-radius:0;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff; font-family:'Titillium Web'; font-size:16px; line-height:24px; color:#333333;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 15px;
	margin: 0 0 1.5em;
	width: 100%;
}
th {
   font-weight: bold;
}
th, td {
   border: 1px solid #EAEAEA;
   padding: 6px 10px;
}
caption, th, td {
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: 0;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}
a{text-decoration:none; outline:none;}
a:hover{text-decoration:none; outline:none;}
a img{border:0px; outline:none;}
.clear{clear:both; font-size:0px; height:0px; line-height:0px; display:block;}
/* =Genericons
----------------------------------------------- */
@font-face {
    font-family: 'Genericons';
    src: url('font/genericons-regular-webfont.eot');
    src: url('font/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/genericons-regular-webfont.woff') format('woff'),
         url('font/genericons-regular-webfont.ttf') format('truetype'),
         url('font/genericons-regular-webfont.svg#genericonsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	font-family: 'Titillium Web', Georgia, serif;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #444444;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family:  'Titillium Web', sans-serif;
}
h1 { font-size: 30px; line-height: 36px; }
h2 { font-size: 28px; line-height: 34px; }
h3 { font-size: 26px; line-height: 32px; }
h4 { font-size: 24px; line-height: 30px; }
h5 { font-size: 22px; line-height: 28px; }
h6 { font-size: 19px; line-height: 25px; }
hr {
	background-color: #eaeaea;
	border: 0;
	height: 1px;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

/* Text elements */
p {
	margin:0;
}
ul, ol {
	margin: 0;
}
ul {
	list-style: none;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 15px;
	margin-left: 1.5rem;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 15px 15px;
	margin: 0 1.5rem 1.5rem;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	color:#bbbbbb; text-align:center; text-transform:uppercase;
}
blockquote cite {
	color: #333333;
	font: 300 15px "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
}
address {
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	display: block;
   font-style: italic;
}
pre {
	background: #FFFFFF;
	border: 1px solid #EAEAEA;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	max-width: 100%;
	overflow: auto;
	padding: 16px;
	padding: 1.6rem;
	white-space: pre-wrap;
	overflow: auto;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	white-space: pre-wrap;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
	white-space: pre-wrap;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
/* For icon display hide of jetpack site stats */
img#wpstats {
 	display: none;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #8bbd0a;
	border: none;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 8px 16px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: 0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	text-decoration: none;
	cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to radiate-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color:#9cc72f;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #8bbd0a;
	text-decoration: none;
}
a:visited {
}
a:hover,
a:focus,
a:active {
}

/* clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display: block;
}
/* close commented backslash hack */

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-right: 1.5rem;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-left: 1.5rem;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.alignnone {
	margin: 10px 0;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/* =Layout
----------------------------------------------- */
.inner-wrap {
	max-width: 1218px;
	margin: 0 auto;
}
#primary {
	width: 57%;
	float: left;
}
#secondary {
	width: 32%;
	float: right;
}
#content {
	padding-top: 45px;
}
#content a:hover {
	text-decoration: underline;
}
.site-content{padding:85px 0 0; background:#fff;}
.site-content .inner-wrap{position:relative;}

/* =Header
----------------------------------------------- */
/*#parallax-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}*/
#page {
  position: relative;
  z-index: 888;
}
#masthead {
	position: relative;
	width: 100%;
	margin: 0 auto !important;
	z-index: 999999;
	background-color: #FFFFFF;
	padding:15px 0 0;
}
.header-wrap {
	max-width:1200px; margin:0 auto;
}
body.admin-bar .header-wrap {
	top: 32px;
}
.site-branding {
	float: left;
	max-width: 100%;
}

.site-title {
	font-size: 36px;
	font-size: 3.6rem;
	padding: 5px 20px 5px 25px;
	padding: 0.5rem 2rem 0.5rem 2.5rem;
	float: left;
	line-height: 1.5;
}
.site-title a {
	color: #444444;
}
.site-title a:hover {
	color: #8bbd0a;
}
.site-description {
	display: none;
}
img.header-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#masthead .search-form {
	float: right;
	position: absolute;
	right: 0;
	top: -5px;
	background-color:transparent; border:1px solid #8bbd0a;
	display: none;  -webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
	z-index: 999;
}
#masthead .search-form .search-field {
	width: 180px; padding:3px 0 3px 10px; color:#333333; font-size:14px; border:0;
}
#masthead .search-form input[type="submit"] {
	display: none;
}
.header-search-icon {
	float: right;
	padding:2px;
	cursor: pointer; background:#8bbd0a; width:1.2em;  line-height:1.2em; -webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px; margin:2px 0 0 5px; height:17px;
}
.header-search-icon:before {
	content: '\f400';
	color: #fff;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: bold 18px/18px 'Genericons';
	vertical-align: top;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	float: right; width:100%;
	max-width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0; float:right;
	padding-left: 0;
}
.main-navigation li {
	font-family: 'Titillium Web';
	float: left;
	position: relative;
}
.main-navigation a {
	font-family: 'Titillium Web';
	padding:15px 14px; font-weight:bold; font-size:16px;
	display: block; text-transform:uppercase;
	text-decoration: none;
	color: #333333;
}
.main-navigation li:last-child a{padding-right:0;}
.main-navigation a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li:hover > a {
	color: #8bbd0a;
}

/* Dropdown */
.main-navigation ul li ul,
.main-navigation ul li:hover ul ul,
.main-navigation ul ul li:hover ul ul,
.main-navigation ul ul ul li:hover ul ul,
.main-navigation ul ul ul ul li:hover ul ul {
	display:none;
	z-index: 9999;
}
.main-navigation ul li:hover ul,
.main-navigation ul ul li:hover ul,
.main-navigation ul ul ul li:hover ul,
.main-navigation ul ul ul ul li:hover ul,
.main-navigation ul ul ul ul ul li:hover ul {
	display:block;
}
.main-navigation ul ul {
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 54px;
	z-index: 99999;
}
.main-navigation ul ul li {
	border-left: none;
	font-size: 14px;
	font-size: 1.4rem;
}
.main-navigation ul li ul li a,
.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor ul li a,
.main-navigation ul li.current-menu-ancestor ul li a,
.main-navigation ul li.current_page_item ul li a {
	color: #444444;
	background-color: #FFFFFF;
}
.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover > a,
.main-navigation ul li.current-menu-item ul li a:hover {
	background-color: #8bbd0a;
	color: #ffffff;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	min-width: 200px;
}



/* =Content
----------------------------------------------- */
.sticky {
}
.hentry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 0;
}
.page-header {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 10px 30px;
	padding: 1rem 3rem;
	background-color: #FFFFFF;
	text-align: center;
}
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.post-featured-image {
   padding-bottom: 10px;
}
.post-featured-image a img:hover {
   opacity: 0.8;
   filter:alpha(opacity=80); /* For IE8 and earlier */
   box-shadow: #000 0 0 0;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 15px 0 0;
	margin: 1.5rem 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}
.entry-title {
	font-size: 32px; color:#9cc72f; font-weight:bold;
	line-height: 32px;
}
.page-title {
	font-size: 32px; color:#9cc72f; font-weight:bold;
	line-height: 32px;
}
.entry-title a {
	color: #444444;
}
#content .entry-title a:hover {
	color: #8bbd0a;
	text-decoration: none;
}
.entry-content ul {
	list-style: square;
}
.entry-content ul,
.entry-content ol {
	padding: 0 0 0 35px;
   margin-bottom: 30px;
}
.entry-content li > ul,
.entry-content li > ol {
	margin-bottom: 0;
}
.entry-header .entry-meta span {
	padding-right: 20px;
}
.entry-meta span {
	padding-right: 20px;
	color: #999999;
	font-size: 14px;
	font-size: 1.4rem;
}
.entry-meta span:hover {
	color: #8bbd0a;
}
.entry-meta span a {
	color: #999999;
}
#content .entry-meta span a:hover {
	color: #8bbd0a;
	text-decoration: none;
}

.entry-meta .posted-on:before,
.entry-meta .byline:before,
.entry-meta .cat-links:before,
.entry-meta .tags-links:before,
.entry-meta .comments-link:before,
.entry-meta .edit-link:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 22px/1 'Genericons';
	vertical-align: top;
}
.entry-meta .posted-on:before 		{ content: '\f307'; }
.entry-meta .byline:before 			{ content: '\f304'; }
.entry-meta .cat-links:before 		{ content: '\f301'; }
.entry-meta .tags-links:before 		{ content: '\f302'; }
.entry-meta .comments-link:before 	{ content: '\f300'; }
.entry-meta .edit-link:before 		{ content: '\f411'; }

/* =Featured pages section - front page
----------------------------------------------- */
.tg-one-third {
	float: left;
	width: 31.143952%;
	margin: 0 3.284072% 30px 0;
	margin: 0 3.284072% 3rem 0;
}
.tg-one-third-last {
	margin-right: 0;
}
#featured_pages {
	padding-bottom: 15px;
	text-align: center;
}
#featured_pages img {
	vertical-align: top;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
#featured_pages .page_text_container {
	background-color: #FFFFFF;
	padding: 30px 30px 20px;
	padding: 3rem 3rem 2rem;
}
#featured_pages .entry-title {
	line-height: 1;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	font-size: 24px;
	font-size: 2.4rem;
}
#featured_pages p {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	font-size: 14px;
	font-size: 1.4rem;
}
#featured_pages a.more-link {
	font-size: 14px;
	font-size: 1.4rem;
	border: 1px solid #EAEAEA;
	border-radius: 4px;
	color: #555555;
	padding: 4px 10px;
}
#featured_pages a.more-link:hover {
	border: 1px solid #8bbd0a;
	border-radius: 4px;
	color: #8bbd0a;
	padding: 4px 10px;
	text-decoration: none;
}

/* =No Results
----------------------------------------------- */
.not-found .page-content {
	padding: 30px;
	padding: 3rem;
	background-color: #FFFFFF;
}
.not-found .search-form {
	text-align: center;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 8px 0;
	margin: 0.8075rem 0;
}
.site-main .gallery {
}
.gallery-caption {
}
.site-main .gallery a img {
}
.site-main .gallery dd {
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* =WordPress Gallery Support
----------------------------------------------- */
.gallery {
	margin: 0 auto 20px;
	margin: 0 auto 2rem;
}
.gallery .gallery-item {
	float: left;
	display: block;
	background: #fff;
	margin: 10px 1.5% 20px;
	text-align: center;
}
.gallery .gallery-item:hover { }
.gallery .gallery-icon {
	text-align: center;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 0;
}
.gallery-columns-1 .gallery-item { float: none; text-align: center; width:100%; margin: 10px 0 20px; }
.gallery-columns-2 .gallery-item { width:47%; }
.gallery-columns-3 .gallery-item { width:30%; }
.gallery-columns-4 .gallery-item { width:22%; }
.gallery-columns-5 .gallery-item { width:17%; }
.gallery-columns-6 .gallery-item { width:13.6%; }
.gallery-columns-7 .gallery-item { width:12.25%; margin:10px 1% 10px; }
.gallery-columns-8 .gallery-item { width:10.5%; margin:10px 1% 10px; }
.gallery-columns-9 .gallery-item { width:9.11%; margin:10px 1% 10px; }
.gallery dl a {
	display: block;
}
.gallery dl a img {
	height: auto;
	margin: 0 auto;
}
.gallery .gallery-caption {
	font-size: 14px;
	line-height: 1.2;
	margin: 10px 0 0;
}
.gallery br+br { display:none; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	max-width: 48%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	max-width: 48%;
}

/* =Comments
----------------------------------------------- */

#comments {
	padding: 30px;
	padding: 3rem;
	background-color: #FFFFFF;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
#comments h1,
#comments h2,
#comments h3,
#comments h4,
#comments h5,
#comments h6 {
	margin-bottom: 10px;
   margin-bottom: 1rem;
}
#comments h2.comments-title {
	margin-bottom: 30px;
}
.avatar {
	border-radius: 50%;
	float: left;
}
.comments-area article header {
	margin: 0 0 20px;
	overflow: hidden;
	position: relative;
}
.comments-area .comment-edit-link,
.comments-area .comment-permalink,
.comments-area .comment-date-time,
.comments-area .comment-author-link {
	display: block;
	margin-left: 100px;
	color: #999999;
}
#content .comments-area article header cite a:hover,
#content .comments-area a.comment-edit-link:hover,
#content .comments-area a.comment-permalink:hover {
	color: #8bbd0a;
}
.comments-area .comment-author-link a {
	color: #999999;
}
.comments-area .comment-author-link a:hover {
	color: #8bbd0a;
}
.comments-area .comment-author-link span {
	margin-left: 10px;
	padding: 0 5px;
	background-color: #8bbd0a;
	color: #FFFFFF;
	border-radius: 3px;
}
.comments-area article header .comment-author-link:before,
.comments-area article header .comment-edit-link:before,
.comments-area article header .comment-permalink:before,
.comments-area article header .comment-date-time:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 22px/1 'Genericons';
	vertical-align: top;
}
.comments-area article header .comment-author-link:before { content: '\f304'; }
.comments-area article header .comment-edit-link:before { content: '\f411'; }
.comments-area article header .comment-permalink:before { content: '\f107'; }
.comments-area article header .comment-date-time:before { content: '\f307'; }
.comment-content {
	padding: 20px;
	padding: 2rem;
	background-color: #F8F8F8;
	border: 1px solid #EAEAEA;
}
.comment {
	margin-bottom: 20px;
}
.comment ul, .comment ol {
   margin: 0 0 20px 20px;
}
.comment ul {
   list-style: square outside none;
}
.comment .comment-reply-link {
	float: right;
	color: #999999;
}
.comment .comment-reply-link:hover {
	color: #8bbd0a;
}
.comment .comment-reply-link:before {
	content: '\f412';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 22px/1 'Genericons';
	vertical-align: top;
}
.comment-list {
	margin-bottom: 34px;
	margin-bottom: 3.4rem;
}
.comment-list .children {
   margin-left: 20px;
}
.comment-list, .comment-list .children {
    list-style-type: none;
    padding: 0;
}

/* Comment form */
#respond {
}
#respond h3#reply-title {
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 1rem;
	font-weight: normal;
	font-size: 16px;
	font-size: 1.6rem;
}
#respond form {
	margin: 24px 0;
	margin: 2.4rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 1.1rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}
#respond form label {
	display: block;
	line-height: 1.5;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 10px;
	padding: 1rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Widgets
----------------------------------------------- */
.widget {
	
}
.widget-title {
	color:#333333; font-weight:bold;
}


/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}
.widget_search .search-form {
	width: 90%;
}
.widget_search input[type="search"] {
    width: 90%;
}
.widget th, .widget td {
   padding: 1px 1px 1px 2px;
}

/* =Infinite Scroll
----------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/* =Footer
----------------------------------------------- */
#colophon {
	padding:15px 0 10px;
	background-color: #333333;
}
#colophon .site-info {
	max-width:1200px; margin:0 auto;
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

.site-header .menu-toggle {
	background: #8bbd0a;
	color: #fff;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 300;
	padding: 5px 22px;
	margin: 0;
}
.site-header .menu-toggle:hover {
 	background: #8bbd0a;
}
.site-header .menu-toggle:before {
	content: '\f419';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 22px/1 'Genericons';
	vertical-align: top;
	padding-top: 8px;
}

.main-small-navigation ul {
  margin: 0;
  list-style: none;
}
.main-small-navigation li {
  background: #ffffff;
}
.main-small-navigation a {
  display: block;
  color: #444444;
  padding: 5px 22px;
  text-decoration: none;
  font-size: 14px; text-transform:uppercase;
}
.main-small-navigation li:hover {
  background: #8bbd0a;
}
.main-small-navigation li:hover > a {
	color: #ffffff;
}
.main-small-navigation ul ul a {
  padding-left: 44px;
}
.main-small-navigation ul ul ul a {
  padding-left: 66px;
}
.main-small-navigation ul > .current_page_item,
.main-small-navigation ul > .current-menu-item {
  background: #8bbd0a;
}
.main-small-navigation ul > .current_page_item a,
.main-small-navigation ul > .current-menu-item  a{
  color: #ffffff;
}
.main-small-navigation ul li ul li a,
.main-small-navigation ul li.current-menu-item ul li a,
.main-small-navigation ul li ul li.current-menu-item a,
.main-small-navigation ul li.current_page_ancestor ul li a,
.main-small-navigation ul li.current-menu-ancestor ul li a,
.main-small-navigation ul li.current_page_item ul li a {
	color: #444444;
	background-color: #FFFFFF;
}
.main-small-navigation ul li ul li a:hover,
.main-small-navigation ul li ul li:hover > a,
.main-small-navigation ul li.current-menu-item ul li a:hover {
	background-color: #8bbd0a;
	color: #ffffff;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width:48px;
    height: 36px;
    margin-top: -18px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background:url(images/left_arrow.png) no-repeat left top; background-size:100%;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left:10px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}


.slick-next
{
    right: 10px; background-image:url(images/right_arrow.png);
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}



/* = CUSTOM STYLES	
----------------------------------------------- */
.header-wrap .right{float:right; width:880px; padding:35px 0 0; position:relative;}
.top_line{width:100%; float:right; max-width:750px; border-bottom:2px dotted #bbbbbb; padding:0 0 15px;}
.top_line p{color:#94c22e; font-size:14px; line-height:24px; float:left;}

.social_icons{float:right;}
.social_icons .lsi-social-icons li{float:left; padding:0 0 0 5px !important; margin:0 !important;}
.social_icons .lsi-social-icons li a{padding:2px !important;}

.slider_main{width:100%; position:relative; border-bottom:2px solid #ffffff;}
.slider_main .ms-slide-info{background:url(images/caption_bg.png) repeat left top; padding:45px 0; position:absolute; left:0; bottom:0 !important;
width:100%; text-align:center; color:#fff; font-weight:bold; font-size:24px; line-height:25px; min-height:30px !important;}


.site .slider_main .ms-nav-prev,.site .slider_main .ms-nav-next{width:32px; height:24px; position:absolute; bottom:45px; top:auto; border:0; -webkit-border-radius: 0px;
-moz-border-radius: 0px; border-radius: 0px;}
.site .slider_main .ms-nav-prev{background:url(images/left_arrow.png) no-repeat left top !important;  left:70px; }
.site .slider_main .ms-nav-next{background:url(images/right_arrow.png) no-repeat left top !important; right:70px; left:auto;}
.site .slider_main .ms-nav-prev:hover,.site .slider_main .ms-nav-next:hover{}

.slider_buttons{position:absolute; left:50%; top:50%; margin:-150px 0 0 -600px; z-index:11; max-width:1200px;}
.slider_buttons li{width:27.3%; float:left; margin:0 2%; padding:25px 1%; position:relative; background:rgba(51,51,51,0.85); text-align:center;}
.slider_buttons li .link{width:100%; position:absolute; left:0; top:0; height:100%; z-index:11;}
.slider_buttons li:hover{background:rgba(139,189,10,0.85);}
.slider_buttons li h2{font-size:24px; color:#8bbd0a; padding:0 0 15px; font-weight:bold;}
.slider_buttons li p{line-height:21px; color:#ffffff;}
.slider_buttons li .arrow{background:url(images/button_arrow.png) no-repeat left top; width:24px; display:inline-block; height:24px; margin:15px 0 0;}

.slider_buttons li:hover h2{color:#fff;}
.slider_buttons li:hover p{color:#333333;}
.slider_buttons li:hover .arrow{background-position:left bottom;}

.home_parallax{width:100%; border-top:12px solid #ffffff; position:relative; overflow:hidden; height:300px;}
.home_parallax #parallax-bg{width:100%; background:url(images/home_parallax.jpg) no-repeat center top; height:500%;
position:absolute; left:0; top:0;}

.home_left h2{font-weight:bold; color:#8bbd0a; line-height:26px; font-size:24px; padding:0 0 25px;}
.home_left p{color:#333333;}
.home_left .more{color:#e78012; font-weight:bold; text-transform:uppercase;}
.home_left .more:hover{color:#ca6800;}

.home_menu{width:100%; float:left; margin:0 0 30px; border-top:2px dotted #333; border-bottom:2px dotted #333; padding:8px 0;}
.home_menu li{float:left; padding:0 20px 0 0;}
.home_menu li:last-child{padding-right:0;}
.home_menu li a{font-weight:bold; color:#333333; padding:7px 0 7px 35px; background-repeat:no-repeat; background-position:left 1px; float:left;}
.home_menu li.icon1 a{background-image:url(images/icon1.png);}
.home_menu li.icon2 a{background-image:url(images/icon2.png); padding-left:25px;}
.home_menu li.icon3 a{background-image:url(images/icon3.png); padding-left:25px;}
.home_menu li.icon4 a{background-image:url(images/icon4.png); padding-left:42px;}


.home-content{width:100%; background:#eeeeee; padding:45px 0;}
.orange_btns{width:100%; float:left;}
.orange_btns a{margin:0 0 24px; width:94%; background:#e78012; padding:12px 0 13px 6%; position:relative; font-size:23px; color:#eeeeee;
font-weight:bold; text-transform:uppercase; float:left;}
.orange_btns a img{position:absolute; right:6%; top:0;}
.orange_btns a:hover{background:#ca6800;}

.sponsor_logos{width:100%; float:left;}
.sponsor_logos ul{border-bottom:1px solid #bbbbbb; width:100%; float:left;}
.sponsor_logos ul:last-child{border-bottom:0;}
.sponsor_logos li{border-right:1px solid #bbbbbb; width:33%; float:left; text-align:center; padding:15px 0;}
.sponsor_logos li:last-child{border-right:0;}
.sponsor_logos ul:last-child li{padding-bottom:0;}

.bekijk{margin:30px 0 0px; position:relative; font-size:24px; color:#333333; padding:0 40px 0 0; background:url(images/O_arrow.png) no-repeat right center;
font-weight:bold; text-transform:uppercase; float:left;}
.bekijk:hover{ text-decoration:underline;}

.focwa_main{background:#eeeeee; padding:40px 0 40px 0; margin-top:65px; margin-bottom:65px; position:relative;}
.home .focwa_main{margin-top:20px;}
.focwa_main .focwa_img{position:absolute; left:75px;}
.focwa_main p{float:right; width:370px; font-weight:bold; color:#333333; font-size:24px; line-height:36px;}
.focwa_main p span{font-size:36px; color:#8bbd0a;}

.focwa_main .button{float:right; width:320px; font-weight:bold; color:#eeeeee; font-size:24px; line-height:24px; background:#8bbd0a;
text-align:center; padding:15px 0; margin:30px 35px 0 0; -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;}
.focwa_main .button:after{border-bottom:2px solid #eeeeee; content:'';}
.focwa_main .button:hover{background:#709c00;}

.referenties_main{padding:30px 0; border-top:1px solid #bbbbbb; text-align:center; min-height:115px;}
.referenties_main cite{font-size:16px; color:#333333; text-transform:none; font-family:'Titillium Web'; font-weight:bold; padding:0px 0 0;}
.referenties_main .ict-content{font-size:16px; color:#bbbbbb; text-transform:none; font-family:'Titillium Web'; font-weight:bold;
width:90%; padding:0 5%;}
.referenties_main .ict-content p{padding:0 0 20px;}
.referenties_main .ict-content img{margin:0;}

.F_logo{float:left; width:84px; margin:0 150px 0 0;}
.copyright{float:left; padding:2px 0 0 ;}
.copyright p{font-size:14px; line-height:21px; color:#bbbbbb;}
.copyright p a{color:#bbbbbb;}
.copyright p a:hover{color:#fff !important;}

.site-footer .right{float:right; padding:13px 0 0;}
.site-footer .social_icons .lsi-social-icons li a{background:#bbbbbb !important; color:#333333 !important;}
.site-footer .social_icons .lsi-social-icons li a i{color:#333333 !important;}
.site-footer .social_icons .lsi-social-icons li a:hover{background:#fff !important;}

/* = Contact Styles
----------------------------------------------- */
.top_slogan{background:url(images/caption_bg.png) repeat left top; padding:30px 0;
width:100%; text-align:center; color:#fff; font-weight:bold; font-size:24px; line-height:25px;}
.top_slogan h2{font-size:24px; line-height:26px;}

.right_top{position:absolute; right:0; top:-85px; width:32%;}

.left_menu{width:145px; background:#eeeeee; float:left; padding:15px 15px 15px 20px;}
.left_menu li{color:#333333; width:100%; padding:5px 0; text-transform:uppercase;}
.left_menu li a{color:#333333;}
.left_menu li a:hover,.left_menu li.current_page_item a{color:#9cc72f;}

.map{float:right; width:32%;}
.map iframe{width:100%; float:left; border:0; height:454px;}
.contact_main .site-main{width:485px; float:left; padding:0 0 0 35px; margin:-52px 0 0;}
.contact_main .site-main article{padding:0;}
.contact_main .entry-content p{font-size:12px; line-height:32px; color:#333333;}
.contact_main .entry-content form{width:100%; padding:20px 0 0; display:inline-block;}
.contact_main .entry-content form p{font-size:16px; color:#333333; line-height:18px; padding:0 0 8px; width:100%; display:inline-block;}

.contact_main .entry-content label{float:left; width:39%; font-size:16px; color:#333333;}
.contact_main .entry-content input,.contact_main .entry-content textarea{float:right; width:58%; font-size:16px; color:#333333; padding:3px 0 3px 2%;
font-size:14px; line-height:14px; border:1px solid #515151; background:#eeeeee;}
.contact_main .entry-content textarea{height:75px; overflow:auto;}
.contact_main .entry-content input:focus,.contact_main .entry-content textarea:focus{border-color:#9cc72f;}

.label_right{width:100%; display:inline-block;}
.label_right br{display:none;}
.label_right img{border:1px solid #969682; margin:0 10px 0 0; float:left; padding:10px 25px;}
.contact_main .entry-content .label_right input{border:1px solid #969682; width:135px; float:right; padding:16px 0; text-align:center;}
.contact_main .entry-content .label_right input[type="submit"]{background:#515151; border:0; cursor:pointer; height:49px; width:135px; text-align:center;
color:#eeeeee; font-size:16px; float:left; margin:10px 0 0 39%;}

.contact_main span.wpcf7-not-valid-tip{width:100%; display:inline-block; text-align:right; font-size:12px;}
div.wpcf7-response-output{font-size:14px;}

/* = Fotos Styles
----------------------------------------------- */
.simple_left_menu{background:none; padding:0; width:180px;}
.simple_left_menu li a{font-size:14px; line-height:18px; color:#515151; text-transform:capitalize;}
.simple_left_menu li a:before{content:'-'; display:inline-block; padding:0 5px 0 0;}

.fotos_main{padding:20px 0 30px; width:100%; display:inline-block;}
.fotos_box{display:inline-block; margin:0 15px 20px 0; width:185px; padding:0 0 10px; -webkit-box-shadow: #a8a6a7 0px 2px 2px;
-moz-box-shadow: #a8a6a7 0px 2px 2px; box-shadow: #a8a6a7 0px 2px 2px; vertical-align:top; text-align:center;}
.fotos_box:hover{background:#9cc72f;}
.fotos_box:hover h2{color:#fff;}
.fotos_box:hover p{color:#fff;}

.fotos_content .site-main{width:608px;}
.fotos_box img{margin-bottom:0;}
.fotos_box h2{font-weight:bold; font-size:16px; color:#515151; padding:10px 0; line-height:18px;}
.fotos_box p{font-weight:normal; font-size:12px; color:#515151; line-height:24px; padding:0 0 12px 0;}
.fotos_box .more{font-weight:normal; font-size:12px; color:#515151; line-height:24px; width:91px; display:inline-block; 
background:url(images/more_bg.png) no-repeat center top; padding:1px 0 2px;}

.fotos_box:hover .fancybox{display:block;}
.foto_zoom{width:100%; float:left; position:relative;}
.foto_zoom img{float:left; width:100%;}
.foto_zoom .fancybox{background:url(images/zoom_bg.png) repeat left top; width:100%; display:none; height:100%; position:absolute; left:0; top:0; text-align:center;}
.foto_zoom .fancybox img{width:auto; float:none; position:absolute; top:50%; margin:-12px 0 0;}

#primary.archive_main{width:100%;}
.single .contact_main .entry-content p{font-size:16px; line-height:24px; color:#333333; padding:0 0 10px;}

.slider-for{border:1px solid #bebebe; width:97.6%; padding:1%; float:left; margin:30px 0 25px; -webkit-box-shadow: #a8a6a7 0px 2px 2px;
-moz-box-shadow: #a8a6a7 0px 2px 2px; box-shadow: #a8a6a7 0px 2px 2px;}
.slider-for ul,.slider-nav ul{padding:0; margin:0;}

.slider-nav{width:100%; float:left; margin:0 0 30px;}
.slider-nav ul{padding-bottom:3px;}
.slider-nav li{width:100%; float:left; margin:0 10px;  -webkit-box-shadow: #a8a6a7 0px 2px 2px;
-moz-box-shadow: #a8a6a7 0px 2px 2px; box-shadow: #a8a6a7 0px 2px 2px; border:1px solid #bebebe; padding:2px;}

.slick-list{}
.slider-nav .slick-prev{left:25px; width:32px;}
.slider-nav .slick-next{right:25px; width:32px;}

.simple_content .entry-content p,.menu_simple_content .entry-content p{font-size:16px; line-height:24px; color:#333333; padding:0 0 10px;}
.simple_content .site-main{padding:0; width:66%;}

.sidebar_slider{float:left; width:100%; position:relative;}
.inner-wrap .sidebar_slider .ms-nav-prev{background:url(images/left_green.png) no-repeat left top; width:27px; height:20px; left:10px; margin:-10px 0 0;}
.inner-wrap .sidebar_slider .ms-nav-next{background:url(images/right_green.png) no-repeat left top; width:27px; height:20px; right:10px; margin:-10px 0 0;}

.side_categories{width:16%; float:left;}
.products_main #primary{float:right; width:80%;}

.side_categories .products li{margin:0 !important;}
.side_categories .products li a img{display:none !important;}

.side_categories .woocommerce ul.products li.product a{font-size:14px; line-height:18px; color:#515151; text-transform:capitalize;}
.side_categories .woocommerce ul.products li.product a:hover{color:#9cc72f;}
.side_categories .woocommerce ul.products li.product a:before{content:'-'; display:inline-block; padding:0 5px 0 0;}
.side_categories .woocommerce ul.products li.product h3{display:inline-block; font-size:14px; line-height:18px; color:#515151; text-transform:capitalize;}

.product_area .woocommerce ul.products li.product,.product_area ul.products li.product{background:#dcdcdc; border-top:2px solid #515151; border-bottom:2px solid #515151;
margin:0 2.3% 2.3% 0; width:27%; padding:2%;}
.product_area ul.products li h3,.single_custom .heading h2{font-weight:bold; font-size:15px; color:#e78012;}
.product_area ul.products li .more{background:#ffffff; font-weight:bold; margin:3px 0 0; font-size:15px; color:#e78012; padding:0px 7px; float:left;}
.product_area .woocommerce ul.products li .price,.woocommerce .product_area ul.products li .price{float:right; font-weight:bold; font-size:21px; color:#e78012; margin:0;}
.product_area ul.products li p{font-size:13px; color:#000000; line-height:30px; padding:0 0 15px;}

.woocommerce nav.woocommerce-pagination{padding:0 0 20px;}

.product_area .entry-content .woocommerce{padding:30px 0 0;}
.side_categories .woocommerce{padding:18px 0 0;}

.single_custom{margin:-10px 0 40px; width:100%; float:left;}
.woocommerce .single_custom #content div.product div.images, .woocommerce .single_custom div.product div.images, 
.woocommerce-page .single_custom #content div.product div.images, .woocommerce-page .single_custom div.product div.images{width:100%; margin:0;}

.single_custom .thumbnails{width:100%;}
.single_custom .thumbnails img{width:111px !important; height:112px !important; max-width:none;}
.single_custom .slick-slide{margin:0 15px;}
.single_custom .slick-prev,.single_custom  .slick-next{width:32px; height:24px; background-size:100%;}

.single_custom .site-main{background:#dcdcdc; border-top:2px solid #515151; border-bottom:2px solid #515151;
width:96%; padding:2%; float:left;}
.single_custom .heading{width:100%; float:left;}
.single_custom .heading h2{width:100%; float:left;}

.accessories_first{width:36%; float:left;}
.accessories_first ul{width:100%; float:left;}
.accessories_second{width:60%; float:right;}
.accessories_second ul{width:50%; float:left;}

.accessories_first li{width:100%; float:left;}
.accessories_first span{font-size:14px; color:#000000; line-height:18px; line-height:22px; float:left; width:45%;  padding:5px 0;}
.accessories_first span.ans{width:auto;}

.accessories_second li{font-size:14px; color:#000000; line-height:18px; line-height:22px; padding:5px 0;}

.add_to_cart{float:right; margin:20px 0 0;}
.products_main .woocommerce-ordering{display:none;}


/* =Responsive Structure
----------------------------------------------- */
@media screen and (max-width: 1220px) {
	.header-wrap,.inner-wrap,#colophon .site-info {max-width:1000px;}
	.slider_buttons{max-width:1000px; margin-left:-500px; margin-top:-200px;}
	
	#primary{width:65%;}
	.home_menu li{padding-right:35px;}
	
	.header-wrap .right{width:770px;}
	
	.bekijk{font-size:22px;}
}
@media only screen and (min-width:1000px) and (max-width:1220px){
	.main-navigation a{padding:12px 9px; font-size:15px;}
	.focwa_main .button{margin-right:20px; width:295px; font-size:22px;}
	.focwa_main p{width:310px; font-size:22px; line-height:34px;}
	.focwa_main p span{font-size:34px;}
	.focwa_main .focwa_img{width:365px;}
	
	.orange_btns a{font-size:20px; }
	.orange_btns a img{right:3%; height:100%;}
	
	.contact_main .site-main{padding:0 0 0 20px; width:47%;}
	.simple_content .site-main{padding:0; width:66%;}
	
	.entry-title{font-size:28px;}
	
}
@media only screen and (min-width:750px) and (max-width:1000px){
	.header-wrap,.inner-wrap,#colophon .site-info {max-width:750px;}
	.slider_buttons{max-width:750px; margin-left:-375px; margin-top:0; top:5%;}
	
	#primary{width:65%;}
	.home_menu li{padding-right:9px;}
	
	.site-branding{width:200px;}
	.top_line p{width:56%; margin:-14px 0 0;}
	.header-wrap .right{width:540px; padding-top:15px;}
	
	.slider_buttons li{padding:1%;}
	.slider_buttons li h2{font-size:18px; line-height:22px; padding:0;}
	.slider_buttons li p{font-size:13px; line-height:16px;}
	.bekijk{font-size:15px; line-height:22px; background-size:auto 100%;}

	.focwa_main .button{margin-right:30px;}
	.focwa_main p{float:left; padding:0 0 0 30px;}
	.focwa_main .focwa_img{top:-1px; width:365px; display:none;}
	
	.home_menu li a{font-size:13px; background-position:left -2px;}
	.orange_btns a{font-size:14px;}
	
	.F_logo{margin-right:20px;}
	.site-footer .right{margin:-18px 0 0; padding:0;}
	.sponsor_logos li{width:29%; padding:15px 2%;}
	.sponsor_logos li img{height:34px;}
	
	.left_menu{padding:2%; width:18%;}
	.simple_left_menu{padding:0; width:18%;}
	.left_menu li a{font-size:15px;}
	.contact_main .entry-content p{line-height:26px;}
	.contact_main .site-main{padding:0 0 0 2%; width:42%;}
	.fotos_content .site-main{width:47%;}
	
	.label_right img{padding:10px 5px; margin:0;}
	.contact_main .entry-content .label_right input{width:85px;}
	
	.fotos_box{margin-right:5px; width:168px;}
	.fotos_box p{padding:0 2% 12px;}
	
	.slider-nav li{margin:0 5px;}
	.simple_content .site-main{padding:0; width:66%;}
}
@media screen and (max-width: 782px) {
 	body.admin-bar .header-wrap {
		top: 45px;
	}
   body.admin-bar #parallax-bg {
      top: 14px;
   }
}
@media screen and (max-width: 1050px) {
.home_parallax #parallax-bg{top:0 !important;}
.site .slider_main .ms-nav-prev{left:2%; bottom:20px;}
.site .slider_main .ms-nav-next{right:2%; bottom:20px;}
.slider_main .ms-slide-info{width:90% !important; padding:20px 5%;}

.orange_btns a img{right:3%; height:100%;}

}
@media screen and (max-width: 1000px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}
	
	.main-navigation ul {
		display: none;
	}
	.site-header .menu-toggle {
		background-color: #FFFFFF;
		color: #8bbd0a; float:right; margin:7px 0 0 ; padding:0;
	}
	.site-header .menu-toggle:hover {
		background-color: #FFFFFF;
	}
	.main-small-navigation ul {
		width: 100%; position:absolute; left:0; top:100%; padding:0; margin:8px 0 0;
	}
	.main-small-navigation ul ul {
		margin-left: 0;
	}
}
/* All Mobile Portrait size smaller than 768 (devices and browsers) */
@media screen and (max-width: 750px) {
	#primary, #secondary {
		float: none;
		width: 100%;
	}
	.header-wrap,.inner-wrap,#colophon .site-info {max-width:96%;}
	.slider_buttons{margin:0; position:relative; left:auto; top:auto; width:100%;}
	
	.home_menu li{padding:0; width:100%;}
	.home_menu li a{padding-left:45px !important;}
	.home_menu li a{background-position:4px 1px;}
	.home_menu li.icon2 a{background-position:10px 2px;}
	.home_menu li.icon3 a{background-position:9px 3px;}
	
	
	
	.site-branding{width:100%; text-align:center;}
	.top_line p{width:100%; text-align:center;}
	.site-header .menu-toggle{margin:5px 0;}
	.main-small-navigation ul{margin:0;}
	.header-wrap .right{width:100%; padding-top:15px;}
	
	.slider_main .ms-slide-info{font-size:18px; line-height:20px; position:relative; left:auto; min-height:10px !important;}
		.slider_buttons li{padding:6px 2%; margin:5px 0; width:96%;}
	
	#secondary{margin:20px 0 0;}
	
	.focwa_main{text-align:center; position:relative; padding:20px 0 80px;}
	.focwa_main .button{margin:0; display:inline-block; float:none; position:absolute; bottom:20px; width:96%; left:2%;}
	.focwa_main p{margin:0; display:inline-block; float:none; padding:0 0 10px; width:100%;}
	.focwa_main .focwa_img{top:-1px; width:365px; display:none;}
	
	#colophon .site-info{text-align:center;}
	
	.F_logo{margin:0 0 10px; text-align:center; width:100%;}
	.copyright{width:100%;}
	.site-footer .right{width:100%;}
	.site-footer .social_icons{width:100%;}
	.site-footer .social_icons .lsi-social-icons{text-align:center !important;}
	.site-footer .social_icons .lsi-social-icons li{float:none !important; display:inline-block !important; padding:0 3px !important;}
	#masthead .search-form{top:22px;}
	
	.left_menu{padding:2%; width:96%;}
	.contact_main .site-main{width:100%; padding:15px 0;}
	.map{width:100%;}
	
	.right_top{width:100%;}
	.label_right img{padding:10px 2%; margin:0;}
	.contact_main .entry-content .label_right input{width:37%;}
	.top_slogan{padding:15px 0;}
	.top_slogan h2{font-size:20px; line-height:26px;}
	
	.no_mob{display:none;}
	.slider_buttons li .arrow{margin:0 0 10px;}
	.site .slider_main .ms-nav-prev, .site .slider_main .ms-nav-next{bottom:auto; top:50%; background-size:auto 100% !important; height:18px;}
	
	.fotos_content .site-main{text-align:center;}
	.fotos_box{margin:10px 8px;}
	
	.side_categories{width:100%;}
	.products_main #primary{width:100%;}
	.product_area .woocommerce ul.products li.product, .product_area ul.products li.product{width:43%;}
	
	.accessories_first{width:100%;}
	.accessories_second{width:100%;}
	.accessories_first span{width:50%;}
}
@media only screen and (max-width: 520px) {
	.orange_btns a{font-size:18px;}
	.orange_btns a img{height:100%; right:3%;}
	
	.sponsor_logos li{width:29%; padding:15px 2%;}
	.sponsor_logos li img{height:45px;}
	.bekijk{font-size:18px; line-height:22px; background-size:auto 100%;}
	.slider_main .ms-slide-info{padding:10px 5%;}
	
	
	.contact_main .entry-content .label_right input{width:30%;}
	.slider-nav li{margin:0 5px;}
	.product_area .woocommerce ul.products li.product, .product_area ul.products li.product{width:96%; margin:7px 0;}
}
@media only screen and (max-width: 400px) {
	.slider_main .ms-slide-info{font-size:14px;}
	.focwa_main p{font-size:22px; line-height:34px;}
}
