/*
Theme Name: Bordeaux
Theme URI: http://www.agentimage.com
Description: This theme is created by AgentImage
Author: The Design People
Author URI: http://www.agentimage.com
Version: 1.0
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com

Template: agentpro

*/

/***** 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: 100%;
	font: inherit;
	vertical-align: baseline;
}

html,body { 
	-webkit-text-size-adjust: none; 
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
.home { line-height: 0; }
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

area,
img,
map {
	outline:none;
}

/* Helpers */

.clearfix,
.clear {
	clear:both;
}

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/***** THEME CSS Replace with your skin styles *****/

body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	background: #FFF;
	color: #545454;
	font-weight: 400;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

a:link, a:visited{
	text-decoration: none; 
	color: #545454;
}

a:hover{
	color: #5f5f5f;
}

.outer {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 15px;
}
.inner{
	max-width: 1140px;
	width: 100%;	
	margin:0 auto;
}

.wrapper-all {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	clear: both;
	text-align: center;
	padding: 0 15px;
}

/* Header Area */

.header-bg {
	width: 100%;
}
.bg-actual {
    position: relative;
    z-index: 2;
}
.bg-left {
    background: #5f5f5f;
    display: block;
    position: absolute;
    width: 0;
    z-index: 1;
}

.bg-right {
	background: #6a6a6a;
	display: block;
    position: absolute;
    right: 0;
    width: 0;
    z-index: 1;
}
.header-wrap {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	min-height: 89px;
	background: #6a6a6a;
	}
	.header-title {
		width: auto;
		background: #5f5f5f;
		height: 89px;
		font-family: 'Quattrocento', serif;	
		text-transform: uppercase;
		color: #fff;
		display: table;
		float: left;
		letter-spacing: 1px;
		padding-right: 12px;
		padding-left:12px;
    	line-height: 36px;
		}
		.header-title a {
			color: #fff;
			text-decoration: none;
			display: table-cell;
			vertical-align: middle;
		}
		.header-title span,
		.header-title h1 {
		 	font-size: 32px;
		 	font-weight: 800;
		 }

	 .header-subtitle {
	 	height: 89px;
	 	display: table;
	 	padding-left: 35px;
	 	float: left;
   		line-height: 18px;
		 }
		 .header-subtitle h2 {
		 	font-size: 13px;
		 	text-transform: uppercase;
		 	color: #ffffff;
		 	font-weight: 500;
		 	display: table-cell;
		 	vertical-align: middle;
		 	letter-spacing: 3px;
		 }

	.header-logo {
		float: right;
		height: 89px;
		display: table;
		width: auto;
		}
		.header-logo span, .header-logo a {
			display: table-cell;
			vertical-align: middle;
		}
		.header-logo span.header-logo-mask {
			display:block;
			max-height:89px;
			position:relative;
			overflow:hidden;
		}
		.header-logo span.header-logo-mask img {
			max-width:100px;
			display:block;
		}

/* Navigation */

.nav-wrap {
	width: 100%;
	line-height: 48px;
	background: #990000;
	z-index: 999;
	position: relative;
}
.navigation{ /* enclosing div for main nav */
	margin: 0 auto;
	max-width: 1140px;
	width: 100%;
}

.menu-main-container:after{ /* do not delete, clears floats from navs */
	content: "";
    display: table;
    clear: both;
}

.menu-main-container:after{ /* do not delete, clears floats from navs */
	content: "";
    display: table;
    clear: both;
}
#nav {
	width:100%;
	text-align: center;
	position:relative;
	z-index: 2;
	}

#nav > li {
	display:inline-block;	
	position:relative;
	padding: 0 1.7%;
}

#nav > li > a {
	color: #f0f0f0;
	font-size: 13px;
	font-weight: 500;
	line-height: 48px;	
	padding: 0 17px;
	width: auto;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 4px;
}

#nav > li:hover > a  {
	color: #f0f0f0;
	background: url(images/white_dot.jpg) repeat-x bottom;
}

/* SUBMENU */

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: #990000;
    display: none;
    padding: 0;
    position: absolute;
    width: inherit;
	min-width: 100%;
	left: 0;
	z-index: 9;
}
#nav .sub-menu a {
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: 13px;
    min-height: 12px;
    padding: 5px 10px;
    line-height: 20px;
    text-align: center;
    font-weight: 500;
}
#nav .sub-menu a:hover {
	color: #fff;
	background: #770303;
    font-weight: 500;
}

#nav .sub-menu .sub-menu {
    margin-left: 100%;
    margin-top: -27px;
}
#nav li:hover > .sub-menu {
    display: block;
}
#nav .sub-menu li {
    position: relative;
}

/* Side buttons */

.side-buttons {
	position:absolute;
	top: 197px;
	right:0;
	z-index: 9;
	width: 271px;
	overflow:hidden;
}

.side-buttons > li {
	margin-bottom:1px;
	position:relative;
	width: 271px;
}

.side-buttons > li > a {
	width: 51px;
	height: 51px;
	display:block;
	background:#990000;
	position:relative;
	overflow:hidden;
	text-indent:-999;
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
	z-index:2;
	float:right;
}

.side-buttons > li.side-phone > a { background-image:url("images/icon-mobile.png"); }
.side-buttons > li.side-email > a { background-image:url("images/icon-emai.png"); }

.side-buttons .side-popup {
	background:url("images/sidebtn-bg.png");
	position:absolute;
	margin-right:51px;
	width:190px;
	top:0;
	right:0;
	height: 51px;
	color:#fff;
	z-index:1;
}

.side-buttons .side-popup a {
	color:#fff;
}

/* Side phone */

.side-phone .side-popup {
	padding: 0 0 0 13px;
	line-height: 51px;
	text-transform:uppercase;
}

.side-phone .side-popup .side-phone-name {
	font-size: 25px;
	font-family: 'Brawler', serif;
}

.side-phone .side-popup .side-phone-contact {
	
}

/* Side email */

.side-email .side-popup a {
	display:block;
	padding: 0 0 0 13px;
	display:block;
	font-family: 'Brawler', serif;
	font-size: 13px;
	line-height: 51px;
}

.side-email .side-popup a:hover {
	text-decoration: underline;
}


/* Slideshow Area */

.hpslide {
	width: 100%;
	position: relative;
	}

/* Slideshow photos */

.slideshow-photos {
	position:relative;
	overflow:hidden;
	z-index:1;
	width: 100%;
}

.slideshow-photos .slide img {
	position:relative;
	z-index:1;
}

.slideshow-photos .slide-caption {
	position:absolute;
	z-index:2;
	bottom: 57px;
	left:0;
	text-align:center;
	width: 100%;
}

.slideshow-photos .slide-caption .slide-caption-box {
	display:inline-block;
	padding: 0;
	color:#fff;
	font-size: 25px;
	line-height: 57px;
	font-weight:300;
	text-shadow:#151517 1px 1px;
	background:url("images/slide-caption-bg.png");
	width: 100%;
	letter-spacing: 3px;
}

.slideshow-left-arrow {
	background:url("images/arrow-left.png") no-repeat;
	width:37px;
	height:123px;
	position:absolute;
	top: 36%;
	left:4%;
	z-index:2;
	cursor:pointer;
}

.slideshow-right-arrow {
	background:url("images/arrow-right.png") no-repeat;
	width:37px;
	height:123px;
	position:absolute;
	top:36%;
	right:4%;
	z-index:2;
	cursor:pointer;
}

.hp-slide-large .slideshow-left-arrow, .hp-slide-large .slideshow-right-arrow, 
.hp-slide-medium .slideshow-left-arrow, .hp-slide-medium .slideshow-right-arrow, {
	margin-top: 0px !important;
} 

.hp-slide-large, .hp-slide-large .slideshow-photos, .hp-slide-large .cycle-slide img {
	height: 700px !important;
	}
.hp-slide-medium, .hp-slide-medium .slideshow-photos, .hp-slide-medium .cycle-slide img {
	height: 650px !important;
}

	
/* Welcome Area */

.welcome-bg {
	width: 100%;
	background: #191919;
	padding-bottom: 35px;
	display: inline-block;	
	}
	.welcome-bg-top {
		background: #000;
		opacity: 0.9;
		position: absolute;
		height: 57px;
		width: 100%; 
		margin-top: -57px;
		z-index: 1;
	}
	.welcome-triangle {
		border-top: 1px solid #990000;
		max-width: 420px;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.welcome-triangle span {
		width: 0; 
		height: 0; 
		border-left: 5px solid transparent; 
		border-right: 5px solid transparent; 
		border-top: 6px solid #990000;
		display: inline-block;
		top: -6px;
		position: relative;
	}
	
.welcome-text {
		color: #9b9b9b;
		font-size: 14px;
		font-weight: 300;
		margin-top: -70px;
		position: relative;
		z-index: 2;
		text-align: center;
		line-height: 25px;

	}
	.welcome-text .widget-title {
		font-family: 'Brawler', serif;
		color: #ffffff;
		font-size: 18px;
		text-transform: uppercase;
		width: auto;
		display: inline-block;
		text-align: center;
		line-height: 57px;
		width: 100%;
		letter-spacing: 3px;
		margin-bottom: 30px;
	}

/* Featured Property Area */

.wrap-widget-top {
	padding-top: 50px;
	text-align: center;
	display: block;
}

.hpwidget1 {
	max-width: 360px;
	width: 31.58%;
	font-size: 14px;
	float: left;
	border-bottom: 1px solid #e5e5e6;
	text-transform: uppercase;
	color: #7f7f7f;
	letter-spacing: 2px;
	min-height: 353px;
	margin-bottom: 39px;
	line-height: 20px;
	}	
.hpwidget1 a{
	color: #7f7f7f;
}
	.hpwidget1 .widget-title {
		border-top: 1px solid #e8b2b2;
		border-bottom: 1px solid #e8b2b2; 
		line-height: 51px;
		font-size: 17px;
		color: #990000;
		font-family: 'Brawler', serif;
		letter-spacing: 3px;
		}

	.hpwidget1 img {
		max-width: 360px;
		width: 100%;
		max-height: 200px;
		height: auto;
		display: block;
		margin: 9px 0 30px 0;
	}
	.hpwidget1 span {
		font-size: 15;
		font-weight: 800;
		display: block;
	}

/* Quick Search Area */

.hpwidget2 {
	max-width: 360px;
	width: 31.58%;
	font-size: 14px;
	display: inline-block;
	}
	.hpw2-arrow {
		width: 0; 
		height: 0; 
		border-left: 5px solid transparent; 
		border-right: 5px solid transparent; 
		border-top: 6px solid #4c4c4c;
		display: inline-block;
		margin-top: 53px;
		position: absolute;
	}
	.hpwidget2 .widget-title {
		line-height: 53px;
		font-size: 17px;
		color: #fff;
		font-family: 'Brawler', serif;
		background: #4c4c4c;
		letter-spacing: 3px;
		text-transform: uppercase;
		margin-bottom: 9px;
		} 

.qs-details {
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}
	.qs-details .custom-select {
		width: 100%;
		max-width: 100%;
		height: 43px;
		margin-bottom:-43px;
		background: #cccccc;
		color: #4c4c4c;
		font-weight: 300;
		font-family: 'Roboto', sans-serif;
		text-transform: uppercase;
		border: 0;		
		text-indent: 5px;
		letter-spacing: 1px;
		font-size: 12px;
		padding: 3px;
	}
	.qs-details .custom-select option {
		padding: 7px;
	}
	.qs-details .custom-select-display {
		width:100%;
		height: 43px;
		max-width: 100%;
		padding: 0 13px;
		background: #cccccc;
		color: #4c4c4c;
		position:relative;
		z-index:1;
		line-height: 43px;
		font-size: 12px;
		font-weight: 300;
		font-family: 'Roboto', sans-serif;
		text-transform:uppercase;
		letter-spacing: 1px;
		box-sizing:border-box;
		border: none;
	}
	.qs-details .qsleft {
		width: 48.5%;
		float: left;
		margin-bottom: 10px;
	}
	.qs-details .qsright {
		width: 48.5%;
		float: right;
		margin-bottom: 10px;
	}
	.qs-details .one-liner {
		float: left;
		width: 100%;
	}


	.qs-details input.qs-submit {
		width: 100%;
		line-height: 43px;
		cursor: pointer;
		background: #4c4c4c;
		text-align: center;
		font-size: 16px;
		font-weight: 800;
		text-transform: uppercase;
		letter-spacing: 3px;
		display: block;
		font-family: 'Roboto', sans-serif;
		color: #fff;
		border: 0;
		display: inline-block;
		-webkit-appearance: none;
	}
	.qs-details input.qs-submit:hover {
		background: #b40001;
	}
	a.qs-button {
		width: 100%;
		line-height: 30px;
		text-align: center;
		text-transform: uppercase;
		color: #7f7f7f;
		font-weight: 500;
		letter-spacing: 1px;
	}
	a.qs-button:hover {
		text-decoration: underline;
	}


/* Featured Community Area */

.hpwidget3 {
	max-width: 360px;
	width: 31.58%;
	font-size: 14px;
	float: right;
	border-bottom: 1px solid #e5e5e6;
	text-transform: uppercase;
	color: #7f7f7f;
	letter-spacing: 2px;
	min-height: 353px;
	margin-bottom: 39px;
	line-height: 20px;
	}
	.hpwidget3 .widget-title {
		border-top: 1px solid #e8b2b2;
		border-bottom: 1px solid #e8b2b2; 
		line-height: 51px;
		font-size: 17px;
		color: #990000;
		font-family: 'Brawler', serif;
		letter-spacing: 3px;
		text-transform: uppercase;
		}
	.hpwidget3 a {
		color: #7f7f7f;
		letter-spacing: 1px;
		font-weight: 500;
		font-size: 12px;
	}
	.hpwidget3 img {
		max-width: 360px;
		width: 100%;
		height: auto;
		display: block;
		margin: 9px 0 30px 0;
	}
	.hpwidget3 span {
		font-size: 15;
		font-weight: 800;
		display: block;
	}

/* CTA Area*/

.cta-bg {
	width: 100%;
	background: #dedfdb;
	padding-bottom: 47px;
	padding-top: 44px;
	display: inline-block; 	
	}

.hpwidget4 {
	text-align: center;
	}
	a.ctabtn {
		max-width: 360px;
		width: 31.58%;
		display: inline-block;
		background: #b40101;
		padding: 15px 18px; 
	}
	a.ctabtn:hover {
		background: #4c4c4c;
	}
	
	a.ctabtn span {
		max-width: 325px;
		width: 100%;
		line-height: 49px;
		height: 49px;
		border-top: 1px solid #c74141;
		border-bottom: 1px solid #c74141;
		display: inline-block;
		font-size: 17px;
		color: #fff;
		text-transform: uppercase;
		font-family: 'Brawler', serif;
		letter-spacing: 2px;
	}
	a.ctabtn:hover span {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	a.ctabtn:first-child {
		float: left;
	}
	a.ctabtn:first-child + a.ctabtn + a.ctabtn {
		float: right;
	}

	.sidebar a.ctabtn {
		width: 100%;
		max-width: 360px;
		display: inline-block;
		margin: 5px 0;
		text-align: center;
	}

/* Testimonials Area*/

.bottom-widget-bg {
	width: 100%;
	background: #6a6a6a;
	border-top: 1px solid #b3b3b1;
	display: inline-block;
}

.hpwidget5 {
	font-size: 13px;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 20px;	
	float: left;
	font-weight: 300;
	max-width: 360px;
	width: 31.57%;
	}	
	.hpwidget5 .widget-title {
		font-size: 18px;
		letter-spacing: 2px;
		font-weight: 300;
		text-transform: uppercase;
		margin: 43px 0 30px 0;
		text-align: center;
		}
	#testislider {
		float: left;
		width: 100%;
		overflow: visible;
	}
	.testi-wrap {
		padding: 0 20px;
		line-height: 22px;
		float: left;
		width: 100%;
		text-align: center;
	}
	.testi-wrap span {
		display: block;
		margin: 25px 0;
	}
	.testi-arrow {
		width: 62px;
		margin: 0 auto
	}
	a#prev2 {
		float: left;
	}
	a#next2 {
		float: right;
	}
	a.testi-button {
		display: inline-block;
		width: 100%;
		background: #474748;
		line-height: 27px;
		text-align: center;
		color: #fff;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: 500;
		margin: 15px 0 35px 0;
	}


/* Blog Feed Area*/

.hpwidget6 {
	max-width: 360px;
	font-size: 14px;	
	color: #7f7f7f;
	line-height: 20px;
	float: left;
	width: 31.57%;
	margin-left: 2.63%;
	}	
	.hpwidget6 .widget-title {
		font-size: 18px;
		letter-spacing: 2px;
		font-weight: 300;
		text-transform: uppercase;
		margin: 43px 0 30px 0;
		text-align: center;
		color: #fff;
		}

	.blogfeed {
		width: 100%;
		text-align: left;
		color: #fff;
		font-size: 12px;
		font-weight: 300;
		line-height: 20px;
		display: block;
		margin-bottom: 25px;
	}
	.blogfeed .blog-title {
		font-size: 14px;
		font-weight: 500;
		display: block;
	}
	.blogfeed a {
		color: #bebebe;
		text-transform: uppercase;
	}

	.subscribe {
		padding-top: 21px;
		border-top: 1px dotted #ababab;
		color: #fff;
	}
	.subscribe span {
		text-transform: uppercase;
		font-size: 14px;
		letter-spacing: 1px;
		display: block;
		margin-bottom: 2px;
		font-weight: 500;
		text-align: left;
	}
	.subscribe input[type="text"] {
		width: 100%;
		height: 27px;
		color: #b3b3b3;
		font-size: 11px;
		margin-bottom: 5px;
		border: 0;
		text-indent: 10px;
		text-transform: uppercase;
	}
	.subscribe input[type="submit"] {
		width: 100%;
		height: 27px;
		line-height: 27px;
		color: #fff;
		background: #474747;
		font-size: 11px;
		text-align: center;
		border: 0;
		font-weight: 500;
		text-transform: uppercase;
		cursor: pointer;
		font-family: 'Roboto', sans-serif;
		letter-spacing: 1px;
		-webkit-appearance: none;
	}
	

/* Contact Area*/
.hpwidget7 {
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;	
	width: 31.57%;
	max-width: 360px;
	float: right;
	text-align: center;
	}	
	.hpwidget7 .widget-title {
		border-bottom: 1px solid #939393; 
		font-size: 24px;
		color: #fff;
		font-family: 'Brawler', serif;
		letter-spacing: 3px;
		padding-top: 50px;
		padding-bottom: 14px;
		width: 87.17%;
		margin: 0 auto 22px;
		text-transform: uppercase;
		}
	.hpwidget7 .hp-agent {
		width: 114px;
		height: 114px;
		display: block;
		margin: 0 auto 27px;

	}
	.hpcontact {
		color: #fff;
		font-weight: 300;
		font-size: 12px;	
	}
	.hpcontact a {
		color: #fff;
	}
	.hpcontact span.phone {
		font-size: 26px;
		font-family: 'Brawler', serif;
		display: block;
		margin-bottom: 10px;
		}
	.hpcontact span.email {
		font-size: 15px;
		font-family: 'Brawler', serif;
		display: block;
		margin-bottom: 20px;
		}
	.socmedia {
		width: 100%;
		text-align: center;
		margin-top: 10px;
		display: block;
	}
	.socmedia a {
		display: inline-block;
		margin: 0 7px;
	}

	.ipcontact-wrap {
		font-size: 14px;
		line-height: 20px;
		text-align: center;	
	}
	.ipcontact-wrap .widget-title {
		border-bottom: 1px solid #939393; 
		font-size: 24px;
		font-family: 'Brawler', serif;
		letter-spacing: 3px;
		padding-bottom: 14px;
		margin: 0 auto 22px;
		text-transform: uppercase;
		}
	.ipcontact-wrap .hp-agent {
		width: 114px;
		height: 114px;
		display: block;
		margin: 0 auto 27px;

	}
	.ipcontact {
		color: #555555;
		font-weight: 300;
		font-size: 12px;	
	}
	.ipcontact a {
		color: #555555;
	}
	.ipcontact span.phone {
		font-size: 26px;
		font-family: 'Brawler', serif;
		display: block;
		margin-bottom: 10px;
		}
	.ipcontact span.email {
		font-size: 15px;
		font-family: 'Brawler', serif;
		display: block;
		margin-bottom: 20px;
		}

/* Footer Area*/

.footer-wrap {
	clear: both;
	padding: 20px 0;
	background:#333;
	width: 100%;
	float: left;
	margin: 0;
}

.footer {
	color: #adadad;
	font-weight: 500;
	font-size: 11px;
	}
	.footer a {
		color: #adadad;
	}
.footer-left {
	float: left;
	width: 85%;
	line-height: 15px;
	text-align: left;
	}
	.footer-left span {
		display: inline-block;
		width: 100%;
		text-align: left;
		margin-top: 10px;
	} 

.footer-right {
	float: right;
	width: 13%;
}

.copyright {
	display: inline-block;
	width: 100%;
	text-align: left;
}

ul.footernav { /* footer navigation styles */
    padding: 0;
    list-style: none;
    line-height: 1;
    display:inline-block;
} 

ul.footernav a {
	color: #adadad;
} 

ul.footernav a:hover {
}

ul.footernav li {
	padding: 2px 10px;
    float: left;
	display:inline;
	border-left:1px solid #adadad;
	text-transform: uppercase;
}

ul.footernav li:first-child{
	border-left:none;
	padding-left: 0;
}

ul.footernav ul{
	display:none;
}

/* Lead Contact Forms CSS */

.aidefcf-title {
	width: 100%;
	margin-bottom: 30px;
	display: inline-block;
	line-height: 25px;
	}
	.aidefcf-title span {
		font-size: 20px;
		font-weight: bold;
		margin: 0;
		display: block;
	}

.aidefcf-subtitle {
	min-height: 55px;
	line-height: 25px;
	}
	.aidefcf-subtitle span {
		font-size: 20px;
		font-weight: 600;
		margin: 0;
		text-transform: uppercase;
		display: block;
	}

.ai-default-cf7wrap {
	width: 100%;
	}
	.ai-default-cf7wrap p {
		margin: 0 !important;
	}
	.ai-default-cf7wrap input[type="text"], .ai-default-cf7wrap input[type="tel"], .ai-default-cf7wrap input[type="email"], .ai-default-cf7wrap select, .ai-default-cf7wrap textarea {
		width: 100%;
		border: 1px solid #969696;
		margin: 5px 0;
		height: 28px;
		text-indent: 9px;
		padding: 0;
	}
	.ai-default-cf7wrap textarea {
		height: 98px;
		padding-top: 5px;
	}
	.ai-default-cf7wrap select {
		text-indent: 2px;
		font-family: Verdana;
	   	font-size: 11px;
	}
	.ai-default-cf7wrap input[type="submit"] {
		background: #444444;
		line-height: 38px;
		text-align: center;
		font-size: 17px;
		font-weight: 500;
		letter-spacing: 2px;
		cursor: pointer;
		width: 100%;
		border: none;
		color: #fff;
		text-transform: uppercase;
	}

	.ai-default-cf7wrap .custom-select {
		width: 100%;
		max-width: 100%;
		border: 1px solid #969696;
		margin: 5px 0;
		padding: 0;
		height: 28px;
		margin-bottom:-28px;
		text-indent: 9px;
		text-indent: 2px;
		font-family: Verdana;
		text-transform: none;
	   	font-size: 11px;
	}
	.ai-default-cf7wrap .custom-select-display {
		width: 100%;
		max-width: 100%;
		border: 1px solid #969696;
		padding: 0 10px;
		height: 28px;
		line-height: 28px;
		text-indent: 9px;
		text-indent: 2px;
		font-family: Verdana;
	   	font-size: 11px;
	   	text-transform: none;
	   	margin-bottom: 5px;
	}
	.ai-default-cf7wrap .custom-select option {
		padding: 5px 10px;
	}

	.ai-default-cf7wrap ::-webkit-input-placeholder, .ai-default-cf7wrap ::-webkit-textarea-placeholder {
	   	opacity: 1;
	   	font-family: Verdana;
	   	font-size: 11px;
	}

	.ai-default-cf7wrap :-moz-placeholder { /* Firefox 18- */
	   	opacity: 1;
	   	font-family: Verdana;
	   	font-size: 11px;  
	}

	.ai-default-cf7wrap ::-moz-placeholder {  /* Firefox 19+ */
	   	opacity: 1;
	   	font-family: Verdana;
	   	font-size: 11px;
	}

	.ai-default-cf7wrap :-ms-input-placeholder, .ai-default-cf7wrap :-ms-textarea-placeholder {  
	   	opacity: 1;
	   	font-family: Verdana;
	   	font-size: 11px;
	}

	.aidefcf-capcha {
		border: 1px solid #969696;
		height: 28px;
		width: 100%;
		margin: 5px 0 20px 0;
		display: inline-block;
		position: relative;
	}
		.aidefcf-capcha input.wpcf7-captchar {
			width: 60% !important;
			border: none;
			float: left;
			margin: 0;
			height: 25px;
		}
		.aidefcf-capcha img {
			position: absolute;
			right: 0;
		}

.aidefcf-cl3 {
	text-align: center;
	}
	.aidefcf-cl3 span {
		width: 31.60%;
		display: inline-block;
	}
	.aidefcf-cl3 span:first-child {
		float: left;
	}
	.aidefcf-cl3 span:first-child + span + span {
		float: right;
	}

.aidefcf-cl2 span {
		width: 48.70%;
		float: right;
	}
	.aidefcf-cl2 span:first-child {
		float: left;
	}

.aidefcf-radio {
	display: block;
	width: 100%;
	padding-top: 15px;
	margin-top: 25px;
	border-top: 1px dotted #afafaf;
	}
	.aidefcf-radio span.aicf-radio-title {
		font-size: 16px;
		display: block;
		margin-bottom: 13px;
		}
		.aidefcf-radio .wpcf7-list-item {
			margin-right: 20px;
		}
		.aidefcf-radio .first {
			margin-left: 0;
		}
		.aidefcf-radio input[type="radio"] {
			margin: 0;
		}

.aidefcf-left {
	float: left;
	width: 48.70%;
	display: inline-block;
	}
.aidefcf-right {
	float: right;
	width: 48.70%;
	display: inline-block;
	}

.ai-contact-wrap {
	max-width: 355px;
	width: 100%;	
	}
	.ai-contact-wrap .aidefcf-capcha {
		margin: 5px 0;
		}
	.ai-contact-wrap input[type="submit"] {
		margin-top: 15px;
		}

.ai-contact-wrap span {
	font-size: 25px;
	font-weight: 500;
	}
	.ai-contact-wrap span.context-mob, .ai-contact-wrap span.context-email {
		background: url(images/icon-cfdefmobile-dark.png) no-repeat left center;
		line-height: 30px;
		padding-left: 27px;
		font-size: 18px;
		font-weight: 500;
	}
	.ai-contact-wrap span.context-email {
		background: url(images/icon-cfdefemail-dark.png) no-repeat left center;
	}

div.wpcf7-response-output {
	width: 100%;
	float: left;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	font-size: 10px;
}

/***** End Contact Forms *****/



/***** 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: 0 0 12px 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; line-height: 27px; }
#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, #content-full{
	width: 100%;
	max-width: 1140px;
	margin: 25px auto 0;
}
#content-sidebar:after, #content-full:after{
	content: "";
    display: table;
    clear: both;
}

#content-sidebar #content{ /* content area with sidebar */
	float: left;
	width: 63.15%;
}

#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: 25px;
	font-family: 'Brawler', serif;
	color: #990000;
	text-transform: uppercase;
}

#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;
	text-transform: uppercase;
}

#inner-page-wrapper {
	margin-bottom:30px;
}

/* ARCHIVE */



#content .archive-thumbnail {
	width: 27%;
	float:left;
}

#content .archive-content.archive-has-thumbnail {
	width: 70%;
	float:right;
	line-height: 32px;
}

#content .archive-more {
	text-decoration:underline;
	font-style:italic;
}

#content .post {
	margin-bottom:20px;
	padding-bottom:20px;
}

/* SIDEBAR */

.sidebar{
	float: right;
	width:  31.57%;
	margin: 20px 0 0 0;
}

.sidebar .widget-set { /* div class for each widget group on primary sidebar */
	padding-bottom: 40px;
}

.sidebar .textwidget {
	margin-bottom: 20px;
	}

.widget-set h3.widget-title{ /* style of widget titles */
	display:block;
	background:#333;
	color:#000;
}


/* MISCELLANEOUS WP CLASSES */

.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;
  max-width:100%;
  box-sizing:border-box;
}

.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;
}

.gallery-caption {
	text-align:center;
}

.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+ */
}

.sticky {

}

.bypostauthor {
	font-style:italic;
}

#content .alignleft{
	float:left;
}

#content .alignright{
	float:right;
}

#content .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%;
}

/* Backhomelink */

#backhomelink {
	display:none;
	margin-bottom:20px;
}

/* AIOS Listings */

.aios-listings-page .attachment-post-thumbnail {
	display:none;
}


/* ROadmaps */

.aios-roadmaps span.aios-roadmap-name {
	font-size: 10px !important;
	text-transform: uppercase !important;
}

.aios-roadmaps {
	text-align: center !important;
}




/***** MOBILE STYLES *****/
@media only screen and (max-width: 1040px) {
	#nav > li {
		padding: 0;
	}
}




@media only screen and (min-width: 770px) and (max-width: 980px) {
	.home a.ctabtn span {
		font-size: 12px;
	}
}

@media only screen and (min-width: 977px) and (max-width: 991px) {
	.sidebar a.ctabtn span {
		font-size: 12px;
	}
}



@media only screen and (max-width: 769px) {
	a.ctabtn {
		display: block;
		margin: 5px auto 5px;
		width: 100%;
	}
	a.ctabtn:first-child, a.ctabtn:first-child + a.ctabtn + a.ctabtn {
		float: none;
	}

	.hpwidget1, .hpwidget2, .hpwidget3, .hpwidget5, .hpwidget6, .hpwidget7 {
		width: 90%;
		display: block;
		margin: 0 auto;
		float: none;
	}
	.hpwidget6 {
		max-width: 90%;
	}
	.hpwidget7 {
		margin-top: 20px;
	}
	.bwleft {
		width: 100%;
		display: inline-block;
		float: none;
	}
}

@media only screen and (max-width: 977px) {

	.outer {
		min-width:320px;
	}
	
	.inner {
		width:100%;
	}
	
	.welcome-bg-top {
		position: relative;
		margin-top: 0;
	}
	.slideshow-photos .slide-caption {
		bottom: 0;		
	}
	.hpwidget1, .hpwidget2, .hpwidget3, .hpwidget6, .hpwidget7 {
		padding-bottom: 40px;
	}

	#content-sidebar .sidebar, 
	#content-full .sidebar{		
		display: block;
		float: none;
		width: 100%;
		text-align: center;
	}
	
	#content-sidebar, 
	#content-full, 
	#content-sidebar #content, 
	#content-full #content{
		width:100%;
		padding: 3% 0;
	}
	.sidebar .ctabtn {
		display: block;
		float: none;
		margin: 5px auto 5px;
	}
	.sidebar .ctabtn:first-child, .sidebar .ctabtn:first-child + div + div {
		float: none;
	}
	#content-sidebar #content {
		display: block;
		float: none;
	}
	
	.header-logo span img {
		width: 90%;
		max-width: 100px;
		text-align: center;
	}

	/* Top navigation */

	.nav-wrap {
		display: none;
	}
	
	#nav .sub-menu a {
		padding-left:0;
		padding-right:0;
		width:100%;
	}
	
	#nav .sub-menu,
	#nav > li > .sub-menu {
		position:relative;
		width:100%;
		padding-top:0;
		margin:0 !important;
	}

	.aios-mobile-pack-header-buttons {
		background: #990000 !important;
		color: #fff;
	}
	
	.aios-mobile-pack-navigation .sf-menu li a {
		background: #4c4c4b !important;
		text-transform: uppercase;
		}

	.aios-mobile-pack-navigation .sf-menu li:hover > a, 
	.aios-mobile-pack-navigation .sf-menu li.current-menu-item > a {
		background:#770304;!important;
	}

	.aios-mobile-pack-navigation-trigger {
		background-image: url(images/icon-nav.png) !important;
	}
	.aios-mobile-pack-phone {
		background-image: url(images/icon-phone.png) !important;
		font-size: 0;
	}
	.aios-mobile-pack-email {
		background-image: url(images/icon-email2.png) !important;
	}
	.aios-mobile-pack-wrapper a {
		color: #fff !important;
	}
	.side-buttons {
		display: none;
	}

	/* IHF 1.0 */
	
	.ihf-template .outer {
		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;
	}
	
	/* IHF 2.0 */
	
	#ihf-main-container select[multiple], 
	#ihf-main-container select[size] {
		width:100%;
	}
	
	#ihf-main-container .row {
		margin-left:0 !important;
		margin-right:0 !important;
	}
	
	/* 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 {
        width: 100%;
        max-width: 100%;
    }
	
	/* ARCHIVE */

	#content .archive-thumbnail,
	#content .archive-content.archive-has-thumbnail {
		width:100%;
		float:none;
		
	}
	
	#content .archive-thumbnail,
	#content .archive-content h2 {
		text-align:center;
		margin-left:auto;
		margin-right:auto;
	}

	#content .archive-more {
		text-decoration:underline;
		font-style:italic;
	}

	#main-wrapper {
		margin-top: 47px;
	}
	.welcome-text {
		padding: 0 20px;
	}

	.aidefcf-capcha input.wpcf7-captchar {
			width: 60% !important;
		}
	
	
	.hp-slide-large, .hp-slide-large .slideshow-photos, .hp-slide-large .cycle-slide img {
		height: inherit !important;
	}
	.hp-slide-medium, .hp-slide-medium .slideshow-photos, .hp-slide-medium .cycle-slide img {
		height: inherit !important;
	}


	.aios-listings-property-slideshow + h4 {
	    text-align: center;
	}

	.aios-listings-property-description {
	    overflow: hidden;
	}

	#main-wrapper .footer-wrap {
		text-align: center;
		padding: 10px;
	}

	.footer-left,
	.footer-right {
		width: 100%;
		float: none;
	}

	.copyright {
		text-align: center;
		margin-top: 5px;
	}

	ul.footernav {
		font-size: 0;
		display: block;
		text-align: center;
	}

	ul.footernav li {
		float: none;
		display: inline-block;
	}

	ul.footernav a {
		font-size: 11px;
	}
	.footer-left span {
		text-align: center;
	}

}

@media only screen and (max-width: 680px) {
	.footer-left, .footer-right {
		width: 100%;
		text-align: center;
		display: block;
	}

	.slideshow-left-arrow,
	.slideshow-right-arrow,
	.slideshow-photos .slide-caption .slide-caption-box {
		display:none;
	}
}

@media only screen and (max-width: 760px) {
	.footer-left, .footer-right {
		width: 100%;
		text-align: center;
		display: block;
	}
	.header-wrap {
		display: inline-block;
		min-height: auto;
	}
	.header-title, .header-subtitle, .header-logo  {
		width: 100%;
		height: auto;
		padding: 25px 0;
		text-align: center;
		margin: 0;
		float: none;
	}	
	.header-subtitle, .header-logo {
		padding: 10px 0;
	}
	.header-logo span, .header-logo a {
		 display: inline-block;
	}
}

@media only screen and (max-width: 480px) {
	.aidefcf-left, .aidefcf-right {
		float: none;
		width: 100%;
	}
	.aidefcf-right {
		margin-top: 30px;
	}
	#ihf-main-container .ihf-results-property-info {
		min-width: 0 !important;
	}
	#ihf-main-container .ihf-results-photo {
		width: 90px !important;
		margin-right: 10px !important;
	}
}

@media only screen and (max-width: 410px) {
	.welcome-text .widget-title {
		line-height: 21px;
		margin-top: 13px;
	}
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	font-size: 12px;
}




/* Custom AIOS Listings styles */

.aios-listings-item .aios-listings-item-specs-value,
.aios-listings-property-header .aios-listings-property-name,
.aios-listings-property-header .aios-listings-property-price,
.aios-listings-property-specs .aios-listing-property-spec-value,
.aios-listings-property-specs .aios-listing-property-spec-value a {
	color:#990000;
}

#content .aios-listings-item .aios-listings-item-description,
.aios-listings-item .aios-listings-item-description {
	font-size:13px;
	line-height:1.76;
}

.aios-listings-items-paginator .page-numbers.prev,
.aios-listings-items-paginator .page-numbers.next,
.aios-listings-sorter label {
	color:#000;
}

.aios-listings-sorter select {
	color:#545454;
}

#content .aios-listing-button1:hover,
a.aios-listing-button1:hover,
.aios-listing-button1:hover,
#content .aios-listing-button2:hover,
a.aios-listing-button2:hover,
.aios-listing-button2:hover,
#content .aios-listing-button3:hover,
a.aios-listing-button3:hover,
.aios-listing-button3:hover{
	background:#990000;
}

/* Added By WAD */
.slideshow-photos .cycle-slide, .slideshow-photos .slide img{
	width:100%;
	margin-left:0px !important;
}
.subscribe input[name=unsubscribe], .subscribe label[for=s2email], .subscribe br{
	display: none;
}
.fp-cycle {
	width: 100%;
	float: left;
}
.fp-photo img{
	height:200px;
}

.loading-holder img {
    width: 100px;
    margin: 119px;
}
#breadcrumbs .breadcrumb_last{
	font-weight: bold;
}
#testislider {
    min-height: 236px;
}

.hp-inner-widget {
    float: none !important;
    display: inline-block !important;
    vertical-align: top;
    margin: 0 10px;
}
.sidebar-custom-widgets, .sidebar-custom-widgets div{
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}





/* Nov 4, 2015 */
.aios-listings-navigation-arrows .aios-listings-navigation-arrow-back,
.aios-listings-navigation-arrows .aios-listings-navigation-arrow-next {
	transition:all .25s ease-in-out;
	-webkit-transition:all .25s ease-in-out;
	-moz-transition:all .25s ease-in-out;
}

.aios-listings-navigation-arrows .aios-listings-navigation-arrow-back:hover,
.aios-listings-navigation-arrows .aios-listings-navigation-arrow-next:hover{
	opacity: 0.7;
}

.aios-listings-property-header .aios-listings-property-name {
	font-size: 24px;
}

.aios-listings-container {
	margin-top: 30px;
}

.aios-listings-property-header {
	margin-bottom: 8px!important;
}

#content ul.aios-listings-property-specs, ul.aios-listings-property-specs, .aios-listings-property-specs {
	margin-bottom: 15px!important;
}

h4.aios-listings-property-section-title {
    margin: 10px 0 20px!important;
}

#content ul.aios-listings-property-specs, ul.aios-listings-property-specs, .aios-listings-property-specs {
	text-align: center;
}

#ftb-tab-holder #ftb-tabs {
	width: 100%;
	box-sizing: border-box;
}

/* Global Style for not valid tip */
span.wpcf7-not-valid-tip {
	font-size: 12px;
}

.postmetadata {
	display: none;
}

@media only screen and (max-device-width: 568px) and (min-device-width: 320px) {
	#ftb-tab-holder #ftb-tabs {
		padding: 0;
	}
}

#footer-credit{
	display: inline !important;
}



