/* ==========================================================================
   Browser warning
   ========================================================================== */

.warning {
	float:left;
	width:100%;
	height:1200px;
	position:absolute;
	background-color:#FFFFFF;
	left:0px;
	top:0px;
	z-index:99999999;
	overflow:hidden;
}

.warningcontainer {
	float:left;
	width:500;
	height:80px;
	position:absolute;
	left:50%;
	top:120px;
    margin-left:-460px;
	text-align:left;
	color:#6E5F4F;
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 1px;
}


.warning h4 {
	text-align:left;
	color:#6E5F4F;
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	letter-spacing: 1px;
}

.warning a {
	text-align:left;
	color:#6E5F4F;
	text-decoration:none;
	font-family: "adobe-garamond-pro",serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 1px;
}

.warning a:hover {
	color:#6E5F4F;
	text-decoration:none;
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 1px;
}


/* ==========================================================================
   Global styles
   ========================================================================== */

body {
	background: url(../images/background.jpg) no-repeat fixed center center;
	background-size: cover;
	background-color: #3b5063;
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6, p {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 700;
}
h1 {
	font-size: 32px;
	line-height: 28px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	letter-spacing: 0px;
}
h2 {
	font-size: 38px;
	line-height: 42px;
	text-transform: uppercase;
	color: #6E5F4F;
	letter-spacing: 2px;
}
h3 {
	font-size: 34px;
	line-height: 34px;
	text-transform: uppercase;
	color: #6E5F4F;
	letter-spacing: 2px;
}
.intro h3 {
	font-size: 34px;
	line-height: 34px;
	text-transform: uppercase;
	color: #6E5F4F;
	letter-spacing: 2px;
}
h4 {
	font-size: 22px;
	/* text-transform: uppercase; */
	color: #6E5F4F;
	letter-spacing: 2px;
}
h5 {
	font-size: 18px;
	text-transform: lowercase;
	color: #6E5F4F;
	margin-bottom: 0px;
	letter-spacing: 0px;
}
h6 {
	font-size: 18px;
	color: #6E5F4F;
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 8px;
	margin-top: 0px;
	letter-spacing: 2px;
}
p {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	padding-bottom: 20px;
}
span {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
}
p.lead {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #6E5F4F;
	padding-bottom: 0px;
}
p.smalllead {
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: -10px;
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
}
strong {
	font-weight: 700;
}
a {
	color: #FFFFFF;
}
a:hover {
	transition: all 0.35s ease-in-out;
	color: #F39100;
	text-decoration: none;
}
hr {
	width: 6%;
	border-bottom: 2px solid #F39100;
	margin-left: 0px;
	margin-top: 16px;
	margin-bottom: 20px;
}
.hr-small {
	border-bottom: 2px solid #F39100;
	width: 20%;
}
.btn-main {
	background: transparent repeat scroll 0 0;
	border: 1px solid #FFFFFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: none;
	color: #FFFFFF;
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-decoration: none;
	text-shadow: none;
	padding-top: 6px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
	letter-spacing: 1px;
	margin-top: 0px;
	transition: all 0.6s ease-in-out;
}
.btn-main:hover {
	background: #F39100 repeat scroll 0 0;
	border: 1px solid #F39100;
	color: #FFFFFF;
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-decoration: none;
	transition: all 0.35s ease-in-out;
	opacity: 1;
}
.btn-main > i {
	vertical-align: central;
	margin-top: 2px;
}
.more:hover {
	opacity: 0.6;
	transition: all 0.35s ease-in-out;
}
.dropdown-backdrop {
	position: static;
}
[class^="icon-"], [class*=" icon-"] {
	vertical-align: middle;
}
::selection {
	background: #2D2D2D; /* Safari */
	color: #999999;
}
::-moz-selection {
 background: #2D2D2D; /* Firefox */
 color: #999999;
}
#map-area {
	width: 100%;
	background-color: #000000;
}
#map_canvas {
	height: 320px;
	margin-top: 40px;
}
*:focus {
    outline: 0;
}
#projecten .mix {
	display: none;
}
/*-----------Margins-----------------*/

.margin-0 {
	margin-bottom: 0 !important;
}
.margin-10 {
	margin-bottom: 10px !important;
}
.margin-15 {
	margin-bottom: 15px !important;
}
.margin-20 {
	margin-bottom: 20px !important;
}
.margin-30 {
	margin-bottom: 30px !important;
}
.margin-40 {
	margin-bottom: 40px !important;
}
.margin-50 {
	margin-bottom: 50px !important;
}
.margin-60 {
	margin-bottom: 60px !important;
}
.margin-70 {
	margin-bottom: 70px !important;
}
.margin-80 {
	margin-bottom: 80px !important;
}
.margin-90 {
	margin-bottom: 90px !important;
}
.margin-100 {
	margin-bottom: 100px !important;
}
.margin-120 {
	margin-bottom: 100px !important;
}
.margintop {
	margin-top: 25px !important;
}
/*------------Colors------------------*/

.black {
	color: #000000;
}
.dark-gray {
	color: #626c72;
}
.gray {
	color: #a5b2b9;
}
.light-gray {
	color: #dfe5e8;
}
.white {
	color: #FFFFFF;
}
.red {
	color: #ed1c24;
}

/* ==========================================================================
   Content Styles
   ========================================================================== */

#intro {   
	/* margin: 0, auto; */
	padding-top: 160px;
	padding-bottom: 0px;
}

.intro-logo {  
	margin: 0 auto;
}

#content {   
	background-color: transparent;
	/* background: url(../images/background.jpg) no-repeat center center;
	background-size: cover; */
	margin-top: 0px;
	/* padding-left: 210px; */
	padding-left: 0px;
	padding-top:80px;
	padding-bottom: 40px;
}


/* ==========================================================================
   Bottom and Footer styles
   ========================================================================== */
   
#bottom {
	background-color: transparent;
	padding-top: 30px;
	padding-bottom: 0px;
}
#bottom p {
	padding-top: 0px;
	padding-bottom: 0px;
	color: #FFFFFF;
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	vertical-align: bottom;
}
#bottom p a {
	color: #FFFFFF;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#bottom p a:hover {
	color: #6E5F4F;
	text-decoration: none;
	transition: all 0.6s ease-in-out;
}
#bottom span {
	color: #FFFFFF;
	font-size: 17px;
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
}

#footer {
	/* background-color: #534a40; */
	padding-top: 0px;
	/* padding-left: 210px; */
	padding-left: 0px;
	padding-bottom: 10px;
}
#footer p {
	padding-top: 0px;
	padding-bottom: 0px;
	color: #CCCCCC;
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	vertical-align: bottom;
}
#footer p a {
	color: #CCCCCC;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
	transition: all 0.6s ease-in-out;
}
.footericons {
	font-size: 20px;
}
.footericons i {
	margin-right: 4px;
	margin-top: 8px;
	color: #FFFFFF;
	transition: all 0.35s ease-in-out;
}
.footericons i:hover {
	color: #F39100;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

/* ==========================================================================
   Animation
   ========================================================================== */

.delay-01 {
    animation-delay: 0.15s;
    -o-animation-delay: 0.15s;
    -moz-animation-delay: 0.15s;
    -webkit-animation-delay: 0.15s;
}
.delay-02 {
    animation-delay: 0.30s;
    -o-animation-delay: 0.30s;
    -moz-animation-delay: 0.30s;
    -webkit-animation-delay: 0.30s;
}
.delay-03 {
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
}
.delay-04 {
    animation-delay: 0.60s;
    -o-animation-delay: 0.60s;
    -moz-animation-delay: 0.60s;
    -webkit-animation-delay: 0.60s;
}
.delay-05 {
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
}
.delay-06 {
    animation-delay: 0.90s;
    -o-animation-delay: 0.90s;
    -moz-animation-delay: 0.90s;
    -webkit-animation-delay: 0.90s;
}
.delay-07 {
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
}
.delay-08 {
    animation-delay: 1.20s;
    -o-animation-delay: 1.20s;
    -moz-animation-delay: 1.20s;
    -webkit-animation-delay: 1.20s;
}
.delay-09 {
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
}
.delay-10 {
    animation-delay: 1.50s;
    -o-animation-delay: 1.50s;
    -moz-animation-delay: 1.50s;
    -webkit-animation-delay: 1.50s;
}

.delay-11 {
    animation-delay: 1.65s;
    -o-animation-delay: 1.65s;
    -moz-animation-delay: 1.65s;
    -webkit-animation-delay: 1.65s;
}

.delay-12 {
    animation-delay: 1.80s;
    -o-animation-delay: 1.80s;
    -moz-animation-delay: 1.80s;
    -webkit-animation-delay: 1.80s;
}

.delay-13 {
    animation-delay: 1.95s;
    -o-animation-delay: 1.95s;
    -moz-animation-delay: 1.95s;
    -webkit-animation-delay: 1.95s;
}

.delay-14 {
    animation-delay: 2.10s;
    -o-animation-delay: 2.10s;
    -moz-animation-delay: 2.10s;
    -webkit-animation-delay: 2.10s;
}

.delay-15 {
    animation-delay: 2.25s;
    -o-animation-delay: 2.25s;
    -moz-animation-delay: 2.25s;
    -webkit-animation-delay: 2.25s;
}

.delay-16 {
    animation-delay: 2.40s;
    -o-animation-delay: 2.40s;
    -moz-animation-delay: 2.40s;
    -webkit-animation-delay: 2.40s;
}

.delay-17 {
    animation-delay: 2.55s;
    -o-animation-delay: 2.55s;
    -moz-animation-delay: 2.55s;
    -webkit-animation-delay: 2.55s;
}

.delay-18 {
    animation-delay: 2.70s;
    -o-animation-delay: 2.70s;
    -moz-animation-delay: 2.70s;
    -webkit-animation-delay: 2.70s;
}

.delay-19 {
    animation-delay: 2.85s;
    -o-animation-delay: 2.85s;
    -moz-animation-delay: 2.85s;
    -webkit-animation-delay: 2.85s;
}

.delay-20 {
    animation-delay: 3.00s;
    -o-animation-delay: 3.00s;
    -moz-animation-delay: 3.00s;
    -webkit-animation-delay: 3.00s;
}

.delay-21 {
    animation-delay: 3.15s;
    -o-animation-delay: 3.15s;
    -moz-animation-delay: 3.15s;
    -webkit-animation-delay: 3.15s;
}

.delay-22 {
    animation-delay: 3.30s;
    -o-animation-delay: 3.30s;
    -moz-animation-delay: 3.30s;
    -webkit-animation-delay: 3.30s;
}

.delay-23 {
    animation-delay: 3.45s;
    -o-animation-delay: 3.45s;
    -moz-animation-delay: 3.45s;
    -webkit-animation-delay: 3.45s;
}

.delay-24 {
    animation-delay: 3.60s;
    -o-animation-delay: 3.60s;
    -moz-animation-delay: 3.60s;
    -webkit-animation-delay: 3.60s;
}

.delay-25 {
    animation-delay: 3.75s;
    -o-animation-delay: 3.75s;
    -moz-animation-delay: 3.75s;
    -webkit-animation-delay: 3.75s;
}

.delay-26 {
    animation-delay: 3.90s;
    -o-animation-delay: 3.90s;
    -moz-animation-delay: 3.90s;
    -webkit-animation-delay: 3.90s;
}

.delay-27 {
    animation-delay: 4.05s;
    -o-animation-delay: 4.05s;
    -moz-animation-delay: 4.05s;
    -webkit-animation-delay: 4.05s;
}

.delay-28 {
    animation-delay: 4.20s;
    -o-animation-delay: 4.20s;
    -moz-animation-delay: 4.20s;
    -webkit-animation-delay: 4.20s;
}

.delay-29 {
    animation-delay: 4.35s;
    -o-animation-delay: 4.35s;
    -moz-animation-delay: 4.35s;
    -webkit-animation-delay: 4.35s;
}

.delay-30 {
    animation-delay: 4.50s;
    -o-animation-delay: 4.50s;
    -moz-animation-delay: 4.50s;
    -webkit-animation-delay: 4.50s;
}

/* ==========================================================================
   Mobile styles
   ========================================================================== */


/* Landscape phones and down */
@media (max-width: 480px) {
body {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0px;
	background: url(../images/background-phone.jpg) no-repeat fixed center center;
	background-size: cover;
	background-color: #000000;
}
.container {
	margin-left: 0px;
	margin-right: 0px;
}
h1 {
	font-size: 40px;
	line-height: 38px;
}
h2 {
	font-size: 30px;
	line-height: 36px;
}
h3 {
	font-size: 28px;
	line-height: 30px;
}
p.lead {
	font-size: 18px;
}
hr {
	width: 16%;
	border-bottom: 2px solid #F39100;
	margin-left: 0px;
	margin-top: 16px;
	margin-bottom: 20px;
}
#intro {   
	margin-top: 0px;
	padding-top: 60px;
	padding-bottom: 0px;
}
#content {
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer {
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}
}

/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {
body {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0px;
	background: url(../images/background-phone.jpg) no-repeat fixed center center;
	background-size: cover;
	background-color: #3b5063;
}
.container {
	margin-left: 0px;
	margin-right: 0px;
}
h1 {
	font-size: 40px;
	line-height: 38px;
}
h2 {
	font-size: 30px;
	line-height: 36px;
}
h3 {
	font-size: 28px;
	line-height: 30px;
}
p.lead {
	font-size: 18px;
}
hr {
	width: 16%;
	border-bottom: 2px solid #F39100;
	margin-left: 0px;
	margin-top: 16px;
	margin-bottom: 20px;
}
#intro {   
	margin-top: 0px;
	padding-top: 60px;
	padding-bottom: 0px;
}
#content {
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer {
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
body {
	padding-top: 0px;
	background: url(../images/background-tablet.jpg) no-repeat fixed center center;
	background-size: cover;
}
#content {
	padding-top: 20px;
	padding-bottom: 80px;
	padding-left: 0px;
}
#footer {
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#intro {   
	/* background: url(../images/background.jpg) no-repeat center center;
	background-size: cover; */
	margin-top: 0px;
	padding-top: 120px;
	padding-bottom: 0px;
}	
}

/* Desktops and laptops ----------- */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* Large screens ----------- */
@media (min-width: 1441px) and (max-width: 2200px) {
	#intro {   
	/* background: url(../images/background.jpg) no-repeat center center;
	background-size: cover; */
	margin-top: 0px;
	padding-top: 240px;
	padding-bottom: 0px;
}
}

/* SCROLL TO TOP */

.scrollToTop, a.scrollToTop {
	width: 26px;
	height: 26px;
	border-radius: 4px;
	text-align: center;
	background: rgba(34,34,34,0.85);
	font-weight: bold;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	position:fixed;
	bottom: 25px;
	right: 20px;
	display: none;
}
.scrollToTop:hover{
	text-decoration: none;
	color: #ececec;
}

