html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: 'open_sansregular';
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #2c2c2c; font-size: 15px; line-height: 20px;
}
a{ color: #2c2c2c; text-decoration: none; }
.clear{ clear: both; }
.container{
    width: 1204px;
    margin: 0 auto;
}
sup{ vertical-align: super; }

.main-header{padding-top: 20px; background: #fff; height: 60px; position: fixed; z-index: 100; left: 0; right: 0; }
.logo{ float: left; }
.logo-red{ float: right; }
.menu-top{ width: 100%; text-align: center; padding-top: 20px; }
.menu-top li{ display: inline; position: relative; }
.menu-top li a{ text-transform: uppercase; font-size: 13px; padding: 7px 5px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.menu-top .selected ul.sub li a{ background-color: #fff; color: #2c2c2c; }
.menu-top > li a:hover, .menu-top > li.selected a, .menu-top ul.sub li.selected a{ background: #FF0A15; color: #fff; }

.sub{ padding-top: 10px;}
.main-header nav li.has-child:hover>ul {
    display: block;
}
.main-header nav li.has-child>ul {
    position: absolute;
    left: 0;
    top: 25px;
    width: 100%;
    display: none;
    z-index: 900;
}
.main-header nav li.has-child>ul li {
    float: none;
}
.main-header nav li.has-child>ul li a {
    display: block;
    background-color: #fff;
    font-size: 12px;
    font-weight: 300;
    color: #000;

}

.main-header nav li.has-child>ul li a:hover {
    background-color: #191919; color: #fff;
}
.main-header nav li.has-child>ul li:last-child a {
    border: 0;
}


.supers{ height: 618px; padding-top: 80px; }
.slides-navigation{ display: none; }
.phone-banner{ font-size: 22px; height: 50px; line-height: 50px; background: #1CA1E2; color: #fff; padding: 0 20px; position: absolute; top: 102px; right: 200px;  }
.phone-icon{ padding: 10px; background: url(/images/phone_blue.jpg) no-repeat; position: relative; top: 7px; }
.slider-text{font-size: 34px; line-height: 46px;
    position: relative; color: #383733; font-family: 'open_sanslight';
    top: 54%;
    width: 1204px;
    margin: 0 auto;
}
.slider-inner-text a{ color: #383733; }
.slider-inner-text{ float: left;  background:rgba(255,255,255,0.8);  padding: 15px 20px;  }
.slider-text b{ font-family: 'open_sansregular'; font-weight: normal; font-size: 38px; }
.slider-text sup{ font-size: 20px; }

.benefits{ padding: 40px 0 ; font-size: 14px; }
.b-item{
    padding: 10px 0 10px 60px;
    height: 40px;
    line-height: 40px;
    background: url(/images/i1.png) no-repeat left 50%;
}
.small-gal{ text-align: center; }
.news-block{ float: left; width: 33.3%; text-align: center; position: relative; }
.news-block-inner{ position: relative; width: 360px; margin: 0 auto; max-width: 98%;  }
.news-block-inner img{ width: 100%; }
.news-title, .news-link{ font-family: 'open_sansregular'; text-align: right; max-width: 88%; background: #FE0002; color: #fff; font-size: 24px; position: absolute; right: 0; padding: 10px; }
.news-title{ display: block; top: 20px; line-height: 26px; background: rgba(245, 245, 245, 0.9); color: #000000; }
.news-link {bottom: 0; right: 0; display: block; float: right;  }
.news-carousel{ padding: 50px 0; }
.news-carousel .slick-arrow { right: -45px; width: 44px; height: 47px; background: url(/images/arr-right.png) no-repeat;  }
.news-carousel .slick-prev { left: -45px; background-image: url(/images/arr-left.png);  }

.main-form{ padding: 50px 0; }
.flat-form{ background: #DDDDDD; margin-top: 40px; padding: 40px 50px; font-size: 19px; line-height: 24px; }
.flat-form sup{ font-size: 11px;}
.flat-form input[type=text] { border: none; padding: 8px 5px; }
.flat-form .input-digit { width: 70px;}
.flat-form .smaller{ font-size: 17px; }
.flat-form .header-label{ padding-bottom: 8px; }
.flat-form td{ text-align: center; padding: 0 8px;  }
.flat-form td:first-child{ padding-left: 0; }
.flat-form .first-row td{ padding-top: 4px; }
.red-submit{ background: #F80000; color: #fff; border: none; padding: 15px 20px; font-size: 30px; cursor: pointer;  }
.red-submit:hover, .call-hide:hover, .news-link:hover{ background-color: #ff181a; }
.flat-form .red-submit{ position: relative; top: 10px; float: right;}
.flat-form input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    padding: 10px;
}
h3{
    font-size: 24px; padding-bottom: 15px; padding-top: 30px;
}
.pad-left{ padding-left: 20px; }
.main-footer{ background: #C8C8C8; color: #2c2c2c; padding: 25px 0; font-size: 13px; line-height: 17px; position: relative; z-index: 50; }
.main-footer a{ color: #2c2c2c; }
.main-footer td{ text-align: center; font-size: 11px; padding: 0 7px; }
.main-footer .float-left { padding-right: 10px;}
.main-footer table{ float: right; margin-top: -10px; }
.footer-text{ padding-top: 20px; }
.text-center{ text-align: center; }

.call-person{   font-size: 18px; padding: 14px; color: #2c2c2c;  float: right; width: 320px; position: relative; margin-bottom: 10px;  background: #E3E3E3;  }
.call-person img { left: 12px;  position: absolute; bottom: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.call-text{ float: left; padding-left: 118px; }
.call-person-div{ padding-top: 30px; position: relative; top: 0; }
.footer-cont-hidden .call-person-div{ top: 85px; }
.footer-cont-hidden{ margin-top: -85px; }
.call-hide{ background: url(/images/arr_down.jpg) no-repeat 50% 90% #FE0000; color: #fff;
    padding: 10px 10px 30px 10px; position: absolute; right: 0; bottom: 50px; cursor: pointer;
}
.footer-cont{ position: relative; }

.footer-cont, .footer-cont div {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.standard-plus{ display: block; position: fixed; right: -250px; top: 250px; z-index: 1000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 286px;
}
.newsletter-handler:hover{ opacity: 0.8; }
.newsletter-form{ background-color: rgba(0, 0, 0, 0.4); float: left; width: 250px; color: #fff;
    height: 184px; overflow: hidden; }
.newsletter-form a{ color: #fff; display: block; margin-top: 13px; text-align: right; padding-right: 20px; }
.newsletter-handler{ float: left; }
.newsletter-header{ text-align: right; padding: 30px 20px 20px 0;}
.newsletter-input{ margin: 0 auto; border: none; background: #fff; padding: 8px 8px; display: block; width: 75%; }
.newsletter-submit{}

.page-content{ padding-top: 30px; color: #2c2c2c; }
.container{  max-width:1204px;
    min-width:240px;
    width:auto;
    margin:auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.megafolio-container{  width:100%;
    position:relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

h1{ font-size: 35px;  padding: 10px 0;  }
h2{ font-size: 25px;  padding: 10px 0;  }
h1, h2{
    font-family: 'open_sanslight'; font-weight: normal; text-align: center;
}
.col6{ width: 49%; float: left; }
.col6-small{ font-size: 14px; width: 48%; }
.col6-wide{ font-size: 14px; width: 50%; }
.col5{ width: 41%; float: left; }
.col3{ width: 24%; float: left; }
.col2{ width: 16%; float: left; }
.col4{ width: 33%; float: left; }
.col24{ width: 20%; float: left; padding: 0; }
.map-col{
    background: url(/uploads/gallery/oryginal/a35ff79ed3177048c5b07d6caae10b808915a858.png) no-repeat 10px 50%;
    padding: 20px 0 20px 50px;
}
.icons{ padding: 30px 0; margin: 0 auto; max-width: 1000px; }
.r-col{ float: right; }
.float-left{ float: left; }
.social img{ height: 24px; }
.social{ position: absolute; right: -60px; top: 14px;}
.banner-top{ width: 100%; text-align: center; overflow: hidden; }
.banner-top img{ width: 100%; }
.slick-arrow {
    position: absolute; cursor: pointer;
    top: 45%;
    z-index: 200;
    right: -33px;
    overflow: hidden; width: 28px; height: 30px; background: url(/images/arr-right2.png) no-repeat; border: none; text-indent: -1000px; }
.slick-prev{ background-image: url(/images/arr-left2.png); left: -33px; }
.slick-arrow:focus { outline: none; }
.slick-arrow::-moz-focus-inner {
    border: 0;
}
.small-gal .slick-arrow:hover{ opacity: 0.8; }

.flash_success{color:white;text-align:center;padding:30px 15px;background-color: #1ba414;margin-bottom:15px}
.flash_error{color:white;text-align:center;padding:30px 15px;background-color:#c10c0c;margin-bottom:15px}


.flats sup{ font-size: 8px;}
.flats{ }
.search-module .flats table {
    width: 100%}
.search-module .flats tr th span, .search-module .flats tr td span {
    display: block;
    padding: 8px;
}
.search-module .flats tr th:first-child, .search-module .flats tr td:first-child {
    border-left: 0;
}
.search-module .flats tr th:last-child, .search-module .flats tr td:last-child {
    border-right: 0;
}
.search-module .flats th {
    background-color: #828282;
    padding: 5px;
    border-left: 4px solid #cdcdcd;
    border-right: 4px solid #cdcdcd;
     font-weight: normal; font-family: 'open_sansbold';
}
.search-module .flats th>span {
    font-weight: 600;
    color: #fff;
    font-size: 12px;
}
.search-module .flats th .sort {
    color: #ACACAC;
    font-size: 10px;
    padding: 4px 0 2px 0;
}
.search-module .flats th .sort ul {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
}
.search-module .flats th .sort ul a {
    background: url(/images/arup.png) no-repeat 0 top;
    display: block;
    width: 10px;
    height: 5px;
    text-indent: -9999px;
}
.search-module .flats th .sort ul li:first-child a {
    background-position: left top;
    margin-bottom: 2px;
}
.search-module .flats th .sort ul li:first-child a:hover {
    background-position: right top;
}
.search-module .flats th .sort ul li:last-child a {
    background-position: left bottom;
}
.search-module .flats th .sort ul li:last-child a:hover {
    background-position: right bottom;
}
.search-module .flats td {
    background-color: #fff;
    border: 4px solid #cdcdcd;
    font-size: 11px;
    text-align: center;
    color: #3c3c3c;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.search-module .flats td a {
    color: #818181;
}
.search-module .flats td a:hover, .search-module .flats td a.active {
    color: #fff;
}
.search-module .flats tr:hover td, .search-module .flats tr.active td {
    background-color: #d07e87;
}
.search-module .flats .flat-details {
    display: none;
}
.search-module .flats .flat-details img {
    text-align: center;
    height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
}
.search-module .flats .flat-details td {
    background-color: #efefef;
    text-align: left;
    padding: 5px 0;
    border: 0;
    vertical-align: top;
}
.search-module .flats .flat-details:hover td {
    background-color: #efefef !important;
}
.search-module .flats .flat-details ul {
    margin: 15px 0 0 0px;
}
.search-module .flats .flat-details ul li {
    margin-bottom: 10px;
    font-size: 14px;
}
.search-module .flats .flat-details ul li a {

    text-decoration: underline;
    color: #FE0000; font-family: 'open_sansbold';
}
.prod-img{ position: relative; padding-bottom: 5px; }
.loupe{ position: absolute; bottom: 0; left: 0; }
.sub-image img{ float: left; width: 23%; padding: 1%;  }
#main_image{ width: 100%; }
.flat-details .flat-img{ max-width: 400px;}
.red-header{ color: #FE0000; font-size: 20px; padding-top: 16px;}
.flat-details input[type=text]{
    border: 1px solid #C2C2C2; width: 260px;
    padding: 13px 10px; margin-bottom: 20px; font-size: 14px;
}
.flat-details .red-submit{ font-size: 26px; width: 282px; padding-bottom: 8px; padding-top: 8px; }
.det-form{ padding-top: 100px; }

.pagination {
    text-align: center;
    padding-bottom: 85px;
    padding-top: 20px;
}
.pagination li {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
}
.pagination li a, .pagination li b {
    display: block;
    color: #fff;
    font-size: 14px;
    background-color: #828282;
    padding: 5px 10px;
}
.pagination li a:hover{
    background-color: #969696;

}
.pagination li b {
    color: #828282;
    background-color: #fff;
}
.height-pad{ padding-top: 40px; padding-bottom: 25px; }
#map{
    width: 100%; height: 546px;
}
#units area {
    cursor: pointer;
}
.mmap-main{ margin: 0 auto; width: 1000px; }
.map-col{ cursor: pointer; background-color: #dedede; }
.map-col:hover{ opacity: 0.7; }
.map-unchecked{ background-color: #fff; }
#sub13{ min-width: 100px; }

.date{ padding-bottom: 10px; font-size: 12px; }
.back { padding-top: 30px;}
.back .red-submit{ font-size: 15px; padding: 15px 50px;}
.news-page .news-block-inner{ margin-bottom: 35px; }
.mobile-menu{ display: none; }
.menu-top-mobile .menu-top{
    padding: 110px 0 0 0; margin: 0;
}
.menu-top-mobile .menu-top .sub a{
    text-transform: none;  padding: 8px;
}
.menu-top-mobile .menu-top .sub{
    display: block; position: relative; top: 0; left: 0;
}
.menu-top-mobile .menu-top li{
    padding: 0; margin: 0;
}
.menu-top-mobile .menu-top li a{
    padding: 10px; display: block; border-bottom: 1px solid #ccc;
}
.mob-span{ display: none; }
.menu-top-mobile .menu-top{ display: none; }
@media (max-width: 1600px) {
    .banner-top img{ width: auto; height: 100%; }
}
@media (max-width: 1204px) {
    .news-block-inner{ height: auto; }
    .news-page .news-block-inner{ margin-bottom: 15px; }
    .main-header nav li.has-child>ul li a {
        font-size: 10px;

    }
    .map-col{ font-size: 13px; }
    .container{ padding: 0 5px; }
    .phone-banner{ font-size: 13px; top: 60px; right: 150px; padding: 0 5px;}
    .phone-banner .phone-icon{ top: 0px;}
    .menu-top li a{ padding: 7px 3px; font-size: 11px; }
    div .slides-pagination{ left: 20px; top: 70%; }
    div.news-block img{ max-width: 100%; }
    .standard-plus{ display: none; }
    .slick-arrow, .news-carousel .slick-arrow { right: 3px; }
    .slick-prev, .news-carousel .slick-prev { left: 3px; }
    .logo img, .logo-red img{ width: 110px; }
    .news-title{ font-size: 16px;}
    .container{ width: 100%; }
    .social{ display: none; }
    .small-gal img, .news-block img {max-width: 90%; }
    .b-item{ line-height: 20px;  vertical-align: middle; align-items: center; display: flex; }
    .col6, .col5{ width: 48%; padding-left: 1%; padding-right: 1%; }
    .footer-text{ width: 96%; margin: 10px auto 0; }
    .clear-not-wide{ clear: both; }
    .flat-form .pad-left{ padding: 0; }
    .flat-form .col2, .flat-form .col3, .flat-form .col4{ width: 50%;  }
    .flat-form .col4, .flat-form .col2{ padding-left: 5%; width: 45%; }
    .secound-col{ padding-top: 20px; }
    .flat-form .red-submit{ float: left; }
    .main-footer .col4{  width: 98%; padding-left: 1%; padding-right: 1%; float: none; clear: both; }
    .footer-first-col img{ margin-left: 50px; padding-bottom: 10px; }
    .main-footer .text-center{ padding-top: 20px; }
    .main-footer table{ float: none; margin: 0 auto; }
    .slider-inner-text{ font-size: 24px; line-height: 20px; }
    .slider-inner-text b{ font-size: 26px; }
}

@media (max-width: 700px) {
    .news-block-inner{ height: auto; }
    .mob-span{ display: inline; }
    .mobile-menu{ display: block; padding-top: 14px; float: right; padding-right: 5px;  }

    .menu-top li{ display: block; float: none;  }
    .menu-top {display: none; }
    .layout-main .menu-top-mobile .menu-top { margin-bottom: -60px; }
    .menu-top-mobile .menu-top { margin-bottom: 20px; }

    div.col24{ float: none; clear: both; width: 100%; padding: 5px 0; }
    div .slides-pagination{  top: 85%; }
    .news-carousel{ display: none !important; }
    .standard-plus{ display: none; }
    .padding-mobile{ padding-top: 20px; }
    .slick-arrow { right: 3px; }
    .slick-prev { left: 3px; }
    .logo img, .logo-red img{ width: 80px; }
    .container{ width: 100%; }
    .slider-inner-text{ font-size: 12px; line-height: 20px; padding: 8px 10px; }
    .slider-inner-text b{ font-size: 14px; }
    .slider-inner-text sup{ font-size: 9px; }
    .supers{ height: 300px; }
    .container .col5, .container .col6, .container .col3, .container .col2, .container .col4, .container .news-block{ width: 98%; padding-left: 1%; padding-right: 1%; float: none; clear: both; }
    .phone-banner{ font-size: 12px; top: 30px; left: 120px; right: auto; padding: 0 5px;}
    .phone-icon{ top: 1px; }
    .b-item{ line-height: 20px;  vertical-align: middle; align-items: center; display: flex; }
    .r-col{ padding-top: 20px; }
    .main-footer .text-center{ padding-top: 20px; }
    .main-footer table{ float: none; margin: 0 auto; }
    .footer-text{ width: 96%; margin: 10px auto 0; }
    .footer-first-col img{ margin-left: 30px; }
    .small-gal img {max-width: 90%; }
    .flat-form .col2{ padding: 20px 0; }
    .flat-form .pad-left{ padding: 0; }
    .flat-form .col4{ padding-top: 20px; }
    .flat-form .red-submit{ float: left; }
    .social{ display: none; }
    div.building-item{ height: auto; }
    div.building-img, div.building-text{ height: auto; float: none; clear: both; width: 100%; }
    .building-img img{ width: 100%; }
    div.building-text{ padding-bottom: 20px; }
    h2{ line-height: 26px; }
    .call-person{ padding-right: 0; }
    .phone-banner{ display: none; }

    .flat-form .first-row td{ padding: 2px; }
    .flat-form{
        padding: 20px;
    }
    .footer-first-col{ text-align: center; }
    .footer-first-col img{ float: none; margin: 10px auto; width: 70px; }
    .footer-first-col div.float-left{ padding: 0 10px; float: none; }
    .red-submit{ font-size: 13px !important; }
}




    @font-face {
    font-family: 'open_sanslight';
    src: url('/font/opensans-light-webfont.eot');
    src: url('/font/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('/font/opensans-light-webfont.woff2') format('woff2'),
    url('/font/opensans-light-webfont.woff') format('woff'),
    url('/font/opensans-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('/font/opensans-regular-webfont.eot');
    src: url('/font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/font/opensans-regular-webfont.woff2') format('woff2'),
    url('/font/opensans-regular-webfont.woff') format('woff'),
    url('/font/opensans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('/font/opensans-bold-webfont.eot');
    src: url('/font/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('/font/opensans-bold-webfont.woff2') format('woff2'),
    url('/font/opensans-bold-webfont.woff') format('woff'),
    url('/font/opensans-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}



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

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

}

.tabs{ text-align: center; padding-bottom: 45px; padding-top: 10px; }
.tabs .filter{
    margin: 0; padding: 5px 20px;
    display: inline; float: none;
}
.page-content{
    padding-bottom: 50px;
}
.body-container{
    overflow: hidden;
}
.page-content h1{
    line-height: 34px;
}






.osl{
    font-size: 16px; line-height: 20px; font-family: "open sans",sans-serif;
}
.white-box{
    background: #fff; border: 2px solid #5F5F5F; padding: 30px; font-size: 16px; color: #5F5F5F;
    line-height: 20px;  font-weight: 300;
}
.white-box > div{
    padding: 20px 0 20px 70px; background: url(/images/it1.jpg) left 50% no-repeat;
}
.right-secc{
    text-align: right;
}
h1.sec{
    text-align: center;
    padding: 10px 0 10px 0;

    color: #444;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 28px;
    line-height: 32px;
}
.dot-red-left{
    background: url(/images/alpha/dot-red.png) no-repeat bottom left;
    min-height: 30px; color: #FF0000; padding: 5px 0 0 30px;
}
.dot-left, .dot-right{
    padding-top: 15px; font-size: 17px;  position: relative;
    z-index: 50;
}
.dot-grey-right{
    background: url(/images/alpha/dot_right_1.png) no-repeat top right;
    min-height: 30px; padding: 10px 30px 5px 0;
}
.dot-green-right{
    background: url(/images/alpha/dot-green.png) no-repeat bottom right;
    min-height: 30px; color: #819900; padding: 30px 30px 0 0;
}
.dot-red-right{
    background: url(/images/alpha/red_right_1.png) no-repeat bottom right;
    min-height: 30px; color: #FF0000; padding: 10px 30px 5px 0;
}
.with-img-3 .dot-red-left{
    padding-top: 35px;
}
.with-img{
    position: relative;
    background: #fff;  font-size: 14px;  height: 520px;
    width: 100%;  margin: 0 auto;
}
.red-span, .green-span{
    color: #FF0000; font-size: 15px; padding-top: 4px;
}
.left-with-img,
.right-with-img{
    position: absolute; top: 0; z-index: 0;
}
.right-with-img{
    right: 0;
}
.left-with-img{
    left: 0;
}
.with-img-3{
    height: 646px;
}
.with-img-2{
    height: 400px;
}
.white-box-margin{
    margin: 0 100px;
}


.green-span{
    color: #819900;
}
.with-img-right{
    padding-left: 0; padding-right: 20px; text-align: right;
}
.with-img-content{
    padding-left: 26px; line-height: 18px;
}
.with-img-right .with-img-content{
    padding-right: 26px; padding-left: 0px;
}
.osl2{
    font-size: 14px; line-height: 18px;
}
.right-sec{
    float: right; width: 51%;
}
.left-sec{
    float: left; width: 44%;
}
.osl2 .white-box{
    font-size: 14px; line-height: 16px;
    padding: 20px;
}
.osl2 h1.sec{
    text-align: left;

}
.building-item{
    height: 380px;
    width: 48%; padding-right: 2%; float: left;
    color: #58525e; font-size: 13px; line-height: 15px;
}
.building-img{
    width: 212px; float: left; padding-right: 14px;
}
.building-text h2{
    padding-bottom: 12px; font-size: 16px;
    text-align: left;
    font-family: "open sans",sans-serif;
}

.building-item-pl a{
    color: #58525e;
}
.building-item-pl{
    width: 33%; float: left;
    text-align: center;
}
.building-img-pl{
    padding-bottom: 10px;
}

.r-col.col-person{
    padding-left: 20%;
}
.col-person{
    padding-left: 20%; width: 29%;
}
.r-col.col-person{
    padding-right: 20%; padding-left: 0;
}

@media (max-width: 870px) {
    .social{ display: none; }
}
@media (max-width: 950px) {
    .with-img-text{ padding-top: 14px;}
    .right-with-img, .left-with-img{
        position: relative; display: block; width: 100%;
    }
    .white-box-margin{
        margin: 0;
    }
    .with-img{
        width: 96%; margin: 0; height: auto; padding: 2%;
    }
    .right-with-img{
        float: none; clear: both;
    }

    .right-sec{
        float: none; width: 100%; clear: both;
    }
    .left-sec{
        float: none; width: 100%; clear: both;
    }
    .right-sec img, .left-sec img{
        width: 100%;
    }
    .building-item{
        float: none; width: 100%;
    }
    .building-item-pl img{
        width: 100%;
    }
    .building-item-pl{
        padding-top: 30px;
        width: 100%; float: none; clear: both;
    }
}
.single { text-align: center; line-height: 24px; }
.single img{ padding-bottom: 14px; }
.single .red-submit{ font-size: 16px; padding: 10px 15px; text-transform: uppercase; }
#header .navigation{
    width: 100%; position: absolute; text-align: center; right: 20px;
}
#header .navigation li{
    float: none; display: inline;
}
ul.sub{ margin-left: 0; padding: 0; }
ul{
    margin-left: 20px; padding: 10px 0;
}
ul li{
    padding-bottom: 4px;
    list-style-type: disc;
    list-style-position: outside;
}
.tel-ico, .phone-ico{
    display: inline; padding-left: 30px; background: url(/images/ico_phone.jpg) no-repeat left 50%;
}
.phone-ico{
    background-image: url(/images/ico_mail.jpg);
}

div.ui-tooltip, div.qtip{
    background: #4D4D4D; color: #fff;
    padding: 10px 15px;
}
div.qtip div.qtip-content{
    font-size: 16px;
    line-height: 20px;
}
.ui-tooltip-content{
    text-transform: uppercase; font-size: 14px; line-height: 20px;
}

.link-li{ cursor: pointer; }

#slides #li-vid .scrollable{
    overflow-y: visible;
    overflow: hidden;
}
.ui-tooltip-tip{ display: none !important; }
.col-stan{
    background: url("/images/w1.jpg") no-repeat 50% 10px ;
    text-align: center;
    height: 100px; padding-top: 100px;
    width: 23%; padding-right: 5%; padding-left: 5%;
}
.tracks, #track{ display: none; }

.location-icons{
    position: absolute; bottom: 30px;
    margin: 0 auto; left: 0; right: 0;
    width: 200px;
}
.transport-icon{
    display: block; width: 80px; height: 80px; float: left; margin: 0 6px;
}
.bus-icon{
    background: url(/images/bus_white.png) no-repeat;
}
.bus-icon.selected{
    background: url(/images/bus_green.png) no-repeat;
}

.car-icon{
    background: url(/images/car_white.png) no-repeat;
}
.car-icon.selected{
    background: url(/images/car_green.png) no-repeat;
}
a.transport-icon:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.location-win{
    position: absolute; position: absolute; bottom: 115px;
    padding: 20px; background: #fff; margin: 0 auto; left: 0; right: 0;
    max-width: 50%;
}
.loc-close{
    position: absolute; right: -12px; top: -10px;
}
.legend{ padding-top: 30px; }
.legend div{ float: left; width: 100px; height: 26px; margin-right: 40px; }
.legend span{ padding-right: 6px; float: left; display: block; line-height: 26px; font-size: 17px; }
.floor-container, .flat-container{
    background: #EFEFEF; padding: 30px; margin-top: 45px; margin-bottom: 50px;
}
.free{ background: #80B801; }
.reserved{ background: #0073E0; }
.sold{ background: #FE0000; }
.map-floor{ width: 1000px; margin: 0 auto; }
.flat-details td{ vertical-align: top; font-size: 16px; }
.red{ color: #FF0000; font-family: 'open_sansbold'; }
.flat-details li{ list-style-type: none; padding: 8px 0;  }
.flat-details li a{ text-decoration: underline;  }
#form .red-submit{ font-size: 24px; }
#form { padding-top: 100px; }
.just{ text-align: justify; }
.megafolio-container{ margin-bottom: 40px; }

.filter_wrapper {
    text-align: center;
}
.cat-666{
    margin: 0 auto !important; background: none !important;
    width: 100% !important; text-align:center; height: 1120px !important;
}
.dark-bg-entries .cat-666.mega-entry .mega-entry-innerwrap{
    background: none !important; border: none;
}
.mega-entry .mega-entry-innerwrap{ border: none !important; }
.left-sec, .right-sec{ text-align: center; }
.building-item{ text-align: justify; }
.main-header nav li.has-child > ul#sub13{ left: -13px; }
.main-header nav li.has-child > ul#sub2{ left: -2px; }
a.fancybox-close{
    right: -42px;
}
.main-form h3, h3.height-pad, h3.sec{
    text-align: center; font-size: 34px; font-weight: normal;
    font-family: 'open_sanslight'; line-height: 34px;
}
.news-block-inner{ height: 240px; overflow: hidden; }
.options li{list-style-type: none;}

.flat-details.form td {
    width: 33%;
}
.flat-details.form #form {
    padding-top: 20px;
}

.rodo-row {
    margin-top: 4px;
}
.rodo-row label {
    cursor: pointer;
}
