@import 'css/hover.css';

/*
font-family: 'Open Sans', sans-serif;
*/

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #000;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.container {
    /* min-width:1000px; */
}

.contactads {
    margin-bottom: 15px;
}

/* topline styles*/
.topgr {
    min-height: 37px;
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #efefef 0%, #dddddd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #dddddd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #efefef 0%, #dddddd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #efefef 0%, #dddddd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #efefef 0%, #dddddd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #efefef 0%, #dddddd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#dddddd', GradientType=0); /* IE6-9 */
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.topred {
    color: #b51b1b;
    padding-right: 7px;
    padding-left: 20px;
}

.topgray {
    color: #555555;
}

.toplightgray {
    color: #737373;
}

.social {
    text-decoration: none;
    font-size: 18px;
    padding-left: 7px;
    z-index: 1;
    position: relative;
}

a.langs {
    padding-left: 7px;
}

a.langsF {
    padding-left: 20px;
}

.socs {
    padding-top: 5px;
}

.languages {
    padding-top: 7px;
}

.contacts {
    padding-top: 9px;
}

.logo {
    position: relative;
    z-index: 0;
    margin-top: -23px;
}

/* Menu */

#menu {
    font-family: 'Open Sans', sans-serif;
    float: center;
    list-style: none;
    line-height: 1;
    padding: 23px 0 0 0;
}

#menu > li > a > i {
    color: #ff0000;
    font-size: 12px;
}

#menu li a {
    display: block;
    padding: 13px 9px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

#menu li {
    float: left;
    padding: 0;
    margin: 0 0 0 2px;
}

#menu > li > a:hover, #menu > li > a.sel {
    background: #7c0d0c; /* Old browsers */
    background: -moz-linear-gradient(top, #7c0d0c 0%, #b41b1b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7c0d0c), color-stop(100%, #b41b1b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7c0d0c 0%, #b41b1b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7c0d0c 0%, #b41b1b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7c0d0c 0%, #b41b1b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7c0d0c 0%, #b41b1b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c0d0c', endColorstr='#b41b1b', GradientType=0); /* IE6-9 */
    color: #ffffff;
    font-weight: 400;

}

#menu br {
    display: none;
}

#menu li ul {
    /* s */
    position: absolute;
    left: -999em;
    margin: 0;
    list-style: none;
    padding: 0;
}

#menu li ul li a {
    display: block;
    padding: 23px 5px 20px 5px;
    color: #B51B1B;
    font-size: 12px;
    font-weight: 400;
}

#menu li ul li i {
    color: #dbdbdb;
    font-size: 13px;
    padding-right: 5px;
}

#menu li ul li a:hover {
    text-decoration: underline;
}

#menu li:hover ul ul, #menu li:hover ul ul ul {
    left: -999em;
}

/*#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, */
#menu li ul.this {
    left: auto;
}

/*slider */
.sliderc {
    margin-top: 10px;
    min-height: 450px;
}

.sliderc .one {
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    min-height: 450px;
    padding: 40px 0;
}

.sliderh3 {
    padding: 13px 15px;
    background: rgba(255, 255, 255, 0.75);
    display: block;
    float: left;
    clear: both;
    color: #262626;
}

.sliderp {
    padding: 15px 15px;
    background: rgba(255, 255, 255, 0.75);
    display: block;
    float: left;
    clear: both;
    width: 350px;
    line-height: 22px;
    font-size: 13px;
    color: #262626;
    font-family: 'Open Sans', sans-serif;
}

.sliderprice span {
    padding: 5px 15px;
    display: block;
    float: left;
}

.sliderprice {
    background: rgba(255, 255, 255, 0.75);
    display: block;
    float: left;
    clear: both;
    width: 350px;
    color: #4d4d4d;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 300;
}

a.details {
    font-size: 14px;
    color: #fff;
    padding: 15px 15px;
    display: block;
    float: right;
    background: #727272; /* Old browsers */
    background: -moz-linear-gradient(top, #727272 0%, #474747 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #727272), color-stop(100%, #474747)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #727272 0%, #474747 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #727272 0%, #474747 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #727272 0%, #474747 100%); /* IE10+ */
    background: linear-gradient(to bottom, #727272 0%, #474747 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#727272', endColorstr='#474747', GradientType=0); /* IE6-9 */
}

a.details i {
    color: #a2a2a2;
    padding-left: 10px;
}

/*map*/
#map {
    width: 100%;
    height: 304px;
}

/*quick search on main*/
.search {
    color: #fff;
    background: #333333;
    padding: 15px 15px 20px 15px;
    font-family: 'Open Sans', sans-serif;
}

.search h4 {
    border-bottom: #3d3d3d 1px solid;
    padding: 5px 15px 20px 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
    margin-bottom: 20px;
}

.search h4 i, .latestobjh i {
    color: #8c8c8c;
}

.search label {
    font-weight: 300;
}

input[type="checkbox"].cbxs {
    margin-top: 3px;
}

.slii {
    width: 335px;
}

.srchbtn {
    background: #7c0d0c; /* Old browsers */
    background: -moz-linear-gradient(top, #7c0d0c 0%, #b41b1b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7c0d0c), color-stop(100%, #b41b1b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7c0d0c 0%, #b41b1b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7c0d0c 0%, #b41b1b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7c0d0c 0%, #b41b1b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7c0d0c 0%, #b41b1b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c0d0c', endColorstr='#b41b1b', GradientType=0); /* IE6-9 */
    color: #ffffff;
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 7px 15px 9px 15px;
    text-align: center;
    font-size: 12px;
}

.srchbtn:hover {
    color: #fff;
    text-decoration: underline;
}

/* three blocks on main*/
.threemain {
    background: #f0f0f0;
    min-height: 200px;
    padding-bottom: 35px;
}

.thbl p {
    color: #333333;
    line-height: 24px;
}

.thbl p a {
    color: #b21a1a;
    text-decoration: underline;
}

.thbl.news p a {
    color: #333333;
    text-decoration: underline;
}

.thbl p a:hover {
    text-decoration: none;
}

.thbl i {
    color: #8c8c8c;
}

.thbl.news span {
    display: block;
    color: #909090;
}

/* foot */
.ftrone {
    background: #333333;
    min-height: 240px;
    padding: 15px 0px 15px 0px;
    color: #c8c8c8;
}

.ftrone h4 {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ftrone p {
    font-style: italic;
}

.ftrone img {
    margin-bottom: 20px;
    border: 1px solid white;
    padding: 2px;

}

.ftrone a {
    color: #c8c8c8;
    text-decoration: underline;
}

.ftrone a:hover {
    text-decoration: none;
}

.ftrtwo {
    padding-top: 35px;
    padding-bottom: 35px;
    color: #333333;
}

.ftrtwo a {
    color: #666666;
    padding-left: 30px;
    text-decoration: underline;
}

.ftrtwo a:hover {
    text-decoration: none;
    color: #333;
}

/* import from here */
.mfix {
    /* margin fix */
    margin-top: 35px;
}

.fifty {
    width: 49%;
    float: left;
    padding-bottom: 15px;
}

.white {
    background: #fff;
    padding: 15px 15px 0 15px;
    width: 100%;
}

.news .white {
    line-height: 20px;
}

.white.allmarg {
    padding: 15px;
}

/*latestobj & objlist */
.latestobj {
    background: #d6d6d6;
    min-height: 200px;
    padding-bottom: 35px;
}

.latestobjh {
    display: block;
    clear: both;
    float: left;
    background: #292929;
    color: #fff;
    padding: 10px 15px;
    margin-top: 35px;
    margin-bottom: 0;
}

.latestobjh2 {
    display: block;
    clear: both;
    float: left;
    background: #292929;
    color: #fff;
    padding: 10px 15px;
    margin-top: -59px;
    margin-bottom: 0;
}

.fifty h2 {
    margin: 0;
    padding: 0 0 5px 0;
}

.fifty h2 a {
    color: #000;
    text-decoration: none;
    line-height: 17px;
    font-size: 15px;
}

/*fixed tbls*/

.okz {
    color: #04ac00;
}

.table {
    font-size: 12px;
    margin-bottom: 0px;
    width: 100%;
}

.table tr:first-child td {
    border-top: none;
}

.table tr td:first-child {
    width: 50%;
    padding-left: 0;
    color: #818181;
}

.table tr td:last-child {
    width: 50%;
    padding-right: 0;
}

/*unfixed tbls*/
.table.unfixed {
    font-size: 12px;
    margin-bottom: 0px;
    width: 100%;
}

.table.unfixed.double {
    width: 45%;
    margin-right: 2%;
    float: left;
    display: table;
}

.table.unfixed tr:first-child td {
    border-top: none;
}

.table.unfixed tr td:nth-child(odd) {
    width: auto;
    padding-left: 0;
    color: #818181;
}

.table.unfixed tr td:last-child {
    width: auto;
    padding-right: 0;
}

.priceobj {
    margin-top: -3px;
    display: block;
    color: #fff;
    padding: 0px 5px;
    background: #b51b1b;
    font-size: 20px;
    margin: 5px;
    text-align: center;
}

.price {
    color: #b51b1b;
    font-size: 23px;
    margin: 0;
}

.price span {
    color: #000;
}

.price.fix {
    padding: 8px 0;
}

.price .price2 {
    text-decoration: line-through;
    font-size: 15px;
}

.priceobj .price2 span {
    text-decoration: line-through;
    font-size: 15px;
}

.objdescr {
    line-height: 13px;
    font-size: 11px;
    font-style: italic;
    color: #373737;
    padding-right: 10px;
}

.onobject {
    padding: 8px 12px;
    color: #fff;
    background: #717171; /* Old browsers */
    background: -moz-linear-gradient(top, #717171 0%, #464646 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #717171), color-stop(100%, #464646)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #717171 0%, #464646 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #717171 0%, #464646 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #717171 0%, #464646 100%); /* IE10+ */
    background: linear-gradient(to bottom, #717171 0%, #464646 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#717171', endColorstr='#464646', GradientType=0); /* IE6-9 */
}

.onobject:hover {
    color: #e2e2e2;
}

.onobject i {
    color: #a2a2a2;
    padding-left: 5px;
}

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

/*inners */

.inners {
    min-height: 400px;
    background: #f7f7f7;
    margin-top: 10px;
    padding: 25px 0;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
}

.inners h1 i {
    color: #ff4242;
}

/*catalog search styles */

.catsearch input, .catsearch textarea, .borderedinput {
    border: #d4d2d2 1px solid;
}

.catsearch input, .catsearch textarea, .catsearch label, .borderedinput {
    color: #000;
    font-size: 12px;
    padding: 9px 12px;
    margin-bottom: 15px;
}

.catsearch input[type="checkbox"] {
    margin-top: 3px;
}

.catsearch .form-control:focus {
    border-color: #5d0e68;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(93, 14, 104, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(93, 14, 104, .6);
}

.catsearch .btn-group {
    display: inline-block;
    text-align: left;
    width: 100%;
}

.catsearch .btn {
    text-align: left !important;
    font-size: 12px;
    margin-bottom: 15px;
}

.catsearch .btn b {
    float: right;
    display: block;
    position: absolute;
    top: 13px;
    right: 10px;
    color: #e9513c;
}

.catsearch input::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.catsearch input:-ms-input-placeholder {
    color: #000;
}

.catsearch input::-webkit-input-placeholder {
    color: #000;
}

.hundw {
    width: 100%;
}

.rbtn {
    background: #7c0d0c; /* Old browsers */
    background: -moz-linear-gradient(top, #7c0d0c 0%, #b41b1b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7c0d0c), color-stop(100%, #b41b1b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7c0d0c 0%, #b41b1b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7c0d0c 0%, #b41b1b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7c0d0c 0%, #b41b1b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7c0d0c 0%, #b41b1b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c0d0c', endColorstr='#b41b1b', GradientType=0); /* IE6-9 */

    font-size: 12px;
    color: #fff !important;
    padding: 10px 30px;
    display: block;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}

/* tabs navi */
.razdelh4fix {
    background: #F7F7F7;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-top: 20px;
}

.leftnavifix {
    background: #F7F7F7;
    margin-left: -15px;
    margin-right: -15px;
}

.objnavifix {
    background: transparent;

}

.leftul li a {
    text-decoration: none;
    font-size: 12px;
    line-height: 25px;
    display: block;
    padding: 0 10px;
}

.leftul li a:hover {
    text-decoration: underline;
}

.leftul li:hover {
    background: #f5f5f5;
}

.leftul li.region {
    background: #fef5f5;
}

.leftul li.region a {
    font-size: 14px;
}

h5 i {
    color: #e95945;
}

.leftul i {
    color: #b5b5b5;
}

.leftul span {
    display: block;
    float: right;
    font-size: 11px;
    /*background: #dddddd;*/
    color: #7b7b7b;
}

.nopadd .tab-pane {
    padding-bottom: 0;
}

.gall {
    padding-bottom: 15px;
}

@media (min-width: 1200px) {
}

/*desktop 1024 ONLY*/
@media (min-width: 1px) and (max-width: 1199px) {
    .mqfx1 {
        font-size: 11px;
    }

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-left: 2px;
    }

    .slii {
        width: 271px;
    }

    .ftrone h4 {
        font-size: 15px;
    }

    .ftrone ul {
        font-size: 11px;
    }

    .carousel-indicators {
        left: 11%;
    }
}

.locationTitleLabel {
    border-radius: 5px;
    background-color: #FFE346;
    float: right;
    padding: 7px;
    -moz-box-shadow: 2px 2px 2px #666;
    -webkit-box-shadow: 2px 2px 2px #666;
    box-shadow: 2px 2px 2px #666;
    font-weight: bold;
    border: 1px solid #ffa400;
}

.pre_pager {
    padding-top: 10px;
    text-align: center;
}

.pager {
    display: inline-block;
}

.pager .page {
    color: #fff;
    background: #717171; /* Old browsers */
    background: -moz-linear-gradient(top, #717171 0%, #464646 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #717171), color-stop(100%, #464646)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #717171 0%, #464646 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #717171 0%, #464646 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #717171 0%, #464646 100%); /* IE10+ */
    background: linear-gradient(to bottom, #717171 0%, #464646 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#717171', endColorstr='#464646', GradientType=0); /* IE6-9 */
    display: block;
    float: left;
    text-align: center;
    font-size: 11px;
    padding: 5px 0px;
    width: 33px;
    margin-top: -4px;
    margin-right: 5px;
}

.pager .page.active {
    background: #7c0d0c; /* Old browsers */
    background: -moz-linear-gradient(top, #7c0d0c 0%, #b41b1b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7c0d0c), color-stop(100%, #b41b1b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7c0d0c 0%, #b41b1b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7c0d0c 0%, #b41b1b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7c0d0c 0%, #b41b1b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7c0d0c 0%, #b41b1b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c0d0c', endColorstr='#b41b1b', GradientType=0); /* IE6-9 */
    color: #fff;
}

.latestobj .fifty img.img-responsive:hover {
    max-width: none;
    position: absolute;
    left: -50px;
    top: -40px;
    width: 150%;
    z-index: 999;
    box-shadow: 0 0 10px 2px #444;
}

.sort {
    padding-bottom: 15px;
}

.sort .active {
    font-weight: bold;
}

.prop_img {
    height: 200px;
    overflow: hidden;
    box-shadow: 0 2px 5px #7a7777;
}

.prop_list_code {
    padding-bottom: 15px !important;
}

.news .thbl.news p a {
    color: #b21a1a;
}

.clear {
    clear: both;
}

.margin-center {
    margin-left: auto;
    margin-right: auto;
}

.pnavfix .logo {
    margin: 0;
    height: 40px;
    padding: 5px 0 0 5px;
}

.pnavfix .phone-langs {
    padding: 15px 10px 0px 0px;
    float: right;
}

.pfooter {
    background: #f0f0f0;
}

p.more a {
    text-decoration: underline;
}

.main-news-base .main-news-min-photo {
    overflow: hidden;
    background-color: #ecebeb;
    position: relative;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-news-base .main-news-min-photo {
        height: 85px;
    }
}

@media (min-width: 1200px) {
    .main-news-base .main-news-min-photo {
        height: 107px;
    }
}

.main-news-base .main-news-min-photo img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.news_list .main-news-min-photo {
    overflow: hidden;
    background-color: #ecebeb;
    position: relative;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .news_list .main-news-min-photo {
        height: 118px;
    }
}

@media (min-width: 1200px) {
    .news_list .main-news-min-photo {
        height: 147px;
    }
}

.news_list .main-news-min-photo img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.mb10 {
    margin-bottom: 10px;
}

.news-list-title {
    padding-bottom: 20px;
}

.news-list-title a {
    color: #b21a1a;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
}

.inners .left_img {
    width: 350px;
    float: left;
    padding: 0 10px 10px 0;
}

.hover-effect:hover {
    border-color: #b21a1a !important;
    -webkit-box-shadow: 0 0 10px #b21a1a !important;;
    -moz-box-shadow: 0 0 10px #b21a1a !important;;
    box-shadow: 0 0 10px #b21a1a !important;;
}

.contacts_box {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
}

.contacts_box .rbtn {
    margin-bottom: 0px;
    font-size: 14px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
}

.inners.inners-similar {
    min-height: 0;
    margin-top: 0px;
    padding: 0px 0 25px 0;
}

.prop_img.similar_img {
    height: 150px;
}

.similar_img_box, .main_img_box {
    padding: 4px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.prop_img_price {
    margin-top: -30px;
    position: relative;
    margin-bottom: 0px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    padding: 4px 30px;
}

.form_msg {
    color: #ff0000;
}

.nav > li > a {
    padding: 10px;
}

/*.form_bg{
    background: #333333;
    padding: 10px;
    margin-bottom: 10px;
    color: white;
}*/
.form_bg input, .form_bg textarea, .borderedinput {
    border: #d4d2d2 1px solid;
}

.form_bg input, .form_bg textarea, .form_bg label, .borderedinput {
    color: #000;
    font-size: 12px;
    padding: 9px 12px;
    margin-bottom: 15px;
}

.form_bg input[type="checkbox"] {
    margin-top: 3px;
}

.form_bg .btn-group {
    display: inline-block;
    text-align: left;
    width: 100%;
}

.form_bg .btn {
    text-align: left !important;
    font-size: 12px;
    margin-bottom: 15px;
}

.form_bg .btn b {
    float: right;
    display: block;
    position: absolute;
    top: 13px;
    right: 10px;
    color: #e9513c;
}

.form_bg input::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.form_bg input:-ms-input-placeholder {
    color: #000;
}

.form_bg input::-webkit-input-placeholder {
    color: #000;
}

.form_bg button.multiselect, .form_bg input, .form_bg textarea {
    box-shadow: 0 2px 5px #7a7777;
}

#agent_form input, #agent_form textarea {
    box-shadow: 0 2px 5px #7a7777;
}

.pfooter .footer_pic {
    width: 115px;
    height: 40px;
    background: url(img/google-a.png);
    display: block;
}

.pfooter .footer_pic:hover {
    background: url(img/google.png);
}

.antispam {
    display: none;
}

.catsearch button.multiselect, .catsearch input {
    box-shadow: 0 2px 5px #7a7777;
}

.banners {
    padding: 15px 0 10px 0;
}

.banners .banner img {
    padding-bottom: 5px;
}

/* Carousel fade effect */
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition: opacity 4s;
    -moz-transition: opacity 4s;
    -ms-transition: opacity 4s;
    -o-transition: opacity 4s;
    transition: opacity 4s;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

/*.carousel-fade .carousel-inner .active .one {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-size: 110% !important;
}*/
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/* Bx slider */
.bx-wrapper {
    position: relative;
}

.bx-prev, .bx-next {
    font-size: 0;
    position: absolute;
    transition: opacity .3s;
    background-image: url(img/icon-arrows-1.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 28px;
    top: 100px;
}

.bx-prev:hover, .bx-next:hover {
    opacity: .7;
}

.bx-prev {
    background-position: 0 0;
    left: -15px;
}

.bx-next {
    background-position: 0 -28px;
    right: -15px;
}

/* Cat gallery */
.yi-photo-big {
    margin-bottom: 13px;
    cursor: pointer;
}

.yi-photo-thumbs {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 13px 23px;
}

.yi-photo-thumbs ul a {
    background-color: #000;
    display: block;
}

.yi-photo-thumbs ul a img {
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    filter: none;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
    height: 120px;
    min-width: 100%;
}

.yi-photo-thumbs ul a:hover img, .yi-photo-thumbs ul a:active img, .yi-photo-thumbs ul a.active_new img {
    opacity: .5;
}

.yi-photo-thumbs .bx-prev, .yi-photo-thumbs .bx-next {
    margin-top: -10px;
    width: 11px;
    height: 20px;
    top: 50%;
    background-image: url(img/icon-arrows-2.png);
}

.yi-photo-thumbs .bx-prev {
    left: -17px;
    background-position: 0 0;
}

.yi-photo-thumbs .bx-next {
    right: -17px;
    background-position: 0 -20px;
}

.yi-photo-big .bx-viewport {
    overflow: visible !important;
}

.yi-photo-big .bx-prev, .yi-photo-big .bx-next {
    top: 190px;
    margin-right: 24px;
    margin-left: 24px;
    z-index: 100;
}

#info_tab .table > thead > tr > th,
#info_tab .table > tbody > tr > th,
#info_tab .table > tfoot > tr > th,
#info_tab .table > thead > tr > td,
#info_tab .table > tbody > tr > td,
#info_tab .table > tfoot > tr > td {
    padding: 8px;
    font-size: 14px;
    color: #000;
}

.form_bg {
    background-color: #f7f7f7;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}
.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}
.mt-40 {
    margin-top: 40px;
}

.cat_slider1 {
    position: absolute;
    height: 430px;
    width: 100%;
    overflow: hidden;
}

.cat_slider2 .decorator1 {
    left: -1009px;
    position: absolute;
    height: 430px;
    width: 1024px;
    top: 0;
    opacity: .85;
    background-color: #fff;
}

.cat_slider2 .decorator2 {
    right: -1008px;
    position: absolute;
    height: 430px;
    width: 1024px;
    top: 0;
    opacity: .85;
    background-color: #fff;
}

.cat_slider2 .viewport {
    height: 430px;
}

.cat_slider2 .cat_slider_bg {
    height: 430px;
}
.cat_slider1 .bx-viewport .yi-photo-big-item {
    min-height: 1px; min-width: 1px;
}
.viewport img{
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block !important;
}
@media (max-width: 992px) {
    .cat_slider_bg_right{
        background-color: white;
        margin: 10px 0;
    }
}
@media(max-width:767px){
    .cat_slider2 .viewport {
        height: 220px;
    }
    .yi-photo-big .bx-prev, .yi-photo-big .bx-next {
        top: 100px;
    }
}

/*Rented*/
div.package-ribbon-wrapper{
    position:absolute;
    top: 8px;
    left: 8px;
}
div.package-type{
    padding:9px 12px;
    font-size:13px;
    line-height:1;
    font-weight: 400;
}
div.package-type span.head{
    font-size:12px;
    display:block;
    line-height:1;
    margin-bottom:4px
}
div.package-type span.discount-text{
    font-size:18px;
    display:block;
    line-height:1
}
div.package-type-gimmick{
    width:0;
    height:0;
    float:left;
    border-width:8px 0 0 8px;
    border-style:solid;
    border-bottom-color:transparent;
    border-right-color:transparent;
    border-left-color:transparent;
    color:#b80705
}
div.package-type.last-minute{
    background: #7c0d0c; /* Old browsers */
    background: -moz-linear-gradient(top, #7c0d0c 0%, #b41b1b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7c0d0c), color-stop(100%, #b41b1b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7c0d0c 0%, #b41b1b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7c0d0c 0%, #b41b1b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7c0d0c 0%, #b41b1b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7c0d0c 0%, #b41b1b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c0d0c', endColorstr='#b41b1b', GradientType=0); /* IE6-9 */
    color: #ffffff;
    font-weight: 400;
    border-top-left-radius:2px;
    border-top-right-radius:2px;
    border-bottom-right-radius:2px
}
.package-type,.package-type a{
    color:#fff
}