/*

Theme Name: bpowers_pending.com

Theme URI: http://www.samplepowersmiami.com

Description: AIOS mobile semi-custom theme.

Author: AgentImage

Author URI: http://www.agentimage.com

Version: 1.2.5

Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post

License: Proprietary

License URI: http://www.agentimage.com

Template: aios-starter-theme

*/



/*



TABLE OF CONTENTS



1. Custom CSS

2.	IP styles

3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css



*/



/*******************************************************

 *

 * 1. Custom CSS

 *

 *******************************************************/



/* Global */



a,
a:hover,
a:active {

	outline: none;

	text-decoration: none;

}



body {

	font-family: 'Lato', sans-serif;

	font-size: 12px;

	background: #FFF;

	color: #000000;

	margin: 0;

}



/** home **/



.stat-h {

	position: fixed !important;

	background: rgba(0, 0, 0, 1) !important;

	-webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.75);

	-moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.75);

	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.75);

	z-index: 9;

}



.ip-container #header {

	position: relative !important;

	z-index: 9;

}



body.home #header {

	position: relative;

	z-index: 9;

}

#header {

	width: 100%;

	padding: 0;

	background: #000;

	clear: both;

	-webkit-transition: all .5s ease;

	-moz-transition: all .5s ease;

	transition: all .5s ease;

}

#header:after {

	clear: both;

	display: block;

	content: '';

}

.h-top {

	width: 100%;

	float: left;

	padding-top: 15px;

}

.title {

	width: 40%;

	float: left;

	text-align: left;

}

.title img {

	width: 100%;

	max-width: 343px;

}

.header-smi {

	width: 60%;

	float: right;

	text-align: right;

}

.header-smi ul {

	width: 100%;

	text-align: right;

	margin: 0;

}

.header-smi ul li {

	display: inline-block;

	vertical-align: middle;

	text-align: left;

	margin-right: 14px;

}



.header-smi ul li.last {

	margin-right: 0;

}



.header-smi ul li .h-photo {

	display: block;

	float: left;

	width: 38px;

	height: 38px;

	border-radius: 50%;

	border: 1px solid #fff;

	overflow: hidden;

	text-align: center;

	margin-right: 10px;

}

.header-smi ul li .h-photo img {

	width: 100%;

}

.h-details {

	display: block;

	float: left;

	font-size: 12px;

	color: #d4d4d4;

}

.h-details p {

	font-weight: 700;

	font-size: 12px;

	color: #d4d4d4;

	text-transform: uppercase;

}

.h-details span {

	font-size: 7px;

	color: #c7c8c9;

	margin-left: 6px;

}



.h-bottom {

	width: 100%;

	float: left;

	margin-top: 5px;

}

.navigation {
	/* enclosing div for main nav */

	width: 100%;

	float: left;

	margin: 0;

	clear: both;

	position: relative;

}

.menu-main-container:after {
	/* do not delete, clears floats from navs */

	content: "";

	display: table;

	clear: both;

}

#nav {

	width: 100%;

	margin: 0;

	padding: 0;

	text-align: center;

}

#nav li {

	display: inline-block;

	list-style: none;

	/*margin: 0 0 0 8.3631%;*/

	margin: 0 0 0 3.25%;

}

#nav li:first-child {

	margin-left: 0;

}

#nav li a {

	color: #fefefe;

	display: block;

	font-size: 13px;

	text-transform: uppercase;

	font-weight: normal;

	margin: 0;

	text-decoration: none;

	position: relative;

	line-height: 42px;

}

#nav li a:hover,
#nav li a:focus,
#nav li a:active {

	color: #337ab7;

}



#nav li:first-child {

	margin-left: 0;

}

#nav .sub-menu li {

	width: 100%;

	list-style: none;

	margin: 0 auto 1px !important;

	text-align: left;

	position: relative;

}

#nav .sub-menu a {

	background: rgba(0, 17, 38, 0.65);

	color: #ffffff;

	width: 100%;

	height: 40px;

	display: block;

	font-size: 13px;

	margin: 0;

	padding: 0 0 0 20px;

	line-height: 40px;

	position: relative;

}

#nav .sub-menu a:hover {

	background: rgba(51, 122, 183, 0.65);

	color: #ffffff;

	text-decoration: none;

}

#nav .sub-menu {

	list-style: none outside none;

	margin: 0;

	background: none;

	display: none;

	padding: 0;

	position: absolute;

	width: 100%;

	min-width: 180px;

	left: 50%;

	margin-left: -90px;

}

#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 {}



.sll-menu {

	position: absolute;

	width: 370px;

	background: rgba(0, 37, 85, 0.65);

	padding: 0 0 20px;

	display: none;

	margin-left: -185px;

	left: 50%;

}

.sll-menu ul {

	width: 100%;

	margin: 0;

	text-align: center;

}

.sll-menu ul li {

	display: inline-block;

	vertical-align: top;

	width: auto;

	margin: 20px 10px 0 !important;

}

.sll-menu ul li a {

	display: block;

	width: auto !important;

}

.sll-menu ul li:first-child+li {

	padding-top: 18px;

}

.sll-menu ul li:first-child+li+li+li+li {

	float: none;

}

#menu-item-756:hover .sll-menu {

	display: block;

}



/* hp slideshow */

.home .slide {

	width: 100%;

	position: relative;

	z-index: 1;

}

.home .cycloneslider-template-seamless {

	z-index: 1;

	height: auto !important;

}

.qs-area {

	width: 100%;

	position: absolute;

	z-index: 2;

	bottom: 0;

}

.qs-wrap {

	width: 100%;

	position: relative;

}

.qs-wrap h2 {

	position: relative;

	width: 100%;

	text-align: center;

	font-size: 19px;

	color: #ffffff;

	text-transform: uppercase;

	margin: 27px 0 -32px;

	line-height: 1;

	float: left;

	text-shadow: 1px 1px #000;

}

.qs-wrap h2 em {

	font-style: normal;

	display: block;

	width: 68px;

	height: 68px;

	border-radius: 50%;

	border: 6px solid rgba(64, 64, 64, 0.45);

	position: relative;

	margin: 15px auto 0;

	cursor: pointer;

}

.qs-wrap h2 em span {

	font-size: 32px;

	color: #ffffff;

	display: block;

	width: 100%;

	height: 100%;

	position: absolute;

	line-height: 53px;

	background: #002a5c;

	border-radius: 50%;

	-webkit-transition: all 0.4s ease-in-out;

	-moz-transition: all 0.4s ease-in-out;

	-o-transition: all 0.4s ease-in-out;

	-ms-transition: all 0.4s ease-in-out;

	transition: all 0.4s ease-in-out;

}



.qs-wrap h2 em span::before {

	-webkit-transition: all 0.4s ease-in-out;

	-moz-transition: all 0.4s ease-in-out;

	-o-transition: all 0.4s ease-in-out;

	-ms-transition: all 0.4s ease-in-out;

	transition: all 0.4s ease-in-out;

}



.qs-wrap h2 em:hover span {

	background: #fff;

}



.qs-wrap h2 em:hover span::before {

	color: #002a5c;

}



.hp-quicksearch {

	width: 100%;

	float: left;

	display: none;

	padding: 24px 40px 24px 24px;

	background: rgba(17, 17, 17, 0.65);

}

.hp-quicksearch h3 {

	float: left;

	font-weight: 300;

	font-size: 24px;

	color: #ffffff;

	text-align: left;

	text-transform: uppercase;

	line-height: 1;

	margin: 0 40px 0 0;

}

.hp-quicksearch h3 span {

	display: block;

	font-weight: 400;

}



.hp-quicksearch form {

	padding-top: 8px;

}



.hp-quicksearch select {

	float: left;

	border: 1px solid rgba(255, 255, 255, 0.65);

	background: url(images/qs-down.png) right center no-repeat;

	font-size: 12px;

	color: #dbdbdb;

	text-transform: uppercase;

	text-indent: 10px;

	line-height: 31px;

	padding: 0;

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;

	margin-left: 1px;

}

.select2 {

	width: 156px;

	height: 31px;

}

.select3 {

	width: 117px;

	height: 31px;

}

input.search {

	display: block;

	float: right;

	width: 117px;

	height: 31px;

	font-size: 12px;

	color: #ffffff;

	text-align: center;

	text-transform: uppercase;

	line-height: 31px;

	background: #002a5c;

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;

	border: none;

	border-radius: 0;

	padding: 0;

}

a.asearch {

	display: block;

	float: right;

	width: 117px;

	height: 31px;

	font-size: 12px;

	color: #090909;

	text-align: center;

	text-transform: uppercase;

	line-height: 31px;

	background: #fff;

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;

	margin-left: 1px;

}



.widget_top {

	background: #fff;

	width: 100%;

	float: left;

	height: auto;

	margin: 0 auto;

	position: relative;

}

.home_widget1 {

	width: 100%;

	float: left;

	margin: 0;

	padding-top: 88px;

	text-align: center;

}

ul.cta-wrap {

	width: 100%;

	float: left;

	margin: 0;

	text-align: center;

}

ul.cta-wrap li {

	display: inline-block;

	vertical-align: top;

	width: 31.5789%;

	padding: 10px 0;

}

ul.cta-wrap li:first-child+li {

	width: 34.0350%;

	border-left: 1px solid #434343;

	/*border-right: 1px solid #434343;*/

	margin: 0 13px;

}

.c-icon {

	display: block;

	margin: 0 auto;

	width: 100px;

	height: 100px;

	border-radius: 50%;

	border: 2px solid #343434;

	position: relative;

	-webkit-transition: all .5s ease;

	-moz-transition: all .5s ease;

	transition: all .5s ease;

}

.c-icon:before {

	content: "";

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	-webkit-transition: all .5s ease;

	-moz-transition: all .5s ease;

	transition: all .5s ease;

}

ul.cta-wrap li:first-child .c-icon:before {

	background: url(images/c1.png) center center no-repeat;

}

ul.cta-wrap li:first-child+li .c-icon:before {

	background: url(images/c2.png) center center no-repeat;

}

ul.cta-wrap li:first-child+li+li .c-icon:before {

	background: url(images/c3.png) center center no-repeat;

}



.c-icon:after {

	content: "";

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	-webkit-transition: all .5s ease;

	-moz-transition: all .5s ease;

	transition: all .5s ease;

	opacity: 0;

}

ul.cta-wrap li:first-child .c-icon:after {

	background: url(images/c1-hov.png) center center no-repeat;

}

ul.cta-wrap li:first-child+li .c-icon:after {

	background: url(images/c2-hov.png) center center no-repeat;

}

ul.cta-wrap li:first-child+li+li .c-icon:after {

	background: url(images/c3-hov.png) center center no-repeat;

}

ul.cta-wrap li:hover .c-icon:before {

	opacity: 0;

}

ul.cta-wrap li:hover .c-icon:after {

	opacity: 1;

}

ul.cta-wrap li:hover .c-icon {

	border: 2px solid #002a5c;

}

ul.cta-wrap li h3 {

	margin-top: 18px;

	font-size: 24px;

	color: #323232;

	text-transform: uppercase;

	line-height: 1;

	-webkit-transition: all .5s ease;

	-moz-transition: all .5s ease;

	transition: all .5s ease;

}

ul.cta-wrap li h3 span {

	display: block;

	font: 400 14px 'Droid Serif', serif;

	text-transform: none;

	font-style: italic;

}

ul.cta-wrap li:hover h3 {

	color: #002a5c;

	text-decoration: none;

	outline: none;

}



#footer {

	width: 100%;

	height: auto;

	background: url(images/footer-bg.jpg) center bottom no-repeat;

	background-size: 100% 100%;

	float: left;

}



.ip-container .hp-exprop {

	display: none;

}



.ftr-top {

	width: 100%;

	float: left;

	padding-top: 110px;

	text-align: center;

}

.ftr-info {

	width: 100%;

	position: relative;

}

.ftr-info img {

	display: block;

	margin: 0 auto;

}



.ftr_credits p {

	max-width: 720px;

	margin: auto;

}



.fi-box {

	width: 100%;

	text-align: center;

	padding: 26px 0;

	font-size: 16px;

	color: #f2f2f2;

}

.fi-box ul {

	width: 100%;

	margin: 0 auto;

	text-align: center;

	max-width: 900px;

}

.fi-box ul li {

	display: inline-block;

	vertical-align: top;

	margin: 6px 12px;

	font-weight: 300;

}

.fi-box ul li:first-child {

	/*							margin-left: 0;*/

}

.fi-box ul li:first-child+li+li+li+li+li {

	display: block;

}

.fi-box ul.ftr-links a {

	text-transform: capitalize;

}

.fi-box span {

	font-size: 18px;

	color: #f2f2f2;

}

.fi-box a {

	color: #f2f2f2;

}

.fi-box .footer-sm a span {

	font-size: 22px;

	color: #f2f2f2;

	margin: 0 5px;

}

.fi-box ul li:first-child span {

	/*font-size: 12px;*/

}

.fi-box ul li:first-child+li span {

	font-size: 9px;

}

.fi-box ul li:first-child+li+li span {

	font-size: 9px;

}

.fi-box ul li:first-child+li+li+li span {

	font-size: 14px;

}



.hp-fp {

	display: block;

	width: 100%;

	padding: 80px 0 90px;

}



.hp-fp h4 {

	color: #191919;

	font-size: 30px;

	text-transform: uppercase;

	text-align: center;

	line-height: 30px;

	margin-bottom: 25px;

}



.hp-fp h4 span {

	font-weight: 300;

}



.hp-fp li {

	overflow: hidden;

	position: relative;

	cursor: pointer;

	font-size: 0;

	text-align: center;

	background: #000;

}



.hp-fp li>a {

	display: inline-block;

	vertical-align: middle;

	width: 100%;

	height: auto;

	text-decoration: none;

	margin: 0;

	position: relative;

}



.hp-fp li>a img {

	display: block;

	height: auto;

}



.hp-fp li>a .fp-det-holder {

	font-size: 0;

	position: absolute;

	width: 100%;

	height: 100%;

	top: 0;

	z-index: 1;

}



.hp-fp li>a .fp-det-holder:before {

	content: '';

	width: 0%;

	height: 100%;

	display: inline-block;

	vertical-align: middle;

}



.hp-fp li>a .fp-det-holder span {

	opacity: 0;

	border: 1px solid #b0b0b0;

	color: #fff;

	text-transform: uppercase;

	padding: 20px 0;

	margin: 0 auto;

	vertical-align: middle;

	display: inline-block;

	font-size: 14px;

	letter-spacing: 3px;

	font-weight: 400;

	line-height: 14px;

	position: relative;

	z-index: 2;

	width: 90%;

	max-width: 193px;

	transition: all .25s ease-in-out;

	-webkit-transition: all .25s ease-in-out;

	-moz-transition: all .25s ease-in-out;

	-webkit-backface-visibility: hidden;

}



.hp-fp li:hover>a .fp-det-holder span {

	opacity: 1;

}



.hp-fp li img {

	width: -webkit-calc(100% + 60px);

	width: calc(100% + 60px);

	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;

	transition: opacity 0.35s, transform 0.35s;

	-webkit-transform: translate3d(-50px, 0, 0);

	transform: translate3d(-50px, 0, 0);

	opacity: 1;

}



.hp-fp li:hover img {

	opacity: .25;

	-webkit-transform: translate3d(0, 0, 0);

	transform: translate3d(0, 0, 0);

	-webkit-filter: blur(5px);
	/* Chrome, Opera, etc. */

	filter: url('blur.svg#blur');
	/* Older FF and others - http://jordanhollinger.com/media/blur.svg */

	filter: blur(5px);
	/* Firefox 35+, eventually all */

}



.hp-fp .slick-arrow {

	position: absolute;

	width: 48px;

	height: 48px;

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;

	border: none;

	border-radius: 0;

	top: 40%;

	font-size: 0;

	z-index: 6;

}

.hp-fp .slick-prev {

	left: 10px;

	background: url(images/slick-prev.png) center center no-repeat;

}

.hp-fp .slick-next {

	right: 10px;

	background: url(images/slick-next.png) center center no-repeat;

}



/*** welcome text ***/



.hp-welcome {

	display: block;

	width: 100%;

	padding-bottom: 75px;

}



.hp-welcome .welcome-wrap {

	width: 88%;

	margin: 0 auto;

}



.hp-welcome .hp-welcome-left {

	display: inline-block;

	width: 35.7%;

}



.hp-welcome .hp-welcome-left img {

	margin-bottom: 5px;

}



.hp-welcome .hp-welcome-left ul {

	border-bottom: 1px solid #333;

	display: inline-block;

	width: 100%;

	padding-bottom: 5px;

}





.hp-welcome .hp-welcome-left li {

	color: #333;

	font-size: 14px;

	width: 50%;

	float: left;

	line-height: 22px;

	list-style-type: none;

}



.hp-welcome .hp-welcome-left li a {
	color: #333;
	text-decoration: none;
	letter-spacing: -.5px;
}



.hp-welcome .hp-welcome-left li span {

	font-weight: 700;

	display: block;

	text-transform: uppercase;

}



.hp-welcome .hp-welcome-left p {

	margin-top: 10px;

	text-align: center;

	width: 100%;

	color: #333;

	font-weight: 700;

	text-transform: uppercase;

	line-height: 29px;

}



.hp-welcome .hp-welcome-left p a {

	width: 29px;

	height: 29px;

	background: #333;

	color: #fff;

	line-height: 29px;

	display: inline-block;

	margin: 0 1px;

	border-radius: 50%;

	font-size: 16px;

}



.hp-welcome .hp-welcome-left p span {

	margin-right: 10px;

	display: inline-block;

}





.hp-welcome .hp-welcome-right {

	font-size: 14px;

	color: #636363;

	font-weight: 300;

	line-height: 24px;

	float: right;

	width: 60.3%;

}



.hp-welcome .hp-welcome-right span.welcome {

	color: #636363;

	font-size: 18px;

	line-height: 18px;

	font-style: italic;

	font-family: "Times New Roman", Times, serif;

	display: block;

	margin-bottom: 15px;

}



.hp-welcome .hp-welcome-right span.divider {

	margin-top: 45px;

	display: block;

	width: 100%;

	height: 1px;

	background: #545454;

}



.hp-welcome .hp-welcome-right p {

	margin-top: 40px;

}



.hp-welcome .hp-welcome-right a.welc-link-bottom {

	text-decoration: none;

}



.hp-welcome .hp-welcome-right h4 {

	color: #191919;

	font-size: 25px;

	text-align: center;

	line-height: 30px;

	margin-top: 15px;

	font-weight: bold;

	letter-spacing: -1px;

}



/*** exceptional properties ***/



.hp-exprop {

	display: block;

	padding-top: 60px;

}



.hp-exprop h4 {

	color: #fff;

	font-size: 30px;

	text-transform: uppercase;

	text-align: center;

	line-height: 30px;

	margin-bottom: 25px;

}



.hp-exprop h4 span {

	font-weight: 300;

	color: #ccc;

}



.hp-exprop li {

	position: relative;

	cursor: pointer;

	font-size: 0;

	text-align: center;

}



.hp-exprop li>a {

	display: inline-block;

	vertical-align: middle;

	width: 100%;

	height: auto;

	text-decoration: none;

	margin: 0;

	position: relative;

	background: #000;

}



.hp-exprop li .border {

	position: absolute;

	width: 94%;

	height: 90%;

	top: 5%;

	left: 3%;

	border: 1px solid rgba(255, 255, 255, .45);

	opacity: 0;

	transition: all .25s ease-in-out;

	-webkit-transition: all .25s ease-in-out;

	-moz-transition: all .25s ease-in-out;

	-webkit-backface-visibility: hidden;

}



.hp-exprop li:hover .border {

	opacity: 1;

}



.hp-exprop li>a img {

	display: block;

	height: auto;

	transition: all .25s ease-in-out;

	-webkit-transition: all .25s ease-in-out;

	-moz-transition: all .25s ease-in-out;

	-webkit-backface-visibility: hidden;

}



.hp-exprop li:hover>a img {

	opacity: .7;

}



.hp-exprop li>a .fp-title {

	font-size: 0;

	position: absolute;

	width: 100%;

	height: 100%;

	top: 0;

	z-index: 1;

	padding-top: 25px;

}



.hp-exprop li>a .fp-title:before {

	content: '';

	width: 0%;

	height: 100%;

	display: inline-block;

	vertical-align: middle;

}



.hp-exprop li>a .fp-title span {

	color: #fff;

	text-transform: uppercase;

	padding: 0;

	margin: 0;

	vertical-align: middle;

	display: inline-block;

	font-size: 50px;

	font-weight: 300;

	line-height: 40px;

	position: relative;

	z-index: 2;

	width: 100%;

	text-shadow: 0 0 10px rgba(0, 0, 0, .6), 0 0 20px rgba(0, 0, 0, .6), 0 0 30px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .8), 0 0 70px rgba(0, 0, 0, .8), 0 0 80px rgba(0, 0, 0, .8), 0 0 100px rgba(0, 0, 0, .8), 0 0 150px rgba(0, 0, 0, .8);

}



.hp-exprop li>a .fp-title span:after {

	content: 'View Communities';

	transition: all .25s ease-in-out;

	-webkit-transition: all .25s ease-in-out;

	-moz-transition: all .25s ease-in-out;

	-webkit-backface-visibility: hidden;

	text-shadow: 1px 1px 2px rgba(0, 0, 0, .7);

	display: block;

	padding: 13px 15px;

	font-size: 16px;

	line-height: 16px;

	text-align: center;

	text-transform: uppercase;

	background: #002a5c;

	margin: 0 auto 0;

	width: 90%;

	max-width: 225px;

	opacity: 0;

	height: 42px;

}



.hp-exprop li:hover>a .fp-title span:after {

	opacity: 1;

	height: 42px;

	margin-top: 45px;

}





#footer .menu-main_nav-container {

	width: 100%;

	text-align: center;

	float: left;

	margin: 0;

	display: block;

	display: none;

}

#footer .menu-main_nav-container ul {

	padding: 0;

	margin: 0;

}

ul.footernav li {

	padding: 0 10px;

	display: inline-block;

	border-left: 1px solid #f2f2f2;

	height: 11px;

}

ul.footernav a {

	color: #f2f2f2;

	font-size: 13px;

	display: block;

	line-height: 11px;

}

ul.footernav a:hover {}

ul.footernav ul {

	display: none;

}

ul.footernav li:first-child {

	border-left: none;

	padding-left: 0;

}

.ftr_credits {

	width: 100%;

	float: left;

	display: block;

	clear: both;

	text-align: center;

	font-size: 12px;

	color: #7e7e7e;

	line-height: 1.5;

}

.ftr_credits a {

	color: #7e7e7e;

}

.footer-logo {

	width: 100%;

	float: left;

	text-align: center;

	padding: 12px 0 35px;

}

.footer-logo span {

	font-size: 18px;

	color: #9c9c9c;

}



/*******************************************************

 *

 * 2. IP Styles

 *

 *******************************************************/



.page-id-68 .entry img,
.page-id-93 .entry img,
.page-id-78 .entry img,
.page-id-194 .entry img,
.page-id-194 .entry iframe {

	display: block;

	margin: 10px auto;

	float: none;

}

.bwrap {

	width: 100%;

	float: left;

}



/* Adjust minimum height of page area */

#content-sidebar,
#content-full {
	min-height: 500px;
}



/** Adjust width of content columns **/

#content-sidebar #content {
	width: 77.08%;
}

#content-full #content {
	width: 100%;
}



/* Adjust width of sidebar */

.sidebar {
	width: 20.83%;
}



/* Adjust line height of page elements */

#content h4,
aside h4,

#content p,
aside p,

#content blockquote,
aside blockquote,

#content ul,
aside ul,

#content fieldset,
aside fieldset,

#content form,
aside form,

#content ol,
aside ol,

#content dl,
aside dl,

#content dir,
aside dir,

#content menu,
aside menu {
	line-height: 1.7
}



#content .entry {

	color: #191919;

	font-size: 14px;

}



/* Style post/page main headings (h1) */

#content .entry-title {

	color: #191919;

	font-size: 30px;

	text-transform: uppercase;

}



/* Style category/archive/etc main headings (h1) */

#content .archive-title {

	color: #191919;

	font-size: 30px;

	text-transform: uppercase;

}



/* Styles for category/archive/search/etc subheadings (h2) */

#content .archive-subtitle {

	color: #191919;

	font-size: 18px;

	text-transform: uppercase;

}





.sb-quicksearch {

	width: 100%;

	float: left;

	display: block;

	padding: 0 10px 24px;

	background: rgba(17, 17, 17, 1);

	margin: 40px auto 20px;

}

.sb-quicksearch h3 {

	float: left;

	font-weight: 400;

	font-size: 24px;

	color: #ffffff;

	text-align: center;

	text-transform: uppercase;

	line-height: 1;

	margin: 20px 0;

}

.sb-quicksearch h3 span {

	font-weight: 700;

}



.sb-quicksearch form {

	padding-top: 0;

}



.sb-quicksearch select {

	float: left;

	border: 1px solid rgba(255, 255, 255, 0.65);

	background: url(images/qs-down.png) right center no-repeat;

	font-size: 12px;

	color: #dbdbdb;

	text-transform: uppercase;

	text-indent: 10px;

	line-height: 31px;

	padding: 0;

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;

	margin-left: 0;

	margin-bottom: 5px;

}

.sb-quicksearch .select2 {

	width: 100%;

	height: 31px;

}

.sb-quicksearch .select3 {

	width: 49%;

	height: 31px;

}

.sb-quicksearch .rht {

	float: right;

}

.sb-quicksearch input.search {

	display: block;

	width: 100%;

	height: 31px;

	font-size: 12px;

	color: #ffffff;

	text-align: center;

	text-transform: uppercase;

	line-height: 31px;

	background: #002a5c;

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;

	border: none;

	border-radius: 0;

	padding: 0;

}

.sb-quicksearch a.asearch {

	display: block;

	float: right;

	width: 49%;

	height: 31px;

	font-size: 12px;

	color: #090909;

	text-align: center;

	text-transform: uppercase;

	line-height: 31px;

	background: #fff;

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;

	margin-left: 0;

}



/** sidebar cta **/



ul.sb-cta-wrap {

	width: 100%;

	float: left;

	margin: 0;

	text-align: center;

}

ul.sb-cta-wrap li {

	display: inline-block;

	vertical-align: top;

	width: 100%;

	padding: 10px 0;

}

ul.sb-cta-wrap li:first-child+li {

	width: 100%;

	border-top: 1px solid #434343;

	border-bottom: 1px solid #434343;

	margin: 0;

}

ul.sb-cta-wrap .c-icon {

	display: block;

	margin: 0 auto;

	width: 100px;

	height: 100px;

	border-radius: 50%;

	border: 2px solid #343434;

	position: relative;

	-webkit-transition: all .5s ease;

	-moz-transition: all .5s ease;

	transition: all .5s ease;

}

ul.sb-cta-wrap .c-icon:before {

	content: "";

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	-webkit-transition: all .5s ease;

	-moz-transition: all .5s ease;

	transition: all .5s ease;

}

ul.sb-cta-wrap li:first-child .c-icon:before {

	background: url(images/c1.png) center center no-repeat;

}

ul.sb-cta-wrap li:first-child+li .c-icon:before {

	background: url(images/c2.png) center center no-repeat;

}

ul.sb-cta-wrap li:first-child+li+li .c-icon:before {

	background: url(images/c3.png) center center no-repeat;

}



ul.sb-cta-wrap .c-icon:after {

	content: "";

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	-webkit-transition: all .5s ease;

	-moz-transition: all .5s ease;

	transition: all .5s ease;

	opacity: 0;

}

ul.sb-cta-wrap li:first-child .c-icon:after {

	background: url(images/c1-hov.png) center center no-repeat;

}

ul.sb-cta-wrap li:first-child+li .c-icon:after {

	background: url(images/c2-hov.png) center center no-repeat;

}

ul.sb-cta-wrap li:first-child+li+li .c-icon:after {

	background: url(images/c3-hov.png) center center no-repeat;

}

ul.sb-cta-wrap li:hover .c-icon:before {

	opacity: 0;

}

ul.sb-cta-wrap li:hover .c-icon:after {

	opacity: 1;

}

ul.sb-cta-wrap li:hover .c-icon {

	border: 2px solid #002a5c;

}

ul.sb-cta-wrap li h3 {

	margin-top: 18px;

	font-size: 24px;

	color: #323232;

	text-transform: uppercase;

	line-height: 1;

	-webkit-transition: all .5s ease;

	-moz-transition: all .5s ease;

	transition: all .5s ease;

}

ul.sb-cta-wrap li h3 span {

	display: block;

	font: 400 14px 'Droid Serif', serif;

	text-transform: none;

	font-style: italic;

}

ul.sb-cta-wrap li:hover h3 {

	color: #002a5c;

	text-decoration: none;

	outline: none;

}



.hp-quicksearch option,
.sb-quicksearch option {

	color: #343434;

}



/* Listing */

.prop-img-wrap img {

	width: 100%;

}

#dataTables-example_paginate .pagination {

	font-size: 0;

}

#dataTables-example_paginate .pagination li {

	border: 0;

	display: inline-block;

	font-size: 14px;

	padding: 0;

	width: auto;

}



.amh-navigation .amh-menu li:hover>a,
.amh-navigation .amh-menu li.open>a {

	background: #337ab7;

}



.amh-navigation .amh-menu li ul {

	background: #20496d;

}



/*AIOS Listing*/

ul.list li .prop-det .view-details:hover {

	background-color: #002a5c !important;

}



#content .listing-details-wrap .property-details .details-list .det-specs span strong,

#content .property-description .property-add-type strong a,

#content .property-description .property-add-type strong {

	color: #002a5c !important;

}



.prop-location {

	display: none;

}



/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */



.page-id-731 p.list-price {

	display: none;

}



#content .listing-details-wrap .photo-slideshow .photo-list {

	background-size: contain;

	background-repeat: no-repeat;

	background-position: center;

}



#content .listing-details-wrap .photo-slideshow {

	background: #e6e6e6;

}

span.details-price em {

	font-size: 13px;

	font-style: italic !important;

}

p.list-price span em {

	font-size: 13px;

	font-style: italic !important;

}

ul.list li .prop-det p.list-price {

	width: 35% !important;

}





.slideaudio {

	position: absolute;

	z-index: 999;

	bottom: 20px;

	right: 20px;

}





.vol-icn {

	visibility: visible !important;

	width: 40px;

	height: 40px;

	position: relative;

}

.vol-icn button {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	z-index: 999;

	border-radius: 50%;

	display: none;

	background: transparent;

	border: 3px solid #fff;

	color: #fff;

}

.vol-icn button.active {

	display: block;

}

.neigh-slide {

	max-width: 800px;

	margin: 0 auto;

}



.hp-welcome .hp-welcome-left p a.ai-font-tiktok img {

	width: 100%;

	max-width: 16px;

	filter: brightness(0) invert(1);
	margin: 0;

}

ul.footer-sm .ai-font-tiktok img {

	width: 100%;

	max-width: 20px;

	filter: brightness(0) invert(1);

}

ul.footer-sm li a {

	display: inline-block;

}









li#menu-item-1377 a,
li#menu-item-1379 a {

	font: 400 14px 'Droid Serif', serif;

	font-weight: bold;

	letter-spacing: 0.1em;

	text-transform: capitalize;

	font-size: 16px !important;

	font-style: italic;

}









ul.fsfr a {

	font: 400 14px 'Droid Serif', serif;

	font-weight: bold;

	letter-spacing: 0.1em;

	text-transform: capitalize;

	font-size: 20px !important;

	font-style: italic;

	margin-bottom: 6px;

	display: block;

}

ul.fsfr {

	list-style: none !important;

	margin: 0px !important;

	margin-left: 20px !important;

}



.agcta a {

	border: 1px solid #000;

	padding: 7px 16px;

	transition: all 0.3s ease-in-out;

	letter-spacing: 0.1em;

	font-size: 12px;

	font-weight: 600;

}

.agcta {

	display: flex;

	align-items: center;

	justify-content: left;

	flex-flow: row wrap;

	gap: 10px;

	text-transform: uppercase;

}

.agcta a:hover {

	background: #000;

	color: #fff;

}

.page-id-729 .agcta {

	display: none;

}

.con-lis {

	/*max-width: 60%;*/

	/*margin: 0 auto;*/

}

#content .con-lis ul {

	margin-left: 0;

}

.h-details p {

	color: #000;

	margin: 0 !important;

}

.con-lis .h-details,

.con-lis .h-details a {

	color: #000;

}

.con-lis .h-details span {

	color: #000;

}

.con-lis ul li .h-photo {

	display: block;

	float: left;

	width: 38px;

	height: 38px;

	border-radius: 50%;

	border: 1px solid #fff;

	overflow: hidden;

	text-align: center;

	margin-right: 10px;

}

.con-lis ul li .h-photo img {

	width: 100%;

}

.con-lis ul li {

	display: inline-block;

	vertical-align: middle;

	text-align: left;

	margin-right: 14px;

}

.con-lis ul li.last {

	margin-right: 0;

}



.ai-contact-wrap span.context-mob a:hover,

.ai-contact-wrap span.context-email a:hover {

	color: #337ab7;

}