/*
Theme Name: Wp Residence 1.30.8
Theme URI: http://themeforest.net/user/annapx
Description:WP Residence is a premium & responsive WordPress theme designed for Real Estate companies and independent agents.
Version: 1.30.8
Author: annapx
Author URI: http://www.wpestate.org
Text Domain: wpestate
Tags: white, one-column, two-columns,left-sidebar, right-sidebar, fluid-layout , custom-menu, theme-options, translation-ready
License:  
License URI:
-------------------------------------------------------------- */
@import url('css/bootstrap.css');
@import url('css/bootstrap-theme.css');



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: #8593a9;
    background-color: #f3f3f3;
    font-family: 'Open Sans', sans-serif;
}
body.logged-in.admin-bar{
    padding-top: 32px;
}


.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: #1CA8DD;
    text-decoration:none;
    outline:none;
}

h1  , h2  ,h3  ,h4  ,h5  ,h6,
h1 a, h2 a,h3 a,h4 a,h5 a,h6 a{
    color:#3a4659;
    font-family: 'Open Sans', sans-serif;
}  

h1 { 
    font-size: 34px; 
    line-height: 1.3em;
    margin-bottom: 13px; 
}

h2 { 
    font-size: 28px; 
    line-height: 1.3em; 
    margin-bottom: 13px;
}

h3 { 
    font-size: 24px; 
    line-height: 1.3em; 
    margin-bottom: 13px;
    font-weight: 600;
}

h4 { 
      font-weight: 600;
    font-size: 18px; 
    line-height: 1.3em; 
    margin-bottom: 13px;
}

h5 { 
    font-size: 14px; 
    line-height: 1em; 
    margin-bottom: 13px;
}

h6 { 
    font-size: 12px; 
    line-height: 1em; 
    margin-bottom: 13px;
}

.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.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);*/

}

.content_wrapper{
    width: 1200px;
    margin: 0px auto;
    background-color: #fff;
    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: #fff;
}

.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;
}

.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;
    font-size: 13px;
    font-weight: normal;
}

p:empty{
    margin-bottom: 0px!important;
}

/* =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;
}

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::-ms-input-placeholder ,
input.form-control::-moz-placeholder ,
input.form-control:-moz-placeholder ,
input.form-control::-webkit-input-placeholder {
    color: #8593a9;
}

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;
}


/* =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: 17px;
    padding-right: 17px;
    /*padding-top: 23px;*/
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    color:#3a4659;  
    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:#1CA8DD;      
} 

#access .sub-menu li:hover>a,
#access .sub-menu li:hover>a:active,
#access .sub-menu li:hover>a:focus{
    color: #fff;
    background-color: #1CA8DD;
} 

.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: #1CA8DD;
    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: #62748F;
    font-size: 13px;
    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:#1CA8DD; 
}

#access .current-menu-item {
    color:#1CA8DD; 
}

#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 {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    border-top: 3px solid #1CA8DD;
    width: 100%;
}

.hover_type_2 #access .menu > li.with-megamenu:hover>a {
    position: relative;
}

.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: #1CA8DD!important;
    border-radius: 5px;
    color: #fff;
    display: inline;
    padding: 7px 17px;
}

.hover_type_4  #access .menu > li:hover>a {
    background: #1CA8DD!important;
    color: #fff;
}

.hover_type_5  #access .menu > li:hover>a {
    border-bottom: 3px solid #1CA8DD;
    padding: 7px 10px;
    margin-left: 7px;
    margin-right: 7px;
    display: inline;
}

.hover_type_6  #access .menu > li:hover>a {
    border: 2px solid #1CA8DD;
    border-radius: 6px;
    color: #1CA8DD;
    display: inline;
    padding: 7px 15px;
}

#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: 1px 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;
}

.master_header.wide{
    width:100%;
}

.top_bar_wrapper{
    width:100%;
    background-color:#f5f5f5;
    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:#8F9EB6;*/
    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;
}

.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: 50%;
    position: absolute;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    ms-transform: translate(0,-50%);
    max-height: 54px;
}

.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 205px;
}

.header_type1.header_left #access {
    margin: 0px 195px 0px 0px;
}

.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: #1CA8DD;
    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{
    font-size: 18px;
    padding: 3px 4px 0px 9px;
    width: 25px;
    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%;
}

#header4_footer .social_sidebar_internal a:hover,
.top_bar .social_sidebar_internal a:hover{
    color: #1CA8DD;
}

.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: #1ca8dd;
}

.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:#1CA8DD;
}


.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;
}

.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  .submit_action {
    color: #1CA8DD;
}


.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;
}
.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: #1ca8dd;
}

.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: 29px;
}

.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 .menu_user_tools, 
.header_transparent .submit_action, 
.header_transparent #access ul.menu >li>a{
    color: #ffffff;
}
.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_3 #access .menu > li:hover>a,
.header_transparent .hover_type_4 #access .menu > li:hover>a,
.header_transparent .hover_type_6 #access .menu > li:hover>a {
    color: #1ca8dd;
}
.header_transparent .hover_type_5 #access .menu > li:hover>a {
    border-bottom: 3px solid #1ca8dd;
}
.header_transparent .hover_type_6 #access .menu > li:hover>a {
  border: 2px solid #1ca8dd;
}
.header_transparent .hover_type_2 #access .menu > li:hover>a:before {
    border-top: 3px solid #1ca8dd;
}
/* =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-weight: 400;
    font-size: 46px;
}

.subheading_over_image{
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(68, 68, 68,0.25);
    font-weight: 400;
    font-size: 26px;
}




/* =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: 400;
    font-size: 46px;
}

.subheading_over_video{
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(68, 68, 68,0.25);
    font-weight: 400;
    font-size: 26px;
}

.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 #1CA8DD;
    margin-right: 15px;
}


.mobile-trigger-user:hover i,
.mobile-trigger:hover i{
    color: #1CA8DD;
}

.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: #1CA8DD;
    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:  #1CA8DD;
}

.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%;
}

.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: #1CA8DD;
    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: #1CA8DD;
    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:#347DA4;
    color:#fff;
}

.slider-content h3 a{
    color: #3a4659;
    text-decoration: none;
}

.slider-content h3 a:hover{
    color: #1CA8DD;
}

.slider-content .read_more{
    text-decoration: none;
    color: #1CA8DD;
    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: #000000;
}

.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: #000000;
    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::-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: #1CA8DD;
    -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:#1CA8DD;
}

.form-control:focus {
    border-color: #1CA8DD;    
}

.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: #1CA8DD;
    color:#ffffff;
}

.red:hover{
    color:#ffffff;
    background-color: #da4453;
}

/*=adv-search-1
------------------------------------------------*/
#adv-search-header-mobile{
    background-color: #1CA8DD;
    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: 13px 13px 1px 13px;
    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;
    letter-spacing: 1px;
} 


/*=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:7px;
}

.adv6-holder{
    padding: 13px 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 #ebba7c;
    background: #ebba7c;
    border-right: 1px solid #f2f2f2;
}
.adv_search_tab_item:last-of-type{
    border-right: none;
}

.adv_search_tab_item a{
    color: #fff;
    float: left;
    padding: 13px 23px;
    text-transform: capitalize;
}

.adv_search_tab_item.active{
    background: #1CA8DD;
    color:#fff;
    border: 1px solid #1CA8DD;
}

.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: #1ca8dd;
    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('css/css-images/social.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    float: left;
}

.social_facebook:hover{
    background-image: url('css/css-images/social.png');
    background-position: -20px 0px;
    background-repeat: no-repeat;
}

.social_tweet{
    margin-left: 10px;
    width: 27px;
    height:20px;
    background-image: url('css/css-images/social.png');
    background-position: -40px 0px;
    background-repeat: no-repeat;
    float: left;  
}

.social_tweet:hover{
    background-image: url('css/css-images/social.png');
    background-position: -69px 0px;
    background-repeat: no-repeat;
}


.social_google{
    margin-left: 10px;
    width: 26px;
    height:20px;
    background-image: url('css/css-images/social.png');
    background-position: -96px 0px;
    background-repeat: no-repeat;
    float: left;
}

.social_google:hover{
    background-image: url('css/css-images/social.png');
    background-position: -122px 0px;
    background-repeat: no-repeat;
}

.social_pinterest{
    margin-left: 7px;
    width: 26px;
    height:20px;
    background-image: url('css/css-images/social.png');
    background-position: -148px 0px;
    background-repeat: no-repeat;
    float: left;
}

.social_pinterest:hover{
    background-image: url('css/css-images/social.png');
    background-position: -169px 0px;
    background-repeat: no-repeat;
}

.social_linkedin{
    margin-left: 7px;
    width: 26px;
    height:20px;
    background-image: url('css/css-images/social.png');
    background-position: -196px 0px;
    background-repeat: no-repeat;
    float: left;
}

.social_linkedin:hover{
    background-image: url('css/css-images/social.png');
    background-position: -226px 0px;
    background-repeat: no-repeat;
}


/*unit*/

.share_unit .social_facebook{
    margin: 6px 7px 6px 10px;
    width: 20px;
    height: 20px;
    background-image: url('css/css-images/social-unit.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    float: left;
}

.share_unit .social_facebook:hover{
    background-image: url('css/css-images/social-unit.png');
    background-position: -20px 0px;
    background-repeat: no-repeat;
}

.share_unit .social_tweet{
    margin: 6px 7px 6px 7px;
    width: 27px;
    height:20px;
    background-image: url('css/css-images/social-unit.png');
    background-position: -40px 0px;
    background-repeat: no-repeat;
    float: left;  
}

.share_unit .social_tweet:hover{
    background-image: url('css/css-images/social-unit.png');
    background-position: -69px 0px;
    background-repeat: no-repeat;
}

.share_unit .social_google{
    margin: 6px 7px 6px 7px;
    width: 26px;
    height:20px;
    background-image: url('css/css-images/social-unit.png');
    background-position: -96px 0px;
    background-repeat: no-repeat;
    float: left;
}

.share_unit .social_google:hover{
    background-image: url('css/css-images/social-unit.png');
    background-position: -122px 0px;
    background-repeat: no-repeat;
}


.share_unit .social_pinterest{
    margin: 6px 7px 6px 9px;
    width: 26px;
    height:20px;
    background-image: url('css/css-images/social-unit.png');
    background-position: -148px 0px;
    background-repeat: no-repeat;
    float: left;
}

.share_unit .social_pinterest:hover{
    background-image: url('css/css-images/social-unit.png');
    background-position: -169px 0px;
    background-repeat: no-repeat;
}

.share_unit .social_linkedin{
    margin: 7px 7px 7px 7px;
    width: 26px;
    height:20px;
    background-image: url('css/css-images/social-unit.png');
    background-position: -196px 0px;
    background-repeat: no-repeat;
    float: left;
}

.share_unit .social_linkedin:hover{
    background-image: url('css/css-images/social-unit.png');
    background-position: -226px 0px;
    background-repeat: no-repeat;
}
/**/

.agent_unit .social_facebook{
    margin-left: 0px;
    width: 20px;
    height: 20px;
    background-image: url('css/css-images/social.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    float: left;
}

.agent_unit .social_facebook:hover{
    background-image: url('css/css-images/social.png');
    background-position: -20px 0px;
    background-repeat: no-repeat;
}

.agent_unit .social_tweet{
    margin-left: 0px;
    width: 27px;
    height:20px;
    background-image: url('css/css-images/social.png');
    background-position: -40px 0px;
    background-repeat: no-repeat;
    float: left;  
}

.agent_unit .social_tweet:hover{
    background-image: url('css/css-images/social.png');
    background-position: -69px 0px;
    background-repeat: no-repeat;
}

.agent_unit .social_google{
    margin-left: 0px;
    width: 26px;
    height:20px;
    background-image: url('css/css-images/social.png');
    background-position: -96px 0px;
    background-repeat: no-repeat;
    float: left;
}

.agent_unit .social_google:hover{
    background-image: url('css/css-images/social.png');
    background-position: -122px 0px;
    background-repeat: no-repeat;
}

.agent_unit .social_pinterest{
    margin-left: 0px;
    width: 26px;
    height:20px;
    background-image: url('css/css-images/social.png');
    background-position: -148px 0px;
    background-repeat: no-repeat;
    float: left;
}

.agent_unit .social_pinterest:hover{
    background-image: url('css/css-images/social.png');
    background-position: -169px 0px;
    background-repeat: no-repeat;
}

.agent_unit .social_linkedin{
    margin-left: 0px;
    width: 26px;
    height:20px;
    background-image: url('css/css-images/social.png');
    background-position: -196px 0px;
    background-repeat: no-repeat;
    float: left;
}

.agent_unit .social_linkedin:hover{
    background-image: url('css/css-images/social.png');
    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:#8F9EB6;
    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:#1CA8DD ;
}

.breadcrumb a{
    color:#8F9EB6;
    -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: #1CA8DD;
}

.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: #1CA8DD;
    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 #1CA8DD;*/
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}

.customnav:hover{
    opacity:1;
}


.user_loged i{
    color:#1CA8DD;
}

.user_loged .menu_user_tools{
    margin-top: 23px;
}

.submit_action{
    float: right;
    display: inline;
    margin-top: 0px;
    font-size: 14px;
    background: #1da8dd;
    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;
}

.submit_action:hover{
        background-color: #347DA4;
}

.menu_user_picture{
    border-radius: 50%;
    width: 45px;
    height: 45px;
    margin-top: 7px;
    float: left;
    display: inline;
    border: 1px solid #1CA8DD;
    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: #1CA8DD;
}

.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: #fdfdfd;
    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);
}

#user_menu_open.dropdown-menu{
    border:1px solid #dde4e9;
}

#user_menu_open:before {
    content: " ";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f0f0f0;
    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: #1CA8DD;
    color:#fff;
    background-image:none;
    padding-left: 20px;
   
}

#user_menu_open  > li > a:hover i{
    color:#fff;
}

#user_menu_open i{
    color:#768082;
    width: 13px;
}

.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: #1CA8DD;
}

.buypackage input[type="checkbox"]:checked:before{
    color: #1CA8DD;
    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: #98a0a6;
    font-size: 14px;
    line-height: 1.4em;
}
.submit_mandatory{
    margin-bottom:10px;
    line-height: 1.3em;
    font-size:12px;
    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 #1CA8DD;
    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{
    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_inv