/*
Theme Name: Bubble Child
Theme URI: http://www.favethemes.com/
Author: Favethemes
Author URI: http://www.favethemes.com/
Description: Bubble is a premium WordPress theme for real estate agents where modern aesthetics are combined with tasteful simplicity, and where the ease of use is achieved without compromise in your ability to customise the design. Whether you are a real estate agent looking to build a website for your company or a web developer seeking a perfect WordPress theme for your next project, you are certain to appreciate the numerous features and benefits that our theme provides.
Version: 1.0
Tags: white, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: bubble
Template: bubble
*/
@import url("../bubble/style.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');

@font-face {
    font-family: 'Gotham Rounded';
    src: url('fonts/gotham/rounded/book/gothamrounded-book-webfont.eot');
    src: url('fonts/gotham/rounded/book/gothamrounded-book-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/rounded/book/gothamrounded-book-webfont.woff') format('woff'),
    url('fonts/gotham/rounded/book/gothamrounded-book-webfont.ttf') format('truetype'),
    url('fonts/gotham/rounded/book/gothamrounded-book-webfont.svg#gothm_rounded_bookbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('fonts/gotham/rounded/light/gothamrounded-light-webfont.eot');
    src: url('fonts/gotham/rounded/light/gothamrounded-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/rounded/light/gothamrounded-light-webfont.woff') format('woff'),
    url('fonts/gotham/rounded/light/gothamrounded-light-webfont.ttf') format('truetype'),
    url('fonts/gotham/rounded/light/gothamrounded-light-webfont.svg#gothm_rounded_lightlight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('fonts/gotham/rounded/medium/gothamrounded-medium-webfont.eot');
    src: url('fonts/gotham/rounded/medium/gothamrounded-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/rounded/medium/gothamrounded-medium-webfont.woff') format('woff'),
    url('fonts/gotham/rounded/medium/gothamrounded-medium-webfont.ttf') format('truetype'),
    url('fonts/gotham/rounded/medium/gothamrounded-medium-webfont.svg#gothm_rounded_mediummedium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('fonts/gotham/rounded/mediumitalic/gothamrounded-mediumitalic-webfont.eot');
    src: url('fonts/gotham/rounded/mediumitalic/gothamrounded-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/rounded/mediumitalic/gothamrounded-mediumitalic-webfont.woff') format('woff'),
    url('fonts/gotham/rounded/mediumitalic/gothamrounded-mediumitalic-webfont.ttf') format('truetype'),
    url('fonts/gotham/rounded/mediumitalic/gothamrounded-mediumitalic-webfont.svg#gothm_rounded_mediumMdIt') format('svg');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('fonts/gotham/rounded/bold/gothamrounded-bold-webfont.eot');
    src: url('fonts/gotham/rounded/bold/gothamrounded-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham/rounded/bold/gothamrounded-bold-webfont.woff') format('woff'),
    url('fonts/gotham/rounded/bold/gothamrounded-bold-webfont.ttf') format('truetype'),
    url('fonts/gotham/rounded/bold/gothamrounded-bold-webfont.svg#gothm_rounded_boldbold') format('svg');
    font-weight: 700;
    font-style: normal;
}

.scrollable {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.scrollable.hover {
    overflow-y: hidden !important;
}

.scrollable.hover > * {
    margin-top: -1px;
}

.scrollable.hover:hover {
    overflow: visible !important;
    overflow-y: auto !important;
}

.smart .scrollable {
    overflow-y: auto !important;
}

.scroll-x,
.scroll-y {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

.scroll-y {
    overflow-y: auto;
}

.scroll-x {
    overflow-x: auto;
}

.no-scroll {
    overflow: hidden;
}

.box-shadow {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.box-shadow-md {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}

.box-shadow-lg {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.box-shadow-inset {
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
}

.text-shadow {
    text-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}

.l-h {
    line-height: 1.42857143;
}

.l-h-1x {
    line-height: 1;
}

.l-h-2x {
    line-height: 2em;
}

.l-s-1x {
    letter-spacing: 1px;
}

.l-s-2x {
    letter-spacing: 2px;
}

.l-s-3x {
    letter-spacing: 3px;
}

.h-1x {
    height: 20px;
}

.h-2x {
    height: 40px;
}

.h-3x {
    height: 60px;
}

.h-4x {
    height: 80px;
}

.font-normal {
    font-weight: normal;
}

.font-thin {
    font-weight: 300;
}

.font-bold {
    font-weight: 700;
}

.text-4x {
    font-size: 4em;
}

.text-3x {
    font-size: 3em;
}

.text-2x {
    font-size: 2em;
}

.text-xl {
    font-size: 32px;
}

.text-lg {
    font-size: 24px;
}

.text-md {
    font-size: 16px;
}

.text-base {
    font-size: 14px;
}

.text-sm {
    font-size: 13px;
}

.text-xs {
    font-size: 12px;
}

.text-xxs {
    font-size: 10px;
}

.text-u-c {
    text-transform: uppercase;
}

.text-c {
    text-transform: capitalize;
}

.text-l-t {
    text-decoration: line-through;
}

.text-u-l {
    text-decoration: underline;
}

.text-ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-fade {
    position: relative;
    overflow: hidden;
}

.text-fade:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70%;
    height: 1.2em;
    text-align: right;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%);
    content: "";
}

/* Your CSS code goes here
-------------------------------------- */
body,
.header-section .header-right a,
.header-section .header-right span,
.header-section .navi ul li,
.header-section .account-dropdown > ul > li > a,
.header-section-3 .header-right a,
.header-section-3 .header-right span,
.header-section-3 .navi ul li,
.header-section-3 .account-dropdown > ul > li > a,
.header-section-2 .header-right a,
.header-section-2 .header-right span,
.header-section-2 .navi ul li,
.header-section-2 .account-dropdown > ul > li > a,
.header-section-4 .header-right a,
.header-section-4 .header-right span,
.header-section-4 .navi ul li,
.header-section-4 .account-dropdown > ul > li > a,
.mobile-nav a, h1, .page-title .title-head, .article-detail h1, h2, .article-detail h2, .bubble-module .module-title-nav h2, h3, .module-title h3, .article-detail h3, .detail h3, .caption-bottom .detail h3, .detail-bottom.detail h3, .add-title-tab h3, #sidebar .widget-title, .footer-widget .widget-title, .services-module .service-block h3, h4, .article-detail h4, h5, .article-detail h5, h6, .article-detail h6, .item-body h2, .item-body .property-title, .post-card-description h3, .post-card-description .post-card-title, .my-property .my-heading, .module-title h2, .bubble-module .module-title-nav h2, input, select {
    font-family: 'Gotham Rounded' !important;
}

.bubble-gradient {
    background: rgb(29, 182, 208);
    background: -moz-linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
    background: linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1db6d0', endColorstr='#11d6d4', GradientType=1);
}

.my-actions .pay-btn,
.btn-primary {
    background: rgb(29, 182, 208);
    background: -moz-linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
    background: linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1db6d0', endColorstr='#11d6d4', GradientType=1);
    border-color: transparent;
}

.bubble-header-main .container .header-left {
    width: 80%;
}

.bubble-header-main .container .header-right {
    width: 20%;
}

.banner-inner {
    display: block !important;
}

.btn-default {
    font-weight: 300;
}

.add-tab-content .additional-block .sort-additional-row {
    color: #fff;
}

.btn-bordered {
    border-color: rgb(29, 182, 208);
    background: #fff;
    color: rgb(29, 182, 208);
}

.membership-content,
.payment-side-block {
    color: #222;
}

.btn-bordered:hover {
    background: rgb(29, 182, 208);
    color: #fff;
}

.bubble-modal .modal-content {
    border-radius: 10px;
}

.bubble-modal .modal-header {
    border-radius: 10px 10px 0 0;
}

.bubble-modal .modal-header span {
    padding: 18px 25px;
    display: block;
    color: #fff
}
/*
@-webkit-keyframes animateBubble {
    /*0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
0% { transform: translateY(0); }
100% { transform: translateY(-20px); }
}*/

@-moz-keyframes animateBubble {
    /* 0% {
         margin-top: 1000px;
     }
     100% {
         margin-top: -100%;
     }*/
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

@keyframes animateBubble {
    /*0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }*/
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
/*
@-webkit-keyframes sideWays {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: 50px;
    }
}

@-moz-keyframes sideWays {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: 50px;
    }
}*/

@keyframes animateBubbleodd {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

@keyframes animateBubbleeven {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
/*
@keyframes animateBubbleodd {
    0% {
        margin-top: 0;
        margin-left: 10px;
        opacity: 0.9;
    }
    100% {
        margin-top: -5%;
        margin-left: 0;
        opacity: 1;
    }
}

@keyframes animateBubbleeven {
    0% {
        margin-top: 5px;
        margin-left: 0;
        opacity: 1;
    }
    100% {
        margin-top: -5%;
        margin-left: 10px;
        opacity: 0.9;
    }
}
*/
@keyframes sideWays {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: 50px;
    }
}

.input-phone:before {
    content: "\f095";
}
.input-mobile:before {
    content: "\f10b";
}
.input-company:before {
    content: "\f1ad";
}
.header-media .banner-parallax {
    height: 140vh !important;
}
/*
.header-media:after {
    content: '';
    width: 100%;
    height: 100px;
    background: url("images/bottom-curve.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    margin-top: -65px;
    z-index: 3;
}
*/
.home .header-right .btn {
    background: #fff !important;
    color: #4bafc9 !important;
    border: 1px solid #51b1ca !important;
}

.home .header-right a span {
    color: #fff !important;
}

.header-right a span {
    color: rgb(29, 182, 208) !important;
}

.header-right .btn {
    background: rgb(29, 182, 208);
    background: -moz-linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
    background: linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1db6d0', endColorstr='#11d6d4', GradientType=1);
    border-color: transparent !important;
    color: #fff !important;
}

.header-right .btn:hover {
    opacity: 0.9;
}

.x-btn {
    padding: 11px 35px;
}

.bubble-overlay {
    background: rgba(53, 53, 53, 0.58);
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    z-index: 4;
    top: 0;
}

.banner-caption {
    top: 10%;
    left: 0;
    right: 0;
    transform: none;
    -webkit-transform: none;
    z-index: 4;
}

.bubble-menus {
    text-align: center;
    vertical-align: middle;
    height: 195px;
    display: inline-block;
    margin: 15% auto 0 auto;
    width: 100%;
    font-family: "Open Sans", Helvetica, sans-serif;
}

.bubble-menus ul {
    list-style: none;
}

.bubble-menus ul li a {
    color: #fff;
}


.bubble-menus > ul > li {

    display: inline-block;
    position: relative;
    padding: 10px;
    vertical-align: middle;
    margin-right: 50px;
}

.bubble-menus > ul > li:last-child {
    margin-right: 0;
}

.bubble-menus > ul > li:nth-child(odd) {
    -webkit-animation: animateBubbleodd 5s infinite  alternate;
    animation: animateBubbleodd 5s infinite  alternate;

    /*
        -webkit-animation: animateBubbleodd 5s ease-in-out infinite alternate;
        -moz-animation: animateBubbleodd 5s ease-in-out infinite alternate;
        animation: animateBubbleodd 5s ease-in-out infinite alternate;
    */
}

.bubble-menus > ul > li:nth-child(even) {
    /*
        -webkit-animation: animateBubbleeven 4s ease-in-out infinite alternate;
        -moz-animation: animateBubbleeven 4s ease-in-out infinite alternate;
        animation: animateBubbleeven 4s ease-in-out infinite alternate;
    */
    -webkit-animation: animateBubbleeven 3s infinite  alternate;
    animation: animateBubbleeven 3s infinite  alternate;
}

.bubble-menus > ul > li:nth-child(10n+0) {
    /*
        -webkit-animation: animateBubbleeven 5s ease-in-out infinite alternate;
        -moz-animation: animateBubbleeven 5s ease-in-out infinite alternate;
        animation: animateBubbleeven 5s ease-in-out infinite alternate;
    */
    -webkit-animation: animateBubbleeven 2.5s infinite  alternate;
    animation: animateBubbleeven 2.5s infinite  alternate;
}

.bubble-menus > ul > li > a {
    display: block;
    width: 150px;
    height: 150px;
    background: url(images/bubbleli.png) no-repeat;
    background-size: 100%;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 15px;
    z-index: 12;
    position: relative;
    margin-top: -18px;
    margin-left: -18px;
}

.bubble-menus ul > li > a > span,
.bubble-menus ul > li > a > .icons img {
    top: -20px !important;
    position: relative;
}

.bubble-menus ul > li > a.bubble-close > span {
    top: 0 !important;
}

.bubble-menus ul > li > a > .icons img {
    display: block !important;
    margin: 0 auto 3px auto !important;
    fill: #fff;
    font-size: 33px;
}

.bubble-menus ul > li > a {
    padding: 45% 20px 0 20px;
    font-weight: 600;
}

.bubble-menus ul > li {

}

.bubble-menus ul > li.active {
    display: inline-block !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    animation: none !important;
    left: 0;
    right: 0;
    -webkit-transition: all 5s ease-in-out;
    -moz-transition: all 5s ease-in-out;
    -ms-transition: all 5s ease-in-out;
    -o-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out;

}

.bubble-menus ul > li.active > a {
    padding: 5% 15px 0 15px;
    position: relative;
    display: none !important;
    /*margin: 0 auto;*/
}

.bubble-menus ul > li.active > a.bubble-close {
    padding: 40% 15px 0 15px;
}

.bubble-menus ul li > ul {
    /*display: none;*/
}

.bubble-menus > ul > li.active ul {
    /*display: block;*/
}

.bubble-menus ul > li.active {

}

.bubble-menus ul li > ul > li.active {
    transition: all 5s;
    -webkit-transition: all 5s;
    -moz-transition: 5s;
}

.bubble-menus ul li > ul > li {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;

}

.bubble-menus ul li > ul > li > a {
    display: block;
    width: 130px;
    height: 130px;
    background: url('images/bubblesub.png') no-repeat;
    background-size: 100%;
    color: #fff;
    text-align: center;
    padding: 22% 8% 0 8%;
    font-size: 13px;
    position: relative;
    line-height: 14px;
    opacity: 0;
}

.bubble-menus ul li.active > ul > li > a {
    display: block;
    width: 130px;
    height: 130px;
    background: url(images/bubblesub.png) no-repeat;
    background-size: 100%;
    color: #fff;
    text-align: center;
    padding: 45% 10px 0 10px;
    font-size: 14px;
    position: relative;
    line-height: 14px;
    opacity: 1;
    z-index: 99;
    /*
    margin-top: 40px;
    margin-left: 40px;*/
}

.feature-box {
    z-index: 3;
    position: relative;
    width: 55%;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
}

.bubble-feature {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}

.feature-content {
    top: 70px;
    position: relative;
    /*width: 55%;*/
    margin: 0 auto;

}

.feature-content .feature-title {
    color: #fff;
    font-weight: 400;
}

.feature-content .textwidget,
.feature-content .textwidget p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.feature-bg {
    margin: 0 auto;
    /*overflow: hidden;*/
    float: none;
    min-height: 380px;

}

.feature-bg-shine {
    background: url(images/featurebackground.png) no-repeat;
    /*height: 100%;
    width: 90%;*/
    z-index: 3;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-size: 100%;
    position: absolute;
}

.feature-bg-black-overlay {
    background: #000 !important;
}

.feature-bg-black-overlay,
.feature-bg-overlay {
    opacity: 0.7;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    filter: blur(5px);
    height: 93%;
    width: 90%;
    position: absolute;
    z-index: 2;
    background-size: 227%;
    background-position: center -62vh;
    border-radius: 800px 800px 0 0;
    left: 46px;
    right: 0;
    top: 10px;
}

.features-menu {
    width: 85%;
    margin: 0 auto;
    position: relative;
    top: 10px;
    margin-bottom: 30px;
}

.features-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 3;
    left: 15px;
}

.features-menu ul li {
    display: inline-block;
    color: #fff;
    width: 32%;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}

/*.features-menu ul li:nth-child(1),
.features-menu ul li:nth-child(2),
.features-menu ul li:nth-child(3) {
    width: 32%;
}
*/
.features-menu ul li a {
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.features-menu ul li a span {
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    display: inline-block;
    width: 68%;
    vertical-align: middle;
    /* display: inline-block; */
    font-weight: 600;
    text-align: left;
}
.features-menu ul li a i{
    background: #fff;
    padding: 10px 5px;
    border-radius: 50%;
    height: 48px !important;
    text-align: center;
    width: 48px !important;
    display: inline-block !important;
    margin-right: 5px !important;
    color: #222;
    font-size: 30px !important;
    vertical-align: middle !important;
}
.features-menu ul li a .icons {
    background: #fff;
    padding: 10px 5px;
    border-radius: 50%;
    height: 48px;
    /* text-align: center; */
    width: 48px;
    display: inline-block;
    margin-right: 5px;
}

.features-menu ul li a .icons img {
    font-size: 30px;
    margin: 0 !important;
    margin: 0 auto;
}

.features-menu ul li a .sub {
    display: none;
    /*transition: all 1.5s ease-in-out;*/
}

.features-menu ul li:hover a,
.features-menu ul li:hover a .icons,
.features-menu ul li:hover a span,
.features-menu ul li:hover a .sub {
    z-index: 3;
    position: relative;

}

.features-menu ul li:hover a .sub {
    position: absolute;
    display: block;
    font-size: 12px;
    min-width: 185px;
    font-weight: 300;
    line-height: 15px;
    text-align: left;
    margin-left: 18px;

}

.features-menu ul li:hover a,
.features-menu ul li:hover a span {
    color: #222;

}

.features-menu ul li:before {
    height: 0;
    content: '';
    width: 0;
    /*  -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
  */
}

.features-menu ul li:hover::before {
    content: '';
    box-shadow: 0 0 3px rgba(34, 34, 34, 0.63);
    background: #fff;
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    height: 280px;
    width: 280px;
    top: -65px;
    left: -45px;

}
/*
.features-menu ul li:hover:nth-child(1):before,
.features-menu ul li:hover:nth-child(2):before,
.features-menu ul li:hover:nth-child(3):before {
    height: 280px;
    width: 280px;
    top: -65px;
    left: -45px;
}
*/
.article-detail, .comments-block {
    padding: 0;
}

.home .getstarted {
    position: absolute;
    top: -60px;
    z-index: 3;
    left: 0;
    right: 0;
}

.home .getstarted .btn {
    border-color: #fff !important;
    font-size: 15px;
    color: #4ed3a5 !important;
    font-weight: 400;
}

.home .getstarted .btn:hover {
    border-color: #4ed3a5 !important;
    background: #4ed3a5 !important;
    color: #fff !important;

}

.widget-contact,
.footer-bottom a {
    color: #222;
}

#header-section {
    z-index: 5;
}

.header-media-wrap, .header-media {
    /*z-index: 98;*/
}

.subscribe-form {
    border: 0;
}

.subscribe-form label {
    font-weight: 600;
    color: #929394;
}

.subscribe-form button[type=submit] {
    border: 0;
    background: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #676767;
}

.subscribe-form button[type=submit]:hover {
    color: #00aeef;
}

.subscribe-form .input-icon input {
    padding: 6px 0 !important;
    border-width: 0 0 2px 0;
    border-radius: 0;
    border-color: #00aeef;
}

.subscribe-form .input-icon:before {
    display: none;
}

.subscribe-form .input-icon input::-webkit-input-placeholder,
.subscribe-form .input-icon input:-moz-placeholder,
.subscribe-form .input-icon input::-moz-placeholder,
.subscribe-form .input-icon input:-ms-input-placeholder {
    font-weight: 400;
}

.foot-social {
    padding-top: 38px;
}

.foot-social a {
    color: #7b7d7c !important;
    font-size: 30px;
}

.foot-social a:hover {
    color: #12b1cd !important;
}

.footer {
    padding: 50px 0 40px;
    margin: 0;
}

.footer-widget .widget-title {
    color: #787575 !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
}

.sidebar-white .widget.widget_bubble_code_banner {
    padding: 0 !important;
    background: transparent;
}

.footer-widget ul.menu {
    width: 100%;
    columns: 1;
    -webkit-columns: 1;
    margin: 0;
    padding: 0;
}

.footer-widget {
    text-align: left;
}

.footer-widget ul.menu li a:before,
.footer-widget ul.menu li a:after {

    display: none !important;
}

.footer-widget ul.menu li {
    max-width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}

.footer-widget ul.menu li a {
    color: #222;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

.footer-widget ul.menu li a:hover {
    color: #12becf;
}

.footer-col .copyright {
    font-size: 13px;
}

.footer-col .navi > ul {
    text-align: right;
}

.footer-col .navi > ul > li {
    float: none;
    vertical-align: middle;
}

.footer-col .navi > ul > li > a {
    line-height: normal;
    font-size: 13px;
    padding-right: 0;
    text-transform: capitalize;
    font-weight: 400;
}

.advanced-search{
    z-index:3;
}
.advanced-search .ui-slider .range-wrap {
    padding: 0;
}

.advanced-search .range-advanced-main .range-text p,
.advanced-search .range-advanced-main .range-text p span,
.advanced-search .features-list label.title,
.advanced-search .features-list .checkbox-inline {
    color: #fff !important;
    font-weight: normal;
}

.add-tab-content .checkbox,
.add-tab-content .radio {
    color: #222;
}

.advanced-search .ui-slider .ui-slider-handle {
    border-radius: 50%;
    top: -10px;
}

.advanced-search .ui-slider.ui-slider-horizontal {
    height: 1px;
    border: 1px solid rgb(175, 251, 255);
}

.advanced-search .ui-slider .ui-slider-handle:before {
    background-image: none;
}

.advanced-search .ui-slider.ui-slider-horizontal .ui-slider-range {
    background-color: #fff;
    border-color: #1cbad1;
    z-index: 1;
    position: relative;
    top: -1px;
    height: 2px;
}

.advanced-search .advance-btn,
.advanced-search .advance-btn:hover {
    color: #ffffff !important;
}

.advanced-search .btn.btn-secondary {
    color: #959595 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

.main-nav > ul > li > a {
    /*font-size: 14px;
    color: #6d6868 !important;
    padding: 0 10px;*/
}

/*******Dashboard & profile*******/

.dashboard-content-area {
    background: #ffffff;
}
.dashboard .account-block .my-avatar img {
    border-radius: 50%;
}
.dashboard .account-block {
    color: #9b9b9b;
}
.dashboard .account-block .my-avatar .profile-img-info {
    color: #9b9b9b;
    font-size: 13px;
    font-weight: 300;
}

.dashboard .form-group label {
    font-size: 13px;
    font-weight: 500;
    color: #222;
}

.dashboard .user-dashboard-right {
    top: 90px;
}

.dashboard .user-dashboard-left,
.dashboard .user-dashboard-right,
.dashboard .user-dashboard-right .board-header {
    background: transparent !important;
}

.breadcrumb li {
    color: #a9a9a9;
}
.dashboard .my-property-listing h4, .property-listing h4, .agency-listing h4{
    color: #fff;
}
.dashboard .bubble-tabs .nav-tabs {
    /* border: 0; */
    margin-bottom: 25px;
}

.dashboard .bubble-tabs .nav-tabs > li {
    margin-bottom: 0;

}

.dashboard .bubble-tabs .nav-tabs > li.active {
    top: 1.3px;
}

.dashboard .bubble-tabs .nav-tabs > li > a {
    /* font-size: 13px; */
    /* border-bottom: 2px solid #c0cbcd; */
    /* color: #c0cbcd; */
    /* border-radius: 0; */
}

.dashboard .bubble-tabs .nav-tabs > li.active > a {
    /* border: 0; */
    /* border-bottom: 2px solid #1db6d0; */
    /* color: #1db6d0; */
}

.dashboard .bubble-tabs .nav-tabs > li.active > a:hover {
    /* border-bottom: 2px solid #1db6d0; */
    /* color: #1db6d0; */
}

.dashboard .bubble-tabs .nav-tabs > li > a:hover {
    /* border-bottom: 0px; */
    /* color: #1db6d0; */
    /* background: transparent; */
}

.dashboard .user-dashboard-left {
    width: 280px;
}

.dashboard-with-panel .steps-nav {
    left: 280px;
}

.dashboard .dashboard-with-panel {
    padding-left: 280px;
}

.dashboard .account-profile-block {
    border-radius: 5px;
}

.dashboard .bubble-header-main,
.dashboard .user-dashboard-right .board-header {
    border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.dashboard .user-dashboard-left .dashboard-bar {
    border-right: 1px solid rgba(255, 255, 255, .25);
}

.dashboard .board-header-left .board-title {
    font-weight: 400;
    font-size: 15px;

}

.dashboard .board-header-right .breadcrumb li:after {
    padding: 0 10px;
}

.dashboard .board-header-right .breadcrumb li {
    font-size: 14px;
}

.dashboard .board-header-right .breadcrumb li a {
    color: #fff;
}

.dashboard .header-left .navi {
    display: none;
}

.dashboard .board-panel-menu > li.active {
    box-shadow: inset 5px 0 0 #fff;
    color: #fff;
}

.dashboard .board-panel-menu .sub-menu {
    background: transparent;
}

.dashboard .board-panel-menu .sub-menu > li.active > a,
.dashboard .board-panel-menu > li a:hover {
    color: #fff;

}

.dashboard-with-panel .dashboard-inner-main {
    margin-right: 0;
}

.dashboard .sort-tab button {

}

.dashboard .sort-tab {
    color: #fff !important;
}

.dashboard .dashboard-with-panel .steps-nav {
    background: #fff;

    box-shadow: 0 5px 50px #222;
}

.dashboard .steps-nav .btn-left span,
.dashboard .steps-nav .btn-right span {
    color: #222;
}

.dashboard .dashboard-content-area .validate-errors,
.dashboard .dashboard-content-area .validate-errors-gal {
    background: #fff;
}

.dashboard .steps-progress-main .steps-progress,
.dashboard .steps-progress-main .steps-progress span {
    border-radius: 5px;
    height:6px;
}

.dashboard .steps-nav button {
    background: rgb(29, 182, 208);
    background: -moz-linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
    background: linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1db6d0', endColorstr='#11d6d4', GradientType=1);
}

.dashboard .pay-step-bar {
    text-align: center;
}

.dashboard .pay-step-bar .pay-step-block {
    background: #adadad;
    border-left: 1px solid #f2f2f2;
    color: #ffffff;
    padding: 5px 30px;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
}

.dashboard .pay-step-bar .pay-step-block:first-child {
    border-left: 0;
    border-radius: 20px 0 0 20px;
}

.dashboard .pay-step-bar .pay-step-block:last-child {
    border-radius: 0 20px 20px 0;
}

.dashboard .pay-step-block.active {
    background: #45d3db;
    color: #fff;
}

.dashboard .pay-step-bar .pay-step-block span {
    border: 0;
    padding: 0;
}

.dashboard .bubble_gallery_dragDrop {
    background-color: #fff;
    border: 1px dashed #dfdfdf;
    text-align: center;
    padding: 30px;
    margin-top: 10px;
}

.dashboard .wp-editor-wrap .wp-editor-tabs {
    display: none;
}

.dashboard .property-media .media-drag-drop {
    /*background: #fff;*/
    background: #fff url(images/media-upload-bg.png) bottom repeat-x;
    border-width: 1px;
    border-color: #f2f2f2;
    background-size: 30%;
}

.dashboard .property-media .media-drag-drop .drag-title,
.dashboard .property-media .media-drag-drop .icon-cloud-upload {
    color: #c1c1c1;
}

.dashboard .membership-content .help-block {
    font-weight: 400;
    font-size: 14px;
}

.dashboard .account-block.form-step {
    border-radius: 3px;
}

.dashboard .dashboard-content-area1 .dashboard .dashboard-content-area h1, .dashboard .dashboard-content-area h2, .dashboard .dashboard-content-area h3, .dashboard .dashboard-content-area h4{
    /* color: #fff;*/
}
.dashboard .package-block, .dashboard .package-block h3{
    color: #636262;
}
.dashboard .dashboard-thankyou .block-success {
    text-align: center;
}

.dashboard .dashboard-thankyou .block-success .done-icon {
    color: #13cfd3;
}

.dashboard .dashboard-thankyou .block-success h2,
.dashboard .dashboard-thankyou .block-success {
    /*background-color: transparent;
    color: #fff;*/
}

.dashboard .dashboard-thankyou .block-success ul {
    list-style: none;
    background: #fff;
    display: inline-block;
    color: #222;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 1px 0 5px #7d7d7d;
}

.dashboard .block-success p {
    font-size: 13px;
}

/*****Single Property****/
.single-property {
    background: #f2f2f2;
}

.single-property .detail-block {
    border-radius: 5px;
    box-shadow: 0 0 2px rgb(187, 187, 187);
    padding: 20px;

}

.single-property .detail-block .detail-title {
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.single-property .detail-bar p,
.single-property .detail-bar ol li,
.single-property.detail-bar ul li {
    font-size: 13px;
}

.detail-block.detail-address .detail-title .title-right a {
    background: rgb(29, 182, 208);
    background: -moz-linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
    background: linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1db6d0', endColorstr='#11d6d4', GradientType=1);
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 3px;
    margin: 0;
}

.dashboard .my-property {
    border-radius: 2px;
    color: #222;
}
.dashboard .my-property .address,
.dashboard .my-property .status {
    color: #222;
    font-weight: 400;
}
.dashboard .invoice-detail,
.dashboard .invoice-list {
    color: #222;
}

.detail-block.detail-address .detail-title .title-right a:hover {
    opacity: 0.9;
}

.single-property .detail-block .list-features .fa,
.single-property .detail-block strong {
    /*color: #13cfd3;*/
    font-weight: 500;
}

.single-property .detail-title .title-right .fa {
    margin-right: 5px;
    margin-left: inherit;
}

.single-property .detail-title-inner .title-inner {
    font-size: 18px;
    line-height: 18px;
}

.single-property .bubble-details {
    text-align: center;
    top: 30vh;
    position: relative;
    z-index: 1;

}
.single-property .bubble-details ul {
    margin:0;
    padding: 0;
    list-style: none;
}

.single-property .bubble-details ul li i{
    font-size: 28px;
    text-shadow: 0 0 5px #000;
}

.single-property .bubble-details ul li span.bubble-count{
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    color: #222;
    font-size: 14px;
    padding: 5px 8px;
    border-radius: 50%;
    height: 32px;
    width: 32px;
}
.single-property .bubble-details ul li {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    background: url(images/bubblesub.png) no-repeat;
    background-size: contain;
    padding: 33px;
    color: #fff;
}

.account-action .user-image {
    width: 48px;
    height: 48px;
}

.account-action .user-image img {
    width: 48px;
    height: 48px;
}

.header-right .account-action .user-text {
    font-size: 13px;
    margin-left: 5px;
}

.agent-media img {
    border-radius: 5px;
}

.header-right .account-action span:hover,
.header-right .account-action li:hover {
    /*color: #fff !important;*/
}

.account-action .account-dropdown {
    overflow: visible;
}

.lightbox-popup {
    margin: 15px auto;
}

.lightbox-header {
    /*   height: 50px;*/
}

.lightbox-popup .gallery-area .owl-height {
    /*height: 678px !important;*/
}

/*START SOCIAL BUTTONS STYLE*/
.property-social a span {
    display: none;
}

.property-social span {
    margin: 0;
}

.property-social span a {
    font-size: 25px;
}

.property-social span a {
    margin: 0;
}

.video-block a {
    display: block;
    min-height: 350px
}

.profile-social .btn-facebook,
.property-social .btn-facebook {
    color: #506dab !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    border: 1px solid #ffc107;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: #FFC107;
}

.profile-social .btn-twitter,
.profile-social .btn-skype,
.property-social .btn-twitter,
.property-social .btn-skype {
    color: #00aced !important;
}

.profile-social .btn-pinterest,
.property-social .btn-pinterest {
    color: #cb2027 !important;
}

.profile-social .btn-instagram,
.property-social .btn-instagram {
    color: #517fa4 !important;
}

.profile-social .btn-google-plus,
.property-social .btn-google-plus {
    color: #dd4b39 !important;
}

.profile-social .btn-linkedin,
.property-social .btn-linkedin {
    color: #007bb6 !important;
}

.profile-social .btn-youtube,
.property-social .btn-youtube {
    color: #bb0000 !important;
}

.profile-social .btn-dribbble,
.property-social .btn-dribbble {
    color: #ea4c89 !important;
}

.profile-social .btn-foursquare,
.property-social .btn-foursquare {
    color: #0072b1 !important;
}

.profile-social .btn-flickr,
.property-social .btn-flickr {
    color: #ff0084 !important;
}

.profile-social .btn-vimeo,
.property-social .btn-vimeo {
    color: #4EBBFF !important;
}

.profile-social .btn-tumblr,
.property-social .btn-tumblr {
    color: #32506d !important;
}

.profile-social .btn-rss,
.property-social .btn-rss {
    color: #FF6600 !important;
}

.profile-social .btn-email,
.property-social .btn-email {
    color: #ccc !important;
}

.property-listing.grid-view.grid-view-3-col .property-item .item-thumb .hover-effect,
.property-item-v2 .item-thumb, .property-item-v2 figure {
    width: 100% !important;
    height: 391px !important;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0); /* IE6-9 */
    border-radius: 3px 3px 0 0;
}

.property-listing.list-view .property-item {
    padding: 0;
}

.archive {
    background: #f2f2f2;
}

.property-listing.list-view .property-item .item-thumb .hover-effect,
.property-item-v2 .item-thumb, .property-item-v2 figure,
.property-listing.grid-view.grid-view-2-col .property-item .item-thumb .hover-effect,
.archive .property-listing.grid-view .property-item .item-thumb .hover-effect,
.property-listing.grid-view .property-item .item-thumb .hover-effect {
    max-height: 190px !important;
}

.property-listing.grid-view .property-item .item-thumb .hover-effect, .property-item-v2 .item-thumb, .property-item-v2 figure {
    height: 375px !important;
    border-radius: 3px 3px 0 0;
}

.pagination > li > a:hover,
.pagination > li > .current {
    font-size: 14px;
    line-height: 27px;
    margin: 0;
    font-weight: 500;
    height: 40px;
    text-transform: inherit;
    text-align: center;
    color: #fff !important;
    background: rgb(29, 182, 208);
    background: -moz-linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
    background: linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1db6d0', endColorstr='#11d6d4', GradientType=1);
    border-color: transparent
}

.property-listing .property-item .item-thumb .hover-effect:after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0) !important; /* IE6-9 */
}

.bubble-listing-page {
    background: #f2f2f2;
}

.bubble-listing-page .grid-view .item-wrap .property-item .phone a {
    padding: 5px 13px;
}

.bubble-listing-page .grid-view .item-wrap .property-item {
    padding: 0;
    border-radius: 3px 3px 0 0;
}

.bubble-listing-page .grid-view .item-wrap {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.bubble-listing-page .grid-view .item-wrap .item-foot {
    border-radius: 0 0 3px 3px;
}

.bubble-listing-page .breadcrumb li {
    font-size: 13px;
}

.bubble-listing-page .list-tabs {
    margin-bottom: 20px;
}

.bubble-listing-page .list-tabs .tabs ul {
}

.bubble-listing-page .list-tabs .tabs ul li {
    margin-right: 5px;
}

.bubble-listing-page .list-tabs .tabs ul li a {
    padding: 8px 12px;
    width: auto;
    color: #636262;
    background: #fff;
    border-radius: 3px;
}

.bubble-listing-page .list-tabs .tabs ul li a:hover {
    opacity: 0.9
}

.bubble-listing-page .list-tabs .tabs ul li a.active {
    background: rgb(29, 182, 208);
    background: -moz-linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
    background: linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1db6d0', endColorstr='#11d6d4', GradientType=1);
    color: #fff;
}

h1, .page-title .title-head, .article-detail h1 {
    color: #636262;
}
.sort-tab.open .dropdown-toggle,
.sort-tab .dropdown-toggle {
    background: #fff;
    padding: 10px 18px;
    margin-left: 15px !important;
}
.sort-tab.open .dropdown-toggle:hover,
.sort-tab .dropdown-toggle:hover {
    background: #fff;
}


.sort-tab.open .dropdown-toggle .filter-option,
.sort-tab .dropdown-toggle .filter-option {
    padding-right: 0 !important;
    margin-right: -10px;
}

.sort-tab {
    font-weight: 500;
    font-size: 13px;
}

.page-title-right .view .view-btn.active {
    color: rgb(29, 182, 208);
}

.all-agents {
    background: #f2f2f2;
}

.agents-block-box {
    margin: 0 0 24px 0;
    background: #fff;
    text-align: center;
    min-height: 410px;
    border-radius: 3px;
    border-bottom: 5px solid rgba(29, 182, 208, 1);
    padding: 35px 15px 0 15px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.05) !important;
}

.agents-block-box .auther-thumb {
    border-radius: 50%;
    border: 4px solid #12d4d4;
    margin: 0;
    width: 150px;
    height: 150px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
}

.agents-block-box .auther-info .blue {
    font-size: 16px;
    font-weight: 500;
    color: #222;
}

.agents-block-box .auther-info span {
    font-size: 12px;
    color: #9E9E9E;
}

.agents-block-box:hover {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15) !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    z-index: 3;
}

.agents-block-box .profile-btn {
    font-size: 13px;
    /*font-weight: 400;*/
    padding: 6px 20px;
    /*border-radius: 3px 5px 0px 0px;*/
    margin-bottom: 10px;
}

.agents-block-box .position {
    font-size: 12px;
}

.agents-block-box .profile-contact a {
    color: #222;
    /*font-weight: 500;*/
}

.agents-block-box .profile-contact span {
    color: #12d4d4;
    font-weight: 500;

}

.agents-block-box .web-logo:empty {
    display: none;
}

.agents-block-box .web-logo {
    height: 50px;
}

.agents-block-box .web-logo img {
    height: 50px;
    width: auto;
}

.property-reviews {
    background: #fff;
}
.archive, .agencies{
    background: url('images/bubble-back-beach-cover.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.archive .page-title h2,
.archive .page-title-left .title-head,
.agencies .page-title-left .title-head {
    color: #fff;
}
.archive.breadcrumb li,
.archive .breadcrumb li a,
.archive.breadcrumb li:after,
.archive .breadcrumb > .active,
.agencies .breadcrumb li,
.agencies .breadcrumb li a,
.agencies .breadcrumb li:after,
.agencies .breadcrumb > .active {
    color: #fff;
}

.agency-block-box {
    background: rgba(255, 255, 255, 0.27);
    max-width: 360px;
    min-width: 320px;
    height: 378px;
    min-height: 328px;
    border-radius: 50%;
    padding: 40px;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
}

.agency-block-box:before {
    -ms-filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    filter: blur(3px);
    background: rgba(255, 255, 255, 0.69);
    width: 360px;
    min-width: 320px;
    height: 378px;
    min-height: 328px;
    border-radius: 50%;
    padding: 40px;
    margin-bottom: 30px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;

}

.agency-block-box .agency-logo,
.agency-block-box .agency-logo figure a {
    width: auto;
    position: relative;
    height: 78px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.agency-block-box .agency-logo figure a img {
    width: auto;
    height: 78px;
    /*border: 1px dashed #fff;*/
    padding: 5px;
}

.agency-block-box .agency-body {
    text-align: center;
}

.agency-block-box .agency-body > h3 a {
    color: #222;
    font-size: 16px;
    margin-top: 15px;
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.agency-block-box .agency-body h3 {
    color: #222;
    font-size: 16px;

}

.agency-block-box .media {
    position: relative;
}

.agency-block-box .list-counter {

}

.agency-block-box .list-counter ul li {
    line-height: 12px;
}

.agency-block-box .list-counter ul li:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.35);
}

.agency-block-box .list-counter ul li .list-count {
    margin: 0;
}

.agency-block-box .list-counter ul li .list-label {
    font-size: 14px;
    font-weight: 400;
}

.agency-block-box .list-counter ul li {
    width: 48%;
    display: inline-block;
}

.agency-block-box .agency-review {

}

.agency-block-box .agency-review h3 {
    margin: 0;
}

.agency-block-box .agency-review .a-ratings,
.agency-block-box .agency-review .a-ratings i {
    color: #FFC107;
    font-size: 18px;
}

.agency-block-box .agency-review .rating-text {
    font-size: 12px;
}

.solicitor-form {
    max-width: 520px;
    margin: 0 auto;
    background: #f2f2f2;
    padding: 15px 20px;
    border-radius: 5px;
    border: 1px solid #dedede;
    box-shadow: 0px 0px 10px rgba(20, 206, 211, 0.24);
}

.solicitor-form .gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.solicitor-form .gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.solicitor-form .gform_wrapper .ginput_complex .ginput_right select,
.solicitor-form .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.solicitor-form .gform_wrapper .ginput_complex select {
    padding: 5px 15px;
    font-weight: 400;
    border-radius: 3px;
    border: 1px solid #dadada;
    height: 34px;
}

.solicitor-form .gform_wrapper input:[type=file] {
    font-size: 13px;
}

.solicitor-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border-radius: 3px;
    border: 1px solid #dadada;
    height: 34px;
    width: 100%;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    outline: 0 !important;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 11px 15px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    width: 100% !important;
    background: rgb(29, 182, 208);
    background: -moz-linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
    background: linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1db6d0', endColorstr='#11d6d4', GradientType=1);
    border-color: transparent;
}

/***Single Agent & agency**/
.single-bubble_agency,
.single-bubble_agent {
    background: #f2f2f2;
}

.single-bubble_agency .profile-detail-block,
.single-bubble_agent .profile-detail-block {
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(34, 34, 34, 0.25);
}

.single-bubble_agent .profile-detail-block .profile-image {
    position: relative;
    text-align: center;
    /*width: 200px;
    height: 200px;*/
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid #12d4d4;
    margin: 0 auto;
}

.single-bubble_agency .company-detail .profile-social i,
.single-bubble_agent .profile-detail-block .profile-social i {
    font-size: 30px;
}

.single-bubble_agency .company-detail .profile-contact,
.single-bubble_agency .company-detail .profile-contact a,
.single-bubble_agent .profile-detail-block .profile-contact,
.single-bubble_agent .profile-detail-block .profile-contact a,
.single-bubble_agent .profile-detail-block .profile-rating,
.single-bubble_agent .profile-detail-block .profile-rating a {
    color: #222;
}

.single-bubble_agent .profile-detail-block .company-logo {
    text-align: center;
    margin-top: 20px;
}

.single-bubble_agency .company-detail .profile-contact span,
.single-bubble_agency .company-detail .profile-rating span,
.single-bubble_agent .profile-detail-block .profile-contact span {
    /*color: #0abeaf;*/
}
.profile-description p, .agency-description p {
    font-weight: 400;
}

.home #section-body:after {
    content: '';
    width: 100%;
    height: 132px;
    display: block;
    background: rgba(34, 34, 34, 0) url(images/bottom-curve.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -130px;
    background-size: cover;
    z-index: 3;
}
.home #section-body > .container{z-index: 4;
    position: relative;}
/*START AGENT LIST PAGE STYLE*/

.user-listing .profile-detail-block {
    padding: 30px;
    margin: 0;
}

.user-listing .profile-detail-block + .profile-detail-block {
    margin-top: 20px;
}

.add_fav .fa.fa-heart{color: #F44336;}
.add-tab-content .additional-block button,
.add-tab-content .additional-block button:hover{background: #14ced3;
    padding: 4px 10px;
    font-size: 12px;
    opacity: 1;
    border-radius: 3px;
    color:#fff;}
.add-tab-content .additional-block .sort-additional-row{    background: rgb(29, 182, 208);
    background: -moz-linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
    background: linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1db6d0', endColorstr='#11d6d4', GradientType=1);
    border-color: transparent;}
@media (max-width: 991px) {
    .account-action .user-image img{height:auto;}
    .top-bar {
        background: rgb(29, 182, 208);
        background: -moz-linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
        background: -webkit-linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
        background: linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1db6d0', endColorstr='#11d6d4', GradientType=1);
        border-color: #fff;
    }

    .dashboard-with-panel .steps-nav {
        left: 0;
    }

    .bubble-header-mobile {
        background: rgb(29, 182, 208);
        background: -moz-linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
        background: -webkit-linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
        background: linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1db6d0', endColorstr='#11d6d4', GradientType=1);
    }

    .header-mobile .header-logo img {
        max-height: 45px;
    }

    .header-media .banner-parallax {
        min-height: 450px !important;
    }

    .feature-content {
        top: 20px;
    }

    .bubble-menus {
        height: auto !important;
        display: inline-block;
        width: 100%;
        text-align: left;
        margin: 0;
    }

    .banner-caption {
        top: 2%;
    }

    .banner-caption .container {
        padding: 0 !important;
        margin: 0;
        width: 100%;
    }

    .bubble-menus > ul > li {
        animation: none !important;
        display: block;
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
    }

    .header-mobile > .container {
        width: 90%;
    }

    .bubble-modal .modal-dialog {
        width: 80%;
        margin: 0 auto;
    }

    .bubble-menus > ul > li > a {
        padding: 0;
        height: inherit;
        width: inherit;
        text-align: left;
        padding: 10px 20px;
        border-radius: 0 20px 20px 0;
        font-weight: normal;
        background: rgb(29, 182, 208);
        background: -moz-linear-gradient(45deg, rgba(29, 182, 208, 0.72) 0%, rgba(17, 214, 212, 0.02) 100%);
        background: -webkit-linear-gradient(45deg, rgba(29, 182, 208, 0.72) 0%, rgba(17, 214, 212, 0.02) 100%);
        background: linear-gradient(45deg, rgba(29, 182, 208, 0.72) 0%, rgba(17, 214, 212, 0.02) 100%);
    }

    .bubble-feature {
        position: relative;
        background: rgb(29, 182, 208);
        background: -moz-linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
        background: -webkit-linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
        background: linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
        width: 100%;
        padding: 20px 15px;

    }

    .feature-bg-shine,
    .feature-bg-black-overlay,
    .feature-bg-overlay {
        display: none;
    }

    .bubble-menus ul li > ul > li {
        position: relative;
        display: block !important;
        line-height: 30px;
    }

    .bubble-menus ul li > ul > li > a {
        display: none;
    }

    .bubble-menus ul li.active > ul > li > a {
        opacity: 1;
        background: none;
        color: #fff;
        position: relative;
        width: inherit;
        height: inherit;
        display: inline;
        padding: 0 20px;
    }

    .bubble-overlay {
        dispaly: none !important;
        width: 0;
        height: 0;
        z-index: 0;
    }

    .no-scroll {
        overflow: auto;
    }

    .bubble-menus ul li > ul > li {

        top: inherit !important;
        bottom: inherit;
        left: inherit !important;
        right: inherit;
    }

    .bubble-menus > ul > li > a span,
    .bubble-menus > ul > li > a .icons {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        top: -2px !important;
    }

    .bubble-menus > ul > li > a .icons img {
        top: 0 !important;
        font-size: 28px;
    }

    .bubble-menus ul > li.active > a.bubble-close {
        padding: 0;
        position: absolute;
        top: 0;
        vertical-align: middle;
        padding: 10px 20px;
        left: 0;

    }

    .bubble-menus ul > li.active > a.bubble-close span {
        margin-left: 20px;
        top: -3px !important;
    }

    .bubble-menus ul > li.active > a.bubble-close br {
        display: none;
    }

    .bubble-menus > ul > li.active ul {
        padding: 20px 0;
    }

    .features-menu ul li a .sub {
        display: block;
        text-align: left;
    }

    .features-menu ul {
        left: 0;
    }

    .feature-box,
    .features-menu,
    .features-menu ul li:nth-child(1),
    .features-menu ul li:nth-child(2),
    .features-menu ul li:nth-child(3),
    .features-menu ul li {
        text-align: left;
        width: 100%;
    }

    .account-dropdown {
        z-index: 99;

    }

    .account-dropdown > ul .sub-menu
    .dashboard {
        position: relative;
    }

    .dashboard .dashboard-with-panel {
        padding-left: 0;
    }

    .dashboard .user-dashboard-right {
        top: 0;
    }

    .account-profile-block {
        padding: 40px 15px;
    }

    .features-menu ul li:hover:nth-child(1):before,
    .features-menu ul li:hover:nth-child(2):before,
    .features-menu ul li:hover:nth-child(3):before,
    .features-menu ul li:hover::before {
        display: none;
    }

    .features-menu ul li:hover a .sub {
        position: relative;
        display: block;
        font-size: 14px;
        color: #fff;
        min-width: 100%;
        font-weight: 300;
        line-height: inherit;
        width: 100%;
        text-align: left;
        margin-left: 0;
        /*margin-top: 0px;*/
    }

    .features-menu ul li:hover a, .features-menu ul li:hover a span {
        color: #fff;
    }

    .footer-col,
    .footer-col .navi > ul {
        text-align: center;
    }

    #bubble_delete_account {
        padding: 5px;
        text-align: center;
    }

    .advanced-search-sticky {
        display: none !important;
    }
    .single-property .bubble-details {
        display: none}
}
}

@media (max-width: 767px) {
    .user-listing .profile-detail-block {
        padding: 20px;
    }
}

.user-listing .media-left, .user-listing .next-prev-block .media-right, .next-prev-block .user-listing .media-right {
    padding-right: 30px;
}

.user-listing .media-left figure, .user-listing .next-prev-block .media-right figure, .next-prev-block .user-listing .media-right figure {
    margin-bottom: 20px;
    display: block;
    width: 100px;
}

@media (max-width: 767px) {
    .user-listing .media-left figure, .user-listing .next-prev-block .media-right figure, .next-prev-block .user-listing .media-right figure {
        width: 150px;
    }
}

@media (max-width: 481px) {
    .user-listing .media-left figure, .user-listing .next-prev-block .media-right figure, .next-prev-block .user-listing .media-right figure {
        width: 65px;
    }
}

.user-listing .profile-description .position, .user-listing .agency-description .position {
    margin-bottom: 20px;
}

.user-listing .profile-description p, .user-listing .agency-description p {
    margin-bottom: 30px;
}

.user-listing .profile-description .profile-contact, .user-listing .agency-description .profile-contact, .user-listing .profile-description .agency-contact, .user-listing .agency-description .agency-contact {
    margin: 10px 0;
}

.user-listing .profile-description .profile-contact .email, .user-listing .agency-description .profile-contact .email, .user-listing .profile-description .agency-contact .email, .user-listing .agency-description .agency-contact .email {
    margin-top: 10px;
}



.property-item{
    background: rgba(255, 255, 255, 0.27);
    max-width: 360px;
    min-width: 320px;
    height: 378px;
    min-height: 328px;
    border-radius: 50%;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
    overflow:hidden;
}

.property-item:before {
    -ms-filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    filter: blur(3px);
    background: rgba(255, 255, 255, 0.27);
    width: 360px;
    min-width: 320px;
    height: 378px;
    min-height: 328px;
    border-radius: 50%;
    padding: 40px;
    margin-bottom: 30px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
}

.property-item .label-wrap{
    bottom: 0;
    top: initial;
    right: inherit;
    left: 20px;
}
.property-item .price .item-price,
.property-item .price .item-sub-price{
    color:#fff;
}

.pagination >li >span.page-numbers.dots {
    font-size: 17px;
    vertical-align: middle;
    border-right: none;
}


.property-item .item-body .amenities .bubble-details ul li i{
    /*font-size: 2px;*/
    text-shadow: 0 0 2px #000;
}

.property-item .item-body .amenities .bubble-details ul li span.bubble-count{
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    color: #222;
    font-size: 14px;
    padding: 5px 8px;
    border-radius: 50%;
    height: 32px;
    width: 32px;
}
.property-item .item-body .amenities .bubble-details ul li {
    display: inline-block;
    position: relative;
    width: 54px;
    height: 54px;
    background: url(images/bubblesub.png) no-repeat;
    background-size: contain;
    padding: 15px;
    color: #fff;
    margin-right: 10px;
}

.property-item .item-body .amenities .bubble-details ul li span.bubble-count {
    position: absolute;
    top: 0;
    right: -15px;
    background: #fff;
    color: #222;
    font-size: 13px;
    padding: 0px 8px;
    border-radius: 50%;
    height: 23px;
    width: 23px;
}
.property-similer .property-item {
    background: rgb(29, 182, 208);
    background: -moz-linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
    background: linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1db6d0', endColorstr='#11d6d4', GradientType=1);
    border-color: transparent;

}

.property-item h2 a:hover,
.property-item .property-title a:hover,
.widget .media-heading a:hover {
    color: #000!important;
}
.property-item:before{    background: rgb(29, 182, 208);
    background: -moz-linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
    background: linear-gradient(45deg, rgba(29, 182, 208, 1) 0%, rgba(17, 214, 212, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1db6d0', endColorstr='#11d6d4', GradientType=1);
    border-color: transparent;}
@media (max-width: 767px) {
    .user-listing .profile-description .position, .user-listing .agency-description .position {
        margin-bottom: 10px;
    }

    .user-listing .profile-description p, .user-listing .agency-description p {
        margin-bottom: 20px;
    }

    .user-listing .profile-description .agent-contact, .user-listing .agency-description .agent-contact {
        margin: 10px 0;
    }
}

@media (max-width: 767px) {
    .user-listing .profile-social, .user-listing .agency-social {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .user-listing .media-left, .user-listing .next-prev-block .media-right, .next-prev-block .user-listing .media-right {
        padding-right: 15px;
    }
}

@media screen and  (min-width: 1370px) {
    .home #section-body:after{
        background-size: 140%;
    }
    .home .getstarted{
        top: -30px;
    }
}


@media screen and (min-width: 1570px) {
    .home #section-body:after{
        background-size: 200%;
    }
    .home .getstarted{
        top: -30px;
    }
}

.small, small{
    font-size: 80%;
}

.account-block .add-title-tab {
    background-color: #525252;
    border: 1px solid #353535;
}
.account-block .add-title-tab h3 {
    color: #fff;
}

@media screen and (min-width: 767px) {
    /*.main-nav {
        margin-top: 25px;
    }

    .header-section-4 .navi > ul > li > a {
        line-height: 25px;
        padding: 5px 10px;
        border-radius: 20px;
        margin-right: 5px;
        border: 1px solid #f2f2f2;
        background: #f2f2f28a;
    }

    .header-section-4 .navi > ul > li > a:hover {
        background: #f6f6f64a;
    }

    .header-section-4, .header-section-4 .navi > ul ul, .sticky_nav.header-section-4 {

    }*/

    .detail-top.detail-top-full .media-tabs {
        left: 0;
        right: inherit;
    }

    .detail-top.detail-top-full .media-tabs.right {
        left: inherit;
        right: 0;
    }

    .media-tabs-list li, .media-tabs-list li:first-child {
        margin: inherit !important;
        display: block;
    }

    .media-tabs-list li > a {
        width: inherit;
        height: inherit;
        padding: 10px;
        margin-bottom: 10px;
        text-align: left;
        display: block;
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        font-size: 15px;
        line-height: inherit;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .media-tabs-list li > a > i {
        margin-right: 5px;
    }

    .grid-view .property-item .body-left {
        width: 100%;
        padding: 10px;
    }
}

.membership-package-block li .pkg-status-right{
    width: 30%;
}

.item-thumb .actions, figure .actions {
    right: 40px;
}

.form-control{
    color: #000;
}

.sort-tab .open > .btn {
    background: #f2f2f2!important;
}

.navi > ul > li > a {
    font-weight:500;
}
.navi > ul > li > a:hover{
    color: #16b5ca!important;
}

.goog-te-gadget .goog-te-combo {
    color: #666;
}

/***
Notes
***/
.note {
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.note h1,
.note h2,
.note h3,
.note h4,
.note h5,
.note h6 {
    margin-top: 0;
}
.note h1 .close,
.note h2 .close,
.note h3 .close,
.note h4 .close,
.note h5 .close,
.note h6 .close {
    margin-right: -10px;
}
.note p {
    font-size: 13px;
}
.note p:last-child {
    margin-bottom: 0;
}
.note code,
.note .highlight {
    background-color: #fff;
}
.note.note-default {
    background-color: lightgray;
    border-color: #adadad;
    color: #333333;
}
.note.note-default.note-bordered {
    background-color: #c3c3c3;
    border-color: #a0a0a0;
}
.note.note-default.note-shadow {
    background-color: #c6c6c6;
    border-color: #a0a0a0;
    box-shadow: 5px 5px rgba(162, 162, 162, 0.2);
}
.note.note-primary {
    background-color: #5697d0;
    border-color: #3085a9;
    color: #D8E3F2;
}
.note.note-primary.note-bordered {
    background-color: #3e89c9;
    border-color: #2a7696;
}
.note.note-primary.note-shadow {
    background-color: #428bca;
    border-color: #2a7696;
    box-shadow: 5px 5px rgba(43, 121, 154, 0.2);
}
.note.note-success {
    background-color: #eef7ea;
    border-color: #c9e2b3;
    color: #3c763d;
}
.note.note-success.note-bordered {
    background-color: #dcefd4;
    border-color: #bbdba1;
}
.note.note-success.note-shadow {
    background-color: #dff0d8;
    border-color: #bbdba1;
    box-shadow: 5px 5px rgba(190, 220, 164, 0.2);
}
.note.note-info {
    background-color: #eef7fb;
    border-color: #a6e1ec;
    color: #31708f;
}
.note.note-info.note-bordered {
    background-color: #d5ebf6;
    border-color: #91d9e8;
}
.note.note-info.note-shadow {
    background-color: #d9edf7;
    border-color: #91d9e8;
    box-shadow: 5px 5px rgba(150, 219, 233, 0.2);
}
.note.note-warning {
    background-color: #fcf8e3;
    border-color: #f5d89e;
    color: #8a6d3b;
}
.note.note-warning.note-bordered {
    background-color: #f9f1c7;
    border-color: #f2cf87;
}
.note.note-warning.note-shadow {
    background-color: #faf2cc;
    border-color: #f2cf87;
    box-shadow: 5px 5px rgba(243, 209, 139, 0.2);
}
.note.note-danger {
    background-color: #f9f0f0;
    border-color: #e4b9c0;
    color: #a94442;
}
.note.note-danger.note-bordered {
    background-color: #f1dada;
    border-color: #dca7b0;
}
.note.note-danger.note-shadow {
    background-color: #f2dede;
    border-color: #dca7b0;
    box-shadow: 5px 5px rgba(222, 171, 179, 0.2);
}

.input-level-down:before{display: none}

.detail-bar .detail-tabs li:hover {
    background-color: #1dd1d4;
}

.agency-listing .agency-social a{
    color: #000000;
}
.agency-listing .agency-block-box {
    text-align: center;
}

.agent-listing {
    padding: 20px;
}

/* fix for mobile input incorrect focus cursor*/
@media (max-width: 992px) {
    .modal-open .modal{
        position: absolute;
    }

    .home .mobile-nav .nav-trigger{
        visibility: hidden;
    }
}