@font-face {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/bebasneue_bold.eot');
}

@font-face {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/bebasneue_bold.otf');
}

html {
    width: 100%;
    height: 100%;
    min-width: 1040px;
}

body {
    width: 100%;
    height: 100%;
    min-width: 1040px;
    font: 12px/14px 'Open Sans';
    color: #909090;
    -webkit-font-smoothing: antialiased;
    background: #EEE url('../img/main-background.png');
}

i {
    font-style: italic;
}

h1, h2 {
    margin: 0;
}

* {
    outline: none;
}

br.clear {
    clear: both;
}

a {
    color: #33495f;
}

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image,
.fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 0;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
    position: relative;
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../img/fancybox-sprite.png');
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../img/fancybox-loading.gif') center center no-repeat;
}
.fancybox-close {
    position: absolute;
    top: -24px;
    right: -24px;
    width: 19px;
    height: 19px;
    cursor: pointer;
    z-index: 8040;
    background: url('../img/fancy-cross.png') 0 0 no-repeat;
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../img/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 15px;
    height: 38px;
    margin-top: -19px;
    cursor: pointer;
    z-index: 8040;
    background: url('../img/fancy-arrows.png') 0 0 no-repeat;
}
.fancybox-prev span {
    left: 20px;
}
.fancybox-next span {
    right: 20px;
    background-position: -15px 0;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
/* Overlay helper */
/*.fancybox-lock {
    overflow: hidden;
}*/
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../img/fancybox-overlay.png');
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
}
/* Title helper */
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

.wrapper {
    margin: 0 auto;
    width: 1040px;
    background: #fff;

    box-shadow: 0 0 15px #9a9a9a;
}

.wrap {
    margin: 0 auto;
    width: 1000px;
}

.header {
    position: relative;
    z-index: 200;
    margin: 20px 0 0;
    border-top: 7px solid #29612a;
}

.header-top {
    min-height: 147px;
}

.header-top .logo {
    display: block;
    float: left;
    margin: 37px 0 0 33px;
    width: 286px;
    height: 73px;
    background: url('../img/logo.png') 0 0 no-repeat;
}

.header-top .header-right {
    float: right;
    margin: 24px 22px 0 0;
}

.header-top .header-right .right-top {
    overflow: hidden;
}

.header-top .header-right .right-top .header-mail {
    float: right;
    display: block;
    margin: 0 3px 0 0;
    /*padding: 0 0 0 22px;*/
    font: 12px/15px 'Open Sans';
    color: #505050;
    /*background: url('../img/header-mail.png') left center no-repeat;*/
}

.header-top .header-right .right-top .header-number {
    float: right;
    margin: 0 14px 0 0;
    padding: 0 0 0 18px;
    font: 12px/15px 'Open Sans';
    color: #505050;
    /*background: url('../img/header-number.png') left center no-repeat;*/
}

.right-top i {
	margin-right: 5px;
	color: #29612a;
	font-size: 14px;
}

.header-top .header-right .right-bottom {
    /*overflow: hidden;*/
    padding: 0 3px 4px;
}

.header-top .header-right .right-bottom .socials {
    float: left;
    margin: 26px 0 0 5px;
}

.socials {
    overflow: hidden;
}

.socials li {
    float: left;
    margin: 0 3px 0 0;
    width: 26px;
    height: 27px;
}

.socials li.google {
    background: url('../img/socials.png') 0 0 no-repeat;
}

.socials li.fb {
    width: 27px;
    background: url('../img/socials.png') -29px 0 no-repeat;
}

.socials li.twitter {
    background: url('../img/socials.png') -59px 0 no-repeat;
}

.socials li.yt {
    width: 27px;
    background: url('../img/socials.png') -88px 0 no-repeat;
}

.socials li a i {
	margin-top: 7px;
	font-size: 14px;
}

.socials li a {
    display: block;
    width: 100%;
    height: 100%;
	color: #fff;
	background-color: #29612a;
	border-radius: 3px;
	font-size: 18px;
	text-align: center;	
    /*text-indent: -9999px;*/
}

.header-top .header-right .right-bottom .callback-button {
    display: block;
    float: right;
    margin: 23px 0 0 14px;
    padding: 0 12px 0 29px;
    height: 34px;
    background: #29612a url('../img/callback-button.png') 7px 4px no-repeat;
    border-radius: 5px;
    border-right: 1px solid #fff;
    box-shadow: 2px 2px 0 0 #c4c4c4;

    font: 700 16px/35px 'Bebas Neue';
    color: #fff;
}


.header-bottom {
    position: relative;
    height: 42px;
    background: #f0f0f0;
}

.header-bottom .menu-wrap {
    position: relative;
    margin: 0 0 0 24px;
    z-index: 50;
}

.header-bottom .menu-wrap .menu-button {
    display: none;
}


.header-bottom .menu-wrap > ul > li {
    float: left;
    position: relative;
}

.header-bottom .menu-wrap > ul > li.extended:after {
    content: '';
    position: absolute;
    right: 4px;
    top: 20px;
    width: 9px;
    height: 6px;
    background: url('../img/menu-extended-arrow.png') 0 0 no-repeat;
}

.header-bottom .menu-wrap > ul > li.extended:hover:after,
.header-bottom .menu-wrap > ul > li.extended.active:after {
    background: url('../img/menu-extended-arrow.png') -9px 0 no-repeat;
}

.header-bottom .menu-wrap .open-button {
    display: none;
    cursor: pointer;
}

.header-bottom .menu-wrap > ul > li > a {
    display: block;
    padding: 0 19px 0 14px;
    height: 42px;
    font: 700 18px/44px 'Bebas Neue';
    color: #29612a;
}

.header-bottom .menu-wrap > ul > li:hover,
.header-bottom .menu-wrap > ul > li.active {
    background: #29612a
}

.header-bottom .menu-wrap > ul > li:hover a,
.header-bottom .menu-wrap > ul > li.active a {
    color: #fff;
}

/*.header-bottom .menu-wrap > ul > li:nth-child(1) > a {
    display: block;
    padding: 0;
    width: 56px;
    height: 25px;
    background: url('../img/menu-home-icon.png') center 4px no-repeat;
}*/

/*.header-bottom .menu-wrap > ul > li:nth-child(2) > a {
    padding: 0 21px 0 24px;
}*/

/*.header-bottom .menu-wrap > ul > li:last-child {
    clear: right;
}*/

/*.header-bottom .menu-wrap > ul > li:last-child > a {
    border: 0;
}*/

.header-bottom .menu-wrap > ul > li ul {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    min-width: 230px;
    background: #3c4044;
}

.header-bottom .menu-wrap > ul li:hover > ul {
    display: block;
}

.header-bottom .menu-wrap > ul > li ul > li {
    position: relative;
    border-bottom: 1px solid #525253;
}

.header-bottom .menu-wrap > ul > li ul > li:last-child {
    border-bottom: 0;
}

.header-bottom .menu-wrap > ul > li ul > li a {
    display: block;
    padding: 12px 17px 11px;
    font: 700 18px/21px 'Bebas Neue';
    color: #fff;
    white-space: nowrap;
}

.header-bottom .menu-wrap > ul > li ul > li:hover > a {
    background: #fff;
    color: #3c4044;
}


.header-bottom .menu-wrap ul ul ul {
    top: 0;
    left: 100%;
}

.header-bottom .search-wrap {
    position: absolute;
    z-index: 100;
    top: 5px;
    right: 5px;
    bottom: 5px;
}

.header-bottom .search-wrap .search-open-button {
    position: relative;
    z-index: 5;
    margin: 6px 15px 0 0;
    width: 20px;
    height: 20px;
    background: url('../img/search-open-button.png') 0 0 no-repeat;
    cursor: pointer;
}

.header-bottom .search-wrap #search-header {
    position: absolute;
    width: 0;
    z-index: 10;
    right: 0;
    top: 0;
    bottom: 0;
    /*width: 215px;*/
    overflow: hidden;
    background: #fff;
    /*box-shadow: 0 0 5px #aaa;*/
	border-radius: 3px;
}

.header-bottom .search-wrap #search-header .search-button {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    background: url('../img/search-open-button.png') 0 0 no-repeat;
    cursor: pointer;
    border: 0;
    cursor: pointer;
}

.header-bottom .search-wrap #search-header .search-input {
    position: absolute;
    width: 150px;
    height: 32px;
    padding: 0;
    border: 0;
    margin: 0 0 0 35px;
    font: 14px 'Open Sans';
}


.flexslider.big-slider {
    position: relative;
    margin: 0;
    width: 100%;
    background: 0;
    clear: both;
}

.flexslider.big-slider .slides li {
    position: relative;
    z-index: 5;
    width: 100%;
    height: auto;
}


.flexslider.big-slider .slides img {
    display: block;
}

.flexslider.big-slider .slides a {
    display: block;
}

.flexslider.big-slider .slides .slide-text-wrap {
    position: absolute;
    z-index: 20;
    width: 359px;
    bottom: 45px;
    left: 24px;
}

.flexslider.big-slider .slides .slide-text-wrap .slide-title {
    float: left;
    margin: 0 0 6px;
    padding: 8px 56px 7px 10px;
    font: bold 18px/18px 'Bebas Neue';
    color: #fff;
    background: #29612a;
    letter-spacing: 0.1px;
}

.flexslider.big-slider .slides .slide-text-wrap .slide-text {
    padding: 6px 10px 9px;
    background: rgba(60, 64, 68, 0.7);
    font: 12px/14px 'Open Sans';
    color: #f0f0f0;
    border-radius: 5px;
    clear: both;
}

.content .content-title-wrap {
    position: relative;
    text-align: center;
}

.content .content-title-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 9px;
    border-top: 1px solid #dde3e6;
}

.content .content-title-wrap .content-title {
    display: inline-block;
    position: relative;
    z-index: 5;
    padding: 0 10px;
    background: #fff;
    font: 600 18px/18px 'Open Sans';
    color: #666;
}

.content .products-block {
    padding: 28px 0 7px;
    background: #f4f4f4;
}

.content .products-block .content-title {
    background: #f4f4f4;
}

.content .products-block .products-list {
    margin: 21px 0 0 4px;
}

.content .products-block .products-list li {
    float: left;
    position: relative;
    margin: 0 9px 0 0;
    width: 242px;
}

.content .products-block .products-list li:last-child {
    margin: 0;
}

.content .products-block .products-list li .inner {
    position: relative;
    z-index: 5;
}

.content .products-block .products-list li:hover:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: -5px;
    left: -4px;
    right: -4px;
    bottom: 0;
    background: #d8d8d8;
    border-radius: 4px;
}

.content .products-block .products-list li .img-wrap {
    padding: 5px;
    border-radius: 4px;
    box-shadow: 0 0 4px #d0d0d0;
    background: #fff;
}

.content .products-block .products-list li .img-wrap img {
    display: block;
    width: 100%;
}

.content .products-block .products-list li .item-title {
    display: block;
    padding: 14px 0 13px;
    font: 600 18px/18px 'Open Sans';
    color: #666;
    text-align: center;
}

.content .products-block .products-list li:hover .item-title {
    color: #fff;
}

.content .properties-block {
    margin: 22px 0 0;
}

.content .properties-block .properties-list {
    margin: 25px 0 0 7px;
    
}

.content .properties-block .properties-list li {
    float: left;
    margin: 0 16px 0 0;
    width: 317px;
    border-radius: 5px;
    overflow: hidden;
    background: #f4f4f4;
    border: 1px solid #efefef;
    border-bottom: 6px solid #efefef;
}

.content .properties-block .properties-list li:last-child {
    margin: 0;
}

.content .properties-block .properties-list li .img-wrap img {
    display: block;
    width: 100%;
}

.content .properties-block .properties-list li .item-title {
    padding: 7px 10px 7px 18px;
    font: 600 13px/13px 'Open Sans';
    text-transform: uppercase;
}

.item-params {
    background: #eaeaea;
    width: 100%;
}

.item-params td {
    height: 31px;
    text-align: center;
    vertical-align: middle;
}

.item-params td:nth-child(1) {
    padding: 0 0 0 10px;
}

.item-params td img {
    vertical-align: middle;
	width: 24px;
}

.item-params td .param-value {
    vertical-align: middle;
    font: 13px 'Open Sans';
    color: #666;
}

.item-params td .super {
    vertical-align: super;
    font-size: 9px;
}

.super {
    vertical-align: super;
    font-size: 9px;
}

.content .properties-block .properties-list li .item-footer {
    overflow: hidden;
    height: 42px;
}

.content .properties-block .properties-list li .item-footer .item-price {
    float: left;
    margin: 0 0 0 15px;
    font: 600 18px/42px 'Open Sans';
    color: #29612a;
}

.more-button {
    float: right;
    margin: 6px 16px 0 0;
    width: 112px;
    height: 27px;
    border: 1px solid #527e52;
    border-radius: 5px;

    font: bold 16px/29px 'Bebas Neue';
    color: #29612a;
    text-align: center;

    transition: all 0.5s ease-in-out;
}

.more-button:hover {
    background: #29612a;
    color: #fff;
}

.main-page .content-text {
    margin: 33px 0 0;
    padding: 30px 0 16px 0;
    overflow: hidden;
    background: #f4f4f4;
}

.main-page .content-text .content-title-wrap .content-title {
    background: #F4F4F4;
}

.main-page .content-text .img-wrap {
    float: left;
    margin: 18px 0 0 4px;
    padding: 5px;
    border-radius: 4px;
    box-shadow: 0 0 3px #d0d0d0;
    background: #fff;
}

.main-page .content-text .img-wrap img {
    display: block;
}

.main-page .content-text .text-inner {
    margin: 0 0 0 262px;
    padding: 17px 0 0;
}

.main-page .content-text .text-inner p {
    margin: 0 0 16px;
}

.main-page .content-text .text-inner p:last-child {
    margin: 0;
}

.main-page .content-text .more-button {
    margin: 7px 10px 0 0;
}

.content .map-block {
    margin: 24px 0 0 0;
}

.content .map-block .content-title-wrap .content-title {
    padding: 0 43px;
}

.content .map-block .map-wrap {
    margin: 25px 0 0 0;
}

/*.content .map-block .map-wrap img {
    display: block;
}*/

.footer {
    border-top: 1px solid #8b8e90;
    background: #3c4044;
    color: #fff;
}

.footer-top {
    padding: 0 0 13px;
    min-height: 304px;
}

.footer-top .footer-left {
    float: left;
    width: 306px;
    margin: 45px 0 0 28px;
}

.footer-top .footer-title {
    padding: 0 10px 12px;
    font: 500 18px/18px 'Open Sans';
    color: #fff;
    border-bottom: 2px solid #4c4d4f;
    letter-spacing: 0.2px;
    border-radius: 5px;
}

.footer-top .footer-left .footer-menu {
    margin: 10px 0 0 10px;
}

.footer-top .footer-left .footer-menu a {
    font: 16px/20px 'Open Sans';
    text-decoration: underline;
    color: #fff;
}

.footer-top .footer-left .footer-menu a:hover {
    text-decoration: none;
}

.footer-top .footer-center {
    float: left;
    width: 306px;
    margin: 45px 0 0 38px;
    font: 16px/25px 'Open Sans';
}

.footer-top .footer-center .footer-contacts {
    margin: 7px 0 0 14px;
}

.footer-top .footer-right {
    float: right;
    width: 295px;
    margin: 45px 30px 0 0;
}

.footer-top .footer-right #message-form {
    margin: 16px 0 0 9px;
}

.footer-top .footer-right #message-form .message-input {
    display: block;
    margin: 7px 0 0px;
    padding: 0 12px;
    width: 242px;
    height: 27px;
    border: 1px solid #b7b7b7;

    border-radius: 4px;
    font: 13px 'Open Sans';
    color: #fff;
    background: #3a4341;
    resize: none;
}

.footer-top .footer-right #message-form textarea.message-input {
    padding: 5px 12px;
    height: 47px;
    overflow: hidden;
    resize: none;
}


.footer-top .footer-right #message-form .message-button {
    float: right;
    margin: 6px 16px 0 0;
    width: 114px;
    height: 29px;
    border: 1px solid #fff;
    border-radius: 5px;

    font: bold 16px/29px 'Bebas Neue';
    color: #fff;
    text-align: center;

    transition: all 0.5s ease-in-out;
    background: 0;
    cursor: pointer;
}

.footer-top .footer-right #message-form .message-button:hover {
    background: #fff;
    color: #3A4341;
}

.footer .copyright {
    border-top: 1px solid #414345;
    height: 54px;
    background: #333;
    font: 13px/54px 'Open Sans';
    color: #8b8b8b;
    text-align: center;
}


/* List Page */

.content .content-header {
    height: 81px;
    background: #29612a;
}

.content .content-header .header-title {
    float: left;
    padding: 0 0 0 36px;
    font: 600 18px/81px 'Open Sans';
    color: #fff;
    text-transform: uppercase;
}

.content .content-header .breadcrumbs {
    float: left;
    padding: 32px 0 0 36px;
	max-width: 85%;
}

.content .content-header .breadcrumbs li {
    float: left;
    position: relative;
    margin: 0 20px 0 0;
}

.content .content-header .breadcrumbs li:after {
    content: '>';
    position: absolute;
    top: 0;
    right: -15px;
    font: 600 18px/18px 'Open Sans';
}

.content .content-header .breadcrumbs li:last-child:after {
    display: none;
}

.content .content-header .breadcrumbs li a,
.content .content-header .breadcrumbs li {
    font: 600 18px/18px 'Open Sans';
    color: #fff;
    text-transform: uppercase;
}

.content .content-header .right-buttons {
    float: right;
    margin: 35px 41px 0 0;
}

.content .content-header .right-buttons .fa {
	color:#fff;
	font-size:18px;
}

.content .content-header .right-buttons .print-button {
    float: left;
    display: block;
    width: 23px;
    height: 21px;
    /*background: url('../img/print-icon.png') 0 0 no-repeat;*/
}

.content .content-header .right-buttons .second-button {
    float: left;
    display: block;
    margin: 0 0 0 13px;
    width: 25px;
    height: 21px;
    /*background: url('../img/content-header-icon.png') 0 0 no-repeat; */
}

.list-page .apartments-list {
    margin: 34px auto 0;
    width: 964px;
}

.list-page .apartments-list li {
    margin: 0 0 17px;
    overflow: hidden;
    background: #f4f4f4;
    border-radius: 3px;
}

.list-page .apartments-list li .img-wrap {
    float: left;
}

.list-page .apartments-list li .img-wrap img {
    display: block;
    width: 241px;
}

.list-page .apartments-list li .item-right {
    padding: 3px 0 0;
    margin: 0 0 0 263px;
}

.list-page .apartments-list li .item-right .item-title {
    font: 600 18px/22px 'Open Sans';
    text-transform: uppercase;
    color: #666;
}

.list-page .apartments-list li .item-right .item-descr {
    margin: 6px 10px 0 3px;
}

.list-page .apartments-list li .item-right .item-descr p {
    margin: 0 0 15px;
}

.list-page .apartments-list li .item-right .item-descr p:last-child {
   margin: 0 0 14px; 
}

.list-page .apartments-list li .item-right .item-bottom {
    overflow: hidden;
}

.list-page .apartments-list li .item-right .item-bottom .bottom-left {
    float: left;
    width: 565px;
    overflow: hidden;
    border-top: 2px solid #e5eaec;
}

.list-page .apartments-list li .item-right .item-bottom .item-params {
    float: left;
    margin: 3px 0 0;
    background: 0;
    width: 365px;
}

.list-page .apartments-list li .item-right .item-bottom .item-price {
    float: right;
    margin: 8px 0 0 0;
    font: 600 18px/18px 'Open Sans';
    color: #666;
    text-transform: uppercase;
}

.list-page .apartments-list li .item-right .item-bottom .more-button {
    float: left;
    margin: 2px 0 0 16px;
}

.list-page .properties-block {
    margin-top: 25px;
}

.list-page .map-block {
    margin: 32px 0 0 0;
}

/* END List Page */


/* Single Page */

.single-page .single-block {

}

.single-page .single-block .single-top {
    overflow: hidden;
}


.single-page .single-block .single-top .slider-wrap {
    float: left;
    position: relative;
    z-index: 5;
    margin: 37px 0 0 37px;
    width: 615px;
	font-size: 13px;
	line-height: 1.5;
}

.flexslider.gallery-slider {
    position: relative;
    margin: 0;
    width: 615px;
    height: 409px;
    background: #fff;
    border: 0;
    overflow: hidden;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    border-radius: 0;
}

.flexslider.gallery-slider .slides li {
    background-size: cover;
    width: 615px;
}


.flexslider.gallery-slider li .inner img {
    display: block;
    width: 100%;
}


.flexslider.gallery-carousel {
    position: relative;
    margin: 1px 0 0 0;
    width: 625px;
    /*height: 77px;*/

    border: 0;
    border-right: 0;
    box-shadow: none;
    background: 0;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.flexslider.gallery-carousel .slides li {
    position: relative;
    z-index: 10;
    padding: 5px 0;
    z-index: 5;
    width: 125px;
    cursor: pointer;
    /*margin-right: 35px;*/
}

.flexslider.gallery-carousel .slides li.flex-active-slide {
    opacity: 0.5;
    cursor: default;
}

/*.flexslider.gallery-carousel .slides li.flex-active-slide .inner {
    
    border: 1px solid #d9d9d9;
}*/

.flexslider.gallery-carousel li .inner {
    width: 116px;
}



.flexslider.gallery-carousel li .inner img {
    display: block;
    max-width: 116px;
    width: auto;
}

.flexslider.gallery-carousel .flex-direction-nav a {
    position: absolute;
    text-decoration: none;
    display: block;
    left: -15px;
    width: 8px;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    background: url('../img/litt-carousel-arrows.png') 0 0 no-repeat;
    transition: none;
}

.flexslider.gallery-carousel .flex-direction-nav a:hover {
    background: url('../img/litt-carousel-arrows.png') 0 -14px no-repeat; 
}

.flexslider.gallery-carousel .flex-direction-nav a.flex-next {
    left: auto;
    right: -7px;
    background: url('../img/litt-carousel-arrows.png') -8px 0 no-repeat;
}

.flexslider.gallery-carousel .flex-direction-nav a.flex-next:hover {
    background: url('../img/litt-carousel-arrows.png') -8px -14px no-repeat; 
}

.single-page .single-top .top-right {
    float: right;
    margin: 40px 24px 0 0;
    width: 337px;
}

.single-page .single-top .top-right .item-number {
    font: 600 18px/18px 'Open Sans';
    color: #29612a;
}

.single-page .single-top .top-right .single-params-list {
    margin: 17px 0 0;
    vertical-align: super;
    font-size: 9px;
}

.single-page .single-top .top-right .single-params-list .super {
    margin: 0;
    vertical-align: super;
    font-size: 9px;
}

.single-page .single-top .top-right .single-params-list li {
    padding: 6px 0 8px;
    overflow: hidden;
    font: 13px 'Open Sans';
    color: #666;
}

.single-page .single-top .top-right .single-params-list li img {
    display: inline-block;
    vertical-align: middle;
}

.single-page .single-top .top-right .single-params-list li span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

.single-page .single-top .top-right .single-params-list li:nth-child(odd) {
    background: #f0f0f0;
}

.single-page .single-top .top-right .single-params-list li p:nth-child(1),
.single-page .single-top .top-right .single-params-list li p:nth-child(2) {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.single-page .single-top .top-right .single-params-list li p:nth-child(1) {
    padding: 0 0 0 8px;
}

.single-page .single-top .top-right .single-params-list li p:nth-child(2) {
    padding: 0 0 0 15px;
}

.single-page .single-top .top-right .item-price {
    display: block;
    margin: 21px 0 0;
    padding: 0 11px 0 0;
    height: 33px;
    background: #29612a;
    border-radius: 4px;

    font: 600 19px/33px 'Open Sans';
    color: #fff;
    text-align: right;
    border-radius: 4px;
    text-transform: uppercase;
}

.single-page .single-top .top-right .question-block {
    margin: 20px 0 0;
}

.single-page .single-top .top-right .question-block .question-title {
    font: 600 18px 'Open Sans';
    color: #29612a;
}



.single-page .single-top .top-right #question-form {
    margin: 12px 0 0 0;
}

.single-page .single-top .top-right #question-form .question-input {
    display: block;
    margin: 7px 0 0px;
    padding: 0 12px;
    width: 312px;
    height: 27px;
    border: 1px solid #c1c2c1;

    border-radius: 4px;
    font: 13px 'Open Sans';
    color: #29612a;
    background: #e9efe9;
    resize: none;
}

.single-page .single-top .top-right #question-form textarea.question-input {
    padding: 5px 12px;
    height: 47px;
    overflow: hidden;
    resize: none;
}


.single-page .single-top .top-right #question-form .question-button {
    float: right;
    margin: 11px 1px 0 0;
    width: 114px;
    height: 29px;
    border: 1px solid #29612a;
    border-radius: 5px;

    font: bold 16px/29px 'Bebas Neue';
    color: #29612a;
    text-align: center;

    transition: all 0.5s ease-in-out;
    background: 0;
    cursor: pointer;
}

.single-page .single-top .top-right #question-form .question-button:hover {
    background: #29612a;
    color: #fff;
}

.single-page .single-text {
    margin: 15px auto 0;
    width: 965px;
}

.single-page .single-text p {
    margin: 0 0 15px;
}

.single-page .properties-block {
    margin-top: 69px;
}

.single-page .map-block {
    margin-top: 33px;
}

/* END Single Page */


/* Custom */
.friendsShare {display:none;}
.friendsShareInner {padding-bottom:5px; font:14px Arial; background-color:#fff; border-radius:5px; box-shadow:0 0 20px 20px rgba(0, 0, 0, 0.6);}
  .friendsShareHeader {height:60px; margin-bottom:5px; padding-left:20px; font:bold 24px/60px Arial; color:#444; border-bottom:#ccc 1px solid; background:#E3E3E3; text-shadow:1px 1px 0 rgba(255, 255, 255, 0.5); border-radius:5px 5px 0 0;}
  .friendsShareInner table {width:100%;}
    .friendsShareInner tr {border-bottom:#ccc 1px solid;}
	  .friendsShareInner td {padding:10px 20px;}
	    .friendsShareInner td p {margin-bottom:5px;}
		.friendsShareInner td input[type="text"] {width:130px; height:20px; padding:4px; color:#222; border:#ccc 1px solid; background:#F7F7F7; border-radius:4px;}
		.friendsShareInner td textarea {width:130px; height:50px; padding:4px; color:#222; border:#ccc 1px solid; background:#F7F7F7; border-radius:4px;}
		/*.friendsShareInner button {width:95px; height:35px; margin:10px auto; display:block; font-size:16px; color:#fff; border:none; background:#FF7900; cursor:pointer; border-radius:10px;}
		*/.friendsShareInner td label {padding-top:5px; display:block; font-size:11px; color:red;}
  .orderBoxSendText {font:40px 'PragmaticaSlabserifExtraBold';}
  .orderBoxNumber {font-size:20px;}
  .orderNumber {position:absolute; top:120px; left:220px; font:45px 'PragmaticaSlabserifExtraBold';}
  .orderBoxButton {width:165px; height:53px; padding-top:12px; display:block; position:absolute; bottom:45px; left:25px; font:20px/20px 'PragmaticaSlabserifMedium'; text-align:center; text-decoration:none; color:#FE9500; background:url('../images/button-bg.png') 0 -68px repeat-x; cursor:pointer; border-radius:6px; text-shadow:0px 1px 1px #FFFFFF;}
  .orderBoxButton:hover {color: #433534;}
  .orderBoxButton:active {color: #FE9500; background-position:0 0;}
    .orderBoxButton span {display:block; font-size:16px;}			  
.friendsShareInner button {
	margin:10px auto; 
	display:block;
	cursor: pointer; 
border-radius: 5px;
border-right: 1px solid #fff;
box-shadow: 2px 2px 0 0 #c4c4c4;
font: 700 16px/35px 'Bebas Neue';
color: #fff;	
	width:203px; 
	height:50px; 
	margin:0 auto; 
	background-color: #29612a;
	
	
}
	    
	
label.error {
	color: red;
	font-size: 10px;
}	
	
.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 0px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(../images/loading.gif) no-repeat 50% 50%; }		  
		  
.loading2 {  
  position:fixed;
  z-index: 11000;  
  top:47%;  
  left:47%;  
  /*margin:-100px 0 0 -100px;  */
 
  display: none;  
}  

#over {

position: fixed;
z-index: 10000;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: #000;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=25);
-moz-opacity: 0.25;
-khtml-opacity: 0.25;
opacity: 0.25;
display: none; 
}
* html #over {
position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + "px");



}		  		  
.header-top .top-right .default-select {
    float: right;
    margin: 17px 4px 0 0;
    clear: both;

}

.default-select {
    /*position: relative;
    float: right;
	top: -17px;
	right: -17px;	
    /*margin: 0 6px 0 0;*/
	
position: absolute;
float: none;
top: 115px;
right: 7px;	
}

.television-page .tabs-wrap .tabs-content .filter-wrap .selects-wrap .default-select:nth-child(2) {
    margin: 0;
}

.default-select .ui-selectmenu-button {
    position: relative;
    border-radius: 0;
    margin: 0 19px 0;
    border: 0;
    background: 0;
    padding: 0 10px 0 0;
    width: auto !important;
    height: auto;
    border: 0;
    text-align: left;
    overflow: visible;
}

.default-select .ui-selectmenu-button span.ui-icon {
    right: 0px;
    top: 6px;
    width: 7px;
    height: 4px;
    background: url('/img/select-arrows.png') 0 0 no-repeat;
    margin: 0;
}

.default-select.opened .ui-selectmenu-button span.ui-icon {
    background: url('../img/select-arrows.png') 0 -4px no-repeat;
}

.default-select .ui-selectmenu-button span.ui-selectmenu-text {
    padding: 0;
    font: 16px/16px 'Bebas Neue';
    color: #70737b;
}

.ui-front.opened {
    z-index: 500;
}

.default-select .ui-menu {
    margin: 10px 0 0;
    border: 1px solid #70737b;
    background: #fff;
    border-radius: 0;
    padding: 0;
    text-align: left;
    white-space: nowrap;
    width: auto !important;
}

.default-select .ui-menu .ui-menu-item {
    padding: 7px 12px;
    border: 0;
    margin: 0;
    font: 16px/16px 'Bebas Neue';
    color: #70737b;
    border-bottom: 0;
}

.default-select .ui-menu .ui-menu-item.ui-state-focus {
    background: #29612a;
	color:#fff;
}

.img-wrap-custom-left {
float: left;
margin: 2px 15px 0 0px;
padding: 5px;
border-radius: 4px;
box-shadow: 0 0 3px #d0d0d0;
background: #fff;
}

.img-wrap-custom-right {
float: right;
margin: 2px 0 0 15px;
padding: 5px;
border-radius: 4px;
box-shadow: 0 0 3px #d0d0d0;
background: #fff;
}