/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, fieldset {
	border: 0;
}
abbr, acronym {
	text-decoration: none;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	clear: both;
	word-wrap: normal;
	-moz-tab-size: 4;
	tab-size: 4;
}
sub, sup {
	line-height: 0.5em;
}
img, .wp-caption {
	max-width: 100%;
	height: auto;
}
iframe, video, embed, object {
	display: block;
	max-width: 100%;
}
img {
	display: block;
}
.left, .alignleft, img[align="left"] {
	display: block;
	float: left;
}
.right, .alignright, img[align="right"] {
	display: block;
	float: right;
}
.center, .aligncenter, img[align="middle"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	clear: both;
}
.block, .alignnone {
	display: block;
	clear: both;
}
input[type="submit"], button {
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
}
.wp-smiley {
	display: inline;
}
/*--HTML 5 Resets--*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,img,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,hgroup,menu,nav,summary,time,mark,audio,video,header,footer { 
    margin:0;
    padding:0;
    border:0;
    font-weight:inherit;
    font-style:inherit;
    font-size:100%;
    font-family:inherit;
    vertical-align:baseline;
    background:transparent;
}

html { 
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
    -webkit-text-size-adjust:none;
    -ms-text-size-adjust:none;
	overflow-y: scroll;
}

ol,ul { 
	list-style:none; 
}

article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,img { 
    display:block;
}

blockquote,q {
    quotes:none;
}

blockquote:before, 
blockquote:after,
q:before, 
q:after {
    content:\'\';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration:line-through;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

strong{font-weight:bold;}
em{font-style:italic;}

input, 
select {
    vertical-align:middle;
}

table {	
	border-collapse:separate; 
	border-spacing:0; 
}
caption,
th,
td { 
	text-align:left; 
	font-weight:normal; 
}

input { 
	vertical-align:middle; 
}
img,
object,
embed {max-width: 100%;}

.homeSection img,
.post p img,
.page p img,
.project p img,
.postThumb,
div.wp-caption img {
	max-width: 100% !important;	
	height: auto;
}



.wp-caption {
	max-width: auto !important;	
}

.wp-caption-text {
	padding: 5px 0 0 0;
	font-style: italic;
}
/*--Global Styles--*/
body {
	font-size: 100%;
	font-family: azo-sans-web, serif;
	width:auto; height:auto;	
	padding: 0 0 0 0;
	margin: 0;
	color: #6a6a6a;	
	background-color: #1f1f1f;		
	font-weight: normal;
		
}

p {
	line-height: 28px;
	font-size: 16px;
	margin: 0 0 20px 0;	
	font-weight: normal;
	font-style: normal;	
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	margin-left:25px;
	padding:0;
	list-style-type:disc;
}

img {
	margin: 0;
}

img.left {
	margin: 0 15px 15px 0;
	float: left;
}

a {
	text-decoration: none;
	outline: none;
}

a{	
	color: #4da7ca;	
}

a:hover {
	color: #4290ae;	
}

a img {
	border:none;
}
h1 {font-size: 42px; color:#848484; font-family:azo-sans-web; text-transform:uppercase; font-weight:bold;}
h2 {font-size: 26px; color:#555;}
h3 {font-size: 26px; }
h4 {font-size: 26px; }
h5 {font-size: 26px; }

blockquote, address {
	margin: 0 0 30px 0;
	padding: 0 30px 0 30px;	
	font-style: italic;
	font-size: 1.2em;
	font-family: Georgia, Times, \"Times New Roman\", serif;
	border-left: 5px solid #ccb676;	
}

code {
    font-family: \"Courier New\", Courier, serif;
	overflow: auto;
	padding: 2px;
	background: #fff;
}

pre code {
	background: none;
}

pre {
    margin: 0 0 20px;
	padding: 10px;
	background: #f7f7f7;
	overflow: auto;	
	border: 1px solid #e4e4e4;
	font-family: \"Courier New\", Courier, serif;
}

.left {
	float: left;	
}

.right {
	float: right;	
}

.meta {
	color: #b0b0ad;
}

.meta a{
	color: #7d7d7b !important;
}

.meta a:hover{
	color: #b0b0ad !important;
}

input[type=\"text\"], textarea {
	background-color: #fafafa;	
	padding: 15px;
	font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #6a6a6a;	
	border: 1px solid rgba(0,0,0,.05);
	border-bottom: 2px solid rgba(0,0,0,.1);
	background:	#f7f7f7;
	font-size: .9em;
	-webkit-appearance: none;
}

input[type=\"text\"]:focus {outline: none; background-color: #f7f7f7;}
textarea:focus {outline: none; background-color: #f7f7f7;}

textarea { width: 80%; line-height: 1.6em; }

/*------------------------------------------------------General Styles----------------------------------------------*/
#container {	
	width: 100%;
	margin: 0 auto;			
}

#wrap {	
	background: #fff;
	padding: 1px 30px 0;	
}

.home #wrap {	
	padding: 1px 0 0;	
}

.wrapper {
	max-width: 62em;
	margin: 0 auto;	
	padding:1em;
	overflow:auto;
}

.home #wrap {	
	padding-top: 50px !important;
}

#page {
	margin: 0 auto 0;
	padding: 0 0 0 ;		
	background: #fff;
	width:100%;	
	overflow:auto;
}

#bottom p{font-size:0.6em;}
#content {		
	padding: 0 0 0 0;		
	float: left;
	margin: 0 0px 0 0;
	position: relative;		
	width: 100%;
    clear:both;	
	overflow:auto;
}
.headline{
	text-align:center;
	width:100%;
	font-family:azo-sans-web;
	line-height:1;
	
}

#sidebar {
	width: 30%;
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;		
}

.twoThirds {
	width: 70%;
	float:left;
	padding:1em;	
}

.oneThird {
	width: 30%;	
	float:left;
	padding:1em;
}
.oneHalf {
	width:50%;
	float:left;
	padding:1em;
}

.section{
	background:#eee; 
	clear:both;
	padding:1em;
	margin:0 auto;
	width:auto;
	height:auto;
	overflow:hidden;
}
/*--ClearFix--*/
.cf:before, .cf:after { content: \"\"; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }


/*--Google Maps--*/
.googleMaps {
    position: relative;
    padding-bottom: 90%; // (450 ÷ 500 = 0.9 = 90%)
    height: 0;
    overflow: hidden;
	background-color: rgb(229, 227, 223);
}
.googleMaps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 
@-webkit-keyframes orangeglow {
  from { background-color: #FF8400; -webkit-box-shadow: 0 0 3px #FF8400; }
  50% { background-color: #FFAD33; -webkit-box-shadow: 0 0 12px #FFAD33; }
  to { background-color:  #FF8400; -webkit-box-shadow: 0 0 3px  #FF8400; }
}
@keyframes orangeglow{
  from { background-color:  #FF8400; box-shadow: 0 0 3px  #FF8400; }
  50% { background-color: #FFAD33; box-shadow: 0 0 12px #FFAD33; }
  to { background-color: #FF8400; box-shadow: 0 0 3px  #FF8400; }
}
.cta_link{-webkit-animation-name: orangeglow!important;
  -webkit-animation-duration: 2s!important;
  -webkit-animation-iteration-count: infinite!important;
   animation-name: orangeglow!important;
   animation-duration: 2s!important;
   animation-iteration-count: infinite!important;
  display: inline-block;
	padding: 1em 1.4em!important;
	font-size:1em!important;
	color: #fff;
	text-decoration: none!important;
	font-weight: bold!important;
	margin:1em!important;
	box-shadow: 0 1px 8px rgba(0,0,0,0.5)!important;
	-moz-border-radius: 5px!important;
	-webkit-border-radius: 5px!important;
    -moz-box-shadow: 0 1px 8px rgba(0,0,0,0.5)!important;	
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5)!important;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25)!important;
	border-bottom: 1px solid rgba(0,0,0,0.25)!important;
	position: relative!important;
	cursor: pointer!important;
}
.cta_link:hover{opacity:0.7!important; color:#eee!important;}
.button {
	background:#FF8400;
	display: block!important;
	padding: 1em 1.4em!important;
	font-size:1em!important;
	color: #fff;
	text-decoration: none!important;
	font-weight: bold!important;
	margin:2em auto;!important;
	-moz-border-radius: 5px!important;
	-webkit-border-radius: 5px!important;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5)!important;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5)!important;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25)!important;
	border-bottom: 1px solid rgba(0,0,0,0.25)!important;
	position: relative!important;
	cursor: pointer!important;
	text-align:center!important;
	bottom:10px;!important;
	width:60%;
	
}
.search_homes{background:url(images/searchARML.jpg)no-repeat; width:100%; height:315px;}
.excerpt_read_more{font-weight:bold;}	
.button:hover{opacity:0.7!important; color:#eee!important;}
.button .yellow{background:#EDF102;}
.subHead{
	font-size:1.7em;
}
.more_tab {
	background:url(images/downarrow.png) no-repeat center center;
	color: #fff;
	text-align: center;
	width:40px;
	height:40px;
	position: relative;
	z-index: 9999;
	bottom: 130px;
	padding: 1em;
	font-size: 1.5em;
}
.more_tab:hover {
	background:url(images/downarrow_hover.png) no-repeat center center;
}
.rates{margin:0 auto;}

.front_post_box p{text-align:left;}
/*--Reviews--*/
.review_man{background:url(images/man.png) no-repeat left top;width:35%; padding-left: 110px;
margin: 1em; font-size:0.7em; float:left;}
.review_man h3{font-family:open-sans, san-serif; text-align:left; font-weight:bold; font-size:1em;}
.review_woman{background:url(images/woman.png) no-repeat left top;width:35%; padding-left: 110px;
margin: 1em; font-size:0.7em; float:left;}
.review_woman h3{font-family:open-sans, san-serif; text-align:left; font-weight:bold; font-size:1em;}
[itemprop=\"rating\"]{background:url(images/stars.png) no-repeat 0px 0px; padding-left: 110px; padding-bottom: 5px; overflow:hidden;}
.schema_description{visibility:hidden; height:0;}
.schema_review_name{visibility:hidden; height:0;}
.aggregate_reviews{text-align:center;}

/*--Blog Home Styling--*/
.home_post_box{width:30%; margin:1em; float:left;}
.home_post_box .headline{font-size:1.2em;}
.post_excerpt{font-size:0.7em;}
.home_post_box .post_author{font-size:0.6em;}
.home_post_box .post_author_intro{font-size:0.6em; font-weight:bold; text-decoration:italic;}
.home_post_box .post_date{font-size:0.6em;}
.home_post_box .post_date_intro{font-size:0.6em; font-weight:bold; text-decoration:italic;}


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

#header{	
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0!important;	
	text-align: center;
    max-height: 700px;	
	background: #000000;
background: -moz-linear-gradient(top, #484848 0%, #010101 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#484848), color-stop(100%,#010101));
background: -webkit-linear-gradient(top, #484848 0%,#010101 100%);
background: -o-linear-gradient(top, #484848 0%,#010101 100%);
background: -ms-linear-gradient(top, #484848 0%,#010101 100%);
background: linear-gradient(to bottom, #484848 0%,#010101 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#484848\', endColorstr=\'#010101\',GradientType=0 );
}

.home #header{	
	text-align: center;	
}
#logo{
	width:50%;
	float:left;
	position:relative;
	z-index:9999;
	padding-bottom:1em;
}
#header_right{ width:40%;
			   float:right;
			   position:relative;
	           z-index:9999;
	           padding-bottom:1em;
			   line-height:1;
}
.slideshow{
	clear:both;
	max-height:700px;
	position:relative;
	top:0px;
}
/*------------------------------menu----------------------------------------------------------------------*/
#nav_container{margin: 0 auto;
position: relative;
text-align: left;
background: #000000;
background: -moz-linear-gradient(top, #FFFFFF 0%, #D5D5D5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#D5D5D5));
background: -webkit-linear-gradient(top, #FFFFFF 0%,#D5D5D5 100%);
background: -o-linear-gradient(top, #FFFFFF 0%,#D5D5D5 100%);
background: -ms-linear-gradient(top, #FFFFFF 0%,#D5D5D5 100%);
background: linear-gradient(to bottom, #FFFFFF 0%,#D5D5D5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#FFFFFF\', endColorstr=\'#D5D5D5\',GradientType=0 );
}
.menu {
	position: relative;
	z-index: 50;
	list-style: none;
	display:block;
}
.menu ul{list-style-type:none;}
.menu li {
	position: relative;
	float: left;
	margin-bottom: -1px;
	list-style-type:none;
}
.menu .sub-menu {
	position: absolute;
	left: -1px;
	display: none;
	list-style: none;
	z-index: 110;
	margin-top: -1px;
}
.menu .sub-menu .sub-menu {
	top: 0;
	left: 182px;
	margin: 0 0 0 -1px;
}
.menu li:hover > .sub-menu {
	display: block;
}
.menu .sub-menu li {
	width: 182px;
	clear: both;
}
.menu a, .menu_control {
	display: block;
	font-size: 13px;
	line-height: 19px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #111111;
	padding: 0.5em 1em;
}
.menu a:hover {
	background-color: #DDDDDD;
}
.menu_control {
	display: none;
	background-color: #FFFFFF;
}
.menu .sub-menu a {
	border-left-width: 1px;
}
.menu, .menu a, .menu .sub-menu {
	border-color: #DDDDDD;
}
.menu .current-menu-item > a {
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
	cursor: text;
}
.menu .sub-menu .current-menu-item > a {
	border-bottom-color: #DDDDDD;
}
/*-----------------------------footer-----------------------------------------------------------------------*/
#footer {
	width: 100%;
	margin: 0 auto;	
}
#bottomNav.menu{
	float:left; 
	width:40%;
	padding:0.5em;
}
#bottomNav.menu a{
	color:#fff;
}
.copywrite{
	float:right;
	width:40%;
	padding:0.5em;
}
#bottom{background:#333; padding:1em; clear:both; min-height:90px;overflow:auto;}
/*-------------------------Opt In Landing Page---------------------------------------------------------------------*/
.optIn{background:url(images/optIn_bkg.png) no-repeat left top;}
.gform_wrapper h3.gform_title {
letter-spacing: normal !important;
margin: 10px 0 6px 0;
color: #fff;
font-size: 28px;
line-height: 1;
}

.lp_left {
background: #eee;
border-radius: 10px 0px 0px 10px;
float: left;
width: 250px;
padding: 10px;
margin-top:10px;
}
.lp_left h2 {
text-align: center;
margin-bottom: 30px;
line-height: 1;
font-size: 20px;
margin-top: 20px;
}
.lp_left p{clear:right; font-size:13px; line-height:25px;}
.lp_center{background:#21478E; color:#fff; width:400px; float:left; padding:10px; border-radius:6px; box-shadow:1px 1px 3px #333; position:relative; z-index:9999;}
.lp_right{
background: #eee;
border-radius: 0px 10px 10px 0px;
float: left;
width: 250px;
padding: 10px;
margin-top:10px;
}
.lp_right .review_man {
width: 100%;
font-size: 13px;
float: left;
background: none;
padding: 0;
margin-bottom: 1em;
margin-left: 0;
}
.lp_right .review_woman {
width: 100%;
font-size: 13px;
float: left;
background: none;
padding: 0;
margin-bottom: 1em;
margin-left: 0;
}
.lp_right p{font-size:14px;}
.short_form #input_1_1 input[type=\"text\"]{border:5px solid yellow;}
.num_p{margin-top:-10px; margin-bottom:31px; margin-left: 60px;}
.lp_num{background:#21478E; color:#fff; padding:10px; border-radius:30px; margin-right:10px; float:left; width:30px; height:30px; text-align:center; font-weight: bold;}
.lp_right h2 {
text-align: center;
margin-bottom: 30px;
line-height: 1;
font-size: 20px;
margin-top: 20px;
}
.short_form td{font-family:Oswald;}
.short_form{width:400px; text-align:left; position:relative; padding-top:30px; padding-bottom:30px; padding-left:10px;}
.short_form h1{color:#fff!important; text-align:center; text-transform:uppercase; margin-bottom:20px;}
.short_form p.call{color:#555; text-align:center; margin-top:-60px;}
.short_form input[type=\"text\"]{padding:8px 10px; border-radius:4px; margin-bottom:20px;}
.short_form input[type=\"email\"]{padding:8px 10px; border-radius:4px; margin-bottom:20px;}
.short_form input[type=\"submit\"]{
background: #FF8400;
display: block!important;
padding: 1em 1.4em!important;
font-size: 1em!important;
color: #fff;
text-decoration: none!important;
font-weight: bold!important;
margin: 2em auto;
-moz-border-radius: 5px!important;
-webkit-border-radius: 5px!important;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5)!important;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5)!important;
text-shadow: 0 -1px 1px rgba(0,0,0,0.25)!important;
border-bottom: 1px solid rgba(0,0,0,0.25)!important;
position: relative!important;
cursor: pointer!important;
text-align: center!important;
bottom: 10px;
width: 60%;
}


.landing h1 {
	margin-bottom: 20px;
	text-align:center;
}
.landing h2 {
    font-size: 32px;
    margin-bottom: 10px;
	text-align:center;
}
.landing h3.phone {
    font-size: 70px;
    margin-bottom: 20px;
	text-align:center;
	font-weight: bold;
}
.landing .su-column h3 {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 5px;
	font-weight: bold;
}







/*--------------------------Responsive--------------------------------------------------------------------------*/
@media screen and (max-width:600px), screen and (max-device-width:600px)
{
.menu_control {
		display: block;
		width: 100%;
		border-width: 0;
		background-color: #FFFFFF;
		padding: 1em 26px;
		cursor: pointer;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.menu {
		display: none;
		width: 100%;
		border-width: 1px 0 0 0;
		clear: both;
	}
	.show_menu {
		display: block;
	}
	.menu .sub-menu {
		position: static;
		display: block;
		margin: 0;
		border-top: 1px solid #DDDDDD;
		padding-left: 26px;
	}
	.menu li {
		width: 100%;
		float: none;
		margin-bottom: 0;
	}
	.menu .sub-menu li {
		width: 100%;
	}
	.menu a {
		border-width: 1px 1px 0 0;
		background-color: #FFFFFF;
		padding: 1em 26px;
	}
	.menu .current-menu-item > a {
		background-color: #EEEEEE;
	}
	.menu > li > a {
		border-left-width: 1px;
	}
	.menu li:first-child > a:first-child {
		border-top-width: 0;
	}
	.oneThird {
	width: 100%;	
	float:left;
	padding:1em;
    }
.review_man{background:url(images/man.png) no-repeat left top; width:90%; padding-left: 110px;
margin: 1em; font-size:0.7em; float:none;}
	.review_woman{background:url(images/woman.png) no-repeat left top;width:90%; padding-left: 110px;
margin: 1em; font-size:0.7em; float:none;}
.home_post_box{width:90%; margin-top:1em; float:none; text-align:center; clear:both; padding-top:1em; border-bottom:1px dotted #4da7ca;}
	ul .opened .nav-collapse li{width:100%;}
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
.oneThird {
	width: 100%;	
	float:left;
	padding:1em;
    }
	.review_man{background:url(images/man.png) no-repeat left top;width:100%; padding-left: 110px;
margin-bottom: 1em; font-size:0.7em; float:none;}
	.review_woman{background:url(images/woman.png) no-repeat left top;width:100%; padding-left: 110px;
margin-bottom: 1em; font-size:0.7em; float:none;}
	[itemprop=\"rating\"]{background:url(images/stars.png) no-repeat 0px 0px; padding-left: 110px; overflow:hidden; height:10px;}
	.home_post_box{width:90%; margin-top:1em; float:none; text-align:center; clear:both; padding-top:1em; border-bottom:1px dotted #4da7ca;}
	.nav-collapse li{width:100%;}
.menu {
float:left;
}
.menu li {
position: relative;
float: left;
margin-bottom: -1px;
list-style-type: none;
text-align:center;
}
.menu {
float:left;
}
.menu li {
position: relative;
float: left;
margin-bottom: -1px;
list-style-type: none;
text-align:center;
}
.menu .sub-menu {
position: static;
left: -1px;
display: none;
list-style: none;
z-index: 9999;
margin-top: -1px;
}
.menu .sub-menu:hover{display:block;}
.menu .sub-menu .sub-menu {
top: 0;
left: 150px;
margin: 0 0 0 -1px;
}
.menu li:hover > .sub-menu {
display: block;
}
.menu .sub-menu li {
width: 150px;
clear: both;
padding:5px 0;
}
.menu .sub-menu li:nth-child(even){background:#ddd;}
.menu a, .menu_control {
border-right: 1px solid #B4B4B4;
padding-right:16px;
color: #0b0c0c;
display: block;
font-size: 16px;
font-weight: 500;
position: relative;
text-decoration: none;
text-transform: uppercase;
}
.menu a:hover {
color:#FF8400;
}
.menu_control {display:none;}
.menu .current-menu-item > a {
border-bottom-color: #333;
color:#FF8400;
cursor: text;
}
.menu .sub-menu a {
border-left-width: 1px;
}
.menu, .menu a, .menu .sub-menu {
border:none;
}
.menu .sub-menu .current-menu-item > a:hover {
opacity:0.5;
}


}