/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}


h1,h2,h3,p {margin:0;}
input, textarea {
    -webkit-border-radius:0;
    border-radius:0;
    padding: 0;
    outline: none;
}
button {
   outline: none;
}

/* This used to work for parent element of button divs */

/* But it is not enough now, below dont hide play button parent div */

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::--webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}



/* #Helper classes
================================================== */
a {
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
img {
    text-decoration: none;
}
.center_them {
     display:inline-block;
     zoom: 1;
    *display:inline;
}
.vertical_centering {
    display: table-cell;
    vertical-align: middle;
}
.vertical_centering_css3 {
    position: relative;
    float: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.pointer {cursor: pointer;}
.relative {position: relative;}
.absolute {position:absolute;}
.absolute_n_coordinats {position:absolute;top:0;left:0;}
.invisible {display: none;}
.invisible-link {display: none;}
.block {display:block !important;}
.w100 {width:100%;}
.w100_important {width:100% !important;}
.h100 {height:100% !important;}
.center {text-align:center;}
.upper {text-transform: uppercase;}
.bold {font-weight:bold;}
.decor_none {text-decoration: none;}
.border_none {border: 0 !important;}
.box_sizing {box-sizing:border-box;}
.overflow_hidden {overflow: hidden;}
.fsize17 { font-size: 17px !important; }
.clearfix {
   zoom:1;}
.clearfix:after {
   content: "";
   display: block;
   clear: both;
   height: 0;
}
.mt30 {margin-top:30px;}
.mb20 {margin-bottom:20px;}
.mb10 {margin-bottom:10px;}
.mt20 {margin-top:20px;}
.mt40 {margin-top:40px;}
.mr50 {margin-right:50px;}
.m-t-0 { margin-top:0px !important; }
.m-b-0 { margin-bottom:0px !important; }

/* #Site styles
================================================== */
body {
   font-family: 'Roboto', sans-serif;
   font-weight: normal;
   font-size: 13px;
}
body .is-smaller {
    height: 80px;
    background: #fff;
}
body .is-smaller .logo {
    margin-top: 4px;
}
body .is-smaller .logo img {
    width: auto !important;
    height: 70px !important;
}
body .is-smaller nav {
    margin-top: 38px;
}
body .is-smaller nav .active::after {
    top: 22px;
    border-width: 0 30px 20px 30px;
}
body .is-smaller nav .active:nth-child(1)::after {
    left: -6px;
}
body .is-smaller nav .active:nth-child(2)::after {
    left: -4px;
}
body .is-smaller nav .active:nth-child(3)::after {
    left: 7px;
}
body .is-smaller nav .active:nth-child(4)::after {
    left: 52px;
}
body .is-smaller nav .active:nth-child(5)::after {
    left: -3px;
}
body .is-smaller nav .active:nth-child(6)::after {
    left: 7px;
}
body .is-smaller nav .active:nth-child(7)::after {
    left: 5px;
}

header {
   background: rgba(255,255,255,0.85);
   height: 114px;
   position: fixed;
   top: 0;
   left: 0;
   box-shadow: 0 3px 10px 0 rgba(1,1,1,.2);
   z-index: 100;
}
header .logo {
    margin-top: 10px;
    margin-right: 130px;
    transition: none;
}
header .right-elems {
    position: absolute;
    top: 10px;
    right: 0;
}

header .phone {
    color: #666666;
    padding-left: 23px;
    position: relative;
}
header .phone::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background: url("/box/img/phone.png") no-repeat;
    background-size: 15px;
    content: "";
}
header .mail {
    color: #666666;
    padding-left: 23px;
    position: relative;
    margin-left: 15px;
}
header .mail::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: url("/box/img/mail.png") no-repeat 0 4px;
    background-size: 16px;
    content: "";
}
nav {
    margin-top: 58px;
}
nav a {
    text-transform: uppercase;
    color: #333333 !important;
    font-size: 14px;
    margin-left: 30px;
    position: relative;
    text-decoration: none !important;
}
nav a:fist-of-type {
    margin-left: 0;
}
nav a:hover {
    color: #ffcc00 !important;
}
nav .active {
    font-weight: bold;
}
nav .active:hover {
    color: #333333 !important;
}
nav .active::after {
    position: absolute;
    top: 24px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 42.5px 32px 42.5px;
    border-color: transparent transparent #ffcc00 transparent;
}
nav .active:nth-child(1)::after {
    left: -18px;
}
nav .active:nth-child(2)::after {
    left: -16px;
}
nav .active:nth-child(3)::after {
    left: -5px;
}
nav .active:nth-child(4)::after {
    left: 35px;
}
nav .active:nth-child(5)::after {
    left: -17px;
}
nav .active:nth-child(6)::after {
    left: -6px;
}
nav .active:nth-child(7)::after {
    left: -6px;
}
.map-hld{
    float: left;
    width: 100%;
    padding-top: 114px;
}
#map {
    float: left;
    width: 100%;
    height: 614px;
}
.main-filter-wrap {
    margin-top: -38px;
    position: relative;
    z-index: 20;
}
.main-filter {
    height: 76px;
    background: rgba(0,0,0,0.7);
}
.main-filter .button {
    width: 175px;
    height: 76px;
    border-right: 1px solid #9ea298;
}
.main-filter .button .txt {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
}
.main-filter .button .icon {
    display: inline-block;
    width: 16px;
    height: 9px;
    background: url("/box/img/arr_down_w.png") no-repeat;
    background-size: 16px;
    margin-top: 4px;
    margin-left: 15px;
}
.main-filter .input-group:nth-child(3) {
    padding-left: 40px;
    margin-right: 30px;
}
.main-filter .input-group {
    width: 140px;
    height: 76px;
}
.main-filter .months {
    padding-left: 40px;
    margin-right: 30px;
}
.main-filter .construction {
    width: 100px;
    margin-right: 30px;
}
.main-filter .all-btn {
    width: 85px;
    margin-right: 30px;
}
.main-filter .in-sale-btn {
    width: 110px;
}
.main-filter .input-group label {
    float: left;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    margin-top: 2px;
}
.main-filter .input-group label span {
    float: left;
    margin-left: 8px;
    margin-top: 4px;
}
.main-filter .input-group input[type="radio"], .main-filter .input-group input[type="checkbox"] {
    display: none;
}
#content .main-filter .months label[for="free"]:before {
    background: url(/box/img/not_checked.png) no-repeat 0 11px;
    height: 38px;
    background-size: 20px;
}
#content .main-filter .months input[type="radio"]:checked ~ label:before {
    height: 38px;
    background: url("/box/img/checked.png") no-repeat 0 11px;
    background-size: 20px;
}
.main-filter .input-group label[for="free"]:before {
    float: left;
    width: 20px;
    height: 22px;
    content: "";
    background: url("/box/img/not_checked.png") no-repeat 0 2px;
    background-size: 20px;
}
.main-filter .input-group label[for="in-construction"]:before {
    float: left;
    width: 20px;
    height: 22px;
    content: "";
    background: url("/box/img/not_checked.png") no-repeat 0 2px;
    background-size: 20px;
}
.main-filter .input-group label[for="all"]:before {
    float: left;
    width: 20px;
    height: 22px;
    content: "";
    background: url("/box/img/not_checked.png") no-repeat 0 2px;
    background-size: 20px;
}
.main-filter .input-group label[for="all_sale"]:before {
    float: left;
    width: 20px;
    height: 22px;
    content: "";
    background: url("/box/img/not_checked3.png") no-repeat 0 2px;
    background-size: 20px;
}

.main-filter .input-group input[type="radio"]:checked ~ label:before {
    float: left;
    width: 20px;
    height: 22px;
    content: "";
    background: url("/box/img/checked.png") no-repeat 0 2px;
    background-size: 20px;
}
.main-filter .input-group input[type="checkbox"]:checked ~ label:before {
    float: left;
    width: 20px;
    height: 22px;
    content: "";
    background: url("/box/img/checked3.png") no-repeat 0 2px;
    background-size: 20px;
}
.main-filter .search {
    height: 55px;
    width: 190px;
    background: #ffcc00;
    position: relative;
    border: 0;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 11px;
    color: #333333;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.main-filter .search::after {
    position: absolute;
    top: 0;
    left: 25px;
    width: 33px;
    height: 100%;
    content: "";
    background: url("/box/img/search.png") no-repeat center;
    background-size: 33px;
}
.main-filter .filter-dropdown {
    width: 100%;
    position: absolute;
    top: 76px;
    left: 0;
    padding: 35px 10px 35px 25px;
    background: rgba(17,17,17,0.9);
    transform-style: preserve-3d;
    transform: matrix3d(1, 0, 0, 0, 0, -0.0871557, -0.996195, 0.000996195, 0, 0.996195, -0.0871557, 8.71557e-05, 0, -30, 0, 1);
    visibility: hidden;
    opacity: 0;
}
.main-filter .filter-dropdown .checkbox-row {
    margin-bottom: 12px;
    margin-right: 35px;
}
.main-filter .filter-dropdown .styled-check[type=checkbox] {
    display: none;
}
.main-filter .filter-dropdown .styled-check[type=checkbox]:checked + label {
    width: 140px;
    background: url(/box/img/checked2.png) no-repeat 0 1px;
    background-size: 15px;
    padding: 0 0 0 23px;
    float: left;
}
.main-filter .filter-dropdown .styled-check[type=checkbox] + label {
    width: 140px;
    background: url(/box/img/not_checked2.png) no-repeat 0 1px;
    background-size: 15px;
    padding: 0 0 0 23px;
    float: left;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
}
.main-filter .black-btn {
    background: rgba(17,17,17,0.9);
}
.big-slider-wrap {
    margin-top: 20px;
}
.big-slider-wrap .prop-box {
    overflow: hidden;
}
.prop-box .main-img {
    margin-left: 30px;
    position: relative;
}
.prop-box .condition {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30px;
    background: #4c4c4c;
    overflow: hidden;
    z-index: 2;
}
.prop-box .condition .icon-finished {
    width: 30px;
    height: 30px;
    background: url("/box/img/finished.png") no-repeat center #669900;
    background-size: 20px;
    position: relative;
    z-index: 1;
}
.prop-box .condition .icon-in-progress {
    width: 30px;
    height: 30px;
    background: url("/box/img/in_progress.png") no-repeat center #ffcc00;
    background-size: 20px;
    position: relative;
    z-index: 1;
}
.prop-box .condition .progress-img {
    position: absolute;
    bottom: 9px;
    left: 10px;
    width: 10px;
}
.prop-box .region {
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    margin-top: 7px;
}
.prop-box .status {
    color: #666666;
    font-size: 12px;
}
.big-slider {
    height: 161px;
    overflow: hidden;
}
.big-slider-wrap .padding-fix {
    padding: 0 127px 0 119px;
    opacity: 0;
}
.big-slider-wrap .arr-prev {
    position: absolute;
    top: 20px;
    left: -10px;
    width: 46px;
    height: 87px;
    background: url("/box/img/arr_left_grey.png") no-repeat;
    background-size: 46px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.big-slider-wrap .arr-prev:hover {
    transform: scale(1.1);
}

.big-slider-wrap .arr-next {
    position: absolute;
    top: 20px;
    right: -10px;
    width: 46px;
    height: 87px;
    background: url("/box/img/arr_right_grey.png") no-repeat;
    background-size: 46px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.big-slider-wrap .arr-next:hover {
    transform: scale(1.1);
}
.proud-section {
    padding: 50px 0;
    background: #f0f0f0;
    margin-top: 17px;
}
.proud-section .title {
    color: #333333;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 41px;
    margin-bottom: 30px;
}
.proud-section .text {
    color: #666666;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
}
.index-boxes .box-wrap {
    width: 25%;
}
.index-boxes .box-wrap:nth-child(1){
    border-right: 2px solid #fff;
}
.index-boxes .box-wrap:nth-child(2){
    border-right: 2px solid #fff;
}
.index-boxes .box-wrap:nth-child(3) {
    border-right: 2px solid #fff;
}
.index-boxes .box-wrap:nth-child(4) {
    border-right: 2px solid transparent;
}
.index-boxes .info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 17px 10px;
    background: rgba(51,51,51,0.8);
}
.index-boxes .info .num {
    font-size: 37px;
    color: #ffcc00;
    font-weight: bold;
    line-height: 30px;
}
.index-boxes .info .counter {
    opacity: 0;
}
.index-boxes .info .txt {
    font-size: 24px;
    color: #fff;
}
.services {
    height: 540px;
    background: url("/box/img/building2.jpg") no-repeat;
    background-size: cover;
    margin-top: 2px;
}
.services .text {
    line-height: 18px;
    font-size: 18px;
    margin-top: 10px;
    color: #fff;
}
.services .row:first-of-type {
    margin-bottom: 130px;
}
.build-your-own {
    margin-bottom: 80px;
}
.build-your-own .left-box {
    width: 50%;
    height: 520px;
    overflow: hidden;
}
.build-your-own .right-box {
    width: 50%;
    background: url("/box/img/bager.png") no-repeat center #f0f0f0;
    padding: 0 30px;
    height: 520px;
}
.build-your-own .right-box .title {
    font-weight: 300;
    color: #333333;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.build-your-own .right-box .text {
    color: #333333;
    font-size: 16px;
    line-height: 18px;
    width: 410px;
    margin-bottom: 30px;
}
.yellow-btn {
    width: 192px;
    height: 58px;
    background: #ffcc00;
    color: #333333;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 58px;
    text-align: center;
    clear: both;
    text-decoration: none !important;
}
.partners .title {
    color: #333333;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 60px;
}
.partners .box,.parnerWrapper {
    height: 80px;
}
.partners .box,.parnerWrapper {
    padding-right:10px;
    border-right: 1px solid #cccccc;
}
.partners .box img,.parnerWrapper img {
    max-width: 100%;
    -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block !important;
}
.partners .box:hover img,.parnerWrapper:hover img {
    filter: none;
}
footer {
    margin-top: 70px;
}
footer .main-footer {
    background: url("/box/img/footer.jpg") no-repeat;
    background-size: cover;
    min-height: 312px;
    padding-top: 30px;
}
footer .main-footer .f-col .title {
    color: #eaeaea;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 60px;
    position: relative;
    display: block;
}
footer .main-footer .f-col .title::after {
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 34px;
    height: 3px;
    background: #ffcc00;
    content: "";
}
footer .main-footer .links-col {
    width: 92px;
}
footer .main-footer .links-col a {
    float: left;
    clear: both;
    color: #eaeaea;
    font-size: 14px;
    margin-bottom: 10px;
}
footer .main-footer .f-col .text p {
    color: #eaeaea;
    font-size: 14px;
    margin-bottom: 10px;
}
footer .main-footer .f-col .text a {
    color: #eaeaea;
}
footer .main-footer .right-info {
    width: 381px;
}
footer .main-footer .title {
    color: #eaeaea;
    font-size: 30px;
    font-weight: 300;
}
footer .main-footer .sub-title {
    color: #eaeaea;
    font-size: 32px;
    font-weight: bold;
    clear: both;
    text-transform: uppercase;
    margin-bottom: 20px;
}
footer .main-footer input {
    width: 244px;
    float: left;
    height: 50px;
    border-bottom: 1px solid #fff;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    background: none;
    color: #fff;
    padding-left: 10px;
}
footer .main-footer input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
footer .main-footer input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
footer .main-footer input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
footer .main-footer input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

footer .main-footer button {
    float: left;
    width: 134px;
    height: 50px;
    border: 0;
    background: #ffcc00;
    color: #2a2f35;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}
footer .main-footer .socials {
    margin-top: 30px;
}
footer .main-footer .socials .txt {
    color: #eaeaea;
    font-size: 14px;
    margin-right: 15px;
    margin-top: 6px;
}
footer .main-footer .socials .google {
    width: 31px;
    height: 31px;
    background: url("/box/img/google.png") no-repeat;
    background-size: 31px;
    margin-right: 8px;
}
footer .main-footer .socials .fb {
    width: 31px;
    height: 31px;
    background: url("/box/img/fb.png") no-repeat;
    background-size: 31px;
    margin-right: 8px;
}
footer .main-footer .socials .tw {
    width: 31px;
    height: 31px;
    background: url("/box/img/tw.png") no-repeat;
    background-size: 31px;
    margin-right: 8px;
}
footer .main-footer .socials .pin {
    width: 31px;
    height: 31px;
    background: url("/box/img/pinterest.png") no-repeat;
    background-size: 31px;
}
footer .bottom-footer {
    height: 45px;
    background: #333333;
    line-height: 45px;
}
footer .bottom-footer .left-rights {
    color: #fff;
    font-size: 12px;
}
footer .bottom-footer .right-credits span {
    height: 45px;
    color: #fff;
    line-height: 45px;
    font-size: 12px;
}
footer .bottom-footer .right-credits .tara {
    float: left;
    width: 59px;
    height: 12px;
    background: url("/box/img/tarasoft.png") no-repeat;
    background-size: 59px;
    margin-top: 15px;
    margin-left: 7px;
}
.inner-pages {
    margin-top: 115px;
}
.inner-pages .main-filter-wrap {
    margin-top: 0;
}
.path {
    height: 38px;
    background: rgba(246, 246, 246,0.85);
    position: relative;
    z-index: 1;
    margin-top: -1px;
}
.path .home {
    height: 38px;
    width: 40px;
    background: url("/box/img/home.png") no-repeat center #f6f6f6;
    background-size: 16px;
    position: relative;
    z-index: 2;
    border-left: 1px solid #d5d2d2;
}
.path .path-link {
    position: relative;
    height: 38px;
    line-height: 38px;
    color: #4c4c4c;
    font-size: 14px;
    padding: 0 18px 0 35px;
    z-index: 2;
}
.path .path-link:after, .path .path-link:before, .path .home:after, .path .home:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.path .path-link:after, .path .home:after {
    border-color: rgba(246, 246, 246, 0);
    border-left-color: #f6f6f6;
    border-width: 18px;
    margin-top: -18px;
}
.path .path-link:before, .path .home:before {
    border-color: rgba(219, 219, 219, 0);
    border-left-color: #d5d2d2;
    border-width: 19px;
    margin-top: -19px;
}
.path .current {
    background: #eeeeee;
    cursor: default;
    z-index: 1;
    text-decoration: none;
    color: #c69c6d;
    font-style: italic;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}
.path .current:after {
    border-left-color: #eeeeee;
}
.property-list .prop-box {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.prop-box .main-img {
    width: calc(100% - 30px);
}
.heading-style-one {
    color: #333333;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 20px 0 12px 0;
}
.heading-style-one .bold {
    color: #ffcc00;
}
.prop-box .detail-txt-finished {
    position: absolute;
    top: 0;
    left: -100%;
    height: 30px;
    background: #669900;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 30px;
    width: 100%;
    padding-right: 20px;
    z-index: 1;
    text-align: right;
}
.prop-box .detail-txt-progress {
    position: absolute;
    top: 0;
    left: -100%;
    height: 30px;
    background: #ffcc00;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 30px;
    width: 100%;
    padding-right: 20px;
    z-index: 1;
    text-align: right;
}
.prop-box:hover .main-img::after {
    display: block;
}
.prop-box .main-img::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0,0,0,0.5);
    display: none;
}
.paging {
    margin-top: 30px;
}
.pagination > li {
    float: left;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 33px;
    height: 33px;
    color: #ababab;
    font-size: 15px;
    text-align: center;
    line-height: 33px !important;
    text-decoration: none;
}
.paging .prev:hover, .paging .next:hover {
    color: #ffcc00;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 33px;
    height: 33px;
    color: #ababab;
    font-size: 15px;
    text-align: center;
    line-height: 33px;
    text-decoration: none;
}
.pagination > li > a, .pagination > li > span {
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    height: 33px;
    text-align: center;
    line-height: 33px !important;
    padding: 0 12px;
    color: #666666;
    font-size: 14px;
    text-decoration: none;
     -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.pagination > li > span:hover, .pagination > li > a:hover {
    background: #ffcc00 !important;
    color: #fff !important;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #eeeeee !important;
    color: #666666 !important;
}
.property-view {
    margin-top: 30px;
}
.property-view .grey-box {
    background: #e0e0e0;
    padding-top: 20px;
    margin-bottom: 20px;
}
.property-view .grey-box .title {
    color: #333333;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: bold;
}
.property-view .grey-box .property-name {
    color: #333333;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: normal;
    padding: 0 20px;
}
.building-slider {
    margin-top: 20px;
    height: 385px;
    overflow: hidden;
}
.property-view .draws .title {
    color: #333333;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
.property-view .draws .draw-img {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.property-view .draws .draw-img::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    /*background: rgba(0,0,0,0.3);*/ 
}
.property-view .infos {
    color: #333333;
    font-size: 24px;
}
.property-view .infos .col-md-4:last-of-type {
    text-align: right;
}
.property-view .description .title {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 8px;
}
.property-view .description .txt {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    padding-right: 10px;
}
.property-view .grey-box-inner {
    padding: 10px 0 10px 10px;
}
.property-view .grey-box-inner .building-slider-small-wrap {
    width: 290px;
    height: 183px;
    overflow: hidden;
}
.small-map-wrap {
    padding-right:10px;
}
#small-map {
    height: 300px;
}
.property-view .grey-box-inner .building-slider-small {
    width: 290px;

}
.property-view .grey-box-inner .right-part {
    width: calc(100% - 320px);
    padding-right: 100px;
}
.property-view .grey-box-inner .property-name {
    padding: 0;
    font-size: 24px;
}
.property-view .grey-box-inner .sub-title {
    color: #333333;
    font-size: 40px;
    text-transform: uppercase;
}
.property-view .grey-box-inner .title {
    font-size: 40px;
}
.property-view .grey-box-inner .stage {
    color: #333333;
    font-size: 18px;
    text-transform: uppercase;
}
.table-wrap {
    margin-top: 15px;
}
.table-wrap .th-row {
    background: #666666;
}
.table-wrap .th-row .th {
    width: 16.66%;
    height: 75px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.table-wrap .floor {
    color: #333333;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 5px;
    padding-left: 68px;
}
.table-wrap .td-row {
    background: #f5f5f5;
}
.table-wrap .td-row:nth-child(2n+2) {
    background: #f9f9f9;
}
.table-wrap .td-row .td {
    width: 16.66%;
    height: 34px;
    color: #333333;
    font-size: 14px;
    text-align: center;
}
.table-wrap .td-row .status-free a {
    color: #339900;
}
.table-wrap .td-row .status-taken {
    color: #cc0000;
}
.about-us-background {
    height: 520px;
    background: url("/box/img/be_back.jpg") no-repeat center;
    background-size: cover;
    margin-bottom: 22px;
    margin-top: -153px;
}
.about-us .txt {
    color: #666666;
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
}
.about-us .img-wrap {
    height: 33px;
}
.about-us .title {
    color: #333333;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 35px;
    margin-bottom: 20px;
}
.about-us .description {
    color: #666666;
    font-size: 16px;
}
.about-us .the-president {
    margin-bottom: 20px;
}
.about-us .the-president .info {
    width: calc(100% - 110px);
}
.about-us .the-president .info .name {
    color: #333333;
    font-size: 20px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 14px;
}
.about-us .the-president .info .txt2 {
    color: #333333;
    font-size: 16px;
}
.contacts .form-wrap {
    height: 872px;
    background: url("/box/img/contacts.jpg") no-repeat center;
    background-size: cover;
    margin-top: -152px;
}
.contacts .form {
    margin-top: 221px;
    width: 680px;
    display: inline-block;
}
.contacts .form .title {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 20px;
}
.contacts .form .sub-title {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
}
.contacts .form .form-inner {
    margin-top: 70px;
}
.contacts .form .input-holder {
    width: 50%;
}
.contacts .form .input-holder:nth-child(1) {
    padding-right: 15px;
}
.contacts .form .input-holder:nth-child(2) {
    padding-left: 15px;
}
.contacts .form .styled-input {
    width: 100%;
    background: #fff;
    border: 0;
    height: 48px;
    font-family: 'Roboto', sans-serif;
    color: #25282d;
    font-size: 14px;
    padding: 0 15px;
    border: 1px solid #fff;
}
.contacts .form .styled-input:focus {
    border: 1px solid #ffcc00;
}
.contacts .form .styled-input::-moz-placeholder, .contacts .form .styled-textarea::-moz-placeholder {
    opacity: 1;
    color: #25282d;
    filter: alpha(opacity=100);
}
.contacts .form .styled-input:-moz-placeholder, .contacts .form .styled-textarea:-moz-placeholder {
    opacity: 1;
    color: #25282d;
    filter: alpha(opacity=100);
}
.contacts .form .styled-input:-ms-placeholder, .contacts .form .styled-textarea:-ms-placeholder {
    opacity: 1;
    color: #25282d;
    filter: alpha(opacity=100);
}
.contacts .form .styled-input:-webkit-placeholder, .contacts .form .styled-textarea:-webkit-placeholder {
    opacity: 1;
    color: #25282d;
    filter: alpha(opacity=100);
}
.contacts .form .styled-textarea {
    background: #fff;
    border: 0;
    font-family: 'Roboto', sans-serif;
    color: #25282d;
    font-size: 14px;
    padding: 15px;
    height: 240px;
    min-height: 240px;
    resize: none;
    min-width: 100%;
    max-width: 100%;
    margin-top: 25px;
    border: 1px solid #fff;
}
.contacts .form .styled-textarea:focus {
    border: 1px solid #ffcc00;
}
.captcha {
    width: 305px;
    margin-top: 22px;
}
.contacts .form .form-inner button {
    width: 165px;
    height: 52px;
    background: #ffcc00;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    margin-top: 22px;
}
.office-infos {
    margin-top: 30px;
    margin-bottom: 45px;
}
body .office-infos-compensation-page {
    margin-top:195px;
}
.contacts .title-c {
    font-size: 25px;
    color: #333333;
    font-weight: 300;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.contacts .text-c {
    font-size: 14px;
    color: #666666;
    font-weight: 300;
    margin-bottom: 5px;
    clear: both;
}
.subscribe-news {
    background: #f5f5f5;
    padding-top: 48px;
    padding-bottom: 62px;
}
.subscribe-news .icon {
    width: 80px;
    height: 80px;
    background: url("/box/img/newsletter.png") no-repeat center 23px #666666;
    background-size: 35px;
    border-radius: 500px;
}
.subscribe-news .left-txt {
    width: 158px;
    margin-left: 22px;
    margin-top: 5px;
}
.subscribe-news .left-txt .txt1 {
    color: #1e1d1c;
    font-size: 18px;
    border-bottom: 1px solid #006699;
    padding-bottom: 2px;
    margin-bottom: 10px;
}
.subscribe-news .left-txt .txt2 {
    color: #333333;
    font-size: 14px;
}
.subscribe-news form {
    float: right;
    margin-top: 23px;
}
.subscribe-news form .styled-input {
    width: 332px;
    height: 38px;
    background: #fff;
    padding: 0 12px;
    color: #cccccc;
    font-size: 12px;
    border: 1px solid #fff;
}
.subscribe-news form .styled-input:focus {
    border: 1px solid #ffcc00;
}
.subscribe-news form .styled-input:first-of-type {
    margin-right: 10px;
}
.subscribe-news form button {
    float: right;
    height: 38px;
    width: 130px;
    background: #333333;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    margin-left: 20px;
}
.search-news {
    background: #f6f6f6;
    padding-top: 60px;
    padding-bottom: 40px;
    margin-top: 1px;
}
.search-news form {
    width: 645px;
    display: inline-block;
}
.search-news form .styled-input {
    width: calc(100% - 150px);
    height: 40px;
    border: 1px solid #e2e2e2;
    padding: 0 12px;
    color: #cccccc;
    font-size: 16px;
}
.search-news form .styled-input:focus {
    border: 1px solid #ffcc00;
}
.search-news form .styled-input::-moz-placeholder {
    opacity: 1;
    color: #cccccc;
    filter: alpha(opacity=100);
}
.search-news form .styled-input:-moz-placeholder {
    opacity: 1;
    color: #cccccc;
    filter: alpha(opacity=100);
}
.search-news form .styled-input:-ms-placeholder {
    opacity: 1;
    color: #cccccc;
    filter: alpha(opacity=100);
}
.search-news form .styled-input:-webkit-placeholder {
    opacity: 1;
    color: #cccccc;
    filter: alpha(opacity=100);
}
.search-news form button {
    float: right;
    width: 138px;
    height: 40px;
    background: #ffcc00;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    position: relative;
    text-indent: 19px;
}
.search-news form button::after {
    position: absolute;
    top: 0;
    left: 12px;
    width: 27px;
    height: 100%;
    background: url("/box/img/search.png") no-repeat center;
    background-size: 27px;
    content: "";
}
.news-title h1 {
    font-size: 34px !important;
}
.news-img {
    max-width: 100% !important;
    margin-bottom: 10px;
}
.news-list {
    margin-top: 45px;
}
.news-list .news-box {
    margin-bottom: 17px;
}
.news-list .news-box img {
    width: 264px;
}
.news-list .news-box .info {
    width: calc(100% - 264px);
    height: 199px;
    background: #fafafa;
    padding: 0 15px;
    padding-top: 9px;
}
.news-list .news-box .info .title {
    color: #333333;
    font-size: 18px;
    margin-bottom: 15px;
}
.news-list .news-box .info .description {
    color: #666666;
    font-size: 14px;
}
.news-list .news-box:hover .info .read-more {
    color: #ffcc00;
}
.news-list .news-box:hover .info .triangle-wrap .triangle {
    border-color: transparent transparent #ffcc00 transparent;
}
.news-list .news-box:hover .info .triangle-wrap .arrow {
    background: url("/box/img/white_arrow.png") no-repeat center;
    background-size: 9px;
}
.news-list .news-box .info .read-more {
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: #999999;
    font-size: 14px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.news-list .news-box .info .triangle-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 66px;
    height: 66px;
}
.news-list .news-box .info .triangle-wrap .triangle {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 66px 66px;
    border-color: transparent transparent #ececec transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.news-list .news-box .info .triangle-wrap .arrow {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 9px;
    height: 16px;
    background: url("/box/img/grey_arrow.png") no-repeat center;
    background-size: 9px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.news-list .ad-box:first-of-type {
    margin-bottom: 25px;
}
.news-list .ad-box {
    overflow: hidden;
}
.news-list .ad-box::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    content: "";
    opacity: 1;
}
.news-list .ad-box span {
    position: absolute;
    bottom: 18px;
    right: 37px;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.news-list .ad-box span::after {
    position: absolute;
    bottom: 2px;
    right: -19px;
    width: 9px;
    height: 16px;
    background: url(/box/img/white_arrow.png) no-repeat center;
    background-size: 9px;
    content: "";
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.news-list .ad-box:hover span {
    color: #ffcc00;
}
.news-list .ad-box:hover span::after {
    background: url(/box/img/yellow_arrow.png) no-repeat center;
    background-size: 9px;
}
.compensation-wrap {

}
.compensation-back {
    position: absolute;
    top: -152px;
    left: 0;
    width: 100%;
    height: 820px;
    background: url(/box/img/compensations.jpg) no-repeat center;
    background-size: cover;
}
.compensation-wrap .grey-box {
    background: #cccccc;
    margin-top: 275px;
    text-align: left;
    padding-top: 35px;
    padding-left: 22px;
    padding-right: 42px;
    padding-bottom: 35px;
    position: relative;
    z-index: 1;
}
.compensation-wrap .grey-box .title {
    color: #333333;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: normal;
}
.compensation-wrap .grey-box .description {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}
.partners-back {
    height: 520px;
    background: url(/box/img/partners.jpg) no-repeat center;
    background-size: cover;
    margin-top: -152px;
}
.partners-inner .title {
    font-size: 24px;
    color: #333333;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 45px;
    margin-bottom: 40px;
}
.partners-inner .logo {
    height: 90px;
    width: 25%;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.partners-inner .logo::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #fff;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.partners-inner .partner-name {
    position: absolute;
    top: -70%;
    left: 0;
    width: 100%;
    height: 90px;
    line-height: 90px;
    z-index: 1;
    color: #333333;
    font-size: 20px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.partners-inner .partner-name span {
    border-bottom: 2px solid #ffcc00;
    padding-bottom: 2px;
}
.partners-inner .logo img {
    display: inline-block;
    max-width: 100%;
}
.partners-inner .logo:hover::after {
    opacity: 1;
}
.partners-inner .logo:hover .partner-name {
    top: 0;
}

.hamburger {
  display: none;
  position: absolute;
  left: 0;
  top: 16px;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.hamburger-box {
  width: 25px;
  height: 20px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
    width: 25px;
    height: 4px;
    background-color: #ffcc00;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
}
.hamburger-inner:before, .hamburger-inner:after {
    content: "";
    display: block; }
.hamburger-inner:before {
    top: -10px; }
.hamburger-inner:after {
    bottom: -10px;
}
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner:before {
    top: 9px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; }
  .hamburger--slider .hamburger-inner:after {
    top: 18px; }

.hamburger--slider.is-active .hamburger-inner {
    background: #000;
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner:before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
            transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .hamburger--slider.is-active .hamburger-inner:after {
          top: 20px;
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
            transform: translate3d(0, -20px, 0) rotate(-90deg);
            background: #000;
  }

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #ffcc00 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out-b {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out-b {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out-b {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-ripple-out-b:before {
  content: '';
  position: absolute;
  border: #333333 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-out-b:hover:before, .hvr-ripple-out-b:focus:before, .hvr-ripple-out-b:active:before {
  -webkit-animation-name: hvr-ripple-out-b;
  animation-name: hvr-ripple-out-b;
}

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Shine */
.property-view .draws .draw-img::before {
    position: absolute;
    top: 0;
    left: -83%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.property-view .draws .draw-img:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
#errorModal p {
    color: red;
    text-align: center;
    font-size: 24px;
}
#successModal p {
    color: #339900;
    text-align: center;
    font-size: 24px;
}
.modal {
    padding: 30px !important;
}
.modal a.close-modal {
    border: 2px solid #fff;
    border-radius: 500px;
}
.infobox-wrap img {
    position: relative;
    z-index: 2;
}
.infobox {
    width: 334px;
    background: #fff;
    -webkit-box-shadow: 1px 2px 7px 0 rgba(0,0,0,.30);
    -moz-box-shadow: 1px 2px 7px 0 rgba(0,0,0,.30);
    box-shadow: 1px 2px 7px 0 rgba(0,0,0,.30);
}
.infobox img {
    position: relative;
    z-index: 1;
}
.infobox .right-infos {
    width: calc(100% - 173px);
    background: #fff;
    min-height: 121px;
    padding-left: 10px;
}
.infobox .right-infos .i-progress {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    position: relative;
}
.wrapper .p-finished {
    background: #669900;
}
.wrapper .p-finished .right-infos {
    background: #669900;
}
.wrapper .p-finished .right-infos .i-progress, .wrapper .p-finished .right-infos .i-adress-t, .wrapper .p-finished .right-infos .i-adress, .wrapper .p-finished .right-infos .i-bottom-text {
    color: #fff;
}
.wrapper .p-construction {
    background: #ffcc00;
}
.wrapper .p-construction .right-infos {
    background: #ffcc00;
}
.wrapper .p-finished::after {
    background: url(/box/img/rectangle_g.png) no-repeat center;
}
.wrapper .p-construction::after {
    background: url(/box/img/rectangle_y.png) no-repeat center;
}




.infobox .right-infos .i-progress .i-title {
    width: calc(100% - 28px);
    margin-top: 4px;
}
.infobox .right-infos .i-adress-t {
    color: #666666;
    font-size: 12px;
    margin-top: 7px;
}
.infobox .right-infos .i-adress {
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    margin-top: 2px;
    line-height: 15px;
}
.infobox .right-infos .i-bottom-text {
    color: #666666;
    font-size: 12px;
    margin-top: 4px;
}
.infobox::after {
    position: absolute;
    top: -20px;
    left: -134px;
    width: 187px;
    height: 133px;
    background: url(/box/img/rectangle.png) no-repeat center;
    content: "";
}

.pagination {
  display: inline-block;
  padding-left: 0;


}

.pagination span,.pagination a {
    line-height: 40px;
    height: 30px;
    float: left;
    min-width: 30px;
    text-align: center;
}

.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  line-height: 28px;
  color: #666;
  text-decoration: none;
  background-color: #fff;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  font-size:18px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span
{
    font-size:18px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #4a6fab;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  cursor: default;

}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;


}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}


.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
