* {
    margin:0;
    padding:0;
}

body{
    color: #737373;
    font-size: 14px;
    font-family: "Open Sans", arial, sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

a{
    color: #ffffff;
    text-decoration: none;
}
a:hover{
    color: #888;
    text-decoration: none;
}


h1,h2,h3,h4,h5,h6{
    margin-bottom: 1.5em;
    line-height: 1.4;
    font-weight: 400;

}
h1{
    font-size: 32px;
}
h2{
    font-size: 28px;
}
h6{
    font-weight: 700;
}
p{
    margin: 0 0 .5em 0;
}
ul, ol{
    margin: 0 0 1.5em 0;
}

a, b, div, ul, li {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    -moz-outline-: none;
}

.page {
    overflow: hidden;
}

.main-nav.js-transparent {
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.main-nav.dark{
    background-color: rgba(10,10,10, .95);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow:  none;
}

.main-nav.transparent {
    background: transparent !important;
}

.main-nav.dark .inner-nav ul > li  a{
    color: rgba(255,255,255, .7);
}

.main-nav.dark .inner-nav ul > li > a:hover,
.main-nav.dark .inner-nav ul > li > a.active{
    color: #fff;
}

.main-nav.dark .mobile-nav{
    background-color: transparent;
    border-color: transparent;
    color: rgba(255,255,255, .9);
}
.main-nav.dark .mobile-nav:hover,
.main-nav.dark .mobile-nav.active{
    color: #fff;
}

.main-nav.mobile-on.dark .inner-nav{
    border-top: 1px solid rgba(100,100,100, .4);
}

.banner-img-wrap {
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    align-content: center;
}

.small-height {
    height: 55px !important;
}

.active {
    font-weight: bold !important;
    color: #ffffff !important;
}

.main-nav {
    width: 100%;
    height: 75px !important;
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    background: rgba(255,255,255, .97);
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.05);
    box-shadow: 0 1px 0 rgba(0,0,0,.05);
    z-index: 1030;
    -webkit-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.stick-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
}

.full-wrapper {
    margin: 0 5%;
}

.relative {
    position: relative;
}

.nav-logo-wrap{
    float: left;
}

.nav-logo-wrap .select-lang{
    display: table-cell;
    vertical-align: middle;
    max-width: 118px;
    height: 75px;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    padding-left: 2em;
}

.nav-logo-wrap .switch {
    margin-bottom: 8px;
    width: 100%;
    background: #3A3F45;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-logo-wrap .switch > a {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #888888;
    text-align: center;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    position: relative;
    border: 1px #888888 solid;
    padding: 0 5px;

}

.nav-logo-wrap .switch > a.active {
    /*border-color: #ffc317;*/
    /*color: #ffc317;*/
    background: #DB8E0C;
    font-weight: bold;
}

.nav-logo-wrap .logo{
    display: table-cell;
    vertical-align: middle;
    max-width: 118px;
    height: 75px;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.nav-logo-wrap .logo img{
    max-height: 100%;
}
.nav-logo-wrap .logo:before,
.nav-logo-wrap .logo:after{
    display: none;
}
.logo,
a.logo:hover{
    font-family: Dosis, arial, sans-serif;
    font-size: 18px;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-decoration: none;
    color: rgba(0,0,0, .9);
}

.inner-nav {
    display: inline-block;
    position: relative;
    float: right;

}

.inner-nav > ul {
    float: right;
    margin: auto;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
}

.clearlist, .clearlist > li {
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
}

.inner-nav > ul > li {
    float: left;
    position: relative;
    height: 75px; line-height: 75px;
    margin-left: 30px;
}

.inner-nav > ul  > li > a{
    color: #ffffff;
    letter-spacing: 2px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.inner-nav > ul  > li ul {

    border: none;
    border-width: 0 1px 1px;
    /*box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);*/
    left: -9999px;
    overflow: hidden;
    position: absolute;
    top: -9999px;
    z-index: 2;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -moz-transition: -moz-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.inner-nav > ul > li:hover  ul  {
    left: 0;
    width: 4vw;
    top: 68px;
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    /*border-bottom: 1px #947f77 groove;*/
}

.inner-nav > ul > li:hover  ul li {
    height: 40px;
    line-height: 40px;
    list-style: none;
    text-align: left !important;
    border-bottom: 1px rgba(132, 142, 152, 0.96) groove;

}

.www {
    color: rgba(132, 142, 152, 0.96) !important;
}

.select-drop.bg-c {
    /*box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);*/
    /*background-color: rgba(10,10,10, .95);*/
    color: #000000 !important;
}

.page-section,
.small-section{
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    /*padding: 140px 0;*/
}

.content-wrap {
    width: 100%;
    position: absolute;
}

.content-wrap2 {
    width: 100%;
    height: 100px;
    margin-top: 20px;
}

.white-bg {
    background: #ffffff !important;
}

.border-bottom-line {
    border-bottom: 1px rgba(225, 225, 225, 0.45) groove;
}

.f4-bg {
    background: #f4f4f4;
}

.black-bg {
    background: #000000;
}

.black-color {
    color: black !important;
}

.home-01-content {
    width: 100%;
    /*height: 65vh;*/
    height: 45vw;
}


.selected {
    color: #ffffff !important;
    border: 1px #ffffff groove !important;
}

.title-block {
    background: #947f77;
    width: 42px;
    height: 10px
}

.home-01-title-block {
    margin-top: 5vw;
    margin-left: 10vw;
    margin-bottom: 3vw;
}

.home-02-title-block {
    float: right;
    margin-top: 3vh;
    margin-right: 10vw;
    margin-bottom: 5vh;
}

.home-01-content-block {
    float: left;
    width: 30vw;
    margin-top: 1vw;
    margin-left: 10vw;
}

.home-title1 {
    letter-spacing: 6px;
}

.home-title2 {
    color: #947f77;
    letter-spacing: 2px;
    margin-bottom: 1vw !important;
}

.home-01-img-block {
    float: right;
    width: 55vw;
    height: 50vh;
}

.home-01-img-right {
    float: right;
    margin-right: 3vw;
    height: 45vh
}

.home-01-img-botton {
    width: 100%;
    margin-top: 5vh;
    margin-bottom: 5vh;
}

.home-02-content-block {
    margin-left: 10vw;
    width: 90vw;
    margin-top: 20vh;
    height: 45vh;
    margin-bottom: 15vh;
}

.home-02-content-block .content-wrap {
    width: 50vw;
    height: 30px;
    margin-left: 15vw;
    text-align: center;
}

.home-02-content-block .right-img {
    right: 3vw;
    bottom: 15vh;
    position: absolute;
    width: 25vw;
}

.home-03-content-block {
    /*float: left;*/
    margin-left: 10vw;
    width: 80vw;
    margin-top: 10vh;
    margin-bottom: 20vh;
}

.home-03-right-img {
    float: right;
    width: 10vw;
    height: 5vh;
    background: black;
}

.home-03-content-img-wrap {
    width: 45vw;
    display: table-cell;
}

.home-03-content-content-wrap {
    width: 35vw;
    display: table-cell;
}

.home-03-content-content-wrap .content-wrap {
    width: 25vw;
    margin-top: 5vh;
    margin-left: 3vw;
    height: 5vh;
}


.footer-wrap {
    width: 60vw;
    margin-left: 20vw;
    margin-top: 10vh;
    margin-bottom: 5vh;
    border-bottom: #505050 solid 2px;
    height: 42vh;
}

.footer-wrap > div {
    width: 20vw;
    display: table-cell;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-wrap > div > ul {
    width: 10vw;
    display: table-cell;
}

.footer-wrap > div > ul > li {
    margin-bottom: 1.2em;
    list-style-type: none
}

.footer-wrap .big-title {
    color: #ffffff;
    font-family: BT;
    letter-spacing: 2px;
}

.footer-wrap input, textarea {
    width: 8.5vw;
    font-size: 12px;
    padding: .5em;
    /* border-radius: 5px; */
}

.footer-wrap input:first-child {
    float: left;
}

.footer-wrap input:nth-child(2n) {
    float: right;
}

.footer-wrap textarea {
    margin-top: 1em;
    width: 20vw;
}

.footer-wrap button {
    float: right;
    margin-top: 1em;
    padding: .8vh 2.2vw;
    color: #ffffff;
    /* width: 6vw; */
    background: #947f77;
    border: none;
    letter-spacing: 5px;
    font-size: 14px;
}

.icp-wrap {
    text-align: center;
    font-size: 14px;
    margin-bottom: 5vh;
}

.iconshop {
    font-size: 20px !important;
}

.team-wrap {
    width: 65vw;
    margin-left: 17.5vw;
}

.team-wrap .team-content-wrap {
    margin-top: 10vh;
    display: flex;
    display: -webkit-flex;
    margin-bottom: 10vh;
}

.team-wrap .team-content-wrap .introduce {
    text-align: center;
    padding: 30px;
}

.introduce-name {
    font-size: 20px;
}

.introduce-title {
    font-size: 12px;
    margin-bottom: unset !important;
}

.team-wrap .team-content-wrap .img-left-wrap {
    margin-right: 5vw;
}

.team-wrap .team-content-wrap .img-center-wrap {
    margin-top: 10vh;
    margin-left: 5vw;
    margin-right: 5vw;
    vertical-align: bottom;
}

.team-wrap .img-right-wrap {
    margin-left: 5vw;
}

.team-wrap .img-left-wrap,
.team-wrap .img-center-wrap,
.team-wrap .img-right-wrap {
    width: 15vw;
    display: inline-block;
}

.team-wrap .img-left-wrap:hover .team-item-image:after,
.team-wrap .img-center-wrap:hover .team-item-image:after,
.team-wrap .img-right-wrap:hover .team-item-image:after {
    background: rgba(255, 255, 255, 0.93);
}

.team-item-image{
    position: relative;
    overflow: hidden;
}
.team-item-image img{
    width: 100%;
}

.team-item-image:after{
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 1;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.team-item-detail{
    opacity: 0;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 10%;
    font-size: 12px;
    font-weight: 300;
    color: #777;
    text-align: center;
    z-index: 2;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.work-img:hover .team-item-detail,
.team-wrap .img-left-wrap:hover .team-item-detail,
.team-wrap .img-center-wrap:hover .team-item-detail,
.team-wrap .img-right-wrap:hover .team-item-detail{
    opacity: 1;
}

.team-wrap .img-left-wrap:hover .team-item-detail > p,
.team-wrap .img-center-wrap:hover .team-item-detail > p,
.team-wrap .img-right-wrap:hover .team-item-detail > p{
    margin: 0 !important;
}

.font-alt{
    font-family: Dosis, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.normal{
    font-weight: normal;
}

.team-wrap .wine-content-wrap {
    padding: 25vh 10vw 20vh 10vw;
    text-align: center;
}

.team-wrap .wine-content-wrap .content-p {
    font-size: 12px;
    color: #947f77;
    margin-top: 5vh;
}

.team-bottom-img-list {
    width: 100%;
}

.team-bottom-img-list ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0 0 0 -10px;
}

.work-item {
    /*position: absolute;*/
    left: 0px;
    top: 0px;
    padding: 0 0 10px 10px;
    width: 25%;
    float: left;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.work-img{
    position: relative;
    overflow: hidden;
}
.work-img img{
    width: 100%;
    display: block;
    overflow: hidden;
}

.work-item .work-img:after{
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(250,250,250, 0);

    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);

}

.work-item:hover .work-img:after{
    background: rgba(255, 255, 255, 0.93);
}

.work-item .work-intro{
    opacity: 0;
    bottom: -94px;
}

.work-item:hover .work-intro{
    opacity: 1;
}

.work-intro{
    width: 100%;
    height: 84px;
    padding: 20px 20px 0 20px;
    -webkit-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.work-item:hover .work-intro{
    /*bottom: auto;*/
    /*top: 50%;*/
    color: #fff;
    -webkit-transform: translateY(-99px);
    -moz-transform: translateY(-99px);
    transform: translateY(-99px);
    z-index: 3;
}

.work-title{
    margin: 0 0 8px 0;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1.2;
}

.work-item:hover .work-title{
    color: #ccc;
}

.work-item:hover .work-intro,
.work-item:hover .work-title,
.work-item:hover .work-descr{
    color: #fff;
}

/*.works-grid.hover-white .work-item:hover .work-intro,*/
/*.works-grid.hover-white .work-item:hover .work-title,*/
/*.works-grid.hover-white .work-item:hover .work-descr{*/
/*    color: #000;*/
/*}*/








