@import url(https://fonts.googleapis.com/css?family=Cambay:400,700);

/*@font-face {
    font-family: 'varela_roundregular';
    src: url('font/varelaround-regular-webfont.eot');
    src: url('font/varelaround-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/varelaround-regular-webfont.woff2') format('woff2'),
         url('font/varelaround-regular-webfont.woff') format('woff'),
         url('font/varelaround-regular-webfont.ttf') format('truetype'),
         url('font/varelaround-regular-webfont.svg#varela_roundregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

*{
  transition: all .3s ease;
}

body{
  line-height: 25px;
  color: #8c8c8c;
  color: #756c5a;
  font-size: 16px;
  font-family: "varela_roundregular", sans-serif;
  font-family: "Cambay";
  overflow-x: hidden;
}

h2{
  margin-top: 50px;
  margin-bottom: 40px;
  color: #ab4117;
  letter-spacing: 1px;
}

h3{
  font-size: 20px;
  color: #333;
  letter-spacing: 1px;
}

.mailLink{
  color: #da6f1a;
  text-decoration: none !important;
}

.mailLink:hover{
  color: #da6f1a;
  border-bottom: 1px solid #da6f1a;
}

/* Header */

#header{
  background-color: #FFF;
  padding: 50px 0 35px 0;
}

#header ul{
  list-style-type: none;
  width: 600px;
  float: right;
  line-height: 100px;
}

#header ul li a{
  float: right;
  display: block;
  color: #756c5a;
  text-decoration: none;
  font-size: 18px;
  margin-left: 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-top: 4px solid #FFF;
}

#header ul li a:hover{
  color: #da6f1a;
}

#header ul li a.selected{
  border-top: 4px solid #da6f1a;
}

/* About */

#about{
  text-align: center;
}

/* Slideshow */

#imgHolder{
	background-color: #756c5a;
  position: relative;
  height: 471px;
}

#imagesSlideshow{
  position: absolute;
  top: 0;
  left: 50%;
  width: 1275px;
  margin-left: -637px;
  overflow: hidden;
  height: 471px;
}

#imgSlider{
  position: absolute;
  left: 0;
  top: 0;
  width: 10200px;
}

#textSlider{
  position: absolute;
  top: 0;
  height: 280px;
}

#textHolder{
  height: 280px;
  overflow: hidden;
  margin-top: 70px;
  margin-bottom: 100px;
  position: relative;
}

#textHolder .row{
  height: 280px;
}

#textHolder h2{
  color: #ab4117;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 10px;
}

#textHolder h3{
	color: #da6f1a;
	text-transform: uppercase;
	font-size: 23px;
}

#textHolder h2 a{
	background-color: #756c5a;
	padding: 8px 33px 6px 13px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	font-size: 15px;
	position: relative;
	top: -6px;
	left: 17px;
  background-image: url(../images/slideshow/arroNe.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 10px;
}

#textHolder h2 a:hover{
  background-color: #ab4117;
  color: #fff;
}

#textHolder .col-sm-4{
  font-size: 16px;
  text-align: right;
  color: #756c5a;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#prev{
	height: 50px;
	width: 31px;
	position: absolute;
	left: 4%;
	bottom: 50%;
	margin-bottom: -25px;
	background-image: url(../images/slideshow/arroPr.png);
	cursor: pointer;
	z-index: 12000;
}

#next{
	height: 50px;
	width: 31px;
	position: absolute;
	right: 4%;
	bottom: 50%;
	margin-bottom: -25px;
	background-image: url(../images/slideshow/arroNe.png);
	cursor: pointer;
	z-index: 12000;
}

.icons{
  margin: 20px 0;
  line-height: 14px;
}

.icons p{
  margin: 5px 0;
}

.icons i{
  margin-left: 30px;
  font-size: 50px;
  color: #AB4117;
  margin-bottom: 20px;
}

#textSlider .icons h2{
  color: #756c5a;
  margin-bottom: 25px;
  font-size: 25px;
}

/* Footer */

#footer{
  background-color: #212121;
  padding: 80px 0 50px 0;
  color: #666;
  position: relative;
  z-index: 2;
  font-size: 16px;
}

#footer p{
  text-align: center;
  margin-top: 30px;
}

#footer ul{
  list-style-type: none;
  margin-left: -40px;
  margin-bottom: 50px;
}

#footer ul ul{
  padding-left: 40px;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 14px;
}

#footer li{
  float: left;
  min-width: 5%;
  margin-right: 50px;
}

#footer li li{
  float: none;
}

#footer a{
  color: #808080;
  text-decoration: none;
}

#footer a:hover{
  color: #da6f1a;
}

/* General */

.title{
  text-align: center;
  margin-bottom: 80px;
}

.title h1{
  color: #333;
  text-transform: uppercase;
  font-size: 38px;
  margin: 35px 0;
}

.title i{
  font-size: 100px;
  color: #C6C3B0
}

.clear{
  clear: both;
}

/* Contact */

#contactMap{
  margin-bottom: 80px;
}

#contactMap h3{
  font-size: 22px;
  margin: 0 0 30px;
  color: #343434;
}

#contactMap a{
  color: #da6f1a;
  text-decoration: none;
}

#contactMap a:hover{
  border-bottom: 1px solid #da6f1a;
}

/* Over ons */

#overOns{
  margin-bottom: 80px;
}

#overOns .col-sm-3 i{
  font-size: 80px;
  margin-top: 30px;
  color: #C6C3B0;
}


/* Referenties */

#onzeRef{
  margin-bottom: 80px;
}

#onzeRef .col-sm-3 a{
  /*box-shadow: inset 0 0 10px #CCC;*/
  display: block;
  border: 2px solid #CCC;
  margin-bottom: 20px;
}

#onzeRef .col-sm-3 a:hover{
  border: 10px solid #da6f1a;
  margin-bottom: 12px;
}

/* Services */

#services{
  margin-bottom: 80px;
  text-align: center;
}

#services .col-sm-4{
  margin-bottom: 50px;
}

#services h2{
  margin-top: 20px;
}

#services i{
  font-size: 70px;
}

#services ul{
  list-style-type: none;
  padding-left: 0px;
}

/* Works */

#works{
  margin-bottom: 80px;
  /*background-color: yellow;*/
  position: relative;
}

.portfolio{
  display: block;
  border: 1px solid #CCC;
  margin-bottom: 30px;
}

#works .col-sm-12{
  text-align: center;
  margin-bottom: 30px;
}

#rowLogo img{
  display: block;
  width: 100%;
}

#works #filter{
  position: static;
  top: 0px;
  left: 0px;
  background-color: #FFF;
  color: #FFF;
  width: 100%;
  padding: 30px 0;
  z-index: 12;
  border-bottom: 1px solid #c6c3b0;
}

#works #filter span{
  font-size: 18px;
  color: #756c5a;
  cursor: pointer;
  margin: 20px 0;
  text-transform: uppercase;
  margin: 0 20px;
}

#works #filter span:hover{
  color: #da6f1a;
}

#works #filter .currentFilter{
  color: #da6f1a;
  border-bottom: 3px solid #da6f1a;
}

#rowLogo span{
  padding: 5px;
  display: block;
}

#rowLogo .col-sm-4{
  min-height: 0;
}

/* Social */

#social{
  float: right;
}

#social a img{
  width: 30px;
  margin-left: 5px;
}

/* Filter */

.portfolio:nth-child(3n) img:after{
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: red;
}

.website, .logo, .print{
  position: relative;
  overflow: hidden;
}

.website{
  margin-bottom: 30px;
}

.website:hover{
  border: 10px solid #da6f1a !important;
  margin-bottom: 24px;
}
