/* Import Section
=================================================================== */

@import url("parallax-slider.css");		/* Parallax Slider */

@font-face {
    font-family: 'sosa';
    src: url('fonts/sosa.eot');
    src: url('fonts/sosa.eot?#iefix') format('embedded-opentype'),
         url('fonts/sosa.woff') format('woff'),
         url('fonts/sosa.ttf') format('truetype'),
         url('fonts/sosa.svg#sosa') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'ABeeZee', Tahoma, sans-serif;
	font-weight: 400;
	margin:0;
	padding:0;
	color:#605e5e;
	font-size:14px;
	width:100%;
	line-height:30px;
	overflow-x:hidden;
	background-image:url(../img/achtergrond2.jpg);
	background-repeat:repeat;
	background-attachment:fixed;	
	background-position:fixed;
	margin-top:15px;
	border-top: 5px solid #B4DF26;
}
#header {padding-top:-50px;	
}
#logo {
	margin-bottom:15px;
	line-height:54px;
	background:url(../img/logo_bg.png) no-repeat right center;
	padding-right:25px;
	margin-right:21px;
	float:left;

}
#slogan {
	line-height:120px;
	font-style:italic;	
}
.full {
	background-color:#f8f8f8;
	border-bottom:1px #f2f2f2 solid;	
}
.container {padding-top:30px;}

/* Navigation */
.navigation{
	/*width: 940px;*/
	margin-right: auto;
  	margin-left: auto;
	margin-top:-60px;
	margin-bottom:50px;
  	*zoom: 1;}
* {
	padding: 0;
	margin: 0;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
nav {
	width: 90%;
	margin: 20px auto;
	overflow: hidden;	
}

nav ul {
	list-style: none;
	overflow: hidden;
}

nav li a {
	background: #2A2A2A;
	border-right: 1px solid #fff;
	color: #fff;
	display: block;
	float: left;	
	padding: 15px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 20%;
	border-bottom:5px solid #B4DF26;
	/*TRANSISTIONS*/
	-webkit-transition: background 0.5s ease;
	   -moz-transition: background 0.5s ease;
	     -o-transition: background 0.5s ease;
	    -ms-transition: background 0.5s ease;
	        transition: background 0.5s ease;
}

/*HOVER*/
nav li a:hover {
	text-decoration:none;
	background:#76A000;
	color:#2a2a2a;
	-webkit-transition:background 1s ease;
	   -moz-transition:background 1s ease;
	     -o-transition:background 1s ease;
	        transition:background 1s ease;
}

nav li.active a {
	text-decoration:none;
	background:#76A000;
	color:#2a2a2a;
}

/*SMALL*/
nav small {
	font: 100 11px/1 'ABeeZee', Verdana, Arial, sans-serif;
	text-transform: none;
	color: #aaa;
}
nav a:hover small{
	color:#FFF;
	-webkit-transition:background 1s ease;
	   -moz-transition:background 1s ease;
	     -o-transition:background 1s ease;
	        transition:background 1s ease;
}
nav li.active a small{	
	color:#fff;
}

/*BORDER FIX*/
nav li:last-child a {
	border: none;
	border-bottom:5px solid #B4DF26;
}

p {
	margin:0;
	padding:0 0 14px 0;
}

.clear {
	font-size:0;
	clear:both;
	height:0;
}
.well {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border: 1px solid white;
    box-shadow: 0 0 3px rgba(51, 51, 51, 0.2);
	/*margin-top:30px;*/
}
.row{margin-bottom:15px;}
h2 {
	padding:0;
	margin:0 0 15px 0;
	line-height:45px;
	color:#696969;
	font-size:16px;
	font-weight:normal;
	border-bottom:1px #e6e6e6 solid;
	position:relative;
	/*text-transform:uppercase;*/
}

.team {
	float:left;
	width:216px;
	margin:0 20px 20px 0;	
}
.team img {
	width:100%;
	height:auto;
	margin-bottom:16px;	
	border:2px #adb1b4 solid;
}
.team .author {
	color:#a2a2a2;
	font-size:13px;
	line-height:18px;
	padding-bottom:8px;
}
.team .author{
	color:#a2a2a2;
	font-size:12px;
	line-height:18px;
	padding-bottom:8px;
	}
.team .author span {
	color:#669900;
	font-size:14px;
	display:block;
}
.team .author span{color:#669900; display:block; font-size:14px;}
.post_title {
	font-size:16px;
	color:#828282;
	padding:3px 0 11px 0;
	line-height:18px;
}

.post_info {
	padding-bottom:10px;
}
.post_info ul{margin:0;}
.post_info li {
	display:inline-block;
	margin-right:15px;
	color:#669900;
	font-style:italic;
}
.post_info a {
	font-size:10px;
	color:#669900;
	font-style:italic;
}
.serico{
	float:left;
	font-family:'sosa';
	margin-right:10px;
	font-size:50px;
	line-height:40px;
	color:#76A000;
}

/* MAP AREA */
/* -------- */
#map {
  height: 400px;
  margin: -30px -20px;
  position: relative;
  z-index: 0;
}
#map img {
  max-width: none;
}

.map-top-shadow, .map-bottom-shadow {
  position: absolute;
  height: 10px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.map-top-shadow {
  top: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
}

.map-bottom-shadow {
  bottom: 0;
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.25) inset;
}
.footer{border-top:5px solid #B4DF26;}
.delivered{margin:0;margin-bottom:30px;list-style:none;}
.delivered li{background:url("../img/ok.png") no-repeat scroll 0 2px transparent; padding-left:25px;line-height:25px;}
.social-icons{
	list-style:none;
	float:left;
	
	width:270px;
}
.social-icons li{float:left;margin: 60px 20px 0 0;}

/* PAGE SECTIONS */
/* ------------- */
.section {
  /*padding: 30px 0px;*/
  margin: 0;
  position: relative;
}
.section.alt {
  background-repeat: repeat;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 3px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 3px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 3px rgba(0, 0, 0, 0.25) inset;
  text-shadow: 1px 1px 1px white;
}
.footer_bottom{
	border-top-style: dotted;
    border-top-width: 1px;
    font-size: 9px;
    line-height: 16px;
    /*margin-top: 20px;*/
    padding-top: 7px;	
}
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}
/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}
/* sort block */
.sort_block {	
	padding-bottom:20px;
	line-height:10px;
}
#filters {position: relative;
}
#filters li {
	margin-right:15px;
	float: left; 
	list-style:none;
}
#filters li a{
	color: #828282;
	font-size: 14px;
	line-height:10px;
}
#filters li a:hover, #filters li a.selected {
	color:#b5e026;
	text-decoration:none;
}
.work {
	margin: 20px 0;
}
.work figure {
	float: left;
	margin: 20px;
	width: 190px;
	height: 200px;
	/*background: #9d2e2c;*/	
	line-height: 200px;
	-webkit-filter: sepia(0.4);
	position: relative;
	padding: 0 !important;
	
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);	

	transition: 0.6s;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	-ms-transition: 0.6s;
}

.work figure a img {
	height: 100%;
	width: 100%;
}

.work figure dl {
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	padding: 20px;
	margin: 0;
	line-height: 2.5; 
	background: rgba(0, 0, 0, 0.8);
	color: white;

	transition: 0.6s;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	-ms-transition: 0.6s;
}

.work figure:hover dl {
	opacity: 1;
	background:url(../img/zoom_opacity.png) no-repeat center center;
}

.work figure dl dt {
	text-transform: uppercase;
	text-align:center;
	/*font-family: 'PT Sans Narrow';*/
	font-size: 12px;
	margin-bottom: -16px;
}

.work figure dl dd {
	margin-left: 0;
}
.element {
	float:left;
	width:213px;
	height:213px;
	margin:0 20px 20px 0;
	/*-moz-border-radius:108px;
	-webkit-border-radius:108px;
	border-radius:108px;*/
	border:2px #b0b4b7 solid;
	overflow:hidden;
	position:relative;
}
.element:hover {border:2px #669900 solid;
}
.element a:hover .zoom { display:block;
}
.hoofding{
	padding-top:30px;
	text-align:center;

}

.hoofding h1{
	margin-top:70px;
 	font-family: 'ABeeZee', Tahoma, sans-serif;
  	font-size: 100px; 
	line-height:100px;
	color:#F8F8F8;
	text-shadow: 0 1px 1px #ccc,
	0 2px 1px #aaa,
	0 3px 1px #999,
	0 4px 1px #aaa,
	0 5px 1px #777,
	0 6px 1px rgba(0,0,0,.1),
	0 0 5px rgba(0,0,0,.1),
	0 1px 3px rgba(0,0,0,.3),
	0 3px 5px rgba(0,0,0,.2),
	0 5px 10px rgba(0,0,0,.25),
	0 10px 10px rgba(0,0,0,.2),
	0 20px 20px rgba(0,0,0,.15);
}
	
.animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-o-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-moz-animation-name: fadeInLeftBig;
	-o-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	-moz-animation-name: fadeInRightBig;
	-o-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}


/* MEDIA QUERIES*/
@media only screen and (max-width : 1220px),
only screen and (max-device-width : 1220px){
	nav li a {
		font: 400 10px/1.4 'ABeeZee', Tahoma, Verdana, Arial, sans-serif;
	}
	
	nav small {
		font: 100 10px/1 'ABeeZee', Verdana, Arial, sans-serif;
	}
	#slogan {line-height:105px;}
}

@media only screen and (max-width : 930px),
only screen and (max-device-width : 930px){
	nav li a {
		width: 25%;
		border-bottom: 1px solid #fff;
		font: 400 11px/1.4 'ABeeZee', Tahoma, Verdana, Arial, sans-serif;
	}
	
	nav li:last-child a, nav li:nth-child(4) a {
		border-right: none;
	}
	
	nav li:nth-child(5) a, nav li:nth-child(6) a, nav li:nth-child(7) a, nav li:nth-child(8) a {
		border-bottom: none;
	}
	#slogan {line-height:70px;text-align:center;}
	.hoofding h1{font-size:80px;}
}

@media only screen and (max-width : 580px),
only screen and (max-device-width : 580px){
	nav li a {
		width: 50%;
		font: 400 12px/1.4 'ABeeZee', Tahoma, Verdana, Arial, sans-serif;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	
	nav li:nth-child(even) a {
		border-right: none;
	}
	
	nav li:nth-child(5) a, nav li:nth-child(6) a {
		border-bottom: 1px solid #fff;
	}
	#slogan, #logo {text-align:center;}
	.hoofding h1{font-size:50px;}
}

@media only screen and (max-width : 320px),
only screen and (max-device-width : 320px){
	nav li a {
		font: 400 11px/1.4 'ABeeZee', Tahoma, Verdana, Arial, sans-serif;
	}
	#slogan, #logo {text-align:center;}
	.hoofding h1{font-size:40px;}
}

