body, html {
    height: 100%;
    min-height: 100%;
}
body {
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5384616;
    color: #3b4144;
    position: relative;
}
a {
    color: #635700;
    text-decoration: none;
    transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
}
a:focus, a:hover {
    color: #a89506;
    text-decoration: none;
}
.btn {
    padding: 9px 12px 7px 12px;
    border-radius: 3px;
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.h5, h5 {
    font-size: 13px;
}
.navbar-index {
    border-color: #ffffff;
}
.navbar-default {
    background-color: #ffffff;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }
    .navbar-index {
        min-height: 90px;
    }
    .navbar-green {
        min-height: 50px;
    }
    .navbar-nav>li>a {
        margin-top: 24px;
        margin-bottom: 24px;
        border-radius: 3px;
        padding: 10px;
    }
    .navbar-green .navbar-nav>li>a {
        margin-top: 9px;
        margin-bottom: 9px;
        padding-top: 6px;
        padding-bottom: 6px;
        background-color: transparent;
    }
    .navbar-nav>li>a:hover {
        box-shadow: inset 0 0 100px rgba(0,0,0,0.075);
        -moz-box-shadow: inset 0 0 100px rgba(0,0,0,0.075);
        -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,0.075);
        background-color: transparent;
    }
    .navbar-nav>li>a.bg-success {
        margin-left: 18px;
    }
    .navbar-green .navbar-nav>li>a.bg-success {
        border: 1px solid #fff;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .navbar-brand {
        height: 90px;
        padding: 32px 15px;
    }
    .navbar-green .navbar-brand {
        height: 50px;
        padding: 12px 15px;
    }
    .jumbotron .h1, .jumbotron h1 {
        font-size: 34px;
        margin: 0 0 0 0;
    }
}
.navbar {
    margin-bottom: 0;
}
.navbar-default .navbar-nav>li>a {
    color: #3b4144;
    font-weight: 700;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #191d1f;
    background-color: #fff;
}
.navbar-default .navbar-nav>li>a.bg-success {
    color: #fff;
    background-color: #37ce60!important;
}
.navbar-default .navbar-toggle {
    border-color: transparent!important;
    background-color: transparent!important;
}
.navbar-toggle {
    padding: 2px 0 2px 10px;
    margin-bottom: 7px;
}
.navbar-green .navbar-toggle .ion-android-menu {
    color: #fff!important;
}
.navbar-toggle .ion-android-menu, .navbar-toggle .ion-android-more-horizontal {
    font-size: 19px;
}
.navbar-green {
    background-color: #37ce60;
    border-color: #37ce60;
}
.navbar-green .navbar-nav>li>a {
    color: #fff;
    font-weight: bold;
    background: transparent;
}
.jumbotron {
    padding-top: 94px;
    padding-bottom: 22px;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    margin: 0
}
.jumbotron:before {
    content: " ";
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 90px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}
.jumbotron .jumbotron-image {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: gray;
    /*filter: grayscale(100%);*/
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    transition: background 0.5s linear;
}
.jumbotron .container {
    position: relative;
    z-index: 1;
}
.jumbotron .social-links {
    margin-top: 100px;
}
.jumbotron .social-links>ul {
    margin: 0;
    font-size: 18px;
}
.jumbotron .social-links>ul>li>a {
    color: #aab0b6;
    text-decoration: none!important;
}
.jumbotron .social-links>ul>li>a:hover {
    color: #37ce60;
}
.jumbotron .input-group .form-control {
    width: 60%;
    padding-left: 70px;
    position: relative;
    border: none!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075)!important;
}
.jumbotron .input-group .form-control:nth-child(4) {
    border-left: 1px solid #ddd!important;
    width: 40%;
}
.text-secondary {
    color: #869099;
}
.title {
    font-size: 34px;
    line-height: 41px;
}
.subtitle {
    color: #aeb4b9;
    font-size: 20px;
    margin-top: 14px;
    margin-bottom: 70px;
}
.text-muted {
    color: #aeb4b9;
}
.btn-success {
    color: #fff;
    background-color: #37ce60!important;
    border-color: #37ce60!important;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
    height: 50px;
    padding: 10px 20px;
    font-size: 15px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.input-group-label {
    position: absolute;
    font-weight: 700;
    z-index: 10;
    font-size: 15px;
    padding-left: 20px;
    top: 14px;
    left: 0px;
}
.jumbotron .input-group .input-group-label:nth-child(3) {
    left: 53%;
}
.jumbotron .input-group .form-control:nth-child(2){
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.jumbotron .input-group, .pricing-plan .panel {
    box-shadow: 0 10px 50px rgba(207,210,215,0.75);
    -webkit-box-shadow: 0 10px 50px rgba(207,210,215,0.75);
}
@media screen and (max-width: 767px) {
    .jumbotron .input-group .form-control, .jumbotron .input-group-btn, .jumbotron .input-group {
        width: 100%!important;
        display: block;
        float: none;
    }
    .jumbotron .input-group .form-control:nth-child(4) {
        border-left: none!important;
        width: 100%;
    }
    .jumbotron .input-group .input-group-label:nth-child(3) {
        left: 0px;
        top: 65px;
    }
     .input-group-lg>.input-group-btn>.btn {
        width: 100%;
        border-radius: 0 0 3px 3px;
    }
}
.section .title {
    margin-top: 0;
}
.section {
    padding: 53px 0;
}
.section .subtitle {
    margin-bottom: 32px;
}

.text-md {
    font-size: 15px;
    margin: 32px 0 32px 0;
}
@media (min-width: 768px) {
    .text-md {
        margin: 50px 0 65px 0;
    }
    .section {
        padding: 93px 0;
    }
    .section .subtitle {
        margin-bottom: 61px;
    }
}
.btn-group-lg>.btn, .btn-lg {
    padding: 15px 20px 14px 20px;
    font-size: 15px;
    border-radius: 3px;
}
.section-gradient {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
}
.section .text-md li {
    margin-bottom: 7px;
}
.img-why-us {
    margin-top: 53px;
}
.btn:hover {
    -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 0 100px rgba(0,0,0,0.075);
    box-shadow: inset 0 0 100px rgba(0,0,0,0.075);
}
.btn {
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.1);
    -moz-text-shadow: 0 -1px 1px rgba(0,0,0,0.1);
    -webkit-text-shadow: 0 -1px 1px rgba(0,0,0,0.1);
}
.btn-default, .btn-rounded, .btn-link {
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
}
.btn-link {
    color: #635700;
}
.btn-link:focus, .btn-link:hover {
    color: #a89506;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.footer-nav .list-unstyled, .social-links .list-unstyled {
    margin: 0;
}
.social {
    background-color: #cfd8dc;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 25px;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    color: #fff!important;
    text-decoration: none!important;
}
.social.bg-fb:hover {
    background-color: #3b5998;
}
.social.bg-gp:hover {
    background-color: #db4437;
}
.social.bg-tw:hover {
    background-color: #4099ff;
}
.social.bg-ig:hover {
    background: -webkit-radial-gradient(6px 50px, #ffda75 18%, #ff3a49 43%, #ff3a49 50%, #e518a1 60%, #6634e1 100%)!important;
}
.social-links {
    padding: 26px 0;
}
.footer-nav {
    padding: 41px 0;
}
@media screen and (max-width: 767px) {
    .footer .pull-left, .footer .pull-right {
        float: none!important;
        text-align: center;
    }
    .footer .social-links {
        padding: 0 0 30px 0;
    }
    .footer .footer-nav {
        padding: 30px 0;
    }
}
.footer-nav a {
    color: #aeb4b9;
    text-decoration: underline;
}
@media (min-width: 768px) {
    .social-links .list-inline>li {
        padding: 0;
        margin-left: 10px;
    }
}
.btn-info {
    color: #fff;
    background-color: #02aaff!important;
    border-color: #02aaff!important;
}
.text-success {
	color: #a89506;
}
.text-info {
	color: #635700;
}
.price {
    font-size: 18px;
    margin: 40px 0;
}
.price .price-number {
    font-size: 36px;
}
.price .price-dollar-sign {
    top: -15px;
    position: relative;
    font-size: 14px;
}
.price .note {
    font-size: 15px;
    margin: 5px 0 0 0;
}
.panel-body {
    padding: 20px;
}
.panel-btn {
    margin-bottom: -54px;
}
.pricing-plan .panel {
    margin-bottom: 65px;
    border-radius: 5px;
    border: 0;
}
.pricing-plan .panel, .panel-page {
    position: relative;
}
.pricing-plan-premium .panel {
    padding: 60px 30px;
}
.sidebar-profile .pricing-plan-premium .panel {
    padding: 30px;
}
.pricing-plan-premium .panel .panel-btn {
    margin-bottom: -134px;
}
.sidebar-profile .pricing-plan-premium .panel .panel-btn {
    margin-bottom: -74px;
}

.sidebar-profile .pricing-plan-premium, .panel-page {
    margin-top: 0px;
}
.pricing-plan-premium, .panel-page {
    margin-top: -130px;
}
@media (min-width: 992px) {
    .jumbotron-page {
        min-height: 440px;
    }
    .pricing-plan {
        margin-left: -15px;
        margin-right: -15px;
    }
    .sidebar-profile .pricing-plan {
        margin-left: 0px;
        margin-right: 0px;
    }
    .pricing-plan-standart .panel {
        border-radius: 10px 0 0 10px;
        margin-bottom: 113px;
    }
    .pricing-plan-standart {
        margin-top: -231px;
    }
	.pricing-plan-standart-2 .panel {
        border-radius: 0 10px 10px 0;
    }
    .pricing-plan-standart-2 .panel:before {
           border-radius: 0 4px 0 0!important;
    }
    .pricing-plan-premium, .panel-page {
        margin-top: -291px;
    }
    .sidebar-profile .pricing-plan.pricing-plan-premium {
        margin-top: 140px;
    }
}
.pricing-plan .panel:before, .panel-page:before {
    content: " ";
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
}
.pricing-plan-standart .panel:before {
    background: rgb(253, 244, 121); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(255, 246, 124,1)0%, rgba(166, 146, 3, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgb(255, 246, 124) 0%,rgb(166, 146, 3) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgb(255, 246, 124) 0%,rgb(166, 146, 3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02aaff', endColorstr='#009ae8',GradientType=1 ); /* IE6-9 */
    border-radius: 4px 0 0 0;
}
.pricing-plan-premium .panel:before, .panel-page:before {
	border-radius: 4px 4px 0 0;
    background: rgb(253, 244, 121); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(255, 246, 124,1)0%, rgba(166, 146, 3, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgb(255, 246, 124) 0%,rgb(166, 146, 3) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgb(255, 246, 124) 0%,rgb(166, 146, 3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37ce60', endColorstr='#20b548',GradientType=1 ); /* IE6-9 */
}
.pricing-features {
    margin-bottom:40px;
}
.pricing-features ul {
    list-style: none;
    padding: 0 30px;
    font-size: 15px;
}
.sidebar-profile .pricing-features ul {
    padding: 0px;
    font-size: 13px;
}
.pricing-features ul li {
    margin-bottom: 10px;
}
.pricing-features ul li:before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f3ff";
    margin-right: 10px;
    font-size: 18px;
}
.pricing-plan-premium .pricing-features ul li:before  {
    color: #a89506;
}
.pricing-plan-standart .pricing-features ul li:before  {
    color: #02aaff;
}
.pricing-plan-standart .pricing-features ul li.disabled:before, .pricing-plan-standart .pricing-features ul li.disabled {
    color: #cdd1d4;
    text-decoration: line-through;
}
.pricing-plan-standart .pricing-features ul li.disabled:before {
    content: "\f406";
}
@media screen and (max-width: 991px) {
    .pricing-plan-standart {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 767px) {
    .navbar-default .navbar-form {
        border: none;
        margin-top: 0;
        margin-bottom: 0;
    }
    .navbar-form .btn-info {
        float: none!important;
        width: 100%;
        margin-bottom: 10px;
    }
}
.form-control {
    height: 38px;
    padding: 9px 12px;
    font-size: 13px;
    color: #3b4144;
    border: 1px solid #ddd!important;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)!important;
}
textarea.form-control {
    height: auto;
    resize: none;
}
.btn.bg-fb {
    background-color: #3b5998!important;
    border-color: #2B4781!important;
}
.modal-body {
    position: relative;
    padding: 20px;
}
.navbar-form .input-group, .navbar-form .form-group {
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.25);
        box-shadow: 0 10px 30px rgba(0,0,0,.25);
    }
    #navbar-filter-collapse, #navbar-filter-collapse .navbar-form {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-form .input-group, .navbar-form .form-group {
        float: left;
        margin: 0 10px 0 0;
    }

}
.navbar-form label {
    margin-right: 10px;
}
.modal-content {
    border-radius: 0;
}
.modal-header {
    padding: 20px;
}
.modal-header .modal-title  {
    margin-top: 0;
}
input[type=checkbox], input[type=radio] {
    margin: 0;
    margin-top: 4px;
    vertical-align: top;
}
label {
    text-align: left;
    font-size: 13px;
    font-weight: 400;
}
.has-error .form-control {
    border-color: #F44336!important;
}
.has-success .form-control {
    border-color: #37ce60!important;
}
.panel-page {
    padding: 30px;
    border: 0;
    font-size: 15px;
    color: #869099;
}
.panel-page .panel-btn {
    margin-bottom: -77px;
}
.ion-android-more-horizontal-text {
    font-size: 13px;
    margin-left: 10px;
    position: relative;
    top: -3px;
}
.map-wrapper {
    position: relative;
    padding-bottom: 100%;
}
.listing-wrapper {
    background-color: #f5f5f5;
}
@media (min-width: 992px) {
    .map-wrapper {
        position: fixed;
        left: 0px;
        top: 108px;
        bottom: 0px;
        padding: 0;
    }
    .listing-wrapper {
        position: fixed;
        right: 0px;
        top: 108px;
        bottom: 0px;
        overflow-y: scroll;
    }
    .sidebar {
        margin-top: -125px;
    }
}
.sidebar {
    position: relative;
    z-index: 3;
}
.map-wrapper iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
.title-search {
    padding: 10px 0;
}
.list-item-image {
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    padding-bottom: 241px;
    background-size: cover;
    background-position: center;
    color: #fff;
    margin-bottom: 14px;
}
.list-item-image:before {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #37ce60;
    background: rgba(38,190,79,0.7);
    content: " ";
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.list-item-image:hover:before {
    opacity: 1;
}
@media (max-width: 1440px) and (min-width: 992px) {
    .list-item-image {
        padding-bottom: 179px;
    }
}
.list-inline.row {
    margin: 0 -7px;
}
.list-inline.row>li.list-item.vip{
    padding: 10px;
    border: 2px solid #f00;
    width: 100%;
    margin-bottom: 10px;
}
.list-inline.row>li.list-item {
    position: relative;
    display: inline-block;
    padding-right: 7px;
    padding-left: 7px;
}
.list-item-title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 15px;
    color: #fff;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    min-height: 82px;
}
.list-item-title h6 {
    margin-bottom: 0;
}
.listing .list-item:nth-child(4n+1),
.listing .list-item:nth-child(4n+4) {
    width: 41.66666667%;
    float: left;
}
.listing .list-item:nth-child(4n+4):after {
    display: block;
    content: "";
    clear: both;
}
.listing .list-item:nth-child(4n+2),
.listing .list-item:nth-child(4n+3) {
    width: 58.33333333%;
    float: left;
}
@media (max-width: 767px) {
    .listing .list-item:nth-child(4n+1),
    .listing .list-item:nth-child(4n+4),
    .listing .list-item:nth-child(4n+2),
    .listing .list-item:nth-child(4n+3) {
        width: 100%;
        float: none;
    }
    .list-item-image {
        padding-bottom: 66.66%;
    }
}
.no-image .list-item-image:after, .no-image .gallery-thumnail:after {
    content: "\f147";
    font-size: 36px;
    color: #5cce7b;
    color: rgba(255,255,255,0.25);
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -17px;
}
.no-image .list-item-title, .list-item-image:hover .list-item-title {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.list-item .btn-rounded, .see-more .btn-rounded {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    visibility: hidden;
    opacity: 0;
    z-index: 5;
}
.btn-rounded {
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border-radius: 25px;
    border-color: #fff;
    color: #fff;
}
.btn-outline {
    border: 2px solid;
}
.btn-rounded:hover {
    color: #635700;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.slideUp {
    -webkit-animation: slideUp 0.3s ease;
    -moz-animation: slideUp 0.3s ease;
    -o-animation: slideUp 0.3s ease;
    opacity: 1!important;
    visibility: visible!important;
}
@-webkit-keyframes slideUp {
    from {
        -webkit-transform: translateY(200px);
        -moz-transform: translateY(200px);
        -o-transform: translateY(200px);
    }
    to {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}
@-moz-keyframes slideUp {
    from {
        -webkit-transform: translateY(200px);
        -moz-transform: translateY(200px);
        -o-transform: translateY(200px);
    }
    to {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}
@-o-keyframes slideUp {
    from {
        -webkit-transform: translateY(200px);
        -moz-transform: translateY(200px);
        -o-transform: translateY(200px);
    }
    to {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}
.breadcrumb {
    padding: 15px 0px;
    margin-bottom: 0px;
    background-color: transparent;
}
.breadcrumb-caret>li+li:before {
    content: '\203A\00a0';
}
.breadcrumb>li+li:before, .breadcrumb>li>a {
    color: #869099;
}
.breadcrumb>li>a:focus, .breadcrumb>li>a:hover, .label[href]:focus, .label[href]:hover {
    opacity: .85;
    filter: alpha(opacity=85);
}
.breadcrumb>.active {
    color: #3b4144;
}
.business-cover-image {
    background-color: #26be4f;
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    padding-bottom: 320px;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.business-title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 20px 0px;
    color: #fff;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    min-height: 123px;
}
.business-title h5 {
    margin-bottom: 0;
}
.business-info i {
    margin-right: 5px;
}
.business-info i+span, .business-info i+a {
    margin-right: 10px;
}
a.business-info-type {
    text-decoration: none!important;
    color: #3b4144;
}
.business-info-type {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}
.business-info-type:before {
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 7px;
    font-size: 14px;
    color: #869099;
    position: relative;
    top: 1px;
}
.business-cover-image a.business-info-type, .business-cover-image  .business-info-type:before {
    color: #fff;
}
.business-info-type-email:before {
    content: "\f2eb";
}
.business-info-type-website:before {
    content: "\f38c";
}
.business-info-type-phone:before {
    content: "\f3a2";
}
.business-info-type-address:before {
    content: "\f3a3";
}
@media screen and (max-width: 767px) {
    .business-info-type {
        margin-top: 10px;
    }
}
.panel-default>.panel-heading {
    color: #3b4144;
    background-color: #ffffff;
    border-color: #fff;
}
.panel-heading {
    padding: 20px;
}
.panel-heading+.panel-body {
    padding: 0 20px 20px 20px;
}
.panel-title {
    font-size: 19px;
}
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
    color: #869099;
    display: block;
    margin-top: 7px;
}
.business-contact-panel {
    background-color: #f5f6f7;
}
.business-contact-panel>.panel-heading {
    background-color: #f5f6f7;
    border-color: #f5f6f7;
}
.business-tabs {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 0px;
    border-top: 1px solid #ddd;
    background: #fff;
    position: relative;
    z-index: 2;
}
.business-tabs .nav-tabs>li>a {
    margin-right: 0;
    border-radius: 0;
}
.business-tabs .nav>li>a {
    background-color: transparent!important;
    padding: 12px 15px;
    color: #3b4144!important;
    border: none!important;
}
.nav-tabs {
    border: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:hover {
    box-shadow: inset 0 -2px 0 #a89506;
    -webkit-box-shadow: inset 0 -2px 0 #a89506;
}
.business-tabs.affix {
    position: fixed;
    top: 0px;
    z-index: 10;
    width: 100%;
    background-color: #fff;
}
.responsive-iframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.owl-nav {
    position: absolute;
    font-size: 25px;
    top: 50%;
    margin-top: -19px;
    left: 0px;
    width: 100%;
    color: #000;
}
.owl-nav .owl-prev {
    left: 25px;
}
.owl-nav .owl-next {
    right: 25px;
}
.owl-nav .owl-next, .owl-nav .owl-prev {
    position: absolute;
    opacity: 0.3;
    -webkit-transition: 0.2s opacity ease-in-out;
    -moz-transition: 0.2s opacity ease-in-out;
    transition: 0.2s opacity ease-in-out;
    width: 38px;
    height: 38px;
    border-radius: 19px;
    background: #fff;
    text-align: center;
}
.owl-nav .owl-next:hover, .owl-nav .owl-prev:hover {
    opacity: 0.56;
}
.similar-businesses-carousel {
    margin-bottom: 35px;
    margin-top: 20px;
}
.services ul {
    list-style: none;
    padding: 0 0 0 0;
}
.services ul li {
    margin-bottom: 10px;
    color: #869099;
}
@media (min-width: 768px) {
    .services ul li {
        float: left;
        padding-right: 10px;
        width: 50%;
    }
}
.services ul li:before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f3ff";
    margin-right: 10px;
    font-size: 15px;
    color: #37ce60;
    position: relative;
    top: 1px;
}
.business-info h1 {
    margin-top: 0;
}
.business-info {
    margin-bottom: 20px;
}
.gallery-wrapper {
    padding: 0 1px 2px 1px;
}
.gallery {
    margin: -1px -1px -4px -1px;
}
.gallery .col-sm-4, .gallery .col-sm-8 {
    padding: 0;
}
.gallery .col-sm-4 .fresco {
    width: 100%;
    padding: 1px 1px 0 0!important;
}
.gallery .col-sm-8 .fresco {
    width: 25%;
}
.gallery .fresco {
    display: block;
    float: left;
    padding: 1px;
    position: relative;
}
.gallery .fresco .gallery-thumnail {
    background-color: #8a6d3b;
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.gallery .fresco .gallery-thumnail:before {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #8a6d3b;
    background: rgba(255, 255, 0, 0.5);
    content: " ";
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.gallery .fresco:hover .gallery-thumnail:before {
    opacity: 1;
}
.similar-business-media {
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.10);
}
.similar-business-media .media-thumbnail {
    position: relative;
    overflow: hidden;
    display: block;
    width: 81px;
    border-right: 5px solid;
    height: 0;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
}
.similar-business-media .media-heading {
    font-size: 15px;
    height: 18px;
    overflow: hidden;
}
.similar-business-media .media-body {
    padding: 10px 10px 10px 0;
}
.similar-business-media .business-info-type {
    margin: 0;
    font-size: 12px;
    height: 32px;
    overflow: hidden;
}
.similar-business-media .business-info-type:before {
    margin-right: 3px;
    font-size: 13px;
    top: 0px;
}
.similar-business-media .media-left, .similar-business-media .media>.pull-left {
    padding-right: 15px;
}
.sidebar-profile {
    margin-bottom: 50px;
}
.control-label {
    position: relative;
}
.required {
    position: absolute;
    top: -7px;
    right: 7px;
    color: #F44336;
    font-weight: bold;
    font-size: 18px;
}
.badge {
    padding: 4px 6px;
    font-size: 9px;
}
.badge.bg-danger {
    background-color: #f44336;
}
.business-tabs .nav>li>a .badge {
    position: absolute;
    top: 4px;
    right: -4px;
}
.file-preview-frame {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
}
.btn-file {
    background-color: #a89506!important;
    border-color: #a89506!important;
}
@media (min-width: 768px) {
    .required {
        top: 0px;
    }
}
#message {
    position: fixed;
    top: 110px;
	z-index: 9999;
    width: auto;
    left: 15px;
    right: 15px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    #message {
        width: 720px;
    }
}
@media (min-width: 992px) {
    #message {
        width: 940px;
    }
}
@media (min-width: 1200px) {
    #message {
        width: 970px;
    }
}
.dn{
	display: none;
}
#user_map_view,#search_map{
	/* position: initial!important; */
	height: 100%;
}
#user_map_view{
	height: 336px;
}
.pricing-plan-premium .panel {
    z-index: 10;
}
.btn.bg-google {
    background-color: #dd4b39!important;
    border-color: #dd4b39!important;
}
.listingForm select[name="industry"],.listingForm select[name="industry"] option{
	max-width: 300px;
	white-space:pre-wrap;
}
.form-control, output, .chosen-container-single .chosen-single {
    font-size: 13px;
    line-height: 1.5384616;
    color: #333;
    display: block;
}
.chosen-container-single .chosen-single {
    height: 38px!important;
    padding: 7px 12px!important;
    border: 1px solid #ddd!important;
    border-radius: 3px!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)!important;
}
.chosen-container-single .chosen-search {
    position: relative;
}
.chosen-container-single .chosen-search::after {
    content: "\e003";
    color: #999;
    position: absolute;
    top: 13px;
    right: 13px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*New 8.8.2017*/
.overlay{
	z-index:1000;
	top:0px;
	left:0px;
	background-color:rgba(255,255,255,1);
	position:fixed;
	width:100%;
	min-height:5050px;
	animation-name:fade-in;
	animation-duration:1s;
}
.custom-border{
	width:100%;
}
@keyframes fade-in{
	from {background-color:rgba(255,255,255,0)}
    to {background-color:rgba(255,255,255,1)}
}
.preloader-container{
	margin-top:100px;
	overflow:hidden;
	border-radius:7px;
	box-shadow:0px 0px 20px 0px rgba(0,0,0,0.15);
	border:1px solid rgba(168,168,168,0.5);
}
.grey-brick{
	width:12.5%;
	height:7px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#888888+0,606060+100 */
	background: rgb(136,136,136); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(136,136,136,1) 0%, rgba(96,96,96,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(96,96,96,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(136,136,136,1) 0%,rgba(96,96,96,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#606060',GradientType=0 ); /* IE6-9 */
}
.yellow-brick{
	width:12.5%;
	height:7px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff000+0,e5ce00+100 */
	background: rgb(255,240,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,240,0,1) 0%, rgba(229,206,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,240,0,1) 0%,rgba(229,206,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,240,0,1) 0%,rgba(229,206,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff000', endColorstr='#e5ce00',GradientType=0 ); /* IE6-9 */
}
.preloader-body{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f0f0f0+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
	padding:20px 10px;
}
#loader-wrapper {
	margin-top:70px;
    width: 100%;
    height: 100%;
}
#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	z-index: 1500;
	border: 4px solid transparent;
	border-top-color: #ccc;
	border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
	border: 4px solid transparent;
    border-top-color: #aaa;
	border-radius: 50%;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 14px;
    left: 14px;
    right: 14px;
    bottom: 14px;
	border: 4px solid transparent;
    border-top-color: #777;
	border-radius: 50%;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

.default-cover-grnd{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: opacity(0.5);
}
.default-cover-grnd .gallery-thumnail{
    opacity: 0.75;
}
/* include this only once */
@-webkit-keyframes spin {
    0%   {
		border: 4px solid transparent;
		border-top-color: #aaa;
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
	20%   {
		border: 4px solid transparent;
		border-top-color: #bbb;
	}
	50%{
		border: 4px solid #fff0aa;
		border-top-color: #777;
	}
	80%   {
		border: 4px solid transparent;
		border-top-color: #bbb;
	}
    100% {
		border: 4px solid transparent;
		border-top-color: #aaa;
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
		border: 4px solid transparent;
		border-top-color: #aaa;
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
	20%   {
		border: 4px solid transparent;
		border-top-color: #bbb;
	}
	50%{
		border: 4px solid #fff0aa;
		border-top-color: #777;
	}
	80%   {
		border: 4px solid transparent;
		border-top-color: #bbb;
	}
    100% {
		border: 4px solid transparent;
		border-top-color: #aaa;
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
