@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,cyrillic-ext,latin-ext,cyrillic);
@font-face {
    font-family: 'BebasNeueBook';
    src: url('../fonts/BebasNeue Book.otf'),
        url('../fonts/BebasNeue Book.woff') format('woff'),
     url('../fonts/BebasNeue Book.ttf') format('truetype');
    font-weight:100;
    font-style: normal;
}
/*@font-face {*/
    /*font-family: 'BebasNeueLight';*/
    /*src: url('../fonts/BebasNeue Light.otf'),*/
     /*url('../fonts/BebasNeue Light.ttf') format('truetype');*/
    /*font-weight: 100;*/
    /*font-style: normal;*/
/*}*/

*{
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
h1{
    font-size: 47px;
    margin-bottom: 20px;
}
a{
    outline: none;
}
.phone, .mail{
    text-decoration: none;
}
.phone:hover,
.mail:hover{
    text-decoration: underline;
}
input:not(:required),
textarea:not(:required) {
    outline: none;
}
ul{
    list-style: none;
}
.clearfix::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.inline-b-top {
    display: inline-block;
    vertical-align: top;
}
.inline-b-middle {
    display: inline-block;
    vertical-align: middle;
}
.inline-b-bottom {
    display: inline-block;
    vertical-align: bottom;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.block-center {
    margin: 0 auto;
}
header, footer, section{
    display: block;
    width: 100%;
    background-color: #fff;
}
section{
    overflow: hidden;
    position: relative;
}
html{
    font-family: 'BebasNeueBook', sans-serif;
    background-color: rgba(34, 34, 34, 0.55);
}
body{
    background-image: url("../img/slides/ST-12.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed;
    background-size: cover;
    margin: 0 auto;
    min-width: 1170px;
}
#main-wrapper{
    background-color: rgba(34, 34, 34, 0.85);
    position: relative;
}
.content{
    width: 1170px;
    margin: 0 auto;
    padding: 0 50px;
    overflow: hidden;
}
.logo{
    letter-spacing: 5.75px;
    font-family: Roboto, arial;
    font-size: 10px;
    line-height: 15px;
}
header{
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 35px 0;
    z-index: 100;
}
header .logo{
    background-color: rgba(255, 255, 255, 0.65);
    /*border-radius: 8px;*/
    padding: 8px 15px;
}
header .rBlock{
    background-color: rgba(255, 255, 255, 0.65);
    /*border: 1px solid;*/
    /*border-radius: 8px;*/
    padding: 2px 15px;
}
header .room{
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    position: relative;
    line-height: 140%;
    letter-spacing: 1px;
    margin-right: 15px;
}
header .room::after{
    content: "";
    display: block;
    background-color: #c5a34a;
    position: absolute;
    right: 0;
    height: 2px;
    box-shadow: 0 0 1px #D3B14C;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 28px;

}
header .phone{
    display: inline-block;
    vertical-align: top;
    letter-spacing: 1px;
    font-size: 36px;
    color: #000;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: bold;
}
header .mail{
    display: block;
    font-size: 11px;
    color: #c5a34a;
    color: #997b3c;
    font-family: Roboto, arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .5px;
}
header .mail:hover{
    text-decoration: underline;
}

#slider{
    height: 645px;
    background-color: #fff;
    position: relative;
}
#slider .content{
    padding: 0;
    max-width: 1280px;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: inherit;
}
#slider .slick-slider,
#slider .slick-slider div,
#slider li.slick-slide{
    position: relative;
    height: 100%;
    width: 100%;
    background-position: 0 0 !important;
    background-size: 100% 100% !important;
}
#slider .caption{
    color: #fff;
    font-size: 47px;
    position: absolute;
    z-index: 1000;
    left: 85px;
    bottom: 60px;
}
#slider .caption.right{
    right: 85px;
    left: auto;
}
#slider img{
    width: 100%;
}
#slider .caption b{
    font-size: 67px;
    letter-spacing: 1px;
    font-weight: bold;
}
#slider .slick-dots{
    position: absolute;
    bottom: 20px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
#slider .slick-dots li{
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    padding: 0 2px;
}
#slider .slick-dots li.slick-active button{
    background-color: #fff;
}
#slider .slick-dots li button{
    cursor: pointer;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background-color: rgba(128, 128, 128, 0.6);
    border: 1px solid #fff;
    width: 15px;
    height: 15px;
    text-indent: -99px;
}
#newDesign{
    height: 285px;
    /*background-color: #222222;*/
    background-color: transparent;
    color: #fff;
    text-align: center;
    padding: 45px 0;
}
#newDesign h1{
    font-size: 47px;
    letter-spacing: 1px;
    line-height: 1.1;
}
#newDesign h1 span{
    font-size: 25px;
    display: block;
}
#newDesign .caption{
    font-family: Georgia,sans-serif;
    font-style: italic;
    font-size: 12px;
    display: block;
    line-height: 55px;
    margin-bottom: 20px;
}
#newDesign .caption:after{
    content: "";
    display: block;
    background-color: #c5a34a;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    height: 2px;
    box-shadow: 0 0 1px #D3B14C;
    border-radius: 2px;
    width: 28px;
    font-weight: 500;
}
#newDesign input[name=email]{
    width: 350px;
    margin: 2px 5px;
    padding: 10px 20px;
    font-family: Georgia, arial, sans-serif;
    font-style: italic;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background-color: transparent;
    border-radius: 0;
    /*border-radius: 25px;*/
    /*border: 2px solid #373737;*/
    border: 2px solid #bbb;

}
#newDesign input[type=submit]{
    cursor: pointer;
    padding: 10px 30px;
    font-family: Roboto, arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #d6b766;
    border: 2px solid #8b794a;
    line-height: 1;
    border-radius: 0;
    /*border-radius: 25px;*/
    background-color: transparent;
}


#masonry{
    color: #fff;
}
#masonry.transparent{
    background-color: transparent;
    color: #fff;
}
#masonry.transparent h1{
    color: #fff;
}
#masonry.transparent li a{
    color: #fff;
}
#masonry h1 {
    color: #000;
    font-size: 47px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.1;
    margin-top: 30px;
    margin-left: 32px;
}
#masonry ul{
    font-size: 0;
}
#masonry li{
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    text-align: center;
    width: 25%;
    margin: 30px 0 20px 0;
}
#masonry li a{
    display: block;
    text-align: center;
    color: #000;
    letter-spacing: 1px;
    font-size: 22px;
    text-shadow: 1px 1px 2px #999;
    text-decoration: none;
}
#masonry li .caption{
    display: block;
    width: 200px;
    margin: 10px auto 0 auto;
}

#introduction{
    background-color: #FFFFFF;
    color: #000;

    /*text-align: center;*/
    padding: 45px 0;
    font-size: 25px;
    font-family: Roboto, arial, sans-serif;
    font-weight: 300;
}
#introduction.transparent{
    background-color: transparent;
    color: #fff;
}
#introduction p{
    margin-bottom: 15px;
}
#introduction .name{
    color: #d6b766;
    display: inline-block;
    font-size: 47px;
    font-family: 'BebasNeueBook', sans-serif;
    letter-spacing: 1px;
    line-height: 1.2;
    font-weight: normal;
}
#installation{
    background-color: transparent;
    color: #fff;
    /*text-align: center;*/
    padding: 45px 0;
    font-size: 25px;
    font-family: Roboto, arial, sans-serif;
    font-weight: 300;
}
#installation p{
    margin-bottom: 15px;
}
#installation .name{
    color: #d6b766;
    display: inline-block;
    font-size: 47px;
    font-family: 'BebasNeueBook', sans-serif;
    letter-spacing: 1px;
    line-height: 1.2;
    font-weight: normal;
}
#exclusive{
    background-color: #fff;
    /*height: 415px;*/
    padding: 45px 0;
}
#exclusive h1{
    font-size: 47px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.1;
}
#exclusive h1 span{
    color: #d6b766;
    font-size: 14px;
    font-family: Roboto, arial;
    font-weight: normal;
    display: block;
}
#exclusive .items{
    font-size: 0;
    margin: 20px 0;
}
#exclusive .items .item{
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
    margin-bottom: 10px;
    border: 1px;
}
#exclusive .items .item:nth-child(5n+5){
    margin-right: 0;
}

#throughBlock{
    background-color: transparent;
    text-align: center;
    padding: 48px 0;
}
#throughBlock .content{

}
#throughBlock .item{
    font-size: 24px;
    color: #b1b1b1;
    letter-spacing: 1px;
    position: relative;
    line-height: 1.5;
    float: left;
}
#throughBlock .item:nth-child(2){
    margin: 0px 223px;
    margin: 0 220px;
}
#throughBlock .item:after{
    content: "";
    display: block;
    background-color: #c5a34a;
    position: absolute;
    left: 0;
    height: 2px;
    box-shadow: 0 0 1px #D3B14C;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 28px;
    font-weight: 500;
}
#gallery{
    padding: 40px 0 0;
}
#gallery .content{
    padding: 0 30px;
    position: relative;
}
/*#gallery .slick-slider{*/
    /*padding-bottom: 60px;*/
/*}*/
/*#gallery .slick-slider .slick-slide{*/
    /*width: 300px;*/
    /*height: 200px;*/
    /*margin-top: 10px;*/
    /*margin-bottom: 40px;*/
/*}*/
/*#gallery .slick-dots {*/
    /*position: absolute;*/
    /*bottom: 45px;*/
    /*left: -55px;*/
    /*right: 0px;*/
    /*margin: auto;*/
    /*width: 100%;*/
    /*text-align: center;*/

/*}*/
/*#gallery .slick-dots li {*/
    /*display: inline-block;*/
    /*vertical-align: top;*/
    /*margin: 0 5px;*/
/*}*/

/*#gallery .slick-dots li button {*/
    /*cursor: pointer;*/
    /*display: inline-block;*/
    /*vertical-align: top;*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*border-radius: 100%;*/
    /*background-color: #999;*/
    /*border: 1px solid #666;*/
    /*color: transparent;*/
/*}*/
/*#gallery .slick-dots li.slick-active button{*/
    /*background-color: #fff;*/
/*}*/
#gallery .slick-slider{
    padding-bottom: 60px;
    height: 620px;
}
#gallery .slick-slider .slick-slide{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 40px;
}
#gallery .slick-slider .slick-slide .preview{
    display: inline-block;
    vertical-align: top;
    margin: 10px;
}
#gallery .slick-dots {
    position: absolute;
    bottom: 45px;
    left: -55px;
    right: 0px;
    margin: auto;
    width: 100%;
    text-align: center;

}
#gallery .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}

#gallery .slick-dots li button {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #999;
    border: 1px solid #666;
    color: transparent;
}
#gallery .slick-dots li.slick-active button{
    background-color: #fff;
}


#contacts {
    background-color: #fff;
    /*padding: 95px 150px;*/
    padding: 60px 150px;
    height: 550px;
}
#contacts .content{
    padding: 0;
    width: 800px;
}
#contacts .box{
    display: inline-block;
    vertical-align: top;
    height: 375px;
    width: 370px;
    position: relative;
}
#contacts .box:first-child{
    margin-right: 50px;
    padding-top: 55px;
}
#contacts .room{
    font-size: 10px;
    font-family: Roboto, arial, sans-serif;
    color: #d6b766;
    margin-bottom: 15px;
}
#contacts h1{
    font-size: 37px;
    color: #3b3b3b;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 105%;
    margin-bottom: 15px;
}
#contacts .desc{
    font-family: Georgia, sans-serif;
    font-style: italic;
    font-size: 12px;
    padding-left: 65px;
    position: relative;
    margin-bottom: 18px;
    line-height: 130%;
}
#contacts .desc::before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 0;
    background-color: #c5a34a;
    height: 2px;
    box-shadow: 0 0 1px #D3B14C;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 55px;
}
#contacts .mail{
    color: #c5a34a;
    font-weight: 300;
    font-size: 25px;
    letter-spacing: 1px;
    display: block;
    padding-left: 65px;
    margin-bottom: 25px;
}
#contacts .phone{
    display: block;
    position: absolute;
    bottom: 0;
    font-size: 25px;
    color: #3b3b3b;
    font-weight: 300;
    letter-spacing: 1px;
    left: 0;
}
#contacts .box:first-child .phone{
    right: 0;
    left: auto;
}
#contacts .phone::after{
    content: "";
    display: block;
    background-color: #c5a34a;
    left: 0;
    height: 2px;
    box-shadow: 0 0 1px #D3B14C;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 17px;
    font-weight: 500;
    bottom: 0px;
}
#contacts .map{
    width: 290px;
    height: 320px;
}
.hr{
    border-bottom: 1px solid #999;
    display: block;
    box-shadow: 3px 1px 4px #000;
}

.white{
    color: #FFFFFF !important;
}


footer{
    background-color: transparent;
    height: 215px;
    color: #929292;
}
footer .content{
    border-bottom: 2px solid rgba(146,146,146,0.2);
    font-family: Roboto, arial, sans-serif;
    font-size: 10.5px;
}
footer .topLine{
    padding-top:  55px;
    padding-bottom:  55px;
    height: 150px;
}
footer .topLine .textBlock{
    float: right;
    line-height: 145%;
    margin-left: 85px;
    text-transform: uppercase;
}
footer .topLine .textBlock a{
    color: inherit;
    text-decoration: none;
}
footer .topLine .textBlock a:hover{
    text-decoration: underline;
}
footer .logo{
    background-color: transparent;
}
footer .social a{
    background-image: url("../img/social-new-sm.png");
    background-size: 300px;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    margin-left: 12px;
    margin-top: 12px;
    float: left;
}
footer .social a:first-child{
    margin-left: 0;
}
footer .social .instagram{
    background-position: -43px 0;
}
footer .social .rutube {
    background-position: -218px 0;
}
footer .social .facebook{
    background-position: -53px center;
}
footer .social .vimeo{
    background-position: -262px 0;
}
footer .social .youtube{
    background-position: -130px 0;
}
footer .social .pinterest{
    background-position: -174px 0;
}
footer .social .twitter{
    background-position: -265px center;
}
footer .social .vk {
    background-position: -86px 0;
}
footer .copyright{
    margin: 25px 0;
}

.transparent{
    background-color: transparent;
}