@charset "UTF-8";
/* CSS Document */


html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}


/*------------HEADER-----------*/


#header_wrapper
{
	position: relative;
	width: 100%;
	background: #E8E8E8;
	margin: 0 0 0 0;
}


#header
{
	position: relative;
	width: 960px;
	padding: 20px 10px;
	padding-bottom: 10px;
	margin: 0 auto 0 auto;
}


#logo
{
	float: left;
	margin: 0 0 0 0;
}


#header_wdt
{
	float: left;
	width: 400px;
	margin: 56px 0 0 100px;
}


#header_wdt_relative
{
	position: relative;
	width: 400px;
	margin: 0 0 0 0;
}


/*------DATE AND TIME-------*/


.clock { float: left; width:160px; height: 32px; margin: 8px 0 0 0; }

#Date { font-family: 'Lato', sans-serif; font-size:12px; color: #6D6E71; line-height: 100%; text-align:left; margin: 0 0 6px 0; }

.clock ul { width:160px; margin:0 0 0 0; padding:0px; list-style:none; }
.clock ul li { display:inline; font-size:16px; text-align:left; font-family: 'Lato', sans-serif; color: #5AAFE1; line-height: 100%; }

#point { position:relative; padding-left:4px; padding-right:4px; }


/*------WEATHER-------*/


#weather {
  float: left;
  width: 170px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#weather h2 {
  float: left;
  width: 85px;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  color: #6D6E71;
  margin: 8px 0 0 0;
}

#weather p {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  color: #6D6E71;
}

#weather p span {
  font-size: 12px;
}


/*------------HEADER RIGHTCOL------------*/


#header_rightcol
{
	float: right;
	width: ;
	margin: 64px 0 0 0;
}


#header_rightcol a
{
	text-decoration: none;
	color: #6D6E71;
}


#header_rightcol a:hover
{
	text-decoration: none;
	color: #5AAFE1;
}


#header_number
{
	position: relative;
	width: ;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 100%;
	color: #6D6E71;
	text-align: right;
	margin: 0 0 0 0;
}


#header_email
{
	position: relative;
	width: ;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 100%;
	color: #6D6E71;
	text-align: right;
	margin: 10px 0 0 0;
}


/*------------CONATINER-----------*/


#container
{
	position: relative;
	width: 960px;
	padding: 0 10px;
	margin: 20px auto 0 auto;
}


/*------------MENU WRAPPER-----------*/


#menu_wrapper
{
	position: relative;
	width: 960px;
	border-bottom: solid 1px #CCC;
	padding-bottom: 20px;
	margin: 0 0 0 0;
}


#menu
{
	float: left;
	width: ;
	margin: 6px 0 0 0;
}


#menu li
{
	float: left;
	list-style: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 100%;
	color: #6D6E71;
	margin: 0 6px 0 0;
}


#menu a
{
	text-decoration: none;
	color: #6D6E71;
}


#menu a:hover
{
	text-decoration: none;
	color: #5AAFE1;
}


/*------------MENU SOCIAL ICONS-----------*/


#social_icons
{
	float: right;
	width: 52px;
	margin: 0 0 0 0;
}


a.rollover_facebook
{
float: left;
display: block;
width: 24px;
height: 24px;
text-decoration: none;
outline: none;
background: url(../images/facebook.png);	
}

a.rollover_facebook:hover
{
background-position: -24px 0;	
}


a.rollover_twitter
{
float: right;
display: block;
width: 24px;
height: 24px;
text-decoration: none;
outline: none;
background: url(../images/twitter.png);	
}

a.rollover_twitter:hover
{
background-position: -24px 0;	
}


/*-------------HOME SLIDER-------------*/


#home_slider
{
	position: relative;
	width: 960px;
	margin: 20px 0 0 0;
}


/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}


.slider_caption_absolute
{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 99;
}


.slider_caption_wrapper
{
	width: 470px;
	border-top: solid 1px #5AAFE1;
	border-bottom: solid 1px #5AAFE1;
	padding: 20px 0;
	margin: 0 0 0 0;
}


.slider_caption_text
{
	float: left;
	width: ;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 120%;
	color: #414042;
	margin: 0 0 0 0;
}


.slider_caption_arrow
{
	float: right;
	width: ;
	margin: 15px 6px 0 0;
}


/*------------HOME WRAPPER-----------*/


#home_wrapper
{
	position: relative;
	width: 960px;
	margin: 40px 0 0 0;
}


#home_leftcol
{
	float: left;
	width: 155px;
	height: 229px;
	background: #5AAFE1;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
	padding: 20px;
	padding-right: 50px;
	margin: 0 20px 0 0;
}


#home_middlecol
{
	float: left;
	width: 225px;
	margin: 0 20px 0 0;
}


#home_middlecol2
{
	float: left;
	width: 225px;
	margin: 0 0 0 0;
}


#home_rightcol
{
	float: right;
	width: 225px;
	margin: 0 0 0 0;
}


#services_cta
{
	position: relative;
	width: 185px;
	height: 125px;
	border: solid 1px #DBDCDD;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
	padding: 20px;
	margin: 0 0 0 0;
}


#newsletter_cta
{
	position: relative;
	width: 185px;
	height: 42px;
	background: #EAEAEA;
	border: solid 1px #DBDCDD;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
	padding: 20px;
	margin: 20px 0 0 0;
}


.home_cta_arrow
{
	position: absolute;
	bottom: 6px;
	right: 6px;
	width: 36px;
	height: 36px;
}


.home_cta_arrow2
{
	position: absolute;
	top: 25px;
	right: 6px;
	width: 36px;
	height: 36px;
}


/*------------HOME WRAPPER STYLES-----------*/


.home_middlecol_relative
{
	position: relative;
	width: 185px;
	height: 229px;
	border: solid 1px #DBDCDD;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
	padding: 20px;
}


.home_middlecol_arrow
{
	position: absolute;
	bottom: 6px;
	right: 6px;
	width: 36px;
	height: 36px;
}


/*------------FOOTER-----------*/


#footer
{
	position: relative;
	width: 960px;
	margin: 20px auto 40px auto;
}


#footer a 
{
	text-decoration: none;
	color: #6D6E71;
}


#footer a:hover 
{
	text-decoration: none;
	color: #5AAFE1;
}


#footer_leftcol
{
	float: left;
	width: ;
	margin: 0 20px 0 0;
}


#footer_rightcol
{
	float: right;
	width: ;
	margin: 0 0 0 0;
}


/*----------ROLLOVERS-----------*/


#arrow_btn_img
{
	position: relative;
	width: 36px;
	height: 36px;
	padding: 0;
	margin: 0 0 0 0;
}

		
ul.arrow_btn
{
	display: inline;
	float: left;
	height: 36px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}	
	
li.arrow_btn_img a 
{
	display: block; 
    width: 36px;
	height: 36px;
	position: relative;
}	

li.arrow_btn_img a .rollover_arrow_btn
{
	display: block; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 36px;
	height: 36px;
	background: url(../images/arrow_btn_hover.png);
}


/*------------TAGS AND CLASSES-----------*/


h1
{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	color: #fff;
}


h2
{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	color: #414042;
	padding-bottom: 10px;
}


h3
{
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 100%;
	color: #5AAFE1;
	padding-bottom: 10px;
}


h4
{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 100%;
	color: #fff;
	padding-bottom: 20px;
}


p
{
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 140%;
	color: #6D6E71;
}


p.white
{
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 140%;
	color: #fff;
}


.clearall
{
	clear: both;
}

.estimate_cta {
	display: inline-block;
	position: relative;
	text-decoration: none;
	outline: none;
	font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  color: #5AAFE1;
  padding-right: 40px;
  margin-top: 16px;
}

.estimate_cta::after,
.estimate_cta .arrow {
	position: absolute;
	top: 50%;
	right: 0;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 36px 36px;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.estimate_cta::after {
	content: '';
	background-image: url('../images/arrow_btn_hover.png');
	opacity: 0;
}

.estimate_cta .arrow {
	background-image: url('../images/arrow_btn.png');
	z-index: 1;
}

.estimate_cta:hover::after {
	opacity: 1;
}

.estimate_cta:hover .arrow {
	opacity: 0;
}