@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700&subset=latin-ext');

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

*{
    margin: 0;
    padding: 0;
}

root { 
    display: block;
}

body {
    overflow-x: hidden;
    font-family: 'Quicksand', sans-serif;
    background: #fff;
    color: #6a4c2d;
    padding-top: 40px;
}

::-moz-selection {
    background: rgba(160,100,45,0.5);
    text-shadow: none;
}

::selection {
    background: rgba(160,100,45,0.5);
    text-shadow: none;
}

input::-webkit-input-placeholder {
    color: #ccc!important;
}
input:-moz-placeholder {
    color: #ccc !important;
}
input::-moz-placeholder {
    color: #ccc !important;
}
input:-ms-input-placeholder {
    color: #ccc !important;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

a{
    color: #6a4c2d;
    text-decoration: none;
    outline-width: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

a:hover{
    color: #0574b5;
}

p{
    font-weight: 400;
    color: #6a4c2d;
}

strong{
    font-weight: 700;
}

h1,h2,h3,h4,h5,h6{
    color: #6a4c2d;
    font-family: 'Noto Serif', serif;
    line-height: 1.5em;
}

.fancy {
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
}

.fancy span {
    display: inline-block;
    position: relative;  
}
.fancy span:before,
.fancy span:after {
    content: "";
    position: absolute;
    height: 4px;
    border-top: 1px solid #d5c9b4;
    top: 0.55em;
    width: 100px;
    text-align: center;
}
.fancy span:before {
    right: 100%;
    margin-right: 15px;
}
.fancy span:after {
    left: 100%;
    margin-left: 15px;
}

.fancy > span > i{
    color: #9dbed9;
}

.main-content{
    padding: 64px 0px 32px 0px;
}

.grad-brown{
    background: #6a4c2d;
    background: -moz-linear-gradient(45deg, #6a4c2d 0%, #534122 20%, #927239 40%, #6a4c2d 60%, #927239 80%, #6a4c2d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #6a4c2d 0%,#534122 20%,#927239 40%,#6a4c2d 60%,#927239 80%,#6a4c2d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #6a4c2d 0%,#534122 20%,#927239 40%,#6a4c2d 60%,#927239 80%,#6a4c2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a4c2d', endColorstr='#6a4c2d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.section{
    padding: 36px 0px;
}

.section-light{
    background: #f9f7f3;
}

.section-dark{
    background: #6a4c2d;
    background: -moz-linear-gradient(45deg, #6a4c2d 0%, #534122 20%, #927239 40%, #6a4c2d 60%, #927239 80%, #6a4c2d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #6a4c2d 0%,#534122 20%,#927239 40%,#6a4c2d 60%,#927239 80%,#6a4c2d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #6a4c2d 0%,#534122 20%,#927239 40%,#6a4c2d 60%,#927239 80%,#6a4c2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a4c2d', endColorstr='#6a4c2d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.section-dark h1,.section-dark h2, .section-dark h3{
    color: #ebe4d8;
}

.section-dark p{
    color:  #d5c9b4;
}

.section-title{
    background: #6a4c2d;
    background: -moz-linear-gradient(45deg, #6a4c2d 0%, #534122 20%, #927239 40%, #6a4c2d 60%, #927239 80%, #6a4c2d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #6a4c2d 0%,#534122 20%,#927239 40%,#6a4c2d 60%,#927239 80%,#6a4c2d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #6a4c2d 0%,#534122 20%,#927239 40%,#6a4c2d 60%,#927239 80%,#6a4c2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a4c2d', endColorstr='#6a4c2d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 32px 0px;
}

.section-title > h3{
    color: #ebe4d8;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.title-border{
    width: 240px;
    display: block;
    margin: 0 auto;
}

ul.gallery-list{
    list-style: none;
    text-align: center;
    font-size: 0;
}

ul.gallery-list > li{
    vertical-align: top;
    padding: 16px 12px;
    background: #fff;
    font-size: 16px;
    position: relative;
    display: inline-block;
    text-align: center;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    border: 2px solid transparent;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}

ul.gallery-list > li:hover{
    -webkit-box-shadow: 0px -10px 40px 0px rgba(5,116,181,0.1);
    -moz-box-shadow: 0px -10px 40px 0px rgba(5,116,181,0.1);
    box-shadow: 0px -10px 40px 0px rgba(5,116,181,0.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 99;
}


img.gl-img{
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin: 12px 0px;
}

.gl-title{
    height: 36px;
    line-height: 1em;
    margin: 0;
    padding: 0;
}

.gl-description{
    margin: 0;
    padding: 0;
    font-size: 14px;
    height: 40px;
    overflow: hidden;
}

a.gl-link{
    display: block;
    position: absolute;
    color: #0574b5 !important;
    top:0;
    right:0;
    bottom: 0;
    left:0;
    z-index: 999;
    width: 100%;
    height: 100%;
}

.video{
    text-align: center;
}

.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}







#opinion-list{
    list-style: none;
}

blockquote.opinion{
    text-align: left;
    padding: 12px 32px 0px 32px;
    min-height: 160px;
    border: none;
}

blockquote.opinion > p{
    font-size: 14px;
    line-height: 1.1em;
}

blockquote.opinion > small{
    color: #d5c9b4;
}

.content-slider{
    padding: 32px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    display: none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #ac894b;
}

#gallery{
    font-size: 0;
}

.lg-sub-html > h4{
    color: #fff;
    font-size: 16px;
}

ul.ws-gallery{
    list-style: none;
    font-size: 0;
    margin: 0;
    padding: 0;
}

ul.ws-gallery li{
    font-size: 14px;
}



li.gallery-item{
    float: left;
    width: 50%;
    height: 200px;
    overflow: hidden;
}

li.gallery-item > a{
    display: block;
    width: 100%;
    height: 100%;
}

li.gallery-item > a > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

li.gallery-item > a > img:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
    -webkit-filter: contrast(120%); /* Safari 6.0 - 9.0 */
    filter: contrast(120%);
}

.ws-img-responsive{
    display: block;
    width: 100%;
}

#map-canvas{
    display: block;
    width: 100%;
    height: 500px;
}

#map-content p{
    font-size: 1.2rem;
    line-height: 1.4em;
}

.product{
    display: block;
    width: 100%;
}

.product > .prod-block{
    width: 100%;
    display: block;
    background:  #f9f7f3;

}

.prod-info{
    padding: 16px;
    margin-bottom: 16px;
}

.prod-info h2{
    margin: 0;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-size: 18px;
}

.prod-info > p{
    text-align: justify;
    line-height: 1.4em;
    font-size: 13px;
    padding: 6px 0px 0px 0px;
}


.prod-img{
    width: 100%;
    max-width: 400px;
    height: 160px;
    object-fit: cover;
    object-position: 50% 50%;
}


ul.list-custom{
    list-style: none;
    text-align: left;
}

ul.list-custom.list-bold li{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1em;
    padding:4px 0px;
    border-bottom: 1px solid #ebe4d8;
}

ul.list-custom li:before{
    font-family: 'Glyphicons Halflings';
    content: "\002a";
    font-size: 10px;
    color: #ac894b;
    padding: 0px 6px 2px 2px;
}

.meals{
    text-align: left;
}

hr.divider-bold{
    border: none;
    border-bottom: 4px solid #d5c9b4;
    display: block;
    width: 100%;
    margin: 32px 0px;
}

.contact-person{
    background: #f9f7f3;
    padding: 24px 16px;
}

.contact-person h3{
    margin: 0;
    padding: 0;
}

.contact-person a{
    font-size: 16px;
    display: inline-block;
text-decoration: none;
outline-width: 0;
}

.contact-person a:hover{
    color: #a87a2a;
}


@media (min-width: 420px){
    li.gallery-item:first-child, li.gallery-item:first-of-type{
        width: 100%;
        height: 300px;
    }



}


@media (min-width: 768px){

    ul.gallery-list > li{
        width: 48%;
        margin: 1%;
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
        text-decoration: none;
        border:none;
        box-shadow: 0;
        outline-width: 0;
    }


    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
        font-size: 56px;
        position: absolute;
        display: block;
        top: 10%;
        cursor: pointer;
        padding: 24px 12px;
        width: 24px;
        line-height: 1em;
        text-align: center;
        background: none;
        color: #ac894b;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{
        color: #6a4c2d;
        background: none;
    }

    .owl-carousel{
        padding: 0px 32px;
    }

    .owl-carousel .owl-nav button.owl-next{
        right: 0;
    }

    .owl-carousel .owl-nav button.owl-prev{
        left: 0;
    }


}


@media (min-width: 992px){

    li.gallery-item{
        width: 33.333%;
        height: 320px;
    }

    li.gallery-item:first-child, li.gallery-item:first-of-type{
        width: 60%;
        height: 400px;
    }

    li.gallery-item:nth-child(2),li.gallery-item:nth-of-type(2),li.gallery-item:nth-child(3),li.gallery-item:nth-of-type(3){
        width: 40%;
        height: 200px;
        float: right;
    }

    .product{
        margin: 0px -12px;
    }
    .product > .prod-block{
        width: 50%;
        float: left;
        height: 280px;
        display: block;
        overflow: hidden;
        border: 6px solid #fff;
    }

    .product:nth-child(even) > .prod-block{
        float: right;
    }

    .prod-info{
        padding: 32px 24px;
        margin: 0;
    }

    .prod-info > p{
        font-size: 14px;
    }
    .prod-img{
        width: 100%;
        max-width: 100%;    
        height: 280px;
    }


}

@media (min-width: 1200px){


}

@media (min-width: 1440px){

    li.gallery-item{
        width: 25%;
        height: 300px;
    }

    li.gallery-item:first-child, li.gallery-item:first-of-type{
        width: 50%;
        height: 500px;
    }

    li.gallery-item:nth-child(2),li.gallery-item:nth-of-type(2),li.gallery-item:nth-child(3),li.gallery-item:nth-of-type(3),
    li.gallery-item:nth-child(4),li.gallery-item:nth-of-type(4),li.gallery-item:nth-child(5),li.gallery-item:nth-of-type(5)
    {
        width: 25%;
        height: 250px;
        float: right;
    }

    li.gallery-item:nth-child(8),li.gallery-item:nth-of-type(8){
        width: 50%;
    }
}

/********* THEME ********/


.btn-ws{
    background: #6a4c2d;
    background: -moz-linear-gradient(45deg, #6a4c2d 0%, #534122 20%, #927239 40%, #6a4c2d 60%, #927239 80%, #6a4c2d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #6a4c2d 0%,#534122 20%,#927239 40%,#6a4c2d 60%,#927239 80%,#6a4c2d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #6a4c2d 0%,#534122 20%,#927239 40%,#6a4c2d 60%,#927239 80%,#6a4c2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a4c2d', endColorstr='#6a4c2d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #ebe4d8;
    border: 2px solid transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 10px 18px 9px 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    outline-width: 0;
    display: inline-block;
}
.btn-ws:active{
    background: #6a4c2d;
    color: #fff;
}

.btn-ws:hover,.btn-ws:visited,.btn-ws:focus{
    color: #fff;
    border-color: #ac894b;
    -webkit-box-shadow: inset 0px 0px 20px 0px rgba(58,46,24,0.8);
    -moz-box-shadow: inset 0px 0px 20px 0px rgba(58,46,24,0.8);
    box-shadow: inset 0px 0px 20px 0px rgba(58,46,24,0.8);
    text-decoration: none;
    outline-width: 0;
}
