@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: 300px;
	max-width:700px;
	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;
	margin: 0 auto;
}



.center {
	clear: both;
    content: "";
    display: block;
    margin: 0 auto;
    max-width: 700px;
	padding:0 20px;
	text-align: center;
}

#wrapper {
	width:100%;
	height:100%;
	position:relative;
	display: inline-block;
}

header {
	position:relative;
	display:inline-block;
	width:100%;
}

.site-content {
	position:relative;
	display:inline-block;
	left:0;
	top:0;
	color:#fff;
}


.site-content h1,
.site-content h2, 
.site-content h3 {
	width:100%;
	display:block;
	font-weight:lighter;
}

.site-content h1.heading {
	font-size:40px; 
	
}

.site-content h2.description {
	font-size:35px; 
	
}


.site-content p, p {
    font-size: 22px;
    margin: 0 0 15px 0;
    line-height: 32px;
}




.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;
	}
	

	
	.center {
		max-width:1004px;
	}
}
@media screen and (min-width: 701px) {	
.site-content {
	width:100%;

} }

@media screen and (max-width: 1366px) {	
		
	body > .main-container {
		overflow-y:scroll !important;
	}
	

	
	.center {
		max-width:620px;
	}
	
}	


@media screen and (min-width: 320px) and (max-width: 640px) and (orientation: landscape) {

				
		#wrapper {
			height:auto;
		} 
		
		

}

@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; 
	}
 


 

	
}

@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; 
	}
 


}

