/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    /*background: #fff url('./ajax-loader.gif') center center no-repeat;*/
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
/*
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
*/}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* RESET */

html, body, div, span, object, iframe, h1, h2, h3, p, small, strong, b, u, i, ul, li, fieldset, form, label, figure, footer, header, menu, nav, output, section { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; display: block;}
article, figure, footer, header, menu, nav, section {display: block;}
body {line-height: 1;-webkit-font-smoothing: antialiased; -webkit-backface-visibility: hidden;}
ol, ul {list-style: none;}
a {text-decoration: none;}
*, *:before, *:after, input[type="search"], input[type="search"]:before, input[type="search"]:after {box-sizing: border-box;}
input {vertical-align: middle; outline: 0; resize: none;}


@font-face {
  font-family: 'Geometria-Medium';
  src: url('../themes/demo/assets/fonts/Geometria-Medium.eot?#iefix') format('embedded-opentype'), url('../themes/demo/assets/fonts/Geometria-Medium.otf') format('opentype'), url('../themes/demo/assets/fonts/Geometria-Medium.woff') format('woff'), url('../themes/demo/assets/fonts/Geometria-Medium.ttf') format('truetype'), url('../themes/demo/assets/fonts/Geometria-Medium.svg#Geometria-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Geometria-Bold';
  src: url('../themes/demo/assets/fonts/Geometria-Bold.eot?#iefix') format('embedded-opentype'), url('../themes/demo/assets/fonts/Geometria-Bold.otf') format('opentype'), url('../themes/demo/assets/fonts/Geometria-Bold.woff') format('woff'), url('../themes/demo/assets/fonts/Geometria-Bold.ttf') format('truetype'), url('../themes/demo/assets/fonts/Geometria-Bold.svg#Geometria-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Geometria';
    src: url('../themes/demo/assets/fonts/Geometria.eot?#iefix') format('embedded-opentype'), url('../themes/demo/assets/fonts/Geometria.otf') format('opentype'), url('../themes/demo/assets/fonts/Geometria.woff') format('woff'), url('../themes/demo/assets/fonts/Geometria.ttf') format('truetype'), url('../themes/demo/assets/fonts/Geometria.svg#Geometria') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* FRAMEWORK */

.clearfix:after {content: ""; display: table; clear: both;}
.dt {display: table !important;}
.dtc {display: table-cell !important; vertical-align: top;}
.al {text-align: left;}
.ar {text-align: right;}
.ac {text-align: center;}
.vat {vertical-align: top;}
.am {vertical-align: middle;}
.fl {float: left;}
.fr {float: right;}
.no-hype {white-space: nowrap;}
.childs-inline > * {display: inline-block;}
.inline {display: inline-block;}
.ab * {vertical-align: bottom;}
.at * {vertical-align: top;}
.white p{color: white !important;}
.text-up {text-transform: uppercase; }
.hide {display: none;}
.last {margin-right: 0 !important;}
.btn {border-radius: 2px; text-transform: uppercase; cursor: pointer; padding: 25px 47px 22px; background-color: #b7a992; color: white; line-height: 1em; transition: all 0.4s; display: inline-block;}
.btn:hover {background: #58dc07;}
.spin {-webkit-animation: spinFlickerAnimation 4s infinite;-moz-animation: spinFlickerAnimation 4s infinite; -o-animation: spinFlickerAnimation 4s infinite; animation: spinFlickerAnimation 4s infinite;}
.offset {padding-left: 250px !important;}
.wrapper {max-width: 1040px; position: relative; margin: 0 auto; z-index: 100;}
.redactor-box p {color: black !important} /* EDITOR TEXT FIX*/


/*Loading Screen*/
div.loading-screen {position:fixed; width:100%; height:100%; top:0; left:0; right:0; bottom:0; z-index:10000; background:#000; text-align: center; display: table;}
div.loading-screen .main-asterix {margin: 0 auto;}

body {font-family: 'Geometria-Medium', sans-serif; font-weight: 400; line-height: 1.4em;}
header {position: relative;}
section.slider {display:block; position:relative; clear:both; width:100%; z-index:4; background: black;}
div.slider-container {position:absolute; width:100%; height:100%; z-index:6; overflow:hidden; top:0; left:0;}
div.slider-container div.slide {position: absolute; width:100%; height:100%; z-index:7; top:0; left:0; background-size: cover; display:none; background-repeat: no-repeat;}
div.slider-container div.slide.active {left:0; display: block;}
div.slider-elements {position: absolute;left: 0; right: 0; z-index: 100; top: 0; bottom: 0; padding:  0 40px;}
div.enter-logo {margin-bottom: 40px;}
div.main-logo { background: url(../themes/demo/assets/img/logo.svg) no-repeat; background-size: 109%; width: 446px;height: 104px; }
div.main-asterix {margin-left: 7px;width: 37px;height: 37px;z-index: 100; background: url(../themes/demo/assets/img/asterix.svg) no-repeat; background-size: 100%; display: block;}
div.overlay {width:100%; height:100%; background:#000000; opacity:0.70; position:absolute; top:0; left:0; z-index:10;}
menu.main-fixed div.brand {width: 250px; display: block; height: 60px;}
menu.main-fixed div.brand a.logo {background: url(../themes/demo/assets/img/logo-full.svg) no-repeat; background-size: 95%; width: 180px; height: 44px; display: block; margin-top: 12px; transition: all 0.4s;}
body.page-home a.logo {opacity: 0; }
menu.main-fixed {position: fixed; z-index: 101; top: 0; right: 0; left: 0; height: 60px; background-color: rgba(0,0,0,0); transition: all 0.4s; padding: 0 40px;}
menu.main-fixed.show-bg {background-color: rgba(0,0,0,0.8);}
menu.main-fixed.show-bg div.brand a.logo {opacity: 1;}
menu.main-fixed.show-bg div a.lang-item {background-color: rgba(0,0,0,0.7);}
menu.main-fixed li, ul.footer-nav li{display: inline-block; margin-right: 35px; text-transform: uppercase; position: relative; }
menu.main-fixed li a {padding: 20px 0 20px 0; color: white; display: block; transition: all 0.4s; font-size: 14px;
    margin-right:0;}
/*menu.main-fixed li a:hover {color: #b7a993;}*/

menu.main-fixed li a {overflow:hidden;box-sizing: content-box;}
menu.main-fixed li a:after {content: '';display: block;height: 1px;width: 0;position:absolute;left:0;background: #fff;
    transition: width .5s ease;bottom:22px;}
menu.main-fixed li a:hover:after {width: 100%;}


a.lang-item {height: 60px; width: 60px; background: rgba(183, 169, 147, 0.8); color: white; margin-left: 1px; float: right; text-align: center; line-height: 60px; transition: all 0.4s;} 
a.lang-item:hover {background: rgba(183, 169, 147, 1);}
a.lang-item.inactive {cursor:default;}
div.scroll-down {width: 60px; height: 60px; border: 1px solid #b7a993; position: absolute; bottom: 80px; z-index: 200; cursor: pointer; overflow: hidden;}
div.scroll-down div.animate-arrow {position:relative;z-index:20; width:34px; height:18px; overflow:hidden;margin:0 auto 0 auto; background: url(../themes/demo/assets/img/arrow-white.svg) no-repeat center center; background-size:90%; animation: move-garrow 1s infinite linear;}
div.move-garrow-fast-down {animation: move-garrow-fast-down 0.5s infinite linear !important;}
div.move-garrow-fast-up {animation: move-garrow-fast-up 0.5s infinite linear !important;}
div.down {position: absolute; left: 0; right: 0; bottom: 0; padding: 0 40px; z-index: 3002;}


/* HOME PAGE */
section.text {padding: 60px 40px 60px 40px;}
section.text.alternate {background: #f9f9f9;}
h2.section-header {font-size: 40px; margin-bottom: 30px; line-height: 1.4em;}
h2.section-header.white {color: white;}
div.column {float: left; width: 46%; margin-right: 8%}
div.regular-text p, div.regular-text ul, div.regular-text p a{font-family: 'EB Garamond', serif; line-height: 30px; font-size: 22px; color: #5a5a5a;}
div.regular-text.shrink p {width: 80%;}
div.regular-text ul li {margin-bottom: 15px;}
section.catalog {position: relative; padding: 70px 40px; background-repeat: no-repeat; background-size: cover; background-position: top center;}
li.list-loft {margin-bottom: 1px; width: 100%;position: relative; background: rgba(0,0,0,0.4);}
div.list-loft-click { width: 100%; cursor: pointer; background: transparent; transition: all 0.3s;}
div.list-loft-click:hover {background: rgba(0,0,0,0.6);}
div.number-loft {background: #000; margin-right: 35px; width: 110px; height: 110px;font-size: 50px;color: #fff;text-align: center;line-height: 110px;float: left;font-family: 'PT Serif', serif;font-weight: 700;}
div.name-loft {float: left;font-size: 23px;color: #fff;font-weight: 700;line-height: 110px;font-family: 'Geometria-Medium', sans-serif;margin-right: 30px;}
div.intro-loft {float: left; line-height: 100px;font-size: 22px;color: #fff;min-width: 40%;font-family: 'EB Garamond', sans-serif;}
div.arrow {position: absolute;right: 56px;top: 50px;background: url(../themes/demo/assets/img/arrow.svg) no-repeat;width: 34px;height: 18px;}
.transform {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);-webkit-transition: 0.7s;transition: 0.7s;}
.back-transform {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: 0.7s;transition: 0.7s;}
div.loft-descr {margin: 25px 40px 0 160px; display: none; padding-bottom: 50px;}
div.loft-info {font-family: 'EB Garamond', serif;font-size: 22px;color: #fff;text-align: left;line-height: 28px; margin-bottom: 40px; width: 75%;}
footer {padding: 140px 40px 200px 40px; background: #f9f9f9; border-top: 5px solid #b7a993;}
footer div.footer-up {display: none; width: 60px; height: 60px; border: 1px solid #b7a993; cursor: pointer; position: relative; z-index: 1000; overflow: hidden;}
footer div.footer-up div.footer-animate-arrow {width:34px; height:18px; left: 12px; position: absolute; background: url(../themes/demo/assets/img/arrow-up.svg) no-repeat center center; background-size:100% 100%; animation: move-garrow 1s infinite linear;}
ul.footer-nav a {padding: 0 0 0 0; color: #6b6b6b; display: block; font-size: 13px;}
ul.footer-nav li {margin-right:30px;}
ul.footer-nav li a {overflow:hidden; box-sizing: content-box;}
ul.footer-nav li a:after {content: '';display: block;height: 1px;width: 0;position:absolute;left:0;background: #6b6b6b; transition: width .5s ease;bottom:2px;}
ul.footer-nav li a:hover:after {width: 100%;}
div.asterix-footer {display: block; width: 13px; height: 13px; background: url(../themes/demo/assets/img/dark-asterix.svg) no-repeat; background-size: cover;}


h2.section-header#floorSliderTitle {display:inline-block;}

.floor-slider {display:block; clear:both; width:100%; position:relative; border:none!important;}
.floor-slider_slide {display:block; width:100%; height:100%!important; background-size:100% 100%; background-position:center center;
    background-repeat: no-repeat; border:none!important; outline:none!important;}
.floor-slider_slide--f1 {background-image:url(../themes/demo/assets/img/botanique-1-floor.png);}
.floor-slider_slide--f2 {background-image:url(../themes/demo/assets/img/botanique-2-floor.png);}
.floor-slider_slide--f3 {background-image:url(../themes/demo/assets/img/botanique-3-floor.png);}

.floor-slider .slick-list {height:100%!important; border:none!important;}
.floor-slider .slick-list .slick-track {height:100%!important; border:none!important;}
.floor-slider .slick-dots {display:block; position:absolute;}
.floor-slider.slick-vertical .slick-slide {border:none!important;}
.floor-slider .slick-dots {display:block; position:absolute; top:-76px; left:250px; width:130px; height:42px; padding:0; margin:0;}
.floor-slider .slick-dots li {display:block; width:42px; height:42px; background:#cccccc; float:left;  padding:0; margin:0 1px 0 0;}
.floor-slider .slick-dots li.slick-active {background:#000;}
.floor-slider .slick-dots li button {display:block; width:100%; height:100%; color:#000;  padding:0; margin:0;
    font-size:22px; line-height:22px; font-family:"Geometria-Medium", sans-serif;}
.floor-slider .slick-dots li.slick-active button {color:#fff; font-size:28px; line-height:28px;}
.floor-slider .slick-dots li button:before {content:''; display:none;}

/* TEXT PAGE */
h1.page-title {padding: 0 0 50px 0; color: white; font-size: 50px; text-transform: lowercase; font-family: 'Geometria-Bold', sans-serif;}
section.content-wrapper {padding: 160px 40px 110px 40px;}
section.content-wrapper.contact-page {padding: 160px 40px 40px 40px;}
section.text-page div.regular-text p {margin-bottom: 70px;}
section.background {background-repeat: no-repeat; background-size: cover; background-position: top center;}

/* TABLES */
section.table-page.content-wrapper {padding: 160px 40px 110px 40px;}
section.table-page h1.page-title {padding-bottom: 40px;}
section.table-page div.regular-text p {margin-bottom: 40px; width: 80%;}
table.table {width: 100%; color: #ccc; position: relative;border-collapse: collapse; background: rgba(0,0,0,0.4); font-size: 13px;}
table.table thead {background: rgba(0, 0, 0, 0.4); }
table.table thead td {padding: 16px 10px;}
table.table tbody td {padding: 5px 10px; border-bottom: 1px solid #343434;}
table.table tbody tr {cursor: pointer;}
table.table tbody tr:hover {background: rgba(0,0,0,0.6); color: white;}
td.free {background: rgba(0, 255, 18, 0.2); color: rgb(0, 255, 18);}
td.rented {background: rgba(255, 255, 0, 0.2); color: rgb(0255, 255, 0);}
td.sold {background: rgba(255, 0, 0, 0.2); color: rgb(255, 0, 0);}
h3.section-header {font-size: 30px; margin-bottom: 20px; line-height: 1.4em;}
.rab__secret {display: none;}

/* MOB MENU */
menu.mob {position: fixed; display: none; z-index: 1000;}
div.mob-menu {position: relative;}
div.mob-menu-trigger {position: absolute; right: -80px; top: 0;}
div.mob-menu ul {background: #b7a993;}
div.mob-menu li a{padding: 15px 50px; color: white; text-transform: uppercase; background-color: #b7a993; display: block; border-bottom: 1px solid #d2c3ac;}
div.menu-open {height: 60px; width: 60px; margin-left: 20px; background: #b7a993 url(../themes/demo/assets/img/dots.svg) no-repeat; background-size: 40%; background-position: 17px 19px; cursor: pointer;}
div.menu-close {height: 60px; width: 60px; margin-left: 20px; background: #b7a993 url(../themes/demo/assets/img/close.svg) no-repeat; background-size: 40%; background-position: 17px 19px; cursor: pointer; display: none;}
div.mob-menu-overlay {background-color: rgba(0,0,0,0.7); position: fixed; top: 0; left: 0; right: 0; bottom: 0; display: none; z-index: 200;}
li.langs {width: 100%;}
li.langs a.lang {text-align: center; border-right: 1px solid #d2c3ac;}
li.langs a.lang.inactive {cursor:default;}
li.langs a.lang:last-child {border-right: none;}
span.icon-call {width: 30px; height: 30px; margin-bottom: -15px; background: url(../themes/demo/assets/img/call.svg) no-repeat; background-size: 150%; display: inline-block; margin-right: 10px;}

/* ROOM MODAL */

.room-modal {display:none; width: 100%; height: 100%; position: fixed; left: 0; top: 0; background: rgba(0,0,0,0.8); z-index: 10000;}
.room-modal__content {display: block; position: absolute; top:-120px; left:20px; right:20px; bottom:160px; background:#fff; z-index:10001; opacity:0; transition:top 0.5s, bottom 0.5s, opacity 0.5s; transition-delay:0s;}
.room-modal__content.inactive {display:none!important;}
.room-modal__left-col {display:block; position:absolute; top:0; left:0; right:66.6%; bottom:0; background:sandybrown; z-index:10050;}
.room-modal__left-col__container {display:block; position:relative; width:100%; padding:50px 60px 60px 60px;background:#fff; height:100%; overflow-x:hidden; overflow-y:scroll;}
.room-modal__close-btn {display:block; position:absolute; top:0; right:0; width:58px; height:54px; background:#b1a17f; z-index:10290; transition:all 0.5s; transition-delay:0s; cursor:pointer;}
.room-modal__close-btn:hover {background:#58dc07;}
.room-modal__now-selling-banner {position: relative; display: inline-block; line-height: 44px; padding: 0 40px 0 20px; background-color: rgba(0,0,0,0.7); color: #FFF; text-transform: uppercase; margin-bottom: 45px; font-size:15px; font-family: 'Geometria-Medium', sans-serif; }
.room-modal__nsb__arrow { position: absolute; top: 0; right: 0; border: 22px dashed transparent; border-right: 10px solid #FFF;}
.room-modal__title {color:#b1a180; text-transform:uppercase; font-family: 'Geometria-Bold', sans-serif; font-size:58px; line-height:76px; margin-bottom:10px;}
.room-modal__subtitle {color:#000; font-family: 'Geometria-Medium', sans-serif; font-size:23px; line-height:23px; margin-bottom:43px;}
.room-modal__text {margin-bottom:45px;}
.room-modal__text p {color:#6b6b6b; font-size:22px; line-height:28px; font-family: 'EB Garamond', serif;}
.room-modal__bottom-links a {font-family: 'Geometria-Medium', sans-serif; font-size:20px; line-height:40px; text-decoration:none; text-transform:uppercase; color:rgb(178, 161, 127); clear:both; display:block; margin-bottom:10px; transition:opacity 0.5s; transition-delay:0s; cursor:pointer;}
.room-modal__bottom-links a svg {width:11px; height:11px;}
.room-modal__bottom-links a:hover {opacity:0.6;}
.room-modal__right-col {display:block; position:absolute; top:0; left:33.3%; right:0; bottom:0; background-color:#b1a180; z-index:10100; background-size:cover; background-position:center center; background-repeat:no-repeat;}
.room-modal__right-col__container {display:block; position:relative; width:100%; height:100%;}
.room-modal__slider {display: block; width: 100%; height: 100%; margin-bottom: 0!important; position: relative!important;}
.rms__content {background-size:cover; background-position:center center; background-repeat:no-repeat; outline:none!important;}
.rms__content:focus {outline:none!important;}
.slick-list {height:100%;}
.slick-track {height:100%;}
.slick-arrow {display:block; top:0!important; bottom:0!important; background-color:rgba(37,42,57,0)!important; height:auto!important; width:50px!important; margin-top:0!important; z-index:100;}
.slick-next {right:0!important;}
.slick-prev {left:0!important;}
.slick-prev::before {content:""!important;}
.slick-next::before {content:""!important;}
.slick-prev path, .slick-next path {-webkit-transition: stroke .3s; -o-transition: stroke .3s; transition: stroke .3s; stroke: #FFF;}
.slick-prev:hover path, .slick-next:hover path {stroke:#252a39;}
.slick-prev svg, .slick-next svg { height: 30px;}

/* GALLERY */
.block__link {display:block; position:relative; width:100%; height:100%; margin:0; padding:0;}
section.gallery { padding: 160px 40px 40px 40px; border-bottom: 5px solid #b7a993;}

/* MAP & CONTACTS */
section.map {width: 100%; height: 600px;}
a.tel-link {color: white; font-size: 18px;}


/* IPAD */

@media only screen and (max-width: 1000px) {
	.offset {padding-left: 0 !important;}
	menu.main-fixed div.brand {display: none;}
    .room-modal {overflow-y:scroll;}

    .room-modal__content {position:relative; width:100%; margin:0 auto; height:auto; top:auto; bottom:auto; left:auto; right:auto;}
    .room-modal__left-col {width:100%; clear:both; height:auto; left:auto; right:auto; top:auto; bottom:auto; position:relative;}
    .room-modal__left-col__container {overflow-y:auto; padding: 20px;}
    .room-modal__right-col {width:100%; clear:both; height:500px; left:auto; right:auto; top:auto; bottom:auto; position:relative; margin-left:0!important;}
    .room-modal__title {font-size:50px; line-height:1.4em; font-family: 'Geometria-Bold', sans-serif;}
    .room-modal__subtitle {font-size:23px; line-height:23px;}
}

/* MOBILE */

@media only screen and (max-width: 760px) {
  h1.page-title {font-size: 34px; padding-bottom: 20px !important;}
  h3.section-header {font-size: 24px;}
	menu.main-fixed {display: none;}
	menu.mob {display: block;}
  div.enter-logo {margin-bottom: 20px;}
	div.column {width: 100%; margin-right: 0; margin-bottom: 40px;}
	div.intro-loft {display: none;}
	div.slider-elements, section.text, footer, div.down, section.text-page, section.gallery, section.contact-page {padding-left: 20px !important; padding-right: 20px !important;}
	section.catalog, section.table-page {padding-left: 0!important; padding-right: 0!important;}
  div.scroll-down {bottom: 20px;}
	footer ul.footer-nav {display: none;}
	footer div.footer-up {display: block;}
	div.loft-descr {margin: 25px 20px 0 20px;}
	.btn {display: block; padding: 25px 0; text-align: center;}
  div.regular-text.shrink p {width: 100% !important;}
  .mob-hide {display: none !important;}
  div.loft-info {width: 100%;}
  div.mob-menu li.langs a {padding: 19px 0;}
  section.catalog h2.section-header, section.table-page h1.page-title, section.table-page div.regular-text {padding-left: 20px; padding-right: 20px; }
  div.number-loft {display: none;}
  div.name-loft {padding-left: 20px;}
  li.list-loft div.arrow {right: 20px;}
  h1.page-title {line-height: 1.4em;}
  table.table tbody td {padding: 5px;}
  section.content-wrapper {padding-top: 100px !important; padding-bottom: 60px !important;}
}

@keyframes move-garrow {
    0% {margin-top:16px;}
    50% {margin-top:24px;}
    100% {margin-top:16px;}
}

@keyframes move-garrow-fast-down {
    0% {margin-top:-16px;}
    100% {margin-top:50px;}
}
@keyframes move-garrow-fast-up {
    0% {margin-top:50px;}
    100% {margin-top:-16px;}
}

@keyframes spinFlickerAnimation {
  100% { opacity:1; -webkit-transform: rotate(360deg); transform:rotate(360deg);}
}

@-moz-keyframes spinFlickerAnimation{
  100% { opacity:1; -moz-transform: rotate(360deg);}
}
@-webkit-keyframes spinFlickerAnimation{
  100% { opacity:1; -webkit-transform: rotate(360deg); }
}


