@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:500);
@import url(https://fonts.googleapis.com/css?family=Indie+Flower);
@import url(https://fonts.googleapis.com/css?family=Signika:400,600);
@import url(https://fonts.googleapis.com/css?family=Quicksand|Sue+Ellen+Francisco);

body, html {
    font-size: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
div.hidden {
    display: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}
a:link, a:visited {
    color: #fff;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}
a:hover, a:active {
    color: #fff;
    text-decoration: none;
    outline: 0;
}
img {
    border: medium none;
}
.img-responsive {
    background-size: cover;
    height: auto;
    width: 100%;
}
.table {
    display: table;
    position: relative;
}
.cell {
    display: table-cell;
    vertical-align: middle;
}
/*--On Scroll--*/
.toAnim {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 1s ease 0s;
}
.toAnim.anim {
    opacity: 1;
    filter: alpha(opacity=100);
}

/*--Header--*/
#header {
	background-color: #E30613;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#header:after {
    content: "";
    clear: both;
    display: block;
}
#header #logo {
	background-size: 373px 45px;
	width: 373px;
	height: auto;
	margin-top: 24px;
	margin-right: 0;
	margin-left: 34px;
	margin-bottom: 14px;
	padding: 0;
	float: left;
}
#header h2 {
    color: #fff;
    font-size: 30px;
    font-family: 'Indie Flower', cursive;
    font-weight: 400;
    margin: 39px 0 0 20px;
    padding: 0;
    float: left;
}
/*Navigation*/
#header .navigation {
    list-style: outside none none;
    margin: 0 32px 0 0;
    padding: 50px 0 0 0;
    float: right;
    position: relative;
    z-index: 999;
}
#header .navigation li {
    float: left;
}
#header .navigation li a {
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    display: block;
    margin: 0;
    padding: 0 10px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 100ms ease-in-out 100ms;
    -moz-transition: all 100ms ease-in-out 100ms;
    -ms-transition: all 100ms ease-in-out 100ms;
    -o-transition: all 100ms ease-in-out 100ms;
    transition: all 100ms ease-in-out 100ms;
}
#header .navigation li a:hover {
    color: #333;
    -webkit-transition: all 100ms ease-in-out 100ms;
    -moz-transition: all 100ms ease-in-out 100ms;
    -ms-transition: all 100ms ease-in-out 100ms;
    -o-transition: all 100ms ease-in-out 100ms;
    transition: all 100ms ease-in-out 100ms;
}
#header .navigation .no-padding1 {
    padding-left: 0;
}
#header .navigation .no-padding2 {
    padding-right: 0;
}
#header .login {
    border-bottom: 5px solid #333;
	background-color:rgba(0,0,0,1.00);
    color: #fff;
     font-family: Oswald, sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    padding: 46px 32px 41px 32px;
    text-align: center;
    text-transform: uppercase;
    float: right;
    display: block;
    -webkit-transition: all 200ms ease-in-out 100ms;
    -moz-transition: all 200ms ease-in-out 100ms;
    -ms-transition: all 200ms ease-in-out 100ms;
    -o-transition: all 200ms ease-in-out 100ms;
    transition: all 200ms ease-in-out 100ms;
}
/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px #E30512;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #E30512;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/*--Hero--*/
#hero {
    background: url(../_img/hero-bg.png) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 1175px;
    margin: 0;
    padding: 155px 0 10% 0;
}
#hero:after {
    content: "";
    clear: both;
    display: block;
}
/*--5 Step Form--*/
#hero #form-wrapper {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}
#hero #form-wrapper:after {
    content: "";
    clear: both;
    display: block;
}
/*--Form-Outer--*/
#hero #form-wrapper #form-outer {
	float: none;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
	clear: none;
}
#hero #form-wrapper #form-outer > h2 {
    color:rgba(255,255,255,0.8);
    font-size: 44px;
    font-family: 'Sue Ellen Francisco', cursive;
    font-weight: 400;
	line-height:56px;
    margin: 0 auto 15px auto;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
    padding: 0 20px;
	
	}
#hero #polariod {
	float:left;
	display:block;
	width:100%;
	height:475px;
	margin-top:175px;
	background-image:url(../_img/polariod.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}

/*--Row1--*/
#row1 {
	background: #fff;
	width: 100%;
	height: auto;
	margin: 0;
	padding-top: 120px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 120px;
}
#row1 .content {
    max-width: 80%;
    margin: 0 auto;
    padding: 0; 
}
#row1 .content:after {
    content: "";
    clear: both;
    display: block;
}
#row1 .content h1 {
	color: #282528;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 30px;
	font-weight: 900;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	padding: 0 20px;
	text-align: center;
	line-height: 40px;
}
#row1 .content h2 {
	color: #282528;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 21px;
	font-weight: 300;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 150px;
	padding: 0 20px;
	text-align: center;
	line-height: 40px;
	width: 90%;
}


#row1 .content .demo {
	display: inline-block;
	width: 31.5%;
	padding: 10px;
	-webkit-box-sizing: padding-box;
	box-sizing: padding-box;
	overflow:hidden;
}
#row1 .content .demo textarea {
	-webkit-box-sizing: padding-box;
	box-sizing: padding-box;
	color: #fff;
	background-color:rgba(227,5,18,1.00);
	 font-family: Oswald, sans-serif;
	 text-transform:uppercase;
	font-size: 16px;
	height: 60px;
	font-weight: 500;
	padding: 20px 0% 10px 0%;
	resize: none;
	text-align: left;
	width: 100%;
	margin-top:-5px;
	border: none;  

}

/*--Row1----------------------------------------*/
#demo {
	background-color: rgba(244,72,91,1.00);
	width: 100%;
	height: auto;
	margin: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 100px;
	float: left;
	display: block;
}
#demo .content{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0; 
}
#demo .content:after {
    content: "";
    clear: both;
    display: block;
}

#owl-demo .item {
    width: 100%
}

#owl-demo .item:after {
    display: block
}


/*--Footer--*/
#footer {
	background-color: #CAC9C9;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#footer:after {
    content: "";
    clear: both;
    display: block;
}
#footer #logo {
	background-size: 373px 45px;
	width: 255px;
	height: auto;
	margin: 34px 0 34px 34px;
	padding: 0;
	float: left;
}
#footer h2 {
    color: #fff;
    font-size: 30px;
    font-family: 'Indie Flower', cursive;
    font-weight: 400;
    margin: 39px 0 0 20px;
    padding: 0;
    float: left;
}
/*Navigation*/
#footer .navigation {
	list-style: outside none none;
	margin: 0 32px 0 0;
	padding-top: 52px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	float: right;
	position: relative;
	z-index: 999;
}
#footer .navigation li {
    float: left;
}
#footer .navigation li a {
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    display: block;
    margin: 0;
    padding: 0 10px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: all 100ms ease-in-out 100ms;
    -moz-transition: all 100ms ease-in-out 100ms;
    -ms-transition: all 100ms ease-in-out 100ms;
    -o-transition: all 100ms ease-in-out 100ms;
    transition: all 100ms ease-in-out 100ms;
}
#footer .navigation li a:hover {
    color: #E30512;
    -webkit-transition: all 100ms ease-in-out 100ms;
    -moz-transition: all 100ms ease-in-out 100ms;
    -ms-transition: all 100ms ease-in-out 100ms;
    -o-transition: all 100ms ease-in-out 100ms;
    transition: all 100ms ease-in-out 100ms;
}
#footer .navigation .no-padding1 {
    padding-left: 0;
}
#footer .navigation .no-padding2 {
    padding-right: 0;
}
#footer #scrolltotop {
    background: url(../_img/scrolltotop2.png) no-repeat center center;
    background-size: 50px 35px;
    width: 112px;
    height: 112px;
    margin: 0;
    padding: 0;
    float: right;
    -webkit-transition: all 100ms ease-in-out 100ms;
    -moz-transition: all 100ms ease-in-out 100ms;
    -ms-transition: all 100ms ease-in-out 100ms;
    -o-transition: all 100ms ease-in-out 100ms;
    transition: all 100ms ease-in-out 100ms;
}

/*---------------MEDIA QUERIES---------------*/
@media screen and (max-width: 1550px) {
    #hero #form-wrapper #form-outer {
        padding-right: 20px;
    }
}
@media screen and (max-width: 1400px) {
    #hero {
        padding-top: 90px;
		height:1000px;
		
    }

    }
#hero #polariod {
	float:left;
	display:block;
	width:100%;
	height:475px;
	margin-top:100px;
	background-image:url(../_img/polariod.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}
}
@media screen and (max-width: 1440px) and (max-height: 900px) {
    #hero {
        padding: 140px 0 11% 0;
    }
}
@media screen and (max-width: 1366px) and (max-height: 768px) {
    #hero {
        padding: 80px 0 10%;
		height:900px;
    }
#hero #polariod {
	float:left;
	display:block;
	width:100%;
	height:350px;
	margin-top:50px;
	background-image:url(../_img/polariod.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}
}
@media screen and (max-width: 1300px) {
    
}
@media screen and (max-width: 1200px) {
   
}
@media screen and (max-width: 1180px) {
   
}
@media screen and (max-width: 1170px) {
   
}
@media screen and (max-width: 1100px) {
    #hero {
        
		height:850px;
    }
	


#row1 .content .demo {
	display: inline-block;
	width: 48%;
	padding: 10px;
	-webkit-box-sizing: padding-box;
	box-sizing: padding-box;
}
}
@media screen and (max-width: 1110px) {
    
}
@media screen and (max-width: 1024px) {
    #row1 {
        padding: 50px 0;
    
    }
#hero #form-wrapper #form-outer > h2 {
    color:rgba(255,255,255,0.8);
    font-size: 44px;
    font-family: 'Sue Ellen Francisco', cursive;
    font-weight: 400;
	line-height:56px;
    margin: 0 auto 15px auto;
    text-align: center;
    text-transform: uppercase;
    width: 60%;
    padding: 0 20px;
	
	}
}
@media screen and (max-width: 980px) {
    #footer {
        padding: 34px 0 19px 0;
    }
    #footer #logo {
        background-size: 100% auto;
        float: none;
        margin: 0 auto 20px auto;
        display: block;
    }
    #footer > a {
        width: 80px;
    }
    #footer #scrolltotop {
        float: none;
        width: 80px;
        height: 80px;
        margin: 0 auto 20px auto;
    }
    #footer .navigation {
        float: none;
        margin: 0 auto;
        padding: 0;
    }
    #footer .navigation li {
        float: none;
    }
    #footer .navigation li a {
        text-align: center;
        padding: 0;
        margin-bottom: 15px;
    }
#header .navigation li a {
    
    display: none;
    
}
}
@media screen and (max-width: 900px) {
     #hero {
        
		height:800px;
    }
#hero #polariod {
	float:left;
	display:block;
	width:100%;
	height:250px;
	margin-top:30px;
	background-image:url(../_img/polariod.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}
#hero #form-wrapper #form-outer > h2 {
    color:rgba(255,255,255,0.8);
    font-size: 44px;
    font-family: 'Sue Ellen Francisco', cursive;
    font-weight: 400;
	line-height:56px;
    margin: 0 auto 15px auto;
    text-align: center;
    text-transform: uppercase;
    width: 75%;
    padding: 0 20px;
	
	}
	
	}
@media screen and (max-width: 850px) {
	#hero {
        
		height:750px;
    }
	
}
@media screen and (max-width: 800px) {
	#row1 .content .demo {
	display: inline-block;
	width: 70%;
	margin-left:15%;
	-webkit-box-sizing: padding-box;
	box-sizing: padding-box;
}
	
}
@media screen and (max-width: 750px) {
    #hero #form-wrapper #form-outer #form {
        display: none!important;
    }
    #hero #form-wrapper #form-outer #lbform {
        display: block;
    }
    #hero {
        padding: 30px 0;
		height:680px;
     }
#hero #polariod {
	float:left;
	display:block;
	width:100%;
	height:200px;
	margin-top:20px;
	background-image:url(../_img/polariod.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}
    #hero #form-wrapper {
        padding: 0!important;
    }
    #hero #form-wrapper #form-outer {
        padding-right: 0;
        float: none;
    }
    #row2 #member {
        width: 33.33%;
    }
    #row4 .pod {
        width: 100%;
    }
}
@media screen and (max-width: 740px) {
    #header h2 {
        display: none;
    }
	}
@media screen and (max-width: 650px) {
#row1 .content .demo {
	display: inline-block;
	width: 80%;
	margin-left:10%;
	-webkit-box-sizing: padding-box;
	box-sizing: padding-box;
}


}
@media screen and (max-width: 550px) {
    #header #logo {
        width: 65%;
        margin-bottom: 0;
        margin-left: 20px;
    }
    #header .login {
        padding: 8.3vw 32px 7.5vw 32px;
	}
    #row1 .content .demo {
	display: inline-block;
	width: 90%;
	margin-left:5%;
	-webkit-box-sizing: padding-box;
	box-sizing: padding-box;
}
}
@media screen and (max-width: 515px) {
    #header .login {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media screen and (max-width: 500px) {
    #header #logo {
        width: 66%;
    }
}
@media screen and (max-width: 495px) {
    
}
@media screen and (max-width: 480px) {
      
}
@media screen and (max-width: 470px) {
    #header .login {
        padding-left: 27px;
        padding-right: 27px;
	}
}
@media screen and (max-width: 460px) {
    
}
@media screen and (max-width: 450px) {
    #header #logo {
        margin-left: 15px;
		width:60%;
     }
#hero #polariod {
	float:left;
	display:block;
	width:100%;
	height:150px;
	margin-top:0px;
	background-image:url(../_img/polariod.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}
#hero #form-wrapper #form-outer > h2 {
    color:rgba(255,255,255,0.8);
    font-size: 36px;
    font-family: 'Sue Ellen Francisco', cursive;
    font-weight: 400;
	line-height:46px;
    margin: 0 auto 15px auto;
    text-align: center;
    text-transform: uppercase;
    width: 75%;
    padding: 0 20px;
	
	}
}
@media screen and (max-width: 430px) {
    #header #logo {
        margin-top: 30px;
    }
    #header .login {
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media screen and (max-width: 420px) {
    #header #logo {
        margin-top: 29px;
    }
    #header .login {
        padding-left: 23px;
        padding-right: 23px;
    }
    #hero #form-wrapper #form-outer > h2 {
        width: auto;
    }
}
/*iPhone 6 Plus*/
@media screen and (max-width: 414px) {
    #header .login {
        padding-left: 21px;
        padding-right: 21px;
    }
    #row5 {
        background-position: -170px top;
    }
    #footer #logo {
        margin-left: 20px;
        margin-right: 20px;
        width: auto;
    }
    #row1 .content .demo {
	display: inline-block;
	width: 100%;
	margin-left:0%;
	-webkit-box-sizing: padding-box;
	box-sizing: padding-box;
}
}
@media screen and (max-width: 400px) {
    
    #hero #form-wrapper #form-outer > h2 {
        color: #fff;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
	#hero {
		
		height:500px;
	}
}
@media screen and (max-width: 395px) {
    #header #logo {
        margin-top: 28px;
    }
}
@media screen and (max-width: 390px) {
    #header #logo {
        margin-left: 20px;
    }
}
@media screen and (max-width: 385px) {
    #header .login {
        padding-left: 19px;
        padding-right: 19px;
    }
}
/*iPhone 6*/
@media screen and (max-width: 375px) {
    #header #logo {
        margin-top: 27px;
    }
}
@media screen and (max-width: 360px) {
    #header .login {
        padding-left: 17px;
        padding-right: 17px;
    }
    #hero #form-wrapper #form-outer h1 {
        font-size: 25px;
    }
    #hero #form-wrapper #form-outer > h2 {
        font-size: 15px;
    }
}
@media screen and (max-width: 340px) {
    #header .login {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 330px) {
    #header #logo {
        margin-top: 25px;
    }
    #header .login {
        padding-left: 13px;
        padding-right: 13px;
    }
}
@media screen and (max-width: 310px) {
    #header #logo {
        width: 65%;
    }
}
@media screen and (max-width: 300px) {
    #header #logo {
        width: 64%;
    }
}

@media screen and (max-width: 320px) {

}
@media screen and (max-width: 310px) {
}
@media screen and (max-width: 300px) {
}
