@charset "utf-8";
/* CSS Document */
*:before,
*:after  { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

* { margin: 0; padding: 0; border: 0; outline:none;}

html {
	height:100%;
}

body {
	height:100%;
	box-sizing: border-box;
    min-height: 100%;
    min-width: 100%;
    position: relative;
    z-index: 1;
	margin:0;
	padding:0;
	overflow: hidden;
}

body > #wrapper {
	height: 100%; 
	min-height: 100%; 
	width:100%;  
	display: inline-block;
}

body > .main-container {
	height: 100%; 
	min-height: 100%; 
    min-width: 100%;
	transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out; 
	-o-transition: all .6s ease-in-out; 
	z-index:0;
	overflow:hidden;
	position:relative;
}



.center {
	clear: both;
    content: "";
    display: block;
    margin: 0 auto;
    max-width: 1020px;
    width: 100%;
	padding:0 10px;
	text-align: center;
}

#wrapper {
	width:100%;
	height:100%;
	position:relative;
	display: inline-block;
}

header {
	position:relative;
	display:inline-block;
	width:100%;
}

p {font-weight:lighter;}


.site-content {
	position:relative;
	display:inline-block;
	width:100%;
	left:0;
	top:0;
	color:#fff;
}

.site-content .font-center {
	text-align:center;
}

.site-content h2, 
.site-content h3 {
	width:100%;
	display:block;
}

.site-content h2.heading {
	font-size:55px; 
	font-weight:lighter;
	color:#cf8a5a;
}

.site-content h3.description {
	font-size:35px; 
	font-weight:lighter;
}


.site-content p {
    font-size: 20px;
    margin: 0 0 15px 0;
    line-height: 32px;
}

footer {
	position: relative;
	top: -120px;
	height: 100px;
	display:inline-block;
	width:100%;
	color:#fff;
}

.company-name {
	width:100%;
	display:block;
	text-decoration:none;
	font-family: inherit;
	font-weight:bold;
	color:inherit;
	font-size:16px;
	text-align:center;
}

.logo {
	font-family: inherit;
	font-weight:normal;
	text-decoration:none;
	max-width: 220px;
	margin-left:auto;
	margin-right:auto;
	display: block;
	padding: 30px 0;
}

.logo.istext {
	max-width: 100%;
	padding: 30px 60px;
}


.logo img {
	height:100%;
	width:100%;
}

.site-title {
	font-family: inherit;
	font-weight:lighter;
	text-align:center;
	padding:20px 0;
	vertical-align:middle;
	font-size: 45px;
}



.wpcf7 input, .wpcf7 textarea {
	color:inherit;
	background-color: rgba(113,113,113, 0.6);
	padding: 10px 0px;
}

.wpcf7 .screen-reader-response {
padding: 10px 5px;
}

.wpcf7 .screen-reader-response ul {
font-size: 14px;
padding: 0px 0px 0px 20px;
}

.wpcf7 .wpcf7-not-valid-tip

{
	padding-left: 10px;
	font-size: 11px;
}




.preloader {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 99999991;
}


#vague-svg-blur {
	width:0;
	height:0;
	display:inline;
}


/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	
	
	body > .main-container {
		overflow-y:scroll !important;
	}
	
	footer {
		top:0;
		bottom:0;
		margin: 40px 0 0 0;
	}
	
	.center {
		max-width:1004px;
	}
}

@media screen and (max-width: 1366px) {	
		
	body > .main-container {
		overflow-y:scroll !important;
	}
	
	footer {
		top:0;
		bottom:20px;
		margin: 40px 0 0 0;
	}
	
	.center {
		max-width:620px;
	}
	
}	


@media screen and (min-width: 320px) and (max-width: 640px) and (orientation: landscape) {

				
		#wrapper {
			height:auto;
		} 
		
		
		footer {
			top:0;
			bottom:0;
			margin: 10px 0 30px 0;
		}

		footer .social {
			text-align:center;
		}		
}

@media screen and (max-width: 480px) {	

	body > .main-container {
		overflow-y:scroll !important;
	}

	#wrapper {
		height:auto;
	} 
	
	.center {
		max-width:460px;
	}
	
	.site-content h2.heading { 
		font-size: 24px; 
	}
	.site-content h3.description { 
		font-size: 18px; 
	}
 
	.logo { 
		max-width:100px; 
		max-height:100px; 
	}
 

 
		
	footer {
		top:0;
		bottom:0;
		margin: 10px 0 30px 0;
	}

	
}

@media screen and (max-width: 360px) {	
	.center {
		max-width:340px;
	}
}

@media screen and (max-width: 320px) {
	.center {
		max-width:300px;
	}
	.site-content h2.heading { 
		font-size: 24px; 
	}
	.site-content h3.description { 
		font-size: 18px; 
	}
 

	footer {
		top:0;
		bottom:0;
		margin: 10px 0 30px 0;
	}
}

