/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

h1{
    text-transform: uppercase;
}
a{
    text-decoration: none;
}
div,img{

}
.text-short{
    font-style: italic;
}
.hide{
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    display:none;
}
.frow{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.siew {
    margin-top: 250px;
    margin-right: 203px;
    max-width: 70%;
}
.hand{
    position: absolute;
    right: 0;
    margin-top: -55px;
    max-width: 50%;
}
.frow img{
    /*max-width: 60%;*/
}
.frow.start{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.text-block{
    width: 35%;

}
.tb1{
    max-width: 522px;
    margin-right: 20px;
}
.tb2{
    position: absolute;
    left: 50%;

}

.alignme p {

}

.slick-slides:focus, .slick-slide, .slick-slide *{ outline: none !important; }

.slick-flex-container{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;

    min-height: 700px;
    width: 100%;
    margin-top: 150px;
}
.slick-flex-container > div{

    width: 30%;
    min-height: 315px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;


}

.text-long{

    display: block;
}
.slick-flex-container img{
    width: 50%;
}




.slick-dots li.slick-active{
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 7px #af875e;
    box-shadow: inset 0 0 0 7px #af875e;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.slick-dots li{
    width: 30px;
    height: 30px;
    background-color: #af875e;
    margin-left: 12px;
    margin-right: 12px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
    border-radius: 50%;
}
.slick-flex-container div h1{
    margin-bottom: 0;
    margin-top: 0;
    font-size: 89px;
    line-height: 89px;
}
.slick-dots{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 6px;
    position: absolute;
    bottom: 10px;
    left: 17%;
    margin-left: 0;
    list-style: none;
    list-style-type: none;
}



.menu-selector a h1{
    font-size: 26px;
    width: 60%;
    text-align: center;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}
.menu-selector{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 100px;
    margin-bottom: 150px;
}

.menu-selector a{
    display: block;

    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}
@media only screen and (max-width: 1680px){
    .slick-flex-container div h1{

        font-size: 72px;
        line-height: 72px;
    }
}
@media only screen and (max-width: 1300px){
    .slick-flex-container div h1{

        font-size: 50px;
        line-height: 50px;
    }
}
@media only screen and (max-width: 1500px)
{
    .page-template-template-eat .tb1{
         padding-left: 20%;
    }
    .hand{
        position: absolute;
        right: -14%;
        margin-top: -55px;
        max-width: 50%;
    }
    .siew{
        margin-top: 190px;
    }
}
@media only screen and (max-width: 1300px) {

    .img-cont{

        width: 90%;
        text-align: center;
    }
    .siew{
        margin-top: 120px;
        margin-right: 160px;
        max-width: 60%;
    }
    .hand{
        position: absolute;
        right: -9%;
        margin-top: -55px;
        max-width: 45%;
    }

    .slick-dots{
        left: 16%;
    }

    .menu-selector{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: auto;
        margin-right: auto;
    }
    .slick-flex-container {
        min-height: 520px;
    }

}

.menu-selector svg text{
    display:none;
}
.menu-selector a{
    position: relative;
}
.menu-text{
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
    color: #F9C389;
    font-size: 24px;
    font-family: 'TelemaqueFY-Rg';
    text-transform: uppercase;
    width:90%;
}
@media only screen and (max-width: 1140px) {
    .menu-selector a svg{
        width: 120px;
        height: 140px;
    }
    .menu-text{
        position: absolute;
        bottom: 29px;
        font-size: 12px;
    }
    .slick-dots{
        left: 15%;
    }
    .menu-selector a {
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media only screen and (max-width: 1100px) {
    .slick-flex-container {
        min-height: 500px;
    }
}

@media only screen and (max-width: 1024px) {
    .slick-flex-container > div {
        width: 32%;
    }
    .page-template-template-eat .tb1{
        padding-left: initial;
    }
    .frow{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .frow.start{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tb2{
        position: relative;
        left: initial;
        width: 80%;
        max-width: 400px;
        margin-top: 75px;
    }

    .siew{
        margin-top: 140px;
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .hand{
        position: absolute;
        right: -37%;
        margin-top: -160px;
        max-width: 100%;
    }

    .tb1{
        width: 80%;
        margin: 0 auto;
        text-align: left;
        max-width: 400px;
    }



}
@media only screen and (max-width: 1800px){

}

@media only screen and (max-width: 800px){
    .slick-dots li {
        width: 24px;
        height: 24px;
    }
    .slick-flex-container > div {

        width: 32%;
        margin-top: 57px;
    }
    .alignme h1{
        font-size: 50px;
        line-height: 55px;
    }
    .slick-dots{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial;
        left: initial;
        padding-left: initial;
    }
    .siew{
        margin-top: 40px;
    }
}

@media only screen and (max-width: 600px) {
    .menu-selector{
        margin-top: 60px;
        margin-bottom: 20px;
    }
    .frow{

    }
    .slick-flex-container {
        margin-top: 0;
    }
    .menu-selector{
        max-width: 355px;
    }

    .slick-flex-container > div {
        width: 80%;
        margin: 0 auto;
        text-align: center;
        max-width: 400px;
    }

    .slick-flex-container{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .slick-flex-container > div {
        min-height: 0;
    }
    .slick-flex-container img {
        width: 100%;
    }
    .slick-flex-container > div{
        justify-content: flex-start;

        margin-top: 35px;
    }
    .hand{
        margin-top: -1px;
    }



}
@media only screen and (max-width: 415px) {
    .alignme h1 {

        font-size: 30px;
        line-height: 32px;
    }
}
@media only screen and (min-width: 1300px) {


    .slick-flex-container div h1 {
        height: 288px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .text-long{
        height: 132px;
    }
}