
#nav{
	background:none;
	position:absolute;
	box-shadow:none;
	}
	
#nav #navContent ul{
	margin-top:8px;
	}	


#hero{
	background: url(../images/lats_bg2.jpg) no-repeat center center; 
	background-color:#3e4042;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:100px 0 0 0;
	height:auto;
	z-index:1;
	}
	
#hero .container{
	padding-bottom:0px;
	overflow-x:visible;
	}
	
#hero #heroContent{
	width:58%;
	display:inline-block;
	margin-top:3%;
	vertical-align:top;
	}
	
#hero #heroContent h1{
	color:#FFF;
	font-weight:700;
	text-align:left;
	}
	
#hero #heroContent h2{
	font-weight: 200;
	font-size:18px;
	letter-spacing:0px;
	color:#FFF;
	text-align:left;
	margin-bottom:30px;
	}
	
#hero #heroContent .btn-medium{
	min-width:200px;
	margin-bottom:20px;
	}
	
#hero #heroContent .btn-medium:first-of-type{
	margin-right:10px;
	}
	
#hero #heroContent .btn-medium:last-of-type{
	margin-left:10px;
	}
	
#hero #heroContent #buzzcontainer{
	color:#FFF;
	font-weight:700;
	margin-top:88px;
	margin-bottom:20px;
	min-height:65px;
	}
	
#hero #heroContent #buzzcontainer #quotes{
	font-size:16px;
	opacity:.6;
	}
	
#hero #heroContent #buzzcontainer #quotes #signature{
	font-weight:200;
	font-size:13px;
	margin-top:5px;
	font-style:italic;
	}
	
#hero #heroContent #buzzcontainer #buzzStars{
	margin-top:5px;
	}
	

	
#hero #heroPhone{
	display:inline-block;
	width:40%;
	vertical-align:bottom;
	}
	
#hero #heroPhone img{
	margin-left:40px;
	}

#heroBrands{
	background:#272c31;
	text-align:left;
	overflow:hidden;
	-webkit-box-shadow:inset 0 0 4px 2px #1F1F1F;
	box-shadow:inset 0 0 4px 2px #1F1F1F;
	}
	
#heroBrands .container{
	height:80px;
	max-width:2600px;
	width:2600px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	
	
	-moz-transition:  opacity 0.5s ease-out; 
       -o-transition: opacity 0.5s ease-out; 
  -webkit-transition: opacity 0.5s ease-out; 
      -ms-transition: opacity 0.5s ease-out; 

   -webkit-animation: moveSlideshow 40s linear infinite;
   -moz-animation:    moveSlideshow 40s linear infinite;
	
	
	}
	
	
@-webkit-keyframes moveSlideshow {
    0% { margin-left: 0; }
    100% { margin-left: calc(100vw - 2600px); }
}
@-moz-keyframes moveSlideshow {
    0% { margin-left: 0; }
    100% { margin-left: calc(100vw - 2600px); }
}




	
#heroBrands .container .logoHelper{
	display:inline-block;
	height:100%;
	vertical-align:middle;
	}
	
#heroBrands .container img{
	vertical-align:middle;
	margin:0 30px 0 30px;
	opacity:.6;
	}
	
#heroBrands .container img:first-of-type{
	margin-left:0px;	
	}
	
#heroBrands .container img:last-of-type{
	margin-right:0px;	
	}
	
#softSell{
	background:#f5f5f5;
	}
	
#softSell .container{
	padding-top:30px;
	padding-bottom:20px;
	}
	
#softSell img{
	float:left;
	margin-right:10px;
	}	
	
#softSell h3{
	font-size:20px;
	max-width:80%;
	font-weight:500;
	}
	
#softSell p{
	clear:both;
	}
	
	
#examples{
	
	}
	
#examples h2{
	font-weight:400;
	color:#00b61e;
	margin-top:40px;
	margin-bottom:40px;
	text-align:left;
	}
	
#examples #examplesContainer{
	
	}
	
#examples #examplesContainer .col-row{
	padding-bottom:60px;
	margin-bottom:60px;
	border-bottom:1px solid #c9cacb;
	}
	
#examples #examplesContainer .col-row:last-child{
	padding-bottom:60px;
	margin-bottom:0px;
	border-bottom:none;
	}
	
#examples #examplesContainer h2{
	font-weight:500;
	color:#474b4f;
	font-size:22px;
	margin:0 0 10px 0;
	}
	
#quickBuzz{
		
	}
	
#quickBuzz a{
	display:inline-block;
	margin-top:40px;
	}
	
#quickBuzz h2{
	font-weight:400;
	color:#00b61e;
	text-align:center;
	margin-top:40px;
	margin-bottom:40px;
	}
	
#quickBuzz .col-row{
	
	}
	
#quickBuzz .col-row p{
	margin-top:0px;
	margin-bottom:30px;
	overflow:hidden;
	}
	
#quickBuzz .col-row .logo{
	float:left;
	margin-right:20px;
	}
	
#quickBuzz .col-row .signature{
	margin-bottom:5px;
	font-weight:500;
	}
	
#quickBuzz .col-row .score{
	display:inline-block;
	}
	
#quickBuzz .col-row .score .rating, #quickBuzz .col-row .score .value{
	display:inline-block;
	font-style:italic;
	}
	
	
	


	
@media all and (max-width: 768px) {
	
	#hero{
		padding:0px 0 50px 0;
		}
	
	#hero #heroContent{
		width:100%;
		text-align:center;
		margin-top:40px;
		margin-top:8% !important;	
		}
		
	#hero #heroContent h1{
		text-align:center;
		width:100% !important;
		}
	
	#hero #heroContent h2{
		text-align:center;
		}
		
	#hero #heroContent .btn-medium{
		margin-left:10px !important;
		margin-right:10px !important;
		}
	
	#hero #heroPhone{
		display:none;	
		}
	
	#softSell .col-3{
		margin-bottom:40px;
		}
	
	#softSell img{
		float:none;
		margin:0 0 10px 0;
		}	
		
	#softSell h3{
		max-width:100%;
		}
		
	#softSell p{

		}		
		
	#examples h2{
		text-align:center;
		}
		
	#examples #examplesContainer h2{
		text-align:center;
		}	
		
	#examples #examplesContainer .col-row{
		margin-bottom:0px;
		height:475px !important;
		}
		
	#examples #examplesContainer .col-row .examplesImage{
		display:none;
		}
		
	#examples #examplesContainer .col-row:last-child{
		padding-bottom:20px;
		margin-bottom:0px;
		border-bottom:none;
		}
		
	#quickBuzz{
		
	}
		
	#quickBuzz .col-row .col-2{
		margin-bottom:60px;
		}
		
	#quickBuzz .col-row p{
		margin-top:0px;
		margin-bottom:20px;
		}
		
	#quickBuzz .col-row .logo{
		float:none;
		margin:0 0 20px 0;
		}
}

@media all and (max-width: 992px) {
	#hero #heroContent{
	margin-top:0%;
	}
	
	#hero #heroContent h1{
	width:75%;
	}
	
	#hero #buzzcontainer{
	display:none;	
	}
	
	#examples #examplesContainer .col-row{
	margin-bottom:40px;
	height:400px;
	}
}

@media all and (max-width: 1200px) {


}

 

 