/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

html {
	height: 100%;
	background: #000;
/* 	-webkit-transform: translate3d(0,0,0); */
}

body {
    font-size: 1.125em;
    font-family: 'futura-pt', sans-serif;
    color: #fff;
    line-height: 1.5;
    font-weight: 700;
    /* min-height:100%; */
/*     height: 100%; */
/*     background-attachment: fixed; */
/*     -webkit-transform: translate3d(0,0,0); */
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}


@font-face {
  font-family: 'entypo-social-plus';
  src: url('../fonts/entypo-social-plus.eot');
  src: url('../fonts/entypo-social-plus.eot?#iefix') format('embedded-opentype'),
  url('../fonts/entypo-social-plus.woff') format('woff'),
  url('../fonts/entypo-social-plus.ttf') format('truetype'),
  url('../fonts/entypo-social-plus.svg#entypo+social') format('svg');
  font-weight: normal;
  font-style: normal;
}



h1 {
    font-size: 2em;
    line-height: 1.35;
}

h1.extra-large {
  line-height: .85;
}

h2 {
    font-size: 1.5555555555555556em;

}

a {
	text-decoration: none;
}

#global-header {
    position: fixed;

    /* width: 100%; */
    z-index: 99999999;
    left: 1.5em;
    width: 70px;
}

#global-header a {
    width: 45px;
    position: relative;
    display: block;
    margin-top: 1.5em;
}

#global-header a img {
    width: 100%;
}


#page-content {

}

.white-color {
	color: #fff;
}

a.blue-color,
.blue-color {
	color: #bfdbec;
}

.mobile-only {
  display: none;
}




			
/*--GRID--*/
#page-content {
  /* min-height: 100%; */
  height: 100%;
  display: block;
  position: relative;
  z-index: 9999;
  -webkit-transform: translate3d(0,0,0);
}

.large-wrapper {
  width: 90%;
  margin:0 auto;
  padding: 0;
  position: relative;
  display: block;
  max-width: calc(100vw - 200px);
}

.wrapper {
  width: 80%;
  margin:0 auto;
  padding: 0;
  position: relative;
  display: block;
  max-width: 1265px;
}

.medium-wrapper {
  width: 65%;
  margin:0 auto;
  padding: 0;
  position: relative;
  display: block;
  max-width: 1024px;
}

.small-wrapper {
  width: 75%;
  margin:0 auto;
  padding: 0;
  position: relative;
  display: block;
  max-width: 750px;
}

.xsmall-wrapper {
  width: 70%;
  margin:0 auto;
  padding: 0;
  position: relative;
  display: block;
  max-width: 650px;
}

.half-column {
  position: relative;
  width: 45%;
  margin-right: 10%;
  float: left;
}


.last-column,
.no-margin {
    margin: 0% !important;
}


.clear {
    clear:both;
}

.center-container {
  position: absolute;
  top: 0;
  left:0;
  height:100%;
  width: 100%;
}

.center-elm-container {
  display: table;
  table-layout: fixed;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}

.center-elm {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  height: 100%;
}

.section{
	/* height: calc(100%) !important; */
/* 	height:750px!important; */
	min-height: 100%;
	display: block;
	position: relative;
	height: 100%;
	-webkit-transform: translate3d(0,0,0);
}

.entypo-social-plus {
  font-family: 'entypo-social-plus';  
}


#extra-large-1-container,
#extra-large-2-container,
.sub-title,
.mobile-extra-large-container-1,
.mobile-extra-large-container-2,
.mobile-extra-large-container-3,
.mobile-extra-large-container-4,
.mobile-extra-large-container-5,
#wellkickyouragencysass-section-one .center-container.not-mobile {
    -webkit-transition: all 500ms cubic-bezier(0.550,0.085,0.680,0.530);
    -moz-transition: all 500ms cubic-bezier(0.550,0.085,0.680,0.530);
    -o-transition: all 500ms cubic-bezier(0.550,0.085,0.680,0.530);
    transition: all 500ms cubic-bezier(0.550,0.085,0.680,0.530);
    -webkit-transition-timing-function: cubic-bezier(0.550,0.085,0.680,0.530);
    -moz-transition-timing-function: cubic-bezier(0.550,0.085,0.680,0.530);
    -o-transition-timing-function: cubic-bezier(0.550,0.085,0.680,0.530);
    transition-timing-function: cubic-bezier(0.550,0.085,0.680,0.530);  
}

/*--SECTION ONE--*/
#section-one-background {
	background: url('../img/theninety-section-background-1-1.jpg');
	background-size:cover;
	background-position: center center;
    position: fixed;
    z-index: 0;
    height: 100%;
    width: 100%;
    display: block;
}

#transparent-90 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -265px;
    margin-left: -375px;
    width: 750px;
    opacity: .15;
    -moz-opacity: .15;
    -webkit-opacity: .15;
    z-index: 9;
}

#intro-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -175px;
    width: 350px;
    z-index: 9;
}

#section-one-arrow {
    position: absolute;
    left: 50%;
    bottom: 4em;
    width: 30px;
    margin-left: -15px;
    z-index: 9999;
}

#section-one-arrow img {
	width: 100%;
}

.section-content {
	position: relative;
	z-index: 990;
	display: block;
	width: 100%;
	height:100%;
}

/*--SECTION TWO--*/
#section-two {
	background: url('../img/theninety-section-background-2.png');
	background-size:cover;
	background-position: center right;
	z-index: 999;
	background-repeat: no-repeat;
}

/*
#section-two:before {
 display: block; 
  content: " "; 
  
 margin-top: -25px; 
  
 height: 25px; 
  visibility: hidden; 
}*/

#section-two-anchor {
overflow: hidden;
display: block;
/*height: 150px;*/
/*margin-top: -150px;*/
/* top: -150px; */
/* visibility: hidden; */
/* z-index: 0; */
/* padding-top: 0px; */   
/* margin-top: -300px; */   
/* display: inline-block; */ /* required for webkit browsers */;
position: absolute;
top: 300px;
height: 1em;
width: 100%;
background: red;
position: fixed;
DISPLAY: NONE;
}


/*--SECTION THREE--*/
#section-three {
	background: url('../img/theninety-section-background-3.jpg');
	background-size:cover;
	z-index: 9999;
	position: relative;
}

#smaller-logo {
    width: 160px;
}

hr {
    margin: 2em 0;
	
    height: 1px;
    border: none;
    width: 100%;
    background: #fff;
}

.social-icons a {
    color: #fff;
    font-size: 1.25em;
    margin-left: 1em;
    line-height: 1;	
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.block {
  display: block;
}


/*-wellkickyouragencysass-*/
#wellkickyouragencysass-section-one .large-wrapper {
    width: 85%;	
}

#wellkickyouragencysass-section-one,
#wellkickyouragencysass-section-two {
  height:100vh;
}

#wellkickyouragencysass-section-one-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;	
  background: rgba(0,0,0,.25);  
}

#wellkickyouragencysass-section-one-background {
  background: url('../img/car-old-lady-bg_ue2.jpg');
  background-size:cover;
  background-position: center center;

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

#wellkickyouragencysass-section-two .split-column {
    width: 69%;
    max-width: 900px;
}

#wellkickyouragencysass-section-one .sub-title {
    font-size: 1.75em;
    line-height: 1.25;
    margin: 0.35em 0 0;
}

.wellkickyouragencysass #smaller-logo {
  width: 140px;
  margin: 0;
}

#wellkickyouragencysass-section-two h1 {
	margin-bottom:1em;
}

/*#extra-large-1 {
  position: relative;
  display: block;
  animation-name: animateTitlesIn;
  animation-duration: 150s;
  animation-duration: 700ms;
  transform-origin: 50% 50%;
  animation-timing-function: linear;
  animation-delay: 1000ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-fill-mode: none;
  animation-play-state: running;
}

@keyframes animateTitlesIn {
  0% {
    left:-100vw;
  }
  80% {
    left:-20vw;
  }
  100% {
    left:0;
  }
}

#extra-large-2 {
  animation-name: animateTitlesIn2;
  animation-duration: 150s;
  animation-duration: 8000ms; 
  transform-origin: 50% 50%;
  animation-timing-function: linear; 
  animation-delay: 4000ms;
  animation-direction: forwards;
  animation-iteration-count: 1;
  animation-fill-mode: none;
  animation-play-state: running; 
}

@keyframes animateTitlesIn2 {
  0%,70% {
    left:-100vw;
  }
  100% {
    left:0;
  }
}
*/


.no-banner {
	padding-top: 100px;
}

.qtr-section-block {
	margin-bottom: 20px !important;
}

.half-section-block {
	margin-bottom: 40px !important;
}

h3 {
	line-height: 1.25;
}

#page-content a {
	text-decoration: underline;
}

.bullet {
	padding-left: 1em;
}

@media all and (max-width: 1100px) {

	/*--GLOBAL--*/
	body {
    font-size: 1em;
		
	}
	
	h1 {
		font-size: 1.5em;
	}

	h2 {
    	font-size: 1.25em;
	}
}


@media all and (max-width: 767px) {
	#transparent-90 {
    	width: 300px;
    	margin-left: -150px;
    	margin-top: -106px;
	}

	#intro-logo {
    	width: 250px;
    	margin-left: -125px;
    	margin-top: -20px;
	}

	#section-one-background {
  	  height: calc(100%);
	}
	
}

@media all and (max-width: 480px) {

	body {
		font-size: 0.9375em;
	}

	h1 {
		font-size: 1.4em;
	}

	h2 {
		font-size: 1.4em;
	}

  .not-mobile {
    display: none;
  }

  .mobile-only {
    display: inherit;
  }

	.wrapper {
    width: 85%;
	}

  .large-wrapper {
    width: 81%;
  }

  #wellkickyouragencysass-section-two .split-column,
  .split-column {
    width:100%;
    max-width: 100%;
  }

  .wellkickyouragencysass #smaller-logo {
    width: 80px;
    float: right;
    margin-top: 5px;
  }

	.half-column {
		width:100%;
		margin-right:0;
		padding: 3em 0 0em 0;
	
		float: none;
}

	#smaller-logo {
    	margin-bottom: 1em;	
    	margin-top: 4em;
	}

	#transparent-90 {
	    width: 250px;
	    margin-left: -125px;
	    margin-top: -88.5px;
	    top: 40%;
	}

	#intro-logo {
	    width: 200px;
	    margin-left: -100px;
	    margin-top: -15px;
	    top: 40%;
	}

	#section-one-background {
	    top: 30%;
	    width: 100%;
	    height: 270px;
/* 	    position: relative; */
	  	top: inherit;
	  	bottom: 0;
	}

	#section-two {
    	background-position: 37% center;
	}
	
	#section-three {
    	background-position: 50% 0;
	}	

	#section-three .blue-color {
		color: #fff;
	}

	#section-three .center-container {
	    position: relative;
	}

	#section-three .center-elm {
	    display: block;
	}

	#section-three .center-elm-container {
	    display: block;
	}

	hr {
	    margin: 0;
			
	    margin-top: 2em;
	    margin-bottom: 2em;
	}

	#section-three .contact {
    padding-bottom: 1em;
		
	}
	
	.float-left,
	.float-right {
		float:none;
	}	
	
	.social-icons {
		text-align: center;
		margin-top: 1.25em;
	}
	
	.social-icons a {
		margin:0 .5em;
	}

  #wellkickyouragencysass-section-one .mobile-extra-large-1 {
    padding-top: .5em;
  }

  #wellkickyouragencysass-section-two {
    padding-bottom: 1em;
  }

  #wellkickyouragencysass-section-two h1 {
    font-size:15px;
  }

  #wellkickyouragencysass-section-two .float-left,
  #wellkickyouragencysass-section-two .float-right {
    width:50%;
    display: inline-block;
    margin: 0 -4px;
    vertical-align: top;
  }

  #wellkickyouragencysass-section-two .float-left a {
    display: block;
    font-size: 15px;
  }

  .mobile-extra-large {
    line-height: .9;
  }

  #wellkickyouragencysass-section-one .sub-title {
    font-size: 23px;
    /* letter-spacing: -.05em; */
  }
  
  #wellkickyouragencysass-section-one-background {
	  background: url('../img/car-old-lady-bg_ue2_mobile.jpg');
	  background-size:cover;
	  background-position: center center;
	
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  z-index: 9;
	}
	
	#wellkickyouragencysass-section-one div.mobile-only {
		    padding-top: 5em;
		    padding-top: 0em;		    
	}
}