/*
    Created on : 15 November, 2017
    Author     : ixard.ru
    Project    : Anplus
*/

body {
    /*background: inherit;*/
    /*background: url(../images/home-bg.jpg) no-repeat center center fixed;*/
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*background-size: cover;*/

    /*font-family: 'PT Sans', sans-serif;*/
    font-weight: 400;
    color: #505050;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
}

.selectCity{background-color:#33b5e5!important;color: #fff;padding:1px 5px;}

/***basics****/
a, a:hover, a:focus, i {
    text-decoration: none;
    outline: 0;
}

p {
    /*
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px;
    */
    color: #444444;
    /*line-height: 24px;*/
}

p.mainpage {
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px;
    color: #444444;
    line-height: 24px;
}
.heading {
    color: #505050;
}
.section-padding {
    padding-top: 100px;
    padding-bottom: 40px
}

.divided30 {
    width: 100%;
    height: 30px;
}

.padding-bottom30 {
    padding-bottom: 30px;
}

.margin-bottom30 {
    margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    /*font-family: 'PT Sans', sans-serif;*/
}

.h1mainsearch {
    /*font-family: 'PT Sans', sans-serif;*/
    font-weight: bold;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;

}
.colored-text {
    color: #00a99d;
}

.collectionListProperty{--auto-grid-min-size: 17rem; display: grid; grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr)); grid-gap: 1rem;}
.collectionElementProperty{margin-bottom:30px}
.collectionBottom{padding:20px;}

h2.condensed-bold {
    /*font-family: 'Open Sans Condensed', sans-serif;*/
    font-weight: normal;
    display: inline-block;
    font-size: 62px;
    line-height: 62px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    -webkit-font-variant-ligatures: common-ligatures;
    font-variant-ligatures: common-ligatures;
    -webkit-font-feature-settings: "kern";
    font-feature-settings: "kern";
    -webkit-font-kerning: normal;
    font-kerning: normal;
}

h3.condensed {
    /*font-family: 'Open Sans Condensed', sans-serif;*/
    font-weight: 400;
    display: inline-block;
    font-size: 24px;
    color: #144785;
    line-height: 24px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    -webkit-font-variant-ligatures: common-ligatures;
    font-variant-ligatures: common-ligatures;
    -webkit-font-feature-settings: "kern";
    font-feature-settings: "kern";
    -webkit-font-kerning: normal;
    font-kerning: normal;
}

h3.condensed-bold {
    /*font-family: 'Open Sans Condensed', sans-serif;*/
    font-weight: 700;
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    -webkit-font-variant-ligatures: common-ligatures;
    font-variant-ligatures: common-ligatures;
    -webkit-font-feature-settings: "kern";
    font-feature-settings: "kern";
    -webkit-font-kerning: normal;
    font-kerning: normal;
}

.condensed-bold {
    /*font-family: 'Open Sans Condensed', sans-serif;*/
    font-weight: bold;
    display: inline-block;
}

.condensed {
    /*font-family: 'Open Sans Condensed', sans-serif;*/
    font-weight: normal;
    display: inline-block;
}

.candiman {
    /*font-family: 'Open Sans Condensed', sans-serif;*/
    display: inline-block;
    text-transform: lowercase;
    margin-right: 5px;
}

.section-title {
    position: relative;

}

.section-title h1 {
    text-transform: uppercase;
    font-weight: 300;
    margin: 0px;
    font-size: 40px;
    margin-bottom: 0px;
    letter-spacing: 1px;
}

.border-line {
    width: 70px;
    height: 1px;
    margin-top: 10px;
    display: block;
    text-align: center;
    background-color: #00a99d;
    margin-left: auto;
    margin-right: auto;
}

.subtitle-caption {
    font-weight: 400;
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 25px;
    text-transform: capitalize;
}

.center-title {
    margin-bottom: 40px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: 2px;
}

.no-padding {
    padding: 0px;
}

/****navbar css****/
@media (min-width: 768px) {
    .navbar {
        min-height: 50px;
        margin-bottom: 20px;
        border: 1px solid transparent;
    }

    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }

    nav.before-color {
        background-color: rgba(255, 255, 255, .2);
        padding: 10px 0 5px 0;
    }

    nav.after-color {
        background-color: rgba(255, 255, 255, .95);
        padding: 0px 0;
        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.302);
        -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.302);
    }

    nav.navbar-fixed-top, nav.navbar-fixed-bottom {
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030;
        margin-bottom: 0;
    }

    .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
        /*color: #555;*/
        text-decoration: none;
        /*background-color: none;*/
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    nav.before-color.navbar .navbar-brand {
        color: #fff;
        font-size: 35px;
        font-weight: 400;
    }

    nav.after-color.navbar .navbar-brand {
        color: #000;
        font-size: 35px;
        font-weight: 400;
    }

    nav.before-color.navbar .navbar-nav > .active > a, nav.before-color.navbar-default nav.before-color.navbar-nav > .active > a:focus, nav.before-color.navbar-default .navbar-nav > .active > a:hover {
        color: #fffca6;
        background-color: transparent;
    }

    nav.before-color.navbar .nav li.dropdown.open > .dropdown-toggle, nav.before-color.navbar .nav li.dropdown.active > .dropdown-toggle, nav.before-color.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
        color: #fffca6;
        background-color: transparent;
    }

    nav.after-color.navbar .navbar-nav > .active > a, nav.after-color.navbar-default .navbar-nav > .active > a:focus, nav.after-color.navbar-default .navbar-nav > .active > a:hover {
        color: #337ab7;
        background-color: transparent;
    }

    nav.after-color.navbar .nav li.dropdown.open > .dropdown-toggle, nav.after-color.navbar .nav li.dropdown.active > .dropdown-toggle, nav.after-color.navbar .nav li.dropdown.open.active > .dropdown-toggle {
        color: #337ab7;
        background-color: transparent;
    }

    nav.before-color .caret {
        border-top-color: #fff !important;
    }

    nav.before-color .active .caret {
        border-top-color: #fffca6 !important;
    }

    nav.after-color .caret {
        border-top-color: #000 !important;
    }

    nav.after-color .active .caret {
        border-top-color: #337ab7 !important;
    }

    nav.before-color .nav > li > a {
        color: #fff;
        text-decoration: none;
        text-shadow: none;
    }

    nav.after-color .nav > li > a {
        color: #333;
        text-decoration: none;
        text-shadow: none;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 15px 11px;
        text-decoration: none;
        text-shadow: none;
    }

    nav.before-color .nav > li {
        border-left: 1px solid transparent;
    }

    nav.after-color .nav > li {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }
}

.navbar-default {
    background-color: rgba(255, 255, 255, .95);
    border: 0px;
    margin: 0px;
    width: 100%;
    left: 0;
    right: 0;
    padding: 5px 0;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.navbar .nav > li > a {
    color: #333;
    font-weight: 700;
    font-size: 15px;
    /*text-transform: uppercase;*/
    /*font-family: 'PT Sans', sans-serif;*/
    letter-spacing: 1px;
    text-decoration: none;
    text-shadow: none;
}

nav.before-color.navbar .nav > li > a:hover {
    color: #fffca6;
    text-decoration: none;
    text-shadow: none;
}

nav.after-color.navbar .nav > li > a:hover {
    color: #337ab7;
    text-decoration: none;
    text-shadow: none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fffca6;
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #fffca6;
    background-color: transparent;
}

.navbar-default .navbar-brand {
    color: #000;
    font-size: 35px;
    font-weight: 400;
}

.navbar .hover_tree > li:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin: 0;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (max-width: 979px) {
    .navbar .brand {
        padding-right: 10px;
        padding-left: 10px;
        margin: 0 20px 0 20px;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #337ab7;
    }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
    }
}

.navbar .btn-navbar {
    float: right;
    padding: 7px 10px;
    margin-left: 0px;
    margin-right: 35px;
    margin-top: 10px;
}

.navbar .nav > .dropdown.open:after { /*исправление caret в меню*/
    top: 35px;
}

/***********

SLIDER  CSS

**************/

.slider-title {
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 70px;
    letter-spacing: 2px;
    /*font-family: 'PT Sans', sans-serif;*/
}

.slider-title span {
    font-weight: 700;
}

.slider-caption {
    color: #f8f8f8;
    font-size: 16px;
    font-weight: 300;
    /*font-family: 'PT Sans', sans-serif;*/
}

.slider-button a.btn-white {
    color: #000;
    background-color: #fff;
}

.slider-button a.btn-white:hover {
    color: #fff;
    background-color: transparent;
}

/********

services icons css

********/
.feature-icon-wrap {
    position: relative;
    padding-bottom: 40px;
    margin: 0px;
}

.feature-icon-wrap .left-side-icon {
    float: left;

}

.feature-icon-wrap .left-side-icon .front-icon {
    font-size: 3em;
    color: #00a99d;
}

.back-icon {
    z-index: -1;
    color: #F0F0F0;
    position: absolute;
    padding-left: 40px;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 100px;
}

.feature-icon-wrap .features-text-right {
    padding-left: 40px;
    overflow: hidden;
}

.features-text-right h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
}

.text-uppercase {
    text-transform: uppercase;
    text-decoration: underline;
}

.text-italic {
    font-style: italic;
}

/* property form - catagories */
.text-categories {
    text-transform: capitalize;
    text-decoration: underline;
}

ul#categories {
    padding: 0 !important;
    margin: 0 !important;
}

ul#categories li {
    margin: 0 0 5px 0;
    padding: 2px 10px 5px 0;
    display: inline-block;
}

ul#categories li label,
ul#categories li input {
    float: left;
    padding: 0 5px;

}

.services-icons .left-side-icon i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #00a99d;
}

/************

TEAM CSS

*************/
.team {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #e6e6e6;
}

.team-box {
    text-align: center;
    padding: 0px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
}

.team-box img {
    width: 100%;
}

.team-desc h4 {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 15px;

}

.team-desc em {
    display: block;
    margin-bottom: 15px;
    margin-top: 5px;
}

.team-box .social {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 5px;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.social li a {
    font-size: 20px;

    text-align: center;
    display: block;
    color: #fff;
}

.social li a i {
    display: block;
    color: #333;
}

.social li a:hover i {
    color: #00a99d

}

/******fun facts*****/
.funfacts {
    background: url(../images/bg-2.jpg);
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 1;
    display: block;
    position: relative;
    padding-top: 100px;
    padding-bottom: 70px;
}

.fact-box {
    padding: 25px 30px;
    background-color: rgba(255, 255, 255, 0.8);
}

.fact-box h2 {
    color: #00a99d;
    font-size: 45px;
}

.fact-box h5 {
    color: #000;
    font-weight: 300;
}

.testimonials {
    background: url(../images/bg-3.jpg);
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 1;
    display: block;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

.testimonials .testislider .slide-items img {
    width: 80px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 20px;
}

.testimonials .flex-direction-nav a:before {
    /*font-family: "Ionicons";*/
    font-size: 40px;
    display: inline-block;
    content: '\f3d5';
}

.testimonials .flex-direction-nav a.flex-next:before {
    content: '\f3d6';
}

.testimonials .flexslider {
    margin: 0px;
}

.testimonials .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(255, 255, 255, 1);
    text-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
}

.slide-items {
    padding: 50px 40px;

}

.slide-items p {
    color: #fff;
}

.slide-items h5 {
    margin-bottom: 0px;
    color: #00a99d;
}

.testimonials .flexslider {
    background: rgba(0, 0, 0, 0);
    border: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

/****work****/

#work {
    background-color: #f7f7f8;
}

.portfolio-thumb {
    margin-bottom: 30px;
}

.imgoverlay {
    position: relative;
    overflow: hidden;
    display: block;
    max-width: 100%
}

.imgoverlay img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease
}

.imgoverlay:hover img {
    transform: scale(1.07);
    -ms-transform: scale(1.07);
    -webkit-transform: scale(1.07)
}

.imgoverlay .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(Opacity=0)";
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.imgoverlay:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(Opacity=100)"
}

.imgoverlay .overlaycolor {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: .8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(Opacity=80)"
}

.imgoverlay .overlayinfo {
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    top: 45%;
    left: 0;
    -webkit-transition: top .3s ease;
    -moz-transition: top .3s ease;
    -o-transition: top .3s ease;
    -ms-transition: top .3s ease;
    transition: top .3s ease;
}

.imgoverlay:hover .overlayinfo {
    top: 50%
}

.portfolio-thumb a {
    color: #fff;
    text-decoration: none;
}

.portfolio-thumb .work-description {
    text-align: center;
    padding: 20px 0;
}

.portfolio-thumb .work-description a {
    color: #333;
    text-transform: uppercase;
    font-size: 15px;
}

.overlayinfo h6 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .1em
}

/*****news****/
.news-wrapper {
    padding: 0px;
}

.news-wrapper .news-inner {
    display: block;
    padding: 70px 20px;
    position: relative;
}

.news-wrapper .row {
    margin: 0px;
}

.news-inner .date {
    color: #00a99d;
    font-weight: 400;
    font-style: italic;
}

.news-inner .title {
    color: #777;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: 0;
}

.news-inner p {
    margin-top: 15px;
    margin-bottom: 0px;
}

.news-inner:hover .title {
    letter-spacing: 3px;
}

.post-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1;
    left: 0;
}

.post-preview-content {
    z-index: 2;
    position: relative;
}

.post-option {
    margin-bottom: 0px;
    margin-top: 15px;
}

.post-option a {
    margin-right: 5px;
    display: inline-block;
    color: #999;
}

.post-option a:hover {
    color: #00a99d;
}

/****

cta

******/
.cta {
    padding-bottom: 40px;
}

.cta h1 {
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}

.cta-bg {
    background-color: #00a99d;
    padding-top: 40px;
}

.cta-bg h1 {
    color: #fff;
}

/***contact****/
/*#contact{
      background: url(../images/bg-1.jpg);
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 1;
    display: block;
    position: relative;
}
.contact-details i{
    font-size: 50px;
    color:#fff;
}
.contact-details h4{
    margin: 20px 0;
    color:#fff;
    font-weight: 300;
    font-style: italic;
}
.contact-form {
    background-color: rgba(0,0,0,0.3);
    padding: 30px;
    margin: 30px 0;
}
.contact-form .form-control{
    min-height: 45px;
    border: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #fff;
    border-radius: 0px;
    background-color: transparent;
    color:#fff;
    -webkit-border-radius: 0px;
}
.contact-form h3{
    margin-bottom: 20px;
    font-weight: 700;
    color:#fff;
    text-transform: uppercase;
}*/
.help-block {
    margin: 0px;
}

.help-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.help-block ul li {
    color: #fff;
    padding: 0px 10px;
    background-color: #122b56;
    font-size: 12px;
}

.footer {
    margin: 0;
    padding: 20px 0;
    background-color: #ffffff;

}

.footer .candiman {
    display: block;
    color: #fff;
    font-size: 35px;
}

.footer .social {
    margin: 30px 0;
}

.footer .social li a i {
    color: #f5f5f5;
    display: block;
}

.footer .social li a:hover i {
    opacity: 0.6;
}

.footer .copyright {
    display: block;
    color: #122b56;
    font-size: 12px;
}

/****pricing****/
.price-box {
    background: #f9f9f9;
}

.price-box .header h3 {
    padding: 12px 10px;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    background: #474747;
    color: #fff;
    border-radius: 2px 2px 0 0;
}

.price-box .header .price {
    background: #ebebeb;
    padding: 15px 10px;
}

.header .price h2 {
    color: #4D4D4D;
    margin-bottom: 3px;
    font-weight: bold;
}

.header .price span {
    font-size: 13px;
}

.price-box ul li {
    padding: 13px 0;
    border-bottom: 1px solid #ebebeb;
}

.price-footer {
    padding: 20px;
}

.header.active h3 {
    color: #fff;
    background-color: #00a99d;
}

/******inner pages******/
.top-1 {
    background-image: url(../images/home-bg.jpg);
    background-position: top center;
    background-size: cover;
    position: relative;
    height: auto;
    background-attachment: fixed;
    width: 100%;
}

.page-title {
    padding-top: 15px;
}

.page-title .border-line {
    background-color: #144785;
}

.news-content p {
    color: #999;
    font-size: 14px;

}

.pager li > a, .pager li > span {
    color: #144785;
}

.modal {
    padding: 30px;
}

span#recaptcha_privacy, .recaptcha_r8_c1, .recaptcha_r7_c1 {
    display: none;
}

.homepage-search {
    position: relative;
    width: 100%;
    z-index: 2;
    color: #fff;
    background: rgba(30, 30, 30, 0.8);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 250px;
    width: 700px;
    max-width: 100%;
}

.form-search-main {
    width: 500px !important
}

.center {
    text-align: center;
    vertical-align: middle;
}

.border {
    margin: 0;
    padding: 0;
    border: 1px solid #d4d4d4
}

.btn-outline {
    color: #134E8B;
    background-color: transparent;
    border-color: #134E8B;
    margin-left: 10px
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    color: #fff;
    background-color: #134E8B;
    border-color: #134E8B
}

.btn-outline-inverse {
    color: #fff;
    background-color: transparent;
    border-color: #1794f4
}

.btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse:active {
    color: #134E8B;
    text-shadow: none;
    background-color: #fff;
    border-color: #fff
}

.bs-docs-booticon-outline {
    background-color: transparent;
    border: 1px solid #1794f4
}

section {
    height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow: hidden;
    /*z-index: 100;*/
    margin: 0px;
    padding: 0px;
    background-position: top center;
}

section.homepage {
    background: url(../images/mainpage1.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
    position: relative;
    height: auto;
    /*z-index: 1050;*/
    width: 100%;
    height: 100%;
}

section.mainpage {
    background-image: url(../images/mainpage1.jpg);
    position: relative;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    /*z-index: 100;*/
}

section.mainpage2 {
    background-image: url(../images/mainpage2.jpg);
    position: relative;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    /*z-index: 100;*/
}

section.contact-page {
    background-image: url(../images/mainpage3.jpg);
    position: relative;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    /*z-index: 100;*/
}

.page-title {
    padding-top: 10px;
}

.rotate-description {
    font-size: 36px;
    font-weight: 300;
    color: #000;
    line-height: 58px;
    transition: all .5s ease
}

.introarrow {
    position: absolute;
    height: 80px;
    width: 80px;
    bottom: -40px;
    left: 50%;
    border-radius: 40px;
    background: #fff;
    color: #444;
    margin-left: -40px;
    font-size: 30px;
    line-height: 1;
    text-align: center;
}

.introarrow i {
    display: block;
    margin: 15px 0 0 0;
}

.homepage .btn-primary {
    /*margin-right: 10px*/
}

@media only screen and (max-width: 991px) {
    .homepage .btn-primary {
        margin-right: 0;
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 767px) {
    .homepage .btn-primary {
        margin-bottom: 0
    }

    .homepage .text-right, .homepage .small-text {
        text-align: center !important
    }
}

@media only screen and (max-width: 541px) {
    /*    .homepage .btn-primary {
            margin-bottom: 10px
        }
    */
    #anp-search {
        width: 160px;
    }
}

.homepage .small-text {
    font-size: 16px;
    line-height: 38px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 300;
    margin: 30px 0;
    text-align: right
}

.homepage ul.icos {
    margin-top: 30px
}

.homepage ul.icos li {
    margin-right: 30px;
    display: inline
}

.homepage ul.icos i {
    font-size: 32px;
    color: rgba(255, 255, 255, 0.4);
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

section .container {
    position: relative
}

.sectionhead {
    text-align: center;
    margin-bottom: 30px
}

.sectionhead .lead {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;
    font-size: 14px;
    line-height: 24px
}

.feature-icon {
    font-size: 40px;
    line-height: 100px;
    border: 1px solid #aaa;
    height: 100px;
    width: 100px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 50%;
    color: #aaa
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.properties {
    background-image: url(../images/overlay1.jpg)
}

.wrapsection_properties {
    padding: 0;
    position: relative;
    margin: -60px 0
}

.wrapsection {
    padding: 80px 0;
    position: relative;
    margin: 0;
}

.overlay {
    opacity: .87;
    background-color: #222;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.highlightbg_properties {
    background-color: #fff
}

.highlightbg {
    background-color: #134E8B;
}

a:hover, .highlight, .feature-icon:hover, .divider-area .icon a:hover {
    color: #1b8aaf
}

.planContainer .price p.bestPlanPrice, .planContainer .button a.bestPlanButton {
    background-color: #1b8aaf
}

.feature-icon:hover, .planContainer .button a.bestPlanButton {
    border: 1px solid #1b8aaf
}

.planContainer .price p {
    background: #333;
    color: #fff;
    font-size: 1.2em;
    font-weight: 300;
    height: 3.6em;
    line-height: 3.6em;
    margin: 0 0 1em
}

.planContainer .options {
    margin-top: 10em
}

.planContainer .options li {
    font-weight: 700;
    color: #364762;
    line-height: 2.5
}

.planContainer .button a {
    text-transform: uppercase;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 3.6em;
    border: 1px solid #ccc;
    display: inline-block;
    width: 80%;
    height: 3.6em;
    border-radius: 3px;
    margin: 1.5em 0 1.8em
}

#pricePlans {
    margin: 0 auto;
    zoom: 1
}

#plans, #plans ul, #plans ul li {
    margin: 0;
    padding: 0;
    list-style: none
}

#pricePlans #plans .plan {
    background: #fff;
    float: left;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    margin: 0 0 20px;
    border: 1px solid #ddd;
    width: 23%;
    margin: 0 1.33% 0 0
}

.testimonials {
    background-image: url(../images/overlay2.jpg)
}

#wowtestim .item img.avatar {
    width: 120px;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 1);
    padding: 0
}

.divider-area {
    width: 100%;
    height: 1px;
    position: relative;
    background-color: #f0f0f0;
    border: 0;
    margin: 0 auto
}

.divider-area .icon {
    display: inline-block;
    left: 50%;
    margin-top: -30px;
    background: #fff;
    position: absolute;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    color: #f0f0f0;
    font-size: 30px;
    border: 1px solid #f0f0f0;
    line-height: 60px;
    margin-left: -30px
}

.divider-area .icon a:hover {
    color: #1b8aaf
}

.divider-area .icon a {
    color: #ccc
}

.max80 {
    max-width: 80%;
    margin: 0 auto
}

.pxauto {
    margin: 0 auto
}

.whitetext, .whitetext h1, .whitetext h2, .whitetext h3, .whitetext h4, .whitetext h5, .whitetext h5, .whitetext .required {
    color: #fff
}



.blacktext, .blacktext h1, .blacktext h2, .blacktext h3, .blacktext h4, .blacktext h5, .blacktext h5, .blacktext .required {
    color: #5a5a5a
}



.footerarrow {
    position: absolute;
    height: 80px;
    width: 80px;
    top: -40px;
    left: 50%;
    border-radius: 40px;
    background: #999;
    color: #FFF;
    margin-left: -40px;
    font-size: 30px;
    line-height: 1;
    text-align: center
}

.footerarrow i {
    display: block;
    margin: 12px 0 0
}

ul.social-icons li {
    display: inline-block;
    float: none;
    padding: 17px;
    width: 10px;
    height: 10px;
    position: relative;
    background: #fff;
    border: 1px solid #777;
    margin-right: 5px;
    border-radius: 50%
}

ul.social-icons li a i:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg)
}

ul.social-icons li a i {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow: hidden
}

ul.social-icons li i {
    position: absolute;
    font-size: 15px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px
}

#contact input, #contact select {
    height: 40px;
    margin-bottom: 0
}



#contact textarea {
    height: 200px
}



.sticky {
    background-color: rgba(255, 255, 255, 0.97);
    opacity: 1;
    top: 0;
    border-bottom: 1px solid #eee
}

.btn-simple {
    color: #fff;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4)
}

.btn-simple.whitebg {
    background-color: #fff;
    color: #444;
    border: 0
}

.btn-simple:hover {
    background-color: #444;
    color: #fff
}

.btn-lg {
    font-size: 20px;
    padding: 20px 60px
}

.main_h {
    position: fixed;
    top: 200px;
    max-height: 70px;
    z-index: 999;
    width: 100%;
    padding-top: 17px;
    background: none;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    top: -100px;
    padding-bottom: 6px
}

@media only screen and (max-width: 766px) {
    .main_h {
        padding-top: 25px
    }
}

.sticky {
    background-color: rgba(255, 255, 255, 0.97);
    opacity: 1;
    top: 0;
    border-bottom: 1px solid #eee
}

.logo {
    width: 50px;
    font-size: 25px;
    color: #8f8f8f;
    text-transform: uppercase;
    float: left;
    display: block;
    margin-top: 0;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: 3px
}

@media only screen and (max-width: 766px) {
    .logo {
        float: none
    }
}

.mobile-toggle {
    display: none;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 22px;
    top: 20px;
    width: 30px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in
}

.section-overlay-home {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

img.favorites {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.clearfix {
    clear: both
}

.rowcolor {
    background-color: #CCC
}

.padall {
    padding: 10px
}

.icon {
    font-size: 23px
}

.biobox {
    overflow: visible;
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid transparent;
/ / padding-top: 20 px;
    top: 13px;
    background-color: rgba(255, 255, 255, 0.9);

}

.biobox2 {
    overflow: visible;
    background-color: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid transparent;
    padding: 30px;
    top: 13px;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 80px 0;
    /*-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.26),0 0 0 1px rgba(0,0,0,0.14);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.26),0 0 0 1px rgba(0,0,0,0.14);*/
}

.biobox3 {
    overflow: visible;
    background-color: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid transparent;
    padding: 10px;
    top: 13px;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 80px 0;

}


.biobox_message {
    overflow: visible;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid transparent;
    padding-top: 20px;
    top: 13px;
    background-color: rgba(255, 255, 255, 0.9);

}

.small-black-text {
    font-size: 16px;
    line-height: 38px;
    color: rgba(0, 0, 0, 0.9);
    font-weight: 300;
    margin: 30px 0;
    text-align: right
}

.pager {
    margin: 0px 0;
}

.table {
    margin-bottom: 5px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 3px;
}

.search-button {
    float: right;
}


.text_right {
    text-align: right !important;
}

.th50 {
    width: 50%;
}

.th45 {
    width: 45%;
}

.th5 {
    width: 5%;
}

.input-small {
    width: 70px;
}

.form-horizontal .control-group {
    margin-bottom: 10px;
}

@font-face {
    font-family: 'IcoMoon';
    src: url('../../../media/jui/fonts/IcoMoon.eot');
    src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: 'IcoMoon';
    content: attr(data-icon);
    speak: none;
}

[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: .25em;
    line-height: 14px;
}

dd > span[class^="icon-"] + time,
dd > span[class*=" icon-"] + time {
    margin-left: -0.25em;
}

dl.article-info dd.hits span[class^="icon-"],
dl.article-info dd.hits span[class*=" icon-"] {
    margin-right: 0;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: 'IcoMoon';
    font-style: normal;
    speak: none;
}

[class^="icon-"].disabled,
[class*=" icon-"].disabled {
    font-weight: normal;
}

.icon-joomla:before {
    content: "\e200";
}

.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
    content: "\e005";
}

.icon-chevron-right:before,
.icon-rightarrow:before,
.icon-arrow-right:before {
    content: "\e006";
}

.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
    content: "\e007";
}

.icon-chevron-left:before,
.icon-leftarrow:before,
.icon-arrow-left:before {
    content: "\e008";
}

.icon-arrow-first:before {
    content: "\e003";
}

.icon-arrow-last:before {
    content: "\e004";
}

.icon-arrow-up-2:before {
    content: "\e009";
}

.icon-arrow-right-2:before {
    content: "\e00a";
}

.icon-arrow-down-2:before {
    content: "\e00b";
}

.icon-arrow-left-2:before {
    content: "\e00c";
}

.icon-arrow-up-3:before {
    content: "\e00f";
}

.icon-arrow-right-3:before {
    content: "\e010";
}

.icon-arrow-down-3:before {
    content: "\e011";
}

.icon-arrow-left-3:before {
    content: "\e012";
}

.icon-menu-2:before {
    content: "\e00e";
}

.icon-arrow-up-4:before {
    content: "\e201";
}

.icon-arrow-right-4:before {
    content: "\e202";
}

.icon-arrow-down-4:before {
    content: "\e203";
}

.icon-arrow-left-4:before {
    content: "\e204";
}

.icon-share:before,
.icon-redo:before {
    content: "\27";
}

.icon-undo:before {
    content: "\28";
}

.icon-forward-2:before {
    content: "\e205";
}

.icon-backward-2:before,
.icon-reply:before {
    content: "\e206";
}

.icon-unblock:before,
.icon-refresh:before,
.icon-redo-2:before {
    content: "\6c";
}

.icon-undo-2:before {
    content: "\e207";
}

.icon-move:before {
    content: "\7a";
}

.icon-expand:before {
    content: "\66";
}

.icon-contract:before {
    content: "\67";
}

.icon-expand-2:before {
    content: "\68";
}

.icon-contract-2:before {
    content: "\69";
}

.icon-play:before {
    content: "\e208";
}

.icon-pause:before {
    content: "\e209";
}

.icon-stop:before {
    content: "\e210";
}

.icon-previous:before,
.icon-backward:before {
    content: "\7c";
}

.icon-next:before,
.icon-forward:before {
    content: "\7b";
}

.icon-first:before {
    content: "\7d";
}

.icon-last:before {
    content: "\e000";
}

.icon-play-circle:before {
    content: "\e00d";
}

.icon-pause-circle:before {
    content: "\e211";
}

.icon-stop-circle:before {
    content: "\e212";
}

.icon-backward-circle:before {
    content: "\e213";
}

.icon-forward-circle:before {
    content: "\e214";
}

.icon-loop:before {
    content: "\e001";
}

.icon-shuffle:before {
    content: "\e002";
}

.icon-search:before {
    content: "\53";
}

.icon-zoom-in:before {
    content: "\64";
}

.icon-zoom-out:before {
    content: "\65";
}

.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
    content: "\2b";
}

.icon-pencil-2:before {
    content: "\2c";
}

.icon-brush:before {
    content: "\3b";
}

.icon-save-new:before,
.icon-plus-2:before {
    content: "\5d";
}

.icon-minus-sign:before,
.icon-minus-2:before {
    content: "\5e";
}

.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
    content: "\49";
}

.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
    content: "\47";
}

.icon-new:before,
.icon-plus:before {
    content: "\2a";
}

.icon-plus-circle:before {
    content: "\e215";
}

.icon-minus:before,
.icon-not-ok:before {
    content: "\4b";
}

.icon-ban-circle:before,
.icon-minus-circle:before {
    content: "\e216";
}

.icon-unpublish:before,
.icon-cancel:before {
    content: "\4a";
}

.icon-cancel-circle:before {
    content: "\e217";
}

.icon-checkmark-2:before {
    content: "\e218";
}

.icon-checkmark-circle:before {
    content: "\e219";
}

.icon-info:before {
    content: "\e220";
}

.icon-info-2:before,
.icon-info-circle:before {
    content: "\e221";
}

.icon-question:before,
.icon-question-sign:before,
.icon-help:before {
    content: "\45";
}

.icon-question-2:before,
.icon-question-circle:before {
    content: "\e222";
}

.icon-notification:before {
    content: "\e223";
}

.icon-notification-2:before,
.icon-notification-circle:before {
    content: "\e224";
}

.icon-pending:before,
.icon-warning:before {
    content: "\48";
}

.icon-warning-2:before,
.icon-warning-circle:before {
    content: "\e225";
}

.icon-checkbox-unchecked:before {
    content: "\3d";
}

.icon-checkin:before,
.icon-checkbox:before,
.icon-checkbox-checked:before {
    content: "\3e";
}

.icon-checkbox-partial:before {
    content: "\3f";
}

.icon-square:before {
    content: "\e226";
}

.icon-radio-unchecked:before {
    content: "\e227";
}

.icon-radio-checked:before,
.icon-generic:before {
    content: "\e228";
}

.icon-circle:before {
    content: "\e229";
}

.icon-signup:before {
    content: "\e230";
}

.icon-grid:before,
.icon-grid-view:before {
    content: "\58";
}

.icon-grid-2:before,
.icon-grid-view-2:before {
    content: "\59";
}

.icon-menu:before {
    content: "\5a";
}

.icon-list:before,
.icon-list-view:before {
    content: "\31";
}

.icon-list-2:before {
    content: "\e231";
}

.icon-menu-3:before {
    content: "\e232";
}

.icon-folder-open:before,
.icon-folder:before {
    content: "\2d";
}

.icon-folder-close:before,
.icon-folder-2:before {
    content: "\2e";
}

.icon-folder-plus:before {
    content: "\e234";
}

.icon-folder-minus:before {
    content: "\e235";
}

.icon-folder-3:before {
    content: "\e236";
}

.icon-folder-plus-2:before {
    content: "\e237";
}

.icon-folder-remove:before {
    content: "\e238";
}

.icon-file:before {
    content: "\e016";
}

.icon-file-2:before {
    content: "\e239";
}

.icon-file-add:before,
.icon-file-plus:before {
    content: "\29";
}

.icon-file-minus:before {
    content: "\e017";
}

.icon-file-check:before {
    content: "\e240";
}

.icon-file-remove:before {
    content: "\e241";
}

.icon-save-copy:before,
.icon-copy:before {
    content: "\e018";
}

.icon-stack:before {
    content: "\e242";
}

.icon-tree:before {
    content: "\e243";
}

.icon-tree-2:before {
    content: "\e244";
}

.icon-paragraph-left:before {
    content: "\e246";
}

.icon-paragraph-center:before {
    content: "\e247";
}

.icon-paragraph-right:before {
    content: "\e248";
}

.icon-paragraph-justify:before {
    content: "\e249";
}

.icon-screen:before {
    content: "\e01c";
}

.icon-tablet:before {
    content: "\e01d";
}

.icon-mobile:before {
    content: "\e01e";
}

.icon-box-add:before {
    content: "\51";
}

.icon-box-remove:before {
    content: "\52";
}

.icon-download:before {
    content: "\e021";
}

.icon-upload:before {
    content: "\e022";
}

.icon-home:before {
    content: "\21";
}

.icon-home-2:before {
    content: "\e250";
}

.icon-out-2:before,
.icon-new-tab:before {
    content: "\e024";
}

.icon-out-3:before,
.icon-new-tab-2:before {
    content: "\e251";
}

.icon-link:before {
    content: "\e252";
}

.icon-picture:before,
.icon-image:before {
    content: "\2f";
}

.icon-pictures:before,
.icon-images:before {
    content: "\30";
}

.icon-palette:before,
.icon-color-palette:before {
    content: "\e014";
}

.icon-camera:before {
    content: "\55";
}

.icon-camera-2:before,
.icon-video:before {
    content: "\e015";
}

.icon-play-2:before,
.icon-video-2:before,
.icon-youtube:before {
    content: "\56";
}

.icon-music:before {
    content: "\57";
}

.icon-user:before {
    content: "\22";
}

.icon-users:before {
    content: "\e01f";
}

.icon-vcard:before {
    content: "\6d";
}

.icon-address:before {
    content: "\70";
}

.icon-share-alt:before,
.icon-out:before {
    content: "\26";
}

.icon-enter:before {
    content: "\e257";
}

.icon-exit:before {
    content: "\e258";
}

.icon-comment:before,
.icon-comments:before {
    content: "\24";
}

.icon-comments-2:before {
    content: "\25";
}

.icon-quote:before,
.icon-quotes-left:before {
    content: "\60";
}

.icon-quote-2:before,
.icon-quotes-right:before {
    content: "\61";
}

.icon-quote-3:before,
.icon-bubble-quote:before {
    content: "\e259";
}

.icon-phone:before {
    content: "\e260";
}

.icon-phone-2:before {
    content: "\e261";
}

.icon-envelope:before,
.icon-mail:before {
    content: "\4d";
}

.icon-envelope-opened:before,
.icon-mail-2:before {
    content: "\4e";
}

.icon-unarchive:before,
.icon-drawer:before {
    content: "\4f";
}

.icon-archive:before,
.icon-drawer-2:before {
    content: "\50";
}

.icon-briefcase:before {
    content: "\e020";
}

.icon-tag:before {
    content: "\e262";
}

.icon-tag-2:before {
    content: "\e263";
}

.icon-tags:before {
    content: "\e264";
}

.icon-tags-2:before {
    content: "\e265";
}

.icon-options:before,
.icon-cog:before {
    content: "\38";
}

.icon-cogs:before {
    content: "\37";
}

.icon-screwdriver:before,
.icon-tools:before {
    content: "\36";
}

.icon-wrench:before {
    content: "\3a";
}

.icon-equalizer:before {
    content: "\39";
}

.icon-dashboard:before {
    content: "\78";
}

.icon-switch:before {
    content: "\e266";
}

.icon-filter:before {
    content: "\54";
}

.icon-purge:before,
.icon-trash:before {
    content: "\4c";
}

.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
    content: "\23";
}

.icon-unlock:before {
    content: "\e267";
}

.icon-key:before {
    content: "\5f";
}

.icon-support:before {
    content: "\46";
}

.icon-database:before {
    content: "\62";
}

.icon-scissors:before {
    content: "\e268";
}

.icon-health:before {
    content: "\6a";
}

.icon-wand:before {
    content: "\6b";
}

.icon-eye-open:before,
.icon-eye:before {
    content: "\3c";
}

.icon-eye-close:before,
.icon-eye-blocked:before,
.icon-eye-2:before {
    content: "\e269";
}

.icon-clock:before {
    content: "\6e";
}

.icon-compass:before {
    content: "\6f";
}

.icon-broadcast:before,
.icon-connection:before,
.icon-wifi:before {
    content: "\e01b";
}

.icon-book:before {
    content: "\e271";
}

.icon-lightning:before,
.icon-flash:before {
    content: "\79";
}

.icon-print:before,
.icon-printer:before {
    content: "\e013";
}

.icon-feed:before {
    content: "\71";
}

.icon-calendar:before {
    content: "\43";
}

.icon-calendar-2:before {
    content: "\44";
}

.icon-calendar-3:before {
    content: "\e273";
}

.icon-pie:before {
    content: "\77";
}

.icon-bars:before {
    content: "\76";
}

.icon-chart:before {
    content: "\75";
}

.icon-power-cord:before {
    content: "\32";
}

.icon-cube:before {
    content: "\33";
}

.icon-puzzle:before {
    content: "\34";
}

.icon-attachment:before,
.icon-paperclip:before,
.icon-flag-2:before {
    content: "\72";
}

.icon-lamp:before {
    content: "\74";
}

.icon-pin:before,
.icon-pushpin:before {
    content: "\73";
}

.icon-location:before {
    content: "\63";
}

.icon-shield:before {
    content: "\e274";
}

.icon-flag:before {
    content: "\35";
}

.icon-flag-3:before {
    content: "\e275";
}

.icon-bookmark:before {
    content: "\e023";
}

.icon-bookmark-2:before {
    content: "\e276";
}

.icon-heart:before {
    content: "\e277";
}

.icon-heart-2:before {
    content: "\e278";
}

.icon-thumbs-up:before {
    content: "\5b";
}

.icon-thumbs-down:before {
    content: "\5c";
}

.icon-unfeatured:before,
.icon-asterisk:before,
.icon-star-empty:before {
    content: "\40";
}

.icon-star-2:before {
    content: "\41";
}

.icon-featured:before,
.icon-default:before,
.icon-star:before {
    content: "\42";
}

.icon-smiley:before,
.icon-smiley-happy:before {
    content: "\e279";
}

.icon-smiley-2:before,
.icon-smiley-happy-2:before {
    content: "\e280";
}

.icon-smiley-sad:before {
    content: "\e281";
}

.icon-smiley-sad-2:before {
    content: "\e282";
}

.icon-smiley-neutral:before {
    content: "\e283";
}

.icon-smiley-neutral-2:before {
    content: "\e284";
}

.icon-cart:before {
    content: "\e019";
}

.icon-basket:before {
    content: "\e01a";
}

.icon-credit:before {
    content: "\e286";
}

.icon-credit-2:before {
    content: "\e287";
}

.icon-expired:before {
    content: "\4b";
}

ul.icos {
    margin-top: 30px;
}

ul {
    -moz-padding-start: 0px;
    -webkit-padding-start: 0px;
    -khtml-padding-start: 0px;
    -o-padding-start: 0px;
    padding-start: 0px;
    padding: 0px;
}

.unstyle {
    list-style: none;
}

ul.icos li {
    margin-right: 30px;
    display: inline;
}

ul.icos i {
    font-size: 32px;
    color: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

#anp-captcha {
    transform: scale(0.63);
    transform-origin: 0 0 0;
}

ul.ul-treefree ul {
    margin: 0;
    padding-left: 6px;
}

ul.ul-treefree li:last-child {
    border-left: 0 none;
}

ul.ul-treefree li {
    position: relative;
    list-style: none outside none;
    border-left: solid 1px #999;
    margin: 0;
    padding: 0 0 0 19px;
    line-height: 23px;
}

ul.ul-treefree li:last-child:before {
    border-left: solid 1px #999;
}

ul.ul-treefree li:before {
    content: '';
    display: block;
    border-bottom: solid 1px #999;
    position: absolute;
    width: 18px;
    height: 11px;
    left: 0;
    top: 0;
}

.map_demo {
    background-image: url(../images/map_demo.png);
    position: relative;
}

.fa-heart {
    font-size: 1.1em;
    color: #ff0000;
}

.fa-heart-o {
    font-size: 1.1em;
}

.address_n {
    font-size: 1.2em;
}

.metro_text {
    font-size: 0.9em;
}

.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.input-append .add-on, .input-append .btn, .input-append .btn-group {
    margin-left: -1px;
}

.icon-unpublish:before, .icon-not-ok:before, .icon-eye-close:before, .icon-ban-circle:before, .icon-minus-sign:before, .btn-toolbar .icon-cancel:before {
    color: #942a25;
}

.icon-publish:before, .icon-featured:before, .icon-save:before, .icon-ok:before, .icon-save-new:before, .icon-save-copy:before, .btn-toolbar .icon-copy:before {
    color: #378137;
}

.btn:hover, .btn:focus {
    background-position: 0;
}

h2.g-mainowl-item-title {
    /*font-family: 'Roboto', sans-serif;*/
    font-size: 3.5rem;
    line-height: 4rem;
    font-weight: 700;
    color: #eceeef;
}

h3.g-mainowl-item-title {
    /*font-family: 'Roboto', sans-serif;*/
    font-size: 2.0rem;
    line-height: 3rem;
    font-weight: 500;
    color: #eceeef;
}

h3 small {
    font-weight: 500;
    line-height: 1;
    color: #eceeef;
}


.main_section_home {
    overflow: visible;
    background-color: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid transparent;
    padding: 10px;
    top: 13px;
    background-color: rgba(255, 255, 255, 0);
    margin: 150px 0 250px 0;
}

.main_section_home2 {
    color: #fff;
    font-size: 1.1rem;
    line-height: 2.5;
    font-weight: 200;
    padding-bottom: 1.407rem;
    margin-top: 0px;
    margin-bottom: 0.625rem;
}

/* Для телефонов и некоторых устройств у которых совсем маленький экран */
@media (max-width: 768px) {
    .main_section_home {
        margin: 60px 0;
    }
}


/*
.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.alert,
.alert h4 {
    color: #c09853;
}
.alert h4 {
    margin: 0 0 .5em;
}
.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}
.alert-success h4 {
    color: #468847;
}
.alert-danger,
.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
    color: #b94a48;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}
.alert-info h4 {
    color: #3a87ad;
}
.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
    margin-bottom: 0;
}
.alert-block p + p {
    margin-top: 5px;
}*/

.sep {
    border-bottom: 1px solid;
    display: inline-block;
    width: 30px;
    margin: 0px auto;
    margin-bottom: 3px;
}
.feature-item p.description {
    color: #aaa;
    font-weight: 300;
    margin-bottom: 0;
    text-transform: uppercase;
}


.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -moz-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
}
.collapse.in {
    height: auto;
}
.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    color: #000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
button.close {
    padding: 3;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.alert-options {
    float: right;
    line-height: 18px;
    color: #000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.alert-options:hover,
.alert-options:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.btn:hover,
.btn:focus {
    background-color: #e6e6e6;
    text-decoration: none;
    text-shadow: none;
}
.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
}
.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-large {
    padding: 11px 19px;
    font-size: 16.25px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
    margin-top: 4px;
}
.btn-small {
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
    margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
    margin-top: -1px;
}
.btn-mini {
    padding: 0 6px;
    font-size: 9.75px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
.btn-primary,
.btn-warning,
.btn-danger,
.btn-success,
.btn-info,
.btn-inverse {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.btn-primary {
    border: 1px solid #15497c;
    border: 1px solid rgba(0,0,0,0.2);
    color: #fff;
    background-color: #2384d3;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #185b91;
    color: #fff;
    text-decoration: none;
}
.btn-warning {
    border: 1px solid #f89406;
    border: 1px solid rgba(0,0,0,0.2);
    color: #fff;
    background-color: #f89406;
}
.btn-warning:hover,
.btn-warning:focus {
    background-color: #ad6704;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}
.btn-danger {
    border: 1px solid #bd362f;
    border: 1px solid rgba(0,0,0,0.2);
    color: #fff;
    background-color: #bd362f;
}
.btn-danger:hover,
.btn-danger:focus {
    background-color: #802420;
    color: #fff;
    text-decoration: none;
}
.btn-success {
    border: 1px solid #378137;
    border: 1px solid rgba(0,0,0,0.2);
    color: #fff;
    background-color: #46a546;
}
.btn-success:hover,
.btn-success:focus {
    background-color: #2f6f2f;
    color: #fff;
    text-decoration: none;
}
.btn-info {
    border: 1px solid #2f96b4;
    border: 1px solid rgba(0,0,0,0.2);
    color: #fff;
    background-color: #2f96b4;
}
.btn-info:hover,
.btn-info:focus {
    background-color: #1f6377;
    color: #fff;
    text-decoration: none;
}
.btn-inverse {
    border: 1px solid #444;
    border: 1px solid rgba(0,0,0,0.2);
    color: #fff;
    background-color: #444;
}
.btn-inverse:hover,
.btn-inverse:focus {
    background-color: #1e1e1e;
    color: #fff;
    text-decoration: none;
}
button.btn,
input[type="submit"].btn {
    *padding-top: 3px;
    *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #3071a9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
    color: #1f496e;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
    color: #333;
    text-decoration: none;
}
.btn-group {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 0;
    vertical-align: middle;
    white-space: nowrap;
    *margin-left: .3em;
}
.btn-group:first-child {
    *margin-left: 0;
}
.btn-group .btn + .btn {
    margin-left: -1px;
}
.btn-group + .btn-group {
    margin-left: 5px;
}
.btn-toolbar {
    font-size: 0;
    margin-top: 9px;
    margin-bottom: 9px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
    margin-left: 5px;
}
.btn-group > .btn {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.btn-group > .btn-micro {
    margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
    font-size: 13px;
}
.btn-group > .btn-mini {
    font-size: 9.75px;
}
.btn-group > .btn-small {
    font-size: 12px;
}
.btn-group > .btn-large {
    font-size: 16.25px;
}
.btn-group > .btn:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}
.btn-group > .btn.large:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
    z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    *padding-top: 5px;
    *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
    *padding-top: 2px;
    *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
    *padding-top: 5px;
    *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
    *padding-top: 7px;
    *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
    background-image: none;
}
.btn-group.open .btn.dropdown-toggle {
    background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #15497c;
}
.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #c67605;
}
.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #942a25;
}
.btn-group.open .btn-success.dropdown-toggle {
    background-color: #378137;
}
.btn-group.open .btn-info.dropdown-toggle {
    background-color: #24748c;
}
.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222;
}
.btn .caret {
    margin-top: 8px;
    margin-left: 0;
}
.btn-large .caret {
    margin-top: 6px;
}
.btn-large .caret {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
    margin-top: 8px;
}
.dropup .btn-large .caret {
    border-bottom-width: 5px;
}
.btn-primary .caret {
    border-top-color: #1f496e;
    border-bottom-color: #1f496e;
}
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.btn-group-vertical {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.btn-group-vertical > .btn {
    display: block;
    float: none;
    max-width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
    margin-left: 0;
    margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.btn-group-vertical > .btn:last-child {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.btn-group-vertical > .btn-large:first-child {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}




.g-home-particles.g-helium-style #g-header .button.button-outline {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
}

#g-header a {
    color: rgba(236, 238, 239, 0.6);
}

.button.button-outline {
    background: transparent;
    color: #fff;
    border-color: #5388b4;
}

.button {
    display: inline-block;
    /*font-family: 'Roboto', sans-serif;*/
    font-weight: 500;
    font-size: 0.8rem;
    line-height: 1.15;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    background: #5388b4;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 2.5rem;
    margin: 0 0 0.5rem 0;
    padding: 1.5rem 3.125rem;
    vertical-align: middle;
    text-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.button-outline {
    background: transparent;
    color: #5388b4;
    border-color: #5388b4
}

.button.button-outline:hover, .button.button-outline:active, .button.button-outline:focus {
    background: rgba(83, 136, 180, 0.5);
    border-color: transparent;
    color: #fff
}

.button-outline {
    background: transparent;
    color: #008000;
    border-color: rgba(255, 255, 255, 0.5)
}

.g-home-particles.g-helium-style #g-header .button.button-outline:hover, .g-home-particles.g-helium-style #g-header .button.button-outline:active, .g-home-particles.g-helium-style #g-header .button.button-outline:focus {
    background: rgba(255, 255, 255, 0.5);
    border-color: transparent
}

section.homepage1 {
    background-color: #f7f7f7;
    width: 100%;
}


.price_property {
    font-size: 1.0rem;
    line-height: 1.45;
}

.sp-property-status-wrapper .property-status-wrapper > span {
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    padding: 2px 6px;
    display: inline-block;
    font-weight: 700;
    margin-right: 10px;
}
.property-status-wrapper > span {
    padding: 2px 6px;
    display: inline-block;
    font-weight: 700;
    margin-right: 10px;
}

.property-status-renting, .property-status-dailyrent, .property-status-forrent {
    color: #fff;
    background-color: #1dc7c2;
}
.property-status-selling, .property-status-buy {
    color: #fff;
    background-color: #d05d40;
}
.property-status-new-build {
    color: #fff;
    background-color: #5cb159;
}
.property-featured {
    color: #004395;
    background-color: #FFEB3B;
}
.property-slogan {
    color: #e56647;
}
.thumbnail {
    border: 0 none;
    box-shadow: none;
}
@media (max-width: 480px) {
    .id-pull {
        float: left;
    }
}

@media (min-width: 480px) {
    .id-pull {
        float: right;
    }
}