@import url("reset.css");
header, nav, section, article, aside, footer {
    display:block
}
/*--------------------------------BODY----------------------*/
html {
    height:100%
}
body {
    background:#f4f4f6 url(../images/body_bg.jpg);
    font:12px/16px Arial, Helvetica, sans-serif;
    color:#3a3d3e;
    height:100%;
    min-width:1054px;
}

hr {
    border-color: #DDDDDD -moz-use-text-color #FFFFFF;

}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc-moz-use-text-color #FFFFFF;
    border-image: none;
    border-left: 0 none;
    border-right: 0 none;
    border-style: solid none;
    border-width: 1px 0;
    margin: 10px 0;
}

.main {
    min-height:100%;
    background:url(../images/header_bg_right.jpg) repeat-x;
    position:relative;
}
.main_bottom {
    width:100%;
    background:url(../images/bootom_bg.png) no-repeat center bottom;
}
.main_bg {
    background:url(../images/content_y.png) repeat-y center top;
}
.main_left {
    background:url(../images/header_bg_left.jpg) repeat-x 50% top;
}
.main_header {
    background:url(../images/header_bg.jpg) no-repeat center top;
}
.fL {
    float:left;
}
.fR {
    float:right;
}
.cL {
    clear:both;
}
/*-----------------------------FONT-----------------------*/
a, img {
    outline: none;
}
a:focus {
    outline: none;
}
a {
    color:#be010b;
    text-decoration:underline;
}
a:hover {
    text-decoration:none;
}
h1 {

    font-size:20px;
    color:#15366A;
    font-weight: normal;
    margin: 0 0 25px 0;

}
div.logo a {
    text-decoration:none;
    background:url(../images/logo.png) no-repeat;
    display:block;
    width:243px;
    height:102px;
}
div.logo a span {
    text-indent:-9999px;
    display:block;
}
header.h div.logo {
    padding-left: 60px;
    padding-top: 10px;
}

h2 {
    font:bold 16px/16px Arial, Helvetica, sans-serif;
    color:#15366a;
    padding:0 0 6px;
    text-transform:uppercase;
}
h3 {
    font:bold 16px/20px Arial, Helvetica, sans-serif;
    color:#15366A;
    padding:0 0 0px;
}
h3 span{display:block; padding-top:4px; text-transform:uppercase;}
h4 {
    font:bold 16px/20px Arial, Helvetica, sans-serif;
    color:#15366a;
    padding:0 0 10px;

}
h5 {
    font:italic 14px/20px Arial, Helvetica, sans-serif;
    color:#010101;
    padding:0 0 10px;

}
h4 a{color:#0d0d0e}
/*------------------------------menu------------------------*/
nav {
    position:absolute;
    left:52px;
    top:255px;
    width:943px;
    height:55px;
    background:url(../images/nav_bg.png) no-repeat;
    padding:5px 0 0 7px;
}
nav ul {
    margin: 0;
    padding: 0;

}
nav ul li {
    list-style: none;
    float:left;
    height:46px;
    background:url(../images/nav_li_bg.jpg) no-repeat;
    padding-left:2px;
}
nav ul li:first-child {
    background:none;
    padding-left:0;
}
nav ul li a {
    display:block;
    text-decoration:none;
    font:17px/46px "Cuprum", Arial, Helvetica, sans-serif;

    color:#fdfdfd;
    text-align:center;
    text-transform:uppercase;
    width:155px;
}
nav ul li a:hover, #active {
    background:url(../images/nav_li_act.jpg) repeat-x;
}
/*-----------------------------HEADER-----------------------*/
header {
    position:relative;
    height:328px;
    width:1054px;
    margin:0 auto;
}
.div_link {
    position:absolute;
    left:653px;
    top:0;
}
.div_link a {
    float:left;
    display:block;
}
.link_h {
    background:url(../images/home_h.png) no-repeat 0 8px;
    padding:8px 0 0 16px;
    font:11px/12px Arial, Helvetica, sans-serif;
    color:#fefdfd;
    text-decoration:none;
}
.link_h:hover {
    text-decoration:underline;
}
.link_map {
    background:url(../images/map_h.png) no-repeat 0 9px;
    width:13px;
    height:17px;
    text-decoration:none;
    margin-left:27px;
}
.link_mail {
    background:url(../images/mail_h.png) no-repeat 0 9px;
    width:13px;
    height:17px;
    text-decoration:none;
    margin-left:24px;
}
.div_on {
    border:1px solid #47811f;
    background:url(../images/onlayn_h.jpg) repeat-x;
    height:23px;
    width:228px;
    margin-left:20px;
    float:left;
    -webkit-border-radius:0 0 2px 2px;
    -moz-border-radius:0 0 2px 2px;
    border-radius:0 0 2px 2px;
}
.div_on a {
    display:block;
    background:url(../images/link_on.png) no-repeat 8px 3px;
    padding-left:29px;
    font:13px/21px Arial, Helvetica, sans-serif;
    color:#fefefe;
    text-decoration:none;
}
.div_phone {
    position:absolute;
    top:54px;
    left:858px;
    font:20px/25px Arial, Helvetica, sans-serif;
    color:#d10d19;
}
.div_phone p  {
    margin: 0;
    padding: 0;
}
.div_phone p span {
    font-size:14px;
    color:#787878;
    padding-right:8px;
}
/*-----------------------------CONTENT-----------------------*/

div.h {
    width:1054px;
    margin:0 auto;
    padding-bottom: 25px;
}
aside.h {
    float:left;
    padding:0px 0 0 19px;
    width:231px;
}
div.h.article {
    float:left;
    padding:0px 0 0 57px;
    width:690px;
}
/*-------------------------------form_poisk-----------------------*/
.form_poisk {
    margin-bottom:10px;
    font:12px/16px Arial, Helvetica, sans-serif;
    color:#3a3d3e;
}
.form_div {
    border:1px solid #cbc7c7;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}
.form_poisk label {
    display:block;
}
.div_form_1 {
    background:url(../images/div_form_bg.jpg) repeat-x;
    padding:10px 0 0 13px;
    height:27px;
    border-bottom:1px solid #cbc7c7;
}
.l_s {
    display:block;
    float:left;
    width:47px;
    line-height:19px;
}
.div_form_2 {
    padding:12px 0 12px 12px;
}
.div_form_2 input {
    padding:0;
    margin:0 0 0 0;
}
.div_form_2 label {
    padding-bottom:4px;
}
.komn1 {
    //width:214px;
}
.div_komn {
    float:left;
    padding-right:3px;
}
span.checkbox {
    background:url(../images/checkbox_bg.png) no-repeat;
    display:block;
    float:left;
    width:19px;
    height:19px;
    margin:0px 11px 0px 0px;
    cursor:pointer;
}
.div_check {
    position:relative;
    float:left;
}
.div_check label.l_ch {
    position:absolute;
    font:bold 12px/19px Arial, Helvetica, sans-serif;
    color:#fff;
    display:block;
    width:19px;
    height:19px;
    text-align:center;
    z-index:100;
    cursor:pointer;
    top:0;
    left:0;
}
.l_i {
    display:block;
    float:left;
    width:19px;
}
.div_form_2 input.inp1 {
    font:12px/19px Arial, Helvetica, sans-serif;
    color:#727576;
    border:none;
    background:url(../images/inp1_bg.png) no-repeat;
    width:58px;
    height:19px;
    padding:0 5px;
    float:left;
    margin-right:20px;
}
.div_form_2 input.chek1 {
    margin-top:3px;
}
input.sub_poisk {
    background:url(../images/sub_poisk.png) no-repeat;
    width:130px;
    height:30px;
    cursor:pointer;
    margin:6px 0 0 16px;
    border:none;
    float:right;
}
.res_poisk {
    background:none;
    width:auto;
    font:12px/30px Arial, Helvetica, sans-serif;
    color:#07347c;
    text-decoration:underline;
    cursor:pointer;
    margin:5px 0 0 16px;
    border:none;
    float:right;
}
.res_poisk:hover {
    text-decoration:none;
}
/*--------------------------------div_pred------------------*/
.div_pred {
    border:none;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}
.div_pred div.div_pred_inner:first-child {
    border:none;
}
.div_pred_inner {
    padding:17px 0 20px 10px;
    border-top:1px solid #c9cace;
    overflow:hidden;
}
.div_pred_inner img {
    float: left;
    border:3px solid #dbdbe0;
}
.p_info {
    float:left;
    padding-left:16px;
    width:235px;
    overflow: hidden;
    padding-right:15px;
}
.p_info a {
    display:block;
    padding-bottom:8px;
    text-decoration: none;
    font-size: 140%;
    line-height: 125%;
}
.p_ploch {
    border-left:1px solid #e8e9ec;
    padding-left:19px;
    width:95px;
    padding-right:10px;
    line-height:22px;
    float:left;
    min-height:110px;
}
.p_ploch span {
    display:block;
    float:left;
    width:58px;
}
.p_price {
    border-left:1px solid #e8e9ec;
    padding-left:15px;
    float:left;
    width:104px;
    font:bold 16px/20px Arial, Helvetica, sans-serif;
    color:#be010b;
    padding-top:27px;
    min-height:83px;
}
.p_price a {
    background:url(../images/link_bg.jpg) no-repeat;
    width:81px;
    height:21px;
    text-align:center;
    text-decoration:none;
    font:12px/21px Arial, Helvetica, sans-serif;
    color:#4e4f4f;
    margin:9px 0 0 5px;
    display:block;
}
.col1 {
    background:#f8f8f8;
}
/*----------------------------------aside----------------------*/
.nav_right {
    border:none;
    padding:2px 0;
    margin-bottom:30px;
}
.nav_right li a {
    display:block;
    height:15px;
    background:url(../images/nab_li_bg.png) no-repeat 8px 15px;
    font:13px/34px Arial, Helvetica, sans-serif;
    color:#1b1b1c;
    padding-left:19px;
    padding-bottom: 10px;
}
.nav_right li a:hover, #act {
    background: url(../images/nab_li_bg.png) no-repeat 8px -25px;
    color:#c0000b;
    text-decoration:underline;
}
.p_news {
    margin-bottom:30px;
}
.p_news a {
    font:bold 14px/22px Arial, Helvetica, sans-serif;
    color:#1d1e1f;
    display:block;
    padding-bottom:7px;
}
/*----------------------------section.f-------------------------*/
sectiona.f {
    background:#e0e7f0;
    border-top:2px solid #fdfdfd;
    border-bottom:1px solid #cacfd6;
}
.bo_top {
    border-top:1px solid #cacfd6;
}
.a_f {
    width:940px;
    margin:0 auto;
    padding:20px 0;
}
.a_f p {
    margin-bottom: 5px;
}
/*-------------------------------------select---------------*/
.div_komn .div_sel_1 .newListSelected {
    margin:0px 5px 0 0px;
}
.div_sel_1 .newListSelected {
    width:197px;
    margin:0px 12px 0 0px;
    float:left;
}
.div_sel_1 .selectedTxt {
    width:172px;
    height:19px;
    padding:0px 22px 0px 3px;
    overflow:hidden;
    background:url(../images/sel_1.png) no-repeat;
    font-size:12px;
    line-height:19px;
    zoom:1;
    position:relative;
    z-index:1;
    cursor:pointer;
    color:#727576;
}
.div_sel_1 .newList {
    list-style:none;
    padding:0;
    margin:0 0 0 0px;
    width:195px;
    position:absolute;
    z-index:1000;
    top:24px;
    padding:0px 0;
    background:#fff;
    border:1px solid #ccc;
    z-index:5000;
}
.newList li {
    padding:0;
    margin:0;
}
.newList li a {
    line-height:25px;
    color:#727576;
    padding:0 10px;
    overflow:hidden;
    text-decoration:none;
    display:block;
}
.newList li a:hover {
    color:#000;
}
/*----------------------------------flat-------------*/
.div_flat {
    margin-top:20px;
    padding-bottom:30px;
}
.flat_pic {
    float:right;
    width:435px;
}
.flat_pic img, .flat_pic .thumb {
    border:1px solid #C9C9C9;
    margin:0;
    margin-right:2px;
    max-width: 100%;
}
.flat_text{
    float:left;
    width:235px;
    margin-right: 20px;
}
.thumb {
    width: 138px;
    height: 82px;
    display: inline-block;
}
.info {
    width: 245px;

}
.kv_opis{
    line-height:23px;
    color:#181818;
    padding-bottom:20px;
    min-height:150px;
}
.kv_opis a{
    text-decoration:none;
    border-bottom:1px dotted #181818;
    color:#181818;
    cursor:default;
}
.p_pr{
    font-size: 25px;
    font-family: 'Cuprum',sans-serif;
    letter-spacing: 1px;
    color:#d20912;
    padding-bottom:5px;
}
.link_price{
    background:url(../images/link_price.jpg) no-repeat;
    display:block;
    width:130px;
    height:30px;
    text-decoration:none;
    text-indent:-9999px;
    margin-bottom:30px;
}
.div_riel{
    line-height:25px;
}

#content  .div_riel p {
    margin-bottom: 0px;
}

.div_riel h4{padding-bottom:5px;}
.riel_pic{
    float:left;
    padding:0 8px 0 0;
}
.riel_pic img{border:1px solid #7d7f86}
.div_riel p{
    padding-left:32px;
    background:url(../images/icon_bg.png) no-repeat 0 1px;
}
.div_riel p+p{background:url(../images/icon_bg.png) no-repeat 0 -75px;}
.div_riel p+p+p{background:url(../images/icon_bg.png) no-repeat 0 -50px;}
.div_riel p+p+p+p{background:url(../images/icon_bg.png) no-repeat 0 -75px;}
.p_riel p{
    line-height:25px;
    margin:5px 0;
    padding-left:32px;
    background:url(../images/icon_bg.png) no-repeat 0 1px;
}
.p_riel p+p{background:url(../images/icon_bg.png) no-repeat 0 -25px;}
.p_riel p+p+p{background:url(../images/icon_bg.png) no-repeat 0 -50px;}
.p_riel p+p+p+p{background:url(../images/icon_bg.png) no-repeat 0 -75px;}
.mav_right .riel_pic{float:none;}
/*-----------------------------manager----------------------*/
.man_left{
    float:left;
    width:467px;
    padding-bottom:35px
}
.form_obrat{
    background:#f3f3f8;
    border:1px solid #c9c9d1;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    padding:14px 0 0 11px;
    margin-top:17px;
}
.form_obrat h2{padding-bottom:20px;}
.form_obrat label{
    float:left;
    display:block;
    width:73px;
    padding:2px 0 0;
    color:#1d1e1f;
    font-weight:bold;
}
.form_obrat input[type="text"]{
    background:#fdfdfd;
    border:1px solid #abacae;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    height:18px;
    width:181px;
    padding:0 7px;
    float:left;
    margin:0 175px 11px 0;
    font:12px/16px Arial, Helvetica, sans-serif;
    color:#3a3d3e;
}
.form_obrat textarea{
    background:#fdfdfd;
    border:1px solid #abacae;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    height:70px;
    width:360px;
    padding:0 0 0 7px;
    float:left;
    margin:0 0px 11px 0;
    font:12px/16px Arial, Helvetica, sans-serif;
    color:#3a3d3e;
}
.sub_obrat{
    background:url(../images/sub_obrat.png) no-repeat;
    width:81px;
    height:21px;
    border:none;
    cursor:pointer;
    float:right;
    margin: 0 12px 16px 0;
}
.mav_right{
    float:left;
    padding-left:23px;
    width:200px;
}
.otzuv{
    padding:30px 0;
    border-top:1px dotted #85858b;
    line-height:20px;
}
.div_otz .otzuv:first-child{
    padding:10px 0 30px;
    border:none;
}
.p_date{
    float:right;
    color:#898b8f;
    font-style:italic;

}
.p_name{
    font-size:14px;
    color:#0d75b1;
    font-style:italic;
}
.p_name a{color:#0d75b1;}
/*----------------------------nav_page-------------------------*/
.nav_page{
    margin:26px 0px 30px 137px;
}
.nav_page li{float:left;}
.nav_page li a, .nav_page li span{
    background:url(../images/nav_page_a.png) repeat-x;
    border:1px solid #abacae;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    width:17px;
    height:17px;
    margin:0 3px;
    color:#808183;
    display:block;
    text-align:center;
    text-decoration:none;
}
.nav_page li span, .nav_page li a:hover{color:#030303; font-weight:bold;}
.nav_page li a.a_prev, .nav_page li a.a_next{
    border:none;
    background:url(../images/nav_page.png) no-repeat left 7px;
    color:#26658b;
    width:auto;
    padding:0 11px;
    line-height:17px;
    text-decoration:underline;
}
.nav_page li a.a_prev:hover, .nav_page li a.a_next:hover{font-weight:normal; text-decoration:none;}
.nav_page li a.a_next{
    background:url(../images/nav_page.png) no-repeat right -19px;

}
/*---------------------------------text---------------------*/
.text p, .text ul{
    margin-bottom:16px;
}
.text ul li{
    line-height:25px;
    background:url(../images/marker.png) no-repeat 4px 10px;
    padding-left:13px;
}
/*-----------------------------FOOTER-----------------------*/

footer {
    height:87px;
    margin: 0px auto;
    width:940px;
}
.foot{
    border-top:2px solid #d4d9e1;
}
.div_f {
    float:right;
    margin:27px 0 0 24px;
    width:99px;
    height:40px;
    background:#e7e7e7;
}
.logo_f {
    float:left;
    margin:13px 20px 0 0;
}
footer p {
    padding-top:28px;
    line-height:20px;
    color:#585e68;
}
footer p span {
    color:#083a8c;
}
.a-right {
    text-align: right;
}

.object_thumb {
    max-width: 156px;
}
small {
    font-size:65%;
    color:#999;
}
#content ul {
    margin-bottom: 25px;
    margin-left: 25px;
}
#content ul li {
    margin-bottom: 2px;
    list-style: disc inside none;
}
#content div.newListSelected ul {
    margin-left: 0px;
    margin-bottom: 0px;
}
#content div.newListSelected ul li {
    margin-bottom: 0px;
    list-style: none;
}

#content h2 {
    margin-bottom: 15px;
    line-height: 150%;
}

#content h3 {
    margin-bottom: 10px;
}
#content p {
    margin-bottom: 10px;
    line-height: 150%;
}

legend {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #E5E5E5;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #333333;
    display: block;
    font-size: 21px;
    line-height: 40px;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
}

span.error {
    color:#CA0000;
}

#content .nav {
    margin-left: 0;
    margin-bottom: 0px;
    list-style: none;
}
#content .nav li {
    list-style: none;
}

#content  .nav-pills > .active > a, .nav-pills > .active > a:hover {
    background-color: #3259a6;
    text-decoration: none;
}
#content legend + .control-group{
    margin-top: 0px;
}
#content .btn {
    text-decoration: none;
}

.div_check span.checkbox {
    min-height: 0px;
    padding-left: 0px;
}
#content .newListSelected ul {
    margin-left: 0px;
}

#content input.sub_poisk {
    width: 130px;
}
/*!
 * Bootstrap v2.1.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
*/
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.breadcrumb {
    padding: 8px 15px;
    margin: 0 0 20px;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.breadcrumb li {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb .divider {
    padding: 0 5px;
    color: #ccc;
}
.breadcrumb .active {
    color: #999999;
}

.help-inline.error, span.required {
    color:#ca0000;
}

/*!
 * Bootstrap v2.1.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
*/
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    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;
    color: #c09853;
}
.alert h4 {
    margin: 0;
}
.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}
.alert-danger,
.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    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;
}
#content .form-horizontal .help-block {
    margin-top: 10px;

}
div.span-19 {
    width: 100%;
    margin-left: 0;
}

.object-img{
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    padding: 5px 5px 0 5px;
}
.object-img img {
    max-width: 100%;
    min-width: 100%;
}
#content .object h2 {
    font-family: inherit;
    font-size: 16px;
    text-transform: none;
    text-decoration: none;
    font-weight: normal;
    margin-bottom: 0px;
    float: left;
}
.object h2 a {
    text-decoration: none;
}
.object h2 a:hover {
    text-decoration: underline;
}
.object {
    margin-bottom: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px solid #E8E9EC;
}
.object-options table {
    border-collapse: collapse;
}
.object-options table th, .object-options table td {
    background: #efefef;
    text-align: left;
    padding: 2px 6px;
    border:1px solid #fff;
}
.object-options table td {
    background: #f5f5f5;
}

.object-options .row-fluid [class*="span"]{
    min-height: 0;
    margin-bottom: 4px;
}
.p_price {
    margin-top: 0;
    border-left: none;
    color: #BE010B;
    float: right;
    font: bold 16px/20px Arial,Helvetica,sans-serif;
    min-height: 0;
    padding-left: 0;
    padding-top: 0;
    width: auto;
}

.body-footer {
    border-top: 1px solid #E8E9EC;

}
h1, h2, h3, h4, h5, h6 {
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Cuprum', sans-serif;
    letter-spacing: 1px;
}
h3 {
    letter-spacing: 0.5px; 
}
h1, h2 {

    color: #0C3C8C;
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 3px;
    text-shadow: 0 1px rgba(255, 255, 255, 0.8);
}
h2 {
    margin-bottom: 10px;
}
.thumbnail {
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    display: block;
    line-height: 20px;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}
.thumbnail, footer .socials i {
    background-color: #FAFAFA;
    background-image: linear-gradient(to bottom, white, #F2F2F2);
    background-repeat: repeat-x;
    border: 1px solid #D4D4D4;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
}
.hotproperties .thumbnail img {
    -moz-box-sizing: border-box;
    margin-bottom: 10px;
    width: 100%;
}
.hotproperties div.thumbnail {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 transparent;
    border-color: -moz-use-text-color -moz-use-text-color #ссс;
    border-image: none;
    border-radius: 0 0 0 0;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: none;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
}
.hotproperties div.thumbnail:hover {
    border-color: #ca0000;
}
.hotproperties .thumbnail .caption {
    padding: 0 5px;
}
a.prop-title:hover {
    text-decoration: underline;
}
.appartment-listing .prop-title, a.prop-title, a.prop-title:active {
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    margin-top: -1px;
    text-transform: none;
}
p.size {
    color: #3A3A3A;
    font-size: 11px;
    margin-bottom: 7px;
    text-transform: none;
}
p.price {
    color: #CA0000;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    text-align: right;
}
p.description {
    color: #5C5C5C;
    font-size: 12px;
    max-height: 54px;
    min-height: 54px;
    overflow: hidden;
    transition: max-height 1s cubic-bezier(0.4,0,0,0.6) 0s;
    -webkit-transition:max-height 1s cubic-bezier(0.4,0,0,0.6) 0s;
}

.thumbnail:hover p.description {
    max-height: 1000px;
}
.list-btns {
    display: block;
    list-style: none outside none;
    margin: 10px 0;
    padding: 0;
}
.list-btns li {
    display: inline-block;
    margin: 0 4px 7px 0;
    padding: 0;
}

h2, h3, h4, .prop-title {
    display: block;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 3px;
    padding: 0;
}
.prop-title {
    margin-bottom: 10px;
}
.qbox {
    background-color: #F5F5F5;
    border: 1px solid #AAAAAA;
    float: none;
    margin: 0 0 15px 0!important;
    min-height: 150px !important;
    padding-bottom: 20px;
    position: relative;
    text-shadow: 0 1px rgba(255, 255, 255, 0.8);
    width: auto;
}

.qbox h3, #model-head {
    background-color:#E72526;
    background-image: linear-gradient(to bottom, #E72526, #9D0710);
    background-repeat: repeat-x;
    border-color: #E72526;
    color: #F6F6F6;
    font-size: 15px;
    margin: -10px -10px 10px;
    text-shadow: 0 1px #E72526, 0 0 0.1em rgba(0, 0, 0, 0.7);
    font-weight: normal;
    text-transform: uppercase;
}
.qbox, .qbox h3 {
    display: block;
    padding: 10px;
}
.qbox form label, .qbox p, .pin p, .qbox input.disabled {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    box-shadow: none;
    color: #666666;
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin: 5px 0 5px 1px;
    width: 100%;
}

.qbox button.btn, .qbox a.btn {
    font-size: 14px;
    margin-top: 14px;
    padding-bottom: 4px;
    padding-top: 4px;
    width: 100%;
}
.ui-slider {
    outline: medium none;
    position: relative;
    text-align: left;
}
.ui-slider-horizontal {
    background: url("../images/slider/sliderBg.png") repeat-x scroll 0 0 transparent;
    border-radius: 6px 6px 6px 6px;
    clear: both;
    height: 8px;
    margin: 8px 0;
}
.ui-slider .ui-slider-range {
    background: url("../images/slider/sliderOverlay.png") repeat-x scroll 0 0 transparent;
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
}
.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}
.ui-slider .ui-slider-handle {
    background: url("../images/slider/handle.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 16px;
    position: absolute;
    width: 16px;
    z-index: 2;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.6em;
    top: -5px;
}
.qbox form label, .qbox p, .pin p, .qbox input.disabled {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    box-shadow: none;
    color: #666666;
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin: 5px 0 5px 1px;
    width: 100%;
}
.qbox input.disabled {
    cursor: default;
    padding: 0;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pagination {
    margin: 20px 0;
}
.pagination ul {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
    display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
    background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
    color: #999999;
    cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
    color: #999999;
    background-color: transparent;
    cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}
.pagination-centered {
    text-align: center;
}
.pagination-right {
    text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
    padding: 11px 19px;
    font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
    -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;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
    -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;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
    -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;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
    -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;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
    padding: 2px 10px;
    font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
    padding: 0 6px;
    font-size: 10.5px;
}

#content .pagination > ul {
    margin: 0;
}
#content .pagination  {
    margin-bottom: 0;
}
.container-fluid.demo-widgets .qbox.accord-menu {
    min-height: 370px !important;
    padding-bottom: 0;
}
.container-fluid.demo-widgets .qbox {
    min-height: 350px !important;
    padding-bottom: 20px;
}
.qbox.accord-menu {
    padding-bottom: 0;
}
#content ul.ctAccordion li {
    list-style: none;
}
.icon {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px dotted #BECAE7;
    border-radius: 3px 3px 3px 3px;
    height: 18px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 7px;
    transition: background 0.3s linear 0s;
    width: 18px;
}

.ctAccordion.skin-color > li.open > ul > li.open > a span.menu-item-count {
    background-color: #C1CEDF;
    box-shadow: 0 1px 2px 0.5px rgba(0, 0, 0, 0.3) inset;
    color: #48596B;
}
ul.ctAccordion.skin-color {
    background: none repeat scroll 0 0 #E6E6E6;
    margin: -10px -10px 0;
    padding: 0;
}
.ctAccordion.skin-color a {
    -moz-box-sizing: border-box;
    display: block;
    font-size: 12px;
    padding: 7px 3px 7px 5px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 0 white;
    text-transform: none;
}
.ctAccordion.skin-color .searchMatch {
    font-style: italic;
    font-weight: bold;
}
.ctAccordion.skin-color {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.ctAccordion.skin-color > li {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 -1px 0 rgba(0, 0, 0, 0.25) inset;
    margin: 0;
}
.ctAccordion.skin-color > li > a {
    color: #414141;
    padding-left: 14px;
    text-shadow: none;
}
.ctAccordion.skin-color > li > a:hover {
    border-left: 4px solid #333333;
    padding-left: 10px;
    text-decoration: none;
}
.ctAccordion.skin-color > li > a:hover span.icon {
    border: 1px solid #AAAAAA;
}
.ctAccordion.skin-color > li.open > a {
    border-left: 4px solid #333333;
    font-weight: bold;
    padding-left: 10px;
}
.ctAccordion.skin-color > li.open > a:hover span.icon {
    border: medium none;
}
.ctAccordion.skin-color > li > a.head {
}
.ctAccordion.skin-color > li > span {
    color: #B3E1C2;
}
.ctAccordion.skin-color > li > ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.ctAccordion.skin-color > li > ul > li {
    margin: 0;
}
.ctAccordion.skin-color > li > ul > li:first-child {
    border-top: 1px solid #FFFFFF;
}
.ctAccordion.skin-color > li > ul > li > a {
    background: none repeat scroll 0 0 #F8F8F8 !important;
    color: #5E5E5E;
    padding-left: 30px;
}
.ctAccordion.skin-color > li > ul > li > a:hover {
    background-color: #EAE1D8 !important;
    border-left: 4px solid #D88E65;
    color: #1F1F1F;
    padding-left: 26px;
    text-decoration: none;
}
.ctAccordion.skin-color > li.open > ul > li.open > a {
    background-color: #EAE1D8 !important;
    border-left: 4px solid #D88E65;
    color: #1F1F1F;
    font-weight: bold;
    padding-left: 26px;
    text-decoration: none;
}
.ctAccordion.skin-color > li > ul > li > a.head {
    background: url("../images/pointer-blue.png") no-repeat scroll right center transparent;
}
.ctAccordion.skin-color > li > ul > li > span {
    color: #B7D6EA;
}
.ctAccordion.skin-color > li > ul > li > ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.ctAccordion.skin-color > li > ul > li > ul > li {
    margin: 0;
}
.ctAccordion.skin-color > li > ul > li > ul > li:last-child {
    border-bottom: 1px solid #F1F1F1;
}
.ctAccordion.skin-color > li > ul > li > ul > li > a {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #5E5E5E;
    padding-left: 50px;
}
.ctAccordion.skin-color > li > ul > li > ul > li > a:hover {
    background-color: #FAFAFA !important;
    border-left: 4px solid #EAE1D8;
    color: #000000;
    padding-left: 46px;
    text-decoration: none;
}
.ctAccordion.skin-color > li > ul > li > ul > li > span {
    color: #F0B3B3;
}

span.quickly {
    font-weight: bold; font-size: 12px; position: absolute; top:15px; left:0; display:block; background: #ca0000; color:white; padding: 1px 4px;
}
p.quickly {
    color: #D20912;
    font-family: 'Cuprum',sans-serif;
    font-size: 22px;
}
.object-img {
    position: relative;
}
div.flat_pic {
    position: relative;
}



#rooms label {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    box-shadow: none;
    color: #666666;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    margin: 5px 0 5px 1px;
    width: auto;

}

#rooms input[type="radio"],#rooms input[type="checkbox"] {
    cursor: pointer;
    line-height: normal;
    margin: 4px 10px 0 4px;
}

.form_poisk input, .form_poisk select {
    margin-bottom: 0px;
}