/*
Theme Name: Van Zetten
Theme URI: http://www.g2o.nl
Author: G2O - Christiaan Snoei
Author URI: http://www.g2o.nl
Description: Van Zetten WordPress Theme
Version: 0.9
Tags: Clean, White, Orange
*/

/* Logo */

.brand {
    width: 100px;
    text-indent: -99999px;
    background: url("./assets/img/sprite.png") repeat scroll -354px -45px #FFFFFF;
}

/* Main Navigation */

.navbar {
	margin-bottom: 0;
}

.navbar .brand {
	padding: 28px 20px;
}

.navbar .nav > li > a {
	padding: 28px 15px;
}

.navbar .current-menu-item a, .current_page_item a {
	color: #122372!important;
}

.navbar .btn, .navbar .btn-group {
    margin-top: 23px;
}

.navbar .btn-navbar .icon-bar {
	background-color: #e95d0f;
	box-shadow: 0 1px 0 rgba(255,255,255,0.6);
}

/* Orange bar */

.bar {
	border-bottom: 10px solid #e95d0f;
}

/* Slider */

.frontpage-slider-content {
	margin-top: 40%;
	color: #fff;
	font-family: "Myriad Pro", sans-serif;
	text-shadow: 1px 1px 1px #111;
}

.frontpage-slider-content .inner {
	padding: 20px;
}

.frontpage-slider-content h3 {
	font-size: 36px;
	line-height: 44px;
	text-transform: uppercase;
	position: relative;
	z-index: 99999;
}

.frontpage-slider-content h4 {
	font-size: 27px;
	line-height: 27px;
	position: relative;
	z-index: 99999;
}

.frontpage-slider-content button {
	margin-top: 15px;
}

#slides .image {
	float: right; 
	position: relative; 
}

.slides-navigation a {
	height: 40px;
	width: 40px;
	padding: 1px;
	margin: 0 25px;
	border: 3px solid #FFFFFF;
	border-radius: 30px 30px 30px 30px;
	box-shadow: 0 1px 1px black;    position: relative;
    text-transform: uppercase;
    z-index: 99999;
	color: white;
	display: block;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px #000000;
	top: -40px;
	transition: background 0.15s ease 0s;
}

.slides-navigation .prev .icon-chevron-left, .slides-navigation .next .icon-chevron-right {
	position: absolute;
}

.slides-navigation .prev .icon-chevron-left {
	left: 11px;
	top: 8px;
}

.slides-navigation .next .icon-chevron-right {
	left: 14px;
	top: 8px;
}

#slides .container {
	width: -moz-fit-content;
}

#slides .slides-control .slides-container img {
	max-width: none;
}

#slides .slides-navigation .lsf {
	margin-top: 15px;
}

#slider {
	text-align: center;
}

#slider .slider-content {
	min-width: 625px;
	min-height: 30px;
	padding: 40px;
	background: #000;
	background: rgba(0,0,0,0.6);
}

#slider .slider-content h3, #slider .slider-content h4 {
	color: #fff;
	text-shadow: 0 1px 1px #000;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
}

#slider .slider-content h3 {
	font-size: 16px;
}

#slider .slider-content h4 {
	font-size: 30px;
}

/* Page */
.royalSlider {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
height: auto;
width: auto;
}
.page .entry-content {
	position: relative;
}

.page .entry-content h1 {
	color: #131313;
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
}

.page .entry-content, .page .entry-content p, .entry-content li {
	font-family: 'Open Sans', sans-serif;
	color: #131313;
	font-size: 16px;
	line-height: 1.6em;
}

/* Footer */

#main-footer .copyright {
	padding: 25px 0 15px;
	margin-top: 35px;
	border-top: 5px solid #e95d0f;
}

/* Contact page */

#contact-page .wpcf7-form input {
	width: 98%;
	padding: 8px 10px;
	color: #919da8;
	border: 2px solid #dce4ec;
}

#contact-page .wpcf7-form input:focus, .post-18 .wpcf7-form textarea:focus {
	box-shadow: none;
	border: 2px solid #1abc9c;
}

#contact-page .wpcf7-form textarea {
	width: 100%;
	color: #919da8;
	border: 2px solid #dce4ec;
}

#contact-page .wpcf7-form input.btn {
	width: 40%;
	padding: 12px 0;
	margin-right: -24px;
	float: right;
	color: #fff;
	text-transform: uppercase;
	border: none;
	background: #e95d0f;
}

/* Typo */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
}

a {
	color: #e95d0f;
}

a:hover {
	color: #e36a26;
}

.heading {
	color: #131313;
	font-size: 35px;
	margin: 70px 0 40px;
}

p.intro {
	margin-bottom: 35px;
}

ul.check li {
	padding: 10px 0;
	list-style-type: ;
	border-bottom: 1px solid #ececec;
	list-style-position: outside;
	list-style-image: url('./assets/img/icons-check.png'); 
}

ul.check li:last-child {
	border: none;
}

/* Images */

img.alignright {float:right; margin: 0 0 1em 1em}
img.alignleft {float:left; margin: 0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin: 0 0 1em 1em}
a img.alignleft {float:left; margin: 0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

img.image-top {
	margin-top: -71px;
}

/* Icons */

.icons-human, .icons-animal, .icons-earth {
    height: 115px;
    width: 115px;
    margin: 44px auto;
 	border-radius: 60px;
	display: block;
}

.icons-ifs, .icons-kiwa, .icons-ikb, .icons-kat{
	height: 120px;
	width: 150px;
	margin-top: 10px;
	margin-right:13px;
	float: left;
	border: 1px solid #dadada;
	border-radius: 10px;
	display: block;
}

.icons-human {
	background: #e95d0f url('./assets/img/sprite.png') -7px -13px;
}

.icons-animal {
	background: #e95d0f url('./assets/img/sprite.png') -240px -13px;
}

.icons-earth {
	background: #e95d0f url('./assets/img/sprite.png') -119px -11px;
}

.icons-ifs {
	background: #fff url('./assets/img/sprite.png') -20px -159px;
}

.icons-kiwa {
	background: #fff url('./assets/img/sprite.png') -183px -175px;
}

.icons-ikb {
	background: #fff url('./assets/img/sprite.png') -311px -172px;
}

.icons-kat {
	background: #fff url('./assets/img/sprite.png') -107px -297px;
}


/* Buttons */

.btn-orange {
	color: #fff;
	text-shadow: none;
	text-transform: uppercase;
	border: none;
	background: #e95d0f;
}

.btn-orange:hover, .btn-orange:active {
	background: #e36a26;
}

.btn-white {
	color: #e95d0f;
	text-shadow: none;
	text-transform: uppercase;
	border: none;
	background: #fff;
}

.btn-white:hover, .btn-white:active {
	color: #e95d0f;
	background: #f1f1f1;
}

i {
	font-style: normal;
}

/* Quote */

blockquote, blockquote p {
	color: #a0a0a0 !important;
	padding: 10px;
	line-height: 2.25em !important;
}

blockquote {
	font-style: italic;
	border-left: 0;	
	background-image: url("./assets/img/quote.png");
    background-position: left top;
    background-repeat: no-repeat;
}

/* Flexslider */

.flexslider {
	margin-top: 30px!important;
}

.flexslider .slides > li {
	margin-right: 20px;
}

/* Animations */

.wp-image-31 {
	position: relative;
	animation: fastLeft 2s;
	-webkit-animation: fastLeft 2s;
}

.wp-image-32 {
	position: relative;
	animation: fastRight 2s;
	-webkit-animation: fastRight 2s;
}

.icons-human, .icons-animal, .icons-earth, .icons-ifs, .icons-kiwa, .icons-ikb, .icons-kat {
	position: relative;
	animation: fastLeft 2s;
	-webkit-animation: fastLeft 2s;
}

@keyframes slowRight {
	0% {right:-200px; top:0;}
	20% {right:-200px; top:0;}
	100% {right:0; top:0;}
}

@-webkit-keyframes slowRight {
	0% {right:-200px; top:0;}
	100% {right:0; top:0;}
}


@keyframes fastLeft {
	0% {left:-2000px; top:0;}
	40% {left:-2000px; top:0;}
	100% {left:0; top:0;}
}

@-webkit-keyframes fastLeft {
	0% {left:-2000px; top:0;}
	100% {left:0; top:0;}
}

@keyframes fastRight {
	0% {right:-2000px; top:0;}
	20% {right:-2000px; top:0;}
	100% {right:0; top:0;}
}

@-webkit-keyframes fastRight {
	0% {right:-2000px; top:0;}
	100% {right:0; top:0;}
}


@keyframes slowLeft {
	0% {left:-200px; top:0;}
	40% {left:-200px; top:0;}
	100% {left:0; top:0;}
}

@-webkit-keyframes slowLeft {
	0% {left:-200px; top:0;}
	100% {left:0; top:0;}
}

/* Repsonsive fixes */

@media (min-width: 0px) and (max-width: 735px) {
	.frontpage-slider-content .inner {
	    padding: 12% 15% 0 3%;
	}

	.slides-navigation, .image, .slides-pagination {
		display: none!important;
	}
}

@media (min-width: 0px) and (max-width: 500px) {
	.frontpage-slider-content .inner h3 {
		font-size: 24px;
		line-height: 30px;
	}

	.frontpage-slider-content {
	    margin-top: 5%;
	}

	.slides-navigation, .image {
		display: none!important;
	}

	.frontpage-slider-content .inner {
		padding: 0 25px;
	}
}

@media (min-width: 1050px) {

/*
.brand {
	margin-top: -28px;
    border-bottom: 10px solid #E95D0F;
    border-radius: 30px 30px 30px 30px;
    position: absolute;
    top: 46px;
    z-index: 99;
}
*/
