
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Italianno&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;900&display=swap');
a {
    color: #9e8965;
}
header.navbar-fixed-top {
    /* background: linear-gradient(to right,#212121, #404040) !important; */
    background: linear-gradient(to right,#fff, #fff) !important;
}

header.navbar-fixed-top div#navbar{
    background:none;
}
@media(max-width: 991px){
    header div#navbar{
        background:rgb(255 255 255 / 70%);
    }
}
.navbar-fixed-top #navbar li a{
    color: #201e1f !important;
    text-shadow:none !important;
    font-family: "Oswald" !important;
}

@media(max-width: 991px){

    #fh5co-header {
        background:transparent;
    }
    header.navbar-fixed-top{
        /*background: linear-gradient(to right,#212121, #404040) !important;*/
        background: linear-gradient(to right,#fff, #fff) !important;
    }
    .fh5co-nav-toggle i {
        color: #ffff00;
        background: #9e8965;
    }
    .fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
        content: '';
        width: 25px;
        height: 3px;
        background: #9e8965;
    }
    .fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
        background: #9e8965;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border:none !important;
    }
}

#fh5co-header #navbar li a {
    color:WHITE;
}
#fh5co-header.navbar-fixed-top #navbar  {
    color: #494949 !important;
}

@font-face {
    font-family: "Adam";
    src: url("../fonts/Adam.tff") format("truetype");
}
.owl-carousel-fullwidth .item {
    background-repeat: no-repeat;
    background-size: cover;
    /*background-position: center !important;*/
    position: relative;
}
div#navbar{
    text-align: center !important;
}
div#navbar > ul.nav{
    display:inline-block !important;

}
#navbar li a{
    font-weight: lighter;
    font-size: 18px;

    text-transform: capitalize;
    font-family: 'Raleway', sans-serif;
}
.navbar-brand{
    padding:0;
    width: 100%;
    text-align: center;
}
.navbar-brand img{
    max-width: 172px;
    /*display:inline-block;*/
    margin-top: -20px;
}
.vadisection{
    background-repeat: no-repeat !important;
    background-size:100% auto;
    background-position: center center;
    position: relative;
    /*padding-top: 90px !important;*/

}
@media(max-width: 991px){
    .vadisection{
        min-height: 760px;
        background-size: auto 100% !important;
    }
}
/*.vadisection .imgback{

    position: absolute;
    width:100%;
    height:100%;
    min-height: 100%;
    left:0;
    top:0;
    z-index:3;
    -webkit-mask-image:-webkit-gradient(linear, left top, right bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    mask-image: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
}*/
.vadisection .container{
    width:100%;
    left:0;
    top:0;
    z-index:4;
    padding-top:50px;
    padding-left:30px;
    padding-right:30px;
}
.vadisection h1,.vadisection h2, .vadisection h3{
    color: #FFF;
}
.vadisection h1 span,.vadisection h2 span, .vadisection h3 span{
    color:WHITE !important;
}
.vadisection p{
    color: #ffffff;
    font-size: 19px;
    text-align: justify;
    font-weight: 400;
    font-family: 'Roboto', sans-serif !important;
}

.vadisection .whiteoverlay{
    background-color: rgb(89, 89, 89);
    position: relative;
}
.vadisection .whiteoverlay img{
    box-shadow: 10px 10px 34px #9f8a66;
    z-index: 3;
}
@media(max-width: 991px){
    .vadisection .whiteoverlay::after{
        bottom: -19px !important;
        left: -14px !important;
        top:unset !important;
    }
    .vadisection .whiteoverlay::before{
        bottom: -84px !important;
        top:unset !important;
        left: 1px !important;
    }
}
.vadisection .whiteoverlay::after{
    content: "";
    position: absolute;
    top: 27px;
    right: -23px;
    height: 50px;
    background-color: #6dad61;
    width: 50px;
    z-index: 1;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -ms-transform: rotate(-30deg) skewX(30deg);
}
.vadisection .whiteoverlay::before{
    content: "";
    position: absolute;
    top: 0;
    right: -69px;
    height: 60px;
    background-color: #ffffff;
    width: 60px;
    z-index: 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -ms-transform: rotate(-30deg) skewX(30deg);
}


.minibox{

    position: relative;
}
.minibox img{

    z-index:3;
}
@media(max-width: 991px){
    .minibox::after{
        bottom: -19px !important;
        left: -14px !important;
        top:unset !important;
    }
    .minibox::before{
        bottom: -84px !important;
        top:unset !important;
        left: 1px !important;
    }
}
.minibox::after{
    content: "";
    position: absolute;
    top: 27px;
    right: -23px;
    height: 50px;
    background-color: #6dad61;
    width: 50px;
    z-index: 1;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -ms-transform: rotate(-30deg) skewX(30deg);
}
.minibox::before{
    content: "";
    position: absolute;
    top: 0;
    right: -69px;
    height: 60px;
    background-color: #ffffff;
    width: 60px;
    z-index: 1;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -ms-transform: rotate(-30deg) skewX(30deg);
}


/*,header.navbar-fixed-top::before*/

div#slider{
    position: relative;
}
h1.vadi1,h2.vadi1,h3.vadi1,h4.vadi1,h5.vadi1,h5.vadi1{
    font-family: 'Roboto', sans-serif !important;

}
.img-responsive{
    max-width: 100%;
}
.frame1{
    position: relative;
    display:block;
}
.frame1 .leftpulp{
    border-left:10px solid GRAY;
    border-top:10px solid GRAY;
    width:95%;
    min-height: 95%;
    position: absolute;
    left:5%;
    top:-5%;
    z-index:5;
    height:95% !important;
    display:none;
}
.frame1 .rightpulp{
    border-right:10px solid #484848;
    border-bottom:10px solid #484848;
    width:95%;
    min-height: 95%;
    position: absolute;
    right:5%;
    top:-5%;
    z-index:5;
    height:95% !important;
    display:none;
}

.frame1 img{
    border: 15px solid #6cad61;
    box-shadow:3px 3px 5px GRAY;
}
.social.social-circle a {
    background: #9e8965;
}
footer h1,footer h2, footer h3, footer h4{
    font-size: 47px;
    color: #2f2f2f;
    text-transform:uppercase;
}
footer h1 span,footer h2 span, footer h3 span, footer h4 span{
    color:WHITE !important;
}
footer p{
    color: #ffffff;

    font-size: 12px;
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
}
footer p span{
    font-size:17px;
    color:WHITE;
    display:block;
}
footer {
    background-color: #000;
    background-repeat: no-repeat !important;
    background-size: 100% auto;
    background-position: center center;
    position: relative;
}
footer h3{
    text-shadow: 1px 1px 3px #484646 !important;
}

@media(max-width: 991px){
    footer{
        min-height: 760px;
        background-size: auto 100% !important;
    }
}
.nopadding{
    padding-left:0;
    padding-right:0;
}
form label{
    font-family: 'Raleway', sans-serif;
    color:WHITE;
}
input.form-control, textarea.form-control{
    font-family: 'Raleway', sans-serif;
    border-radius: 0 !important;
    margin-top: 20px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid WHITE;
    color: WHITE;
}
input.form-control:focus, textarea.form-control:focus{
    box-shadow:none;
    border-bottom: 2px solid #fff;
}
footer .form-control::-webkit-input-placeholder { color: white; }  /* WebKit, Blink, Edge */
footer .form-control:-moz-placeholder { color: white; }  /* Mozilla Firefox 4 to 18 */
footer .form-control::-moz-placeholder { color: white; }  /* Mozilla Firefox 19+ */
footer .form-control:-ms-input-placeholder { color: white; }  /* Internet Explorer 10-11 */
footer .form-control::-ms-input-placeholder { color: white; }  /* Microsoft Edge */
.pageheader{
    background-size:100%;
    height:240px;
    /* background-position: center center;*/
    background-position:center center;
    position: relative;
    background-repeat: no-repeat;
}
@media(max-width: 991px){
    .pageheader {
        background-size:auto 100% !important;
        background-position: center bottom;
        height: 357px;
    }
}
.pageheader .content{
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
}
div.overlay{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    background-color:rgba(0,0,0,0.5);
    display: none !important;
}
.pageheader h1{
    width: 100%;
    display: block;
    font-size: 20px;
    margin-bottom:0;
    color: WHITE;
    text-shadow: 1px 1px 5px #000;
    font-family: 'Raleway', sans-serif;
    text-align: left;
    font-weight: bolder;
}
ul.breadcrumb{
    width:100%;
    display:block;
    left:0;
    background:none;
    padding-left:0;
}
ul.breadcrumb li{
    float:left;
    margin-left:0;
}
ul.breadcrumb li:first-child{
    margin-left:0;
}
ul.breadcrumb li a{
    color:WHITE;
}
.beer-slider{
    border: 10px solid #d9dad9 !important;
    box-shadow: 6px 8px 16px black;
}
.btn.btn-primary {
    background: #6ba95f;
    color: #fff;
    border: 2px solid transparent !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.slideh1{
    font-size:120px !important;
    color:#6ba95f !important;
    font-family: 'Raleway', sans-serif;
    font-weight: bolder;
    text-shadow:5px 5px 5px BLACK;
}
.slideh1 span{
    color:WHITE !important;
    font-family: 'Raleway', sans-serif;
    font-size:50px;
    margin-left: -56px;
    margin-top:-20px;
    line-height: 50px;
    text-shadow:3px 3px 3px BLACK;
}

a:hover, a:focus{
    text-decoration: none !important;
}
.carouselBlock{

}
.carouselBlock2{

    position: relative;
}
.ingaleryblock{
    padding-top:10px;
}

.carouselBlock2::after{
    position: absolute;
    width: 50%;
    height: 100%;
    border: 5px solid #bf1e2e;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 0;
    content: '';
    right: 0;
    top: 0;

}
.carouselBlock2::before{
}
.carouselBlock3{
    background:rgba(255, 255, 255, 0.4);
}
.inhouseCarousel2{
    padding-bottom:20px;
}
.map iframe {
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);*/
    opacity:0.8;
}

div.vadisection.map{
    height:450px;
    padding-top:0 !important;
}
div.vadisection.map iframe{
    position: absolute;
    width:100%;
    height:450px;
    z-index:1;
    top:0;
    left:0;
}
div.vadisection.map .container{
    position: absolute;
    display: inline-block !important;
    z-index: 2;
    top: 0;
    left: 0;
    width:auto !important;
}
.vadisection.map h2.vadi1{
    font-size:111px;
}
.vadisection.map h2.vadi1 span{
    color: #4a4a4a !important;
}
.vadisection.map p{
    text-shadow: none !important;
    font-size: 19px;
    text-align: justify;
    font-family: 'Oswald', sans-serif;
    color: #6cad61;
    font-weight: BOLD;
}
.vadisection.map .contactBlock{
    text-align: left;
}

.vadisection.map .contactBlock p:last-child{
    margin-top:-25px;
}

.vadisection.map .contactBlock img{
    max-width: 150px;
}
@media(max-width: 991px){
    .vadisection.map .contactBlock{
        text-align: center;
    }
    .vadisection.map .contactBlock img{
        max-width: 120px;
        display:inline-block;
    }
    .vadisection.map h2.vadi1 {
        font-size: 65px;
        text-align: center;
    }
    .vadisection.map p{
        font-size: 14px;
        text-align: center;
    }
    div.vadisection.map iframe{
        height:750px;
    }
    div.vadisection.map .container{
        width:100% !important;
    }
}

footer a{
    color:WHITE !important
}
.beyaz{
    color: #FFF !important;
}
.row-bottom-padded-sm{
    padding-bottom: 1px !important;
}
#footer{
    padding: 30px 0 !important;
}
.whatsapp {
    position: fixed;
    width: 40px;
    top: calc(70% - 100px);
    right: 13px !important;
    z-index: 99998;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}