/*-------------
 	General
-------------*/

*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

html{
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.hidden {
    display: none !important;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ed1c24;
    margin: 1em 0;
    padding: 0;
}

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}



ul, nav{
	list-style: none;
}

a{
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	opacity: 0.9;
}

a:hover{
	opacity: 1;
}


section{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0px;
}

img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/* FONTS -------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:300,400,600,700,800');
/* 
font-family: 'Open Sans', sans-serif;
font-family: 'Open Sans Condensed', sans-serif; 
*/

h1, h2, h3, h4, h5 {
	font-family: 'Open Sans Condensed', sans-serif;
}

p, small {
	font-family: 'Open Sans', sans-serif;
	color: #f7f7f7;
}

.text-block {
	text-align: center;
	margin: 0;
	padding: 0;
}

/* IMG CLASSES ---------------------------------------- */
.logo {
	max-width: 75vw;
}

@media only screen and (min-width: 75em) {
	.logo {
		max-width: 50vw;
	}
}

/* BUTTONS ------------------------------------ */
.btn {
	width: 100%;
	margin: 0 auto;
	background: #f7f7f7;
	border: 0px solid #000;
	border-radius: 5px;
	padding: 2vw 4vw;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	letter-spacing: 0.5vw;
	text-align: center;
}

.call-btn {
	width: 100%;
	margin: 0 auto;
	background: #ed1c24;
	border: 0px solid #000;
	border-radius: 5px;
	padding: 2vw 4vw;
	font-family: 'Open Sans', sans-serif;
	color: #f7f7f7;
	letter-spacing: 0.5vw;
	text-align: center;
}

.cta-btn {
	width: 100%;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #000;
	border-radius: 5px;
	padding: 2vw 4vw;
	font-family: 'Open Sans', sans-serif;
	color: #222;
	letter-spacing: 0.5vw;
	text-align: center;
}

.submitBtn {
	width: 100%;
	margin: 0 auto;
	background: #ed1c24;
	border: 0px solid #000;
	border-radius: 5px;
	padding: 2vw 4vw;
	font-family: 'Open Sans', sans-serif;
	color: #f7f7f7;
	letter-spacing: 0.5vw;
	text-align: center;
}
@media only screen and (min-width: 75em) {
.cta-btn {
	max-width: 60%;
}
.btn, .call-btn {
	max-width: 40%;
}
}
/* -----------------
REUSABLE CSS RULES
----------------- */
/* DESIGN MOBILE FIRST. ALL CSS IS FOR MOBILE SCREENS UP TO 599PX WIDE= 37.4EM */

/* *600PX SCREENS AND UP for-tablet-portrait-up*/
@media only screen and (min-width: 37.5em) {}
/* *900PX SCREENS AND UP for-tablet-landscape-up*/
@media only screen and (min-width: 56.250em) {}
/* *1200PX SCREENS AND UP for-desktop-up*/
@media only screen and (min-width: 75em) {}
/* *1800PX SCREENS AND UP for-big-desktop-up*/
@media only screen and (min-width: 112.50em) {}

/*-------------
 	Header
-------------*/

header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff;
	padding: 35px 100px 0;
}

header h2{
	font-family: 'Quicksand', sans-serif;
}

header nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

header nav li{
	margin: 0 15px;
}

header nav li:first-child{
	margin-left: 0;	
}

header nav li:last-child{
	margin-right: 0;	
}



@media (max-width: 1000px){
	header{
		padding: 20px 50px;
	}
}


@media (max-width: 700px){
	header{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;		
	}

	header h2{
		margin-bottom: 15px;
	}
}



/*----------------
 	Full Page Section
----------------*/
.fullpage {
	background: url('../img/hero.jpg') no-repeat center center fixed , linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-blend-mode: overlay;
 	background-size: cover;
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 5vw;
	padding-bottom: 8vh;
}

/*---------------------
 	Contact Section
---------------------*/

.contact{
	width: 90vw;
	background-color: rgba(247, 247, 247,0.6);
	padding: 2vw;
}

.contact form{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	/* width: 80%;
	max-width: 60vw; */
}

.contact form input{
	padding: 15px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin-right: 30px;
	font-size: 18px;
	color: #555;
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	margin: 0 0 20px 0;
	font-family: 'Open Sans', sans-serif;
}

.contact form .btn{
	width: 100%;
	margin: 0 auto;
	background: #ed1c24;
	border: 0px solid #000;
	border-radius: 5px;
	padding: 2vw 4vw;
	font-family: 'Open Sans', sans-serif;
	color: #f7f7f7;
	letter-spacing: 0.5vw;
	text-align: center;

}


@media only screen and (min-width: 75em) {
.contact {
	width: 60vw;
}	
}


/*-------------
 	Footer
-------------*/

footer{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	color: #fff;
	background-color: #111;
	padding: 5vh 0;
}

footer ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px;
	font-size: 32px;
}

footer ul li{
	margin: 0 8px;	
}

footer ul li:first-child{
	margin-left: 0;	
}

footer ul li:last-child{
	margin-right: 0;	
}

footer p{
	text-transform: uppercase;
	font-size: 0.7em;
	color: rgba(255,255,255,0.6);
	margin-bottom: 10px;
}

footer p a{
	color: #fff;
}




@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.form-validation {
	width: 75vw;
	height: auto;
}

@media only screen and (min-width: 56.250em) {

.form-validation {
width: 25vw;
height: auto;
}

}
#email_add {
	display: none;
}