.easing{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.r92-link{color: #00aeef;cursor: pointer;}
.r92-link:hover, .r92-link:focus{color: #4cc6f4;}
.border-radius-0{border-radius: 0;}
.d-block{display: block;}
.d-inline-block{display: inline-block;}
.h-100{height: 100%;}
.mh-100{max-height: 100%;}
.w-100{width: 100%;}
.mw-100{max-width: 100%;}
.font-weight-light{font-weight:300;}
.font-weight-bold{font-weight:700;}
.font-italic{font-style: italic;}
.mt-0, .my-0{margin-top: 0 !important;}
.mb-0, .my-0{margin-bottom: 0 !important;}
.pt-0, .py-0{padding-top: 0 !important;}
.pb-0, .py-0{padding-bottom: 0 !important;}
.mt-10, .my-10{margin-top: 10px !important;}
.mb-10, .my-10{margin-bottom: 10px !important;}
.pt-10, .py-10{padding-top: 10px !important;}
.pb-10, .py-10{padding-bottom: 10px !important;}
.mt-15, .my-15{margin-top: 15px !important;}
.mb-15, .my-15{margin-bottom: 15px !important;}
.pt-15, .py-15{padding-top: 15px !important;}
.pb-15, .py-15{padding-bottom: 15px !important;}
.mt-20, .my-20{margin-top: 20px !important;}
.mb-20, .my-20{margin-bottom: 20px !important;}
.pt-20, .py-20{padding-top: 20px !important;}
.pb-20, .py-20{padding-bottom: 20px !important;}
.text-truncate{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-gray {color: #999;}
.btn-outline-primary{
    background: transparent;
    border: 2px solid #00aeef;
    color: #00aeef;
}
.btn-outline-primary:hover{
    background: #00aeef;
    border-color: #00aeef;
    color: #ffffff;
}
.btn-outline-secondary{
    background: transparent;
    border: 2px solid #ff6e00;
    color: #ff6e00;
}
.btn-outline-secondary:hover{
    background: #ff6e00;
    border-color: #ff6e00;
    color: #ffffff;
}
.btn-gray,
.btn-gray:hover,
.btn-gray:focus{
    color: #444;
}
.btn-gray{background: #ccc;}
.btn-gray:hover { background-color: #aaa;}

.btn-small{
    padding: 5px 10px;
    line-height: 1.45;
}
.btn:active, .btn.active{
    box-shadow: none;
}
.dropdown [data-toggle=dropdown]{
    cursor: pointer;
}
textarea.form-control{
    resize: none;
    height: 100px;
}
.form-group-sm .form-control{
    height: 30px;
}
.form-group-sm textarea.form-control{
    height:80px;
}
.form-group-sm .input-group-addon{
    color: #c1c1c1;
    padding: 5px 10px;
}
.form-group-sm .input_wrapper:first-child{
    float: left;
    width: calc(100% - 80px);
    margin-right: -1px;
}
.form-group-sm .input_wrapper:first-child .form-control{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.form-group-sm .input_wrapper:last-child{
    float: left;
    width: 80px;
}
.form-group-sm .input_wrapper:last-child .form-control{
    border-radius: 0;
}
.field-info{
    font-size: 12px;
}
.list-square{
    list-style-type: square;
    list-style-position: inside;
}
.r92-checkbox,
.r92-radio-btn{
    cursor: pointer;
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.r92-checkbox input,
.r92-radio-btn input{
    opacity: 0;
    position: absolute;
}
.r92-checkbox span,
.r92-radio-btn span{
    position: absolute;
    left:0;
}
.r92-radio-btn span{
    top:3px;
}
.r92-checkbox span{
    top:1px;
    font-family: 'FontAwesome';
}
.r92-checkbox span:before,
.r92-radio-btn span:before,
.r92-radio-btn span:after{
    content: '';
    position: absolute;
    left:0;
    top: 0;
    border: 1px solid #aaa;
    background-color: #fff;
    height: 15px;
    width: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.r92-checkbox span:after{
    content: "\f00c";
    position: absolute;
    text-align: center;
    line-height: 15px;
    font-size: 10px;
    color: #666;
    left: 0;
    width: 15px;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.r92-radio-btn span:before,
.r92-radio-btn span:after{
    border-radius: 15px;
}
.r92-radio-btn span:after{
    border: 3px solid transparent;
    background-color: #aaa;
    background-clip: content-box;
    opacity: 0;
    z-index:1;
}
.r92-checkbox:hover,
.r92-checkbox:hover span:after,
.r92-radio-btn:hover,
.r92-radio-btn:hover span:after{
    color: #00aeef;
}
.r92-checkbox:hover span:before,
.r92-radio-btn:hover span:before,
.r92-radio-btn input:focus + span:before{
    border-color: #00aeef;
}
.r92-checkbox input:checked + span:after,
.r92-radio-btn input:checked + span:after{
    opacity: 1;
}
.r92-radio-btn:hover span:after{
    background-color: #00aeef;
}
.r92-checkbox.single,
.r92-radio-btn.single{
    padding-left: 0;
    height: 15px;
    width: 15px;
}
.r92-checkbox.single span,
.r92-radio-btn.single span{
    top: 0;
}
.text-radio{
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.text-radio span{
    border: 1px solid transparent;
    border-radius: 15px;
    display: block;
    padding: 0 10px;
    height: 34px;
    line-height: 30px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.text-radio input{
    position: absolute;
    opacity:0;
}
.text-radio:hover span{
    color: #00aeef;
}
.text-radio input:checked + span {
    background-color: #daf2fb;
    border-color: #b1e2f5;
}
.radio-text{
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio-text span{
    border-bottom: 3px solid transparent;
    display: block;
    padding: 0 5px;
    line-height: 25px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.radio-text input{
    position: absolute;
    opacity:0;
}
.radio-text:hover span{
    border-bottom-color: #959595;
}
.radio-text input:checked + span {
    border-bottom-color: #b1e2f5;
}
.gutter-0{
    margin-left: 0px;
    margin-right: 0px;
}
.gutter-0 [class^="col-"],
.gutter-0 [class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
}
.gutter-5{
    margin-left: -5px;
    margin-right: -5px;
}
.gutter-5 [class^="col-"],
.gutter-5 [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.gutter-10{
    margin-left: -10px;
    margin-right: -10px;
}
.gutter-10 [class^="col-"],
.gutter-10 [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.btn-rg{
    padding: 8px 15px;
}
.dropdown-menu-small{
    min-width: 180px;
}
.dropdown-menu-small > li > a{
    font-size: 12px;
    padding:5px 10px;
}
.dropdown-menu-medium{
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0,0,0,.40);
    min-width: 350px;
    padding: 20px 20px 10px;
}
.rating-container .filled-stars{
    -webkit-text-stroke: 0;
    text-shadow: none;
}
/* Start Header */
.header-mobile{
    position: relative;
}
.header-section-4{
    z-index:6;
}
.header-section-4 .logo{
    background: #00aeef;
    height: 100px;
    width: 100px;
    line-height: 100%;
    margin-bottom: -50px;
    position: relative;
    z-index: 1000;
}
.header-section-4 .logo a{
    height:100%;
    display: block;
}
.header-mobile .header-logo{
    line-height:60px;
}
.header-mobile .header-logo img {
    max-height: none;
}
.header-right > div > a + a {
    margin-left: 0px;
}
.nav-dropdown li .expand-me{
    background: rgba(0, 0, 0, 0.1);
    width: 45px;
}
.nav-dropdown li .expand-me:before{
    content: "\f105";
}
.nav-dropdown li.active > .expand-me:before{
    content: "\f107";
}
.nav-dropdown > ul{
    background: #fff;
}
.nav-dropdown li{
    font-weight: 300;
    font-size: 14px;
    border-top: 1px solid #f5f5f5 !important;
}
.nav-dropdown ul ul a,
.nav-dropdown li.no-child ul ul > li a{
    padding-left: 35px;
}
.nav-dropdown ul ul ul a{
    padding-left: 50px;
}
.nav-dropdown .nav-link-section > li,
.nav-dropdown li.no-child ul ul > li:first-child{
    border-top: none !important;
}
.header-section-4 .header-left {
    width: 85%;
}
.header-section-4 .header-right {
    width: 15%;
}
.header-right > div > a:focus {
    color: #00aeef;
}
.header-full-width > .container{
    width: 100%;
    padding-left: 0;
    box-shadow: 0 2px 5px 0 rgba(200,200,200,.5);
}
@media only screen and (min-width: 992px) {
    /*.navi > ul > li:not(:last-child):after{*/
    /*content: '';*/
    /*border-right: 1px solid #333;*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    /*height: 20px;*/
    /*margin-left: -4px;*/
    /*}*/
    .navi > ul > li > a{
        position: relative;
    }
    .navi > ul > li:not(:last-child) > a:after{
        content: '';
        background-color: #333;
        display: block;
        height: 20px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 1px;
        margin: auto;
    }
    .navi ul li,
    .navi ul ul li{
        font-size: 14px;
    }
    .navi > ul > li > a,
    .navi > ul ul a{
        color: #333;
    }
    .navi > ul > li > a{
        padding: 0 5px;
    }
    .navi > ul .has-child > a:after{
        display: none;
    }
    .navi ul ul li{
        font-weight: 300;
        border-bottom: none;
    }
    .navi .houzez-megamenu > .mega-dropdown > .sub-menu > li > a{
        font-weight: bold;
        border-bottom: none;
        margin-bottom: 10px;
        padding: 0 15px;
    }
    .navi .houzez-megamenu > .mega-dropdown > .sub-menu  .sub-menu  > li > a{
        padding: 0 15px;
    }
    .header-section-4 .header-left .navi{
        margin-left: 15px;
    }
    .header-section-4 .navi > ul > li{
        font-weight: 300;
    }
    .header-section-4 .navi > ul > li > a{
        color: #333;
    }
    .header-section-4 .navi > ul > li > a,
    .header-section-4 .header-right .user {
        line-height: 50px;
    }
    .header-main .container,
    .navi > ul > li{
        position: initial !important;
    }
    .mega-dropdown{
        background: #fff;
        border-top: 1px solid #333;
        box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
        position: absolute;
        left:0;
        top:80px;
        width: 100%;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        z-index: -1;
        -webkit-transition: all 0.2s ease-out 0s;
        -moz-transition: all 0.2s ease-out 0s;
        -ms-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
    }
    .navi > ul > li.active > .mega-dropdown,
    .navi > ul > li:hover > .mega-dropdown{
        top:51px;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        z-index: 999;
    }
    .navi .houzez-megamenu > .mega-dropdown .sub-menu{
        box-shadow: none;
        top: auto;
        width: auto;
        right: auto;
        position: initial;
    }
    .navi .houzez-megamenu:hover > .mega-dropdown .sub-menu{
        visibility: visible;
        opacity: 1;
        z-index: 1;
    }
    .navi .houzez-megamenu > .mega-dropdown > .sub-menu{
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        box-shadow: none;
        min-width: 140px;
        width: 100% !important;
        max-height: none;
        max-width: 970px;
        padding: 0 0 0 120px;
        left: 0 !important;
        right: 0 !important;
        margin: auto;
        overflow: hidden;
    }
    .navi .houzez-megamenu > .mega-dropdown > .sub-menu > li{
        -webkit-flex-preferred-size: 100%;
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -webkit-flex-basis: auto;
        min-width: 160px;
        padding: 15px 0px !important;
    }
    .navi .houzez-megamenu > .mega-dropdown > .sub-menu > li:not(:last-child){
        border-right: 1px solid #ccc !important;
    }
    .navi .houzez-megamenu > .mega-dropdown > .sub-menu .nav-link-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        text-align: left;
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
    }
    .navi .houzez-megamenu > .mega-dropdown > .sub-menu .nav-link-section .list-drawer {
        display: list-item!important;
    }
}
@media only screen and (min-width: 1200px) {
    .navi ul li,
    .navi ul ul li{
        font-size: 15px;
    }
    .navi > ul > li > a{
        padding: 0 10px;
    }
    .navi .houzez-megamenu > .mega-dropdown > .sub-menu {
        max-width: 1170px;
        padding-left: 126px;
    }
}
@media only screen and (max-width: 991px) {
    .no-child .sub-menu .sub-menu{
        display: block !important;
    }
    .no-child .sub-menu .expand-me,
    .nav-link-section .expand-me{
        display: none !important;
    }
}

/* End Header */
/* Start Footer */
.footer {
    background-color: #eee;
    padding: 30px 0 20px;
}
.widget-links:not(.active) .footer_link li:nth-child(n+6){
    display: none;
}
.footer_link li a.city{
    font-weight: bold;
}
.footer-widget .widget-title,
.footer_link li a {
    color: #444;
}
.footer_link li a:hover {
    color: #0074e4;
}
.footer a {
    color: #0074e4;
}
.navi > ul#footer-menu > li:not(:last-child):after{
    display: none;
}
/* End Footer */
/* Start Breadcrumbs */
.r92-breadcrumbs-layout{
    margin-top: 10px;
    margin-bottom: 15px;
    position: relative;
}
.r92-breadcrumbs{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}
.r92-breadcrumbs>li {
    display: inline-block;
}
.r92-breadcrumbs>li:before {
    font-size: 12px;
    color: #aaa;
    content: "\b7";
    display: inline-block;
    margin: 0 5px;
}
.r92-breadcrumbs>li a,
.r92-breadcrumbs>li span{
    font-size: 12px;
    color: #aaa;
}
.r92-breadcrumbs>li a:hover{
    font-size: 12px;
    color: #00aeef;
}
/* End Breadcrumbs */

/* Start Profile */
.profile-wrapper .profile-header{
    background-size: contain;
    background-position: center;
    position: relative;
    height: 210px;
}
.profile-wrapper .profile-header:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    color: #000000;
}
.profile-wrapper .header-cover{
    display: block;
    height: 100%;
    object-fit: cover;
    margin: auto;
    max-width: 100%;
}
.profile-wrapper .profile-image{
    border: 3px solid #fff;
    box-shadow: 0px 1px 1px -1px #ccc;
    height: 150px;
    width: 150px;
    position: absolute;
    left:30px;
    bottom: 30px;
}
.profile-wrapper .profile-image img{
    width: 100%;
}
.profile-wrapper .profile-header-info{
    position: absolute;
    left: 210px;
    right: 0;
    bottom: 40px;
}
.profile-wrapper .profile-header-info h1{
    color: #000000;
    margin-bottom: 15px;
}
.profile-wrapper .profile-header-review{
    margin-bottom: 15px;
}
.profile-wrapper .profile-header-review a{
    color:#00aeef;
    margin-left: 5px;
}
.profile-wrapper .profile-header-review a:last-child:before{
    content: '';
    background-color: #fff;
    display: inline-block;
    height: 12px;
    margin-right: 10px;
    width: 1px;
    vertical-align: middle;
}
.profile-wrapper .profile-header-info .btn-question{
    margin-right: 15px;
}
.profile-wrapper .profile-header-info .btn-group .btn{
    background-color: rgba(50,50,50,0.6);
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}
.profile-wrapper .profile-header-info .btn-group .btn + .btn,
.profile-wrapper .profile-header-info .btn-group .btn + .btn-group{
    margin-left: 0;
    border-left: 1px #666 solid;
}
.profile-wrapper .profile-header-info .btn-group .btn:hover{
    background-color: #00aeef;
}
.hot-offer {
    background: #00aeef;
    color: #fff;
    padding: 8px 0 6px;
}
.hot-offer h2 {
    color: #fff;
    font-size: 35px;
    line-height: 1em;
    font-weight: 300;
    margin-bottom: 0;
}
.hot-offer .fa {
    font-size: 45px;
    margin-right: 25px;
}
.hot-offer h2 span {
    position: relative;
    top: -6px;
}
.hot-offer .hot-offer-slider {
    padding-top: 10px;
    overflow: hidden;
}
.hot-offer .hot-offer-slider p{
    margin-bottom: 0;
}
.hot-offer .hot-offer-slider a{
    color: #fff;
}
.profile-content .profile-inner{
    background-color: #fff;
}
.profile-content .profile-section{
    padding: 30px 25px;
}
.profile-nav{
    border-bottom: 1px solid #ccc;
    padding-left: 25px;
}
.profile-nav.affix{
    background: #eee;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 5;
}
.profile-nav.affix ul{
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 120px;
}
.profile-nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.profile-nav ul li{
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.profile-nav ul li a{
    border-bottom: 1px solid transparent;
    color: #333333;
    display: block;
    font-size: 15px;
    padding: 15px 8px;
    position: relative;
    margin-bottom: -1px;
}
.profile-nav ul li a:hover,
.profile-nav ul li.active a{
    color: #00aeef;
    border-bottom-color: #00aeef;
}
.profile-section .profile-section-title button{
    margin-top: 10px;
    display: block;
}
.profile-section .profile-section-title img{
    max-width: 35px;
    max-height: 35px;
}
.listing-map{
    background-color: #FCFCFA;
    border: 1px solid #f6f6f6;
    margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
}
.listing-map iframe{
    display: block;
    border: none;
    height: 400px;
    width: 100%;
}
.listing-map .tabs-wrapper{
    padding: 10px 20px;
}
.listing-map .tabs-wrapper span{
    margin-right: 15px;
}
.listing-map .tabs-wrapper span,
.listing-map .tabs-wrapper .nav{
    display: inline-block;
    vertical-align: middle;
}
.listing-map .tabs-wrapper .nav{
    border: none;
}
.listing-map .tabs-wrapper .nav li{
    margin-left: -1px;
    border: 1px solid #ccc;
}
.listing-map .tabs-wrapper .nav li a{
    background-color: #fff;
    border-radius: 0;
    margin-right: 0;
    padding: 5px 10px;
}
.listing-map .tabs-wrapper .nav li:hover a{
    background-color: #eee;
}
.listing-map .tabs-wrapper .nav li.active a{
    background-color: #eee;
    box-shadow: inset 0 1px 4px rgba(0,0,0,0.1);
    border-color: #e6e6e6;
    color: #333333;
}
.listing-map .listing-map-inner{
    position: relative;
}
.map-legend{
    background-color: rgba(237,236,208,0.9);
    border: 3px solid #00335A;
    border-radius: 4px;
    width: 330px;
    max-width: 90%;
    height: 95px;
    padding: 15px 10px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    text-align: center;
}
.map-legend .legend-close{
    background-color: #fff;
    border-radius: 12px;
    color: #00335A;
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    top: -15px;
    right: -15px;
    width: 24px;
    height: 24px;
}
.map-legend .legend-close .fa{
    vertical-align: top;
}
.map-legend .item{
    width: 25%;
    float: left;
}
.map-legend .marker{
    border: 2px solid #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 2px 1px #767676;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    padding: 0 4px;
    position: relative;
    margin: 0px auto;
    width: 24px;
    height: 24px;
}
.map-legend .marker:after{
    content: "";
    background-color: inherit;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: #fff;
    box-shadow: 2px 2px 2px 0 #767676;
    border-top-left-radius: 8px;
    bottom: -5px;
    display: block;
    height: 8px;
    width: 8px;
    left: 32%;
    position: absolute;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.map-legend .marker.red{background-color: #d92228;}
.map-legend .marker.black{background-color: #222;}
.map-legend .marker.blue{background-color: #1c5b99;}
.map-legend .marker.purple{background-color: #b17de3;}
.map-legend .text{
    color: #777;
    font-size: 11px;
    line-height: 1.2;
    margin-top: 15px;
    text-align: center;
}
.profile-content .item-thumb .label-wrap{
    top:0;
    left:0;
    right: auto;
}
.profile-content .property-item{
    padding: 0;
    margin-bottom: 10px;
}
.profile-content .label-wrap .label{
    border-radius: 0;
    margin-right: 0;
}
.profile-content .item-thumb .price .location,
.profile-content .item-thumb .price ul{
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}
.reviews-section .all_rating{
    margin-bottom: 20px;
}
.reviews-wrapper{
    padding: 0 10px;
    margin-bottom: 15px;
}
.reviews-wrapper .clearfix{
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.agent-review{
    font-size: 14px;
}
.skill-ratings-list li{
    padding: 3px 0;
}
.skill-ratings-list li:nth-of-type(odd){
    background-color: #e9e9e9;
}
.skill-star-rating .rating-container{
    font-size: inherit;
}
.skill-star-rating .rating-container .empty-stars,
.skill-star-rating .rating-container .filled-stars {
    color: #03c04a;
}
.webui-popover-brokerage,
.webui-popover-brokerage h4{
    font-size: 14px;
}
.webui-popover-brokerage .fa{
    min-width: 16px;
    text-align: center;
}
.reviews-wrapper .row,
.recommendations-section .row{
    letter-spacing: -4px;
}
.reviews-wrapper [class^="col-"],
.reviews-wrapper [class*="col-"],
.recommendations-section [class^="col-"],
.recommendations-section [class*="col-"]{
    float: none;
    letter-spacing: initial;
    display: inline-block;
    vertical-align: top;
}
.profile-section .panel{
    font-size: 14px;
}
.profile-section .panel .panel-body{
    min-height: 130px;
}
.more-less-wrapper.active .ellipses{
    display: none;
}
@media only screen and (min-width: 768px){
    .profile-section .profile-section-title button{
        float: right;
        margin-top: -10px;
    }
}
@media only screen and (max-width: 1199px){
    .profile-wrapper .profile-header {
        height: 289px;
    }
    .profile-nav.affix ul{
        max-width: 970px;
    }
}
@media only screen and (max-width: 991px){
    .profile-wrapper .profile-header{
        height: 222px;
    }
    .profile-wrapper .profile-image{
        height: 120px;
        width: 120px;
        left: 20px;
        bottom: 20px;
    }
    .profile-wrapper .profile-header-info {
        left: 160px;
        bottom: 20px;
    }
    .profile-wrapper .profile-header-info h1,
    .profile-wrapper .profile-header-review{
        margin-bottom: 10px;
    }
    .profile-wrapper .profile-header-info .btn,
    .profile-wrapper .profile-header-info .btn-group .btn{
        font-size: 12px;
        padding: 10px;
    }
    .profile-nav.affix{
        top:0;
        padding-left: 0;
    }
}
@media only screen and (max-width: 767px){
    .profile-wrapper .profile-header{
        height: 350px;
    }
    .profile-wrapper .profile-image{
        left: 0;
        right: 0;
        top: 20px;
        bottom: auto;
        margin: auto;
    }
    .profile-wrapper .profile-header-info{
        left:0;
        bottom: 0;
        text-align: center;
    }
    .profile-nav,
    .profile-wrapper .btn-question,
    .profile-wrapper .profile-header-info .btn-group .btn:nth-child(3),
    .profile-wrapper .profile-header-info .btn-group .btn .fa{
        display: none;
    }
    .profile-wrapper .profile-header-info .btn-group,
    .profile-wrapper .profile-header-info .btn-group .btn-group .btn{
        width: 100%;
    }
    .profile-wrapper .profile-header-info .btn-group .btn-group,
    .profile-wrapper .profile-header-info .btn-group .btn{
        border-radius: 0;
        width: calc(100% / 3);
    }
    .profile-content .profile-section {
        padding-left: 15px;
        padding-right: 15px;
    }
    .reviews-wrapper{
        padding: 0;
    }
    .reviews-wrapper .clearfix{
        display: none;
    }
    .agent-review{
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 479px){
    .profile-wrapper .profile-header{
        height: 300px;
        margin: 0 -15px;
    }
    .listing-map .tabs-wrapper .nav li{
        width: 100%;
        text-align: center;
    }
}
/* End Profile */
/* Start Modals */
.modal .profile-image{
    border: 2px solid #fff;
    box-shadow: 0px 0px 1px 0px rgba(50,50,50,0.39);
    height: 70px;
    width: 70px;
    float: left;
    margin-right: 15px;
}
.modal .profile-info{
    overflow: auto;
    font-size: 14px;
}
.modal .profile-info strong{
    font-size: 16px;
}
.modal .profile-info ul{
    margin-top: 10px;
}
.modal .profile-info ul li{
    position: relative;
    padding-left: 20px;
}
.modal .profile-info ul li i{
    position: absolute;
    left:0;
    top:2px;
    width: 15px;
    text-align: center;
}
.modal-rating-review .profile-image{
    height: 120px;
    float: none;
    margin-bottom: 15px;
    width: 120px;
}
.modal-rating-review .profile-image img{
    width: 100%;
}
.modal-rating-review .rating-list{
    font-size: 16px;
    line-height: 24px;
}
.modal-rating-review .rating-list li{
    margin-bottom: 10px;
}
.modal-rating-review .rating-list .skill-star-rating{
    font-size: 24px;
}
/* End Modals */