@font-face {
	font-family: 'RomanSerif';
    src: url('font/RomanSerif.eot');
    src: url('font/RomanSerif.svg#mfg_labs_iconsetregular') format('svg'),
   		   url('font/RomanSerif.eot?#iefix') format('embedded-opentype'),
         url('../font/RomanSerif.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

a.white-btn {
	border: 1px solid #000;
	border-radius: 3px;
	color: #000;
	display: block;
	font-size: 0.85em;
	margin-top: 1.25em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.white-btn:hover {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
}

a.white-btn2 {
	border: 1px solid #000;
	border-radius: 3px;
	color: #000;
	display: block;
	font-size: 0.85em;
	margin-top: 1.25em;
	width: 200px;
	height: 20px;
	font-size: 12px;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.white-btn2:hover {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
	
}
a.color-btn, form.customform button.color-btn {
	background: #fff;
	border: 1px solid #001925;
	border-radius: 3px;
	color: #001925;
	display: block;
	font-size: 0.85em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.color-btn:hover, form.customform button.color-btn:hover {
	border: 1px solid #d8b792;
	color: #d8b792;
}
#topbar {
	background: none repeat scroll 0 0 #2b412c;
	border-bottom: 1px solid #001925;
	padding: 0.3125em 0;
}
#topbar p {
	padding-top: 3px;
	color: #fff;
	letter-spacing: 2px;
	font-size: 0.7em;
	opacity: 0,8;
	position: relative;
	top: 2px;
}
#topbar p strong {
	font-weight: 600;
}
#topbar i {
	color: #efebd9;
	font-size: 1.1em;
	opacity: .8;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
#topbar i:hover {
	color: #efebd9;
	cursor: pointer;
	opacity: 1;
}
nav {
	background: none repeat scroll 0 0 #fff;
}
header {
	border-bottom: 4px solid rgba(0, 40, 58, 0.53);
	position: fixed;
	width: 100%;
	z-index: 10;
}
p.logo {
	color: #ccc;
	font-size: 1.7em;
	max-width: 100px;
	font-weight: 300;
	position: relative;
	text-transform: uppercase;
	top: 0.1em;
}
p.logo strong {
	font-weight: 700;
}
.top-nav li a {
	border-top: 2px solid #2b412c;
	color: #2b412c;
	font-size: 0.80em;
	font-weight: 600;
	padding: 2.1em 1.5em 2.5em;
	text-transform: uppercase;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
.top-nav li a:hover, .top-nav li.active-item a {
	background: none repeat scroll 0 0 #2b412c;
	border-top: 2px solid #fff;
	color: #fff;
	position: relative;
}
#carousel .text {
	position: absolute;
	top: 40%;
	z-index: 10;
}
.item {
	overflow: hidden;
	width: 100%;
}
.prev-arrow, .next-arrow {
	background: none repeat scroll 0 0 #2b412c;
	cursor: pointer;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 1px;
	text-align: center;
	width: 30px;
}
#carousel .text h2 {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
	color: #fff;
	display: inline-block;
	font-size: 2em;
	font-weight: 300;
	margin: 1px 0;
	max-width: 300px;
	padding: 10px 20px;
	width: 100%;
}
#carousel .text p {
	background: none repeat scroll 0 0 #2b412c;
	color: #fff;
	max-width: 600px;
	padding: 10px 20px;
	width: 100%;
}
#carousel .owl-theme .owl-controls {
	background: none ;
	bottom: 0;
	margin: 0;
	padding: 0.625em 0;
	position: absolute;
	width: 100%;
}
.owl-theme .owl-controls .owl-page span {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 2px solid #fff;
	height: 18px;
	margin: 0 0.3125em;
	opacity: 1;
	width: 18px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: none repeat scroll 0 0 #d8b792;
}
#first-block {
	background: none repeat scroll 0 0 #fff;
	padding: 3em 2em;
	text-align: center;
}
#first-block h1 {
	color: #2b412c;
	font-size: 2em;
	font-weight: 300;
	margin-top: 0;
}
#first-block p {
	color: #2b412c;
	font-size: 0.85em;
}

#work {
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
	position: relative;
	text-align: center;
	z-index: 2;
}


#work p {
	color: #fff;
	font-size: 0.85em;
	line-height: 1.5em;
}

#photos {
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 10em 2em;
	position: relative;
	text-align: center;
	z-index: 2;
}
#photos img{
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	opacity: 0.9;
}
#photos img:hover{
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	opacity: 1;
}

#photos h2 {
	color: #2b412c;
	font-size: 1em;
	font-weight: 600;
	margin: 1.25em 0;
	text-transform: uppercase;
}
#photos p {
	color: #fff;
	font-size: 0.85em;
	line-height: 1.5em;
}
#about-us {
	background: none repeat scroll 0 0 #d6ccc0;
	clear: both;
}
#about-us:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#about-us article {
	padding: 2em 0 0 4em;
}
.red {
	color: #ca3255;
}
.beige {
	color: #8f7558;
}
.margin-top {
	margin-top: 1em;
}
.underline {
	text-decoration: underline;
}
article h2 {
	font-size: 4em;
	font-weight: 900;
	letter-spacing: -2px;
	line-height: 0.9;
	margin: 0 0 0.625em 0
}
article h1, article h2, article h3, article h4, article h5, article h6 {
	color: #2b412c;
}
.media-container {
  overflow: hidden;
}
.media-container video, .media-container img {
  display: block;
  height: 100%;
  max-width: none;
  min-width: auto;
  width: 100%;
}
article p, article li {
	color: #000;
	font-size: 0.85em;
	opacity: 0.7;
}
article ul {
	padding: 1.25em 0;
}
article ul li {
	list-style-type: none;
	margin: 0.625em 0;
	padding: 0 0 0 1em;
}
article ul li:before {
	background: #2b412c none repeat scroll 0 0;
	color: #fff;
	content: "\f006";
	display: inline-block;
	font-family: "RomanSerif";
	font-size: 0.8em;
	height: 20px;
	line-height: 20px;
	margin-left: -1em;
	margin-right: 0.625em;
	text-align: center;
	width: 20px;
}
.about-us-icons i {
	border: 2px solid #d8b792;
	border-radius: 100px;
	color: #d8b792;
	display: block;
	float: left;
	font-size: 1.6em;
	height: 60px;
	line-height: 60px;
	margin-right: 0.625em;
	text-align: center;
	width: 60px;
}
.about-us-icons {
	display: block;
	margin-top: 2em;
}
h2.section-title:after {
	background: #dedede none repeat scroll 0 0;
	content: "";
	display: block;
	height: 1px;
	margin: 0.31225em auto 0;
	position: relative;
	width: 100px;
}
h2.section-title {
	color: #2b412c;
	font-size: 2.8em;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0 0 1.25em;
	text-align: center;
	text-transform: uppercase;
}
h3.section-title:after {
	background: #dedede none repeat scroll 0 0;
	content: "";
	display: block;
	height: 1px;
	margin: 0.31225em auto 0;
	position: relative;
	width: 100px;
}
h3.section-title {
	color: #2b412c;
	font-size: 2em;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0 0 1.25em;
	text-align: center;
	text-transform: uppercase;
}
#brands {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	background: none repeat scroll 0 0 #fff;
	padding: 6em 2em;
	position: relative;
	z-index: 2;
}
.tab-item {
	background: #fff none repeat scroll 0 0;
	margin-top: 1.25em;
	padding: 1.25em 0;
	
}
/* hover brand*/
a.our-work-container {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

a.our-work-container div {
  display: inline-block;
  height: 200px;
  margin: 0 1em 1em 0;
  position: relative;
  width: 200px;
}

a.our-work-container img {
  border-radius: 0.5em;
}

span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
} 
span.text-content span h4 {
	color: white;
}
span.text-content span p {
	color: white;
	font-size: 12px;
}
.text-content {
  background: rgba(43,65,44,0.4);
    border-radius: 0.5em;
  color: white;
  cursor: default;
  display: table;
  height: 200px;
  left: 0;
  position: absolute;
  top: 0;
  width: 200px;
  opacity: 0;
  
}

a.our-work-container div:hover .text-content {
  opacity: 1;
}
.brands-container {
	display: block;
	height: 100%;
	position: relative;
}
span.brands-text {
	background: #fff none repeat scroll 0 0;
	bottom: 0;
	display: block;
	left: 0;
	opacity: 1;
	padding: 1.25em;
	position: absolute;
	right: 0;
	text-align: center;
	transition: opacity 0.20s linear 0s;
	-o-transition: opacityd 0.20s linear 0s;
	-ms-transition: opacity 0.20s linear 0s;
	-moz-transition: opacity 0.20s linear 0s;
	-webkit-transition: opacity 0.20s linear 0s;
	width: 100%;
}
.brands-container:hover > .brands-text {
	opacity: .7;
}
.brands-text h4 {
	color: #2b412c;
	font-size: 1em;
	font-weight: 600;
	z-index: 10;
	
}
.brands-text p {
	color: #2b412c;
	font-size: 0.8em;
	opacity: 1;
	z-index: 10;
}
.tab-nav {
	display: table;
}
a.tab-label, a.tab-label:link, a.tab-label:visited {
	background: #2b412c none repeat scroll 0 0;
	border-radius: 0em;
	color: #fff;
	display: block;
	font-size: 0.75em;
	margin: 0.1em 0.1em;
	padding: 0.3em 0.8em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
	width: 130px;
}
a.tab-label:hover, a.tab-label.active-btn {
	background: #d8b792;
	color: #fff;
}
.project-menu {
	/* margin: 0; */
	/* padding: 0; */
	display: flex;
	justify-content: center;
	flex-flow: wrap;
}
.project-menu * {
	display: inline-block;
	margin-right: 3em;
	color: #fff;
	margin: 2em;
	list-style: none;
	cursor: pointer;
}
.casachic {
	padding-top:29px;
}
.project-menu .active {
	text-decoration: underline;
}

#publicaties {
	background: #fff;
	/* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); */
	padding: 6em 2em;
}
#publicaties h2 {
	color: #2b412c;
	margin: 0 0 1.25em;
}
#winterfair {
	background-color: #fff;
}
#winterfair h2 {
	padding-top: 1.25em;
}
#winterfair p {
	text-align: center;
}

#jarig {
	background-color: #2b412c;
}
#jarig h2 {
	color: white;
	padding-top: 1.25em;
}

#services {
	background: #2b412c none repeat scroll 0 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
}
#services h2 {
	color: #fff;
	margin: 0 0 1.25em;
}
#services h2.section-title:after {
	background: #fff none repeat scroll 0 0;
}
#services i {
	background: none repeat scroll 0 0 #fff;
	border-radius: 80px;
	color: #d8b792;
	display: block;
	float: left;
	font-size: 1.8em;
	height: 80px;
	line-height: 80px;
	margin-right: 0.625em;
	text-align: center;
	width: 80px;
}
.service-text {
	display: table;
	position: relative;
}
#services h3 {
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
}
#services p {
	color: #fff;
	font-size: 0.8em;
}
#latest-news {
	background: #f0ebd8 none repeat scroll 0 0;
	padding: 6em 2em;
	position: relative;
	z-index: 3;
}
#project {
	background: #2b412c none repeat scroll 0 0;
	padding: 6em 2em;
	position: relative;
	z-index: 3;
	display:inherit;
}
#project h2 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
#project i{
	text-align: center;
}
#project p {
	color: #fff;
	font-size: 0.8em;
	text-align: center;
}
#woningproject {
	background: #2b412c none repeat scroll 0 0;
	padding: 6em 2em;
	position: relative;
	z-index: 3;
	display:inherit;
}
#woningproject h3 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
#woningproject p {
	color: #fff;
	font-size: 0.8em;
	text-align: center;
}
.news-date {
	  border-radius: 0.5em;
	background: #2b412c none repeat scroll 0 0;
	clear: both;
	color: #fff;
	display: block;
	float: none;
	min-height: 118px;
	padding: 0.625em 0;
	text-align: center;
	width: 100%;
}
.day {
	font-size: 2.5em;
	font-weight: 700;
	
}
.month, .year {
	font-size: 0.85em;
}
.news-text {
	  border-radius: 0.5em;
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	min-height: 118px;
	padding: 0.625em 1.25em;
}
.news-text p {
	color: #2b412c;
	font-size: 0.85em;
}
#contact {
	background: none repeat scroll 0 0 #efefef;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 4em 2em;
	position: relative;
	z-index: 2;
}
#contact a, #contact a:visited{
	color: #2b412c;
}

#contact h3{
	padding-top: 20px;
}
#contact input, #contact textarea {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 3px;
}
form.customform button.color-btn {
	height: auto;
	margin-top: 0;
}
#contact h2 {
	margin: 0 0 1.25em;
}
#contact h3 {
	color:  #2b412c;
	font-size: 1em;
	font-weight: 700;
	margin: 0 0 0.625em;
	text-transform: uppercase;
}
#contact p {
	font-size: 0.85em;
	font-style: normal;
	line-height: 2em;
	color: #2b412c;
}
#contact p strong {
	font-weight: 700;
}
#contact i {
	background: none;
	border-radius: 30px;
	color: #2b412c;
	display: inline-block;
	margin: 0.625em;
	text-align: center;
	width: 26px;
}
#contact i:hover{
	background: none;
	border-radius: 30px;
	color: #2b811b;
	display: inline-block;
	margin: 0.625em;
	text-align: center;
	width: 26px;
}

#map-block {
  filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);    
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}
footer {
	background: none repeat scroll 0 0 #2b412c;
	padding: 1em 0;
}
footer p, footer a:visited, footer a, footer a:hover {
	color: #fff;
	font-size: 0.8em;
}
@media screen and (max-width: 768px) {
	.casachic {
		padding-top:16px;
	}

  header {
  	position: relative;
  }
  .top-nav li a {
  	background: #fff none repeat scroll 0 0;
	padding: 0;
	text-align: center;
  }
  #carousel .text {
  	font-size: 0.8em;
  	top: 20%;
  }
  .owl-controls.clickable {
  	display: none!important;
  }
  .right {
  	float: none;
  }
  .social.right {
  	float: right;
  }
  #about-us article {
  	padding: 4em 2.5em;
  }
}
@media screen and (max-width: 726px) {
	.casachic {
		padding-top:0px;
	}
}
@media screen and (max-width: 480px) {
	.casachic {
		padding-top:0;
	}
  #topbar {
  	line-height: 1.625em;
  	text-align: center;
  }
  
  article h2{
	  font-size: 30px;
  }  
  #brands h2, #contact h2, #project h2, #services h2, #publicaties h2, #work h2{
	  font-size: 30px; 
  }
  .social.right {
  	float: none;
  }
  p.logo, p.nav-text {
  	text-align: right;
  }
}