/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body { height: 100% }

body {
	font-family: 'Lusitana', serif;
	min-width: 1024px;
}


.placeholder { color: #aaa; }

strong, b {
	font-weight: 700;
}

section { 
  background: #833f53;
  overflow: hidden;
  position: relative;
  z-index: 10;
  height: 100vh;
  min-height: 700px;
	min-width: 1024px;
}

.navbar {
	border-bottom: 5px solid #833f53;
	width: 100%;
	height: 110px;
	position: fixed;
	top: 0%;
	left: 0%;
	z-index: 11;
	background: white;
	font-family: 'Lusitana', serif;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.navbar.orig {
	height: 60px;
}

.navbar ul {
	float: right;
	padding-right: 10px;
}
.navbar ul li {
	float: left;
	height: 110px;
	line-height: 110px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.navbar.orig ul li {
	height: 60px;
	line-height: 60px;
}
.navbar ul li a {
	text-decoration: none;
	font-style: italic;
	font-weight: 700;
	font-size: 16px;
	color : #2f2f2f;
	padding-left: 20px;
	padding-right: 20px;
}
.navbar ul li.active a, .navbar ul li:hover a {
	color : #8d4e61;
}

.navbar ul li.facebook{
	line-height: inherit;
}
.navbar ul li.facebook a {
	display: inline-block;
/* font-size: 30px; */
margin-top: 40px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.navbar ul li.facebook div {
	height: 30px;
width: 30px;
background: #3b5998;
}
.navbar ul li.facebook img {
	height: 18px;
width: 18px;
padding: 6px;
}


.navbar.orig ul li.facebook a{
margin-top: 15px;
}

.brand {
	height: 300px;
	display: block;
	position: absolute;
	width: 30%;
	background-color: white;
	/* Set our transitions up. */
	background-size: auto 110px;
	background-repeat: no-repeat;
	background-position: center 110px;
	background-image: url("../images/logo_groot_dewit.png");
	text-align: center;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
  	/*min-height: 300px;*/
	/*min-width: 307px;*/
}

.brand.orig {
	background-position: center center;
	height: 60px;
  	min-height: 60px;
	background-size: auto 40px;
}

#home div.right, #home div.left {
	float: left;
	display: block;
	height: 100%;
	min-height: 100%;
}

#home div.right {
	width: 70%;
	position: relative;
	display: block;
}

#home div.right .slidercontainer {
	margin-top: 60px;
	height: 100%;
	width: 100%;
	position: relative;
	display: block;
}

#home div.right .slidertextcontainer {
	position: absolute;
	width: 100%;
	height: 100px;
	bottom: 0px;
}

#home div.right .slidertextcontainer .item {
	width: 33.33333%;
	height: 100px;
	line-height: 100px;
	float: left;
	text-align: center;
	color: #833f53;
    background-color: rgba(255, 255, 255, 0.7);
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	transition: background 0.4s;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
}

#home div.right .slidertextcontainer .item.active {
    background-color: rgba(131, 63, 83, 0.7);
    color: white;
}

#home div.left {
	width: 30%;
	background: #833f53;
  min-height: 700px;
	color: white;
	position: relative;
}
#home div.left .lefttextcontainer {
	position: absolute;
	left: 0px;
	bottom: 10%;
	right: 0px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}

#home div.left .lefttextcontainer.orig {
	bottom: 40%;
}

#home div.left p {
	margin: 14px;
	text-align: center;
	font-size: 20px;
}
#home div.left p strong {
	font-weight: 700;
}


#home div.left .read_more {
	display: inline;
	color: white;
	text-decoration: none;
	font-style: italic;
}

#home div.left .read_more_container {
	width: 100%;
	text-align: center;
	margin-top: 50px;
}

.arrow_down {
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid white;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
}

#about_us .container {
	width: 800px;
	color: white;
	margin: 0 auto;
	padding-top: 100px;
	font-size: 20px;
	font-style: italic;
	text-align: center;
}

#about_us .container .buttons {
margin-top: 80px;
padding-left: 5%;
padding-right: 5%;
float: left;
width: 90%;
}

#about_us .container .button img, #about_us .container .button a {
    display:block;
    width:150px;
    height:150px;
    text-align:center;
    text-decoration:none;
}

#about_us .container a {
	color: white;
}

#about_us .container .buttons .photos {
	float: left;
}

#about_us .container .buttons .contact {
	float: right;
}


section#contact, section#photos {
  background: white;
}

 section#photos {
 	height: inherit;
 }

#photos .container {
	width: 1024px;
	margin: 0 auto;
	padding-top: 25px;
}

#photos .photosmenu {
	width: 100%;
	height: 240px;
}

#photos .photosmenu .item {
	float: left;
	width: 20%;
	text-align: center;
	position: relative;
	height: 225px;
	cursor: pointer;
}

#photos .photosmenu .item .photolink {
	margin: 12px 0px;
}

#photos .photothumbs {
	padding-bottom: 35px;
}

#photos .photothumbs .item {
margin: 10px;
display: inline-block;
box-shadow: 0px 0px 10px #888888;
}

#photos .photothumbs .item:hover {
box-shadow: 0px 0px 18px #888888;
}

#photos .photothumbs .photothumb.img {
	display: block;
	height: 95px;
	width: 95px;
	margin: 5px;
	background-position: center center;
	background-repeat: no-repeat;
}

#photos .photosmenu .item .photolink.name {
	color: #484848;
	text-decoration: none;
	font-size: 18px;
	font-style: italic;
	font-weight: 700;
	display: block;
}

#photos .photosmenu .item .photolink.img {
	display: block;
	height: 180px;
	width: 90%;
	margin-left: 5%;
	min-height: 180px;
	background-position: center center;
	background-repeat: no-repeat;
}

#photos .photosmenu .item .overlay {
	position: absolute;
	/*background: url('../images/photo_triangle.png');*/
	background-color: rgba(131, 63, 83, 0.7);
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 180px;
	width: 90%;
	z-index: 10;
	margin-left: 5%;
    -webkit-transition: background-color 0.15s linear;
    -moz-transition: background-color  0.15s linear;
    -o-transition: background-color  0.15s linear;
    -ms-transition: background-color  0.15s linear;
    transition: background-color  0.15s linear;
}

#photos .photosmenu .item.active .overlay {
	background-color: transparent;
	background-image: url('../images/photo_triangle.png');
}


#photos .photosmenu .item:hover .overlay {
	background-color: transparent;
}

#photos h3 {
	color: #484848;
	text-decoration: none;
	font-size: 34px;
	font-style: italic;
	font-weight: 700;
	margin-left: 47px;
	padding-top: 15px;
}

#photoskeuken, #photostafels, #photosinterieurbetimmeringen, #photosoverige_projecten {
	display: none;
}

#contact .container {
	width: 1024px;
	margin: 0 auto;
	padding-top: 25px;
}

#contact .container .left { 
float: left;
width: 25%;
min-height: 10px;
font-style: italic;
color: #474747;
margin-left: 2.5%;
margin-right: 2.5%;

}

#contact .container .right h2 {
	font-weight: 700;
	font-style: italic;
	color: #474747;
	font-size: 18px;
	margin-bottom: 8px;
} 

#contact .container .right { 
	float: left;
	width: 70%;
	min-height: 10px;
}

#contact #contactform .tabel {
	width: 100%;
}

#contact #contactform input, #contact #contactform textarea {
	background: white;
	border: 1px solid #8e5062;
	font-style: italic;
	width: 213px;
	line-height: 25px;
	clear: both;
	padding: 3px 15px;
	font-family: 'Lusitana', serif;
	color: #8e5062;
	font-size: 13px;
	margin-top: 5px;
	border-radius: 0;
}


#contact #contactform input[type=text] {
	height: 25px;
}

#contact #contactform input.submit {
	font-size: 14px;
	font-weight: 700;
	width: inherit;
	background: white;
	cursor: pointer;
	border: 3px solid #8e5062;
	-webkit-appearance: none;
}


#contact #contactform input.submit:hover {
	color: white;
	background: #8e5062;
}

#contact #contactform input.answer {
	width: 100px;
}

#contact #contactform .genimagecontainer {
	overflow: hidden;
	width: 108px;
	height: 28px;
	position: relative;
	float: left;
	margin-top: 9px;
	margin-right: 5px;
}

#contact #contactform .genimagecontainer img {
	position: absolute;
	top: -1px;
	left: -1px;
}

#contact #contactform textarea {
	width: 90%;
}

#contact #contactform span {
	font-size: 14px;
	padding-top: 15px;
	display:block;
}

div.TxtStatus.dropError, div.TxtStatus.dropSuccess {
	font-family: 'Lusitana', serif;
	display:block;
	padding-top: 2px;
	padding-bottom:14px;
	font-size:12px;
}

.mapcontainer {
	position: relative;
	width: 100%;
	height: 250px;
}

.mapcontainer .formcontainer {
	position: absolute;
	z-index: 11;
	right: 0;
	width: 200px;
	margin-right: 10px;
	bottom: 40px;
}

.mapcontainer .formcontainer input.input, .mapcontainer .formcontainer input.submit {
	background: white;
	border: 1px solid #8e5062;
	font-style: italic;
	width: 190px;
	line-height: 25px;
	clear: both;
	margin-top: 15px;
	margin-right: 10px;
	float: right;
	padding: 3px 15px;
	font-family: 'Lusitana', serif;
	color: #8e5062;
	border-radius: 0;
}

.mapcontainer .formcontainer input.input {
	height: 25px;
}

.mapcontainer .formcontainer input.submit {
	font-size: 14px;
	font-weight: 700;
	width: inherit;
	background: white;
	cursor: pointer;
	-webkit-appearance: none;
}

.mapcontainer .formcontainer input.submit:hover {
	color: white;
	background: #8e5062;
}

#map_canvas {
	width: 100%;
	height: 250px;
}

img.tienjaaricon {
	width: 150px;
	margin-bottom: 25px;
}

@media screen and (max-width:1250px) {
	#home div.left p {
		font-size: 17px;
	}

	#home div.right .slidertextcontainer .item {
		font-size: 19px;
	}
	
	.brand {
		background-size: auto 90px;
	}
}

@media screen and (max-width:1024px) {
	body {
		min-width: 800px;
	}

	section {
		min-width: 800px;
	}

	#photos .container {
		width: 800px;
	}

	#contact .container {
		width: 800px;
	}

	.brand {
		background-size: auto 65px;
	}

	#home div.right .slidertextcontainer .item {
		font-size: 16px;
	}

	#home div.left p {
		font-size: 18px;
	}

	#about_us .container {
		width: 750px;
	}

	#photos .photosmenu .item .photolink.name {
		font-size: 15px;
	}

	#photos .photosmenu .item .overlay, #photos .photosmenu .item .photolink.img {
		height: 160px;
		min-height: 160px;
	}

	#photos .photothumbs .photothumb.img {
		margin: 7.5px;
	}
}