/* 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:focus,.slick-initialized .slick-slide img{
    outline:0;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

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

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('js/slick/fonts/slick.eot');
    src: url('js/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('js/slick/fonts/slick.woff') format('woff'), url('js/slick/fonts/slick.ttf') format('truetype'), url('js/slick/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
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: ' '!important;
}
[dir='rtl'] .slick-prev:before
{
    content: 'â†’';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '' !important;
}
[dir='rtl'] .slick-next:before
{
    content: 'â†';
}

/* Dots */
.slick-slider
{
}

.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;
}
.sidr{display:none;position:absolute;position:fixed;top:0;height:100%;z-index:999999;width:260px;overflow-x:none;overflow-y:auto;font-family: 'frutigerbold', Arial, Helvetica, sans-serif;font-size:15px;background:#161716;color:#fff;}.sidr .sidr-inner{padding:0 0 15px}.sidr .sidr-inner>p{margin-left:15px;margin-right:15px}.sidr.right{left:auto;right:-260px}.sidr.left{left:-260px;right:auto}.sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,.sidr h6{font-size:11px;font-weight:normal;padding:0 15px;margin:0 0 5px;color:#fff;line-height:24px;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1a1a1a), color-stop(100%, #1a1a1a));background-image:-webkit-linear-gradient(#1a1a1a,#1a1a1a);background-image:-moz-linear-gradient(#1a1a1a,#1a1a1a);background-image:-o-linear-gradient(#1a1a1a,#1a1a1a);background-image:linear-gradient(#1a1a1a,#1a1a1a);}.sidr p{font-size:13px;margin:0 0 12px}.sidr p a{color:rgba(255,255,255,0.9)}.sidr>p{margin-left:15px;margin-right:15px}.sidr ul{display:block;margin:0 0 15px;padding:0;border-top:1px solid #1a1a1a;border-bottom:1px solid #1a1a1a}.sidr ul li{display:block;margin:0;line-height:48px;border-top:1px solid #1a1a1a;border-bottom:1px solid #1a1a1a}.sidr ul li:hover,.sidr ul li.active,.sidr ul li.sidr-class-active{border-top:none;line-height:49px}.sidr ul li:hover>a,.sidr ul li:hover>span,.sidr ul li.active>a,.sidr ul li.active>span,.sidr ul li.sidr-class-active>a,.sidr ul li.sidr-class-active>span{}.sidr ul li a,.sidr ul li span{font-size: 20px;padding:0 20px;display:block;text-decoration:none;color:#fff}.sidr ul li ul{border-bottom:none;margin:0}.sidr ul li ul li{line-height:40px;font-size:13px}.sidr ul li ul li:last-child{border-bottom:none}.sidr ul li ul li:hover,.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active{border-top:none;line-height:41px}.sidr ul li ul li:hover>a,.sidr ul li ul li:hover>span,.sidr ul li ul li.active>a,.sidr ul li ul li.active>span,.sidr ul li ul li.sidr-class-active>a,.sidr ul li ul li.sidr-class-active>span{}.sidr ul li ul li a,.sidr ul li ul li span{color:rgba(255,255,255,0.8);padding-left:30px}.sidr form{margin:0 15px}.sidr label{font-size:13px}.sidr input[type="text"],.sidr input[type="password"],.sidr input[type="date"],.sidr input[type="datetime"],.sidr input[type="email"],.sidr input[type="number"],.sidr input[type="search"],.sidr input[type="tel"],.sidr input[type="time"],.sidr input[type="url"],.sidr textarea,.sidr select{width:100%;font-size:13px;padding:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 0 10px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;border:none;background:rgba(0,0,0,0.1);color:rgba(255,255,255,0.6);display:block;clear:both}.sidr input[type=checkbox]{width:auto;display:inline;clear:none}.sidr input[type=button],.sidr input[type=submit]{color:#161716;background:#fff}.sidr input[type=button]:hover,.sidr input[type=submit]:hover{background:rgba(255,255,255,0.9)}
/** initial setup **/
.nano {
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}
.nano .content {
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
}
.nano .content:focus {
  outline: thin dotted;
}
.nano .content::-webkit-scrollbar {
  visibility: hidden;
}
.has-scrollbar .content::-webkit-scrollbar {
  visibility: visible;
}
.nano > .pane {
  background : rgba(0,0,0,.25);
  position   : absolute;
  width      : 10px;
  right      : 0;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01;
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;
  border-radius         : 5px;
}
.nano > .pane > .slider {
  background: #444;
  background: rgba(0,0,0,.5);
  position              : relative;
  margin                : 0 1px;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;
  border-radius         : 3px;
}
.nano:hover > .pane, .pane.active, .pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}/**
 * Swiper 3.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 1, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-fles-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 3;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 3;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 3;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
/* Cube */
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 7;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 7;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
@font-face {
    font-family: 'fontello';
    src: url('../font/fontello.eot?76700953');
    src: url('../font/fontello.eot?76700953#iefix') format('embedded-opentype'),
    url('../font/fontello.woff2?76700953') format('woff2'),
    url('../font/fontello.woff?76700953') format('woff'),
    url('../font/fontello.ttf?76700953') format('truetype'),
    url('../font/fontello.svg?76700953#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?76700953#fontello') format('svg');
  }
}
*/


.icon-blogger:before { content: '\e800'; } /* '' */
@font-face {
	font-family: 'frutigerbold';
	src: url('css/frutigbc-webfont.eot');
    src: url('css/frutigbc-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/frutigbc-webfont.woff') format('woff'),
         url('css/frutigbc-webfont.ttf') format('truetype'),
         url('css/frutigbc-webfont.svg#frutigerbold_condensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'frutigerroman';
    src: url('css/frutiger-webfont.eot');
    src: url('css/frutiger-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/frutiger-webfont.woff') format('woff'),
         url('css/frutiger-webfont.ttf') format('truetype'),
         url('css/frutiger-webfont.svg#frutigerroman') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'dinschriftbold';
    src: url('css/dinnegbc-webfont.eot');
    src: url('css/dinnegbc-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/dinnegbc-webfont.woff') format('woff'),
         url('css/dinnegbc-webfont.ttf') format('truetype'),
         url('css/dinnegbc-webfont.svg#dinschriftbold_condensed') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* ANIMATIONS */

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

.fade-delay-1 {
	opacity: 0;
	-moz-animation: fadein 1000ms cubic-bezier(0.70, 0, 0.1, 1) 300ms forwards; /* Firefox */
	-webkit-animation: fadein 1000ms cubic-bezier(0.70, 0.1, 0, 1) 300ms forwards; /* Safari and Chrome */
	-o-animation: fadein 1000ms cubic-bezier(0.70, 0, 0.1, 1) 300ms forwards; /* Opera */
	animation: fadein 1000ms cubic-bezier(0.70, 0, 0.1, 1) 300ms forwards;
}

.fade-delay-2 {
	opacity: 0;
	-moz-animation: fadein 1000ms cubic-bezier(0.70, 0, 0, 1) 600ms forwards; /* Firefox */
	-webkit-animation: fadein 1000ms cubic-bezier(0.70, 0, 0, 1) 600ms forwards; /* Safari and Chrome */
	-o-animation: fadein 1000ms cubic-bezier(0.70, 0, 0, 1) 600ms forwards; /* Opera */
	animation: fadein 1000ms cubic-bezier(0.70, 0, 0, 1) 600ms forwards;
}

.fade-delay-3 {
	opacity: 0;
	-moz-animation: fadein 1000ms cubic-bezier(0.70, 0, 0, 1) 900ms forwards; /* Firefox */
	-webkit-animation: fadein 1000ms cubic-bezier(0.70, 0, 0, 1) 900ms forwards; /* Safari and Chrome */
	-o-animation: fadein 1000ms cubic-bezier(0.70, 0, 0, 1) 900ms forwards; /* Opera */
	animation: fadein 1000ms cubic-bezier(0.70, 0, 0, 1) 900ms forwards;
}

.fade-delay-4 {
	opacity: 0;
	-moz-animation: fadein 1000ms cubic-bezier(0.70, 0, 0, 1) 1200ms forwards; /* Firefox */
	-webkit-animation: fadein 1000ms cubic-bezier(0.70, 0, 0, 1) 1200ms forwards; /* Safari and Chrome */
	-o-animation: fadein 1000ms cubic-bezier(0.70, 0, 0, 1) 1200ms forwards; /* Opera */
	animation: fadein 1000ms cubic-bezier(0.70, 0, 0, 1) 1200ms forwards;
}


body{
	color: #000000;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

h3{
	color: #666666;
}

a{
	color: #000000;
	text-decoration: none;
}

a:HOVER{
	color: #000000;
}

.menuLink:HOVER{
	border-bottom: 1px solid #FFFFFF;
}

img{
	border: 0;
}

a img{
	border: 0;
}

input, textarea{
	height: 21px;
	padding: 2px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
}

td{
	padding: 4px 0;
}

select{
	font-size: 16px;
}

img a{
	border: 0;
}

.page {
	margin-top: 79px;
	padding: 44px;
}
.page.blog-list{
  padding-left: 0;
  padding-right: 0;
  padding: 0;
}
.opened-model{
    height: 100%;
}
.clear{
	clear: both;
}
body a:focus{
    text-decoration: none;
    outline: 0;
}
#home{
    min-height: calc(100vh - 134px);
}
.home a{
	color: #000000;
}

.item{ width: 25%;}

.home a:HOVER{
	color: #e2007a;
	text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

#mobile-menu {
    display: none;
}

.menu{
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: #161716;
	color: #FFFFFF;
	z-index: 9;
	height: 79px;
}

.menu a{
	color: #FFFFFF;
	font-size: 28px;
	margin: 0 25px;
	line-height: 79px;
    position: relative;
    height: 79px;
    display: inline-block;
}
.menu .logo a{
    position: relative;
    height: 79px;
    display: inline-block;
}
.menu .logo a:before{
    content: "";
    position: absolute;
    height: 100%;
    width: 108px;
    background-color: #fff;
    top:0;
    left: 0;
}
.menu a img{
    vertical-align: top;
    margin-left: 10px;
    margin-top: 10px;
    position: relative;
}
.menu .logo a{
    font-size: 42px;
}
.menu .logo a:hover, .menu .logo a:focus{
    text-decoration: none;
    color: inherit;
}
body a:hover, body a:focus{
	text-decoration: none;
    color: #555559;
}

#subMenu{
	font-family: 'dinschriftbold', Arial, Helvetica, sans-serif;
	font-size: 18px;
	z-index: 9;
	overflow: hidden;
	position: absolute;
	top: 79px;
	left: 0;
	right: 0;
	height: 0;
	opacity: 0;
	z-index: 11;
}

.homeImages{
	float: left; width: 33.33%;
}

.homeImagesContainer{
	margin-top: 40px;
}

#mpHomepage{
	position: absolute;
	top: 15%;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
    display: none;
}

#homeLinks{
	margin: 0 auto;
	max-width: 720px;
	margin-top: 0px;
	text-align: center;
	font-size: 30px;
	font-family: 'dinschriftbold', Arial, Helvetica, sans-serif;
}

#womenSubmenu{
	display: none;
	background: rgba(50,50,50,0.8);
	line-height: 46px;
}

#newfacesSubmenu{
	display: none;
	background: rgba(50,50,50,0.8);
	line-height: 46px;
}

#contactSubmenu{
	display: none;
	background: rgba(50,50,50,0.8);
	line-height: 24px;
	padding: 20px;
	font-family: 'dinschriftbold', Arial, Helvetica, sans-serif;
}

#womenSubmenu a{
	color: #a3a3a3;
	font-size: 18px;
	margin-right: 20px;
}

#womenSubmenu a:HOVER{
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#newfacesSubmenu a{
	color: #a3a3a3;
	font-size: 18px;
	margin-right: 20px;
}

#newfacesSubmenu a:HOVER{
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.listModels{
}

.model{
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	overflow: hidden;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}
.model h2{
    text-align: center;
    color: #2c2c2c;
    font-weight: 300;
    text-transform: uppercase;
}
.modelImageBoard{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%);
}

.modelName{
	font-family: 'dinschriftbold', Arial, Helvetica, sans-serif;
	padding-top: 5px;
	height: 25px;
	font-size: 18px;
	line-height: 20px;
}

#modelMeasurements{
	padding-top: 20px;
	color: #000000;
	font-size: 10px;
	line-height: 20px;
}

#modelMeasurements div{
	border-bottom: 2px solid #f5f5f5;
	margin: 10px 0;
}

#modelMeasurements span{
	color: #999999;
	font-size: 16px;
}

/* BOOK */

#closeButton{
	position: absolute;
	top: 25px;
	right: 30px;
}

#closeButton img{
	cursor: pointer;
}

#closeButton img:HOVER{
	opacity: 1;
}

/* BECOME */

.slideBox{
	background-color: #FFFFFF;
	margin: 0 auto;
	max-width: 800px;
	height: 550px;
	/*box-shadow: 0 2px 15px rgba(0, 0, 0, 0.85);*/
	overflow: hidden;
	margin-bottom: 40px;
	position: relative;
}

.contentNav {
	margin: 0 auto;
	max-width: 500px;
	margin-top: -1px;
	height: auto;
	text-align: center;
}

.contentNav a{
	color: #000;
	display: inline-block;
	font-weight: bold;
	font-size: 13px;
	padding: 0.75em 0.5em;
	text-transform: uppercase;
	margin-left: -4px;
}

.contentNav a:hover, .contentNav a.active {
	font-style: normal;
	color: #fff !important;
	background-color: #000;
}

.arrow-left {
	font-family: 'Lato', sans-serif;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -15px;
	height: 30px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	margin-left: -4px;
	font-style: normal;
	color: #fff;
	background-color: #000;
  	padding: 0.75em 0.5em;
}

.arrow-left:HOVER {
	color: #FFFFFF;
}

.arrow-right {
	position: absolute;
	font-family: 'Lato', sans-serif;
	right: 0px;
	top: 50%;
	margin-top: -15px;
	height: 30px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	margin-left: -4px;
	font-style: normal;
	color: #fff;
	background-color: #000;
  	padding: 0.75em 0.5em;
}

.arrow-right:HOVER {
	color: #FFFFFF;
}

.swiper-container {
    max-width: 800px;
    height: 550px;
    margin: 20px auto;
}
.content-slide {
  color: #000000;
  text-align: justify;
}
.title {
  font-size: 25px;
  margin-bottom: 10px;
}
.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:5px;
  width: 100%;
}

.sendButton{
	cursor: pointer;
	border: 0;
	display: inline-block;
	font-weight: bold;
	font-size: 13px;
	padding: 0.75em 0.5em;
	text-transform: uppercase;
	margin-left: -4px;
	font-style: normal;
	color: #fff !important;
	background-color: #000;
	height: 40px;
}

/* UPLOADER */

.imageLoader {
  overflow: hidden;
  position: relative;
  cursor:   pointer;
}

.uploadButton {
  cursor:pointer;
  filter:alpha(opacity=0);
  font-family:Arial;
  font-size:118px;
  height:100%;
  margin:0;
  padding-bottom:0;
  padding-left:0;
  padding-right:0;
  padding-top:0;
  position:absolute;
  right:0;
  top:0;
  opacity: 0.0; /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=0); /* IE lt 8 */
  -ms-filter: "alpha(opacity=0)"; /* IE 8 */
  -khtml-opacity: 0.0; /* Safari 1.x */
  -moz-opacity: 0.0; /* FF lt 1.5, Netscape */
}


.bookMenu{
	background-color: #161716;
	color: #FFFFFF;
	z-index: 9;
	height: 79px;
	overflow: hidden;
}

.bookMenu a{
	color: #fff;
	font-size: 14px;
}

.bookMenu a:HOVER{
	text-decoration: none;
}

#bookMenuLinks{
	float: right;
	margin-right: 80px;
}
.bookMenuLinks.active span, a.bookMenuLinks:hover span, a.bookMenuLinks-inst:hover span{
    color: #555559;
}
.bookMenuLinks span, .bookMenuLinks-inst span{
	color: #FFFFFF;
	font-size: 28px;
	margin: 0 15px;
	line-height: 79px;
    font-weight: 300;
    text-transform: uppercase;
}

#bookMenuName{
	color: #FFFFFF;
	font-size: 18px;
	margin: 0 15px;
	line-height: 79px;
}

.aboutText{
	line-height: 40px;
}

#aboutText{
	float: left; width: 50%; background-color: #f3f3f3; min-height: 800px;
}

#aboutMap{
	float: left; width: 50%; height: 800px; position: relative;
}

/* CONTACT */

.contactLeft{
	float: left;
}

.contactRight{
	float: right;
}

/* TWITTER */


.twitter-updates{background:#393b38;padding:10px 20px; padding-top: 9px; color:#fff;overflow:hidden;position:relative;display:block;line-height: 55px;}
.twitter-updates a{color:#757575}
.twitter-updates p{line-height:13px;padding:0}
.twitter-updates .twitter-status{margin-right:45px}
.twitter-updates .twitter-wrapper{overflow:hidden}
.twitter-updates .twitter-ticker{position:relative}
.twitter-updates .twitter-wrapper p{float:left}.twitter-updates .twitter-wrapper .twitter-status{position:absolute;top:0;left:0;visibility:hidden}
.twitter-updates .twitter-wrapper .twitter-status.first{visibility:visible}
.twitter-updates .twitter-wrapper .twitter-ticker.loaded .twitter-status{position:static;visibility:visible}

#infscr-loading{
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 9;
	background-color: #FFFFFF;
}

#blogOverlay{
	position: fixed;
	text-align: center;
	padding-top: 20px;
	z-index: 9;
	background-color: #FFFFFF;
	top: 98px;
	bottom: 0;
	left: 0;
	right: 0;
}
.footer{
    background-color: #161716;
}
#footerFollow{
	float: left;
	padding: 0 20px;
	font-size: 14px;
	line-height: 55px;
	color: #fff;
}
#footerFollow>span{
    font-size: 24px;
}
#footerFollow .icon-stack{
    vertical-align: -30%;
}
#footerContact{
	font-size: 24px;
	float: right;
	padding: 10px 20px;
	color: #fff;
	text-align: right;
	line-height: 36px;
}


/* MENU */

.menuSeizure {
	display: none;
	position: absolute;
	top: 79px;
	left: 0;
	right: 0;
	z-index: 9;
}

.menuSeizure ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: inherit;
	text-transform: uppercase;
}
.menuSeizure ::-moz-placeholder { /* Firefox 19+ */
	color: inherit;
	text-transform: uppercase;
}
.menuSeizure :-ms-input-placeholder { /* IE 10+ */
	color: inherit;
	text-transform: uppercase;
}
.menuSeizure :-moz-placeholder { /* Firefox 18- */
	color: inherit;
	text-transform: uppercase;
}

.menuSearch {
	max-width: 200px;
	margin: 0 auto;
	background-color: #161716;
	color: #FFFFFF;
	border-radius: 0 0 5px 5px;
}

.menuContent {
	padding: 5px 10px;
}

.menuInput {
	display: inline-block;
	width: 80%;
	width: calc(100% - 33px);
	vertical-align: middle;
	padding-right: 10px;
}

.menuInput input{
	width: 100%;
	font-family: inherit;
	font-size: 17px;
	color: inherit;
	background-color: inherit;
	border: none;
	outline: none;
	text-transform: uppercase;
}

.menuButton {
	display: inline-block;
	vertical-align: middle;
}


/* LIST */
#bookModel{
    display: none;
}
#bookModel.opened{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
}
.listModels {
	margin: 0 -22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.listModel {
	float: left;
	width: 20%;
}
.listModels .wrapper-image{
  position: relative;
  overflow: hidden;
}
.listModels .wrapper-image .model-list-desc{
  position: absolute;
  bottom: 0;
  height: 80%;
  background-color: rgba(0,0,0,0.7);
  padding: 20px;
  display: flex;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */
  width: 100%;
  left: 0;
  -webkit-transition: all 0.4s ease-out;  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.4s ease-out;  /* Firefox 4-15 */
  -o-transition: all 0.4s ease-out;  /* Opera 10.50Ã¢â‚¬â€œ12.00 */
  transition: all 0.4s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  transform: translateY(100%);
}
.listModels .wrapper-image.open-param .model-list-desc{
  transform: translateY(0);
}
.model-list-desc p{
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  text-align: center;
}
.listModels .wrapper-image .plus-icon{
  position: absolute;
  left: 10px;
  top: 10px;
  width: 40px;;
}


.listModels .wrapper-image:after{
  position: absolute;
  display: none;
  content: "";
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/plane.png);
  background-color: rgba(0,0,0,0.7);
}
.listModels .wrapper-image.true:after{
  display: block;
}
#modelBook .slick-disabled{
    display: none !important;
}
.hideButton .slick-next, .hideButton .slick-prev{
    display: none !important;
}
#modelBook .slick-next{
    right: 20px;
    z-index: 99;
    height: 60px;
    width: 30px;
    background-image: url(../images/right-arrow.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

#modelBook .slick-prev{
    left: 20px;
    z-index: 99;
    height: 60px;
    width: 30px;
    background-image: url("../images/left-arrow.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

#modelBook .modelProp:nth-child(odd) img{
    margin-right: 5px;
    margin-left: auto;
    max-width: calc(100% - 5px);
}
#bookModel #modelBook .modelProp.horizontal{
    width: 100vw;
}
#bookModel #modelBook .modelProp.horizontal img{
    margin: 0 auto;
}

#bookModel #modelBook .horizontal.modelProp:nth-child(even){
    overflow: hidden;
    width: 0;
}
#modelBook .modelProp{
    text-align: center;
    width: 50vw;
}
#modelBook .modelProp:nth-child(even) img{
    margin-left: 5px;
    margin-right: auto;
    max-width: calc(100% - 5px);
}

.modelProp img{
    height: calc(100vh - 79px);
    margin: 0 auto;
}
#modelName{
  display: none;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
}
#showParam{
   display: none;
 }
#showParam a{
  display: block;
  line-height: 70px;
}
#showParam a img{
  height: 28px;
  width: 28px;
}
#showParam a .plus-white{
  display: inline-block;
}
#showParam a .plus-grey{
  display: none;
}
#listParams {
  margin-top: 79px;
  top: 0;
  position: absolute;
  left: 0;
  overflow: hidden;
  background: #161716;
  transform: translateX(-100%);
  transition: transform 0.5s;
  z-index: 2;
  display: none;
  padding: 10px 25px;
}
#listParams p{
  color: #fff;
}
.opened-params #listParams{
  transform: translateX(0);
}
.instagram a{
  display: inline-block;
  color: #333;
  font-size: 36px;
  margin: 20px auto;
}
.bookMenu .responsive-menu-button:focus{
  color: #fff;
}
body a.responsive-menu-button:focus{
  color: #fff;
}
body a.not-hover:hover{
  color: #fff;
}
.opened-model #navigation{
  height: 0;
  overflow: hidden;
}
.min-height-100{
  min-height: calc(100vh - 220px);
}

.blog-articles.blog-list .slick-next {
  right: 0px;
  z-index: 99;
  height: 100%;
  width: 33%;
  bottom: 0;
  text-align: right;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-out;  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.4s ease-out;  /* Firefox 4-15 */
  -o-transition: all 0.4s ease-out;  /* Opera 10.50Ã¢â‚¬â€œ12.00 */
  transition: all 0.4s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.blog-articles.blog-list .slick-next:before{
  height: 60px;
  right: 5px;
  width: 60px;
  background-image: url(../images/right-arrow.png);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
}
.blog-articles.blog-list .slick-prev {
  left: 0px;
  z-index: 99;
  height: 100%;
  width: 33%;
  bottom: 0;
  text-align: left;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-out;  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.4s ease-out;  /* Firefox 4-15 */
  -o-transition: all 0.4s ease-out;  /* Opera 10.50Ã¢â‚¬â€œ12.00 */
  transition: all 0.4s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
 }

.blog-articles .blog-article-images:hover .slick-next, .blog-articles .blog-article-images:hover .slick-prev {
  opacity: 0.5;
}
.blog-articles.blog-list .slick-prev:hover, .blog-article-images.prev:hover .slick-prev{
  opacity: 1;
}
.blog-articles.blog-list .slick-next:hover , .blog-article-images.next:hover .slick-next {
  opacity: 1;
}

.blog-articles.blog-list .slick-prev:before{
  height: 60px;
  left: 5px;
  width: 60px;
  background-image: url(../images/left-arrow.png);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
}
a.bookMenuLinks-inst:focus span{
  color: #fff;
}
a.active-menu{
  text-decoration: none;
  color: #555559;
}
a.link-become{
   font-weight: bold;
   color: #ff0000;
   font-size: 24px;
 }
a.link-become:hover{
  text-decoration: underline;
}
@media only screen and (max-width: 1200px) {
  .menu a {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 991px) {
  .opened-mobile-menu .menu a.responsive-menu-button{
    color: #555559;
  }
  .menu a:hover, .menu a:focus{
    color: #fff;
  }
  .bookMenu a:HOVER{
    color: #fff;
  }
  .opened-params #showParam a .plus-white{
    display: none;
  }
  .opened-params #showParam a .plus-grey{
      display: inline-block;
   }
  .opened-mobile-sub-menu #bookMenuLogo a{
    color: #555559;
  }
  body .blog-articles.blog-list .blog-article-images .slick-next, body .blog-articles.blog-list .blog-article-images .slick-prev{
    opacity: 1;
    height: 60px;
    width: 60px;
  }
  body .blog-articles.blog-list .blog-article-images .slick-next{

  }
  .menu a{
    margin: 0 25px;
  }
  #bookModel #modelBook .modelProp.horizontal {
    position: relative;
    height: calc(100vh - 79px);
  }

  #bookModel #modelBook .modelProp.horizontal img {
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  #modelBook .modelProp:nth-child(even) img {
    margin: 0 auto;
  }

  #bookModel #modelBook .modelInfo>div{
    margin-left: auto;
    margin-right: auto;
  }
  #modelBook .modelProp{
    min-width: 100vw;
  }
  #bookModel #modelBook .modelProp img{
    max-width: 100%;
    margin: 0 auto;
    height: auto;
  }
  #modelBook.hideArrows .slick-next, #modelBook .slick-prev{
    display: none !important;
  }
}
@media only screen and (max-width: 767px){
  .opened-model #navigation{
    height: 0;
    overflow: hidden;
  }
  #showParam{
    display: inline-block;
  }
  #listParams{
    display: block;
  }
  #modelBook .modelProp.modelInfo, .footer #footerContact{
    display: none;
  }
  #bookModel #modelBook .horizontal.modelProp:nth-child(even){
    overflow: hidden;
    display: block;
  }
  #bookModel #modelBook .modelProp.horizontal{
    position: relative;
    height: calc(100vh - 79px);
  }
  #bookModel #modelBook .modelProp.horizontal img{
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  #modelBook .modelProp:nth-child(even) img{
    margin: 0 auto;
  }
  #bookModel #modelBook .modelProp img{
    max-width: 100%;
    margin: 0 auto;
    height: auto;
  }
  #modelName{
    display: block;
  }
  #modelName h1{
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    line-height: 79px;
  }
  .listModels .wrapper-image:after{
    width: 40px;
    height: 40px;
  }
  .listModels .wrapper-image:before{
    border: 40px solid transparent;
    border-left: 40px solid rgba(0,0,0,0.7);
    border-top: 40px solid rgba(0,0,0,0.7);
  }
  .listModels .wrapper-image .plus-icon {
    left: 5px;
    top: 5px;
    width: 40px;
    padding: 5px;
  }
  .model-list-desc p{
      font-size: 16px;
  }
}
@media only screen and (max-width: 400px){
  #bookModel #bookMenuLogo{
    margin: 0 15px;
  }
  #showParam a {
    line-height: 52px;
  }
  #showParam a img{
    width:25px;
    height: 25px;
  }
  #listParams {
    margin-top: 65px;
  }
  #modelName h1{
    line-height: 65px;
  }
}
.modelInfo>div{
    max-width: 350px;
    border-bottom: 2px solid #f5f5f5;
    margin: 0 10px 0 auto;
}
.modelInfo h1{
    text-transform: uppercase;
}
.modelInfo>div:first-child{
    margin: 5px 10px 30px auto;
}
.modelInfo>div:last-child{
    border-bottom: none;
}
.modelInfo h4{
    color: #999999;
}
.modelInfo p{
    font-weight: bold;
}
.listContent {
	padding: 0 22px 44px;
}

.listPicture {
	overflow: hidden;
}

.listText {
	padding-top: 22px;
	font-family: 'dinschriftbold',Arial,Helvetica,sans-serif;
	height: 25px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}
.blog-full-width {
	width:100%;
	position: relative;
	overflow: hidden;
	padding-top: 30.85%;
}
.blog-full-width img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

.blog-list {padding-bottom:100px;}
.blog-list a {
	text-decoration: none;
}
.blog-list a:hover {
	color: #999;
}
.blog-list .photo {
	float:left;
	overflow: hidden;
  display: block;
}
.blog-list article img,
.blog-list article iframe {float:left;}

.blog-list .type-twitter { font-size:18px; padding:25px 0; text-align:center; }
.blog-list .type-twitter .twitter-account { font-weight:normal !important; display:inline-block; margin-bottom:25px; padding-left:40px; position:relative; font-family:'frutigerbold', Arial, Helvetica, sans-serif; }
.blog-list .type-twitter .twitter-account .blog-twitter { width:22px; height:19px; position:absolute; left:0; top:-3px; display:block; background:url(images/bg-icons-blog.png) 0px 0px no-repeat; }
.blog-list .type-twitter.twitter-black .twitter-account .blog-twitter { background-position:-22px 0; }
.blog-list .type-twitter p { line-height:1.4em; padding:0 5%; }
.blog-list .type-twitter.twitter-white { color:#393b39; background:#fff; }
.blog-list .type-twitter.twitter-white a { font-weight:bold; color:#393b39; }
.blog-list .type-twitter.twitter-black { color:#ced0d6; background:#393b39; }
.blog-list .type-twitter.twitter-black a { font-weight:bold; color:#fff; }

.blog-list .type-article {
	font-size:16px; color:#5e5f5e; background:#fff;
}
.blog-list .type-article img,
.blog-list .type-article iframe { width:100%; border:0; }
.blog-list .blog-article-text { width:100%; float:left; padding:5%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.blog-list .blog-article-text h1 {line-height: 28px; font-size:18px; padding:0 0 5px 0; font-family:'frutigerbold', Arial, Helvetica, sans-serif; }
.blog-list .blog-article-text h1 a { padding:0; font-family:'frutigerbold', Arial, Helvetica, sans-serif; }
.blog-list .blog-article-text p { line-height:1.4em; padding:0 0 10px 0; }
.blog-list .blog-article-text p a {text-decoration:underline;}
.blog-list .blog-article-text p a:hover {text-decoration:none;}
.blog-list .blog-article-text img {max-width: 100%;}
.blog-list .blog-article-images {
	position:relative;
	overflow:hidden;
}
.blog-list .blog-article-images img {
		width: 100%;
		display: block;
	}
.blog-list .blog-article-images-in { float:left; width:99999px; }
.blog-list .blog-article-images.active-slider img { position:absolute; top:0; left:0; z-index:1; }
.blog-list .blog-article-images.active-slider img.active-slide {z-index:3;}
.blog-list .blog-article-text {
	background: #f5f5f5;
}
.blog-list .video .blog-article-text::after,
.blog-list .photo .blog-article-text::after {
	display: block;
	content: ' ';
	position: absolute;
	top: -20px;
	left: 20px;
	height: 0px;
	width: 0px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #f5f5f5;
	-webkit-backface-visibility: hidden;
 	-webkit-transition: all 0.4s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.4s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.4s ease-out;  /* Opera 10.50Ã¢â‚¬â€œ12.00 */
          transition: all 0.4s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.blog-list .photo .blog-article-images {
	position:relative;
	overflow:hidden;
	z-index: 999;
}
.blog-list .photo .img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	background: #fff;
}
/*.blog-list .photo .img:first-child{*/
  /*display: block;*/
/*}*/
.blog-list .photo .img img {
	width: 100%;
	display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.blog-list .photo .img img.positioned { position:absolute; top:50%; left:0px; }
.blog-list .photo .active-slider .active-slide { z-index:3;  position:absolute; top:0; left:0;}

.blog-list .blog-slider-nav { width:50%; position:absolute; display:block; top:0; bottom:0; z-index:5; }
.blog-list .blog-slider-nav.off {display:none;}
.blog-list .blog-slider-prev {left:0;}
.blog-list .blog-slider-next {right:0;}
.blog-list .blog-slider-nav span { display:block; position:absolute; top:50%; width:36px; height:34px; margin-top:-18px; cursor:pointer; }
.blog-list .text p {
			margin-bottom: 10px;
		}
.blog-list .text img {
			display: block;
			margin: 0 auto 20px auto;
			max-width: 100%;
		}
.blog-list .text.large {
			background: #ebebeb;
		}
.blog-list .quote {
		color:#393b39; padding:70px 0; background:#ebebeb; }
.blog-list .quote blockquote {
			font-size:36px; line-height:1.3em; padding:0 50px 40px 50px;  text-transform:uppercase; font-family:'dinschriftbold', Arial, Helvetica, sans-serif;
		}
.blog-list .quote .source { font-size:24px; display:block; padding:0 50px; }
/*General Blog Styles */
.blog-list .item {
	overflow: hidden;
}
.blog-list .item .blog-article-text {
	-webkit-backface-visibility: hidden;
 	-webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.50Ã¢â‚¬â€œ12.00 */
          transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
    position: relative;
    z-index: 1999;
}
.blog-list .item .blog-text-content,
.blog-list .item .blog-article-video,
.blog-list .item .blog-article-images {
	-webkit-backface-visibility: hidden;
 	-webkit-transition: opacity 0.4s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: opacity 0.4s ease-out;  /* Firefox 4-15 */
       -o-transition: opacity 0.4s ease-out;  /* Opera 10.50Ã¢â‚¬â€œ12.00 */
          transition: opacity 0.4s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.blog-list .extension {
	height: 0px;
}

.blog-list .item .extension {
	clear: both;
	font-family:'frutigerbold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
 	-webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.50Ã¢â‚¬â€œ12.00 */
          transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.blog-list .item .extension p {
	margin: 20px 0 0 0;
	padding: 0;
	color: #393b38;
	font-size: 16px;
}
.blog-list .item .extension a {
	display: inline-block;
	margin-top: 20px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 6px 7px 6px;
}
.blog-list .item .extension a:hover {
	color: #999;
}
/*Rollover styles
.blog-list article:hover .extension {
	height: 44px;
}*/
.blog-list article .blog-article-text {
	margin-top: -44px;

}

.blog-list article.has-read-more:hover .extension,
.blog-list article.video:hover .extension {
	height: 95px;
}
.blog-list article.has-read-more:hover .blog-article-text,
.blog-list article.video:hover .blog-article-text {
	margin-top: -95px;
}
.blog-list .extension {
	height: 0px;
}
.blog-list article:hover .blog-text-content,
.blog-list article:hover .blog-article-video,
.blog-list article:hover .blog-article-images,
.blog-list article.insta:hover {
	opacity: 1;
}
.blog-list article .blog-text-content,
.blog-list article .blog-article-video,
.blog-list article .blog-article-images,
.blog-list article.insta {
  opacity: 0.85;
}
/*Link styles*/
.blog-list .link {
	color:#393b39; background:#ebebeb;
}
.blog-list .link .blog-article-text {
	background: none;
	padding:70px 50px 50px 50px;
}
.blog-list .link .link-item {
	font-size:36px; line-height:1.3em; margin-bottom: 40px;  text-transform:uppercase; font-family:'dinschriftbold', Arial, Helvetica, sans-serif;
	display: block;
}
.blog-list .link p {
	font-size:24px;
	display:block;
	margin-bottom: 20px;
}
/*Instagram styles*/
.blog-list .insta {
	background:#ced0d6;
	position:relative;
	-webkit-backface-visibility: hidden;
 	-webkit-transition: opacity 0.4s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: opacity 0.4s ease-out;  /* Firefox 4-15 */
       -o-transition: opacity 0.4s ease-out;  /* Opera 10.50Ã¢â‚¬â€œ12.00 */
          transition: opacity 0.4s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.blog-list .insta .profile-image {
	width: 50%;
	display: block;
}
.blog-list .insta .profile-image img {
	display: block;
	width: 100%;
}
.blog-list .insta .instagrammer {
	font-size:18px;
	padding:0 0 0 0;
	font-family:'frutigerbold', Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	display: block;
	position: absolute;
	left: 50%;
	right: 0px;
	top: 0px;
	bottom: 0px;
}
.blog-list .insta .instagrammer span {
	position: absolute;
	bottom: 10px;
	left: 40px;
	right: 0px;
}
.blog-list .insta .instagrammer span::before {
	width:18px;
	height:19px;
	position:absolute;
	left:-28px;
	top:-3px;
	display:block;
	content: ' ';
	background:url(images/bg-icons-blog.png) -44px 0px no-repeat;
}
.blog-list .insta:hover .instagrammer span {
	text-decoration: underline;
}
/*Tweet styles*/
.blog-list .tweet {
	color:#cecfd1;
	background:#393b38;
	text-align: center;
}
.blog-list .tweet.am {
	color:#cecfd1;
	background:#fff;
}
.blog-list .tweet.am .wrapper a {color:#393b39;}
.blog-list .tweet.am .wrapper .tweeter::after {background-position: 0px 0px;}
.blog-list .tweet::after {
	content: ' ';
	display: block;
	padding-top: 50%;
}
.blog-list .tweet .wrapper {
	position: absolute;
	top: 25px;
	left: 50px;
	right: 50px;
	bottom: 25px;
    /* WebKit (Chrome & Safari) */
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-box-orient: vertical;

    /* Firefox */
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    -moz-box-orient: vertical;

    /* IE */
    display: -ms-box;
    -ms-box-pack: center;
    -ms-box-align: center;
    -ms-box-orient: vertical;

     /* Native CSS */
    display: box;
    box-pack: center;
    box-align: center;
    box-orient: vertical;
}
.blog-list .tweet a {
	color: #fff;
}
.blog-list .tweet .tweeter {
	font-family:'frutigerbold', Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	display: inline-block;
	font-size: 18px;
	position: relative;
	padding: 0px 32px;
}
.blog-list .tweet .tweeter::after {
	position: absolute;
	left: 0px;
	top: -4px;
	display: block;
	content: ' ';
	width:22px;
	height:19px;
	background:url(images/bg-icons-blog.png) -22px 0 no-repeat;
}
.blog-list .tweet blockquote {
	display: block;
	font-size: 14px;
	line-height: 1.2;
}

body .blog-list .blog-slider-prev span {
	left: 10px;
 	background:url("images/blog-sprite.png") -10px -171px no-repeat;
 	width:51px; height:51px;
}
body .blog-list .blog-slider-next span {
	right: 10px;
	background:url("images/blog-sprite.png") -71px -171px no-repeat;
	width:52px; height:51px;
}
.blog-article-video {padding-top: 56.25%; position: relative; overflow: hidden;}
.blog-article-video a { display: block; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }
.blog-article-video a::after { margin: -75px 0 0 -75px; display: block; position: absolute; top: 50%; left: 50%; content: ' '; background:url("images/blog-sprite.png") -10px -10px no-repeat;width:151px; height:151px; }
.blog-article-video img {display: block; width: 100%; }
.blog-article-video iframe { display: block; position: absolute; top: 0px; left: 0px;width: 100%; height: 100%; }


/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	.blog-list .blog-slider-nav span {
		background-image: url('css/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

.blog-tabs { text-align:center; margin-bottom:25px; }
.tabNavBlog {display: none;}
.tabNavBlog .tabLnkBlog { display:inline-block; margin:0 1% 8px 1%; position:relative; color:#000; text-align:center; font-size:25px; line-height:40px; padding:5px 20px 0 20px !important; border:2px solid #000; font-family:'dinschriftbold', Arial, Helvetica, sans-serif;text-transform: uppercase; }
.tabNavBlog .tabLnkBlog:hover { color:#000; text-decoration:none; }
.tabNavBlog .tabLnkBlog span { width:11px; height:12px; top:-6px; position:absolute; display:block; left:100%; margin-left:-6px; background:#F3F3F3 url(images/plus-tablet2.gif) no-repeat bottom left; }

.blog-scroll-load { display:block; border-top:5px solid #393b39; text-align:center; color:#000; background:#fff; padding:60px 0 50px 0; font-size:48px; line-height:60px; font-family:'dinschriftbold', Arial, Helvetica, sans-serif; }
.blog-scroll-load:hover {text-decoration:none;}
.blog-scroll-load span {text-decoration:underline;}
.blog-scroll-load:hover span {text-decoration:none;}
#blog-overlay {
	background: #000;
	background: rgba(0,0,0,0.8);
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: none;
	overflow: auto;
	cursor: pointer;
	z-index: 7999;
}
#blog-overlay .blog-article-images {
	margin-bottom: 40px;
}

#blog-overlay .blog-article-images img {
	display: block;
	margin: 0 auto;
}
#blog-overlay .blog-article-video {
	margin-bottom: 30px;
}
#blog-overlay article {
		background: #fff;
		border: 2px solid #f0f0f0;
		margin: 100px auto;
		width: 620px;
		padding: 50px;
		cursor: normal;
	text-align: left;
}
#blog-overlay article img {
		display: block;
		max-width: 100%;
		margin: 0 auto;
	}
#blog-overlay.loaded {
	display: block;
	opacity: 0;
}
#blog-overlay article .meta {
	margin: 40px 0 0 0;
	color: #000;
	font-size: 16px;
}

.text-content{
	font-family: 'helveticaneue';
	color: #757575;
	font-size: 13px;
	line-height: 16px;
}

.blog-article-text:hover .text-content{
  color: #000000;
}




.text-content a{
	color: #000000;
}




.blog-list .blog-slider-next span {
    right: 10px;
    background: url("images/blog-sprite.png") -71px -171px no-repeat;
    width: 52px;
    height: 51px;
}

.blog-list .blog-slider-prev span {
    left: 10px;
    background: url("images/blog-sprite.png") -10px -171px no-repeat;
    width: 51px;
    height: 51px;
}

#blog-overlay {
	background: #000;
	background: rgba(0,0,0,0.8);
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: none;
	overflow: auto;
	cursor: pointer;
	z-index: 7999;
}
#blog-overlay .blog-article-images {
	margin-bottom: 40px;
}

#blog-overlay .blog-article-images img {
	display: block;
	margin: 0 auto;
}
#blog-overlay .blog-article-video {
	margin-bottom: 30px;
}
#blog-overlay article {
		background: #fff;
		border: 2px solid #f0f0f0;
		margin: 100px auto;
		width: 620px;
		padding: 50px;
		cursor: normal;
	text-align: left;
}
#blog-overlay article img {
		display: block;
		max-width: 100%;
		margin: 0 auto;
	}
#blog-overlay.loaded {
	display: block;
	opacity: 0;
}
#blog-overlay article .meta {
	margin: 40px 0 0 0;
	color: #000;
	font-size: 16px;
}
.hamburger{display: none;}
#modelBook{
    overflow: hidden;
}
@media screen and (max-width: 1300px) {

	.listModel {
		width: 25%;
	}

}

@media only screen and (max-width: 1228px){

	.homeImages{
		float: left; width: 50%;
	}

	.image3{
		display: none;
	}

	#homeLinks{
		margin-top: 20px;
	}

    #mobile-menu {
        display: none;
    }

    .item{ width: 33%; }

	.modelMeasurements{
		font-size: 14px; color: #FFFFFF; padding-bottom: 0;
	}

}

@media screen and (max-width: 1100px) {

	.listModel {
		width: 33.33%;
	}

}

@media only screen and (max-width: 1000px){

	.homeImages{
		float: left; width: 50%;
	}

	.image3{
		display: none;
	}

	#homeLinks{
		margin-top: 20px;
		font-size: 26px;
	}

	#mpHomepage{
		position: absolute;
		top: 15%;
		text-align: center;
	}

	#mobile-menu {
        display: none;
    }

    .item{ width: 50%; }

    .modelnewsItem{ width: 50%; }

	.modelMeasurements{
		font-size: 14px; color: #FFFFFF; padding-bottom: 0;
	}

	.aboutText{
		line-height: 30px;
	}

	#aboutText{
		float: none; width: 100%;
	}

	#aboutMap{
		float: left; width: 100%;
	}

}
body{
    overflow-x: hidden;
}
#bookMenuLogo{
    display: none;
}
.become-images img{
  max-width: 100%;
}
@media only screen and (max-width: 991px){
    .hamburger{
        display: block;
        position: absolute;
        right: 5px;
    }
    .bookMenu a{
        line-height: 79px;
    }
    #bookMenuLogo{
      display: inline-block;
      position: relative;
      margin: 0 20px;
    }
    .list-menu{
        margin-top: 79px;
        top:0;
        position: absolute;
        right: 0;
        overflow: hidden;
        background: #161716;
        transform: translateX(100%);
        transition: transform 0.5s;
        display: none;
    }
    #bookMenuLinks{
        margin-top: 79px;
        top:0;
        position: absolute;
        left: 0;
        overflow: hidden;
        background: #161716;
        transform: translateX(-100%);
        transition: transform 0.5s;
        z-index: 2;
    }
    .opened-mobile-sub-menu #bookMenuLinks{
        transform: translateX(0);
        display: block;
    }
    .opened-mobile-menu .list-menu{
        transform: translateX(0);
        display: block;
    }
    .list-menu a, #bookMenuLinks a{
        display: block;
    }
    #bookMenuLinks a{
        line-height: 32px;
    }
	.homeImages{
		float: none; width: 100%;
	}

	#mpHomepage{
		position: absolute;
		top: 15%;
		text-align: center;
	}

	#homeLinks{
		margin-top: 20px;
		font-size: 22px;
	}

    #mobile-menu {
        display: block;
    }



    .item{ width: 100%; }

	.model{
		max-width: 400px;
	}

	.bookMenu{
		padding-right: 10px;
		padding-top: 3px;
		padding-bottom: 5px;
	}

	.bookMenu a{
		padding: 0 0;
	}




	#bookMenuLinks{
		float: left;
		padding-left: 0;
	}

	#bookMenuName{
		margin-right: 0;
	}

	.aboutText{
		line-height: 30px;
	}

	#aboutText{
		float: none; width: 100%;
	}

	#aboutMap{
		float: left; width: 100%;
	}

	#footerFollow{
		float: none;
		text-align: center;
	}


	#footerContact{
		font-size: 14px;
		text-align: center;
		float: none;
	}

	.menuSeizure {
		display: none;
	}
}

@media only screen and (max-width: 800px){

	.listModel {
		width: 50%;
	}

}

@media only screen and (max-width: 600px){
    .model h2{
        font-size: 24px;
    }
    body h1{
        font-size: 28px;
    }
	.listModel {
		width: 100%;
	}

}
@media only screen and (max-width: 400px){
    .bookMenu{
        height: 65px;
    }
    .logo img{
        height: 45px;
    }
    .footer{
        margin-top: 10px;
    }
    body #modelBook .modelProp{
        margin: 0;
        padding: 0;
    }
    body #modelBook .modelProp img{
        height: 100vh;
    }
    .list-menu, #bookMenuLinks{
        margin-top: 65px;
        min-width: 295px;
    }
    .menu, .menu a, .menu .logo a{
        height: 65px;
    }
    .menu .logo a:before{
        width: 80px;
    }
    .menu a, .bookMenu a{
        line-height: 65px;
    }
    #bookMenuLinks a{
        line-height: 32px;
    }
    .hamburger{
        right: 0;
    }
    #closeButton{
        right: 20px;
        top: 18px;
    }
}
