/*
Theme Name: Beaches and Bush
Theme URI: https://www.easypropertylistings.com.au/extensions/locations/
Description: Premium Child theme for iThemes Builder by Easy Property Listings.
Author: Merv Barrett
Author URI: http://www.realestateconnected.com.au/
Version: 1.0.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, theme options, multiple layouts, multiple color schemes
Text Domain: it-l10n-Builder-Air
Domain Path: /lang/
Template: Builder-Air
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700');
@import url('https://fonts.googleapis.com/css?family=Handlee');

/**
#login-modal-wrapper {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
}

.login-modal-container {
position: fixed;
    width: 400px;
    top: 30%;
    left: calc(50% - 200px);
    padding: 30px;
    background: #fff;
}

.login-modal-container > .register-form {
display: none;
}

.login-modal-container > div {
padding-top: 15px;
}

.login-modal-container .close-modal {
font-size: 24px;
line-height: 24px;
float: right;
}

.login-modal-container .login-modal-actions {
margin: 0;
list-style: none;
}

.login-modal-container .login-modal-actions li {
display:inline-block;
font-size: 20px;
padding: 0 15px;
}

.login-modal-container fieldset {
margin: 0;
padding: 15px 0 0 0;
}
**/

ul.epl_ui_tab_menu_wrapper li.epl_ui_tab_menu,
.epl-frontend-submission ul.epl_ui_tab_menu_wrapper li.epl_ui_tab_menu_current,
.epl-frontend-submission .epl_ui_tab_content {
background: #fff !important;
}

ul.epl_ui_tab_menu_wrapper li.epl_ui_tab_menu {
padding: 0.3em 0 !important;
}

.epl-fs-user-listings span > *:not(:first-child) {
    padding-left: 15px;
}

.epl-fs-user-listings .epl-fs-address {
    width: 45%;
}

.epl-fs-user-listings .epl-fs-edit {
    width: 26%;
    text-align: right;
}

.header-mobile-app {
    display: none;
}

@media all and (min-width: 1232px) {
    .header-mobile-app {
        display: block;
    }
}

.header-mobile-app {
    position: absolute;
    top: 15px;
    right: 15px;
}

.header-mobile-app img {
    margin: 0;
    height: 100px !important;
}

.epl-listing-post.type-land .property-type {
    display: none;
}

/*********************************************
	Default font settings and typography.
*********************************************/
html {
	font-size: 100%;
}
body {
	color: #000000;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
 	font-weight: 300;
	line-height: 1.625;
}
input, select, textarea {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
pre, code, tt, kbd {
	font-family: 'andale mono', 'lucida console', monospace;
	font-size: 1em;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, dfn, img, samp, ul, ol, dl {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
a img {
	margin: 0;
}
/*********************************************
	Constrain table and input widths
*********************************************/
table, input, textarea, select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
}
/*********************************************
	Main Background
*********************************************/
body {
	background: #f5f5f5;
}
/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #00aeef;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
a:hover {
	text-decoration: none;
	color: #552448;
}
a:focus {
}
/*********************************************
	Button Link Styles
*********************************************/
.btn,
.button,
.epl-button,
button.epl-button,
.btn-alternate,
.more-link,
input[type="submit"],
input[type="button"],
.comment-reply-link {
	font-weight: normal;
	font-size: inherit;
	cursor: pointer;
	display: inline-block;
	padding: 0.3em 1em;
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
	margin-bottom: 1em;
	line-height: 1.7;
	position: relative;
	background: #00aeef;
	color: #FFFFFF;
	border: none;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn:hover,
.button:hover,
.epl-button:hover,
button.epl-button:hover,
.btn-alternate:hover,
.more-link:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.comment-reply-link:hover {
	background: #000;
	color: #FFFFFF;
}
.btn:hover:after,
#main-menu-handle:hover:after {
	background: #010101;
}
.btn:focus,
#main-menu-handle:focus {
	outline: none;
	color: #FFFFFF;
}

.btn-alternate {
	color: #ffffff;
	font-weight: 800;
	background: #552448;
	border-color: transparent;
}
.btn-alternate:hover {
	color: #ffffff;
	background: #ccc;
}

.more-link {
	display: inline-block;
	float: none;
	margin: 0;
}
.edit-post-link a {
	display: inline-block;
	margin: 1.5em 0 0 0;
	padding: .1em 1em;
	background: #EBEBEB;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
}
.edit-entry-link {
	font-size: 12px;
	background: #dedede;
	border: 1px solid #666;
	border-color: #aaa;
	display: inline-block;
	padding: 0em 1em;
}
.edit-entry-link a {
	color: #111 !important;
}
/*********************************************
	Previous/Next Page Navigation
*********************************************/
.loop-utility {
	font-size: .9em;
	clear: both; /* To clear any floats */
	margin: 0;
}
.loop-utility .alignleft,
.loop-utility .alignright {
	margin: 0;
}
.loop-utility a {
	background: #dcdcdc;
	color: #aaaaaa;
	font-weight: 800;
	text-transform: uppercase;
	margin: 50px 0;
	padding: 12px 20px;
	display: inline-block;
	text-decoration: none;
}
.loop-utility a:hover {
	background: #444333;
	color: #FFFFFF;
	opacity: 1;
}
.builder-module .epl-archive-utility-wrapper {
	margin: 0 5px 2em 3px;
	padding: 0 0 1.2em 0;
	border-bottom: 1px solid #ccc;
}
/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 1em;
	color: #000;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: 1.125em;
}
h6 {
	font-size: 1em;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

hr {
	margin-top: 3em;
	margin-bottom: 3em;
	border: none;
	border-top: 1px solid #dfdfdf;
}
/*********************************************
	Home Square Font
*********************************************/
@font-face {
  font-family: "HomeSquare";
  src: url("fonts/hsq-font.eot");
  src: url("fonts/hsq-font.eot#iefix") format("embedded-opentype"), url("fonts/hsq-font.woff") format("woff"), url("fonts/hsq-font.ttf") format("truetype"), url("fonts/hsq/hsq-font.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="hsq-font-"]:before, [class^="hsq-font-"]:after, [class*=" hsq-font-"]:before, [class*=" hsq-font-"]:after {
  font-family: "HomeSquare";
  font-style: normal;
}

.hsq-font-condo:before, .logo.condo:before {
  content: "\e000"; }

.hsq-font-apartment:before, .logo.apartment:before {
  content: "\e001"; }

.hsq-font-office:before, .logo.office:before {
  content: "\e002"; }

.hsq-font-house:before, .logo.house:before {
  content: "\e003"; }

.hsq-font-villa:before, .logo.villa:before {
  content: "\e004"; }

.hsq-font-house-percent:before {
  content: "\e005"; }

.hsq-font-house-dollar:before {
  content: "\e006"; }

.hsq-font-house-market:before {
  content: "\e007"; }

.hsq-font-house-search:before {
  content: "\e008"; }

.hsq-font-house-deal:before {
  content: "\e009"; }

.hsq-font-assignment:before {
  content: "\e00a"; }

.hsq-font-rural-house:before {
  content: "\e00b"; }

.hsq-font-house-agreement:before {
  content: "\e00c"; }




.hsq-icon-large {
	font-size: 4em;
}
/*********************************************
	Container Div
*********************************************/
.builder-container-outer-wrapper {
	display: block;
	margin: 0 auto;
}
.builder-container {
}
/*********************************************
	Default Module Styling
*********************************************/
.builder-module-background-wrapper {
	background: transparent;
}
.builder-module {
	padding-top: 1em !important;
}
.builder-module-last {
	border-bottom: 0;
}
.builder-module-element {
	margin-bottom: 1em !important;
}
.left .builder-module-element {
	margin-right: 1em;
}
.middle .builder-module-element {
	margin-left: 1em;
	margin-right: 1em;
}
.right .builder-module-element {
	margin-left: 1em;
}

.slider-module-background-wrapper {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.rec-fullwidth-map-block-background-wrapper .builder-module {
	padding-top: 2px !important;
}
/*********************************************
	All Sidebars
*********************************************/
.builder-module-sidebar {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget-background-wrapper {
	margin-bottom: 1em;
}
.builder-module-content .builder-module-sidebar .widget-background-wrapper {
	margin-bottom: 2em;
	margin-top: 5.1em;
}
#builder-layout-598bf5860b265 .builder-module-content .builder-module-sidebar .widget-background-wrapper {
	margin-top: 0;
}
.builder-module-sidebar .widget {
	margin: 0;
	padding: 0;
}
.builder-module-content .builder-module-sidebar .widget {
	background-color: #fff;
    padding: 20px !important;
}
.builder-module-sidebar .widget-wrapper-left .widget {
	margin-right: 1em;
}
.builder-module-sidebar .widget-wrapper-right .widget {
	margin-left: 1em;
}
.builder-module-block-outer-wrapper {
	overflow: visible !important;
}
.builder-module-sidebar h4.widget-title,
.rec-bb-callout h3,
.entry-title-line {
	font-weight: 500;
	color: #000000;
}
.builder-module-sidebar h4.widget-title {
	font-size: 16px;
}
.builder-module-content .builder-module-sidebar h4.widget-title,
.builder-module-content h2.epl-listing-entry-title {
      display: block;
      position: relative;
      line-height: 1;
      font-size: 16px;
      margin: 0 0 0.5em;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
}

.builder-module-content .epl-property-single h2.epl-listing-entry-title {
      overflow: visible;
      text-overflow: none;
      white-space: normal;
}

.builder-module-content .builder-module-sidebar h4.widget-title,
.builder-module-content h2.epl-listing-entry-title {
	padding-bottom: .5em;
	font-size: 1em;
}
.builder-module-sidebar h4.widget-title + * {
	margin-top: 0;
}
.builder-module-sidebar .widget *:first-child {
	margin-top: 0;
}
.builder-module-sidebar .widget *:last-child {
	margin-bottom: 0;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}
.builder-module-sidebar .widget ul {
	margin-left: 0;
}
.builder-module-sidebar .widget li {
	list-style: none;
}
/*********************************************
	Header Module
*********************************************/
.builder-module-header-background-wrapper {
	background: transparent;
}
.builder-module-header .single .builder-module-element,
.builder-module-header .middle .builder-module-element {
	text-align: center;
}
.builder-module-header .widget {

}
.builder-module-header h4.widget-title {

}
.site-title,
.site-title a,
.site-title a:hover,
.site-tagline,
.site-tagline a,
.site-tagline a:hover {
	color: #333333;
	height: auto;
	margin-bottom: 0;
	text-decoration: none;
}
.site-title a:hover,
.site-tagline a:hover {
}
.site-title {
	margin-top: 0;
	font-size: 4em;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -2px;
}
.site-title a {
}
.site-title a:hover {
}
.site-tagline {
	font-weight: 400;
	font-size: 1.3em;
	margin-top: .5em;
	opacity: .5;
}
.site-tagline a {
}
.site-logo {
	float: left;
	margin-bottom: 0;
	padding: 0;
	padding-top: 0;
	font-size: 1em;
}
.site-logo-image {
	float: left;
	margin-top: 0;
}
.site-logo-image img {
    padding-bottom: 0.5em;
}
.logo-tag-line{
	font-family: 'Handlee', cursive;
	font-size: 18px;
	letter-spacing:13.6px;
	color:#fff;
	line-height: normal;
	font-weight:bold;
	padding-top: 8px;
}
/*********************************************
	Navigation Module
*********************************************/
.builder-module-navigation-background-wrapper {
	padding:  0;
	border-bottom: 3px solid #552448;
}
.builder-module-navigation {
	display: block;
	line-height: 2;
	width: 100%;
	padding: 0 !important;
	border: 0;
}
.builder-module-navigation .builder-module-element {
	margin: 0 !important;
}
.builder-module-navigation-menu-wrapper {
	/* display: table; */
	/* margin: 0 auto; */
}
.builder-module-navigation ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.builder-module-navigation ul * {
	margin: 0;
}
.builder-module-navigation li {
	padding: 0.7em 0 0;
}
.builder-module-navigation li a,
.builder-module-navigation .current_page_item li a,
.builder-module-navigation .current-cat li a,
.builder-module-navigation .current-menu-item li a {
	color: #fff;
	background: transparent;
	padding: 0.4em 1em;
	margin: 0;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all .2s ease-in;
    transition: all 0.3s ease 0s;
}
.builder-module-navigation > ul .menu-item-has-children > a:after {
	content: '\f0d7';
	font-family: "FontAwesome";
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
	float: right;
}

.builder-module-navigation li.current-menu-ancestor > a {

}
.builder-module-navigation li.nav-phone-number a {
    background: #552448;
    color: #ffffff;
}
.builder-module-navigation li.nav-phone-number a:hover {
	background: #111111;
	color: #ffffff;
}
.builder-module-navigation .current_page_item a,
.builder-module-navigation .current-cat a,
.builder-module-navigation .current-menu-item a {
	color: #fff;
}

.builder-module-navigation li a:hover {
    background-color: rgba(255,255,255,0.2);
    color: #ffffff;
    position: relative;
}
/* second level stuff */
.builder-module-navigation li a:hover,
.builder-module-navigation .current_page_item li a:hover,
.builder-module-navigation .current-cat li a li a:hover,
.builder-module-navigation .current-menu-item li a:hover {
	color: #ffffff;
}
.builder-module-navigation .current_page_item li a:hover,
.builder-module-navigation .current-cat li a li a:hover,
.builder-module-navigation .current-menu-item li a:hover {

}
.builder-module-navigation li:hover ul {
    opacity: .9;
    transform: scale(1) translateX(-50%);
    visibility: visible;
}
.builder-module-navigation li:hover li a {
    color: #000;
    text-transform: none;
}
.builder-module-navigation li ul {
    width: 14em;
    transform: scale(0.9) translateX(-50%);
    transform-origin: left center 0;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    z-index: 10;
    background: #ffffff;
        -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);

}
.builder-module-navigation li li {
	width: 14em;
	padding-top: 0;
}
.builder-module-navigation li li a,
.builder-module-navigation .current_page_item li a,
.builder-module-navigation .current-cat li a,
.builder-module-navigation .current-menu-item li a {
	font-weight: 400;
	text-transform: none;
	color: #fff;
	float: none;
	padding: .75em;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
    display: block;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
}
.builder-module-navigation li li a:hover,
.builder-module-navigation li li a.sfhover {
	background: #e1e1e1;
    color: #000;
}
.builder-module-navigation li ul ul {
	margin: -2.7em 0 0 14em;
}
.builder-module-navigation li .current_page_item a,
.builder-module-navigation li .current-cat a,
.builder-module-navigation li .current-menu-item a {
	background: #ffffff;
	color: #444;
}


/*********************************************
	HTML Header Module
*********************************************/
.header-html-background-wrapper {
	padding:  0;
	background-color: #0f316a;
	padding: 1.25em 0;
	position: relative;
}
.header-html {
	list-style: none;
	padding-left: 0;
	padding-right: 0;
}
.header-html .builder-module-element {
	margin: 0 !important;
}
.header-html.builder-module {
	padding-top: 0 !important;
}
.header-html {
	border: 0 none;
	display: block;
	line-height: 2;
	padding: 0;
	width: 100%;
}


/* Horizontal Header from Custom Menu Widget */

/* Shrinking Effects */

.shrink #text-3 img {
	height: 50px !important;
	width: auto;
}

.shrink .builder-module-sidebar .widget-background-wrapper {
	margin-bottom: .5em !important;
}

.shrink .builder-module {
	padding-top: .5em !important;
}

.shrink .header-html li a {
	/* padding-bottom: 1.2em; */
}

/* CSS Transitions for Header Items */

#text-3 img,
.shrink #text-3 img
.builder-module-sidebar .widget-background-wrapper,
.builder-module,
.shrink ul#menu-main-menu li a,
.shrink ul#menu-main-menu,
ul#menu-main-menu,
ul#menu-main-menu li a,
ul#menu-main-menu li a:hover {
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}



/*********************************************
	HTML Page Title
*********************************************/
.page-title-html-background-wrapper {
	background: #545273;
	background: -moz-linear-gradient(top,  #545273 0%, #545273 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#545273), color-stop(100%,#545273));
	background: -webkit-linear-gradient(top,  #545273 0%,#545273 100%);
	background: -o-linear-gradient(top,  #545273 0%,#545273 100%);
	background: -ms-linear-gradient(top,  #545273 0%,#545273 100%);
	background: linear-gradient(to bottom,  #545273 0%,#545273 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545273', endColorstr='#545273',GradientType=0 );
}
.page-title-html {
	padding: 5em 0 3em !important;
	color: #a8a6b7;
}
.page-title-html a {
	color: #444333;
}
.page-title-html a:hover {
}
.page-title-html .entry-title {
	background: #ccc;
	display: inline-block;
	padding: 0.3em;
	color: #545273;
	font-weight: 400;
	font-size: 3em
}
.page-title-html h4.widget-title {
	color: #ffffff;
	font-weight: 800;
	font-size: 24px;
	text-transform: uppercase;
}
/*********************************************
	HTML Breadcrumb
*********************************************/
.breadcrumb-html-background-wrapper {

}
.breadcrumb-html {
	padding-top: 0 !important;
}
.slider-module{
	padding-top: 0 !important;
}
/*********************************************
	HTML No Padding Module
*********************************************/
.no-padding-html-background-wrapper{
	background: #f1f1f1;
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #f8f8f8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#f8f8f8));
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#f8f8f8 100%);
	background: -o-linear-gradient(top,  #f1f1f1 0%,#f8f8f8 100%);
	background: -ms-linear-gradient(top,  #f1f1f1 0%,#f8f8f8 100%);
	background: linear-gradient(to bottom,  #f1f1f1 0%,#f8f8f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#f8f8f8',GradientType=0 );
	border-bottom: 2px solid #f1f1f1;
}
.no-padding-html {

}
.no-padding-html.builder-module {
	padding-top: 0 !important;
}
.no-padding-html .builder-module-element{
	margin-bottom: 0 !important;
}
.no-padding-html ul {
	margin: 0;
}
/*********************************************
	Widget Bar Module (Default)
*********************************************/
.builder-module-widget-bar .left .widget {
	margin-right: 1em;
}
.builder-module-widget-bar .middle .widget {
	margin-left: 0.5em;
	margin-right: 0.5em;
}
.builder-module-widget-bar .right .widget {
	margin-left: 1em;
}
/*********************************************
	Widget Bar Module (Action)
*********************************************/
.action-wb-background-wrapper {
	margin-bottom: 1em;
	margin-top: 1em;
}
.action-wb {
	background: #fff;
	border-bottom: 1px solid #ccc;
}
.action-wb h4.widget-title {
	font-size: 24px;
	font-weight: 400;
}
.action-wb .builder-module-sidebar {
	padding: 0 1em 0;
}
/*********************************************
	Widget Bar Module (Full Width)
*********************************************/
.full-width-wb-background-wrapper {
	padding-left: 0 !important;
		padding-right: 0 !important;
}
.full-width-wb-outer-wrapper {
	max-width: 100% !important;
}
.full-width-wb {
	padding-top: 0 !important;

}
/*********************************************
	Widget Bar Module (Search Offset)
*********************************************/
.search-offset-wb-background-wrapper {
	background: white;
}
.search-offset-wb-outer-wrapper {

}

.builder-module .epl-search-forms-wrapper.epl-search-default {
	max-width: 100%;
}


/** Home Slider **/

#builder-module-58b6ab6d43f92-outer-wrapper {
	 -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
}

.search-offset-wb {

}
.search-offset-wb .builder-module-sidebar .widget-background-wrapper {
	margin-bottom: 0;
}
.search-offset-wb .epl-search-form {

}


/*********************************************
	Widget Bar Module (Offers)
*********************************************/
.rec-bb-callout h3 {

}
.offers-wb-background-wrapper {
	margin-bottom: 0;
	margin-top: 0 !important;
	background: #fff;
	/* border-bottom: 1px solid #ccc; */
	padding-top: 4em;
	padding-bottom: 4em;

}
.offers-wb {
	text-align: center;
	border-top: 1px solid #eee
}
.offers-wb h4.widget-title,
.rec-bb-callout h3,
.uabb-infobox-title,
.entry-title-line {
	font-size: 1.8em;
	font-weight: 300;
	color: #552448;
}
.offers-wb .builder-module-sidebar {

}
.rec-bb-callout h3 {

}
.rec-bb-callout h3,
.uabb-infobox-title {

}
.uabb-infobox-title {
	padding-bottom: 1em !important;
}
.rec-bb-callout .fl-callout-text-wrap {
	padding-top: 2em !important;
}
.offers-wb .widget {
	padding-bottom: 3em;
}
.offers-wb .widget-single {
	padding-left: 4px;
	padding-right: 4px;
}
.offers-wb .widget-content {
}
.offers-wb .widget-content {
	margin-top: 90px !important;
	position: relative;
	padding: 100px 40px 40px;
	background-color: #eee;
	top: 0;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
.offers-wb .widget-content:hover {
      background-color: #fafafa;
      top: -10px;
      -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
      box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2); }
      .service-box-container .service-box .inner-container:hover i {
        background-color: #010101;
        color: #FFFFFF;
        -webkit-box-shadow: 0 0 0 3px #010101;
        box-shadow: 0 0 0 3px #010101; }
.offers-wb .widget-content i {
	width: 140px;
	height: 140px;
	position: absolute;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -70px;
	color: #552448;
	text-align: center;
	line-height: 130px;
	font-size: 4em;
	background-color: #e1e1e1;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 100%;
	}
.offers-wb .widget-content i:before {
      font-size: inherit;
      margin: 0; }
.offers-wb .widget-content .title {
    font-size: 1.4em;
    line-height: 4em;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
.offers-wb .widget-content .content {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #aeaeae;
    line-height: 30px;
    margin: 15px 0;
    font-size: 14px; }

.offers-wb .widget-content:hover i {
        background-color: #010101;
        color: #FFFFFF;
        -webkit-box-shadow: 0 0 0 3px #010101;
        box-shadow: 0 0 0 3px #010101; }
/*********************************************
	Widget Bar Module (Dark)
*********************************************/
.dark-wb-background-wrapper {

}
.dark-wb {
}
.dark-wb a {

}
.dark-wb a:hover {

}
.dark-wb .btn-alternate {

}
.dark-wb .left .widget-background-wrapper {
	margin-left: 0
}
.dark-wb .middle .widget {

}
.dark-wb .right .widget-background-wrapper {
	margin-right: 0;
}
.dark-wb .widget-background-wrapper {
	margin: 8px;
	padding: 40px;
	background: #fff;
}
.dark-wb .widget {

}
.dark-wb h4.widget-title {
	color: #fff;
	font-size: 24px;
	font-weight: 800;
}

/*********************************************
	Widget Bar Module (Page Title)
*********************************************/
.page-title-wb-background-wrapper {
}
.page-title-wb {
	padding-top: 0 !important;

}
.page-title-wb .widget {

}

.title-padding h1.entry-title {
	padding: 40px 0 0;
	text-align: center;
}
.page-title-wb h4.widget-title,
.type-page h1.entry-title {
	font-size: 30px;
	font-weight: 500;
	color: #000000;
	margin-top: 0.4em;
	margin-bottom: 1em;
}
.page-title-wb h4.widget-title,
.page-title-html h4.widget-title,
.type-page h1.entry-title,
.type-page h2.entry-title,
.tinted-wb h4.widget-title{
	font-weight: 500;

}

/*********************************************
	Alternate Widget
*********************************************/
.alternate-widget h4.widget-title,
.type-page h1.entry-title,
.type-page h2.entry-title {
	overflow: hidden;
}
/*********************************************
	Widget Bar Module (Featured)
*********************************************/
.featured-wb-background-wrapper {
}
.featured-wb {
	padding-top: 3em !important;
}
.featured-wb .widget {
	background: #fff;
	padding: 0;
}

.featured-wb .builder-module-sidebar .widget-background-wrapper {
	margin-bottom: 4em;
}

.featured-wb h4.widget-title {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 0.3em;
	margin-bottom: 0.5em;
}
.featured-wb h4.widget-title,
.featured-html h4.widget-title {
	font-weight: 300;
	text-align: center;
	margin-bottom: 2em;
	position: relative;
	display: block;
	position: relative;
	color: #552448;
}
.featured-wb h4.widget-title {
	overflow: hidden;
}
.featured-wb h4.widget-title:after {
	bottom: -4px;
	width: 10px;
	height: 10px;
	-webkit-box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 4px #552448;
	box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 4px #552448;
	background: #FFFFFF;
	border: 1px solid #552448;
}


/***** Search Horizontal *****/
.featured-wb .epl-search-form {
	width: 100%;
	padding: 0 !important;
	padding-top: 0 !important;
}
.featured-wb .epl-search-form .fm-block {
	clear: none;
	display: block;
	padding: 0;
	border-bottom: none;
	width: 30%;
	margin-right: 2.2em;
	float: left;
}
.featured-wb .epl-search-form .fm-label {
	color: #555555;
	display: block;
	font-size: 11px;
	margin-bottom: 5px;
}
.featured-wb .epl-search-form .in-field {
	border: 1px solid #e1e1e1;
	padding: 6px;
}
.featured-wb .epl-search-form .field-width {
	width: 100%;
}
.featured-wb .epl-search-form .fm-block .top-mrgn {
	margin-top: 10px;
	display: block;
}
.featured-wb .epl-search-form .check-label {
	font-size: 11px;
	color: #555555;
}
.featured-wb .epl-search-form .fm-block-half {
	display: inline-block;
	width: 48.8%;
}
.featured-wb .epl-search-form .fm-block-half .top-mrgn {
	margin-top: 0;
}
.featured-wb .epl-search-form .search-btn {
	width: 100%;
	max-width:none;
}
.featured-wb .epl-search-form .checkbox .in-field,
.epl-search-form .checkbox .check-label {
	float:left;
}
.featured-wb .epl-search-form .checkbox .check-label {
	margin-top:-1px;
}

/*********************************************
	Widget Bar Module (Tinted)
*********************************************/
.tinted-wb-background-wrapper,
.tinted-html-background-wrapper {
	background-color: #efefef;
}
.tinted-wb,
.tinted-html {
	color: #666666;
	padding-top: 3em !important;
}
.tinted-wb .widget,
.tinted-html  .widget {

}
.tinted-wb h4.widget-title,
.tinted-html h4.widget-title {
	font-weight: 300;
	margin-bottom: 2em;
	color: #552448;
}


.tinted-wb h4.widget-title {
	overflow: hidden;
}
.tinted-wb h4.widget-title:after {
	bottom: -4px;
	width: 10px;
	height: 10px;
	-webkit-box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 4px #552448;
	box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 4px #552448;
	background: #FFFFFF;
	border: 1px solid #552448;
}

/*********************************************
	Widget Bar Module (Parallax )
*********************************************/
.parallax-wb-background-wrapper,
.parallax-html-background-wrapper {
  background: #00aeef;
}
.parallax-wb,
.parallax-html {
	padding: 0 !important;
	color: #fff;
}

.parallax-wb .widget-background-wrapper,
.parallax-html .widget-background-wrapper {
	margin-bottom: 0em;
}


.parallax-wb a,
.parallax-html a {
	color: #fff;
}
.parallax-wb a:hover,
.parallax-html a:hover {
}


.parallax-wb .builder-module-sidebar .widget {
	display: inline-block;
	float: right
}
.parallax-wb h4.widget-title,
.parallax-html h4.widget-title {
	font-size:20px;
    color:#fff;
    text-align: right;
    font-weight:400;
     display: inline-block;
     margin-bottom: 0;
     margin-right: 1em;
}


.parallax-wb .menu-sub-menu-container {
	display: inline-block;
}
.parallax-wb ul#menu-sub-menu li {
	display: inline-block;
}
.parallax-wb ul#menu-sub-menu li::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 65px;
    width: 65px;
    cursor: pointer;
}
.parallax-wb ul#menu-sub-menu li.menu-item-5487 {
    margin-right: 26px;
}
.parallax-wb ul#menu-sub-menu li.menu-item-5487::after {
    background: rgba(0, 0, 0, 0) url("images/bbp_new_DIY.png") no-repeat scroll 0 0 / 65px 65px;
}
.parallax-wb ul#menu-sub-menu li.menu-item-5492 {
    margin-right: 26px;
}
.parallax-wb ul#menu-sub-menu li.menu-item-5492::after {
    background: rgba(0, 0, 0, 0) url("images/bbp_new_FF.png") no-repeat scroll 0 0 / 65px 65px;
}
.parallax-wb ul#menu-sub-menu li.menu-item-5495::after {
    background: rgba(0, 0, 0, 0) url("images/bbp_new_VIP.png") no-repeat scroll 0 0 / 65px 65px;
}
.parallax-wb ul#menu-sub-menu li a {
	 padding: 0 19px;
	 font-weight: 500;
}
.parallax-wb ul#menu-sub-menu li.menu-item-5487 a {
    text-align: center;
    border: #f70707 solid 3px;
}
.parallax-wb ul#menu-sub-menu li.menu-item-5487:hover a {
    background:#f70707;
}
.parallax-wb ul#menu-sub-menu li.menu-item-5492 a {
    text-align: center;
    border: #fff solid 3px;
}
.parallax-wb ul#menu-sub-menu li.menu-item-5492:hover a {
    background:#fff;
    color:#000 !important;
}
.parallax-wb ul#menu-sub-menu li.menu-item-5495 a {
    text-align: center;
    border: #d6d90c solid 3px;
}
.parallax-wb ul#menu-sub-menu li.menu-item-5495:hover a {
    background:#d6d90c;
    color:#000;
}



/*********************************************
	Widget Bar Module (Footer Feature)
*********************************************/
.footer-feature-wb-background-wrapper {
	background: #efefef;
}
.footer-feature-wb {
	padding: 2em 0 2em !important;
}
.footer-feature-wb a {
}
.footer-feature-wb a:hover {
}
.footer-feature-wb h4.widget-title {
	opacity: 0.8;
    color: #552448;
    font-size: 2em;
    font-weight: 300;
}
.footer_newsletter {

}

/** Newsletter widget */
.builder-module .footer_newsletter  .gform_body::before {
    background: rgba(255, 255, 255, 0.3);
    bottom: -2px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.builder-module .footer_newsletter .gform_body {
    display: inline-block;
    margin-right: 2%;
    position: relative;
    width: 70%;
    float: left;
}




.builder-module .footer_newsletter .gform_body input[type="text"] {

    border: 0 none;
    font-size: 14px;
    height: 40px;
    padding: 10px 20px !important;
    width: 100%;
    font-size: 1em !important;
    border-bottom: 1px solid #ccc;
}
.builder-module .footer_newsletter li.gfield {
    padding-right: 0 !important;
}
.builder-module .footer_newsletter .gform_footer {
    height: 40px;
    vertical-align: middle;
    width: 27%;
    background: #552448;
    border: 0 none;
    border-radius: 0;
    color: #ffffff !important;
    line-height: 2.2em;
    outline: medium none !important;
    padding: 0px 15px;
    margin-top: 8px !important;
    position: relative;
    transition: all 0.3s ease 0s;
    display: inline-block;

}
.builder-module .footer_newsletter .gform_footer:hover {
    background: #010101;
}

.builder-module .footer_newsletter .gform_footer input.button,
.builder-module .footer_newsletter .gform_footer input[type=submit] {
	background: transparent;
	width: 100%;
}
.builder-module .footer_newsletter .gform_footer:hover:after {
    background: #010101;
}

.builder-module .footer_newsletter ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #aaa !important;
}
.builder-module .footer_newsletter :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #aaa !important;
   opacity:  1;
}
.builder-module .footer_newsletter ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #aaa !important;
   opacity:  1;
}
.builder-module .footer_newsletter :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #aaa !important;
}
/*********************************************
	Widget Bar Module (Footer)
*********************************************/
.footer-wb-background-wrapper {
	background: #16499a;
	background-position: bottom;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.footer-wb {
	padding: 100px 0 70px !important;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
}
.footer-wb a {
	color: #ffffff;
}
.footer-wb a:hover {

}
.footer-wb h4.widget-title {
	color: #ffffff;
	font-size: 16px;
}
.footer-wb .phone-icon{
    font-size:50px;
    margin-bottom: 10px;
}
.footer-wb .fotter-call-now {
    margin: 0 50px 0 0;
    font-size: 36px;
    font-weight: 300;
    text-align: center;
}
.fotter-call-now p {
    margin-bottom: 1em;
}
.builder-module-sidebar .fotter-call-now .footer-call-now-icon {
    margin: 0 0 15px;
}

.footer-wb .col-xs-2 {
	display: inline-block;
}

.foo
ter-wb .fa{
    margin-right: 0;
}
.footer-wb .facebook a{
    padding: 7px 15px !important;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    background-color: #1a55a4;
    border-radius: 4px;
}
.footer-wb .facebook a:hover{
    background:#3b5998 !important;
    opacity: 1 !important;
}
.footer-wb .twitter a{
    padding: 7px 11px !important;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    background: #1a55a4;
    border-radius: 4px;
}
.footer-wb .twitter a:hover{
    background:#00b6f1;
    opacity: 1 !important;
}
.footer-wb .googleplus a{
    padding: 7px 7px !important;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    background: #1a55a4;
    border-radius: 4px;
}
.footer-wb .googleplus a:hover{
    background:#d95232;
    opacity: 1 !important;
}
.footer-wb .instagram a{
    padding: 7px 12px !important;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    background: #1a55a4;
    border-radius: 4px;
}
.footer-wb .instagram a:hover{
    opacity: 1 !important;
    background:#e95950;
}


/*********************************************
	Footer Module
*********************************************/
.builder-module-footer-background-wrapper {
	font-size: 0.8em;
	color: #bbb;
	background: #eeeeee;
	padding-top: 2em !important;
	padding-bottom: 2em;
}
.builder-module-footer {

	text-align: center;
}
.builder-module-footer a {
	color: #888888;
}
.builder-module-footer a:hover {
	color: #a8a6b7;
	opacity: 1;
}
/*********************************************
	Image Module
*********************************************/
.builder-module-image .builder-module-element img {
	margin: 0;
}
/*********************************************
	Image Module (Alternate - No Spacing)
*********************************************/
.image-no-spacing {
	margin: 0;
	padding: 0 !important;
}
.image-no-spacing .builder-module-element {
	margin: 0 !important;
	padding: 0;
}
/*********************************************
	Image Module (Alternate - Full Window)
*********************************************/
.image-full-window-outer-wrapper {
	max-width: none !important;
}
.image-full-window {
	padding: 0 !important;
}
.image-full-window .builder-module-element {
	margin: 0 !important;
}
.image-full-window-outer-wrapper img {
	width: 100%;
	height: auto;
}
/*********************************************
	HTML Module
*********************************************/
.builder-module-html .builder-module-element>*:first-child {
	margin-top: 0;
}
.builder-module-html .builder-module-element>*:last-child {
	margin-bottom: 0;
}
/*********************************************
	Content Module
*********************************************/
.builder-module-content-background-wrapper {

}
.builder-module-content .builder-module-element {
	overflow: hidden;
}
.builder-module-content .entry-content>*:first-child {
	margin-top: 0;
}
.builder-module-content .entry-content > *:last-child {
	margin-bottom: 0;
}
.builder-module-content .builder-module-sidebar .widget ul {
	margin-left: 0;
}
.builder-module-content .builder-module-sidebar .widget li {
	list-style: circle;
	list-style-position: inside;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}
.builder-module-content .builder-module-sidebar .widget .epl-search-tabs li {
	padding-bottom: 1em;
}
.builder-module-content .builder-module-sidebar .gform_wrapper li {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.builder-module-content .builder-module-sidebar .widget li:first-child {
	padding-top: 0;
}
.builder-module-content .builder-module-sidebar .widget li:last-child {
	padding-top: 0;
	border-bottom: none;
}
.builder-module-content .builder-module-sidebar .widget li a {
}
.entry-title,
.entry-title * {
	margin: 0;
	padding: 0;
}


.entry-title {
	/* font-size: 1.7em; */
	font-weight: normal;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	margin-bottom: 0.3em;
	font-weight: 300;
	color: #552448;
}


.rec-post-styled .entry-title a {
	display: block;
	position: relative;
	line-height: 3em;
	margin-bottom: 20px;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.rec-post-styled .entry-title a:before,
.rec-post-styled .entry-title a:after {
	display: block;
	position: absolute;
	left: 0;
	content: "";
	bottom: 0;
}
.rec-post-styled .entry-title a:before {
	width: 100%;
	height: 1px;
	background: #d4d4d4;
}
.rec-post-styled .entry-title a:after {
	width: 50%;
	height: 1px;
	background: #552448;
}
.hentry .entry-meta-wrapper {

}
.hentry .entry-meta-wrapper .entry-meta {
	display: inline-block;
	color: #bababa;
}
.hentry .entry-meta {
	margin-right: 1em;
	padding-right: 1em;
	font-size: 1em;
}
.hentry .entry-meta .fa{
	margin-right: 0.5em;
}
.hentry .entry-meta a {
	text-decoration: none;
	color: #bababa;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;

}
.hentry .entry-meta-wrapper .entry-meta {
	position: relative;
}
.hentry .entry-meta-wrapper .entry-meta:after {
	display: block;
	content: '/';
	color: #552448;
	position: absolute;
	right: 0;
	top: 0;
}
.hentry .entry-meta-wrapper .entry-meta:last-child:after {
	content: '';
}
.hentry .entry-meta a:hover {
	color: #552448;
}
.hentry .entry-meta.alignleft {
	max-width: 60%;
	margin: 0;
}
.hentry .entry-meta.alignright {
	float: right;
	margin: 0;
}
.hentry .thumbnail-wrap {
	display: none;
}
.hentry .entry-meta .comments {

}
.hentry .entry-meta .categories-tags {
	background: #FFFFFF;
}
.hentry .entry-footer {
	/* display: block; */
	/* margin-top: 1em; */
}
.hentry .entry-footer .categories,
.hentry .entry-footer .comments {
	margin-bottom: .5em;
}
.hentry .entry-footer img {
	max-width: none;
}
.hentry .entry-attachment .attachment {
	text-align: center;
}
.hentry .edit-entry-link {
	clear: both;
	margin: 0;
}
.hentry .more-link {
	padding-right: 2em;
	padding-left: 2em;
}
.entry-content {
	clear: both;
}
.loop-title {

}
.loop-title {
	display: block;
	color: #444;
	padding: 1em 3px;
	margin: 0;
	/* position: absolute; */
	word-wrap:break-word;
	margin-bottom:2em;
	font-weight: 400;
	font-size: 1.5em;
	line-height: 1;
}
.builder-module-content {
	background: transparent;
}
#builder-layout-58b7960ec9440 .builder-module-content {
	padding-top: 72px !important;
}
.builder-module-content .builder-module-element {

}
.builder-module-content .hentry,
.builder-module-content .epl-property-blog.card-top {
	margin-bottom: 1em;
	background: transparent;
}
.page .builder-module-content .hentry .entry-content {
	background: #fff;
	padding: 40px;
}
.home.page .builder-module-content .hentry {
	background: transparent;
}
.home.page .builder-module-content .hentry .entry-content {
	background: transparent;
	padding: 0;
}
.builder-module .epl-property-single {
	background: transparent;
}

.builder-module .epl-slider-single-wrapper {
	margin-bottom: 1em;
}
.builder-module .entry-2-col.content-col {

}

.builder-module .entry-2-col.content-col .entry-content{
	background: #fff;
	border-bottom: 1px solid #ccc;
	margin-right: 1em
}

.builder-module .entry-2-col.sidebar-col > div{
	background: #fff;
	padding: 1em;
	border-bottom: 1px solid #ccc;
}

.builder-module .entry-2-col.sidebar-col .listing-info {
	margin-left: 0;
}





.builder-module-content .page-listing-shortcode .hentry {
	background: transparent;
	border-bottom: none;
}
.builder-module-content .epl-property-blog {
	margin-bottom: 0.5em;
	background: transparent;
	border-bottom: none;
}
.builder-module-content .hentry:last-child {
	margin-bottom: 8px;
}
.builder-module-content .hentry .entry-header {

}
.builder-module-content .page-listing-shortcode .hentry .entry-header {
	padding-left: 3px;
	padding-right: 0;
}
.builder-module-content .epl-property-blog.card-top .entry-header {
	padding: 0;
}
.builder-module-content .hentry .entry-content {
	padding: 0em 3em 3em;
	padding: 0em 0 3em;
}
.builder-module-content .epl-property-single.hentry .entry-content {
	/*padding: 0 0 0 1.5em;*/
}
.builder-module-content .page-listing-shortcode .hentry .entry-content {
	padding: 0;
}
.epl-sd-featured-widget .entry-header {
	padding: 0 !important;
}

.epl-sd-featured-widget .epl-excerpt-content {
	font-size: 0.9em
}

.epl-sd-featured-widget .property-address-line-2 .entry-title-sub {
	display: none;
}

.epl-sd-featured-widget .rec-custom-icon-text.parking {
	display: none;
}
.builder-module-content .hentry .entry-footer {
	padding-right: 3em;
	padding-left: 3em;
}
.builder-module-content .entry-content .excerpt-read-more:after {
	content: "\2192";
	position: absolute;
	top: 10px;
	right: 200px;
	overflow: hidden;
	opacity: 0;
}
.builder-module-content .entry-content .excerpt-read-more:hover:after {
	right: 35px;
	opacity: 1;
}
.builder-module-content  .entry-content .excerpt-read-more {
	background: #FFF;
	border: 1px solid #8887A8;
	color: #f7f7f7;
	border-bottom: 4px solid #CFCEE6;
	margin: 2em 0 0;
	padding: 12px 50px;
	display: inline-block;
	text-decoration: none;
	opacity: .5;
	overflow: hidden;
	position: relative;
}
.builder-module-content  .entry-content .excerpt-read-more:hover {
	opacity: 1;
	padding-left: 40px;
	padding-right: 60px;
}
.builder-module-content .builder-module-sidebar {
	padding-top: 0;
}
.builder-module-content .builder-module-sidebar .widget-background-wrapper {
	/* padding-left: 2em; */
	/* padding-right: 2em; */
}
.builder-module-content .builder-module-sidebar .widget-outer-wrapper-left .widget-background-wrapper {
	padding-right: 0;
}
.builder-module-content .builder-module-sidebar .widget-outer-wrapper-right .widget-background-wrapper {
	padding-left: 0;
}

/*********************************************
	Style images and galleries
	.hentry is used instead of .page or .post
	as it applies to all content types
*********************************************/
.hentry .gallery {
	margin-bottom: 1.5em;
}
.hentry .gallery a,
.hentry .gallery dt,
.hentry .gallery img {
	font-size: 0;
	line-height: 0;
	margin: 0;
}
.hentry .gallery-item {
	display: inline-block;
	margin: 0;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	font-size: .9em;
	line-height: 1.3;
	margin: 0;
}
.hentry .gallery + * {
	margin-top: 0;
}
.hentry img {
}
.hentry .alignright {
	margin: 1em 0 1em 1.5em
}
.hentry .alignleft {
	margin: 1em 1.5em 1em 0;
}
.hentry .aligncenter {
	margin: 0 auto;
}
.hentry .alignnone {
	margin: 0;
}
.hentry .wp-caption {
	margin-bottom: 1.5em;
	line-height: 1;
	border: 1px solid #ccc;
	padding: 2px
}
.hentry .wp-caption img {
	background: transparent;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.hentry .wp-caption-text {
	font-size: .9em;
	line-height: 1.3;
	margin: 0;
}
/*********************************************
	Post Meta Styles, if needed
*********************************************/
.entry-header {
	clear: both; /* we need this so floats in the post are cleared */
}
.entry-footer {
	clear: both; /* we need this so floats in the post are cleared */
}
.entry-footer .alignright {
}
.entry-footer .categories,
.entry-footer .tags {
}
.entry-footer .comments {
}
.EXIF table {
	margin: 0 auto;
}
.photometa h4 {
	margin: 0;
	padding: 0;
	text-align: center;
}
.photometa ul {
	list-style-type: none;
}
/*********************************************
	Sticky Post
*********************************************/
.builder-module-content .sticky.hentry {
	background: #ffffff;
	margin-bottom: 3.25em;
	border: 1px solid #dcdcdc;
}
.sticky .entry-header {
	padding: 1em 2em;
	background: #444333;
}
.sticky .entry-header:hover {

}
.sticky .entry-header a {
	color: #FFFFFF;
}
.sticky .entry-header .entry-meta {
	color: #FFFFFF;
}
.sticky .entry-content {
	padding: 0 2em;
}
.sticky .entry-footer {
	padding: 0;
}

/*********************************************
	Page Specific Styling
*********************************************/
.page .builder-module-content .hentry {
	margin-bottom: 0;
}
.builder-module-content .hentry.page {
	margin-bottom: 0;
}
/*********************************************
	Single Post Specific Styling
*********************************************/
.single .builder-module-content .hentry {
	margin-bottom: 0;
	padding-bottom: 0;
}
/* navigation for posts that split into multiple pages */
.entry-pages a {
	display: inline-block;
	background: #dcdcdc;
	color: #aaaaaa;
	padding: 0.2em 0.6em;
}
.entry-pages a:hover {
	background: #444333;
	color: #FFFFFF;
	opacity: 1;
}
/*********************************************
	Comment Styles
*********************************************/
#comments {
	margin-top: 1.5em;
}
.commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li.comment,
.commentlist li.trackback,
.commentlist li.pingback {
	background: #FFFFFF;
	padding: 0 1.5em;
	margin-bottom: 1.5em;
	border-left: 2px solid #ccc;
}
.commentlist .avatar {
	margin: 0;
	float: left;
	margin-right: 1.5em;
	border-radius: 36px;
}
.commentlist .fn {
	display: inline-block;
	font-size: 1.4em;
	font-weight: 400;
}
.commentlist .fn a {
	text-decoration: none;
}
.commentlist .fn a:hover {
	text-decoration: underline;
}
.comment-metadata,
.comment-metadata a {
	color: #C0C8CC;
}
.comment-metadata a:hover {
	color: #f7f7f7;
}
.comment-content {
	clear: both;
	margin-top: 4em;
}
.commentlist ul.children {
	margin: 0 0 1.5em 0;
}
.commentlist ul.children li:last-child {
	margin: 0;
}
.commentlist .comment-body {
	margin: 2.5em 0;
}
.commentlist div.reply:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#respond {
	margin-top: 2em;
}
#comments h3,
#respond h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	margin-bottom:2em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ccc;
}

#respond input[type="submit"] {
	line-height: inherit;
	margin: 0;
}
#respond textarea {
	width: 100%;
	max-width: 100%;
}
#respond .comment-submit-wrapper {
	margin: 0;
}
.commentlist #respond {
	margin-bottom: 1.5em;
}
.comment-reply-link {
	padding: .5em 2em;
	display: inline-block;
	margin-top: 2em;
	margin-bottom: 0 !important;
}
.cancel-comment-reply a {
	display: inline-block;
	background: #dadddf;
	color: #3b3f42;
	padding: .25em .5em;
	margin: .5em 0;
	font-size: .85em;
	text-decoration: none;
}
.cancel-comment-reply a:hover {
	background: #ebebeb;
}
.logged-in-as {
	margin: 0.25em 0;
}
/*********************************************
	Text elements
*********************************************/
p {

}
p img.left {
	float: left;
	margin: 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 0;
}
blockquote {
	background: #f5f5f5;
	color: #a1a1a1;
	padding: .25em 2em;
	font-size: 1em;
	line-height: 1.42;
	-webkit-font-smoothing: antialiased;
	border-left: 1px solid #552448;
}
/* To prevent nested blockquotes from increasing in size */
blockquote blockquote {
	font-size: 100%;
}
blockquote cite {
	display: block;
	font-weight: bold;
	font-style: italic;
	margin-top: 1.5em;
}
blockquote p {
	margin-bottom: 1.5em;
}
strong {
	font-weight: 500;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	font-size: .75em;
	height: 0;
	line-height: 1.5;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
abbr, acronym {
	border-bottom: 1px dotted #666666;
}
address {
	font-style: italic;
}
del {
	opacity: .7;
}
pre {
	margin-bottom: 1.5em;
	white-space: pre;
}
big {
	font-size: 1.2em;
	line-height: 1;
}
cite {
	font-style: normal;
}
ins {
	background: #f7f7f7;
	padding: 0 5px;
}
/*********************************************
	Lists
*********************************************/
ul, ol {
	list-style-position: outside;
	margin-left: 1.5em;
	padding: 0;
}
ul ul, ul ol, ol ul, ol ol {
	margin-left: 1.5em;
}
li {
	margin: 0;
	padding: 0;
}
li > * {
	margin-top: 0;
}
li *:last-child {
	margin-bottom: 0;
}
li > p + ul {
	margin-top: -1.5em;
}
ul {
	list-style-type: square;
}
ol {
	list-style-type: decimal;
}
dl {
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 0;
}
/*********************************************
	Tables
*********************************************/
table {
	width: 100%;
	margin-bottom: 1.5em;
}
table, td, th {
	border: 1px solid #CFCFCF;
	border-collapse: collapse;
}
th {
	font-weight: bold;
}
th, td, caption {
	padding: .25em;
	text-align: center;
}
td a {
	display: block;
}
tfoot td {
	padding: 0;
}
tfoot a {
	display: block;
	padding: .25em;
}
caption {
	border: 1px solid #CFCFCF;
	border-bottom: 0;
	font-weight: bold;
}
/*********************************************
	Misc classes
*********************************************/
.small {
	font-size: .8em;
	line-height: 1.875;
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666666;
}
.loud {
	color: #000000;
}
.highlight {
	background: #FFFF00;
}
.added {
	background: #006600;
	color: #FFFFFF;
}
.removed {
	background: #990000;
	color: #FFFFFF;
}
.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}
/*********************************************
	Default styling for forms
*********************************************/
label {
	font-weight: bold;
}
fieldset {
	border: .1em solid #CCCCCC;
	margin: 0 0 1.5em 0;
	padding: 1.4em;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
}
/*********************************************
	Form Styling
*********************************************/
input[type="color"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
textarea {
	font-size: 1em;
	color: #707686;
	margin: 0;
	padding: .5em;
	background: #FFFFFF;
	border: none;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	-webkit-appearance: none;
	line-height: 1;
}
input[type="color"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
textarea:focus {
	border-color: #7F8BC8;
	box-shadow: inset 0 0 2px 1px #CACFEB;
}
select {
	font-size: 1em;
	max-width: 99%;
}
select {
	background: transparent;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	border: 1px solid #ccc;
	border-radius: 0;
	height: 40px;
	-webkit-appearance: none;
	background: url(images/select-arrow.png) no-repeat right #FFF;
}
.builder-module .epl-search-form .in-field {
	border: 1px solid #ccc;
	border-bottom-color: #552448
}
textarea {
	width: 30em;
	height: 20em;
}
.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0;
}
input[type="submit"] {
	font-size: 1em;
	cursor: pointer;
}
/*********************************************
	placeholder
*********************************************/
::-webkit-input-placeholder { color: #aaaaaa; }
::-moz-placeholder { color: #aaaaaa; } /* firefox 19+ */
:-ms-input-placeholder { color: #aaaaaa; } /* ie */
input:-moz-placeholder { color: #aaaaaa; }

/*********************************************
	Search Form Styling
*********************************************/
#searchform {
	position: relative;
}
#searchform input[type="text"] {
	width: 100%;
	max-width: 100%;
}
#searchform input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 38%;
	max-width: 100%;
	margin: 0;
}
/*********************************************
	Password Protected Post Form
*********************************************/
.post-password-required input[type="submit"] {
	display: inline-block;
	float: none;
}
/*********************************************
	Success, notice and error boxes
*********************************************/
.error, .notice, .success {
	border: 2px solid #ddd;
	margin-bottom: 1em;
	padding: .8em;
}
.error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	border-color: #FFD324;
	color: #514721;
}
.success {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}
/*********************************************
	Widget Specific Styling
*********************************************/
/* RSS Widget */
.widget_rss li {
	margin-bottom: 1.5em;
}
.widget_rss h4.widget-title {
	display: inline-block;
	font-weight: 400;
}
.widget_rss h4.widget-title a {
	font-weight: 400;
	text-decoration: none;
}
.widget_rss h4.widget-title a {
	text-decoration: none;
}
.widget_rss .rsswidget {
	display: block;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	color: inherit;
	text-decoration: none;
}
.widget_rss .rss-date {
	display: block;
	margin-bottom: 1.5em;
}
.widget_rss .rssSummary {
	margin: 1.5em 0;
}
/* Tag Cloud Widget */
.widget_tag_cloud a {
	line-height: 2;
	font-weight: normal;
	display: inline-block;
	text-decoration: none;
    font-size: .9em;
    border: 1px solid #552448;
    padding: 0 20px;
    background: none;
    margin: 0 10px 10px 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.widget_tag_cloud a:hover {
	background: #552448;
	color: #fff;
	text-decoration: none;
}
.widget_epl_recent_property {

}

.epl-author-contact.author-contact {
	font-weight: 800;
}
/*********************************************
	Social Tabs
*********************************************/
#social-tags {
	left: auto;
	margin-right: 0;
	margin-left: auto;
	overflow: hidden;
	padding-top: 10px;
	position: fixed;
	right: 0;
	width: 95px;
	height: 100%;
}
#social-tags a {
	margin: 0;
	position: relative;
	right: -50px;
}
#social-tags a:hover {
	right: 0;
}
/*********************************************
	The Obligatory WP Styles
*********************************************/
.alignright {
	margin-left: 1.5em;
}
.alignleft {
	margin-right: 1.5em;
}
.hentry img.wp-smiley {
	border: none;
}
/*********************************************
	Sitemap Template Styling
*********************************************/
.archive-left {
	float: left;
	width: 40%;
	max-width: 40%;
	margin-right: 10%;
}
.archive-right {
	float: left;
	width: 50%;
	max-width: 50%;
}
/*********************************************
	Mobile Navigation Menu
*********************************************/
.it-mobile-menu {
	display: none;
}
/*********************************************
	Featured Image
*********************************************/
.it-featured-image {
	display: inline-block;
	line-height: 0;
}
.it-featured-image img {
	width: inherit;
	width: 100%;
	display: block;
}
.it-featured-image a {
	display: block;
	line-height: 0
}
/*********************************************
	Misc.
*********************************************/
::selection {
	color: #444;
	background: #93b8f8; /* Safari */
	}
::-moz-selection {
	color: #444;
	background: #93b8f8; /* Firefox */
}
.no-featured-image .entry-title {
	margin-bottom: 1.5em;
}
/*********************************************
	Post Formats
*********************************************/
/* Status */
.builder-module-content .format-status {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
.builder-module-content .format-status .entry-header {
	margin-bottom: 0;
}
.builder-module-content .format-status .entry-header .entry-meta-wrapper {
	margin-bottom: 0;
}
.builder-module-content .format-status {
	padding: 2.5em 0 0;
	font-size: 1.5em;
	background: #552448;
	color: #ffffff;
	border-bottom: none;
}
/* Aside */
.builder-module-content .format-aside {
	font-style: italic;
	background: #FFFFFF;
	padding: 1.5em;
	margin-bottom: 1.5em;
	border: 1px solid #ddd;
	border-bottom-color: #552448;
}
.builder-module-content .format-aside a{
	color: #323232;
}
/* Quote */
.builder-module-content .format-quote {
	background: transparent;
	font-size: 1.5em;
	font-style: italic;
}
.builder-module-content .format-quote blockquote{
	margin: 0;
	background: #FFFFFF;
}
.builder-module-content .format-quote .entry-content {
	padding: 0
}
/* Image */
.builder-module-content .format-image .it-featured-image {
	margin-bottom: 0;
}
.builder-module-content .format-image .entry-content {
	margin-top: 2.5em;
}
li img.soliloquy-item-image {

}
.soliloquy-container {
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 8px solid #fff;
}
.soliloquy a {
	transition-duration: 0s;
}
/*********************************************
	Easy Property Listings
*********************************************/

#builder-layout-598ba4ed2a3e6 .entry-content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
}

.builder-template-archive-listing .epl-clearfix,
.builder-template-archive-listing .epl-clearfix:after,
.page-listing-shortcode .epl-clearfix,
.page-listing-shortcode .epl-clearfix:after {
	clear: none !important;
}
.builder-template-single-listing .hentry {
	border-bottom: none;
}


.builder-module-content .builder-module-sidebar .widget li:first-child {
	padding-top: 0;
}
.builder-module-content .builder-module-sidebar .widget .epl-search-tabs li:first-child,
.builder-module-content .builder-module-sidebar .widget .epl-search-tabs li:last-child {
	padding-top: 1em;
	margin-right: 2px;
}
.epl-button-wrapper {
	margin-top: 0.5em;
}
.author-details {
	padding-top: 0em;
}
label.gfap_placeholder {
	display: none;
	color: transparant;
}
.property-feature-icons .icon {
	padding: 0px 10px 2px 25px !important;
}
.epl-img-widget img:hover {
	opacity: 0.8;
}
.builder-module-navigation-menu-wrapper {
    /* display: inline-block; */
    /* margin: 0 auto; */
    float: right;
    margin-right: 2em;
}


/********Custom css*********************/

.social-links > ul {    margin: 0; }
.social-links {    display: inline;    float: left; }
.social-links li:first-child {   border-left: 1px solid #e0e0e0; }
.social-links li {    background: #f2f2f2;    border-right: 1px solid #e0e0e0;    display: inline;    float: left;    height: 44px;
    margin: 0;    padding: 0;    vertical-align: top; }
.social-links li a { border: 1px solid #fff; display: table-cell;  height: 42px;  text-align: center;  vertical-align: middle;  width: 42px; }

.contact-info > li {
	padding-left: 3em;
	position:relative;
	line-height:3;
	margin-bottom: 0;
}
.contact-info .fa {
	line-height:3;
	position:absolute;
	top:0;
	left:0;
	width: 30px;
	border-right: 1px solid #777;
}


/* epl Property Widget */
.builder-module .property-widget-image {
	margin-bottom: 2em;
}
.builder-module .property-widget-image .entry-header {
	margin-bottom: 0;
}
.builder-module .property-widget-image .property-meta {
	border-bottom: none;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	margin-bottom: 0 !important;
}
.builder-module .property-widget-image .property-meta.price {
	border-bottom: none;
	margin-bottom: 0.8em;
}

/* Listing Archive */



.epl-author-box {

}
.epl-author-box .author-box-outer-wrapper {
	background: #f9f9f9;
	padding: 1.5em 1.5em 1em;
	margin-top: -1em;
	border: 1px solid #e4e4e4;
}
.epl-author-box ul.author-tabs li {
	display: inline-block;
	background: #d6d8e5;
	color: #8c8ba3;
	padding:1em 2em;
	margin: 0;
	position:relative;
	word-wrap:break-word;
	margin-bottom:1em;
}
.epl-author-box ul.author-tabs li.author-current {
	background: #444333;
	color: #FFFFFF;
}
.epl-author-box ul.author-tabs li.author-current:after {
	content:'';
	display:block;
	position:absolute;
	top:100%;
	left:43%;
	width:0;
	height:0;
	border-color: #444333 transparent transparent transparent;
	border-style: solid;
	border-width: 10px;
}
.epl-location-profiles-content {
	background: #f9f9f9;
	border: 1px solid #e4e4e4;
}

.builder-module-content .title-meta-wrapper {
	margin-bottom: 0
}
.builder-module-content .directory-page-dynamic .directory-section .hentry {
	width: 23%;
	margin-right: 0.5em;
	float: left;
}
.builder-module-content .directory-page-dynamic .epl-sd-listings.directory-section .hentry {
	width: 50%;
	margin-right: 0;
	float: left;
	clear: none !important;
}
.builder-module-content .directory-page-dynamic .directory-section .hentry .entry-header,
.builder-module-content .directory-page-dynamic .directory-section .hentry .entry-content {
	padding: 0.5em 0.5em 0;
}
.builder-module-content .epl-property-blog .status-sticker {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	background: #FFFFFF;
	padding: 0 0.6em;
	color: #dddddd;
}
.builder-module-content .epl-property-blog .status-sticker.under-offer {
	background: #FFFFFF;
	color: #FFA500;
}
.builder-module-content .home-open,
.builder-module-content .epl-property-blog .status-sticker.open {
	background: #FFFFFF;
	color: #7FAF1B;
}
/* Property Card Slim */
.epl-property-blog-slim .property-box-left-slim {
	margin-right: 1em;
}
/* EPL Tabs */
.builder-module .epl-author-box-container ul.epl-author-tabs,
.builder-module .epl_adv_map_list  ul.map-tabs {
	margin: 0;
	padding: 0;
	list-style: none;
}
.builder-module ul.epl-author-tabs li,
.builder-module ul.property_search-tabs li,
.builder-module ul.map-tabs li,
.builder-module ul.epl_adv_map_list li {
	display: inline-block;
	background: #444333;
	color: #FFFFFF;
	padding: 0.3em 0em;
	margin: 0;
	word-wrap:break-word;
	margin-bottom:0.3em;
}
.builder-module li.tbhead.current,
.builder-module ul.epl-author-tabs li.epl-author-current,
.builder-module ul.property_search-tabs li.epl-sb-current,
.builder-module ul.epl_adv_map_list li.maptab-current {
	border-bottom: 0;
	display: inline-block;
	background: #aaa;
	color: #FFFFFF;
	padding: 0.3em 0em;
	margin: 0;
	position: relative;
	word-wrap:break-word;
	margin-bottom: 0;
}
.builder-module ul.property_search-tabs li{
	margin: 0 2px 0 0;
	padding: 0.5em 1em !important;
}
.builder-module ul.property_search-tabs li.epl-sb-current {

}
.builder-module ul.epl_adv_map_list li,
.builder-module ul.epl_adv_map_list li.maptab-current {
	margin-right: 0;
}
.builder-module .epl-author-box-outer-wrapper,
.builder-module .epl_tabbed_map_wrapper  {

}
.builder-module .epl-location-profiles-tabs-left ul.location-profiles-tabs li {
	background: #444333;
	color: #fff;
	margin-bottom: 2px;
	display:block;
}
.builder-module .epl-location-profiles-tabs-left .location-profiles-tabs li.location-profiles-current {
	background: #444333;
	color: #FFFFFF;
	position: relative;
}
.builder-module .epl-location-profiles-tabs-left .location-profiles-tabs li.location-profiles-current:after {
	content: '';
	height: 0;
	display: block;
	border-color: transparent transparent transparent #444333;
	border-width: 10px;
	border-style: solid;
	position: absolute;
	top: 11px;
	left: 100%;
}
#epl-advanced-map .slider-map-zoom-in,
#epl-advanced-map .slider-map-zoom-out,
.builder-module .slider-map-zoom-in,
.builder-module .slider-map-zoom-out {
	display: none;
}

.parallax-slider-background-wrapper {

}
.parallax-slider-outer-wrapper {

}
.parallax-slider {

}
.parallax-window {
	margin: 0 auto;
	width: 100%;
	display:block
}
.rec-page-breadcrumb-wrapper {
	padding: 0 0;
	float: left;
}

.rec-epl-contact-form-listing {

}

.rec-epl-contact-form-listing #epl_contact_first_name {

}

.rec-epl-contact-form-listing .epl_form_builder_field_container.col-md-12 {
	width: 48.7%;
    float: left;
}
.rec-epl-contact-form-listing .epl_form_builder_field_container.col-md-12:nth-child(3),
.rec-epl-contact-form-listing .epl_form_builder_field_container.col-md-12:nth-child(4),
.rec-epl-contact-form-listing .epl_form_builder_field_container.col-md-12:nth-child(5) {
    width: 100%;
}

.epl-author-box .epl-author-icon.author-icon.email-icon-24 {
	display: none;
}
.label-mobile {
	display: none;
}



.epl-property-blog .property-box img {
    margin-bottom: 0.5em;
}

/*.rec-page-breadcrumb-wrapper .entry-title,
.single-property .epl-property-details .item-street {
    float: left;
    clear: both;
    background: rgba(70, 17, 167, 0.8);
    color: #FFFFFF;
    padding: 0 30px;
    line-height: 70px;
    height: 70px;
    margin: 0;
    font-size: 2em;
}*/

.entry-title-breadcrumbs,
.single-property .epl-property-details .entry-title-sub {
	    color: #777;
	    margin: 2em 0 0 !important;
	    font-size: .8em;
	    text-transform: uppercase;
	    display: block;

}
.entry-title-breadcrumbs a,
.entry-title-breadcrumbs .breadcrumb_last {
	    color: #552448;
	    margin: 0 0.3em;
}

.entry-title-breadcrumbs .breadcrumb_last {
	    color: #777;
}

/******************************
	Responsive Design
******************************/

@media screen and (max-width: 1050px) {
	.header-html-background-wrapper {
		padding-left: 1.5em;
		padding-right: 1.5em;
	}
	.builder-module-navigation li a,
	.builder-module-navigation .current_page_item li a,
	.builder-module-navigation .current-cat li a,
	.builder-module-navigation .current-menu-item li a {

	}
	.builder-module .epl-property-blog.epl-listing-grid-view  {
		width: 50%;
	}

	.site-logo-image {
		width: 250px;
	}

	.logo-tag-line{
		font-size: 15px;
		letter-spacing: 10px
	}
}
@media screen and (max-width: 950px ) {
	.builder-module-navigation li a,
	.builder-module-navigation .current_page_item li a,
	.builder-module-navigation .current-cat li a,
	.builder-module-navigation .current-menu-item li a {


	}

	.builder-module-navigation li.nav-phone-number a {

	}
	/* Second Level */
	.builder-module-navigation li ul li a,
	.builder-module-navigation li.current_page_item li a,
	.builder-module-navigation li.current-cat li a,
	.builder-module-navigation li.current-menu-item li a {

	}


	.site-logo-image {
		width: 200px;
	}

	.logo-tag-line{
		font-size: 12px;
		letter-spacing: 8px;
		padding-top: 0;
	}
}
@media screen and (max-width: 800px ) {
	.builder-module-navigation li a,
	.builder-module-navigation .current_page_item li a,
	.builder-module-navigation .current-cat li a,
	.builder-module-navigation .current-menu-item li a {

	}
}
@media screen and (max-width: 740px ) {
	.builder-module-navigation li a,
	.builder-module-navigation .current_page_item li a,
	.builder-module-navigation .current-cat li a,
	.builder-module-navigation .current-menu-item li a {


	}
	.builder-module-navigation li.nav-phone-number a {


	}
	.site-logo {
		float: left;
		width: 100%;
	}
	.site-logo-image,
	.site-logo-image img {
		text-align: center;
		float: none;
		margin-right: 0;
		/* display: block; */
	}
	.builder-module-navigation-menu-wrapper {
		/* display: table; */
		margin: 0 auto;
		float: left;
		width: 100%;
	}
	.builder-module-navigation-menu-wrapper .menu {
		display: table;
		margin: 0 auto;
		float: none;
	}
	.builder-module .epl-property-blog.epl-listing-grid-view  {
		width: 100%;
		max-width: 400px;
		margin: 0 auto !important;
		float: none !important;
	}

		.home .builder-module .epl-property-blog.epl-listing-grid-view  {
		float: left !important;
	}

	body .advanced-search-sec .epl-search-row-half {
	    width: 33%;
	}
	.parallax-slider-background-wrapper {

		background-image: url("images/breadcrumb-bg.jpg");
		background-size: cover;
		height: 100%;
		overflow: hidden;
		background-attachment: scroll;
		background-clip: unset;
		background-color: unset;
		background-origin: unset;
		background-position-x: unset;
		background-position-y: unset;
		background-repeat: unset;
		-webkit-background-size: cover; /* safari may need this */

	}

	.parallax-slider-outer-wrapper {
		height: 100%;
		overflow: scroll;
        -webkit-overflow-scrolling: touch;
	}

}

@media screen and ( max-width: 750px ) {
	.parallax-wb ul#menu-sub-menu li.menu-item-5487 a,
	.parallax-wb ul#menu-sub-menu li.menu-item-5492 a{
		margin-right: 0;
	}
}



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

	.parallax-wb .builder-module-sidebar .widget {
		display: inline-block;
		float: none;
		text-align: center;
	}

	.parallax-wb h4.widget-title {
		font-size: 1em;
	}
	.parallax-wb ul#menu-sub-menu li {
	    float: left;
	    width: calc(100% / 3);
	}
	.parallax-wb ul#menu-sub-menu li.menu-item-5487,
	.parallax-wb ul#menu-sub-menu li.menu-item-5492 {
	    margin-right: 0;
	}
	.parallax-wb ul#menu-sub-menu li a{
		font-size: 0.8em;
	}

	.header-html-background-wrapper {
		padding-left: .75em;
		padding-right: .75em;
	}
	.site-logo {
		float: left;
		width: auto;
	}
	.site-logo-image,
	.site-logo-image img {

	}
	.builder-module-navigation-menu-wrapper {
		width: auto;
		padding-top: 0.9em;
	}

	.builder-module-navigation.it-mobile-nav li a {
	    font-size: 1em;
	    border-bottom: 1px solid #ddd !important;
	}

	.builder-module-navigation li ul {
	}

	.builder-module-content .epl-property-blog {
		max-width: 400px;
		margin: 0 auto;
	}
	.builder-module .epl-property-blog .property-box {
		float:left;
	}
	.builder-module .epl-property-blog .property-box-left {
		padding: 0;
		text-align: center;
	}
	.builder-module .epl-property-blog .epl-archive-entry-image {
		width: 100%;
	}
	.builder-module .epl-property-blog .epl-archive-entry-image a {
		width: 100%;
	}
	.builder-module .epl-property-blog .property-box-right {
		padding: 1em;
	}
	/** navigation */
	.header-html.builder-module {
		position: relative;
	}
	.site-logo {
	    float: left;
	}
	.hidden-md.hidden-lg {
	    background: transparent none repeat scroll 0 0;
	    cursor: pointer;
	    display: inline-block!important;
	    padding: 5px 10px;
	    position: absolute;
	    right: 0;
	    text-align: center;
	}
	.hidden-md.hidden-lg i {
	    margin: 0;
	    padding: 0;
	    color: #fff;
	}

	.builder-module-navigation-menu-wrapper{
		display: none;
	}
	.builder-module-mobile-navigation-menu-wrapper {
	    /*display: block !important;*/
	}
	.builder-module-navigation-mobile li a {
	    padding: 0.5em;
	    width: 75%;
	    font-size: 1em;
	    text-align: left;
	}
	.builder-module-navigation-mobile {
		margin-left: 20px;
	}
	.builder-module-mobile-navigation-menu-wrapper .sub-menu {
	    border: 0 none;
	    margin-left: 140px;
	    position: inherit !important;
	    visibility: visible;
	}
	.builder-module-mobile-navigation-menu-wrapper .sub-menu li a {
	    color: #333333 !important;
	    border-bottom: none;
	    display: block;
	    line-height: 45px;
	    padding: 0 20px;
	    text-align: left;
	    transition: all 0.3s ease 0s;
	    white-space: nowrap;
	    text-transform: none;
	}


	.builder-module-mobile-navigation-menu-wrapper li {
	    display: block;
	    width: 100%;
	}
	#builder-layout-58a2b8b57d6da .page-title-wb #it_widget_content-8 h4.widget-title,
	#builder-layout-58bd14bc1c081 .page-title-wb #it_widget_content-41 h4.widget-title{
		margin-top: 10em;
	}
	.epl-property-blog .entry-footer {
		width: 100%!important;
		position: relative!important;
	}
	.epl-property-blog .entry-footer .epl-property-button {
		text-align: center!important;
	}

	.advanced-search-sec label {
		font-size: 0.8em;
		padding-top: 0.5em;
	}



	.builder-module .footer_newsletter .gform_body {
		width: 100%;
	}
	.builder-module .footer_newsletter .gform_footer {
		width: 100% !important;
	}
}
@media screen and (max-width:400px) {
	.builder-module .epl-property-blog.epl-listing-grid-view {
		width: 100%;
	}
	.loop-title {
		display: none;
	}
}

.rec-statistics-wrapper {

}
.rec-statistics-item-wrapper {
	box-sizing: border-box;
	width: 20%;
	float: left
}
.rec-statistics-item-wrapper:after {


}
.rec-statistics-item {
    font-size: 1.2em;
	padding: 2em 0;
	margin: 1em;
	background: rgba(255,255,255,0.7);
    text-align: center;
    font-size: 1.4em;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    z-index: 1;
}
.rec-statistics-item:after {

}
.rec-statistics-item:hover {
	background: rgba(0, 0, 0, 0.9);
}
.rec-statistics-item:hover:before {

}
.rec-statistics-item:hover:after {
	border-color: rgba(191, 162, 73, 0.9);
}
.rec-statistics-item:hover .rec-statistics-value {
          color: #ffffff;
      }
.rec-statistics-item .rec-statistics-value {
	color: #552448;
    font-size: 2em;
    line-height: 1.5em;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.rec-statistics-item .rec-statistics-label {
	color: #FFFFFF;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.contact-info {
  margin: 60px 0 70px; }
  .contact-info .contact-info-box {
    padding-left: 65px;
    padding-right: 30px;
    margin-bottom: 30px;
    width: 33%;
    float: left;
    box-sizing: border-box;
    }
    @media (max-width: 992px) {
      .contact-info .contact-info-box {
        padding-right: 0; } }
    .contact-info .contact-info-box:nth-child(3n) {
      padding-right: 0; }
    .contact-info .contact-info-box .inner-container {
      position: relative;
      padding: 20px 40px 20px 85px;
      text-align: left;
      background-color: #fafafa;
      width: 100%;
      }
      .contact-info .contact-info-box .inner-container i {
        width: 120px;
        height: 120px;
        position: absolute;
        left: -60px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #552448;
        text-align: center;
        line-height: 115px;
        font-size: 2.5em;
        background-color: #ededed;
        border: 2px solid #FFFFFF;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        border-radius: 100%
         }
        .contact-info .contact-info-box .inner-container i:after {
          display: block;
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          z-index: -1;
          background-color: #552448;
          -webkit-transform: scale(0.9);
          -ms-transform: scale(0.9);
          -o-transform: scale(0.9);
          transform: scale(0.9);
          opacity: 0;
          filter: alpha(opacity=0);
          width: 100%;
          height: 100%;
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          border-radius: 100% }
      .contact-info .contact-info-box .inner-container .value {
        display: table-cell;
        vertical-align: middle;
       }
      .contact-info .contact-info-box .inner-container:hover i {

        color: #FFFFFF; }
        .contact-info .contact-info-box .inner-container:hover i:after {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1);
          opacity: 1;
          filter: alpha(opacity=100); }


.gf_hidden_labels label {
	display: none !important;
}


.builder-module-element .loop-content .post-2203 {
    margin: 50px auto 100px;
}
.builder-module-element .fluid-width-video-container {
    margin: 20px 0 50px;
}
.post-2203 .entry-content > p:nth-child(2n) {
    padding: 0 120px;
}

/** Property Map Layout */
#builder-module-58b7ab45e6016 .builder-module-column-2-outer-wrapper .slider-map {
   height: calc(100vh - 98px) !important;
}
#builder-module-58b7ab45e6016 .builder-module-column-1-outer-wrapper {
   height: calc(100vh - 98px);
   overflow-y: scroll!important;
}
#builder-module-58b7ab45e6016 .builder-module-column-1-outer-wrapper .widget-background-wrapper {
    padding: 30px 30px 0;
    margin: 0;
}
#builder-module-58b7ab45e6016 #epl_property_search-6-background-wrapper {
    background: #fafafa none repeat scroll 0 0;
    border-bottom: 1px solid #d4d4d4;
}
/** Map Only Layout */
#builder-module-58bd1992ce497 .slider-map {
   height: calc(100vh - 198px) !important;
}
#builder-module-58bd1992ce4ce .epl-search-slim .epl-search-form {
    display: block;
}
.hidden-md.hidden-lg{
	display: none;
}
.builder-module-mobile-navigation-menu-wrapper{
	display: none;
}
/** Contact Us  page*/
.rec-fullwidth-map-block-outer-wrapper {
    width: 100%;
}
.rec-fullwidth-map-breadcrumb.rec-page-breadcrumb-wrapper {
    padding-left: 80px;
    position: absolute;
}
.rec-fullwidth-map .overlay-featured-marker {
	display: none !important;
}
/** agent carousel navigation */
.epl-slider-staff .slick-dots li {
	width: auto;
}
.epl-slider-staff .slick-dots li button {
    background: #552448 none repeat scroll 0 0;
    display: block;
    height: 6px;
    margin: 5px;
    position: relative;
    transition: all 0.5s ease 0s;
    width: 50px;
}
.epl-slider-staff .slick-dots li.slick-active button {
    background: #000 none repeat scroll 0 0;
}

.epl-slider-staff .slick-dots li button::before {
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 100%;
    top:unset;
}

.epl-slider-staff .slick-dots li.slick-active button::before {
    background: #010101 none repeat scroll 0 0;
}

#epl-caro-58cf32db06cfe {
	padding-bottom: 6em;
}

@media screen and (max-width: 880px) {
	.search-offset-wb .epl-property-blog.epl-listing-grid-view,
	.search-offset-wb .epl-property-blog.epl-listing-grid-view-forced {
	    width: 33.33%;
	}
}
@media screen and (max-width: 800px) {
	#builder-layout-58b7960ec9440 .builder-module-content {
		padding-top: 1em;
	}
	.search-offset-wb .epl-property-blog.epl-listing-grid-view,
	.search-offset-wb .epl-property-blog.epl-listing-grid-view-forced {
	    width: 33.33%;
	}
	#builder-layout-58bd25a99968e .epl-search-forms-wrapper.epl-search-slim {
	    position: unset;
	    transform: none;
	    width: 100%;
	}
	#builder-layout-58bd25a99968e .epl-search-slim .epl-search-form {
	    display: block;
	}
	#builder-layout-58bd25a99968e .epl-search-slim .epl-search-row.epl-property_location {
		width: 15%;
	}
	#builder-layout-58bd25a99968e .epl-search-slim .epl-search-custom-size {
		width: 12%;
		margin:  0!important;
	}
	.rec-page-breadcrumb-wrapper .entry-title,
	.single-property .epl-property-details .item-street {
	    font-size: 1.5em;
	}
	.epl-property-single .epl-content-right {
	    width: 100%;
	    display: block;
	    padding: 25px 0;
	}
	.epl-property-single .epl-content-left {
	    width: 100%;
	    display: block;
	}
	.epl-sd-single .epl-author-details,
	.epl-sd-single .epl-author-bio {
		width: 100%;
	}
	.rec-statistics-item {
		padding: 1em 0;
	}
	.rec-statistics-item .rec-statistics-value {
		font-size: 1.5em;
	}
	.rec-statistics-item .rec-statistics-label {
		font-size: 0.8em;
	}
	.rec-fullwidth-map-breadcrumb.rec-page-breadcrumb-wrapper {
	    padding-left: 80px;
	}



    #builder-layout-58bd25a99968e .epl-search-slim #epl_ps_tab_1 .epl-search-row.epl-property_location,
	#builder-layout-58bd25a99968e .epl-search-slim #epl_ps_tab_1 .epl-search-row.epl-property_status,
	#builder-layout-58bd25a99968e .epl-search-slim #epl_ps_tab_1 .epl-search-row.epl-property_category,
    #builder-layout-58bd25a99968e .epl-search-slim #epl_ps_tab_1 .epl-search-row.epl-property_bedrooms_min,
    #builder-layout-58bd25a99968e .epl-search-slim #epl_ps_tab_1 .epl-search-row.epl-property_bathrooms,
    #builder-layout-58bd25a99968e .epl-search-slim #epl_ps_tab_1 .epl-search-custom-size,
    #builder-layout-58bd25a99968e .epl-search-slim #epl_ps_tab_1 .epl-post_type {
	    width: 49%!important;
	    margin-bottom: 5px !important;
	}

	body#builder-layout-58bd25a99968e .epl-search-slim .epl-search-row-half {
		width: 30% !important;
	}



}

/** Responsive */
@media screen and (max-width: 500px) {
	.rec-page-breadcrumb-wrapper .entry-title, .single-property .epl-property-details .item-street {
		font-size: 1.5em;
	}
	.rec-page-breadcrumb-wrapper h1.entry-title, .rec-page-breadcrumb-wrapper .entry-title-breadcrumbs {
	    width: 100%;
	}
	.builder-module-content .hentry .entry-content {
	    padding: 0em 1em 1em;
	}
	.builder-module-content .hentry .entry-header {
	    padding: 1em 1em;
	}
	#builder-layout-58a2b8b57d6da .search-offset-wb-outer-wrapper,
	#builder-layout-58bd14bc1c081 .search-offset-wb-outer-wrapper {
	    width: 93% !important;
	    top: -50px;
	    margin: 0 14px!important;
	}
	.epl-search-forms-wrapper.epl-search-slim #epl_ps_tab_1 > form,
	.epl-search-forms-wrapper.epl-search-slim #epl_ps_tab_1 > form {
	    width: auto;
	    padding: 0.5em;
	}
	.search-offset-wb-background-wrapper {
		position: relative;
		margin-bottom: 0;
	}

	body#builder-layout-58bd25a99968e .epl-search-slim .epl-search-row-half {
		width: 46% !important;
	}
	#builder-layout-58b6ab6d43edd .search-offset-wb-outer-wrapper {
		position: unset;
		transform: none;
	}
	.page-title-wb .widget {
		/* padding: 0; */
	}
	#builder-layout-58b6ab6d43edd .search-offset-wb-background-wrapper {
		margin-bottom: 0;
	}
	.builder-module-content .directory-page-dynamic .directory-section .epl-property-blog {
		width: 100%;
	}
	.post-2203 .entry-content > p:nth-child(2n),
	#builder-layout-58bd2e101df57 .widget-wrapper-single {
	    padding: 0 60px;
	}
	.epl-faq-accordion-wrapper {
		padding: 15px;
	}
	.ui-accordion .ui-accordion-icons {
		padding-left: 1.2em;
	}
	.epl-faq-accordion-wrapper .epl-faq-accordion-item .epl-faq-content {
		margin: 0;
		padding: 1em 1.2em;
	}
	#builder-layout-58bd2e101df57 .widget-wrapper-single {
		width: 50%;
	}
	.contact-info .contact-info-box {
	    width: 100%;
	    margin-bottom: 57px;
	}
	.rec-statistics-item {
		padding: 2em 0;
	}
	.rec-fullwidth-map-breadcrumb.rec-page-breadcrumb-wrapper {
	    padding-left: 0px !important;
	}
}

/** rec single media */

#gallery {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover, 100% auto;
    min-height: 600px;
    width: auto;
    position: relative;
    /*display: block;*/
}

.fade.in {
    opacity: 1;
}
.fade {
    opacity: 0;
    transition: opacity 0.15s linear 0s;
}
.form-small {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 30px;
}
.form-media {
    display: inline-block;
    left: 40px;
    max-height: 550px;
    overflow: auto;
    position: absolute;
    top: 40px;
    width: 300px;
}
.form-media .rec-single-media-form_wrapper {
    margin: 0;
}
.media, .media-body {
    overflow: hidden;
}
#gform_1 .media-body > li {
    margin: 0;
    color: #000;
}
#gform_1 .gfield {
    padding: 0;
}
.media-body > li i {
	color: #000;
}
.media-body > li a {
	color: #00aeef;
	font-weight: bold;
}
.form-media .gform_wrapper.rec-single-media-form_wrapper #gform_1 input:focus,
.form-media .gform_wrapper.rec-single-media-form_wrapper #gform_1 textarea:focus {
    border-color: #00aeef;
    box-shadow: none;
    outline: 0 none;
}
.form-media .gform_wrapper.rec-single-media-form_wrapper #gform_1 input:focus,
.form-media .gform_wrapper.rec-single-media-form_wrapper #gform_1 textarea:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
.form-media .gform_wrapper.rec-single-media-form_wrapper #gform_1 input,
.form-media .gform_wrapper.rec-single-media-form_wrapper #gform_1 textarea {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.42857;
    margin: 0;
    text-align: inherit;
    text-transform: inherit;
}
.form-media .gform_wrapper.rec-single-media-form_wrapper #gform_1 input,
.form-media .gform_wrapper.rec-single-media-form_wrapper #gform_1 textarea {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #959595;
    display: block;
    font-size: 14px;
    height: 42px;
    line-height: 1.42857;
    padding: 6px 15px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.form-media .gform_wrapper.rec-single-media-form_wrapper #gform_1 textarea {
	height: 94px;
}
.form-media #gform_1 #gform_submit_button_1 {
    background: #552448 none repeat scroll 0 0;
    color: #ffffff;
    text-align: center;
}
.media-tabs {
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 9;
}
.media-tabs-list {
    font-size: 0;
    list-style: outside none none;
    margin: 0;
}
.detail-media {
    position: relative;
}
.detail-media .tab-content {
    position: relative;
}
.media-tabs-list li:first-child {
    margin: 0;
}
.media-tabs-list li {
    display: inline-block;
    margin-left: 12px;
    position: relative;
}
.media-tabs-list li {
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    margin: 0 0 0 12px;
    text-align: center;
    text-transform: inherit;
}
.media-tabs-list li.active a {
    background-color: rgba(0, 174, 239, 0.6);
}
.media-tabs-list li > a {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    color: #ffffff;
    display: block;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    width: 48px;
}

.media-tabs-list li > a .fa, .actions li .fa {
    color: #ffffff;
    margin: unset;
}

.agent-media .media-left, .agent-media .next-prev-block .media-right, .next-prev-block .agent-media .media-right {
    padding-right: 14px;
    position: relative;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media > .pull-left, .media-left {
    padding-right: 10px;
}
.form-group {
    margin-bottom: 15px;
}
/** rec single media - end */

/** Home Sliders **/
#epl-caro-58d47a6b37bda.slick-slider,
#epl-caro-58d47b0d019d2.slick-slider,
#epl-caro-58d47b820c8fb.slick-slider {
	height: 45vw;
	border-bottom: 3px solid #552448;
}


.slick-slider .slide-caption .item-seperator,
.slick-slider .slide-caption .item-state,
.slick-slider .slide-caption .item-pcode {
	display: none;
}


body #epl-caro-1.slick-slider {
	height: 100vh;
	border-bottom: 3px solid #552448;
}
@media screen and (max-width: 960px) {
	.epl-slider-content-2490 .slide-caption {
		font-size: 4vw !important
	}
}



#builder-layout-58b7960ec9440 #post-2276 {
	display: none;
}


/*START LIGHT BOX STYLE*/
#lightbox-popup-main {
  position: fixed;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  overflow: hidden;
  visibility: hidden; }

#lightbox-popup-main.active {
  overflow-x: hidden;
  overflow-y: auto;
  visibility: visible; }

.lightbox-popup {
  position: relative;
  margin: 90px auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }
  .lightbox-popup .popup-inner {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    .lightbox-popup .popup-inner .expand-icon {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 18px;
      position: absolute;
      right: 0;
      top: 0;
      background: rgba(45, 45, 45, 0.8);
      color: #fff;
      z-index: 10;
      cursor: pointer;
      text-align: center;
      font-family: "FontAwesome"; }
      .lightbox-popup .popup-inner .expand-icon:before {
        content: "\f065"; }
      .lightbox-popup .popup-inner .expand-icon:hover {
        font-size: 20px; }
      .lightbox-popup .popup-inner .expand-icon.compress {
        font-size: 20px; }
        .lightbox-popup .popup-inner .expand-icon.compress:before {
          content: "\f066"; }
        .lightbox-popup .popup-inner .expand-icon.compress:hover {
          font-size: 18px; }
    @media (max-width: 767px) {
      .lightbox-popup .popup-inner {
        height: 100%; } }
  @media (max-width: 767px) {
    .lightbox-popup {
      position: absolute;
      width: 100% !important;
      height: 100%;
      margin: 0; } }

.lightbox-left {
  float: left;
  width: 860px;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .lightbox-left .header-title {
    width: 100%;
    padding-right: 180px; }
  @media (max-width: 767px) {
    .lightbox-left {
      z-index: inherit; } }
  .lightbox-left .lightbox-close {
    display: none; }
    @media (max-width: 767px) {
      .lightbox-left .lightbox-close {
        display: inline-block; } }
  .lightbox-left .show {
    display: inline-block !important; }
  @media (max-width: 767px) {
    .lightbox-left {
      height: 100%; } }

.lightbox-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
  background-color: #fff;
  z-index: 5; }
  .lightbox-right .lightbox-header {
    background-color: #393939; }
  @media (max-width: 767px) {
    .lightbox-right {
      z-index: -1;
      top: 45px;
      width: 100%;
      height: calc(100% - 45px); } }

.lightbox-right.in {
  z-index: 2; }

.lightbox-header {
  width: 100%;
  height: 60px;
  background-color: #2d2d2d;
  position: relative;
  z-index: 1; }
  .lightbox-header .header-title {
    padding-left: 20px;
    width: 100%;
    box-sizing: border-box; }
    .lightbox-header .header-title p {
      color: #fff;
      margin: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 92%;
      line-height: 60px; }
      @media (max-width: 767px) {
        .lightbox-header .header-title p {
          line-height: 45px; } }
    .lightbox-header .header-title img {
      margin-right: 10px;
      display: inline-block;
      vertical-align: middle;
      }
  .lightbox-header .header-actions {
    position: absolute;
    right: 0;
    top: 0; }
    .lightbox-header .header-actions ul {
      font-size: 0; }
    .lightbox-header .header-actions li {
      margin: 0;
      line-height: 60px;
      padding: 0 20px;
      color: #575757;
      border-left: 1px solid #575757;
      font-size: 24px !important; }
      .lightbox-header .header-actions li:hover {
        color: #fff; }
      .lightbox-header .header-actions li:focus {
        color: #fff; }
      .lightbox-header .header-actions li:active {
        color: #fff; }
      @media (max-width: 767px) {
        .lightbox-header .header-actions li {
          color: #fff;
          font-size: 18px !important;
          width: 50px;
          text-align: center;
          padding: 0; } }
    .lightbox-header .header-actions span {
      width: auto;
      height: auto;
      line-height: 100%;
      opacity: 1;
      background-color: transparent; }
      .lightbox-header .header-actions span:hover {
        background-color: transparent; }
    .lightbox-header .header-actions .lightbox-close {
      color: #fff; }
    .lightbox-header .header-actions .tooltip_left {
      right: 76px; }
  @media (max-width: 767px) {
    .lightbox-header .visible-xs {
      display: inline-block !important; } }
  @media (max-width: 767px) {
    .lightbox-header {
      height: 45px;
      background-color: #000;
      border-bottom: 1px solid #575757; }
      .lightbox-header .header-actions li {
        line-height: 45px;
        font-size: 18px; }
      .lightbox-header .header-actions .share-btn {
        display: none; } }

.gallery-area {
  background-color: #000;
  padding: 20px;
  position: relative;
  min-height: 566px; }
  .gallery-area .lightbox-slide {
    margin: 0;
    display: none;
    padding: 0; }
    .gallery-area .lightbox-slide img {
      width: auto;
      max-height: 600px;
      display: inline-block; }
  .gallery-area .gallery-inner {
    width: 100%;
    position: relative;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    @media (max-width: 767px) {
      .gallery-area .gallery-inner {
        position: absolute;
        left: 50%;
        top: 44%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }
  .gallery-area .owl-theme .owl-item,
  .gallery-area .owl-theme .item {
    text-align: center;
    width: 100%; }
  @media (min-width: 768px) and (max-width: 991px) {
    .gallery-area {
      min-height: inherit; } }
  @media (max-width: 767px) {
    .gallery-area {
      min-height: calc(100% - 45px);
      padding: 0 0 50px; } }

.agent-area .form-small {
  padding: 20px; }
.agent-area .agent-media .media-left a, .agent-area .agent-media .next-prev-block .media-right a, .next-prev-block .agent-area .agent-media .media-right a {
  width: 100px !important; }

.lightbox-slide-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #000;
  border-top: 1px solid #4b4b4b; }

.lightbox-arrow-left {
  float: left;
  border-right: 1px solid #4b4b4b !important; }

.lightbox-arrow-right {
  float: right;
  border-left: 1px solid #4b4b4b !important; }

.lightbox-arrow {
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: transparent;
  color: #fff;
  font-size: 24px;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1; }
  .lightbox-arrow:hover {
    background-color: #00aeef; }

.lightbox-nav-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 0 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  margin: 0; }
  .actions {
    font-size: 0;
    list-style: outside none none;
    margin: 0;
    white-space: nowrap;
}
.actions li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px !important;
    color: #fff;
    cursor: pointer;
    font-size: 12px !important;
}
.actions li > span:hover, .lightbox-arrow:hover, .scrolltop-btn:hover {
    background-color: rgba(0, 174, 239, 0.75);
    border-color: rgba(0, 174, 239, 0.75);
}
.media-tabs-list li > a:hover, .media-tabs-list li.active a, .detail-bar .detail-tabs li:hover, .actions li > span:hover, .lightbox-arrow:hover, .scrolltop-btn:hover {
    background-color: rgba(0, 174, 239, 0.75);
    border-color: rgba(0, 174, 239, 0.75);
}

/*START SHARE TOOLTIP STYLE*/
.share_tooltip {
  position: absolute;
  right: -4px;
  bottom: 35px;
  background-color: #00aeef;
  white-space: nowrap;
  display: block;
  padding: 0 5px;
  visibility: hidden;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .share_tooltip a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding: 0 6px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center; }
    .share_tooltip a .fa {
	    color: #ffffff;
	}
    .share_tooltip a:hover,.share_tooltip a:hover .fa {
      color: #000 !important; }

    @media (max-width: 767px) {
      .share_tooltip a {
        width: 20px;
        padding: 0;
        font-size: 12px; } }
  .share_tooltip:after {
    border: solid transparent;
    content: ' ';
    height: 0;
    position: absolute;
    top: inherit;
    right: 10px;
    bottom: -13px;
    left: inherit;
    z-index: 2;
    width: 0;
    border-width: 7px;
    border-top-color: #00aeef; }
  .share_tooltip.in {
    visibility: visible;
    z-index: 5; }

.tooltip_left {
  line-height: 16px;
  position: absolute;
  top: inherit;
  right: 30px;
  bottom: 50%;
  left: inherit;
  z-index: -1;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }
  .tooltip_left:after {
    position: absolute;
    top: inherit;
    right: -14px;
    bottom: 7px;
    left: inherit;
    z-index: 2;
    border-top-color: transparent;
    border-left-color: #00aeef; }

.vegas-overlay {
  background-repeat: repeat;
  background-position: center; }

/*START OWL  BUTTONS STYLE*/


.owl-theme .owl-nav {
  margin: 0; }
  .owl-theme .owl-nav [class*=owl-] {
    font-size: 16px;
    background-color: #00aeef!important;
    border: 1px solid transparent;
    opacity: .6;
    position: absolute;
    top: 44%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 24px;
    height: 24px;
    line-height: 22px;
    padding: 0;
    margin: 0; }
    .owl-theme .owl-nav [class*=owl-]:hover {
      background-color: #00aeef!important; }
  .owl-theme .owl-nav .owl-prev {
    left: 12px;
    text-indent: -1px; }
  .owl-theme .owl-nav .owl-next {
    right: 12px;
    text-indent: 1px; }

.owl-theme .owl-dots {
  margin-top: 10px;
  text-align: center; }
  .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 2px;
    background-color: #959595;
    display: block; }
  .owl-theme .owl-dots .owl-dot.active span {
    background-color: transparent;
    border: 1px solid #959595; }

.owl-theme .owl-nav [class*=owl-]:hover,
.owl-theme .owl-nav [class*=owl-]:focus,
.owl-theme .owl-nav [class*=owl-]:active {
  color: #fff!important;
  outline: none;
  opacity: .9; }

.detail-slider .owl-nav .owl-prev,
.detail-slider .owl-nav .owl-next,
.lightbox-slide .owl-nav .owl-prev,
.lightbox-slide .owl-nav .owl-next,
.banner-slider .owl-nav .owl-prev,
.banner-slider .owl-nav .owl-next {
  width: 40px!important;
  height: 40px!important;
  line-height: 36px;
  border-radius: 0;
  top: 50%;
  font-size: 28px; }
  @media (max-width: 767px) {
    .detail-slider .owl-nav .owl-prev,
    .detail-slider .owl-nav .owl-next,
    .lightbox-slide .owl-nav .owl-prev,
    .lightbox-slide .owl-nav .owl-next,
    .banner-slider .owl-nav .owl-prev,
    .banner-slider .owl-nav .owl-next {
      width: 30px;
      height: 30px;
      line-height: 26px;
      font-size: 18px; } }

  .owl-theme .owl-nav [class*=owl-] {
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .owl-theme .owl-nav [class*="owl-"], .testimonial-carousel .owl-nav [class*="owl-"]:hover, .testimonial-carousel .owl-nav [class*="owl-"]:focus, .gallery-thumb .icon {
	    background-color: #00aeef;
	}
	.owl-nav .fa.fa-angle-left, .owl-nav .fa.fa-angle-right {
	    color: #ffffff;
	    font-size: 28px;
	    margin: 9px 0;
	    width: 100%;
	}

/** TOOLTIP */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

/** MAP */
#singlePropertyMap {
    position: relative;
}
.detail-media .tab-pane {
    min-height: 600px;
    width: 100%;
}
.tab-content > .active {
    display: block!important;
}
.tab-content > .tab-pane {
    display: none;
}
.epl_tabbed_map_control{
	display: none;
}
.epl_tabbed_map_wrapper > div {
	min-height: 600px;
}
@media (min-width: 500px) and (max-width: 900px) {
	.builder-module-navigation-menu-wrapper {
		display: table;
		margin: 0 auto;
		float: none
	}
}
/** Responsive Gallery Lightbox */
@media (max-width: 767px) {
    .hidden-xs {
        display: none;
    }
    .media-tabs {
        position: relative;
        right: inherit !important;
        top: inherit !important;
        padding-top: 20px;
    }
    .media-tabs .media-tabs-list {
        float: left;
        line-height: 24px;
    }
    .media-tabs .actions {
        float: right;
        display: block;
    }
    .media-tabs .actions li {
        font-size: 16px !important;
        margin-right: 10px !important;
    }
    .media-tabs .actions li:last-child {
        margin-right: 0 !important;
    }
    .lightbox-popup .popup-inner {
        height: 100%;
    }
    .lightbox-popup {
        position: absolute;
        width: 100% !important;
        height: 100%;
        margin: 0;
    }
    .lightbox-header .header-title p {
        line-height: 45px;
    }
    .lightbox-header .header-actions li {
        color: #fff;
        font-size: 18px !important;
        width: 50px;
        text-align: center;
        padding: 0;
    }
    .lightbox-header .visible-xs {
        display: inline-block !important;
    }
    .lightbox-header {
        height: 45px;
        background-color: #000;
        border-bottom: 1px solid #575757;
    }
    .lightbox-header .header-actions li {
        line-height: 45px;
        font-size: 18px;
    }
    .lightbox-header .header-actions .share-btn {
        display: none;
    }
    .lightbox-header .header-title img {
        margin: 0;
    }

    .gallery-area .gallery-inner {
        position: absolute;
        left: 50%;
        top: 44%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .gallery-area {
        min-height: calc(100% - 96px);
        padding: 0 0 50px;
    }
    .visible-xs {
        display: block;
    }

}


@media (max-width: 500px) {
	.form-media {
		display: block;
		left: 0;
		max-height: 550px;
		overflow: auto;
		position: relative;
		top: 10px;
		width: 75%;
		margin: 0 auto
	}
}



#builder-module-5965efa3a3042 .builder-module-column-2-outer-wrapper {
    box-sizing: border-box;
    padding: 30px 10px;
}

#builder-module-5965efa3a3042 .builder-module-column-2-outer-wrapper .epl-search-form.epl-sb-current {
    background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
    box-sizing: border-box;
    padding: 20px;
}

#builder-module-5965efa3a3042 .builder-module-column-2-outer-wrapper .select2-container .select2-choice {
	background: transparent none repeat scroll 0 0;
}
#builder-module-5965efa3a3042 .builder-module-column-2-outer-wrapper .in-field.field-width {
    background: transparent none repeat scroll 0 0;
     border-width: 0 0 2px!important;
}
#builder-module-5965efa3a3042 .epl-search-form .fm-block.epl-search-row-half.epl-search-custom-size {
    position: relative;
}

#builder-module-5965efa3a3042 .epl-search-form .fa.fa-search {
    background: #552448 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 100%;
    left: 0;
    line-height: 37px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: -1;
}

.epl-search-form .fa.fa-search{
	display: none;
}


#builder-module-5965efa3a3042 .epl-search-form-side #epl_ps_tab_1 > form .side-btn {
    background: transparent none repeat scroll 0 0;
    bottom: -15px;
    font-size: 0;
    height: 40px;
    transform: unset;
    width: 40px;
}

#builder-module-5965efa3a3042 .more-options {
    display: none!important;
}
#builder-module-5965efa3a3042 .fm-block.epl-search-row-half.epl-search-custom-size {
    float: right;
    width: auto;
}
#builder-module-5965efa3a3042 #epl_lp_property_price .ui-slider-handle,
#builder-module-5965efa3a3042 #epl_lp_property_price_rental .ui-slider-handle,
#builder-module-5965efa3a3042 #epl_mobile_lp_property_price .ui-slider-handle,
#builder-module-5965efa3a3042 #epl_mobile_lp_property_price_rental .ui-slider-handle {
	background: #552448 none repeat scroll 0 0;
}

#builder-module-5965efa3a3042 #epl_lp_property_price .ui-slider-range,
#builder-module-5965efa3a3042 #epl_lp_property_price_rental .ui-slider-range,
#builder-module-5965efa3a3042 #epl_mobile_lp_property_price .ui-slider-range,
#builder-module-5965efa3a3042 #epl_mobile_lp_property_price_rental .ui-slider-range {
    background: #552448 none repeat scroll 0 0;
}
#builder-module-5965efa3a3042 .epl-search-form .in-field {
    border-color: #ddd!important;
}
#builder-module-5965efa3a3042 .select2-container .select2-choice > .select2-chosen{
	color: #bbb;
	font-weight: bold;
}

#builder-module-5965efa3a3042 .epl-search-default .epl-lf-range-slider {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-top: 20px;
}

#builder-module-5965efa3a3042 #label_epl_lp_property_price,
#builder-module-5965efa3a3042  #label_epl_lp_property_price_rental,
#builder-module-5965efa3a3042 #label_epl_mobile_lp_property_price,
#builder-module-5965efa3a3042 #label_epl_mobile_lp_property_price_rental {
    color: #bbb;
    font-weight: bold;
}
#builder-module-5965efa3a3042 .slider-map{
	height: 90vh!important;
	margin-top: 2px!important;
}
#builder-module-5965efa3a3042 .epl-property-widget-image-wrapper {
    max-height: 600px;
    overflow: scroll;
}
.header-right {
    float: right;
    width: 23%;
}
.header-right .user a {
    color: #ffffff;
     font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    text-transform: none;
}

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: 60px;
    min-height: 16.4286px;
    padding: 0;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 430px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-header {
    background-color: #00aeef;
    border-color: #ffffff;
}
.modal-header ul {
    float: left;
    margin: 0;
}
.login-tabs li.active {
    background-color: #ffffff;
    color: #000000;
}
.login-tabs li {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    padding: 0 28px;
    float: left;
}
.modal-header .close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 22px;
    height: 60px;
    line-height: 55px;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: none;
    top: 0;
    width: 60px;
}
.login-block .form-group {
    margin-bottom: 20px;
}
.field-group {

    border-radius: 4px;
    overflow: hidden;
    width: 100%;
}

.input-icon {
	border: 1px solid #cccccc;
}

.input-icon{
	border-bottom: none;
}
.input-icon:last-child {
    border-bottom: 1px solid #cccccc;
}
.input-user::before {
    content: "\f007";
}
.input-icon::before {
    color: #959595;
    font-family: "FontAwesome";
    height: 43px;
    left: 0;
    line-height: 43px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 1;
}
.input-icon input {
    color: #959595;
    padding-left: 40px;
    position: relative;
}
.field-group input {
    border: medium none;
    display: block;
    font-size: 14px;
    font-weight: 300;
    height: 43px;
    line-height: 1.42857;
    margin: 0;
    width: 100%;
}
.input-pass::before {
    content: "\f084";
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.btn-primary {
    background-color: #00aeef;
    border-color: #2e6da4;
    color: #ffffff;
}
.input-icon {
    position: relative;
}

.login-block .checkbox {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
    color: rgba(0, 0, 0, 0.4);
    margin: 0;
}
.login-block .checkbox label {
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0;
    min-height: 20px;
    padding-left: 20px;
}
.login-tabs li:hover {
    background-color: #ffffff;
    color: #000000;
}
.btn-block {
    display: block;
    width: 100%;
}
.input-email::before {
    content: "\f003";
}
.selectpicker.select2-container {
    display: block;
}
.selectpicker.select2-container .select2-choice > .select2-chosen {
    color: #cccccc;
    font-family: roboto;
    font-weight: 300;
}
/** END THEME Styles **/