
/***** RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, tt, var, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

area,
img,
map {
	outline:none;
}

.clearfix,
.clear {
	clear:both;
}

input {
	-webkit-appearance: normal !important;
    border-radius: 0 !important;
}
/***** THEME CSS Replace with your skin styles *****/

body{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	background: #FFF;
	/*-webkit-background-size: 1600px 1386px;*/
	color: #000000;
}
h1{
	
}
h2{
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 20px;
}
h3{
	
}
p{
	margin-bottom: 20px;
}
.goog-te-gadget-simple{
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	padding: 8px;
}
#subnav{
	background-color: #0f7394;
	min-height: 35px;
	float: left;
	width: 100%;
	display: block;
}
#menu-secondary-menu li{
	float: left;
    list-style: none;
}
#menu-secondary-menu li a{
	color: #fff;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    position: relative;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
#menu-secondary-menu li a:hover{
	color: #efefef;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}

a:link, a:visited{
	text-decoration: none; 
	color: #000000;
}

a:hover{
	color: #000000;
}
.mob-cntct {display: none;}

.wrap{
	width:960px;
	margin:0 auto;
}
.wrapper_all {
	width: 100%;
	float: left;
}

/*HEADER*/
.home .headerwrap {
	width: 100%;
	position: absolute;
}

		.headerwrap {
			width: 100%;
			position: relative;
		}

#header {
	width: 1152px;
	height: 170px;
	margin: 0 auto;
	position: relative;
	z-index: 102;
	background: url(images/header-bg.png) no-repeat top center;
	margin-bottom: 55px;
}

#header a.site-name {
	font-size:30px;
	color:#333;
}
.header-logo {
	float: left;
	margin-left: 65px;
}

/*CONTACT BUTTON*/
.contact-btn {display: none;}
.home .contact-btn {
	display: block;
	width: 100%;
	float: left;
	margin-top: -1px;
}
	#hp-contact {
		width: 150px;
		float: right;
	}
	.cntct-wrap {
		display: none;
		width: 325px;
		float: right;
		padding-left: 15px;
		background: url(images/cntct-bg.png) repeat top center;
		font-family: 'Roboto', sans-serif;
		z-index: 350;
		padding-bottom: 30px;
	}
		.cntct-wrap h3 {
			font-size: 34px;
			color: #000000;
			margin: 5px 0 5px 0;
			line-height: 25px;
		}
		.cntct-wrap h3 span#txt {
			font-size: 16px;
			color: #0f7394;
		}
		.cntct-info {
			font-size: 19px;
			font-weight: 300;
			color: #000000;
			line-height: 25px;
			margin-bottom: 10px;
		}
		.cntct-info p{
			margin-bottom: 0px;
		}
			.cntct-info a {font-size: 18px;}
			.cntct-info img {margin-right: 10px;}

		.sm-icon {
			width: 135px;
			float: left;
			padding-top: 15px;
			margin-bottom: 15px;
			border-top: 1px solid #d4d4d4;
		}
		.sm-icon li {
			float: left;
		}
			.sm-icon #fb, .sm-icon #twitter, .sm-icon #linkedin {margin-right: 20px;}
			.sm-icon #fb {
				width: 11px;
				height: 20px;
				float: left;
				background: url(images/fb-icon.png) no-repeat bottom center;
			}
				.sm-icon #fb:hover {background: url(images/fb-icon.png) no-repeat top center;}

			.sm-icon #twitter {
				width: 21px;
				height: 20px;
				float: left;
				background: url(images/twitter-icon.png) no-repeat bottom center;
				margin-top: 2px;
			}
				.sm-icon #twitter:hover {background: url(images/twitter-icon.png) no-repeat top center;}

			.sm-icon #linkedin {
				width: 22px;
				height: 20px;
				float: left;
				background: url(images/linkedin-icon.png) no-repeat bottom center;
			}
				.sm-icon #linkedin:hover {background: url(images/linkedin-icon.png) no-repeat top center;}

			.sm-icon #yt {
				width: 18px;
				height: 20px;
				float: left;
				background: url(images/yt-icon.png) no-repeat bottom center;
			}
				.sm-icon #yt:hover {background: url(images/yt-icon.png) no-repeat top center;}

		.cntct-form {
			width: 86%;
			float: left;
		}
		.btn {
			width: 100%;
			display: inline-block;
		    padding: 6px 12px;
		    margin-bottom: 0;
		    font-size: 14px;
		    font-weight: 400;
		    line-height: 1.42857143;
		    text-align: center;
		    white-space: nowrap;
		    vertical-align: middle;
		    -ms-touch-action: manipulation;
		    touch-action: manipulation;
		    cursor: pointer;
		    -webkit-user-select: none;
		    -moz-user-select: none;
		    -ms-user-select: none;
		    user-select: none;
		    background-image: none;
		    border: 1px solid transparent;
		    border-radius: 0px;
		}
		.btn-primary{
			color: #fff !important;
			background-color: #0f7394;
			border-color: #0f7394;
		}
			.cntct-form h4 {
				font-size: 12px;
				color: #000000;
				margin: 0 0 20px 17px;
				padding-top: 25px;
			}
				.cntct-form h4 span {color: #0f7394;}

			.cntct-form input {
				float: left;
				width: 198px;
				height: 29px;
				margin: 2px 0 0 17px;
				padding-left: 10px;
				background: #f1f1f1;
				color: #8d8d8d;
				font-size: 11px;
				font-family: 'Roboto', sans-serif;
				border-top: 1px solid #cfcfcf;
				border-left: 1px solid #cfcfcf;
				border-right: 1px solid #cfcfcf;
				border-bottom: none;
			}
				.cntct-form textarea {
					width: 195px !important;
					height: 85px !important;
					background: #f1f1f1 !important;
					color: #8d8d8d !important;
					margin: 2px 0 0 17px;
					padding-left: 10px;
					font-size: 11px !important;
					font-family: 'Roboto', sans-serif !important;
					border-top: 1px solid #cfcfcf;
					border-left: 1px solid #cfcfcf;
					border-right: 1px solid #cfcfcf;
					border-bottom: none;
				}
			.cntct-form input.wpcf7-submit {
				width: 110px;
				height: 24px;
				background: #0f7394;
				border: none;
				cursor: pointer;
				color: #ffffff;
				font-size: 10px;
				font-family: 'Roboto', sans-serif;
				margin: 10px 0 0 65px;
			}
			.cntct-form button#clear {
				width: 70px;
				height: 12px;
				background: transparent;
				border: none;
				cursor: pointer;
				color: #9a9a9a;
				font-size: 10px;
				font-family: 'Roboto', sans-serif;
				margin: 5px 0 0 85px;
			}

		.cntct-btn {
			width: 150px;
			height: 28px;
			float: right;
			cursor: pointer;
			background: url(images/cntct-btn.png) no-repeat top right;
			color: #fff;
		}

				#wpcf7-f50-w1-o1 .wpcf7-response-output {display: none !important;}
				#wpcf7-f50-w1-o1 span.wpcf7-not-valid-tip {
					width: 165px !important;
					top: 25px !important;
				}

.head-right {
	float: right;
	width: 620px;
}
	.translator {
		width: 100%;
		float: right;
	}
		#translate-this .translate-this-button {
		background: url(images/translate.png) no-repeat top center !important;
		width: 179px !important;
		height: 28px !important;
		right: 0 !important;
		left: 0 !important;
		margin: 15px 25px 0 0;
		float: right !important;
	}

#backhomelink {
	display:none;
}

/*Slider*/
.slide{
	margin-bottom: 7.5%;
}
.o-slider-pagination{
	visibility: hidden;
	display: none;
}
/*NAVIGATIONS*/
#navigation { 
	float: right;
	margin-top: 30px;
}

.menu-main-container:after{ /* do not delete, clears floats from navs */
	content: "";
    display: table;
    clear: both;
}


#nav {
	width: 615px;
	color: #ffffff;
	}

#nav ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	}
	
#nav li {
	float: left;
	list-style: none;
	border-left: 1px solid #141414;
	}

#nav li:first-child {border-left: none;}

#nav li a {
	color: #141414;
	display: block;
    margin-bottom: 5px;
	padding: 0 15px;
	text-decoration: none;
	position: relative;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	}

#nav li a:hover {
	color: #0f7394;
	}
	
#nav li li {
	border: none;
}
#nav li li a {
	color: #ffffff;
	width: 158px; 
	font-size: 12px;
	margin: 0;
	padding: 5px;
	position: relative;
	background: url(images/nav-dd.png) repeat top center;
	text-align: center;
	}
	
#nav li li a:hover {
	background: #0981a9;
	color: #ffffff;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	display: none;
	height: auto;
	width: 180px;
	}

#nav li ul a { 
	width: 160px;
	}

#nav li ul ul {
	margin: -31px 0 0 179px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul {
	left: auto;
	}

#nav li:hover { 
	position: static;
	}


/*SLIDE*/
.slidewrap {
	width: 100%;
	float: left;
}
	.slide-bottom {
		width: 100%;
		height: 200px;
		/*background: url(images/slide-bg-btm.png) repeat center;*/
		position: absolute;
		z-index: 103;
		margin-top: -200px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#ihf-main-container label{
		font-size: 1em;
	}
	#ihf-main-container .btn-primary{
		background-color: #0f7394 !important;
		border-color: #0f7394 !important;
	}
	#ihf-main-container label{
		font-size: 1em;
		font-weight: bold;
	}

	/*QUICK SEARCH*/
		.hp-qswrap {
			width: 100%;
			height: 82px;
			position: absolute;
			z-index: 132;
			margin-top: -122px;
			background: url(images/qs-bg.png) repeat top center;
			padding-top: 10px
		}
			.hp-qs {
				width: 1152px;
				margin: 0 auto;
				font-family: 'Roboto', sans-serif;
			}
				.hp-qs h2 {
					float: left;
					color: #000000;
					font-size: 34px;
					font-weight: 300;
					font-family: 'Roboto Condensed', sans-serif;
					margin: 17px 15px 0 45px;
				}
					.hp-qs h2 span {color: #0f7394;}

				.hp-qs input {
					width: 223px;
					height: 28px;
					float: left;
					margin: 17px 15px 0 0;
					padding-left: 10px;
					background: transparent;
					border: 1px solid #000000;
					color: #000000;
					font-size: 15px;
					font-weight: 300;
					font-family: 'Roboto', sans-serif;
				}
				.hp-qs select {
					width: 92px;
					height: 30px;
					float: left;
					margin: 17px 1px 0 0;
					padding-left: 10px;
					color: #ffffff;
					border: none;
					background: #606060;
					font-size: 13px;
					font-weight: 300;
					font-family: 'Roboto', sans-serif;
				}
				.hp-qs button {
					width: 109px;
					height: 30px;
					float: left;
					margin-top: 17px;
					color: #ffffff;
					font-size: 13px;
					font-weight: 400;
					font-family: 'Roboto', sans-serif;
					border: none;
					background: #0f7394;
					cursor: pointer;
				}


/*WIDGETS*/

.widget1-wrap {
	width: 100%;
	height: 275px;
	float: left;
	position: relative;
	/*top: -80px;*/
	z-index: 105;
}
	.buttons-wrap {
		width: 1152px;
		margin: 0 auto;
	}
		.hp-advsearch {
			width: 45%;
			float: left;
			margin-left: 45px;
		}
		.advanced-wrap {
			width: 100%;
		}
			#advanced {
				background: url(images/advsearch.jpg) no-repeat center center;
				background-size: cover;
			}
			#advanced-hover {
				background: url(images/advsearch-hover.jpg) no-repeat center center;
				background-size: cover;
			}

		.hp-video {
			width: 45%;
			float: left;
			margin: 0 15px;
		}
			#video {
				background: url(images/video.jpg) no-repeat center center;
				background-size: cover;
			}
			#video-hover {
				background: url(images/video-hover.jpg) no-repeat center center;
				background-size: cover;
			}
		
		.hp-featprop {float: left;}
			#fp {background: url(images/fp.jpg) no-repeat center center;}
			#fp-hover {background: url(images/fp-hover.jpg) no-repeat center center;}

				#fp-hover span#fp-add {
					font-size: 13px;
					font-weight: 400;
					line-height: 15px;
				}
					#fp-hover span#fp-price {position: relative; top: 35px;}

			.btn-normal {
				width: 100%;
				/*width: 346px;*/
				height: 272px;
				float: left;
			}
				.btn-normal h3 {
					text-align: center;
					text-transform: uppercase;
					color: #ffffff;
					background: url(images/button_h3-bg.png) repeat-x top center;
					font-family: 'Roboto Condensed', sans-serif;
					font-size: 29px;
					font-weight: 300;
					height: 83px;
					padding-top: 20px;
					margin: 0;
				}
			.hover {
					display: none;
					width: 494px;
					height: 272px;
					margin-top: -103px;
					padding-left: 25px;
					cursor: pointer;
					z-index: 105;
					position: absolute;
				}
					.hover h3 {
						text-align: left !important;
						background: none;
						height: auto;
						margin-bottom: 40px;
					}
					.hover span {
						font-size: 18px;
						font-weight: 300;
						font-family: 'Roboto', sans-serif;
						color: #ffffff;
						line-height: 30px;
					}
					.hover a {
						color: #44c1ea;
						font-size: 14px;
						font-weight: 300;
						position: relative;
						top: 85px;
					}
			

.widget2-wrap {
	width: 100%;
	float: left;
	margin-top: 40px;
	background: url(images/content-bg.jpg) no-repeat top center;
	background-size: cover;
}
	.widget2 {
		width: 1152px;
		height: 350px;
		margin: 0 auto;
		margin-top: 30px;
	}
		.hp-cta {
			width: 335px;
			float: left;
			margin: 20px 45px 0 45px;
		}
			.hp-cta li {
				float: left;
				
				padding: 25px 0;
				border-top: 1px solid #bfbfbf;
			}
				.hp-cta li:first-child {border: none;}

		.hp-welcome {
			width: 665px;
			float: left;
			font-size: 14px;
			font-weight: 300;
			font-family: 'Roboto', sans-serif;
			color: #4b4b4b;
		}
			.hp-welcome h1 {
				font-family: 'Roboto Condensed', sans-serif;
				font-size: 33px;
				font-weight: 300;
				color: #000000;
				margin-bottom: 35px;
			}
				.hp-welcome p {
					margin-bottom: 30px;
					line-height: 27px;
				}

.cycloneslider, .cycloneslider-slides, .cycloneslider-slide{
	min-height: 995px !important;
	height: 995px !important;
}
/*FOOTER*/
.footerwrap {
	width: 100%;
	height: 200px;
	float: left;
	background: url(images/footer-bg.jpg) no-repeat bottom center;
	background-size: cover;
}

	#footer{
		clear: both;
		width:1000px;
		margin-top: 65px;
		text-align: center;
		font-family: 'Roboto Condensed', sans-serif;
	}

		ul.footernav { /* footer navigation styles */
		    padding: 0;
		    list-style: none;
		    line-height: 1;
		    font-size: 16px;
			font-weight: 400;
			color: #4a4a4a;
			float: left;
			width: 100%;
		} 

			ul.footernav a {
				color:#4a4a4a;
			} 

			ul.footernav a:hover {
			}

			ul.footernav li {
				padding: 0 10px;
				border-left:1px solid #4a4a4a;
				display:inline;
				text-transform: uppercase;
			}
			ul.footernav li a {
				
				
			}

			ul.footernav li:first-child{
				border-left:none;
			}

			ul.footernav ul{
				display:none;
			}

		.foot-copyright {
			float: left;
			width: 100%;
			margin-top: 10px;
			font-weight: 300;
			font-size: 12px;
			color:#4a4a4a;
			letter-spacing: 4px;
		}
			.foot-copyright a {color:#4a4a4a;}
			.foot-copyright img#mls-logo {margin-top: 25px;}

/**********Rentals********/
.sp_rp_bread{
	background-color: #0f7394 !important;
	color: #fff !important;
	font-size: 16px;
}
.sp_rp_bread a{
	color: #fff !important;
	font-size: 16px;
}
#sp_rm_gallery{
	background-color: transparent !important;
}
#sp_rm_gallery_main{
	padding: 0% !important;
}
#sp_rm_gallery_main img{
	width: 100%;
	height: auto;
	box-shadow: none !important;
}
#rental_listings table{
	width: 100%;
}
#rental_listings td{
	vertical-align: top;
}
a.button{
	border: 0px !important;
	color: #fff !important;
	background: #0f7394 !important;
	font-size: 16px !important;
	padding: 10px 20px !important;
	float: left;
}
.wp-list-table th{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
#rental_listings td{
	font-size: 14px;
	font-weight: bold;
}
.wp-list-table  tr:nth-child(odd) td{
	/*background-color: #fbf7f7;*/
}
.wp-list-table  tr:nth-child(even) td{
}
/***** END THEME CSS *****/


/*************** Begin AIOS Mobile Theme standard areas. ***************/

/* SET DEFAULT STYLES FOR WYSIWYG CONTENT AND WIDGET AREAS (IF YOU USED RESET ON YOUR THEME) */
/*
#content, .widget-set { line-height:1.2 }
#content th, .widget-set th { font-weight: bolder; }
#content h1, .widget-set h1 { font-size: 2em; margin: .67em 0 }
#content h2, .widget-set h2 { font-size: 1.5em; margin: .75em 0 }
#content h3, .widget-set h3 { font-size: 1.17em; margin: .83em 0 }
#content h4, .widget-set h4,
#content p, .widget-set p,
#content blockquote, .widget-set blockquote,
#content ul, .widget-set ul,
#content fieldset, .widget-set fieldset,
#content form, .widget-set form,
#content ol, .widget-set ol,
#content dl, .widget-set dl,
#content dir, .widget-set dir
#content menu, .widget-set menu { margin: 1.12em 0 }
#content h5, .widget-set h5 { font-size: .83em; margin: 1.5em 0 }
#content h6, .widget-set h6 { font-size: .75em; margin: 1.67em 0 }
#content h1, .widget-set h1,
#content h2, .widget-set h2,
#content h3, .widget-set h3,
#content h4, .widget-set h4,
#content h5, .widget-set h5,
#content h6, .widget-set h6,
#content b, .widget-set h6, 
#content strong, .widget-set strong { font-weight: bolder }
#content blockquote, .widget-set blockquote { margin-left: 40px; margin-right: 40px }
#content i, .widget-set i,
#content cite, .widget-set cite,
#content em, .widget-set em,
#content var, .widget-set var,
#content address, .widget-set address { font-style: italic }
#content pre, .widget-set pre,
#content tt, .widget-set tt,
#content code, .widget-set code,
#content kbd, .widget-set kbd, samp  { font-family: monospace }
#content big, .widget-set big { font-size: 1.17em }
#content small, .widget-set small,
#content sub, .widget-set sub,
#content sup, .widget-set sup { font-size: .83em }
#content sub, .widget-set sub { vertical-align: sub }
#content sup, .widget-set sup { vertical-align: super }
#content table, .widget-set table { border-spacing: 2px; }
#content thead, .widget-set thead,
#content tbody, .widget-set tbody,
#content tfoot, .widget-set tfoot { vertical-align: middle }
#content td, .widget-set td,
#content th, .widget-set th,
#content tr, .widget-set tr { vertical-align: inherit }
#content hr, .widget-set hr { border: 1px inset }
#content ol, .widget-set ol,
#content ul, .widget-set ul,
#content dir, .widget-set dir,
#content menu, .widget-set menu,
#content dd, .widget-set dd { margin-left: 40px }
#content ol, widget-set ol { list-style-type: decimal }
#content ol ul, .widget-set ol ul,
#content ul ol, .widget-set ul ol,
#content ul ul, .widget-set ul ul,
#content ol ol, .widget-set ol ol { margin-top: 0; margin-bottom: 0 }
#content ol, .widget-set ol { list-style-type:decimal }
#content ul, .widget-set ul { list-style-type:disc }
*/

/* CONTENT  */
.content-sidebar-wrap {
	width: 100%;
	float: left;
	margin-bottom: 60px;
}
#content-sidebar, #content-full{
	width:1000px;
	margin:0 auto;
}
#content-sidebar:after, #content-full:after{
	content: "";
    display: table;
    clear: both;
}

#content-sidebar #content{ /* content area with sidebar */
	float: left;
	width: 690px;
	min-height: 500px;
	line-height: 25px;
}

#content-full #content{ /* content area for full width template (no sidebar) */
	width:960px;
}

#content .entry{
}

#content .entry:after {
	content: "";
    display: table;
    clear: both;
}

#content .entry-title { /* styles for post/page main headings (h1) */
	font-size: 24px;
	margin-bottom: 20px;
}

#content .archive-title { /* styles for category/archive/etc main headings (h1) */
	font-size: 24px;
}

#content .archive-subtitle { /* styles for category/archive/search/etc subheadings (h2) */
	font-size: 24px;
}

#content .wpcf7-submit {
		width: 100px;
		height: 25px;
		margin-top: 10px;
		color: #fff;
		background: #0f7394;
		border: none;
		font-size: 14px;
		font-family: 'Roboto', sans-serif;
		text-transform: uppercase;
		cursor: pointer;
	}

/*FORMS*/
.wpcf7 span.wpcf7-not-valid-tip {
	width: 240px !important;
	right: 0 !important;
}

.cntct-form span.wpcf7-form-control-wrap {
	display: inline-block;
}

/*SITEMAP PAGE*/
.ul-addw2p-sitemap_page li.widget_nav_menu li ul.sub-menu{
	display: block !important;
	margin-left: 30px;
}


/* SIDEBAR */

#sidebar {
	float: left;
	width: 300px;
	margin: 0 0 0 10px;
}
	#sidebar li {margin-bottom: 10px;}
	#sidebar li img {
		width: 300px;
	}

.widget-set{ /* div class for each widget group on primary sidebar */
}

.widget-set div.widget-title{ /* style of widget titles */
	display:block;
	background:#333;
	color:#FFF;
}


/* MISCELLANEOUS WP CLASSES */

/*span.wpcf7-not-valid-tip{  UNCOMMENT FOR LIGHT TEXT 
	color:#000;
}*/

.gravatar{
	float: right;
}

.comments-template ol.comment-list{
	margin:20px 0 0 0;
	padding:0;
	list-style:none;
}

.comments-template ol.children{
	margin:20px 0 0 40px;
	padding:0;
	list-style:none;
}

.comments-template ol.comment-list li.comment{
	margin:0 0 10px 0;
	padding:0;
	border-top:1px dotted;
}

.comments-template .comment-meta{
	font-size:10px;
}

.comments-template .screen-reader-text{
	display:none;
}

.comments-template .comment-navigation{
	margin:10px 0;
	background:none;
}

.wp-caption {
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; /* optional rounded corners for browsers that support it */
  margin: 10px;
  padding-top: 4px;
  text-align: center;
}

.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.category .post, .archive .post{
	border-bottom:1px dotted;
}

.attachment-post-thumbnail {
	float:left;
	margin:0 10px 10px 0;
}

pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

#content img.alignleft{
	float:left;
}

#content img.alignright{
	float:right;
}

#content img.aligncenter {
	display:block;
	margin-left:auto !important;
	margin-right:auto !important;
}

#content img[class*="align"],
#content img[class*="wp-image-"],
#content img[class*="attachment-"],
#content img.size-full,
#content img.size-large,
#content img.header-image,
#content img.wp-post-image {
	max-width: 98%;
	margin:0 1%;
	height:auto;
}

#content embed,
#content iframe,
#content object,
#content video {
	max-width: 100%;
}

/* IHF (Dark background) */

/*#ihf,
#ihf a,
#ihf td, #ihf p, #ihf ul li,
#ihf #ihf_modulebox_600 .ihf-content,
#ihf table, #ihf tr, #ihf tr td,
#ihf .ihf_formlabel {
	color:#fff !important;
}

#ihf .ihf_results_row_620 {
	background:none !important;
}

#ihf .ihf_results_tabs_mid a,
#ihf #map_canvas{
	color:#000 !important;
}

#ihf #ihf_fade_container {
	background:none !important;
}

#ihf_map_widget iframe {
	background:#000;
}

#ihf #selectedAreas {
	color:#fff;
}

.ui-dialog .ui-dialog-titlebar-close span {
	margin-left:-9px !important;
	margin-top:-9px !important;
}

#ihf_results_tabs {
	overflow:hidden;
}

#ihf table td,
table.ihmain td{
color:#FFF !important;
}

#ihf .ihf-detail-menu ul li {
color:#000 !important;
}

#ihf_detail_walkscore_container{
background:#FFF;
}

*/

/*************** End AIOS Mobile Theme standard areas.  ***************/



/***** MOBILE STYLES *****/


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

body { width:100% !important; min-width: 100% !important; padding:0; margin:0; min-width:100%!important; }
.headerwrap { width:1152px; padding:0;}
.wrapper_all { max-width:100%; margin:0 auto; float:none; clear:both; padding:0;}
.hp-qswrap {width: 1152px;}
.noshow {width:1152px;}
.footerwrap { width: 1152px;}
#backhomelink{ display: none; width:auto; padding:10px 0; clear:both;}
#content-sidebar #content {min-height: 400px;}
}



@media only screen and (max-width: 977px) {
	
	/* Navigation mobile styles. Delete if you didn't use the starter theme nav styles. */
	.noshow {display: none;}
	.home .contact-btn {display: none;}
	.home .headerwrap {
		background-image: url("/wp-content/uploads/2014/11/slide5.jpg");
		background-position: center -76px;
		position: relative;
		text-align: center;
	}
	.headerwrap {width: 100%; text-align: center;}
	.translator {display: none;}
	#header {
		background-image: url("images/header-bg.png");
		background-repeat: repeat;
		width: 100%;
		height: auto;}
	.header-logo {
		float: none;
		margin: 0;
	}
	.header-logo img { 
		width: 40%
	}
	.head-right {
		width: 100%;
		display: none;
	}

	.home .head-right {
		display: block;
	}

	.mob-cntct {
		display: block;
		float: left;
		width: 100%;
		margin-top: 20px;
	}
	#navigation {float: none;}
	#nav {
		display: none;
		width: 100%;
	}
	
	#nav li:hover { 
		background-color: #004F66 !important
	}
	#menu-secondary-menu li{
		width:100%;
	}
	#subnav{
		margin-top: 35px;
	}
	.content-sidebar-wrap {
		margin-top: -36px;
	}
	
	#backhomelink {
		display: block;
		clear: both;
		font-size: 20px;
		background: #FFF;
		float: right;
		position: relative;
		z-index: 99;
	}
	
	#backhomelink a{
		color:#000;
	}
	
	.home #backhomelink{
		display:none;
	}
	
	.home #nav {
		display: block;
		padding:0;
	}
	
	.home #nav ul {
	}
	
	.home #nav li {
		width:100%;
		padding:10px 0;
		margin-bottom: 2px;
		text-align:center;
		border: none;
		background: #000;

	}

	.home #nav li a {
		text-transform: uppercase;
		color: #ffffff;
	}

	.home #nav li a:hover {
		color: #0f7394;
	}
	
	.home #nav li ul {
		display:none;
	}
	
	.footerwrap {
		width: 100%;
		height: auto;
		background: none;
	}
	#footer {width: 100%;}

	
	/* End Navigation mobile */
	
	
	
	/******** UNCOMMENT IF USING MOBILE DROPMENU SCRIPT IN script.js 
	.home #nav li.tap ul {
		display:block;
	}
	
	.home #nav li.tap ul ul {
		display:none;
	}
	
	.home #nav li ul {
		width:100%;
		z-index: 9999;
		position: relative;
		left: 0;
	}
	
	.home #nav li ul li a{
		width:100%;
	}
	End mobile dropmenu script styles ********/
	
	
	
	#content-sidebar, #content-full, #content-sidebar #content, #content-full #content{
		width:100%;
	}
	
	#content-sidebar #sidebar, #content-full #sidebar{
		display:none;
	}
	
	/* IHF */
	
	.ihf-template .wrap { /* Add your other main / first-level div classes without the wrap class, e.g.
	.ihf-template #content-sidebar, .ihf-template #content-full */ 
		min-width:620px;
	}

	.ihf-template #content-sidebar, 
	.ihf-template #content-full, 
	.ihf-template #content-sidebar #content, 
	.ihf-template #content-full #content {
		width:100%;
		padding:0;
	}
	
	/* WPCF7 */

    #content .wpcf7 form input[type='text'],
    #content .wpcf7 form input[type='password'],
    #content .wpcf7 form input[type='email'],
    #content .wpcf7 form input[type='number'],
    #content .wpcf7 form input[type='tel'],
    #content .wpcf7 form input[type='url'],
    #content .wpcf7 form textarea {
        padding-left:2%;
        padding-right:2%;
        width:94%;
        max-width:292px;
    }
	
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit]{
	background-color: #0f7394;
	color: #fff;
	padding: 10px 57px;
}
@media only screen and (max-width:700px) {
	/* AIOS Listings */
	
	.aios-listings-page .wrap { /* Add your other main / first-level div classes without the wrap class, e.g.
	.aios-listings-page #content-sidebar, .aios-listings-page #content-full */ 
		min-width:670px;
	}
	a.button{
		width: 40%;
		margin-top: 5px;
	}
} 

ul#ui-id-1 {
	z-index: 9999;
	overflow-y: auto !important;
	height: 100px;
}

#address{
width: 100px;
}

.ihf-main-image .media-object{
width:100%;
}
#sp_rm_listings .sp_rm_listings{
	min-height: 400px;
}
#sp_rm_listings .sp_rm_listings_price{
	margin-bottom: 10px;
	
}
.sp_rm_listings_apply{
	background-color: transparent !important;
}
#slider-range{
	visibility: hidden;
	display: none;
}
.search-row label{
	visibility: hidden;
	display: none;
}
.rm_search_form{
	visibility: hidden;
	display: none;
}

/* Formidable Styling */
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type="submit"], .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {box-shadow: 0 0px 0px #eeeeee;}
.mws-remove-p-tag-bottom-margin p {margin-bottom: 0px;}
@media (max-width: 550px) {.frm_style_formidable-style.with_frm_style .frm_submit button {width: 100% !important;}}
.with_frm_style .vertical_radio .frm_checkbox label, .with_frm_style .vertical_radio .frm_radio label {margin-bottom: 6px; margin-top: 6px;}
.frm_dropzone .frm_small_text {display: none;}
.with_frm_style .frm_inside_container > label {padding: 11px 10px !important;}
.with_frm_style .frm_inside_container.frm_label_float_top > label {margin-top: -12px;}
@media (max-width: 768px) {.frm_forms {padding: 0px;}}
.n2_clear .grecaptcha-badge {display: none;} /* Hides Captcha in slider otherwise it puts it in the slider and it looks bad! */
.n2_clear .frm_style_formidable-style.with_frm_style .frm_submit button {width: 100%; box-shadow: none;}
.n2_clear .with_frm_style .frm_inside_container.frm_label_float_top > label {color: transparent;}
.n2_clear .with_frm_style .frm_required {color: transparent;}
@media (max-width: 768px) {.n2_clear .frm_forms {padding: 0px;}}
/* END - Formidable Styling */











