/*! /wp-content/plugins/cookie-law-info/public/css/cookie-law-info-gdpr.css */
.gdpr-container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.gdpr-row {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.gdpr-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.gdpr-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.gdpr-align-items-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
.gdpr-d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.gdpr-px-0 {
	padding-left: 0;
	padding-right: 0;
}
.modal-backdrop.show {
	opacity: .8;
}
.modal-open {
    overflow: hidden
}

.modal-open .gdpr-modal {
    overflow-x: hidden;
    overflow-y: auto
}

.gdpr-modal.fade .gdpr-modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

.gdpr-modal.show .gdpr-modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1039;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.gdpr-modal {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}
.gdpr-modal a {
	text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
	position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
	text-align: left;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
    .gdpr-modal .gdpr-modal-dialog {
        max-width:500px;
		margin: 1.75rem auto;
        min-height: calc(100% - (1.75rem * 2));		
    }
}
@media (min-width: 992px) {
	.gdpr-modal .gdpr-modal-dialog {
		max-width: 900px;			
	}
}
.gdpr-modal-content {
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}
.gdpr-modal .row {
	margin: 0 -15px;
}
.gdpr-modal .modal-body {
	padding: 0;
	position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.gdpr-modal .close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	padding: 0;
    background-color: transparent;
    border: 0;
	-webkit-appearance: none;
	font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
	outline: 0;
}
.gdpr-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 70px;
	font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
	display:none;
}
.gdpr-switch .gdpr-slider {
	background-color: #e3e1e8;
	height: 24px;
	width: 50px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
}
.gdpr-switch .gdpr-slider:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: 20px;
	left: 2px;
	position: absolute;
	transition: .4s;
	width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
	background-color:rgb(99, 179, 95);
}
.gdpr-switch input:checked + .gdpr-slider:before {
	transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
	border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
	border-radius: 50%;
}
.gdpr-tab-content>.gdpr-tab-pane {
    display: none;
}
.gdpr-tab-content>.active {
    display: block;
}
.gdpr-fade {
    transition: opacity .15s linear;
}
.gdpr-nav-pills {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
	list-style: none;
	-ms-flex-direction: column !important;
    flex-direction: column !important;
    align-items: stretch !important;
    -ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills, .gdpr-tab-content {
	width: 100%;
	padding: 30px;
}
.nav.gdpr-nav-pills {
	background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
	border: 1px solid #0070ad;
	margin-bottom: 10px;
	color: #0070ad;
	font-size: 14px;
	display: block;
	padding: .5rem 1rem;
	border-radius: .25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
	background-color: #0070ad;
	border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
	color: #ffffff;
}
.gdpr-tab-content .gdpr-button-wrapper {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
	background-color: #0070ad;
	border-color: #0070ad;
	color: #ffffff;
	font-size: 14px;
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gdpr-tab-content p {
	color: #343438;
	font-size: 14px;
	margin-top: 0;
}
.gdpr-tab-content h4 {
	font-size: 20px;
	margin-bottom: .5rem;
	margin-top: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}


.cli-container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.cli-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.cli-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.cli-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.cli-align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important;
}
.cli-d-flex {
	display: -ms-flexbox!important;
	display: flex!important;
}
.cli-px-0 {
	padding-left: 0;
	padding-right: 0;
}
.cli-btn {
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1.25rem;
	line-height: 1;
	border-radius: .25rem;
	transition: all .15s ease-in-out;
}
.cli-btn:hover {
  opacity: .8;
}
.cli-read-more-link {
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
}
.cli-btn:focus {
	outline: 0;
}
.cli-modal-backdrop.cli-show {
  opacity: .8;
}
.cli-modal-open {
  overflow: hidden
}
.cli-barmodal-open {
  overflow: hidden
}
.cli-modal-open .cli-modal {
	overflow-x: hidden;
	overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	-webkit-transform: translate(0,-25%);
	transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
	-webkit-transform: translate(0,0);
	transform: translate(0,0)
}
.cli-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	display: none;
}
.cli-modal-backdrop.cli-fade {
  opacity: 0
}
.cli-modal-backdrop.cli-show {
	opacity: .5;
	display: block;
}
.cli-modal.cli-show {
	display: block;
}
.cli-modal a {
	text-decoration: none;
}
.cli-modal .cli-modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
	.cli-modal .cli-modal-dialog {
		max-width:500px;
		margin: 1.75rem auto;
		min-height: calc(100% - (1.75rem * 2))
	}
}
@media (min-width: 992px) {
	.cli-modal .cli-modal-dialog {
		max-width: 900px;
	}
}
.cli-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .3rem;
	outline: 0
}
.cli-modal .row {
	margin: 0 -15px;
}
.cli-modal .modal-body {
	padding: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.cli-modal .cli-modal-close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}
.cli-modal .cli-modal-close:focus {
	outline: 0;
}
.cli-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 70px;
	font-size: 14px;
}
.cli-switch input[type="checkbox"] {
    display:none;
}
.cli-switch .cli-slider {
    background-color: #e3e1e8;
    height: 24px;
    width: 50px;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}
.cli-switch .cli-slider:before {
    background-color: #fff;
    bottom: 2px;
    content: "";
    height: 20px;
    left: 2px;
    position: absolute;
    transition: .4s;
    width: 20px;
}
.cli-switch input:checked + .cli-slider {
    background-color: #00acad
}
.cli-switch input:checked + .cli-slider:before {
    transform: translateX(26px);
}
.cli-switch .cli-slider {
    border-radius: 34px;
}
.cli-switch .cli-slider:before {
    border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-tab-content>.cli-active {
    display: block;
}
.cli-fade {
    transition: opacity .15s linear;
}
.cli-nav-pills {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
    width: 100%;
    padding: 30px;
}
@media (max-width: 767px) {
	.cli-nav-pills, .cli-tab-content {
    padding: 30px 10px;
	}
}
.cli-nav-pills {
    background: #f3f3f3;
}
.cli-nav-pills .cli-nav-link {
    border: 1px solid #00acad;
    margin-bottom: 10px;
    color: #00acad;
    font-size: 14px;
    display: block;
    padding: .5rem 1rem;
    border-radius: .25rem;
    cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
    background-color: #00acad;
    border: 1px solid #00acad;
}
.cli-nav-pills .cli-nav-link.cli-active {
    color: #ffffff;
}
.cli-tab-content .cli-button-wrapper {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
    color: #343438;
    font-size: 14px;
    margin-top: 0;
}
.cli-tab-content h4 {
    font-size: 20px;
    margin-bottom: 1.5rem;
    margin-top: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
/* Settings Popup */
.cli-container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.cli-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.cli-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.cli-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	flex-direction: column;
}
.cli-align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important;
}
.cli-d-flex {
	display: -ms-flexbox!important;
	display: flex!important;
}
.cli-px-0 {
	padding-left: 0;
	padding-right: 0;
}
.cli-btn {
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1.25rem;
	line-height: 1;
	border-radius: .25rem;
	transition: all .15s ease-in-out;
}
.cli-btn:hover {
  opacity: .8;
}
.cli-read-more-link {
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
}
.cli-btn:focus {
	outline: 0;
}
.cli-modal-backdrop.cli-show {
  opacity: .8;
}
.cli-modal-open {
  overflow: hidden
}
.cli-barmodal-open {
  overflow: hidden
}
.cli-modal-open .cli-modal {
	overflow-x: hidden;
	overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	-webkit-transform: translate(0,-25%);
	transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
	-webkit-transform: translate(0,0);
	transform: translate(0,0)
}
.cli-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
    background-color: #000;
    -webkit-transform:scale(0);
    transform:scale(0);
    transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
  opacity: 0;
  
}
.cli-modal-backdrop.cli-show {
	opacity: .5;
  -webkit-transform:scale(1);
  transform:scale(1);
}
.cli-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
    transform: scale(0);
	overflow: hidden;
    outline: 0;
}
.cli-modal a {
	text-decoration: none;
}
.cli-modal .cli-modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
	.cli-modal .cli-modal-dialog {
		max-width:500px;
		margin: 1.75rem auto;
		min-height: calc(100% - (1.75rem * 2))
	}
}
.cli-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .2rem;
	box-sizing: border-box;
	outline: 0
}
.cli-modal .row {
	margin: 0 -15px;
}
.cli-modal .modal-body {
	padding: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.cli-modal .cli-modal-close:focus {
	outline: 0;
}
.cli-switch {
    display: inline-block;
    position: relative;
    min-height: 1px;
    padding-left: 38px;
    font-size: 14px;
}
.cli-switch input[type="checkbox"] {
    display:none;
}
.cli-switch .cli-slider {
    background-color: #e3e1e8;
	height: 20px;
    width: 38px;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}
.cli-switch .cli-slider:before {
	background-color: #fff;
    bottom: 2px;
    content: "";
    height: 15px;
    left: 3px;
    position: absolute;
    transition: .4s;
    width: 15px;
}
.cli-switch input:checked + .cli-slider {
	background-color: #28a745;
}
.cli-switch input:checked + .cli-slider:before {
	transform: translateX(18px);
}
.cli-switch .cli-slider {
    border-radius: 34px;
    font-size:0;
}
.cli-switch .cli-slider:before {
    border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-nav-pills {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
    width: 100%;
    padding:5px 30px 5px 5px;
	box-sizing: border-box;
}
@media (max-width: 767px) {
	.cli-nav-pills, .cli-tab-content {
    padding: 30px 10px;
	}
}
.cli-nav-pills {
    background: #fff;
}
.cli-nav-pills .cli-nav-link {
    border: 1px solid #cccccc;
    margin-bottom: 10px;
    color:#2a2a2a;
    font-size: 14px;
    display: block;
    padding: .5rem 1rem;
    border-radius: .25rem;
    cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
    background-color: #f6f6f9;
    border: 1px solid #cccccc;
}
.cli-nav-pills .cli-nav-link.cli-active {
    color:#2a2a2a;
}
.cli-tab-content .cli-button-wrapper {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
    color: #343438;
    font-size: 14px;
    margin-top: 0;
}
.cli-tab-content h4 {
    font-size: 20px;
    margin-bottom: 1.5rem;
    margin-top: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
/* Cookie Settings In Bar */
#cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{
    background: transparent;
}

#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar  .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after
{
color:inherit;
}
#cookie-law-info-bar .cli-tab-header a:before
{
	border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
}
#cookie-law-info-bar .cli-row
{
	margin-top:20px;
}
#cookie-law-info-bar .cli-col-4
{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}
#cookie-law-info-bar .cli-col-8
{
	flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.cli-wrapper {
    max-width: 90%;
    float: none;
    margin: 0 auto;
}
#cookie-law-info-bar .cli-tab-content h4
{
	margin-bottom:0.5rem;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link
{
	padding: .2rem 0.5rem;
}
#cookie-law-info-bar .cli-tab-container
{
	display:none;
	text-align:left;
}

/* Popup Footer Styles */
.cli-tab-footer .cli-btn {
    background-color: #00acad;
    padding: 10px 15px;
}
.cli-tab-footer {
	width:100%;
	text-align:right;
    padding: 20px 0;
}
/* version 2.0 */
.cli-col-12
{
	width:100%;
}
.cli-tab-header
{
	display: flex;
	justify-content: space-between;
}
.cli-tab-header a:before {
    width: 10px;
    height: 2px;
    left: 0;
    top: calc(50% - 1px);
}
.cli-tab-header a:after {
    width: 2px;
    height: 10px;
    left: 4px;
    top: calc(50% - 5px);
    -webkit-transform: none;
    transform: none;
}
.cli-tab-header a:before {
	width: 7px;
    height: 7px;
    border-right: 1px solid #4a6e78;
    border-bottom: 1px solid #4a6e78;
    content: " ";
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-right:10px;
}
.cli-tab-header a.cli-nav-link  {
    position: relative;
	display: flex;
    align-items: center;
	font-size:14px;
    color:#000;
    text-transform: capitalize;
    
}
.cli-tab-header.cli-tab-active .cli-nav-link:before
{
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.cli-tab-header {
    border-radius: 5px;
    padding: 12px 15px;
    cursor: pointer;
    transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
    background-color:#f2f2f2;
}
.cli-modal .cli-modal-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    -webkit-appearance: none;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
	padding: 10px;
	background: transparent;
    border:none;
    min-width: 40px;
}
.cli-tab-container h4,.cli-tab-container h1 {
	font-family: inherit;
    font-size: 16px;
    margin-bottom: 15px;
	margin:10px 0;
}
#cliSettingsPopup .cli-tab-section-container {
    padding-top: 12px;
}
.cli-tab-container p ,.cli-privacy-content-text{
    font-size: 14px;
    line-height: 1.4;
    margin-top: 0;
    padding: 0;
    color: #000;
}
.wt-cli-privacy
{
    display:none;
}
.cli-tab-content
{
	display:none;
}
.cli-tab-section .cli-tab-content
{
	padding: 10px 20px 5px 20px;
}
.cli-tab-section
{
	margin-top:5px;
}
@media (min-width: 992px) {
	.cli-modal .cli-modal-dialog {
		max-width: 645px;
	}
}
.cli-switch .cli-slider:after{
	content: attr(data-cli-disable);
    position: absolute;
    right: 50px;
	color: #000;
	font-size:12px;
    text-align:right;
    min-width: 60px;
}
.cli-switch input:checked + .cli-slider:after
{
	content: attr(data-cli-enable);
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
	max-height: 60px;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
}
a.cli-privacy-readmore {
    font-size: 12px;
    padding-top: 12px;
    display: inline-block;
    padding-bottom: 0;
    cursor: pointer;
    color:#000;
    text-decoration: underline;
}
a.cli-privacy-readmore:before {
    content: attr(data-readmore-text);
}
.cli-collapsed a.cli-privacy-readmore:before {
    content: attr(data-readless-text);
}

.cli-collapsed .cli-privacy-content
{
    transition: max-height 0.25s ease-in;

}
.cli-privacy-content p
{
	margin-bottom:0;
}
.cli-modal-close svg {
    fill: #000;
}
span.cli-necessary-caption {
    color: #000;
    font-size: 12px;
}
.cli-tab-section.cli-privacy-tab {
    display: none;
}
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
    display: block;
}
#cookie-law-info-bar .cli-privacy-overview {
    display: none;
}
.cli-tab-container .cli-row
{
	max-height: 500px;
    overflow-y: auto;	
}
.cli-modal.cli-blowup.cli-out {
    z-index: -1;
}
.cli-modal.cli-blowup {
    z-index: 999999;
    transform: scale(1);
    
  }
  .cli-modal.cli-blowup .cli-modal-dialog {
    animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  .cli-modal.cli-blowup.cli-out .cli-modal-dialog
  {
    animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  @keyframes blowUpContent {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    99.9% {
      transform: scale(2);
      opacity: 0;
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes blowUpContentTwo {
    0% {
      transform: scale(2);
      opacity: 0;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes blowUpModal {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes blowUpModalTwo {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    50% {
        transform: scale(0.5);
        opacity: 0;
      }
    100% {
      transform: scale(0);
      opacity: 0;
    }
  }
  .cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
    font-size: 12px;
}
.cli_settings_button
{
    cursor: pointer;
}
/* Accessibility Fix */
.wt-cli-sr-only
{
    display: none;
    font-size:16px;
}
/*! /wp-content/plugins/revslider/public/assets/css/settings.css */
/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Default Style Settings -

Screen Stylesheet

version:   	5.4.5
date:      	15/05/17
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/

#debungcontrolls {
	z-index:100000;
	position:fixed;
	bottom:0px; width:100%;
	height:auto;
	background:rgba(0,0,0,0.6);
	padding:10px;
	box-sizing: border-box;
}

.debugtimeline {
	width:100%;
	height:10px;
	position:relative;
	display:block;
	margin-bottom:3px;	
	display:none;
	white-space: nowrap;	
	box-sizing: border-box;
}

.debugtimeline:hover {
	height:15px;

}

.the_timeline_tester {
	background:#e74c3c;
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:0;	
}

.rs-go-fullscreen {
	position:fixed !important;
	width:100% !important;
	height:100% !important;
	top:0px !important;
	left:0px !important;
	z-index:9999999 !important;
	background:#ffffff !important;
}


.debugtimeline.tl_slide .the_timeline_tester {
	background:#f39c12;	
}

.debugtimeline.tl_frame .the_timeline_tester {
	background:#3498db;	
}

.debugtimline_txt {
	color:#fff;
	font-weight: 400;
	font-size:7px;
	position:absolute;	
	left:10px;
	top:0px;
	white-space: nowrap;
	line-height: 10px;
}


.rtl {	direction: rtl;}
@font-face {
  font-family: 'revicons';
  src: url(/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.eot?5510888);
  src: url('/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'),
       url(/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.woff?5510888) format('woff'),
       url(/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.ttf?5510888) format('truetype'),
       url('/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.svg?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
}

 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center; 

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.revicon-search-1:before { content: '\e802'; } /* '' */
.revicon-pencil-1:before { content: '\e831'; } /* '' */
.revicon-picture-1:before { content: '\e803'; } /* '' */
.revicon-cancel:before { content: '\e80a'; } /* '' */
.revicon-info-circled:before { content: '\e80f'; } /* '' */
.revicon-trash:before { content: '\e801'; } /* '' */
.revicon-left-dir:before { content: '\e817'; } /* '' */
.revicon-right-dir:before { content: '\e818'; } /* '' */
.revicon-down-open:before { content: '\e83b'; } /* '' */
.revicon-left-open:before { content: '\e819'; } /* '' */
.revicon-right-open:before { content: '\e81a'; } /* '' */
.revicon-angle-left:before { content: '\e820'; } /* '' */
.revicon-angle-right:before { content: '\e81d'; } /* '' */
.revicon-left-big:before { content: '\e81f'; } /* '' */
.revicon-right-big:before { content: '\e81e'; } /* '' */
.revicon-magic:before { content: '\e807'; } /* '' */
.revicon-picture:before { content: '\e800'; } /* '' */
.revicon-export:before { content: '\e80b'; } /* '' */
.revicon-cog:before { content: '\e832'; } /* '' */
.revicon-login:before { content: '\e833'; } /* '' */
.revicon-logout:before { content: '\e834'; } /* '' */
.revicon-video:before { content: '\e805'; } /* '' */
.revicon-arrow-combo:before { content: '\e827'; } /* '' */
.revicon-left-open-1:before { content: '\e82a'; } /* '' */
.revicon-right-open-1:before { content: '\e82b'; } /* '' */
.revicon-left-open-mini:before { content: '\e822'; } /* '' */
.revicon-right-open-mini:before { content: '\e823'; } /* '' */
.revicon-left-open-big:before { content: '\e824'; } /* '' */
.revicon-right-open-big:before { content: '\e825'; } /* '' */
.revicon-left:before { content: '\e836'; } /* '' */
.revicon-right:before { content: '\e826'; } /* '' */
.revicon-ccw:before { content: '\e808'; } /* '' */
.revicon-arrows-ccw:before { content: '\e806'; } /* '' */
.revicon-palette:before { content: '\e829'; } /* '' */
.revicon-list-add:before { content: '\e80c'; } /* '' */
.revicon-doc:before { content: '\e809'; } /* '' */
.revicon-left-open-outline:before { content: '\e82e'; } /* '' */
.revicon-left-open-2:before { content: '\e82c'; } /* '' */
.revicon-right-open-outline:before { content: '\e82f'; } /* '' */
.revicon-right-open-2:before { content: '\e82d'; } /* '' */
.revicon-equalizer:before { content: '\e83a'; } /* '' */
.revicon-layers-alt:before { content: '\e804'; } /* '' */
.revicon-popup:before { content: '\e828'; } /* '' */

							

/******************************
	-	BASIC STYLES		-
******************************/

.rev_slider_wrapper{
	position:relative;
	z-index: 0;
	width:100%;
}

.rev_slider{
	position:relative;
	overflow:visible;
}

.entry-content .rev_slider a,
.rev_slider a { box-shadow: none; }

.tp-overflow-hidden { 	overflow:hidden !important;}
.group_ov_hidden 	{	overflow:hidden}

.tp-simpleresponsive img,
.rev_slider img{
	max-width:none !important;	
	transition: none;
	margin:0px;
	padding:0px;
	border:none;
}

.rev_slider .no-slides-text{
	font-weight:bold;
	text-align:center;
	padding-top:80px;
}

.rev_slider >ul,
.rev_slider_wrapper >ul,
.tp-revslider-mainul >li,
.rev_slider >ul >li,
.rev_slider >ul >li:before,
.tp-revslider-mainul >li:before,
.tp-simpleresponsive >ul,
.tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li:before,
.tp-revslider-mainul >li,
.tp-simpleresponsive >ul >li{
	list-style:none !important;
	position:absolute;	
	margin:0px !important;
	padding:0px !important;
	overflow-x: visible;
	overflow-y: visible;
	list-style-type: none !important;
	background-image:none;
	background-position:0px 0px;
	text-indent: 0em;
	top:0px;left:0px;
}


.tp-revslider-mainul >li,
.rev_slider >ul >li,
.rev_slider >ul >li:before,
.tp-revslider-mainul >li:before,
.tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li:before,
.tp-revslider-mainul >li,
.tp-simpleresponsive >ul >li { 
	visibility:hidden; 
}

.tp-revslider-slidesli,
.tp-revslider-mainul	{	
	padding:0 !important; 
	margin:0 !important; 
	list-style:none !important;
}

.rev_slider li.tp-revslider-slidesli {
    position: absolute !important;
}


.tp-caption .rs-untoggled-content { display:block;}
.tp-caption .rs-toggled-content { display:none;}

.rs-toggle-content-active.tp-caption .rs-toggled-content { display:block;}
.rs-toggle-content-active.tp-caption .rs-untoggled-content { display:none;}

.rev_slider .tp-caption,
.rev_slider .caption 	{ 
	position:relative;  
	visibility:hidden; 
	white-space: nowrap;
	display: block;	
	-webkit-font-smoothing: antialiased !important;
	z-index:1;
}

.rev_slider .tp-caption,
.rev_slider .caption,
.tp-simpleresponsive img {
	-moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap *:last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap *:last-child{
	margin-bottom:0;

}

.tp-svg-layer svg {	width:100%; height:100%;position: relative;vertical-align: top}

	
/* CAROUSEL FUNCTIONS */
.tp-carousel-wrapper {
	cursor:url(/wp-content/plugins/revslider/public/assets/css/openhand.cur), move;
}
.tp-carousel-wrapper.dragged {
	cursor:url(/wp-content/plugins/revslider/public/assets/css/closedhand.cur), move;
}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp_inner_padding {	
	box-sizing:border-box;	
	max-height:none !important;	
}


.tp-caption.tp-layer-selectable {
	-moz-user-select: all;
	-khtml-user-select: all;
	-webkit-user-select: all;
	-o-user-select: all;	
}

.tp-forcenotvisible,
.tp-hide-revslider,
.tp-caption.tp-hidden-caption,
.tp-parallax-wrap.tp-hidden-caption {	
	visibility:hidden !important; 
	display:none !important
}

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider audio,
.rev_slider video {
	max-width: none !important
}

.tp-element-background 	{	position:absolute; top:0px;left:0px; width:100%;height:100%;z-index:0;}

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: #fff; z-index: 1000; transform: scaleX(0) scaleY(0);}

.tp-parallax-wrap { transform-style: preserve-3d }

/***********************************************************
	- 	ZONES / GOUP / ROW / COLUMN LAYERS AND HELPERS 	-
***********************************************************/
.rev_row_zone					{	position:absolute; width:100%;left:0px; box-sizing: border-box;min-height:50px; font-size:0px;}

.rev_row_zone_top 				{	top:0px;}
.rev_row_zone_middle 			{	top:50%; transform:translateY(-50%);}
.rev_row_zone_bottom 			{	bottom:0px;}

.rev_column .tp-parallax-wrap  { vertical-align: top }

.rev_slider .tp-caption.rev_row 	{
	display:table;
	position:relative;
	width:100% !important;
	table-layout: fixed;
	box-sizing: border-box;
	vertical-align: top;
	height:auto !important;
	font-size:0px;
}

.rev_column {	
	display: table-cell;
	position: relative;
	vertical-align: top;
	height: auto;
	box-sizing: border-box;	
	font-size:0px;
}

.rev_column_inner {
	box-sizing: border-box;
	display: block;
	position: relative;
	width:100% !important;
	height:auto !important;
	white-space: normal !important;
}

.rev_column_bg {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    box-sizing: border-box;
    background-clip: content-box;
    border: 0px solid transparent;
}



.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .tp-loop-wrap,
.rev_column_inner .tp-mask-wrap 			{	text-align: inherit; }
.rev_column_inner .tp-mask-wrap 			{	display: inline-block;}


.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap,
.rev_column_inner .tp-parallax-wrap { position: relative !important; left:auto !important; top:auto !important; line-height: 0px;}

.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap,
.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .rev_layer_in_column { vertical-align: top; }

.rev_break_columns { display: block !important }
.rev_break_columns .tp-parallax-wrap.rev_column  { display:block !important; width:100% !important; }


/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/


.fullscreen-container {	
	position:relative;
	padding:0;
}


.fullwidthbanner-container{
	position:relative;
	padding:0;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabanner{
	width:100%;
	position:relative;
}



/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/

.tp-static-layers				{	
	position:absolute; z-index:101; top:0px;left:0px;
	/*pointer-events:none;*/

}

/* new static layers position option */
.tp-static-layers-back {	
	z-index:0;
}


.tp-caption .frontcorner		{
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-top: 40px solid #00A8FF;
	position: absolute;left:-40px;top:0px;
}

.tp-caption .backcorner		{
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-bottom: 40px solid #00A8FF;
	position: absolute;right:0px;top:0px;
}

.tp-caption .frontcornertop		{
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 40px solid #00A8FF;
	position: absolute;left:-40px;top:0px;
}

.tp-caption .backcornertop		{
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #00A8FF;
	position: absolute;right:0px;top:0px;
}
									
.tp-layer-inner-rotation {	
	position: relative !important;
}		


/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/

img.tp-slider-alternative-image	{	
	width:100%; height:auto;
}


/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/

.rs-background-video-layer 		{	position: absolute;top:0px;left:0px; width:100%;height:100%;visibility: hidden;z-index: 0;}

.tp-caption.coverscreenvideo	{	width:100%;height:100%;top:0px;left:0px;position:absolute;}
.caption.fullscreenvideo,
.tp-caption.fullscreenvideo		{	left:0px; top:0px; position:absolute;width:100%;height:100%}

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo audio,
.caption.fullscreenvideo video,
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe audio,
.tp-caption.fullscreenvideo iframe video	{ width:100% !important; height:100% !important; display: none}

.fullcoveredvideo audio,
.fullscreenvideo audio
.fullcoveredvideo video,
.fullscreenvideo video				{	background: #000}

.fullcoveredvideo .tp-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}


.videoisplaying .html5vid .tp-poster	{	display: none}

.tp-video-play-button					{	
	background:#000;
	background:rgba(0,0,0,0.3);										
	border-radius:5px;
	position: absolute;
	top: 50%;
	left: 50%;										
	color: #FFF;
	z-index: 3;
	margin-top: -25px;
	margin-left: -25px;
	line-height: 50px !important;
	text-align: center;
	cursor: pointer;
	width: 50px;
	height:50px;
	box-sizing: border-box;
	
	display: inline-block;	
	vertical-align: top;
	z-index: 4;
	opacity: 0;	
	transition:opacity 300ms ease-out !important;				
}

.tp-hiddenaudio,
.tp-audio-html5 .tp-video-play-button { display:none !important;}
.tp-caption .html5vid					{	width:100% !important; height:100% !important;}									
.tp-video-play-button i 				{	width:50px;height:50px; display:inline-block; text-align: center; vertical-align: top; line-height: 50px !important; font-size: 40px !important;}									
.tp-caption:hover .tp-video-play-button	{	opacity: 1; display:block;}
.tp-caption .tp-revstop					{	display:none; border-left:5px solid #fff !important; border-right:5px solid #fff !important;margin-top:15px !important;line-height: 20px !important;vertical-align: top; font-size:25px !important;}
.videoisplaying .revicon-right-dir		{	display:none}
.videoisplaying .tp-revstop				{	display:inline-block}

.videoisplaying  .tp-video-play-button			{	display:none}


.fullcoveredvideo .tp-video-play-button			{	display:none !important}


.fullscreenvideo .fullscreenvideo audio 		{	object-fit:contain !important;}
.fullscreenvideo .fullscreenvideo video 		{	object-fit:contain !important;}

.fullscreenvideo .fullcoveredvideo audio 		{	object-fit:cover !important;}
.fullscreenvideo .fullcoveredvideo video 		{	object-fit:cover !important;}

.tp-video-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
	opacity: 0;	
	transition: opacity .3s;
	background-image: linear-gradient(to bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);		
	display:table;max-width:100%; overflow:hidden;box-sizing:border-box;
}

.tp-caption:hover .tp-video-controls {	opacity: .9;}

.tp-video-button {
	background: rgba(0,0,0,.5);
	border: 0;
	color: #EEE;	
	border-radius: 3px;
	cursor:pointer;
	line-height:12px;
	font-size:12px;
	color:#fff;
	padding:0px;
	margin:0px;
	outline: none;
	}
.tp-video-button:hover 				{	cursor: pointer;}


.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap 				{ 	padding:0px 5px;display:table-cell; vertical-align: middle;}

.tp-video-seek-bar-wrap				{	width:80%}
.tp-video-vol-bar-wrap				{	width:20%}

.tp-volume-bar,
.tp-seek-bar						{	width:100%; cursor: pointer;  outline:none; line-height:12px;margin:0; padding:0;}


.rs-fullvideo-cover					{	width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;}


.disabled_lc .tp-video-play-button,
.rs-background-video-layer video::-webkit-media-controls-start-playback-button,
.rs-background-video-layer video::-webkit-media-controls,
.rs-background-video-layer audio::-webkit-media-controls { display:none !important;}
 

.tp-audio-html5 .tp-video-controls {	opacity: 1 !important; visibility: visible !important}

 


/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3}
.tp-dottedoverlay.twoxtwo				{	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkRDMDBGQ0Y5NEI4NjExRTM5RTg2QTY1RTUyQjIxNEQyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkRDMDBGQ0ZBNEI4NjExRTM5RTg2QTY1RTUyQjIxNEQyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6REMwMEZDRjc0Qjg2MTFFMzlFODZBNjVFNTJCMjE0RDIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6REMwMEZDRjg0Qjg2MTFFMzlFODZBNjVFNTJCMjE0RDIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6C0EmkAAAAGElEQVR42mJiYGD4DwQMTECCEchhAAgwAEcGBv9dngKPAAAAAElFTkSuQmCC)}
.tp-dottedoverlay.twoxtwowhite			{	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAACXBIWXMAAAsTAAALEwEAmpwYAAADGGlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjaY2BgnuDo4uTKJMDAUFBUUuQe5BgZERmlwH6egY2BmYGBgYGBITG5uMAxIMCHgYGBIS8/L5UBFTAyMHy7xsDIwMDAcFnX0cXJlYE0wJpcUFTCwMBwgIGBwSgltTiZgYHhCwMDQ3p5SUEJAwNjDAMDg0hSdkEJAwNjAQMDg0h2SJAzAwNjCwMDE09JakUJAwMDg3N+QWVRZnpGiYKhpaWlgmNKflKqQnBlcUlqbrGCZ15yflFBflFiSWoKAwMD1A4GBgYGXpf8EgX3xMw8BSMDVQYqg4jIKAUICxE+CDEESC4tKoMHJQODAIMCgwGDA0MAQyJDPcMChqMMbxjFGV0YSxlXMN5jEmMKYprAdIFZmDmSeSHzGxZLlg6WW6x6rK2s99gs2aaxfWMPZ9/NocTRxfGFM5HzApcj1xZuTe4FPFI8U3mFeCfxCfNN45fhXyygI7BD0FXwilCq0A/hXhEVkb2i4aJfxCaJG4lfkaiQlJM8JpUvLS19QqZMVl32llyfvIv8H4WtioVKekpvldeqFKiaqP5UO6jepRGqqaT5QeuA9iSdVF0rPUG9V/pHDBYY1hrFGNuayJsym740u2C+02KJ5QSrOutcmzjbQDtXe2sHY0cdJzVnJRcFV3k3BXdlD3VPXS8Tbxsfd99gvwT//ID6wIlBS4N3hVwMfRnOFCEXaRUVEV0RMzN2T9yDBLZE3aSw5IaUNak30zkyLDIzs+ZmX8xlz7PPryjYVPiuWLskq3RV2ZsK/cqSql01jLVedVPrHzbqNdU0n22VaytsP9op3VXUfbpXta+x/+5Em0mzJ/+dGj/t8AyNmf2zvs9JmHt6vvmCpYtEFrcu+bYsc/m9lSGrTq9xWbtvveWGbZtMNm/ZarJt+w6rnft3u+45uy9s/4ODOYd+Hmk/Jn58xUnrU+fOJJ/9dX7SRe1LR68kXv13fc5Nm1t379TfU75/4mHeY7En+59lvhB5efB1/lv5dxc+NH0y/fzq64Lv4T8Ffp360/rP8f9/AA0ADzT6lvFdAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAAZSURBVHjaYvj//z8Dw3+G/wwAAAAA//8DAB3sBPwaPUesAAAAAElFTkSuQmCC)}
.tp-dottedoverlay.threexthree			{	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkRDMDBGQ0ZENEI4NjExRTM5RTg2QTY1RTUyQjIxNEQyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkRDMDBGQ0ZFNEI4NjExRTM5RTg2QTY1RTUyQjIxNEQyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6REMwMEZDRkI0Qjg2MTFFMzlFODZBNjVFNTJCMjE0RDIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6REMwMEZDRkM0Qjg2MTFFMzlFODZBNjVFNTJCMjE0RDIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz52U1ucAAAAHUlEQVR42mJkYGD4DwSMQJqBEchggAEmBiQAEGAAzdMG/7gnuzwAAAAASUVORK5CYII=)}
.tp-dottedoverlay.threexthreewhite		{	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZBOTQxMTNFNEI4QjExRTM5RTg2QTY1RTUyQjIxNEQyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZBOTQxMTNGNEI4QjExRTM5RTg2QTY1RTUyQjIxNEQyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6REMwMEZDRkY0Qjg2MTFFMzlFODZBNjVFNTJCMjE0RDIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6REMwMEZEMDA0Qjg2MTFFMzlFODZBNjVFNTJCMjE0RDIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5I32lpAAAAGklEQVR42mL8DwQMDAyMQMzABGPAOHAAEGAAkj8EBOSGbcEAAAAASUVORK5CYII=)}


/******************************
	-	SHADOWS		-
******************************/

.tp-shadowcover	{	width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;}
.tp-shadow1 	{	box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);}

.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after
{
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width:300px;
  background: transparent;  
  box-shadow: 0 15px 10px rgba(0,0,0,0.8);
  
  transform: rotate(-3deg);
}

.tp-shadow2:after,
.tp-shadow4:after
{  
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.tp-shadow5
{
  	position:relative;        
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before, .tp-shadow5:after
{
	content:"";
    position:absolute; 
    z-index:-2;    
    box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
    top:30%;
    bottom:0;
    left:20px;
    right:20px;    
    border-radius:100px / 20px;
}

/******************************
	-	BUTTONS	-
*******************************/

.tp-button{
	padding:6px 13px 5px;
	border-radius: 3px;	
	height:30px;
	cursor:pointer;
	color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
	font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
	text-decoration:none;
}

.tp-button.big	{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; }


.purchase:hover,
.tp-button:hover,
.tp-button.big:hover {	background-position:bottom, 15px 11px}

	
/*	BUTTON COLORS	*/

.tp-button.green, .tp-button:hover.green,
.purchase.green, .purchase:hover.green			{ background-color:#21a117;box-shadow:0px 3px 0px 0px #104d0b;}

.tp-button.blue, .tp-button:hover.blue,
.purchase.blue, .purchase:hover.blue			{ background-color:#1d78cb;box-shadow:0px 3px 0px 0px #0f3e68}

.tp-button.red, .tp-button:hover.red,
.purchase.red, .purchase:hover.red				{ background-color:#cb1d1d;box-shadow:0px 3px 0px 0px #7c1212}

.tp-button.orange, .tp-button:hover.orange,
.purchase.orange, .purchase:hover.orange		{ background-color:#ff7700;box-shadow:0px 3px 0px 0px #a34c00}

.tp-button.darkgrey,.tp-button.grey,
.tp-button:hover.darkgrey,.tp-button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey	{ background-color:#555;box-shadow:0px 3px 0px 0px #222}

.tp-button.lightgrey, .tp-button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey	{ background-color:#888;box-shadow:0px 3px 0px 0px #555}



/* TP BUTTONS DESKTOP SIZE */

.rev-btn,
.rev-btn:visited						{ 	outline:none !important; box-shadow:none !important; text-decoration: none !important; line-height: 44px; font-size: 17px; font-weight: 500; padding: 12px 35px; box-sizing:border-box;  font-family: "Roboto", sans-serif;  cursor: pointer;}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited			{ 	text-transform: uppercase; letter-spacing: 1px; font-size: 15px; font-weight: 900; }

.rev-btn.rev-withicon i					{ 	font-size: 15px; font-weight: normal; position: relative; top: 0px; transition: all 0.2s ease-out !important; margin-left:10px !important;}

.rev-btn.rev-hiddenicon i				{ 	font-size: 15px; font-weight: normal; position: relative; top: 0px; transition: all 0.2s ease-out !important;  opacity: 0; margin-left:0px !important; width:0px !important;  }
.rev-btn.rev-hiddenicon:hover i			{   opacity: 1 !important; margin-left:10px !important; width:auto !important;}

/* REV BUTTONS MEDIUM */
.rev-btn.rev-medium,
.rev-btn.rev-medium:visited				{	 line-height: 36px; font-size: 14px; padding: 10px 30px; }

.rev-btn.rev-medium.rev-withicon i		{ 	font-size: 14px; top: 0px; }

.rev-btn.rev-medium.rev-hiddenicon i	{ 	font-size: 14px; top: 0px; }


/* REV BUTTONS SMALL */
.rev-btn.rev-small,
.rev-btn.rev-small:visited				{	line-height: 28px; font-size: 12px; padding: 7px 20px; }

.rev-btn.rev-small.rev-withicon i		{	font-size: 12px; top: 0px; }

.rev-btn.rev-small.rev-hiddenicon i		{ 	font-size: 12px; top: 0px; }


/* ROUNDING OPTIONS */
.rev-maxround 							{ 	border-radius: 30px; }
.rev-minround 							{ 	border-radius: 3px; }	


/* BURGER BUTTON */
.rev-burger {
  position: relative;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 22px 0 0 14px;
  border-radius: 50%;
  border: 1px solid rgba(51,51,51,0.25);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: .7s;
  pointer-events: none;
  transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}

#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);
 
}
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);
 
  opacity: 0;
}
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);
 
}

.rev-burger.revb-white {
  border: 2px solid rgba(255,255,255,0.2);
}
.rev-burger.revb-white span {
  background: #fff;
}
.rev-burger.revb-whitenoborder {
  border: 0;
}
.rev-burger.revb-whitenoborder span {
  background: #fff;
}
.rev-burger.revb-darknoborder {
  border: 0;
}
.rev-burger.revb-darknoborder span {
  background: #333;
}

.rev-burger.revb-whitefull {
  background: #fff;
  border:none;
}

.rev-burger.revb-whitefull span {
	background:#333;
}

.rev-burger.revb-darkfull {
  background: #333;
  border:none;
}

.rev-burger.revb-darkfull span {
	background:#fff;
}


/* SCROLL DOWN BUTTON */

@keyframes rev-ani-mouse {
	0% {opacity: 1;top: 29%;}
	15% {opacity: 1;top: 50%;}
	50% {opacity: 0;top: 50%;}
	100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
	display: inline-block;
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	width:35px;
	height:55px;	
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.rev-scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
	color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
	opacity: 0.8;
}

.rev-scroll-btn.revs-fullwhite  {
	background:#fff;
}

.rev-scroll-btn.revs-fullwhite span {
	background: #333;	
}

.rev-scroll-btn.revs-fulldark  {
	background:#333;
	border:none;
}

.rev-scroll-btn.revs-fulldark  span {
	background: #fff;	
}

.rev-scroll-btn span {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;	
	animation: rev-ani-mouse 2.5s linear infinite;
}

.rev-scroll-btn.revs-dark {
	border-color:#333;
}
.rev-scroll-btn.revs-dark span {
	background: #333;	
}

.rev-control-btn {
	position: relative;
	display: inline-block;
	z-index: 5;	
	color: #FFF;  
	font-size: 20px;
	line-height: 60px;
	font-weight: 400;
	font-style: normal;
	font-family: Raleway;	
	text-decoration: none;
	text-align: center;
	background-color: #000;	
	border-radius: 50px;	
	text-shadow: none;
	background-color: rgba(0, 0, 0, 0.50);
	width:60px;
	height:60px;
	box-sizing: border-box;
	cursor: pointer;
}

.rev-cbutton-dark-sr	{	
	border-radius: 3px;		
}

.rev-cbutton-light	{	
	color: #333;  	
	background-color: rgba(255,255,255, 0.75);	
}

.rev-cbutton-light-sr	{		
	color: #333;  	
	border-radius: 3px;		
	background-color: rgba(255,255,255, 0.75);
}


.rev-sbutton {	
	line-height: 37px;	
	width:37px;
	height:37px;	
}

.rev-sbutton-blue	{	
	background-color: #3B5998
}
.rev-sbutton-lightblue	{	
	background-color: #00A0D1;
}
.rev-sbutton-red	{	
	background-color: #DD4B39;
}




/************************************
-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	visibility: hidden; width:100%; height:5px; background:#000; background:rgba(0,0,0,0.15); position:absolute; z-index:200; top:0px}
.tp-bannertimer.tp-bottom					{	top:auto; bottom:0px !important;height:5px}



/*********************************************
-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/

.tp-caption img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
	zoom:1;
}

.tp-caption img {  }



.caption.slidelink a div,
.tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNi8yNC8xMn+6RgAAAAAYdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3Jrc0+zH04AAAAUSURBVAiZY/z//z8DOmDCEKFcEAA2UAMHjYSsRQAAAABJRU5ErkJggg==) repeat}
.tp-caption.slidelink a span{	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNi8yNC8xMn+6RgAAAAAYdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3Jrc0+zH04AAAAUSURBVAiZY/z//z8DOmDCEKFcEAA2UAMHjYSsRQAAAABJRU5ErkJggg==) repeat}
.tp-shape {	width:100%;height:100%;}



/*********************************************
-	WOOCOMMERCE STYLES	-
***********************************************/

.tp-caption .rs-starring				{	display: inline-block}


.tp-caption .rs-starring .star-rating {
	float: none;	
	display: inline-block;
    vertical-align: top;
    color: #FFC321 !important;
}


.tp-caption .rs-starring .star-rating, 
.tp-caption .rs-starring-page .star-rating {	
	position: relative;
	height: 1em;	
	width: 5.4em;
	font-family: star;
	font-size: 1em !important;
}

.tp-caption  .rs-starring .star-rating:before, 
.tp-caption  .rs-starring-page .star-rating:before {
	content: "\73\73\73\73\73";
	color: #E0DADF;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.tp-caption .rs-starring .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	font-size: 1em !important;
}

.tp-caption .rs-starring .star-rating span:before,
.tp-caption .rs-starring .star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}




/******************************
	-	LOADER FORMS	-
********************************/

.tp-loader 	{
	top:50%; left:50%;
	z-index:10000;
	position:absolute;
}

.tp-loader.spinner0 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	background-image:url(data:image/gif;base64,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);
	background-repeat:no-repeat;
	background-position: center center;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);	
	margin-top:-20px;
	margin-left:-20px;	
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;	
}


.tp-loader.spinner1 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);	
	margin-top:-20px;
	margin-left:-20px;	
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;	
}



.tp-loader.spinner5 	{	
	background-image:url(data:image/gif;base64,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);
	background-repeat:no-repeat;
	background-position:10px 10px;
	background-color:#fff;
	margin:-22px -22px;
	width:44px;height:44px;
	border-radius: 3px;	
}


@keyframes tp-rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);} 
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);} 
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}


.tp-loader.spinner2 {
	width: 40px;
	height: 40px;
	margin-top:-20px;margin-left:-20px;
	background-color: #ff0000;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);	
	border-radius: 100%;	
	animation: tp-scaleout 1.0s infinite ease-in-out;
}


@keyframes tp-scaleout {
  0% {transform: scale(0.0);} 
  100% {transform: scale(1.0);opacity: 0;}
}


.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;
}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);  
  border-radius: 100%;
  display: inline-block;  
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */  
  animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
  animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {  
  animation-delay: -0.16s;
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% {transform: scale(0.0);} 
  40% {transform: scale(1.0);}
}




.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  animation: tp-rotate 2.0s infinite linear;
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;  
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);  
}

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;  
  animation-delay: -1.0s;
}


@keyframes tp-rotate { 100% { transform: rotate(360deg);}}

@keyframes tp-bounce {
  0%, 100% {transform: scale(0.0);} 
  50% { transform: scale(1.0);}
}



/***********************************************
	-  STANDARD NAVIGATION SETTINGS 
***********************************************/


.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar					{	border:none; min-height: 0; margin:0; border-radius: 0; }

.tp-tabs,
.tp-thumbs,
.tp-bullets						{	position:absolute; display:block; z-index:1000; top:0px; left:0px;}

.tp-tab,
.tp-thumb 						{	cursor: pointer; position:absolute;opacity:0.5;  box-sizing: border-box;}

.tp-arr-imgholder,
.tp-videoposter,
.tp-thumb-image,
.tp-tab-image					{	background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;}

.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected				{	opacity:1;}

.tp-tab-mask,
.tp-thumb-mask 					{	box-sizing:border-box !important; }

.tp-tabs,
.tp-thumbs						{	box-sizing:content-box !important; }

.tp-bullet 						{	width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;}
.tp-bullet.selected,
.tp-bullet:hover				{	background:#fff;}




.tparrows						{	cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.tparrows:hover 				{	background:#000;}
.tparrows:before				{	font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before	{	content: '\e824'; }
.tparrows.tp-rightarrow:before	{	content: '\e825'; }



/***************************
	- KEN BURNS FIXES -
***************************/

body.rtl .tp-kbimg {left: 0 !important}



/***************************
	- 3D SHADOW MODE -
***************************/

.dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);}

/*******************
	- DEBUG MODE -
*******************/

.hglayerinfo				   {	  position: fixed;
  bottom: 0px;
  left: 0px;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px 10px;
  z-index: 2000;
  white-space: normal;}
.hginfo 					   { 	position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;}
.indebugmode .tp-caption:hover { 	border:1px dashed #c0392b !important;}
.helpgrid 					   { 	border:2px dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0 }
#revsliderlogloglog				{	padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;}



/** 
INSTAGRAM FILTERS BY UNA 
https://una.im/CSSgram/
**/
.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}
.tp-kbimg-wrap:before,
.tp-kbimg-wrap:after {height:500%;width:500%}
/* [inline: after] */#rs-demo-id {}
/* [/inline: after] */
/*! /wp-content/themes/wpresidence/css/bootstrap.min.css */
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    :after,
    :before {
        color: #000!important;
        text-shadow: none!important;
        background: 0 0!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    select {
        background: #fff!important
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/wp-content/themes/wpresidence/css/../fonts/glyphicons-halflings-regular.eot);
    src: url(/wp-content/themes/wpresidence/css/../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/wpresidence/css/../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(/wp-content/themes/wpresidence/css/../fonts/glyphicons-halflings-regular.woff) format('woff'), url(/wp-content/themes/wpresidence/css/../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/wp-content/themes/wpresidence/css/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date],
    input[type=time],
    input[type=datetime-local],
    input[type=month] {
        line-height: 34px
    }
    .input-group-sm input[type=date],
    .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm {
        line-height: 30px
    }
    .input-group-lg input[type=date],
    .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px
}

select[multiple].form-group-sm .form-control,
textarea.form-group-sm .form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px
}

select[multiple].form-group-lg .form-control,
textarea.form-group-lg .form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px)and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }
    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left!important
    }
    .navbar-right {
        float: right!important;
        margin-right: -15px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #080808
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding: 48px 0
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.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 {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.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: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    filter: alpha(opacity=0);
    opacity: 0
}

.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;
    text-decoration: none;
    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
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
       
    }
    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none!important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width:768px)and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:768px)and (max-width:991px) {
    .visible-sm-block {
        display: block!important
    }
}

@media (min-width:768px)and (max-width:991px) {
    .visible-sm-inline {
        display: inline!important
    }
}

@media (min-width:768px)and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width:992px)and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
}

@media (min-width:992px)and (max-width:1199px) {
    .visible-md-block {
        display: block!important
    }
}

@media (min-width:992px)and (max-width:1199px) {
    .visible-md-inline {
        display: inline!important
    }
}

@media (min-width:992px)and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px)and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px)and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}
/*! /wp-content/themes/wpresidence/css/bootstrap-theme.min.css */
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */.btn-danger,.btn-default,.btn-info,.btn-primary,.btn-success,.btn-warning{text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)}.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-success.active,.btn-success:active,.btn-warning.active,.btn-warning:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-danger .badge,.btn-default .badge,.btn-info .badge,.btn-primary .badge,.btn-success .badge,.btn-warning .badge{text-shadow:none}.btn.active,.btn:active{background-image:none}.btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-o-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc}.btn-default:focus,.btn-default:hover{background-color:#e0e0e0;background-position:0 -15px}.btn-default.active,.btn-default:active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-default.disabled,.btn-default:disabled,.btn-default[disabled]{background-color:#e0e0e0;background-image:none}.btn-primary{background-image:-webkit-linear-gradient(top,#337ab7 0,#265a88 100%);background-image:-o-linear-gradient(top,#337ab7 0,#265a88 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));background-image:linear-gradient(to bottom,#337ab7 0,#265a88 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#245580}.btn-primary:focus,.btn-primary:hover{background-color:#265a88;background-position:0 -15px}.btn-primary.active,.btn-primary:active{background-color:#265a88;border-color:#245580}.btn-primary.disabled,.btn-primary:disabled,.btn-primary[disabled]{background-color:#265a88;background-image:none}.btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#3e8f3e}.btn-success:focus,.btn-success:hover{background-color:#419641;background-position:0 -15px}.btn-success.active,.btn-success:active{background-color:#419641;border-color:#3e8f3e}.btn-success.disabled,.btn-success:disabled,.btn-success[disabled]{background-color:#419641;background-image:none}.btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#28a4c9}.btn-info:focus,.btn-info:hover{background-color:#2aabd2;background-position:0 -15px}.btn-info.active,.btn-info:active{background-color:#2aabd2;border-color:#28a4c9}.btn-info.disabled,.btn-info:disabled,.btn-info[disabled]{background-color:#2aabd2;background-image:none}.btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#e38d13}.btn-warning:focus,.btn-warning:hover{background-color:#eb9316;background-position:0 -15px}.btn-warning.active,.btn-warning:active{background-color:#eb9316;border-color:#e38d13}.btn-warning.disabled,.btn-warning:disabled,.btn-warning[disabled]{background-color:#eb9316;background-image:none}.btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#b92c28}.btn-danger:focus,.btn-danger:hover{background-color:#c12e2a;background-position:0 -15px}.btn-danger.active,.btn-danger:active{background-color:#c12e2a;border-color:#b92c28}.btn-danger.disabled,.btn-danger:disabled,.btn-danger[disabled]{background-color:#c12e2a;background-image:none}.img-thumbnail,.thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{background-color:#e8e8e8;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat:repeat-x}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{background-color:#2e6da4;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}.navbar-default{background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-o-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075)}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.open>a{background-image:-webkit-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:-o-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2));background-image:linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.075);box-shadow:inset 0 3px 9px rgba(0,0,0,.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-o-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a{background-image:-webkit-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-o-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#080808),to(#0f0f0f));background-image:linear-gradient(to bottom,#080808 0,#0f0f0f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.25);box-shadow:inset 0 3px 9px rgba(0,0,0,.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,.25)}.navbar-fixed-bottom,.navbar-fixed-top,.navbar-static-top{border-radius:0}@media (max-width:767px){.navbar .navbar-nav .open .dropdown-menu>.active>a,.navbar .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}}.alert{text-shadow:0 1px 0 rgba(255,255,255,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05)}.alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);background-repeat:repeat-x;border-color:#b2dba1}.alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0));background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);background-repeat:repeat-x;border-color:#9acfea}.alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#f8efc0));background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);background-repeat:repeat-x;border-color:#f5e79e}.alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);background-repeat:repeat-x;border-color:#dca7a7}.progress{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#f5f5f5));background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);background-repeat:repeat-x}.progress-bar{background-image:-webkit-linear-gradient(top,#337ab7 0,#286090 100%);background-image:-o-linear-gradient(top,#337ab7 0,#286090 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#286090));background-image:linear-gradient(to bottom,#337ab7 0,#286090 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);background-repeat:repeat-x}.progress-bar-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#449d44));background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);background-repeat:repeat-x}.progress-bar-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#31b0d5));background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);background-repeat:repeat-x}.progress-bar-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#ec971f));background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);background-repeat:repeat-x}.progress-bar-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c9302c));background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);background-repeat:repeat-x}.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{text-shadow:0 -1px 0 #286090;background-image:-webkit-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2b669a));background-image:linear-gradient(to bottom,#337ab7 0,#2b669a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);background-repeat:repeat-x;border-color:#2b669a}.list-group-item.active .badge,.list-group-item.active:focus .badge,.list-group-item.active:hover .badge{text-shadow:none}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05)}.panel-default>.panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat:repeat-x}.panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}.panel-success>.panel-heading{background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#d0e9c6));background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);background-repeat:repeat-x}.panel-info>.panel-heading{background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);background-repeat:repeat-x}.panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#faf2cc));background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);background-repeat:repeat-x}.panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-o-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#ebcccc));background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);background-repeat:repeat-x}.well{background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);background-repeat:repeat-x;border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1)}
/*! /wp-content/themes/wpresidence/style.css */
/*
Version: 1.40.1
Tags: white, one-column, two-columns,left-sidebar, right-sidebar, fluid-layout , custom-menu, theme-options, translation-ready
License:  
License URI:
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,.advanced_search_map
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

:focus {/* remember to define focus styles! */
    outline: 0;
}

body {
    background: #fff;
    line-height: 1;
}

ul {
    list-style: none;
}

table {/* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

a {
    color:#3a4659;
    transition: color 0.4s linear;
    -moz-transition: color 0.4s linear;
    -webkit-transition: color 0.4s linear;
    -o-transition: color 0.4s linear;
}

a img {
    border: 0;
}

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

.nocomapare{
    width:400px;
    margin:0px auto;   
    margin-top:20px;
    margin-bottom:20px;
}

/* =Structure
----------------------------------------------- */

html, body {
    height: 100%;
    margin: 0;
}

body {
    color: #5B6E8C;
    background-color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
}
body.logged-in.admin-bar{
    padding-top: 32px;
}

b, strong{
    font-weight: 600;
}
.row{
    margin-left: 15px;
    margin-right: 15px;
}

.rightmargin{
    /*padding-right: 30px;*/
}

.dashboard-margin{
    padding-left: 15px;
}



.col-md-push-3.rightmargin{
    padding-left: 15px;
    padding-right: 15px;
}

.leftmargin{
    padding-left: 15px;
}

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

}

a:hover, a:focus {
    color: #02091F;
    text-decoration:none;
    outline:none;
}

h1  , h2  ,h3  ,h4  ,h5  ,h6,
h1 a, h2 a,h3 a,h4 a,h5 a,h6 a{
    color:#0A0B26;
    font-family: 'Open Sans', sans-serif;
}  

h1 { 
    font-size: 34px; 
    line-height: 1.3em;
    margin-bottom: 15px; 
}

h2 { 
    font-size: 28px; 
    line-height: 1.3em; 
    margin-bottom: 15px;
}

h3 { 
    font-size: 24px; 
    line-height: 1.3em; 
    margin-bottom: 15px;
    font-weight: 600;
}

h4 { 
      font-weight: 600;
    font-size: 18px; 
    line-height: 1.3em; 
    margin-bottom: 15px;
}

h5 { 
    font-size: 14px; 
    line-height: 1em; 
    margin-bottom: 15px;
}

h6 { 
    font-size: 12px; 
    line-height: 1em; 
    margin-bottom: 15px;
}

.noposts{
    margin-left:30px;   
}

.label{
    padding: .4em .6em .4em;
    font-weight: normal;
    margin-left:13px;
}

code{
    white-space: normal;
}

small, .small {
    font-size: 100%;
}

.tooltip-inner{
    background: #3a4659;
    font-size: 12px;
    border-radius: 0px;
}

.tooltip.top .tooltip-arrow{
    border-top-color: #3a4659;
}

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

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-bottom-color: #3a4659;
    border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-bottom-color: #3a4659;
    border-width: 0 5px 5px;
}

.entry-title {
    margin:0px 0px 13px 0px;
    font-weight: 300;
    width:100%;
    float:left;
    margin: 0 0 26px;
    font-weight: 600;
}

.entry-title-agent,
.entry-title {
    letter-spacing: -1px;
}



#google_map_prop_list_sidebar .entry-title {
    margin: -7px 0px 13px 7px;
    padding: 0px 20px;
}

.no_results_title {
    margin-left: 15px;
}

.entry-title-search {
    margin: 0px 0px 13px 15px;
    font-weight: 300;
}

.title_results{
    padding-left: 15px;
}

.container{
    padding: 0px;
    width:1200px;
    position: relative;
    z-index:2;
}

.container.is_boxed{
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
}

.container.main_wrapper.has_header_type3{
    overflow:hidden;
}

/*.container{
    height:auto!important;
}*/

.main_wrapper{
/*    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.26);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.26);*/

}

.main_wrapper.is_boxed{
    overflow: hidden;
}

.content_wrapper{
    width: 1200px;
    margin: 0px auto;
    background-color: #FFFFFF;
    padding: 0px 15px 30px 15px;
    /*z-index:100;*/
    position: relative;

}

.has_header_type4 .content_wrapper {
    width:100%;
    max-width: 1200px;  
}

.home.page .single-content,
.home.page .content_wrapper{
    padding-bottom:0px;
    margin-bottom:0px;
}

.fixed_header .content_wrapper{
    background-color: transparent;
}

.wide{
    width:100%;
    background-color: #FFFFFF;
}
.col-md-9.rightmargin, 
.full_width_prop {
    width: 70%;
}

.col-md-push-3.rightmargin, .single_width_blog.col-md-push-3, .full_width_prop.col-md-push-3 {
    left: 30%;
}

.col-md-12.full_width_prop {
    width: 100%;
}

.fixed_header  {
    position:fixed;
    z-index:999;
}

.header_media{
    background-color: #fdfdfd;
    position: relative;
    z-index: 3;
    width: 100%;
    float: left;
    padding-top: 90px;
}


.half_map_body  .header_media{
    display: none;
}

.has_header_type4 .header_media{
    min-height:0px;
    margin-top:0px;
    padding-top: 0px;
}

.rev_slider_wrapper {
    z-index:0!important;
}

.header_media_close{
    overflow: hidden;
}
#primary {
    width: 30%;
}

.col-md-pull-9 {
    right: 70%;
}

.widget-area-sidebar{
    min-height: 500px;
    margin-top:7px;

}

.sticky_sidebar{
    position:fixed;
    top:110px;
}

#morg_compute,
#zill_submit_estimate,
#advanced_submit_widget{
    width:100%;
    color:#ffffff;
    margin-bottom: 0px!important;
}

#footer-widget-area{
    padding: 0px 30px 15px 30px;
    max-width: 1200px;
    width:100%;
    margin: 0px auto;
}

#footer-widget-area.wide_footer ,
.sub_footer_content.wide_footer {
    max-width:100%;
}


.footer_header4 {
    padding-left: 270px
}


.caret{
    border-top: 6px solid #768082;
}

label{
    margin-bottom: 7px; 
/*    color: #768082;*/
/*    color: #768082;*/
    color: #5B6E8C;
    font-size: 13px;
    font-weight: normal;
}

p:empty{
    margin-bottom: 0px!important;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.single_width_blog .alignfull,
.single_width_page .alignfull {
    display: block;
    /* margin: 30px 0; */
    width: 100vw;
    /* margin-left: 50%; */
    /* -webkit-transform: translateX(-50%); */
    /* transform: translateX(-50%); */
    margin-left: calc( -100vw / 2 + 100% / 2 );
    margin-right: calc( -100vw / 2 + 100% / 2 );
}

.single_width_page .alignwide,
.single_width_page .alignwide{
        
}
    
.has-background-dim.alignfull .wp-block-cover-image-text{
    margin: 0px auto;
    position: absolute;
    line-height: inherit;
    top: 50%;
    transform: translate(0%, -50%);
    left: 0;
    right: 0;
}





/* =Input
-------------------------------------------------------------------------------------*/
input[type=text], 
input[type=password], 
input[type=email], 
input[type=url], 
input[type=number], 
textarea{
    font-size: 13px;
    padding: 9px 0px 9px 9px;
    color: #8593a9;
    border: 1px solid #dde4e9;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: none;
    -webkit-appearance: none;
}


.wpcf7-form-control{
    font-size: 13px;
    padding: 9px 0px 9px 9px;
    color: #768082;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    background-color: #fff;
    -webkit-appearance: none;
}

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    float: left;
    margin-left: 15px;
    margin-bottom: 15px;
}

input[type="checkbox"].wpcf7-form-control{
    -webkit-appearance: default;
    box-shadow: none;
}

.wpcf7-checkbox{
    padding:0px;
    background: transparent;
    border:none;
    box-shadow:none;
}
input.form-control::-moz-placeholder,
input.form-control::-ms-input-placeholder,
input.form-control::-moz-placeholder,
input.form-control:-moz-placeholder,
input.form-control::-webkit-input-placeholder {
    color: #8593a9!important;
}

input.form-control::-moz-placeholder {
    opacity:1;
}

.widget-area-sidebar input[type=text], 
.widget-area-sidebar input[type=password], 
.widget-area-sidebar input[type=email], 
.widget-area-sidebar input[type=url], 
.widget-area-sidebar input[type=number], 
.widget-area-sidebar textarea{
    font-size: 13px;
}

.form-control::placeholder,
input::placeholder {
    color: #8593a9!important;
}

/* =Menu
-------------------------------------------------------------------------------------*/

#access {
    display: inline-block;
    height: 100%;
    float: right;
    margin: 0px 185px 0px 0px;
    max-width: 800px;
}

#access .menu{
    height:100%;
}

#access ul {
    font-size: 13px;
    list-style: none;
    margin: 0 0 0 -0.8125em;
    padding-left: 0;
    z-index: 99999;
    text-align: right;
}

#access ul ul { 
    float: left;
    margin: 0;
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
    top: 55px;
    margin-left: 3px;
    padding-top: 1px;
    width: 220px;
    background-color: #fff;
    border-left: 1px solid #f0f0f0!important;
    border-right: 1px solid #f0f0f0!important;
    border-bottom: 1px solid #f0f0f0!important;
    border-top: 1px solid #f0f0f0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;  
    line-height: 0px;
}

#access li {
    display: inline-block;
    text-align: left;
    position: relative;
    -webkit-transition: padding 0.35s ease;
    -moz-transition: padding 0.35s ease;
    -o-transition: padding 0.35s ease;
    transition: padding 0.35s ease; 
    -webkit-backface-visibility: hidden
}

#access a {	
    display: block;	
    text-decoration: none;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    /*padding-top: 23px;*/
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    color:#787878;  
    cursor:pointer;
    -webkit-backface-visibility: hidden;
}

#access ul ul a {
    padding-top: 23px;
}

.menu li a {

}

#access .menu li:hover>a,
#access .menu li:hover>a:active,
#access .menu li:hover>a:focus{
    color:#FFF;      
} 

#access .sub-menu li:hover>a,
#access .sub-menu li:hover>a:active,
#access .sub-menu li:hover>a:focus{
    color: #fff;
    background-color: #D6BC7E;
} 

.menu > li{
    height: 100%;
    line-height: 90px;
}

.customnav .menu > li{
    height: 100%;
    line-height: 70px;
}

.menu-main-menu-container{
    height:100%;
}

.menu-item-link i{
    margin-right:5px
}

.menu_label{
    background: #e9b97b;
    display: inline-block;
    margin-left: 5px;
    font-size: 10px;
    color: #fff;
    padding: 3px 5px;
    text-transform: uppercase;
    line-height: 10px;
}
.menu_label_new{
    
}

#access .haschildren:after{
    content:'\00BB';
    font-size: 14px;
    margin-left: 10px;
    position: absolute;
    top:12px;
    right:15px;
}

.sub-menu ul{
    border-top: 1px solid #fff!important;
}

.sub-menu ul:before{
    content:'';
    display:none;
}

.sub-menu li:hover{
    background-color: #D6BC7E;
    color:#fff;
    border:none;
}

#access .sub-menu li>a{
    -webkit-transition: padding 0.35s ease;
    -moz-transition: padding 0.35s ease;
    -o-transition: padding 0.35s ease;
    transition: padding 0.35s ease;
    -webkit-backface-visibility: hidden;
}

.sub-menu li:hover>a{
    padding-left:18px!important;
}


.sub-menu li:hover a{
    color:#fff;
}

#colophon .widget_nav_menu .sub-menu li:hover {
    background-color: transparent;
}

#colophon .sub-menu ul {
    border-top: 0px solid #fff!important;
}

#colophon .sub-menu li:hover>a {
    padding-left: 5px!important;
}

.sub-menu a:hover{
    color:#fff;
}

.hover_type_4 #access ul ul{
    margin-left: 0px;
}

#access ul ul li{
    width:100%;
}

#access ul ul a {
  
    color: #3a4659;
    font-size: 17px;
    font-weight: normal;
    height: auto;
    line-height: 1.4em;
    padding: 13px 13px 13px 13px;
    text-transform: none;
}

#access ul ul li:last-child > a{
    border-bottom: none;
}

#access .current-menu-item >a,
#access .current-menu-parent>a,
#access .current-menu-ancestor>a{
    color:#ED5B28; 
}

#access .current-menu-item {
    color:#BD1427; 
}

#access .menu > li:hover a{
    background: transparent!important;

	}

.hover_type_1  #access .menu > li:hover a {
    background: transparent!important;

	}

.hover_type_2 #access .menu > li:hover>a:before,
.customnav.header_type5.hover_type_2 #access .menu > li:hover>a:before{
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    border-top: 3px solid #D6BC7E;
    width: 100%;
}

.hover_type_2 #access .menu > li.with-megamenu:hover>a {
    position: relative;
}

.header_type5.hover_type_2 #access .menu > li:hover>a:before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    border-top: 3px solid #ffffff;
    width: 100%;
}
.header_type5.hover_type_2  #access .menu li:hover>a{
    color:#fff;
}
.header_type2  #access ul li.with-megamenu>ul.sub-menu, #access ul li.with-megamenu:hover>ul.sub-menu{
   left:0px; 
}

.hover_type_3  #access .menu > li:hover>a {
    background: #D6BC7E!important;
    border-radius: 3px;
    color: #fff;
    display: inline;
    padding: 7px 15px;
}

.hover_type_4  #access .menu > li:hover>a {
    background: #D6BC7E!important;
    color: #fff;
}

.hover_type_5  #access .menu > li:hover>a {
    border-bottom: 3px solid #D6BC7E;
    padding: 7px 10px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline;
}

.hover_type_6  #access .menu > li:hover>a {
    border: 2px solid #D6BC7E;
    border-radius: 4px;
    color: #D6BC7E;
    display: inline;
    padding: 7px 13px;
}

#access ul ul :hover > a {
    color:#fff;
}

#access ul li:hover > ul {
    top: 90px;
    opacity: 1;
    visibility: visible;
    box-shadow: 0 3px 2px 0 rgba(0,0,0,.05);
}

#access ul ul li:hover > ul {
    top: -1px;
}

#access ul ul ul {
    left: 100%;
    top: 30px;
    padding-top: 0px;
    margin-left: 0px;
}

#access ul ul ul ul{
    display:none;   
}

.sub-menu .menu-item-has-children >a:after{
    content: "\f105";
    font-family: FontAwesome;
    float: right;
}

#mobile_display{
    height: 33px;
    width: 100%;
    padding: 6px 10px;
    background-color: #3a4659;
    display: none;
    margin-bottom: 20px;
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 10px;
    border-radius: 3px;
}

#mobile_display span{
    margin-top:4px;
    float:left;
}

#mobile_display i{
    font-size: 21px;
    float: right;
}

#mobile_menu{
    list-style-type: none;
    margin: 0px;

    width: 100%; 
    margin-top: -20px;
    margin-bottom: 20px;
    display:none;
}

#mobile_menu li{
    margin: 0px;
    padding: 10px;
    border-bottom:1px solid #e2e4e5;
    border-left:1px solid #e2e4e5;
    border-right:1px solid #e2e4e5;
    cursor:pointer;
}

#mobile_menu li:hover{
    background-color: #3a4659;
    color: #fff;
}

#mobile_menu li:hover a{
    color:#fff;                  
}

#mobile_menu .first_level{
    padding-left: 20px;
}

#mobile_menu .second_level{
    padding-left: 30px;
}

.dropdown-menu::-webkit-scrollbar {
    width: 18px;
    margin: 0px 0px;
    padding: 0px!important;
}

.dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: none;
    background-color: #c8ceda;
    border-left: 7px solid #f7f3f3;
    border-right: 7px solid #f7f3f3;
    border-top: 10px solid #f7f3f3;
    border-bottom: 10px solid #f7f3f3;
    height: 90px;
}

.dropdown-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: #f7f3f3;
    border-radius: 0px;
}


/* =Header
----------------------------------------------- */
.master_header{
    background-color: #FFF;
    border-bottom: 0px solid #f0f0f0;
    float: left;
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 100;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 1200px;
    -webkit-backface-visibility: hidden;
}

.has_header_type5 .master_header {
    border-bottom: 0px;
}
.single-estate_developer .has_header_type5 .master_header, 
.single-estate_agency .has_header_type5 .master_header {
    border-bottom: 1px solid #f0f0f0;
}
.master_header.wide{
    width:100%;
}

.top_bar_wrapper{
    width:100%;
    background-color:#eff0f0;
    z-index: 99;
    float: left;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: Relative;
}

.top_bar{
    height: 40px;
    width: 100%;
    vertical-align: middle;
    padding-left: 40px;
    padding: 9px 45px 0px 45px;
    font-size: 13px;
/*    color:#8593a9;*/
    color:#91A8AE;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

.full_width_header.wide .top_bar,
.full_width_header .top_bar{
    width: 100%;
    max-width:100%;
}

.top_bar a{        
/*    color: #b7bfcc;*/
    color:#91A8AE;
    font-size: 13px;   
    padding: 11px 0px;
}

.top_bar .textwidget p {
    margin-bottom: 10px;
}

.wide .top_bar{
    width:1200px;
    margin:0px auto;
}

.has_header_type4 .wide .top_bar{
    width:100%;
}

.wide.fixed_header .top_bar{
    width:100%;
}

.left-top-widet{
    display:inline;
    float:left;
}

.right-top-widet{
    display:inline;
    float:right;
}

.widget-title-topbar{
    display:none;
}

.left-top-widet li,
.right-top-widet li{
    float:left;
    display:inline;
}

.top_bar .widget-container{
    display:inline;   
    margin-bottom: 0px;
}

.top_bar .widget-container ul{
    list-style: none;
}

.top_bar .widget-container ul li{
    display: inline;
}

.header_wrapper{   
    width: 100%; 
    margin: 0px auto;
    width: 100%;
    margin: 0px auto;
    height: 90px;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
    background-color: #fff;
    position: relative;
    float: left;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

.header_transparent .header_wrapper{
    background: transparent;
}

.admin-bar .master_header{
    top:32px;
}

.master_header_sticky {
    top: 0px;
}

.has_top_bar  .master_header_sticky {
    top: -40px;
}

.admin-bar.has_top_bar  .master_header_sticky {
    top: -8px;
}

.has_header_type1  .header_media{
    padding-top: 90px;
}

.has_top_bar .has_header_type1 .header_media{
    padding-top: 131px;
}

.admin-bar .has_header_type1 .header_media{
    padding-top: 90px;
}

.admin-bar.has_top_bar .has_header_type1 .header_media{
    padding-top: 163px;
      padding-top: 131px;
}

.header_wrapper_inside{
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    position: relative;
    height:100%;
}

.header_wrapper_inside.full_width_header{
    max-width: 100%;
    width: 100%!important;
}

.fixed_header .header_wrapper_inside{
    max-width: 100%;
    width: 100%!important;
}

.header_wrapper.customnav{
    height: 70px;
    padding-top: 0px;
    max-width: 100%;
}

.header_transparent .header_wrapper.navbar-fixed-top.customnav{
    background-color: #fff;
}

.login_links i,
.top_bar i{
    width:13px;
    margin-right: 3px;
}

.logo{
    
    padding-left: 45px;
    display: inline-block;
    margin-top:0px;
    float:left;
    height:100%;
}

.logo a{
    height:100%;
}

.logo img{
    top: 0%;
    position: absolute;
    max-height:455px;
}

.customnav .logo img{
  /*  max-height: 65px;*/
}

.barlogo{
    width: 90px;
    margin-top: 10px;
    float:left;
    margin-left: 45px;
    display: none;
}

.navbar,
.navbar-default{
    border:none;
    border-radius: 0px;
}

.nav_wrapper{
    width:100%;
    background-color:#f8f8f8;
}

.mynavbar{
    width: 100%;
    margin: 0px auto;
    background-color: #3a4659;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-default{
    background-image: none;
}

.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
}

.header_social{
    float: right;
    padding: 25px 45px 0px 0px;
}

.logo_image{
    padding: 30px 0px 0px 0px;
}
/* =header 1 - .header_type2 
----------------------------------------------- */

.header_type1.header_center #access {
    display: block;
    height: 100%;
    float: none;
    margin: 0px auto;
    max-width: 800px;
}

#access ul li.with-megamenu:hover>ul.sub-menu{
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

#access ul li.with-megamenu:hover>ul.sub-menu{
    left: 0px;
    height:auto;
}

.fixed_header .header_type1.header_right #access ul li.with-megamenu>ul.sub-menu,
.fixed_header .header_type1.header_right #access ul li.with-megamenu:hover>ul.sub-menu{
    right: auto;
    left: 45px;
}


.fixed_header .header_type1.header_center #access ul li.with-megamenu>ul.sub-menu, 
.fixed_header .header_type1.header_center #access ul li.with-megamenu:hover>ul.sub-menu {
    right: 0px!important;
    left: 0px!important;
}


.full_width_header .header_type1.header_center #access ul li.with-megamenu>ul.sub-menu{
    margin-left: auto!important;
    margin-right: auto!important;
    left: 0!important;
    right: 0!important; 
}

.header_type1.header_center #access ul li.with-megamenu>ul.sub-menu {
        margin-left: auto!important;
        margin-right: auto!important;
        left: auto!important;
        right: 45px!important;
}

.header_type1.header_center #access ul{
    margin: 0;
    text-align: center;
}

.header_type1.header_right .logo{
    padding-left: 0px;
    padding-right: 45px;
    display: inline-block;
    margin-top: 0px;
    float: right;
    height: 100%;
}

.header_type1.header_right .logo img{
    right: 30px;
}

.header_type1.header_right .user_menu {
    display: inline-block;
    float: left;
    margin-right: 45px;
    left: 8px;
    right:auto;
    top: 50%;
}

.header_type1.header_right #user_menu_open {
    right: auto;
    left: 45px;
}

.header_type1.header_right #user_menu_open:before{
    right: auto;
    position: absolute;
    left: 48px;
}

.header_type1.header_right #user_menu_open:after{
    right: auto;
    position: absolute;
    left: 49px;
}

.header_type1.header_right #access {
    float: left;
    margin: 0px 0px 0px 225px;
}

.logged-in .header_type1.header_right #access,
.header_wrapper.header_type1.header_right no_property_submit #access{
    margin: 0px 0px 0px 130px;
}

.header_type1.header_left #access {
/*    margin: 0px 195px 0px 0px;*/
    margin: 0px 225px 0px 0px;
}

.header_wrapper.no_property_submit #access,
.logged-in .header_type1.header_left #access {
    margin: 0px 130px 0px 0px;
}


.header_wrapper.no_property_submit.header_type1.header_center #access {
    margin: 0px auto;
}

.no_user_submit.header_type1.header_left #access {
    margin-right: 30px;
    max-width: 950px;
}

.no_user_submit.header_type1.header_right #access{
    margin-left:45px;
    max-width: 950px;
}

.header_type1.header_right .user_menu.user_loged {
    left: 19px;
}

.header_type1.header_right .user_menu{
    left: 25px;
}

.header_type1.header_left .user_menu.user_loged {
    margin-right: 40px;
}

.header_type1.header_left .user_menu {
    margin-right: 45px;
}


/* =header 2 - .header_type2 
----------------------------------------------- */
.header_wrapper.header_type2{
  min-height: 175px;
}

.customnav.header_wrapper.header_type2{
   min-height: 70px; 
}

.has_header_type2  .header_media{
    padding-top: 113px;
    padding-top: 175px;
}

.has_top_bar .has_header_type2   .header_media{
    padding-top: 155px;
    padding-top: 217px;
}

.admin-bar .has_header_type2 .header_media{
    margin-top: 0px;
    padding-top: 175px;
}



.header_type2 #access {
    display: inline-block;
    height: 59px;
    float: left;
    margin: -20px 28px 0px 45px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.customnav.header_type2.header_type2 #access{
    display: inline-block;
    height: 70px;
    float: left;
    margin: 0px 230px 0px 45px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: auto;
}

.header_type2 #access >ul>li> a{
    padding-top: 3px;
}

.header_type2 .logo{
    width: 100%;
}
.header_type2 .logo img{
    margin-top: -15px!important;
}


.header_type2 .user_loged{
    margin-top: -28px!important;
}

.header_type2 .user_menu{
    margin-top: 5px;
    position: absolute;
    bottom: 14px;
    top: auto;
}


.header_type2.customnav  .user_menu.user_not_loged{
      bottom: 18px;
}

.header_type2 #access ul li:hover > ul {
    top: 59px;
}

.customnav.header_type2 #access ul ul li:hover > ul,
.header_type2  #access ul ul li:hover > ul{
    top:0px;    
}

.header_type2.customnav {
    height: 70px;
    padding-top: 0px;
    max-width: 100%;
}

.header_type2.customnav .logo{
    width:auto;
}

.header_type2 .menu > li {
    line-height: 53px;
}

.customnav.header_type2 .menu > li,
.customnav.header_type2.hover_type_4  .menu > li{
    line-height: 70px;
}

.header_type2.hover_type_4 .menu > li{
    line-height: 59px;
}

.header_type2.header_center .logo img{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.customnav.header_type2 .logo img{
    margin-top:0px!important;
}
.customnav.header_type2.header_center .logo img{
    position: absolute;
    margin-left: 45px;
    margin-right: 0px;
    left: 0px;
    right: auto;
}

.header_type2.header_right .logo img{
   right: 30px;
}

.header_type2.header_right .user_menu {
    margin-top: 5px;
    position: absolute;
    bottom: 14px;
    top: auto;
    left: 14px;
    float: left;
    right: auto;
    z-index: 99;
}

.header_type2.header_right  #access {
    left: auto;
    bottom: 0px;
    right: 0px;
    width: 100%;
    max-width: 100%;
}

.header_type2.header_right #user_menu_open {
    right: auto;
    left: 45px;
}

.header_type2.header_right #user_menu_open:before{
    right: auto;
    position: absolute;
    left: 48px;
}

.header_type2.header_right #user_menu_open:after{
    right: auto;
    position: absolute;
    left: 49px;
}


/* =header 3 - header_type3 
----------------------------------------------- */
.navicon-button.header_type3_navicon{
    float: right;
    top: 50%;
    margin-top: -19px;
    margin-right: 45px;
    border: 1px solid #f0f0f0;
    padding-top: 15px;
    padding-left: 8px;
    width: 35px;
    height: 35px;
}

.header_type3.header_center .logo{
    padding:0px;
    text-align: center;
    width:100%;
}
     
.header_type3.header_center .logo img {
    top: 50%;
    position: absolute;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    ms-transform: translate(0,-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
}

.header_type3.header_center .navicon-button.header_type3_navicon{
    position:absolute;
    right:0px;
}

.header_type3.header_right .navicon-button.header_type3_navicon {
    float: left;
    top: 50%;
    margin-left: 40px;
}

.header_type3.header_right .logo{
    padding-left: 0px;
    padding-right: 45px;
    display: inline-block;
    margin-top: 0px;
    float: right;
    height: 100%;
}

.header_type3.header_right  .logo img {
    right:30px;
}

.header_type3_menu_sidebar{
    background-color: #2d3033;
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    max-height: 100%;
    box-sizing: border-box;
    z-index: 99999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-top: 30px;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

.container.main_wrapper.has_header_type3{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

.container.main_wrapper.fixed_header.has_header_type3{
    height:100%;
}

.header_type3_menu_sidebar.header_right{
    right:auto;
    left:-300px;
}

.header_type3_menu_sidebar .loginwd_sidebar{
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    display: inline-block; 
}

.header_type3_menu_sidebar .loginwd_sidebar .widget-title-sidebar {
    padding: 15px 0px 0px 0px;
    border-bottom: 0px solid #f0f0f0;
    font-size: 16px;
    color: #B4C0CC;
    background-color: transparent;
}

.header_type3_menu_sidebar .loginwd_sidebar  .login_form {
    padding: 0px 15px 15px 15px;
}

.header_type3_menu_sidebar .loginwd_sidebar #widget_register_sw,
.header_type3_menu_sidebar .loginwd_sidebar #forgot_pass_widget{
    color: #B4C0CC;
    width: 100%;
    font-size: 13px;
    float: left;
}

.header_type3_menu_sidebar #nav_menu-2,
.header_type3_menu_sidebar .menu-item{
    display: inline-block;
}

.header_type3_menu_sidebar .menu > li {
    height: auto;
    line-height: 45px;
    display: inline-block;
    color: #fff;
    width:100%;
}

.header_type3_menu_sidebar .menu > li a{
    color:#fff;
}

.header_type3_menu_sidebar .widget-container.boxed_widget .wd_user_menu{
   width: 100%;
    padding: 0px 0px 13px 3px;
    margin: 0px;
}

.header_type3_menu_sidebar ul{
    margin: 0px 13px;
    list-style-type: none;
    
}

.header_type3_menu_sidebar .widget-container{
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

.header_type3_menu_sidebar .xoxo li ul{
    margin: 0px;
    width: 100%
}

.header_type3_menu_sidebar .widget-container li {
    border-bottom: 0px solid #555;
    margin-bottom: 0px;
    padding-bottom: 0px;
    display: block;
    width: 100%;
    line-height: 45px;
    padding-left: 0px;
}

.header_type3_menu_sidebar .widget-container li a{
    color:#B4C0CC;
}

.header_type3_menu_sidebar .widget_nav_menu li:before, 
.header_type3_menu_sidebar .widget_pages li:before, 
.header_type3_menu_sidebar .widget_rss li:before, 
.header_type3_menu_sidebar .widget_text li:before, 
.header_type3_menu_sidebar .widget_recent_entries li:before {
   /* content: "\f107";
    font-family: FontAwesome;
    margin: 5px 15px 0px 15px;
    float: right;*/
    display:none;
}

.header_type3_menu_sidebar .sub-menu ul {
    border-top: 0px solid #555!important;
}
    
.header_type3_menu_sidebar .menu > li a {
    color: #fff;
    padding: 0px 0px 0px 15px;
}

.header_type3_menu_sidebar .menu > li a,
.header_type3_menu_sidebar #access .menu>li>a i {
    line-height:45px;
}

.header_type3_menu_sidebar  #access ul.menu>li>a,
.header_type3_menu_sidebar #access .menu>li>a i {
    color:#B4C0CC;
}

.header_type3_menu_sidebar #access .menu li:hover>a, 
.header_type3_menu_sidebar #access .menu li:hover>a:active, 
.header_type3_menu_sidebar #access .menu li:hover>a:focus{
    color: #fff;
}

.header_type3_menu_sidebar #access ul ul{
    top: 0px;
    left: -250px;
}

.header_type3_menu_sidebar #access ul li:hover > ul {
    top: 0px;
    opacity: 1;
    visibility: visible;
    left: -220px;
}

.header_type3_menu_sidebar .widget_nav_menu .sub-menu {
    float: right;
    margin: 0;
    position: absolute;
    right: 200px;
    visibility: hidden;
    opacity: 0;
}

.has_header_type3  .header_media{
    padding-top:90px;
}

.has_top_bar .has_header_type3   .header_media{
    padding-top: 131px;
}

.admin-bar .has_header_type3 .header_media{
    padding-top: 90px;
    margin-top: 0px;
}

.admin-bar.has_top_bar .has_header_type3 .header_media,
.has_top_bar .has_header_type3   .header_media {
    padding-top: 131px;
    margin-top: 0px;
}

.header_type3_menu_sidebar #access{
    display: inline-block;
    height: auto;
    float: left;
    margin: 0px;
    max-width: 800px;
    margin-bottom: 50px;
}

.header_type3_menu_sidebar #access ul{
    margin:0px;
    padding-top: 0px;
}

.header_type3_menu_sidebar.header_left.header_alignment_text_center.sidebaropen .social_sidebar {
    text-align: center;
}

.header_type3_menu_sidebar.header_left.header_alignment_text_center.sidebaropen #social_widget_top-3 .social_sidebar_internal a {
    margin: 0px 3px;
}

#header_type3_wrapper #access ul li.with-megamenu>ul.sub-menu, #access ul li.with-megamenu:hover>ul.sub-menu  {
    left: -300px;
    height: auto;
    top: 31px;
}

#header_type3_wrapper #access ul ul li {
    width: 100%!important;
    float: left;
}

#header_type3_wrapper .widget-title-topbar{
    display:block;
    color:#d6e1ec;
    font-size:16px;
        
}

#header_type3_wrapper  .widget_categories li:before,
#header_type3_wrapper .widget_archive li:before{
    margin-top:0px;
}

#header_type3_wrapper .widget_search,
#header_type3_wrapper .advanced_search_sidebar,
#header_type3_wrapper .widget_search{
    float:left;
}

#header_type3_wrapper .widget_nav_menu a{
    padding-left:0px;    
}

.header_type3_menu_sidebar.header_right.header_alignment_text_left #access li {
    text-align: left;
}

.header_type3_menu_sidebar.header_right #access ul ul,
.header_type3_menu_sidebar.header_right #access ul li:hover > ul,
#header_type3_wrapper.header_type3_menu_sidebar.header_right #access ul li.with-megamenu>ul.sub-menu, 
#header_type3_wrapper.header_type3_menu_sidebar.header_right #access ul li.with-megamenu:hover>ul.sub-menu {
    left: 300px;
}

.header_type3_menu_sidebar.header_right #access ul ul li:hover > ul,
.header_type3_menu_sidebar.header_right #access ul ul li:hover > ul {
    left: 219px;
}

.header_type3_menu_sidebar.header_right #access ul li.with-megamenu ul ul,
.header_type3_menu_sidebar.header_right #access .menu>.with-megamenu:hover ul ul{
    left: 0px;
}

.header_type3_menu_sidebar.header_right.header_alignment_text_right #access li,
.header_type3_menu_sidebar.header_left.header_alignment_text_right #access li {
    text-align: right;
}

.header_type3_menu_sidebar.header_right.header_alignment_text_center #access li,
.header_type3_menu_sidebar.header_left.header_alignment_text_center #access li {
    text-align: center;
}

.header_type3_menu_sidebar.header_left .sub-menu .menu-item-has-children >a:after {
    content: "\f104";
    font-family: FontAwesome;
    float: left;
    display:none;
}

.header_type3_menu_sidebar .sub-menu .menu-item-has-children >a:after{
	display:none;
}

/* =header 4 - header_type4 
----------------------------------------------- */

.header_wrapper.header_type4.header_left {
    width: 270px!important;
    height: 100%!important;
    position: fixed!important;
    top: 0;
    overflow: initial;
    box-sizing: border-box;
    padding-bottom: 50px;
    left: 0px;
    max-width: 270px;
    float: none;
    opacity: 1;
}

.header_wrapper.header_type4.header_right {
    width: 270px!important;
    height: 100%!important;
    position: fixed!important;
    top: 0;
    overflow: initial;
    box-sizing: border-box;
    padding-bottom: 50px;
    right:0px;
    max-width: 270px;
    float: none;
    opacity: 1;
}

.container.main_wrapper.has_header_type4.contentheader_left  {
    padding-left:270px;
}
.container.main_wrapper.has_header_type4.contentheader_right,
.has_header_type4 .top_bar_wrapper {
    padding-right:270px;
}  

.has_top_bar  .has_header_type4  .header_media {
    padding-top:40px;
}

.admin-bar.has_top_bar .has_header_type4 .header_media {
    padding-top:41px;
}

.admin-bar .has_header_type4 .header_media {
    margin-top: 0px;
}

.admin-bar .has_header_type4 #google_map_prop_list_wrapper, 
.admin-bar .has_header_type4 #google_map_prop_list_sidebar {
    top: 33px;
}

.has_header_type4 #google_map_prop_list_wrapper.half_no_top_bar,
.has_header_type4 #google_map_prop_list_sidebar.half_no_top_bar {
    top: 1px;
}

.header_wrapper.header_type4.header_right.header_alignment_text_left #access ul li:hover > ul {
    top: 0px;
}

.has_top_bar .has_header_type4 #google_map_prop_list_wrapper, 
.has_top_bar .has_header_type4 #google_map_prop_list_sidebar,
.admin-bar.has_top_bar .has_header_type4 #google_map_prop_list_wrapper, 
.admin-bar.has_top_bar .has_header_type4 #google_map_prop_list_sidebar {
    top: 41px;
}

.header_wrapper.header_type4 #access {
    display: inline-block;
    height: auto;
    float: left;
    margin: 0px 0px 0px 0px;
    max-width: 100%;
    width: 100%;
}

.header_wrapper.header_type4.header_right.header_alignment_text_left #access{
    margin: 0px 0px 0px 0px;
}

.header_wrapper.header_type4.header_right #access ul {
    text-align: right;
    padding-left: 0px;
}

.header_wrapper.header_type4 #access ul {
    text-align: left;
    margin: 0px;
    padding-left: 0px;
}

.header_wrapper.header_type4  #access .menu>li>a i {
    line-height: 45px;
}

.header_wrapper.header_type4  #access ul li:hover > ul {
    top: -1px;
    opacity: 1;
    visibility: visible;
    left: 270px;   
    padding-left:0px;
}

.header_wrapper.header_type4 #access ul ul {
    float: left;
    margin: 0;
    position: absolute;
    left: 200px;
    visibility: hidden;
    opacity: 0;
    top: 0px;
    padding-left: 0px;
}

.header_wrapper.header_type4.header_right #access ul ul {
    float: right;
    left: auto;
    right: 270px;
}

.header_wrapper.header_type4.header_left.header_alignment_text_right #access ul,
.header_type4.header_alignment_text_center #access ul{
    padding-left:0px;
}

.header_wrapper.header_type4.header_right.header_alignment_text_right #access ul {
    padding-right:10px;
}

.header_wrapper.header_type4.header_left.header_alignment_text_left #access ul {
    text-align: left;
    margin: 0px;
}

.header_wrapper.header_type4.header_right.header_alignment_text_right #access ul,
.header_wrapper.header_type4.header_right.header_alignment_text_right #access ul ul {
    padding-right: 0px;
}

.header_wrapper.header_type4.header_right .sub-menu .menu-item-has-children >a:after {
    content: "\f104";
    font-family: FontAwesome;
    float: left;
    display:none;
}

.header_wrapper.header_type4.header_right.header_alignment_text_right #access li {
    text-align: right;
}

.header_type4.header_alignment_text_center #access li,
.header_type4.header_alignment_text_center .xoxo{
    text-align: center;
}


.header_wrapper.header_type4.header_left.header_alignment_text_center #access ul ul li:hover > ul,
.header_wrapper.header_type4.header_left.header_alignment_text_left #access ul ul li:hover > ul,
.header_wrapper.header_type4 #access ul ul li:hover > ul,
.header_wrapper.header_type4.header_left.header_alignment_text_right #access ul ul li:hover > ul {
    left: 219px;
}

.header_wrapper.header_type4.header_right #access ul ul li:hover > ul,
.header_wrapper.header_type4.header_right.header_alignment_text_left #access ul ul li:hover > ul{
    right:219px;
}

.header_wrapper.header_type4.header_right.header_alignment_text_left #access ul li:hover > ul,
.header_wrapper.header_type4.header_right.header_alignment_text_left #access ul ul,
.header_wrapper.header_type4.header_right #access ul li.with-megamenu>ul.sub-menu {
    right: 270px;
}

.header_wrapper.header_type4.header_left.header_alignment_text_center #access ul li:hover > ul {
    top: -1px;
    opacity: 1;
    visibility: visible;
    left: 270px;
    padding-left: 0px;
}

.header_wrapper.header_type4.header_left.header_alignment_text_right,
.header_wrapper.header_type4.header_left.header_alignment_text_right #access li{
    text-align: right;
}

.header_wrapper.header_type4  #access li {
    display: block;
    width: 100%;
    line-height: 45px;
 
}

.header_wrapper.header_type4 #access ul ul.wpestate_megamenu_col_1,
.header_wrapper.header_type4 #access ul ul.wpestate_megamenu_col_2,
.header_wrapper.header_type4 #access ul ul.wpestate_megamenu_col_3,
.header_wrapper.header_type4 #access ul ul.wpestate_megamenu_col_4,
.header_wrapper.header_type4 #access ul ul.wpestate_megamenu_col_4,
.header_wrapper.header_type4 #access ul ul.wpestate_megamenu_col_6{
    left:0px;
    padding-left:0px;
}

.header_wrapper.header_type4.header_left.header_alignment_text_right #access .menu>.with-megamenu:hover ul ul,
.header_wrapper.header_type4.header_left.header_alignment_text_center #access .menu>.with-megamenu:hover ul ul,
.header_wrapper.header_type4.header_left.header_alignment_text_left #access .menu>.with-megamenu:hover ul ul,
.header_wrapper.header_type4.header_right.header_alignment_text_right #access .menu>.with-megamenu:hover ul ul {
    top: -1px;
}

.header_wrapper.header_type4 #access ul li.with-megamenu>ul.sub-menu {
    left: 270px;
    height:auto;
    top:31px;
}

.header_wrapper.header_type4 #access ul li.with-megamenu>ul.sub-menu  {
    top: 30px!important;
}

.admin_bar.header_wrapper.header_type4.header_alignment_text_center #access ul li.with-megamenu>ul.sub-menu {
    top: 0px!important;
}

.header_wrapper.header_type4 #access .menu>.with-megamenu:hover   ul ul{
    left: 15px;
    padding-left: 0px;
}

.header_wrapper.header_type4.header_right #access ul li:hover > ul,
.fixed_header .header_type4.header_right #access ul li.with-megamenu>ul.sub-menu, 
.fixed_header .header_type4.header_right #access ul li.with-megamenu:hover>ul.sub-menu {
    right: 270px;
    left: auto;
}

.header_wrapper.header_type4.header_right #access .menu>.with-megamenu:hover ul ul{
    left: 0px;
    padding-left: 0px;
}

.fixed_header .header_type4.header_left #access ul li.with-megamenu>ul.sub-menu, 
.fixed_header .header_type4.header_left #access ul li.with-megamenu:hover>ul.sub-menu{
    left:270px;  
    right: auto;
}

.header_wrapper.header_type4.header_left #access .menu>.with-megamenu:hover ul ul {
    left: 0px!important;
    padding-left: 0px!important;
}

.header_wrapper.header_type4.header_left.header_alignment_text_right #access ul li.with-megamenu ul ul,
.header_wrapper.header_type4.header_left.header_alignment_text_center #access ul li.with-megamenu ul ul,
.header_wrapper.header_type4.header_left.header_alignment_text_left #access ul li.with-megamenu ul ul{
     left: 0px;
}

.header_wrapper.header_type4.header_left.header_alignment_text_right #access ul li.with-megamenu>ul.sub-menu,
.header_wrapper.header_type4.header_left.header_alignment_text_left #access ul li:hover > ul,
.header_wrapper.header_type4.header_left.header_alignment_text_left #access ul li.with-megamenu>ul.sub-menu {
    left: 270px;
}

.header_wrapper.header_type4.header_right.header_alignment_text_left #access ul li.with-megamenu>ul.sub-menu{
    right: 270px;
    left:auto;
}

.header_wrapper.header_type4.header_right.header_alignment_text_center #access .menu>.with-megamenu:hover   ul ul {
    left: 0px;
    top: -1px;
}

.header_type4.header_alignment_text_center  .user_menu{
    display: block;
    float: none;
    margin: 0px auto;
    width: 143px;
    margin-top: 20px;
}

.header_wrapper.header_type4 .user_menu {
    display: inline-block;
    float: none;
    margin-right: 0px;
    color: #D6BC7E;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
    margin-top: 20px;
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

.header_wrapper.header_type4 #user_menu_open {
    background-color: #fff;
    right: 0px;
    left: 270px;
    z-index: 999999;
    top: 106px;
    margin-top: 25px;
    box-shadow: none;
    width: 254px;
}

.header_wrapper.header_type4 #user_menu_open:before,
.header_wrapper.header_type4 #user_menu_open:after{
    display:none;
}

.header_type4.header_alignment_text_center  .user_menu.user_loged{
     width: 81px;
}

.header_type4.header_alignment_text_center .menu_user_tools{
    width: 0px;
}

.header_wrapper.header_type4.header_left.header_alignment_text_right .user_menu{
    padding-right: 15px;  
}

.header_wrapper.header_type4.header_left.header_alignment_text_right .menu-main-menu-container,
.header_wrapper.header_type4.header_right.header_alignment_text_right .menu-main-menu-container {
    margin-right: 0px;
}

.header_wrapper.header_type4.header_right.header_alignment_text_left .menu-main-menu-container{
    margin-left: 0px;
}

#header4_footer .social_sidebar_internal a,
.top_bar .social_sidebar_internal a{
    padding: 4px 0px 0px 13px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    vertical-align: 0%;
}

#header4_footer .social_sidebar_internal a:hover,
.top_bar .social_sidebar_internal a:hover{
    color: #D6BC7E;
}

.header_wrapper.header_type4.header_right.header_alignment_text_left .social_sidebar_internal {
    margin-left: -7px;
}

.header_wrapper.header_type4.header_left.header_alignment_text_left .social_sidebar_internal {
    margin-left: -10px;
}

.header_wrapper.header_type4.header_left.header_alignment_text_left #header4_footer h3 {
    margin-left: 5px;
}

.header_wrapper.header_type4.header_right.header_alignment_text_right #header4_footer h3 {
    text-align: right;
}
.header_wrapper.header_type4.header_right.header_alignment_text_left #header4_footer h3 {
    margin-left: 8px;
}

.header_wrapper.header_type4.header_left.header_alignment_text_left #header4_footer ul {
    list-style: none;
    margin: 0px 0px 0px 10px;
}

#header4_footer{
    position:absolute;
    bottom:0px;
    width:100%;
}

#header4_footer ul{
    list-style: none;
    margin: 0px 0px 0px 26px;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

#header4_footer li{
    width: 100%;
    display: inline-block;
    margin-bottom: 0px;
}

#header4_footer h3{
    font-size:14px;
}

.header_type4.header_alignment_text_center #header4_footer ul{
    margin:0px;
}

.header_wrapper.header_type4.header_left.header_alignment_text_right #header4_footer ul {
    list-style: none;
    margin: 0px 25px 0px 0px;
    float: right;
}

.header_wrapper.header_type4.header_right.header_alignment_text_left #header4_footer ul {
    margin: 0px 0px 0px 10px;
}

.header_wrapper.header_type4.header_right.header_alignment_text_right #header4_footer ul {
    margin: 0px 17px 0px 0px;
    float: right;
}

.header_wrapper.header_type4.header_left.header_alignment_text_right #header4_footer {
    right: -5px;
}

.header_wrapper.header_type4 .logo img{
    position: relative;
    top: auto;
    -webkit-transform: translate(0,0%);
    -ms-transform: translate(0,0%);
    transform: translate(0,0%);
    ms-transform: translate(0,0%);
    margin: 0px auto;
    max-height: 110px;
}

.header_wrapper.header_type4 .logo {
    padding-left: 0px;
    display: inline-block;
    margin-top: 50px;
    float: left;
    height: auto;
    width:100%;
    margin-bottom: 50px;
}

.header_wrapper.header_type4.header_right.header_alignment_text_left .logo img {
    margin-left: 15px;
}

.header_wrapper.header_type4.header_right.header_alignment_text_right .logo {
    float: right;
    margin-right: 0px;
}

.header_wrapper.header_type4.header_left.header_alignment_text_right .logo img{
    margin-right: 0px;
    left:auto;
}

.header_wrapper.header_type4.header_right.header_alignment_text_right .logo img {
    float: right;
}

.header_wrapper.header_type4.header_left.header_alignment_text_left .logo img {
    margin: 0px 15px;
}

.header_wrapper.header_type4.header_left.header_alignment_text_righ .social_sidebar_internal {
    margin-right: -13px;
    padding-right: 4px;
}

.header_type4.header_alignment_text_center #header4_footer .social_sidebar_internal a{
    text-align:center;
    float:none;
}

.header_type4.header_alignment_text_center #header4_footer .social_sidebar_internal a:first-of-type{
    padding-left: 0px;
    margin-left:0px;
}

.header_wrapper.header_type4.header_right  #user_menu_open {
    left: auto;
    right: 270px;
}

.header_wrapper.header_type4.header_right.header_alignment_text_right .user_menu {
    float: right;
    right: 13px;
}


/*=header type 5
---------------------------------------------------------*/

.header5_bottom_row{
    margin: 0px auto;
    width:1200px;
}

.header5_top_row{
    margin: 0px auto;
    width: 1200px;
    height: 115px;
    position: relative;
}

.header_type5  .header_wrapper_inside {
    width: 100%;
    max-width: 100%;
}

.header_wrapper.header_type5{
     min-height: 160px;
    height: 160px;
    width: 100%;
    margin: 0px;
}

.header5_bottom_row_wrapper{
    width: 100%;
    float: left;
    background: #D6BC7E;
}

.header5_bottom_row_wrapper .submit_listing {
    border: 2px solid #fff;
    padding: 8px 13px;
}

.header5_bottom_row_wrapper .submit_listing:hover{
    border-color: #347da4;
}

.customnav .header5_bottom_row_wrapper .submit_listing {
    border: 0px solid #fff;
    padding: 10px 13px;
}

.customnav .header_5_inside{
    width:1200px;
    margin: 0px auto;
    height: 100%;
    position:relative;
}

.customnav.header_wrapper.header_type5{
   min-height: 70px; 
}

.customnav .header5_top_row{
    position: absolute;
    left: 0px;
    height: 100%;
}

.customnav .header5_bottom_row_wrapper{
    position: absolute;
    background: transparent;
    float: none;
    height: 100%;
    width: 100%;
    margin: 0px auto;
}


.customnav.header_type5 #access .menu-main-menu-container>ul>li>a {
    color: #3a4659;
}
.customnav.header_type5 #access .menu-main-menu-container>ul>li:hover>a{
    color:#BD1427;
}


.has_header_type5 .header_media{
    padding-top: 160px;
}

.has_top_bar .has_header_type5   .header_media{
    padding-top: 200px;
}

.admin-bar .has_header_type5 .header_media{
    padding-top: 201px;
     padding-top: 161px;
}

.has_top_bar .has_header_type5 .header_media,
.admin-bar.has_top_bar .has_header_type5 .header_media {
    margin-top: 0px;
    padding-top: 200px;
}

.header_type5 #access {
    display: inline-block;
    height: 45px;
    float: left;
    margin-left: 40px;
    position: relative;
}



.header_type5 #access .menu li:hover>a, 
.header_type5 #access .menu li:hover>a:active, 
.header_type5 #access .menu li:hover>a:focus,
.customnav.header_type5 #access a {
    color: #3a4659;
}

.customnav.header_type5 #access .menu li:hover>a, 
.customnav.header_type5 #access .menu li:hover>a:active, 
.customnav.header_type5 #access .menu li:hover>a:focus{
    color: #D6BC7E!important;
}

.header_type5 #access .sub-menu a {
    color: #3a4659;
}

.customnav.header_type5.header_type5 #access{
    display: inline-block;
    height: 100%;
    float: left;
    margin: 0px 75px 0px 250px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: auto;
}


.customnav.header_type5 #access .menu .sub-menu li:hover>a, 
.customnav.header_type5 #access .menu .sub-menu li:hover>a:active, 
.customnav.header_type5 #access .menu .sub-menu li:hover>a:focus,
.header_type5 #access .menu .sub-menu li:hover>a, 
.header_type5 #access .menu .sub-menu li:hover>a:active, 
.header_type5 #access .menu .sub-menu li:hover>a:focus,
.header_type5 #access a{
    color: #ffffff;
}

.customnav.header_type5 #access .menu .sub-menu li:hover>a {
    color: #ffffff!important;
}

.customnav.header_type5 #access .menu .with-megamenu .sub-menu li:hover>a, 
.customnav.header_type5 #access .menu .with-megamenu .sub-menu li:hover>a:active, 
.customnav.header_type5 #access .menu .with-megamenu .sub-menu li:hover>a:focus,
.header_type5 #access .menu .with-megamenu .sub-menu li:hover>a,
.header_type5 #access .menu .sub-menu .with-megamenu li:hover>a:active, 
.header_type5 #access .menu .sub-menu .with-megamenu li:hover>a:focus{
    color: #D6BC7E;
}

.customnav.header_type5 #access .menu .with-megamenu .sub-menu li:hover>a {
    color: #D6BC7E!important;
}
/*
.customnav.header_type5  .submit_action {
    color: #D6BC7E;
}*/


.customnav.header_type5 .user_menu{
    margin-top: 16px;
    position: relative;
    float: right;
    top: 0px;
}


.customnav.header_type5 .user_menu.user_loged{
    top: 13px;
}
.customnav.header_type5 #user_menu_open {
    margin-top: 70px;
}

.customnav.header_type5 .navicon, 
.customnav.header_type5 .navicon:after, 
.customnav.header_type5 .navicon:before {
    background: #3a4659;
}

.header_type5 #access >ul>li> a{
    padding-top: 3px;
}


.header_type5 .logo img{

}


.header_type5 .user_loged{
    margin-top: -7px!important;
}
.header_type5 .menu_user_picture {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-top: 13px;
}

.header5_user_wrap{
    position:relative;
}

.header_type5 #user_menu_open{
    margin-top: 45px;
}

.header_type5 .user_menu{
    margin-top: 6px;
    position: relative;
    float: right;
}

.header_type5 .submit_action{
    color:#fff;
}

.header_type5 .navicon,
.header_type5 .navicon:after,
.header_type5 .navicon:before{
    background:#fff;
}


.header_type5 #access ul li:hover > ul {
    top: 45px;
}

.customnav.header_type5 #access ul ul li:hover > ul,
.header_type5  #access ul ul li:hover > ul{
    top:0px;    
}

.header_type5.customnav {
    height: 70px;
    padding-top: 0px;
    max-width: 100%;
}

.header_type5.customnav .logo{
    height: 100%;
    z-index: 99;
    width:252px;
}

.header_type5.customnav .logo a{
    float:left;
}

.header_type5 .menu > li {
    line-height: 45px;
}

.customnav.header_type5 .menu > li,
.customnav.header_type5.hover_type_4  .menu > li{
    line-height: 70px;
}

.header_type5.hover_type_4 .menu > li{
    line-height: 45px;
}

.header_type5.header_center .logo img{

}

.customnav.header_type5 .logo img{
    margin-top:0px!important;
}
.customnav.header_type5.header_center .logo img{
    position: relative;
    margin-left: 0px;
    margin-right: 0px;

    height: auto;
}

.header_type5.header_right .logo img{
   right: 30px;
}

.header_type5.header_right .user_menu {
    margin-top: 6px;
    position: absolute;
    top: 0px;
    left: 0px;
    float: left;
    right: auto;
    z-index: 99;
    margin-left: 25px;
    margin-right: 0px;
}

.header_type5.header_right #access {
    left: auto;
    bottom: 0px;
    right: 0px;
    float: right;
    margin-right: 30px;
    width: auto;
}

.header_type5.header_right #user_menu_open {
    right: auto;
    left: 45px;
}

.header_type5.header_right #user_menu_open:before{
    right: auto;
    position: absolute;
    left: 48px;
}

.header_type5.header_right #user_menu_open:after{
    right: auto;
    position: absolute;
    left: 49px;
}

.header_type5 #access ul li.with-megamenu>ul.sub-menu,
.header_type5 #access ul li.with-megamenu:hover>ul.sub-menu{
    left:0px;    
}


.header_type5 #access ul li.with-megamenu>ul.sub-menu{
    top: 170px;
}

.header_type5 #access ul li.with-megamenu:hover>ul.sub-menu {
    top: 45px;
}

.header_type5.header_right #access ul li.with-megamenu:hover>ul.sub-menu {
    top: 45px;
    left:auto;
    right: 0px;
}

.full_width_header .header_type5.header_right #access ul li.with-megamenu:hover>ul.sub-menu {
    top: 45px;
    left: auto;
    right: 0px;
}

.full_width_header .header_type5.header_right.customnav #access ul li.with-megamenu:hover>ul.sub-menu {
    top: 70px;
    left: auto;
    right: -205px;
}

.header_type5 #access .menu-main-menu-container>ul>li>a{
    color:#fff;
}
.header_type5.hover_type_4  #access .menu > li:hover>a{
      background-color:#f1bf7f!important;
      color:#fff!important;
}
.header_type5 #access .menu-main-menu-container>ul>li:hover>a{
    background-color:#f1bf7f;
    color:#333;
}

.header_type5.customnav #access ul li.with-megamenu>ul.sub-menu, 
.header_type5.customnav #access ul li.with-megamenu:hover>ul.sub-menu, 
.header_type5.customnav #access ul li:hover> ul {
    top: 70px;
}
.header_type5.customnav #access ul li.with-megamenu>ul.sub-menu, 
.header_type5.customnav #access ul li.with-megamenu:hover>ul.sub-menu {
    left: -205px;
}

.header_5_widget_wrap{
    padding-right: 45px;
    top: 50%;
    margin-top: -21px;
}

.header_type5.customnav .header_5_widget_wrap{
    display:none;
}

.header_5_widget{
    width:33%;
    float:left;
    text-align: right;
}

.header_5_widget_icon{
    font-size: 36px;
    display: inline-block;
    color: #D6BC7E;
}

.header_5_widget_text_wrapper{    
    display: inline-block;
}

.header_5_widget_text{
    margin-bottom: 6px;
    font-size: 15px;
    padding-left: 10px;
    color: #3a4659;
    text-align: left;
}
.fixed_header .header5_top_row,
.fixed_header .header5_bottom_row{
    width:100%;
}

.full_width_header .header5_bottom_row {
    margin: 0px auto;
    width: auto; 
}

.header_type5.header_right.customnav #access ul li.with-megamenu>ul.sub-menu, 
.header_type5.header_right.customnav #access ul li.with-megamenu:hover>ul.sub-menu {
    top: 70px;
    left: auto;
    right: -205px;
}

.customnav.header_type5.header_right .user_menu {
    margin-top: 18px;
}

.customnav.header_type5.header_right #access {
    margin: 0px 250px 0px 75px;
    float: none;
    left: auto;
    right: 0px
}

.header_type5.header_right .logo.col-md-3{
    float: right;
}

.header_type5.header_right .header_5_widget {
    text-align: left;
}

.header_type5.header_right .header_5_widget_wrap {
    padding-left: 45px;
    padding-right: 0px;
}

.has_header_type5 .full_width_header .customnav .header_5_inside,
.has_header_type5 .full_width_header .header5_top_row,
.has_header_type5 .full_width_header .header5_bottom_row {
    width: 100%;
}

.admin-bar.has_top_bar .has_header_type5 #google_map_prop_list_wrapper, 
.admin-bar.has_top_bar .has_header_type5 #google_map_prop_list_sidebar {
    margin-top: 42px;
}
.has_top_bar .has_header_type5 #google_map_prop_list_wrapper, 
.has_top_bar .has_header_type5 #google_map_prop_list_sidebar {
    margin-top: 70px;
}



/* =header_transparent
----------------------------------------------- */
.master_header.header_transparent{
    background: transparent;  
    border-bottom: none;
}

.fixed_header.header_transparent .header_wrapper{
    background: #fff;
}

.has_header_type4.header_transparent .header_media,
.has_header_type1.header_transparent .header_media,
.has_header_type2.header_transparent .header_media,
.has_header_type3.header_transparent .header_media{
    padding-top: 0px;
}

.has_top_bar .has_header_type4.header_transparent  .header_media,
.has_top_bar .has_header_type1.header_transparent  .header_media,
.has_top_bar .has_header_type2.header_transparent  .header_media,
.has_top_bar .has_header_type3.header_transparent  .header_media{
    padding-top: 40px;
}

.admin-bar .has_header_type4.header_transparent .header_media,
.admin-bar .has_header_type1.header_transparent .header_media,
.admin-bar.has_top_bar .has_header_type1.header_transparent .header_media{
    padding-top: 0px;
}

.admin-bar.has_top_bar .has_header_type4.header_transparent .header_media,
.admin-bar.has_top_bar .has_header_type2.header_transparent .header_media,
.admin-bar.has_top_bar .has_header_type3.header_transparent .header_media{
    padding-top: 40px;
}

.admin-bar .has_header_type2.header_transparent  .header_media,
.admin-bar .has_header_type3.header_transparent  .header_media{
    padding-top: 0px;
}
.header_transparent .customnav.hover_type_3 #access ul.menu >li>a:hover,
.header_transparent .customnav.hover_type_4 #access ul.menu >li>a:hover,
.header_transparent .hover_type_3 #access ul.menu >li>a:hover,
.header_transparent .hover_type_4 #access ul.menu >li>a:hover,
.header_transparent .hover_type_3 #access .menu > li:hover>a
.header_transparent .hover_type_4 #access .menu > li:hover>a,
.header_transparent .menu_user_tools, 
.header_transparent .submit_action, 
.header_transparent #access ul.menu >li>a{
    color: #ffffff;
}
.header_transparent .customnav #access ul.menu >li>a{
    color: #3a4659;
}   

.header_transparent .navicon:before, 
.header_transparent .navicon:after,
.header_transparent .navicon{
    background: #ffffff;
}

.header_transparent .customnav #access ul.menu >li>a:hover,
.header_transparent #access ul.menu >li>a:hover,
.header_transparent .hover_type_6 #access .menu > li:hover>a {
    color: #D6BC7E;
}


.header_transparent .hover_type_5 #access .menu > li:hover>a {
    color: #FFF;
	border-bottom: 3px solid #FB9D56;
}
.header_transparent .hover_type_6 #access .menu > li:hover>a {
  color: #FFF;
  border: 2px solid #28556A;
}
.header_transparent .hover_type_2 #access .menu > li:hover>a:before {
    color: #FFF;
	border-top: 6px solid #FB9D56;
}
/* =header media image
----------------------------------------------- */
.wpestate_header_image{
    position: relative;
    float:left;
    width:100%;
    height:580px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #444;
    background-size: cover;
    overflow: hidden;
}
.parallax_effect_yes{
        background-attachment: fixed;
}

.wpestate_header_image.full_screen_yes{
     height:900px;
}

.wpestate_header_image_overlay{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height: 100%;
    background-color: #444;
  
}
.heading_over_image_wrapper{
    z-index: 10;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}
.wpestate_header_image_overlay{
    
}

.heading_over_image{
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(68, 68, 68,0.5);
    font-size: 46px;
    font-weight: 600;
    margin-top: 0px;
}

.subheading_over_image{
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(68, 68, 68,0.25);
    font-weight: 400;
    font-size: 23px;
    line-height: 23px;
}




/* =header media video
----------------------------------------------- */


.wpestate_header_video{
    position: relative;
    float:left;
    width:100%;
    height:580px;
 
    background-color: #444;
    background-size: cover;
    overflow: hidden;
}

.wpestate_header_video.full_screen_yes{
     height:900px!important;
}

.wpestate_header_video_overlay{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height: 100%;
    background-color: #444;
    z-index: 2;
}

.heading_over_video_wrapper{
    z-index: 10;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}
.wpestate_header_video_overlay{
    
}

.heading_over_video{
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(68, 68, 68,0.5);
    font-weight: 600;
    font-size: 46px;
    margin-top: 0px;
}

.subheading_over_video{
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(68, 68, 68,0.25);
    font-weight: 400;
    font-size: 23px;
    line-height: 23px;
}

.header_video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: cover;
    transition: 1s opacity;
    object-position: center center;
    object-fit: cover;
    
}


/* =Mobile Header
----------------------------------------------- */
.mobile_header{
    background-color: #282D33;
    height: 70px;
    width: 100%;
    float: left;
    display:none;
    position:relative;
}

.mobile_header i{
    color: #fff;
    font-size: 17px;
    margin: 26px;
}

.mobile-logo img{
    margin: 0px auto;
    max-height: 70px;
    width: auto;
    max-width: 200px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    left: 0px;
    right: 0px;
    position: absolute;
}

.mobile-trigger-user,
.mobile-trigger{
    font-size: 14px;
    color: #fff;
    height: 70px;
    display: inline;
    float: left;
    cursor: pointer;
    position: absolute;
    top: 0px;
}

.mobile-trigger-user{
    right:0px;
}

.mobile-trigger-user .menu_user_picture {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    margin-top: 11px;
    float: left;
    display: inline;
    border: 2px solid #D6BC7E;
    margin-right: 15px;
}


.mobile-trigger-user:hover i,
.mobile-trigger:hover i{
    color: #D6BC7E;
}

.mobilewrapper{
    min-height: 100%;
    position: fixed;
    overflow-x: hidden!important;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    top: 0px;
    display:none;
    transform: translate(-265px, 0px);
}
.mobilewrapper-user{
    display: none;
    min-height: 100%;
    position: fixed;
    overflow-x: hidden!important;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    top: 0px;
    background-color: #282D33;
}

.snap-drawers {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;

}

.snap-drawer {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: auto;
    width: 265px;
    height: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
    background-color: #161d21; 
}

.snap-drawer-right{
    right:0px;
    padding-top: 18px;
}

.mobilewrapper-user label,
.mobilewrapper-user a,
.mobilewrapper-user .widget-title-sidebar{
    color:#fff;
}

.mobilewrapper-user .widget-title-sidebar{
    padding-left: 13px;
}

.mobilewrapper-user .login_sidebar{
    width: 254px;
    display: inline-block;
    margin-left: 6px;
}

#login-div-title-mobile,
#register-div-title-mobile,
#forgot-div-title-mobile{
    font-size:16px;
    color:#fff;
    padding-left:13px;
}

.sidebar-header {
    width: 100%;
    z-index: 11;
    background-color: #26292b;
    height: 65px;
    border-bottom: solid 2px #2d3033;
}

.mobilex-menu {
    margin-bottom: 0px;
    margin-left:0px!important;
    background-color: #161d21;
    margin-top:26px;
}

.mobilex-menu li {
    position: relative;
    font-weight: 400;
    list-style: none;
    font-size: 13px;
    margin-bottom: 0px;
    border-bottom: 1px solid #576871;
}

.mobilex-menu li.menu-item-has-children:hover{
    background: transparent;
}

.mobilex-menu .sub-menu li:hover{
    border-bottom: 1px solid #555;  
} 

.mobilex-menu li a {
    color: #fff;
    padding: 15px 20px 15px 30px;
    display: inline-block;
    line-height: 20px;
    font-weight: 600;
    width: 100%;
}

.mobilex-menu  .menu-item-has-children >a:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
}

.mobilex-menu .fa{
    margin-right: 10px; 
}

.mobile_user_menu li:hover {
    background-color: #D6BC7E;
    color: #fff;
}

.mobilemenu-close-user,  
.mobilemenu-close{
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 7px;
    color: #FFFFFF;
}

.mobilemenu-close-user:hover,
.mobilemenu-close:hover{
    color:  #D6BC7E;
}

.mobilemenu-close-user i,
.mobilemenu-close i{
    font-size: 15px;
    padding: 3px 0px 0px 8px;
}

.mobilex-menu .sub-menu{
    margin-left:0px;
}

.mobilex-menu .sub-menu ul{
    padding-left: 0px;
}

.mobilex-menu .sub-menu ul li{
    padding-left: 20px;
}

.mobilex-menu .sub-menu a{
    padding-left:45px;
    line-height: 20px;
}

.mobilex-menu .sub-menu li:hover>a {
    padding-left: 45px!important;
}

.mobilex-menu .sub-menu .sub-menu a{
    padding-left:45px;
    line-height: 20px;
}

.mobilex-menu .sub-menu .menu-item-has-children >a:after{

}

.mobilex-menu .sub-menu ul {
    border-top:none!important;
}

.mobilex-menu .sub-menu {
    display:none;
}


/* =Main Menu
----------------------------------------------- */

#menu-main-menu{
    margin-left: 14px;

}

/*=theme Slider
------------------------------------------------------*/
.theme_slider_wrapper{
    overflow: hidden;
}
.theme_slider_wrapper .item{
    height:100%;
    background-position: 50% 50%;
    background-size: cover;    
}


.slider-content{
    position: absolute;
    width:466px;
    height: 233px;
    background-color: #3a4659;
    background-color: #fdfdfd;
    opacity: 0.99;
    color: #768082;
    font-size: 14px;
    bottom: 144px;
    right: 4%;
    padding: 21px 76px 26px 26px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 22px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.theme_slider_extended .slider-content{
    bottom: 10%;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
}

.slider-content-wrapper{
    max-width: 1200px;
    position: relative;
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    bottom: 22%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    height: 100%;
    pointer-events:none;
}
.theme_slider_classic{
 cursor: pointer;   
}

.theme_slider_classic  a{
    pointer-events:auto;
}

.theme_slider_wrapper .carousel-indicators {
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 15;
    width: 12%;
    padding-left: 0;
    margin-left: -6%;
    text-align: center;
    list-style: none;
    margin-bottom: 15px;
}

.carousel-control-theme-prev{
    position: absolute;
    top:116px;
    right:-4px;
    height:117px;
    width:50px;
    background-color: #D6BC7E;
    opacity: 0.99;
    color:#fff;
    border-bottom-right-radius: 4px;
    pointer-events: auto;
}

.carousel-control-theme-next{
    position: absolute;
    top:0px;
    right:-4px; 
    height:116px;
    width:50px;   
    background-color: #D6BC7E;
    opacity: 0.99;
    color:#fff;
    border-top-right-radius: 4px;
    pointer-events: auto;
}

.carousel-control-theme-prev:hover,
.carousel-control-theme-next:hover{
    background-color:#33353A;
    color:#fff;
}

.slider-content h3 a{
    color: #3a4659;
    text-decoration: none;
}

.slider-content h3 a:hover{
    color: #D6BC7E;
}

.slider-content .read_more{
    text-decoration: none;
    color: #D6BC7E;
    display: block;
    margin-top: 7px;
    position: absolute;
    bottom: 61px;
    right: 75px;
}

.slider-content .read_more i{
    font-size: 14px;   
    padding:  0px 0px 0px 8px;
}

.theme-slider-price{
    position: absolute;
    bottom: 0px;
    left: 26px;
    right: 26px;
    width: 364px;
    border-top: 1px solid #f0f0f0;
    height: 50px;
    font-size: 18px;
    padding-top: 12px;
    color: #f1bf7f;
}

.listing-details{
    float:right;
    color: #8593a9;
    font-size: 15px;
    padding-top: 2px;
}

.listing-details img{
    margin: -6px 6px 0px 8px;
}

.slider-content .fa{
    font-size: 50px;
    margin: 0px auto;
    padding: 35px 15px;   
}


/*=theme Slider type2
------------------------------------------------------*/

.theme_slider_wrapper.theme_slider_2 .slick-list {
    padding-top: 0px;
    background-color: #F8F8F8;
}

.theme_slider_wrapper.theme_slider_2 .slick-prev:active,
.theme_slider_wrapper.theme_slider_2 .slick_next:active{
    padding: 0px!important;
}


.theme_slider_wrapper.theme_slider_2 .slick-next.slick-arrow {
    right: 15px;
    left: auto;
}

.theme_slider_wrapper.theme_slider_2 .slick-prev.slick-arrow {
    right: auto;
    left: 15px;
}

.theme_slider_wrapper.theme_slider_2 .slick-next.slick-arrow:before {
    content: '\e801';
    font-family: "fontello";
    margin-top: 36px;
    font-size: 48px;
    text-shadow: none;
}

.theme_slider_wrapper.theme_slider_2 .slick-prev.slick-arrow:before {
    content: '\e800';
    font-family: "fontello";
    margin-top: 36px;
    font-size: 48px;
    text-shadow: none;

}

.theme_slider_wrapper.theme_slider_2 .slick-prev.slick-arrow:hover, 
.theme_slider_wrapper.theme_slider_2 .slick-next.slick-arrow:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}

.theme_slider_wrapper.theme_slider_2 .slick-prev.slick-arrow,
.theme_slider_wrapper.theme_slider_2 .slick-next.slick-arrow {
    top: 45%;
    color: #fff;
    width: 35px;
    height: 65px;
    border-radius: 0px;
    cursor: pointer;
    color: #99a2ae;
    background-color: transparent!important;
    color: #fff;
    padding-left: 0px;
    border: none;
    position: absolute;
    z-index: 999;
    margin: 0 auto;
}

.theme_slider_wrapper.theme_slider_2  .slick-dots {
    display: none!important;
}

.theme_slider_wrapper.theme_slider_2 .item_type2{
    display: block;
    position: relative;
    background-color: #F8F8F8;
    display:inline-block;
    max-width:33.33%;
    background-size: cover;
    background-position: center;
    margin-left: 1px;
    margin-right: 1px;
}

.prop_new_detals_info{
    position: absolute;
    bottom: 60px;
    padding: 0px 0px 0px 20px;
    color: #fff;    
}

.theme_slider_wrapper.theme_slider_2 h3{
    padding: 0px 0px 0px 20px;
    color: #fff;    
}

.theme_slider_wrapper.theme_slider_2 h3 a{
    color:#fff;    
    font-weight: 600;
}

.theme_slider_wrapper.theme_slider_2 .theme-slider-price {
    position:relative;
    left: 0px;
    right: auto;
    width: auto;
    border-top: none;
    height:auto;
    font-size: 16px;
    font-weight: 600;
    padding: 0px 0px 0px 20px;
    color: #fff;
    opacity: 0.8;
}
.theme_slider_wrapper.theme_slider_2 .prop_new_details{
    pointer-events:auto;
    cursor:pointer;
}

.theme_slider_wrapper.theme_slider_2 .prop_new_details_back{
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    pointer-events: none;
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7) );
}

.theme_slider_wrapper.theme_slider_2 .item_type2:hover .prop_new_details_back{
   /*
   background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.3)
    );
   */
   opacity:0.3;
}



/* =Form
----------------------------------------------- */

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 9px 12px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #8593a9;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dde4e9;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    margin-bottom: 13px;
}

.form-control::-moz-placeholder,
.form-control::-webkit-input-placeholder {
    color: #8593a9;
}

.dropdown-menu{
    font-size:13px;
    padding: 5px 0 0px 0px;
    width: 100%;
}

.loginrow{
    margin-bottom:13px;
}

.form-control.open{
    border-color: #D6BC7E;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control.open .filter_menu_trigger {
    color:#28556A;
}

.form-control:focus {
    border-color: #D6BC7E;    
}

.adv1-holder{
    width: 910px;
    float: left;
    padding: 10px 13px;
}

#adv-search-mobile .dropdown.form-control{
    padding:0px;
}

.adv-search-1 .form-control{
    width: 206px;
    display: inline;
    float: left;
    margin: 0px 13px 13px 0px;
    padding:0px;
}

.adv-search-1 input[type=text] {
    width: 206px;
    margin: 0px 13px 13px 0px;
    padding: 9px 0px 7px 13px;
    color: #1a171b;
    border-radius: 3px;
    background-color: #fff;

}

.adv-search-1 .filter_menu_trigger{
    margin-top: 1px;
    padding: 9px 13px;
}

.listing_filter_select .caret_filter,
.adv-search-1 .caret_filter{
    position: absolute;
    right: 15px;
    top: 17px;
}

.fullscreen_search .adv-search-1 .filter_menu{
    bottom: 41px;
    top: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search_wrapper-close-extended#search_wrapper.fullscreen_search {
    bottom: 150px!important;
}


.dropdown{
    cursor: pointer;
}

.btn{
    padding: 9px 35px;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(218, 68, 83, 1);
    box-shadow: 0px 2px 0px 0px rgba(218, 68, 83, 1);
}

#primary .btn{
    width: 220px;
}

#colophon .btn{
    width:217px;
}

.red{
    background-color: #D6BC7E;
    color:#ffffff;
}

.red:hover{
    color:#ffffff;
    background-color: #da4453;
}

/*=adv-search-1
------------------------------------------------*/
#adv-search-header-mobile{
    background-color: #28556A;
    padding: 15px 15px 15px 15px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    float: left;
    width: 100%;
    display: none;  
    margin-bottom: 0px;
}

.page-template-splash_page #adv-search-header-mobile{
    margin-bottom: 0px;
        z-index: 9;
    position: relative;
}

#adv-search-mobile{
    display: none;
    padding: 15px 15px 3px 15px;
    float: left;
    width: 100%;
    background-color: #fff;
}

.page-template-splash_page  #adv-search-mobile {
    padding: 13px;
}

#adv-search-mobile .filter_menu_trigger {
    margin-top: 1px;
    padding: 9px 13px;
}

#adv-search-mobile .caret_filter{
    float:right;
    margin-right:9px;
    margin-top: 7px;
    position:relative;
}

#adv-search-mobile .filter_menu{
    width: 100%;
    margin: 0px;
}

/*=adv-search-4
------------------------------------------------*/

.search_wr_4 .adv-search-1{
    max-width: 1125px;
/*    padding: 15px 7px;*/
}

.adv4-holder{
    float: left;
    padding: 13px 5px;
}

#advanced_submit_4{
    width:100%;
}

.adv4-holder .adv_search_slider {
    width: 100%;
    padding-right: 5px!important;
}

.search_wr_4.with_search_on_end #adv-search-header-1 {
    top: -40px;
    left: 15px;
}

.search_wr_4.with_search_on_end.with_search_form_float #adv-search-header-1 ,
.search_wr_4.with_search_on_end.with_search_form_float #adv-search-header-1 {
    top: -40px;
    left: 0px;
}

#search_wrapper.search_wr_4.with_search_on_end.without_search_form_float,
#search_wrapper.search_wr_4.with_search_on_start.without_search_form_float{
    padding: 0px 15px;
}

/*=adv-search-5
------------------------------------------------*/

#search_wrapper.search_wr_5  {
    height:100%;
    border:none;
    height: auto;
    padding: 0px 7px;
}

#search_wrapper.search_wr_5.with_search_form_float {
    padding: 0px 7px;
}
 

.search_wr_5 .adv-search-1{
    position: Relative;
    bottom: auto;
    padding: 15px 0px;
    max-width: 1110px;
    width: 100%;
    background: transparent;
}

#advanced_submit_4{
    width:100%;
}

.adv5-holder .adv_search_slider {
    width: 100%;
    padding-right: 5px!important;
}

.search_wr_5  h3{
    padding-left: 7px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
} 


/*=adv-search-6
------------------------------------------------*/

#search_wrapper.search_wr_6 {
    padding: 0px;
}

.adv6-holder .adv_search_slider {
    width: 100%;
    padding-right: 5px!important;
}

#search_wrapper.search_wr_6.with_search_on_start.without_search_form_float{
    padding-top: 65px;
}

#tab_prpg_adv6{
    position: relative;
}

.search_wr_6 .adv_search_tab_item:first-of-type{
    border-top-left-radius: 3px;
}
.search_wr_6 .adv_search_tab_item:last-of-type{
    border-top-right-radius: 3px;
}

.search_wr_6 .adv-search-1{
    border:none;
    max-width: 1125px;
    
}

.search_wr_6 .nav-tabs{
    border: none;
    margin: 0px 0px 0px 0px;
    position: absolute;
    top: -55px;
    left:7px;
}

.search_wr_6 .adv_extended_options_text{
    margin-bottom:15px;
}

.adv6-holder{
    padding: 15px 0px 0px 0px;
    float: left;
    width:100%;
}

.search_wr_6.with_search_form_float .adv6-holder {
   padding: 13px 7px 0px 7px;
}


.search_wr_6.with_search_form_float .adv6-holder  .nav-tabs{
    left:-7px;
}

.adv_search_tab_item{
    float: left;
    display: inline-block;
    border: 1px solid #23282D;
    background: #0A0B26;
    border-right: 1px solid #0A0B26;
}
.adv_search_tab_item:last-of-type{
    border-right: none;
}

.adv_search_tab_item a{
    color: #fff;
    float: left;
    padding: 13px 29px;
    text-transform: capitalize;
    font-size: 1.1em;
	}

.adv_search_tab_item.active{
   background-image: linear-gradient(to right, #28556A 0%, #387592 100%);
    color:#fff;
    border: 1px solid #387592;
}

.adv_search_tab_item.active a{
    color:#fff;
}


/*=adv-search-7
------------------------------------------------*/

#search_wrapper.search_wr_7 {
    height: 100%;
    background-color: #f5f8fa;
    border: none;
}

.search_wr_7 .adv-search-1 {
    background-color: #f5f8fa;
    position: Relative;
    bottom: auto;
    padding: 15px 0px;
 
}

.adv7-holder .nav.nav-tabs{
    position: absolute;
    top: -57px;
    left: 7px;

}

.adv7-holder .adv_search_slider {
    width: 100%;
    padding-right: 5px!important;
}

.with_search_7 #openmap{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    bottom:0px;
    right: 52px;
}

/*=adv-search-8
------------------------------------------------*/
#adv-search-8{
    background-color: transparent;
    max-width: 1125px;
}

#search_wrapper.search_wr_8{
    padding-bottom: 0px;
} 
#search_wrapper.search_wr_8.with_search_form_float{
    padding: 13px 0px;
} 

#search_wrapper.search_wr_8.with_search_on_start.without_search_form_float{
    padding-top: 66px;
} 

.search_wr_8 .nav-tabs{
    border:none;
    margin-left: 7px;
}
.search_wr_8.with_search_form_float .nav-tabs {
    border: none;
    margin-left: 0px;
}

.adv8-holder{
    margin-top: -57px;
}

.with_search_form_float .adv8-holder {
    margin-top: -54px;
}

.adv8-holder .tab-content{
    padding: 13px 0px 13px 0px;
    float: left;
    width: 100%;
 
}

.with_search_form_float .adv8-holder .tab-content{
    padding: 13px 7px 0px 7px;
}

/*=adv-search-9
------------------------------------------------*/

#search_wrapper.search_wr_9 {
    height: 100%;
    background-color: #f5f8fa;
    border: none;
}

#search_wrapper.search_wr_5.fullscreen_search,
#search_wrapper.search_wr_7.fullscreen_search,
#search_wrapper.search_wr_9.fullscreen_search{
    height:auto;
}

.search_wr_9 .adv-search-1 {
    background-color: #f5f8fa;
    position: Relative;
    bottom: auto;
    padding: 15px 0px;

}

.adv9-holder .nav.nav-tabs{
    position: absolute;
    top: -57px;
    left: 7px;

}

.adv9-holder .adv_search_slider {
    width: 100%;
    padding-right: 5px!important;
}

.with_search_9 #openmap{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    bottom:0px;
    right: 52px;
}

/*=adv-search-10
------------------------------------------------*/
.adv_handler {
    background-color: #D6BC7E;
    width: 42px;
    height: 40px;
    cursor: pointer;
    margin-right: 10px;
    float: left;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
    color: #fff;
}

#advanced_submit_10 {
    width: auto;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    padding: 14px 34px 13px;
}

.with_search_form_float #advanced_submit_10 {
    padding: 14px 32px 13px;    
}

.search_wr_10 #advanced_submit_11{
     padding: 14px 34px 13px;
}

.adv_search_hidden_fields {
    float: left;
    width: 100%;
    padding: 0px 0px 10px;
    display:none;
}

#search_wrapper.search_wr_10 {
    padding-bottom: 0px;
}

#search_wrapper.search_wr_10 .adv-search-1{
    max-width: 1130px;
}

#search_wrapper.search_wr_10.with_search_form_float{
   padding: 13px 7px 0px 7px; 
}

.search_wr_10  .adv_search_slider {
    width: 100%;
    padding-right: 5px!important;
}

/*=adv-search-11
------------------------------------------------*/

#advanced_submit_11 {
    width: auto;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    padding: 14px 36px 13px;
}

.search_wr_11 #advanced_submit_11{
    padding: 14px 32px 13px;
}

.adv_search_hidden_fields {
    float: left;
    width: 100%;
    padding: 0px 0px 10px;
    display:none;
}

#search_wrapper.search_wr_11 {
    padding-bottom: 0px;
}

#search_wrapper.search_wr_11 .adv-search-1{
    max-width: 1130px;
}

#search_wrapper.search_wr_11.with_search_form_float{
   padding: 13px 7px 0px 7px; 
}

.search_wr_11  .adv_search_slider {
    width: 100%;
    padding-right: 5px!important;
}



/*=adv-search-geolocation
------------------------------------------------*/

.radius_wrap{
    padding-left: 0px;
    padding-right: 7px;
    position:relative;
}

.slider_radius_wrap{
    height:38px;
    position:relative;
}


#wpestate_slider_radius {
    margin-left: 8px;
    margin-top: 3px;
    height: 5px;
}
#wpestate_slider_radius  .ui-slider-handle {
    margin-top: -2px;
    width: 17px;
    height: 17px;
    background-image: none;
    background-color: #fff;
}


.radius_wrap:after{
    font: normal normal normal 22px/1 FontAwesome;
    content: "\f041";
    position: absolute;
    top: 8px;
    right: 18px;
    color: #f6d6ad;
}


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

.social_facebook{
    margin-left: 10px;
    width: 20px;
    height: 20px;
    background-image: url(data:image/png;base64,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);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    float: left;
}

.social_facebook:hover{
    background-image: url(data:image/png;base64,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);
    background-position: -20px 0px;
    background-repeat: no-repeat;
}

.social_tweet{
    margin-left: 10px;
    width: 27px;
    height:20px;
    background-image: url(data:image/png;base64,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);
    background-position: -40px 0px;
    background-repeat: no-repeat;
    float: left;  
}

.social_tweet:hover{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAAUCAYAAAA3IwABAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH3wEaCycgwIbnXQAACdNJREFUeNrtnH9wFOUZxz8hDRWUgrQdQ6knyk3tG0WgWCsU5YeBemoF2zo6sbZh7MDYlqJO7UhsKW0pgtQqU9ogYsOPkjJjraDAMZBYDhgZoW2wtnnrcAQ9myFFocRG0VSS/vE+Fzabu73dvc0PmP3O7Nztu7vPd/e9fb/7PM/77BW0t7fTl6G1DsLMAOCU0w5KqY7vBQcD6ZMLgf847dA+poAQIUK4x0dyCEQEeBi4Axhsaf+2UqrSDcHEsietqyOAR4BpwMet9vZWz6nshusbBdwL3AzsBJYAyW7u01HAd4HbgBel/w6Ht9rZCa11OVAlq5uVUjN7gnf44ppOvI0VpTPDXwP6OWwbCrwMzLaJlV98AngJuNMmVt2FEmCPCFYEqO8BsbpSOGcDnxS+N8Pb7KxGleX7DBGwHucVAQs9LIdts4HiLNtafXB9CxgWwDlvEDGoBJ7Lsk8hsNomtI+JeN0F7PfIuRq4DPi1cLZl6cuNNs6Hga8Ds4A/+QyB7wCmAmPkutL4MbDVsj5OPMhpmcLcLjyTxlpXzwfKgEnApcBHpb0N+CmwRSXqrMeOA5aoRN00n17LOOA+ubYm4JfAaqVUi9+bIh6JZrQZSyVbAh4zQ3pprA4J5crZwxpjW38VuB242kEonHC1bf0lYKYMsBc82Nkux/xRvJmSDPvcA4zP0B4FamVgesF+YArwB+DPwOQsnFdkaL9EznmqR87LgV3ABcDzQIuIUlK81K22/S8ESn38Lp+TfnxPhLlZeI7LQ2ZLhmN8cWmti7XWK6QPvwIcBQYCjwMvaq2n+xCq4ngkmtVmPBKdnucYWWv53gys6aGx2Vu8Z61gXWBbXyUD9i/ACR9c59nWfwdsBmqAf3mwsx5YLt8nAn8T78l6vg/kuK4NGa7PCU+JRwcwVryljRYPtAD4nsPx/YF1HjgHiCA/Dzwt4jQDOCIeRHFAv/8g4dggyy4Z9EfkoRDYU11rPQzYAXxHPNVbRMRjwPcBBWzVWt/gQaxc2YxHojf4PW+lVDkmHzkLGKGUOtkTA7OxorQTb2NF6clQrpxDQjtO++QYIGJVZGsfKE9qgHc9hJnXiFC1ihAUikCVSUjQJN6JE4aLR7TcJecoYIKESP0sodqXgAeBQ1k8PTtnObDCBV+Z2Ku3tLXIQ+MR4d5rCQOx9OVOyzG5QrY75byscej74mn9XMLn3dYw0MqlJ43t4HIKD7XW/YBl0o93KaWqLZsPAwe01klgE7BSaz1eKfV2DrHqZDOWSnaxGY9EO2zGI9HxsVTybZ+itak3BmdjRemmUKJyC9Yiyb3Y8RtZkCfYdpccC4CHMrT/Qhav9l6TQdbf1l4sXk+zSzuzJcwdKssqh30bJG/WL0Ne4SngHZec9wCvSL8PBZ7Nsl9UPi+1te+zPATAlE3UyPfLRMBqPIadYGZv7eG6lSdfrlIRv7VKqWoJ/X4rfb5IKdWmlNqstd4O3AhU5PCSO9mMpZLVEvp12Iylkm2xVHJzPBL1YjOT2NprXH6ilFqYqR04CCwERttCu/u8embDF9d0sd9YUbowU7sT77nmmWUKCQtdHFcf8Hl4sdcMTAcSZK6tcjujWSL5mRIX+YEW4CYJBf+XYfvHXHKOkUF+m80TsuOIxdOyX7tVuBqApbI8I21LLUsuHLF4Wpl4dls8qAaVqFuqEnUdXOl1aXPCo0A7sE3WV8hD51YJS+3nM8vFuXeHzXwwE5PbHW1r/ybwutZ6SG/wDl9cM+RcFyxcDN5UgOfwX7xP/Z+QfNCAPLkHSJi2wMW+xzCzaUV5chZKruWHDvusEU9yImZmM410Pdn6gPp+LSaJf51tQN8swrouIJ7RIvT/lvWL5DMpvz82j66ll2zme43ZMBh44hzj7TMh4X5xq2/E1C+lsVc8Ia9ilcAkpb8GjLS07wDq5IbzWlrenEdOLY1X5amcxBR45sI7AYjV3zH1Na/gXObQKjmzx4B54jX0lxtwQpZ8X0OW0DvXw2eyeGM/E89vsHBNccgreuV6EpgDfEbuhzck97RXKdUmodf5lvvj2XxsxlLJNslzebWZLxKSMxshv5vdEzrXePuEYD0nyxabYFVzZqbMC7bLcqVNsDb5tJceaF/AlC6UYSrLvWKZR0/lXeDzIhi3A3N9cD7qgfOExeuZJ0/K5XYRsdRaNbgMA+1oxNSKgZlZWyZ23s92gErUeeVaICH1XK31WnlAncTMSnaYlb49iZnxc20zHokGZTMv0VBKTbbkvoZIWOY1VeGZt7GidLIl99VTvGdNSNiXcFDCJj/HVfs47jRwwCfnP4Hf+7zOtFd7r3iq3YVD8nk/ZiYyECiljon4vgB8ClObBlLqorUeiJnoKQTWlZSUHMplM5ZKOtqMR6KdbN705uFD3Xwv7rKtv95DY6C3ePuMh3U24ZSEc1G81VXNzRFS9iNzNTvieewRzkEu+dqF80MP5zhYxOkaWa/HTBBslIEaVB7LytMqwvpZEfTz6FzAmI9o1QK1Wuu7MSUtRcAzWus1mNqp64F/AEvcvpAfSyVrgdp4JNrJZjwS9W0zROhh5YtJdE4821GNt4RqJSYf54QvCme2/lknIaIXTi/lBuXi7fQHfiC5miuA+eIxVNnCdb+YJQJVJDxzRRTTZS2r6VrykC8mCN+PMO+qLgSuxeQTpymljgZtM5ZKHg2Heuhh9RQSwN2YpOoqCeeaZGBNlW2FLm3txRSX5sIeEY0HZdDuxiT6Py3eyDc89F1CQiy3GC+CNIeutWFL5NqrMEWhT+fRr9fL8XOBlTZvcDHwlvBfF1SYUVBQQH19/VWyul5C3fuBVqXUcb82t108MqPNWCp5PBzioWD1BuZgKrwX5WFjJ+a1E7cV9bMxieVFmFlOP9gBfBVvL4uXW0LAbB5lFf5ej7KiTK7rgIMXuQqH5LtX1NfXD5N801Gl1BvSnJf3s+3ikR02Y6lkIDZDhCFhvjgtIcsEur70mwunMP84cIvH0PE0ZtZsCmcKNd3iQxG7L+O9/iddtJktuX65eFk78+zTNM+MLNujMvDjAf6OgzAV/iv7uM0QoWAFgn0iPJdIeHTQYd/XMH8xchXmr1hafXImRCivFXt/JXO1O5h38h7HJK0f8sm5DFMbNg/zKlT6XzMKMbVxvxJPMd9CyCckzJ4vgz1dH1GEqc2qDIjH7tHvw/k1qL5gM0QYEgaKlAy0+bJewpmK5pTkX4LGy7KASYZfhHkJuAjznl0j8EEAPG9h/oon/a+lt4q3l8L8s0KMHH/37BJHMTODD3DmVacPRMRqxcM7FnAfvgdUKKWagrYZSyWbuuNGU0oVeGm3bF+ISf77QmNFaYGXdsv2vHj7Ov4PzejsRI+oOPIAAAAASUVORK5CYII=);
    background-position: -69px 0px;
    background-repeat: no-repeat;
}


.social_google{
    margin-left: 10px;
    width: 26px;
    height:20px;
    background-image: url(data:image/png;base64,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);
    background-position: -96px 0px;
    background-repeat: no-repeat;
    float: left;
}

.social_google:hover{
    background-image: url(data:image/png;base64,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);
    background-position: -122px 0px;
    background-repeat: no-repeat;
}

.social_pinterest{
    margin-left: 7px;
    width: 26px;
    height:20px;
    background-image: url(data:image/png;base64,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);
    background-position: -148px 0px;
    background-repeat: no-repeat;
    float: left;
}

.social_pinterest:hover{
    background-image: url(data:image/png;base64,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);
    background-position: -169px 0px;
    background-repeat: no-repeat;
}

.social_linkedin{
    margin-left: 7px;
    width: 26px;
    height:20px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAAUCAYAAAA3IwABAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH3wEaCycgwIbnXQAACdNJREFUeNrtnH9wFOUZxz8hDRWUgrQdQ6knyk3tG0WgWCsU5YeBemoF2zo6sbZh7MDYlqJO7UhsKW0pgtQqU9ogYsOPkjJjraDAMZBYDhgZoW2wtnnrcAQ9myFFocRG0VSS/vE+Fzabu73dvc0PmP3O7Nztu7vPd/e9fb/7PM/77BW0t7fTl6G1DsLMAOCU0w5KqY7vBQcD6ZMLgf847dA+poAQIUK4x0dyCEQEeBi4Axhsaf+2UqrSDcHEsietqyOAR4BpwMet9vZWz6nshusbBdwL3AzsBJYAyW7u01HAd4HbgBel/w6Ht9rZCa11OVAlq5uVUjN7gnf44ppOvI0VpTPDXwP6OWwbCrwMzLaJlV98AngJuNMmVt2FEmCPCFYEqO8BsbpSOGcDnxS+N8Pb7KxGleX7DBGwHucVAQs9LIdts4HiLNtafXB9CxgWwDlvEDGoBJ7Lsk8hsNomtI+JeN0F7PfIuRq4DPi1cLZl6cuNNs6Hga8Ds4A/+QyB7wCmAmPkutL4MbDVsj5OPMhpmcLcLjyTxlpXzwfKgEnApcBHpb0N+CmwRSXqrMeOA5aoRN00n17LOOA+ubYm4JfAaqVUi9+bIh6JZrQZSyVbAh4zQ3pprA4J5crZwxpjW38VuB242kEonHC1bf0lYKYMsBc82Nkux/xRvJmSDPvcA4zP0B4FamVgesF+YArwB+DPwOQsnFdkaL9EznmqR87LgV3ABcDzQIuIUlK81K22/S8ESn38Lp+TfnxPhLlZeI7LQ2ZLhmN8cWmti7XWK6QPvwIcBQYCjwMvaq2n+xCq4ngkmtVmPBKdnucYWWv53gys6aGx2Vu8Z61gXWBbXyUD9i/ACR9c59nWfwdsBmqAf3mwsx5YLt8nAn8T78l6vg/kuK4NGa7PCU+JRwcwVryljRYPtAD4nsPx/YF1HjgHiCA/Dzwt4jQDOCIeRHFAv/8g4dggyy4Z9EfkoRDYU11rPQzYAXxHPNVbRMRjwPcBBWzVWt/gQaxc2YxHojf4PW+lVDkmHzkLGKGUOtkTA7OxorQTb2NF6clQrpxDQjtO++QYIGJVZGsfKE9qgHc9hJnXiFC1ihAUikCVSUjQJN6JE4aLR7TcJecoYIKESP0sodqXgAeBQ1k8PTtnObDCBV+Z2Ku3tLXIQ+MR4d5rCQOx9OVOyzG5QrY75byscej74mn9XMLn3dYw0MqlJ43t4HIKD7XW/YBl0o93KaWqLZsPAwe01klgE7BSaz1eKfV2DrHqZDOWSnaxGY9EO2zGI9HxsVTybZ+itak3BmdjRemmUKJyC9Yiyb3Y8RtZkCfYdpccC4CHMrT/Qhav9l6TQdbf1l4sXk+zSzuzJcwdKssqh30bJG/WL0Ne4SngHZec9wCvSL8PBZ7Nsl9UPi+1te+zPATAlE3UyPfLRMBqPIadYGZv7eG6lSdfrlIRv7VKqWoJ/X4rfb5IKdWmlNqstd4O3AhU5PCSO9mMpZLVEvp12Iylkm2xVHJzPBL1YjOT2NprXH6ilFqYqR04CCwERttCu/u8embDF9d0sd9YUbowU7sT77nmmWUKCQtdHFcf8Hl4sdcMTAcSZK6tcjujWSL5mRIX+YEW4CYJBf+XYfvHXHKOkUF+m80TsuOIxdOyX7tVuBqApbI8I21LLUsuHLF4Wpl4dls8qAaVqFuqEnUdXOl1aXPCo0A7sE3WV8hD51YJS+3nM8vFuXeHzXwwE5PbHW1r/ybwutZ6SG/wDl9cM+RcFyxcDN5UgOfwX7xP/Z+QfNCAPLkHSJi2wMW+xzCzaUV5chZKruWHDvusEU9yImZmM410Pdn6gPp+LSaJf51tQN8swrouIJ7RIvT/lvWL5DMpvz82j66ll2zme43ZMBh44hzj7TMh4X5xq2/E1C+lsVc8Ia9ilcAkpb8GjLS07wDq5IbzWlrenEdOLY1X5amcxBR45sI7AYjV3zH1Na/gXObQKjmzx4B54jX0lxtwQpZ8X0OW0DvXw2eyeGM/E89vsHBNccgreuV6EpgDfEbuhzck97RXKdUmodf5lvvj2XxsxlLJNslzebWZLxKSMxshv5vdEzrXePuEYD0nyxabYFVzZqbMC7bLcqVNsDb5tJceaF/AlC6UYSrLvWKZR0/lXeDzIhi3A3N9cD7qgfOExeuZJ0/K5XYRsdRaNbgMA+1oxNSKgZlZWyZ23s92gErUeeVaICH1XK31WnlAncTMSnaYlb49iZnxc20zHokGZTMv0VBKTbbkvoZIWOY1VeGZt7GidLIl99VTvGdNSNiXcFDCJj/HVfs47jRwwCfnP4Hf+7zOtFd7r3iq3YVD8nk/ZiYyECiljon4vgB8ClObBlLqorUeiJnoKQTWlZSUHMplM5ZKOtqMR6KdbN705uFD3Xwv7rKtv95DY6C3ePuMh3U24ZSEc1G81VXNzRFS9iNzNTvieewRzkEu+dqF80MP5zhYxOkaWa/HTBBslIEaVB7LytMqwvpZEfTz6FzAmI9o1QK1Wuu7MSUtRcAzWus1mNqp64F/AEvcvpAfSyVrgdp4JNrJZjwS9W0zROhh5YtJdE4821GNt4RqJSYf54QvCme2/lknIaIXTi/lBuXi7fQHfiC5miuA+eIxVNnCdb+YJQJVJDxzRRTTZS2r6VrykC8mCN+PMO+qLgSuxeQTpymljgZtM5ZKHg2Heuhh9RQSwN2YpOoqCeeaZGBNlW2FLm3txRSX5sIeEY0HZdDuxiT6Py3eyDc89F1CQiy3GC+CNIeutWFL5NqrMEWhT+fRr9fL8XOBlTZvcDHwlvBfF1SYUVBQQH19/VWyul5C3fuBVqXUcb82t108MqPNWCp5PBzioWD1BuZgKrwX5WFjJ+a1E7cV9bMxieVFmFlOP9gBfBVvL4uXW0LAbB5lFf5ej7KiTK7rgIMXuQqH5LtX1NfXD5N801Gl1BvSnJf3s+3ikR02Y6lkIDZDhCFhvjgtIcsEur70mwunMP84cIvH0PE0ZtZsCmcKNd3iQxG7L+O9/iddtJktuX65eFk78+zTNM+MLNujMvDjAf6OgzAV/iv7uM0QoWAFgn0iPJdIeHTQYd/XMH8xchXmr1hafXImRCivFXt/JXO1O5h38h7HJK0f8sm5DFMbNg/zKlT6XzMKMbVxvxJPMd9CyCckzJ4vgz1dH1GEqc2qDIjH7tHvw/k1qL5gM0QYEgaKlAy0+bJewpmK5pTkX4LGy7KASYZfhHkJuAjznl0j8EEAPG9h/oon/a+lt4q3l8L8s0KMHH/37BJHMTODD3DmVacPRMRqxcM7FnAfvgdUKKWagrYZSyWbuuNGU0oVeGm3bF+ISf77QmNFaYGXdsv2vHj7Ov4PzejsRI+oOPIAAAAASUVORK5CYII=);
    background-position: -196px 0px;
    background-repeat: no-repeat;
    float: left;
}

.social_linkedin:hover{
    background-image: url(data:image/png;base64,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);
    background-position: -226px 0px;
    background-repeat: no-repeat;
}


/*unit*/

.share_unit .social_facebook{
    background-image: none;
    margin: 3px 0px;
    padding-right: 3px;
}

.share_unit .social_facebook:after {
    font-family: FontAwesome;
    content: "\f09a";
    background-image: none;
    padding: 0px;
    margin: 0px;
    font-size: 17px;
}

.share_unit .social_facebook:hover{
    background-image: none;
    margin: 3px 0px;
    padding-right: 3px;
}

.share_unit .social_tweet{
    background-image: none;
    margin: 3px 0px;
    padding-right: 2px;
}

.share_unit .social_tweet:after {
    font-family: FontAwesome;
    background-image: none;
    padding: 0px;
    margin: 0px;
    content: "\f099";
    font-size: 16px;
}

.share_unit .social_tweet:hover{
    background-image: none;
    margin: 3px 0px;
    padding-right: 2px;
}

.share_unit .social_google{
    background-image: none;
    margin: 0px 0px 3px 0px;
    padding-right: 2px;
}

.share_unit .social_google:after{
    font-family: FontAwesome;
    background-image: none;
    padding: 0px;
    margin: 0px;
    content: "\f0d5";
    font-size: 15px;
}

.share_unit .social_google:hover{
    background-image: none;
    margin: 0px 0px 3px 0px;
    padding-right: 2px;
}


.share_unit .social_pinterest{
    background-image: none;
    margin: 3px 0px;
    padding-right: 3px;
}

.share_unit .social_pinterest:hover{
    background-image: none;
    margin: 3px 0px;
    padding-right: 3px;
}

.share_unit .social_pinterest:after {
    content: "\f231";
    font-family: FontAwesome;
    background-image: none;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
}

.share_unit .social_linkedin{
    margin: 7px 7px 7px 7px;
    width: 26px;
    height:20px;
    background-image: url(data:image/png;base64,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);
    background-position: -196px 0px;
    background-repeat: no-repeat;
    float: left;
}

.share_unit .social_linkedin:hover{
    background-image: url(data:image/png;base64,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);
    background-position: -226px 0px;
    background-repeat: no-repeat;
}
/**/

.agent_unit .social_facebook{
    margin-left: 0px;
    width: 20px;
    height: 20px;
    background-image: url(data:image/png;base64,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);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    float: left;
}

.agent_unit .social_facebook:hover{
    background-image: url(data:image/png;base64,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);
    background-position: -20px 0px;
    background-repeat: no-repeat;
}

.agent_unit .social_tweet{
    margin-left: 0px;
    width: 27px;
    height:20px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAAUCAYAAAA3IwABAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH3wEaCycgwIbnXQAACdNJREFUeNrtnH9wFOUZxz8hDRWUgrQdQ6knyk3tG0WgWCsU5YeBemoF2zo6sbZh7MDYlqJO7UhsKW0pgtQqU9ogYsOPkjJjraDAMZBYDhgZoW2wtnnrcAQ9myFFocRG0VSS/vE+Fzabu73dvc0PmP3O7Nztu7vPd/e9fb/7PM/77BW0t7fTl6G1DsLMAOCU0w5KqY7vBQcD6ZMLgf847dA+poAQIUK4x0dyCEQEeBi4Axhsaf+2UqrSDcHEsietqyOAR4BpwMet9vZWz6nshusbBdwL3AzsBJYAyW7u01HAd4HbgBel/w6Ht9rZCa11OVAlq5uVUjN7gnf44ppOvI0VpTPDXwP6OWwbCrwMzLaJlV98AngJuNMmVt2FEmCPCFYEqO8BsbpSOGcDnxS+N8Pb7KxGleX7DBGwHucVAQs9LIdts4HiLNtafXB9CxgWwDlvEDGoBJ7Lsk8hsNomtI+JeN0F7PfIuRq4DPi1cLZl6cuNNs6Hga8Ds4A/+QyB7wCmAmPkutL4MbDVsj5OPMhpmcLcLjyTxlpXzwfKgEnApcBHpb0N+CmwRSXqrMeOA5aoRN00n17LOOA+ubYm4JfAaqVUi9+bIh6JZrQZSyVbAh4zQ3pprA4J5crZwxpjW38VuB242kEonHC1bf0lYKYMsBc82Nkux/xRvJmSDPvcA4zP0B4FamVgesF+YArwB+DPwOQsnFdkaL9EznmqR87LgV3ABcDzQIuIUlK81K22/S8ESn38Lp+TfnxPhLlZeI7LQ2ZLhmN8cWmti7XWK6QPvwIcBQYCjwMvaq2n+xCq4ngkmtVmPBKdnucYWWv53gys6aGx2Vu8Z61gXWBbXyUD9i/ACR9c59nWfwdsBmqAf3mwsx5YLt8nAn8T78l6vg/kuK4NGa7PCU+JRwcwVryljRYPtAD4nsPx/YF1HjgHiCA/Dzwt4jQDOCIeRHFAv/8g4dggyy4Z9EfkoRDYU11rPQzYAXxHPNVbRMRjwPcBBWzVWt/gQaxc2YxHojf4PW+lVDkmHzkLGKGUOtkTA7OxorQTb2NF6clQrpxDQjtO++QYIGJVZGsfKE9qgHc9hJnXiFC1ihAUikCVSUjQJN6JE4aLR7TcJecoYIKESP0sodqXgAeBQ1k8PTtnObDCBV+Z2Ku3tLXIQ+MR4d5rCQOx9OVOyzG5QrY75byscej74mn9XMLn3dYw0MqlJ43t4HIKD7XW/YBl0o93KaWqLZsPAwe01klgE7BSaz1eKfV2DrHqZDOWSnaxGY9EO2zGI9HxsVTybZ+itak3BmdjRemmUKJyC9Yiyb3Y8RtZkCfYdpccC4CHMrT/Qhav9l6TQdbf1l4sXk+zSzuzJcwdKssqh30bJG/WL0Ne4SngHZec9wCvSL8PBZ7Nsl9UPi+1te+zPATAlE3UyPfLRMBqPIadYGZv7eG6lSdfrlIRv7VKqWoJ/X4rfb5IKdWmlNqstd4O3AhU5PCSO9mMpZLVEvp12Iylkm2xVHJzPBL1YjOT2NprXH6ilFqYqR04CCwERttCu/u8embDF9d0sd9YUbowU7sT77nmmWUKCQtdHFcf8Hl4sdcMTAcSZK6tcjujWSL5mRIX+YEW4CYJBf+XYfvHXHKOkUF+m80TsuOIxdOyX7tVuBqApbI8I21LLUsuHLF4Wpl4dls8qAaVqFuqEnUdXOl1aXPCo0A7sE3WV8hD51YJS+3nM8vFuXeHzXwwE5PbHW1r/ybwutZ6SG/wDl9cM+RcFyxcDN5UgOfwX7xP/Z+QfNCAPLkHSJi2wMW+xzCzaUV5chZKruWHDvusEU9yImZmM410Pdn6gPp+LSaJf51tQN8swrouIJ7RIvT/lvWL5DMpvz82j66ll2zme43ZMBh44hzj7TMh4X5xq2/E1C+lsVc8Ia9ilcAkpb8GjLS07wDq5IbzWlrenEdOLY1X5amcxBR45sI7AYjV3zH1Na/gXObQKjmzx4B54jX0lxtwQpZ8X0OW0DvXw2eyeGM/E89vsHBNccgreuV6EpgDfEbuhzck97RXKdUmodf5lvvj2XxsxlLJNslzebWZLxKSMxshv5vdEzrXePuEYD0nyxabYFVzZqbMC7bLcqVNsDb5tJceaF/AlC6UYSrLvWKZR0/lXeDzIhi3A3N9cD7qgfOExeuZJ0/K5XYRsdRaNbgMA+1oxNSKgZlZWyZ23s92gErUeeVaICH1XK31WnlAncTMSnaYlb49iZnxc20zHokGZTMv0VBKTbbkvoZIWOY1VeGZt7GidLIl99VTvGdNSNiXcFDCJj/HVfs47jRwwCfnP4Hf+7zOtFd7r3iq3YVD8nk/ZiYyECiljon4vgB8ClObBlLqorUeiJnoKQTWlZSUHMplM5ZKOtqMR6KdbN705uFD3Xwv7rKtv95DY6C3ePuMh3U24ZSEc1G81VXNzRFS9iNzNTvieewRzkEu+dqF80MP5zhYxOkaWa/HTBBslIEaVB7LytMqwvpZEfTz6FzAmI9o1QK1Wuu7MSUtRcAzWus1mNqp64F/AEvcvpAfSyVrgdp4JNrJZjwS9W0zROhh5YtJdE4821GNt4RqJSYf54QvCme2/lknIaIXTi/lBuXi7fQHfiC5miuA+eIxVNnCdb+YJQJVJDxzRRTTZS2r6VrykC8mCN+PMO+qLgSuxeQTpymljgZtM5ZKHg2Heuhh9RQSwN2YpOoqCeeaZGBNlW2FLm3txRSX5sIeEY0HZdDuxiT6Py3eyDc89F1CQiy3GC+CNIeutWFL5NqrMEWhT+fRr9fL8XOBlTZvcDHwlvBfF1SYUVBQQH19/VWyul5C3fuBVqXUcb82t108MqPNWCp5PBzioWD1BuZgKrwX5WFjJ+a1E7cV9bMxieVFmFlOP9gBfBVvL4uXW0LAbB5lFf5ej7KiTK7rgIMXuQqH5LtX1NfXD5N801Gl1BvSnJf3s+3ikR02Y6lkIDZDhCFhvjgtIcsEur70mwunMP84cIvH0PE0ZtZsCmcKNd3iQxG7L+O9/iddtJktuX65eFk78+zTNM+MLNujMvDjAf6OgzAV/iv7uM0QoWAFgn0iPJdIeHTQYd/XMH8xchXmr1hafXImRCivFXt/JXO1O5h38h7HJK0f8sm5DFMbNg/zKlT6XzMKMbVxvxJPMd9CyCckzJ4vgz1dH1GEqc2qDIjH7tHvw/k1qL5gM0QYEgaKlAy0+bJewpmK5pTkX4LGy7KASYZfhHkJuAjznl0j8EEAPG9h/oon/a+lt4q3l8L8s0KMHH/37BJHMTODD3DmVacPRMRqxcM7FnAfvgdUKKWagrYZSyWbuuNGU0oVeGm3bF+ISf77QmNFaYGXdsv2vHj7Ov4PzejsRI+oOPIAAAAASUVORK5CYII=);
    background-position: -40px 0px;
    background-repeat: no-repeat;
    float: left;  
}

.agent_unit .social_tweet:hover{
    background-image: url(data:image/png;base64,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);
    background-position: -69px 0px;
    background-repeat: no-repeat;
}

.agent_unit .social_google{
    margin-left: 0px;
    width: 26px;
    height:20px;
    background-image: url(data:image/png;base64,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);
    background-position: -96px 0px;
    background-repeat: no-repeat;
    float: left;
}

.agent_unit .social_google:hover{
    background-image: url(data:image/png;base64,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);
    background-position: -122px 0px;
    background-repeat: no-repeat;
}

.agent_unit .social_pinterest{
    margin-left: 0px;
    width: 26px;
    height:20px;
    background-image: url(data:image/png;base64,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);
    background-position: -148px 0px;
    background-repeat: no-repeat;
    float: left;
}

.agent_unit .social_pinterest:hover{
    background-image: url(data:image/png;base64,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);
    background-position: -169px 0px;
    background-repeat: no-repeat;
}

.agent_unit .social_linkedin{
    margin-left: 0px;
    width: 26px;
    height:20px;
    background-image: url(data:image/png;base64,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);
    background-position: -196px 0px;
    background-repeat: no-repeat;
    float: left;
}

.agent_unit .social_linkedin:hover{
    background-image: url(data:image/png;base64,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);
    background-position: -226px 0px;
    background-repeat: no-repeat;
}


.miclogo{
    height: 60px;
    margin-top: 1px;
    opacity: 0.95;
}

.customnav #access{
}

.customnav .menu li a{
 /*   padding-bottom: 22px;
    padding-top: 30px;*/
}

.customnav #access ul li:hover> ul{
    top:70px;
}

.customnav #access ul ul li:hover> ul{
    top:-1px;
}

.customnav #access ul ul ul{
    top:30px;
}



.customnav .menu>li a{
  /*  padding-bottom: 28px;
    padding-top: 30px;*/
}

.customnav .sub-menu>li a{
    padding: 13px;
}

.navbar-fixed-top{
    /* -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
    */
}

/* =breadcrumb 
----------------------------------------------- */
.breadcrumb{
    color:#8593a9;
    background: none;
    margin-top: 13px;
    padding: 0px;
    margin-bottom: 17px;
    font-size: 12px; 
    margin-left:0px;
}
.breabcrumb_dashboard {
    display: none;
}


.breadcrumb > li + li:before {
    font-family: FontAwesome;
    padding: 0 5px;
    color: #cccccc;
    content: "\f105";
}

.breadcrumb .active{
    color:#BD1427 ;
}

.breadcrumb a{
    color:#8593a9;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.breadcrumb a:hover{
    color: #D6BC7E;
}

.breadcrumb > li {
    display: inline-block;
    word-break: break-all;
}

/*=User Login
-------------------------------------------------*/
#modal_login_wrapper{
    display:none;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 9999;
}
.modal_login_back{
    background-color: #111;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index:1;
}

.modal_login_container {
    background-color: #fff;
    left: 0;
    right: 0;
    top: 8%;
    width: 450px;
    z-index: 1;
    position: absolute;
    margin: 0px auto;
    box-shadow: 3px 5px 13px 0px rgba(29,29,29,0.05);
}

.modal_login_container .alert-message, 
.modal_login_container .login-alert{
    width:100%;
    max-width: 100%;
}


.or_social{
width: 100%;
    float: left;
    text-align: center;
    margin: 15px 0px 5px 0px;
}

#login-modal_close{
    position: absolute;
    top: 0px;
    right: 0px;
    color: #8593a9;
    background-color: #f5f5f5;
    width: 22px;
    height: 23px;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
}

#forgot-div-title-topbar,
#register-div-title-topbar,
#login-div-title-topbar{
    background: #f5f5f5;
    padding: 25px;
    color: #3a4659;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.3em;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0px;
}

#forgot-pass-div,
#register-div-topbar,
#login-div_topbar{
   padding: 50px;
    height: 100%;
    float: left;
}


.login_modal_control{
    background: #eaeaea;
    padding: 25px;
    color: #3a4659;
    width: 100%;
    float: left;
}

#widget_register_topbar{
    float:left;
    color: #3a4659;
    font-weight: 600;
}
#forgot_pass_topbar{
    float:right;
    color: #3a4659;
    font-weight: 600;
}

#widget_login_topbar{
    display:none;
    color: #3a4659;
    font-weight: 600;
}

#return_login_topbar{
    display:none;
    color: #3a4659;
    font-weight: 600;
}

#wp-submit-register_topbar,
#wp-login-but-topbar,
#wp-forgot-but-topbar{
    width:100%;
    margin-bottom: 0px;
}



/* =User Menu
----------------------------------------------- */

.user_menu {
    display: inline-block;
    float: right;
    margin-right: 45px;
    color: #D6BC7E;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
    margin-top: -18px;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

.user_loged{
    background-color: transparent;
    padding: 0px 0px 0px 11px;
    margin-top: -27px;
}

.customnav{
    background-color: #FFF;
    opacity: 0.95;
    /*  border-bottom: 1px solid #D6BC7E;*/
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}

.customnav:hover{
    opacity:1;
}


.user_loged i{
    color:#BD1427;
}

.user_loged .menu_user_tools{
    margin-top: 23px;
}

.submit_action{
    float: right;
    display: inline;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 300;
	background-image: linear-gradient(to right, #E0C67F 0%, #D2A857 100%);
    padding: 6px;
    border-radius: 3px;
    color: #ffffff;
    webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    
    margin-right: 5px;
}

a.submit_listing:hover,
.submit_action:hover{
    background-color: #33353A;
    color:#fff;
}

a.submit_listing:focus{
    color: #fff;
}

.submit_listing{
    float: right;
    display: inline;
    margin-top: 0px;
    font-size: 14px;
    background: #D6BC7E;
    padding: 10px 13px;
    border-radius: 3px;
    color: #ffffff;
    webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}




.menu_user_picture{
    border-radius: 50%;
    width: 45px;
    height: 45px;
    margin-top: 7px;
    float: left;
    display: inline;
    border: 1px solid #D6BC7E;
    background-size: cover;
}

.menu_user_tools{
    border-radius: 50%;
    width: 15px;
    height: 20px;
    margin: 0px;
    float: left;
    display: inline;
    cursor: pointer;
    font-size: 14px;
    color: #D6BC7E;
}

.navicon-button {
    display: inline-block;
    position: relative;
    padding: 6px;
    transition: 0.25!important;
    cursor: pointer;
    user-select: none;
    opacity: .8;
    width: 30px;
    height: 30px;
    float:left;
   
}

.nav-notlog{
     display:none;
}

.navicon-button.open{
    padding: 4px 0px 6px 15px;
}

.user_loged .navicon-button{
    margin-top: 22px;
    padding: 6px 2px 6px 6px;
    float: right;
}

.user_loged .navicon-button.open{
    margin-top: 21px;
}

.navicon-button:hover {
    transition: 0.5s;
    opacity: 1;
}

.navicon {
    position: relative;
    width: 18px;
    height: 2px;
    background: #3a4659;
    transition: 0.5s;
    border-radius: 2.5rem;
}

.opensvg {
    transform: scale(0.75);
}

.navicon-button .navicon:before, 
.navicon-button .navicon:after {
    transition: 0.25s;
}

.navicon:before, .navicon:after {
    display: block;
    content: "";
    height: 2px;
    width:18px;
    background: #3a4659;
    position: absolute;
    transition: 0.5s 0.25s;
    border-radius: 1rem;
}

.navicon:after {
    top: -5px;
}

.navicon:before {
    top: 5px;
}

#user_menu_u:hover .navicon:before {
    top: 7px;
}

#user_menu_u:hover  .navicon:after {
    top: -7px;
}

.opensvg.plus .navicon, 
.opensvg.x .navicon {
    background: transparent;
}

.opensvg.plus .navicon:before,
.opensvg.x .navicon:before {
    transform: rotate(-45deg);
}

.opensvg.plus .navicon:after, 
.opensvg.x .navicon:after {
    transform: rotate(45deg);
}

.opensvg:not(.steps) .navicon:before, 
.opensvg:not(.steps) .navicon:after {
    top: 0 !important;
}

.white-caret{
    border-top-color: #FFFFFF; 
}

.menu-caret{
    margin: 5px 0px 0px 25px;
}


.navbar-default .navbar-nav > li > a{
    color:#f7f5f2;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #f7f5f2;
    border-bottom-color: #f7f5f2;
}

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #45a6cc;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret, 
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}



#user_menu_open{
background-color: #fff;
    right: 45px;
    left: auto;
    z-index: 999999;
    top: 100%;
    margin-top: 0px;
    padding: 0px 0px 0px 0px;
    background-color: #fff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 255px;
    display: none;
    box-shadow: 0 3px 2px 0 rgba(0,0,0,.05);
    box-shadow: 0 5px 15px rgba(0,0,0,.05);
}

#user_menu_open.dropdown-menu{
    border:1px solid #dde4e9;
    border:none;
}

#user_menu_open:before {
    content: " ";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -10px;
    right: 7px;
    position: absolute;
}

#user_menu_open:after{
    content: " ";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fdfdfd;
    top: -9px;
    right: 8px;
    position: absolute;
}


#user_menu_open .divider{
    margin:0px;
}

#user_menu_open a{
    padding: 11px 15px;

    width:100%;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    font-size: 13px;
}

#user_menu_open li a{
    color:#3a4659;
     -webkit-transition: padding 0.35s ease;
    -moz-transition: padding 0.35s ease;
    -o-transition: padding 0.35s ease;
    transition: padding 0.35s ease;
    position: relative;
}

#user_menu_open  > li > a:hover, 
#user_menu_open  > li > a:focus{
    background-color: #28556A;
    color:#fff;
    background-image:none;
    padding-left: 20px;
   
}

#user_menu_open  > li > a:hover i{
    color:#fff;
}

#user_menu_open i{
    color:#768082;
    width: 10px;
}

.menulist{
    width:255px;
}

.menulist i{
    margin-right: 13px;
}

#user_menu_open .menulist a:hover{
    background-color: #393f48;
    color:#fff;

}

#user_menu_open .divider{
    opacity:0.5;
}

#user_menu_open .login_form{
    border:none;
    width: 253px;
}

#user_menu_open  .login_form input[type=text],
#user_menu_open  .login_form input[type=password], 
#user_menu_open  .login_form input[type=email], 
#user_menu_open  .login_form input[type=url],
#user_menu_open  .login_form input[type=number], 
#user_menu_open  .login_form textarea,
#user_menu_open  .btn {
    width: 227px;
}

#user_menu_open  #widget_login_topbar,
#user_menu_open  #widget_register_topbar,
#user_menu_open  #forgot_pass_topbar{
    padding-left: 0px;
}

#forgot_pass_mobile,
#user_menu_open #forgot_pass_topbar{
    display: inline-block;
    padding: 6px 0px 0px 0px;
}

#user_menu_open #register-div-title-topbar,
#user_menu_open #login-div-title-topbar{
    padding-left: 12px;
    margin-bottom: 0px;
}

#user_menu_open li {
    position: relative;
}

#user_menu_open .unread_mess {
    top: 7px;
}

#wp-forgot-but-mobile,
#wp-forgot-but,
#wp-login-but{
    color: #fff;
    width: 227px;
    margin-bottom: 8px;
}

.modal-content #wp-login-but{
    margin-bottom: 0px!important;
}

#wp-submit-register{
    color: #fff;
    width: 227px;
    float:left;
}

#wp-forgot-but, 
#wp-login-but, 
#wp-submit-register {
    width: 100%;
}


/* =User Menu new design
----------------------------------------------- */


.col-md-12.add-estate.profile-page.profile-onprofile.row {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
      position: relative;
}

.pack_description_row {
    width: 1000px;
    float:left;
    display:none;
}


.wrapper_packages .fa,
.wrapper_packages {
    font-size: 14px;
    color: #7e939d;
    font-weight: 600;
}

#open_packages{
    cursor:pointer;
}
#open_packages:hover .fa,
#open_packages:hover{
    color: #28556A;
}

.buypackage input[type="checkbox"]:checked:before{
    color: #28556A;
    background-color: #ffffff;
}

.buypackage input[type="checkbox"] {
    float: none;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    top: 0px;
    background-color: #334249;
    border: 1px solid #566b75;
}
.buypackage {
    cursor:pointer;
    background-color: #334249;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 21px;
    padding-bottom: 0px;
    bottom: 0px;
    position: absolute;
    font-size: 12px;
    color: #7e939d;
    text-transform: uppercase;
    left: 0px;
    right: 0px;
    min-height: 75px;
    line-height: 2.4em;
}

.submit-price {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.6em;
    border-bottom: 1px solid #384850;
}


.pack_description_unit_head {
    float: left;
    width: 100%;
}
.dashboard_username {
    color: #576871;
    font-size: 16px;
    line-height: 1.6em;
}
.user_profile_explain{
    color: #8593a9;
    font-size: 14px;
    line-height: 1.4em;
}
.submit_mandatory{
    margin-bottom:10px;
    line-height: 1.3em;
    font-size:13px;
    padding-left: 60px;
}

.col-md-8.dashboard_password {
    padding-right: 0px;
    padding-left: 0px;
}
.col-md-4.profile_label {
    padding-right: 15px;
    padding-left: 0px;
}

.user_profile_div {
    margin-left: 60px;
    float: left;
}


.col-md-12.user_profile_div {
    margin-right: 60px;
    margin-left: 60px;
    width: 1000px;
    padding: 0px;
}
.dashboard_menu_user_image .menu_user_picture {
   margin: 0px auto;
    float: none;
    position: relative;
    left: 0px;
    right: 0px;
    display: block;
    border: 0px solid #28556A;
    margin-bottom:10px;
    width: 80px;
    height: 80px;
    background-size: cover;
}

.dashboard_menu_user_image {
    height: 175px;
    padding-top: 30px;
    text-align: center;
}

.dash_no_header.page-template-user_dashboard_showing.admin-bar .top_bar_wrapper,
.dash_no_header.page-template-user_dashboard_inbox.admin-bar .top_bar_wrapper,
.dash_no_header.page-template-user_dashboard_add_agent.admin-bar .top_bar_wrapper,
.dash_no_header.page-template-user_dashboard_agent_list.admin-bar .top_bar_wrapper,
.dash_no_header.page-template-user_dashboard_search_result.admin-bar .top_bar_wrapper,
.dash_no_header.page-template-user_dashboard_floor.admin-bar .top_bar_wrapper, 
.dash_no_header.page-template-user_dashboard_invoices.admin-bar .top_bar_wrapper,
.dash_no_header.page-template-user_dashboard_searches.admin-bar .top_bar_wrapper,
.dash_no_header.page-template-user_dashboard_favorite.admin-bar .top_bar_wrapper,
.dash_no_header.page-template-user_dashboard_add.admin-bar .top_bar_wrapper,
.dash_no_header.page-template-user_dashboard.admin-bar .top_bar_wrapper,
.dash_no_header.page-template-user_dashboard_profile.admin-bar .top_bar_wrapper {
    top: 32px;
}

.dash_no_header.page-template-user_dashboard_showing .admin-bar.top_bar_wrapper,
.dash_no_header.page-template-user_dashboard_inbox .admin-bar.top_bar_wrapper,
.dash_no_header.page-template-user_dashboard_add_agent .admin-bar.top_bar_wrapper,
.dash_no_header.page-template-user_dashboard_agent_list .admin-bar.has_top_bar,
.dash_no_header.page-template-user_dashboard_profile .admin-bar.has_top_bar,
.dash_no_header.page-template-user_dashboard_search_result .admin-bar.top_bar_wrapper, 
.dash_no_header.page-template-user_dashboard_floor .admin-bar.top_bar_wrapper, 
.dash_no_header.page-template-user_dashboard_invoices .admin-bar.top_bar_wrapper,
.dash_no_header.page-template-user_dashboard_searches .admin-bar.top_bar_wrapper, 
.dash_no_header.page-template-user_dashboard_favorite .admin-bar.top_bar_wrapper, 
.dash_no_header.page-template-user_dashboard_add .admin-bar.top_bar_wrapper, 
.dash_no_header.page-template-user_dashboard .admin-bar.top_bar_wrapper, 
.dash_no_header.page-template-user_dashboard_profile .admin-bar.top_bar_wrapper{
    top: 32px;
}

.dash_no_header.page-template-user_dashboard_showing .header_wrapper,
.page-template-user_dashboard_showing #colophon,
.dash_no_header.page-template-user_dashboard_inbox .header_wrapper,
.page-template-user_dashboard_inbox #colophon,
.dash_no_header.page-template-user_dashboard_add_agent .header_wrapper,
.page-template-user_dashboard_add_agent #colophon,
.dash_no_header.page-template-user_dashboard_agent_list .header_wrapper,
.page-template-user_dashboard_agent_list #colophon,
.dash_no_header.page-template-user_dashboard_search_result .header_wrapper,
.page-template-user_dashboard_search_result #colophon,
.dash_no_header.page-template-user_dashboard_floor .header_wrapper,
.page-template-user_dashboard_floor #colophon,
.dash_no_header.page-template-user_dashboard_invoices .header_wrapper,
.page-template-user_dashboard_invoices #colophon,
.dash_no_header.page-template-user_dashboard_searches .header_wrapper,
.page-template-user_dashboard_searches #colophon,
.dash_no_header.page-template-user_dashboard_favorite .header_wrapper,
.page-template-user_dashboard_favorite #colophon,
.dash_no_header.page-template-user_dashboard_add .header_wrapper,
.page-template-user_dashboard_add #colophon,
.dash_no_header.page-template-user_dashboard .header_wrapper,
.page-template-user_dashboard #colophon,
.dash_no_header.page-template-user_dashboard_profile .header_wrapper,
.page-template-user_dashboard_profile #colophon{
    display: none;
}

.dash_no_header.page-template-user_dashboard_showing.admin-bar.has_top_bar .header_media,
.dash_no_header.page-template-user_dashboard_inbox.admin-bar.has_top_bar .header_media,
.dash_no_header.page-template-user_dashboard_add_agent.admin-bar.has_top_bar .header_media,
.dash_no_header.page-template-user_dashboard_agent_list.admin-bar.has_top_bar .header_media,
.dash_no_header.page-template-user_dashboard_search_result.admin-bar.has_top_bar .header_media,
.dash_no_header.page-template-user_dashboard_floor.admin-bar.has_top_bar .header_media,
.dash_no_header.page-template-user_dashboard_invoices.admin-bar.has_top_bar .header_media,
.dash_no_header.page-template-user_dashboard_searches.admin-bar.has_top_bar .header_media,
.dash_no_header.page-template-user_dashboard_favorite.admin-bar.has_top_bar .header_media,
.dash_no_header.page-template-user_dashboard_add.admin-bar.has_top_bar .header_media,
.dash_no_header.page-template-user_dashboard.admin-bar.has_top_bar .header_media,
.dash_no_header.page-template-user_dashboard_profile.admin-bar.has_top_bar .header_media {
    padding-top: 32px;
}

.page-template-user_dashboard_showing .header_media,
.page-template-user_dashboard_inbox .header_media,
.page-template-user_dashboard_add_agent .header_media,
.page-template-user_dashboard_agent_list .header_media,
.page-template-user_dashboard_search_result .header_media,
.page-template-user_dashboard_floor .header_media,
.page-template-user_dashboard_invoices .header_media,
.page-template-user_dashboard_searches .header_media,
.page-template-user_dashboard_favorite .header_media,
.page-template-user_dashboard_add .header_media,
.page-template-user_dashboard .header_media,
.page-template-user_dashboard_profile .header_media {
    min-height: 0px;
    display: none;
}

.page-template-user_dashboard_showing .master_header,
.page-template-user_dashboard_inbox .master_header,
.page-template-user_dashboard_add_agent .master_header,
.page-template-user_dashboard_agent_list .master_header,
.dash_no_header.page-template-user_dashboard_search_result .master_header,
.dash_no_header.page-template-user_dashboard_floor .master_header,
.dash_no_header.page-template-user_dashboard_invoices .master_header,
.dash_no_header.page-template-user_dashboard_searches .master_header,
.dash_no_header.page-template-user_dashboard_favorite .master_header,
.dash_no_header.page-template-user_dashboard_add .master_header,
.dash_no_header.page-template-user_dashboard .master_header,
.dash_no_header.page-template-user_dashboard_profile .master_header{
    border-bottom: 0px solid #f0f0f0;
}


.page-template-user_dashboard_showing .content_wrapper,
.page-template-user_dashboard_inbox .content_wrapper,
.page-template-user_dashboard_add_agent .content_wrapper,
.page-template-user_dashboard_agent_list .content_wrapper,
.page-template-user_dashboard_search_result .content_wrapper,
.page-template-user_dashboard_floor .content_wrapper,
.page-template-user_dashboard_invoices .content_wrapper,
.page-template-user_dashboard_searches .content_wrapper,
.page-template-user_dashboard_favorite .content_wrapper,
.page-template-user_dashboard_add .content_wrapper,
.page-template-user_dashboard .content_wrapper,
.page-template-user_dashboard_profile .content_wrapper{ 
    width: 100%;
    padding: 0px 0px 0px 0px;
}

.page-template-user_dashboard_showing .header_wrapper.header_type4,
.page-template-user_dashboard_inbox .header_wrapper.header_type4,
.page-template-user_dashboard_add_agent .header_wrapper.header_type4,
.page-template-user_dashboard_agent_list .header_wrapper.header_type4,
.page-template-user_dashboard_search_result .header_wrapper.header_type4,
.page-template-user_dashboard_floor .header_wrapper.header_type4,
.page-template-user_dashboard_invoices .header_wrapper.header_type4,
.page-template-user_dashboard_searches .header_wrapper.header_type4,
.page-template-user_dashboard_favorite .header_wrapper.header_type4,
.page-template-user_dashboard_add .header_wrapper.header_type4,
.page-template-user_dashboard .header_wrapper.header_type4,
.page-template-user_dashboard_profile .header_wrapper.header_type4{
    display:none;
}

.admin-bar .has_header_type2 .col-md-3.user_menu_wrapper,
.admin-bar .has_header_type2 .dashboard-margin{
    top: 208px;
}

.has_header_type2 .col-md-3.user_menu_wrapper,
.has_header_type2 .dashboard-margin{
    top: 176px;
}
.page-template-user_dashboard_add_agent select,
.page-template-user_dashboard_profile select,
.page-template-user_dashboard_add #embed_video_type,
.page-template-user_dashboard_add #prop_category_submit,
.page-template-user_dashboard_add #property_country,
.page-template-user_dashboard_add select,
.page-template-front_property_submit select{
    height: 40px;
    background-color: #fff;
}


.page-template-user_dashboard_showing .container,
.page-template-user_dashboard_inbox .container,
.page-template-user_dashboard_add_agent .container,
.page-template-user_dashboard_agent_list .container,
.page-template-user_dashboard_search_result .container,
.page-template-user_dashboard_floor .container,
.page-template-user_dashboard_invoices .container,
.page-template-user_dashboard_searches .container
.page-template-user_dashboard_favorite .container,
.page-template-user_dashboard_add .container,
.page-template-user_dashboard .container,
.page-template-user_dashboard_profile .container {
    margin-bottom: 0px!important;
}

.user_dashboard select {
    font-size: 13px;
}
.full_form-nob {
    font-size: 13px;
}


.dashboard_package_row{
    background-color: #263238; 
    margin-bottom: 15px;
    float: left;
    min-height:0px;    
}

.row_user_dashboard .breadcrumb_container {
    padding-right: 0px;
    background-color: #fff;
    padding-left: 60px;
    margin-bottom: 0px;
}

.row_user_dashboard .breadcrumb {
    margin-top: 19px;
    margin-bottom: 19px;
}

.has_top_bar .row.row_user_dashboard {
    margin-left: 0px;
    margin-right: 0px;
    background-color: #fff;
    margin-top: 81px;
    overflow: hidden;
}

.dash_no_header.has_top_bar .row.row_user_dashboard {
   margin-top: 40px;
}


.row.row_user_dashboard{
    margin-left: 0px;
    margin-right: 0px;
    background-color: #fff;
    overflow: hidden;
}

.admin-bar .dashboard-margin {
    top: 32px;
}

.dashboard-margin {
    padding-left: 270px;
    background-color: #f0f2f3;
    padding-right: 0px;
    width: 100%;
    z-index: 9;
    float: left;
    position: relative;
    height: 100%;
    min-height: 1000px;
    padding-bottom: 100px;
}

.dashboard-margin .entry-title{
    padding-left: 60px;
    margin: 13px 0px 13px 0px;
}

.admin-bar.has_top_bar .has_header_type1 .dashboard-margin{    
    top: 50px;
}

.has_top_bar .has_header_type1 .dashboard-margin{
    top: 50px;
}

.admin-bar .has_header_type1 .dashboard-margin{
    top: 90px;
}

.has_header_type1 .dashboard-margin {
    top: 90px;
}

.has_header_type1 .col-md-3.user_menu_wrapper{
    padding-top: 70px;
    top: 45px;
}

.page-template-user_dashboard_showing .top_bar,
.page-template-user_dashboard_inbox .top_bar,
.page-template-user_dashboard_add_agent .top_bar,
.page-template-user_dashboard_agent_list .top_bar,
.page-template-user_dashboard_search_result .top_bar,
.page-template-user_dashboard_floor .top_bar,
.page-template-user_dashboard_invoices .top_bar,
.page-template-user_dashboard_searches .top_bar,
.page-template-user_dashboard_favorite .top_bar,
.page-template-user_dashboard_add .top_bar,
.page-template-user_dashboard .top_bar,
.page-template-user_dashboard_profile .top_bar {
    padding: 9px 15px 0px 15px;
    width: 100%;
}

.page-template-user_dashboard_showing .has_header_type4 .top_bar_wrapper,
.page-template-user_dashboard_inbox .has_header_type4 .top_bar_wrapper,
.page-template-user_dashboard_add_agent .has_header_type4 .top_bar_wrapper,
.page-template-user_dashboard_agent_list .has_header_type4 .top_bar_wrapper,
.page-template-user_dashboard_search_result .has_header_type4 .top_bar_wrapper,
.page-template-user_dashboard_floor .has_header_type4 .top_bar_wrapper,
.page-template-user_dashboard_invoices .has_header_type4 .top_bar_wrapper,
.page-template-user_dashboard_searches .has_header_type4 .top_bar_wrapper,
.page-template-user_dashboard_favorite .has_header_type4 .top_bar_wrapper,
.page-template-user_dashboard_add .has_header_type4 .top_bar_wrapper,
.page-template-user_dashboard .has_header_type4 .top_bar_wrapper,
.page-template-user_dashboard_profile .has_header_type4 .top_bar_wrapper{
    padding-right: 0px;
}

.page-template-user_dashboard_showing .container.main_wrapper.has_header_type4.contentheader_left,
.page-template-user_dashboard_inbox .container.main_wrapper.has_header_type4.contentheader_left,
.page-template-user_dashboard_add_agent .container.main_wrapper.has_header_type4.contentheader_left,
.page-template-user_dashboard_agent_list .container.main_wrapper.has_header_type4.contentheader_left,
.page-template-user_dashboard_search_result .container.main_wrapper.has_header_type4.contentheader_left,
.page-template-user_dashboard_floor .container.main_wrapper.has_header_type4.contentheader_left,
.page-template-user_dashboard_invoices .container.main_wrapper.has_header_type4.contentheader_left,
.page-template-user_dashboard_searches .container.main_wrapper.has_header_type4.contentheader_left,
.page-template-user_dashboard_favorite .container.main_wrapper.has_header_type4.contentheader_left,
.page-template-user_dashboard_add .container.main_wrapper.has_header_type4.contentheader_left,
.page-template-user_dashboard .container.main_wrapper.has_header_type4.contentheader_left,
.page-template-user_dashboard_profile .container.main_wrapper.has_header_type4.contentheader_left {
    padding-left: 0px;
}

.page-template-user_dashboard_showing .has_header_type4 .content_wrapper,
.page-template-user_dashboard_inbox .has_header_type4 .content_wrapper,
.page-template-user_dashboard_add_agent .has_header_type4 .content_wrapper,
.page-template-user_dashboard_agent_list .has_header_type4 .content_wrapper,
.page-template-user_dashboard_profile .has_header_type4 .content_wrapper,
.page-template-user_dashboard_floor .has_header_type4 .content_wrapper,
.page-template-user_dashboard_invoices .has_header_type4 .content_wrapper,
.page-template-user_dashboard_searches .has_header_type4 .content_wrapper,
.page-template-user_dashboard_favorite .has_header_type4 .content_wrapper,
.page-template-user_dashboard_add .has_header_type4 .content_wrapper,
.page-template-user_dashboard .has_header_type4 .content_wrapper,
.page-template-user_dashboard_profile .has_header_type4 .content_wrapper {
        max-width: 100%;
}

.add-estate.profile-page.profile-onprofile.row{
    border-top: 1px solid #f0f0f0;
    padding-top:25px;
}



.pack_description_row  .add-estate.profile-page.profile-onprofile.row{
    border-top: 1px solid #384850;
    float:left;
    width:100%;
}

.page-template-user_dashboard_add .wpresidence_success,
.page-template-user_dashboard_floor .wpresidence_success{
    background-color: #28556A;
}

.dash_no_header.page-template-user_dashboard_showing.admin-bar.has_top_bar .master_header_sticky,
.dash_no_header.page-template-user_dashboard_inbox.admin-bar.has_top_bar .master_header_sticky,
.dash_no_header.page-template-user_dashboard_add_agent.admin-bar.has_top_bar .master_header_sticky,
.dash_no_header.page-template-user_dashboard_agent_list.admin-bar.has_top_bar .master_header_sticky,
.dash_no_header.page-template-user_dashboard_search_result.admin-bar.has_top_bar .master_header_sticky,
.dash_no_header.page-template-user_dashboard_floor.admin-bar.has_top_bar .master_header_sticky,
.dash_no_header.page-template-user_dashboard_invoices.admin-bar.has_top_bar .master_header_sticky,
.dash_no_header.page-template-user_dashboard_searches.admin-bar.has_top_bar .master_header_sticky,
.dash_no_header.page-template-user_dashboard_favorite.admin-bar.has_top_bar .master_header_sticky,
.dash_no_header.page-template-user_dashboard_add.admin-bar.has_top_bar .master_header_sticky,
.dash_no_header.page-template-user_dashboard.admin-bar.has_top_bar .master_header_sticky,
.dash_no_header.page-template-user_dashboard_profile.admin-bar.has_top_bar .master_header_sticky {
    top: 32px;
}





.dashboard-margin input[type=text], 
.dashboard-margin  input[type=password], 
.dashboard-margin input[type=email], 
.dashboard-margin  input[type=url], 
.dashboard-margin  input[type=number], 
.dashboard-margin  .comment-form #submit,
.dashboard-margin  .wpresidence_button{
    border-radius: 0px;
    color:#9ca9af;
    height: 40px;
}


.wp-editor-container textarea.wp-editor-area,
.dashboard-margin textarea {
    border-radius: 0px;
    color:#9ca9af;
    height: auto;   
}

.user_details_row,
.change_pass{
    color: #263238;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 600;
}
.dash_no_header.page-template-user_dashboard_showing.admin-bar .top_bar_wrapper,
.dash_no_header.page-template-user_dashboard_inbox .top_bar_wrapper,
.dash_no_header.page-template-user_dashboard_add_agent .top_bar_wrapper,
.dash_no_header.page-template-user_dashboard_agent_list .top_bar_wrapper,
.dash_no_header.page-template-user_dashboard_search_result .top_bar_wrapper,
.dash_no_header.page-template-user_dashboard_floor .top_bar_wrapper,
.dash_no_header.page-template-user_dashboard_invoices .top_bar_wrapper,
.dash_no_header.page-template-user_dashboard_searches .top_bar_wrapper,
.dash_no_header.page-template-user_dashboard_favorite .top_bar_wrapper,
.dash_no_header.page-template-user_dashboard_add .top_bar_wrapper,
.dash_no_header.page-template-user_dashboard .top_bar_wrapper,
.dash_no_header.page-template-user_dashboard_profile .top_bar_wrapper {
    position: fixed;
    top: 0px;
}


.col-md-12.top_dahsboard_wrapper,
.col-md-12.row_dasboard-prop-listing{
    padding-right: 60px;
    padding-left: 60px;  
display: none;
	}

.property_wrapper_dash{
    max-width: 1120px;
}

.col-md-9.user_dashboard {
    padding-right: 60px;
    padding-left: 60px;
}

.featurescol label {
    width: auto!important;
}

.featurescol checkbox,
.featurescol label {
    display: inline;
}

.page-template-user_dashboard_add label.checklabel {
    width: auto;
}
.col-md-3.user_dashboard {
    padding-right: 60px;
    padding-left: 15px;
}
.user_dashboard_box {
    background-color: #fff;
    padding: 14px 13px 14px 13px;
    margin-bottom: 30px;
}
.user_dashboard_box .submit-price {
    font-size: 13px;
    line-height: 22px;
    border-bottom: 0px solid transparent;
    color: #8593a9;
}


.col-md-9.dashboard-margin .pagination {
    padding-left: 60px;
}

.dashboard-margin .wpresidence_button.view_public_profile{
    color: #fff;
    margin-right: 13px;
}

.pack_description_row.add-estate.profile-page.profile-onprofile.row {
    border-top: 1px solid #384850;
    padding-top: 30px;
    margin-bottom: 0px;
}

.package_label {
    font-size: 14px;
    margin-top: 14px;
    font-weight: 600;
    position: absolute;
    bottom: 10px;
    top: auto;
}


/*=Modal
---------------------------------------------------*/

.navbar-fixed-top, 
.navbar-fixed-bottom{
    z-index:102;
}


/* =Ajax Login
----------------------------------------------- */
#loginmodal .modal-dialog{
    width:290px;
}

#loginmodal h4{
    font-size:14px;
}

#loginmodal .login-links{
    font-size:13px;
}

#loginmodal .modal-body {
    position: relative;
    padding: 10px 20px 6px 20px;
}

#loginmodal #reveal_login{
    margin-top: 0px;
    margin-bottom: 13px;
}

/* =Property List
----------------------------------------------- */

#google_map_prop_list_sidebar{
    position: fixed;
    right: 0;
    bottom: 0;
    width: 65%;
    top: 130px;
    overflow-y: scroll;
    background: #fff;
    padding: 0px;
    overflow-x: hidden;
    z-index:0;
}

#google_map_prop_list_wrapper.half_no_top_bar ,
#google_map_prop_list_sidebar.half_no_top_bar {
    top:91px;
}


.has_header_type5 #google_map_prop_list_wrapper.half_no_top_bar ,
.has_header_type5 #google_map_prop_list_sidebar.half_no_top_bar {
    top:160px;
}



.pagination_ajax,
.pagination{
    float:left;
    width:100%;
}
.pagination.c.pagination_ajax{
    padding-left:15px;
}

#google_map_prop_list_sidebar .pagination{
    width: 100%;
    float: left;
    margin-left: 30px;
}

#google_map_prop_list_sidebar .pagination_ajax_search{
    margin-left: 15px!important;
}

.no_results{
    margin-left: 15px;
    width: 100%;
    margin-bottom: 30px;
    float: left;
}

#listing_ajax_container_agent_tax,
#listing_ajax_container,
#listing_ajax_container_agent{
    margin: 0px -15px;
}

#listing_ajax_container_agent.estate_developer,
#listing_ajax_container_agent.estate_agency{
      margin: 0px;
}


.nothing{
    padding-left: 15px;
}

#google_map_prop_list_sidebar #listing_ajax_container_agent,
#google_map_prop_list_sidebar #listing_ajax_container{
    min-width:100%
}

#google_map_prop_list_sidebar #listing_ajax_container {
    max-width: 840px;
    margin: 0px;
    padding: 15px;
}

#google_map_prop_list_sidebar .no_results {
    margin-left: 15px;
}


#google_map_prop_list_sidebar .half_map_filters_wrapper{
    width:100%;
}
.search_wrapper{
    position:relative;
}
#google_map_prop_list_sidebar .order_filter_single{
    margin-left: 0px;
    float: right;
    position: absolute;
    right: 29px;
    bottom: -78px;
    background-color: #FBFCFE;
}

#google_map_prop_list_sidebar .order_filter_single .filter_menu{
    margin-left:auto;
    lefT: auto;
    right: 0px;
}

.half_results{
    font-size: 21px;
    font-weight: bold;
    margin-top: 2px!important;
    margin-bottom: 18px!important;
}

#google_map_prop_list_sidebar .no_results_title {
    margin-left: 15px;
}

.page-template-advanced_search_results #listing_ajax_container {
    min-height: 300px;
}

.page-template-user_dashboard_searches #listing_ajax_container {
    clear: both;
    margin:0px;
}

#content_container{
    
}

.adv_listing_filters_head,
.listing_filters_head,
.listing_filters{
    border-top:1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    height: 60px;
    margin: 0px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.listing_filter_select{
    float: left;
    height: 42px;
    margin: 8px 0px 9px 0px;
    cursor: pointer;
    padding: 0px 17px 0px 0px;
    border-right: 1px solid #f0f0f0;
}

.listing_filters_head .listing_filter_select{
    margin-top:8px;
}
.listing_filter_select.filter_county{
     padding: 0px 16px 0px 0px;
}
.listing_filter_select .filter_menu li{
    padding: 13px;
    line-height: 1.3em;
}

.listing_filter_select.open .filter_menu_trigger{
    color:#28556A;
}

.advanced_search_shortcode .listing_filter_select{
    margin: 0px 13px 11px 0px;
}

.listing_filters_head .filter_menu{
    margin-left: 0px;
    margin-top: 8px!important;
    padding-bottom:0px;
}

.order_filter{
    border-right:none;
}

.order_filter_single{
    margin-left: 548px;
}

.advanced_filters .order_filter_single{
    margin-left: 0px;
}

.listing_filter_views{
    border: none;
    width: 17px;
    float: right;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px 20px 0px 5px;
    margin-top: 5px!important;
}

.filter_menu_trigger{
    margin-top: 5px;
    padding: 9px 13px;
}

.filter_menu{
    background-color:#f0f0f0;
    background-color: #fff;
    color: #768082;
    border-color: #f0f0f0;
    margin-top: 1px!important;
    max-height: 214px;
    overflow-y: scroll;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-left: -15px;
    padding-top: 0px;
}

.advanced_search_sidebar .filter_menu{
    margin-top: 2px;
    margin-left: -1px;
    width: 100%;
    background-color: #fdfdfd;
    padding-bottom:0px;
}

.listing_filter_select:first-child .filter_menu {
    margin-left:0px;
}

.advanced_search_sidebar .dropdown.form-control{
    padding:0px;
}

.advanced_search_sidebar input{
    padding: 6px 12px;
}

.filter_menu li{
    padding: 13px;
    line-height: 1.3em;
    border-bottom: 1px solid #f0f0f0;
}

.advanced_search_sidebar  .filter_menu li{
    margin-bottom: 0px;
}

.filter_menu li:hover{
    background-color: #28556A;
    color:#f0f0f0;
}

#grid_view,
#list_view{
    margin-top: 16px;
}

#grid_view,
#list_view{
    color:#768082;
    font-size: 18px;
}

#grid_view:hover,
#list_view:hover{
    color:#BD1427;  
}

.icon_selected{
    color:#BD1427!important;  
}

.caret_filter{
    margin-left: 9px;
    border:none;
}

.caret:after{
    content: "\f107";
    position: absolute;
    top: -4px;
    font: normal normal normal 14px/1 FontAwesome;
    color: #a1a7b4;
    left: -4px;
}


.widget-container.advanced_search_sidebar .caret_filter {
    position: absolute;
    right: 12px;
    top: 18px;
}

/* =Pagination     
-------------------------------------------------------------------------------------- */
.pagination{
    margin: 0px 0;
    margin-bottom:30px;
}

.pagination > li:empty{
    display:none;
}

.pagination .roundleft a, 
.pagination .roundleft span {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination .roundright a, 
.pagination .roundright span {
    margin-left: -1px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    background-color: #f0f0f0;
    border-color:#f0f0f0;
    border-bottom: 1px solid #dde4e9!important;
}

.pagination > li > a, 
.pagination > li > span {
    border: 1px solid #dde4e9;
    background-color:#fdfdfd;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 9px 17px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 0px!important;
    box-shadow: 0 5px 15px rgba(0,0,0,.01);
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #28556A;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #3a4659;
    background-color: #efeff0;
    border-color: #f0f0f0;
}

/* =Property Unit     
-------------------------------------------------------------------------------------- */

.property_listing{
    position: relative;
    margin-bottom: 30px;
    border: 0px solid #dde4e9;
    border:0px solid #f0f0f0;
    border-radius: 6px;
    font-size: 13px;
    background-color: #FFF;
    max-width: 625px;
    
	-webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    cursor: pointer;
    float: left;
/*    min-height: 466px;*/
}




.property_listing .carousel{
    float:left;
}

.has_prop_slider .property_listing{
    cursor:default;                 
}

.property_listing .carousel-control{
    opacity: 1;
    height: 32px;
    top: 50%;
    margin-top: -16px;
    text-shadow: none;
    width: 55px;
}

.property_listing .carousel-control i{
    font-size: 31px;
    margin-top: 0px;
    color: #fff;
}

.property_listing .carousel-control:hover{
    opacity:1;
}

.property_listing  .left.carousel-control{
    left:0px;
}

.property_listing  .right.carousel-control{
    right:0px;
}

.blog2v .property_listing{
    overflow: hidden;
    min-height: 420px;
    width:100%;
}
.featured_property:hover,
.blog_unit:hover, 
.property_listing:hover, 
.agency_unit:hover,
.user_role_unit:hover{
    border: 0px solid #e6e6e6;
} 

.blog_unit_image img,
.property_listing img{
    transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;

  }

.listing_wrapper.col-md-12  > .property_listing img {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}



.widget_latest_internal:hover img,
.featured_widget_image:hover img,
.property_listing:hover .listing-unit-img-wrapper img,
.property_listing:hover .property_unit_custom_element.image img{
    opacity: 0.8;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1); /* IE 9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand'); /* IE6 and 7 */ 
}

.property_listing:hover h4 a{                            
    color:#28556A;
font-weight:500;
	}

.listing-image-link{
    position:relative;
}

.listing-unit-img-wrapper{
    position:relative;
    float:left;
    background: #000;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow:hidden;
}

.prop_new_details{
    position:absolute;
    bottom:0px;
    width:100%;
    height:100%;
    z-index:9;
    pointer-events: none;
}

.prop_new_details_back{
    width:100%;
    height:100%;
    pointer-events:none;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.3)
    )
}

.property_media{
    color: #fff;
    position: absolute;
    bottom: 8px;
    right: 20px;
    z-index: 9;
    opacity: 0.9;
}

.property_media .fa{
    margin-left:8px;
}

.property_location_image{
    color: #fff;
    position: absolute;
    bottom: 8px;
    left: 20px;
    z-index: 9;
    opacity: 0.9;
}

.property_location_image a{
    color: #fff;
}

.property_marker{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAAmCAYAAACBFtRsAAADqUlEQVR4nO2cW0gUURjHKwVvkdRDPURkCRFIZPZggRbdqMgSeokQqockKATpQlERdIGkG2j2EhQlpBZoIRVERDUPFQmBD2ZbPgWlPWkPVl626X+Yb2nYzGa2db5d9/+DHzt75oz8z+58M2fOgpMmEULI37DaQ4vhfdgCK7XzEJIwoCAy4Xk4Hc6GJ+Bc7Vza4DOYHPU+C16Dw/CNuahoZSMBgi86G9bL9kx4DK7WzqUFxp4Gi+FuWCht6fAmHIT34BfYrp2VBEBUgeTAFTBPOZYaGHsVtOGAvJpCOSLbZ6VPHQxrZyUB4C6QVAefw2YpBPM8tgbekve23DmypV8tHNHOSwICX/YF7Qza4DNYCPvgOzjH1X4aPjTPZ662upQqEAz2e2TejdeMyJUiFcBYl8EHcD3c6NF1sEg7e7zAWKbBF+akhyUe+qdkgayCs2ADfGxut6P0M3P0rFHapyRrUSH3BxiCT+BzDz6TVZxu7ezxAmO5KNOoXR77p2SBbIBHXXPOkGu/WdU4DJulgMyD2wLX/vnwhkr4/0TG2iEnvuXBp7DLHKedPV5YztJtm4/+KVkgZtqw3VUgrXApvO1qi/aM5SyNFifrCSPTikNmagFLPVgi/Ye1s8cL+S6P++h/aiKN/59gsN/gItleC7dZzg9o8+BJuBdWRlkN91vOunkeHNAeRyxYzoPpFp/HlMP+8coUNFIgPfCRR3uS9YIYExjskNw298Ct5oSBO8VNY1guxXIODmqPIxbkDvkKpnvsb340e2mOG+9sQSGzBTNt/OhR07dVO3dgjDGF8uNP7XHEAnLnw/ewE16BNfDSKNbI/k7pn6+dPV7IbCHXp5nauQMDgw1bzkrOa9juU3PMWyuJH9qQvQB2wzbL+R3ALEbcddks7S1SHAXameOJ5UyXa31arZ07MCznId1MmXJidKX5G9rjiBVknwqbLGe6ZRYmMuSqGjFD2k2hNJr+2pnjidwVwz7t1M5NCCGEEEIIIYQQQgghhPjBtu0K+FWs0M5DSMKAgjgIR+zfmO0D2rkIUQeFUAbDUhif4GdXkZRp5yNEFRRBrxREByyES2Tb0KudjxBVXNOqelfb5UijZjZC1EENNEkt9MEdYp+0NWjnI0QVFEGRrFzZ8iwSeR7ph/wXkyS1QRGkwTv2nzSafdr5CFEHhVAKh1zF8QMu185FSMKAgrjuKpCr2nkISShQFDNgCHbBXO08hCQcKIwquE87ByGEEEIIIWTC8gsHZbcDPw9Z0wAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: 0px -19px;
    margin-right: 0px;
    padding-left: 15px;
}

.listing-cover{
    position: absolute;
    background-color: #28556A;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    opacity:0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTQ1MTJDOTE1RDczMTFFMkJCMkI5RDlGNjMwOTZGRTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTQ1MTJDOTI1RDczMTFFMkJCMkI5RDlGNjMwOTZGRTUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1NDUxMkM4RjVENzMxMUUyQkIyQjlEOUY2MzA5NkZFNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1NDUxMkM5MDVENzMxMUUyQkIyQjlEOUY2MzA5NkZFNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsGPZB8AAAAVSURBVHjaYmFgYEgDYgYmBigACDAABgAAbQ+bHW8AAAAASUVORK5CYII=) repeat;
}

.listing-cover-plus{
    color: #fdfdfd;
    font-size: 40px;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0px 0px -22px;
    border: 1px solid #fdfdfd;
    border-radius: 3px;
    padding: 0px;
    z-index: 12;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    line-height: 36px;
    text-align: center;
}

.property_listing:hover .listing-cover{
    opacity:1;
}

.property_listing:hover .listing-cover-plus{
    opacity:0.9;
}

.shortcode-col{
    /*width: 285px; */
    padding: 0px 15px;
    float: left;
}

.shortcode-col.listing_wrapper{
    min-width: 160px;

}

.col-md-12.shortcode-col{
    width: 100%;
}

.property_listing img{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    width:100%;
    float:left;
}

.the_list_view{
    display:none;
}

.half_map_list_view{
    display:none;
}

.listing_wrapper.col-md-12  > .property_listing{
    min-height: 200px!important;
    float:left;
    width:100%;
    max-width: 100%;
    height:auto;
    padding-bottom: 0px;
}

.listing_wrapper.col-md-12 .listing-unit-img-wrapper,
.listing_wrapper.col-md-12  > .property_listing .carousel-inner {
    position: relative;
    width: 100%; 
    max-width: 320px;
    display: inline;
    float: left;
    min-height: 200px;    
    border-radius: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.listing_wrapper.col-md-12  > .property_listing .listing-cover{
    height: 163px;
    width: 265px;
}

.listing_wrapper.col-md-12  > .property_listing .listing-cover-plus{
    left: 50%;
    top: 50%;
    margin-top: -23px;
    margin-left: -23px;
}

.property_listing a{
    text-decoration: none;
}

.listing_wrapper.col-md-12 .property_listing>img{
    float:left;
    border:none;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    max-width: 265px;
}

.listing_wrapper.col-md-12 .property_location  {
    margin: 0px 0px 0px 348px;
    float: none;
    width: auto;
    left: 0px;
/*    padding-top: 5px;
    padding-bottom: 5px;*/
    padding-top: 0px;
    padding-bottom: 10px;
    border: 0px;
}


.property_listing h4{
    padding: 0px 20px;
    margin-top: 20px;
    margin-bottom: 0px;
    float: left;
    width: 100%;
/*    font-weight: 600;*/
}

.property_listing .property_unit_custom_element h4{
    padding:0px;   
}  

.property_location a{
/*    color: #8593a9;*/
}

.listing_wrapper.col-md-12 .property_listing  h4{
    padding-left: 292px;
    margin-top:9px;
    float:none;
}

.col-md-12 .listing_wrapper.col-md-12 .property_listing  h4{
    margin-top:12px;
}

.listing_details {
    margin: 0px;
    line-height: 22px;
   font-size: 15px;
   float: left;
    padding: 0px 20px;
    margin: 5px 0px 5px 0px;
    width: 100%;
}
 
.listing_details.the_grid_view{
    max-height:160px;
}

.property_agent_wrapper{
    float:left;
    line-height: 30px;
}

.property_agent_name{
    float:left;
    line-height: 30px;
   
	display:inline;
}

.property_agent_image{
    width:60px;
    height:60px;
    float:left;
    background-size: cover;
    margin-right:10px;
    border-radius: 100%;
}

.property_agent_image2{
  display: block;
  float:left;
  width: 220px;
  height: 220px;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;

  border: 1px solid #F8F8F8;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.0);  

}




.property_agent_image_sign,
.has_4per_row .property_agent_image{
    display:none;
}

.has_4per_row .property_agent_image_sign {
    display: block;
    float: left;
    margin-right: 5px;
}

.has_4per_row .property_agent_image_sign .fa{
    color:#c2cbd9;
}

.listing_prop_details{
    margin: 0px 13px;
    line-height: 22px;
    width: 100%;
    margin-bottom: 7px;
    font-weight: 300;
    position: absolute;
    bottom: 55px;
    left: 0px;
}

.property_listing_details .inforoom,
.property_location .inforoom {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAAmCAYAAACBFtRsAAADqUlEQVR4nO2cW0gUURjHKwVvkdRDPURkCRFIZPZggRbdqMgSeokQqockKATpQlERdIGkG2j2EhQlpBZoIRVERDUPFQmBD2ZbPgWlPWkPVl626X+Yb2nYzGa2db5d9/+DHzt75oz8z+58M2fOgpMmEULI37DaQ4vhfdgCK7XzEJIwoCAy4Xk4Hc6GJ+Bc7Vza4DOYHPU+C16Dw/CNuahoZSMBgi86G9bL9kx4DK7WzqUFxp4Gi+FuWCht6fAmHIT34BfYrp2VBEBUgeTAFTBPOZYaGHsVtOGAvJpCOSLbZ6VPHQxrZyUB4C6QVAefw2YpBPM8tgbekve23DmypV8tHNHOSwICX/YF7Qza4DNYCPvgOzjH1X4aPjTPZ662upQqEAz2e2TejdeMyJUiFcBYl8EHcD3c6NF1sEg7e7zAWKbBF+akhyUe+qdkgayCs2ADfGxut6P0M3P0rFHapyRrUSH3BxiCT+BzDz6TVZxu7ezxAmO5KNOoXR77p2SBbIBHXXPOkGu/WdU4DJulgMyD2wLX/vnwhkr4/0TG2iEnvuXBp7DLHKedPV5YztJtm4/+KVkgZtqw3VUgrXApvO1qi/aM5SyNFifrCSPTikNmagFLPVgi/Ye1s8cL+S6P++h/aiKN/59gsN/gItleC7dZzg9o8+BJuBdWRlkN91vOunkeHNAeRyxYzoPpFp/HlMP+8coUNFIgPfCRR3uS9YIYExjskNw298Ct5oSBO8VNY1guxXIODmqPIxbkDvkKpnvsb340e2mOG+9sQSGzBTNt/OhR07dVO3dgjDGF8uNP7XHEAnLnw/ewE16BNfDSKNbI/k7pn6+dPV7IbCHXp5nauQMDgw1bzkrOa9juU3PMWyuJH9qQvQB2wzbL+R3ALEbcddks7S1SHAXameOJ5UyXa31arZ07MCznId1MmXJidKX5G9rjiBVknwqbLGe6ZRYmMuSqGjFD2k2hNJr+2pnjidwVwz7t1M5NCCGEEEIIIYQQQgghhPjBtu0K+FWs0M5DSMKAgjgIR+zfmO0D2rkIUQeFUAbDUhif4GdXkZRp5yNEFRRBrxREByyES2Tb0KudjxBVXNOqelfb5UijZjZC1EENNEkt9MEdYp+0NWjnI0QVFEGRrFzZ8iwSeR7ph/wXkyS1QRGkwTv2nzSafdr5CFEHhVAKh1zF8QMu185FSMKAgrjuKpCr2nkISShQFDNgCHbBXO08hCQcKIwquE87ByGEEEIIIWTC8gsHZbcDPw9Z0wAAAABJRU5ErkJggg==);
    font-size: 14px;
    line-height: 30px;
    background-repeat: no-repeat;
    background-position: 0px -1px;
    margin-right: 15px;
    padding-left: 23px;
    color: #28556A;
    font-size:13px;    
}

.property_listing_details .infobath,
.property_location .infobath {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAAmCAYAAACBFtRsAAADqUlEQVR4nO2cW0gUURjHKwVvkdRDPURkCRFIZPZggRbdqMgSeokQqockKATpQlERdIGkG2j2EhQlpBZoIRVERDUPFQmBD2ZbPgWlPWkPVl626X+Yb2nYzGa2db5d9/+DHzt75oz8z+58M2fOgpMmEULI37DaQ4vhfdgCK7XzEJIwoCAy4Xk4Hc6GJ+Bc7Vza4DOYHPU+C16Dw/CNuahoZSMBgi86G9bL9kx4DK7WzqUFxp4Gi+FuWCht6fAmHIT34BfYrp2VBEBUgeTAFTBPOZYaGHsVtOGAvJpCOSLbZ6VPHQxrZyUB4C6QVAefw2YpBPM8tgbekve23DmypV8tHNHOSwICX/YF7Qza4DNYCPvgOzjH1X4aPjTPZ662upQqEAz2e2TejdeMyJUiFcBYl8EHcD3c6NF1sEg7e7zAWKbBF+akhyUe+qdkgayCs2ADfGxut6P0M3P0rFHapyRrUSH3BxiCT+BzDz6TVZxu7ezxAmO5KNOoXR77p2SBbIBHXXPOkGu/WdU4DJulgMyD2wLX/vnwhkr4/0TG2iEnvuXBp7DLHKedPV5YztJtm4/+KVkgZtqw3VUgrXApvO1qi/aM5SyNFifrCSPTikNmagFLPVgi/Ye1s8cL+S6P++h/aiKN/59gsN/gItleC7dZzg9o8+BJuBdWRlkN91vOunkeHNAeRyxYzoPpFp/HlMP+8coUNFIgPfCRR3uS9YIYExjskNw298Ct5oSBO8VNY1guxXIODmqPIxbkDvkKpnvsb340e2mOG+9sQSGzBTNt/OhR07dVO3dgjDGF8uNP7XHEAnLnw/ewE16BNfDSKNbI/k7pn6+dPV7IbCHXp5nauQMDgw1bzkrOa9juU3PMWyuJH9qQvQB2wzbL+R3ALEbcddks7S1SHAXameOJ5UyXa31arZ07MCznId1MmXJidKX5G9rjiBVknwqbLGe6ZRYmMuSqGjFD2k2hNJr+2pnjidwVwz7t1M5NCCGEEEIIIYQQQgghhPjBtu0K+FWs0M5DSMKAgjgIR+zfmO0D2rkIUQeFUAbDUhif4GdXkZRp5yNEFRRBrxREByyES2Tb0KudjxBVXNOqelfb5UijZjZC1EENNEkt9MEdYp+0NWjnI0QVFEGRrFzZ8iwSeR7ph/wXkyS1QRGkwTv2nzSafdr5CFEHhVAKh1zF8QMu185FSMKAgrjuKpCr2nkISShQFDNgCHbBXO08hCQcKIwquE87ByGEEEIIIWTC8gsHZbcDPw9Z0wAAAABJRU5ErkJggg==);
    font-size: 14px;
    line-height: 30px;
    background-repeat: no-repeat;
    background-position: -63px -1px;
    margin-right: 12px;
    padding-left: 20px;
    color: #28556A;  
    font-size:13px;
      
}

.property_listing_details .infosize,
.property_location .infosize {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAAmCAYAAACBFtRsAAADqUlEQVR4nO2cW0gUURjHKwVvkdRDPURkCRFIZPZggRbdqMgSeokQqockKATpQlERdIGkG2j2EhQlpBZoIRVERDUPFQmBD2ZbPgWlPWkPVl626X+Yb2nYzGa2db5d9/+DHzt75oz8z+58M2fOgpMmEULI37DaQ4vhfdgCK7XzEJIwoCAy4Xk4Hc6GJ+Bc7Vza4DOYHPU+C16Dw/CNuahoZSMBgi86G9bL9kx4DK7WzqUFxp4Gi+FuWCht6fAmHIT34BfYrp2VBEBUgeTAFTBPOZYaGHsVtOGAvJpCOSLbZ6VPHQxrZyUB4C6QVAefw2YpBPM8tgbekve23DmypV8tHNHOSwICX/YF7Qza4DNYCPvgOzjH1X4aPjTPZ662upQqEAz2e2TejdeMyJUiFcBYl8EHcD3c6NF1sEg7e7zAWKbBF+akhyUe+qdkgayCs2ADfGxut6P0M3P0rFHapyRrUSH3BxiCT+BzDz6TVZxu7ezxAmO5KNOoXR77p2SBbIBHXXPOkGu/WdU4DJulgMyD2wLX/vnwhkr4/0TG2iEnvuXBp7DLHKedPV5YztJtm4/+KVkgZtqw3VUgrXApvO1qi/aM5SyNFifrCSPTikNmagFLPVgi/Ye1s8cL+S6P++h/aiKN/59gsN/gItleC7dZzg9o8+BJuBdWRlkN91vOunkeHNAeRyxYzoPpFp/HlMP+8coUNFIgPfCRR3uS9YIYExjskNw298Ct5oSBO8VNY1guxXIODmqPIxbkDvkKpnvsb340e2mOG+9sQSGzBTNt/OhR07dVO3dgjDGF8uNP7XHEAnLnw/ewE16BNfDSKNbI/k7pn6+dPV7IbCHXp5nauQMDgw1bzkrOa9juU3PMWyuJH9qQvQB2wzbL+R3ALEbcddks7S1SHAXameOJ5UyXa31arZ07MCznId1MmXJidKX5G9rjiBVknwqbLGe6ZRYmMuSqGjFD2k2hNJr+2pnjidwVwz7t1M5NCCGEEEIIIYQQQgghhPjBtu0K+FWs0M5DSMKAgjgIR+zfmO0D2rkIUQeFUAbDUhif4GdXkZRp5yNEFRRBrxREByyES2Tb0KudjxBVXNOqelfb5UijZjZC1EENNEkt9MEdYp+0NWjnI0QVFEGRrFzZ8iwSeR7ph/wXkyS1QRGkwTv2nzSafdr5CFEHhVAKh1zF8QMu185FSMKAgrjuKpCr2nkISShQFDNgCHbBXO08hCQcKIwquE87ByGEEEIIIWTC8gsHZbcDPw9Z0wAAAABJRU5ErkJggg==);
    font-size: 14px;
    line-height: 30px;
    background-repeat: no-repeat;
    background-position: -127px 0px;
    margin-right: 5px;
    padding-left: 20px;
    color: #28556A;
    font-size:13px;      
}

.property_listing_details .infodate{
    font-size: 14px;
    line-height: 30px;
    margin-right: 10px;
    padding-left: 12px;
    color: #28556A;
    font-size:13px;     
}

.property_listing_details .infodate .fa{
    margin-right:5px;
    color:#C2CBD9;
}

.unit_more_x a,
.unit_more_x{
    font-size:12px;
}

.featured_property_type3 .listing_details  a{
    font-size:14px;
}

.unit_details_x a,
.unit_details_x{
 font-size: 13px;
    background-color: #28556A;
    color: #ffffff;
    float: right;
    padding: 4px 7px;
    margin-top: 4px;
    line-height:12px;
 
}

.unit_details_x:hover{
    background-color: #28556A;
    color: #fff;
}


.listing_wrapper.col-md-12 .property_listing .listing_details {
    padding-left: 347px;
    margin-top: 0px;
    float: none;
}

.listing_wrapper.col-md-12 .property_listing .listing_prop_details {
    padding-left: 23px;
    margin-top: 5px;
}

.property_agent{
    position:relative;
    margin-left:20px;
}

.listing_unit_price_wrapper {
    position: relative;
    margin-top: 5px;
    color:#889FC6;
    margin-left:20px;
    font-size: 20px;
    font-weight: 500;
	font-family: euclid_flexbold,"quicksand",sans-serif;
	line-height: 16px;
    float: left;
    line-height: 30px;
}

.property_listing_details{
    position: relative;
    color: #3a4659;
    width: 100%;
    float: left;
    padding: 0 20px;
    margin-bottom: 42px;
}

.col-md-9 .listing_wrapper.col-md-12 .property_listing .listing_unit_price_wrapper{
    left: 0px;
    right: 8px;
    width: auto;
    /*top: 4px;*/
}

.listing_wrapper.col-md-12 .property_listing .listing_unit_price_wrapper{
    left: 0px;
    width: auto;
    top: 0px;
    margin-bottom: 0px;
    float: none;
    padding-left: 347px;
    margin-top: 0px;
    margin-left: 0px;
}

#google_map_prop_list_sidebar .has_4per_row.listing_wrapper.col-md-12 .listing_unit_price_wrapper {
    top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#google_map_prop_list_sidebar .has_4per_row.listing_wrapper.col-md-12 .listing_details.the_list_view {
    margin: 0px 0px 0px 0px;
}

.subunit_title .price_label {
    font-size: 14px;
}

.price_label{
    font-size: 16px;
    margin-top: 2px;
}

.listing_detail .price_label{
    margin-top:0px; 
    font-size: 13px;
}

.listing_actions{
    float: right;
}

.listing_wrapper.col-md-12 .listing_actions{
    top:5px;
}

listing_actions a{
    text-decoration: none;
}

.share_list {
    width: 30px;
    height: 30px;
    margin-left: 8px;
    float: left;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAMCAYAAAAK/x/DAAABRElEQVQ4jbXUv45BQRTHcYU/UaysKCSeZRtR64genWjUGp1yo/cM4gW2uK0n0OByKxEkaEjY76wzMbkJJjezxSeZYs7cX86cuTFvMo1ZqGGDOUqWNVa+vn9q2GCOkk1RAgfchO8wTAIH3IT/riiJjhFGWTsKk0THCKOsw51IyzqFFlbYYowrzqhH7ERa1im0sMIWY1xxRl0XVXCUDw4RyMx0kZE9BXxGCFPBUT44RCAz00VG9hTwd7YuDELX0sOHo6sJQtfSw9Oz9cIPBeoj6yiQHwrUx9Oz9aKMHU4YYIa9dEoX55GLEKiMHU4YYIa9dCore/LImYGUuHd/VXrAG0awkXcf6guaEULF1avyHgPeMIKNZKgvaL47TAVre//z7FWw9qtn/yqU+WNcuAhkhDJ/jAvb4qp0Zomiq0ASqqo6gyWKvzQNLLmbhzH6AAAAAElFTkSuQmCC);
    background-position: 7px 8px;
    border: 1px solid #eef3f6;

}

.property_unit_custom_element.share .share_list{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAQCAYAAACC/vbpAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH3gUXCi4KB4tSTQAAAU9JREFUSMfVlrFtwzAQRZ+F9NYGyQbxAgbCBWgPwEJp2NIjaASpVRMVGsDWAjbACbKBs0E8gdMIAiHLkgiQRa4jCdz7BO/fcXW/31kaVdNugCPwCtyATCt5JHBsy/MDxxrRcxLPfHWXCGDdrWPEJMdX9PtgvY4kepKTeJTGfmT7FqE0ZjkvC8S+AQWwAT6B3Km1fUCxizkr14hV0x6AFLhqJeuqaXMgAwqtZBFQYM+xRtTb8txzrBGznF501bRHYDd4khrItZK/AQU/5VgjFnHc8tgND7WShwgme+BYI7w4Cf8wXNGnERPmEZinkZLx4jw1InBx3JxpJS8xjDjkWCMuXqKftLyPLum1M0zhtqJQl9mW50mOe5nV0r9H1bQZ8DVs+lrJNPBwGeVYI1JvI2olx/4Zwce4NWKW49s9vmOP8SUcX9EZ8OMkyiKJnuT8AVg3kYxhBYrfAAAAAElFTkSuQmCC)!important;
    background-size: 40px 16px;
    border:none;
}

.property_unit_custom_element.share .share_list.share_on, .property_unit_custom_element.share .share_list:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAQCAYAAACC/vbpAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH3gUXCi4KB4tSTQAAAU9JREFUSMfVlrFtwzAQRZ+F9NYGyQbxAgbCBWgPwEJp2NIjaASpVRMVGsDWAjbACbKBs0E8gdMIAiHLkgiQRa4jCdz7BO/fcXW/31kaVdNugCPwCtyATCt5JHBsy/MDxxrRcxLPfHWXCGDdrWPEJMdX9PtgvY4kepKTeJTGfmT7FqE0ZjkvC8S+AQWwAT6B3Km1fUCxizkr14hV0x6AFLhqJeuqaXMgAwqtZBFQYM+xRtTb8txzrBGznF501bRHYDd4khrItZK/AQU/5VgjFnHc8tgND7WShwgme+BYI7w4Cf8wXNGnERPmEZinkZLx4jw1InBx3JxpJS8xjDjkWCMuXqKftLyPLum1M0zhtqJQl9mW50mOe5nV0r9H1bQZ8DVs+lrJNPBwGeVYI1JvI2olx/4Zwce4NWKW49s9vmOP8SUcX9EZ8OMkyiKJnuT8AVg3kYxhBYrfAAAAAElFTkSuQmCC)!important;
    background-position: -16px 8px;
    background-size: 40px 16px;
}

.share_list.share_on,
.share_list:hover{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAMCAYAAAAK/x/DAAABRElEQVQ4jbXUv45BQRTHcYU/UaysKCSeZRtR64genWjUGp1yo/cM4gW2uK0n0OByKxEkaEjY76wzMbkJJjezxSeZYs7cX86cuTFvMo1ZqGGDOUqWNVa+vn9q2GCOkk1RAgfchO8wTAIH3IT/riiJjhFGWTsKk0THCKOsw51IyzqFFlbYYowrzqhH7ERa1im0sMIWY1xxRl0XVXCUDw4RyMx0kZE9BXxGCFPBUT44RCAz00VG9hTwd7YuDELX0sOHo6sJQtfSw9Oz9cIPBeoj6yiQHwrUx9Oz9aKMHU4YYIa9dEoX55GLEKiMHU4YYIa9dCore/LImYGUuHd/VXrAG0awkXcf6guaEULF1avyHgPeMIKNZKgvaL47TAVre//z7FWw9qtn/yqU+WNcuAhkhDJ/jAvb4qp0Zomiq0ASqqo6gyWKvzQNLLmbhzH6AAAAAElFTkSuQmCC);
    background-position: -16px 8px;
    border: 1px solid #d8e0e5;
    margin-left: 3px;
}

.share_unit{
    position: absolute;
    background-color: #28556A;
    color: #fff;
    font-size: 22px;
/*    width: 43px;*/
    width: 35px;
    top: -105px;
    display: none;
    padding: 5px 0px 5px 1px;
    border-radius: 3px;
}

.listing_wrapper.col-md-12 .share_unit {
    top: -119px;
}

.listing_wrapper.col-md-12.property_unit_type2 .share_unit {
    top: -99px;
    right: 47px;
}


.property_unit_type2 .share_unit {
    top: -105px;
    right: 45px;
}

.property_unit_type2 .share_unit{
    right: 45px;
    top: -105px;
}

.property_listing.places_listing .share_unit{
    z-index: 9;
}

.share_unit:after{
    content: " ";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #28556A;
    bottom: -8px;
    right: 10px;
    position: absolute;
}

.share_unit a{
    padding: 0;
    color: #fff;
    display: block;
    font-size: 17px;
    text-align: center;
    width: 35px;
    height: 20px;
}

.share_unit a:hover{
    /*color:#BD1427;*/
    color: #434a54;  
}

.compare-action{
    width: 30px;
    height: 30px;
    cursor: pointer;
    float: left;
    margin-left: 5px;
    background-image: none!important;
    border: 1px solid #eef3f6;
    text-align: center;
    padding-top: 7px;
    color: #c2cbd9;
}

.property_unit_custom_element.compare .compare-action{
    border:none;
}

.compare-action:before{
    content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
}

.compare-action:hover{
    background-image: none!important;
    color: #28556A;
    border: 1px solid #d8e0e5;
}

.icon-fav {
    color: #c2cbd9;
    width: 40px;
    height: 40px;
    cursor: pointer;
    float: left;
    margin-left: 5px;
    font-size: 15px;
    border: 1px solid #eef3f6;
    text-align: center;
    padding-top: 9px;
}

.icon-fav-on-remove{
    position: absolute;
    font-size: 12px;
    background-color: #FB6A5C;
    padding: 9px 0px;
    color: #fff;
    text-align: center;
    height: auto;
    width: 150px;
    border-bottom-left-radius: 4px;
    top: 0px;
    right: 0px;
    border: none;
}
.icon-fav-on-remove:before{                        
    display:none;
}
                    
.icon-fav.icon-fav-on-remove{
    z-index:99;
}

.icon-fav-on {
    color: #28556A;
}

.icon-fav-off:hover {
    border: 1px solid #d8e0e5;
    color: #28556A;
}

.icon-fav:before{
    content: "\f004";
    font: normal normal normal 12px/1 FontAwesome!important;
}

#listing_loader_maps,
#listing_loader{
    width: 100%;
    float: left;
    height: 81px;
    text-align: center;
    padding-top: 35px;
    display: none;
    position:relative;
}

#listing_loader .new_prelader {
    top: 25%;
}

#listing_loader_maps.map_loader,
#listing_loader.map_loader{
    display: block;
    margin-top: -27px!important;
}

.listing_loader_title{
    display: none;
    float:left;
    width:100%;
    font-size: 36px;
    line-height: 1.3em;
    color: #3a4659;
    font-family: 'Open Sans', sans-serif;
}

.compare_ajax_wrapper{
    margin:0px 15px;
}

.prop-compare{
    position: fixed;
    top:167px;
    right: -240px;
    width: 239px;
    background: #fff;
    color: #1a171b;
    font-size: 14px;
    padding: 13px 0px 13px 13px;
    box-shadow: 0 4px 16px -2px rgba(0,0,0,.1), 0 0 0 1px rgba(0,0,0,.02);
    z-index: 99;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    min-height: 133px;
}

.half_map_body  .prop-compare{
       z-index: 9999;
}

#compare_close_modal, #compare_close {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #28556A;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}

#google_map_prop_list_sidebar .prop-compare{
    padding-left: 0px;
    margin: 15px 20px 0px 31px;
    border-bottom: none;
}

.compare_agent{
    margin: 0 15px;
    max-width: 805px;
    margin-bottom: 30px;
}

.pagination_ajax_search,
.home-compare{
    margin-left: 15px;
}

.items_compare{
    width: 100px;
    float: left;
    margin-right: 13px
}

.items_compare img{
    border-radius: 3px;
    margin-bottom: 13px;
}

.ribbon-wrapper-default {
    width: auto;
    position: relative;
    background-color: #2e71d0;
    color: #ffffff;
    line-height: 19px;
    font-size: 12px;
}

.property_listing_more{
    float:right;
    border:1px solid #eef3f6;
    padding : 3px 6px;
}

.listing_wrapper.col-md-12 .property_listing  .ribbon-wrapper-default  {
    top: 0px;
    left: 0px;
}
.ribbon-wrapper-open-house,
.ribbon-inside.open-house {
    background-color: #185271;
}

.ribbon-wrapper-sold,
.ribbon-inside.sold {
    background-color: #ED5565;   
}



	
	.ribbon-wrapper-EXCLUSIF,
.ribbon-inside.EXCLUSIF {
    background-color: #28556A;   
    text-transform: capitalize;
    float: left;
    margin-left: 2px;
    margin-top: 20px;
    font-size: 13px;
    color: #fff;
    opacity: 0.9;
	line-height: 17px;
    text-align: center;
    padding-top: 0px;
    padding: 1px 5px;
    height: auto;
    display: inline-block;
    position: relative;
	}

.ribbon-wrapper-VENDU,
.ribbon-inside.VENDU {
    background-color: #28556A;   
    text-transform: capitalize;
    float: left;
    margin-left: 2px;
    margin-top: 20px;
    font-size: 13px;
    color: #fff;
    opacity: 0.9;
	line-height: 17px;
    text-align: center;
    padding-top: 0px;
    padding: 1px 5px;
    height: auto;
    display: inline-block;
    position: relative;
	}


	.ribbon-wrapper-SOUS-COMPROMIS,
.ribbon-inside.SOUS-COMPROMIS {
    background-color: #28556A;   
    text-transform: capitalize;
    float: left;
    margin-left: 2px;
    margin-top: 20px;
    font-size: 13px;
    color: #fff;
    opacity: 0.9;
	line-height: 17px;
    text-align: center;
    padding-top: 0px;
    padding: 1px 5px;
    height: auto;
    display: inline-block;
    position: relative;
	}
	
	
	
	
	.has_4per_row.listing_wrapper .status-wrapper {
    display: flex;
    flex-flow: column;
}

.has_4per_row.listing_wrapper .action_tag_wrapper {
    order: 1;
    margin-bottom: 5px;
}

.has_4per_row.listing_wrapper .ribbon-inside{
    order: 2;
}

.ribbon-wrapper-hot-offer,
.ribbon-inside.hot-offer {
    background: #FB6A5C;
}

.ribbon-wrapper-new-offer,
.ribbon-inside.new-offer {
    background: #28556A;
}

.sold {
}

.tag-wrapper {
    position: absolute;
    width: 100%;
    padding: 0px 20px;
}

.status-wrapper{
    float: right;
}

.featured_div {
    max-width: 85px;
    float: left;
    background-color: #28556A;
    color: #FFF;
    position: relative;
    font-size: 16px;
    border-radius: 2px;
    padding: 1px 15px;
    line-height: 17px;
    background-image: none!important;
    margin-bottom: 4px;
    top: 20px;
}


.exclu_div {
    max-width: 105px;
    float: left;
    background-color: #28556A;
    color: #FFF;
    position: relative;
    font-size: 16px;
    border-radius: 2px;
    padding: 0px 5px;
    line-height: 17px;
    background-image: none!important;
    margin-bottom: 4px;
    top: 20px;
}







.action_tag_wrapper{
    font-size: 12px;
    float:left;
    background-color: #28556A;
    color:#fff;
    position: relative;
    border-radius: 2px;
    padding: 1px 15px;
    line-height: 17px;
    top: 20px;
    text-align: center;   
}


.has_4per_row  .action_tag_wrapper{
    display: none;
}


.listing_wrapper.col-md-12 .property_listing .featured_div {
    position: relative;
    float: left;
    left: 0px;
}

.col-md-9.rightmargin .has_4per_row.col-md-4 .property_listing_details,
.col-md-9.rightmargin .has_4per_row.col-md-4 .property_listing h4,
.col-md-9.rightmargin .has_4per_row.col-md-4 .listing_details,
.has_4per_row.col-md-3 .property_listing_details,
.has_4per_row.col-md-3 .property_listing h4,
.has_4per_row.col-md-3 .listing_details{
    padding: 0px 13px;
}


.col-md-9.rightmargin .has_4per_row.col-md-4 .property_location,
.has_4per_row.col-md-3 .property_location{
    left:13px;
    right:13px;
}

.col-md-9.rightmargin .has_4per_row.col-md-4 .listing_unit_price_wrapper,
.has_4per_row.col-md-3 .listing_unit_price_wrapper{
    font-size: 15px;
    margin-left: 0px;
    padding: 0px 13px;
}

.has_4per_row.listing_wrapper.col-md-12 .property_listing_details {
    float: none;
    width: auto;
    padding-left: 347px;
    margin-top: 0px;
}

.has_4per_row.listing_wrapper.col-md-12 .listing_details.the_list_view {
    padding-left: 347px;
    margin-top: 4px;
}

.has_4per_row.listing_wrapper.col-md-12 .property_location {
    padding-top: 5px;
    padding-bottom: 10px;
}

.listing_wrapper.col-md-12 .listing_unit_price_wrapper,
.has_4per_row.listing_wrapper.col-md-12 .listing_unit_price_wrapper {
    top: 0px;
}

.listing_wrapper.col-md-12 .property_listing h4 {
    padding-left: 347px;
}

.has_4per_row.listing_wrapper .property_location_image {
    left: 13px;
}

.has_4per_row.listing_wrapper .property_media {
    right: 13px;
}

.has_4per_row.listing_wrapper .featured_div {
    padding: 1px 13px;
}

#google_map_prop_list_sidebar .has_4per_row.listing_wrapper .property_location_image {
    left: 20px;
}

#google_map_prop_list_sidebar .has_4per_row.listing_wrapper .property_media {
    right: 20px;
}

#google_map_prop_list_sidebar  .has_4per_row.listing_wrapper .featured_div {
    padding: 1px 18px;
}

.page-template-property_list_half .col-md-12.has_prop_slider.has_4per_row.listing_wrapper .property_listing .listing_unit_price_wrapper,
.page-template-property_list_half .col-md-12.has_prop_slider.listing_wrapper .property_listing .listing_unit_price_wrapper {
    margin-bottom: 0px;
    margin-top: 0px;
}

.page-template-property_list_half .col-md-12.has_prop_slider.has_4per_row.listing_wrapper.property_unit_type4  .listing_details.the_list_view,
.page-template-property_list_half .col-md-12.has_prop_slider.listing_wrapper.property_unit_type4  .listing_details.the_list_view {
    padding-left: 277px; 
}

.page-template-property_list_half .col-md-12.has_prop_slider.has_4per_row.listing_wrapper .listing_details.the_list_view,
.page-template-property_list_half .col-md-12.has_prop_slider.listing_wrapper .listing_details.the_list_view {
    padding-left: 347px;
    margin-top: 0px;
    margin: 0px 0px 0px 0px;
}

.listing_wrapper.col-md-12 .property_listing_details {
    position: relative;
    color: #3a4659;
    width: 100%;
    padding: 0 20px;
    float: none;
    padding-left: 347px;
    margin-top: 0px;
    margin-bottom:0px;
}

.listing_wrapper.col-md-12 .listing_details.the_list_view {
    float: none;
    padding-left: 347px;
    margin-top: 0px;
    margin-bottom:0px;
}

.listing_wrapper.col-md-12 unit_details_x,
.has_4per_row .unit_details_x {
    display: none;
}

/* =Agent Unit
----------------------------------------------- */
.agent_unit{
    width: 100%;
    float: left;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 30px;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    min-height: 440px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    max-width: 525px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    padding-bottom: 50px;
}

.col-md-9.rightmargin .agents_4per_row .agent_unit,
.col-md-push-3.rightmargin .agents_4per_row .agent_unit,
.agents_4per_row .agent_unit {
    min-height: 402px;
}

#primary .agent_unit{
    margin-bottom: 0px!important;
    min-height: 420px;
}

.col-md-9.rightmargin .agent_unit,
.col-md-push-3.rightmargin .agent_unit{
/*    min-height: 470px;*/
}

.agent_unit_featured .agent_unit_social {
    float: right;
    left: auto;
    right: 0px;
    margin-right: 10px;
    width: auto;
}

.agent_contanct_form_sidebar .agent_unit_button.agent_unit_contact_me,
.agent_contanct_form_sidebar .agent_card_my_listings {
    display: none;
}

#primary .agent_card_my_listings {
    right: 15px;
}

.widget-area-sidebar .agent_unit_button.agent_unit_contact_me {
    line-height: 1em;
    bottom: 15px;
    right: 30px;
}

#primary .agent_contanct_form_sidebar  .agent_unit_social a{
    margin-right: 10px;
}

#primary .agent_unit_social{
    padding-left: 30px;
}

#primary .agent_unit h4 {
    padding: 0px 30px;
    margin-top: 25px;
}

#primary .agent_unit .agent_position {
    margin-left: 30px;
}

#primary .agent_unit .agent_detail {
    margin-left: 30px!important;
    font-size: 14px;
}


.agent_unit a{
    text-decoration: none;
}

.agent_unit h4 {
    padding: 0px 20px;
    margin-top: 20px;
    margin-bottom: 3px;
    font-size: 18px;
}

#primary .agent_unit h4,
#primary .agent_unit h4 a{
    font-size: 18px;
}

#primary .agent_unit_social, 
#primary .agent_unit_social a {
    margin-right: 10px;
    font-size: 15px;
}

.agent_unit img{
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;     -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    width:100%;
    display:inline-block;     
}

.agent_unit:hover {
    background-color: #fff;
    border: 1px solid #e6e6e6;
}

.agent_unit:hover img {
    opacity:0.8;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand');
}

.agent_unit:hover .listing-cover{
    opacity:1;
}

.agent_unit:hover h4 a{
    color:#BD1427;
}

.agent_unit:hover .listing-cover-plus{
    opacity:0.9;
}

.property_location{
    position: absolute;
    bottom: 0px;
    left: 20px;
    right: 20px;
    height: auto;
    border-top: 0px solid #28556A;
    font-size: 13px;
    margin: 0px 0px 0px 0px;
    padding: 13px 0px;
    color: #8593a9;
    line-height: 16px;
    float: left;
    max-width: 100%;
    
	}

.agent_position{
    font-size: 13px;
    margin: 0px 0px 10px 13px;
    color: #8593a9; 
    line-height:13px;
}

.agent_unit .agent_position{
    padding-right: 20px;
    margin-left: 20px;
}

.single-estate_agency .agent_detail,
.agent_detail{
   margin: 0px 0px 2px 15px!important;
   padding-left:0px!important;
    font-size: 13px;
}

.agent_detail i{
    margin-right: 10px;
    min-width: 14px;    
}


.agent_detail .fa-mobile{
    font-size: 22px;
color: #28556A;
	
	
	}

.agent_detail .fa-envelope-o{
    font-size: 13px;
}

.agent_detail .fa-skype{
    font-size: 15px;
}



.agent_listing_link{
    line-height: 22px;
    margin: 10px 0px 10px 13px;
}

.agent_unit_social{
    position: absolute;
    bottom: 7px;
    height: 42px;
    font-size: 20px;
    padding: 11px 0px 0px 20px;
    left: 0px;
    float: left;
}

.agent_unit_social.agent_list{

}

.agent-unit-img-wrapper{
    position:relative;   
    overflow:hidden;
    background: #000;
}

.social-wrapper{
   float: left;
}

.agent_unit_social a {
    color: #8593a9;
    margin-right: 11px;
    font-size: 15px;
}

.agents_4per_row .agent_unit_social a{
    color: #a6b3bb;
    margin-right: 5px;
    font-size: 14px;
}

.agentpic-wrapper .social-wrapper {
    text-align: center;
    width: 100%;
}

.agency_unit_wrapper .social-wrapper a i:hover {
    color: #28556A;
}

.agency_social i:hover {
    background-color: transparent;
    color: #28556A;
}
.developer_taxonomy a:hover {
    background-color: #ffffff;
    color: #28556A;
}

.agent_unit_social a:hover{
    color:#BD1427;                    
}

.featured_agent_notes{
    padding: 0px 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    min-height:105px;
    font-size: 13px;
}

.see_my_list_featured{
    margin: 13px 0px 0px 15px;
    float: left
}

.agent_unit_featured{
    padding-bottom: 0px;
    float: left;
    margin-bottom: 30px;
    margin-right: 30px;
}

.vc_col-sm-3 .agent_unit.agent_unit_featured {
    min-height: 380px;
}

.agent_unit_featured .agent_unit{
    padding-bottom: 0px;
}

.agent_unit_featured:last-child{
    margin-right:0px;
}

.agent_featured_details{
    opacity:0;
    position:absolute;
}

.agent_unit_featured:hover .agent_featured_details{
    opacity:1;
}

.agent_unit_featured:hover .featured_agent_notes{
    opacity:0;
}


.agent_unit_button{
    line-height: 1em;
    border: 1px solid #28556A;
    border-radius: 3px;
    color: #28556A;
    font-size: 12px;
    float: left;
    padding: 7px 13px;
    position: absolute;
    bottom: 15px;
    right: 19px;
    font-size: 12px!important;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}

.agent_unit_button:hover{
    background-color: #28556A;
    color: #fff;
}

.agents_4per_row .agent_unit_button{
    bottom: 12px;
    padding: 7px 7px;
    line-height: 12px;
}

.col-md-4 > .agent_unit .agent_card_my_listings {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 12px;
    background-color: #565c65;
    color: #ffffff;
    float: right;
    padding: 4px 13px;
    margin-top: 4px;
    line-height: 12px;
    z-index: 1;
}

.page-template-agents_list #listing_ajax_container_agent{
    margin:0px -15px;
}

.social-wrapper a:hover i{
    color:#BD1427;
}

.agent_unit .agent_detail {
    line-height: 22px;
    margin: 0 20px 2px 20px!important;
    font-size: 13px;
    color: #8593a9;
}

.agent_unit .agent_detail a {
    color: #8593a9;
}

.col-md-3 .agent_unit .agent_unit_social a {
    color: #a6b3bb;
    margin-right: 5px;
    font-size: 14px;
}

.col-md-3 .agent_unit{
    min-height: 405px;
}


/* =Agency Unit
----------------------------------------------- */

.agency_unit {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    position: relative;
    background-color: #fff;
}

.agency_unit:hover .agency_unit_img img {
    opacity: 0.8;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand');
}

.agency_unit_img{
    float: left;
    max-width: 320px;
    background-color: #F8F8F8;
    overflow: hidden;
}

.agency_unit_img img {
    width: 100%;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    background-color: #F8F8F8;
    overflow: hidden;  
}

.agency_unit_wrapper {
    padding-left: 347px;
}

.agency_unit_wrapper .social-wrapper{
    position: absolute;
    top: 21px;
    right: 19px;
}
.agency_unit_wrapper .social-wrapper a{
   margin-left: 7px;
}
.agency_unit_wrapper .social-wrapper a i{
    color: #8593a9;
}

.agency_unit .agent_card_my_listings{
    bottom: 16px;
}

.agency_unit_wrapper h4{
    margin-top: 15px;
    margin-bottom: 2px;
    text-transform: CAPITALIZE;
}

.agency_unit .agent_detail{
    line-height: 22px;
    margin: 0 20px 2px 0px!important;
    font-size: 13px;
    color: #8593a9;
}
.agency_unit .agent_detail a{
    color: #8593a9;
}

.agent_address{
    font-size: 13px;
    color: #8593a9;
}


.agency-dev_content {
    border-bottom: 1px solid #dde4e9;
    padding-bottom: 20px;
}

.agency_social-wrapper {
    width: 100%;
    padding-top: 13px;
}

.view_agency_profile {
    position: absolute;
    margin-bottom: 0px;
    bottom: 30px;
}

.agency_users{
    position: absolute;
    bottom: 15px;
    left: 339px;
}

.sub_agent{
    width: 30px;
    height: 30px;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 50%;
    margin-left: 7px;
   
}


.sub_agent img{
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border:1px solid #fff;
}

.sub_agent:hover img{
    border:1px solid #28556A;
}

.agency_unit_list_wrapper{
    margin:0px 15px;
}

.dev_unit_wrapper,
.agency_unit_wrap{
    padding: 0px 15px;
}

/* =Blog Unit
----------------------------------------------- */

.blog_list_wrapper{
    margin: 0px -15px;
    float: left;
    min-height: 400px;
    width: 100%;
}
.home .blog_list_wrapper{
    padding-top: 30px;
}
.blog_unit{
    float:left;
    padding-right: 0px;
    padding-left: 0px;  
    margin-bottom: 30px!important;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    cursor: pointer;
}
.blog_unit:hover .blog_unit_image img {
    opacity: 0.8;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand');

}

.col-md-9 .blog_unit{
    max-width:810px;
}

.related_blog_unit{
    float:left;
    margin-bottom: 30px;  
    border-radius: 3px;
    overflow: hidden;
}

.blog_unit_image{
    width:100%;
    display: inline;
    float:left;  
    position:relative;
    overflow:hidden;
    background-color: #F8F8F8;
}

.blog_unit:hover{
    background-color: #fff;
}

.blog2v:hover .blog_unit_image img {
    opacity: 0.8;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand');

}



.blog_unit:hover h3 a{
    color:#BD1427;
}

.blog_unit.col-md-12 .listing-cover{
    height:100%;
}

.col-md-12 .blog_unit.col-md-12 .listing-cover{
    height:100%;
}

.col-md-12 .blog_unit.col-md-12 .listing-cover-plus{
    top: 50%;
}

.blog_unit:hover .listing-cover{
    opacity:1;
}

.blog_unit:hover .listing-cover-plus{
    opacity:0.9;
}

.related_blog_unit .blog_unit_image img{
    border-bottom: 1px solid #f0f0f0;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(227, 228, 231, 1);
    box-shadow: 0px 2px 0px 0px rgba(227, 228, 231, 1); 
}

.blog_unit h3{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.blog_unit_content p{
    margin-bottom: 13px;
}

.blog_unit a{
    text-decoration: none;
}

.blog_unit_content{
    padding: 15px 20px 20px 20px;
    font-size: 13px;
    line-height: 22px;  
    float:left;
}

.blog_unit_meta{
    font-size: 12px;
    color: #8593a9;
}

.widemeta{
    float: left;
    width: 100%;
    padding-bottom: 0px;
}

.blog_unit_meta a{
    color:#8593a9;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.blog_unit_meta a:hover{
    color:#BD1427;
}

.blog_unit_meta i{
    font-size: 13px;
    margin-right: 3px;
}

.blog_unit_meta .fa-calendar-o,
.blog_unit_meta .fa-comment-o{
    margin-left: 13px;
}

.fa-comment-o{
    margin-right: 1px!important;
}


.blog_unit_meta .read_more{
    float:right;
    color:#BD1427;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.blog_unit_meta .read_more:hover{
    color:#33353A;
}

.blog-unit-wrapper{
    padding: 0px  15px;
}

.blog2v .read_more{
    float: right;
    color: #28556A;
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 12px;
    line-height:12px;
}

.blog2v h4{
    margin-bottom: 10px;
}

.blog2v .blog_unit_meta{
    margin-bottom: 0px;
    margin-left: 20px;
    float:left;
}

.blog_unit_image img,
.blog2v img {
    border-bottom: 3px solid #28556A;
}


.read_more i{
    font-size: 12px;
    margin-left: 6px;
}


/* =Related posts
----------------------------------------------- */
.related_posts {
    margin: 15px -15px 30px -15px;
    float: left;
}

.related_posts h3{
    margin-left: 15px;
}

.related_posts .blog_unit  {
    -webkit-box-shadow:none;
    box-shadow: none;
    border:none;
    margin-bottom: 0px;
}

.related-unit{
    float:left;
}

.related_blog_unit_image{
    border-radius: 3px;
    display: inline;
    float:left;  
    margin-bottom: 13px;
    position:relative;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    cursor:pointer;
    overflow:hidden;
    background: #000;
}

.related_blog_unit_image .related_post_link{
    position: absolute;
    top: 50%;
    left: 0px;
    color: #fff;
    width: 100%;
    text-align: center;
    display:none;
    font-size: 16px;
}

.related_blog_unit_image:hover img{
    opacity: 0.7;
    transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')"; /* IE8 */
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand'); /* IE6 and 7 */ 
}

.related_blog_unit_image:hover .related_post_link{
    display:block;
}

.related_blog_unit_image .listing-cover{
    width:100%;
    height:100%; 
    border-radius: 3px;
}

.related_blog_unit_image:hover .listing-cover{
    opacity:1;
}

.related_blog_unit_image:hover .listing-cover-plus-related{
    opacity:1;
}

.listing-cover-title{
    width: 100%;
    margin: 0px auto;
    top: 35%;
    position: absolute;
    padding: 0px 10px;
}

.listing-cover-title  a{
    color: #fdfdfd;
    font-size: 17px;
    text-align: center;
   
    float: none;
}

.listing-cover-plus-related {
    color: #fdfdfd;
    font-size: 25px;
    height: 30px;
    position: absolute;
    top: 40%;
    left: 50%;
    margin: 25px 0px 0px -15px;
    bordeR: 1px solid #fdfdfd;
    border-radius: 3px;
    padding: 0px 7px 0px 7px;
    z-index: 12;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    line-height: 27px;
}

/* =Single Page
----------------------------------------------- */
.single-content{
    padding: 0px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.65em;
    float:left;
    width:100%;
}

.single-blog{
    margin-bottom: 30px;
    background-color: #fff;
    padding:30px;
}

#google_map_prop_list_sidebar .single-content{
    padding: 0px 30px;
}

.single-content:empty {
    margin-bottom: 0px;
    height:0px;
}

.single-content p a{
    color:#28556A;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.single-content p a:hover{
    color:#33353A;
}



.gallery img{
    border:3px solid #f0f0f0!important;
    border-radius: 3px;
}

.single-title{
    margin-bottom: 9px;
    word-break:normal;
}

.content404{
    min-height:500px;
}

.list404{
    width:33%;
    float:left;
}

.list404 ul{
    margin-left:18px;
}

.single-content p{
    margin-bottom: 15px;
}

.meta-info{
    padding: 0px 0px 0px 0px;
    margin-bottom: 25px;
    font-size: 13px;
}

.meta-info a{
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.meta-info a:hover{
    color: #28556A;
}

.meta-info .fa{
    margin-right: 2px;
}

#carousel-example-generic{
    max-width: 810px;
}

.col-md-12 #carousel-example-generic{
    max-width:100%;
}

.carousel-indicators {
    bottom: -15px;
}

.post-carusel{
    border-radius: 3px;
    margin-bottom: 26px;
    overflow: hidden;
    background:#3a4659;
}

.post-carusel iframe{
    width: 100%;
    min-height: 443px;
}

.post-carusel .item {
    height: auto;
}
.post-carusel .item img{
    max-height:467px
}

.col-md-12.full_width_prop  .post-carusel .item {
    height: 100%;
   
}
.col-md-12.full_width_prop .carouselvertical.post-carusel .item {
/*    padding-right: 144px;*/
}

.col-md-12.full_width_prop .post-carusel .item img{
    max-height:100%;
}

.col-md-12.full_width_prop .carouselvertical,
.col-md-12.full_width_prop .carouselvertical .carousel-inner{
    height:100%!important;
    max-height:100%!important;
    max-width: 100%;
}

.col-md-12.full_width_prop #agent_contact_name, 
.col-md-12.full_width_prop #agent_user_email, 
.col-md-12.full_width_prop #agent_phone {
    width: 32.45%;
}

.col-md-12.full_width_prop .vertical-wrapper{
     width: 100%!important;
}

.carousel-control{
    width: 65px;
    height: 47px;
    top: 50%;
    margin-top: -24px;
    opacity: 0.9;
}

.carousel-control:hover, 
.carousel-control:focus{
    opacity:1;
}

.featured_property_type2 .carousel-control{
    z-index:99;
}
.featured_property_type1 .carousel-control,
.featured_property_type2 .carousel-control,
.featured_property_type3 .carousel-control{
    width: 46px;
    height: 34px;
    top: 50%;
    margin-top: -17px;
    opacity: 0.9;
}
.featured_property_type1 .carousel-control i,
.featured_property_type2 .carousel-control i,
.featured_property_type3 .carousel-control i{
    font-size: 35px;
}

.nav-prev-wrapper{
    position: fixed;
    height: 110px;
    top: 50%;
    width: 250px;
    background: #3a4659;
    color: #fff;
    margin-top: -55px;
    text-decoration: none;
    z-index: 200;
    left:-210px;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
    cursor:pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 0px 15px;
    display: table;
}

.nav-prev-wrapper:hover{
    left:0px;
}

.nav-next-wrapper i,
.nav-prev-wrapper i{
    display: inline;
    float: left;
    font-size: 20px;
    line-height: 22px;
    top: 50%;
    margin-top: -11px;
}

.nav-next-wrapper i{
    margin-left: 5px;
    margin-right: 5px;
    position: absolute;
    left:12px;
}

.nav-prev-wrapper i{
    position: absolute;
    right: 16px;
}

.nav-next-wrapper{
    position: fixed;
    height: 110px;
    top: 50%;
    width: 250px;
    background: #3a4659;
    color: #fff;
    margin-top: -55px;
    text-decoration: none;
    z-index: 200;
    right: -210px;
    margin-left: -40px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 0px 15px;
    display: table;
}

.nav-next-wrapper:hover{
    right: 0px;
}

.navigational_links a,
.navigational_links a:hover{
    color:#fff;
    text-decoration: none;
}

.nav-prev,
.nav-next{
    display: table-cell;
    vertical-align: middle;
}

.nav-prev{
    text-align: right;
}

.nav-prev a{
    display: block;
    padding-right: 25px;
    line-height: 20px;
    max-width: 250px;
    float: right;
    text-align: right;
}

.nav-next a{
    margin-left: 24px;
    line-height: 20px;
    padding-left: 1PX;
    display: inline;
    float: left;
    max-width:250px;
}

.meta-element{
    display:inline;
}

.navnav{
    width:auto; 
}

.prop_social_single{
    width: 100%;
    padding-bottom: 10px;
    text-align: right;
    margin-top: -15px;
    float: right;
}

.prop_social_single a{
    color: #8593a9;
    font-size: 17px;
    margin-left: 13px;
    display: inline;
}

#reply-title{
    font-size: 18px;
}


/* =Multi Image ccarousel
----------------------------------------------- */
.property_multi_image_slider{
    width:100%;
    position: relative;
    background-color: #F8F8F8;
}
.property_multi_image_slider .item{
    width: 33.3%;
    float: left;
    position: relative;
    display:none;
}

.multi_image_slider_image {
    position: relative;
    width: 100%;
    height:600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    cursor:pointer;
    float:left;
        -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-width:1px 2px 3px 2px;
    border-style:solid;
    border-color:#ffffff;
    padding:0 10px;
	
	}
.multi_image_slider_image:hover{
    opacity:0.8;

	
	}


.property_multi_image_slider .carousel-caption{
    right: auto;
    left: 0px;
    padding-bottom: 0px;
    bottom: 0px;
    width: 100%;
    text-align: left;
    height:45px;
}

.carousel-caption_underlay{
    position:absolute;
    top:0px;
    left:0px;
    background-color: #F8F8F8;
    opacity: 0.4;
    width:100%;
    height: 100%;
    z-index:1;
}

.carousel_caption_text{
    z-index: 2;
    position: absolute;
    top: 15px;
    left: 15px;
}
.property_multi_image_slider .slick-dots{
    display:none!important;
}

.property_multi_image_slider button.slick-next.slick-arrow,
.property_multi_image_slider button.slick-prev.slick-arrow {
    top: 45%;
    color: #fff;
    width: 35px;
    height: 65px;
    border-radius: 0px;
    cursor: pointer;
    color: #99a2ae;
    background-color: transparent!important;
    color: #fff;
    padding-left: 8px;
    border: none;
    position: absolute;
    z-index: 999;
    margin: 0 auto;
}

.property_multi_image_slider button.slick-prev.slick-arrow{
    left: 37px;
    right: auto;
}

.property_multi_image_slider button.slick-next.slick-arrow{
    right: 45px;
}

.property_multi_image_slider .slick-next.slick-arrow:before {
    content: '\e801';
    font-family: "fontello";
    margin-top: 36px;
    font-size: 48px;
    text-shadow: none;
}

.property_multi_image_slider .slick-prev.slick-arrow:before {
    content: '\e800';
    font-family: "fontello";
    margin-top: 36px;
    font-size: 48px;
    text-shadow: none;
}

/* =Carousel full width
----------------------------------------------- */
.propery_listing_main_image {
    position: relative;
    width: 100%;
    height:600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    cursor:pointer;

}

#carousel-property-page-header .carousel-indicators li {
    display: inline-block;
    width: auto;
    height: 100px;
    margin: 0px 15px 0px 0px;
    text-indent: 0px;
    cursor: pointer;
    background-color: #F8F8F8;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    opacity:1;
    position:relative;
}

#carousel-property-page-header .carousel-indicators .active {
    width: auto;
    height: 100px;
    background-color: transparent;
    opacity:1;
}

#carousel-property-page-header .carousel-indicators{
    text-align: left;
    padding: 15px 0px 0px 45px;
    left: 50%;
    max-width: 1200px;
    float: none;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width:100%;
    bottom: 0px;
    margin-bottom: 0px;
}

#carousel-property-page-header .carousel-indicators img{
    border:1px solid #3a4659;
    border: 2px solid #fff;
    max-width: 110px;
}

#carousel-property-page-header .carousel-indicators .active img{
    border:2px solid #3a4659;  
}

.carousel-indicators-wrapper-header-prop{
    background-color: #2B2937;
    width: 100%;
    position: absolute;
    /* float: left; */
    height: auto;
    /* min-height: 100px; */
    z-index: 15;
    bottom: 0px;
}

.carousel-property-page-header-overalay{
    background: #3a4659;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    max-height: 64px;
    position: absolute;
    max-width: 108px;
    left: 1px;
    top: 1px;
}

.carousel-indicators .active .carousel-property-page-header-overalay{
    opacity:0;
}

/* =Carousel vertical
----------------------------------------------- */
.carouselvertical .carousel-inner{
    /*max-width: 680px;*/
  margin-right: 144px;
      width: auto;
} 

#carousel-indicators-vertical{
    width: 143px;
    right: 0px;
    position: absolute;
    top: 0px;
    bottom: auto;
    list-style: none;
    transition: all .4s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    background: #FBFCFE;
    padding-left: 3px;
    height: 100%;
}

#carousel-indicators-vertical li{
    margin-bottom:3px;
    position:relative;
    cursor:pointer;
}

#carousel-indicators-vertical .active img{
    opacity:1;
}

#carousel-indicators-vertical li img {
    opacity: 0.9;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

#carousel-indicators-vertical li:hover img {
    opacity: 0.6;
}

#carousel-indicators-vertical .caption-wrapper {
    width: 665px;
}

.carousel-control.right.vertical{
    right: 143px;
}

.verticalstatus{
    right: 144px!important;
}

.vertical-wrapper{
    width: auto!important;
    background: transparent!important;
    position: absolute!important;
    bottom: 0px;
    padding: 0px!important;
    right: 144px;
    left: 0px;
}

.wpestate_estate_property_slider_section_wrapper .post-carusel .item img{
    max-height:100%;
}

.wpestate_estate_property_slider_section_wrapper .post-carusel .vertical-wrapper{
    width:100%!important;
}

#carousel-indicators-vertical{
}

.vertical-wrapper span{
    z-index: 11;
    position: relative;
    padding-left: 15px;
    padding-top: 9px;
}

.vertical-wrapper-back{
/*    z-index:10;
    position:absolute;
    background: #3a4659;
    opacity:0.5;
    width: 100%;
    height: 100%;*/
}
.vertical-wrapper-back:empty {
    display: none;
}

.carouselvertical{
    height: 385px!important;
}

.carouselvertical .videoitem {
    max-height:500px;
}

.carouselvertical .videoitem  iframe {
    width: 100%;
    min-height: 355px!important;
}


/* =Single Property
----------------------------------------------- */
.entry-prop{
    margin-bottom: 0px;
    display:inline;
    float:left;
    width:auto;
   max-width: 75%;
}

.single-estate_property #listing_ajax_container{
    width:100%;
    float:left;
}

#carousel-listing{
    background-color: #F8F8F8;
    width:100%;   
    position:relative;
}

.carousel-inner > .item > img, 
.carousel-inner > .item > a > img{
    
 width:100%;  
	}

.slider-property-status{
    top: 14px;
    right: 0px;
    position: absolute;
    z-index: 50;
    padding: 2px 20px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    font-size: 13px;
    color: #fdfdfd;
}

.estate_video_control{
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    float: left;
    font-size: 30px;
    text-indent: 0px;
    margin: -10px 0px 0px -10px;
    opacity: 0.7;
}

.videoitem iframe{
    cursor:pointer;
}

.carousel-inner > .item {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 100%;
}

.carousel-inner > .item > img{
    margin:0px auto;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    /*    width: 100%;*/
}

iframe .player .controls-wrapper, 
iframe .player .video-wrapper{
    display:none!important;
}

.carusel-back,
#carousel-listing .carousel-indicators {
    width: 100%;
    position: absolute;
    float: left;
    display: inline;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 1px 0px 0px 0px;
    left: 0px;
    bottom: auto;
    height: 83px;
    bottom: 39px;
    padding-top: 1px;
    z-index:10;
    transition: all .4s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    white-space: nowrap;
    text-align: left;
}

.carusel-back{    
    background-color: #F8F8F8; 
    opacity:0.95;
}

.rowclosed{
    bottom: -42px!important;
}

.videoitem{
    height:457px;
}

.videoitem_full{
    height:613px;
}
.videoitem_full iframe{
    /*min-height: 613px;*/
    
}

#carousel-listing .carousel-indicators li{
    width:143px;
    height:83px;
    margin:0px 1px 0px 0px;
    border:none;
    border-radius: 0px;
    position:relative;
}

#carousel-listing .carousel-round-indicators{
    position: absolute;
    right: 40px;
    bottom: -11px;
    z-index:99;
}

#carousel-listing .carousel-round-indicators li{
    display: inline;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    float: left;
    color: #fff;
    background-color:#8593a9;
    margin-left: 13px;
    cursor:pointer;
}

#carousel-listing .carousel-round-indicators li.active{
    background:#fff;
}

#carousel-listing .carousel-indicators .active img{
    opacity: 1;
}

#carousel-listing .carousel-indicators .active {
    border:none;
}

#carousel-listing .carousel-indicators li img{
    float:left;
    opacity: 0.8;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

#carousel-listing .carousel-indicators li:hover img{
    opacity: 0.6;
}

.caption-wrapper{
    width: 100%;
    height: 40px;
    color: #fff;
    float: left;
    padding: 9px 0px 0px 13px;
    font-size: 15px;
    background: #28556A;
    z-index: 20;
    position: relative;
    cursor: pointer;
}

.caption-wrapper .fa{
    font-size:22px;
}

.caption-wrapper span,
.caption-wrapper span.active:empty{
    display:none;
}

.caption-wrapper span.active {
    display: block;
    /*new*/
    z-index: 10;
    position: absolute;
    background: #3a4659;
    opacity: 0;
    width: 100%;
    height: 100%;
    /*end new css*/
}

.caption_control{
    width:20px;
    height: 20px;
    float: right;
}

.caption_control:after{
    font-family: FontAwesome;
    padding: 12px 13px 0px 5px;
    color: #fff;
    content: "\f107";
    margin: 0px;
    position: absolute;
    bottom: 9px;
    right: 0px;
    font-size: 20px;
}

.closed .caption_control:after{
    content: "\f106";
}
.carousel-control i,
.carousel-control .fa{
    margin-top: 36px;
    font-size: 48px;

    text-shadow:none;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    background-image: none;
}

#accordion_prop_addr{
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}

.acc_google_maps{
    background-color: #28556A;
    color: #fff!important;
    padding: 0px 5px;
    border-radius: 0px;
    clear: both;
    float: left;
    margin-top: 10px;
    webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    font-size: 13px;
}

.property-panel{
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.property-panel .panel{
    margin-bottom: 3px;
    border: none;
    box-shadow:none;
    -webkit-box-shadow:none;    
        border-radius: 0px;
}

.property-panel .panel-body{
    border:none!important;
}

.property-panel .panel-heading{
    background-color: #ffffff;
    background-image: none;
    padding: 30px 30px 0px 30px;
    border-radius: 0px;
}

.agent_content,
.wpestate_agent_details_wrapper{
    padding: 30px;
    background-color: #fff;
    float: left;
    width: 100%;
    position: relative;
    z-index: 90;
}

.wpestate_agent_details_wrapper{
    padding-bottom: 0px;
    float: left;
}

.wpestate_estate_property_design_agent .wpestate_agent_details_wrapper {
    padding: 0px;
    box-shadow: none;
    background: transparent;
}


#myChartacc,
.my_chart_dash,
#myChart{
    height:400px!important;
    width: 100%!important;
}

.tab-pane #myChart{
    height:400px!important;
    width: 100%!important;
}

.my_chart_dash{
    margin-top:15px;
}

.statistics_wrapper{
    float:left;
    height:450px;
    width: 100%;
    display:none;
}

.statistics_wrapper_total_views{
    float: left;
    width: 100%;
    margin: 15px 15px -5px 15px;
}


.wpestate_property_description h4,
.multi_units_wrapper h4,
.property-panel h4{
    color: #3a4659;
    margin-bottom: 0px;
    font-size: 18px;
    padding: 0px 0px 30px 0px; 
}

.property-panel h4 a{
    width:100%;
}

.property-panel h4:after{
    font-family: "fontawesome";
    content: "\f106";
    position: relative;
    float: right;
    margin-right: 0px      
}

.property-panel a:hover{
    text-decoration:none;
}

.property-panel h4:hover{

    color:#BD1427;
}

.property-panel h4:hover :after{
    color:#BD1427;
}

.property-panel .carusel_closed:after{
    font-family: "fontawesome";
    content: "\f107";
    position: relative;
    float: right;  
}

.property-panel h4 a:hover{
    text-decoration: none;
}

.property-panel .panel-body{
    padding: 0px 30px 30px;
}

.listing_detail {
    padding: 3px 0px;
}

.single-estate_property .listing_detail {
    padding: 0px 10px 7px 0px;
    min-height: 31px;
}
.single-estate_property .listing_detail strong{
    color: #3a4659;
}

.wpestate_estate_property_details_section i,
.property-panel i{
    margin-right: 10px;
    color:#5B6E8C;
}

.wpestate_estate_property_details_section i.fa-check,
.property-panel i.fa-check, #tab_prpg i.fa-check{
    color:#BD1427;
}

.listing-content .agent_contanct_form{
    margin-left: 0px;   
    float:left;
    width:100%;
}

.single-estate_property .listing-content .agent_contanct_form {
    padding: 0px 30px 30px 30px;
    background-color: #fff;
}

.listing-content .agent_picture{
    padding-left: 0px;
}

.agent_content,
.agentpic-wrapper{
    padding-left: 0px;
}

.notice_area{
    width: 100%;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    height: 77px;
    margin-bottom:30px;
    position:relative;
    margin-top: 15px;
}

.property_categs{
    float: left;
    font-size: 15px;
    margin-top: 14px;
    margin-bottom: 3px;
}

#add_favorites{
    position: absolute;
    top:15px;
    right: 0px;
    font-size: 13px;
    cursor: pointer;
}

.isnotfavorite{
    background-color: #8593a9;
    color: #fff;
    padding: 0px 5px;
}

#add_favorites.isfavorite:hover,
#add_favorites:hover{
    background-color: #28556A;
    color:#fff;
    padding: 0px 5px;
}

#add_favorites.isfavorite{
    background-color: #28556A;
    color: #fff;
    padding: 0px 5px;
    border-radius: 3px;
}

.prop_social{
    position: absolute;
    top:43px;
    right: 0px; 
    color: #8593a9;
}

.no_views{
    float:left;
    font-size: 15px;
}
.no_views i{
    margin-right: 5px;
}

.prop_social i{
    font-size: 17px;
    margin-left: 13px;
    display: inline;
    color: #8593a9;
}

.prop_social a{
    color: #8593a9;
    text-decoration: none;
    padding: 3px 0px 0px 0px;
    height: 30px;
    margin-left: 2px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 1.3333333333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.prop_social a:hover{ 
    text-decoration: none;
}

.share_facebook:hover{
    color: #3B5998!important;
}

.share_tweet:hover{
    color: #00CFFE!important;
}

.share_google:hover{
    color: #D63E30!important;
}

.share_pinterest:hover{
    color: #B61D23!important;
}

.price_area{
    color: #f1bf7f;
    font-size: 30px;
    padding: 8px 0px 0px 0px;
    float: right;
    font-weight: 600;
    letter-spacing: -1px;
}

.pricelabel{
    float: left; 
    font-size: 15px;
    padding: 14px 0px 3px 7px;
}

.adres_area{
    clear:both;
    float:left;
    font-size: 15px;
}

.agent_listings_title_similar{
    padding-left: 15px;
    letter-spacing: -1px;
}

#slider_enable_map{
    width:45px;
    height: 45px;
    position: absolute;
    top:13px;
    left:13px;
    background-color: #3a4659;
    border-radius: 3px;
    z-index:2;
    cursor: pointer;
    padding: 12px 16px;
}

#slider_enable_street{
    width:45px;
    height: 45px;
    position: absolute;
    top:13px;
    left:63px;
    background-color: #3a4659;
    border-radius: 3px;
    z-index:2;
    cursor: pointer;
    padding: 12px 12px;
}

#slider_enable_slider{
    width:45px;
    height: 45px;
    position: absolute;
    top:13px;
    left:113px;
    background-color: #3a4659;
    border-radius: 3px;
    z-index:2;
    cursor: pointer;
    padding: 12px 10px;
}

.no_stret {
    left:63px!important; 
}

#slider_enable_map i,
#slider_enable_street i,
#slider_enable_slider i{
    color:#fff;
    font-size:23px;
}

#slider_enable_map:hover,
#slider_enable_street:hover,
#slider_enable_slider:hover{
    background-color:#BD1427;
}

#slider_enable_slider.slideron,
#slider_enable_street.slideron,
#slider_enable_map.slideron{
    background-color:#BD1427;
}


/*=property page gallery*/

.gallery_wrapper{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}


.imagebody_new .image_gallery {
    border-bottom: 1px solid #f1f3f7;
    border-right: 1px solid #f1f3f7;
}


.col-md-8.image_gallery {
    border-bottom: 6px solid #f5f8fa;
  
}
.image_gallery {
    min-height: 160px;
    border-bottom: 6px solid #f0f0f0;
    border-right: 6px solid #f0f0f0;
    background-size: cover;
    background-position: 50% 50%;
    cursor:pointer;
}

.col-md-8.image_gallery{
    min-height: 320px;
}

.image_gallery.last_gallery_item {
    margin-bottom: 20px;
}

.special_border{
    border-top: 6px solid #f0f0f0;
    border-left: 6px solid #f0f0f0;
}

.special_border_top{
    border-top: 6px solid #f0f0f0;
}

.special_border_left{
    border-left: 6px solid #f0f0f0;
}
.img_listings_overlay_last {
    background-color: #20c063;
    opacity: 0.4;
}

.img_listings_overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 9;
    width: 100%;
    cursor: pointer;
    height: 100%;
    background-color: #444;
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.img_listings_overlay:hover {
    opacity: 0.3;
    background-color: #3a4659;
}
.img_listings_overlay_last {
    background-color: #3a4659;
    opacity: 0.4;
}
.img_listings_mes {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    color: #fff;
    z-index: 10;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    pointer-events: none;
    right: 50%;
    width: 200px;
    text-align: center;
    margin-right: -100px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*=property page tab 1.10*/

#tab_prpg ul{
    margin:0px;
    background-color: #28556A;
    border: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#tab_prpg .tab-pane ul{
    background-color: transparent;
    margin-left:20px;
}

#tab_prpg .tab-pane li:first-of-type,
#tab_prpg .tab-pane li{
    color: #768082;
    border: none;
}

#tab_prpg li{
    background:transparent;
    color:#fff;
    border:none;
    border-radius:0px;
    font-size:15px;
    margin-bottom:0px;
    border-right:1px solid #3D89B2;
    width: 20%;
}

#tab_prpg li:first-of-type{
    border-top-left-radius: 4px;
    border-top-left-radius: 0px;
    border-left: 1px solid #f0f0f0;
}

#tab_prpg li a{
    color:#fff;
    padding: 11px 30px;
}

#tab_prpg .nav-tabs > li > a {
    margin-right: 0px;
    height: 45px;
    text-align: center;
}

#tab_prpg li.active{
    background-color:#f0f0f0;
    border-top: 1px solid #f0f0f0;
    margin-top: -1px;
}

#tab_prpg .active a{
    color:#3a4659;
    border:none;
    font-weight: 600;
}

.walk_details a{
    background-color:#f0f0f0;
}

#tab_prpg li a:hover{
    color:#3a4659;
    background-color:#f0f0f0;
    border-radius: 0px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    height: 45px;
}

#tab_prpg .tab-pane{
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding: 30px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #fff;
}

#tab_prpg li a{
    transition:none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}
#tab_prpg i {
    margin-right: 10px;
}

.tab-content .row.class-energy {
    margin: 0px;
}

.walk_details img{
    display: inline-block;
    float: left;
}

.walk_details {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.walk_details span{
    display: inline-block;
    margin-left: 10px;
    margin-top: 1px;
    float: left;
    font-size:14px;
}
.walk_details  a{
    background-color:  #f0f0f0;
    padding: 1px 3px;
    font-size:13px;
    margin-left: 5px;
}

/* =Single Agent
----------------------------------------------- */
.single-agent{
margin-bottom: 0px;  
}

.entry-title-agent {
    margin:0px 0px 0px 0px;
    font-weight: 600;
}

.agent_meta{
    font-size: 13px;
    line-height: 22px;
    width: 100%;
    margin: 0px 10px 15px 0px;
    color: #8593a9;
}

.agent_meta a{
    color: #8593a9;
}

.agent_details h3{
    line-height: 22px;
    margin-bottom: 3px;
    font-size: 16px;
    padding-left: 13px;
}

.agent_unit_social_single {
    bottom: 0px;
    height: 5px;
    font-size: 20px;
    background-color: #FFF;
    width: 100%;
    padding: 11px 0px 0px 11px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    z-index: 10;
    position: relative;
    display:none;
	}

.agent_unit_social_single a {
    color: #D7D8DD;
    margin-right: 15px;
}

.agent_unit_social_single a:hover{
    color:#BD1427;                    
}

.mydetails{
    background-color: #f0f0f0;
    height: 40px;
    padding: 8px 0px 8px 15px;
    font-size: 16px;
    margin-top: 15px;
	margin-bottom: 25px;
    color: #3a4659;
    font-weight: 600;
}



.agent_pos{
    margin-bottom: 9px;
    padding-left: 13px;
    color:#8593a9;
}

.single-agent .agent_detail{
    margin: 0px 0px 2px 0px;
    font-size: 13px;
    padding-left: 13px;
}

.agent_details{
    min-height: 100px;
    padding-right: 0px;
}

.agentpict{
    width: 60px;
    height: 60px;
    float: left;
    background-size: cover;
    margin-right: 10px;
    border-radius: 100%;
}
.container_agent .col-md-5.agentpic-wrapper,
.container_agent .col-md-7.agent_details{
    width:50%;
}

.col-md-12 .container_agent .col-md-5.agentpic-wrapper{
    width:40%;
}
.col-md-12 .container_agent .col-md-7.agent_details{
    width:60%;
}

.agent_contanct_form,
.agent_content {
    margin: 0px 0px 0px 0px;
    float: left;
    padding: 30px;
    
    z-index: 99;
    position: relative;
}

.single-estate_agent .agent_content{
    padding-bottom: 0px;
    padding-top: 0px;
}

.single-estate_agent .agent_contanct_form {
    margin-bottom: 0px
}

.social-agent-page{
    font-size: 20px;
    position: absolute;
    bottom: 0px;
}

.social-agent-page a{
    margin-right: 10px; 
    color:#768082
}

.agent_contanct_form{
    margin-bottom: 30px;
    float: left;
    position: relative;
/*    z-index: 100;*/
    width: 100%;
    z-index: auto;
}

.agent_contanct_form_sidebar .agent_contanct_form{
    float: left;
    width: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    background-color: #ffffff;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 30px;
    margin-top: 30px;
}

.agent_contanct_form_sidebar #agent_contact_name,
.agent_contanct_form_sidebar #agent_user_email, 
.agent_contanct_form_sidebar #agent_phone,
.agent_contanct_form_sidebar #agent_comment{
    width: 100%;
    margin-right: 13px;
    float: left;
    box-shadow: none;
    -webkit-box-shadow:none;
}

.agent_contanct_form_sidebar #agent_submit{
    width:100%;
}

.agent_contanct_form_sidebar .alert-message:empty {
    margin-top: 13px;
}

.agent_contanct_form_sidebar #schedule_meeting {
    width: 100%;
    margin-left: 0px;
    padding-left: 10px;
}
/*
.agent_contanct_form_sidebar #show_contact{
    width: 100%;
    padding: 15px 0px 0px 0px;
    font-size: 16px;
    color: #434953;
    background-color: #fdfdfd;
}
*/
.agent_contanct_form_sidebar #show_contact {
    padding: 0px 15px 0px 15px;
    margin: 0px -13px;
    font-size: 16px;
    /* color: #434953; */
    width: auto;
    /* width: 100%; */
    float: none;
    margin-bottom: 15px;
}

.agent_contanct_form_sidebar .alert-message {
    margin-top: 13px;
    float: left;
    width: 100%;
    margin-bottom: 13px;
}

.agent_contanct_form_sidebar #schedule_day, 
.agent_contanct_form_sidebar #schedule_hour {
     margin-top: 0px; 
}

#schedule_hour {
    padding-left: 4px;
}

.agent_contanct_form_sidebar .alert-message:empty {
    padding: 0px;
    margin-bottom:0px;
}

.agent_contanct_form_sidebar .schedule_wrapper .col-md-6{
    width:100%;
} 

.agent_contanct_form_sidebar .message_submit{
    width:100%;
    margin-top: 13px;
    margin-bottom: 10px
}

.page-template-contact_page .message_submit,
.page-template-contact_page .message_explaining{
    display:none
}


#footer-contact-form input[type=text], 
#footer-contact-form input[type=password],
#footer-contact-form input[type=email], 
#footer-contact-form input[type=url], 
#footer-contact-form input[type=number],
#footer-contact-form textarea,
#comments input[type=text], 
#comments input[type=password],
#comments input[type=email], 
#comments input[type=url], 
#comments input[type=number],
#comments textarea,
.agent_contanct_form input[type=text], 
.agent_contanct_form input[type=password],
.agent_contanct_form input[type=email], 
.agent_contanct_form input[type=url], 
.agent_contanct_form input[type=number],
.agent_contanct_form textarea{
}

#agent_contact_name,
#agent_user_email,
#agent_phone{
    width: 32.11%;
    margin-right: 13px;
    float: left;
}

.page-template-contact_page .col-md-12 #agent_contact_name, 
.page-template-contact_page .col-md-12 #agent_user_email, 
.page-template-contact_page .col-md-12 #agent_phone {
    width: 32.5%;
}


#agent_phone{
    margin-right: 0px;
}


.agent_listings_title{
    padding-left: 15px;
}


#agent_submit{
    margin-bottom: 0px;
    margin-right:15px;
}

#agent_submit:hover{
    background-color: #33353A!important;
}

.agentpic-wrapper{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.agent-listing-img-wrapper{
    width:100%;
    position:relative;
    cursor:pointer;
}

.agentpic-wrapper .listing-cover{
    top: 0px;
    width: 100%;
    height: 100%;
}

.agentpic-wrapper .listing-cover-title{
    z-index: 11;
    top: 45%;
    right: 0;
    left: 0;
    text-align: center;
    opacity: 0;
}

.agentpic-wrapper .listing-cover-title a{
    font-size:18px;
}

.agentpic-wrapper:hover .listing-cover{
    opacity:1;
}

.agentpic-wrapper:hover .listing-cover-title{
    opacity:1;
}

.pagination_agent{
    margin-left: 15px;   
}

/*=Comments
---------------------------------------------------*/
#comments{
    font-size: 13px;
    line-height: 22px;
    padding: 30px;
    font-size: 13px;
    line-height: 22px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    background: #fff;
}

#comments:empty{
    display:none;
}

#comments ul{
    list-style: none;
    margin:0px;
}

.comment {
    padding-bottom: 16px;
    min-height: 113px;
    margin-bottom: 2px;
}

div.comment {
    border-bottom:1px solid #f0f0f0;
}

.pingback {
    margin: 0px 0px 13px 0px;
}

.comment .blog_author_image {
    width: 55px;
    height: 55px;
    border-radius: 3px;
    display: inline;
    float: left;
    margin: 0px 13px 13px 0px;
}

.comment-reply-link{
    margin-top: 67px;
    float: left;
    background-color: #7F8C8D!important;
    border-bottom: 3px solid #687373!important;
    color: #ffffff!important;
    padding: 0px;
    text-align:center;
    font-size:13px;
    width:55px;
    border-radius:3px;
}

.comment-reply-link:hover{
    text-decoration:none;
    background-color: #687373!important;
}

.comment-content{
    padding-left: 65px;
}

.post pingback{
    margin-bottom:5px;
}

.comment_name{
    font-size: 16px;
    color: #3a4659;
    line-height:1.3em;
}
.comment_name a {
    font-size: 16px;
    color: #3a4659;
    line-height: 1.3em;
}

.edit-link{
    margin-left: 5px;
    float:right;
}

.comment_date{
    color:#8593a9;
    font-size: 12px;
}


.form-allowed-tags{
    white-space: normal;
}

.commentlist .children{
    padding: 17px 0px 0px 37px;
    margin-left: 0px!important;
    padding-left: 67px;

}

.comment-notes{
    margin-bottom:5px;
}

.comment-form-url,
.comment-form-email, 
.comment-form-author {
    width: 32%;
    margin-right: 13px;
    float: left;
}
#comment{
    padding-left:10px;
}
.comment-form-url{
    margin-right: 0px; 
}

.comment-content p{
    padding-top:5px;
}

#comments .commentlist  > li:last-child .comment {

}

/*=Sidebar
--------------------------------------------------*/


#colophon ul,
#primary ul{
    list-style: none;
    margin: 0px;
}

.menu-footer-container ul{
    float:left;
    width:100%;
}

.top_bar .xoxo{
    margin:0px;
}

.widget-container.boxed_widget .wd_user_menu,
.widget-container.boxed_widget form{
    display: inline-block;
}

.widget-title-sidebar{
    font-size: 17px; 
    line-height: 26px; 
    color:#434953;
    margin:  0px 0px 15px 0px;
    font-weight: 600;
}

.widget-title-sidebar_blank{
    height:13px;
    width:100%;
}

.widget-container{
    margin-bottom: 30px;
    
}

.single-content .widget {
    padding: 30px;
    border: 1px solid #fff;
}

#primary .widget-container {
    clear:both;
    background: #fff;
    padding: 30px;
    border: 1px solid #fff;
}

#primary .latest_listings.list_type {
    float: left;
    clear:both;
    background: #fff;
    padding: 0px 30px 30px 30px;
    border: 1px solid #fff;
    border-top: 0px;
}

#primary .latest_listings{
    border: 1px solid #fff;
    border-top: 0px;
}

#primary .widget-container.latest_listings .widget-title-sidebar {
    padding: 30px 30px 15px 30px;
    background: #fff;
    margin-bottom: 0px;
    border: 1px solid #fff;
    border-bottom: 0px;
}

.page-template-front_property_submit .navigation_container,
.advanced_search_shortcode,
.membership_package_product,
.contact-wrapper,
.developer_contact_wrapper,
.agency_contact_wrapper,
.property_reviews_wrapper,
.agency_contact_container_wrapper,
.agency_content_wrapper,
.submit_property_front_wrapper,
.directory_sidebar_wrapper,
.places_wrapper_type_2,
.featured_property ,
.agency_unit,
#comments,
.single-blog,
#content_container .container_agent,
.listing_wrapper .property_listing,
.listing_wrapper .agent_unit,
.tab-pane,
.nav.nav-tabs,
.agent_contanct_form,
.agent_content,
.wpestate_agent_details_wrapper,
.wpestate_property_description,
.multi_units_wrapper,
.property-panel,
#primary .widget-container,
.user_role_unit,
.testimonial-slider-container .testimonial-container.type_class_3,
.estate_places_slider.slick-initialized.slick-slider,
.google_map_shortcode_wrapper,
.testimonial-container.type_class_1 .testimonial-text,
.blog_unit{
    box-shadow: 0 5px 15px rgba(0,0,0,.01);
}

.single-estate_property .wpestate_agent_details_wrapper {
    box-shadow: none;
}

.container_agent{
    float:left;
    margin-bottom: 30px;
}

.container_agent .wpestate_agent_details_wrapper,
.container_agent .agent_content ,
.container_agent .agent_contanct_form {
    box-shadow:none;
}


#primary .widget-container form{
    display:inline-block;
    width: 100%;
}

.widget li,
.widget-container li{
    font-size:13px;
    width:100%;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 11px;
    padding-bottom: 11px;
}

.list_sidebar_currency li{
    margin-bottom: 0px;
}

.children {
    padding: 13px 0px 0px 13px;
}

.children li:last-of-type{
    border: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.widget li a,
.widget-area-sidebar li a{
    font-size:14px;
    line-height: 22px; 
}

.widget_nav_menu li:before,
.widget_pages li:before,
.widget_rss li:before,
.widget_text li:before,
.widget_recent_entries li:before{
    content: "\f105";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: block;
    float: left;
    text-decoration: inherit;
    font-size: 13px;
    margin: 5px 13px 0px 0px;
    line-height: 14px;
}

.widget_recent_comments li:before{
    content: "\f0e5";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: block;
    float: left;
    text-decoration: inherit;
    font-size: 13px;
    margin: 5px 13px 0px 1px;
}

.widget_text li:before{
    content: "";
    margin:0px;
}

.widget_archive li:before{
    content: "\f133";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: block;
    float: left;
    text-decoration: inherit;
    font-size: 13px;
    margin: 5px 13px 0px 1px;
}

.widget_meta li:before{
    content: "\f013";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: block;
    float: left;
    text-decoration: inherit;
    font-size: 13px;
    margin: 5px 13px 0px 1px;
}

.widget_categories li:before{
    content: "\f114";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: block;
    float: left;
    text-decoration: inherit;
    font-size: 13px;
    margin: 5px 13px 0px 1px;
}

.widget  li:before{
    margin-top: 1px;
}

#colophon .widget_recent_comments li:before,
#colophon .widget_pages li:before,
#colophon .widget_rss li:before,
#colophon .widget_text li:before,
#colophon .widget_recent_entries li:before,
#colophon .widget_categories li:before,
#colophon .widget_meta li:before,
#colophon .widget_archive li:before,
#colophon .widget_recent_comments li:before{
    margin-top:4px;
}

.widget-area-sidebar li a:hover{
    text-decoration: none;
}

.sidebar_filter_menu{
    margin-top:1px;
    position: relative;
    font-size: 13px;
    padding: 10px 12px;
}

.form-control.open .sidebar_filter_menu{
    color:#BD1427;
}

.widget-container.measurement_unit_widget li {
    margin-bottom: 0px;
}
 #colophon .widget-container.multiple_currency_widget li,
 #colophon .widget-container.measurement_unit_widget li{
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 0px;
}

.caret_sidebar{
    position: absolute;
    right: 12px;
    top: 16px;
    border:none;
}

._4s7c {
    border: 1px solid #fff000!important;
    border-top-color: #fff000!important;
}

/*=social_sidebar_internal
-------------------------------------------------*/

.social_sidebar_internal img{
    margin: 0px 9px 9px 0px;
    width: 40px;
}

.top_bar .social_sidebar{
    margin-bottom: 0px;
}

#colophon .social_sidebar_internal a,
#primary .social_sidebar_internal a {
    width: 41px;
    height: 41px;
    padding: 11px 0px;
    background-color: #f0f0f0;
    margin: 0px 10px 10px 0px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius:3px;
}

#colophon .social_sidebar_internal a{
    background-color: #323840;
}


#colophon .social_sidebar_internal a:hover,
#primary .social_sidebar_internal a:hover {
    background-color: #28556A;
    color: #fff;
}

#colophon .social_sidebar_internal i,
#primary .social_sidebar_internal i {
    font-size: 19px;
    color: #a6b3bb;
}

#colophon .social_sidebar_internal a:hover i,
#primary .social_sidebar_internal a:hover i{
    color: #fff;
}

#colophon .social_sidebar_internal a:hover{
    color:#fff;
}

/*=social top bar
-------------------------------------------------*/
.social-rss,
.social-facebook,
.social-twitter,
.social-dribbble,
.social-google,
.social-linkedIn,
.social-blogger,
.social-tumblr,
.social-pinterest,
.social-yahoo,
.social-youtube,
.social-vimeo,
.social-instagram,
.social-foursquare{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
}

.social-rss:before{
    content:"\f09e";
}

.social-facebook:before{
    content:"\f09a";
}

.social-twitter:before{
    content:"\f099";
}

.social-dribbble:before{
    content:"\f17d";
}

.social-google:before{
    content:"\f0d5";
}

.social-linkedIn:before{
    content:"\f0e1";
}

.social-tumblr:before{
    content:"\f173";
}

.social-pinterest:before{
    content:"\f0d2";
}

.social-youtube:before{
    content:"\f167";
}

.social-vimeo:before{
    content:"\f194";
}

.social-foursquare:before{
    content:"\f180";
}

.social-instagram:before{
    content:"\f16d";
}


/*=Zillow WIdget
------------------------------------------------*/
.zillow_widget{
    width: 100%;
/*    border-radius: 3px;*/
    background-color:#fdfdfd;
    clear:both;
}

.zillow-wrapper{
    display: inline-block;
    width: 100%;
}

.zillow-price{
    color: #28556A;
}

.zillowlogo{
    margin-bottom: 13px;
}
/* =Custom Menu widget
------------------------------------------------*/
.widget_nav_menu .sub-menu{
    padding:10px 0px 0px 18px;
}

.widget_nav_menu .sub-menu li:last-of-type{
    border:none;
    margin-bottom:0px;
    padding-bottom: 0px;
}

.widget_nav_menu .sub-menu .menu-item-has-children >a:after {
    content: "";
    width:0px;
}

.widget_nav_menu  .sub-menu li:hover {
    background-color:#fff;
    color: #28556A;
}

.widget_nav_menu .sub-menu li:hover a {
    color: #28556A;
}

/* =Twitter Widget 
------------------------------------------------*/

#primary .widget-container.twitter_wrapper{
    background-color: #28556A;
    border:none;
}

.twitter_wrapper{
    background-color: #28556A;
/*    border-radius: 3px;*/
    color:#fff;
    padding: 21px 13px 0px 13px;
    height: 250px;
    position: relative;
    font-size: 13px;
    line-height: 22px;
    display: inline-block;
   /* max-width: 255px;*/
    width: 100%;
}

.wpestate_tweet_icon{
    color: #fff;
    font-size: 49px;
    margin: 0px auto;
    margin-bottom: 13px;
    width: 50px;
}

.twitter_wrapper a{
    color:#fff!important;
}

.twitter_wrapper li{
    border:none;
    color:#fff;
}

#colophon .twitter_wrapper li a,
.twitter_wrapper li a{
    color:#fff!important;
    font-weight: bold;
}

.twitter_time{
    font-weight: normal!important;
}

#sidebar_twiter_widget{

}

.tweet_circle{
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline;
    float: left;
    margin-left: 10px;
    cursor: pointer;
}

#tw_control{
    display: block;
    position: absolute;
    bottom: 0px;
}

#tw_control li{
    border: 1px solid #fff;
    width: 12px;
    height: 12px;
    margin: 0px;
    margin-left: 12px;  
}

.wpestate_recent_tweets .item{
    height:140px;
}

.presenttw{
    background-color: #28556A;
    border:1px solid #fff;
}

#colophon .twitter_wrapper a{
    color: #fff;
}

#colophon #tw_control li{
    border: 1px solid #fff;
}

/* =Search Widget 
------------------------------------------------*/
.widget_search .form-control{
    margin-right: 5px;
    float: left;
    width: 100%;
    min-width: auto;
}

#submit-form{
    margin-bottom: 0px!important;
    width: 100%;
    min-width:90px;
 
}

.searchform #submit-form{
    width:auto;  
    margin-left:13px;
}
#s,
.searchform .field{
    float:left;
}
.searchform{
    margin-left:15px;   
}

/* =textwidget  
------------------------------------------------*/
.textwidget{
    font-size: 13px;
    line-height: 22px;
}

.textwidget p{
    margin-bottom: 13px;
}

.top_bar .textwidget{
    margin-right:13px;   
}

/* =Tagcloud 
------------------------------------------------*/
.tagcloud a{
    margin: 0px 10px 10px 0px;
}

/* =Calendar Widget 
------------------------------------------------*/
#calendar_wrap{
    border: 1px solid #f0f0f0;
    padding-top: 13px;
    border-radius: 3px;
    background:#fdfdfd;
}

.widget_calendar #wp-calendar {
    color: #555;
    width: 100%;
    text-align: center;
}

.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
    text-align: center;
}

table tbody tr td {
    color: #333;
    padding: 5px 6px;
    vertical-align: top;

}

#calendar_wrap table{
    border: none;
    margin-bottom: 0px;
}

#calendar_wrap table td, table tr{
    border:none;
}

.widget_calendar #wp-calendar caption {
    font-size: 12px;
    font-weight: 500;
    padding: 0px 0 13px 0;
}

.widget_calendar #wp-calendar th {
    background: #f4f4f4;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    padding: 6px 0px;
}

.widget_calendar #wp-calendar tfoot td {
    background: #f4f4f4;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 6px 0px;
}


#colophon #calendar_wrap{
    background-color: #fff;
}

.widget_calendar #wp-calendar th {
    padding: 13px 0px;
}

.widget_calendar #wp-calendar tfoot td {
    padding: 10px 0px;
}


/*=Contact Sidebar
------------------------------------------------*/
.widget-container.widget_tag_cloud,
.widget-container.widget_search,
.widget-container.contact_sidebar{
    /* float:left;*/
    width:100%;
}

.contact_sidebar_wrap p{
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 4px;
    padding-bottom: 4px;
}

.contact_sidebar_wrap i{
    margin-right: 13px;
    width: 13px;
}

/*=Latest listings
------------------------------------------------*/
.widget-container.latest_listings{
    float: left;
    width: 100%;
    position: relative;
}



.widget-container.latest_listings .owl-carousel .owl-item .item {
    min-height: 100%;
    width: 100%;
    height: 100%;
    padding: 0px; 
}

.widget-container.latest_listings .owl-carousel .owl-item {
    float: left;
    position: relative;
    height: auto;
}
.widget-container .latest_listings .featured_title {
    position: relative;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}


.widget-container.latest_listings .owl-controls {
    position: absolute;
    width: 100%;
    top: 50%;
    height: 45px;
    top: 50%;
    margin-top: -21px;
}


.widget_latest_internal{
    margin-bottom: 13px;
    width: 100%;
    height: auto;
    min-height: 70px;
    float: left;
}

.widget_latest_internal:last-of-type{
    margin-bottom: 0px;
}

.widget_latest_internal img{
    vertical-align: top;
    display: inline;
    float: left;
    width: 100%;
    height: auto;
}

.widget_latest_internal .listing-cover{
    height:100%;
    border-radius: 3px;
}

.widget_latest_internal .listing-cover-plus{
    color: #fdfdfd;
    font-size: 25px;
    height: 27px;
    width: 27px;
    top: 50%;
    left: 50%;
    margin: -12px 0px 0px -13px;
    border-radius: 3px;
    padding: 0px 0px 0px 1px;
    line-height: 27px;
    text-align: center;
}

.widget_latest_internal:hover .listing-cover,
.widget_latest_internal:hover .listing-cover-plus,
.featured_sidebar:hover .listing-cover{
    opacity:1;
}

.listing_name{
    display: inline;
    margin-left: 0px;
    float: left;
    line-height: 20px;
    position: relative;
    width: 60%;
    padding-left: 13px;
}

.no_post_th{
    margin-left: 0px;
}

.widget_latest_title{
    color:#3e454d;
    font-weight: 600;
}

.widget_latest_listing_image{
    position: relative;
    float: left;
    max-width: 40%;
    background: #000;
    overflow: hidden;
    border-radius: 3px;
}

#colophon .widget_latest_title{
    color:#72777F;
}

.widget_latest_title a{
    line-height:1.3em!important;
}

.widget_latest_price{
    display: block;
    margin-top: 3px;
    font-size: 13px;
    color:#E0C67F;
}

.widget-container.latest_listings .owl-buttons {
    opacity: 0.9;
}
.widget-container.latest_listings .owl-next {
    float: right;
}

.widget-container.latest_listings .owl-prev {
    float: left;
}

.widget-container.latest_listings .owl-theme .owl-controls .owl-buttons div {
    margin: 0px;
    padding: 0px 0px;
    font-size: 30px;
}

/*=featured_sidebar
------------------------------------------------*/
.featured_sidebar{
    width:100%;
    position: relative;
    overflow: hidden;
    clear:both;
}



#primary .widget-container.latest_listings,
#primary .widget-container.featured_sidebar{
    background: transparent!important;
    padding: 0px;
    border:none;
}

.featured_sidebar_intern{
    position: relative;
   /* max-width: 260px;*/
}

.featured_sidebar_intern a{
    margin: 0px;
    padding: 0px;
}

.featured_title{
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #3a4659;
    color: #fff;
    padding: 9px 15px;
    opacity: 0.95;
    width: 100%;
}

.featured_title a{
    font-size: 16px!important;
    color:#fff!important;   
}

#colophon .featured_title a{
    line-height:22px;
}

.featured_second_line{
    position: absolute;
    left: 0px;
    bottom: 40px;
    padding: 9px 15px;
    background-color: #28556A;
    font-size: 13px;
    color: #fff;
    opacity: 0.95;
}

.featured_widget_image{
    position :relative;
    cursor:pointer;
    background: #000;
}

.related_blog_unit_image img,
.widget_latest_listing_image img,
.agent-unit-img-wrapper img,
.featured_widget_image img{
    width:100%;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
        -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

.featured_sidebar .listing-cover{
    height: 100%;
}

.featured_sidebar .listing-cover-plus{
    top:50%;
}

.featured_sidebar:hover .listing-cover-plus{
    opacity:1;  
    top:50%;
}

/*=advanced_search_shortcode
------------------------------------------------*/
.advanced_search_shortcode{
    width: 100%;
    font-size: 13px;
    background-color: #ffffff;
    padding: 20px 13px;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    float: left;
}

.advanced_search_shortcode .form-control{
    font-size:13px;
    width:100%;
    display: inline;
    float:left;
}

#advanced_submit_shorcode{
    margin-top:0px;
    margin-bottom:0px!important;
    color:#ffffff;
    float: left;
    width:100%;
}

.vc_span6 #advanced_submit_shorcode{
    margin-top:0px;
}

.advanced_search_shortcode input{
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 13px!important;
}

.advanced_search_shortcode .filter_menu_trigger{
    margin-top: 0px;
    padding: 11px 13px;
}

.adv_shortcode_input{
    display:inline;
}

.advanced_search_shortcode  .dropdown-menu{
    left: 0px;
}

.advanced_search_shortcode .filter_menu{
    margin-top:1px;
    margin-left: 0px;
    width:100%;
    padding-bottom:0px;
    overflow-x: hidden;
}

.advanced_search_shortcode .filter_menu li{
    min-width: 168px;
    padding-top:10px;
}


/*=advanced_search_sidebar
------------------------------------------------*/
.advanced_search_sidebar{
    width: 100%;
    border: 1px solid #fff;
    /*border-radius: 3px;*/
    /* -webkit-box-shadow: 0px 2px 0px 0px rgba(227, 228, 231, 1); */
    /* box-shadow: 0px 2px 0px 0px rgba(227, 228, 231, 1); */
    background-color: #fdfdfd;
}

.advanced_search_sidebar .widget-title-footer,
.advanced_search_sidebar .widget-title-sidebar{
    color:#434953;
}

.advanced_search_sidebar .widget-title-sidebar{
/*    background-color: #ffffff;*/
} 


.advanced_search_sidebar .btn{
    margin:0px auto;
    display: block;
}


/*=mortgage_calculator
------------------------------------------------*/
.mortgage_calculator_li{
    width:100%;
    display: inline-block;
    padding-bottom: 13px;
    background-color: #fdfdfd;
/*    border-radius: 3px;   */
}

.mortgage_calculator_div{
    width:100%;
    height:404px;
    border: 1px solid #dde4e9;
    border-radius: 3px;
    background:#fdfdfd;
    float:left;
}


.mortgage_calculator_div .btn {
    margin: 0px auto;
    display: block;
    width: 146px;
}

#colophon .menu > li {
    height: 100%;
}

#colophon .mortgage_calculator_div{
    background-color: #fff;
}

#morg_results {
    float: left;
    margin: 0px;
    font-size: 14px;
    display: none;
}

#morg_results span{
    float: left;
    margin: 6px 0px;
    font-size: 14px;
    width: 100%;
}

#anual_pay{
    margin-bottom: 13px!important;
}

#morg_compute{
    float:left;
}



/* =Comapare page
----------------------------------------------- */
#submit_compare{
    cursor: pointer;
    height: 58px;
    padding: 0px 19px 0px 19px;
    min-width: 1px!important;
    margin-bottom: 0px;
}



/*=Google Maps
-------------------------------------------------------------------------------------*/
#gmap_wrapper{
    position:relative;
    transition: height 0.3s ease;
}

#googleMap{
    width:100%;
    transition: height 0.3s ease;
}

#google_map_prop_list_wrapper{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 35%;
    top: 130px;
    background-color: #fff;
}

.has_header_type4 #google_map_prop_list_wrapper {
    padding-left: 270px;
}

.has_header_type4.cheader_right  #google_map_prop_list_wrapper {
    margin-left:-270px;
}

.has_header_type4.cheader_right #google_map_prop_list_sidebar{
    right:270px;
}

#google_map_prop_list_wrapper.fullscreen{
    width: 100%;
    top: 0px;
    height:100%;
    z-index: 999;
}

#google_map_prop_list_sidebar.fullscreen{
    display:none;
}

#google_map_prop_list_wrapper.fullhalf{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    top: 0px;
    height: 100%;
}

#google_map_prop_list_wrapper #gmap_wrapper,
#google_map_prop_list_wrapper #googleMap{
    height:100%!important;
}

.admin-bar #google_map_prop_list_wrapper,
.admin-bar #google_map_prop_list_sidebar{
    margin-top:32px;
}
.admin-bar .has_header_type5 #google_map_prop_list_wrapper,
.admin-bar .has_header_type5 #google_map_prop_list_sidebar{
    top: 190px;
    margin-top: 0px;
}


#google_map_prop_list_sidebar.half_type2,
#google_map_prop_list_wrapper.half_type2{
    margin-top:27px;
}

.admin-bar #google_map_prop_list_sidebar.half_type2,
.admin-bar #google_map_prop_list_wrapper.half_type2{
    margin-top:119px;
}

#google_map_prop_list_wrapper.half_no_top_bar.half_type2, 
#google_map_prop_list_sidebar.half_no_top_bar.half_type2{
    top: 149px;
}

.admin-bar.has_top_bar .has_header_type2 .header_media {
    margin-top: 0px;
    padding-top: 215px;
}


.has_top_bar .has_header_type2 #google_map_prop_list_wrapper, 
.has_top_bar .has_header_type2 #google_map_prop_list_sidebar {
    margin-top: 85px;
}

.admin-bar.has_top_bar .has_header_type2 #google_map_prop_list_wrapper, 
.admin-bar.has_top_bar .has_header_type2 #google_map_prop_list_sidebar {
    margin-top: 115px;
}

.admin-bar .has_header_type2 #google_map_prop_list_wrapper, 
.admin-bar .has_header_type2 #google_map_prop_list_sidebar {
    margin-top: 59px;
}

.google_map_shortcode_wrapper{
    position: relative;
    width: 100%;
    height: 400px;
}

#googleMapSlider{
    position: absolute;
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    z-index: 1;
    display: none;
}

#googleMap_shortcode{
    width: 100%;
    height: 100%;
    min-height: 400px;
    background: #F0F0F0;
    height:400px;   
}

.scrollon{
    border:1px solid #28556A;
}

.fullmap{
    position: fixed!important;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    z-index: 98;
}

.header_full_map{
    z-index:0;
}

#openmap{
    background-color: #8593a9;
    color: #fff;
    position: absolute;
    bottom: 0px;
    right: 45px;
    /* margin-right: -17px; */
    text-align: center;
    padding: 8px 10px 8px 10px;
    font-size: 13px;
    cursor: pointer;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
/*    bottom: -29px;*/
    z-index: 1;
    pointer-events: auto;
}

.page-template-advanced_search_results .with_search_2 #openmap{
    bottom: 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#google_map_prop_list_wrapper #openmap{
    display:none;
}

#openmap i{
    margin-right: 5px;
}

.with_search_5 #openmap{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    bottom:0px;
}

#gmap-loading{
    background-color: #fff;
    color: #3a4659;
    margin: 0px auto;
    position: absolute;
    top: 20%;
    left: 35%;
    width: 300px;
    height: 150px;
    margin-left: -150px;
    text-align: center;
    padding-top: 16px;
    font-size: 27px;
    font-weight: 300;
    border-radius: 3px;
    opacity: 0.95;  
}

#gmap-noresult{
    background-color: #fff;
    color: #3a4659;
    margin: 0px auto;
    position: absolute;
    top: 20%;
    left: 35%;
    width: 280px;
    height: 78px;
    margin-left: -150px;
    text-align: center;
    padding-top: 30px;
    font-size: 20px;
    font-weight: 300;
    border-radius: 3px;
    opacity: 0.95;
    display: none;
    z-index: 99;
}

.gmap-controls{
    max-width: 1200px;
    margin: 0px auto;
    position: absolute;
    float: left;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 35%;
    margin-left: -600px;
    pointer-events:none;
}
.has_header_type4  .gmap-controls{
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

#google_map_prop_list_wrapper .gmap-controls {
    top: 0px;
    left: 0px;
    margin-left: 0px;
}
#google_map_prop_list_wrapper #gmap-control{
    right:15px;
}

.fullmap .gmap-controls{
    max-width: 100%;
    width:100%;
    left:0px;
    margin-left: 0px;
}

#street-view{
    position: absolute;
    top: 60px;
    right: 45px;
    background-color: #8593a9;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 9px 11px 0px 11px;
    border-radius: 3px;
    font-size: 13px;
    float: left;
    cursor: pointer;
    height: 40px;
    width: 119px;
    z-index:99;
    pointer-events: auto;
}

#street-view:hover{
    background-color:#3a4659;
}

#street-view i{
    font-size: 15px;
    padding: 3px 5px 0px 0px;
}

#gmap-control{
    position:absolute;
    top:15px;
    right:45px;   
    height: 40px;
    background-color: #fff;
    border-radius: 3px;
    opacity:0.95;

    pointer-events: auto;
}

.fullmap #gmap-control{
    z-index:111;
}

#gmap-control i{
    margin-right: 7px;
    margin-left: 0px;
}

#gmap-control .fa-square-o{

}

#gmap-next i{
    margin-right: 0px;
    margin-left: 7px;
}

#gmap-control span{
    color: #8593a9;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 13px 11px 0px 11px;
    font-size: 13px;
    float: left;
    cursor: pointer;
    height: 40px;  
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#gmap-control span.spanselected,
#gmap-control span:hover{
    background-color:  #3a4659;
    color: #ffffff;
}

.gmnoprint img { max-width: none!important; }

#googleMap_shortcode img,
#googleMapSlider img {
    border: none !important;
    max-width: none !important;
}

.mapcontrolon{
    background-color:#3a4659!important;
    width:150px!important;
    z-index:99;
}

#gmap-next{
    border-right:none!important;   
}

#gmapzoomplus_sh,
#gmapzoomplus{
    background-color: #fff;
    color: #8593a9;
    font-size: 16px;
    position: absolute;
    top: 15px;
    left: 45px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-weight: 300;
    padding: 8px 0px 0px 9px;
    box-sizing: border-box;
    z-index: 99;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    pointer-events: auto;
    opacity: 0.95;
}

#gmapzoomminus_sh,
#gmapzoomminus{
    background-color: #fff;
    color: #8593a9;
    font-size: 14px;
    position: absolute;
    top: 46px;
    left: 45px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-weight: 300;
    padding: 8px 0px 0px 9px;
    box-sizing: border-box;
     z-index: 99;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    pointer-events:auto;
    opacity: 0.95;
}

#google_map_prop_list_wrapper #gmapzoomminus{
    left: 15px;
}

#google_map_prop_list_wrapper #gmapzoomplus{                  
    left: 15px;
}

#gmapzoomplus_sh:hover,
#gmapzoomminus_sh:hover,
#gmapzoomplus:hover,
#gmapzoomminus:hover{
    background-color: #3a4659;
    color: #fff;
}

#gmapzoomminus.smallslidecontrol{
    left:15px;
    top:96px;
    padding-top:5px;
    display:none;
}

#gmapzoomplus.smallslidecontrol{
    top:63px;
    left:15px;
    padding-top:5px;
    display:none;
}

#gmapzoomplus_sh.shortcode_control{
    left:15px;
    padding-top:5px;
    display:block;
    top:15px;
}

#gmapzoomminus_sh.shortcode_control{
    left:15px;
    padding-top:5px;
    top:47px;
    display:block; 
}

#slider_enable_street_sh{
    background-color: #fff;
 
    font-size: 14px;
    position: absolute;
    top: 46px;
    left: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-weight: 300;
    padding: 4px 0px 0px 9px;
    box-sizing: border-box;
    z-index: 99;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    pointer-events: auto;
    top: 79px;
    display: block;
}

#google-default-search{
    top: 15px;
    width: 300px;
    position: absolute;
    left: 90px;
    pointer-events: auto;
}

#google_map_prop_list_wrapper #google-default-search {
    top: 15px;
    width: 185px;
    position: absolute;
    right: auto;
    left: 46px;
}

#google_map_prop_list_wrapper #google-default-search {
    right: auto;
    left: 52px;
}

.map-type{
    position:absolute;
    top:40px;
    left:0px;
    background-color: #8593a9;
    width:80px;
    display:none;
}
#gmap-control span.map-type{
    color:#fff;
}

#map-view-satellite{
    top:80px;
}

#map-view-hybrid{
    top:120px;
}

#map-view-terrain{
    top:160px;
}

#map img{
    max-width : none;
}
/*=Contact page
-------------------------------------------------------------------------------------*/

.contact-wrapper{
    margin: 0px 0px 30px 0px;
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px;
    line-height: 1.65em;
}

.contact_page_company_picture,
.contact_page_company_details{
    margin-bottom: 30px;
}

.contact_page_company_picture {
    padding-left: 0px;
}

.company_headline{
    width:100%;
    float:left;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 0px;
    margin-bottom: 9px;
}

.company_headline i{
    padding: 3px 0px 0px 9px;
    margin-left: 2px;
    float: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    color: #8593a9;
    transition: color 0.4s linear;
    -moz-transition: color 0.4s linear;
    -webkit-transition: color 0.4s linear;
    -o-transition: color 0.4s linear;
}

.contact-wrapper.row p{
    float: left;
}

.company_headline a:hover i{
    color:#BD1427;
}

.company_headline h3{
    float: left;
    font-size: 18px;
    margin-bottom: 9px;
}

.company_headline .header_social{
    padding: 0px 0px 0px 0px;
}

.contact_detail{
    margin-left: 0px!important;
}

.contact-content{
    margin-top: 13px;
    width: 100%;
    float: left;
}

.contact-content .agent_contanct_form{
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    margin-bottom: 0px;
}

.contact-comapany-logo{
    border-radius: 3px;
    float: left;
    margin-right: 13px;
}

#contactinfobox{
    color: #28556A;
    margin-bottom: 0px;
    margin-top: 35px;
}

.contactaddr{
    width: 100%;
    text-align: center;
    font-size: 14px!important;
    line-height:25px!important;
}

.page-template-contact_page #gmap-prev, 
.page-template-contact_page #gmap-next{
    display:none;
}


/*=Advanced Search
-------------------------------------------------------------------------------------*/
#search_wrapper{
    float:left;
    position: relative;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 99;
    background: transparent;
    height: auto;
    padding: 15px;
}

.main_wrapper.is_boxed #search_wrapper {
    width: 1200px;
}


.main_wrapper.is_boxed #search_wrapper.with_search_form_float{
    width: 1110px;
}

.single-estate_developer #search_wrapper,
.single-estate_agency #search_wrapper,
.page-template-contact_page #search_wrapper,
.page-template-contact_page #search_wrapper.search_wr_6.with_search_on_start.without_search_form_float,
.single-estate_developer #search_wrapper.search_wr_6.with_search_on_start.without_search_form_float,
.single-estate_agency #search_wrapper.search_wr_6.with_search_on_start.without_search_form_float,
.page-template-contact_page #search_wrapper.search_wr_8.with_search_on_start.without_search_form_float,
.single-estate_developer #search_wrapper.search_wr_8.with_search_on_start.without_search_form_float,
.single-estate_agency #search_wrapper.search_wr_8.with_search_on_start.without_search_form_float{                    
    padding: 0px;
}

.admin-bar #search_wrapper.sticky_adv {
    top: 32px;
}

#search_wrapper.sticky_adv{
    position: fixed;
    top: 0px;
    margin-top: 0px!important;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.7s ease;
}

#search_wrapper.with_search_form_float.sticky_adv{
    position: fixed;
    top: 0px!important;
    margin-top: 0px!important;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.7s ease;
    width:100%;
    padding: 15px;
}


#search_wrapper.search_wr_5.sticky_adv{
    padding: 0px 15px;
}

#search_wrapper.search_wr_8.sticky_adv{
    padding: 54px 0px 15px 0px;
}

#search_wrapper.search_wr_8.sticky_adv .adv8-holder .tab-content {
    padding: 13px 0px 0px 0px;
}

#search_wrapper.search_wr_8.sticky_adv .nav-tabs{
    margin-left: 7px;
}


#search_wrapper.search_wr_10.with_search_form_float.sticky_adv,
#search_wrapper.search_wr_11.with_search_form_float.sticky_adv{
    padding: 15px 0px 0px 0px;
}

#search_wrapper.sticky_adv.search_wr_6 {
    padding-top: 45px!important;
    padding-bottom: 7px;
}

.search_wr_6.sticky_adv.with_search_form_float .adv6-holder  .nav-tabs {
    left: 7px;
}

#search_wrapper.sticky_adv.search_wr_5 h3 {
    display:none;
}

#search_wrapper.with_search_form_float.sticky_adv.search_wr_4{
    padding: 0px 15px;
}

#search_wrapper.with_search_form_float.sticky_adv.search_wr_3 {
    display:none;
}

.sticky_adv_anime{
    top:-100px;
}

.sticky_adv #adv-search-header-1{
    display: none!important;
}

#search_wrapper_color{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #efefef;
}


.search_wr_3 #search_wrapper_color{
    width:414px;
    left:auto;
    right:0px;
}

#search_wrapper.with_search_form_float {
    position: absolute;
    width: 1110px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    box-shadow: 0 5px 40px rgba(0,0,0,.05);
}

#search_wrapper.page_without_search.with_search_form_float,
.search_wrapper.sticky_adv.search_wr_1.page_without_search {
    box-shadow: none;
}

.fullscreen_search{
    position: fixed!important;
    bottom: 0px;
    left:0px;
    border-bottom: none;
}

.fullscreen_search_open{
    bottom: 0px;
}

#adv-search-header-1{
    background-color: #28556A;
    height: 40px;
    margin: 0px;
    padding: 13px 15px 10px 15px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: -40px;
    left: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 15px;
    width: 228px;
    pointer-events:auto;

	}

.without_search_form_float #adv-search-header-1:after{
    content:"";
}

.with_search_on_start #adv-search-header-1{
    display:none;
}

#adv-search-header-1:after{
    content: "\f0d7";
    position:absolute;
    right: 13px;
    font-size: 17px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.adv-search-1-close #adv-search-header-1:after{
    content: "\f0d8";
}

.adv-search-1{
    position: relative;
    z-index: 1;
    max-width: 100%;
    margin: 0px auto;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    
	}




.search_wr_4.search_wrapper-close-extended.with_search_form_float#search_wrapper, 
.search_wr_1.search_wrapper-close-extended.with_search_form_float#search_wrapper {
    bottom: 0px;
    z-index: 0;
    top: auto;
}

.with_search_on_end #adv-search-header-1{
    top:-55px;
}
.with_search_on_end.with_search_form_float  #adv-search-header-1,
.with_search_on_start.with_search_form_float  #adv-search-header-1{
    top:-40px;
    display:block;
}


.adv-search-1_noz{
       z-index:0;
}

#google_map_prop_list_sidebar .adv-search-1{
    position: relative;
    width: 100%;
    bottom: 0px;
    left: auto;
    margin-left: 0px;
    border: none;
    margin-top: 0px;
    box-sizing: border-box;
    box-shadow: none;
    height: auto;
    background-color:#f9f9f9;
    padding: 15px 5px 5px 15px;
    margin-bottom: 30px;
    -webkit-transform: translate(0%,0);
    -ms-transform: translate(0%,0);
    transform: translate(0%,0%);
    ms-transform: translate(0%,0);
    z-index:99;
}

#google_map_prop_list_sidebar #adv-search-header-1{
    display:none;
    
}

#google_map_prop_list_sidebar .adv1-holder{
    width:100%;
    border:none;
}

#google_map_prop_list_sidebar #search_wrapper{
    border-bottom:none;
    background-color: #F0F0F0;
    border-bottom: 1px solid #f0f0f0;
}

#google_map_prop_list_sidebar #advanced_submit_2{
    position: relative;
    padding: 10px 10px;
    height: auto;
    width: auto;
    margin: 15px 15px 15px 22px;
    border-radius: 3px;
    font-size: 14px;
    margin-bottom: 15px!important;
    font-weight: normal;
    background-color: #28556A;
    color:#fff;
}

.with_search_form_float .adv-search-1-close-extended,
.with_search_form_float .adv-search-1-close{
    bottom: 0px;
    transform: translate(0%,100%);
    z-index:0;
}

.adv-search-3.adv-search-1-close,
.adv-search-3.adv-search-1-close-extended.adv_extended_class{
    bottom: 0px;
    transform: translate(0,0);
}

#google_map_prop_list_sidebar .adv-search-1-close-extended,
#google_map_prop_list_sidebar .adv-search-1-close{
    bottom: 0px;
    transform: translate(0,0);
}

.adv_search_internal,
.advanced_action_div,
.advanced_categ_div,
.advanced_city_div,
.advanced_area_div{
    width: 220px;
    margin-right: 26px;
    display: inline;
    float: left;
    margin-bottom: 13px;
}


#results,
#results_no{
    display: none;
}

#results{
    position: absolute;
    background: #ffffff;
    top: -2px;
    left: 7px;
    border-radius: 3px;
    width: 500px;
    font-size: 13px;
    padding-top: 31px;
/*    box-shadow: 3px 5px 13px 0px rgba(29, 29, 29, 0.05);*/
    transform: translate(0,-100%);
}

.search_wr_1  #results{
    left:0px;
}
.search_wr_1.with_search_on_end.without_search_form_float #results{
    left: 0px;
    top: -15px;
}
.search_wr_1.with_search_on_start.without_search_form_float #results{
    left: 0px;
    top: auto;
    bottom: -15px;
    transform: none;
    transform: translate(0,100%);
}

.search_wr_2  #results{
    top: -15px;
    left: 7px;
}
.search_wr_2.with_search_form_float  #results {
    top: -15px;
    left: -7px;
}
.search_wr_2.with_search_on_start.without_search_form_float #results {
    top: auto;
    left: 7px;
    transform: translate(0,100%);
    bottom: -53px;
}

.search_wr_3  #results{
   top: 0px;
    left: -507px;
    transform: translate(0,0%);
}

.search_wr_4  #results{
    left:7px;
    top:-15px;
}

.search_wr_4.with_search_form_float   #results{
    left:0px;
    top:0px;
}


.search_wr_4.with_search_on_start.without_search_form_float #results {
    left: 7px;
    transform: translate(0,100%);
    top: auto;
    bottom: -15px;
}

.search_wr_6  #results{
    left: 7px;
    top: -13px;
}

.search_wr_6.with_search_form_float  #results {
    left: 0px;
    top: 0px;
}

.search_wr_6.with_search_on_start.without_search_form_float #results{
    left: 7px;
    top: auto;
    bottom: -13px;
    transform: translate(0,100%);
}

.search_wr_8  #results{
    top: 41px;
    left:7px;
}
.search_wr_8.with_search_on_start.without_search_form_float #results {
    top: 41px;
    left: 7px;
    transform: translate(0,100%);
    top: auto;
    bottom: 0px;
}

.search_wr_8.with_search_form_float   #results{
    left:0px;
}
.search_wr_10.without_search_form_float   #results{
    top: -15px;
    left: 7px;
}

.search_wr_10.with_search_on_start.without_search_form_float     #results{
    top: auto;
    left: 7px;
    bottom: 0px;
    transform: translate(0,100%);
}

.search_wr_10.with_search_form_float #results{
    top: -13px;
    left: 7px;
}

.search_wr_11.without_search_form_float   #results{
    top: -15px;
    left: 7px;
}

.search_wr_11.with_search_on_start.without_search_form_float     #results{
    top: auto;
    left: 7px;
    bottom: 0px;
    transform: translate(0,100%);
}

.search_wr_11.with_search_form_float #results{
    top: -13px;
    left: 7px;
}

.results_header{
    width: 100%;
    float: left;
    font-size: 1.1em;
	padding: 9px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: linear-gradient(to right, #28556A 0%, #367390 100%);
    color: #fff;   
}

#results_wrapper{
    max-height: 300px;
    overflow-y: scroll;
}

.preview_results_loading{
    padding: 13px 13px;
}

.preview_listing_unit{
    width:100%;
    float:left;
    border-bottom: 1px solid #dde4e9;
    padding: 9px;    
    cursor:pointer;
}

.preview_listing_unit:hover{
    background-color: #f5f8fa;
}

.preview_listing_unit h4{
    font-size: 14px;
    margin-bottom: 0px;
    padding-left: 110px;
    font-weight: 600;
}

#preview_view_all{
    float:right;
    cursor:pointer;
}

#preview_view_all:hover{
 color: #f0f0f0;
}

.preview_title{
    font-size: 14px;
    color: #3a4659;
    padding-left: 16px;
}

.preview_listing_unit img{
    width:96px;
    height: auto;
    float: left;
    border-radius: 2px;
	padding-right: 1px;
	}

.preview_details{
    color: #f1bf7f;
    padding-left: 79px;
    padding-top: 7px;
}

.preview_details .infocur{
    color:#f1bf7f;
    font-size: 13px!important;
}



.search_wr_5  #results{
  left:0px;  
} 


.search_wr_5.with_search_on_start    #results{
    left: 0px;
    top: auto;
    transform: translate(0,100%);
    bottom: 0px;
} 



#showinpage{
    color:#BD1427;
    cursor:pointer;
    margin-left:10px;
}

.bottom_sixty{
    padding-left: 15px;
}

.adv1-holder{
    width: 911px;
    float: left;
    padding: 13px 5px;
    border-bottom-left-radius: 3px;
}
.with_search_on_start.without_search_form_float .adv1-holder,
.with_search_on_end.without_search_form_float .adv1-holder{
    width: 926px;
    float: left;
    padding: 13px 0px;
    border-bottom-left-radius: 3px;
    margin: 0px -7px;
}
#search_wrapper.with_search_form_float.float_search_closed.search_wr_3 .adv3-holder,
#search_wrapper.with_search_form_float.float_search_closed #advanced_submit_3,
#search_wrapper.with_search_form_float .adv4-holder,
#search_wrapper.with_search_form_float #search_wrapper_color,
#search_wrapper.with_search_form_float #advanced_submit_2,
#search_wrapper.with_search_form_float .adv1-holder,
#search_wrapper.with_search_form_float{
     transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

#search_wrapper.with_search_form_float #search_wrapper_color{
    background-color: #fff;
}

#search_wrapper.with_search_form_float.float_search_closed{
    top:100%!important;
    pointer-events: none;
    box-shadow: none;
    background: transparent;
}
#search_wrapper.search_wr_3.with_search_form_float.float_search_closed {
    top: 100%;
    margin-top: -40px;
}

#search_wrapper.with_search_form_float.float_search_closed.search_wr_3 .adv3-holder,
#search_wrapper.with_search_form_float.float_search_closed #advanced_submit_3,
#search_wrapper.with_search_form_float.float_search_closed .adv4-holder,
#search_wrapper.with_search_form_float.float_search_closed #search_wrapper_color,
#search_wrapper.with_search_form_float.float_search_closed #advanced_submit_2,
#search_wrapper.with_search_form_float.float_search_closed .adv1-holder{
    opacity: 0;
    background: transparent;
    box-shadow: none;
}

.with_search_form_float .adv-search-3.adv-search-1-close-extended form,
.with_search_form_float .adv-search-1-close-extended  #advanced_submit_3,
.with_search_form_float .adv-search-1-close-extended .adv3-holder,
.with_search_form_float .adv-search-1-close-extended .adv4-holder,
.with_search_form_float.adv-search-1-close-extended #advanced_submit_2,
.with_search_form_float.adv-search-1-close-extended .adv1-holder{
    display:none;
}

.search_wr_2 .adv1-holder{
   background-color: transparent; 
}

.wpb_btn_adv_submit{

}

.adv-search-1 .form-control{
    width: 100%;
    display: inline;
    float: left;
    margin: 0px 13px 13px 0px;
    padding:0px;
    font-size:15px;
    font-weight: 400;
	color: #6c757d;
}
.advanced_search_shortcode .col-md-9,
.advanced_search_shortcode .col-md-2,
.advanced_search_shortcode .col-md-3,
.advanced_search_shortcode .col-md-4,
.advanced_search_shortcode .col-md-6,
.advanced_search_shortcode .col-md-8,
.adv-search-1 .col-md-2,
.adv-search-1 .col-md-3,
.adv-search-1 .col-md-4,
.adv-search-1 .col-md-6,
.adv-search-1 .col-md-8,
.adv-search-1 .col-md-9{
    padding-right:7px;
    padding-left:7px
}

.adv-search-1.adv-search-2 .form-control{
    width:100%;
}
 
#google_map_prop_list_sidebar .adv-search-1 .form-control {
    width: 100%!important;
    margin: 0px 0px 13px 0px;
}
#google_map_prop_list_sidebar .adv-search-1 .col-md-9,
#google_map_prop_list_sidebar .adv-search-1 .col-md-3,
#google_map_prop_list_sidebar .adv-search-1 .col-md-6{
    padding-left: 0px;
}

.adv-search-1 input.form-control::-ms-input-placeholder ,
.adv-search-1 input.form-control::-moz-placeholder ,
.adv-search-1 input.form-control:-moz-placeholder ,
.adv-search-1 input.form-control::-webkit-input-placeholder {
    color: #8593a9;
}

.adv-search-1 input.form-control::-moz-placeholder {
    opacity:1;
}

.adv-search-1 input[type=text] {
    width:  100%;
    margin: 0px 13px 13px 0px;
    padding: 9px 0px 9px 13px;
    color: #6c757d;
    border-radius: 3px;
    background-color: #fff;
}





.adv-search-1 .filter_menu_trigger{
    margin-top: 1px;
    padding: 9px 13px;
    overflow: hidden;
}

.adv-search-1 .filter_menu{
    margin-top: 1px;
    left: 14px;
    width: 100%;
    background-color: #fdfdfd;
    padding-bottom:0px;
}

.adv-search-1 .filter_menu li{
    min-width:185px;
}

#advanced_submit_2,
#advanced_submit_2_mobile,
#showinpage_mobile{
    width:259px;
    margin-right: 14px;
    color:#fff;
}

#advanced_submit_2{
    width: 184px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #28556A;
    border: none;
    font-size: 16px;
    white-space: normal;
    line-height: 1.45em;
    font-weight: 600;
    margin-right: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

#advanced_submit_2:hover{
    background-color: #33353A;
    color: #fff;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

#advanced_submit_2:focus{
    outline:none;
    outline-offset: 0px;
}

#showinpage_mobile{
    display:none;
    position:absolute;
}

.adv_extended_options_text{
    float: left;
    font-size: 13px;
    margin-top: -3px;
    cursor: pointer;
    width: 100%;
    color: #28556A;
}

.adv-search-1 .extended_search_check_wrapper,
.adv-search-1  .adv_extended_options_text{
    margin-left:7px;
}

#google_map_prop_list_sidebar .adv-search-1 .extended_search_check_wrapper,
#google_map_prop_list_sidebar .adv-search-1  .adv_extended_options_text{
    margin-left:0px;
}

#google_map_prop_list_sidebar .adv_extended_options_text{
    margin-left: 0px;
    margin-bottom: 15px;
    margin-top: 0px;
}

.adv_extended_options_text:hover{
    color:#BD1427;
}

.adv_results_wrapper .adv-search-1.adv_extended_class{
    position: Relative;
}

.adv_extended_class2{
    position:relative;
}

.adv_extended_class2 .adv1-holder{
    height: 120px;
    padding-bottom: 0px;
}

.extended_search_check_wrapper{
    float:left;
    width:100%;
    position: relative;
    margin-left: 8px;
}

.extended_search_checker{
    float:left;
    width:25%;
    margin: 5px 0px!important;
}

.slider_radius_wrap{
    font-size: 13px;
    color:#8593a9;
}

.extended_search_checker label{
    margin-bottom:7px!important;
    color:#8593a9;
}

.checker_wrapper_half{
    padding:0px;
}

.advanced_search_sidebar .extended_search_checker{
    float:left;
    width:100%;
    margin: 5px 0px;
    display:inline;
}

.advanced_search_sidebar #adv_extended_options_text_widget{
    margin-bottom:10px;
}

.advanced_search_shortcode .adv_extended_options_text{
    width:100%;
    margin-top: -8px;
    cursor: pointer;
    margin-bottom: 7px;
    padding-left: 7px;
}

#adv_extended_close_short{
    position: absolute;
    top: 0px;
    right: 15px;
    cursor:pointer;
}

.advanced_search_shortcode .extended_search_checker input{
    margin-bottom:0px!important;
}


.advanced_search_shortcode .extended_search_checker{
    line-height: 13px;
}

#adv_extended_close_widget{
    position: absolute;
    top: 6px;
    right: 0px;
    cursor:pointer;
}

.advanced_search_sidebar .extended_search_check_wrapper {
    margin-left: 0px;
}

.extended_search_check_wrapper{
    display:none;
}

.advanced_search_sidebar .col-md-2,
.advanced_search_sidebar .col-md-3,
.advanced_search_sidebar .col-md-4,
.advanced_search_sidebar .col-md-6{
    width:100%;
    padding:0px;
}

input[type="checkbox"] {
    position: relative;
    outline: 0px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 15PX;
    width: 15px;
    margin-bottom: 0px;
    margin-right: 5px;
    vertical-align: top;
    border: 1px solid #dde4e9;
    border-radius: 1px;
    background-color: #fff;
    color: #565a5c;
    box-sizing: border-box;
    padding: 0;
    margin-top:0px;
}

input[type="checkbox"]:checked:before {
    outline: 0px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    content: "\2713";
    content: "\f00c";
    position: absolute;
    font-size: 24px;
    left: 0px;
    top: -1px;
    text-align: center;
    width: 15px;
    color: #28556A;
    display: inline-block;
    font: normal normal normal 13px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
}

#adv_extended_close_adv{
    position: absolute;
    top: 0px;
    right: 14px;
    color: #8593a9;
    display: none;
    cursor: pointer;
}

#adv_extended_options_text_mobile{
    width:100%;
    margin-bottom: 10px;
}

#adv_extended_close_mobile{
    position: absolute;
    top: 0px;
    right: 14px;
    color: #8593a9;
    display: none;
    cursor: pointer;
}

#adv-search-mobile .extended_search_checker{
    width:100%;
}

/*=Advanced Search 3
-------------------------------------------------------------------------------------*/

.adv-search-3 {
    width: 414px;
    top:0px;
    right:0px;
    position: absolute;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    height: auto;
/*    padding-bottom: 15px;*/
    border-radius: 3px;
}
.adv3-holder{
    background-color: #fdfdfd;
    float: left;
    width: 100%;
}

.adv-search-3 form{
    padding: 15px 7px 0px 7px;
}



.search_wr_3 .col-md-2,
.search_wr_3 .col-md-3,
.search_wr_3 .col-md-4,
.search_wr_3 .col-md-6{
    width:50%;
    padding-left: 7px;
    padding-right: 7px;
}
.search_wr_3.search_wrapper-close-extended#search_wrapper{
    bottom: 40px;
    z-index: 0;
    top: auto;
}
.search_wr_3#search_wrapper{  
    width: 1110px;
    margin: 0px auto;
    position: absolute;
    border: none;
    bottom:415px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
/*    z-index: 0;*/
    webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


#adv-search-header-3 {
    background-color: #28556A;
    height: 40px;
    margin: 0px;
    padding: 13px 15px 10px 15px;
    color: #fff;
    cursor: pointer;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 15px;
    width: 100%;
    pointer-events: auto;
}

#adv-search-header-3:after {
    content: "\f0d7";
    position: absolute;
    right: 13px;
    font-size: 17px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.float_search_closed #adv-search-header-1:after,
.float_search_closed #adv-search-header-3:after{
    content: "\f0d8";
}

.adv3-holder .form-control{
    display: inline-block;
    margin: 0px 0px 15px 0px;
}

.adv-search-3 .caret_filter {
    position: absolute;
    right: 15px;
    top: 17px;
}

.adv3-holder .adv_search_slider {
    width: 388px;
    margin: 6px 0px 0px 0px;
}


.adv-search-3  .filter_menu_trigger {
    margin-top: 0px;
    padding: 1px 0px;
}

.adv-search-3 .adv_extended_options_text{
    margin-bottom:10px;
    padding-left: 7px;
}

#advanced_submit_3{
    width: 185px;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 7px;
}

.adv-search-3 .extended_search_checker {
    float: left;
    width: 33%;
    margin: 0px!important;
}

.adv-search-3 .dropdown-menu{

}

.adv-search-3  .filter_menu {
    margin-left:0px;
}

.adv-search-3  .filter_menu li {
    min-width: 162px;
}

.fullscreen_search{
    z-index:99!important;
    border: none!important;
}

.fullscreen_search#search_wrapper {
    top: auto;
}

.search_wr_3.fullscreen_search#search_wrapper{
    bottom:80%;
}

/*=Advanced Search 2
-------------------------------------------------------------------------------------*/
#search_wrapper.search_wr_2    {
    padding-bottom: 0px;
}

#search_wrapper.search_wr_2.with_search_form_float {
   padding: 15px 7px 0px 7px;
}
#search_wrapper.search_wr_2.with_search_form_float .adv_results_wrapper{
    width:1085px;
}
#search_wrapper.search_wr_2.with_search_form_float .adv1-holder {
    width: 898px;
    padding-top: 0px;
}

#search_wrapper.search_wr_2.with_search_form_float #advanced_submit_2{
     margin-top: 0px;
}

#adv-search-2{
    max-width: 1124px;
}
.adv-search-1.adv-search-2.adv-search-1-close{
    display:none;
}

.archive .search_wr_2 .adv-search-1,
.page-template-advanced_search_results .search_wr_2 .adv-search-1{
    margin:0px auto;
}


.visible-wrapper{
    position:relative;
    z-index:10;
}

.adv2_nopadding{
    padding:0px!important;   
}

#advanced_submit_22{
    padding: 10px 15px;
    font-size:15px;
    line-height: 18px;
    width: 100%;
}

.adv_results_wrapper{
    position: Relative;
    width: 1110px;
    height: auto;
    margin: 0px auto;

}

.search_wr_2 .adv_results_wrapper #adv-search-header-1{
    display:none;
}

.adv_results_wrapper .adv1-holder{
    border:none; 
    padding-left: 0px;
}

.adv_results_wrapper .adv-search-1{
    bottom:0px;
    border:none;
    background-color: #fdfdfd;
}
.search_wr_2 .adv_results_wrapper .adv-search-1{
     background-color: transparent;
}


.adv_results_wrapper  #advanced_submit_2{
    border-radius: 3px;
    padding: 26px 45px 37px 45px;
    height: 94px;
    background-color: #28556A;
    margin-top: 13px;
    color:#fff;
}

.ui-menu .ui-menu-item {
    margin: 0!important;
    padding: 12px 10px!important;
    width: 100%!important;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

.ui-menu .ui-state-focus{
    border:none!important;
    border-bottom: 1px solid #f0f0f0!important;
    background-image: none!important;
    font-weight: normal!important;
    background-color: #33353A!important;
    color: #f0f0f0!important;
}


/*=Compare Page
-------------------------------------------------------------------------------------*/
.compare_wrapper {
    float: left;
    width: 100%;
    margin-bottom: 26px;
}

.compare_title{
    padding-left: 15px;
}

.compare_item {
    width: 100%;
    height: auto;
    float: left;
    display: inline;
}

.compare_item:nth-child(odd) {
    background-color: #ffffff;
}

.compare_item:nth-child(even) {
    background-color: #F5F5F5;
}

.compare_yes{
    font-size:18px;
    color:#1ABC9C;
    margin-top: -2px;
}

.compare_no{
    font-size:18px;
    color:#ED5565;
    margin-top: -2px;
}

.compare_legend_head {
    width: 120px;
    height: 230px;
    float: left;
    display: inline;
}

.compare_item_head {
    width: 135px;
    height: 300px;
    margin-right: 20px;
    float: left;
    max-width: 265px;
}

.compare_item_head a:hover{
    text-decoration:none;
}

.compare_item_head img{
    border-radius: 3px;
}

.compare_item_head h4 {
    margin-top: 13px;
    margin-bottom: 8px;
}

.compare_item_head .property_price{
    line-height: 22px;
    color: #28556A;
    font-size: 18px;
    margin-bottom: 12px;
}

.compar-4 .compare_item_head:nth-child(5){
    margin-right: 0px!important;
}

.compare_legend_head_in {
    width: 120px;
    padding-left: 5px;
    float: left;
    display: inline;
    font-size: 12px;
    line-height: 1.3em;
    margin-top: 9px;
    margin-bottom: 9px;
    box-sizing: border-box;
}

.prop_value {
    width: 135px;
    padding-right: 10px;
    float: left;
    font-size: 12px;
    line-height: 1.3em;
    /* min-height: 28px; */
    margin-top: 9px;
    /* padding-top: 4px; */
    margin-bottom: 9px;
    max-width: 285px;
}


.compar-1 .compare_item_head {
    width: 32%;
    height: 290px;
}

.compar-1 .prop_value{
    width: 32%;
}

.compar-2 .compare_item_head {
    width: 32%;
    height: 290px;
}

.compar-2 .prop_value{
    width: 32%;
}

.compar-1 .compare_legend_head,
.compar-1 .compare_legend_head_in,
.compar-2 .compare_legend_head,
.compar-2 .compare_legend_head_in,
.compar-3 .compare_legend_head,
.compar-3 .compare_legend_head_in{
    width: 20%;
}

.compar-3 .compare_item_head {
    width: 27%;
    height: 290px;
} 

.compar-3 .prop_value{
    width: 27%;
    padding-right: 20px;
}

.compar-3 .prop_value:last-child{
    padding-right: 0px;
}

.compar-4 .compare_item_head {
    width: 20.9%;
    height: 270px;
}

.has_header_type4 .compar-4 .compare_item_head {
    width: 20%;
}

.compar-4 .prop_value{
    width: 20.9%;
    margin-right:20px;
}

.compar-4 .prop_value:last-child{
    margin-right: 0px;
}


/*=Footer
-----------------------------------------------------------------------------------*/

#colophon{
    background-color: #3d4045;
    color: #999999;
}

#primary .price_label,
#colophon .price_label,
#colophon .contact_sidebar_wrap p {
    font-size: 13px;
}

#colophon .category_no {
    margin-left: 5px;
}

.sticky_footer{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;

}
#colophon.boxed_footer,
#colophon.sticky_footer.boxed_footer{
    width: 1200px;
    left: 0;
    right: 0;
    margin: 0px auto;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
}


#fourth .xoxo{
    margin-right: 0px;
}

#colophon a,
#colophon li a{
    color: #999999;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#colophon a:hover,
#colophon li a:hover{
    color: #fff;
    text-decoration: none;
}

#colophon .xoxo{
    padding-top: 45px;
}

.widget-title-footer{
    font-size: 14px;
    color: #f0f0f0;
    line-height: 22px;
    line-height:26px;
}

#colophon .widget-container li {
    margin-bottom: 4px;
    padding-bottom: 4px;
    border: none;
    vertical-align: top;
    line-height: 22px;
}




#colophon li a{
    border:none;
    line-height: 22px;
    font-size:13px;
}

.backtop {
    font-size: 25px;
    border-radius: 3px;
    background-color: #1a1a1a;
    padding: 10px 12px;
    position: fixed;
    bottom: 10px;
    right: -60px;
    z-index: 100;
    opacity: 0;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    opacity: 0;
    z-index: 102;
}

.contact-box{
    font-size: 25px;
    border-radius: 3px;
    background-color: #1a1a1a;
    padding: 10px 12px;
    position: fixed;
    bottom: 10px;
    right: -125px;
    z-index: 100;
    opacity: 0;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    margin-right: 51px;
    opacity: 0;
    z-index: 102;
    display:none;
	}

.islive{
    right:15px;  
    opacity:0.7;
}

.contactformwrapper{
    position: fixed;
    right: 45px;
    bottom: 80px;
    z-index: 300;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    border: 1px solid #f0f0f0;
    border-radius: 0px;
    background-color: #fff;
    padding: 30px;
}

.contactformwrapper:before {
    content: " ";
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #f0f0f0;
    bottom: -17px;
    right: 29px;
    position: absolute;
}

.contactformwrapper:after{
    content: " ";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    bottom: -15px;
    right: 30px;
    position: absolute;
}

.contactformwrapper p{
    font-size: 13px;
    margin-bottom: 13px;
}

.contactformwrapper button{
    color:#fff;
}

.footer-contact-form{
    position: absolute;
    right: 0;
    bottom: 70px;
    z-index: 100;
    padding: 20px;
    border: 1px solid #dfdfdf;
    background-color: #f9f9f9;
    -webkit-box-shadow: 0 0 50px 10px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 50px 10px rgba(0,0,0,.15);
    box-shadow: 0 0 50px 10px rgba(0,0,0,.15);
    border-radius: 3px;
}
#btn-cont-submit{
    width: 247px;
    margin-bottom: 0px!important;
}

.copyright{
    font-size: 12px;
    margin-left: 45px;
    float: left;
    line-height: 60px;
}

.sub_footer{
    width:100%;
    height:60px;
    background-color: #28556A;
}

.sub_footer_content{
    width:100%;
    max-width:1200px;
    margin: 0px auto;
}

.subfooter_menu{
    float:right;
    margin-right: 45px;
    text-align: right;
}

#colophon .subfooter_menu  a{
    font-size: 12px;
    padding-bottom: 0px;
}

.subfooter_menu li{
    display: inline;
    font-size: 13px;    
    margin-left: 26px;
}

.subfooter_menu .menu>li {
    line-height:60px;
    height: 60px;
}

.footer_back_repeat{
    background-repeat:repeat;
}

.footer_back_repeat_x{
    background-repeat:repeat-x;
}

.footer_back_repeat_y{
    background-repeat:repeat-y;
}

.footer_back_repeat_no{
    background-repeat:no-repeat;
}



/*=infobox MINIATURES SUR MAP
-------------------------------------------------------------------------------------*/

.info_details{
    margin: 0px;
    padding: 0px;
    width: 200px;
    height: 200px;
    max-width: 200px;
    margin-top: -287px;
    position: absolute;
    background: #ffffff;
    box-shadow: 3px 5px 13px 0px rgba(29, 29, 29, 0.05);
    margin-left: -90px;
    border-radius: 3px;
    border-bottom: 3px solid #8593a9;
}

.info_details:after {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-top-color: #8593a9;
    border-width: 15px;
    left: 108px;
    margin-left: -32px;
}

.info_details.price_infobox {
    margin-top: -287px;
}
.info_details.price_infobox:After {
    display:none;
}


.contact_info_details{
    height: 140px;
    margin-top: 0px;
    margin-left: 0px;
    left: -109px;
}

.contact_info_details:after {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-top-color: #8593a9;
    border-width: 15px;
    left: 50%;
    margin-left: -15px;
}

.contact_info_details h2{
    font-size:30px;
    color:#BD1427;
    background-color: #fff;

    float:left;
    width:100%;
    text-align: center;
    margin-top: 40px;
}

/*400 161*/
.info_details img{
    max-width: 100%;
    width:100%;
    height: auto;
    max-height: 161px;
    float:left;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
}

#infocloser{
    position: absolute;
    top:0px;
    right:0px;
    width:16px;
    height: 16px;
    background-color: #ffffff;
    z-index:999999;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH3gUXCi8nW08/eQAAAL1JREFUOMvVkz0OgkAQhQfvYKU2egUrrbQRe22gsdHTWNCY6G2WGXbB5RaSCLd4FlYCa4zY+MrJe18yfx4AUAf1qKN+Cyiriq557jTHiVAs4gbcioKOUURJahrhJDV0Ol+aVNQkRmM6n0EJv9QGkzHE6LodDQAAKGEs1z4UM8Ro7A771rATAACKn5D+aOgMA4B7Cx7RRxfiamHhr75rodMQM2uxCYJWoxiNbRhCMbsB97JEZi3eDbYO8P7/mR5s/bB34Am39wAAAABJRU5ErkJggg==);
    cursor: pointer;
    border-top-right-radius:4px;
}

#infobox_title{
    font-size: 14px;
    color: #3a4659;
    padding: 0px 0px 0px 13px;
    margin-top: 15px;
    margin-bottom: 5px;
    float: left;
    font-weight: 500;
}

#infobox_title a,
#infobox_title a:hover{
    text-decoration: none;
}

#infobox_title:hover,
.info_details a:hover{
    color:#000;
    text-decoration: none;
}

#info_inside{
    padding-left: 13px;
    float: left;
    font-size: 14px;
    margin-top: 13px;
    color: #717374;
    width: 100%;
}

.info_idx{
    height: 236px!important;
    margin-top: -306px!important;
    margin: 0px;
    padding: 0px;
    width: 300px;
    max-width: 480px;
    position: absolute;
    background: #ffffff;
    box-shadow: 3px 5px 13px 0px rgba(29, 29, 29, 0.05);
    margin-left: -90px;
    border-radius: 3px;
    border-bottom: 3px solid #8593a9;
}

.info_idx img {
    width: 300px;
    height: auto;
}

.info_idx #info_inside {
    margin-top: 0px;
}


.idx-price{
    color:#000;
}

.prop_detailsx{
    width: 100%;
    float: left;
    display: inline;
    font-size: 14px!important;
    color: #8593a9;
    padding: 0px 0px 0px 14px;
    text-transform: lowercase;
    background-color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
/*    margin-top: 11px;*/
    margin-top: 0px;
}

#googleMap_shortcode .prop_detailsx,
#googleMapSlider .prop_detailsx{
    margin-top: 2px;
}

.prop_pricex{
    font-size: 14px!important;
    position: absolute;
    bottom: 0px;
    left: 14px;
    height: 30px;
    border-top: 1px solid #eef3f6;
    color: #000;
    width: 180px;
    padding-top: 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 22px;
}
/*
.single-content .prop_pricex{
    padding-top: 6px;
    line-height: 22px;
}

.single-content #infosize {
    padding-top: 4px;
    height: 26px;
    margin-top: 0px;
    background-position: 0px 4px;
}

.single-content #infobath {
    padding-top: 4px;
    height: 26px;
    background-position: 0px 4px;
}

.single-content #inforoom {
    padding-top: 4px;
    height: 26px;
    background-position: 0px 4px;
}*/

.infocur{
    color:#000;
    font-size: 14px!important;
    margin-left: 5px;
}

.infocur.infocur_first {
    margin-left:0px;
    margin-right:5px;
}

.infocur.infocur_first:empty {
    margin-right:0px;
}

#infobath{
    font-size: 13px!important;
    float: right;
    background-image: url(data:image/png;base64,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);
    height: 19px;
    background-repeat: no-repeat;
    margin-left: 9px;
    padding-left: 20px;
    color: #8593a9;
    background-position: 0px 0px;
    line-height: 22px;
    margin-top: 0px;
    display:none;
	}

#inforoom{
    font-size: 13px!important;
    float: right;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAATCAYAAACUef2IAAAACXBIWXMAAAsSAAALEgHS3X78AAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAQ1JREFUeNrs1KFLg0EYx/HPxkTcbCJiEYvr4sA0ELtV01AUk1gMRpv/gNW/YlgEi+yaXBXkEKzCMFgcTPS1vMIcLwZ1QdhTjvs9z33vd88dV8qyzCiibEQxBv9ncIipF2JahxDTZIip+peOsxDTHM7RDjFtDBeGmGohpqkCvVxkppKPk9hDK58v4CJfuIo1LKMfYuqg02zUU167iBPsFIHf8DCg34aYVnCMzSEzrXzDU5xhFttF4AyPzUb9KsTUxQzamMcdDvA6BK/lbXxCFS9FrahgP8R0iy562MrzN9/cTwW7WBo4+ZfkBA5/+QiyIvA77vGM0g+A06gXgfs4wvUP3TZwOSyWxv/xZ3wMADyHVIpCu+t2AAAAAElFTkSuQmCC);
    height: 17px;
    background-repeat: no-repeat;
    margin-left: 20px;
    padding-left: 22px;
    color: #8593a9;
    background-position: 0px 0px;
    line-height: 22px;
    margin-top: 0px;
    display:none;
	}

#infosize{
    font-size: 13px!important;
    float: right;
    background-image: url(data:image/png;base64,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);
    height: 17px;
    background-repeat: no-repeat;
    margin-left: 10px;
    padding-left: 19px;
    color: #8593a9;
    background-position: 0px 0px;
    line-height: 22px;
    margin-top: 0px;
    display:none;
	}

/*=POI
--------------------------------------------------------------------------------------*/

.google_map_poi_marker{
    position: absolute;
    top: 77px;
    left: 45px;
}

#carousel-listing .google_map_poi_marker{
    top: 125px;
    z-index: 99;
    left: 15px;
    display:none;
}
.google_map_shortcode_wrapper .google_map_poi_marker{
    top: 107px;
    z-index: 99;
    left: 15px;
}

.google_poish,
#google_poi_clear,
.google_poi{
    position:relative;
    background-color: #fff;
    color: #8f9eb6;
    cursor: pointer;
    margin-top: 5px;
    font-size: 12px;
    pointer-events: auto;
    padding: 7px;
    border: 1px solid #fff;
    width: 31px;
    height: 31px;
}
.google_poish.poi_active,
.google_poi.poi_active{
    border: 1px solid #ebba7c;
}

.google_poish img,
.google_poi img{
    vertical-align: baseline;
}

.estate_poi_box{
    background: #ffffff;
    box-shadow: 3px 5px 13px 0px rgba(29, 29, 29, 0.05);
    padding: 5px 5px;
    font-size: 11px!important;
    color: #8593a9;
    border-radius: 3px;
    min-width: 130px;
    text-align: center;
}
.google_poi .tooltip{
    position: absolute;
    top: 0px;
    left: 0px;
    transition: initial;
}

/*=Dashboard
-------------------------------------------------------------------------------------*/
.user_tab_menu{
    margin-top:0px;
}

.user_tab_menu a{
    width:100%;
    float:left;
    margin: 10px 0px 10px 0px; 
}

#profile_message{
    margin: 0px 0px 0px 0px;
}

.page-template-user_dashboard_add .wpresidence_button,
#change_pass {
    color: #fff;
    background-color: #28556A;
}

#change_pass{
    color:#fff;
}

.page-template-user_dashboard_add .wpresidence_button:hover, 
#change_pass:hover {
    background-color: #3a4659;
}


#profile_pass{
    margin-left: 15px;
    float: left;
    width: 100%;
}

.pass_note {
    float: left;
    margin: 0px 0px 0px 0px;
    width: 100%;
    color: #98a0a6;
    font-size: 14px;
    line-height: 1.4em;
}

.user_dashboard_links{
    border-radius: 3px;
    background-color: transparent!important;
    margin-bottom: 0px;
    float: left;
}

.user_dashboard_links .user_tab_active,
.user_dashboard_links a:hover {
    text-decoration: none;
    position: relative;
    background-color: #28556A;
    color: #fff;
}

.user_dashboard_links .fa{
    margin-right: 6px;
    width: 15px;
}

.user_dashboard_links a{ 
    color: #576871;
    width: 100%;
    padding: 17px 13px;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 600;  
    position: relative;
}

.user_dashboard_links a:last-of-type{ 
    border-top:0px solid #89929E;
}

.user_dashboard_links a:hover{
    text-decoration: none;
    background-color: #3a4659;
}
.admin-bar .col-md-3.user_menu_wrapper {
    top: 32px;
}

.admin-bar.has_top_bar .col-md-3.user_menu_wrapper {
    top: 102px;
    padding-top: 45px;
}

.dash_no_header .admin-bar.has_top_bar .col-md-3.user_menu_wrapper {
    top: 143px;
    padding-top: 0px;
}

.dash_no_header .is_boxed.container, 
.dash_no_header .content_wrapper {
    width: 100%;
}

.dash_no_header.admin-bar.has_top_bar .col-md-3.user_menu_wrapper {
    top: 72px;
    padding-top: 0px;
}


.col-md-3.user_menu_wrapper {
    background-color: #161d21;
    width: 270px;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    position: fixed;
    z-index: 12;
    height: 100%;
}

#pack_recuring{
    float:left;
    margin-top: 3px;
    margin-bottom: 5px;
}
#stripe_cancel{
    background-color: #28556A;
    padding: 12px 20px;
    font-weight: normal;
    margin-left: 13px;
    color: #fff;
    cursor: pointer;
    margin: 0px 0px 15px 0px;
    float: left;
    text-align: center;
    line-height: 1.3em;
    clear: both;
    display: inline-block;
    float: left;
}

.pack_description{
    margin-bottom: 13px;
    margin-top: 0px;
    float: left;
    width: 1000px;
    border: 1px solid transparent;
    border-radius: 3px;
    background-color: transparent;
    color: #768082;
    padding-bottom: 7px;
    width: 100%;
}

.pack_description_unit{
    width: auto;
    padding: 0px;
    margin: 0px; 
    display: inline-block;
}

.pack_description_details{
    font-size: 20px;
    padding: 10px 15px;
    border: 1px solid #384850;
    margin-right: 9px;
    margin-bottom: 9px;
    height: 74px;
    width: 190px;
    text-align: left;
    color: #7e939d;
    font-weight: 600;
    position: relative;
    display: inline-block;
    float: left;
}

.pack-unit{
    border-radius: 3px;
    padding: 0px 0px 7px 0px;
    width: 100%;
    float: left;
}

.pack-name{
    padding: 20px 0px 0px 10px;
    font-weight: 600;
    margin-bottom: 16px;
    float: left;
    width: auto;
    color: #28556A;
    font-size: 16px;
}

.pack-unit h4{
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid transparent;
    font-size: 24px;
    color: #b7c6cd;
    background-color: transparent;
    display: inline-block;
    float: left;
}

.pack_description label{
    padding: 5px 0px 0px 7px;
}

.pack_description  input[type="checkbox"]{
    float: left;
    margin-top: 5px;
}

#package_pick{
    float: left;
    width: 100%;
}

.pack-listing{
    margin-bottom: 9px;
    display: inline-block;
    padding: 10px 10px;
    border: 1px solid #384850;
    margin-right: 9px;
    height: 255px;
    width: 190px;
    text-align: center;
    position: relative;
    float: left;
}

.pack-listing-period{
    margin: 7px 0px;
    font-size: 12px;
}

.pack-listing-title{
    color: #7e939d;
    font-size: 15px;
    margin-bottom: 0px;
    font-weight: 600;
    line-height: 1.5em; 
}

.pack-listing-period{
    font-size: 14px;
    color: #7e939d;
    line-height: 1.4em;
}

.listing_submit_normal {
    font-size: 13px;
    cursor: pointer;
    margin: 8px 0px 0px 10px;
    float: left;
    border-bottom: 0px solid #da4453;
    padding: 9px 33px;
    background-color: #003087;
}

.listing_upgrade {
    cursor: pointer;
    padding: 12px 8px;
    float: left;
    margin: 7px 0px 0px 10px;
}

/*#pick_pack {
    background-image: none;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    background-color: #003087;
    cursor: pointer;
    margin: 10px 0px 5px 0px;
    position: relative;
    color: #fff;
    padding: 1px 15px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    line-height: 40px;
    text-align: center;
}*/


.recuring_wrapper{
    float:left;
    width:100%;
}

#pick_pack {
    background-image: url(data:image/jpeg;base64,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);
    width: 169px;
    height: 69px;
    cursor: pointer;
    float: left;
    margin-right: 15px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

#direct_pay {
    width: 169px!important;
    height: 69px;
    cursor: pointer;
    float: left;
    margin-right: 15px;
    background-color: #e3e8eb!important;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-align: center;
    line-height: 1.4em;
    padding-top: 25px;
}


.stripe-button-el{
    background-image: url(/wp-content/themes/wpresidence/img/stripe_button.jpg)!important;
    width: 169px;
    height: 69px;
    cursor:pointer!important;
    border-radius:0px!important;
    float: left!important;
    margin-right: 15px!important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0)!important;
}

.stripe-button-el span{
    display:none!important;
}


.perpack{
    width: 100%;
    height: 40px;
    background-color: #28556A;
    color: #fff;
    margin: 5px 0px 5px 0px;
    cursor: pointer;
    padding: 12px 0px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    border-radius: 3px;
    text-transform: capitalize;
    width: auto;
    height: auto;
    margin: 8px 20px 9px 10px;
    float: left;
    padding: 10px 30px;
    font-size: 13px;
    font-weight: normal;
}



.payment-container .perpack {
    /*width: 169px;*/
    width : auto;
    height: 69px;
    cursor: pointer;
    margin: 10px 5px 10px 0px;
    float: left;
    border-radius: 0px;
    background-color: #e3e8eb;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 26px 26px 26px 26px;
}


.payment-container .listing_upgrade, 
.payment-container .listing_submit_normal{
    background-image: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAICAgICAQICAgIDAgIDAwYEAwMDAwcFBQQGCAcJCAgHCAgJCg0LCQoMCggICw8LDA0ODg8OCQsQERAOEQ0ODg7/2wBDAQIDAwMDAwcEBAcOCQgJDg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg7/wgARCABFAKkDAREAAhEBAxEB/8QAHAABAAICAwEAAAAAAAAAAAAAAAYHBAUCCAkD/8QAGwEBAAEFAQAAAAAAAAAAAAAAAAUCAwQGBwH/2gAMAwEAAhADEAAAAe51yyAAAAAAAAAAAAAAAAAAAAAAABG8m3m0e7ezWAAAAAAAABw9eVnTdWzrfvqBzrYqukbOBXTdENnAVHuHPp5AbXII6WiktAyuJngAAAIrlWvObqHOrW8gO73Luv8AVPZcHEqpEmxruyWuOy8x2OLm51jLkMdL2hq28gAAARzJt0BvXMu0HPeocvPYXm2N1YuVXKYnIszArzFGlzYz4125BHTG0xc0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/xAAmEAACAgIABAYDAAAAAAAAAAAEBQMGAQIAFBYwBxAREhMVQFBg/9oACAEBAAEFAv2MjhRDOOwAM2/DznGNTCPnZKC5BrVFJpMNYLR9I2T3HRjZvPqnfbhawiZrOFrPDGfsvCOVpoS3n9FNXm1OFgwMuf7sCfHM8d4pmaBs09GbFMUpq01g7sKmJ1vX4hiI2kOxIdzqcftrnZbLtW1e6LIXz4x6a8QoQILawXis1OKAg5S1rGjrfRaJFXQxIQV56UJgVEhXw7BiQgr/AOH/AP/EADQRAAECBQIDBAcJAAAAAAAAAAECAwAEBRESITETQVEQMEJhBhQVFiAigTJAUGBxkaHB4f/aAAgBAwEBPwH8RLjY5wFJVsfutuIswoiVQX1HROsNOoeaDiNjrDr/AAlBNr3huYzXgRY/B7zrVmW5cqSnc3/yKdUGqlLcZvTlbz7KdUxUVuhKbBBtfrv3TpxbJioVX2YUgIyKvO0TEzV61aXbaxQf1/k9IlmRLS6GR4QBDuZmvl3ELDrd3l7wtK22s89TDiltlCidIcfWGnJjkkG30EUlmsKp60SiRgvcnfp1/qGpaYbmUUht3DxKI5k66fSw/cwyqYk6xwOOVobSTv5bGPRVvGnFw+JR7pxHERjFaos9NzqSym6ALXuOusAWFh2BpIcz5wtCVpxMeqNWtD6FuWQBpD0s29LlhX2SLRJyjMiwGWthE9RpKoOh1y4UOYhqhU9krLYIzTideR3iUlGpKXDDWw/JH//EADARAAEDAgQCBwkBAAAAAAAAAAECAwQAEQUSEzEhQRAVMDJRYZEUICIjQEJQYPDx/9oACAECAQE/AfyIjvqFwg+lKacb7ySPpR8psCnAH0Fu29OIU2soVuKiwvaEKWVZQKfgFpnVSrMPc6jSMoW8AVcv41MiLhPaa+iZCMNKCVXzD07KMnPISnzpDGsN7WrPChAuLXcj+2p50vPKcPM3qKGkYadQ2CqaVGfCYrXd3NMuMvySzpCwphDUhLzYSL7ilMtMhEa11qIufCp7mHJlpVIUcyeVLeZWwrEVozckg8h/tOBmRh2rpBKlkDbz5Vjy7zAnwHZMOlh0ODjaoeMRgwdY2V4caPE36FSXVMBk7CmnVsrzo3rrSVmvw9KhPMx8zqj8XIUmQ6mRr/dvUiQ5KdLrm5qLiUmIgoRxHnS8VluBOexym9SH3JLpdc3P6R//xAAzEAACAQIEAwQIBwEAAAAAAAABAgMEEQAFITESE0EGIlFxEBUwYYGRkqEUIEBQYGKx0f/aAAgBAQAGPwL9xaKXNaOKVTZkapUEffBFJWwVRG4imDf5+kJOgGKmpO8srP8AM3xl00RZHWoXVfPX7YjmjPFG68SnFHRR5e+YVFQt1VHsd7Dob49U1WWzZZWkHhWU3vYXtsLafkmaHK5Zooj3nV9B9sCpiBTXhZT0PorFWExrA/CG4r8Xss0qOqUz287aYlJmMKobaLe+FMMMtROdpHSyoPHEFOuojQLfFOuVwpU1lJCvAkh7uxbX6sVvazN+UmZMOTSRxahGYW4vgt/jiHOR2nqXrKkLxJze6/Fr3fLxx2RzKWuqDRmGOKtUyEqT1YjqbE/TjMO0BqZqfI6NWFLAHKrMQNyOvj8h0xUR0MMXIqGIaRjr4Yp+z8VWaYBeZUSIbF2Oth8LYNN6xlqqWmgaQhn/AK7HEkp3kmJ9lU5e8rQJMAC6bjW+ORQcdVTsQzyyMowANvRUZ0gkNbMtmLPp0/5iWirI+ZBJuPD345TfiZbNcM0+o93ligymlpljyzmB6iqZl7vSwG+2FyuJOXSCPlgKdbYSmgBEa+Jwk83Gky6cUbWvioMSunOiMTd/od8JTQX5a7XP8I//xAAnEAEAAgICAAQGAwAAAAAAAAABESEAMUFRYXGBoRAgMJGxwUBQYP/aAAgBAQABPyH+xU0J1ZsRkOEEqUsPU/xGbhSvRiGVWep+2OmpFuNHjtJ1kLMOwJJnk/4uAJEs5JvheElCiguvkkMkJwO2K4MOnsS49z4Sqizkt6rR9/pRQwl609yZFMIbBwl8xPZvoeeJxBvaCJymrF9Wtj3dZA/yMvitICJcq/ECP09AUczO3gHWGnU9IHmhfdMfo7oV+cTy2Sx3Yj5rKL/WLPY6AeYCD7r1kqSLKs+LCntiWifdgB+Z+kUeBBAPLuI9cI1Rg46iJmAwDUAg+DJGTgiCjihkCvbIUWB4Rw5PgHd1gAUzqfHLcUaoyJekuLkJLx01eTsvt2vKuOiJS5ZZcFATbRxNZS+kt1UnljAOE+02q36/4j//2gAMAwEAAgADAAAAEAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAIoSwAIMAAAAEXJW4XuAAAAAWK9cacAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP//EACkRAQABAwMCAwkAAAAAAAAAAAERACExQVFxYYEQMPAgQFBgkaGxwdH/2gAIAQMBAT8Q+IqIkeSsdPD7osEtDYMTLUQs1cH9x3pt5MD0SSogmoMr6nsXCywWBe7DCxN2iRIlSyCLdbIj138GqxSU5XYIwOufK4WaU6Kt1AGNBmWpUWCgQdlzDMFnqxT0ySG8ET3zTEGQ1+v7pSBpI0nXsUWm5N9qRZYD69YqYUPDRkbnr7VJ9qKNEonCNZaxSHACsiay4UAGJuDAC1L2K3uWFFG+LYxT5IjsAfkfKBExNQaxkG6mxR20oCwHguOVIhs0XSXvT+5VtUnxKQwxzQnt7LLdll70YoESwoYmzjfPXFSuAuHBZM3YlWdaLRvxLLdVl5fkj//EACoRAQACAQMDAgQHAAAAAAAAAAERIQAxQXFRYZGBsRAwwdEgQFBgofDx/9oACAECAQE/EP1Eo4O4vthU8wJ7/lAVgwkHoB4MsCTBPV08a4PsIjyVkGu5T16kZGvup46s3+CiDUi16FJ8Y9YakTcf8fhOaTREbO969tPld2h75LT6CcSRkbk8A3/tYSULeTOITKZTXUO/TJQ0WNSDMerE6QadmQU9xZFXz098s3LST2B2BDzgnFMJZJQ7dOJd8iuEQDGsk19TbDEpdYAYl2lkuuwO+C4HqDoJ6JB/nXCJ0M8q+0fKEQWx4jHUJmAKoq4i+cSi1fhCFxXv98CpAxSGHb3dZ9cLl4pA3yxFvi+2CJSHVpPHbbHoKNKKIyLpbgSHFn2wtUCa3JiY2JoyNijSiiPp+yP/xAAjEAEBAQEAAQIGAwAAAAAAAAABESEAMRBBMFFhgZGhQFBg/9oACAEBAAE/EP7F5yw9oOAcRKd7R+CtVID6v8Qfqb/AFX8cZZgu1zmxOIGeFIYoxSOPHDOsSckdMfDxsN4bWCkDAHj3uV+WalEQgNQh5qX1UpaICsdCwuvz3iAiToQtGJEH5J4aegwWhQ0YAYGm+G58JLQts3wQnEcNnWNSAH761qW8qENB81Zgb2B3YmdR9Uv350e4RKAZyUgbw7llFayA1kyHJyYB0ZzsgPBPA3Gr+oGVlDoop9wOQlLYjBwBcGEIDgSEqeRswilpqzeBP5oalogCZYRgGWtPgEWMahfBGScqKsvyB/p+fwkoDGJYASar7L35WwQi9iUAbFVehAMPkBD0tYIhwZ6iNYXg7EhNwCtAEfs0UZ/paMNCqKSyHB/hEtMN1mpCmB8ZncNRpjWVGoOr2sSVs7Ll1/E4ueQURopDKxAdlkj8UzAIUpIVVdX2eq7vu10wXV9p/iP/2Q==);
    width: 169px;
    height: 69px;
    cursor: pointer;
    font-size: 0px;
    margin: 10px 10px;
    float: left;
    background-color: transparent;
    color: transparent;
    border-radius: 0px;    
}


#direct_pay_modal{
    top:100px;
}

#send_direct_bill{
    width: 225px;
    height: 40px;
    background-color: #28556A;
    color: #fff;
    margin: 6px 20px 5px 0px;
    cursor: pointer;
    padding: 10px 15px;
    font-weight: normal;
    font-size: 16px;
    border-radius: 3px;
    margin: 0px auto;
    margin-top: 13px;
}

#direct_pay_modal .listing-submit {
    font-size: 15px;
    padding: 22px;
    line-height: 1.4em;
    margin-bottom: 0px;
    height: auto;
}

#direct_pay_modal .to_be_paid {
    width:100%;
    display: inline-block;
    text-align:center;
}

#direct_pay_modal .modal-title{
    text-align: center;
    padding-top:10px;
}

#direct_pay_modal .close{
    margin:10px;
}

#pack_select{
    width: 100%;
    color: #768082;
    margin-bottom: 13px;
    padding: 9px 5px;
    border: 1px solid #f0f0f0;
    font-size:13px;
}

.profile-page{
    margin: 0px 0px;
    margin-bottom: 26px;
}

.profile-page label{
    margin: 0px 0px 0px 0px;
    width: auto;
    color: #8593a9;
    font-size: 13px;
    line-height: 1.4em;
}

#profile-image{
    border-radius: 0px;
    margin-bottom:15px;
}

#google_developer_location,
#google_agency_location {
    color: #fff;
}

#package_pick label{
    width:auto;
    float: left;
}

.fullp{
    width:100%;
    float:left;
    margin: 26px 0px;
}

.fullp-button{
    width:100%;
    float:left;
    margin: 13px 0px 0px 0px;
}

.profile-page input[type=text],
.profile-page input[type=password],
.profile-page input[type=email],
.profile-page input[type=url],
.profile-page input[type=number],
.profile-page textarea {
    margin: 0px 0px 14px 0px;
}

.submit_container select{
    margin-bottom:14px;
    border-radius: 3px;
    color: #8593a9;
}

.submit_form_row{
    float: left;
    width: 100%;
    margin-left: 12px;
}

.upload_explain{
    font-size: 11px;
    float: left;    
}

#aaiu-uploader{
    margin: 10px 0px;
    float: left;
    color:#FFF; 
    width: 255px;
}

.page-template-user_dashboard_floor #aaiu-uploader{
     width:auto;
     margin: 0px;
}

.page-template-user_dashboard_floor #aaiu-upload-imagelist{
    margin-bottom: 0px;
}

.change_pass{
    margin-top:0px;
}

#profile-div img{
    max-width:100%;
}

#profile-image{
    max-width:314px;   
}

.submit_container #aaiu-uploader{
    width:auto;
}

#about_me{
    width:100%;
    height: 262px;
}
#register_agent,
#update_profile_agency,
#update_profile_developer,
#update_profile,
#delete_profile{
    margin-left: 0px;
    color: #fff;
    background-color: #28556A;
    margin-right: 13px;
}

#register_agent:hover,
#update_profile_agency:hover,
#update_profile_developer:hover,
.wpresidence_success:hover,
#update_profile:hover,
#search_form_submit_1:hover,
.view_public_profile:hover,
#google_developer_location:hover{
    background-color: #3a4659;  
}

#change_pass{
    margin-left: 15px;
}

.dasboard-prop-listing{
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 26px;
    min-height: 163px;
    border: 1px solid #dce1e4;
    overflow: hidden;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    background: #fff;
    position:relative;
}


.dashboard_unit_author_info{
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: .4em .6em .4em;
    font-weight: normal;
    margin-left: 13px;
    background: #00aedf;
    color: #fff;
    font-size: 12px;
}

.dasboard-prop-listing .blog_listing_image {
    width: 200px;
}

.dasboard-prop-listing .blog_listing_image img{
    max-width: 265px;
}

/*.property_wrapper_dash:nth-child(odd) .dasboard-prop-listing{
    background-color: #dce1e4;
    border: 1px solid #dce1e4;
}*/
.property_wrapper_dash:nth-child(odd) .dasboard-prop-listing:hover,
.dasboard-prop-listing:hover{
    box-shadow: 0px 0px 5px 1px rgba(60, 144, 190, 0.13);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(60, 144, 190, 0.13);
    background-color: #fff;
}

.blog_listing_image{
    float:left;
    display: inline;
    position: relative;
}

.blog_listing_image .featured_div{
    top: 10px;
    left: 10px;
    position: absolute;
}

.prop-info{
    float: left;
    display: inline;
    width: 650px;
    height: 155px;
    position: relative;
    left: 70px;
}

.listing_title{
    padding-left: 26px;
    margin-bottom: 10px;
    max-width: 430px;
    margin-top: 13px;
}

.user_dashboard_listed{
    padding-left: 26px;
    margin-bottom: 7px;
    line-height:1.3em;
    font-size: 13px;
}

.user_dashboard_listed .price_label{
    font-size:13px;
}

.user_dashboard_listed a{
    color:#BD1427;
}

.listing_submit .submit-price-no,
.listing_submit .submit-price{
    font-size: 13px;
    color: #3a4659;
    line-height: 13px;
    border-bottom: 0px solid #384850;
}

.listing_submit {
    position: absolute;
    right: 0px;
    bottom: 120px;
    font-size: 13px;
    line-height: 23px;
    width: 180px;
    color: #3a4659;
    
}


.upgrade_post{
    bottom: 151px;
    right: -16px;
}

.extra_featured{
    width:13px;
    height:15px;
    float:left;
    margin-right: 5px!important;
}

.info-container{
    position:absolute;
    bottom: 0px;
    width: 545px;
    padding-left: 26px;
    padding-bottom: 5px;
}

.payment-container{
    float: left;
    width: 100%;
    background: #f0f0f0;
    position:relative;
}

.payment-container:empty{
    display:none;
}

.no_payment{
    display:none;
}

.featured_label{
    padding: 10px 20px;
    margin-top: 8px;
    margin-bottom: 8px;
    float: left;
    font-size: 13px;
}

.info-container i{
    font-size: 13px;
    background-color: #5A7684;
    padding: 5px;
    color: #fff;
    cursor: pointer;
    width: 22px;
    height: 23px;
}

.info-container i:hover{
    background-color: #3a4659;
}

.deleteprop {
    padding: 5px 5px 5px 6px!important;
}

.dashboad-tooltip.featured_exp{
    color: #fff;
    font-size: 13px;
    background-color: #ED5565;
    margin-bottom: 13px;
    padding: 1px 5px;
}

.user_dashboard_status{
    position: absolute;
    top:14px;
    right:10px;
}


/*=Submit Listing
-------------------------------------------------------------------------------------*/
.mobile{
/*    display:none;   */
}

.web {
    display:inline;
}

#new_post .alert-warning{
    line-height: 18px;
}

.page-template-user_dashboard_add_agent select,
.page-template-user_dashboard_profile select, 
.page-template-front_property_submit select, 
#new_post select {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 0px 6px;
    font-size: 13px;
    color: #8593a9;
}

.featurescol{
    width: 33%;
    float: left;
    padding-left: 15px;
    padding-bottom: 10px;
}

.submit_container{
    border: 0px solid #dde4e9;
    border-radius: 0px;
/*    margin-bottom: 26px;*/
    margin-bottom: 0px;
    float: left;
    padding: 0px 0px 13px 0px;
    width: 100%;
    font-size: 13px;
    line-height: 22px;
}

.submit_container label{
    width:auto;
}

.submit_container input[type="checkbox"]{
    margin: 4px 10px 0px 0px;
    float: left;
}
.featurescol label{
    cursor: pointer;
    font-size: 14px;
}

.submit_container_header{
    padding: 14px 0px 14px 13px;
    background-color: #263238;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    color: #FFF!important;
    margin: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 600;
}

#google_capture{
    color:#fff;
    margin-bottom:13px;
    margin-top:13px;
}

#form_submit_1{
    margin-left: 0px;
}

.submit_container .wp-editor-wrap{
    padding: 0px 15px;
    float: left;
    width: 100%;
}

.submit_container .wp-editor-tools{
   
}


.full_form{
    width: 100%;
    float: left;
    padding-left: 2%;
    padding-right: 2%;
}

.full_form_image{
    margin-top: 12px;
    color: #8593a9;
}

.half_form{
    width: 50%;
    float: left;
    margin-right: 0px;
    padding-right: 2%;
    padding-left: 2%;
    margin-bottom: 0px;
}

.half_form_last{
    margin-left: 4%;
}

.submit_container input[type=text],
.submit_container input[type=password],
.submit_container input[type=email],
.submit_container input[type=url],
.submit_container input[type=number],
.submit_container textarea {
    width:100%;
}

.submit_container .col-md-8{
    padding-right: 0px;
    padding-left: 0px;
}


#add-new-image{
    margin-top: 13px;
}

#googleMapsubmit {
    width: 96%;
    height: 300px;
    float: left;
    margin: 9px 0px 20px 2%;
    border: 1px solid #dde4e9;
}

.page-template-user_dashboard_profile #googleMapsubmit {
    width: 100%;
    height: 300px;
    float: left;
    margin: 0px 0px 20px 0px;
    border: 1px solid #dde4e9;
}

#new_post{
    margin-bottom: 26px;
}

.showmod{
    z-index:999999;   
}

.edit-images{
    position: relative;
    float:left;
    margin: 0px 13px 13px 0px;
}

.delete_image {
    font-size: 12px;
    cursor: pointer;
    background: #d9534f;
    color: white;
    padding: 4px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width:143px;
    text-align: center;
}

#add-new-image{
    background-color: #f7f7f7;
    color:#1a171b;
    padding: 9px 11px;
    cursor: pointer;
    margin-bottom: 20px;
    float: left;
}


#imagelist{
    float:left;   
    width:100%;
}

.image_max_warn{
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    background-color: #ED5565;
    margin-bottom: 13px;
    padding: 1px 5px;
    border-radius: 2px;
    margin-left: 13px;
    width: auto!important;
}

#imagelist .uploaded_images{
    float: left;
    margin: 0px 5px 5px 15px;
    position: relative;
    max-width: 200px;
    overflow: hidden;
}

#imagelist .uploaded_images i{
    position:absolute;
    top:0px;
    left:0px;
    background-color:#a51e6c;
    color:#fff;
    font-size: 20px;
    padding: 5px;
    cursor: pointer;
}

#imagelist .uploaded_images i.image_caption_button{
    left: 27px;
}
#imagelist .uploaded_images i.image_caption_button.active_caption{
    background-color: #28556A;
}

#imagelist .uploaded_images .thumber {
    left:auto;
    right: 0px;
    cursor: none;
}

#imagelist .uploaded_images img{
    cursor:pointer;
}

.image_caption_wrapper{
   display:none;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    top: 34px;
    left: 0px;
    padding: 3px;
}
input.image_caption{
    font-size: 12px;
    padding: 3px 0px 3px 3px;
    height: auto!important;
    margin: 0px!important;
}


.submit_container #aaiu-upload-imagelist{
    float:left;   
    width:100%;
    height: auto;
}

#aaiu-upload-imagelist:empty{
    height:0px;   
}

.aaiu-upload-list:empty{
    margin:0px;
}

.moxie-shim.moxie-shim-html5 {
/*    left: -147px!important;
    top: auto!important; 
    position: relative!important;*/
}

#imagelist .moxie-shim.moxie-shim-html5{
    position: relative;
    top: 0px;
    left: 0px;
}

.submit_container #aaiu-uploader{
    margin: 0px 0px 0px 15px!important;
    display:inline;
}

.aaiu_button {
    background-color: #f7f7f7;
    color: #fff;
    cursor: pointer;
    float: left;
}

#aaiu-upload-imagelist{
    float:left;
    width:100%;
    margin-bottom:5px;
}

#embed_video_type,
#prop_category_submit{
    margin-bottom: 13px;
}


/*=Login Sidebar
-------------------------------------------------------------------------------------*/

.loginwd_sidebar {
    width: 100%;
    border: 1px solid #dde4e9;
/*    border-radius: 3px;*/
    background-color:#fdfdfd;
    display:inline-block;
}

#colophon .loginwd_sidebar{
    background-color: #fff;
}



/*=Login Form
-------------------------------------------------------------------------------------*/
.login_form {
    padding: 9px 15px 15px 15px;
    border: 0px solid #e5e5e5;
    width: 100%;
    border-radius: 3px;   
}

#primary .login_form {
   padding: 0px;
}

.shortcode-login{
    padding:0px;
}

.loginwd_sidebar .login_form{
    border: none;
    padding-top: 0px;
}

#ajax_register_div .login_form,
#ajax_login_div #login-div{
    border: none;
    padding: 0px;
}

#loginmodal  input[type=text], 
#loginmodal  input[type=password],
#loginmodal  input[type=email],
#loginmodal  input[type=url],
#loginmodal  input[type=number],
#loginmodal  textarea,
#loginmodal  #wp-login-but{
    width: 100%;
}

#loginmodal  .login_form{
    padding: 9px 0px 13px 0px;
}

#loginmodal .modal-content{
    width:269px;
}

#loginmodal #reveal_register{
    margin-top: 10px;
    display: inline-block;
}

.login_form input[type=text],
.login_form input[type=password],
.login_form input[type=email],
.login_form input[type=url],
.login_form input[type=number],
.login_form textarea{
}

.alert-message,
.login-alert{
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    background-color: #ED5565;
    margin-bottom: 13px;
    padding: 1px 5px;
    border-radius: 2px;
    margin-top: 13px;
    float: left;
    width: 100%;
}

.page-template-user_dashboard_add_agent .login-alert{
    width: 100%;
}


.shortcode-login .login-alert{
    margin: 9px 0px 9px 0px;
    margin-bottom: 9px!important;
}

.alert-message:empty{
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.alert-danger{
    background-image: none;
    border: none;
    color: #fff;
    background-color: #ED5565!important;
    line-height: 1.3em;
    clear:both;
}

.listing-submit{
    height:120px;
    padding-top:50px;
    text-align:center;
    font-size:18px;
    color: #3a4659;
}

.alert-danger:empty{
    padding: 0px;
}

.loginwd_sidebar .login-alert{
    max-width: 225px;
}

#widget_register_sw{
/*    margin: 13px 0px;*/
    margin-top: 7px;
    display: block;
    float: left;
}

#forgot_pass_widget {
    float: left;
}

#widget_login_sw{
    float:left;
    width:100%;
}

.login-links{
    margin-top: 13px;
}

#user_terms_register_wd_label a,
.login-links a {
    font-size: 13px!important;
}


.login-links.shortlog{
    margin-top: 0px;
}

.login-links.shortlog{
    margin-top: 0px;
}

.login_form label {
    margin-bottom: 5px;
    float: left;
    width: 230px;
}

#wp-login-but-wd,
#wp-submit-register_wd{
    width:100%;
    color:#ffffff;
    margin-bottom: 0px!important;
}

.nosubmit{
    margin:0px 0px 0px 0px;
}

.login_alert_full{
    color: #fff;
    font-size: 13px;
    line-height: 21px;
    background-color: #ED5565;
    padding: 6px 5px;
    width: 100%;
    float: left;
    text-align: center;
    z-index: 99999999999999999;
    position: fixed;
}

#forgot-pass-div-sh,
#forgot-pass-div {
    display: none;
}

#forgot-div-title_shortcode,
#forgot-pass-div_shortcode{
    display: none;
}

#wp-forgot-but_shortcode{
    width: 100%;
}

#forgot-div-title-mobile,
#register-div-mobile,
#register-div-title-mobile,
#forgot-pass-div,
#forgot-div-title-topbar,
#register-div-topbar,
#register-div-title-topbar,
#register-div,
#register-div-title{
    display:none;
}

#forgot-div-title-mobile{
    padding-left: 12px;
    margin-bottom: 0px;
    margin-top:0px;
}


#register-div-mobile .login-links{
    float:left;
    margin-top: 0px;
}

#return_login_mobile,
#return_login_topbar{
    padding-left:0px!important;
}

#reg_passmail_mobile,
#reg_passmail_topbar,
#reg_passmail{
    margin: 13px 0px;
    color: #768082;
    font-size: 13px;
    font-weight: normal;
    line-height: 1em;
    float: left;
    width: 100%;
}

#facebooklogin, 
#facebookloginsidebar_mobile, 
#facebookloginsidebar_topbar, 
#facebookloginsidebar {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    background-color: #4B6CC9;
    cursor: pointer;
    margin: 10px 0px -6px 0px;
    position: relative;
    color: #fff;
    padding: 1px 15px;
    font-size: 13px;
    display: inline-block;
    line-height: 40px;
}

#facebooklogin:before,
#facebookloginsidebar_mobile:before, 
#facebookloginsidebar_topbar:before, 
#facebookloginsidebar:before {
    content: "\f09a";
    font-family: FontAwesome;
    float: right;
    line-height: 40px;
    margin-top: -1px;
    padding-left: 18px;
    height: 40px;
    font-size: 15px;
    background-color: #425398;
    width: 45px;
    margin-right: -15px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#googlelogin, 
#googleloginsidebar_mobile, 
#googleloginsidebar_topbar, 
#googleloginsidebar {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    background-color: #ED5565;
    cursor: pointer;
    margin-top: 10px;
    position: relative;
    color: #fff;
    padding: 1px 15px;
    font-size: 13px;
    display: inline-block;
    text-align: left;
    line-height: 40px;    
}

#googlelogin:before, 
#googleloginsidebar_mobile:before, 
#googleloginsidebar_topbar:before, 
#googleloginsidebar:before { 
    content: "\f1a0";
    font-family: FontAwesome;
    float: right;
    line-height: 40px;
    font-size:15px;
    margin-top: -1px;
    padding-left: 18px;
    background-color: #da4453;
    width: 45px;
    margin-right: -15px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#yahoologin, 
#yahoologinsidebar_mobile, 
#yahoologinsidebar_topbar, 
#yahoologinsidebar {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    background-color: #9C62C8;
    cursor: pointer;
    margin: 4px 0px 0px 0px;
    position: relative;
    color: #fff;
    padding: 1px 15px;
    font-size: 13px;
    display: inline-block;
    line-height: 40px;
}

#yahoologin:before,
#yahoologinsidebar_mobile:before, 
#yahoologinsidebar_topbar:before, 
#yahoologinsidebar:before {
    content: "\f19e";
    font-family: FontAwesome;
    float: right;
    line-height: 40px;
    font-size:15px;
    padding-left: 18px;
    height: 40px;
    background-color: #7542a1;
    width: 45px;
    margin-right: -15px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 15px;
    margin-top: -1px;
}

#ajax_login_div {
    width: 100%;
}

#ajax_register_div {
    display: none;
    width: 100%;
}

.wd_user_menu li{
    border:none;
    padding-bottom: 0px;
    cursor: pointer;
    position: relative;
}

.wd_user_menu i{
    margin-right: 13px;
    width:13px;
}

.wd_user_menu {
    width: 100%;
}

.wd_user_menu .unread_mess {
    top: 0px;
}

/*=wp_class
----------------------------------------------------------------------------------- */
.sticky {
}

.bypostauthor {

}

/*=img
----------------------------------------------------------------------------------- */
img.aligncenter {
    margin: 5px auto;
}

img.size-full, img.size-large, img.wp-post-image {
    height: auto;
    max-width: 100%;
}

img.alignleft {
    margin: 5px 20px 5px 0;
}

.gallery-caption,
.wp-caption-text{
    color: #434953;
    box-sizing: border-box;
    width: 98%;
    margin-top:3px;
}

.alignleft {
    float: left;
}

.single-content img, .entry-summary img,
.comment-content img, .widget img, .wp-caption {   
    max-width: 100%;
    height:auto;

}

img.alignright {
    margin: 5px 0 5px 20px;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}

/*=submit button
------------------------------------------------------------------------------------*/


/*=html tags
------------------------------------------------------------------------------------*/
address {
    font-style: italic;
    margin: 0 0 26px;
}
pre{
    margin-bottom: 26px;
}

/*=Lists
-------------------------------------------------------------------------------------*/
ul {
    list-style-type: square;
    margin:0px 0px 26px 26px;
}

ol{
    margin:0px 0px 26px 26px;  
}

.checklist {
    margin: 0px;
    float: left;
    list-style: none;
}

.checklist li {
    padding: 0px 11px 5px 22px;
    margin: 0px 0px 6px 0px;
}

.checklist li:hover {
    cursor:default;
}

.checklist img{
    vertical-align:middle;
}

.list-type1 li {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH3wEaCyknwGFfcAAAAHRJREFUKM9j/P//PwO5gImBAoChOSwszIESm/eHhYUdCAsLEyDX2fYMDAwHwsLCDMj1sz7UAAdyA4wf6o0Eqoc2CwH5DwwMDIGrVq06QKrNFxgYGBxxacRn8wGojR/wuuv///8oODQ01B5dDBdmHDxpmxQAANAGSGFiDOfoAAAAAElFTkSuQmCC) no-repeat;
    background-position: 0 4px;
}

.list-type2 li {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH3wEaCykhKQL6RQAAAJxJREFUKM/VkrENwjAQRZ9ResIEMAIbwAik+XswQcwm1NfABoQNGCVMYBqDLAsHyYiCa6wvv+/7PtuFEKitGV/Ub8ySBknb2s5z4CLJ15ivce1jijYHXDptSUOytwKWib4DOzN7MU122ObDNU7AomROO7fAOtE3oCvGzqbtgT7KI7A3szFlmomYz2fyZnZ4B0yZR6Azs3MJcP/5tx86XyvcUJ2BowAAAABJRU5ErkJggg==) no-repeat;
    background-position: 0 3px;
}

.list-type3 li {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH3wEaCygn2XpuMQAAAMVJREFUKM+1kyEOwkAQRV8JjtOQICAYJEgEX4OqA1lDUoMhwXEAUIgxnKAJkhvARXAkxYxoSqELhEkmmX2bn9ndPxvlec630eCHaFZBSQNg5culmZ2COkuaABnQ8sycvRdL6gIHYAP0PTfAQVKv7thb4GJmSYElkka+16l7sFsgexIvgLakuHCVGGgD87I4KvssaQdMgaOjMbA3s1mIz2vg7qKx1+sgq8zsCqQFlDoLGxK3Z1ioKyN6NdvuOWZ2/lj894/xALRFPLtdYDLwAAAAAElFTkSuQmCC) no-repeat;
    background-position: 0 3px;
}

.list-type4 li {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH3wEaCykVCLYO8AAAALVJREFUKM/Fk6EKAkEQhr8Tg8Fn03STBLGLYLEoXDmLRRCjaDEcf9PH8AksvoXh2lomLHJ3ioYbWJb5Zz6Y+ZdNQgj8Gh3+iPbg7rtgZnNgDSwk7c1sCmyApaRt3JvEhpnZBNgBfaAEcmAF9IAnMJN0qhv74CAO5H7j+rFp58eHNe9N8MjHrYoSGNfCkm5AVgNnXq82LDLuAgwi6Spp+NU7e2PhaVEFAhBCqD1pmp6b6klrH+MFg/ZhRvMjJR4AAAAASUVORK5CYII=) no-repeat;
    background-position: 0 3px;
}

.list-type5 li {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH3wEaCykOgtPHHAAAAOFJREFUKM+t0z9Kg0EUBPDfF0VtbOz8g4geQBAPIHgDI1uksVcCdh5BtPUENhYP8QaC1xAsREQ7GzsR1maR9TMxJDjN8OYxO4+BbXLOJkXnr2VKaXkic0qpg/PCYydvo1d4bHOvxb/Q5JyllFaxgHdkTOEOS3jFDj7RYB5vEfE0XR6ZwzEOBgQs4r6aL3H6nVyVtIeLktjGC/oRcfPj7FbLK3jAbCV/YCMinkcVttUywkzRR7Z9WPgKm4XhaGDb1clruMVJRFxX+j7OsBsRj8OS19GtjVDmbtkbWti/fYxR+ALGhEMeROWkAQAAAABJRU5ErkJggg==) no-repeat;
    background-position: 0 3px;
}

.list-type6 li {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH3wEaCykJHLdSvwAAANBJREFUKM/V0j1KQ2EQheHnE62DbsBG8Ac3YB3QBQhT2IjoLgTtRQjpxVYYIWBlYe8i3IBgKYiFkGvzBS5BLxdTOd2cMy8MZ6Y0TeOvtWSBWghe7jsYEQc4w3lmvvSGI2IHY2xiDcNecAUfsIF33My8Mks7IgoG+MjMr6ptYYLtOr+fmU8/BXaMNzxWcB33LfCwDc6vvYoVDCPiGZ/Yrd5RZk660h7X/gp7Lf00M+8675yZU4xwWaUpTjLz9rcwy/x7RsQA13jNzIuuS5T/+dvfGf0/kXAOoUQAAAAASUVORK5CYII=) no-repeat;
    background-position: 0 3px;
}

.list-type7 li {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH3wEaCykD/GK7oQAAANVJREFUKM/N0rEuhFEQxfHfikS206hEiQegYcMbUM4beASar0XBK3iCKbegoZKlkegplRqdqD7NbLLZ5NtNbOM2kzmT/z1zT26vbVt/PUsWOAvBy5NNRGziFGeZ+TWhr+IK15n53uXc4ATDiOgX2Mew9GbW2g2ecYBRRGxhVP3TNNybTrucHrEzIb/gMDO/Z8J1wRo+sIIfbGTm59y0y/muQFVvxxl0whGxjoda+RXbVXdxX/NO53Ps1ZsHmfmGQfX7Ne+EL3CD43E4VY9Kv5wb2P//278OP0WBMZxukQAAAABJRU5ErkJggg==) no-repeat;
    background-position: 0 4px;
}

.list-type8 li {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH3wEaCyg5I3VTUgAAAQ1JREFUKM+l061LpAEQBvDfirfJoE2DFjkwaDaJQTAomGTATzAKYlqQg6uCVTBaFZ2gIBYtfoEX5f4ATRaLWA6DyFpe4WVxVzmfODPPzMMzM5V6ve5/0eYbaG8MRMQgtjCKSyxl5t1H5EpZdkQM4whduMVPPGA+M8+ayo6IXhzgERMYwSRecBgRfa1kb6Ebc5l5XsROImIG11jAejPDpnCDq3JBZv7BPwy1cvsZnehoMLCCH3hqRV5DP1Yaan6jitPP3N7BLPZwgTFMF+ldLGbma7MjWcY+xrFZkN8xi82I6PxwcknBAPpwjxqWSumNzPzVlNzQqIrtYlWXWM3Mv18iFw16cIxa+dIq3/mqN2oDWBx9t82mAAAAAElFTkSuQmCC) no-repeat;
    background-position: 0 3px;
}

.list-type9 li {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH3wEaCygzw6C6TAAAAHxJREFUKM9j/P//PwO5gImBAsCCSyIsLKydgYGhAsrtWLVqVSUpNv/BwaaOZkbkAIM69R/UUEcGBgZzqNRJBgaG/TA5mBfQ/VyBwxXmSAYxMDAwVFI9tDuIcTZWP6NFVT0DA0MDlNuwatWqRlJCm4VQeqBIM+OApW2KNAMAgbkn/GCqhQcAAAAASUVORK5CYII=) no-repeat;
    background-position: 0 4px;
}

.list-type10 li {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH3wEaCygtOa+HLwAAATNJREFUKM+907FKnUEQBeDvmtsElCASiGBxEey0kZgipEtKIRbuFEHwDUyVIp2NVYqAhYWxU1KMlS8QkVSxTSekEw1YBMFS/G3W8HsvWCg4sLDnzDnLznK20zSN+9aQB1T3ZhMRHcxhAat4gQkc42/l9nCYmc0tM17hC/7gc8XneIZDjNf+J/zqv/ZUNfZwifnM/ID5inu1PzUwc2bu4Ay7mbmGsYh4h9GKd3FWdbfNEfES05m5Uamnde4n9fANTFfdwGu/xVELz+ErXre4o6obMJ9gpE+4hTcRMVu54aoDnZuQRMQ4drCYmf9a40ziChf4juXMPAVN0/xfpZSPpZT9NtfqHZRSVtpcty80m3geET+wjd+YwRJ+4ltb3OnPdkR08R7rNSDnWMFeZl7eaX60j3EN3aKBLyiX4HEAAAAASUVORK5CYII=) no-repeat;
    background-position: 0 3px;
}



/*=definition list
-------------------------------------------------------------------------------------*/
dl{
    margin-bottom: 26px;
}

dt {
    font-weight: bold;
}

dd{
    margin-bottom: 13px;
}

/*=table
-------------------------------------------------------------------------------------*/

table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #f0f0f0;
    margin-bottom: 26px;
    border-radius: 3px; 
}

.even {
    background-color: #f0f0f0;
}

.comment.even{
    background-color: transparent;
}

table th,
table td{
    border-right: 1px solid #f0f0f0;
}

table th,
table tr{
    border-bottom: 1px solid #f0f0f0;
}

table th{
    padding:7px;
}


/*=Blackquote
-------------------------------------------------------------------------------------*/
blockquote {
    font-size: 13px;
    margin: 0px 0px 26px 0px;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(227, 228, 231, 1);
    box-shadow: 0px 2px 0px 0px rgba(227, 228, 231, 1);
    background-color: #fdfdfd;
    padding: 13px;
}

blockquote p {
    font-size: 13px;
    line-height: 22px;
}

blockquote cite, blockquote small {
    text-transform: uppercase;
    font-weight: bold;
}
/*=Buttons
-------------------------------------------------------------------------------------*/

.green{
    background-color: #4ecb8f;  
    background-image: none;
    color:#fff;
}

.green:hover{
    background-color: #45b37e;

}

.green :hover a,
.green a:hover{
    color:#ffffff!important;
}

.green a{
    color:#ffffff;
}

.blue{
    background-color: #67cfd8;   
    background-image: none;
    color:#fff;
}

.blue:hover{
    background-color: #54a9b0;
    color:#ffffff!important;
}

.blue :hover a,
.blue a:hover{
    color:#ffffff!important;
}

.blue a{
    color:#ffffff;
}

.purple{
    background-color: #a51e6c;   
    background-image: none;
    color:#fff;
}

.purple:hover{
    background-color: #6e1448;
}

.purple :hover a,
.purple a:hover{
    color:#ffffff!important;

}

.purple a{
    color:#ffffff;
}

.btn a{
    text-decoration: none;
}

#ui-datepicker-div{
    z-index:10000!important;
}
/*=featured article 
--------------------------------------------------------------------*/

.featured_article{
    width: 100%;
    position: relative;
    margin-bottom: 26px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #dde4e9;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.featured_article:hover{
    border: 1px solid #c6cdd3;
    background-color: #fff;
}

.featured_article .featured_img{
    position:relative;
}

.featured_article .featured_img img{
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;

}

.featured_article:hover .featured_img img{
    opacity: 0.8;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand');
}

.featured_article .listing-cover{
    height:100%;
}

.featured_article .listing-cover-plus{
    top:50%;
}

.featured_article:hover .listing-cover{
    opacity: 1;
}

.featured_article:hover .listing-cover-plus{
    opacity: 1;
}

.featured_article:hover .featured_article_right{
    color:#BD1427;
}

.featured_article:hover h2 a{
    color:#BD1427;
}

.featured_article_title{
    display: inline;
    font-size: 18px;
    position: relative;
    float: left;
    width: 100%;
    height:83px;
    background-color: #fff;
    cursor: pointer;
    border-top: 3px solid #28556A;
    overflow: hidden;
}

.featured_article_title:hover{
    opacity: 1;
}

.featured_article_content{
    display: inline;
    font-size: 14px;
    float: left;
    width: 100%;
    background-color: #f0f0f0;
    padding: 0px 26px 10px 13px;
}

.featured_type_2{
    font-size: 20px;
    line-height: 1.6em;
    margin-top: 13px;
    margin-bottom: -3px;
}

.featured_article_secondline{
    color: #8593a9;
    font-size: 15px;
    font-weight:300;
}

.blog_author_image{
    width: 55px;
    height: 55px;
    margin: 13px;
    display: inline-block;
    float: left;
    border-radius: 3px;
}

.featured_article_right{
    position: absolute;
    bottom: 50%;
    margin-bottom: -18px!important;
    right: 13px;
    color: #8593a9;
    font-size: 36px;
}



.featured_article_type2{
    width:100%;
    height: 650px;
    float:left;
    position:relative;
}


.featured_img_type2{
    background-color: #3b444f;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width:100%;
    height: 100%;
}


.featured_gradient{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.67;
    z-index: 1;
    background-image: linear-gradient(to right top, #000, rgba(0,0,0, 0) 56%);
}

.featured_article_type2_title_wrapper{
    position: absolute;
    width: 1100px;
    margin: 0px auto;
    left: 0;
    right: 0;
    bottom: 60px;
    z-index: 1;
}

.featured_article_label{
    color:#fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
}

.featured_article_type2 h2{
    line-height: 1.2em;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.3px;
    width: 600px;
}

.featured_article_type2 h2:hover,
.featured_article_type2 .featured_read_more a:hover{
    opacity: 0.9;
}

.featured_read_more{
    font-size: 13px;
    line-height: 22px;
    color:#fff;
    text-transform: uppercase;
    border-top:1px solid rgba(189,206,227, 0.30);
    margin-top: 30px;
    width:150px;
    padding-top: 30px;
    font-weight: 600;
}
.featured_read_more a{
    color:#fff;
}
.featured_read_more i{
    font-size: 11px;
    margin-left: 5px;
}


/*=multiple currency widget*/
.multiple_currency_widget .dropdown.form-control {
    padding: 0px;
    margin-bottom: 0px;
}

#list_sidebar_curr{
    width:100%;
}

.top_bar .sidebar_filter_menu{
    font-size: 12px;
    padding: 2px 12px;
}

.top_bar .multiple_currency_widget{
    width: 160px;
    height: 25px;
    margin-top: -2px;
}

.top_bar .filter_menu li{
    height: 30px;
    padding: 7px 0px 3px 13px;
    margin-bottom: 0px;
    font-size: 12px;
    min-width: 140px;
}

.top_bar .caret_sidebar {
    top:8px;
}

.top_bar #list_sidebar_curr{
    width:100%;
    margin-left: 0px;
}


.right-top-widet .multiple_currency_widget{
    margin-right: 0px;
    margin-left:10px;
}

.left-top-widet .multiple_currency_widget{
    margin-right: 10px;
    margin-left:0px;
}

.top_bar .form-control{
    height:25px;
}


/* units measurement widget END*/
.measurement_unit_widget .dropdown.form-control {
    padding: 0px;
    margin-bottom: 0px;
}
.top_bar .measurement_unit_widget{
    width: 160px;
    height: 25px;
    margin-top: -2px;
}

.widget-container.measurement_unit_widget li {
    margin-bottom: 0px;
}

#colophon .widget-container.measurement_unit_widget li{
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 0px;
}

.right-top-widet .measurement_unit_widget{
    margin-right: 0px;
    margin-left:10px;
}

.left-top-widet .measurement_unit_widget{
    margin-right: 10px;
    margin-left:0px;
}
.top_bar #list_sidebar_measure_unit{
    width:100%;
    margin-left: 0px;
}

/* units measurement widget END*/

/*=taxonmy
--------------------------------------------------------------------*/
.listing_main_image {
    position: relative;
    width: 100%;
    height: 515px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;

}

.entry-title.entry-tax {
    margin-top: -45px;
}

.entry-tax {
    position: absolute;
    top: 50%;
    left: auto;
    right: auto;
    margin-top: -54px;
    z-index: 11;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 46px;
    width: 100%;
}

.tax_tagline {
    position: absolute;
    top: 50%;
    left: auto;
    right: auto;
    width: 100%;
    z-index: 11;
    color: #fff;
    text-decoration: none;
    margin-top: 25px;
    font-size: 20px;
    text-align: center;
}

.img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #3e4453;
    opacity: 0.75;
}

/*=visual compser sidebar
--------------------------------------------------------------------*/
.vc_widget_sidebar a{
    line-height:22px;
}

.vc_widget_sidebar ul{
    list-style:none;
    margin-left:0px;
}

.vc_widget_sidebar input[type=text],
.vc_widget_sidebar input[type=password], 
.vc_widget_sidebar input[type=email], 
.vc_widget_sidebar input[type=url], 
.vc_widget_sidebar input[type=number], 
.vc_widget_sidebar textarea {
    font-size: 13px;
}

.vc_widget_sidebar .widget_search .form-control {
    width: 157px
}

.vc_widget_sidebar .widget_archive li:before,
.vc_widget_sidebar .widget_recent_comments li:before,
.vc_widget_sidebar .widget_categories li:before,
.vc_widget_sidebar .widget_meta li:before{
    margin-top:1px;
}



/*=shortcodes spacer
--------------------------------------------------------------------*/
.spacer{
    position:relative;
    width:100%;
    float:left;
}

.spacer .spacer_line{
    height: 1px;
    background-color: #f0f0f0;
    width: 100%;
    float: left;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}


/*=shortcodes text list
--------------------------------------------------------------------*/
.customlist ul{
    list-style:none;
    margin: 0px 0px 26px 0px;
}

.customlist2 ul{
    list-style: none;
    margin: 0px 0px 26px 0px;
    background-color: #fdfdfd;
    border: 1px solid #f0f0f0;
    padding: 13px 13px 9px 13px;
    border-radius: 3px; 
}

.customlist2 ul li,
.customlist ul li{
    padding: 0px 0px 4px 0px;
    margin-bottom: 4px;
}

/*=shortcodes featured agent
--------------------------------------------------------------------*/

.featured_agent{
    margin-bottom: 30px;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fdfdfd; 
    position: relative;
    padding-bottom: 94px;
    max-width:255px;
    height:220px;
}

.featured_agent_details_wrapper{
    padding: 0px 0px 13px 0px;
    position: absolute;
    bottom: -157px;
    width: 100%;
    background-color: #fdfdfd;
    cursor: pointer;
    border-top: 3px solid #33353A;
}

.featured_agent_details_wrapper h4 a,
.featured_agent_details_wrapper h4{
    padding: 0px 6px;
    margin-top: 13px;
    margin-bottom: 3px;
    font-size: 18px;
}

.featured_agent_details_wrapper .agent_position{ 
    line-height: 13px;
}

.featured_agent_details_wrapper .agent_unit_social{
    left: 0px;
    padding: 11px 0px 0px 0px;
    position: relative;
    margin-top: 16px;
}

.featured_agent_details_wrapper .social-wrapper{
    margin: 0px auto;
    max-width: 137px;
}

.featured_agent_details{
    display:block;
}

/*=shortcodes featured agency
--------------------------------------------------------------------*/

.user_role_image {
    background-size: cover;
    height: 65px;
    width: 65px;
    background-position: 50% 50%;
    position: absolute;
}

.featured_user_role_unit_details h4,
.user_role_email,
.user_role_phone{
    padding-left: 85px;
    width: 100%;
    margin-bottom: 0px;
}

.user_role_unit {
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    height: 250px;
    background-color: #ffffff;
}

.user_role_featured_image {
    width: 40%;
    float: right;
    height: 248px;
    overflow: hidden;
    position: relative;
    background-color: #F8F8F8;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.featured_user_role_unit_details {
    position: relative;
    width: 60%;
    float: left;
    padding: 20px;
    height: 250px;
}

.user_role_featured_image .user_role{
    background-size: cover;
    height: 250px;
    width: auto;
    background-position: 50% 50%;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;  
}

.user_role_unit:hover .user_role_featured_image .user_role {
    opacity: 0.8;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand');
}

.user_role_status {
    position: absolute;
    top: -11px;
    color: #fff;
    background-color: #e9b97b;
    padding: 0px 10px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    border-radius: 3px;
}

.button_user_role {
    position: absolute;
    left: 20px;
    bottom: 7px;
}

.user_role_content {
    float: left;
    padding-top: 10px;
}


/*=shortcodes Icon content
--------------------------------------------------------------------*/
.iconcol h3{
    margin-top:13px;
}

.icon_img{
    position:relative;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;  
    cursor:pointer;
    float: left;
    margin-bottom: 15px;
    width:100%;
}

.iconcol p{
    margin-bottom:13px!important;
}

.iconcol img{
    border-radius: 3px;   
}

.iconcol .listing-cover{
    width:100%;
    height:100%;
}

.iconcol .listing-cover-plus{
    top:50%;
}

.iconcol:hover .listing-cover{
    opacity:1;
}

.iconcol:hover .listing-cover-plus{
    opacity:1;
}


/*=shortcodes Testimonial
--------------------------------------------------------------------*/

.testimonial-container{
    float:left;
    width:100%;
    display:inline;
    margin-bottom: 26px!important;
}

.testimonial-image{
    width: 120px;
    height: 120px;
    border-radius: 3px;
    display: inline-block;
    float:left;
}

.testimonial-text{
    position: relative;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    padding: 20px;
    margin-left: 141px;
    background-color: #fff;
}

.testimonial-text:before{
    content: " ";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #f0f0f0;
    top: 20px;
    left: -11px;
    position: absolute;
}

.testimonial-text:after{
    content: " ";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    top: 20px;
    left: -10px;
    position: absolute;
}

.testimonial-author-line{
    font-size: 14px;
    margin-left: 1px;
    margin-top: 18px;
}

.testimonial-author{
    font-weight: bold;
    font-size: 14px;
}

.testimonial-container.type_class_2 {
    float: none;
    width: 100%;
    display: inline-block!important;
    margin-bottom: 26px!important;
    text-align: center;
    margin: 0px auto;
}

.testimonial-container.type_class_2 .testimonial-text {
    position: relative;
    border: none;
    border-radius: 3px;
    padding: 0 15% 30px;
    margin-left: 0px;
    background-color: transparent;
    text-align: center;
}

.testimonial-container.type_class_2 .testimonial-image {
    
}

.testimonial-container.type_class_2 .testimonial-author-line {
    font-size: 14px;
    margin-left: 0px;
    margin-top: 15px;
}

.testimonial-container.type_class_2 .testimonial-text:after{
    display:none;
}

.testimonial-container.type_class_2 .testimonial-text:before{
    display:none;
}
.testimonial-slider-container .slick-next.slick-arrow {
     right: 0px;
     left: auto;
}

.testimonial-slider-container .slick-prev.slick-arrow {
    left: 0px;
    right: auto;
}

.testimonial-slider-container.slick-slider {
    margin: 30px auto 50px;
}


.testimonial-slider-container.container_type_2.slick-slider .slick-prev.slick-arrow {
    margin-left: -35px;
}

.testimonial-slider-container.container_type_2.slick-slider .slick-next.slick-arrow {
    margin-right: -30px;
}

.testimonial-slider-container .slick-prev.slick-arrow,
.testimonial-slider-container .slick-next.slick-arrow{
    top: 50%;
    width: 39px;
    height: 51px;
    margin-top: -25px;
    border-radius: 50%;
    background-color: transparent!important;
    color: #d2d2d2;
    z-index: 2;
}

.testimonial-slider-container .slick-next.slick-arrow:before{
    content: '\e801';
    font-family: "fontello";
    font-size: 50px;
}

 .testimonial-slider-container .slick-prev.slick-arrow:before{   
    content: '\e800';
    font-family: "fontello";
    font-size: 50px;
 }
 
 .testimonial-slider-container .slick-prev.slick-arrow:hover, 
 .testimonial-slider-container .slick-next.slick-arrow:hover {
     color: #28556A;
 }
  .testimonial-slider-container .slick-dots {
    position: absolute;
    width: 100%;
    list-style: none;
    text-align: center;
    bottom: 0px;
    padding: 0px;
    margin-bottom: 0px;
    margin: 0px 0px 0px 0px;
}

.testimonial-slider-container .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.testimonial-slider-container .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.testimonial-slider-container .slick-dots li.slick-active button:before {
    opacity:0;
    color: #28556A;
}

.testimonial-slider-container .slick-dots li button::before {
    font-family: Fontawesome;
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: "\f111";
    text-align: center;
    opacity: 0;
    color: #28556A;
    -webkit-font-smoothing: antialiased;
}

.testimonial-container.type_class_1 {
    float: none;
     display: inline-block!important;
    margin: auto;
    padding: 0 2% 10px;
}
  
.testimonial-container.type_class_1 .testimonial-image{
    background-size: cover;
}



.testimonial-container.type_class_3 {
    background-color: #fff;
    padding: 20px;
    min-height: 524px;
}


.testimonial-container.type_class_3 .testimonial_title{
    font-size: 22px;
    line-height: 1.3em;
    font-weight: 900;
    color: #3a4659;
    text-align: center;
    text-transform: uppercase;
}


.testimonial-container.type_class_3 .testimmonials_starts{
    text-align: center;
}

.testimonial-container.type_class_3 .testimmonials_starts i{
    margin: 14px 3px;
    color: #dbdbdb;
    font-size: 15px;
}

.testimonial-container.type_class_3 .testimonial-image {
    border-radius: 120px;
    width: 100px;
    height: 100px;
    margin: 26px auto 26px auto;
    float: none;
    display: block;
}


.testimonial-container.type_class_3 .testimonial-text {
    position: relative;
    border: none;
    border-radius: 3px;
    padding: 13px 26px;
    margin-left: 0px;
    background-color: #fff;    
}

.testimonial-container.type_class_3 .testimonial-text:after,
.testimonial-container.type_class_3 .testimonial-text:before{
    display:none;
}

.testimonial-container.type_class_3 .testimonial-author-line {
     color: #3a4659;
    margin: 0px;
    padding: 26px 0px;
    text-align: center;
}

.testimonial-slider-container .testimonial-container.type_class_3 {
   width:33%;
   margin: 0px 13px;
}

.testimonial-slider-container.container_type_3 .slick-prev.slick-arrow{
    left:-51px;
}

.testimonial-slider-container.container_type_3  .slick-next.slick-arrow{
    right:-42px;
}
/*=shortcodes post grid
--------------------------------------------------------------------*/

.wpestate_posts_grid.vc_posts_grid{
    padding: 0px 15px;
}
.wpestate_posts_grid.vc_posts_grid ul{
    margin: 0px -15px;
}

.wpestate_posts_grid.wpb_teaser_grid .categories_filter, 
.wpestate_posts_grid .wpb_categories_filter {
    padding: 0px 15px;
    margin-bottom: 13px;
}

.wpestate_posts_grid h2{
    font-size: 18px;
    line-height: 1.3em;
    margin-top: 13px;
}

.wpestate_posts_grid .vc_read_more{
    float: right;
    color: #28556A;
    bottom: 12px;
    font-size: 12px;
    text-align: right;
    text-decoration: none;
}

.wpestate_posts_grid.wpb_teaser_grid .categories_filter li, 
.wpestate_posts_grid.wpb_categories_filter li{
    background-color:#BD1427;
    color:#fff;
    padding:3px 13px;
    border-radius:3px;
}

.wpestate_posts_grid.wpb_teaser_grid .categories_filter li:hover, 
.wpestate_posts_grid.wpb_categories_filter li :hover,
.wpestate_posts_grid.wpb_teaser_grid .categories_filter .active, 
.wpestate_posts_grid.wpb_categories_filter .active{
    background-color:#393F48;
}

.wpestate_posts_grid.wpb_teaser_grid .categories_filter .active a:hover, 
.wpestate_posts_grid.wpb_categories_filter .active a:hover,
.wpestate_posts_grid.wpb_teaser_grid .categories_filter .active a, 
.wpestate_posts_grid.wpb_categories_filter .active a{
    text-decoration:none;
    border-bottom:none;
}

.wpestate_posts_grid.wpb_teaser_grid .categories_filter li a:hover, 
.wpestate_posts_grid .wpb_categories_filter li a:hover {
    border-bottom:none;
}

.wpestate_posts_grid.wpb_teaser_grid .categories_filter li a, 
.wpestate_posts_grid.wpb_categories_filter li a{
    color:#fff;
}

.wpestate_posts_grid img{
    border-radius: 3px;   
}
/*=shortcodes information box
--------------------------------------------------------------------*/

.wpb_alert-info.vc_alert_3d.wpestate_message {
    -webkit-box-shadow: 0 3px 0 #afd9ee;
    box-shadow: 0 3px 0 #afd9ee;
}

.wpb_alert-success.vc_alert_3d.wpestate_message {
    -webkit-box-shadow: 0 3px 0 #c1e2b3;
    box-shadow: 0 3px 0 #c1e2b3;
}

.wpb_alert-error.vc_alert_3d.wpestate_message,
.wpb_alert-danger.vc_alert_3d.wpestate_message{
    -webkit-box-shadow: 0 3px 0 #e4b9b9;
    box-shadow: 0 3px 0 #e4b9b9;
}


/*=shortcodes progress bar
--------------------------------------------------------------------*/

.wpestate_progress_bar{

}
.wpestate_progress_bar.vc_progress_bar .vc_single_bar {
    background: #fdfdfd;
    position: relative;
    margin-bottom: 11.666666666666666px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border:1px solid #f0f0f0;
}

.wpestate_progress_bar.vc_progress_bar .vc_single_bar.bar_blue .vc_label {
    text-shadow: none;
}

.wpestate_progress_bar.vc_progress_bar .vc_single_bar.bar_blue .vc_bar{
    background-color: #28556A;
}

.wpestate_progress_bar.vc_progress_bar .vc_single_bar.bar_green .vc_label {
    text-shadow: none;
}

.wpestate_progress_bar.vc_progress_bar .vc_single_bar.bar_green .vc_bar{
    background-color: #16A085;
}

.wpestate_progress_bar.vc_progress_bar .vc_single_bar.bar_orange .vc_label {
    text-shadow: none;
}

.wpestate_progress_bar.vc_progress_bar .vc_single_bar.bar_orange .vc_bar{
    background-color: #FB6A5C;
}

.wpestate_progress_bar.vc_progress_bar .vc_single_bar.bar_red .vc_label {
    text-shadow: none;
}

.wpestate_progress_bar.vc_progress_bar .vc_single_bar.bar_red .vc_bar{
    background-color: #ED5565;
}

.wpestate_progress_bar.vc_progress_bar .vc_single_bar.bar_black .vc_label {
    text-shadow: none;
}

/*=shortcodes faq #28556A
--------------------------------------------------------------------*/
.wpb_toggle.wpestate_toggle{
    background: none;
    padding: 10px 13px 10px 13px;
    clear: both;
    margin-top: 0;
    background-color: #f0f0f0;
    color: #3a4659;
    font-size:15px;
    position:relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

h4.wpb_toggle.wpestate_toggle:after {
    content: "\f107";
    position: relative;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3a4659;
    float: right;
    font-size: 20px;
}

h4.wpb_toggle.wpestate_toggle.wpb_toggle_title_active:after,
.wpb_toggle.wpestate_toggle.wpb_toggle_title_active{
    color: #28556A; 
} 

h4.wpb_toggle.wpestate_toggle.wpb_toggle_title_active:after{
    content: "\f106";
}    

/*=shortcodes call to action
--------------------------------------------------------------------*/
.wpestate_cta_button{
    border-radius: 3px;   
}

.wpb_call_to_action.wpestate_cta_button{
    background-color: #fdfdfd;
    border: 1px solid #f0f0f0;
}

.wpestate_cta_button2{
    border-radius:4px!important;  
}

.vc_call_to_action.wpestate_cta_button2{
    background-color: #fdfdfd!important;
    border: 1px solid #f0f0f0!important;
}

.vc_call_to_action.wpestate_cta_button2 hgroup h2{
    margin-bottom:5px; 
}

/*=shortcodes Tabs
--------------------------------------------------------------------*/
.wpestate_tabs .ui-widget{
    font-size:13px;
}

.wpestate_tabs .wpb_content_element 
.wpestate_tabs .wpb_accordion_wrapper 
.wpestate_tabs .wpb_accordion_header, 
.wpestate_tabs .wpb_content_element.wpb_tabs 
.wpestate_tabs .wpb_tour_tabs_wrapper .wpb_tab {
    background-color: #fff;
}

.wpestate_tabs .ui-widget-content {
    border: 1px solid #f0f0f0;
    background: none;
    color: #768082;
    border-top:0px;
    font-family: 'Open Sans', sans-serif;
}

.wpestate_tabs .ui-widget-header {
    border: none;
    background: #f0f0f0;
    color: #fff;
    font-weight: normal;
    border-radius: 0px;
}

.wpestate_tabs .ui-tabs .ui-tabs-nav li{
    background-color: #f0f0f0;
    border: none;
    border-radius: 0px;
    border-right: 1px solid white;
    padding: 3px 10px;
}

.wpestate_tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -3px;
    padding-bottom: 0px;
    background-color: #ffffff;
    border-top: 3px solid #28556A;
    border-radius: 0px;
}

.wpestate_tabs .ui-state-active,
.wpestate_tabs .ui-widget-content .ui-state-active,
.wpestate_tabs .ui-widget-header .ui-state-active {
    border: none;
    background: black;
    font-weight: bold;
    color: white;
}

.wpestate_tabs .wpb_accordion_wrapper .wpb_accordion_header, 
.wpestate_tabs.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab{
    background-color: #ffffff;   
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, 
.wpb_content_element.wpb_tabs.wpestate_tabs  .wpb_tour_tabs_wrapper .wpb_tab {
    background-color: #fff;
}

.wpestate_tabs .ui-state-default a, 
.wpestate_tabs .ui-state-default a:link, 
.wpestate_tabs .ui-state-default a:visited{
    color: #3a4659;
    font-weight: normal;
    font-size: 15px;
}

.wpestate_tabs .ui-state-active a,
.wpestate_tabs .ui-state-active a:link,
.wpestate_tabs .ui-state-active a:visited {
    color: #28556A;
    font-weight: normal;
    font-size: 15px;
}

/*=shortcodes Tours
--------------------------------------------------------------------*/
.wpestate_tour .ui-widget{
    font-size:13px;
}

.wpestate_tour  .ui-widget-content {
    border: none;
    background: #fff;
    color: #768082;
    border-left: 0px;
}

.wpestate_tour  .ui-widget-header {
    background: #fdfdfd;
    color: #434953;
    font-weight: normal;
    height: 100%;
    border: 1px solid #f0f0f0;
}

.wpestate_tour .ui-state-default,
.wpestate_tour .ui-widget-content .ui-state-default,
.wpestate_tour .ui-widget-header .ui-state-default {
    border: none;
    background: #f0f0f0;
    color: #434953;
    font-weight: normal;
    width: 100%;
    padding: 4px 0px;
    border-radius: 0px;
}

.wpestate_tour.wpb_content_element .wpb_tabs_nav li.ui-tabs-active{
    background-color: #fff;
}

.wpestate_tour .ui-tabs .ui-tabs-nav li.ui-tabs-active{
    margin-bottom: 0px;
    padding-bottom: 3px;
    border-left: 3px solid #28556A;
}

.wpestate_tour .ui-state-default a, 
.wpestate_tour .ui-state-default a:link, 
.wpestate_tour .ui-state-default a:visited{
    color: #3a4659;
    font-weight: normal;
    font-size: 15px;
}

.wpestate_tour .ui-state-active a, 
.wpestate_tour .ui-state-active a:link, 
.wpestate_tour .ui-state-active a:visited{
    color: #28556A;
}

.wpb_tour.wpestate_tour  .wpb_tour_tabs_wrapper .wpb_tab{
    padding: 0em 0em 0em 1em;
}

.wpestate_tour .wpb_tour_next_prev_nav{
    padding-left: 13px;
}

.wpestate_tour .wpb_tour_next_prev_nav span,
.wpestate_tour .wpb_tour_next_prev_nav span{
    padding: 0em 0 1em 0;
}

.wpestate_tour .wpb_tour_next_prev_nav a,
.wpestate_tour .wpb_tour_next_prev_nav a{
    border-bottom: none;
}

.wpestate_tour .wpb_prev_slide:before{
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f104";
    padding-right: 5px;
}

.wpestate_tour .wpb_next_slide:after{
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content:"\f105";
    padding-left: 5px;
}

/*=shortcodes Accordion
--------------------------------------------------------------------*/
.wpestate_accordion .ui-widget,
.wpestate_accordion_tab .ui-widget{
    font-size:13px;
}

.wpestate_accordion_tab .ui-state-active, 
.wpestate_accordion_tab .ui-widget-content .ui-state-active, 
.wpestate_accordion_tab .ui-widget-header .ui-state-active{
    border: 1px solid #f0f0f0;
    background: #fdfdfd;
    font-weight: normal;
    color: #434953;
}

.wpestate_accordion_tab .ui-state-default a,
.wpestate_accordion_tab .ui-state-default a:link,
.wpestate_accordion_tab .ui-state-default a:visited,
.wpestate_accordion_tab .ui-state-active a,
.wpestate_accordion_tab .ui-state-active a:link,
.wpestate_accordion_tab .ui-state-active a:visited{
    color: #3a4659;
    font-weight: normal;
    font-size: 15px;
    padding: 10px;
}

.wpestate_accordion_tab .ui-state-active a,
.wpestate_accordion_tab .ui-state-active a:link,
.wpestate_accordion_tab .ui-state-active a:visited{
    color:#BD1427;
}

.ui-accordion .wpestate_accordion_tab .ui-accordion-header{
    padding:0px 0px 0px 0px;
}

.wpestate_accordion.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, 
.wpestate_accordion.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab{
    background: #f0f0f0;
}

.wpestate_accordion_tab .ui-widget-content{
    border: 1px solid #fdfdfd;
    background: #fff;
    color: #768082;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
}

.wpestate_accordion_tab .ui-state-default, 
.wpestate_accordion_tab .ui-widget-content .ui-state-default, 
.wpestate_accordion_tab .ui-widget-header .ui-state-default{
    color: #768082;
    border:none;
}

.wpb_accordion.wpestate_accordion  .wpb_accordion_wrapper .ui-state-default .ui-icon, 
.wpb_accordion.wpestate_accordion  .wpb_accordion_wrapper .ui-state-active .ui-icon{
    display: block;
    width: 16px;
    height: 16px;
    background-image: none;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 9px;
    /* background: #f0f0f0; */
    color: #3a4659;
    left: auto;
    bottom: auto;
    margin-top: 0px;
    background-position: 0px 0px;
    text-indent: 0;
}

.wpb_accordion.wpestate_accordion  .wpb_accordion_wrapper .ui-state-default .ui-icon:after, 
.wpb_accordion.wpestate_accordion  .wpb_accordion_wrapper .ui-state-active .ui-icon:after{
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    padding-right: 5px;
    font-size: 20px;
}

.wpb_accordion.wpestate_accordion  .wpb_accordion_wrapper .ui-accordion-header-active .ui-icon:after, 
.wpb_accordion.wpestate_accordion  .wpb_accordion_wrapper .ui-state-active .ui-icon:after{
    content: "\f106";
    color:#BD1427;
}


/*=shortcodes carousel 
--------------------------------------------------------------------*/
.wpestate_carousel .post-thumb{
    float:left;
    margin-right: 13px;
}

.wpestate_carousel .vc-carousel-control .icon-next:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content:"\f105";
    position: relative;
    top: 0px;
    color:#3a4659;
}

.wpestate_carousel .vc-carousel-control .icon-prev:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content:"\f104";
    position: relative;
    top: 0px;
    color:#3a4659;
}


/*=shortcodes Buttons 
--------------------------------------------------------------------*/
/*
.wpb_row, 
.wpb_content_element, 
ul.wpb_thumbnails-fluid > li, 
.last_toggle_el_margin, 
*/

.comment-form #submit,
.wpresidence_button{
    color: #ffffff;
    float: left;
    padding: 14px 26px 13px;
    
  background-image: linear-gradient(to right, #E0C67F 0%, #D2A857 100%);
    border:none;
    text-shadow: none;
    margin-bottom: 13px;
    border-radius: 3px;
    text-transform: uppercase;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.5px;
}

#edit_review.wpresidence_button {
    width: auto;
    min-width: 25%;
}

.wpestate_item_list_sh{
    cursor:pointer;
    float:none;
    
}

.wpestate_item_list_sh i{
    margin-right:10px;
}

.comment-form #submit{
    margin-bottom:0px;
}

.comment-form #submit:hover,
.wpresidence_button:hover{
    background-position: right center;
}    

a.wpresidence_button:hover{
    color:#fff;
}

.wpresidence_success {
    background-color: #1ABC9C;
}

.wpresidence_success:hover{
    background-color: #16A085;
}

.dashboard-margin .wpresidence_success {
    background-color: #28556A;
}


.featured_agent_listings.wpresidence_button{
    padding: 7px 10px;
    background-color: #28556A;
    color: #ffffff;
    position: absolute;
    bottom: 0px;
    letter-spacing: 0.5px; 
}

button.wpb_btn-large, span.wpb_btn-large {
    padding: 9px 26px!important;
    font-size: 13px!important;
    text-transform: uppercase;
    line-height: normal!important;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important;
    color: #ffffff;
}

.wpb_btn-primary{
    background-color: #185271!important;
    border-bottom: 3px solid #133F57!important;
}

.wpb_btn-primary:hover, 
.wpb_btn-primary:active, 
.wpb_btn-primary.active, 
.wpb_btn-primary.disabled, 
.wpb_btn-primary[disabled] {
    background-color: #133F57!important;
    border-bottom: 3px solid #133F57;
}

.wpb_btn-info{
    background-color: #28556A!important;
    border-bottom: 3px solid #33353A!important;
}

.wpb_btn-info:hover, 
.wpb_btn-info:active, 
.wpb_btn-info.active, 
.wpb_btn-info.disabled, 
.wpb_btn-info[disabled] {
    background-color: #33353A!important;
    border-bottom: 3px solid #33353A;
}

.wpb_wpb_button{
    background-color: #7F8C8D!important;
    color:#ffffff!important;
}

.wpb_btn-success{
    background-color: #1ABC9C!important;
    border-bottom: 3px solid #16A085!important;
}

.wpb_btn-success:hover, 
.wpb_btn-success:active, 
.wpb_btn-success.active, 
.wpb_btn-success.disabled, 
.wpb_btn-success[disabled] {
    background-color: #16A085!important;
    border-bottom: 3px solid #16A085;
}

.wpb_btn-warning{
    background-color: #FB6A5C!important;
    border-bottom: 3px solid #ee6557!important;
}

.wpb_btn-warning:hover, 
.wpb_btn-warning:active, 
.wpb_btn-warning.active, 
.wpb_btn-warning.disabled, 
.wpb_btn-warning[disabled] {
    background-color: #ee6557!important;
    border-bottom: 3px solid #ee6557;
}

.wpb_btn-danger{
    background-color: #ED5565!important;
    border-bottom: 3px solid #da4453!important;
}

.wpb_btn-danger:hover, 
.wpb_btn-danger:active, 
.wpb_btn-danger.active, 
.wpb_btn-danger.disabled, 
.wpb_btn-danger[disabled] {
    background-color: #da4453!important;
    border-bottom: 3px solid #da4453;
}

.wpb_btn-inverse{
    background-color: #3C434D!important;
    border-bottom: 3px solid #323840!important;
}

.wpb_btn-inverse:hover, 
.wpb_btn-inverse:active, 
.wpb_btn-inverse.active, 
.wpb_btn-inverse.disabled, 
.wpb_btn-inverse[disabled] {
    background-color: #323840!important;
    border-bottom: 3px solid #323840;
}

/*=shortcodes
--------------------------------------------------------------------*/

.shortcode_title{
    padding-left:15px;
    margin-bottom: 17px;
    clear: both;
    font-weight: 600;
}

.shortcode_title_adv{
    margin-bottom: 17px;
}

.mdnopad{
    padding: 0px;   
}

.show-grid{
    margin: 0px 0px 0px 0px;
    margin-bottom: 26px;
}

.firstcol{
    padding-left: 0px;
}

.lastcol{   
    padding-right: 0px;
}

.shortcol{
    margin-bottom: 26px;
}

/*=bootstrap labels
--------------------------------------------------------------------*/
.label-success {
    background-color: #1ABC9C;
}


/*=shortcodes listing
--------------------------------------------------------------------*/
.article_container{
    margin: 0px -15px;  
}

.wpestate_latest_listings_sh .listing_wrapper{
   opacity:0;
}
/*.wpestate_latest_listings_sh .listing_wrapper.blog2v{
   opacity:1;
}*/

.wpestate_listing_sh_loader{
    display:none;
    position: relative;
    float: left;
    width: 100%;
    margin: 23px;
    height: 80px;
}
.wpestate_listing_sh_loader .new_prelader{
    top: 0px;
    margin: -27px 0 0 -60px;
}

#wpestate_sh_loading{
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: #3a4659;
    font-weight:300;
    float: left;
}

#wpestate_sh_loading .spinner map_loader{
    margin-top: 0px;
}


.control_tax_wrapper{
    float:left;
    width:100%;
    padding: 10px 15px;
    text-align: center;
}


.control_tax_sh{
    cursor: pointer;
    padding: 2px 15px;
    border-radius: 2px;
    color: #3a4659;
    display: inline-block;
    font-size: 13px;
    margin: 0px 15px 20px 15px;
    background: #eff0f0;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.control_tax_sh:hover{
    background: #dde4e9;
}
.tax_active:hover,
.tax_active{
    background: #28556A;
    color:#fff;
}

.wpb_wrapper .article_container{
    /*width:100%;*/
}

.col-md-9 .article_container{
}

.listinglink-wrapper {
    /* width: 100%; */
    float: left;
    margin: 0px 15px;
    clear: both;
}

.listinglink-wrapper_sh_listings{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
    margin-top: 13px;
    height: 45px;
}



.listinglink-wrapper button a,
.listinglink-wrapper button{
    color:#fff;
    bottom: 0px;
}

/* spiner Loader
--------------------------------------------------------------------*/
.spinner {
    margin: 100px auto;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}

#gmap-loading .spinner{
    margin: 5px auto; 
}


.wpb_column > .wpb_wrapper *:last-child, 
.wpb_column > .wpb_wrapper > .vc-element:last-child > .wpb_content_element, 
.wpb_column > .wpb_wrapper > .vc-element:last-child > .wpb_row {
    margin-bottom: auto; 
}


.video-container {
    position: relative; 
    padding-bottom: 56.25%; 
    height: auto; 
    overflow: hidden; 
}

.video-container iframe, 
.video-container object, 
.video-container embed, 
.video-container video {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}

.wpb_video_widget .wpb_wrapper .wpb_video_wrapper{
    height: 0px;
}

.wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
    height: 0px;
    overflow: hidden;
}

/*=IDX code
--------------------------------------------------------------------*/
.hidden-idx{
    display:none;   
}

.dsidx-details #dsidx-description {
    background-image: none;
    clear: both;
    margin: 5px 0 15px;
    position: relative;
    padding: 10px;
    font-size: 14px;
}

#dsidx h3 {
    margin-bottom:26px; 
    border-bottom:none;
}

.dsidx-standalone-disclaimer{
    display:none;
}

div.dsidx-results-widget .dsidx-controls {
    border-top: 0px dotted #ededed!important;
}

.dsidx-results-widget .dsidx-slideshow-control {
    background-color: #fdfdfd;
    height: 27px!important;
    position: absolute;
    padding: 2px 25px 7px 25px!important;
}

.dsidx-results-widget .dsidx-slideshow, 
.dsidx-results-widget .dsidx-slideshow ul, 
.dsidx-results-widget .dsidx-slideshow li {
    height: 224px!important;
    overflow: hidden;
}

.dsidx-results-widget, 
.dsidx-slideshow {
    padding: 35px 0!important;
}

.dsidx-details #dsidx-description {
    background-image: none;
    clear: both;
    margin: 5px 0 15px;
    position: relative;
    padding: 10px;
    font-size: 14px;
}

#dsidx h3 {
    margin-bottom:26px; 
    border-bottom:none;
}

.dsidx-prop-title{
    font-size: 18px;
    line-height:1.6em;
    font-weight:300;
}

.dsidx-shortcode-item table,
.dsidx-shortcode-map {
    margin-left:0px!important;
}

select.dsidx-resp-select {
    height: 36px!important;
    border-radius: 3px;
    color: #747C83!important;
}

.dsidx-resp-area input[type="text"], 
.dsidx-resp-area select {
    height: 36px!important;
    border-radius: 3px;
    color: #747C83!important;
    /* padding-top: 2px; */
    line-height: 36px;
    padding-left: 5px;
    border: 1px solid #f0f0f0;
}

.sidebar .dsidx-resp-area-submit input[type="submit"], 
.dsidx-resp-vertical .dsidx-resp-area-submit input[type="submit"] {
    width: 100%;
    font-size: 14px!important;
    text-transform: uppercase;
    line-height: normal!important;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important;
    background-color: #28556A!important;
    border-bottom: 3px solid #33353A!important;
    color: #fff;
    margin-bottom: 0px!important;
    padding: 9px 26px!important;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.iosfixed{
    position: absolute!important;
    right: 45px;
    left: auto;
    display:block!important;
}

#property_area_submit_hidden, #property_city_submit_hidden{
    display:none;
}

#lang_sel{
    z-index:999;
}

#lang_sel a, #lang_sel a:visited{
    padding: 5px 10px 5px 10px!important;  
}

#lang_sel a.lang_sel_sel {
    padding: 0px 10px!important;
}

#lang_sel img.iclflag {                           
    top:-1px!important;
}

.website-wrapper{   
    width:100%;
    /* height:100%;*/
    overflow:auto;
}

.snapjs-left .website-wrapper{
    position:fixed;
}

.full_container_over{
    margin-right: -500px!important;
    padding-right: 500px!important;
    margin-left: -500px!important;
    padding-left: 500px!important;
}


/*=slider container
----------------------------------------------------------------*/

.slider_container{
    /*  background-color: #F0F0F0;*/
    margin: 0px 0px;   
    width:100%;
    overflow:hidden;
}

.shortcode_slider_wrapper{
    overflow: hidden;
    margin: 0px -15px;
}

.shortcode_slider_list{
    float: left;
    display: inline-block;
    white-space: nowrap;
    margin: 0px 0px;
  max-width: 100%;

}

.slider_prop_wrapper {
    display: inline-block;
    white-space: normal;
    padding-right: 15px;
    padding-left: 15px;
   max-width: 25%;
     -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.shortcode_slider_list .slider_prop_wrapper{
 max-width:25%;
}
.shortcode_slider_list .slider_prop_wrapper.three_per_row{
    max-width: 33.33%;
}

.shortcode_slider_list .shortcode-col.listing_wrapper{
   
}

.shortcode_slider_list .shortcode-col.listing_wrapper.has_4per_row {
/*    max-width:241px;*/
}

.shortcode_slider_list .shortcode-col.listing_wrapper.has_4per_row ,
.shortcode_slider_list .shortcode-col.listing_wrapper.has_4per_row .property_listing {
  /*  min-width: 253px;
    width:253px;
*/}

.shortcode_slider_list .shortcode-col{
    padding:0px;
}

.title_slider{
    margin-left: -15px;
    margin-top: 15px;
}


/*=Searches
-------------------------------------------------------*/
.saved_search_wrapper{
    width: 100%;
    font-size: 13px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    float: left;
    margin-top: 15px;
    margin-bottom: 20px;
}

#search_name{
    margin-right: 10px;
    width: 74%;
    margin-top: 0px;
    float: left;
}

#google_map_prop_list_sidebar #search_name{
/*    width: 50%;*/
}


#save_search_button{
    margin-bottom: 0px!important;
}


#save_search_notice{
    float: left;
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
    padding-right: 5px;
}


#search_name {
    width: calc(75% - 15px);
    margin-right: 15px;
    padding: 0px 13px;
    line-height: 38px;
}

#save_search_button {
    width: 25%;
}

.search_unit_wrapper{
    position: relative;
    margin-bottom: 30px!important;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    padding-bottom: 15px;
    font-size: 13px;
    background-color: #fff;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    cursor: pointer;
    margin: 0px 60px 0px 60px;
    padding-right: 10px;
    max-width: 1000px;
}
#google_map_prop_list_sidebar .search_unit_wrapper,
#google_map_prop_list_sidebar .saved_search_wrapper{
    /*    width: 85%;*/
     background-color: #FBFCFE;
}


.dashboard-margin .search_unit_wrapper{
    cursor:default;

}

.delete_search {
    cursor: pointer;
}

.search_unit_wrapper h4 {
    padding: 0px 13px;
    margin-top: 10px;
    margin-bottom: 6px;
    float: left;
    width: 100%;
}

.advanced_search_notice {
    line-height: 1.4em;
    margin: 0px;
    padding: 10px;
    margin-bottom: 0px!important;
}


.search_param{
    font-size: 14px;
    line-height: 1.3em;
}

.page-template-user_dashboard_searches .search_param {
    padding: 0px 13px;
}

.delete_search{
    position:absolute;
    top:15px;
    right:15px;
}

.delete_search:hover{
    color:#BD1427;
}


/*=floor plans
--------------------------------------------------------------------------------*/

.front_plan_row,
.front_plan_row_image{
    float:left;
    width:100%;
    background-color: #f0f0f0;
    margin-bottom: 10px;
    padding:10px;
}

.front_plan_row{
    cursor:pointer;
    border-radius: 0px;
    background-color: #f0f0f0;
}
.floor_details .bold_detail{
    font-weight: 600;
}

.front_plan_row:hover{
    color:#BD1427;
}

.floor_title{
    width:30%;
    display:inline;
    float:left;
    padding-left: 10px;
    font-weight: 600;
}
.floor_details.floor_price_details{
    width:25%;
}

.floor_details{
    width:15%;
    display:inline;
    float:left;
}

.front_plan_row_image{
    display:none;
    background: #f9f9f9;
    border-radius:0px;
}

.floor_image img{
    margin:0px auto;
}

.floor_description{
    margin-top:10px;
    padding-left: 10px;
}

.floor_image{
    text-align: center;
}

#print_page{
    cursor: pointer;
    float: left;
    margin-left: 13px;
    margin-top: 3px;
}

/*=Download 
===================================================*/
.download_docs{
    width: 100%;
    font-weight: bold;
    float: left;
    margin-top: 15px;
    color: #3a4659;
}

.document_down{
    width:100%;
}

.document_down i{
    margin-left: 10px;
}
/*=Print 
===================================================*/
.print_body{
    width: calc(100% - 80px);
    padding:20px 40px 40px 40px;
    background:#ffffff;
}

.print_body .printlogo {
    max-height: 54px;
    width: auto;
}

.print_title{
    font-size: 25px;
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
}

.print-addr,
.print-price{
    font-size:16px;
    margin-bottom: 10px;    
}

.print-addr{
    margin-bottom: 30px;
}

.print_header{
    margin-top: 20px;
    width: 100%;
    /* background-color: #f0f0f0; */
    /* padding: 10px; */
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
}

.print_body .multi_units_wrapper {
    padding: 0px;
}

.print_body .subunit_wrapper {
    padding-left: 0px;
}

.print_agent .listing_detail,
.print_wrapper .listing_detail {
    margin-bottom: 5px;
    width: 50%;
    display: inline-block;
}

.front_plan_row.floor_print_class .floor_title {
    padding: 0px;
}

.print-col-img img{
    margin-bottom:15px;
    width: 100%;
}

.agent_name{
    font-size:22px;
}

.print-content{
    width:100%;
    line-height: 1.6em;
}

.agent_print_image{
    max-width: 175px;
    display: inline-block;
    float: left;
}

.print_agent_wrapper{
    display:inline-block;
}

.front_plan_row.floor_print_class {
    background-color: transparent;
    border-top: 1px solid #f0f0f0;
    padding-top: 30px;
    pointer-events: none;
}

.front_plan_row.floor_print_class:first-of-type{
    border:none;
}

.floor_print_class .front_plan_row_image,
.front_plan_row_image.floor_print_class {
    background-color: transparent;
}

.floor_print_class img{
    width:100%;
    height: auto;
}

.front_plan_row_image.floor_print_class  {
    display:inline-block
}

.listing_detail_agent{
    margin-bottom:5px;
    line-height:1.3em;
    font-size: 14px;

}
.print-col-img {
    position: relative;
    margin-right: 20px;
}

.print_qrcode{
    position: absolute;
    top: -110PX;
    right: -23px;
    width: 110px!important;
    height: 110px!important;
}

.printimg{
    margin-bottom: 20px;
}

.printimg img{
    width:100%;
}

.printbreak {
    page-break-after: always;
    page-break-inside: avoid;
    width: 100%;   
}

.print_property_subunits_wrapper .subunit_wrapper{
    border-bottom: 1px solid #f0f0f0;
    position:relative;
}

.print_property_subunits_wrapper .subunit_details{
    margin-top:10px;
}

.print_property_subunits_wrapper img{
    max-height: 100%!important;
}

.print_property_subunits_wrapper .subunit_price{
    margin:6px 0px;
}

.print_property_subunits_wrapper .subunit_wrapper:nth-child(even) {
    background-color: #fff;
}
.print_qrcode_subunit{
    position:absolute;
    top:0px;
    right:0px;
}
.print_spacer{
    margin-bottom: 40px;
    float: left;
    width: 100%;
}
@media print {
    body, html, #wrapper {
        width: 100%;
        height: 100%;
        position: relative;
    }
    marquee { -moz-binding: none; }
    body{overflow:visible !important;}

}

/*=search slider 
===================================================*/

.ui-slider .ui-slider-handle,
.ui-slider .ui-slider-range{
    z-index:0!important;
}

.adv_search_slider{
    float: left;
    padding-right: 15px!important;
    height: 53px;
  
}

.adv-search-mobile .adv_search_slider,
#primary .adv_search_slider{
    height: 56px;
}

.adv_search_slider label{
    color:#8593a9;
}

.advanced_search_sidebar .adv_search_slider{
    width:100%;
    float: left;
    height: auto;
    padding-right: 15px!important;
    margin-bottom: 15px;
}

#adv-search-mobile .adv_search_slider{
    float: none;
    padding: 0px 5px !important;
}

#advanced_search_shortcode .adv_search_slider{
    display: inline-block;
    width: 100%;
}

#advanced_search_shortcode .adv_search_slider p {
    margin-bottom: 0px;
    margin-top: -5px;
    float: left;
}

.adv1-holder .adv_search_slider{
    width: 100%;
    padding-right: 5px!important;
}

.slide_mobile{
    width:100%;
}

#amount_wd,
#amount{
    border: 0;
    color: #28556A!important;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
    height:10px;
}

#primary .adv_search_slider label{
    float:left;
    margin-right:10px;
    margin-bottom: 3px;
}

#amount_wd{
      float: left;
    margin-bottom: 10px;
}

.adv_search_slider .ui-slider,
.adv_search_slider #slider_price{
    margin-left: 10px;
    margin-top: 0px;
    height: 5px;
}

.adv_search_slider .ui-slider .ui-slider-handle,
#slider_price .ui-slider-handle{
    margin-top: -2px;
    width: 17px;
    height: 17px;
    background-image: none;
    background-color: #fff;
}
.adv_search_slider span{
    font-weight:500!important;
}

.ui-widget-header {
    border: 1px solid #28556A;
    background: #28556A!important;
}

.ui-slider .ui-slider-handle{
    border-radius: 50%;
}

.ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover, 
.ui-state-focus, 
.ui-widget-content .ui-state-focus, 
.ui-widget-header .ui-state-focus {
    border: 1px solid #fbcb09;
    background-color: #e6e6e6!important
    background-image: none;
    font-weight: bold;
    color: #c77405;
}

.adv_search_widget{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.adv_search_sh{
    display: inline-block;
    width: 48%;
}

.adv_search_sh p{
    margin-bottom: 0px;
    margin-top: -10px;
    float: left;
}

#slider_price_widget, 
#slider_property_size_widget,
#slider_property_lot_size_widget,
#slider_property_rooms_widget,
#slider_property_bedrooms_widget,
#slider_property_bathrooms_widget{
    margin-left:7px;  
    width: 100%;
    max-width: 100%;
    height: 5px;
    margin-top:10px;
    margin-bottom: 5px;
    float:left;
}

#slider_price_sh .ui-slider-handle, 
#slider_price_mobile .ui-slider-handle, 
#slider_price_widget .ui-slider-handle,
#slider_property_size_widget .ui-slider-handle,
#slider_property_lot_size_widget .ui-slider-handle,
#slider_property_rooms_widget .ui-slider-handle,
#slider_property_bedrooms_widget .ui-slider-handle,
#slider_property_bathrooms_widget .ui-slider-handle{
    margin-top: -2px;
    width: 17px;
    height: 17px;
}

#slider_price_mobile{
    height:5px;
}

#slider_price_sh{
    margin-top: 25px;
    margin-bottom: 0px;
    margin-left: 7px;
    height: 5px;
}

#amount_sh{
    height: 32px;
    margin-bottom: 0px!important;
    color: #28556A!important;
}

#amount_mobile{   
    color: #28556A!important;
}

/*=terms and conditions check
===============================================================================*/
#user_terms_register_mobile,
#user_terms_register_topbar{
    margin: 0px 5px 0px 0px;
    float: left;
}

#user_terms_register_mobile_label,
#user_terms_register_topbar_label{
    float: left;
    width: 205px;
    display: inline;
    margin-bottom: 10px;
    cursor:pointer;
}

#user_terms_register_mobile_label,
#user_terms_register_topbar_label a{
    padding: 0px;
}

#user_terms_register_mobile_label {
    margin-top: -15px;
    margin-left: 25px;
}

.shortcode-login #user_terms_register_sh_label{
    margin-top: 4px;
    line-height: 10px;
    cursor: pointer;
    margin-bottom: 10px;
    float: left;
    width: 90%;
}

#user_terms_register_sh{
    float: left;
    margin-right: 5px;
}

#user_terms_register_wd{
    float:left;
    margin-right: 5px;
    margin-top: 5px;
}

#user_terms_register_wd_label{
    width:auto;
    font-size: 12px;
}

#ajax_register_div #user_terms_register_sh_label {
    width: 208px;
    margin-bottom: 10px;
}

/*=GDPR check*/

.gpr_wrapper label {
    line-height: 15px;
    vertical-align: top;
}

.gpr_wrapper {
    margin-bottom: 5px;
}


/*=wp-comment-cookies-consent*/
.comment-form-cookies-consent {
    margin-bottom: 5px;
}

.comment-form-cookies-consent label {
    line-height: 15px;
    vertical-align: top;
}
/*=floor plans
-----------------------------------------------------------------*/

#add_new_plan_front_end {
    margin: 10px 0px 30px 0px;
    cursor:pointer;
    background-color: #4ecb8f;
    color: #fff;
    padding: 5px;
}

.plan_row{
    float: left;
    width: 100%;
    margin-top: 20px;
    border: 1px solid #f0f0f0;
    padding: 20px;
}

.floor_container{
    width: 100%;
    max-width: 100%!important;  
    border: 1px solid #f0f0f0;
    padding: 0px;
    float:left;
    position:relative;
    margin-bottom: 20px;
    margin-left: 0px!important;
}

.floor_container img{
    margin-bottom:20px;
}

.floor_p{
    float: left;
    width: 50%;
    margin-bottom: 10px;
}

.floor_full{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.plan_image,
.plan_description{
    width:97.5%
}

.floor_container .floor_p{
    width:33%;
}

.floor_container input{
    float:left;
    width:95%;
}

.floor_upload_but{
    width:220px!important;
}

#floor_submit {
/*    margin-left: 15px;*/
    margin-left: 10px;
    color: #fff;
    margin-top: 0px;
    display: inline-block;
}

.floor_container i {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #a51e6c;
    color: #fff;
    font-size: 20px;
    padding: 5px;
    cursor: pointer;
}

#use_floor_plans{
    float: left;
    margin-bottom: 20px;
    margin-top: 1px;
    margin-right: 5px;  
}

.manage_floor{
    float: left;
    color: #fff;
    padding: 5px 20px;
    margin-top: 10px;
    border-radius: 3px;
    padding: 9px 26px!important;
    text-transform: uppercase;
    margin-left: 15px;
}

.manage_floor:hover{
    color:#fff;
}

/*=Stripe
-------------------------------------------------------------------------------*/
.stripe_form_featured{
    display:none;
}

.stripe-wrapper{
    margin: 8px 0px 0px 0px;
    float: left;

}

.stripe_paypal{
    margin-left: 10px;
}
.payment-container .stripe_paypal {
    margin: 10px 0px 10px 5px;
}

.package_selected{
    border: 1px solid #28556A;
}

.package_selected .buypackage{
    background-color:#BD1427;
    color:#ffffff;
}


.stripe_upgrade{
    display: inline-block;
    float: left;
    margin: 8px 0px 0px 10px;
}
#package_pick .stripe-button-el {
    margin-bottom: 10px;
}



.stripe-button-el span,
.stripe-button-el{
/*    background: #1275ff!important;
    background-image: none!important;
    text-shadow: none!important;
    box-shadow: none!important;
    border-radius: 3px;*/
}

/*=dashboard search
--------------------------------------------------------------------------------*/

#search_dashboard_auto{
    float: left;
    width: 100%;
    margin-bottom: 12px;
    padding-left: 60px;
}

#search_form_submit_1{
    margin-left: 15px;
    color: #fff;
    margin-top:0px;
    float:left;
    background-color: #28556A;
}

#prop_name{
    width:300px;
    padding: 9x 0px 9px 9px;
    float:left;
}

.ui-widget-content {
    color: #768082!important;
    border: 1px solid #f0f0f0!important;
    background: #fff!important;
    background-image: none!important;
}

.ui-autocomplete .ui-menu-item .ui-state-focus{
    background-color: #28556A!important;
    background-image: none!important;
    color:#fff!important;
    border:none!important;
    border-radius: 0px!important;
}

.pp_social .facebook{
    width:102px!important;
}

/*=Contact Form 7
---------------------------------------------*/
span.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7-form-control-wrap textarea{
    width:100%;
}

.wpcf7-form  input[type="submit"]{
    -webkit-appearance: none;
    min-width: 145px;
    font-size: 14px!important;
    text-transform: uppercase;
    line-height: normal!important;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important;
    background-color: #28556A!important;
    border:none;
    color: #fff;
    margin-bottom: 0px!important;
    padding: 9px 26px!important;
    font-weight: 600;
}

.wpcf7-mail-sent-ok,
.wpcf7-validation-errors, 
.wpcf7-acceptance-missing{
    width: auto;
    float: left;
}

.wpcf7-form p{
    margin-bottom: 13px;font-size: 13px;
    line-height: 22px;
}


.agent_contanct_form_sidebar .wpcf7-form-control{
    width:100%;
    border: 1px solid #dde4e9;
}

.wpcf7-form-control-wrap input{
    width:100%;
margin-bottom: 10px!important;
	}

.wpcf7-form-control-wrap input[type="checkbox"] {
    width: 15px;
}

.wpcf7-form-control-wrap textarea{
    border: 1px solid #dde4e9;
}

.agent_contanct_form_sidebar .wpcf7 .col-md-4 {
    width: 100%;
}

#all_wrapper{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    webkit-overflow-scrolling: auto;
}

@media screen and (max-width:990px){
    .stretched-row{
        padding-left:0px!important;
        padding-right:0px!important;
        left:0px!important;
        width:auto!important;

    }
}

/*=Invoices
---------------------------------------------*/

.invoice_totals{
    padding:0px;
    color: #263238;
}

.invoice_unit_title{
    padding: 10px 0px;
    margin: 15px 0px;
    background: #e7e7e7;
    color: #263238;
}

.invoice_unit {
    padding: 10px 0px;
    margin: 0px 0px;
    line-height: 1.4em;

}

.no_invoices{
    float:left;
}

.invoice_unit:nth-of-type(odd){
    background: #fff; 
}

.invoice_filters{
    padding: 0px;
    margin: 0px -15px;
}

/*=mega menu
-------------------------------------------------------------------------------------*/

#access .with-megamenu i{
    margin-right: 9px;
}

#access .with-megamenu i {
    margin-right: 9px;
    height: 100%;
    line-height: 1.3em;
    transition: all 0.3s ease;
    color: #9eb5d6;
}

#access .menu>li>a i{
   line-height: 90px;  
}

.header_type5 #access .menu>li>a i{
    line-height: 45px; 
}

.customnav.header_type3.hover_type_4 #access .menu>li>a i,
.customnav.header_type3 #access .menu>li>a i,
.customnav.header_type2.hover_type_4 #access .menu>li>a i,
.customnav.header_type2 #access .menu>li>a i,
.customnav #access .menu>li>a i{
   line-height: 70px;  
}

.header_type3.hover_type_4 #access .menu>li>a i{
    line-height: 59px;
}

.header_type3 #access .menu>li>a i,
.header_type2 #access .menu>li>a i{
    line-height: 53px;
}

.header_type2.hover_type_4  #access  .menu>li>a i{
     line-height: 59px;
}


#access ul li.with-megamenu>ul.sub-menu,
#access ul li.with-megamenu:hover>ul.sub-menu {
    top: 90px;
    left: 45px;
    right: auto;
    padding: 13px 0px;
    width: 100%;
    margin: 0px;
    max-width: 1110px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.full_width_header .header_type1.header_left #access ul li.with-megamenu>ul.sub-menu,
.full_width_header .header_type1.header_left #access ul li.with-megamenu:hover>ul.sub-menu {
    left: auto;
    right: 45px;
    padding: 13px 0px;
    width: 100%;
    margin: 0px;
    max-width: 1110px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.header_type2 #access ul li.with-megamenu>ul.sub-menu,
.header_type2 #access ul li.with-megamenu:hover>ul.sub-menu{
    left:0px;    
}


.header_type2 #access ul li.with-megamenu>ul.sub-menu{
    top: 170px;
}

.header_type2 #access ul li.with-megamenu:hover>ul.sub-menu {
    top: 59px;
    left: 0px;
    right: 0px;
    max-width: 1100px;
}

.header_type2.header_right #access ul li.with-megamenu:hover>ul.sub-menu {
    top: 59px;
    left: 73px;
    right: 0px;
}

.header_type2.header_right #access ul li.with-megamenu>ul.sub-menu, 
.header_type2.header_right #access ul li.with-megamenu:hover>ul.sub-menu {
    left: auto;
    right: 0px;
}

.full_width_header .header_type2.header_right #access ul li.with-megamenu:hover>ul.sub-menu {
    top: 59px;
    left: auto;
    right: 0px;
}

.full_width_header .header_type2.header_right.customnav #access ul li.with-megamenu:hover>ul.sub-menu {
    top: 70px;
    left: auto;
    right: 0px;
}

.header_type3 #access ul li.with-megamenu>ul.sub-menu{
    top: 180px;
} 

.header_type3 #access ul li.with-megamenu:hover>ul.sub-menu {
    top: 59px;
}

.fixed_header #access ul li.with-megamenu>ul.sub-menu, 
.fixed_header #access ul li.with-megamenu:hover>ul.sub-menu{
    right: 45px;
    left: auto;
}
.has_header_type5 .fixed_header #access ul li.with-megamenu>ul.sub-menu, 
.has_header_type5 .fixed_header #access ul li.with-megamenu:hover>ul.sub-menu{
    right: auto;
    left: 0px;
}

.has_header_type5 .fixed_header .header_type5.header_right #access ul li.with-megamenu>ul.sub-menu, 
.has_header_type5 .fixed_header .header_type5.header_right #access ul li.with-megamenu:hover>ul.sub-menu{
    right: 0px;
    left: auto;
}


.header_type5.header_right #access ul li.with-megamenu>ul.sub-menu, 
#access ul li.with-megamenu:hover>ul.sub-menu{
    max-width: 1110px;
}

.header_wrapper.header_type2.header_left.navbar-fixed-top.customnav #access {
    padding-left: 190px;
}

.header_wrapper.header_type2.header_center.navbar-fixed-top.customnav #access {
    padding-left: 190px;
    max-width: 990px;
}

.header_type2.customnav.header_left.customnav #access ul li:hover> ul,
.header_type2.customnav.header_center.customnav #access ul li:hover> ul,
.header_type2.customnav.header_right.customnav #access ul li:hover> ul,
.customnav #access ul li.with-megamenu:hover>ul.sub-menu,
.full_width_header .header_type1.header_left.customnav #access ul li.with-megamenu>ul.sub-menu,
.full_width_header .header_type1.header_left.customnav #access ul li.with-megamenu:hover>ul.sub-menu {
    top: 70px;
}

.header_type2.customnav.header_left.customnav #access ul ul li:hover > ul,
.header_type2.customnav.header_center.customnav #access ul ul li:hover > ul,
.header_type2.customnav.header_right.customnav #access ul ul li:hover > ul{
    top: 0px;
}

.fixed_header .header_type2.header_left  #access ul li.with-megamenu>ul.sub-menu, 
.fixed_header .header_type2.header_left  #access ul li.with-megamenu:hover>ul.sub-menu,
.fixed_header .header_type3.header_left  #access ul li.with-megamenu>ul.sub-menu, 
.fixed_header .header_type3.header_left  #access ul li.with-megamenu:hover>ul.sub-menu{
    left:auto;
    right:0px;
}

.fixed_header .header_type2.header_left  #access ul li.with-megamenu>ul.sub-menu, 
.fixed_header .header_type2.header_left  #access ul li.with-megamenu:hover>ul.sub-menu,
.fixed_header .header_type3.header_left  #access ul li.with-megamenu>ul.sub-menu, 
.fixed_header .header_type3.header_left  #access ul li.with-megamenu:hover>ul.sub-menu,
.fixed_header .header_type2.header_center  #access ul li.with-megamenu>ul.sub-menu, 
.fixed_header .header_type2.header_center  #access ul li.with-megamenu:hover>ul.sub-menu,
.fixed_header .header_type3.header_center  #access ul li.with-megamenu>ul.sub-menu, 
.fixed_header .header_type3.header_center  #access ul li.with-megamenu:hover>ul.sub-menu{
    left:0px;
    right:0px;
}

.fixed_header .header_type2.header_right  #access ul li.with-megamenu>ul.sub-menu, 
.fixed_header .header_type2.header_right  #access ul li.with-megamenu:hover>ul.sub-menu,
.fixed_header .header_type3.header_right  #access ul li.with-megamenu>ul.sub-menu, 
.fixed_header .header_type3.header_right  #access ul li.with-megamenu:hover>ul.sub-menu{
    left:auto;
    right:0px;
}

.customnav #access ul li.with-megamenu>ul.sub-menu{
    top: 130px;
} 

.header_type2.customnav #access ul li.with-megamenu:hover>ul.sub-menu{
    top: 70px;
    left:0px;
}

#access ul li.with-megamenu>ul.sub-menu{
/*    top:114px;*/
    top:63px;
        box-shadow: 0 3px 2px 0 rgba(0,0,0,.05);
}

#access li.with-megamenu{
    position:static;
}

#access ul ul li.wpestate_megamenu_col_1 {
    width: 100%;
    float:left;
}

#access ul ul li.wpestate_megamenu_col_2 {
    width: 50%;
    float:left;
}

#access ul ul li.wpestate_megamenu_col_3 {
    width: 33.33%;
    float:left;
}

#access ul ul li.wpestate_megamenu_col_4 {
    width: 25%;
    float:left;

}

#access ul ul li.wpestate_megamenu_col_5 {
    width: 20%;
    float:left;
}

#access ul ul li.wpestate_megamenu_col_6 {
    width: 16.66%;
    float:left;
}

#access ul ul li.wpestate_megamenu_col_1.mega_menu_border,
#access ul ul li.wpestate_megamenu_col_2.mega_menu_border,
#access ul ul li.wpestate_megamenu_col_3.mega_menu_border,
#access ul ul li.wpestate_megamenu_col_4.mega_menu_border,
#access ul ul li.wpestate_megamenu_col_5.mega_menu_border,
#access ul ul li.wpestate_megamenu_col_6.mega_menu_border{
    border-right:1px solid #f0f0f0;
}

#access ul ul li.wpestate_megamenu_col_1,
#access ul ul li.wpestate_megamenu_col_2,
#access ul ul li.wpestate_megamenu_col_3,
#access ul ul li.wpestate_megamenu_col_4,
#access ul ul li.wpestate_megamenu_col_5,
#access ul ul li.wpestate_megamenu_col_6,
#access ul ul li.wpestate_megamenu_col_1 a,
#access ul ul li.wpestate_megamenu_col_2 a,
#access ul ul li.wpestate_megamenu_col_3 a,
#access ul ul li.wpestate_megamenu_col_4 a,
#access ul ul li.wpestate_megamenu_col_5 a,
#access ul ul li.wpestate_megamenu_col_6 a{
    color: #1a171b;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    line-height: 1.4em;
    padding: 7px 13px;
    text-transform: none;
    overflow:hidden;
  
}
#access ul ul li.wpestate_megamenu_col_1,
#access ul ul li.wpestate_megamenu_col_2,
#access ul ul li.wpestate_megamenu_col_3,
#access ul ul li.wpestate_megamenu_col_4,
#access ul ul li.wpestate_megamenu_col_5,
#access ul ul li.wpestate_megamenu_col_6{
   opacity: 0;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    margin-top: -5px;
    
}

#access ul li.with-megamenu:hover>ul.sub-menu li{
    transition-delay:0.3s;
    opacity:1;
    margin-top: 0px;
}

#access ul li.with-megamenu:hover>ul.sub-menu li:nth-of-type(2){
    transition-delay:0.4s;
}

#access ul li.with-megamenu:hover>ul.sub-menu li:nth-of-type(3){
    transition-delay:0.55s;
}

#access ul li.with-megamenu:hover>ul.sub-menu li:nth-of-type(4){
    transition-delay:0.7s;
}

#access ul li.with-megamenu:hover>ul.sub-menu li:nth-of-type(5){
    transition-delay:0.85s;
}

#access ul li.with-megamenu:hover>ul.sub-menu li:nth-of-type(6){
    transition-delay:0.9s;
}

#access ul li.with-megamenu:hover>ul.sub-menu li > ul.sub-menu li {
       transition-delay:0s;
}


#access ul ul li.wpestate_megamenu_col_1 a.menu-item-link,
#access ul ul li.wpestate_megamenu_col_2 a.menu-item-link,
#access ul ul li.wpestate_megamenu_col_3 a.menu-item-link,
#access ul ul li.wpestate_megamenu_col_4 a.menu-item-link,
#access ul ul li.wpestate_megamenu_col_5 a.menu-item-link,
#access ul ul li.wpestate_megamenu_col_6 a.menu-item-link{
    font-size: 13px;
    color: #3a4659;
}

.customnav #access ul ul li.wpestate_megamenu_col_1,
.customnav #access ul ul li.wpestate_megamenu_col_2,
.customnav #access ul ul li.wpestate_megamenu_col_3,
.customnav #access ul ul li.wpestate_megamenu_col_4,
.customnav #access ul ul li.wpestate_megamenu_col_5,
.customnav #access ul ul li.wpestate_megamenu_col_6,
.customnav #access ul ul li.wpestate_megamenu_col_1 a,
.customnav #access ul ul li.wpestate_megamenu_col_2 a,
.customnav #access ul ul li.wpestate_megamenu_col_3 a,
.customnav #access ul ul li.wpestate_megamenu_col_4 a,
.customnav #access ul ul li.wpestate_megamenu_col_5 a,
.customnav #access ul ul li.wpestate_megamenu_col_6 a{
    padding: 7px 13px;
}

.customnav #access ul ul li.wpestate_megamenu_col_1 li:last-of-type .widget-container a,
.customnav #access ul ul li.wpestate_megamenu_col_2 li:last-of-type .widget-container a,
.customnav #access ul ul li.wpestate_megamenu_col_3 li:last-of-type .widget-container a,
.customnav #access ul ul li.wpestate_megamenu_col_4 li:last-of-type .widget-container a,
.customnav #access ul ul li.wpestate_megamenu_col_5 li:last-of-type .widget-container a,
.customnav #access ul ul li.wpestate_megamenu_col_6 li:last-of-type .widget-container a,
.customnav #access ul ul li.wpestate_megamenu_col_1 .widget-container a, 
.customnav #access ul ul li.wpestate_megamenu_col_2 .widget-container a, 
.customnav #access ul ul li.wpestate_megamenu_col_3 .widget-container a, 
.customnav #access ul ul li.wpestate_megamenu_col_4 .widget-container a, 
.customnav #access ul ul li.wpestate_megamenu_col_5 .widget-container a, 
.customnav #access ul ul li.wpestate_megamenu_col_6 .widget-container a{
    padding: 3px 0px;
}

.customnav #access ul ul li.wpestate_megamenu_col_1 li:last-of-type a,
.customnav #access ul ul li.wpestate_megamenu_col_2 li:last-of-type a,
.customnav #access ul ul li.wpestate_megamenu_col_3 li:last-of-type a,
.customnav #access ul ul li.wpestate_megamenu_col_4 li:last-of-type a,
.customnav #access ul ul li.wpestate_megamenu_col_5 li:last-of-type a,
.customnav #access ul ul li.wpestate_megamenu_col_6 li:last-of-type a{
    padding: 7px 13px 0px 13px;
}

#access ul ul li.wpestate_megamenu_col_1 li:last-of-type a,
#access ul ul li.wpestate_megamenu_col_2 li:last-of-type a,
#access ul ul li.wpestate_megamenu_col_3 li:last-of-type a,
#access ul ul li.wpestate_megamenu_col_4 li:last-of-type a,
#access ul ul li.wpestate_megamenu_col_5 li:last-of-type a,
#access ul ul li.wpestate_megamenu_col_6 li:last-of-type a{
    padding: 7px 13px 0px 13px;
}

#access ul ul li.wpestate_megamenu_col_1 li:last-of-type .widget-container a,
#access ul ul li.wpestate_megamenu_col_2 li:last-of-type .widget-container a,
#access ul ul li.wpestate_megamenu_col_3 li:last-of-type .widget-container a,
#access ul ul li.wpestate_megamenu_col_4 li:last-of-type .widget-container a,
#access ul ul li.wpestate_megamenu_col_5 li:last-of-type .widget-container a,
#access ul ul li.wpestate_megamenu_col_6 li:last-of-type .widget-container a{
    padding: 7px 0px;
}

#access ul li.with-megamenu ul ul{
    left: 0px;
    margin: 0px;
    top: 0px;
    width: 100%;
    border: none!important;
    box-shadow: none;
}

#access .menu>.with-megamenu:hover   ul ul{
    visibility: visible;
    opacity:1;
    padding-top: 0px;
    margin-left: 1px;
    position: Relative;
    left: 0px;
    margin: 0px;
    top:0px;
    width:100%;
    border: none!important;
    box-shadow: none;
    background: Transparent;
}

#access .with-megamenu ul ul a{
    border:none
}

.with-megamenu .sub-menu li:hover {
    background-color: transparent;
}

#access .with-megamenu  .sub-menu li:hover>a, 
#access .with-megamenu  .sub-menu li:hover>a:active, 
#access .with-megamenu  .sub-menu li:hover>a:focus {
    color: #28556A;
}

#access ul ul li.wpestate_megamenu_col_1 .megamenu-title:hover a,
#access ul ul li.wpestate_megamenu_col_2 .megamenu-title:hover a,
#access ul ul li.wpestate_megamenu_col_3 .megamenu-title:hover a,
#access ul ul li.wpestate_megamenu_col_4 .megamenu-title:hover a,
#access ul ul li.wpestate_megamenu_col_5 .megamenu-title:hover a,
#access ul ul li.wpestate_megamenu_col_6 .megamenu-title:hover a{
    color: #28556A;
}

#access .with-megamenu .sub-menu .menu-item-has-children >a:after{
    display: none;
}

#access .with-megamenu .sub-menu li:hover{
    color:inherit;
}

#access ul ul li.wpestate_megamenu_col_1 .megamenu-title , 
#access ul ul li.wpestate_megamenu_col_2 .megamenu-title, 
#access ul ul li.wpestate_megamenu_col_3 .megamenu-title, 
#access ul ul li.wpestate_megamenu_col_4 .megamenu-title, 
#access ul ul li.wpestate_megamenu_col_5 .megamenu-title, 
#access ul ul li.wpestate_megamenu_col_6 .megamenu-title, 
#access ul ul li.wpestate_megamenu_col_1 .megamenu-title a, 
#access ul ul li.wpestate_megamenu_col_2 .megamenu-title a, 
#access ul ul li.wpestate_megamenu_col_3 .megamenu-title a, 
#access ul ul li.wpestate_megamenu_col_4 .megamenu-title a, 
#access ul ul li.wpestate_megamenu_col_5 .megamenu-title a, 
#access ul ul li.wpestate_megamenu_col_6 .megamenu-title a{
    font-weight: bold;
    border: none;
    text-transform: uppercase;
}

#access ul ul ul .megamenu-demos ul{
    display:block;
}

.megamenu-demos img{
    border: 1px solid #eee;
    width:100%;
}

#access .with-megamenu .widget-container{
    margin-bottom: 0px;
}
/*
#access ul ul li.wpestate_megamenu_col_1, 
#access ul ul li.wpestate_megamenu_col_2, 
#access ul ul li.wpestate_megamenu_col_3, 
#access ul ul li.wpestate_megamenu_col_4, 
#access ul ul li.wpestate_megamenu_col_5, 
#access ul ul li.wpestate_megamenu_col_6, 
*/
#access ul ul li.wpestate_megamenu_col_1 .widget-container a, 
#access ul ul li.wpestate_megamenu_col_2 .widget-container a, 
#access ul ul li.wpestate_megamenu_col_3 .widget-container a, 
#access ul ul li.wpestate_megamenu_col_4 .widget-container a, 
#access ul ul li.wpestate_megamenu_col_5 .widget-container a, 
#access ul ul li.wpestate_megamenu_col_6 .widget-container a{
    padding: 3px 0px!important;
}

#access .with-megamenu  .widget-title-sidebar{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
}


#access .with-megamenu .megamenu-title a{
    padding-top: 0px;
}

#access .with-megamenu  ul ul ul {
    display: block;
}

.with-megamenu .widget li,  
.with-megamenu .widget-container li {
    font-size: 13px;
    width: 100%;
    border: none;
    margin-bottom: 0px;
    padding-bottom: 8px;
}

.with-megamenu .widget_nav_menu li:before,
.with-megamenu .widget_pages li:before,
.with-megamenu .widget_rss li:before,
.with-megamenu .widget_text li:before,
.with-megamenu .widget_recent_entries li:before{
    margin: 7px 13px 0px 0px;
}


/*=property page design*/
.wpestate_property_description{
    background-color: #fff;
    padding: 30px;
    float: left;
    width: 100%;
}
.wpestate_estate_property_slider_section_wrapper {
}

.wpestate_estate_property_slider_section_wrapper .post-carusel .item{
    height: 100%;
}

.wpestate_estate_property_slider_section_wrapper .carouselvertical {
    height: 100%!important;
}

.wpestate_estate_property_slider_section_wrapper  .carouselvertical .carousel-inner{
    max-width:100%;
}

.col-md-9.rightmargin .wpestate_estate_property_slider_section_wrapper  .carouselvertical .carousel-inner{
    max-width:680px;
}

.wpestate_estate_property_design_agent .agentpic-wrapper {
    max-width: 313px;
    padding-left: 0px;
    min-width: 250px;
}

.wpestate_estate_property_design_agent .mydetails {
    width: auto;
    display: none;
}

.wpestate_estate_property_design_agent .agent_details{
     width: auto;
}

.wpestate_estate_property_design_agent .agent_contanct_form{
    margin-left:0px;
    margin-right:0px;
}

.wpestate_estate_property_design_agent #agent_contact_name, 
.wpestate_estate_property_design_agent #agent_user_email, 
.wpestate_estate_property_design_agent #agent_phone {
    width: 31.5%;
}
.col-md-12.full_width_prop .vc_col-sm-9  .wpestate_estate_property_design_agent #agent_contact_name, 
.col-md-12.full_width_prop .vc_col-sm-9  .wpestate_estate_property_design_agent #agent_user_email, 
.col-md-12.full_width_prop .vc_col-sm-9  .wpestate_estate_property_design_agent #agent_phone,
.col-md-12.full_width_prop .vc_col-sm-8  .wpestate_estate_property_design_agent #agent_contact_name, 
.col-md-12.full_width_prop .vc_col-sm-8  .wpestate_estate_property_design_agent #agent_user_email, 
.col-md-12.full_width_prop .vc_col-sm-8  .wpestate_estate_property_design_agent #agent_phone {
    width: 32%;
}

.vc_col-sm-4 .wpestate_estate_property_design_agent #agent_contact_name, 
.vc_col-sm-4 .wpestate_estate_property_design_agent #agent_user_email, 
.vc_col-sm-4 .wpestate_estate_property_design_agent #agent_phone {
    width: 30.8%;
}

.wpestate_estate_property_design_related_listings .mylistings{
    margin-left:-15px;
    margin-right:-15px;
    display: block;
}

.property_custom_detail_wrapper{
    float:left;
    width: 100%;
}

.wpestate_estate_property_design_gallery{
    list-style:none;
    margin:0px;
    float:left;
}

.wpestate_estate_property_design_gallery li{ 
    display:inline;
    float:left;
}

.wpestate_estate_property_design_intext_details #add_favorites {
    position: relative;
    top: auto;
    right: auto;
    cursor: pointer;
    display: inline-block;
}

.wpestate_estate_property_design_intext_details .no_views{
    float:none;
}

.wpestate_estate_property_design_intext_details #print_page,
.wpestate_estate_property_design_intext_details .share_facebook,
.wpestate_estate_property_design_intext_details .share_tweet,
.wpestate_estate_property_design_intext_details .share_google,
.wpestate_estate_property_design_intext_details .share_pinterest{
    float:none;
    font-size: 17px;
    margin-left: 13px;
}

.wpestate_estate_property_details_section{
    position:relative;
}

.wpestate_estate_property_details_section  .google_map_shortcode_wrapper {
    position: relative;
    min-height: 400px;
    width: 100%;
    float: left;
}

.wpestate_estate_property_design_agent.property_desing_agent_one_col  .agent_details {
    width: 100%;
    margin: 15px 0px 0px 0px;
    padding: 0px;
    float: left;
}

.wpestate_estate_property_design_agent.property_desing_agent_one_col .agent_position,
.wpestate_estate_property_design_agent.property_desing_agent_one_col .agent_detail,
.wpestate_estate_property_design_agent.property_desing_agent_one_col .agent_details h3{
    padding-left: 0!important;
    margin-left: 0px!important;
}

#ihf-main-container .carousel-control {
    top:50%!important;
}

#ihf-main-container .carousel-control {
   height: auto;
   background: none;
   border: none;
}

#ihf-main-container .carousel-caption {
    background: none;
}

#ihf-main-container .modal {
    width: auto;
    margin-left: 0;
    background-color: transparent;
    border: 0;
}

.ihf-results-links > a:nth-child(1) {
    display: none;
}


#ihf-main-container .modal-dialog {
    left: 0% !important;
}

.custom_span_header{
    float:left;
    display:inline;
    font-size: 15px;    
}

.custom_span_header i{
    margin-right: 5px;
}


/*=property_unit*/

.property_unit_custom_element,
.property_unit_custom_element i{
   display:inline-block;
}

.property_unit_custom.col-md-12{
    padding:0px;
}

.property_unit_custom_agent_face{
    width:50px;
    height:50px;
    border-radius:50%;
    float: left;
    background-size: cover;
    background-position: 50% 50%;
    border: 2px solid #f0f0f0;
}

.property_listing.property_listing_custom_design img{
    border:none;
}

.property_listing.property_listing_custom_design{
    padding-bottom:0px;
}

.custom_separator{
    border-top:1px solid #dde4e9;
    width:100%;
}

.no_content_area_back_color .agent_contanct_form,
.page_template_loader .vc_row.no_content_area_back_color {
    background-color:transparent;
    padding:0px;
    margin: 0px -8px;

}
.property_unit_custom_element.property_status:empty, 
.property_unit_custom_element.featured_icon:empty{
    display:none;   
} 

.icon-fav.favorite-text,
.compare-action.text_compare,
.share_list.text_share{
    background-image:none!important;
}

.property_unit_custom {
    line-height: 1;
}

.icon-fav.custom_fav.icon-fav-on,
.icon-fav.custom_fav{
   background-image: none!important;
   border:none;
}

.icon-fav.custom_fav:before{
    content: "\f08a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    
}

.icon-fav.custom_fav.icon-fav-on{
     background-image: none!important;
}

.icon-fav.custom_fav.icon-fav-on:before{
    content: "\f004";
     font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.breadcrumb_container{
    min-height:40px;
    margin-bottom: 20px;
}

.home .breadcrumb_container{
    display:none;
}

#primary .social_sidebar_internal a {
    width: 22%;
    margin: 0 4% 4% 0;
    height: 0;
    padding-bottom: 18%;
    position: relative;
}

#primary .social_sidebar_internal a:nth-child(4n){
    margin-right:0px;
}

#primary .social_sidebar_internal{
    margin-bottom:-10px;
}

#primary .social_sidebar_internal i {
    -moz-osx-font-smoothing: grayscale;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -11px;
}

.listing_wrapper.col-md-12{
    width:100%;
}

.listing_wrapper.col-md-12 .custom_property_image_wrapper{
    position:absolute;
    top:0px;
    left:0px;
}

.listing_wrapper.col-md-12  > .property_listing.property_listing_custom_design {
    min-height: 169px;
}

.listing_wrapper.col-md-12 .property_listing.property_listing_custom_design {
    padding-left:280px;
}

.listing_wrapper.col-md-12 .property_listing.property_listing_custom_design h4 {
    padding-left: 0px;
}

.listing_wrapper.col-md-12  > .property_listing.property_listing_custom_design  .carousel-inner{
    max-width:100%;
}

.listing_wrapper.col-md-12  > .property_listing.property_listing_custom_design  .carousel-inner img{
    width: auto;
}

.listing_wrapper.col-md-12 .property_listing.property_listing_custom_design {
    padding-left: 33%;
}

.wrap_custom_image{
    position: absolute;
    top: 0px;
    left: 0px;
    /* width: 33%; */
    /*max-width: 33%*/;
    width:auto;
    height: 100%;
    overflow: hidden;
    background: #f7f7f7;
}

#google_map_prop_list_sidebar .wrap_custom_image,
.col-md-9.rightmargin .wrap_custom_image,
.col-md-9.col-md-push-3.rightmargin .wrap_custom_image{
    max-width: 43%;
}

#google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_listing_custom_design,
.col-md-9.rightmargin .listing_wrapper.col-md-12 .property_listing.property_listing_custom_design,
.col-md-9.col-md-push-3.rightmargin .listing_wrapper.col-md-12 .property_listing.property_listing_custom_design{
    padding-left:  43%;
}

.wrap_custom_image img{
    width:100%;
    height:auto;
}

.wrap_custom_image .property_unit_custom_element.image{
    padding:0px!important;
    margin:0px!important;
} 

.listing_wrapper.col-md-12  > .property_listing.property_listing_custom_design  .carousel-inner{
    max-width: 100%;
    height: 100%;
}

.listing_wrapper.col-md-12  > .property_listing.property_listing_custom_design .carousel,
.listing_wrapper.col-md-12  > .property_listing.property_listing_custom_design .listing-unit-img-wrapper{
    position:inherit;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}


.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.shortcode_slider_wrapper {
    overflow: initial;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow{
    top: -42px;
    width: 33px;
    height: 33px;
    border-radius: 2px;
    cursor: pointer;
    color: #99a2ae;
    font-size: 0px;
    background-color: #28556A;
    color: #fff;
    padding-left: 8px;
    border: none;
    position: absolute;
}
button.slick-next.slick-arrow {
    right: 15px;
    left:auto;
}

button.slick-next:active{
    padding:0px 0px 0px 8px!important;
}

button.slick-prev:active{
    padding:0px 0px 0px 8px!important;
}
button.slick-prev.slick-arrow {
    right: 51px;
    left:auto;
}

.slider_container .slick-slider {
    margin-bottom: 40px;
    position:relative;
} 

.slider_container button.slick-prev.slick-arrow:before {
    content: '\e800';
    font-family: "fontello";
    font-size: 19px;
    line-height: 33px;
    margin-right: 5px;
    opacity:1;
}

.slider_container button.slick-next.slick-arrow:before {
    font-size: 33px;
    line-height: 33px;
    margin-right: 8px;
    content: '\e801';
    font-family: "fontello";
    font-size: 19px;
    line-height: 30px;
    opacity:1;
}


.featured_property .slider_container i{
    font-size: 25px;
}

.slider_container button{
    webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

.slider_container button:hover{
    background-color: #33353A;
    
}
    

.slider_container .slick-dots {
    position: absolute;
    width: 100%;
    list-style: none;
    text-align: center;
    bottom: -15px;
    padding: 0px;
    margin-bottom:0px;
}

.slider_container .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slider_container .slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slider_container .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slider_container .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #28556A;
}

.slider_container .slick-dots li button::before {
    font-family: Fontawesome;
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: "\f111";
    text-align: center;
    opacity: 0.25;
    color: #28556A;
    -webkit-font-smoothing: antialiased;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.property_listing.places_listing .property_location{
    color: #f1bf7f;
    line-height: 30px;
    font-size: 17px;
}

.property_listing.places_listing{
    min-height: 400px;
}

.blog_unit_image img,
.property_listing.places_listing img{
    border: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.places_listing .listing-unit-img-wrapper{
    overflow:hidden;
}

/*= Places type 2*/

.places_wrapper_type_2 {
    width: 100%;
    height: 370px;
    text-align: center;
    background-position: center;
    background-size: cover;
    transition: all 0.4s ease;
    height: 400px;
    border-radius: 3px;
}

.places_type_2_content{
    position:absolute;
    left:0px;
    right:0px;
    bottom:13%;
    text-align: center;
    color: white;
}

.places_type_2_listings_no {
    font-size: 14px;
    text-transform: uppercase;   
    text-align: center;
    color: white;
}

.places_type_2_tagline{
    text-align: center;
    color: white;
}

.places_wrapper_type_2:hover {
}

.places_wrapper_type_2 h4 {
    margin-bottom:0px;
}

.places_wrapper_type_2 h4 a {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    color: white;
}

.places_wrapper_type_2 .places_cover{
    width:100%;
    height:100%;
    background-color:#000;
    opacity:0.3;
    top:0px;
    left:0px;
    transition: all 0.4s ease;
    cursor: pointer;
    border-radius: 3px;
}
.featured_property_type2:hover .places_cover,
.places_wrapper_type_2:hover .places_cover{
    opacity:0.15;
}

/*=end places 2*/


.with_search_2 #openmap{
    bottom: 0px;
}

/*=featured property type 1
--------------------------------------------------------------------*/
.featured_property.featured_property_type1 .featured_div {
    z-index: 99;
    float: left;
    bottom: auto;
    /*position:absolute;*/
    
}

.featured_property_type1 .wpresidence_button {
    padding: 7px 10px;
}

.featured_property{
    width: 100%;
    position: relative;
    margin-bottom: 26px;
    border-radius: 3px; 
    border: 1px solid #f0f0f0;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    max-width:940px; 
}

.featured_property .featured_img{
    position:relative;
}

.featured_cover{
    cursor:pointer;
}

.featured_property .listing-cover {
    height:100%;
}

.featured_property .listing-cover-plus {
    top:50%;
}


.featured_property:hover .featured_secondline{
    background-color:#fff;
}

.featured_property:hover .listing-cover {
    opacity:1;
}

.featured_property:hover .listing-cover-plus {
    opacity:1;
}

.featured_property:hover h2 a{
    color:#BD1427;
}

.featured_property img{
    border-top-left-radius: 4px; 
    border-top-right-radius: 4px; 
    border-bottom: 3px solid #28556A!important;   
}

.featured_property h2 a,
.featured_property h2{
    color: #3a4659;
    font-size: 20px;
    line-height: 1.6em;
    margin-top: 0px;
    margin-bottom: -3px;
}

.featured_property .price_label{
    float:right;
}

.featured_secondline{
    width: 100%;
    position: relative;
    background-color: #fff;
    color: #fff;
    height:82px;
    z-index: 11;
    padding: 13px;
    font-size: 15px;
    cursor: pointer;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.agent_face{
    width: 68px;
    height: 55px;
    display: inline;
    float: left;
    padding-right: 13px;
    border-radius: 3px;
    overflow: hidden;
}

.agent_face img{
    border-radius: 3px;
    border:none!important;
}

.agent_face:hover .agent_face_details{
    display:block;
}

.agent_face_details{
    width: 310px;
    height: 110px;
    border: 1px solid #f0f0f0;
    background-color: #fdfdfd;
    position: absolute;
    bottom: -12px;
    left: 79px;
    z-index: 101;
    padding: 13px;
    border-radius: 3px;
    display:none;
}

.agent_face_details:after{
    content: " ";
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 10px solid #fdfdfd;
    top: 50%;
    left: -10px;
    position: absolute;
    margin-top: -6px;
}

.agent_face_details:before{
    content: " ";
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 10px solid #f0f0f0;
    top: 50%;
    left: -11px;
    position: absolute;
    margin-top: -6px;
}

.agent_face_details img{
    border-bottom: none!important;
    border-radius: 3px;
    float: left;
    margin-right: 13px;
    height: 80px;
    width: 80px;
}

.agent_face_details h4{
    display:inline;
    float: left;
    margin-right: 13px;
    margin-bottom:0px;
}

.agent_face_details .agent_position{
    display: inline;
    float: left;
    margin: 2px 29px 12px 0px;
    width: 55%;
}

.featured_prop_price{
    position: absolute;
    right: 13px;
    top: 19px;
    color: #28556A;
    font-size: 20px;
    letter-spacing: 0px;
}

.featured_prop_label{
    position: absolute;
    right: 13px;
    top: 40px;
    color: #28556A;
}

.featured_prop_price .price_label{
    position: absolute;
    right: 0px;
    top: 20px;
    color: #28556A;
    word-break: break-all;
    width: 100px;
    text-align: right;
}

.featured_prop_price .price_label_before {
    position: relative;
    right: auto;
    top: auto;
    color: #28556A;
    word-break: break-all;
    width: auto;
    text-align: left;
    float: left;
    margin: 0px 5px;
}

.google_map_sh{
    width: 250px;
    height: 130px;
    background: red;
    border: 5px solid white;
    padding: 4px;
    border-radius: 3px;
    display: none;  
}

.sale_line{
    font-size: 15px;
    color:#8593a9;
    font-weight:300;
}

.featured-content{
    float: left;
    position: absolute;
    margin-left: 270px;
    top: 103px;
}

.featured_property .featured_div{
/*    top: auto;*/
    bottom: 61px;
    z-index: 100;
}

.featured_property_type1 .ribbon-wrapper-default {
    z-index: 99;
}
.featured_property_type4 .featured_div {
    bottom:0px
}



/*=featured property type 2*/

.featured_property.featured_property_type2 .featured_div {
    z-index: 99;
    float: left;
    bottom: auto;
    position: relative;
}

.featured_property_type2 .places_cover{
    width: 100%;
    height: 100%;
    background-color: #F8F8F8;
    opacity: 0.3;
    top: 0px;
    left: 0px;
    transition: all 0.4s ease;
    cursor: pointer;
    position: absolute;
    pointer-events:none;
}


.featured_property_type2.featured_property img {
    border-bottom: 0px!important;
}

.featured_property_type2 .featured_secondline {
    background: transparent;
    position: absolute;
    bottom: 0px;
    pointer-events: none;
    padding: 0px;
}

.featured_property_type2:hover .featured_secondline {
    background-color: transparent;
}

.featured_property_type2 .sale_line {
    position: absolute;
    bottom: 40px;
    width: 400px;
    left: 100px;
    font-size: 15px;
    line-height: 1.5em;
    color: white;
}

.featured_property_type2 {
    width: 100%;
    position: relative;
    margin-bottom: 0px;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
/*    -webkit-box-shadow: none;
    box-shadow: none;*/
}

.featured_property_type2 .featured_prop_price {
    position: absolute;
    right: auto;
    left: 100px;
    bottom: 31px;
    top: auto;
    font-size: 16px;
    line-height: 1.5em;
    width: 100%;
    letter-spacing: 0px;
    color: white!important
}

.featured_property_type2 h2 a, .featured_property_type2 h2 {
    color: #ffffff;
    font-size: 20px;
    line-height: 2em;
    position: absolute;
    bottom: 27px;
    width: 400px;
    left: 50px;
}

.featured_property_type2 .agent_face {
    height: 68px;
    width: 68px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    border-radius: 50%;
    border: 1px solid #a6b3bb;
    background-size: cover;
}

.featured_property_type2 .price_label:not(.price_label_before) {
    float: none;
    margin-top: 0px;
    position: relative;
    color: white!important;
    text-align: left;
    right: auto;
    top: auto;
    bottom: 0px;
    display: inline;
    /* width: 100%; */
    font-size: 16px;
}

.featured_property_type2 .price_label_before {
    position: relative;
    float: left;
    right: auto;
    left: 0px;
    color: #fff!important;
    text-align: left;
    top: 0px;
    font-size: 16px;
    word-break: break-all;
    padding: 0px;
    margin: 0px 4px 0px 0px;
}

.featured_property_type2 .ribbon-wrapper-default {
    z-index: 99;
    left: 15px;
    top: 0px;
    position: relative;
    margin-top: 0px;
    left: 0px;
}

.featured_property_type2:hover h2 a {
    color: white!important;
}

.mylistings{
    min-width: 100%;
    display:inline-block;
    float: left;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
}

/*=featured property type 3--------
-----------------------------------*/

.featured_property.featured_property_type3 .featured_div {
    z-index: 99;
    float: left;
    bottom: auto;
}

.featured_property.featured_property_type3 .ribbon-wrapper-default{
    line-height: 0px;
    z-index: 99;
    background: transparent;
    padding: 0px;
    float: left;
}

.featured_property.featured_property_type3 .share_unit {
    top: 90px;
}

.featured_property.featured_property_type3 .featured_img {
    width: 50%;
    float: left;
    left: 0px;
    position: absolute;
}

.featured_property.featured_property_type1 .featured_img,
.featured_property.featured_property_type2 .featured_img,
.featured_property.featured_property_type3 .featured_img{
    overflow:hidden;
}

.featured_property.featured_property_type1 .carousel-inner,
.featured_property.featured_property_type2 .carousel-inner,
.featured_property.featured_property_type3 .carousel-inner,
.featured_property.featured_property_type3 .feat_img{
     transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.featured_property.featured_property_type1:hover .carousel-inner,
.featured_property.featured_property_type2:hover .carousel-inner,
.featured_property.featured_property_type3:hover .carousel-inner,
.featured_property.featured_property_type3:hover .feat_img{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand');
}

.featured_property.featured_property_type3 .icon-fav{
    padding-top: 4px;
}

.featured_property.featured_property_type3 .featured_secondline {
    width: 50%;
    position: absolute;
    background-color: #fff;
    color: #8593a9;
    float: right;
    right: 0px;
    z-index: 11;
    padding: 0px;
    font-size: 15px;
    cursor: pointer;
    height: 100%;
}

.featured_property.featured_property_type3 {
    min-height: 330px;
    border-radius: 3px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0px;
}

.featured_property.featured_property_type3 .feat_img {
    border: 0px!important;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    min-height: 328px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fff;
    border-radius: 3px 0px 0px 3px;
}

.featured_property.featured_property_type3 .listing-cover {
    opacity: 0;
}


.col-xs-12.col-md-9.rightmargin .featured_property.featured_property_type3 .featured_secondline .property_listing_details{
    display:none;
}

.featured_property_type3 .item {
    min-height: 328px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fff;
    border-radius: 3px 0px 0px 3px;
}

.featured_property_type3.featured_property h2 a{
    color: #3a4659;
    font-size: 18px;
    line-height: 1.6em;
    margin-top: 22px;
    margin-bottom: 0px;
    font-weight: 600;
}

.featured_property_type3.featured_property h2 {
    color: #3a4659;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6em;
    margin-top: 22px;
    margin-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

.featured_property.featured_property_type3 .featured_secondline .featured_prop_price {
    position: relative;
    float: left;
    left: 0px;
    padding: 0px 30px;
    margin-top: 15px;
    color: #f1bf7f;
    font-size: 17px;
    letter-spacing: 0px;
    right: auto;
    top: 0px;
    width: 100%;
}

.featured_property.featured_property_type3 .featured_secondline .featured_prop_price .price_label {
    position: relative;
    right: auto;
    left: 0px;
    top: 0px;
    color: #f1bf7f;
    word-break: break-all;
    width: 100px;
    text-align: right;
    float: none;
    margin: 0px 0px;
}

.featured_property.featured_property_type3 .featured_secondline .listing_details {
    line-height: 22px;
    float: left;
    padding: 0px 30px;
    margin: 15px 0px 0px 0px;
}

.featured_property.featured_property_type3 .featured_secondline .listing_actions {
    float: left;
    left: 0px;
    padding-left: 30px;
    padding-right: 22px;
    width: 100%;
    margin-top: 22px;
}

.featured_property.featured_property_type3 .featured_secondline .listing_actions .share_list {
    margin-left: 0px;
}

.featured_property.featured_property_type3 .featured_secondline .property_listing_details {
    position: absolute;
    padding: 0px 30px;
    bottom: 0px;
    line-height: 60px;
    width: 100%;
    margin-bottom:0px;
}

.featured_property.featured_property_type3 .featured_secondline .property_listing_details:before {
    content: " ";
    border-top: 1px solid #eef3f6;
    position: absolute;
    right: 30px;
    left: 30px;
}

.featured_property.featured_property_type3 .featured_secondline .property_listing_details .infobath {
    margin-right: 15px;  
}

.featured_property.featured_property_type3 .featured_secondline .property_listing_details .inforoom{
    margin-left: 2px;
    margin-right: 15px; 
}

.featured_property.featured_property_type3 .featured_secondline .property_listing_details .infosize{
    width: auto;
}

/*=featured_property_type4 */

.featured_property.featured_property_type4 {
    max-width: 100%;
    margin-bottom: 30px;
    border: 1px solid #dde4e9;
    height: 329px;
}

.featured_property_type4 .featured_secondline {
    float: right;
    width: 40%;
    text-align: left;
    height: 100%;
    min-height: 326px;
    padding: 0px;
}

.featured_property.featured_property_type4 .featured_img{
    width: 60%;
    float: left;
    left: 0px;
    position: absolute;
}

.featured_property_type4 .item {
    min-height: 328px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fff;
    border-radius: 3px 0px 0px 3px;
}

.featured_property_type4 .featured_prop_price {
    position: relative;
    left: 0px;
    top: 15px;
    padding: 0px 30px;
    font-size: 15px;
    color: #f1bf7f;
}

.featured_property_type4 h2  {
    padding: 20px 30px 0px 30px;
}

.featured_property h2 a{
    font-size: 20px;
    font-weight: 600;
}

.featured_property_type4 .featured_prop_price .price_label {
    left: 0px;
    top: 0px;
    width: 150px;
    color: #f1bf7f;
    margin-left: 10px;
    font-size: 17px;
    margin-top: 0px;
}

.featured_property_type4 .listing_details.the_grid_view {
    max-height: 160px;
    top: 30px;
    color: #8593a9;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0 30px;
}

.featured_property_type4 .listing_actions {
    float: right;
    position: absolute;
    bottom: 0px;
    padding: 0px 30px;
    right: 0px;
    margin-bottom: 17px;
}

.featured_property_type4 .property_listing_details {
    position: absolute;
    float: left;
    padding: 0 30px;
    line-height: 60px;
    margin-bottom: 0px;
    bottom: 3px;
    width: 100%;
}

.featured_property.featured_property_type4 .featured_secondline .property_listing_details:before{
    content: " ";
    border-top: 1px solid #eef3f6;
    position: absolute;
    right: 30px;
    left: 30px;
}

.unit_more_featured{
    font-size: 20px;
    color:red;
}

.featured_property_type4 .unit_details_x a, 
.featured_property_type4 .unit_details_x {
    font-size: 12px;
    background-color: #f1bf7f;
    color: #ffffff;
    float: left;
    padding: 4px 7px;
    margin-top: 50px;
    margin-left: 30px;
    line-height: 12px;
}

.featured_property_type4 .unit_map_featured{
    left: 0px;
    font-size: 12px;
    background-color: #f1bf7f;
    color: #ffffff;
    float: left;
    padding: 4px 7px;
    margin-top: 50px;
    margin-left: 15px;
    line-height: 12px
}

.featured_property_type4 .icon-fav {
    padding-top: 9px;
    line-height: 0px;
}


/*=datepicker----------------------
---------------*/

.ll-skin-melon td.ui-datepicker-today .ui-state-default{
    background: #4d5567!important;
    color:#fff!important;
}
.ll-skin-melon .ui-datepicker td.calendar-reserved.start_reservation .ui-state-default {
     color:#000!important; 
}

.ll-skin-melon {
    font-size: 90%;
}

.ll-skin-melon .ui-widget {
    background: #f5f8fa!important;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.ll-skin-melon .ui-datepicker {
    padding: 0 0px 24px 0px;
    width: 270px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}

.ll-skin-melon .ui-datepicker-header {
    border: none;
    background: transparent;
    font-weight: normal;
    font-size: 15px;
    background-color: #3a4659!important;
    border-radius: 0px;
    border-radius: 0px;
}

.ll-skin-melon .ui-datepicker-header .ui-state-hover {
    background: transparent;
    border-color: transparent;
    cursor: pointer;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-title {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #e9f0f4;
    padding: 0px 0px;
}

.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next {
    width: 26px!important;
    height: 28px!important;
    top: -7px!important;
}
.ll-skin-melon .ui-datepicker .ui-datepicker-next span, 
.ll-skin-melon .ui-datepicker .ui-datepicker-prev span {
  top: 16px!important;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover,
.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover,
.ll-skin-melon .ui-datepicker .ui-datepicker-next,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev {
    top: .9em;
    border:none;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    background-color: transparent!important;
} 

.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
    background-color: transparent!important;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-next span,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev span {
    background-image: url(/wp-content/themes/wpresidence/img/ui-icons_ffffff_256x240.png);
    background-position: -32px 0;
    margin-top: 0;
    top: 3px;
    font-weight: normal;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-prev span {
    background-position: -96px 0;
}

.ll-skin-melon .ui-datepicker table {
    margin: 0px auto;
    border: none;
    width: 240px;
}

.ll-skin-melon .ui-datepicker table tr{
    border:none!important;
}

.ll-skin-melon .ui-datepicker th {
    padding: 1em 0;
    color: #666;
    font-size: 13px;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.ll-skin-melon .ui-datepicker td {
    background: #fff;
    border: none;
    padding: 0;
    opacity: 1;
    border: 1px solid #d0d5de;
}

.ll-skin-melon td .ui-state-default {
    background: transparent;
    border: none;
    text-align: center;
    padding: 5px;
    font-weight: normal;
    color: #4d5567;
    font-size: 14px;
    line-height: 21px;
    height: 30px;
    font-family: 'Open Sans', sans-serif;
}

.ll-skin-melon td a{
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}

.ll-skin-melon .ui-datepicker .ui-state-disabled{
    background-color: #eceff3;
    border: 1px solid #d0d5de;
}

.ui-datepicker-prev.ui-state-disabled,
.ui-datepicker-next.ui-state-disabled{
    background: transparent;
    background-color: transparent!important;
    border: none!important; 
}


.ll-skin-melon .ui-state-disabled  {
    opacity: 1;
}

.ll-skin-melon .ui-state-disabled .ui-state-default {
    color: #d0d5de;
    font-family: 'Open Sans', sans-serif;
}

.ll-skin-melon td .ui-state-active,
.ll-skin-melon td .ui-state-hover {
    background: #28556A!important;
    color:#fff;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-title {
    font-family: 'Open Sans', sans-serif;
}

@media only screen and (max-width: 1360px){
    .has_header_type4 .adv-search-1{
        width: 1000px;
    }
    
}

/*=property unit type 1*/

.property_listing.property_unit_type1  {
    min-height: 440px;
}


.property_listing.property_unit_type1 .listing-unit-img-wrapper {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin: 8px;
}

.property_listing.property_unit_type1 .featured_div {
    position: absolute;
    left: -5px;
    top:20px;
    font-size: 10px;
    color: #FFF;
    background-color: #20a0d1;
    padding-top: 7px;
    padding-left: 7px;
    padding-bottom: 7px;
    text-transform: uppercase;
    line-height: 12px;
    max-width: 60px;
    border-radius: 0px;
}

.property_listing.property_unit_type1 .featured_div:after {
    position: absolute;
    left: 0px;
    bottom: -5px;
    border-top: 5px solid #fff;
    width: 5px;
    content: " ";
    display: block;
    border-width: 0 5px 5px 0;
    border-color: transparent #187599 transparent transparent;
    border-style: solid;
}

.property_listing.property_unit_type1 .tag-wrapper {
    position: relative;
    top: 0px;
}

.property_listing.property_unit_type1 .listing_unit_price_wrapper {
    position: absolute;
    margin-top: 0px;
    margin-left: 12px;
    font-size: 18px;
    bottom: 12px;
    line-height: 16px;
    float: left;
    line-height: 12px;
    z-index: 99;
    color:#fff;
}

.property_listing.property_unit_type1 .property_listing h4 {
    margin-top: 15px;
}

.property_listing.property_unit_type1 .ribbon-wrapper-default {
    position: absolute;
    float: right;
    right: 12px;
    top: 12px;
    font-size: 10px;
}

.property_listing.property_unit_type1 .ribbon-inside {
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 13px;
    border-radius: 0px;
}

.property_address_type1_wrapper {
    padding: 0px 20px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    line-height: 20px;
}

.property_categories_type1_wrapper {
    padding: 0px 20px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.property_details_type1_wrapper {
    padding: 0px 20px;
    float: left;
    width: 100%;
    margin-bottom: 70px;
    line-height: 20px;
}

.property_address_type1_wrapper .fa {
    margin-right: 8px;
}

.property_area_type1 a,
.property_city_type1 a{
    
}

.property_listing.property_unit_type1 .icon-fav {
    position: absolute;
    border: 0px solid #eef3f6;
    float: right;
    right: 7px;
    bottom: 9px;
    width: auto;
    height: auto;
    padding-top: 0px;
    z-index: 9;
    color: #fff;
}

.property_listing.property_unit_type1 .icon-fav:before {
    content: "\f08a";
    font: FontAwesome;
    font-size: 18px!important;   
}

.property_listing.property_unit_type1 .icon-fav-on:before{
    content: "\f004";
    font: FontAwesome;
    color: #fff;    
}

.property_listing.property_unit_type1.property_listing h4 {
    padding: 0px 20px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;    
}

.property_listing.property_unit_type1 .property_agent_image_sign{
    display: block;
}

.property_listing.property_unit_type1 .property_agent_wrapper{
    line-height: 54px;
}

.property_listing.property_unit_type1 .property_location {
    float: left;
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    padding: 0px 20px;
    top: auto;
    bottom: 0px;
}

.property_listing.property_unit_type1 .share_list {
    border: 0px solid #eef3f6;
}

.property_listing.property_unit_type1 .listing_actions {
    margin-top: 13px;
}
.property_listing.property_unit_type1 .share_list {
    width: 20px;
    height: 20px;
    margin-right: 0px;
}

.property_listing.property_unit_type1 .compare-action{
    border:none;
    border: none;
    width: 12px;
    margin-left: 12px;
    padding-top: 6px;
}
.property_listing.property_unit_type1 .compare-action:before {
    font-size: 16px;
}

.property_categories_type1_wrapper span,
span.property_details_type1_rooms,
span.property_details_type1_baths,
span.property_details_type1_size,
span.property_details_type1_id{
    padding-right: 3px;
    font-weight: 600;
}

span.property_details_type1_value {
    margin-right: 10px;
}

.property_agent_wrapper span {
    padding-right: 3px; 
}

.property_listing.property_unit_type1 .share_unit {
    z-index: 99;
    right: 31px;
    top: -99px;
}

.has_4per_row .property_listing.property_unit_type1 .share_unit {
    z-index: 99;
    right: 25px;
    top: -99px;
}

.listing_wrapper.col-md-12 .property_listing.property_unit_type1 .share_unit{
    right: 31px;
    top: -99px;
}

.listing_wrapper.col-md-12.has_4per_row .property_listing.property_unit_type1 .property_agent_wrapper span{
    display: inline-block;
}

.has_4per_row .property_listing.property_unit_type1 .property_agent_wrapper span{
    display:none;
}

.listing_wrapper.col-md-12 .property_listing.property_unit_type1 .listing_unit_price_wrapper {
    width: auto;
    top: auto;
    left: 12px;
    padding-left: 0px;
    margin-left: 0px;
    right: auto;
}

.listing_wrapper.col-md-12 .property_listing.property_unit_type1 .featured_div {
    position: absolute;
    float: left;
    top: 20px;
    left: -5px;
}

.listing_wrapper.col-md-12 .property_address_type1_wrapper,
.listing_wrapper.col-md-12 .property_categories_type1_wrapper,
.listing_wrapper.col-md-12 .property_details_type1_wrapper {
    float: none;
    margin-left: 329px;
    width: auto;
}

.listing_wrapper.col-md-12 .property_listing.property_unit_type1 h4 {
    margin: 15px 0px 10px 329px;
    width: auto;
}

.listing_wrapper.col-md-12 .property_listing.property_unit_type1 .property_location {
    float: none;
    margin-left: 333px;
    width: auto;
    bottom: 0px;
    top: auto;
    position: absolute;
    border-top: 1px solid #eef3f6;
    padding-top: 0px;
    padding-bottom: 0px;
}

.listing_wrapper.col-md-12 .property_listing.property_unit_type1 .ribbon-wrapper-default {
    top: 12px;
    left: auto;
    right: 12px;
    position: absolute;

}
.listing_wrapper.col-md-12 .property_listing.property_unit_type1 .tag-wrapper {
    position: absolute;
}
.col-md-9.rightmargin .has_4per_row.col-md-4 .property_listing.property_unit_type1 h4,
.col-md-9.rightmargin .has_4per_row.col-md-4 .property_listing.property_unit_type1 .property_address_type1_wrapper,
.col-md-9.rightmargin .has_4per_row.col-md-4 .property_listing.property_unit_type1 .property_categories_type1_wrapper,
.col-md-9.rightmargin .has_4per_row.col-md-4 .property_listing.property_unit_type1 .property_details_type1_wrapper,
.col-md-9.rightmargin .has_4per_row.col-md-4  .property_listing.property_unit_type1 .property_location{
    padding:0px 16px;
    
}

.col-md-9.rightmargin .has_4per_row.col-md-4 .property_listing.property_unit_type1 .listing_unit_price_wrapper{
    padding: 0px 8px;
}

.col-md-9.rightmargin .has_4per_row.col-md-4 .property_listing.property_unit_type1 .icon-fav {
    right: 8px;
}

.has_4per_row.col-md-3 .property_listing.property_unit_type1 .listing_unit_price_wrapper{
    padding:0px;
}

.col-md-9.rightmargin .has_4per_row.col-md-4 .property_listing.property_unit_type1 .property_location, 
.has_4per_row.col-md-3 .property_listing.property_unit_type1 .property_location {
    left: 0px;
    right: 0px;
}

#google_map_prop_list_sidebar .has_4per_row.listing_wrapper.col-md-12 .property_listing.property_unit_type1 .listing_unit_price_wrapper {
    top: auto;
}

#google_map_prop_list_sidebar .has_4per_row.listing_wrapper .property_listing.property_unit_type1 .featured_div {
    padding-top: 7px;
    padding-left: 7px;
    padding-bottom: 7px;
    top: 20px;
    z-index: 99;
}

.property_listing.property_unit_type3 .icon-fav.icon-fav-on-remove,
.property_listing.property_unit_type1 .icon-fav.icon-fav-on-remove {
    z-index: 99;
    top: 0px;
    bottom: auto!important;
    line-height: 27px;
    padding: 0 10px;
    right: 0px!important;
    top: 12px;
}
.property_categories_type1_wrapper span, 
span.property_details_type1_rooms, 
span.property_details_type1_baths, 
span.property_details_type1_size, 
span.property_details_type1_id,
.property_agent_wrapper span {
    color: #3a4659;
    font-weight: 600;
}


.property_listing.property_unit_type1 .carousel-control {
    width: 40px;
}

.property_listing.property_unit_type1 .status-wrapper {
    position: absolute;
    right: 10px;
}

.property_listing.property_unit_type1 .action_tag_wrapper{
    top: 13px;
    border-radius: 0px;
}

/*=property unit type 2*/
.property_listing.property_unit_type2  {
    min-height: 355px;
}

.listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing-unit-img-wrapper, 
.listing_wrapper.col-md-12 > .property_listing.property_unit_type2 .carousel-inner {
    max-width: 366px;
}

.property_listing.property_unit_type2  .tag-wrapper {
    top: 0px;
}

.property_listing.property_unit_type2 .featured_div {
    background-color: transparent;
    color: transparent;
    top: 20px;
    left: 20px;
    position: absolute;
    padding: 0px;
    font-size: 0px;
}

.property_listing.property_unit_type2 .featured_div:before{
    content: "\f005";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    font-size: 20px;  
}

.property_listing.property_unit_type2 h4 {
    padding: 0px 20px;
    margin-top: 25px;
    font-size: 16px;
    font-weight: 700;
}

.has_4per_row .property_listing.property_unit_type2 .listing_unit_price_wrapper{
    margin-left: 13px;
}
.property_listing.property_unit_type2 .listing_unit_price_wrapper {
    margin-left: 20px;
    font-size: 18px;
    margin-top: 5px;
    line-height: 22px;
    margin-bottom: 8px;
    font-weight: 600;
}

.property_listing.property_unit_type2 .listing_details {
    padding: 0px 20px;
    line-height: 1.8em;
    margin-bottom: 10px;
    margin-top: 0px;
}

.property_listing.property_unit_type2 .property_listing_details {
    padding: 0px 20px;
    margin-bottom: 67px;
}

.property_listing.property_unit_type2 .property_listing_details .inforoom_unit_type2:before{
    content: "\f236";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 7px;
}

.inforoom_unit_type2:empty{
    margin-left: 30px;
}

.property_listing.property_unit_type2 .property_listing_details .infobath_unit_type2:before{
    content: "\f043";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 7px;
}

.property_listing.property_unit_type2 .property_listing_details  .infosize_unit_type2:before{
    content: "\f278";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 7px;
}

.property_listing.property_unit_type2 .property_listing_details  .infogarage_unit_type2:before{
    content: "\f1b9";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 7px;
}

.property_listing.property_unit_type2 .property_agent_image {
   
    margin-right: 15px;
    margin-top: 5px;
}

.property_listing.property_unit_type2 .property_agent_wrapper {
    margin-left: 20px;
    line-height: 40px;
}

.property_listing.property_unit_type2 .property_location {
    left: 0px;
    right: 0px;
    position: absolute;
    width: 100%;
    padding: 5px 0px;
}

.listing_wrapper.col-md-12 .property_listing.property_unit_type2 .property_location {
    border-top: 1px solid #eef3f6;
}

.property_unit_type2  .property_location a {
    font-weight: 600;
}

.property_listing.property_unit_type2 .share_list {
    margin-right: 0px;
    margin-top: 11px;
    color: #3a4659;
    border: 0px;
    background-image: none;
    margin-left: 3px;
    width: 20px;
    height: 20px;
}

.property_listing.property_unit_type2 .compare-action{
    border: none;
    width: 30px;
    margin-right: 20px;
    margin-left: 0px;
    margin-top: 4px;
    color:#3a4659;
}

.property_listing.property_unit_type2 .compare-action:before{
    font-size: 16px;
}

.property_listing.property_unit_type2 .share_list:before{
    content: "\e804";
    font-family: "fontello";
    font-size: 15px;
}


.listing_wrapper.col-md-12 .property_listing.property_unit_type2 .compare-action {
    margin-top: 10px;
}

.property_listing.property_unit_type2 .icon-fav:before {
    content: "\f08a";
    font: normal normal normal 18px/1 FontAwesome;
    font-size: 20px!important;
}

.property_listing.property_unit_type2 .icon-fav-on:before{
    content: "\f004";
    font: normal normal normal 18px/1 FontAwesome;
    color: #fff;
    font-size: 20px!important;
}

.property_listing.property_unit_type2 .icon-fav {
    position: absolute;
    border: 0px solid #eef3f6;
    float: right;
    right: 20px;
    bottom: 20px;
    width: auto;
    height: auto;
    padding-top: 0px;
    z-index: 9;
    color: #fff;
}

.listing_wrapper.col-md-12 .property_listing.property_unit_type2 .featured_div {
/*    left: 30px;
    top: 30px;*/
}

.listing_wrapper.col-md-12 .property_listing.property_unit_type2 h4,
.listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_unit_price_wrapper,
.listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_details.the_list_view,
.listing_wrapper.col-md-12 .property_listing.property_unit_type2 .property_listing_details {
    padding-left: 395px;
}

.listing_wrapper.col-md-12 .property_listing.property_unit_type2 .property_location {
    margin: 0px 0px 0px 366px;
    width: auto;
}

.listing_wrapper.col-md-12 .property_listing.property_unit_type2  h4 {
    margin-top: 20px;
}

.listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_details.the_list_view {
    margin-top: 10px;
    margin-bottom: 10px;
}

.listing_wrapper.col-md-12 .property_listing.property_unit_type2 .property_agent_image {
    margin-top: 8px;
    margin-left: 8px;

}

.listing_wrapper.col-md-12 .property_listing.property_unit_type2 .property_agent_wrapper {
    line-height: 50px;
    margin-left: 20px;
}

.listing_wrapper.col-md-12 .property_listing.property_unit_type2 .share_list {
    margin-top: 17px;
    margin-right:3px;
}

.inforoom_unit_type2,
.infobath_unit_type2,
.infosize_unit_type2,
.infogarage_unit_type2{
    margin-right: 15px;
}


.col-md-9.rightmargin .has_4per_row.col-md-4 .property_listing.property_unit_type2 .property_location{
    left: 0px;
    right: 0px;
}

.has_4per_row .property_listing.property_unit_type2 .icon-fav{
    right: 13px;
    bottom: 13px;
}

.has_4per_row .property_listing.property_unit_type2 .icon-fav.icon-fav-on-remove,
.property_listing.property_unit_type2 .icon-fav.icon-fav-on-remove{
    top: 0px;
    bottom: auto!important;
    line-height: 27px;
    padding: 0px 10px;
    right: 0px;
}

#google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_details.the_list_view{
    margin-top:0px;
    padding-right: 30px!important;
    width: auto;
}

#google_map_prop_list_sidebar  .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .property_listing_details {
    margin-bottom: 50px;
}

#google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .property_location {
    margin: 0px 0px 0px 376px;
    padding: 0px;
    border: 0px;
}

.has_4per_row .property_listing.property_unit_type2 .share_list{
    margin-right: 3px;
}

.has_4per_row .property_listing.property_unit_type2 .share_unit {
    right: 45px;
    top: -104px;
}

#google_map_prop_list_sidebar .has_4per_row.listing_wrapper .property_listing.property_unit_type2 .featured_div,
.has_4per_row.listing_wrapper .property_listing.property_unit_type2 .featured_div,
.col-md-9.rightmargin .has_4per_row.col-md-4 .property_listing.property_unit_type2 .featured_div,
.has_4per_row.col-md-3 .property_listing.property_unit_type2 .featured_div {
    padding: 0px;
    top: 13px;
    left: 13px;
}


#google_map_prop_list_sidebar .col-md-12.has_4per_row.listing_wrapper .property_listing.property_unit_type2 .featured_div {
    top: 20px;
    left: 0px;
}

.has_4per_row .property_listing.property_unit_type2 h4,
.has_4per_row .property_listing.property_unit_type2 .listing_details,
.has_4per_row .property_listing.property_unit_type2 .property_listing_details,
.has_4per_row.col-md-3 .property_listing.property_unit_type2 h4,
.has_4per_row.col-md-3 .property_listing.property_unit_type2 .listing_details,
.has_4per_row.col-md-3 .property_listing.property_unit_type2 .property_listing_details{
    padding: 0px 13px;
    margin-left: 0px;
}

#google_map_prop_list_sidebar .has_4per_row.listing_wrapper .property_listing.property_unit_type2 .property_listing_details,
#google_map_prop_list_sidebar .has_4per_row.listing_wrapper .property_listing.property_unit_type2 .listing_details,
#google_map_prop_list_sidebar .has_4per_row.listing_wrapper .property_listing.property_unit_type2 h4{
    margin-left: 13px;
    padding-left: 0px;
}

#google_map_prop_list_sidebar .has_4per_row.listing_wrapper .property_listing.property_unit_type2 h4,
#google_map_prop_list_sidebar .has_4per_row.listing_wrapper .property_listing.property_unit_type2 .property_listing_details{
    margin-left: 13px;
    padding-left: 0px;
}

#google_map_prop_list_sidebar .has_4per_row.listing_wrapper .property_listing.property_unit_type2 .listing_unit_price_wrapper{
    margin-left: 0px;
    padding-left: 13px;
}

#google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing-unit-img-wrapper, 
#google_map_prop_list_sidebar .listing_wrapper.col-md-12 > .property_listing.property_unit_type2 .carousel-inner {
    max-width: 376px;
}

#google_map_prop_list_sidebar .has_4per_row.listing_wrapper .property_listing.property_unit_type2 .listing_unit_price_wrapper{
    margin-left: 13px;
    padding-left: 0px;
}

#google_map_prop_list_sidebar .has_4per_row.listing_wrapper.col-md-12 .property_listing.property_unit_type2 .property_listing_details,
#google_map_prop_list_sidebar .has_4per_row.listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_details,
#google_map_prop_list_sidebar .has_4per_row.listing_wrapper.col-md-12 .property_listing.property_unit_type2 h4{
    padding-left: 0px;
    margin: 10px 0px;
    margin-left: 395px;
}

#google_map_prop_list_sidebar .has_4per_row.listing_wrapper.col-md-12 .property_listing.property_unit_type2 h4,
#google_map_prop_list_sidebar .has_4per_row.listing_wrapper.col-md-12 .property_listing.property_unit_type2 .property_listing_details{
    margin-left: 395px;
    padding-left: 0px;
}

#google_map_prop_list_sidebar .has_4per_row.listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_unit_price_wrapper{
    margin-left: 0px;
    padding-left: 395px;
}

#google_map_prop_list_sidebar .has_4per_row.listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_unit_price_wrapper{
    margin-left: 395px;
    padding-left: 0px;
}

.col-md-9.rightmargin .has_4per_row.col-md-4 .property_listing.property_unit_type2 .property_agent_wrapper
.has_4per_row.col-md-3 .property_listing.property_unit_type2 .property_agent_wrapper{
    padding:0px;
    margin-left: 395px;
}   

.has_4per_row.listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_unit_price_wrapper{
    padding-left: 395px;
    margin-left:0px;
}

.has_4per_row .property_listing.property_unit_type2 .property_agent_wrapper,
.page-template-user_dashboard_favorite .has_4per_row .property_listing.property_unit_type2 .listing_unit_price_wrapper,
.col-md-9.rightmargin .has_4per_row.col-md-4 .property_listing.property_unit_type2 .property_agent_wrapper{
    margin-left: 13px;
}

.col-md-9.rightmargin .has_4per_row.col-md-4 .property_listing.property_unit_type2  .listing_unit_price_wrapper, 
.has_4per_row.col-md-3 .property_listing.property_unit_type2  .listing_unit_price_wrapper{
    padding: 0px 13px;
    margin-left:0px;
}

.has_4per_row.listing_wrapper.col-md-12 .property_listing.property_unit_type2 .share_unit {
    right: 47px;
    top: -100px;
}

.col-md-6.has_prop_slider.listing_wrapper .property_listing.property_unit_type2 {
    min-height:auto;
}

.listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_details{
    padding-left: 395px;
    margin-top: 10px;
}

.listing-content .mylistings .col-md-12.has_prop_slider.listing_wrapper.property_unit_type2 {
    padding-right: 0px;
    padding-left: 0px;
}




/*=property unit type 3*/

.info_container_unit_3{
/*    height: 207px;
    display: inline-block;  */
    width: 100%;
    float: left;
    margin-bottom: 0px;
    
	
}

.listing_wrapper.col-md-12 .info_container_unit_3,
.ajax12 .info_container_unit_3 {
    float: none;
}

.property_listing.property_unit_type3 .tag-wrapper {
    padding: 0px 15px;
}

.property_listing.property_unit_type3 .featured_div,
.property_listing.property_unit_type3 .action_tag_wrapper{
    top: 15px;
}

.property_listing.property_unit_type3 .ribbon-inside {
    margin-top: 15px;
}

.property_listing.property_unit_type3 .icon-fav:before{
    content: "\f08a";
    font-size: 17px!important;
    color: #fff;
}

.property_listing.property_unit_type3 .icon-fav.icon-fav-on:before{
    content: "\f004";
    color: #28556A!important;
}

.property_listing.property_unit_type3 .listing_actions{
    position: absolute;
    float: right;
    right: 7px;
    bottom: 15px;
    top: auto;
}

.has_4per_row.listing_wrapper .property_listing.property_unit_type3 .listing_actions{
    bottom: 13px;
}

.has_4per_row.listing_wrapper .property_listing.property_unit_type3 .compare-action,
.has_4per_row.listing_wrapper .property_listing.property_unit_type3 .share_list{
    display: none;
}

.has_4per_row.listing_wrapper .property_listing.property_unit_type3 .icon-fav{
    margin-right: 2px;
}

.property_listing.property_unit_type3 .compare-action,
.property_listing.property_unit_type3 .icon-fav{
    border: none;
    color: #fff;
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    margin-right: 10px;
}

.property_listing.property_unit_type3 .share_list{
    border: none;
    background-position: 0px 3px;
    width: 15px;
    height: 15px;
    margin-right: 8px;
    background-image: none;
}

.property_listing.property_unit_type3 .share_list:before {
    color: #fff;
    content: "\e804";
    font-family: "fontello";
    font-size: 17px;  
}

.property_listing.property_unit_type3 .compare-action:before{
    color: #fff;
    font: normal normal normal 17px/1 FontAwesome!important;
}

.has_4per_row.listing_wrapper .property_listing.property_unit_type3 .listing_unit_price_wrapper{
    left: 13px;
}

.property_listing.property_unit_type3 .listing_unit_price_wrapper{
    
    float: left;
    left: 15px;
    top: 10px;
    margin: 0px;
    font-family: 'Anton', sans-serif;
    padding: 3px 15px;
    line-height: 35px;
    color: #28556A;
    font-weight: 500;
    font-size: 1.9em;
}

.inforoom_unit_type3{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAt1BMVEUAAABbbIxbboxbboxab4xab4xcb4xbboxbbotab4xZb4xbboxbbYxbboxbboxbbo1bbYxbbYlabY1abotVapVbb4xaboxgaopbboxecY5bbo1cboxVbZJbb4xbboxhbYZbboxabYxbbo1cb41eb4hccI9gYJ9bbYxgcI9bboxab4tbbYxbboxcb41aboxXbYpacY8AAP9aboxbbo1gYIBbboxbboxcb41JbZJcboxabYtbbowAAADfeHXrAAAAO3RSTlMASb70vUd6/nk+PKmo2NfhvxyTghifnhiSG7DcFenoFd2vpVMeGQhUEMXL1PFeXSMiAbq5CJfmiAdvbpXH/i4AAAABYktHRACIBR1IAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAB3RJTUUH4wgQFh4rXDvGjwAAAJNJREFUGNNNjtcWgjAQBVdRsYNibygCEsAuWO7//5cJSZR52OzMQ84SCSpVw6jV6UcDArOpvWVClrYKHSi6KvR06Ktg6WCpYOtgCxsMndFY+mTqzOa0AJartfCNuwV25PF17wdhGPgHvnoUMSBOUiBNYoBFREeUOPFfz+Vw4eF6+/u9OOOR5c+CPHvJw95MvuzDxxeuZyHjPoLVagAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxOS0wOC0xNlQyMDozMDo0MyswMjowMG6j3G0AAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTktMDgtMTZUMjA6MzA6NDMrMDI6MDAf/mTRAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    width: auto;
    float: left;
    padding-left: 20px; 
    margin-right: 32px;
}

.infobath_unit_type3{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAA9lBMVEUAAABbboxaboxZbYtYbIlecY5ccI1bb4xabo1abYtbb4xbb41aboxabYtcbotbb4xbb41aboxabYtcbotbbYxbboxcb41cb41bboxbboxbb4xbb4xdb4tbbo1abo1bb41cb41bboxabotbboxmZplbboxbboxbbo1abYxbboxab4tabotbb41bbo1bbotbbo1abYxbboxbb4xabotabY1cbotabYtabYtabYtbboxcbotabYtabYtcbotcbotbboxcb4tbboxcb41cb41cboxbboxcb4tbboxcb41cb41bbo1bb41cb41cb41bb4xbboxbbowAAACLLRDLAAAAUXRSTlMAZ44xBgcyj2WRsIpuZ34xHhkYdzVhZ2RkLy9lNGhAMC1iPmgDk5RvUEqGdztlUE09OVBKOo1SOziMoE1HgAkmEBwjJIuGTG+EiLDBgHZwoxYrO3cIAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAAN1wAADdcBQiibeAAAAAd0SU1FB+MIEBYdA0KjPbYAAACxSURBVBjTY2DAAIxMzCwQFisbOweQ4uTi5uEFAx5uLk6gAB+/gKAQGAgK8PMBBYRFRMXEJSSlpMXFRGWEQQKycvIKikpKigrycspAARVVNXUNTS1tbS1NDXU1VRUGHV09fQNDI2NjI0MDfT1dEwZTM3MLODA3s2SwsrZBAtZWDLZ2yK60s2WwtXdwdHKGAXtbBhdXN3cPTxhwdWHw8vbxhQMfby8GP/8AhBEB/n4YngcAu/0hYXU6kpwAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTktMDgtMTZUMjA6Mjk6MDMrMDI6MDDXciadAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE5LTA4LTE2VDIwOjI5OjAzKzAyOjAwpi+eIQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    width: auto;
    float: left;
    padding-left: 20px;
    margin-right: 32px;
}

.infosize_unit_type3{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAJ1BMVEUAAABbboxbboxcboxbb41ZcItbboxbboxbbY1bbYxbbZJbbowAAABCE2JRAAAAC3RSTlMA191vkTnxkjixDvifW08AAAABYktHRACIBR1IAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAB3RJTUUH4wgQFhsR50DreAAAAFFJREFUCNdjYAAB6d2bwDSD9e7dEAYLjBEGZbBmp0MYYdsaDMGM2akQFQwrAyAqZkH5YTvBlDBHNkTF7rJtEBW7d2cwQBkOMMZmCEN790YwDQCKkBfsPSgGkQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxOS0wOC0xNlQyMDoyNzoxNyswMjowMPFeMqMAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTktMDgtMTZUMjA6Mjc6MTcrMDI6MDCAA4ofAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    width: auto;
    float: left;
    padding-left: 20px;
}

.property_listing.property_unit_type3 h4{
    padding: 0px 15px;
    margin-top: 15px;
    margin-bottom: 5px;
} 

.property_listing.property_unit_type3 .property_listing_details,
.property_listing.property_unit_type3 .property_address_type3{
    padding: 0px 15px;
}

.property_listing.property_unit_type3 .property_listing_details{
  
    margin-bottom: 0px;
    margin-top: 5px;
    padding-top: 10px;
	padding-bottom: 10px;
	color: #0A0B26;
    font-size: 13px;
    line-height: 1.6em;
}

.property_listing.property_unit_type3 .property_address_type3,
.property_listing.property_unit_type3 .property_address_type3 a{
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 500;
    min-height:85px;
	}

.property_listing.property_unit_type3  .property_agent_wrapper{
   
	line-height: 4em;
    font-size: 13px;
    font-weight: 600;
}

.unit_type3_details a, 
.unit_type3_details a:hover{
    color: #fff;
}

.unit_type3_details {
    width: auto;
    
    float: right;
    margin-top:20px;
	padding: 2px 15px;
    line-height: 22px;
    
}



.property_location_unit_type3{
    width: 100%;
    float: left;
    padding:10px 15px;
    border-bottom:0px solid #f0f0f0;
    background: #FFF;
    
	
    bottom: 0px
}

.has_4per_row.listing_wrapper .property_listing.property_unit_type3 .tag-wrapper,
.has_4per_row.listing_wrapper .property_listing.property_unit_type3 .property_location_unit_type3 {
    padding: 10px 13px;
}

.has_4per_row.listing_wrapper .property_listing.property_unit_type3 .featured_div{
    top: 3px;
}

.has_4per_row.listing_wrapper .property_listing.property_unit_type3 .ribbon-inside{
    margin-top: 3px;
}

.has_4per_row.listing_wrapper .property_listing.property_unit_type3 .carousel-control {
    width: 40px;
}

.listing_wrapper.col-md-12 > .property_listing.property_unit_type3 .property_address_type3,
.listing_wrapper.col-md-12 > .property_listing.property_unit_type3 .property_listing_details,
.listing_wrapper.col-md-12 > .property_listing.property_unit_type3 .property_location_unit_type{
    padding-left: 337px;
    margin-top: 5px;
}

.listing_wrapper.col-md-12 > .property_listing.property_unit_type3 .property_listing_details{
    margin-bottom: 30px;
}

.listing_wrapper.col-md-12 > .property_listing.property_unit_type3 h4{
    margin-top: 15px;
    padding-left: 337px;
}

.listing_wrapper.col-md-12 > .property_listing.property_unit_type3 .property_categ_unit_type3{
    margin-left: 322px;
    margin-bottom: 15px;
    float: none;
}

.listing_wrapper.col-md-12 .property_listing.property_unit_type3 .listing_actions {
    bottom: 18px;
}

.listing_wrapper.col-md-12 > .property_listing.property_unit_type3 .property_location_unit_type3 {
    width: -webkit-fill-available;
    float: left;
    position: absolute;
    bottom: 0px;
    margin-left: 320px;
    z-index: 1;
    right: 0px;
}

.listing_wrapper.col-md-12 > .property_listing.property_unit_type3 .listing_unit_price_wrapper {
    float: left;
    position: absolute;
    padding: 0px 5px;
    left: 15px;
    bottom: 15px;
    top: auto;
    right: auto;
}

.property_listing.property_unit_type3 .carousel-control {
    width: 50px;
}

.property_categ_unit_type3{
    float: left;
    padding-left: 15px;
    position: relative;
    width: 100%;
    padding-top: 5px;
    font-size: 13px;
    line-height: 1.6em;
    margin-bottom: 5px;
}

.has_4per_row.listing_wrapper .property_listing.property_unit_type3 .property_categ_unit_type3{
    padding-left: 13px;
}


.property_categ_unit_type3 strong{
    color: #3a4659;
}

.article_container .inforoom_unit_type3,
.article_container .infobath_unit_type3,
.article_container .infosize_unit_type3,
.mylistings .inforoom_unit_type3,
.mylistings .infobath_unit_type3,
.mylistings .infosize_unit_type3{
    background-position: 0px 4px;
}

#google_map_prop_list_sidebar .has_4per_row.listing_wrapper.col-md-12 .property_listing.property_unit_type3 .listing_unit_price_wrapper{
    top: auto;
}

.row_user_dashboard .property_listing.property_unit_type3 .icon-fav.icon-fav-on-remove{
    width: 160px;
    line-height: 1.6em;
    top: 13px;
    font-size: 13px;
    padding: 3px 3px;
    border-radius: 0px;
}

.row_user_dashboard .property_listing.property_unit_type3 .icon-fav.icon-fav-on-remove:before{
    display:none
}

/*=property unit type 4*/

.listing_wrapper.col-md-12.property_unit_type4{
    min-height: auto;
}

.property_listing.property_unit_type4 h4{
    font-weight: 600;
    padding: 0px 15px;
    margin-top: 15px;
} 

.property_listing.property_unit_type4 .listing_details.the_grid_view,
.property_listing.property_unit_type4 .listing_details.the_list_view{
    display: none!important;
}

.listing_wrapper.col-md-12 > .property_listing.property_unit_type4 .listing_details.the_list_view{
    display:block!important;
}

.listing_wrapper.col-md-12.property_unit_type4 .listing-unit-img-wrapper {
    border-radius: 0px;
    margin:15px;
}

.property_listing.property_unit_type4 .listing_actions {
    position: absolute;
    bottom: 15px;
    right: 10px;
    top: auto;
    z-index: 99;
}

.listing_wrapper.col-md-12.property_unit_type4 .listing_actions {
    right: 5px;
    bottom: 10px;
}

.row_user_dashboard .property_listing.property_unit_type4 .icon-fav.icon-fav-on-remove{
    width: 160px;
    line-height: 1.6em;
    top: 20px;
    font-size: 13px;
    padding: 3px 3px;
    border-radius: 0px;
    height: 27px;
}

.row_user_dashboard .property_listing.property_unit_type4 .icon-fav.icon-fav-on-remove:before{
    display:none
}

.property_listing.property_unit_type4 .compare-action,
.property_listing.property_unit_type4 .icon-fav{
    border: 0px;
    padding: 0px;
    color: #fff;
    width: 17px;
    height: 17px;
    margin-left: 5px;
    margin-right: 7px;
}

.property_listing.property_unit_type4 .share_list{
    border-top: 1px;
    background-image: none;
    color: #fff;
    width: 17px;
    height: 17px;
}

.property_listing.property_unit_type4 .compare-action:hover,
.property_listing.property_unit_type4 .icon-fav-on,
.property_listing.property_unit_type4 .share_list:hover,
.property_listing.property_unit_type2 .share_list:hover{
    color: #28556A;
}

.listing_wrapper.col-md-12 .property_listing.property_unit_type4 .carousel-control {
    width: 45px;
}

.listing_wrapper.col-md-12 .property_listing.property_unit_type4 .action_tag_wrapper{
    display: none;
}

.listing_wrapper.col-md-12 .property_listing.property_unit_type4 .tag-wrapper {
    padding: 0px 15px;
}

.listing_wrapper.col-md-12 .property_listing.property_unit_type4 .featured_div{
    top: 15px;
}

.listing_wrapper.col-md-12 .property_listing.property_unit_type4 .ribbon-inside {
    margin-top: 15px;
}

.property_listing.property_unit_type4 .icon-fav:before {
    content: "\f004";
    font: normal normal normal 15px/1 FontAwesome!important;
}

.property_listing.property_unit_type4 .compare-action:before {
    content: "\f067";
    font: normal normal normal 15px/1 FontAwesome;
}

.property_listing.property_unit_type4 .share_list:before{
    content: "\e804";
    font-family: "fontello";
    font-size: 15px;
}

.listing_wrapper.col-md-12.property_unit_type4 .share_unit {
/*    top: -137px;*/

}

.property_listing.property_unit_type3 .share_unit{
    top: -122px;
    right: 53px;
}

.property_listing.property_unit_type4 .share_unit {
    top: -122px;
    right: 47px;
}

.listing_wrapper.col-md-12.property_unit_type4 .listing_details.the_list_view{
    padding-right: 125px;
    position: absolute;
    top:130px;
    padding-left: 280px;
}


.listing_wrapper.col-md-12.property_unit_type4  .property_listing h4{
    margin-top: 15px;
    padding-left: 277px
}

.has_4per_row .property_listing.property_unit_type4 .property_agent_image{
    display:block;
}

.has_4per_row .property_listing.property_unit_type4 .property_agent_image_sign{
    display:none;    
}

.property_listing.property_unit_type4 .property_agent_image{
    width: 40px;
    height: 40px;
    float: right;
    background-size: cover;
    margin-right: 0px;
    border-radius: 0;
}

.listing_wrapper.col-md-12.property_unit_type4 .property_agent_image {
    width: 95px;
    height: 95px;
    float: right;
    background-size: cover;
    margin-right: 0px;
    border-radius: 0;
 
}

.property_listing.property_unit_type4 .property_agent_wrapper{
    position: absolute;
    right: 0px;
    /* bottom: 5px; */
    padding: 10px 20px;
    border-left: 1px solid #dde4e9;
    height: 60px;
    line-height: normal;
}

.listing_wrapper.col-md-12.property_unit_type4 .property_agent_wrapper {
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: block;
    width: 100px;
    text-align: center;
    padding: 0px;
    border: none;
    height: auto;
}

.listing_wrapper.col-md-12.property_unit_type4 .property_address_type4{
    padding-left: 0px;
    display:block;
}



.property_address_type4 {
    line-height: 1.6em;
    float: left;
    padding-left: 15px;
    display:none;

}

.listing_wrapper.property_unit_type4  .property_listing_details {
    padding: 15px 0px;
    margin-bottom: 50px;
    margin-top: 0px;
    display: none;
}

.listing_wrapper.col-md-12.property_unit_type4 .property_listing_details{
    position: absolute;
    float: left;
    right: 0px;
    left: 277px;
    line-height: 1.3em;
    margin: 40px 125px 0px 0px;
    padding: 3px;
    width: auto;
    height: 41px;
    display:block;
}

.property_listing_details4_grid_view{
    padding-left: 15px;
    margin: 10px 0px;
    float: left;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 75px;
    display: inline-block;
}

.listing_wrapper.col-md-12 .property_listing_details4_grid_view{
    display: none;
}


.listing_wrapper.property_unit_type4 .inforoom_unit_type4, 
.listing_wrapper.property_unit_type4 .infobath_unit_type4, 
.listing_wrapper.property_unit_type4 .infosize_unit_type4 {
    float: left;
    text-align: center;
    width: 33.3%;
}

.listing_wrapper.col-md-12.property_unit_type4 .inforoom_unit_type4,
.listing_wrapper.col-md-12.property_unit_type4 .infobath_unit_type4,
.listing_wrapper.col-md-12.property_unit_type4 .infosize_unit_type4{
    float: left;
    text-align: center;
    width: 20%;
}

.inforoom_unit_type4 span,
.infobath_unit_type4 span,
.infosize_unit_type4 span{
    color: #f1bf7f;
    font-weight: 600;
    display: block;
}

.listing_wrapper.col-md-12.property_unit_type4 .inforoom_unit_type4:before,
.infobath_unit_type4:before,
.infosize_unit_type4:before{
    content: " ";
    height: 27px;
    width: 1px;
    background: #dde4e9;
    position: relative;
    margin: 3px 0px;
    float: left;
}


.listing_wrapper.property_unit_type4 .property_listing_details4_grid_view .inforoom_unit_type4, 
.listing_wrapper.property_unit_type4 .property_listing_details4_grid_view .infobath_unit_type4{
    float: left;
    text-align: left;
    width:auto;
}

.listing_wrapper.property_unit_type4 .property_listing_details4_grid_view .infosize_unit_type4 {
    float: left;
    text-align: left;
    width:auto;
    margin-left: 10px;   
}

.listing_wrapper.property_unit_type4 .property_listing_details4_grid_view .inforoom_unit_type4:before, 
.listing_wrapper.property_unit_type4 .property_listing_details4_grid_view .infobath_unit_type4:before{
    display:none;
}

.listing_wrapper.property_unit_type4 .property_listing_details4_grid_view .infosize_unit_type4:before {
    height: 10px;
    margin-right: 10px;
}

.listing_wrapper.property_unit_type4 .property_listing_details4_grid_view span{
    color: #8593a9;
    font-weight: normal;
    display:inline;
}
.listing_wrapper.col-md-12.property_unit_type4 .property_listing .listing_unit_price_wrapper .price_label {
    font-size: 14px;
}

.listing_wrapper.col-md-12.property_unit_type4 .property_listing .listing_unit_price_wrapper{
 top: 4px;
    padding-left: 0px;
    float: left;
    width: 40%;
    left: 0px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    line-height: 1.3em;
}

.listing_wrapper.property_unit_type4  .listing_unit_price_wrapper {
    position: absolute;
    bottom: 0px;
    width: 70%;
    line-height: 50px;
}

.listing_wrapper.col-md-12.property_unit_type4  .listing_unit_price_wrapper:before{
    display: none;
}

.listing_wrapper.property_unit_type4  .listing_unit_price_wrapper:before{
    content: " ";
    height: 50px;
    width: 1px;
    background: #dde4e9;
    position: relative;
    float: right;
}

.listing_wrapper.col-md-12.property_unit_type4 .listing-unit-img-wrapper, 
.listing_wrapper.col-md-12.property_unit_type4 > .property_listing .carousel-inner {
    max-width: 250px;
    min-height: 156px;

}


.listing_wrapper.col-md-12.property_unit_type4 > .property_listing {
    min-height: 188px!important;
}

.property_agent_unit_type4{
    position: absolute;
    bottom: 0px;
    border-top: 1px solid #dde4e9;
    width: 100%;
    height: 60px;
}

.listing_wrapper.col-md-12 .property_agent_unit_type4{
    border:none;
}

.propery_price4_grid{
    position: absolute;
    bottom: 18px;
    left: 15px;
    font-weight: 600;
    font-size: 18px;
    color: #ebba7c;
}

.propery_price4_grid span{
    font-weight: 500;
    font-size: 13px;
    color:#8593a9;
}


.listing_wrapper.col-md-12 .propery_price4_grid{
    display:none;
}
.lightbox_property_wrapper_floorplans .owl-wrapper-outer, 
.lightbox_property_wrapper_floorplans .owl-carousel .owl-item .item {
    background-color: #f0f0f0!important;
}
/*=custom lightbox*/
.lightbox_property_wrapper_floorplans,
.lightbox_property_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    overflow: hidden;
    display:none;
}
.lightbox_property_wrapper_floorplans.is_visible,
.lightbox_property_wrapper.is_visible {
    overflow-x: hidden;
    overflow-y: auto;
    visibility: visible;
}
.lightbox_property_content.row{
        margin: 0px;
}
.lightbox_property_wrapper_floorplans .lightbox_property_content.row{
    height:100%;
}



.lightbox_property_wrapper_floorplans .owl-theme .owl-controls .owl-buttons div {
    margin: 0px 5px 0px 10px;
    padding: 0px;
}

.lightbox_property_wrapper_floorplans .owl-carousel .owl-item .item .itemimage {
    width: 75%;
    height: auto;
}

.lightbox_property_wrapper_floorplans .owl-carousel .owl-item .item {
    float: left;
}




.lightbox_property_wrapper_level2{
  background: #fff;
    /* margin: 50px; */
    max-width: 1450px;
    margin: 0px auto;
    top: 5%;
    z-index: 999;
    position: relative;
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    margin: auto;
    position: absolute;
    /* top: 0; */
    left: 0;
    /* bottom: 0; */
    right: 0;
    height: auto;
    max-height: 623px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    ms-transform: translate(0,-50%);
    overflow:hidden;
}

.lightbox_wrapped_no_contact{
    max-width: 1100px;
}

.lightbox_wrapped_no_contact #owl-demo{
    padding:0px;
    margin:0px;
}

.ligtbox_no_crop {
   max-height:100%;
}


.ligtbox_no_crop .owl-carousel .owl-item{
    float:left;
}

.lightbox_property_wrapper_floorplans .lightbox_property_wrapper_level2{
     max-width: 1150px;
}

.ligtbox_no_crop .owl-carousel .owl-item .item{
    height:auto;
    padding: 0px;
}

.lightbox_property_sidebar{
    display: block;
    width: auto;
    max-width: 25%;
}

.lightbox_property_sidebar #schedule_meeting,
.lightbox_property_wrapper #schedule_day, 
.lightbox_property_wrapper #schedule_hour {
    display:none;
}

.lightbox_property_slider {
    padding: 0px;
    max-width: 75%;
}

.lightbox_property_slider.col-md-12.lightbox_no_contact {
    max-width:100%;
}

.lightbox_property_wrapper_floorplans .lightbox_property_slider {
    max-width: 100%;
}

.lightbox_property_wrapper_floorplans .owl-buttons {
    position: absolute;
    top: 50%;
    margin-top: -45px;
    width: 75%;
}
.lightbox_property_wrapper_floorplans .owl-next {
    float: right;
}

.lightbox_property_wrapper_floorplans .owl-carousel .owl-item .item .itemimage {
    min-height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    width: 75%;
    height: 100%;
    float: left;
}

.lightbox_property_wrapper_floorplans .owl-theme .owl-controls .owl-buttons div {
    margin: 0px 5px 5px;
}

.lighbox_overlay{
    background-color: #111;
    opacity:0.5;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    position:absolute;
    z-index:1;
}

.lightbox_property_header{
    margin-top: 55px;
    width:100%;
    background-color: #FFF;
}

.lightbox_property_footer{
    width:100%;
}

.lighbox-logo{
    width: 200px;
    background: #28556A;
    float: left;
    height: 100%;
}

.lightbox_property_header .entry-prop{
    margin: 0px 15px 0px 15px;
    font-size: 23px;
}

.lightbox_property_wrapper #show_contact,
.lightbox_property_wrapper  .wpestate_agent_details_wrapper{
    display:none;
}

.lighbox-image-close-floor,
.lighbox-image-close{
    position: absolute;
    top: 0px;
    right: 0px;
    background: #28556A;
}

.lighbox-image-close-floor i,
.lighbox-image-close i{
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    margin: 13px;
}

.lightbox_enquire{
    margin-top: 15px;
    margin-left: 15px;
    width: auto;
    margin-bottom: 0px;
    box-shadow: none;
    padding: 0px 15px 0px 0px;
    float: left;
}

.lightbox_property_wrapper .agent_contanct_form {
    margin-top: 15px;
    margin-right: 15px;
    margin-left: 15px;
    width: auto;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
}

.lightbox_property_wrapper .agentpic-wrapper{
    width:100%;
}
.lightbox_property_wrapper .mydetails{
    display:none;
}

.lightbox_property_wrapper #agent_contact_name, 
.lightbox_property_wrapper #agent_user_email, 
.lightbox_property_wrapper #agent_phone{
    width:100%;
}

.lightbox_property_wrapper .agent_details h3,
.lightbox_property_wrapper .agent_details{
    width: 100%;
    padding-left: 0px;
    min-height: auto;
}

.lightbox_property_wrapper .agent_position,
.lightbox_property_wrapper .agent_detail{
    margin-left: 0px;
}

.lightbox_property_wrapper .agent_web_class,
.lightbox_property_wrapper .agent_skype_class,
.lightbox_property_wrapper .agent_email_class,
.lightbox_property_wrapper .agent_unit_social_single{
    display:none;
}

.lightbox_property_wrapper #agent_comment{
    max-height:100px;
}

.lightbox_property_wrapper .agentpict {
    border-bottom:none;
    border-radius:0px;
    margin-bottom:10px;
}

.lightbox_property_wrapper textarea {
 max-height: 100px;   
}

.lightbox_property_wrapper .wpcf7-response-output {
    margin-top:5px;
}

.lightbox_property_wrapper .wpcf7-form-control{
    width:100%;
}

.lightbox_property_wrapper .message_submit {
    width: 100%;
    margin-bottom: 10px;
}

.lightbox_property_wrapper #agent_submit.agent_submit_class{
    margin-bottom: 13px!important;
    width: 100%;
}

.lightbox_property_wrapper #schedule_day, 
.lightbox_property_wrapper #schedule_hour {
    display:none;
}

#owl-demo-floor,
#owl-demo{
    max-width:1100px;
    position: relative;
    width: 100%;
    margin: 0px auto;
}

#owl-demo-floor{
     max-width:1150px;
}

.lightbox_floor_details{
    position: absolute;
    top: 50px;
    right: 50px;
    width: 25%;
    max-width: 200px;
}

.floor_light_desc,
.lightbox_floor_details .floor_title, 
.lightbox_floor_details .floor_details{
    float:left;
    width:100%;
}

.lightbox_floor_details .floor_title{
    font-size: 20px;
    font-weight: bold;
    padding-left: 0px;
}


#owl-demo-floor .nextleft,
#owl-demo-floor .nextright {
    color: #3a4659;
}



#owl-demo .item img{
    display: block;
    width: auto;
    /* height: auto; */
    max-height: 700px;
    margin:0px auto;

}


#owl-demo-floor .owl-wrapper-outer{
    background-color:#ffffff;
}

.floor_light_desc{
    margin:10px 0px;
}

.owl-carousel .owl-item {
   display:inline-block;
    position: relative;
}

.owl-carousel .owl-item .item{
    min-height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 623px;
    padding:10px;
    background-color: #3a4659;
}   

#owl-demo-floor .bold_detail{
    font-weight: bold;
}

.owl-carousel .owl-item .item .itemimage{
     min-height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 623px;
}
    
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    background:#3a4659;
}
.owl-pagination{
    display:none;
}


.lightbox_property_wrapper .owl-prev{
    position:absolute;
    top:50%;
    left:0px;
}
.lightbox_property_wrapper .owl-next{
    position:absolute;
    top:50%;
    right:0px;
}


.owl_caption{
    background: #3a4659;
    color: #fff;
    padding: 10px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}


/*Lightbox Property page slider - no crop*/

.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop{
    max-width: 100%;
    height: 100%;
    background: #00000080;
}

.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop .lightbox_property_content.row {
    margin: 0px;
    height: 100%;
}

.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop #owl-demo {
    max-width: 100%;
    width: 100%;
}

.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop .owl-carousel .owl-item {
    float: none;
    height: 100%;
    vertical-align: middle;
}

.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop .owl-carousel .owl-item .item {
    padding: 80px;
    background: transparent;
}

.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop #owl-demo .item img {
    max-width: 100%;
    max-height: -webkit-fill-available;
}

.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop .lighbox-image-close {
    top: 35px;
    right: 35px;
}

.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop .owl-carousel .owl-wrapper-outer {
    background: transparent;
}

.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop .owl_caption{
    display: none;
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/



/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: -35px 5px 5px;
    padding: 3px 0px;
    font-size: 55px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    filter: Alpha(Opacity=95);
    opacity: 0.95;
    cursor: pointer;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
    min-height: 150px;
    background: url(/wp-content/themes/wpresidence/AjaxLoader.gif) no-repeat center center
}


/*=subunits*/
.multi_units_wrapper{
    width: 100%;
    float: left;
    margin-bottom: 30px;
    padding: 30px;
    float: left;
    background-color: #fff;
}

.subunit_wrapper{
    width:100%;
    padding:15px;
    float: left;
}

.subunit_wrapper:nth-child(even){
    background-color: #f4f4f4;
}

.subunit_thumb{
    margin-right: 15px;
    margin-top: 0px;
    float:left;
}

.subunit_thumb img{
    max-height: 67px;
}

.subunit_title{                    
    font-weight: 600;
}

.subunit_details{
    display:inline-block;
}

.subunit_size,
.subunit_bathrooms,
.subunit_rooms,
.subunit_type{
     display:inline-block;
     margin-right: 10px;
}

.subunit_price{
    color: #f1bf7f;
}

#tab_prpg{
    float:left;
    width:100%;
}


/*=yelp*/

.yelp_bussines_wrapper{
    float:left;
    width: 100%;
    margin-bottom: 15px;
}
.yelp_icon i{
     margin: 0px;
    padding: 0px;
    background: #f06e48;
    color: white;
    border-radius: 4px;
    padding: 1px 7px;
    line-height: 21px;
    font-size: 12px;
    margin-right: 5px;
}
.yelp_icon{
    display: inline-block;
    float: left;
}
h4.yelp_category{
    display: inline-block;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    padding-bottom: 15px;
    line-height: 26px;
    float: left;
}
.yelp_unit{
    float:left;
    width:100%;
}
.yelp_category:after{
    display:none;
}


.yelp_unit_name{
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
    margin: 5px 0px;
   
}

.yelp_stars{
    float:right;
}

.yelp_icon .fa-bicycle{
    background-color: #3FAF90;
}

.yelp_icon .fa-music{
    background-color: #EDB534;
}
.yelp_icon .fa-car{
    background-color: #0D2C54; 
}
.yelp_icon .fa-female{
    background-color: #FF5E5B; 
}
.yelp_icon .fa-graduation-cap{
    background-color: #3858AA; 
}
.yelp_icon .fa-birthday-cake{
    background-color: #CE447B; 
}
.yelp_icon .fa-money{
    background-color: #2F5B48; 
}
.yelp_icon .fa-cutlery {
    background-color: #7C2727;
}
.yelp_icon .fa-medkit{
    background-color: #CE1C1C;
}
.yelp_icon .fa-wrench{
    background-color: #465D99;
} 
.yelp_icon .fa-bed{
    background-color: #FF934F;
}
.yelp_icon .fa-coffee{
   background-color: #774E24;
}
.yelp_icon .fa-dot-circle-o{
    background-color: #7CBF9E;
}
.yelp_icon .fa-television{
    background-color: #006075; 
}
.yelp_icon .fa-glass{
    background-color: #b980d0;
}
.yelp_icon .fa-paw{
    background-color: #FFCB4E;
}
.yelp_icon .fa-suitcase{
    background-color: #DD5539;
}
.yelp_icon .fa-university{
    background-color: #565EB7;
}
.yelp_icon .fa-building-o{
    background-color: #AD2E4C;
}
.yelp_icon .fa-cloud{
    background-color: #5691C9;  
}
.yelp_icon .fa-cutlery{
    
}
.yelp_icon .fa-shopping-bag{
    background-color: #ADC13C;
}
.yelp_icon .fa-bus{
    background-color: #DD5539;  
}


/*=marker*/


.wpestate_marker{
    cursor: pointer;
    font-weight: 400;
    transform: translate(-50%,-100%);
    white-space: nowrap;
    width: auto;
    min-width: 38px;
    border-radius: 1000px;
    padding: 6px 11px;
    position: absolute;
    /*transition: .3s all cubic-bezier(.39,.575,.565,1);*/
    font-size: 12px;
    line-height: 1rem;
    color: #fff;
    text-align: center;
    background-color: #28556A;
    border: 1px solid #a3b8c4;
    box-shadow: 1px 2px 8px 0px rgba(29, 29, 29, 0.2);
}


.interior_pin_price{
    
}

.wpestate_marker span{
    font-size:13px;
    color:#fff;
}
/*
.wpestate_marker:before{
position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -4px;
    content: " ";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #28556A;
   
}*/
.wpestate_marker:after {
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -2px;
    content: " ";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #28556A;
}
.hover_z_pin{
    z-index: 9999;
    background-color: #444!important;
}

.hover_z_pin:after{
    border-top: 4px solid #444!important;
}

.wpestate_marker.sales{
    background-color: #20c063;
}

.wpestate_marker.sales:after{
    border-top: 4px solid #20c063;
}


/*==category_list_widget*/
.category_list_widget{
    
}


.category_list_widget li {
    font-size: 13px;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 11px;
    padding-bottom: 11px;
}

.category_list_widget .category_no{
    margin-left: 10px;
}


.category_list_widget .child_category {
    float: left;
    width: 100%;
    padding-top: 11px;
   margin-top: 11px!important;
}

.category_list_widget ul li .child_category li {
    padding-left: 20px;
}

#colophon .category_list_widget .child_category {
    margin-top: 4px!important;
    padding-top: 0px;
}

.category_list_widget .category_no {
    float: right;
    margin: 5px 0px 0px 0px;
    color: #8593a9;
}

#colophon .category_list_widget .category_no {
    float:none;
    margin-left:5px;
    color: #999999;
}

.messagebox_text{
/*    padding-left: 15px;*/
  position: relative;
    margin-bottom: 30px!important;
    
    border-radius: 3px;
    
    font-size: 12px;
    background-color: #FBFCFE;
    color: #262626;
	-webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    cursor: pointer;
    margin: 0px ;
    padding: 10px;
    max-width: 600px;
}

#google_map_prop_list_sidebar .messagebox_text{
    padding-left: 0px;
/*    padding-right: 150px;*/
    padding-right: 0px;
    padding-bottom: 15px;
}

.new_prelader{
   position: absolute;
    left: 50%;
    top: 63%;
    z-index: 1001;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #b9b7ff;
    -webkit-animation: PreloaderSpin 2s linear infinite;
    animation: PreloaderSpin 2s linear infinite; 
}

.new_prelader:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #00bcd4;
    -webkit-animation: PreloaderSpin 3s linear infinite;
  animation: PreloaderSpin 3s linear infinite;
}

.new_prelader:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #a3e7f0;
    -webkit-animation: PreloaderSpin 1.5s linear infinite;
    animation: PreloaderSpin 1.5s linear infinite;
    
}



@-webkit-keyframes PreloaderSpin{
    0%{-webkit-transform:rotate(0deg);
       -ms-transform:rotate(0deg);
       transform:rotate(0deg)}
    100%{-webkit-transform:rotate(360deg);
         -ms-transform:rotate(360deg);
         transform:rotate(360deg)}
}
@keyframes PreloaderSpin{
    0%{-webkit-transform:rotate(0deg);
       -ms-transform:rotate(0deg);
       transform:rotate(0deg)}
    100%{-webkit-transform:rotate(360deg);
         -ms-transform:rotate(360deg);
         transform:rotate(360deg)}
}


/*=splash page
-------------------------------------------------------------------------*/

.page-template-splash_page .ui-autocomplete.ui-widget-content {
    max-height: 200px!important;
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
}

.page-template-splash_page{
    height: 100%;
    
}

.page-template-splash_page #all_wrapper,
.page-template-splash_page .container{
    height:100%;
    position: fixed;
    top: 0px;
    left: 0px;
    width:100%;
}
.page-template-splash_page .container.content_wrapper{
    display:none
}


.page-template-splash_page .header_media {
    height:100%;
}

.page-template-splash_page .wpestate_header_video,
.page-template-splash_page .wpestate_header_image {
    height: 100%!important;
    position: absolute;
    top: 0px;
}
.page-template-splash_page .with_search_on_end,
.page-template-splash_page .with_search_on_start{
    display:none;
}  

.page-template-splash_page #search_wrapper.with_search_form_float {
    display: block;
/*    width: 1200px;
    margin: 0px auto!important;
    float: none;*/
}


.page-template-splash_page .heading_over_video_wrapper,
.page-template-splash_page .heading_over_image_wrapper{
    top:41%
}

.page-template-splash_page #search_wrapper{
    top:55%;
}

#splash_slider_wrapper{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.splash_slider_item{
    width:100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    opacity:0;
    top: 0px;
    left: 0px;
    position: absolute;
    transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
}
/*#splash_slider_wrapper.owl-carousel .owl-item .item{
    width:100%;
    height: 100%;
}

#splash_slider_wrapper.owl-carousel .owl-item,
#splash_slider_wrapper.owl-carousel .owl-wrapper,
#splash_slider_wrapper.owl-carousel .owl-wrapper-outer{
    height: 100%;
}*/

#splash_slider_wrapper .item.splash_slider_item.active{
    opacity:1;
}

.splash_page_widgets_wrapper{
    position: fixed;
    width: 100%;
    left:0px;
    bottom: 15px;
    padding: 0px 30px;
    z-index:99;
}

.splash-left-widet{
    
}
.splash-right-widet{
    float:right;
}
.splash_page_widgets_wrapper ul{
    margin: 0px;
}
.splash_page_widgets_wrapper .textwidget {
    font-size: 15px;
    line-height: 22px;
}
.splash_page_widget{
    display: inline;
    margin-bottom: 0px;
    color:#fff;
        float: left;
}
.splash_page_widget a{
    color:#fff!important;
}


.splash_page_widget .social_sidebar_internal a {
    font-size: 18px;
    padding: 3px 4px 0px 9px;
    width: 26px;
    height: 30px;
    margin-left: 2px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    line-height: 1.2em;
    vertical-align: 0%;
}

/*=shortcode contact form
----------------------------------------------------------------------------*/

.shortcode_contact_form{
    padding: 26px 0px;
    margin-bottom: 26px;
    width:100%;
}


.shortcode_contact_form textarea,
.shortcode_contact_form input{
    background-color: #f4f4f4;
    border-width: 0px;
    border-style: solid;
    color: #707070;
    font-size: 14px;
    line-height: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 7px;
}

.shortcode_contact_form input{
    height: 52px;
    padding: 0px 9px
    
}
.shortcode_contact_form textarea{
    padding: 26px 9px
}
.shortcode_contact_form .form-control:focus {
    border-color: #f4f4f4;
}

.shortcode_contact_form .gpr_wrapper {    
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    float: left;
}

.shortcode_contact_form #wpestate_agree_gdpr{
    height: 12px;
    padding: 6px;
    border: 1px solid #dde4e9;
    border-radius: 1px;
    background-color: #fff;
}

#btn-cont-submit_sh{
    background-color: transparent;
    border: 2px solid #3a4659;
    border-width: 2px;
    margin-top: 13px;
    color: #3a4659;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    height: 47px;
    line-height: 47px;
    padding: 0 29px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

.shortcode_contact_form.sh_form_align_center #btn-cont-submit_sh:hover{
    background-color: #28556A;
    border-color: #28556A;
    color:#fff;
}
.shortcode_contact_form.sh_form_align_center input,
.shortcode_contact_form.sh_form_align_center textarea{
    text-align: center;
}

.shortcode_contact_form.sh_form_align_center #btn-cont-submit_sh{
    margin: 0px auto;
    text-align: center;
    width: auto;
    margin-top: 13px;
    float: none;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    /* font-weight: normal; */
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 40px;
    padding: 0px 39px;
    height: auto;
}

.shortcode_contact_form.sh_form_align_right input,
.shortcode_contact_form.sh_form_align_right textarea{
    text-align: right;
}


.shortcode_contact_form.sh_form_align_right #btn-cont-submit_sh{
    float:right;
}

#footer_alert-agent-contact_sh{
    width:100%;
    max-width:100%;

}

.shortcode_contact_form.sh_form_align_center #footer_alert-agent-contact_sh{
    text-align: center;
}

.shortcode_contact_form.sh_form_align_right #footer_alert-agent-contact_sh{
    text-align: right;
}

/*=shortcode membership package
----------------------------------------------------------------------------*/

.membership_package_product h4 {
    font-size: 23px;
    line-height: 23px;
    text-align: center;
    margin: 0 0 25px;
}

.pack-price_sh {
position: relative;
    text-align: center;
    font-size: 33px;
    line-height: 35px;
    color: #28556A;
    font-weight: 300;
    padding: 20px 0px;
    background: #f1f5f8;
    font-weight: 600;
    letter-spacing: -1px;
}

.pack-bill_freg_sh,
.pack-listing_sh,
.pack-listing-period_sh,
.pack-listing_feat_sh{
      text-align: center;
    padding: 6px 0px;
}

.pack-listing_feat_sh {
    border-bottom: 0px solid #e2e2e2;
}

.membership_package_product {
    padding: 30px 0px;
    margin: 15px;
    background-color: #fff;
}

.membership_package_product.featured_pack_sh {
    background-color: #fafafa;
    box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.1);
    padding: 45px 0px;
    margin-top: -1px;
    border: 1px solid #eef3f6;
}

.buy_package_sh {
    text-align: center;
    margin: 0px auto;
}

.buy_package_sh .wpresidence_button {
    float: none;
    margin-bottom: 0px;
    width:200px;
    display:inline-block;
    margin-top: 10px;
}

.pack_content {
    text-align: center;
    padding: 25px 20px 10px;
}

/*==user_types*/

#new_user_type{
    
}

/*.agent_list_dasboard_wrapper{
    max-width: 1120px;
    float: left;
    padding-left: 47px;
    width: 100%;
}*/


.col-md-12.user_profile_div  .agent_unit{
    overflow: visible;
    min-height: 430px;
}

.agent_control_bar{
    position: absolute;
    bottom: 0px;
    height: 39px;
    font-size: 20px;
    background-color: #F0f0f0;
    width: 100%;
    padding: 7px 0px 0px 7px;
}

.agent_control_bar i {
    padding: 5px 5px 5px 5px;
    font-size: 13px;
    background-color: #5A7684;
    padding: 5px;
    color: #fff;
    cursor: pointer;
    width: 22px;
    height: 23px;
}

.agent_control_bar i:hover {
    color: #fff;
    background-color: #3a4659;
}

/*==reviews
---------------------------------*/
.property_reviews_wrapper,
.add_review_wrapper{
    width:100%;
    float:left;
}
.property_reviews_wrapper{
    margin-bottom: 30px;
    background: #fff;
    padding: 30px;
}

.property_reviews_wrapper h4:After{
    content:"";
}

.single-estate_agency .property_reviews_wrapper{
       margin-bottom: 0px
}


#wpestate_review_title{
    float: left;
    width: 100%;
}

#wpestare_review_content{
    float:left;
    width:100%;
}

.single-estate_agent .review-content {
    font-size: 13px;
    line-height: 22px;
}

.single-estate_agent .review-date,
.single-estate_agent .property_ratings,
.single-estate_agent .review-title,
.single-estate_agent .reviwer-name{
     line-height: 22px; 
}

.empty_star{
    float: none;
    display: inline;
    margin-top: 0px;
    margin-right: 2px;
    margin-bottom: 10px;
    color: #8593a9;
    display: inline-block;
    font: normal normal normal 24px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
}
.empty_star:hover:before {
    content: "\f005";
    color: #28556A;
}

.empty_star:before {
    content: "\f006";
}

.starselected_click,
.starselected{
    color: #28556A;
}

.starselected_click:before,
.starselected:before {
    content: "\f005";
}


.rating_legend{
    margin-right: 5px;
}

#listing_reviews{
    display: inline-block;
    padding-bottom: 15px;
}

.listing-review{
    float:left;
    width:100%;
}

.listing-review{
    float: left;
    width: 100%;
    margin: 5px 0px 20px 0px;
}

.review-list-content {
    position: relative;
    padding-left: 0px;
}

.reviewer_image{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background-size: cover;
    background-position: 50% 50%;
    display: inline-block;
    position: relative;
    float: left;
}

.reviwer-name{
    color: #8593a9;
    margin-bottom: 0px;
    margin-top: 7px;
    width: auto;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    padding-left: 15px;
    display: inline-block;
    float: left;
}

.property_ratings i{
    color: #28556A;
    margin-right: 2px;
}

.listing-review .property_ratings{
    margin-top: 9px;
    padding-right: 0px;
    float: right;
    right: 0px;
}

.listing-review .property_ratings i {
    color: #28556A;
    margin-right: 0px;
}

.listing-review .property_ratings i.fa-star-o{
    color: #8593a9;
    font-size: 14px;
}

.ratings-star{
    margin-left: 3px;
    margin-right: 0px;
    font-size: 13px;
    color: #8593a9;
    font-family: 'Open Sans', sans-serif;
}

.review-content{
    float: left;
    margin-top: 5px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 26px;
    width: 100%;
    padding-left: 75px;
}

.listing-review:last-of-type .review-content{
    border:none;
}

.review-date{
    margin-top: 30px;
    color: #8A8F9A;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    right: 0px;
    top: 0px;
    float: right;
}

.review_notice{
    padding: 13px;
    background-color: #f0f0f0;
    display: inline-block;
    width: 100%;
}

#login_trigger_modal{
    color: #28556A;
    font-weight: bold;
    cursor:pointer;
}

.review_tag {
    font-size: 14px;
    font-weight: 600;
}

.review-title {
    float: left;
    left: 0px;
    margin-left: 75px;
    margin-top: 13px;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    margin-bottom: 0px;
    top: 16px;
    font-size: 14px;
    color: #4d5567;
    font-weight: 600;
}

.property_reviews_wrapper .rating, .add_review_wrapper .rating{
	display: inline;
}


/*==messages
----------------------------------------------------------*/

.col-md-12.message_explaining{
    font-size: 12px;
    float: left;
    color: #8593a9;
    padding-left: 0px;
}

.message_submit{
    margin-bottom: 5px;
}

.messages_wrapper .col-md-12{
    float:left;
}

.message_listing{
    width: 100%;
    float: left;
    margin: 10px 0px 10px 0px;
    position: relative;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #e8ebf0;
    font-size:14px;
}

.message_header:hover{
    background: #f4f6f9;
}
.message_header{
    padding: 0px 0px;
    background: #fff;
    box-sizing: border-box;
    margin: 0px 0px 0px 0px;
    width:100%;
    float: left;
    cursor:pointer;
      
}

.message-action{
    background-color: #28556A;
    border-left: 1px solid #e8ebf0;
    float: right;
    width: 72px;
}

.delete_inaction{
    padding: 4px 10px;
    font-size: 13px;
}

.message-action i{
    color: #fff;
}

.mess_unread{
    color: #fd2d4f;
    margin: 8px 10px 0px 0px;
}
.mess_unread i{
 font-size: 20px;   
}

.mess_date,
.mess_subject,
.mess_from{
    line-height: 26px;
    margin-top: 5px;
    float: left;
}

.mess_from{
    cursor:pointer;
}


.mess_reply_form,
.mess_content{
    padding: 5px 15px;
    background: #fff;
    box-sizing: border-box;
    margin: 0px 0px 0px 0px;
    width: 100%;
    float: left;
    position: relative;
    display: none;
    border-top: 2px solid #f4f6f9;
}

.mess_reply_form{
    margin-top: -10px;
    padding-right: 70px;
    padding-top: 15px;
}

.mess_content{
    padding-top: 20px;
}

.mess_content-list-replies{
    padding-top: 20px;
}

.mess_content-list-replies h4{
    font-size: 16px;
    margin-bottom: 5px;
}

.mess_content-list-replies_unit{
    margin-bottom: 10px;
    padding: 10px;
}

.mess_content-list-replies_unit:nth-child(odd){
    background-color: #f0f2f3;
}


.mess_reply,
.mess_delete,
.mess_read_mess,
.mess_send_reply{
    width: 35px;
    height: 35px;
    display: inline-block;
    padding: 3px 0px 0px 3px;

    cursor: pointer;
    border-left: 1px solid #e8ebf0;
}

.mess_reply:hover,
.mess_delete:hover,
.mess_read_mess:hover,
.mess_send_reply:hover {
    background-color: #4d5567;
}

.mess_reply:hover i,
.mess_delete:hover i,
.mess_read_mess:hover i,
.mess_send_reply:hover i{
    color:#adb7d1;
}

.mess_send_reply_button2,
.mess_send_reply_button{
   color: #fff!important;
   cursor: pointer;
}

.mess_read_mess{
    padding: 3px 9px 0px 0px;  
}

.mess_delete{
   padding: 6px 6px 0px 0px;
}
.mess_reply{
    text-align: center;
    line-height: 35px;
    padding: 0px;
}

.mess_unread,
.mess_read{
    float: left;
}

.mess_title{
    width:100%;
    float:left;
    margin-bottom: 15px;
}

.message_content{
    width: 100%;
    font-size: 13px;
    line-height: 1.3em;
}

.message_listing input[type=text], 
.message_listing input[type=password], 
.message_listing input[type=email], 
.message_listing input[type=url], 
.message_listing input[type=number], 
.message_listing textarea {
    width: 100%;
    margin-bottom: 11px;
    font-family: 'Arial';
    font-size: 14px;
    padding: 11px 0px 11px 11px;
    color: #1a171b;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    background-color: #fff!important;
    box-shadow: none;
    text-align: left;
}

.message_listing input[type=password]:focus, 
.message_listing input[type=text]:focus, 
.message_listing textarea:focus {
    border-color: #28556A;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

#subject_reply{
    width:50%;
}

#message_reply_content{
    width: 99%;
    height:100px;
}

.unread_mess_wrap{
    width: 100%;
    float: left;
    padding-left: 60px;
    font-weight: 600;  
}

.all_mess_wrapper{
    float: left;
    max-width: 1200px;
    padding-left: 45px;
    width: 100%;
}

.delete_wrapper{
    float:left;
    display:inline;
}

.delete_wrapper .tooltip{
    top:auto!important;
    bottom:-45px!important;
}

.unread_mess{
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background-color: #0c82a3;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    position: absolute;
    top: 12px;
    right: 15px;
    float: right;
    color: #fff;
}

/*=schedule*/
#show_contact{
    float:left;
}
.agent_contanct_form .alert-box{
    clear: both;
}

.agent_contanct_form .wpcf7{
    float: left;
    width: 100%;
}

.schedule_wrapper{
    display:none;
    margin: 0px -7px;
}

.schedule_wrapper .col-md-6{
    padding-right: 7px;
    padding-left: 7px;
}

#schedule_meeting{
    background-color: #28556A;
    color: #fff!important;
    padding: 3px 15px 5px;
    float: left;
    margin-left: 13px;
    webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    cursor: pointer;
    font-size: 13px;
    border-radius: 3px;
    font-weight: 600;
    line-height: 20px;
}

.single-estate_developer #schedule_meeting,
.single-estate_agency #schedule_meeting,
.single-estate_agent #schedule_meeting{
    display:none
}

.acc_google_maps:hover,
#schedule_meeting:hover{
    background-color: #33353A;
}


.user_dashboard_app{
    color: #fff;
    background-color: #28556A;
    width: 90%;
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 13px;
}

.add-estate.profile-page.profile-onprofile .user_dashboard_app {
    width: 100%;
}

/*=agency
--------------------------------------------------------*/
.header_agency_wrapper {
    background-color: #28556A;
}

.header_agency_container{
    width: 1200px;
    margin: 0px auto;
    padding: 60px 15px 60px 15px;
    position: relative;
    min-height: 300px;
    color: #fff;
}
.header_agency_container a{color:#fff;}

.agency_social_icon {
    width: 30px;
    height: 30px;
    background-color: #20c063;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    text-align: left;
    line-height: 31px;
}

.agency_social_icon i {
    font-size: 17px;
}

.agency_social_wrapper{
    /* text-align: center; */
    width: 100%;
    /* float: left; */
    padding: 0px 0px 0px 0px;
    position: absolute;
    top: 0px;
    right: 15px;
    text-align: right;
}

.agency_social_icon.facebook_icon {
    color: #3b5998;
    background-color: transparent;
    width: 25px;
}

.agency_social_icon.twiter_icon {
    color: #00aced;
    background-color: transparent;
}

.agency_social_icon.linkedin_icon {
    color: #007bb6;
    background-color: transparent;
}

.agency_social_icon.pinterest_icon {
    color: #cb2027;
    background-color: transparent;
}

.agency_social_icon.instagram_icon {
    color: #517fa4;
    background-color: transparent;
}

.agency_detail strong{
   
}

.developer_contact_button,
.agency_contact_but{
    clear: both;
    background: #1995C3;
    margin-top: 2px;
    margin-bottom: 0px;
}
.agency_map_wrapper{
    
}

#agency_map{
    width:100%;
    height: 350px;  
}
.single-estate_developer #agency_map{
  height: 265px;  
}

.agency_title{
    text-transform: capitalize;
    margin-top: -8px;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #fff;
}

.agency_detail {
    float: left;
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
    line-height: 1.6em;
    color: #fff;
}

.agency_detail a{
    color:#fff;
}

.col-md-6.agency_details{
    padding-left: 0px;
}

.agency_taxonomy{
    width: 100%;
    float: left;
    padding-top: 50px;
}

.agency_taxonomy a{
    border-radius: 17px;
    padding: 4px 17px;
    margin-right: 13px;
    margin-bottom: 13px;
    font-size: 12px;
    border-radius: 17;
    float: left;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    color: #fff;
    background-color: #f6bd7d;
}

.agency_content_wrapper{
    padding: 30px 15px;
    background: #fff;
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

.agency_contact_wrapper #agency_contact{
    padding-left: 0px;
    padding-right: 0px;
}
.agency_contact_wrapper{
    background: #fff;
    float: left;
    margin-bottom: 30px;
}

.agency_socialpage_wrapper{
    float: left;
}

 a.agency_social{
    display: inline-block;
    margin-right: 10px;
    background-color: transparent;
    padding: 0px;
}

.agency_social i{
   font-size: 16px;
    color: #91a8ae;
}
.single-estate_developer .agency_social{
    margin-bottom: 15px
}
.single-estate_developer .agency_social i{
    font-size: 16px;
    color: #fff;
}

.agency_taxonomy a:hover{
    background-color: #28556A;
    color:#fff;
}

.term_bar_wrapper{
    margin-bottom: 26px;
    display: inline-block;
    width: 100%;
    padding: 0px 15px;
}

.term_bar_item{
    float: left;
    font-size: 12px;
    padding: 9px 26px 7px 26px;
    cursor: pointer;
    color: #28556A;
    min-width: 120px;
    text-align: center;
    margin-right: 26px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 22px;
}

.term_bar_item:hover{
    color:#de5d2b;
}

.term_bar_item:hover:after{
    background:#de5d2b;
}

.term_bar_item:after{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #edf0f1;
    content: '';
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, transform 0.3s;
    -webkit-transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
    -webkit-transform: translate3d(0,100%,0) translate3d(0,-3px,0);
    transform: translate3d(0,100%,0) translate3d(0,-3px,0);
}
.term_bar_item.active_term,
.term_bar_item.active_term:hover{
    color:#fff;
}

.term_bar_item.active_term:after{
    transform: translate3d(0,0,0);
    background: #28556A;
    color:#fff;
}

.agency_listings_wrapper{
    display: inline-block;
      width: 100%;
}

.title_content_agency{
   
}

.agency_listings_title{
    margin-top:13px;
}


.agency_agents_wrapper{
    margin-bottom: 30px;  
}

.single-estate_agency #agent_contact_name, 
.single-estate_agency #agent_user_email,
.single-estate_agency #agent_phone {
    width: 31.7%;
}

.single-estate_developer #agent_contact_name, 
.single-estate_developer #agent_user_email,
.single-estate_developer #agent_phone {
    width: 31.25%;
}

.single-estate_developer #agent_comment,
.single-estate_agency  #agent_comment{
      height: 175px;
}

.single-estate_agency .agent_contanct_form{
    margin: 0px;
    box-shadow: none;
}

.single-estate_agency .agency_contact{
    margin-right: 0px;
    padding-right: 0px;
}

.no_agents {
    padding: 0px 15px;
}

.agent_card_my_listings{
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 12px;
    background-color: #f1bf7f;
    color: #ffffff;
    float: right;
    padding: 4px 13px;
    margin-top: 4px;
    line-height: 12px;
    z-index: 1;
}

.post_count{
    position: absolute;
    bottom: 30%;
    right: 17%;
    font-size: 40px;
    font-weight: 300;
    color: #f6bd7d;
    text-align: center;
    width: 50px;
    height: 50px;
    border: 1px solid #f1f1f1;
    border-radius: 50%;
}

.no_more_list{
    border: 1px solid #28556A;
    background-color: #fff;
    color: #28556A;
}

.no_more_list:hover {
    color: #fff;
    border-color: #33353A;    
}

.agency_contact_class{
    width:100%;
/*    padding: 30px 0px;*/
    background: #f9f9f9;
}

.agency_contact_container{
    width: 1160px;
    margin: 0px auto;
    padding: 0px 26px;
}
.agency_contact_padding{
    padding-top: 65px;
}

.agency_contact_padding .agency_detail,
.agency_contact_padding .agency_detail a{
    color:#5B6E8C;
}

.developer_content {
    margin-top: 30px;
}

.developer_content .col-md-9,
.developer_content .col-md-8{
    padding-left: 0px;   
    line-height: 22px;
}
.developer_contact_wrapper{   
    float:left;
    background-color: #fff;
    width: 100%;
    margin-bottom: 30px;
}

.developer_map{
    margin-top: 70px;
    padding-right: 30px;
}

.developer_contact_wrapper .agent_contanct_form {
    box-shadow: none;
    padding-left: 15px;
    padding-right: 15px;
}


.developer_contact_button{
    margin-top: 10px;
    float: left;
    color: #fff;
    padding: 7px 13px;    
}

.developer_taxonomy a {
    color: #ffffff;
    border-radius: 17px;
    padding: 6px 17px;
    margin-right: 15px;
    margin-top: 15px;
    font-size: 13px;
    border-radius: 17px;
    float: left;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    border: 1px solid #ffffff;
}
.single-estate_agent .developer_taxonomy a {
    border: 1px solid #28556A;
    color: #28556A;
}
.single-estate_agent .developer_taxonomy a:hover {
    background-color:#BD1427;
    color: #fff;
}

.single-estate_developer .agent_contanct_form{
    margin-left:0px;
    margin-bottom: 0px;
}
/*=directory
--------------------------------------------------------*/

#directory_load_more{
  cursor: pointer;
    clear: both;
}

.directory_slider {
    padding-right: 15px;
    margin-top: 7px;
    width: 100%;
    float: left;
}



.directory_sidebar#primary .adv_search_slider label,
.directory_sidebar #amount_wd{
    margin-bottom: 0px;
    float: none;
}

.directory_sidebar#primary .adv_search_slider{
    height:auto;
}


.directory_sidebar{
    margin-bottom: 30px;
    margin-top: 0px;
    width:30%;
}

.directory_sidebar.col-md-pull-9{
    right:70%;
}


.directory_sidebar_wrapper {
    background-color: #ffffff;
    display: inline-block;
    padding: 30px;
    border: 1px solid #fff;
}



.directory_sidebar_wrapper .filter_menu{
    margin-left: 0px;
}

.directory_sidebar .sidebar_filter_menu{
    padding: 0px;
}

.directory_sidebar .caret_sidebar {
    top: 7px;
}

.directory_sidebar .extended_search_check_wrapper{
    display:block;
}

.directory_sidebar .extended_search_checker{
    width:100%;
}

.listing_filters_head_directory .filter_menu{
    margin-left: 0px;
    margin-top: 8px!important;
    padding-bottom:0px;
}

.listing_filters_head_directory .listing_filter_select{
    margin-top:8px;
}

.listing_filters_head_directory{
    border-top:1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    height: 60px;
    margin: 0px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.directory_sidebar .adv_search_slider{
    width:100%;
    height: auto;
}

.directory_sidebar label {
    color: #8593a9;
    padding-right: 3px;   
    width: 100%;
    margin-bottom: 5px;
}
.directory_sidebar label.directory_checkbox {
    width:auto;
}

.directory_sidebar#primary .adv_search_slider label, 
.directory_sidebar #amount_wd {
    margin-bottom: 0px;
    float: none;
    font-size: 13px;
}

.property_keyword_wrapper label {
    margin-bottom: 7px;
    margin-top: 0px;
}

.property_status_wrapper label{
    margin-bottom: 7px;
    margin-top: 7px;
}

.property_status_wrapper{
    float: left;
    width: 100%;
    padding-top: 10px;
}

.property_keyword_wrapper {
    float: left;
    width: 100%;
}

.directory_content_wrapper{
    margin-bottom: 30px;
}
.page-template-property_list_directory .single-content {
    margin-bottom: 0px!important;
}

.page-template-property_list_directory .single-content p{
    margin-bottom: 26px;
}

.directory_slider #property_size, 
.directory_slider #property_lot_size, 
.directory_slider #property_rooms, 
.directory_slider #property_bedrooms, 
.directory_slider #property_bathrooms {
    color: #28556A;
    font-size: 13px;
}

.page-template-property_list_directory .content_wrapper .col-md-9 {
    /*min-height: 1150px;*/
    min-height: 1160px;
}

.directory_slider {
    padding-right: 15px;
    margin-top: 13px;
    width: 100%;
    float: left;
}

/*  Energy saving grade output */
.energy_class_container .col-eng-gruppo.energy-gruppo-1 {
        width: 12.5%;
        display:none;
		}
.energy_class_container .col-eng-gruppo {
        position: relative;
        float: left;
        min-height: 1px;
display:none;
		}
.energy_class_container .row.class-energy p {
        margin-bottom: 0;
display:none;
		}

.energy_class_container [class^=energy-] {
        padding: 6px 0;
        color: #fff;
        border-radius: 0;
        text-align: center;
display:none;
		}
.energy_class_container .indicator-energy[data-energyclass="D"], 
.energy_class_container .indicator-energy[data-energyclass="E"], 
.energy_class_container .indicator-energy[data-energyclass="F"], 
.energy_class_container .indicator-energy[data-energyclass="G"] {
        right: 7%;
        left: inherit;
display:none;
		}
.energy_class_container .indicator-energy[data-energyclass="D"]:before, 
.energy_class_container .indicator-energy[data-energyclass="E"]:before, 
.energy_class_container .indicator-energy[data-energyclass="F"]:before, 
.energy_class_container .indicator-energy[data-energyclass="G"]:before {
        right: 8%;
        left: inherit;
display:none;
		}
.energy_class_container .indicator-energy:before {
        content: "";
        position: absolute;
        border-top: 10px solid #999;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        bottom: -10px;
        left: 8%;
        margin-left: 5px;
display:none;
		}
.energy_class_container .detail-information-content th, .energy_class_container .indicator-energy {
        white-space: nowrap;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
display:none;
		}
.energy_class_container .indicator-energy {
        position: absolute;
        top: -55px;
        left: 7%;
        padding: 6px 12px;
        color: #fff;
        background-color: #999;
        font-weight: 700;
display:none;
		}
.energy_class_container .energy-G {
        background-color: #b80000;
display:none;
		}
.energy_class_container .energy-F {
        background-color: #d22300;
display:none;
		}
.energy_class_container .energy-E {
        background-color: #e67300;
display:none;
		}
.energy_class_container .energy-D {
        background-color: #eb9d00;
display:none;
		}
.energy_class_container .energy-C {
        background-color: #ebc400;
display:none;
		}
.energy_class_container .energy-B {
        background-color: #91d100;
display:none;
		}
.energy_class_container .energy-A {
        background-color: #7fb800;
}
.energy_class_container .energy-Aplus {
        background-color: #6d9e00;
display:none;
		}
.energy_class_container .row.class-energy {
        padding-top: 55px;
    margin: 5px 0px 0px;
display:none;
	}
		
@media only screen and (max-width:767px) {

        .energy_class_container .indicator-energy:before,
        .energy_class_container  .presentation-detail>li+li {
                margin-left: 0
        }

        .energy_class_container .detail-information-content th {
                padding-left: 5px;
                padding-right: 5px
        }
        .energy_class_container .class-energy {
                position: relative
        }
        .energy_class_container .col-eng-gruppo {
                position: static
        }
        .energy_class_container  .indicator-energy {
                left: 0;
                top: 0;
                right: 0
        }
        .energy_class_container .indicator-energy[data-energyclass=A4]:before {
                left: calc((10% * .5) - 10px)
        }
        .energy_class_container .indicator-energy[data-energyclass=A3]:before {
                left: calc((10% * 1.5) - 10px)
        }
        .energy_class_container .indicator-energy[data-energyclass=A2]:before {
                left: calc((10% * 2.5) - 10px)
        }
        .energy_class_container .indicator-energy[data-energyclass=A1]:before {
                left: calc((10% * 3.5) - 10px)
        }
        .energy_class_container .indicator-energy[data-energyclass=Aplus]:before {
                left: calc((12.5% * .5) - 10px)
        }
        .energy_class_container .indicator-energy[data-energyclass="A"]:before {
                left: calc((12.5% * 1.5) - 10px)
        }
        .energy_class_container .energy-gruppo-1 .indicator-energy[data-energyclass="B"]:before {
                left: calc((12.5% * 2.5) - 10px)
        }
        .energy_class_container .energy-gruppo-2 .indicator-energy[data-energyclass="B"]:before {
                left: calc((10% * 4.5) - 10px)
        }
        .energy_class_container .energy-gruppo-1 .indicator-energy[data-energyclass="C"]:before {
                left: calc((12.5% * 3.5) - 10px)
        }
        .energy_class_container .energy-gruppo-2 .indicator-energy[data-energyclass="C"]:before {
                left: calc((10% * 5.5) - 10px)
        }
        .energy_class_container .energy_class_container .indicator-energy[data-energyclass="D"] {
                right: 0;
                left: 0
        }
        .energy_class_container .energy-gruppo-1 .indicator-energy[data-energyclass="D"]:before {
                right: calc((12.5% * 3.5) - 10px);
                left: auto
        }
        .energy_class_container .energy-gruppo-2 .indicator-energy[data-energyclass="D"]:before {
                right: calc((10% * 3.5) - 10px);
                left: auto
        }
        .energy_class_container .indicator-energy[data-energyclass="E"] {
                right: 0;
                left: 0
        }
        .energy_class_container .energy-gruppo-1 .indicator-energy[data-energyclass="E"]:before {
                right: calc((12.5% * 2.5) - 10px);
                left: auto
        }
        .energy_class_container .energy-gruppo-2 .indicator-energy[data-energyclass="E"]:before {
                right: calc((10% * 2.5) - 10px);
                left: auto
        }
        .energy_class_container .indicator-energy[data-energyclass="F"] {
                right: 0;
                left: 0
        }
        .energy_class_container .energy-gruppo-1 .indicator-energy[data-energyclass="F"]:before {
                right: calc((12.5% * 1.5) - 10px);
                left: auto
        }
        .energy_class_container .energy-gruppo-2 .indicator-energy[data-energyclass="F"]:before {
                right: calc((10% * 1.5) - 10px);
                left: auto
        }
        .energy_class_container .indicator-energy[data-energyclass="G"] {
                right: 0;
                left: 0
        }
        .energy_class_container .energy-gruppo-1 .indicator-energy[data-energyclass="G"]:before {
                right: calc((12.5% * .5) - 10px);
                left: auto
        }
        .energy_class_container .energy-gruppo-2 .indicator-energy[data-energyclass="G"]:before {
                right: calc((10% * .5) - 10px);
                left: auto
        }
        .energy_class_container .section-contact .contact-box {
                border: none
        }
        .energy_class_container .section-contact .down .contact-data {
                background-color: #fff;
                padding: 0;
                border: none
        }


}

/*  energy saving grade output END */

/* LIsting load more button  */
.single_listing_block .load_more_ajax_cont {
    text-align: left;
    padding-left: 15px;
} 
 
.single_listing_block .load_more_ajax_cont  .wpresidence_button {
    float:none;
}
.single_listing_block .load_more_ajax_cont .load_more_progress_bar{
    display:none;
}
/* LIsting load more button  END */

/* LIsting spinner  */
.single_listing_block .spinner{
    margin: 50px auto;
}
/* LIsting spinner END  */


/* AGENT customg parameters features */
.add_custom_data_cont button.add_custom_parameter, .add_custom_data_cont button.remove_parameter_button {
    color:#fff;
}

.add_custom_data_cont .cliche_row{
    display:none;
}

.row.custom_details_container .col-md-3 {
    margin-bottom: 5px;
    margin-top: 5px;
}

.custom_details_container {
    padding: 0px;
    float: left;
    margin: 15px 0px 0px 0px;
    width:100%;
}

.custom_details_container .row {
    margin: 0px;
}

.custom_details_container .custom_parameter_label{
    margin-right:10px;
    font-weight:bold;
    width: 100%;
    float: left;
}

.col-md-8.add_custom_data_cont .row {
    margin: 0px;
}

.row.single_parameter_row .col-md-5:first-of-type, 
.row.single_parameter_row .col-md-2:last-of-type {
    padding-left: 0px;
}

.row.single_parameter_row .col-md-2:last-of-type {
    line-height: 1.3em;
}

.agent_taxonomy{
    width: 100%;
    float: left;
    margin-bottom: 30px;
}


.custom_parameter_wrapper{
    margin: 0px -15px;
}
.custom_parameter_wrapper .col-md-4{
    margin-bottom: 10px;
}

/* AGENT customg parameters features END */


/* PLaces Slider CSS  */
.estate_places_slider .places_wrapper_type_2{
        position:relative;
        border-radius: 0px; 
}

.estate_places_slider button.slick-prev.slick-arrow, 
.estate_places_slider button.slick-next.slick-arrow {
        top: 50%;
        width: 33px;
        height: 33px;
        border-radius: 50%; 
        cursor: pointer;
        color: #99a2ae;
        font-size: 0px;
        background-color: #fff;
        color: #fff;
        padding-left: 8px;
        border: none;
        position: absolute;
        -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.26);
        -moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.26);
        box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.26);
        z-index: 10;
}

.estate_places_slider button.slick-prev.slick-arrow{
        left: -16px;
}

.estate_places_slider button.slick-next.slick-arrow {
        right:-16px;
}
        
.estate_places_slider button.slick-prev.slick-arrow:before {
        margin-right: 10px;
        content: '\e800';
        font-family: "fontello";
        font-size: 12px;
        line-height: 30px;
        opacity: 1;
        color: #434953;
}
        
.estate_places_slider button.slick-next.slick-arrow:before {
        margin-right: 5px;
        content: '\e801';
        font-family: "fontello";
        font-size: 12px;
        line-height: 30px;
        opacity: 1;
        color: #434953;
}
        
.estate_places_slider .places_wrapper_type_2 .places_cover{
    border-radius: 0px;
}        
/* PLaces Slider CSS END */ 

/* Virtual Tour Header */

.container_tour {
    position: relative;
	min-height:50px;
}
.container_tour iframe {
    width: 100%; 
}

/* Virtual Tour HEader END */
/* SLIDER TYPE 3 */

.slider_type_3.theme_slider_wrapper  .carousel-indicators{
    text-align:left;
    width:100%;
}

.theme_slider_3.theme_slider_wrapper .carousel-indicators {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 15;
    width: 1110px;
    padding-left: 0;
    margin-left: -555px;
    text-align: center;
    list-style: none;
    border-top: 1px solid rgba(189,206,227,.4);
    padding-top: 10px;
}

.theme_slider_3 .carousel-indicators li {
    display: inline-block;
    width: 25%;
    text-indent: initial;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    height: auto;
    float: left;
    color: #fff;
    text-align: left;
    padding: 15px 50px 15px 10px;
    line-height: 1.3em;
    position: relative;
    margin: 0px;
    font-size: 12px;
    line-height: 1.6;
}


.theme_slider_3 .carousel-indicators li:last-of-type:after{
   width:103%;
}


.theme_slider_3 .carousel-indicators li.active:after{
    border-top:3px solid #fff;
    content:"";
    width:100%;
    position: absolute;
    top:-12px;
    left:0px;
    opacity:0.75;
}

.slider_type_3.theme_slider_wrapper .carousel-control-theme-prev,
.slider_type_3.theme_slider_wrapper .carousel-control-theme-next,
#property_animation_slider .carousel-control-theme-prev, 
#property_animation_slider .carousel-control-theme-next{
    background-color: transparent!important;
}

.estate_places_slider button.slick-prev.slick-arrow, 
.estate_places_slider button.slick-next.slick-arrow{
    background-color: #fff!important;
}


/*

.slider_type_3 .image_div{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-size: cover;
	background-position: 50% 50%;
}
.slider_type_3 .carousele_icon .fa{
	font-size:50px;
	color:#fff;
}*/

.theme_slider_3_gradient{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.67;
    z-index: 1;
    background-image: linear-gradient(to right top, #000000, rgba(0,0,0, 0) 56%);
}

.slider_type_3 .slide_cont_block{
    position: absolute;
    bottom: 160px;
    width: 1110px;
    left: 50%;
    margin-left: -555px;
    z-index: 2;
}

.theme_slider_3.full_screen_yes .slide_cont_block{
    bottom: 30%;
}

.slider_type_3 .slide_cont_block h2{
    font-weight: 400;
    color: #fff;
    font-size: 50px;
}
				


/* SLIDER TYPE 3 END */

.property_animation_slider .slide_caption{
    position: absolute;
    width: 1110px;
    z-index: 3;
    margin-left: -555px;
    bottom: 19%;
    left: 50%;
}

.property_animation_slider .slide_caption h2{
    font-weight: 400;
    color: #fff;
    font-size: 43px;
    border-bottom: 3px solid #fff;
    width: auto;
    float: left;
    padding-bottom: 10px;
    padding: 0px 10px 10px 0px;
    letter-spacing: -1px;
}

.property_animation_slider .carousel-indicators{
    display:none;
}

.property_animation_slider.theme_slider_wrapper  .carousel-indicators{
    text-align:left;
    width:100%;
}

.property_animation_slider .image_div{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-size: cover;
    background-position: 50% 50%;
}

#property_animation_slider .carousel-control-theme-next,
.theme_slider_3 .carousel-control-theme-next{
    position: absolute;
    top: 50%;
    right: 7px;
    height: 50px;
    width: 50px;
    background-color: transparent;
    opacity: 0.99;
    color: #fff;
    padding: 2px 0px 0px 18px;
    margin-top: -43px;
    font-size: 50px;
}

.theme_slider_3 .carousel-control-theme-next{
    right: 11px;
}

#property_animation_slider .carousel-control-theme-prev,
.theme_slider_3 .carousel-control-theme-prev{
    position: absolute;
    top: 50%;
    left: 11px;
    height: 50px;
    width: 50px;
    background-color: transparent;
    opacity: 0.99;
    color: #fff;
    border-radius: 50%;
    padding: 2px 0px 0px 14px;
    margin-top: -43px;
    font-size: 50px;
}

/* Property Animation SLider END */

@keyframes kenburns {
    0% {
        opacity: 1;
        transform: scale(1) rotate(.02deg);
    }

    100% {
        transform: scale(1.2) rotate(.02deg);
        //transform: scale3d(1.55, 1.55, 1.55) translate3d(-190px, -80px, 0px);
        animation-timing-function: ease-in;
        opacity: 1;
    }
}

@keyframes kenburns2 {
    0% {
	transform: scale3d(1.2, 1.2, 1.2) translate3d(-50px, -30px, 0px);
	opacity: 1;
    }
    100% {
	transform: scale3d(1, 1, 1) translate3d(-0px, 0px, 0px);
	animation-timing-function: ease-in;
        opacity: 1;
    }
}


@keyframes kenburns3 {
    0% {
        opacity: 1;
    }
    100% {
        transform: scale3d(1.2, 1.2, 1.2) translate3d(30px,30px, 0px);
        animation-timing-function: ease-in;
        opacity: 1;
    }
}



.animation_class_1.active .image_div img,
.animation_class_2.active .image_div img,
.animation_class_3.active .image_div img{
    margin: 0px auto;
    animation: kenburns 60s;
    transform: scale(1.2) rotate(.02deg);
}



.prop_animation_class_1.active .image_div img{
    margin: 0px auto;
    animation: kenburns 30s;
    transform: scale(1.2) rotate(.02deg);
}

.prop_animation_class_2.active .image_div img{
    margin: 0px auto;
    animation: kenburns2 30s;
    transform: scale(1.2) rotate(.02deg);
}

.prop_animation_class_3.active .image_div img{
    margin: 0px auto;
    animation: kenburns3 30s;
    transform: scale(1.2) rotate(.02deg);
}

.prop_animation_class_1.active .slide_caption h2{
    animation: title_kenburns1 4s;
}

.prop_animation_class_2.active .slide_caption h2{
    animation: title_kenburns2 4s;
}

.prop_animation_class_3.active .slide_caption h2{
    animation: title_kenburns3 4s;
}

.property_animation_slider .slide_caption h2:empty{
    border: 0px;
}

@keyframes title_kenburns1 {
    0% {
        opacity: 0.75;
        transform: translate3d(30px, -10px, 0px);
    }

    100% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
        opacity: 1;
    }
}

@keyframes title_kenburns2 {
    0% {
        opacity: 0.75;
        transform: translate3d(-5px, -30px, 0px);
    }

    100% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
        opacity: 1;
    }
}

@keyframes title_kenburns3 {
    0% {
        opacity: 0.75;
        transform: translate3d(5px, 30px, 0px);
    }

    100% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
        opacity: 1;
    }
}


/*.animation_class_2.active  .image_div {
    animation: kenburns 60s;
     transform: scale(1.2) rotate(.02deg);
}

.animation_class_3.active  .image_div  {
    animation: kenburns 60s;
     transform: scale(1.2) rotate(.02deg);
}*/
/* Estate Sliders END */




/* Front Property page submit template front_property_submit.php */


.submit_property_front_wrapper{
    width: 100%;
    padding: 30px;
    background-color: #fff;
    float: left;
}

.page-template-front_property_submit{
    margin-top: 30px;
}

body.page-template-front_property_submit{
    margin-top: 0px;
}

.page-template-front_property_submit .navigation_container{
    padding: 0px 0px;
    float: left;
    width: 100%;
}

.navigation_buttons_wrapper_top{
    display: inline-block;
    opacity: 0;
    height: 1px;
}

.page-template-front_property_submit .navigation_container button{
    margin-right:20px;
}

.page-template-front_property_submit .single_step{
    overflow:hidden;
    display:none;
}

front_submit_next_step_top,
#front_submit_next_step,
#front_submit_prev_step_top,
#front_submit_prev_step{
    margin-right: 20px;
    margin-bottom: 0px;
}

#front_submit_prev_step{
    display:none;
}

.page-template-front_property_submit  .add-estate.profile-page.profile-onprofile.row:first-child{
    border:none;
}

.page-template-front_property_submit  .navigation_container a{
    font-weight: 600;
    font-size: 16px;
    /* border-bottom: 2px solid #e3e3e3; */
    width: 20%;
    float: left;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    background: #f0f1f1;
    text-align: center;
}

.page-template-front_property_submit  .navigation_container a.active{
      background: #fff;
}


.page-template-front_property_submit  .navigation_container a.active{
    color:#BD1427;
}

.page-template-front_property_submit .step_1{
	display:block;
}
.page-template-front_property_submit .step_1, 
.page-template-front_property_submit .step_3, 
.page-template-front_property_submit .step_5, 
.page-template-front_property_submit .step_7{
	
}
.page-template-front_property_submit .step_2, 
.page-template-front_property_submit .step_4, 
.page-template-front_property_submit .step_6{

}
.page-template-front_property_submit #prev_step, 
.page-template-front_property_submit #submit_property{
	display:none;
}
.page-template-front_property_submit .links_block #register_link{
	display:none;
}
.page-template-front_property_submit .login_row,
.page-template-front_property_submit #facebookloginsidebar_mobile, 
.page-template-front_property_submit #googleloginsidebar_mobile, 
.page-template-front_property_submit #yahoologinsidebar_mobile {
	display:none;
}
.page-template-front_property_submit .loadersmall {
    border: 3px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 3px solid #28556A;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-bottom: -4px;
    margin-lefT: 5px;
}
.page-template-front_property_submit  .login_header_text{
    margin-bottom:20px;
    color: #263238;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 600;
}
.page-template-front_property_submit .submit_mandatory {
    padding-left: 0px;
}


/* Front Property page submit template front_property_submit.php END  */


/*.wpestate_inside_container{
    border: 1px solid #e4e4e4;
    background-color: #fff;
    padding: 20px;     
}

.content_wrapper,
.wide{
    background-color: #f0f0f0;
}dd*/
/*! /wp-content/themes/wpresidence/css/my_media.css */
@media only screen and (max-width: 1023px)and (min-width: 1600px){  
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing-unit-img-wrapper, 
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 > .property_listing.property_unit_type2 .carousel-inner {
        max-width: 346px;
    }
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type2 h4{
        margin-top: 12px;
        padding-left: 365px;
        padding-right: 10px;
    }
      
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_unit_price_wrapper, 
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_details.the_list_view, 
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .property_listing_details,
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_details{
        padding-left: 365px;
        padding-right: 10px;
    }
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_details .inforoom_unit_type2, 
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_details .infobath_unit_type2, 
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_details .infosize_unit_type2, 
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_details .infogarage_unit_type2{
        margin-right: 10px;
    }
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .property_location {
        margin: 0px 0px 0px 346px;
        padding-top: 0px;
        padding-bottom: 0px;
    }  
}

@media only screen and (max-width: 1767px){
    
    #google_map_prop_list_sidebar .has_4per_row.listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_details{
        margin-left: 0px;
        padding-left: 395px;
    }
        
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_agent_image,
    .page-template-property_list_half .col-md-12.has_prop_slider .property_agent_image,
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12.property_unit_type4 .inforoom_unit_type4:before,
    .col-md-9.rightmargin .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_details.half_map_list_view, 
    .col-md-9.rightmargin.full_width_prop .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_details.half_map_list_view {
        display: none;
    }
    
    .col-md-9.rightmargin .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_details.the_grid_view{
        display:block!important
    }
        
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .listing_details.the_list_view,
    .page-template-property_list_half .col-md-12.has_prop_slider.listing_wrapper .listing_details.the_list_view,
    .col-md-9.rightmargin .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_details.the_list_view{
        display: none!important;
    }
    
    .col-md-9.rightmargin .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_details {
        padding-right: 5px;
    }

    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .listing_details.half_map_list_view,
    .page-template-property_list_half .col-md-12.has_prop_slider.listing_wrapper .listing_details.half_map_list_view {
        display: block;
    }
    
    #google_map_prop_list_sidebar .listing_wrapper.property_unit_type4 .listing_details.half_map_list_view,
    .page-template-property_list_half .col-md-12.has_prop_slider.listing_wrapper.property_unit_type4 .listing_details.half_map_list_view{
        display:none;
    }
          
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12.property_unit_type4 .listing_unit_price_wrapper {
        width: 100%;
        margin-bottom: 10px;
    }

    #google_map_prop_list_sidebar .listing_wrapper.col-md-12.property_unit_type4 .property_listing_details {
        margin: 5px 10px 20px 0px;
    }

    #google_map_prop_list_sidebar .listing_wrapper.col-md-12.property_unit_type4 .inforoom_unit_type4, 
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12.property_unit_type4 .infobath_unit_type4,
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12.property_unit_type4 .infosize_unit_type4{ 
        width: 33%;
    }

    #google_map_prop_list_sidebar .listing_wrapper.col-md-12.property_unit_type4 .property_address_type4 {
        float: none;
        padding-right: 15px;
    }
 
    .admin-bar .has_header_type4 .google_map_prop_list #gmapzoomminus,
    .admin-bar.has_top_bar .has_header_type4 .google_map_prop_list #gmapzoomminus,
    .admin-bar.has_header_type4 #google_map_prop_list_wrapper #gmapzoomminus,
    .has_header_type4 #google_map_prop_list_wrapper #gmapzoomminus {
        top: 95px;
    }
    
    .admin-bar.has_top_bar .has_header_type4  #google_map_prop_list_wrapper #google-default-search,
    .admin-bar .has_header_type4  #google_map_prop_list_wrapper #google-default-search,
    .admin-bar .has_header_type4 .google_map_prop_list #gmapzoomplus,
    .admin-bar.has_top_bar .has_header_type4 .google_map_prop_list #gmapzoomplus,
    .admin-bar.has_header_type4 #google_map_prop_list_wrapper #gmapzoomplus,
    .has_header_type4 #google_map_prop_list_wrapper #gmapzoomplus {
        top: 60px;
    }
    
    .admin-bar .has_header_type4 #google_map_prop_list_wrapper #gmap-control,
    .admin-bar.has_header_type4 #google_map_prop_list_wrapper #gmap-control,
    .has_header_type4 #google_map_prop_list_wrapper #gmap-control {
        right: 0px;
        left:0px
    }

    .has_header_type4 #google_map_prop_list_wrapper #gmap-control span,
    .admin-bar.has_header_type4 #google_map_prop_list_wrapper #gmap-control span {
        padding: 13px 10px 0px 11px;
    }

    .admin-bar .has_header_type4 #gmap-control span {
        padding: 13px 10px 0px 10px;
    }

}

@media only screen and (max-width: 1500px) and (min-width: 1024px){     
    .lightbox_property_wrapper_level2{
        max-width:95%;
        height: auto;
    }
    .lightbox_property_wrapper_level2.lightbox_wrapped_no_contact {
        max-width:75%;
        height: auto;
    }
   
}

@media only screen and (max-width: 1330px) and (min-width: 1024px){
    .col-md-12.user_profile_div {
        width: 670px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 992px){       

    #listing_ajax_container_agent, 
    #listing_ajax_container {
        margin: 0px -15px;
        float: none;
        width: auto;
        min-width: 100%;
    }
    
    #list_view,
    #grid_view{
     display:none;
    }
    
    #google_map_prop_list_sidebar .adv-search-1{
        width: 100%!important;
        margin-left: 0px!important;
    }
    
    #google_map_prop_list_sidebar  .adv_search_slider {
        width:100%;
    }
    
    .adv_search_slider {
        width: 370px;
    }
    
}

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

     #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing .listing_unit_price_wrapper {
        padding-left: 20px;
        display: inline-block;
    }
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 > .property_listing.property_unit_type3 .listing_unit_price_wrapper{
        padding: 0px 5px;
        display: inline-block;
        width: auto;
    } 
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12.property_unit_type4 .property_listing_details{
        width: auto;
        padding-left: 0px;
    }
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing_details {
        padding-left: 20px;
        padding-left: 20px;
        display: inline-block;
        width: 100%;
    }
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .property_location {
        left: 0px;
    }
    
    .has_4per_row.listing_wrapper.col-md-12.property_unit_type4 .property_listing h4 {
        margin-top: 15px;
        padding-left: 277px!important;
    }
    .listing_wrapper.col-md-12 .property_listing .listing_details,
    .has_4per_row.listing_wrapper.col-md-12 .property_listing h4 {
        padding-left: 347px;
    }
    
    .listing_wrapper.col-md-12 > .property_listing.property_unit_type3 h4{
        padding-left: 337px;
    }
 
    .listing_wrapper.col-md-12 .property_listing.property_unit_type1 .property_location {
        margin-left: 336px;
    }
    
    .listing_wrapper.col-md-12 .property_listing.property_unit_type1.property_listing h4{
        margin: 15px 0px 10px 0px;
        margin-left: 348px;
        padding:0px;
    }
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type1.property_listing h4{
        margin-left: 0px;
    }
    
     #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type1 .listing_unit_price_wrapper {
        padding-left: 0px;
    }
    
    .has_header_type4 .adv-search-1 {
        width: 1000px;
    }
    
    .has_header_type4 .search_wr_3#search_wrapper {
        width: 100%;
        max-width: 1000px;
    }
   
}

@media only screen and (max-width: 1400px) and (min-width: 1023px){
    
    .has_header_type4 .adv-search-1,
    .has_header_type4 .transparent-wrapper,
     .has_header_type4 .search_wr_3#search_wrapper {
        width: 1070px;
    }
    
    .has_header_type4 .adv1-holder {
        width: 885px;
    }
 
    .has_header_type4 .adv-search-3 {
        right: 45px;
    }
    
    .has_header_type4 .adv-search-1#adv-search-8 .extended_search_check_wrapper, 
    .has_header_type4 .adv-search-1#adv-search-8 .adv_extended_options_text {
        padding-left: 10px;
        margin-left: 0px;
    }
    
    .has_header_type4 .adv-search-1#adv-search-8 #adv_extended_close_adv {
        right: 10px;
    }
    
    .has_header_type4 .adv-search-1 .extended_search_check_wrapper, 
    .has_header_type4 .adv-search-1 .adv_extended_options_text {
        margin-left: 0px;
        padding-left: 10px;
    }
    
    .has_header_type4 #results {
        width: 835px;
    }
    
    .has_header_type4 .adv-search-3 #results {
        width: 100%;
    }
}

@media only screen and (max-width: 1367px){  
   #google_map_prop_list_sidebar .listing_wrapper.col-md-12 > .property_listing.property_unit_type2 {
        max-width: 525px;
        margin: 0px auto;
        float: none;
        margin-bottom: 30px;
    }
    
    .has_header_type4 #search_wrapper.with_search_form_float{
	width: 1070px;
    }

    .has_header_type4 #search_wrapper.search_wr_10 .adv-search-1,
    .has_header_type4 #search_wrapper.search_wr_11 .adv-search-1{
        width: 1055px;
    }   
    
    .has_header_type4 #search_wrapper.search_wr_11  .col-md-2,
    .has_header_type4 #search_wrapper.search_wr_10 .col-md-2 {
        width: 20%;
    }
    
    .has_header_type4 #search_wrapper.search_wr_10 .col-md-8 {
        width: 60%;
    }

    .has_header_type4 #search_wrapper.search_wr_11 .col-md-6 {
        width: 40%;
    }
    
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type1  .listing-unit-img-wrapper, 
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 > .property_listing.property_unit_type1 .carousel-inner {
        max-width: 340px;
    }
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type1 .property_location {
        margin-left: 348px;
        padding: 0px 10px;
    }
    
    .has_header_type4 .col-md-push-3.rightmargin .listing_wrapper.col-md-12 .listing_details.the_list_view{
        display: none!important;
    }
    
    .has_header_type4 .col-md-push-3.rightmargin .listing_wrapper.col-md-12 .listing_details.half_map_list_view {
        display: block;
    }
    
    #google_map_prop_list_wrapper #google-default-search {
        top: 60px!important;
        width: 240px;
        position: absolute;
        right: 0px;
    }
   
    #google_map_prop_list_wrapper #google-default-search {
        top: 58px!important;
        width: 211px;
        right: 15px;
        left: auto;
    }
}

@media only screen and (max-width: 1200px){                                              
 
    .content_wrapper,
    .container{
        width: 100%!important;
        box-sizing: border-box;
        -moz-box-sizing: border-box;       
    }

    .fancybox-next span {
        right: 0px!important;
    }
    
    .container.main_wrapper.has_header_type4.contentheader_left {
        padding-left: 0px;
    }
    
    .container.main_wrapper.has_header_type4 {
        padding-right: 0px!important;
    }
    
    .header_wrapper.header_type4 {
        display: none;
    }
    
    .has_header_type4 .top_bar_wrapper {
        padding-right: 0px;
    }
    .has_header_type4 .mobile_header {
        display: block;
    }
    
    .admin-bar.has_top_bar .has_header_type4 .header_media {
        padding-top: 110px;
    }

    .wide .top_bar,
    .top_bar{
        width: 100%;
    }

    .listing_wrapper{
        float:left;   
    }

    .gmap-controls{
        width:100%;
        max-width: 100%;
        left: 0%;
        margin-left: 0px!important;
    }
    
    #google-default-search{
        right:450px;
    }
    
    .blog_list_wrapper{
        min-width: 50%;
    }
    	
    #slider_price_widget{
        max-width: 182px;
    }

    .master_header{
        width:100%;
    } 
}

@media only screen and (max-width: 1140px){
    .has_top_bar .has_header_type5 #google_map_prop_list_wrapper, 
    .has_top_bar .has_header_type5 #google_map_prop_list_sidebar {
        margin-top: 90px;
    }
   
    .admin-bar .has_header_type4 #google_map_prop_list_wrapper #gmap-control {
        right: auto;
        left:15px;
    } 
    
    .has_header_type2 #google_map_prop_list_wrapper, 
    .has_header_type2 #google_map_prop_list_sidebar {
        top: 0px;
        margin-top: 27px;
    }
    
    .has_top_bar .has_header_type2 #google_map_prop_list_wrapper, 
    .has_top_bar .has_header_type2 #google_map_prop_list_sidebar {
        top: 127px;
    }    
    
    .admin-bar.has_top_bar .has_header_type2 #google_map_prop_list_wrapper, 
    .admin-bar.has_top_bar .has_header_type2 #google_map_prop_list_sidebar {
        top: 134px;
    }
    
    .admin-bar .has_header_type3 #google_map_prop_list_wrapper, 
    .admin-bar .has_header_type3 #google_map_prop_list_sidebar {
        top: 0px;
        margin-top: 124px;
    }
    .admin-bar.has_top_bar .has_header_type3 #google_map_prop_list_wrapper, 
    .admin-bar.has_top_bar .has_header_type3 #google_map_prop_list_sidebar{
        top: 0px;
        margin-top: 164px;  
    }
    
    .has_top_bar .has_header_type3 #google_map_prop_list_wrapper, 
    .has_top_bar .has_header_type3 #google_map_prop_list_sidebar {
        top: 0px;
        margin-top: 131px;
    }    
   
    #openmap{
        bottom: -1px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }
    
    #pick_pack{
        background-position: 0px 0px;
    }

    #google_map_prop_list_wrapper{
        width: 50%; 
        top: 112px;
    }
    
    .has_header_type4 #google_map_prop_list_wrapper {
        padding-left:0px; 
    }

    #google_map_prop_list_sidebar{
        width: 50%;
        top: 112px;
    } 
 
    .admin-bar #google_map_prop_list_wrapper, .admin-bar #google_map_prop_list_sidebar {
        margin-top: 104px;
    }
    
    .admin-bar .has_header_type1 #google_map_prop_list_wrapper, 
    .admin-bar .has_header_type1 #google_map_prop_list_sidebar {
        margin-top: 32px;
    }
    .admin-bar.has_top_bar  .has_header_type1 #google_map_prop_list_wrapper, 
    .admin-bar.has_top_bar  .has_header_type1 #google_map_prop_list_sidebar {
        margin-top: 52px;
    }
    
    .has_top_bar .has_header_type1 #google_map_prop_list_wrapper, 
    .has_top_bar .has_header_type1 #google_map_prop_list_sidebar {
        margin-top: 21px;
    }
    
    .has_top_bar .has_header_type4 .header_media {
        padding-top: 41px;
    }
    
    .admin-bar .has_header_type4 .header_media {
        margin-top: 0px;
        padding-top: 0px;
    }
    
    .has_header_type4 .header_media {
        padding-top: 71px;
        margin-top: 0px;
    }
    
    .admin-bar .has_header_type4 #google_map_prop_list_wrapper.half_no_top_bar, 
    .admin-bar .has_header_type4 #google_map_prop_list_sidebar.half_no_top_bar {
        top: 0px;
    }
    
    .has_header_type4 #google_map_prop_list_wrapper.half_no_top_bar, 
    .has_header_type4 #google_map_prop_list_sidebar.half_no_top_bar {
        top: 71px;
    }
}

@media only screen and (max-width: 1024px){
    
    .lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop{
        height: auto!important;
        background: transparent;
        box-shadow: none;
    }
    
     .lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop .owl-theme .owl-controls .owl-buttons div {
        margin: -22px 5px 5px;
        font-size: 35px;
    }
    
    .lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop .lighbox-image-close {
        top: 15px;
        right: 15px;
    }
    
    .lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop .owl-carousel .owl-item .item {
        padding: 15px;
    }
    
    .listing_wrapper.col-md-12.property_unit_type4 > .property_listing {
        padding-bottom: 0px!important;
    }
    
    .listing_wrapper.col-md-12 > .property_listing.property_unit_type4 .listing_details.the_list_view,
    .listing_wrapper.col-md-12.property_unit_type4 .property_listing_details,
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type4 .listing_details{
        display: none!important;
    }
    
    .listing_wrapper.col-md-12 .propery_price4_grid,
    .listing_wrapper.col-md-12 .property_listing_details4_grid_view {
        display: block;
    }
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12.property_unit_type4 .property_agent_image, 
    .page-template-property_list_half .col-md-12.has_prop_slider.property_unit_type4 .property_agent_image {
        display: block!important;
    }
    
    .lightbox_floor_details,     
    .page-template-user_dashboard_add .profile-page.row .col-md-12:last-of-type .col-md-3,
    .lightbox_property_sidebar,
    #google_map_prop_list_wrapper #map-view,
    .col-md-9.col-md-push-3.rightmargin .has_4per_row.listing_wrapper.col-md-12.property_unit_type4 .listing_details.half_map_list_view, 
    .col-md-9.col-md-push-3.rightmargin .listing_wrapper.col-md-12.property_unit_type4 .listing_details.half_map_list_view,
    .listing_wrapper.col-md-12.property_unit_type4 .property_address_type4 {
        display: none;
    }
    
    #google_map_prop_list_sidebar .col-md-9 .listing_wrapper.col-md-12.property_unit_type4,
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12.property_unit_type4{
        width: 100%!important;
        float: none!important;
        margin: 0px auto;
        max-width: 525px;
    }
     
    .col-md-9 .listing_wrapper.col-md-12.property_unit_type4,
    .listing_wrapper.col-md-12.property_unit_type4{
        width: 50%!important;
        float: left;
        padding: 0px 15px
    }
    
    .listing_wrapper.col-md-12.property_unit_type4 .listing-unit-img-wrapper, 
    .listing_wrapper.col-md-12.property_unit_type4 > .property_listing .carousel-inner {
        max-width: 100%!important;
        width: auto;
        margin-right: 15px!important;
        min-height: 170px;
    }
    
    .listing_wrapper.col-md-12.property_unit_type4 > .property_listing .carousel-inner{
        margin-right: 0px!important;
    }
    
    .listing_wrapper.col-md-12.property_unit_type4 .property_agent_wrapper {
        position: absolute;
        right: 0px;
        bottom: 0px;
        padding: 10px 20px;
        border-left: 1px solid #dde4e9;
        height: 60px;
        line-height: normal;
        width: auto;
    }
    
    .listing_wrapper.col-md-12 .property_agent_unit_type4 {
        border-top: 1px solid #dde4e9;
    }

    .listing_wrapper.col-md-12.property_unit_type4 .property_agent_image {
        width: 40px;
        height: 40px;
        float: right;
        background-size: cover;
        margin-right: 0px;
        border-radius: 0;
    }
    .listing_wrapper.col-md-12.property_unit_type4 .property_listing h4,
    .has_4per_row.listing_wrapper.col-md-12 .property_listing.property_unit_type4 h4 {
        font-weight: 600;
        padding: 0px 15px;
        margin-top: 6px;
        float: left;
    }
    
    .wpestate_header_video_overlay {
        pointer-events: none;
    }

    #google_map_prop_list_wrapper #gmap-next i,
    #google_map_prop_list_wrapper #gmap-prev i {
        padding-top: 1px;
        padding-left: 2px;
    }
    
    #google_map_prop_list_wrapper #gmap-control i {
        font-size: 15px;
        line-height: 30px;
        width: 30px;
        height: 30px;
        margin: 0px;
        text-align: center;
        background-color: #fff;
    }
    
    #google_map_prop_list_wrapper #gmap-control span {
        font-size: 0px;
        height: 30px;
        padding: 0px;
        margin-left: 1px;
    }
    
    #google_map_prop_list_wrapper #gmap-control span i:hover{
        background-color: #3a4659;
    }
    
    #google_map_prop_list_wrapper #google-default-search {
        right: 15px;
        top: 46px!important;
        width: 180px;
        opacity: 0.92;
        height: 30px;
        padding: 0px;
        line-height: 30px;
        padding-left: 10px;
    }

    #google_map_prop_list_wrapper #gmap-control {
        border-radius: 0px;
        opacity: 0.92;
        height: 30px;
        background-color: transparent;
    }
        
    .listing_wrapper.col-md-12 > .property_listing.property_unit_type3 .property_location_unit_type3 {
        margin-left: 326px;
    }
    
    .featured_article_type2_title_wrapper {
        width: 100%;
        padding: 0px 15px;
    }
    
    .featured_article_type2 h2{
        width: 100%;
    }
    
    .featured_article_type2 {
        height: 350px;
    }
    
    .estate_places_slider button.slick-prev.slick-arrow, 
    .estate_places_slider button.slick-next.slick-arrow {
        width: 27px;
        height: 27px;
    }
    
    .estate_places_slider button.slick-prev.slick-arrow{
        left: -11px;
    }
    
    .estate_places_slider button.slick-prev.slick-arrow:before,   
    .estate_places_slider button.slick-next.slick-arrow:before {
        font-size: 10px;
        line-height: 28px;
    }

    .estate_places_slider button.slick-next.slick-arrow {
        right:-11px;
    }
    
    .page-template-property_list_directory .widget-area-sidebar {
        min-height: auto;
    }
    
    .agency_contact_container{
        width: 100%;
        padding: 0px 15px;
    }
    
    .header_agency_container {
        margin-bottom: 15px;
        width: 100%;
    }
    
    .mylistings.agent_listing.agency_listings_title.single_listing_block {
        margin: 0px;
    }
    
    .single-estate_developer .property_reviews_wrapper,
    .agency_listings_title,
    .agency_agents_wrapper{
        margin: 0px -15px;
    }

    
    .header_agency_container img {
        margin-bottom: 20px;
        max-height: 200px;
    }
    
    .agency_contact_class {
        float: left;
        padding: 10px 0px;
    }
    
    #agency_contact,
    .single-agent {
        padding: 0px;
    }
    
    .col-md-12.message_explaining {
        margin-top: 5px;
    }
   
    .header_type5 #access {
        padding-left: 40px;
        margin-left: 0px;
    }

    .header_type5.header_right #access {
        margin-right: 0px;
        padding-right: 30px;
        padding-left: 0px;
    }

    .has_header_type4 .adv1-holder,
    .with_search_on_start.without_search_form_float .adv1-holder, 
    .with_search_on_end.without_search_form_float .adv1-holder {
        width: 810px;
    }
    
    #search_wrapper.with_search_form_float,
    #search_wrapper.search_wr_10 .adv-search-1,
    .has_header_type4 #search_wrapper.with_search_form_float{
        width: 1010px;
    }
    
    #search_wrapper.search_wr_11  .col-md-2,
    #search_wrapper.search_wr_10 .col-md-2 {
        width: 20%;
    }
    
    #search_wrapper.search_wr_10 .col-md-8 {
        width: 60%;
    }

    #search_wrapper.search_wr_11 .col-md-6 {
        width: 40%;
    }

    .parallax_effect_yes {
        background-attachment: initial;
    }
    
    .header5_top_row,
    .header5_bottom_row {
        width: 100%;
    }

    .header_media{
        padding-top:0px;   
    }
    
    .testimonial-slider-container.container_type_3 .slick-prev.slick-arrow {
        left: -20px;
    }
    
    .testimonial-slider-container.container_type_3 .slick-next.slick-arrow {
        right: -11px;
    }
    
    .testimonial-slider-container .testimonial-container.type_class_3 {
        margin: 0px 26px;
    }

    .lightbox_property_wrapper_floorplans .lightbox_property_wrapper_level2 {
        height: auto;
        width: 95%;
    }
    
    .lightbox_property_wrapper_floorplans .owl-buttons {
        width: 100%;
    }
    
    .lightbox_property_wrapper_floorplans .owl-carousel .owl-item .item {
        padding: 0px; 
    }
    
    .col-md-12.top_dahsboard_wrapper.dashboard_package_row {
        height: 100%;
        float: left;
        padding: 0px 15px;
    }
    
    .lightbox_property_wrapper_floorplans .owl-carousel .owl-item .item .itemimage{
        width:100%;
    }
     
    .single-estate_property .content_wrapper,
    .single-estate_agent .content_wrapper,
    .single-post .content_wrapper,
    .archive .content_wrapper,
    .page .content_wrapper{
        padding:0px;
    }
    
    .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .article_container .shortcode_title{
        padding-left: 13px;
    }
    
    .lightbox_property_slider{
        max-width: 100%;
        width:100%;
    }
    
    .lightbox_property_wrapper_level2 {
        height:auto;
    }
    
    #google_map_prop_list_sidebar  .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .property_agent_wrapper {
        padding-left: 20px;
    }
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .property_listing_details{
        float:left;
    }
    
    #google_map_prop_list_sidebar .has_4per_row.listing_wrapper .property_listing.property_unit_type2 .listing_unit_price_wrapper{
        float:left;
        margin-left: 13px;
        width:100%;
        padding:0px;
    }
    .has_4per_row.listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_unit_price_wrapper{
        margin-left: 0px;
        padding-left: 415px;
    }
    
    .property_listing.property_unit_type1 .property_location{
        padding: 0px 20px;
    }
    
    .shortcode_slider_list .shortcode-col.listing_wrapper.has_4per_row ,
    .shortcode_slider_list .shortcode-col.listing_wrapper.has_4per_row .property_listing {
        min-width: auto;    
    }
    
    .shortcode_slider_list .shortcode-col.listing_wrapper.has_4per_row {
        max-width: 100%;
    }

    .fancybox-next span {
        right: 3px!important;
    }

    .has_header_type4.cheader_right #google_map_prop_list_wrapper {
        margin-left: 0px;
    }

    .has_header_type4.cheader_right #google_map_prop_list_sidebar {
        right: 0px;
    }    
    
    .featured_property.featured_property_type3 .featured_secondline .property_listing_details .inforoom ,
    .featured_property.featured_property_type3 .featured_secondline .property_listing_details .infobath {
        margin-right: 7px;
    }
    
    .slider-content-wrapper{
        bottom: 30.5%;
    }
    
    .has_top_bar .has_header_type4 #google_map_prop_list_wrapper, 
    .has_top_bar .has_header_type4 #google_map_prop_list_sidebar {
        top: 112px;
    }
    
    .admin-bar.has_top_bar .has_header_type4 #google_map_prop_list_wrapper, 
    .admin-bar.has_top_bar .has_header_type4 #google_map_prop_list_sidebar {
        top: 41px;
    }
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_categories_type1_wrapper, 
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_details_type1_wrapper {
        float: none;
        margin-left: 0px;
    }
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_address_type1_wrapper{
        margin-left: 0px;
        margin-left: 0px;
        float: left;
        width: 100%;
    }
    
    .change_pass{
        padding: 0px 0px;
    }
    
    .col-md-9.dashboard-margin .pagination {
        padding-left: 30px;
    }

    .page-template-user_dashboard_add .profile-page.row .col-md-12:last-of-type .col-md-9 .submit_form_row{
        margin-left: 0px;
    }

}

@media only screen and (max-width: 1023px){
    .col-md-9.rightmargin, 
    .single_width_blog, 
    .full_width_prop{
        width: 100%;
        left: 0px;
    }
    
    .submit_form_row{
        margin-left: 0px; 
    }

    #search_wrapper_color {
        display: none;
    }
    
    .admin-bar .has_header_type5 .header_media,
    .has_header_type5 .header_media{
        padding-top: 0px;
    }

    .admin-bar.has_top_bar .master_header,
    .admin-bar .master_header {
       top: 0px;
    }

    .admin-bar.has_top_bar .has_header_type5 .header_media,
    .has_top_bar .has_header_type5 .header_media {
        margin-top: 0px;
        padding-top: 0px;
    }

    #wp-login-but-mobile,
    #wp-submit-register_mobile {
        margin-bottom: 10px;
        width: 100%;
    }

    #forgot-pass-div {
        padding: 9px 13px 13px 13px;
    }
    
    #forgot-div-title-mobile {
        margin-bottom: 13px;
    }      

    .submit_mandatory {
        padding-left: 10px;
    }
    
    .user_profile_div{
        margin-left:10px;
    }

    .admin-bar.has_top_bar .has_header_type1 .dashboard-margin,
    .admin-bar .has_header_type1 .dashboard-margin,
    .has_top_bar .has_header_type1 .dashboard-margin,
    .has_header_type1 .dashboard-margin,
    .admin-bar .has_header_type1 .dashboard-margin{
        top: 0px!important;
    }
    
    .dashboard-margin .search_unit_wrapper {
        cursor: default;
        margin: 0px 10px 0px 10px;
    }
    
    #carousel-listing.post-carusel .item{
        height:auto;
    }
    
    #primary{
        width:100%!important; 
    }  
    
    .page-template-property_list_directory .widget-area-sidebar{
        width: 100%!important;
        padding: 0px!important;
    }
  
    #calendar_wrap,
    .mortgage_calculator_li,
    .loginwd_sidebar,
    #slider_price_widget {
        max-width: 100%;
    }
    
    .widget_calendar,
    .facebook_widget_like,
    .widget_search .form-control,
    #submit-form,
    #list_sidebar_curr{
        width:100%;
    }
    
    .widget-container.multiple_currency_widget,
    .widget-container.measurement_unit_widget{
        width:50%;
    }
    
    #primary .widget-container.multiple_currency_widget,
    #primary .widget-container.measurement_unit_widget,
    #colophon .widget-container.multiple_currency_widget,
    #colophon .widget-container.measurement_unit_widget{
        width:50%;
    }
    .facebook_widget_like iframe ._2p3a,
    .facebook_widget_like iframe{
        max-width: 100%!important;
        width: 100%!important;
    }
    
    #submit-form{
        margin-top: 10px;
    }
    .carouselvertical {
        height: 325px!important;
    }
    
    .header_type2 #access,
    .header_type3 #access,
    #access{
        display:none;
    }
    
    .top_bar_wrapper.topbar_show_mobile_no,
    .header_wrapper{
        display:none;
    }
    
    .mobile_header{
        display:block;
    }  
    
    .admin-bar #google_map_prop_list_sidebar.half_type4, 
    .admin-bar #google_map_prop_list_wrapper.half_type4,
    .admin-bar #google_map_prop_list_sidebar.half_type3, 
    .admin-bar #google_map_prop_list_sidebar.half_type2, 
    .admin-bar #google_map_prop_list_wrapper.half_type2,
    .admin-bar #google_map_prop_list_sidebar.half_type1, 
    .admin-bar #google_map_prop_list_wrapper.half_type1,
    .admin-bar #google_map_prop_list_wrapper.half_type3 {
        margin-top: 0px;
    }

    .admin-bar .has_header_type1 .header_media,
    .admin-bar.has_top_bar .has_header_type1.header_transparent .header_media,
    .admin-bar.has_top_bar .has_header_type2.header_transparent .header_media,
    .admin-bar.has_top_bar .has_header_type3.header_transparent .header_media,
    .admin-bar.has_top_bar .has_header_type3 .header_media,
    .has_top_bar .has_header_type3.header_transparent .header_media,
    .has_top_bar .has_header_type3 .header_media,
    .has_header_type3 .header_media ,
    .admin-bar.has_top_bar .has_header_type2 .header_media,
    .has_top_bar .has_header_type2.header_transparent .header_media,
    .has_top_bar .has_header_type2 .header_media,
    .has_header_type2 .header_media ,
    .admin-bar.has_top_bar .has_header_type1 .header_media,
    .has_top_bar .has_header_type1.header_transparent .header_media,
    .has_top_bar .has_header_type1 .header_media,
    .has_header_type1 .header_media {
        padding-top: 0px!important;
        float: left;
        width: 100%;
        height: 100%;
        min-height: 100%;
    }
    
    .admin-bar.has_top_bar .has_header_type3 .header_media, 
    .has_top_bar .has_header_type3 .header_media {
        padding-top: 0px;
        margin-top: 0px;
    }

    .header_media:empty{
        height: 0px;
    }
        
    .top_bar .multiple_currency_widget, 
    .top_bar .measurement_unit_widget {
        display: inline-block;
        float: none;
        margin-top: 3px;
        margin-bottom: 3px;
        margin-left: 5px;
        margin-right: 5px;
    }
    
    .master_header {
        position: relative;
        float: left;
        top: auto;
        height: auto;
    }
    .admin-bar .master_header{
        top:auto;
    }
    
    .website-wrapper{
        overflow-x:hidden;
    }
    
    .logo{
        display:none;
    }
    
   .user_menu {
        margin: 0px auto!important;
        margin-top: 15px;
        display: block;
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .container {
        float:left;
    }
     
    .col-md-9 .article_container {
        min-width: 100%;
    }
      
    #advanced_submit_shorcode { 
        width: 100%;
    }
    #login_widget-1 #wp-submit-register_wd {
       margin-bottom: 13px!important;
    }
    
    #wp-submit-register_wd {
        margin-bottom: 13px!important;
    }
    
    .wpresidence_button {
        margin-bottom: 0px;
    }
   
    .featured_property_type2 .agent_face {
        height: 50px;
        width: 50px;
   }
   
   .featured_property_type2 h2 a, .featured_property_type2 h2 {
        color: #ffffff;
        font-size: 17px;
        line-height: 1.7em;
        left: 35px;
        bottom: 24px;
    }
    
    .featured_property_type2 .sale_line {
        left: 70px;
        bottom: 30px;
        font-size: 14px;
        line-height: 1.4em;
    }
    
    .featured_property_type2 .featured_prop_price {
        left: 70px;
        font-size: 15px;
        line-height: 1.5em;
        bottom: 11px;
    }
    
    .featured_property_type2{
        margin-bottom: 0px!important;
    }
    
    .has_header_type4 .header_media {
        margin-top: 70px;
    }
    
    .has_header_type4 #google_map_prop_list_wrapper.half_no_top_bar,
    .has_header_type4 #google_map_prop_list_sidebar.half_no_top_bar {
        top: 87px;
    }
    
    /**/
    
    .row.row_user_dashboard {
        margin-top: 0px;
    }
    
    .submit_container {
        padding: 0px 10px 13px 10px;
        float: none;
    }
    
    .col-md-12.row_dasboard-prop-listing {
        padding-right: 10px;
        padding-left: 10px;
    }
    
    .dashboard-margin .entry-title,
    .col-md-9.dashboard-margin .pagination {
        padding-left: 10px;
        float: none;
    }
    
    #search_dashboard_auto{
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .col-md-8.dashboard_password .col-md-12,
    .col-md-8.dashboard_password .col-md-6{
        padding-right: 0px;
        padding-left: 0px;
    }
    
    .has_top_bar .page-template-user_dashboard_showing .container,
    .has_top_bar .page-template-user_dashboard_inbox .container,
    .has_top_bar .page-template-user_dashboard_add_agent .container,
    .has_top_bar .page-template-user_dashboard_agent_list .container,
    .has_top_bar .page-template-user_dashboard_search_result .container,
    .has_top_bar .page-template-user_dashboard_floor .container,
    .has_top_bar .page-template-user_dashboard_invoices .container,
    .has_top_bar .page-template-user_dashboard_searches .container,
    .has_top_bar .page-template-user_dashboard_favorite .container,
    .has_top_bar .page-template-user_dashboard_add .container,
    .has_top_bar .page-template-user_dashboard .container,
    .has_top_bar .page-template-user_dashboard_profile .container {
        float: none;
    }
    
    .page-template-user_dashboard_showing .container, 
    .page-template-user_dashboard_inbox .container, 
    .page-template-user_dashboard_add_agent .container, 
    .page-template-user_dashboard_agent_list .container, 
    .page-template-user_dashboard_search_result .container, 
    .page-template-user_dashboard_floor .container, 
    .page-template-user_dashboard_invoices .container, 
    .page-template-user_dashboard_searches .container,
    .page-template-user_dashboard_favorite .container, 
    .page-template-user_dashboard_add .container, 
    .page-template-user_dashboard .container, 
    .page-template-user_dashboard_profile .container {
        float: left;
    }
    
    .pack_description,
    .pack_description_row{
        width: 100%;
    }

    .col-md-12.user_profile_div {
        margin-right: 0px;
        margin-left: 0px;
        width: 100%;
        padding: 0px 15px;
    }
    
    .col-md-12.user_profile_div .agent_unit,
    .col-md-12.user_profile_div .property_listing{
        margin: 0px 15px;
    }
    
    .page-template-user_dashboard_favorite .listing_wrapper.property_unit_type4,
    .page-template-user_dashboard_favorite .listing_wrapper.property_unit_type3 {
        width: 50%;
        margin-bottom: 30px;
    }
    
}

@media only screen and  (max-width: 1200px) and (min-width: 1024px){
    
    .full_width_header .header_type1.header_left #access ul li.with-megamenu>ul.sub-menu, 
    .full_width_header .header_type1.header_left #access ul li.with-megamenu:hover>ul.sub-menu{
        max-width: 100%;
        left: 0px;
    }
  
    .col-md-9.rightmargin .has_4per_row.col-md-4 .property_listing.property_unit_type1 .property_location, 
    .has_4per_row.col-md-3 .property_listing.property_unit_type1 .property_location {
        padding: 0px 20px;
    }
    
    .col-md-3.listing_wrapper .property_location {
        padding: 13px 0px;
    }
    
    .col-md-3.listing_wrapper,
    .col-md-4.listing_wrapper{
        width:50%;
    }
    
    .property_listing.places_listing {
        min-height: 460px;
    }
    
    
    .blog2v .property_listing {
        overflow: hidden;
        min-height: 485px;
    }

    .listing_name {
        display: inline;
        margin-left: 0px;
        float: left;
        max-width: 100%;
        line-height: 18px;
        position: relative;
        margin-top: 0px;
    }
 
    #access ul li.with-megamenu>ul.sub-menu, 
    #access ul li.with-megamenu:hover>ul.sub-menu {
        max-width: 100%;
        left:0px;
    }
    
}

@media only screen and  (max-width: 992px) and (min-width: 700px){
    .agents_4per_row .agent_unit {
        min-height: 450px;
    } 
    
    .col-md-3.listing_wrapper,
    .col-md-4.listing_wrapper,
    .col-md-6.listing_wrapper{
        width:50%;
    }
    
    #google_map_prop_list_sidebar .col-md-6.listing_wrapper{
        width:100%;
        float: none;
        margin: 0px auto;
        max-width: 525px;
    }
    
    .agent_unit{
        min-height: 440px;
    }
    
    .agent_unit.agent_unit_featured{
        min-height: auto;
        max-width: 525px;
        margin: 0px auto;
    }

}

@media only screen and  (max-width: 1024px) and (min-width: 992px){

    .theme_slider_3.theme_slider_wrapper .carousel-indicators,
    .slider_type_3 .slide_cont_block{
        width: auto;
        left: 0px;
        margin-left: 25px;
        margin-right: 25px;
    }
    
    .unread_mess_wrap{
        padding-left: 30px;
    }
    
    .all_mess_wrapper{
        padding-left: 15px;
    }
    
    .google_map_poi_marker {
        left: 30px;
    }
    
    .header_type1.header_center #access ul li.with-megamenu>ul.sub-menu {
        left: 0px!important;
        right: 0px!important;
    }

    .search_unit_wrapper {
        margin: 0px;
    }
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type1 .property_location {
        margin-left: 0px;
        padding: 0px 20px;
        left:0px;
    }
    .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing-unit-img-wrapper, .listing_wrapper.col-md-12 > .property_listing.property_unit_type2 .carousel-inner {
        max-width: 406px;
    }
    
    .listing_wrapper.col-md-12 .property_listing.property_unit_type2 h4, .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_unit_price_wrapper, .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_details.the_list_view, .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .property_listing_details {
        padding-left: 415px;
    }
    
    .col-md-push-3.rightmargin .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_details {
        padding-left: 400px;
        padding-right: 8px;
    }
    
    .col-md-push-3.rightmargin .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing-unit-img-wrapper, 
    .col-md-push-3.rightmargin .listing_wrapper.col-md-12 > .property_listing.property_unit_type2 .carousel-inner {
        max-width: 390px;
    }
    
    .col-md-push-3.rightmargin .listing_wrapper.col-md-12 .property_listing.property_unit_type2 h4, 
    .col-md-push-3.rightmargin .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_unit_price_wrapper, 
    .col-md-push-3.rightmargin .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_details.the_list_view, 
    .col-md-push-3.rightmargin .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .property_listing_details {
        padding-left: 400px;
    }
    .col-md-push-3.rightmargin .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .property_location {
        margin: 0px 0px 0px 390px;
        width: auto;
    }
    
    .col-md-push-3.rightmargin .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .property_agent_wrapper {
        padding-left: 10px;
        margin-left: 0px;
    }
    
    .col-md-push-3.rightmargin .col-md-12.has_prop_slider.listing_wrapper.property_unit_type2 {
        padding-left:0px;
        padding-right:0px;
    }

    .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .property_location {
        margin: 0px 0px 0px 406px;
    }
    .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .property_agent_wrapper {
        padding-left: 10px;
    }
    

    .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .share_list {
        margin-right: 5px;
    }

    .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_details {
        padding-left: 415px;
    }
    
    .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_details.the_list_view {
        display:none!important;
    }
    
    .col-md-9.rightmargin.full_width_prop .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_details.the_grid_view,
    .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_details.the_grid_view,
    .col-md-9.rightmargin .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_details.the_grid_view {
        display: block!important;
    }
    
    .full_width_header .header_type1.header_left #access ul li.with-megamenu>ul.sub-menu, 
    .full_width_header .header_type1.header_left #access ul li.with-megamenu:hover>ul.sub-menu {
        right: 0px;
        left: auto;
    }
    
    .fixed_header .header_type4.header_left #access ul li.with-megamenu>ul.sub-menu, 
    .fixed_header .header_type4.header_left #access ul li.with-megamenu:hover>ul.sub-menu{
        right:auto;  
    }
    
    .fixed_header #access ul li.with-megamenu>ul.sub-menu, .fixed_header #access ul li.with-megamenu:hover>ul.sub-menu{
        right: 0px;
        left: auto;
    }
    
    .listing_name {
       display: inline;
       margin-left: 0px;
       float: left;
       max-width: 100%;
       line-height: 18px;
       position: relative;
       margin-top: 0px;
    }
    
    .rightmargin .col-md-6.listing_wrapper,
    .col-md-9 .listing_wrapper, 
    .col-md-9.col-md-push-3.rightmargin .col-md-6.listing_wrapper,
    .col-md-3.listing_wrapper,
    .col-md-4.listing_wrapper,
    .page-template-user_dashboard_favorite-php .col-md-6.listing_wrapper.property_unit_type1,
    .col-md-9.col-md-push-3.rightmargin .col-md-6.listing_wrapper{
        width: 50%;
    }
      
        
    .login_form input[type=text], 
    .login_form input[type=password], 
    .login_form input[type=email], 
    .login_form input[type=url], 
    .login_form input[type=number], 
    .login_form textarea,
    .advanced_search_sidebar .filter_menu,
    .col-md-12 #listing_ajax_container_agent, 
    .col-md-12 #listing_ajax_container,    
    .col-md-12 .mydetails,    
    .col-md-9 .listing_wrapper.col-md-12,
    #colophon .login_form input[type=text], 
    #colophon .login_form input[type=password], 
    #colophon .login_form input[type=email], 
    #colophon .login_form input[type=url], 
    #colophon .login_form input[type=number],  
    #colophon .login_form textarea,
    #yahoologin,
    #googlelogin,
    #facebooklogin,
    #wp-forgot-but,
    #wp-login-but,
    .login_form input[type=text], 
    .login_form input[type=password], 
    .login_form input[type=email], 
    .login_form input[type=url], 
    .login_form input[type=number], 
    .login_form textarea,
    .search_wr_3#search_wrapper,
    .col-md-6.listing_wrapper{
        width:100%;
    }

    .search_wr_3#search_wrapper {
       width: 100%!important;
    }
    
    .adv-search-3{
        right:30px;
    }
    
    .has_header_type4 .adv-search-3{
        right:15px;
    }

    .adv-search-3{
        right:45px;
    }

    .has_header_type4 .adv-search-3{
        right:15px;
    }

    .widget_latest_internal{
        min-height: 52px;
    }
    
    #pick_pack{
       background-position: 0px 0px;
    }
    
    .wpestate_tabs .ui-tabs .ui-tabs-nav li {
        padding: 3px 8px;
    }
 
    .agent_unit_featured{
        min-width: 205px;
    }
    
    .slider-content{
        right:15px;
    }
    
    .col-md-9 .article_container {
        min-width: 100%;
    }
    
    #access{
      max-width: 600px;
      float:right;
    }
    
    .header_wrapper.header_type2 #access {
        max-width: 800px;
        margin: -20px 28px 0px 30px;
    }    
    
    .header_type2.header_right #access ul li.with-megamenu:hover>ul.sub-menu {
        left: auto;
        right: 0px;
    }
    
    #access ul li.with-megamenu>ul.sub-menu, 
    #access ul li.with-megamenu:hover>ul.sub-menu {
        max-width: 100%;
        left:0px;
    }
    
    .fixed_header .header_type2 #access ul li.with-megamenu>ul.sub-menu, 
    .fixed_header .header_type2 #access ul li.with-megamenu:hover>ul.sub-menu,
    .fixed_header .header_type3 #access ul li.with-megamenu>ul.sub-menu, 
    .fixed_header .header_type3 #access ul li.with-megamenu:hover>ul.sub-menu{
        left:auto;
        right:0px;
        max-width:900px;
    }
    
   .col-md-12 .blog_list_wrapper {
        min-width: 100%;
    }
    
    #results{
        width: 76%;
    }
    
    .col-md-pull-9.widget-area-sidebar{
        padding-right: 15px;
        margin-right: -15px;

    }

    #footer-widget-area {
        padding: 0px 15px 15px 15px;
        width:100%!important;
    }

    #colophon .featured_second_line {
        bottom: 62px;
    }

    .listing_wrapper.col-md-12 .property_listing .listing_unit_price_wrapper {
        padding-left: 347px;
        float: none;
        width: 100%;
    }
    #listing_ajax_container_agent, 
    #listing_ajax_container{
        min-width: 953px;
    }
    
    #google_map_prop_list_sidebar #listing_ajax_container_agent,
    #google_map_prop_list_sidebar #listing_ajax_container{
        min-width: 100%;
    }
    
    .col-md-9 #listing_ajax_container_agent,
    .col-md-9 #listing_ajax_container{
        min-width: 718px;
    }

    .col-md-9 .listing_filter_views{
        padding-right: 10px;
        width: 28px;
    }    
    
    #primary .widget_search .form-control,
    .col-md-pull-9#primary .widget_search .form-control{
        width:130px;
    }    
    
    #listing_ajax_container_agent.ajax12, .col-md-12 #listing_ajax_container.ajax12 {
        width: 100%;
        padding-right: 23px;
    }
    
    #facebookloginsidebar,
    #googleloginsidebar,
    #yahoologinsidebar{
        background-position-x: -6px;
        font-size: 10px;
        padding: 1px 3px;
        line-height: 3.5em;
    }
   
    .adv-search-1,
    .transparent-wrapper{
        width:100%!important;
    }    
    
    #google_map_prop_list_sidebar .adv-search-1{
        width: 100%!important;
        margin-left: 0px!important;
    }
    
    .adv_results_wrapper {
        position: Relative;
        width: 100%;
    }
    
    .advanced_search_sidebar .filter_menu {
        width: 197px;
    }
        
    .adv1-holder {
        width: 805px;
    }

    .top_bar {
        padding: 9px 30px 0px 30px;
    }
    
    .user_menu{
        margin-right:30px;
    }
    
    .header_type1.header_right .user_menu.user_loged {
        left: 5px;
    }
    
    .header_type1.header_right .user_menu {
        left: 8px;
    }
    
    .header_type1.header_right .logo img {
        right: 15px;
    }
    
    .header_type1.header_right #user_menu_open {
        right: auto;
        left: 30px;
    }
    
    .header_type1.header_right #user_menu_open {
        right: 30px;
    }
    
    .header_type1.header_left .user_menu.user_loged {
        margin-right: 25px;
    }
    
    .logo {
        padding-left: 25px;
    }
    
    .header_type1.header_left .user_menu {
        margin-right: 30px;
    }
    
    .header_type1.header_left #user_menu_open,
    #gmap-control{
        right:30px;
    }
    
    #gmapzoomminus,
    #gmapzoomplus{
        left:30px;
    }
    
    #street-view{
        position: absolute;
        right: 30px;
    }
    
    .share_list{
        margin-left:0px;
    }
 
    .comment-form-url, 
    .comment-form-email, 
    .comment-form-author,
    #agent_contact_name, 
    #agent_user_email, 
    #agent_phone{
        width: 32%;
    }
    
    .blog_list_wrapper {
        min-width: 100%;
    }
    
    .compar-4 .prop_value ,
    .compar-4 .compare_item_head {
        width: 19.9%;
    }
    
    .compar-3 .prop_value ,
    .compar-2 .compare_item_head {
        width: 24%;
    }
    
    .blog_listing_image{
        display:none;
    }
    
    .prop-info {
        float: left;
        display: inline;
        width: 100%;
        padding-left: 0px;
    }
    
    #openmap{
        bottom: -29px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    #facebooklogin:before {
        line-height: 2.5em;
        padding-left: 10px;
        margin-right: -14px;
        width: 31px;
    }
    
    #googlelogin:before {
        line-height: 2.5em;
        padding-left: 10px;
        margin-right: -14px;
        width: 31px;
    }
    
    #yahoologin:before {
        line-height: 2.5em;
        padding-left: 10px;
        margin-right: -14px;
        width: 31px;
    }
    
    #facebooklogin,
    #googlelogin,
    #yahoologin{
        font-size: 14px;
    }
    
    .featured_property.featured_property_type3 .featured_secondline .featured_prop_price {
        margin-top: 5px;
    }
    
    .featured_property.featured_property_type3 .featured_secondline .listing_details {
        margin: 5px 0px 0px 0px;
    }
    
    .featured_property.featured_property_type3 .featured_secondline .listing_actions {
        padding-left: 30px;
        margin-top: 8px;
    }
    
    /*   user menu */
    .prop-info {
        float: left;
        display: inline;
        width: 100%;
        padding-left: 0px;   
    }
    
    .row_user_dashboard .breadcrumb_container {
        padding-left: 30px;
    }
    .col-md-12.row_dasboard-prop-listing {
        padding-right: 30px;
        padding-left: 30px;
    }
    
    .dashboard-margin .entry-title,
    #search_dashboard_auto{
        padding-left: 30px;
    }
    
    .col-md-12.user_profile_div {
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 30px;
        padding-left: 30px;
        width: 100%;

    }
    
    .pack_description_row,
    .pack_description {
        width:100%;
    }
    
    .submit_container {
        padding: 0px 30px 13px 30px;
    }
    
}

@media only screen and (max-width: 992px){
    
    .agency_contact_padding {
        float: left;
        padding: 30px;
    }
    
    .user_role_unit {
        margin-bottom: 30px;
    }
    .top_bar .textwidget {
        margin-right: 0px;
        margin-bottom: 5px;
    }
    
    .testimonial-slider-container.container_type_2.slick-slider .slick-prev.slick-arrow {
        margin-left: -20px;
    }
    
    .testimonial-slider-container.container_type_2.slick-slider .slick-next.slick-arrow {
        margin-right: -10px;
    }
    
    .container_agent .col-md-5.agentpic-wrapper, 
    .container_agent .col-md-7.agent_details {
        float: left;
        display: block;
        margin-top: 0px;
    }
    
    .container_agent .col-md-5.agentpic-wrapper{
        padding-right: 30px;
    }
    
    .property_multi_image_slider button.slick-prev.slick-arrow {
        left: 0px;
        right: auto;
    }
    
    .property_multi_image_slider button.slick-next.slick-arrow {
        right: 10px;
        left: auto;
    }
    
    .profile-page label,
    .user_profile_explain{
        margin-bottom: 5px;
    }
    
    .row.custom_details_container .col-md-3{
        margin-bottom: 5px;
        margin-top: 5px;
        float: left;
        width: 100%;
    }
    
    .row.custom_details_container {
        margin: 0px;
    }
    
    .custom_details_container .custom_parameter_label {
        width: auto;
    }
    
    .theme_slider_3.theme_slider_wrapper .carousel-indicators{
        display: none;
    }
    
    #property_animation_slider .carousel-control-theme-next,
    .theme_slider_3 .carousel-control-theme-next{
        float: right;
        right: 11px!important;
        left: auto;
    }
    
    #property_animation_slider .slide_caption,
    .slider_type_3 .slide_cont_block{
        width: auto;
        left: 0px;
        margin-left: 25px;
        margin-right: 25px;
        bottom: 40px;
    }
    
    .page-template-user_dashboard_add #imagelist {
        margin: 0px -15px;
    }
    
    .page-template-user_dashboard_add .manage_floor{
        margin-left: 0px;
    }
    
    .page-template-user_dashboard_add .profile-page.row .col-md-12:nth-child(4) .col-md-8 .submit_container {
        padding: 0px;
    }

    .label_radius {
        float: left;
        margin-bottom: 10px;
    }

    .col-md-9.slider_radius_wrap {
        margin-left: 0px;
        margin-bottom: 13px;
        width: 100%; 
        float: left;
        height: auto;
    }
    
    #agent_category_submit, 
    #agent_action_submit,
    #agency_category_submit,
    #agency_action_submit{
        margin-top: 3px;
        margin-bottom: 14px;
    }
    
    .agent_unit_social.agent_list {
        padding-left: 20px;
    }
    
    .single-estate_agency #agent_contact_name, 
    .single-estate_agency #agent_user_email, 
    .single-estate_agency #agent_phone,
    .single-estate_developer #agent_contact_name, 
    .single-estate_developer #agent_user_email, 
    .single-estate_developer #agent_phone{
        width: 100%;
    }
    
    .header_agency_container .col-md-8 {
        float: left;
        width: 100%;
    }
    
    .developer_content .col-md-9, 
    .developer_content .col-md-8 {
        float: left;
        width: 100%;
    }
    
    .developer_taxonomy{
        float: left;
        width: 100%;
        padding-top: 15px;
    }
    
    .col-md-6.agency_details{
        float: left;
        width: 100%;
    }
    .col-md-6#agency_contact,
    .col-md-6.developer_map,
    .col-md-4.agency_tax{
        
        padding: 0px;
    }
    .developer_content {
        margin-top: 0px;
        float: left;
        width: 100%;
    }
    
    .developer_content .col-md-3{
        padding: 0px;
    }
    
    .developer_content .col-md-3 {
        padding: 15px 0px;
        padding-top: 15px;
        float: left;
    }
    
    #search_wrapper.search_wr_10 {
        padding: 0px;
    }

    .directory_sidebar {
        margin-top: 13px;
    }
    
    .col-md-12.full_width_prop #agent_contact_name, 
    .col-md-12.full_width_prop #agent_user_email, 
    .col-md-12.full_width_prop #agent_phone {
        width: 32%;
    }  
    
    .page-template-property_list_directory .row {
        display: flex;
        flex-direction: column;
    }

    .page-template-property_list_directory .rightmargin {
        order: 2;
    }

    .directory_sidebar#primary {
        order: 1;
        margin-top: 0px;
        padding: 13px;
    }
    
    #adv-search-mobile .col-md-3,
    #adv-search-mobile .col-md-6{
        padding: 0px;
    }
    
    .radius_wrap {
        padding-right: 0px;
    }
    
    #advanced_submit_2, 
    #advanced_submit_2_mobile, 
    #showinpage_mobile {
        width: 100%;
        margin-bottom: 13px;
    }

    #google_map_prop_list_sidebar .order_filter_single {
        width: 100%;
        bottom: auto;
        float: left;
        left: 0px;
        right: auto;
        position: relative;
        margin-top: -30px;
        margin-bottom: 15px
    }
    
    #google_map_prop_list_sidebar .search_unit_wrapper{
        width: 100%;
    }
    
    #google_map_prop_list_sidebar .single-content { 
        padding: 0px 15px;
    }
    
    .sticky_footer {
        position: relative;
    }
    
    .container {
        margin-bottom: 0px!important;
    }

    .full_form {
        padding-left: 0px;
        padding-right: 0px;
    } 
    
    .half_form{
        padding-left: 0px;
    }

    .submit_container .wp-editor-wrap {
        padding: 0px;
    }
    
    .submit_container #aaiu-uploader {
        margin: 0px 0px 0px 0px!important;
    }
    
    .dash_no_header.has_top_bar .row.row_user_dashboard {
        margin-top: 0px;
        float: left;
        width: 100%;
    }

    .add-estate.profile-page.profile-onprofile.row {
        float:left;
        width:100%;
    }
    
    .has_top_bar .row.row_user_dashboard {
        margin-top: 0px;
        float: left;
        width: 100%;
    }
    
    .dash_no_header.page-template-user_dashboard_showing .top_bar_wrapper,
    .dash_no_header.page-template-user_dashboard_inbox .top_bar_wrapper,
    .dash_no_header.page-template-user_dashboard_add_agent .top_bar_wrapper,
    .dash_no_header.page-template-user_dashboard_agent_list .top_bar_wrapper,
    .dash_no_header.page-template-user_dashboard_search_result .top_bar_wrapper,
    .dash_no_header.page-template-user_dashboard_floor .top_bar_wrapper, 
    .dash_no_header.page-template-user_dashboard_invoices .top_bar_wrapper, 
    .dash_no_header.page-template-user_dashboard_searches .top_bar_wrapper, 
    .dash_no_header.page-template-user_dashboard_favorite .top_bar_wrapper, 
    .dash_no_header.page-template-user_dashboard_add .top_bar_wrapper, 
    .dash_no_header.page-template-user_dashboard .top_bar_wrapper, 
    .dash_no_header.page-template-user_dashboard_profile .top_bar_wrapper {
        position: relative;
        top: 0px;
    }
    
    .dash_no_header.page-template-user_dashboard_showing.admin-bar .top_bar_wrapper,
    .dash_no_header.page-template-user_dashboard_inbox.admin-bar .top_bar_wrapper,
    .dash_no_header.page-template-user_dashboard_add_agent.admin-bar .top_bar_wrapper,
    .dash_no_header.page-template-user_dashboard_agent_list.admin-bar .top_bar_wrapper, 
    .dash_no_header.page-template-user_dashboard_search_result.admin-bar .top_bar_wrapper, 
    .dash_no_header.page-template-user_dashboard_floor.admin-bar .top_bar_wrapper, 
    .dash_no_header.page-template-user_dashboard_invoices.admin-bar .top_bar_wrapper, 
    .dash_no_header.page-template-user_dashboard_searches.admin-bar .top_bar_wrapper, 
    .dash_no_header.page-template-user_dashboard_favorite.admin-bar .top_bar_wrapper, 
    .dash_no_header.page-template-user_dashboard_add.admin-bar .top_bar_wrapper, 
    .dash_no_header.page-template-user_dashboard.admin-bar .top_bar_wrapper, 
    .dash_no_header.page-template-user_dashboard_profile.admin-bar .top_bar_wrapper{
        top:0px;
    }
    
    .admin-bar .dashboard-margin {
        top: 0px;
    }
    
    .profile-page .col-md-4,
    .user_profile_div .col-md-4{
        float: left;
        width: 100%;
    }
    
    .listing-content .mylistings .col-md-6.has_prop_slider.listing_wrapper {
        margin: 0px;
    }
    
    .listing-content .mylistings .col-md-6.has_prop_slider.listing_wrapper .property_listing{
        margin: 13px 0px;
    }
    
    .shortcode-login #user_terms_register_sh_label{
        width:90%;
    }

    #google_map_prop_list_sidebar .adv-search-1 .col-md-3, 
    #google_map_prop_list_sidebar .adv-search-1 .col-md-6 {
        width: 100%;
        padding: 0px;
    }

    #google_map_prop_list_sidebar .extended_search_checker {
        width: 50%;
    }
    
    .slider-content-wrapper {
        bottom: 10px;
    }

    #google-default-search{
        right: 0px;
        top: 15px!important;
        width: 200px;
    }
    
    .lower_street {
        top:57px!important;
    }
    
    .videoitem_full {
        height: 100%;
    }
  
    .login_form input[type=text], 
    .login_form input[type=password], 
    .login_form input[type=email], 
    .login_form input[type=url], 
    .login_form input[type=number], 
    .login_form textarea {
        width: 100%;
    }

   .widget-container{
        float: left;
        clear: both;
        width: 100%;
    }

    .widget_revslider{
        width: 100%;
        height: auto;
    }

    .col-md-12 .blog_list_wrapper {
        min-width: 100%;
    }
    
    .blog_listing_image{
        display:none;
    }
    
    .prop-info {
        float: left;
        display: inline;
        width: 100%;
    }
    
    .profile-page .col-md-8,
    .profile-page .col-md-4,
    .user_profile_div .col-md-8,
    .user_profile_div .col-md-4{
        padding-left: 0px;
        padding-right: 0px;
    }
    
    #google_developer_location, 
    #google_agency_location {
        width: 100%;
        margin-bottom: 10px;
        line-height: 1.2em;
        height: auto;
    }
    
    #form_submit_1,
    #change_pass,
    #update_profile{
        margin-left:0px;
    }
    
    #aaiu-uploader{
        max-width: 300px;
    }
    
    .user_tab_menu {
        margin-top: 0px;
        margin-left: 0px;
        width: 100%;
        display: block;
        float: left;
    }

    .dashboard-margin{
        padding: 0px 0px;
        float: left;
        width: 100%;
     }
    
    .dashboard-margin h1{
        float:left;
        width:100%;
    }
    
    #profile-div{
        padding-left: 0px;
    }
    
    .compare_item_head .property_price,
    .compare_item_head h4{
        font-size:15px;
    }
    
    .compar-3 .prop_value ,
    .compar-2 .compare_item_head {
        width: 23%;
    }
    
    .compar-4 .prop_value ,
    .compar-4 .compare_item_head {
        width: 17.9%;
    }
    
    .comment-form-url, 
    .comment-form-email, 
    .comment-form-author,
    #agent_contact_name, 
    #agent_user_email, 
    #agent_phone {
        width: 32%;
    }
    
    .col-md-12 .agentpic-wrapper {
        max-width: 280px;
    }
    
    .single-estate_agency .header_agency_wrapper {
        margin-bottom: 15px;
    }
        
    .single-estate_developer #adv-search-header-mobile,
    .single-estate_agency #adv-search-header-mobile,
    #adv-search-3,
    .breadcrumb_container,    
    .adv_results_wrapper,
    .navigational_links,    
    #user_menu_open:before,
    #user_menu_open:after,
    #results_mobile,
    #search_wrapper.search_wr_11,
    .page-template-splash_page #search_wrapper.with_search_form_float,
    .listing_filter_views,
    #list_view,
    #grid_view{
        display:none;   
    }
    

    .fixed_header.container {
        padding: 0px 0px 0px 0px;
    }

    #adv-search-header-mobile{
        display:block;
    }

    #adv_location {
        width: 100%;
    }

    #content_container{
        margin:0px;
    }
    
    .single-estate_agent #content_container{
        margin-top: 20px;
    }
   
    .estate_property_first_row .rightmargin .single-content{
        margin:0px;
    }

    .right-top-widet,
    .left-top-widet{
        float: none;
        margin: 0px auto;
        display: inline-block;
        width: 100%;
        left: 0px;
        right: 0px;
        text-align: center;
    }
    
    .top_bar .social_sidebar_internal a {
        margin-left: 0px;
        float: none;
    }
    
    .right-top-widet{
        margin-top: 10px;
    }

    .logo{
        width:100%;
        padding: 0px;
        text-align: center;
    }
    
    .logo img {
        max-width: 300px;
        margin: 0px auto;
    }

    #mobile_display{
        display:block;
        margin-top: 40px;
    } 
  
    .user_menu {
        display: block;
        float: none;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 0px;
        margin: 0px auto;
    }
    
    .header_type3 .user_loged,
    .header_type2 .user_loged,
    .user_menu.user_loged{
        margin-top: 0px!important;
        margin-right: 45px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: left;
        padding: 0px 0px 9px 0px!important;
        width: 70px;
    }
    

    .header_type3 .logo,
    .header_type2 .logo{
        height:80px;
    }
   
    #user_menu_open .login_sidebar{
        width: 252px;
        margin: 0px auto;
    }
    
    .submit_action,
    #user_menu_trigger{
       float:none;
    }
    
    #user_menu_open{
        width: 100%;
        right: 0px;
        top: 95px;
    }
    
    .header_type1 #user_menu_open,
    .header_type2 #user_menu_open, 
    .header_type3 #user_menu_open {
        top: 42px;
    }
    
    .menu_user_picture{
        margin-top: -17px;
    }
    
    .user_loged{
        padding-top:0px;   
    }
    
    .top_bar_wrapper{
        border:none;
    }
    
    .wide .top_bar,
    .top_bar{
        width: 100%!important;
        padding: 10px 15px 10px 15px;
        text-align: center;
        margin-top: 0px;
        float: left;
        height: auto;
    }

    .top_bar_wrapper{
        float: left;
        margin-bottom: 0px;
    }
    
    .left-top-widet li{
        margin: 0px auto;  
        float:none;
        display: inline-block!important;
    }

    .header_social{
        width:100%;
        padding: 0px;
        margin-top: 13px;
    }
 
    .nav_wrapper {
        display:none;
    }
    
    .adv-search-1{
        width:100%;
        display: none;
    }

    #search_wrapper.search_wrapper.search_wr_8.with_search_on_end.without_search_form_float {
        padding: 0px;
    }

    #google_map_prop_list_sidebar .adv-search-1{
        display: block;
        padding: 15px 15px 0px 15px;
    }
  
    .widget-area-sidebar{
        float:left;
        right: 0px;
    }      

    /*property list*/
    
    .breadcrumb{
        margin-left:-15px;
    }
   
    #listing_ajax_container{
        min-width:100px;
    }

    .agent_unit_featured:last-child,
    .agent_unit_featured{
        margin-bottom: 30px!important;
        max-width: 525px;
        margin: 0px auto;
        float: none;
        min-height: 385px;
    }
    
    .shortcode-col{
        margin-bottom:13px;   
    }
    
    .featured_property{
        margin-bottom:30px!important;   
        float: left;
    } 
    
    .advanced_search_shortcode{
        padding: 13px;
        margin-bottom: 30px!important;
    }
    
    .shortcode_title_adv {
        margin-bottom: 17px;
        width: 100%;
    }
    .col-md-12 .mydetails,
    .vc_span9 .advanced_search_shortcode .form-control,
    .vc_span8 .advanced_search_shortcode .form-control,
    .vc_span6 .advanced_search_shortcode .form-control,
    .vc_span6 .advanced_search_shortcode input,
    .vc_span8 .advanced_search_shortcode input,
    .vc_span9 .advanced_search_shortcode input{
        width:100%;
    }
    
    .pagination_ajax, .pagination {
        margin-bottom: 30px!important;
    }
    
    .blog_list_wrapper{
        min-width:100%;
    }
    
    .agent_details{
        padding-left: 0px; 
        margin-top: 20px;
    }
    
    .single-agent .agent_details{
        padding-left: 15px; 
    }
    
    #primary {
        margin-top:30px;   
    }

    #listing_ajax_container_agent, 
    #listing_ajax_container{
        min-width: 100%;
        margin: 0px -15px;
        float: none;
        width: auto;
    }
    .filter_menu {
        margin-left: 0px;
    }
    
    #google_map_prop_list_sidebar .filter_menu {
        margin-left: -15px;
    }
    
    .agent_contanct_form{
        margin-left: 0px;
        margin-right: 0px; 
    }
    
    .agent_meta,
    .entry-title-agent{
        margin-left: 0px;
    }
    
    .agent_unit_social,
    .agent_unit_social_single,
    .single-agent .agent_details,
    .agentpic-wrapper{
      padding-left:0px;
      padding-right: 0px;
      width:100%;
      display: inline-block;
    }
    

    .single-agent{
        padding-right:0px;
    }
    
    .mylistings{
        margin-left: -15px;
        margin-right: -15px;
    }
    
    .contact_page_company_details,
    .contact_page_company_picture{
        width: 100%;
        float: left;
    }
    
    .contact_page_company_details{
        margin-top:13px;
    }
    
    .company_headline .header_social{
        padding-bottom: 10px;
    }
    
    .header_social a:first-child i{
        padding-left: 0px;
    }
    
    #colophon.boxed_footer, 
    #colophon.sticky_footer.boxed_footer,
    #colophon{
        float: left;
        width:100%;
        background-size: cover;
    }

    #footer-widget-area{
        width:100%!important;
        padding: 0px;
        float:left;
    }
    
    .sub_footer_content{
        width:100%;
    }
    
    .sub_footer{
        width: 100%;
        float: left;
        height: 100%;
    }
    
    .subfooter_menu {
        float: left;
        margin:23px 10px 0px 10px ;
        text-align: left;
    }
    
    .subfooter_menu li {
        display: inline;
        font-size: 13px;
        margin-left: 5px;
        margin-bottom: 13px;
        width: 100%;
        float: left;
    }


    .copyright{
        margin-left: 15px;
        width:90%;
        box-sizing: border-box;
    }
    
    #colophon #second ul,
    #colophon #third ul,
    #colophon #fourth ul{
        padding-top: 0px;
    }
    
    .company_headline{
        margin-top:10px;
    }
    
    .listing_wrapper.col-md-12 > .property_listing .listing-cover {
        height: 100%!important;
        width: 100%!important;
    }

    .listing_wrapper.col-md-12 > .property_listing,
    .col-md-12.listing_wrapper{
        width:100%;
    }
    
    .admin-bar.has_top_bar .has_header_type4 .header_media {
        padding-top: 170px;
    }
    
    .has_top_bar .has_header_type4 .header_media, 
    .has_top_bar .has_header_type1 .header_media {
        padding-top: 0px;
    }
    
    .subfooter_menu .menu>li {
        line-height: 13px;
        height: 20px;
    }
    
    .subfooter_menu {
        margin: 10px 10px 0px 10px;
    }
    
    .copyright {
        line-height: 40px;
    }
    /**/ 
    .page-template-user_dashboard_showing .top_bar_wrapper,
    .page-template-user_dashboard_inbox .top_bar_wrapper,
    .page-template-user_dashboard_add_agent .top_bar_wrapper,
    .page-template-user_dashboard_agent_list .top_bar_wrapper,
    .page-template-user_dashboard_floor .top_bar_wrapper, 
    .page-template-user_dashboard_invoices .top_bar_wrapper, 
    .page-template-user_dashboard_searches .top_bar_wrapper, 
    .page-template-user_dashboard_favorite .top_bar_wrapper, 
    .page-template-user_dashboard_add .top_bar_wrapper, 
    .page-template-user_dashboard .top_bar_wrapper, 
    .page-template-user_dashboard_profile .top_bar_wrapper,
    .page-template-user_dashboard_search_result .top_bar_wrapper {
        position: relative;
    }
    
    .col-md-3.user_menu_wrapper {
        display: none;
    }
    
    .col-md-12.developer_map {
        padding: 0px;
        float: left;
        margin-top: 15px;
    } 
    
    .single_listing_block .load_more_ajax_cont {
        margin-bottom: 30px;
        padding-left: 0px;
    }
    
    .row.single_parameter_row .col-md-5 {
        padding: 0px;
    }
    
    .row.single_parameter_row .col-md-2 p {
        line-height: 0px;
    }
    .row.single_parameter_row {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 815px){
    .testimonial-slider-container.container_type_2.slick-slider .slick-prev.slick-arrow {
        margin-left: -20px;
    }
    
    .testimonial-slider-container.container_type_2.slick-slider .slick-next.slick-arrow {
        margin-right: -10px;
    }
    
    .page-template-front_property_submit .navigation_container a {
        height: 68px;
    }
    
    .page-template-front_property_submit .submit_container {
        padding: 0px;
    }
    
    .page-template-front_property_submit #googleMapsubmit {
        width: 100%;
        margin: 0;
    }
    
    .page-template-front_property_submit  .featurescol {
        padding-left: 0px;
    }
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 > .property_listing.property_unit_type3 h4,
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 > .property_listing.property_unit_type3 .property_address_type3, 
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 > .property_listing.property_unit_type3 .property_listing_details, 
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 > .property_listing.property_unit_type3 .property_location_unit_type{
        padding-left: 15px;
    }
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 > .property_listing.property_unit_type3 .property_categ_unit_type3{
        margin-left: 15px;
    }
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 > .property_listing.property_unit_type3 .property_listing_details{
        margin-bottom: 10px;
    }
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 > .property_listing.property_unit_type3 .property_categ_unit_type3{
        float: left;
        margin-bottom: 25px;
    }
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 > .property_listing.property_unit_type3 .property_location_unit_type3{
        margin-left:0px;
    }

    
     #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type1 .property_location {
        margin-left: 0px;
    }
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12,
    #google_map_prop_list_sidebar .listing_wrapper.property_unit_type1.col-md-12{
        float: left;
    }

    #google_map_prop_list_sidebar .listing_wrapper.col-md-12,
    #google_map_prop_list_sidebar .listing_wrapper.property_unit_type2.col-md-12,
    #google_map_prop_list_sidebar .listing_wrapper.property_unit_type1.col-md-12{
        width: 50%;
    }
    
    #google_map_prop_list_wrapper,
    #google_map_prop_list_wrapper.half_type1 {
        position: relative;
        width: 100%;
        height: 500px;
        top: 0px!important;
        margin-top: 0px!important;
        padding-top: 0px!important;
    }
    
    #google_map_prop_list_sidebar {
        position: relative;
        top: 0px!important;
        width: 100%;
        z-index: 1;
        margin-top: 0px!important;
        padding-top: 0px!important;
    }
    
    .fixed_header {
        position: relative;
        border: none;
    }
    
    #google_map_prop_list_sidebar .col-md-6.listing_wrapper {
        float: left;
        margin: 0px;
        width: 50%;
    }
    
    #google_map_prop_list_sidebar #listing_ajax_container{
        padding: 0px;
    }
}
    
@media only screen and  (max-width: 825px) and (min-width: 780px){
    .featured_property.featured_property_type3 .featured_secondline .property_listing_details {
        line-height: 30px;
    }
    
    .featured_property.featured_property_type3 .featured_secondline .listing_actions {
        margin-top: 12px;
    }
}

@media only screen and (max-width: 770px){
    
    #gmapzoomplus{
        top:15px;
        opacity: 0.92;
    }
    
    #gmapzoomminus{
        top:46px;
        opacity: 0.92;
    }
    #google-default-search{
        right: auto;
        left: 46px;
        top: 15px!important;
        width: 180px;
        opacity: 0.92;
        border: 1px solid #dde4e9b0;
        height: 30px;
        padding: 0px;
        line-height: 30px;
        padding-left: 10px;
    }
    
    .single-estate_property #gmap-control {
        right: 15px;
    }
    
    .single-estate_property #google-default-search {
        right: 15px;
        left: auto;
        top: 46px!important;
    }
    
     #street-view {
        line-height: 30px;
        height: 30px;
        padding: 0px;
        top: 15px!important;
        padding-left: 8px;
        border-radius: 0px;
        opacity: 0.92;
        right: 46px;
    }
    
    #map-view,
    #gmap-full,
    #openmap{
        display:none;
    }
    
    
    #gmap-control i {
        font-size: 15px;
        line-height: 30px;
        width: 30px;
        height: 30px;
        margin: 0px;
        text-align: center;
    }
    
    #gmap-next i,
    #gmap-prev i{
        padding-top: 1px;
        padding-left: 2px;
    }
    
    #gmap-control span {
        font-size: 0px;
        height: 30px;
        padding: 0px;
        background-color: #fff;
        margin-left: 1px;
    }
    
    #gmap-control {
        border-radius: 0px;
        opacity: 0.92;
        height: 30px;
        background-color: transparent;
        right: 15px;
    }

    .estate_places_slider .places_wrapper_type_2 {
            width: auto;
            margin: 0px ;
    }
    
    .page-template-user_dashboard_add .profile-page.row .col-md-12:last-of-type .col-md-9 {
        padding: 0px;
    }
    
    .custom_details_container .custom_parameter_label {
        width: auto;
    }    
        
    .single-estate_developer .single-agent,
    .single-estate_agency #content_container,
    .mylistings.agent_listing.agency_listings_title.single_listing_block {
        margin: 0px -15px;
    }
    
    .term_bar_wrapper {
        margin-top: 15px;
    }
    
    .single-estate_developer .property_reviews_wrapper{
        margin: 0px;
    }
    
     .single-estate_agency .term_bar_wrapper{
        padding: 0px 15px
     }
    
    .single-estate_property #gmapzoomplus {
        top: 15px;
    }
    
    .single-estate_property #gmapzoomminus {
        top: 49px;
    }

    .membership_package_product.featured_pack_sh {
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
        margin-top: 15px;
    }
    
    #agent_contact_name, #agent_user_email, #agent_phone{
        width:  100%;
    }
    
     .message_content {
        width: 100%;
    }
    
    .mess_reply_form {
        margin-top: 0px;
        padding-right: 15px;
        padding-top: 15px;
    }
    
    .unread_mess_wrap{
        padding-left: 15px;
    }
    
    .all_mess_wrapper{
        padding-left: 0px;
        width: 100%;
    }
    
    .mess_date, 
    .mess_subject, 
    .mess_from {
        width: 100%;
    }
    
    .col-md-9.slider_radius_wrap {
        margin-left: 0px;
        margin-bottom: 13px;
        width: 100%; 
        float: left;
        height: auto;
    }

    .col-md-9.slider_radius_wrap #wpestate_slider_radius{
            margin-left: 0px;
    }

    .col-md-3.slider_radius_wrap {
        height: auto;
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }
    
    .page-template-splash_page #adv-search-mobile {
        padding: 13px;
        z-index: 999;
        position: relative;
    }

    .admin-bar .has_header_type3 .header_media {
        margin-top: 0px;
    }
    
    .has_header_type4 .header_media {
        margin-top: 0px;
        padding-top: 0px;
    }
    
    .has_header_type4 #google_map_prop_list_wrapper.half_no_top_bar, 
    .has_header_type4 #google_map_prop_list_sidebar.half_no_top_bar {
        top: 70px;
    }

    
    .has_top_bar .has_header_type5 #google_map_prop_list_wrapper, 
    .has_top_bar .has_header_type5 #google_map_prop_list_sidebar,
    .admin-bar.has_top_bar .has_header_type5 #google_map_prop_list_wrapper, 
    .admin-bar.has_top_bar .has_header_type5 #google_map_prop_list_sidebar {
        margin-top: 0px;
       top: 130px;
    }
    
    .has_header_type5 #google_map_prop_list_wrapper.half_no_top_bar, 
    .has_header_type5 #google_map_prop_list_sidebar.half_no_top_bar {
        top: 71px;
    }

    .admin-bar {
        height: 0px;
        min-width: 300px;
    }

    body.logged-in.admin-bar {
        padding-top: 0px;
    }

    .admin-bar.has_top_bar .has_header_type2 .header_media,
    .admin-bar .has_header_type2 .header_media {
        margin-top: 0px;
    }

    .google_map_poi_marker {
        left: 15px;
    }
    .gallery_wrapper .col-md-8.image_gallery {
        border-bottom: 0px;
    }
    
    .gallery_wrapper .image_gallery{
        border-left: 6px solid #f0f0f0;
    }

    #google_map_prop_list_sidebar .messagebox_text {
        padding-left: 0px;
    }

    .image_gallery {
        min-height: 350px;
    }
    
    .lightbox_property_wrapper_floorplans .owl-carousel .owl-item .item {
        height: auto;
    }
    
    #google-default-search {
        width: 155px;
    }
    
    .owl-carousel .owl-item .item{
        height: 350px;
    }   
    
    .article_container{
        margin: 0px;
    }
    
    .entry-title{
        margin-top:13px;   
    }
    
    #google_map_prop_list_sidebar .entry-title {
        margin: -7px 0px 13px 0px;
        padding: 0px 25px;
    }
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .property_listing_details {
        margin-bottom: 70px;
    }
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type1 .property_location {
        margin-left: 0px;
        padding: 0px 20px;
        left: 0px;
    }
    
    .listing_wrapper.col-md-12 .property_location {
        margin: 0px 0px 0px 340px;
    }
    
    .listing_wrapper.col-md-12 .property_listing h4,
    .listing_wrapper.col-md-12 .property_listing_details{
        padding-left: 340px;
    }
    
    .has_4per_row.listing_wrapper.col-md-12 .property_location {
        left: 0px;
        right: 0px;
        margin: 0px 15px 0px 340px;
    }
   
    .col-md-9.rightmargin .has_4per_row .property_listing.property_unit_type1 .property_location {
        padding: 0px 20px;
    }
    
    .listing_wrapper.col-md-12 .property_listing.property_unit_type1.property_listing h4 {
        margin-left: 336px;
        padding: 0px 20px;
    }
    
    .col-md-push-3.rightmargin .listing_wrapper.col-md-12 > .property_listing.property_unit_type2 .listing_details.half_map_list_view {
        padding-left: 415px!important;
    }
    
    .featured_agent_listings.wpresidence_button {
        margin-bottom: 15px;
    }
    
    .col-md-9.rightmargin .has_4per_row.col-md-4 .property_listing.property_unit_type1 .property_location, 
    .has_4per_row.col-md-3 .property_listing.property_unit_type1 .property_location {
        padding: 0px 20px;
    }
    
    #google_map_prop_list_wrapper.half_no_top_bar.half_type2, 
    #google_map_prop_list_sidebar.half_no_top_bar.half_type2{
        top: 28px;
    }

    .fancybox-next span,
    .fancybox-prev span {
        height: 50px!important;
        width: 50px!important;
        border-radius: 50%;
        border: 2px solid #fff!important;
        background: rgba(0, 0, 0, 0.78);
    }

    .fancybox-next span:before {
        font-size: 40px;
        left: 18px;
        top: 6px;
    }

    .fancybox-prev span:before {
        font-size: 40px;
        left: 14px;
        top: 6px;
    }
   
    .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_details,
    .listing_wrapper.col-md-12 .property_listing.property_unit_type2 h4, 
    .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_unit_price_wrapper, 
    .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_details.the_list_view, 
    .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .property_listing_details{
        padding-left: 415px;
    }
    
    .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .property_agent_wrapper {
        padding-left: 6px;
    }  

    .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing-unit-img-wrapper, 
    .listing_wrapper.col-md-12 > .property_listing.property_unit_type2 .carousel-inner {
        max-width: 406px;
    }
    
    .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .property_location {
        margin: 0px 0px 0px 406px;
    }
    
    .col-md-12.listing_wrapper.property_unit_type1 {
        width: 100%;
        padding-left: 13px;
        padding-right: 13px;
    }
    
    .places_wrapper_type_2 {
        width: auto;
        margin: 0px 15px;
    }
    
    .header_type3_menu_sidebar {
        display: none;
    }
    
    .header_type3_menu_sidebar.header_right {
        display: none;
    }
    
    .featured_property.featured_property_type3 .featured_secondline .property_listing_details:before {
        right: 15px;
        left: 15px;
    }
    
    .featured_property.featured_property_type3 .featured_secondline .listing_actions {
        padding-left: 8px;
        margin-top: 5px;
    }
    
     .featured_property_type3.featured_property h2 {
        margin-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .featured_property.featured_property_type3 .featured_secondline .featured_prop_price {
        padding: 0px 15px;
        margin-top: 5px;
    }
    
    .featured_property.featured_property_type3 .featured_secondline .listing_details {
        padding: 0px 15px;
        margin-top: 5px;
    }
    
    .featured_property.featured_property_type3 .featured_secondline .property_listing_details .inforoom {
        margin-left: 0px;
        margin-right: 15px;
    }
    
    .featured_property.featured_property_type3 .featured_secondline .property_listing_details .infobath {
        margin-right: 15px;
    }
    
    .featured_property.featured_property_type3 .featured_secondline .property_listing_details .infosize {
        margin-right:  3px;
    }
    
    .featured_property.featured_property_type3 .featured_secondline .property_listing_details {
        padding: 0px 15px;
        line-height: 50px;
    }

    .col-md-9.rightmargin .has_4per_row.col-md-4 .property_location, .has_4per_row.col-md-3 .property_location {
        padding: 10px 0px 10px 0px;
    }
    
    #gmapzoomplus_sh, 
    #gmapzoomplus,
    #gmapzoomminus_sh, 
    #gmapzoomminus{
        left:15px;
    }
   
    .listing_unit_price_wrapper{
        font-size: 17px;
    }
    .property_listing.places_listing {
        min-height: 466px;
        margin-bottom: 15px;
    }
    
    .slider-content-wrapper {
        bottom: 10px;
    }

    .col-md-12.listing_wrapper.property_unit_type3 {
        width: 100%;
        margin: 0px auto;
    }
    
    .col-md-12.listing_wrapper {
        width: auto;
        max-width: 100%;
        margin: 0px 0px;
    }
    
    .has_4per_row.listing_wrapper.col-md-12 > .property_listing .listing-unit-img-wrapper {
        margin-right: 0px;
    }
    .has_4per_row.listing_wrapper.col-md-12 > .property_listing.property_unit_type1 .listing-unit-img-wrapper {
        margin-right: 8px; 
    }
    
    .has_4per_row.listing_wrapper.col-md-12 .property_listing.property_unit_type2 h4{
        padding-left:413px;
    }
    
   
    .has_4per_row.listing_wrapper.col-md-12 .property_listing.property_unit_type2  .listing_unit_price_wrapper{
        padding-left: 400px;
        margin-left: 13px;
    }
    
    .has_4per_row.listing_wrapper.col-md-12 .property_listing .listing_unit_price_wrapper,
    .has_4per_row.listing_wrapper.col-md-12 .property_listing h4 {
        padding-left: 340px;
        float: none;
    }
    
    .has_4per_row.listing_wrapper.col-md-12 .property_listing.property_unit_type3 .listing_unit_price_wrapper{
        padding-left:5px;
        width: auto;
    }

    .listing_wrapper.col-md-12 .property_listing .listing_unit_price_wrapper{
        left: 0px;
        right: 0px;
        float: none;
        width: 100%;
        padding-left: 340px;
    }
    
    .has_4per_row.listing_wrapper.col-md-12 .listing_details.the_list_view {
        padding-left: 20px;
    }
    
    .has_4per_row.listing_wrapper.col-md-12 .property_listing.property_unit_type3 .property_listing_details{
        display: block;
    }
    
    .has_4per_row.listing_wrapper.col-md-12 .property_listing_details {
        padding-left: 20px;
        display: inline-block;
        width: 100%;
    }
    
    .listing_wrapper.col-md-12 .listing-unit-img-wrapper, .listing_wrapper.col-md-12 > .property_listing .carousel-inner {
        max-width: 325px;
    }
    
    .listing_wrapper.col-md-12 .listing_details.the_list_view {
        margin-top: 4px;
        font-size: 13px;
    }
    .col-md-12.shortcode-col.has_prop_slider.listing_wrapper.listing_wrapper.col-md-12 .listing_details.the_list_view{
        display:none!important;
    }
    .col-md-12.shortcode-col.has_prop_slider.listing_wrapper.listing_wrapper.col-md-12 .listing_details.half_map_list_view{
        display: block
    }
    .has_4per_row.listing_wrapper.col-md-12 .listing_details.the_list_view{
        font-size: 13px; 
        margin-top: 4px;
    }
    
    .listing_wrapper.col-md-12 .property_listing .listing_details {
        padding-left: 340px;
        margin-top: 0px;
        font-size: 13px;
    }
    
    #google_map_prop_list_sidebar .has_4per_row.listing_wrapper.col-md-12 .property_listing_details{
        padding-left: 20px;
        float: left;
        width: 100%; 
    }
    
    #map-view{
        display:none;
    }
    
    #search_name {
        margin-right: 10px;
        width: calc(100% - 26px);
        margin-top: 0px;
        float: left;
        margin-bottom: 10px;
    }
    
    #save_search_button {
        margin-bottom: 13px!important;
        width: calc(100% - 26px);
        margin-left: 13px;
    }

    .theme_slider_wrapper.theme_slider_2 .theme-slider-price{
        display:block;
    }
    
    .slider-content h3,
    .slider-content span,
    .theme-slider-price{
        display:none;
    }
    
    .slider-content{
        background: transparent;
        left:0px;
        bottom:0px;
        width: auto;
        height: auto;
        pointer-events: none;
        top: 10%;
    }
    
    .carousel-control-theme-next,
    .carousel-control-theme-prev{
        right:auto;
        left:0px;
        pointer-events: auto;
    }
   
    .listing_wrapper.col-md-12 .listing_details.half_map_list_view {
        display: block;
    }
    
    .listing_wrapper.col-md-12 .listing_details.the_list_view {
        display: none!important;
    }
    
    .has_top_bar .has_header_type4 #google_map_prop_list_wrapper, 
    .has_top_bar .has_header_type4 #google_map_prop_list_sidebar {
        top: 135px;
    }
    
    .admin-bar.has_top_bar .has_header_type4 .header_media {
        padding-top: 0px;
        margin-top: 0px;
    }
    
    .admin-bar.has_top_bar .has_header_type4 #google_map_prop_list_wrapper, 
    .admin-bar.has_top_bar .has_header_type4 #google_map_prop_list_sidebar {
        top: 136px;
    }   
    
    .admin-bar .has_header_type4 .header_media {
        margin-top: 71px;
    }
    
    .admin-bar .has_header_type4 #google_map_prop_list_wrapper.half_no_top_bar, 
    .admin-bar .has_header_type4 #google_map_prop_list_sidebar.half_no_top_bar {
        top: 71px;
    }
 
     .admin-bar .has_header_type1 #google_map_prop_list_wrapper, 
     .admin-bar .has_header_type1 #google_map_prop_list_sidebar {
        margin-top: 72px;
        top: 0px;
    }   
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type1 .listing-unit-img-wrapper, 
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 > .property_listing.property_unit_type1 .carousel-inner{
        max-width: 100%;
        width:auto;
    }
    
    .has_4per_row.shortcode-col.listing_wrapper.col-md-12 .property_listing.property_unit_type1 .listing_unit_price_wrapper {
        padding-left: 0px;
    }
    
    .has_4per_row.shortcode-col.listing_wrapper.col-md-12 .property_address_type1_wrapper, 
    .has_4per_row.shortcode-col.listing_wrapper.col-md-12 .property_categories_type1_wrapper, 
    .has_4per_row.shortcode-col.listing_wrapper.col-md-12 .property_details_type1_wrapper {
        margin-left: 329px;
    }
    
    #google_map_prop_list_sidebar .property_listing.property_unit_type1, 
    .col-md-6.has_prop_slider.listing_wrapper .property_listing.property_unit_type1 {
            margin: 13px 0px;
    }
    
    .listing_wrapper.col-md-12 .property_listing.property_unit_type1 .listing-unit-img-wrapper, 
    .listing_wrapper.col-md-12 > .property_listing.property_unit_type1 .carousel-inner {
        min-height: 190px;
    }
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type1 .listing_unit_price_wrapper {
        padding-left: 0px;
    }
    
    .listing_wrapper.col-md-12 .property_address_type1_wrapper, 
    .listing_wrapper.col-md-12 .property_categories_type1_wrapper, 
    .listing_wrapper.col-md-12 .property_details_type1_wrapper {
        margin-left: 336px;
    }
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing .listing_unit_price_wrapper {
        padding-left: 20px;
        float: left;
        width: 100%;
    }
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12.property_unit_type3 .property_listing .listing_unit_price_wrapper{
        width: auto;
        padding: 3px 15px
    }
    
    .admin-bar .has_header_type2 #google_map_prop_list_wrapper, 
    .admin-bar .has_header_type2 #google_map_prop_list_sidebar {
        margin-top: 72px;
        top: 0px;
    }
    
    .has_top_bar .has_header_type2 #google_map_prop_list_wrapper, 
    .has_top_bar .has_header_type2 #google_map_prop_list_sidebar {
        top: 46px;
    }
    
    .admin-bar.has_top_bar .has_header_type2 #google_map_prop_list_wrapper, 
    .admin-bar.has_top_bar .has_header_type2 #google_map_prop_list_sidebar {
        top: 20px;
    }   
    .has_header_type3 #google_map_prop_list_wrapper, 
    .has_header_type3 #google_map_prop_list_sidebar {
        top: 0px;
        margin-top: 72px;
    }
    
    .admin-bar .has_header_type3 #google_map_prop_list_wrapper, 
    .admin-bar .has_header_type3 #google_map_prop_list_sidebar {
        top: 0px;
        margin-top: 72px;
    }
    
    .has_top_bar .has_header_type3 #google_map_prop_list_wrapper, 
    .has_top_bar .has_header_type3 #google_map_prop_list_sidebar{
        padding-top: 0px;
        margin-top: auto;
        top: 0px;
    }   
    
    .admin-bar.has_top_bar .has_header_type3 #google_map_prop_list_wrapper, 
    .admin-bar.has_top_bar .has_header_type3 #google_map_prop_list_sidebar {
        margin-top: 0px;
    }
    
    .has_header_type1 #google_map_prop_list_wrapper.half_no_top_bar, 
    .has_header_type1 #google_map_prop_list_sidebar.half_no_top_bar {
        top: 72px;
        margin-top: 0px;
    }
    
}

@media only screen and  (max-width: 700px) and (min-width: 600px){
    .has_top_bar .has_header_type3 #google_map_prop_list_wrapper, 
    .has_top_bar .has_header_type3 #google_map_prop_list_sidebar{
       padding-top: 176px;
    }

    .has_top_bar .has_header_type5 #google_map_prop_list_wrapper, 
    .has_top_bar .has_header_type5 #google_map_prop_list_sidebar,
    .admin-bar.has_top_bar .has_header_type5 #google_map_prop_list_wrapper, 
    .admin-bar.has_top_bar .has_header_type5 #google_map_prop_list_sidebar {
        top: 176px;
    }

    #google_map_prop_list_wrapper,
    #google_map_prop_list_sidebar {
        top: 176px;
    }
   
    .listing_unit_price_wrapper{
        font-size: 14px;
    }
    
   
}

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

    .mylistings.agent_listing.agency_listings_title.single_listing_block {
        margin: 0px;
    }
    
    .single-estate_developer .single-agent,
    .single-estate_agency #content_container{
         margin: 0px; 
    }
    .single-estate_agency .term_bar_wrapper,
    .term_bar_wrapper,
    .no_agents{
        padding: 0px;
    }
    
    .subheading_over_image,
    .subheading_over_video{
        font-size: 20px;
    }
    .heading_over_image,
    .heading_over_video,
    .entry-tax{
        font-size: 40px;
    }
    .single-estate_agency .container.content_wrapper,
    .single-estate_developer .container.content_wrapper{
        margin-top: 20px;
        margin: 0px;
        padding: 0px;
        margin-bottom: 15px!important;
    }
    
    .single-estate_developer .header_agency_container {
        padding-bottom: 0px;
    }
    
    .agency_unit_img {
        max-width: 100%;
        float: none;
    }

    .agency_unit_wrapper {
        padding-left: 0px;
        width: 100%;
        float: left;
        position: relative;
    }
    
    .agent_address,
    .agency_unit_wrapper h4{
        padding-left: 20px;
    }
    
    .agency_social-wrapper {
        margin-bottom: 55px;
        padding-left: 20px;
    }
    
    .agency_users {
        bottom: 15px;
        left: 10px;
        float: left;
    }
    
    .page-template-user_dashboard_favorite #listing_ajax_container,
    .page-template-user_dashboard_agent_list #listing_ajax_container{
        margin: 0px;
    }
    
   .col-md-12.user_profile_div .agent_unit, 
   .col-md-12.user_profile_div .property_listing {
        margin-bottom: 30px;
        margin-left: 0px;
    }
    
    #property_animation_slider .item.prop_animation_class_1,
    #property_animation_slider .item.prop_animation_class_2,
    #property_animation_slider .item.prop_animation_class_3,
    .theme_slider_3.slider_type_3 .animation_class_1.active .image_div img,
    .theme_slider_3.slider_type_3 .animation_class_2.active .image_div img, 
    .theme_slider_3.slider_type_3 .animation_class_3.active .image_div img,
    .theme_slider_3.slider_type_3 img,
    .theme_slider_3.slider_type_3 .item,
    .wpestate_header_video.full_screen_yes,
    .wpestate_header_image, .wpestate_header_video{
        height: 300px!important;
    }
    
    #property_animation_slider .slide_caption h2,
    .slider_type_3 .slide_cont_block h2 {
        font-size: 30px;
    }
    
    #property_animation_slider .slide_caption,
    .slider_type_3 .slide_cont_block{
        bottom: 20px;
    }

    .splash_page_widgets_wrapper {
        width: 100%;
        padding: 0px 13px;
        margin: 0px auto;
        text-align: center;
    }

    .splash-right-widet {
        float: none;
        width: auto;
        display: inline-block;
    }

    .testimonial-slider-container.container_type_1 .slick-next.slick-arrow {
        right: 0px;
    }
    .testimonial-slider-container.container_type_1 .slick-prev.slick-arrow {
        left: -6px;
    }
    .property_multi_image_slider button.slick-prev.slick-arrow {
        left: 0px;
        right: auto;
    }
    .property_multi_image_slider button.slick-next.slick-arrow {
        right: 10px;
        left: auto;
    }
    .page-template-splash_page .heading_over_video_wrapper, 
    .page-template-splash_page .heading_over_image_wrapper {
        top: 50%;
        padding: 0px 50px;
    }


    .page-template-splash_page .container {
        position: absolute;
    }
    .admin-bar .has_header_type4 .header_media{
        margin-top: 0px;
        padding-top:0px;
    }

    .google_poi{
        display:none;
    }
    
    #owl-demo .item img {
        max-height: 300px;
    }
    
    .lightbox_property_wrapper_floorplans .owl-carousel .owl-item .item{
        height: 340px;
    } 
    
    .owl-carousel .owl-item .item{
        height: 340px;
    }   
    
    #google_map_prop_list_sidebar .entry-title {
        margin: -7px 0px 13px 0px;
        padding: 0px 13px;
    }
    
    .testimonial-slider-container .slick-prev.slick-arrow{
        left:-36px;
    }
    
    .testimonial-slider-container .slick-next.slick-arrow{
        right:-30px;
    }
    
    .agent_listings_title{
        padding-left:0px;
    }
    .listing-content .mylistings,
    .mylistings{
        margin:0px;
    }
    .blog_list_wrapper {
        min-width: 100%;
    }
    
    #google_map_prop_list_sidebar .pagination{
        margin-left:15px;
    }
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type1 .listing-unit-img-wrapper, 
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 > .property_listing.property_unit_type1 .carousel-inner {
        min-height: 160px;
    }
    .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .property_agent_wrapper {
        padding-left: 0px;
    }
     .col-md-push-3.rightmargin .listing_wrapper.col-md-12 > .property_listing.property_unit_type2 .listing_details.half_map_list_view {
        padding-left: 30px!important;
    }
    .admin-bar.has_top_bar .has_header_type2 #google_map_prop_list_wrapper, 
    .admin-bar.has_top_bar .has_header_type2 #google_map_prop_list_sidebar{
        margin-top: 155px;
    }

    .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing-unit-img-wrapper, 
    .listing_wrapper.col-md-12 > .property_listing.property_unit_type2 .carousel-inner {
        max-width: 525px;
        width: auto;
        min-height: 185px;
    }
    .listing_wrapper.col-md-12 > .property_listing.property_unit_type2 {
        padding-bottom: 0px;
        max-width: 525px;
    }
    
    #google_map_prop_list_sidebar .has_4per_row.listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_unit_price_wrapper,
    #google_map_prop_list_sidebar .has_4per_row.listing_wrapper.col-md-12 .property_listing.property_unit_type2 h4, 
    #google_map_prop_list_sidebar .has_4per_row.listing_wrapper.col-md-12 .property_listing.property_unit_type2 .property_listing_details{
        margin-left:20px;
    }
    
    #google_map_prop_list_sidebar .has_4per_row.listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_details,
    .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_details, 
    .listing_wrapper.col-md-12 .property_listing.property_unit_type2 h4, 
    .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_unit_price_wrapper, 
    .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_details.the_list_view, 
    .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .property_listing_details {
        padding-left: 20px;
    }
    .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .property_location {
        margin: 0px 0px 0px 0px;
        width: 100%;
        padding: 0px;
        left: 0px;
    }
    .listing_wrapper.col-md-12.property_unit_type2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_unit_price_wrapper {
        left: 0px!important;
        right: 0px!important;
        padding-left:30px;
    }
    .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .property_agent_wrapper {
        margin-left: 30px;
    }
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .property_agent_wrapper {
        padding-left: 20px;
        margin-left: 0px;
    }
    .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing-unit-img-wrapper {
        margin-bottom: 20px;
    }
    .listing_wrapper.col-md-12 .property_listing.property_unit_type2 h4 {
        margin-top: 0px;
    }
    .has_4per_row.listing_wrapper.col-md-12 .property_listing.property_unit_type2 h4,
    .has_4per_row.listing_wrapper.col-md-12 .property_listing.property_unit_type2  .listing_unit_price_wrapper{
        padding-left: 30px;
        margin-left:0px;
    }
    .featured_property.featured_property_type4 {
        height: 100%;
    }

    .featured_property.featured_property_type4 .featured_img {
        width: 100%;
        position: relative;
    }

    .featured_property_type4 .featured_secondline {
        position: relative;
        width: 100%;
    }

    .featured_property_type4 h2 a, .featured_property_type4 h2{
        font-size: 18px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .listing-unit-img-wrapper, 
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 > .property_listing .carousel-inner {
        min-height: 170px;
    }

    .col-md-6.has_prop_slider.listing_wrapper {
        padding-right: 0px;
        padding-left: 0px;
    }
    #google_map_prop_list_sidebar .listing_wrapper {
        float:left;
        padding:0px 15px;
    }
    
    .listing_wrapper {
        float: none;
        margin: 0px auto;
        max-width: 525px;
        padding:0px;
    }
    
    .featured_property.featured_property_type3 .share_unit {
        top: 0px;
    }
    
    .admin-bar.has_top_bar .has_header_type4 #google_map_prop_list_wrapper,
    .admin-bar.has_top_bar .has_header_type4 #google_map_prop_list_sidebar {
        top: 134px;
    }
    
    .admin-bar.has_top_bar .has_header_type4 .header_media {
        padding-top: 0px;
    }
    
    .admin-bar .has_header_type4 .header_media {
        margin-top: 71px;
    }
   
    
    .has_top_bar .has_header_type1 #google_map_prop_list_wrapper, 
    .has_top_bar .has_header_type1 #google_map_prop_list_sidebar {
        margin-top: 0px;
        top: 175px;
    }
    
   
    .admin-bar .has_header_type2 #google_map_prop_list_wrapper, 
    .admin-bar .has_header_type2 #google_map_prop_list_sidebar {
        top: 0px;
    }
    
    .has_top_bar .has_header_type2 #google_map_prop_list_wrapper, 
    .has_top_bar .has_header_type2 #google_map_prop_list_sidebar {
        top: 90px;
    }  
    
    .has_header_type1 #google_map_prop_list_wrapper.half_no_top_bar, 
    .has_header_type1 #google_map_prop_list_sidebar.half_no_top_bar {
        top: 72px;
        margin-top: 0px;
    }
    .admin-bar.has_top_bar .has_header_type1 #google_map_prop_list_wrapper, 
    .admin-bar.has_top_bar .has_header_type1 #google_map_prop_list_sidebar {
        margin-top: 0px;
    }
    
  
}

@media only screen and  (max-width: 1370px) and (min-width: 1023px){
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12.property_unit_type4  .listing_details.half_map_list_view, 
    .page-template-property_list_half .col-md-12.has_prop_slider.listing_wrapper.property_unit_type4  .listing_details.half_map_list_view{
            display:none;
    }

    #google_map_prop_list_sidebar .listing_wrapper.col-md-12.property_unit_type4 .listing_unit_price_wrapper {
        width: 100%;
        margin-bottom: 10px;
    }

    #google_map_prop_list_sidebar .listing_wrapper.col-md-12.property_unit_type4 .property_listing_details {
        margin: 5px 10px 20px 0px;
    }

    #google_map_prop_list_sidebar .listing_wrapper.col-md-12.property_unit_type4 .inforoom_unit_type4, 
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12.property_unit_type4 .infobath_unit_type4,
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12.property_unit_type4 .infosize_unit_type4{ 
        width: 33%;
    }

    #google_map_prop_list_sidebar .listing_wrapper.col-md-12.property_unit_type4 .inforoom_unit_type4:before{
        display: none;
    }

    #google_map_prop_list_sidebar .listing_wrapper.col-md-12.property_unit_type4 .property_address_type4 {
        float: none;
    }
    
}

@media only screen and  (max-width: 1370px) and (min-width: 640px){
    .col-md-9.col-md-push-3.rightmargin .has_4per_row.listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_details.half_map_list_view,
    .col-md-9.col-md-push-3.rightmargin .listing_wrapper.col-md-12.property_listing.property_unit_type2  .listing_details.half_map_list_view{
        display: none;
    }
    
    .col-md-push-3.rightmargin .listing_wrapper.col-md-12  > .property_listing.property_unit_type2 .listing_details.half_map_list_view{
        padding-left: 400px;
    }
    
    #google_map_prop_list_sidebar  .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_details.the_grid_view{
        display:none!important
    }
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing-unit-img-wrapper, 
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 >.property_listing.property_unit_type2 .carousel-inner{
        min-height: 160px;
    }
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .property_location{
        margin: 0px;
    }
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing-unit-img-wrapper,
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 > .property_listing.property_unit_type2 .carousel-inner {
        max-width: 100%;
    }
    #google_map_prop_list_sidebar .has_4per_row.listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_unit_price_wrapper,
    #google_map_prop_list_sidebar .has_4per_row.listing_wrapper.col-md-12 .property_listing.property_unit_type2 h4, 
    #google_map_prop_list_sidebar .has_4per_row.listing_wrapper.col-md-12 .property_listing.property_unit_type2 .property_listing_details{
        margin-left:20px;
    }
    
    #google_map_prop_list_sidebar .has_4per_row.listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_details,
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type2 h4,
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_unit_price_wrapper, 
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_details.the_list_view, 
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .property_listing_details,
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_details{
        padding-left:20px;
    }
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .property_listing_details {
        margin-bottom: 80px;
    }
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type2 h4{
        float:left;
    }
}

@media only screen and  (max-width: 1350px) and (min-width: 640px){  
      
    .col-md-9.rightmargin .has_4per_row.col-md-4 .property_listing, 
    .has_4per_row.col-md-3 .property_listing {
        margin-bottom: 15px;
    } 
    
    #google_map_prop_list_sidebar .listing_wrapper.property_unit_type2.col-md-12{
        float:left;
    }
   
    .col-md-9.rightmargin .listing_wrapper.col-md-12.property_unit_type4 .listing_details.half_map_list_view,
    .col-md-9.rightmargin .listing_wrapper.col-md-12 .listing_details.the_list_view{
        display:none!important;
    }
    .col-md-9.rightmargin .listing_wrapper.col-md-12 .listing_details.half_map_list_view{
        display:block;
    }

    
    .has_4per_row.listing_wrapper.col-md-12 .property_listing_details {
        padding-left: 347px;
    }
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .listing-unit-img-wrapper, 
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 > .property_listing .carousel-inner{
        max-width: 525px;
        min-height: 190px;
    }


    .listing_wrapper.col-md-12 .listing-unit-img-wrapper, .listing_wrapper.col-md-12 > .property_listing .carousel-inner {
        max-width: 325px;
        width: 100%;
        display: inline;
        float: left;
        min-height: 200px;
    }
    
    .listing_wrapper.col-md-12 > .property_listing.property_unit_type3 .property_location_unit_type3 {
        margin-left: 325px;
        padding-left: 13px;
    }
    
     #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type1 .listing-unit-img-wrapper, 
     #google_map_prop_list_sidebar .listing_wrapper.col-md-12 > .property_listing.property_unit_type1 .carousel-inner {
        width: auto;
        max-width: 100%;
    }
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 > .property_listing .carousel-inner,
    #google_map_prop_list_sidebar  .listing_wrapper.col-md-12 .property_listing img{
        max-width: 100%;
    }
      
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 > .property_listing.property_unit_type3 h4,
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 > .property_listing.property_unit_type3 .property_address_type3, 
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 > .property_listing.property_unit_type3 .property_listing_details, 
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 > .property_listing.property_unit_type3 .property_location_unit_type{
        padding-left: 15px;
    }
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 > .property_listing.property_unit_type3 .property_categ_unit_type3{
         margin-left: 15px;
    }
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 > .property_listing.property_unit_type3 .property_listing_details{
        margin-bottom: 10px;
    }
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 > .property_listing.property_unit_type3 .property_categ_unit_type3{
        float: left;
        margin-bottom: 25px;
    }
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 > .property_listing.property_unit_type3 .property_location_unit_type3{
        margin-left:0px;
    }
    
    
    #google_map_prop_list_sidebar  .listing_wrapper.col-md-12 .property_listing h4 {
        padding-left: 20px;
        float: left;
        width: 100%;
        margin-top: 20px;
    }
        
    #google_map_prop_list_sidebar  .listing_wrapper.col-md-12 .property_location {
        padding-left: 0px; 
        float: left;
        width: auto;
        margin: 0px;
        left: 20px;
    }
    
    
    #google_map_prop_list_sidebar  .listing_wrapper.col-md-12 .property_listing .listing_details{
        float: left;
        width: 100%;
        padding: 0px 20px;
        margin-top: 5px;
    }
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 > .property_listing {
        padding-bottom: 50px;
        margin-bottom: 30px;
    }

    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type1 .featured_div{
        top:20px;
    }


    .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .featured_div{
            top: 20px;
    }
    
    
    .col-md-9.col-md-push-3.rightmargin .has_4per_row.listing_wrapper.col-md-12 .listing_details.half_map_list_view,
    .col-md-9.col-md-push-3.rightmargin .listing_wrapper.col-md-12 .listing_details.half_map_list_view{
        display: block;
    }
    
    .col-md-9.col-md-push-3.rightmargin .has_4per_row.listing_wrapper.col-md-12 .listing_details.the_list_view,
    .col-md-9.col-md-push-3.rightmargin .listing_wrapper.col-md-12 .listing_details.the_list_view{
        display: none!important;
    }
    
    .has_4per_row.listing_wrapper.col-md-12 .listing_details.the_list_view {
        padding-left: 347px;
        margin-top: 0px;
        margin: 0px 0px 0px 0px;
    }
    
    .listing_wrapper.col-md-12 .property_listing_details {
        padding-left: 347px;
    }
}

@media only screen and (max-width: 640px){
    .container_agent .col-md-5.agentpic-wrapper, 
    .container_agent .col-md-7.agent_details,
    .col-md-12 .container_agent .col-md-5.agentpic-wrapper,
    .col-md-12 .container_agent .col-md-7.agent_details{
        width:100%;
        padding-right: 0px;
        max-width: 100%;
    }
    
    .container_agent .col-md-7.agent_details {
        margin-top: 20px;
    }
    
    .page-template-front_property_submit .half_form {
        width: 100%;
        padding: 0px;
    }
    
    .page-template-front_property_submit .navigation_container a {
        width: 100%;
        height: auto;
        text-align: left;
    }
    
     .page-template-front_property_submit #front_submit_prev_step {
        margin-bottom: 15px;
    }

    .col-md-9 .listing_wrapper.col-md-12.property_unit_type4,
    .listing_wrapper.col-md-12.property_unit_type4{
        width: 100%!important;
        float: none;
        padding: 0px!important;
        margin: 0px auto!important;
    }

    .listing_wrapper.col-md-12.property_unit_type4 .listing-unit-img-wrapper,
    .listing_wrapper.col-md-12.property_unit_type4 > .property_listing .carousel-inner {
        min-height: 130px;
    }
    
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .property_location {
        margin-left: 0px;
    }
    
    .user_role_unit {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    
    .user_role_featured_image {
        order: 1;
        width: 100%;
        float: left;
    }
    
    .featured_user_role_unit_details {
        order: 2;
        width: 100%;
        height: auto;
    }
    
    .user_role_status {
        z-index: 99;
    }
    
    .button_user_role {
        position: relative;
        left: 0px;
        bottom: 0px;
        margin-bottom: 0px;
    }
    
    .user_role_content {
        padding-bottom: 10px;

    }
    
    .admin-bar.has_top_bar .has_header_type2 #google_map_prop_list_wrapper,
    .admin-bar.has_top_bar .has_header_type2 #google_map_prop_list_sidebar {
        margin-top: 5px;
    }
    
    .has_top_bar .has_header_type2 #google_map_prop_list_wrapper, 
    .has_top_bar .has_header_type2 #google_map_prop_list_sidebar {
        top: 90px;
        margin-top: 0px;
    }
    
    .featurescol {
        width: 100%;
        float: left;
        padding-left: 0px;
    }
    
    .has_4per_row.listing_wrapper.col-md-12 .property_listing .listing_unit_price_wrapper, 
    .has_4per_row.listing_wrapper.col-md-12 .property_listing h4 {
        padding-left: 20px;
        float: left;
    }
    .has_4per_row.listing_wrapper.col-md-12 .property_location {
        margin: 0px 15px 0px 20px;
    }

    
     .adv_listing_filters_head, .listing_filters_head, .listing_filters{
        border-bottom: 0px;
        border-top:0px;
    }
    
     .col-md-push-3.rightmargin .listing_wrapper.col-md-12 {
        margin: 13px;
    }

    .col-md-12 #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing{
        margin-top: 0px;
        margin-left: 0px; 
    }
    
    .listing_wrapper.col-md-12{
        float: none;
        max-width: 525px;
    } 
   
    .listing_wrapper.col-md-12 > .property_listing .carousel-inner,
    .listing_wrapper.col-md-12 .property_listing img{
        max-width: 100%;
    }
    
    .has_4per_row.listing_wrapper.col-md-12 .property_listing.property_unit_type3 h4{
        padding-left: 13px;
    }
    
    .listing_wrapper.col-md-12 > .property_listing.property_unit_type3 h4,
    .listing_wrapper.col-md-12 > .property_listing.property_unit_type3 .property_address_type3, 
    .listing_wrapper.col-md-12 > .property_listing.property_unit_type3 .property_listing_details, 
    .listing_wrapper.col-md-12 > .property_listing.property_unit_type3 .property_location_unit_type{
        padding-left: 15px;
    }
    
    .listing_wrapper.col-md-12 > .property_listing.property_unit_type3 .property_categ_unit_type3{
         margin-left: 0px;
    }
    
    .listing_wrapper.col-md-12 > .property_listing.property_unit_type3 .property_listing_details{
        margin-bottom: 10px;
    }
    
    .listing_wrapper.col-md-12 > .property_listing.property_unit_type3 .property_categ_unit_type3{
        float: left;
        margin-bottom: 0px;
    }
    
    .listing_wrapper.col-md-12 > .property_listing.property_unit_type3 .property_location_unit_type3{
        margin-left:0px;
    }
    
    .listing_wrapper.col-md-12 .property_listing h4 {
        padding-left: 20px;
        float: left;
        width: 100%;
    }
        
    .listing_wrapper.col-md-12 .property_location {
        padding-left: 13px;
        float: left;
        max-width: 100%;
        margin: 0px;
        padding: 13px 0px;
        left: 20px;
        right: 20px;
    }
    
    .listing_wrapper.col-md-12 .property_listing .listing_details{
        float: left;
        width: 100%;
        padding-left:20px;
       
    }
    
    .listing_wrapper.col-md-12 > .property_listing {
        padding-bottom: 50px;
        min-height: 460px;
        
    }
    
    .listing_wrapper.col-md-12 .property_listing .listing_unit_price_wrapper {
        padding-left: 20px;
        float: left;
        width: 100%;
    }

    .listing_wrapper.col-md-12 .property_listing_details {
        padding-left: 20px;
        width: 100%;
        float: left;
    }
    .listing_wrapper.col-md-12 .listing-unit-img-wrapper, .listing_wrapper.col-md-12 > .property_listing .carousel-inner {
        max-width: initial;
    }
    
    .theme_slider_extended .slider-content {
        bottom: 0px;
    }
    .col-md-12.full_width_prop .vc_col-sm-9 .wpestate_estate_property_design_agent #agent_contact_name, 
    .col-md-12.full_width_prop .vc_col-sm-9 .wpestate_estate_property_design_agent #agent_user_email, 
    .col-md-12.full_width_prop .vc_col-sm-9 .wpestate_estate_property_design_agent #agent_phone, 
    .col-md-12.full_width_prop .vc_col-sm-8 .wpestate_estate_property_design_agent #agent_contact_name, 
    .col-md-12.full_width_prop .vc_col-sm-8 .wpestate_estate_property_design_agent #agent_user_email, 
    .col-md-12.full_width_prop .vc_col-sm-8 .wpestate_estate_property_design_agent #agent_phone{
        width:100%;
    }
   
    
    #google_map_prop_list_wrapper.half_no_top_bar.half_type2, 
    #google_map_prop_list_sidebar.half_no_top_bar.half_type2, 
    #google_map_prop_list_wrapper.half_no_top_bar.half_type3, 
    #google_map_prop_list_sidebar.half_no_top_bar.half_type3 {
        top: 0px;
        margin-top: 0px;
    }
    
    .admin-bar #google_map_prop_list_sidebar.half_type3, 
    .admin-bar #google_map_prop_list_sidebar.half_type2, 
    .admin-bar #google_map_prop_list_wrapper.half_type2, 
    .admin-bar #google_map_prop_list_wrapper.half_type3 {
      margin-top: 0px;
    }

    .admin-bar #google_map_prop_list_wrapper.half_no_top_bar.half_type2, 
    .admin-bar #google_map_prop_list_sidebar.half_no_top_bar.half_type2, 
    .admin-bar #google_map_prop_list_wrapper.half_no_top_bar.half_type3, 
    .admin-bar #google_map_prop_list_sidebar.half_no_top_bar.half_type3{
        top:-44px;
    }
    
    
    #tab_prpg li {
        border-right: none!important;
    }

    #google_map_prop_list_sidebar .property_listing {
        margin:0px auto;
        margin-bottom: 30px;
    }
    
    .fixed_header {
        position: relative;
        border: none;
    }
    
    #google_map_prop_list_sidebar #search_wrapper {
        border:none;
    }
    
    .fixed_header.container {
        padding:0px;
    }
    
    #google_map_prop_list_sidebar .property_listing {
        max-width: 100%; 
    }
    
    #google_map_prop_list_sidebar .adv_search_slider {
        display: inline;
        float: left;
        width: 100%;
    }

    #google_map_prop_list_sidebar{
        overflow:hidden;
    }
    #google_map_prop_list_wrapper.half_type1 {
        position: relative;
        width: 100%;
        height: 500px;
    }
    
    #google_map_prop_list_wrapper{ 
        position: relative;
        width: 100%;
        height: 500px;
    }
    
    .admin-bar #google_map_prop_list_wrapper, 
    .admin-bar #google_map_prop_list_sidebar {
        margin-top:0px;
    }  
    
    #google_map_prop_list_wrapper.half_type2, 
    #google_map_prop_list_sidebar.half_type2, 
    #google_map_prop_list_wrapper.half_type3, 
    #google_map_prop_list_sidebar.half_type3 {
        top: -12px!important;
    }
    
    .slider_control_right{
        top: -9px;
        float: right;
    }
    
    .title_slider {
        display: inline-block;
        margin-top: 30px;
    }
    
    .slider_control_left{
        top: -9px;
        left:auto;
        float: right;
    }
    
    .floor_details{
        width:100%;
        padding-left: 10px;
    }
    
    .advanced_search_shortcode .extended_search_checker{
        width:100%;
    }
    
    .extended_search_checker{
        width:100%;
    }
    
    .half_form {
        width: 100%;
    }
    
    .half_form_last{
        margin-left:0px;
    }
    
    .user_dashboard_status {
        position: relative;
        top: auto;
        right: auto;
        margin: 10px 0px;
    }

    .prop-info{
        height:100%;
        left:0px;
    }
    
    .info-container,
    .listing_submit{
        position:relative;
        float:left;
        display:inline;
        bottom:auto;
        margin-top:10px;
       
    }
    
    .listing_submit{
        width:100%;
        margin-left: 10px;
    }
    
    .info-container,
    .user_dashboard_listed ,
    .listing_title{
        padding-left:10px;
    }
    
    .items_compare img {
        border-radius: 4px;
        margin-bottom: 13px;
    }
    .compare_item_head{
        height: 300px;
    }
    
    .compar-3 .prop_value, 
    .compar-2 .compare_item_head,
    .compar-1 .prop_value,
    .compar-2 .prop_value,
    .compar-3 .prop_value,
    .compar-4 .prop_value,
    .compar-1 .compare_legend_head, 
    .compar-1 .compare_legend_head_in, 
    .compar-2 .compare_legend_head, 
    .compar-2 .compare_legend_head_in, 
    .compar-3 .compare_legend_head, 
    .compar-3 .compare_legend_head_in,
    .compar-4 .compare_legend_head, 
    .compar-4 .compare_legend_head_in,
    .compar-1 .compare_item_head
    .compar-2 .compare_item_head,
    .compar-3 .compare_item_head,
    .compar-4 .compare_item_head{
        width:100%
    }
    
    .compare_legend_head_in{
       font-weight: bold;
    }
    .prop_value{
        padding-left: 5px;
    }
    .compare_legend_head:empty{
        height:0px;
    }

    #schedule_meeting{
/*        margin-left: 0px;*/
        margin-bottom: 13px
    }
    
    #agent_contact_name, #agent_user_email, #agent_phone {
        width: 100%;
        margin-right: 13px;
        float: left;
    }
    
    .wpestate_estate_property_design_agent #agent_contact_name, 
    .wpestate_estate_property_design_agent #agent_user_email, 
    .wpestate_estate_property_design_agent #agent_phone {
        width: 100%;
    }     

    .comment-form-url, 
    .comment-form-email, 
    .comment-form-author{
        width:100%;
    }
    
    .prop_social_single {
        width: 100%;
        padding-bottom: 10px;
        text-align: left;
        margin: 15px 0px;
        float: left;
        display: inline-block;
    }

    #gmapzoomminus{
        left:15px;
    }
    
    #gmapzoomplus{
        left:15px;
    }
    .with_search_9 #openmap {
        right: auto;
    }
    
    .with_search_7 #openmap,
    #openmap{
        right: auto;
        left: 15px;
    }

    
    .listing_filters_head, 
    .listing_filters{
        border: none;
        float: left;
        height: auto;
    }
    
    .listing_filters_head{
        border-bottom: none!important;
    }
      
   .listing_filter_select{
        border-right: 1px solid #f0f0f0;
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 0px;
    }
    
    .single-title{
     word-break: normal;   
    }
    
    .advanced_search_shortcode .form-control {
        width: 100%;
    }
    
    #advanced_search_shortcode .adv_search_slider{
        width: 100%;
        margin-bottom: 10px;
    }
    
    .post-carusel iframe {
      min-height: 100px;
    }
    .videoitem{
        height: auto;
    }
    
    .caption_control,
    #carousel-listing .carousel-round-indicators,
    .carusel-back, 
    #carousel-listing .carousel-indicators,
    #carousel-indicators-vertical{
        display:none;
    }
    .carouselvertical .carousel-inner{
        padding-right: 0px;
        margin: 0px auto;
    } 
    
    
    #tab_prpg li{
        width:100%;
    }
    
    .carouselvertical {
        height: auto!important;
    }
    
    .vertical-wrapper{
        display:none;   
    }
    .carouselvertical .slider-property-status {
        float: right;
        right: 15px!important;
    }
    
    .carousel-control.right.vertical{
        right: 0px;
    }
    .custom_span_header{
     width:100%;   
    }
    .lightbox_property_wrapper_level2 .owl-controls .owl-buttons div {
        font-size: 45px;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 670px) and (min-width: 420px){ 
    .contact-box {
        display: none;
    }
}

@media only screen and (max-width: 570px){ 
    #primary .widget-container.multiple_currency_widget,
    #primary .widget-container.measurement_unit_widget,
    #colophon .widget-container.multiple_currency_widget,
    #colophon .widget-container.measurement_unit_widget{
        width:100%;
    }
   
    .agent_contanct_form_sidebar #agent_submit {
        margin-bottom: 0px;
    }
    
    #agent_submit {
        margin-bottom: 13px;
        width: 100%;
    }
    
    .message_submit{
        width:100%
    }
    
    .review-date {
        margin-top: 5px;
        position: relative;
        float: left;
    }
    
    .listing-review .property_ratings {
        margin-top: 10px;
        float: left;
        padding-left: 0px;
        width: 100%;
    }
    
    .review-content {
         padding-left: 0px;
    }
    
    .lightbox_property_wrapper_floorplans .owl-carousel .owl-item .item{
        height: 300px;
    }
    
    .yelp_unit {
        width: 100%;
    }
    
    .yelp_unit_distance {
        float: left;
        width: 100%;
        margin: 0px;
    }

    .yelp_unit_name {
        display: block;
        width: 100%;
        float: left;
        margin: 0px;
    }
    
    .yelp_stars {
        float: left;
        right: auto;
        left: 0px;
        margin-bottom: 10px;
    }
    
    .owl-carousel .owl-item .item{
        height: 270px;
    }    
}

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

    
    .dashboard-margin .wpresidence_button#update_profile_developer,
    .dashboard-margin .wpresidence_button.view_public_profile {
        margin-bottom: 10px;
    }
        
    .testimonial-slider-container.container_type_2.slick-slider .slick-next.slick-arrow{
        margin-right: -10px;
    }
    
    .testimonial-slider-container.container_type_2.slick-slider .slick-prev.slick-arrow {
        margin-left: -15px;
    }
    .testimonial-slider-container .slick-next.slick-arrow {
        right: 0px;
    }
    
    .testimonial-slider-container .slick-prev.slick-arrow {
        left: -6px;
    }
    

   
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing-unit-img-wrapper, 
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 > .property_listing.property_unit_type2 .carousel-inner{
        max-width: 100%;
    }
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 > .property_listing.property_unit_type2,
    #google_map_prop_list_sidebar .listing_wrapper.property_unit_type2.col-md-12,
    #google_map_prop_list_sidebar .listing_wrapper.property_unit_type1.col-md-12,
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12{
        width:100%;
        padding: 0px;
    }
    
    .term_bar_item {
        width: 100%;
    }
    .google_map_poi_marker {
        top: 120px;
    }
    
    .control_tax_sh{
        width:100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .owl-carousel .owl-item .item{
        height: 300px;
    }   
    
    .blogs_wrapper {
        margin:0px;
    }
    
    .blogs_wrapper .shortcode_title{
        padding-left:0px;
    }
    
    .wpestate_estate_property_design_related_listings .mylistings {
        margin-left: 0;
        margin-right: 0;
        display: block;
    }

    .agent_listings_title_similar{
        padding-left:0px;
    }
    
    .page-template-agents_list #listing_ajax_container_agent, 
    #listing_ajax_container,
    .agency_unit_list_wrapper{
        margin: 0px
    }
    .nothing {
        padding-left: 0px;
    }
    
    .slider_prop_wrapper{
        padding: 0px;
    }
 
    .blog-unit-wrapper {
        padding: 0px ;
    }
    .featured_property_type3 .item {
        min-height: 215px;
    }
    .featured_property_type3 .item {
        border-radius: 0px;
    }
    
    .listing_wrapper.col-md-12 .listing-unit-img-wrapper, 
    .listing_wrapper.col-md-12 > .property_listing .carousel-inner {
        min-height: 150px;
    }
    .has_4per_row.listing_wrapper.col-md-12 .property_listing .listing_unit_price_wrapper, 
    .has_4per_row.listing_wrapper.col-md-12 .property_listing h4 {
        padding-left: 20px;
        float:left;
    }
    .col-md-12.listing_wrapper.property_unit_type1{
        padding-left: 0px;
        padding-right: 0px; 
        margin: 0px;
    }
    .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .property_agent_wrapper {
        padding-left: 0px;
    }
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 > .property_listing.property_unit_type2 {
        float: left;
        margin-bottom: 15px;
    }
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type2 .property_agent_wrapper {
        margin-left: 0px;
    }
    .admin-bar.has_top_bar .has_header_type2 #google_map_prop_list_wrapper, 
    .admin-bar.has_top_bar .has_header_type2 #google_map_prop_list_sidebar{
        margin-top: 15px;
    }

    .listing_wrapper.col-md-12 .property_listing.property_unit_type1.property_listing h4 {
        margin-left: 0px;
    }
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_unit_type1.property_listing h4 {
        margin-left: 0px;
    }
    .listing_wrapper.col-md-12 .property_address_type1_wrapper, 
    .listing_wrapper.col-md-12 .property_categories_type1_wrapper, 
    .listing_wrapper.col-md-12 .property_details_type1_wrapper,
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_categories_type1_wrapper, 
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_details_type1_wrapper{
        float: left;
        margin-left: 0px;
        width: 100%;
    }
    .listing_wrapper.col-md-12 .property_listing.property_unit_type1 .property_location {
            float: left;
            margin-left: 0px;
            left: 0px;
            right: 0px;
            padding: 0px 20px;
    }
    .listing_wrapper.col-md-12 .property_listing.property_unit_type1 .listing-unit-img-wrapper, 
    .listing_wrapper.col-md-12  > .property_listing.property_unit_type1 .carousel-inner{
        width:auto;
    }
    
    .fancybox-opened {
        position: fixed!important;
    }

    .featured_property_type4 .featured_prop_price, .featured_property_type4 .featured_prop_label {
        right: auto;
        top: 15px;
    }
    .featured_property_type4 .featured_prop_price .price_label {
        width: 70px;
        margin-left: -35px;
    }
    
    .has_4per_row.listing_wrapper.col-md-12 > .property_listing .listing-unit-img-wrapper {
        max-width: 525px;
    }
    
    #google_map_prop_list_wrapper.half_no_top_bar, 
    #google_map_prop_list_sidebar.half_no_top_bar {
        margin-top: 0px;
    }
    
    .admin-bar.has_top_bar .has_header_type1 #google_map_prop_list_wrapper, 
    .admin-bar.has_top_bar .has_header_type1 #google_map_prop_list_sidebar {
        margin-top: 6px;
    }
    
    .admin-bar .has_header_type1 #google_map_prop_list_wrapper, 
    .admin-bar .has_header_type1 #google_map_prop_list_sidebar {
        margin-top: 5px;
    }
    
    .admin-bar .has_header_type2 #google_map_prop_list_wrapper, 
    .admin-bar .has_header_type2 #google_map_prop_list_sidebar {
        top: 0px;
        margin-top: 0px;
    }
    
    .has_top_bar .has_header_type1 #google_map_prop_list_wrapper, 
    .has_top_bar .has_header_type1 #google_map_prop_list_sidebar {
        margin-top: 6px;
    }
    
    .has_top_bar .has_header_type2 #google_map_prop_list_wrapper, 
    .has_top_bar .has_header_type2 #google_map_prop_list_sidebar {
        margin-top: 15px;
    } 
    
    .admin-bar .has_header_type3 #google_map_prop_list_wrapper, 
    .admin-bar .has_header_type3 #google_map_prop_list_sidebar {
        top: 0px;
        margin-top: 0px;
    }
    
    .has_top_bar .has_header_type3 #google_map_prop_list_wrapper, 
    .has_top_bar .has_header_type3 #google_map_prop_list_sidebar {
        padding-top: 0px;
        margin-top: auto;
        top: 0px;
    }
    
    .admin-bar.has_top_bar .has_header_type3 #google_map_prop_list_wrapper, 
    .admin-bar.has_top_bar .has_header_type3 #google_map_prop_list_sidebar {
        margin-top: 0px;
    }
   
    .admin-bar.has_top_bar .has_header_type4 .header_media {
        padding-top: 104px;
    }
    
    .has_header_type4 #google_map_prop_list_wrapper, 
    .has_header_type4 #google_map_prop_list_sidebar {
        margin-top: 0px;
    }

    .has_top_bar .has_header_type4 .header_media, 
    .has_top_bar .has_header_type1 .header_media {
        padding-top: 105px;
    }
    
    #google_map_prop_list_sidebar .col-md-6.listing_wrapper{
        width: 100%;
        padding: 0px;
    }
    
    .col-md-6.has_prop_slider.listing_wrapper {
/*        margin: 0px 13px;*/
    }
    
    .has_4per_row.listing_wrapper.col-md-12 .property_location {
        left: 20px;
        right: 20px;
        padding:13px 0px;
        margin:0px;
    }
    
    .listing_wrapper.col-md-12 {
        padding-left: 0px;
        padding-right: 0px;
    }

    #primary {
        padding: 0px 13px;
    }
    
    .col-md-push-3.rightmargin .listing_wrapper.col-md-12 {
        margin: 0px;
/*        padding: 13px;*/
    }
        
    .featured_property.featured_property_type3 .featured_img {
        width: 100%;
        float: none;
        left: 0px;
        position: relative;
    }
    .featured_property.featured_property_type3{
        min-height: 500px;
    }
    
    .featured_property.featured_property_type3 .featured_secondline {
        width: 100%;
        position: relative;
    }

    .propery_listing_main_image {
        height: 300px;
    }
    
    .carousel-indicators-wrapper-header-prop{
        display:none;
    }
    
    .testimonial-container.type_class_2 .testimonial-text,
    .testimonial-container.type_class_2 .testimonial-author-line{
        float:none;
    }
    
    .testimonial-container.type_class_1 {
        padding: 0px 20px;
    }
    
    .testimonial-text{
        float: left;
        width: 100%;
        margin: 15px 0px 0px 0px;
    }
    
    .testimonial-text:before {
        content: " ";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #f0f0f0;
        top: -20px;
        left: 10px;
        position: absolute;
    }
    
    .testimonial-text:after {
        content: " ";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fdfdfd;
        top: -20px;
        left: 10px;
        position: absolute;
    }

    .testimonial-author-line{
       float: left;
       margin: 5px 0px 0px 0px; 
    }
   
    .prop_pricex{
        border-top: none;
    }
    
    #inforoom,
    #infosize,
    #infobath{
        display: none;
    }
    
    .info_details{
        width: 230px;
        height: 200px;
        margin-top: -258px;
    }
    .info_details.price_infobox{
        margin-top: -237px;
    }
    
    .contact_info_details{
        left: -24px;
        margin-top: -60px;
    }
    
    .carousel-control-theme-next,
    .carousel-control-theme-prev{
        height:50px;
    }
    
    .slider-content .fa{
       padding: 0px 15px;
    }
    
    .carousel-control-theme-next{
        bottom:60px;
        top:auto; 
    }
    
    .carousel-control-theme-prev{
        bottom:10px;
        top:auto;
    }
    
    #advanced_submit_2, 
    #advanced_submit_2_mobile, 
    #showinpage_mobile {
        width: 100%;
        margin-bottom: 12px;
    }
    
    .price_area{
        float: left;
        width: 100%;
    }
    
    .notice_area{
        height: 200px;   
    }
    
    #add_favorites{
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
        padding: 10px;
        right: auto!important;
    }
    
    #add_favorites:hover{
        padding:10px;
    }
    
    .prop_social{
        position: relative;
        top: auto;
        float: left;
        width: 100%;
        display: inline;
        margin-top: 20px;
        right: auto!important;
    }
    
    .entry-prop{
        width:100%;
        float:left;
        max-width: 100%;
    }
    
    .price_area{
        padding-top:0px;
    }

    
    .meta-element{
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
    
    .meta-separator{
        display:none;
    }
    
    .prop_social_single a:first-child{
        margin-left:0px
    }
     
    .featured_property h2 a, 
    .featured_property h2,
    .featured_property .sale_line{
        width: 100%;
        position: relative;
        right: auto;
        font-size: 15px;
    }
    
    .featured_property .featured_prop_price,
    .featured_property .featured_prop_label{
        float:left;
        width:auto;
        display:inline;
        position:relative;
        right:auto; 
        top: 5px;
        font-size: 15px;
    }
 
    .featured_prop_price .price_label {
        position: relative;
        right: 0px;
        top: auto;
        color: #3C90BE;
        margin-top: 0px;
    }
    
    .featured_secondline{
        height:auto;
        float:left;
    }
    
 
    .featured_property_type3.featured_property h2 a {
        font-size: 18px;
    }
    
    .featured_property_type3.featured_property h2 {
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 22px;
    }
    
    .featured_property.featured_property_type3 .featured_secondline .listing_details {
        padding: 0px 30px;
        margin: 15px 0px 0px 0px;
    }
    
    .featured_property.featured_property_type3 .featured_secondline .featured_prop_price {
        padding: 0px 30px;
        margin-top: 5px;
    }
    
    .featured_property.featured_property_type3 .featured_secondline .property_listing_details {
        padding: 0px 30px;
        line-height: 60px;
        position: relative;
    }
    
    .featured_property.featured_property_type3 .featured_secondline .property_listing_details:before {
        right: 30px;
        left: 30px;
    }
    
    .featured_property.featured_property_type3 .featured_secondline .property_listing_details .inforoom {
        margin-right: 15px;
    }
    .featured_property.featured_property_type3 .featured_secondline .property_listing_details .infobath {
        margin-right: 15px;
    }
    
    .featured_property.featured_property_type3 .featured_secondline .property_listing_details .infosize {
        margin-right: 10px;
    }
    
    .featured_property.featured_property_type3 .featured_secondline .listing_actions {
        padding: 22px 22px 22px 22px;
        margin-top: 0px;
    }

    .lower_street {
        top:105px!important;
    }
    
    #google_map_prop_list_sidebar #listing_ajax_container {
        padding: 15px;
    }
   
   
    .has_4per_row.listing_wrapper.col-md-12 .property_listing.property_unit_type2 .listing_unit_price_wrapper {
        padding-left: 30px;
    }
    
  
    .article_container .listing_wrapper,
    .listing_wrapper.shortcode-col{
        padding: 0px;
    }
    
    .article_container  .blog-unit-wrapper{
        padding: 0px;
    }
    .listing_wrapper.col-md-12 .property_listing.property_listing_custom_design,
    #google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_listing_custom_design, 
    .col-md-9.rightmargin .listing_wrapper.col-md-12 .property_listing.property_listing_custom_design, 
    .col-md-9.col-md-push-3.rightmargin .listing_wrapper.col-md-12 .property_listing.property_listing_custom_design{
        padding-left:0px;
    }
    
    .wrap_custom_image {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        max-width: 100%!important;
        height: 100%;
        overflow: hidden;
        background: #f7f7f7;
    }   
    .slider_container  .listing_wrapper.shortcode-col{
        padding: 0px 13px;
        min-width: 307px;
    }
   
    .shortcode_slider_list .listing_wrapper{
        float:left;
    }
    
    .blog_list_wrapper {
        margin: 0px auto;
    }
    
    #prop_name{
        width:100%;
    }
    
    #search_form_submit_1{
        margin-left: 0px;
        color: #fff;
        padding: 11px 26px;
        margin-top: 15px;
        float: left
    }
 
 
    #slider_price_sh {
        margin-bottom: -5px;
        display: inline-grid;
        width: 100%;
        box-sizing: border-box;
        float: left;
        margin: 0px;
        margin-top: 5px;
        margin-left: 8px;
    }
    
    .adv_search_sh label{
        line-height: 7px;
    }
    .property_listing.places_listing{
        min-height: 415px;
    }

    .wpb_wrapper .article_container .listing_wrapper{
        padding: 0px;
    }
    .wpb_wrapper .slider_container .listing_wrapper.shortcode-col,
    .article_container .listing_wrapper, .listing_wrapper.shortcode-col {
        padding: 0px 13px; 
        min-width: 100%;
    }
    
    .featured_property_type2 .agent_face {
        height: 45px;
        width: 45px;
    }
    
    .featured_property_type2 .featured_prop_price {
        left: 65px;
        font-size: 13px;
        line-height: 1.3em;
        bottom: 12px;
        top: auto;
    }
    
    .featured_property_type2 .sale_line {
        left: 65px;
        bottom: 12px;
        font-size: 13px;
        line-height: 1.3em;
    }

    .featured_property_type2 .price_label:not(.price_label_before) {
        font-size: 13px;
        left: 65px!important;
    }
    
    .featured_property_type2 h2 a, .featured_property_type2 h2 {
        font-size: 15px;
        line-height: 1.5em;
        left: 32px;
        bottom: 24px;
        position: absolute;
    }
    .featured_property_type2 .price_label_before{
        line-height: 1.3em;
        font-size: 13px;
    }
    .fancybox-opened {
        z-index: 8030;
        top: 50%!important;
        margin-top: -165px!important;
    }
    .listing_wrapper.col-md-12 .listing_details.the_list_view{
        display:none!important;
    }
    .listing_wrapper.col-md-12 .listing_details.half_map_list_view{
        display: block;
    }
    
    .pagination {
        margin: 0px 13px;
    }
    
    .admin-bar .has_header_type4 .header_media {
        margin-top: 71px;
    }
    #listing_ajax_container_agent.estate_agent{
        margin: 0px;
    }
    
    .page-template-user_dashboard_favorite .listing_wrapper.property_unit_type4,
    .page-template-user_dashboard_favorite .listing_wrapper.property_unit_type3 {
        width: 100%;
        margin: 0px auto;      
    }
    
    .page-template-user_dashboard_favorite .property_listing.property_unit_type3 {
        margin-right: 0px;
    }
   
}

@media only screen and (max-width:430px){
    
    #update_profile {
        margin-bottom: 10px;
    }
    
    .contactformwrapper {
        bottom: 10px;
    }
    .contactformwrapper:before{
        display: none;
    }

    .lightbox_property_wrapper_floorplans .owl-carousel .owl-item .item{
        height: auto;
    }
    
    .pack_description_details {
        font-size: 15px;
        height: 60px;
        width: 135px;
        padding: 7px 7px;
    }
    .package_label {
        font-size: 12px;
}
    .pack-listing {
        height: 200px;
        width: 140px;
        padding: 5px 5px;
    }
    .buypackage {
        min-height: 65px;
        font-size: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .pack-listing-title,
    .pack-listing-period{
        font-size: 12px;
        line-height: 1.2em;
    }
    .submit-price {
        font-size: 12px;
    }
    .pack-unit h4{
        font-size: 20px;
    }
    .pack-name {
        padding: 17px 0px 0px 13px;
    }
    
}

@media only screen and (max-width:360px){ 
    
    .dashboard-margin .wpresidence_button#update_profile_developer, 
    .dashboard-margin .wpresidence_button.view_public_profile {
        margin-top: 10px;
    }
    
    .rating_legend {
        display: block;
    }
    #schedule_meeting{
        margin-left: 0px;  
    }
    
    #floor_submit {
        margin-left: 0px;
        margin-top: 10px;
    }

    #google_map_prop_list_wrapper #google-default-search,
    #google-default-search {
        float: right;
        top: 46px!important;
        right: 15px;
        left: auto;
        border-radius: 0px;
    }
    
    .slider-property-status{
        display:none;
    }
    
    #google_map_prop_list_sidebar .extended_search_checker {
        width: 100%;
    }


    #form_submit_1{
        width:100%;
    }

    .blog_unit_meta .read_more {
        width: 100%;
        margin-top: 10px;
    }
    
    .span_widemeta{
        width: 100%;
        float: left;
    }
    
    .blog_unit_meta .fa-calendar-o, 
    .blog_unit_meta .fa-comment-o {
        margin-left: 0px;
    }
    
    .property_listing {
        min-width: 200px;    
    }
    
    .page-template-user_dashboard_favorite .property_listing.property_unit_type3 {
        margin-right: 0px;
    }
}


@media screen and (max-width: 366px) , screen and (max-height: 780px){
      .user_dashboard_links a {
        padding: 14px 13px;
    }
    
}
/*! /wp-content/themes/wpresidence/css/fontawesome/css/font-awesome.min.css */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(/wp-content/themes/wpresidence/css/fontawesome/css/../fonts/fontawesome-webfont.eot?v=4.7.0);src:url('/wp-content/themes/wpresidence/css/fontawesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url(/wp-content/themes/wpresidence/css/fontawesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(/wp-content/themes/wpresidence/css/fontawesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(/wp-content/themes/wpresidence/css/fontawesome/css/../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url('/wp-content/themes/wpresidence/css/fontawesome/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/*! /wp-content/themes/wpresidence/css/jquery-ui.min.css */
/*! jQuery UI - v1.10.2 - 2013-04-15
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin-top:2px;padding:.5em .5em .5em .7em;min-height:0}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-noicons{padding-left:.7em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:0}.ui-menu .ui-menu{margin-top:-3px;position:absolute}.ui-menu .ui-menu-item{margin:0;padding:0;width:100%}.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:400}.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active{font-weight:400;margin:-1px}.ui-menu .ui-state-disabled{font-weight:400;margin:.4em 0 .2em;line-height:1.5}.ui-menu .ui-state-disabled a{cursor:default}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em}.ui-menu .ui-menu-icon{position:static;float:right}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,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);height:100%;filter:alpha(opacity=25);opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:0;background:0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:0;border-bottom:0;border-right:0}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav li a{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-tabs-loading a{cursor:text}.ui-tabs .ui-tabs-nav li a,.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#eee url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkEAAAAAAy19n/AAAAAmJLR0T//xSrMc0AAAAJcEhZcwAAAEgAAABIAEbJaz4AAABYSURBVBjTxcK9DUBAAIDRjxk0dBQaE4gR7KFVM4rEDBIjEKVV7s79OZ0teHk8FR/NCAehJ6TcK3eD3/EtbsPV2AVbYmZMgh7RMdfAFaEmVIE8kR0yR4gfv1IulNTJHsTLAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDEzLTA1LTA1VDE5OjU1OjE1LTA3OjAwXyraJgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxMy0wNS0wNVQxOTo1NToxNS0wNzowMC53YpoAAAAASUVORK5CYII=) 50% top repeat-x;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #e78f08;background:#f6a828 url(/wp-content/themes/wpresidence/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;color:#fff;font-weight:bold}.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #ccc;background:#f6f6f6 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQEAAAAAAao4lEAAAAAmJLR0T//xSrMc0AAAAJcEhZcwAAAEgAAABIAEbJaz4AAABISURBVDjLY/g1mWEUjSKqo2/fGL5LMXzPYfh+nOGHFsOPBQw/xRh+TmX4JcLwq4vhNwPD71yG3xcZ/igx/Ilk+JM0ikYRMQgA8pJH3iOhTlAAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTMtMDUtMDVUMTk6NTU6MTUtMDc6MDBfKtomAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDEzLTA1LTA1VDE5OjU1OjE1LTA3OjAwLndimgAAAABJRU5ErkJggg==) 50% 50% repeat-x;font-weight:bold;color:#1c94c4}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#1c94c4;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #fbcb09;background:#fdf5ce url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQEAIAAACwqkHPAAAABmJLR0T///////8JWPfcAAAACXBIWXMAAABIAAAASABGyWs+AAAAmklEQVRIx+3PPwsBARgH4N/7s0gmXZSuKMvNdl/AV2A1X1ltzBaf5UazEp3RpKujFMV0uT/dy6cQwzs98wPdZVk8IwAAhmEYxrdBWSZJGFKq4smGaGDENeFgwgfREp8d6Ph1OEZEWxaVOXSVRieHcGXJALrNnvEQes6nlz20yO9Xl9IUn128e0VwS4k6BvQIoob+X6QNwzB+yAca/jJVRVy4gQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxMy0wNS0wNVQxOTo1NToxNS0wNzowMF8q2iYAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTMtMDUtMDVUMTk6NTU6MTUtMDc6MDAud2KaAAAAAElFTkSuQmCC) 50% 50% repeat-x;font-weight:bold;color:#c77405}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#c77405;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #fbd850;background:#fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQCAYAAABvWArbAAAAMElEQVQ4je3LIQ4AIBTD0O3f/8wrFgmKhMy8pKJKwkhSKeVbbGuAPU9f4PIopTxgAeS0DRtI4yK0AAAAAElFTkSuQmCC) 50% 50% repeat-x;font-weight:bold;color:#eb8f00}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#eb8f00;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fed22f;background:#ffe45c url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkEAIAAACY3hF0AAAABmJLR0T///////8JWPfcAAAACXBIWXMAAABIAAAASABGyWs+AAAAhklEQVQoz+WQMQrCUBBEH1NaCzaxTc7iHcwhcoiktP6kS8BK8BIWHkYQrM1mLD5Bb6Bg9Xg7syws9mNztADgj3CjFbifk4A+0od1UWDfr2kloJkGgZsYBdRTKfB+qgTOtgzrqHJWCtg9T++9pdnEIHAb22yjwPk6XRQCzvNa4IsP3//ST+MF5uU/iXGyfBoAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTMtMDUtMDVUMTk6NTU6MTUtMDc6MDBfKtomAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDEzLTA1LTA1VDE5OjU1OjE1LTA3OjAwLndimgAAAABJRU5ErkJggg==) 50% top repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#b81900 url(/wp-content/themes/wpresidence/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(/wp-content/themes/wpresidence/css/images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(/wp-content/themes/wpresidence/css/images/ui-icons_ffffff_256x240.png)}.ui-state-default .ui-icon{background-image:url(data:image/png;base64,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)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(data:image/png;base64,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)}.ui-state-active .ui-icon{background-image:url(data:image/png;base64,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)}.ui-state-highlight .ui-icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAABDlBMVEUijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEijvEzfqCuAAAAWXRSTlMAGRAzBAhQv4KZLyJVcUBmYBoTMswNITwWQkhLIB5aIycxUyyFNIeAw2rIz8Y4RRy8uL58q7WljKqorR+yKf0BnlEk7woGAgOPomKUSqCvbd+cR2M/b3+RaPlAXvEAAAABYktHRACIBR1IAAAACXBIWXMAAABIAAAASABGyWs+AAAPZElEQVR42u1dC2PbthEGyUiq6ZiSXblLE6ex1mTO5iXZq+u6ro3abG26pOkSd13v//+RAXzhcIeHWMoUbeOTLesIEMB9PIB3ACgLERERMQIkkOy6CTvWH0bOQO/mJeDXP8EMqMzDEkIsEBRMAmh7jHSVmuAjAKwC8FRAzi8/DmoS1AI5AQltj5FOryAjgJ7OK2CZkwEZYO23q+BJ5wwKkttfui1z4s20VTAL5k2kF5hbiPcKcwvwNGB4C7CTwproI4CdDcxEPKUTExx+DNiAj0u9C9AuNPxdYOe46Y5QRERERERExIhx6Z7gjv2ghEVrQJ33hJ5BsxsBfsIq8M0HsAkhWfqglFgawAhgGWh2M1xMWAWUAE90qUofMhhi7be32JNsmVFJPKeLwBQglAQMNh3ALVjYbNaI1jaYD0jM0nw9atcWYEXiaXH/+QDeQ3Y6BoRx3e8CERERERERERG7Qz/HP+iaBsvvHXj0LAD4cip0yN27fXw7AGtQoDTwH+HqkWTgWczTwZVmr8DbAEuqv35bCT6CWDorjGnAqwOSCI7EhlFWHjkBXIkb1M/DZQgRwCeAwK9B+HRPFlPBOjeZ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)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(data:image/png;base64,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)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#666 url(/wp-content/themes/wpresidence/css/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;opacity:.5;filter:Alpha(Opacity=50)}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkAQAAAADcH0/XAAAAAmJLR0QAAd2KE6QAAAAJcEhZcwAAAEgAAABIAEbJaz4AAAAPSURBVCjPY2AYBaOA+gAAAlgAAXU2hncAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTMtMDUtMDVUMTk6NTU6MTYtMDc6MDBuwsC7AAAAJXRFWHRkYXRlOm1vZGlmeQAyMDEzLTA1LTA1VDE5OjU1OjE2LTA3OjAwH594BwAAAABJRU5ErkJggg==) 50% 50% repeat-x;opacity:.2;filter:Alpha(Opacity=20);border-radius:5px}
/*! /wp-content/tablepress-combined.min.css */
@font-face{font-family:TablePress;src:url(//www.perfection.la-solution-immo.com/wp-content/plugins/tablepress/css/tablepress.eot);src:url(//www.perfection.la-solution-immo.com/wp-content/plugins/tablepress/css/tablepress.eot?#ie) format('embedded-opentype'),url(data:application/x-font-woff;base64,d09GRgABAAAAAAXYAAwAAAAACXwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABHAAAABwAAAAcZInHOk9TLzIAAAE4AAAAPgAAAGB7NXPDY21hcAAAAXgAAABMAAABUvD45QVnYXNwAAABxAAAAAgAAAAIAAAAEGdseWYAAAHMAAABKQAAAgjYVHFyaGVhZAAAAvgAAAAvAAAANv2jaBNoaGVhAAADKAAAAB0AAAAkCk0F6GhtdHgAAANIAAAAIAAAACgoAADqbG9jYQAAA2gAAAAWAAAAFgJWAbxtYXhwAAADgAAAAB0AAAAgAE4AH25hbWUAAAOgAAAB3AAAA43ZugaUcG9zdAAABXwAAABZAAAAgeNVfAkAAAABAAAAAMwXcmMAAAAAy1XFoAAAAADNHI82eJxjYGbexjiBgZWBhaWHxZiBgaENQjMVM0SB+ThBQWVRMYPDh+APd9gY/gP5bAyMykCKEUmJAgMjAC56Ct8AAHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwMDB9CPtz6cOf/fyAr+MN1EIt/A78evy5UFxgwsjHAuYxAPSB9KICRYdgDAL67D8kAAQAB//8AD3icXU/NTsJAEJ5ZFggxxmCbkiwHAzLTowlu4ejeyxPwCOBR7r3rE/geeubuG3i3TyGts12MtT18ndnd7w8QsvpdX/Q/IAboI9s1rpY3mMTDkcAVDuaqPD0RqRfaU05UGSxJhj2p5wDNUplqyjsZQT6EQ/2mc9GcyBIPReQOObPrkccHMZhgonMS3R1tiLCsDNFm8bgQF3W06ekgqqnN5Aa//D9nlrOgDeg09Aq4lK3RTiX16n621BBVLrIe2PQK09s2c4THyPIvF4TrAndwO5uHvhPUwOa7MNw8FsCtZfZDJBKB66BQhW58cRwHW09OVMEtI+3aOhEHX+E63crM2dh6X+WazMFLvf6F57OvAqiPGvo+87Tb+LrT4X9/7lT6bKXs9vsByDlkyAAAAHicY2BkYGAA4mO9Sxji+W2+MnCzM4DAWZl+bwT9fyuLN+tpIJeDgQkkCgAbqgoOAHicY2BkYGBj+HeXgYGdAQRYvBkYGVABFwA+hgJEAAAAeJxjZ4AAdiBmaWAwBeJSFhAbiJkaGByAGMwGADa+AxEAAAAAAAAAAAAqAFgAdgCUALIA0AEEAAB4nGNgZGBg4GKQYWBiAAEQycgAEnMA8xkABjEAbgAAAHicjZJBaxNBFMf/u0mbJoig5KC3QcRblt2tFCm9lEp701iKIHiZJLPJ0mSnzE5S8h38BB79Nn4ab94E/zN9JVB7MCEzv/3Pm/f+720ADPEbCe4/qXCCAV4Kp+jhrXAHGb4Ld/Ecv4T38Cx5I7yPQfJBuIdPyR/hAzxJa+E+Buk3Zku6fal8xwn9dIRTPMVr4Q6+4kS4S/Wn8B5eJanwPobJO+EefiRfhA/wIv0o3Mcw3YRyV9CYYAmDMRzXll9c6cnSjJ1pyZcU51gzRDMAl2a+XmrCOSwa+Lg7RhgolJxKzv2Yv8cSqwfZ7iILHGHEdcT7OfdDJreNP7dublSZ5epY7QwpMUCxOBoVozIvDh/v4mEx/JsE+MwQx+A6dhO8hA7y2EvwUjLEuLa2jSqyPFcsV/7H0MbxUFMOYwkhVSykODAb10U8OePTDbY8qel0QV3FO1PSvaUqDnh3p5LBB8WxxozqKnZ4TU1T9THfhJ3vsjTcw9M02s1ocWl0a5QzlXHKW+UXRp3Zm62r5wuvWjP1oenKunhS8YUo7/TMrLS7Vtp7V0/WMaSxvp6aNoP8FYKzU9zGOpbOTHidzqvTW9PaFZ/e0+QmtnJBatjAlqLeGHWhm9kWfwGPR6C4eJxjYGIAg/9VDFEM2AAXEDMyMDEyMTIzsjCyMrIxsjNy8CRnpJYV5efF56SmlfDCOEWZ6RklXMmJRakl8Sn55XkcEGZpAVQMpJgbwgQrZSnOLyoBACnGHqgAAAA=) format('woff'),url(//www.perfection.la-solution-immo.com/wp-content/plugins/tablepress/css/tablepress.ttf) format('truetype'),url(//www.perfection.la-solution-immo.com/wp-content/plugins/tablepress/css/tablepress.svg#TablePress) format('svg');font-weight:400;font-style:normal}.tablepress-table-description{clear:both;display:block}.tablepress{border-collapse:collapse;border-spacing:0;width:100%;margin-bottom:1em;border:none}.tablepress td,.tablepress th{padding:8px;border:none;background:0 0;text-align:left;float:none!important}.tablepress tbody td{vertical-align:top}.tablepress tbody td,.tablepress tfoot th{border-top:1px solid #ddd}.tablepress tbody tr:first-child td{border-top:0}.tablepress thead th{border-bottom:1px solid #ddd}.tablepress tfoot th,.tablepress thead th{background-color:#d9edf7;font-weight:700;vertical-align:middle}.tablepress .odd td{background-color:#f9f9f9}.tablepress .even td{background-color:#fff}.tablepress .row-hover tr:hover td{background-color:#f3f3f3}.tablepress img{margin:0;padding:0;border:none;max-width:none}.dataTables_wrapper{clear:both;margin-bottom:1em}.dataTables_wrapper .tablepress{clear:both;margin:0!important}.dataTables_length{float:left;white-space:nowrap}.dataTables_filter{float:right;white-space:nowrap}.dataTables_wrapper .dataTables_filter input{margin-left:.5em}.dataTables_info{clear:both;float:left;margin:4px 0 0}.dataTables_paginate{float:right;margin:4px 0 0}.dataTables_paginate a{color:#111!important;display:inline-block;outline:0;position:relative;text-decoration:underline;margin:0 5px}.dataTables_paginate a:first-child{margin-left:0}.dataTables_paginate a:last-child{margin-right:0}.paginate_button:hover{cursor:pointer;text-decoration:none}.paginate_button.disabled{color:#999!important;text-decoration:none;cursor:default}.paginate_button.current{font-weight:700;text-decoration:none;cursor:default}.dataTables_paginate.paging_simple{padding:0 15px}.paging_simple .paginate_button.next:after,.paging_simple .paginate_button.previous:before{text-align:left;font-family:TablePress;font-size:14px;font-weight:700;-webkit-font-smoothing:antialiased;content:"\f053";text-shadow:.1em .1em #666;position:absolute;top:0;right:auto;bottom:0;left:-14px;margin:auto;height:14px;width:14px;line-height:1}.paging_simple .paginate_button.next:after{text-align:right;content:"\f054";left:auto}.paginate_button:after,.paginate_button:before{color:#d9edf7}.paginate_button:hover:after,.paginate_button:hover:before{color:#049cdb}.paginate_button.disabled:after,.paginate_button.disabled:before{color:#f9f9f9}.dataTables_processing{display:none}.dataTables_scroll{clear:both}.dataTables_scrollBody{-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing{height:0;overflow:hidden;margin:0!important;padding:0!important}.tablepress .sorting,.tablepress .sorting_asc,.tablepress .sorting_desc{position:relative;padding-right:20px;cursor:pointer;outline:0}.tablepress .sorting:after,.tablepress .sorting_asc:after,.tablepress .sorting_desc:after{font-family:TablePress;font-weight:400;font-size:14px;-webkit-font-smoothing:antialiased;position:absolute;top:0;bottom:0;left:auto;right:6px;margin:auto;height:14px;line-height:1}.tablepress .sorting:after{content:"\f0dc"}.tablepress .sorting_asc:after{content:"\f0d8";padding:0 0 2px}.tablepress .sorting_desc:after{content:"\f0d7"}.tablepress .sorting:hover,.tablepress .sorting_asc,.tablepress .sorting_desc{background-color:#049cdb}.dataTables_scrollBody .tablepress thead th:after{content:""}.dataTables_wrapper:after{content:"";display:block;clear:both;visibility:hidden;line-height:0;height:0}.dataTables_wrapper label input,.dataTables_wrapper label select{display:inline;margin:2px;width:auto}
.tablepress thead th{background-color:#E0C67F;color:#FFF;font-weight:700;vertical-align:middle}
/*! /wp-content/uploads/smile_fonts/Defaults/Defaults.css */
@font-face {font-family: 'Defaults';src:url(/wp-content/uploads/smile_fonts/Defaults/Defaults.eot?rfa9z8);src:url('/wp-content/uploads/smile_fonts/Defaults/Defaults.eot?#iefixrfa9z8') format('embedded-opentype'),url(/wp-content/uploads/smile_fonts/Defaults/Defaults.woff?rfa9z8) format('woff'),url(/wp-content/uploads/smile_fonts/Defaults/Defaults.ttf?rfa9z8) format('truetype'),url('/wp-content/uploads/smile_fonts/Defaults/Defaults.svg?rfa9z8#Defaults') format('svg');font-weight: normal;font-style: normal;}[class^="Defaults-"], [class*=" Defaults-"] {font-family: 'Defaults';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.Defaults-glass:before {content: "\f000";}.Defaults-music:before {content: "\f001";}.Defaults-search:before {content: "\f002";}.Defaults-envelope-o:before {content: "\f003";}.Defaults-heart:before {content: "\f004";}.Defaults-star:before {content: "\f005";}.Defaults-star-o:before {content: "\f006";}.Defaults-user:before {content: "\f007";}.Defaults-film:before {content: "\f008";}.Defaults-th-large:before {content: "\f009";}.Defaults-th:before {content: "\f00a";}.Defaults-th-list:before {content: "\f00b";}.Defaults-check:before {content: "\f00c";}.Defaults-close:before {content: "\f00d";}.Defaults-remove:before {content: "\f00d";}.Defaults-times:before {content: "\f00d";}.Defaults-search-plus:before {content: "\f00e";}.Defaults-search-minus:before {content: "\f010";}.Defaults-power-off:before {content: "\f011";}.Defaults-signal:before {content: "\f012";}.Defaults-cog:before {content: "\f013";}.Defaults-gear:before {content: "\f013";}.Defaults-trash-o:before {content: "\f014";}.Defaults-home:before {content: "\f015";}.Defaults-file-o:before {content: "\f016";}.Defaults-clock-o:before {content: "\f017";}.Defaults-road:before {content: "\f018";}.Defaults-download:before {content: "\f019";}.Defaults-arrow-circle-o-down:before {content: "\f01a";}.Defaults-arrow-circle-o-up:before {content: "\f01b";}.Defaults-inbox:before {content: "\f01c";}.Defaults-play-circle-o:before {content: "\f01d";}.Defaults-repeat:before {content: "\f01e";}.Defaults-rotate-right:before {content: "\f01e";}.Defaults-refresh:before {content: "\f021";}.Defaults-list-alt:before {content: "\f022";}.Defaults-lock:before {content: "\f023";}.Defaults-flag:before {content: "\f024";}.Defaults-headphones:before {content: "\f025";}.Defaults-volume-off:before {content: "\f026";}.Defaults-volume-down:before {content: "\f027";}.Defaults-volume-up:before {content: "\f028";}.Defaults-qrcode:before {content: "\f029";}.Defaults-barcode:before {content: "\f02a";}.Defaults-tag:before {content: "\f02b";}.Defaults-tags:before {content: "\f02c";}.Defaults-book:before {content: "\f02d";}.Defaults-bookmark:before {content: "\f02e";}.Defaults-print:before {content: "\f02f";}.Defaults-camera:before {content: "\f030";}.Defaults-font:before {content: "\f031";}.Defaults-bold:before {content: "\f032";}.Defaults-italic:before {content: "\f033";}.Defaults-text-height:before {content: "\f034";}.Defaults-text-width:before {content: "\f035";}.Defaults-align-left:before {content: "\f036";}.Defaults-align-center:before {content: "\f037";}.Defaults-align-right:before {content: "\f038";}.Defaults-align-justify:before {content: "\f039";}.Defaults-list:before {content: "\f03a";}.Defaults-dedent:before {content: "\f03b";}.Defaults-outdent:before {content: "\f03b";}.Defaults-indent:before {content: "\f03c";}.Defaults-video-camera:before {content: "\f03d";}.Defaults-image:before {content: "\f03e";}.Defaults-photo:before {content: "\f03e";}.Defaults-picture-o:before {content: "\f03e";}.Defaults-pencil:before {content: "\f040";}.Defaults-map-marker:before {content: "\f041";}.Defaults-adjust:before {content: "\f042";}.Defaults-tint:before {content: "\f043";}.Defaults-edit:before {content: "\f044";}.Defaults-pencil-square-o:before {content: "\f044";}.Defaults-share-square-o:before {content: "\f045";}.Defaults-check-square-o:before {content: "\f046";}.Defaults-arrows:before {content: "\f047";}.Defaults-step-backward:before {content: "\f048";}.Defaults-fast-backward:before {content: "\f049";}.Defaults-backward:before {content: "\f04a";}.Defaults-play:before {content: "\f04b";}.Defaults-pause:before {content: "\f04c";}.Defaults-stop:before {content: "\f04d";}.Defaults-forward:before {content: "\f04e";}.Defaults-fast-forward:before {content: "\f050";}.Defaults-step-forward:before {content: "\f051";}.Defaults-eject:before {content: "\f052";}.Defaults-chevron-left:before {content: "\f053";}.Defaults-chevron-right:before {content: "\f054";}.Defaults-plus-circle:before {content: "\f055";}.Defaults-minus-circle:before {content: "\f056";}.Defaults-times-circle:before {content: "\f057";}.Defaults-check-circle:before {content: "\f058";}.Defaults-question-circle:before {content: "\f059";}.Defaults-info-circle:before {content: "\f05a";}.Defaults-crosshairs:before {content: "\f05b";}.Defaults-times-circle-o:before {content: "\f05c";}.Defaults-check-circle-o:before {content: "\f05d";}.Defaults-ban:before {content: "\f05e";}.Defaults-arrow-left:before {content: "\f060";}.Defaults-arrow-right:before {content: "\f061";}.Defaults-arrow-up:before {content: "\f062";}.Defaults-arrow-down:before {content: "\f063";}.Defaults-mail-forward:before {content: "\f064";}.Defaults-share:before {content: "\f064";}.Defaults-expand:before {content: "\f065";}.Defaults-compress:before {content: "\f066";}.Defaults-plus:before {content: "\f067";}.Defaults-minus:before {content: "\f068";}.Defaults-asterisk:before {content: "\f069";}.Defaults-exclamation-circle:before {content: "\f06a";}.Defaults-gift:before {content: "\f06b";}.Defaults-leaf:before {content: "\f06c";}.Defaults-fire:before {content: "\f06d";}.Defaults-eye:before {content: "\f06e";}.Defaults-eye-slash:before {content: "\f070";}.Defaults-exclamation-triangle:before {content: "\f071";}.Defaults-warning:before {content: "\f071";}.Defaults-plane:before {content: "\f072";}.Defaults-calendar:before {content: "\f073";}.Defaults-random:before {content: "\f074";}.Defaults-comment:before {content: "\f075";}.Defaults-magnet:before {content: "\f076";}.Defaults-chevron-up:before {content: "\f077";}.Defaults-chevron-down:before {content: "\f078";}.Defaults-retweet:before {content: "\f079";}.Defaults-shopping-cart:before {content: "\f07a";}.Defaults-folder:before {content: "\f07b";}.Defaults-folder-open:before {content: "\f07c";}.Defaults-arrows-v:before {content: "\f07d";}.Defaults-arrows-h:before {content: "\f07e";}.Defaults-bar-chart:before {content: "\f080";}.Defaults-bar-chart-o:before {content: "\f080";}.Defaults-twitter-square:before {content: "\f081";}.Defaults-facebook-square:before {content: "\f082";}.Defaults-camera-retro:before {content: "\f083";}.Defaults-key:before {content: "\f084";}.Defaults-cogs:before {content: "\f085";}.Defaults-gears:before {content: "\f085";}.Defaults-comments:before {content: "\f086";}.Defaults-thumbs-o-up:before {content: "\f087";}.Defaults-thumbs-o-down:before {content: "\f088";}.Defaults-star-half:before {content: "\f089";}.Defaults-heart-o:before {content: "\f08a";}.Defaults-sign-out:before {content: "\f08b";}.Defaults-linkedin-square:before {content: "\f08c";}.Defaults-thumb-tack:before {content: "\f08d";}.Defaults-external-link:before {content: "\f08e";}.Defaults-sign-in:before {content: "\f090";}.Defaults-trophy:before {content: "\f091";}.Defaults-github-square:before {content: "\f092";}.Defaults-upload:before {content: "\f093";}.Defaults-lemon-o:before {content: "\f094";}.Defaults-phone:before {content: "\f095";}.Defaults-square-o:before {content: "\f096";}.Defaults-bookmark-o:before {content: "\f097";}.Defaults-phone-square:before {content: "\f098";}.Defaults-twitter:before {content: "\f099";}.Defaults-facebook:before {content: "\f09a";}.Defaults-facebook-f:before {content: "\f09a";}.Defaults-github:before {content: "\f09b";}.Defaults-unlock:before {content: "\f09c";}.Defaults-credit-card:before {content: "\f09d";}.Defaults-rss:before {content: "\f09e";}.Defaults-hdd-o:before {content: "\f0a0";}.Defaults-bullhorn:before {content: "\f0a1";}.Defaults-bell-o:before {content: "\f0a2";}.Defaults-certificate:before {content: "\f0a3";}.Defaults-hand-o-right:before {content: "\f0a4";}.Defaults-hand-o-left:before {content: "\f0a5";}.Defaults-hand-o-up:before {content: "\f0a6";}.Defaults-hand-o-down:before {content: "\f0a7";}.Defaults-arrow-circle-left:before {content: "\f0a8";}.Defaults-arrow-circle-right:before {content: "\f0a9";}.Defaults-arrow-circle-up:before {content: "\f0aa";}.Defaults-arrow-circle-down:before {content: "\f0ab";}.Defaults-globe:before {content: "\f0ac";}.Defaults-wrench:before {content: "\f0ad";}.Defaults-tasks:before {content: "\f0ae";}.Defaults-filter:before {content: "\f0b0";}.Defaults-briefcase:before {content: "\f0b1";}.Defaults-arrows-alt:before {content: "\f0b2";}.Defaults-group:before {content: "\f0c0";}.Defaults-users:before {content: "\f0c0";}.Defaults-chain:before {content: "\f0c1";}.Defaults-link:before {content: "\f0c1";}.Defaults-cloud:before {content: "\f0c2";}.Defaults-flask:before {content: "\f0c3";}.Defaults-cut:before {content: "\f0c4";}.Defaults-scissors:before {content: "\f0c4";}.Defaults-copy:before {content: "\f0c5";}.Defaults-files-o:before {content: "\f0c5";}.Defaults-paperclip:before {content: "\f0c6";}.Defaults-floppy-o:before {content: "\f0c7";}.Defaults-save:before {content: "\f0c7";}.Defaults-square:before {content: "\f0c8";}.Defaults-bars:before {content: "\f0c9";}.Defaults-navicon:before {content: "\f0c9";}.Defaults-reorder:before {content: "\f0c9";}.Defaults-list-ul:before {content: "\f0ca";}.Defaults-list-ol:before {content: "\f0cb";}.Defaults-strikethrough:before {content: "\f0cc";}.Defaults-underline:before {content: "\f0cd";}.Defaults-table:before {content: "\f0ce";}.Defaults-magic:before {content: "\f0d0";}.Defaults-truck:before {content: "\f0d1";}.Defaults-pinterest:before {content: "\f0d2";}.Defaults-pinterest-square:before {content: "\f0d3";}.Defaults-google-plus-square:before {content: "\f0d4";}.Defaults-google-plus:before {content: "\f0d5";}.Defaults-money:before {content: "\f0d6";}.Defaults-caret-down:before {content: "\f0d7";}.Defaults-caret-up:before {content: "\f0d8";}.Defaults-caret-left:before {content: "\f0d9";}.Defaults-caret-right:before {content: "\f0da";}.Defaults-columns:before {content: "\f0db";}.Defaults-sort:before {content: "\f0dc";}.Defaults-unsorted:before {content: "\f0dc";}.Defaults-sort-desc:before {content: "\f0dd";}.Defaults-sort-down:before {content: "\f0dd";}.Defaults-sort-asc:before {content: "\f0de";}.Defaults-sort-up:before {content: "\f0de";}.Defaults-envelope:before {content: "\f0e0";}.Defaults-linkedin:before {content: "\f0e1";}.Defaults-rotate-left:before {content: "\f0e2";}.Defaults-undo:before {content: "\f0e2";}.Defaults-gavel:before {content: "\f0e3";}.Defaults-legal:before {content: "\f0e3";}.Defaults-dashboard:before {content: "\f0e4";}.Defaults-tachometer:before {content: "\f0e4";}.Defaults-comment-o:before {content: "\f0e5";}.Defaults-comments-o:before {content: "\f0e6";}.Defaults-bolt:before {content: "\f0e7";}.Defaults-flash:before {content: "\f0e7";}.Defaults-sitemap:before {content: "\f0e8";}.Defaults-umbrella:before {content: "\f0e9";}.Defaults-clipboard:before {content: "\f0ea";}.Defaults-paste:before {content: "\f0ea";}.Defaults-lightbulb-o:before {content: "\f0eb";}.Defaults-exchange:before {content: "\f0ec";}.Defaults-cloud-download:before {content: "\f0ed";}.Defaults-cloud-upload:before {content: "\f0ee";}.Defaults-user-md:before {content: "\f0f0";}.Defaults-stethoscope:before {content: "\f0f1";}.Defaults-suitcase:before {content: "\f0f2";}.Defaults-bell:before {content: "\f0f3";}.Defaults-coffee:before {content: "\f0f4";}.Defaults-cutlery:before {content: "\f0f5";}.Defaults-file-text-o:before {content: "\f0f6";}.Defaults-building-o:before {content: "\f0f7";}.Defaults-hospital-o:before {content: "\f0f8";}.Defaults-ambulance:before {content: "\f0f9";}.Defaults-medkit:before {content: "\f0fa";}.Defaults-fighter-jet:before {content: "\f0fb";}.Defaults-beer:before {content: "\f0fc";}.Defaults-h-square:before {content: "\f0fd";}.Defaults-plus-square:before {content: "\f0fe";}.Defaults-angle-double-left:before {content: "\f100";}.Defaults-angle-double-right:before {content: "\f101";}.Defaults-angle-double-up:before {content: "\f102";}.Defaults-angle-double-down:before {content: "\f103";}.Defaults-angle-left:before {content: "\f104";}.Defaults-angle-right:before {content: "\f105";}.Defaults-angle-up:before {content: "\f106";}.Defaults-angle-down:before {content: "\f107";}.Defaults-desktop:before {content: "\f108";}.Defaults-laptop:before {content: "\f109";}.Defaults-tablet:before {content: "\f10a";}.Defaults-mobile:before {content: "\f10b";}.Defaults-mobile-phone:before {content: "\f10b";}.Defaults-circle-o:before {content: "\f10c";}.Defaults-quote-left:before {content: "\f10d";}.Defaults-quote-right:before {content: "\f10e";}.Defaults-spinner:before {content: "\f110";}.Defaults-circle:before {content: "\f111";}.Defaults-mail-reply:before {content: "\f112";}.Defaults-reply:before {content: "\f112";}.Defaults-github-alt:before {content: "\f113";}.Defaults-folder-o:before {content: "\f114";}.Defaults-folder-open-o:before {content: "\f115";}.Defaults-smile-o:before {content: "\f118";}.Defaults-frown-o:before {content: "\f119";}.Defaults-meh-o:before {content: "\f11a";}.Defaults-gamepad:before {content: "\f11b";}.Defaults-keyboard-o:before {content: "\f11c";}.Defaults-flag-o:before {content: "\f11d";}.Defaults-flag-checkered:before {content: "\f11e";}.Defaults-terminal:before {content: "\f120";}.Defaults-code:before {content: "\f121";}.Defaults-mail-reply-all:before {content: "\f122";}.Defaults-reply-all:before {content: "\f122";}.Defaults-star-half-empty:before {content: "\f123";}.Defaults-star-half-full:before {content: "\f123";}.Defaults-star-half-o:before {content: "\f123";}.Defaults-location-arrow:before {content: "\f124";}.Defaults-crop:before {content: "\f125";}.Defaults-code-fork:before {content: "\f126";}.Defaults-chain-broken:before {content: "\f127";}.Defaults-unlink:before {content: "\f127";}.Defaults-question:before {content: "\f128";}.Defaults-info:before {content: "\f129";}.Defaults-exclamation:before {content: "\f12a";}.Defaults-superscript:before {content: "\f12b";}.Defaults-subscript:before {content: "\f12c";}.Defaults-eraser:before {content: "\f12d";}.Defaults-puzzle-piece:before {content: "\f12e";}.Defaults-microphone:before {content: "\f130";}.Defaults-microphone-slash:before {content: "\f131";}.Defaults-shield:before {content: "\f132";}.Defaults-calendar-o:before {content: "\f133";}.Defaults-fire-extinguisher:before {content: "\f134";}.Defaults-rocket:before {content: "\f135";}.Defaults-maxcdn:before {content: "\f136";}.Defaults-chevron-circle-left:before {content: "\f137";}.Defaults-chevron-circle-right:before {content: "\f138";}.Defaults-chevron-circle-up:before {content: "\f139";}.Defaults-chevron-circle-down:before {content: "\f13a";}.Defaults-html5:before {content: "\f13b";}.Defaults-css3:before {content: "\f13c";}.Defaults-anchor:before {content: "\f13d";}.Defaults-unlock-alt:before {content: "\f13e";}.Defaults-bullseye:before {content: "\f140";}.Defaults-ellipsis-h:before {content: "\f141";}.Defaults-ellipsis-v:before {content: "\f142";}.Defaults-rss-square:before {content: "\f143";}.Defaults-play-circle:before {content: "\f144";}.Defaults-ticket:before {content: "\f145";}.Defaults-minus-square:before {content: "\f146";}.Defaults-minus-square-o:before {content: "\f147";}.Defaults-level-up:before {content: "\f148";}.Defaults-level-down:before {content: "\f149";}.Defaults-check-square:before {content: "\f14a";}.Defaults-pencil-square:before {content: "\f14b";}.Defaults-external-link-square:before {content: "\f14c";}.Defaults-share-square:before {content: "\f14d";}.Defaults-compass:before {content: "\f14e";}.Defaults-caret-square-o-down:before {content: "\f150";}.Defaults-toggle-down:before {content: "\f150";}.Defaults-caret-square-o-up:before {content: "\f151";}.Defaults-toggle-up:before {content: "\f151";}.Defaults-caret-square-o-right:before {content: "\f152";}.Defaults-toggle-right:before {content: "\f152";}.Defaults-eur:before {content: "\f153";}.Defaults-euro:before {content: "\f153";}.Defaults-gbp:before {content: "\f154";}.Defaults-dollar:before {content: "\f155";}.Defaults-usd:before {content: "\f155";}.Defaults-inr:before {content: "\f156";}.Defaults-rupee:before {content: "\f156";}.Defaults-cny:before {content: "\f157";}.Defaults-jpy:before {content: "\f157";}.Defaults-rmb:before {content: "\f157";}.Defaults-yen:before {content: "\f157";}.Defaults-rouble:before {content: "\f158";}.Defaults-rub:before {content: "\f158";}.Defaults-ruble:before {content: "\f158";}.Defaults-krw:before {content: "\f159";}.Defaults-won:before {content: "\f159";}.Defaults-bitcoin:before {content: "\f15a";}.Defaults-btc:before {content: "\f15a";}.Defaults-file:before {content: "\f15b";}.Defaults-file-text:before {content: "\f15c";}.Defaults-sort-alpha-asc:before {content: "\f15d";}.Defaults-sort-alpha-desc:before {content: "\f15e";}.Defaults-sort-amount-asc:before {content: "\f160";}.Defaults-sort-amount-desc:before {content: "\f161";}.Defaults-sort-numeric-asc:before {content: "\f162";}.Defaults-sort-numeric-desc:before {content: "\f163";}.Defaults-thumbs-up:before {content: "\f164";}.Defaults-thumbs-down:before {content: "\f165";}.Defaults-youtube-square:before {content: "\f166";}.Defaults-youtube:before {content: "\f167";}.Defaults-xing:before {content: "\f168";}.Defaults-xing-square:before {content: "\f169";}.Defaults-youtube-play:before {content: "\f16a";}.Defaults-dropbox:before {content: "\f16b";}.Defaults-stack-overflow:before {content: "\f16c";}.Defaults-instagram:before {content: "\f16d";}.Defaults-flickr:before {content: "\f16e";}.Defaults-adn:before {content: "\f170";}.Defaults-bitbucket:before {content: "\f171";}.Defaults-bitbucket-square:before {content: "\f172";}.Defaults-tumblr:before {content: "\f173";}.Defaults-tumblr-square:before {content: "\f174";}.Defaults-long-arrow-down:before {content: "\f175";}.Defaults-long-arrow-up:before {content: "\f176";}.Defaults-long-arrow-left:before {content: "\f177";}.Defaults-long-arrow-right:before {content: "\f178";}.Defaults-apple:before {content: "\f179";}.Defaults-windows:before {content: "\f17a";}.Defaults-android:before {content: "\f17b";}.Defaults-linux:before {content: "\f17c";}.Defaults-dribbble:before {content: "\f17d";}.Defaults-skype:before {content: "\f17e";}.Defaults-foursquare:before {content: "\f180";}.Defaults-trello:before {content: "\f181";}.Defaults-female:before {content: "\f182";}.Defaults-male:before {content: "\f183";}.Defaults-gittip:before {content: "\f184";}.Defaults-gratipay:before {content: "\f184";}.Defaults-sun-o:before {content: "\f185";}.Defaults-moon-o:before {content: "\f186";}.Defaults-archive:before {content: "\f187";}.Defaults-bug:before {content: "\f188";}.Defaults-vk:before {content: "\f189";}.Defaults-weibo:before {content: "\f18a";}.Defaults-renren:before {content: "\f18b";}.Defaults-pagelines:before {content: "\f18c";}.Defaults-stack-exchange:before {content: "\f18d";}.Defaults-arrow-circle-o-right:before {content: "\f18e";}.Defaults-arrow-circle-o-left:before {content: "\f190";}.Defaults-caret-square-o-left:before {content: "\f191";}.Defaults-toggle-left:before {content: "\f191";}.Defaults-dot-circle-o:before {content: "\f192";}.Defaults-wheelchair:before {content: "\f193";}.Defaults-vimeo-square:before {content: "\f194";}.Defaults-try:before {content: "\f195";}.Defaults-turkish-lira:before {content: "\f195";}.Defaults-plus-square-o:before {content: "\f196";}.Defaults-space-shuttle:before {content: "\f197";}.Defaults-slack:before {content: "\f198";}.Defaults-envelope-square:before {content: "\f199";}.Defaults-wordpress:before {content: "\f19a";}.Defaults-openid:before {content: "\f19b";}.Defaults-bank:before {content: "\f19c";}.Defaults-institution:before {content: "\f19c";}.Defaults-university:before {content: "\f19c";}.Defaults-graduation-cap:before {content: "\f19d";}.Defaults-mortar-board:before {content: "\f19d";}.Defaults-yahoo:before {content: "\f19e";}.Defaults-google:before {content: "\f1a0";}.Defaults-reddit:before {content: "\f1a1";}.Defaults-reddit-square:before {content: "\f1a2";}.Defaults-stumbleupon-circle:before {content: "\f1a3";}.Defaults-stumbleupon:before {content: "\f1a4";}.Defaults-delicious:before {content: "\f1a5";}.Defaults-digg:before {content: "\f1a6";}.Defaults-pied-piper:before {content: "\f1a7";}.Defaults-pied-piper-alt:before {content: "\f1a8";}.Defaults-drupal:before {content: "\f1a9";}.Defaults-joomla:before {content: "\f1aa";}.Defaults-language:before {content: "\f1ab";}.Defaults-fax:before {content: "\f1ac";}.Defaults-building:before {content: "\f1ad";}.Defaults-child:before {content: "\f1ae";}.Defaults-paw:before {content: "\f1b0";}.Defaults-spoon:before {content: "\f1b1";}.Defaults-cube:before {content: "\f1b2";}.Defaults-cubes:before {content: "\f1b3";}.Defaults-behance:before {content: "\f1b4";}.Defaults-behance-square:before {content: "\f1b5";}.Defaults-steam:before {content: "\f1b6";}.Defaults-steam-square:before {content: "\f1b7";}.Defaults-recycle:before {content: "\f1b8";}.Defaults-automobile:before {content: "\f1b9";}.Defaults-car:before {content: "\f1b9";}.Defaults-cab:before {content: "\f1ba";}.Defaults-taxi:before {content: "\f1ba";}.Defaults-tree:before {content: "\f1bb";}.Defaults-spotify:before {content: "\f1bc";}.Defaults-deviantart:before {content: "\f1bd";}.Defaults-soundcloud:before {content: "\f1be";}.Defaults-database:before {content: "\f1c0";}.Defaults-file-pdf-o:before {content: "\f1c1";}.Defaults-file-word-o:before {content: "\f1c2";}.Defaults-file-excel-o:before {content: "\f1c3";}.Defaults-file-powerpoint-o:before {content: "\f1c4";}.Defaults-file-image-o:before {content: "\f1c5";}.Defaults-file-photo-o:before {content: "\f1c5";}.Defaults-file-picture-o:before {content: "\f1c5";}.Defaults-file-archive-o:before {content: "\f1c6";}.Defaults-file-zip-o:before {content: "\f1c6";}.Defaults-file-audio-o:before {content: "\f1c7";}.Defaults-file-sound-o:before {content: "\f1c7";}.Defaults-file-movie-o:before {content: "\f1c8";}.Defaults-file-video-o:before {content: "\f1c8";}.Defaults-file-code-o:before {content: "\f1c9";}.Defaults-vine:before {content: "\f1ca";}.Defaults-codepen:before {content: "\f1cb";}.Defaults-jsfiddle:before {content: "\f1cc";}.Defaults-life-bouy:before {content: "\f1cd";}.Defaults-life-buoy:before {content: "\f1cd";}.Defaults-life-ring:before {content: "\f1cd";}.Defaults-life-saver:before {content: "\f1cd";}.Defaults-support:before {content: "\f1cd";}.Defaults-circle-o-notch:before {content: "\f1ce";}.Defaults-ra:before {content: "\f1d0";}.Defaults-rebel:before {content: "\f1d0";}.Defaults-empire:before {content: "\f1d1";}.Defaults-ge:before {content: "\f1d1";}.Defaults-git-square:before {content: "\f1d2";}.Defaults-git:before {content: "\f1d3";}.Defaults-hacker-news:before {content: "\f1d4";}.Defaults-tencent-weibo:before {content: "\f1d5";}.Defaults-qq:before {content: "\f1d6";}.Defaults-wechat:before {content: "\f1d7";}.Defaults-weixin:before {content: "\f1d7";}.Defaults-paper-plane:before {content: "\f1d8";}.Defaults-send:before {content: "\f1d8";}.Defaults-paper-plane-o:before {content: "\f1d9";}.Defaults-send-o:before {content: "\f1d9";}.Defaults-history:before {content: "\f1da";}.Defaults-circle-thin:before {content: "\f1db";}.Defaults-genderless:before {content: "\f1db";}.Defaults-header:before {content: "\f1dc";}.Defaults-paragraph:before {content: "\f1dd";}.Defaults-sliders:before {content: "\f1de";}.Defaults-share-alt:before {content: "\f1e0";}.Defaults-share-alt-square:before {content: "\f1e1";}.Defaults-bomb:before {content: "\f1e2";}.Defaults-futbol-o:before {content: "\f1e3";}.Defaults-soccer-ball-o:before {content: "\f1e3";}.Defaults-tty:before {content: "\f1e4";}.Defaults-binoculars:before {content: "\f1e5";}.Defaults-plug:before {content: "\f1e6";}.Defaults-slideshare:before {content: "\f1e7";}.Defaults-twitch:before {content: "\f1e8";}.Defaults-yelp:before {content: "\f1e9";}.Defaults-newspaper-o:before {content: "\f1ea";}.Defaults-wifi:before {content: "\f1eb";}.Defaults-calculator:before {content: "\f1ec";}.Defaults-paypal:before {content: "\f1ed";}.Defaults-google-wallet:before {content: "\f1ee";}.Defaults-cc-visa:before {content: "\f1f0";}.Defaults-cc-mastercard:before {content: "\f1f1";}.Defaults-cc-discover:before {content: "\f1f2";}.Defaults-cc-amex:before {content: "\f1f3";}.Defaults-cc-paypal:before {content: "\f1f4";}.Defaults-cc-stripe:before {content: "\f1f5";}.Defaults-bell-slash:before {content: "\f1f6";}.Defaults-bell-slash-o:before {content: "\f1f7";}.Defaults-trash:before {content: "\f1f8";}.Defaults-copyright:before {content: "\f1f9";}.Defaults-at:before {content: "\f1fa";}.Defaults-eyedropper:before {content: "\f1fb";}.Defaults-paint-brush:before {content: "\f1fc";}.Defaults-birthday-cake:before {content: "\f1fd";}.Defaults-area-chart:before {content: "\f1fe";}.Defaults-pie-chart:before {content: "\f200";}.Defaults-line-chart:before {content: "\f201";}.Defaults-lastfm:before {content: "\f202";}.Defaults-lastfm-square:before {content: "\f203";}.Defaults-toggle-off:before {content: "\f204";}.Defaults-toggle-on:before {content: "\f205";}.Defaults-bicycle:before {content: "\f206";}.Defaults-bus:before {content: "\f207";}.Defaults-ioxhost:before {content: "\f208";}.Defaults-angellist:before {content: "\f209";}.Defaults-cc:before {content: "\f20a";}.Defaults-ils:before {content: "\f20b";}.Defaults-shekel:before {content: "\f20b";}.Defaults-sheqel:before {content: "\f20b";}.Defaults-meanpath:before {content: "\f20c";}.Defaults-buysellads:before {content: "\f20d";}.Defaults-connectdevelop:before {content: "\f20e";}.Defaults-dashcube:before {content: "\f210";}.Defaults-forumbee:before {content: "\f211";}.Defaults-leanpub:before {content: "\f212";}.Defaults-sellsy:before {content: "\f213";}.Defaults-shirtsinbulk:before {content: "\f214";}.Defaults-simplybuilt:before {content: "\f215";}.Defaults-skyatlas:before {content: "\f216";}.Defaults-cart-plus:before {content: "\f217";}.Defaults-cart-arrow-down:before {content: "\f218";}.Defaults-diamond:before {content: "\f219";}.Defaults-ship:before {content: "\f21a";}.Defaults-user-secret:before {content: "\f21b";}.Defaults-motorcycle:before {content: "\f21c";}.Defaults-street-view:before {content: "\f21d";}.Defaults-heartbeat:before {content: "\f21e";}.Defaults-venus:before {content: "\f221";}.Defaults-mars:before {content: "\f222";}.Defaults-mercury:before {content: "\f223";}.Defaults-transgender:before {content: "\f224";}.Defaults-transgender-alt:before {content: "\f225";}.Defaults-venus-double:before {content: "\f226";}.Defaults-mars-double:before {content: "\f227";}.Defaults-venus-mars:before {content: "\f228";}.Defaults-mars-stroke:before {content: "\f229";}.Defaults-mars-stroke-v:before {content: "\f22a";}.Defaults-mars-stroke-h:before {content: "\f22b";}.Defaults-neuter:before {content: "\f22c";}.Defaults-facebook-official:before {content: "\f230";}.Defaults-pinterest-p:before {content: "\f231";}.Defaults-whatsapp:before {content: "\f232";}.Defaults-server:before {content: "\f233";}.Defaults-user-plus:before {content: "\f234";}.Defaults-user-times:before {content: "\f235";}.Defaults-bed:before {content: "\f236";}.Defaults-hotel:before {content: "\f236";}.Defaults-viacoin:before {content: "\f237";}.Defaults-train:before {content: "\f238";}.Defaults-subway:before {content: "\f239";}.Defaults-medium:before {content: "\f23a";}