


h1, h2, h3, h4, h5, h6, p, a{
    font-family: 'Oswald', sans-serif;
}
p{
          letter-spacing: 0.0625em;

}
 a:focus {
    border-bottom: none!important;
    text-decoration: none!important;
    }
    a:link.img{
        border-bottom: none!important;
    text-decoration: none!important;
    }
body,
html,
#wrapper,
#container,
#content{
    height:100%;
    width:100%;
    position: relative;
}

#hero{
    width:100%;
    height:100%;
}

.outer {
    display: table;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}

.logo{
    width: 100%;
}

.navigation{
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    background-color: #7d7512;
    box-shadow: 0 0 10px rgba(0,0,0,.7);
}

.stick-navigation {
    position: fixed !important;
    height: 55px !important;
    z-index: 10 !important;
    top: 0 !important;
}

.navigation ul{
    padding: 0;
    margin:0;
    width: 100%;
    font-size: 0;
}

.navigation li{
    display: inline-block;
    width: 14%;
    text-align: center;
    /*border-right: 1px solid #5f5712;*/
}

.navigation li:nth-child(4){
    height:55px;
}

.navigation li.logo{
    width: 16%;
    position: relative;
    margin: -21px 0;
}

.navigation li.logo img{
    position: absolute;
    top: 5px;
    left: 0;
    width: 28px;
    right: 0;
    margin: 0 auto;
}

.navigation li:first-child{
    display: inline-block;
    text-align: center;
    /*border-left: 1px solid #5f5712;*/
}

.navigation li:last-child{
    float: right;
}

.navigation li a{
    background-color: #7d7512;
    width: 100%;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 15px 0;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.navigation li a:hover{
    text-decoration: none;
    background-color: #5f5712;
    height: 54px;
}
.logo a{
    height: 54px;
}
section.section{
    position: relative;
    padding:45px 0;
}

section.section.dark-bg,
.dark-bg .title h3{
    background-color: #3e5859;
    color: #fff;
}

section.section.light-bg,
.light-bg .title h3{
    background-color: #fff;
    color: #333;
}

.light-bg .title h3{
    color: #a1c097;
}

.title h3 {
    display: block;
    width: 300px;
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    position: relative;
    margin: 0 auto 30px;
    text-transform: uppercase;
    padding: 12px;
}

.title {
    position: relative;
    width:100%;
}

.title .line {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 4px;
    background-color: #ebc967;
    top: 26px;
}

.about {
    margin: 30px 0;
    font-size: 125%;
}

#about .row h3,
#guest .row h4,
#contacts  h4{
    font-size: 26px;
    font-family: 'Lobster', cursive;
}

#about .row p{
    font-size: 16px;
}

#about .col-md-4{
    margin-bottom:30px;
}

footer {
    background-color: #7d7512;
    margin: 0;
    color: #fff;
    padding: 10px 0;
    font-size: 18px;
    text-align: center;
}

.mapp-layout{
    border:none !important;
}

#latvia369{
    width: 100%;
    margin-bottom:30px;
}


/* ============================================== K ===*/

.offers ul{
    text-align: center;
    width: 900px !important;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding: 40px 0 0;
    list-style: none;
}

.offers ul a {
    margin: 0 0 0 0;
    padding: 0 20px;
    display: inline-block;
    zoom: 1;
    width:200px;
}

.offers ul img {
    width: 100%;
    /*height: 390px;*/
}

.offers .offer{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.offers-container{
    position:relative;
    /*padding: 60px 0;*/
}

.offers-container a:hover{
    text-decoration: none;
}

.offers-container #info-window {
    width: 100%;
    height: 100%;
    top: 0;
    opacity:0;
    background: rgba(255,255,255,1);
    position: absolute;
    pointer-events: none;
    -webkit-transition: opacity .7s;
    -moz-transition: opacity .7s;
    -ms-transition: opacity .7s;
    -o-transition: opacity .7s;
    transition: opacity .7s;
}

#info-window .info-body{
    width: 800px;
    position: absolute;
    height: 50%;
    left: 0;
    padding: 15px;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: lightgray;
    -webkit-transition: background-color .7s;
    -moz-transition: background-color .7s;
    -ms-transition: background-color .7s;
    -o-transition: background-color .7s;
    transition: background-color .7s;
    text-align: left;
}

#info-window .close {
    display: block;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    background: #7d7512;
    position: absolute;
    top: -15px;
    left: -15px;
    border: 4px solid #fff;
    border-radius: 50%;
    opacity: 1;
    cursor: pointer;
}

#info-window .close img{
    position: relative;
    top: -2px;
}

#info-window h3{
    background: none;
    color: #fff;
    font-size: 22px;
    width: auto;
    padding: 0;
    text-align: left;
}

#info-window .inner{
    position: relative;
    width:100%;
    height:100%;
    color:#fff;
}

#info-window .left,
#info-window .right{
    float: left;
    height: 100%;
}

#info-window .left{
    width:25%;
}

#info-window .right{
    width:75%;
}

.slick-initialized .slick-slide {
    outline: none;
}

a:focus {
    outline: none;
}

#info-window.active{
    opacity:1;
    pointer-events: auto;
}


#info-window img.bottle {
    width: 165%;
    margin: auto;
    position: relative;
    top: -65px;
    left: -138px;
}

#info-window img.logo {
    width: 144px;
    height: initial;
    margin: auto;
    right: -220px;
    padding: 0;
    position: absolute;
    top: -36px;
}

#info-window b{
    display: block;
}

#info-window h3:after,
#info-window p:after{
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background: #fff;
    margin: 15px 0;
}

#slick-custom-controls {
    margin: 0;
    padding: 20px 0;
    list-style: none;
    text-align: center;
}

#slick-custom-controls li{
    display: inline-block;
}

#slick-custom-controls a {
    padding: 5px 12px;
    margin: 0 4px;
    color: #7d7512;
    background-color: #fff;
    border: 1px solid #7d7512;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block;
    width: 108px;
}



#slick-custom-controls a:hover,
#slick-custom-controls a.active{
    color: #fff;
    background-color: #7d7512;
    text-decoration: none;
}

.category-offer-arrows {
    font-weight: 900;
    position: absolute;
    margin: auto;
    display: block;
    top: 135px;
    color: #7d7512;
    font-size: 14px;
    text-transform: uppercase;
}

.category-offer-arrows.prev{
    left: -74%;
}

.category-offer-arrows.next {
    right: -69%;
}

.category-offer-arrows.prev:before,
.category-offer-arrows.next:after{
    content: '';
    width: 10px;
    display: block;
    height: 10px;
    position: absolute;
    background-color: #7d7512;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
}

.category-offer-arrows.prev:before{
    left: -17px;
}

.category-offer-arrows.next:after{
    right: -17px;
}

.offers .offer span {
    text-align: center;
    margin: 4px 0 15px;
    display: block;
    text-transform: uppercase;
    color: #a1c097;
    font-size: 18px;
}

.offer-hover-opacity-0{
    opacity:.4;
}
.offer-hover-opacity-1{
    opacity:1 !important;
}

.mobile-toggle{
    display: none;
    position: relative;
    height: 55px;
}

.mobile-toggle span{
    width: 100%;
    height: 2px;
    display: block;
    background-color: #fff;
    margin-top: 6px;
}

.mobile-toggle div{
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-top: 10px;
}

.navigation{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.open-navigation{
    height: 389px !important;
}

/*[id^="category-"] .offer:nth-child(n+5){
    display:none;
}*/

.mega-slider li{
    display: inline-block;
}

.wines-slider .slick-arrow {
    position: absolute;
    top: 225px;
}

.slick-prev {
    left: -70px;
}

.slick-next {
    right: -40px;
}

@media (max-width: 992px) {

    #hero {
        height: 600px;
    }

    #hero .logo {
        width: 300px;
    }

    #latvia369 {
        height: 300px;
    }

    .mapp-canvas{
        height:320px !important;
    }

    #wpadminbar {
        top: -47px !important;
    }

    .offers-container #info-window {
        width: 90%;
        left: 5%;
    }

    #info-window img.bottle {
        left: -25px;
        width: 97px;
        top: -6px;
    }

    .title h3 {
        width: 200px;
        font-size: 24px;
    }

    #info-window img.logo {
        display: none !important;
    }

    .offers ul,
    #info-window .info-body{
        width: 100%;
    }
    .category-offer-arrows.next {
        right: 0;
        top: 90%;
    }

    .category-offer-arrows.prev {
        left: 116px;
        top: 90%;
    }

    #info-window img.logo {
        right: -190px;
    }


    .mobile-toggle{
        display: block;
    }

    .stick-navigation{
        /*position: absolute !important;*/
    }

    .navigation {
        height:55px;
        overflow:hidden;
        margin: 0 !important;
        bottom: auto;
        top: 0;
    }

    .navigation li:first-child {
        border-left: none;
    }

    .navigation li {
        display: block;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #5f5712;
        text-align: left !important;
    }

    .navigation li a{
        padding:15px;
    }

    .navigation li:last-child {
        border: none;
    }

    .navigation li.logo {
        display: none;
    }

    #info-window .info-body {
        top: 116px;
        width: 100%;
        left: 0;
        position: absolute;
        height: 292px;
    }

    #slick-custom-controls li:last-child a{
        margin-top:8px;
    }

    [id^="category-"] .offer:nth-child(n+4){
        display:none;
    }

    .title .line {
        position: absolute;
        display: block;
        content: '';
        width: calc(100% - 30px);
        height: 4px;
        background-color: #ebc967;
        top: 26px;
        margin-left: 15px;
    }
}

.sm-wine-slider{
    display: block;
}

.mobile-slider img{
    width:30%;
    max-width: 200px;
    min-width: 100px;
    margin:0 auto;
}


/** NEW **/
@media (max-width: 1200px) {
    .lg-wine-slider{
        display: none;
    }
}

@media (min-width: 1200px) {
    .sm-wine-slider{
        display: none;
    }
}

.suga-container {
    width: 100%;
    margin: 0;
}

.suga-slider-wrap {
    overflow: hidden;
}

.suga-slider-group{
    padding:0 !important;
}

.suga-slider-group:before,
.suga-slider-group:after {
    content: " ";
    display: table;
}
.suga-slider-group:after {
    clear: both;
}

.suga-slide {
    float: left;
    position: relative;
    margin-left: 0;
    width:25%;
}

.slick-arrow{
    color: #7d7512;
    font-size: 14px;
    border: none;
    font-weight: 600;
    background: none;
    text-transform: uppercase;
}

.wines-slider .slick-arrow:after {
    content: '';
    width: 10px;
    display: block;
    height: 10px;
    position: absolute;
    background-color: #7d7512;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
}

.wines-slider .slick-prev:after {
    left: -25%;
}

.wines-slider .slick-next:after {
    right: -30%;
}
#slick-custom-controls a:focus{
    border-bottom: 1px solid #7d7512 !important;
}
/* =========== M ========== */
.lang{
    position: absolute;
    top: 60px;
    right: 20px;
    display: inline-block;
    float: right;
    width: auto;
}

@media (min-width: 992px) {
    .lang{
        width: 100px;
    }
}

.lang li{
    list-style-type: none;
}
.soc {
    position:absolute;
    top:60px;
    left:40px;
}
.mobile-slider span{
    font-size:26px;
    font-weight: 600;
    color: #7d7512;
}
.aligncenter {  
    width: auto;
    height: auto;}
@media (max-width: 1000px) {
.aligncenter {  
    width: 100%;
    height: auto;}
}

