/* nunito-sans-300 - latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 300;
    src: local(''),
         url('../fonts/nunito-sans-v12-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/nunito-sans-v12-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* nunito-sans-regular - latin */
  @font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('../fonts/nunito-sans-v12-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/nunito-sans-v12-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* nunito-sans-600 - latin */
  @font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    src: local(''),
         url('../fonts/nunito-sans-v12-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/nunito-sans-v12-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* nunito-sans-800 - latin */
  @font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    src: local(''),
         url('../fonts/nunito-sans-v12-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/nunito-sans-v12-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  
body{
    font-family: 'Nunito Sans', sans-serif;
    color: #fff;
    font-size: 18px;
	background: #0e412f url(/img/whitepaper.jpg);
	background-blend-mode: multiply;
}

#ghostery-purple-box{
	display:none !important
}

.topbar, .menubar{
    font-size: larger;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    z-index: 70;
    position: fixed;
    width: 100%;
    height: 60px;
    transition: background linear 500ms;
}

.topbar.dark{
    background: #0e412f;
}

.topbar.active{
    background: #e5efb4; 
    color: #000;
}

.topbar img{
    height: 50px;
    margin-top: 3.5px;
    margin-left: -5px;
    transition: all ease-in-out 400ms;
}

@media only screen and (min-width: 992px) {
    .topbar img{
        height: 200px;
        margin-left: 5px;
        transition: all ease-in-out 400ms;
    }

    .topbar.dark img{
        height: 50px;
        margin-left: -5px;
    }
}

.topbar.active img{
    filter: invert();
}

.menutoggle{
    cursor: pointer;
    height: 60px;
    line-height: 60px;
}

.menuitem{
    text-align: right;
    transition: all ease-out 400ms;
    padding: 0;
}

.menuitem:hover, .menuitem.active{
    background: #e5efb4;
}
.menuitem a{
    padding: 14px 15px;
    display: inline-block;
    text-decoration: none;
}
.menuitem:hover a, .menuitem.active a, .menuitem a:focus, menuitem a:active{
    color: #0e412f;
}

@media (max-width: 992px){
	.menubar{
		position: fixed;
		top: 60px;
		right: -100%;
		width: 100%;
		height: 100%;
		z-index: 999;
        transition: right ease-out 400ms;
        background: #0e412f;
	}

	.menubar .container{
		max-width: none;
	}

	.menubar.active{
		right: 0;
	}

	.footeritem{
		text-align: center;
	}
}

@media only screen and (min-width: 992px) {
    .menuitem{
        flex-grow: 0;
        width: auto;
        flex-basis: auto;
    }
}

.section{
	position: relative;
	overflow-x: auto;
	margin-bottom: 50px;
	box-shadow: 0px 1px 9px rgba(0,0,0,0.25), 0 3px 6px rgba(0,0,0,0.23);
    color: #0e412f;
    min-height: 25vh;
    width: 100%;
}

.section table{
    color: #0e412f;
}

.section:last-of-type{
	margin-bottom: 0;
}

.coversection{
	margin: 0;
}

.coversection{
    text-align: right;
    padding: 10% 5%;
    position: relative;
    color: #fff;
}

.coversection:not(#cover_home){
    overflow: hidden;
}

.coversection:not(#cover_home) h1 {
    font-size: 10vw;
    position: absolute;
    bottom: -4.1vw;
    left: 9%;
}

@media (max-width: 992px){
    .coversection:not(#cover_home) h1 {
        font-size: 15vw;
        bottom: -6.3vw;
    }
}

@media only screen and (min-width: 992px) {
    .coversection{
        min-height: 40vh;
    }
}

#cover_home{
    height: 100vh;
    padding: 60px 5%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../img/covers/home.jpg);
    background-size: cover;
    background-position: center;
}

@media (max-width: 992px){
    #cover_home{
        background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../img/covers/home_mobile.jpg);
        background-position: left;
    }
}
#cover_home .row{
    height: 100%;
}
#cover_wines{
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(../img/covers/wines.jpg);
    background-size: cover;
    background-position: center;
}
#cover_tasting{
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../img/covers/tasting.jpg);
    background-size: cover;
    background-position: center;
}
#cover_personaltasting{
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../img/covers/personaltasting.jpg);
    background-size: cover;
    background-position: center;
}
#cover_rooms{
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../img/covers/rooms.jpg);
    background-size: cover;
    background-position: center;
}
#cover_people{
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../img/covers/people.jpg);
    background-size: cover;
    background-position: center;
}
#cover_contact{
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../img/covers/contact.jpg);
    background-size: cover;
    background-position: center;
}
#cover_eler{
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../img/covers/contact.jpg);
    background-size: cover;
    background-position: center;
}
#cover_newsletter{
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../img/covers/newsletter.jpg);
    background-size: cover;
    background-position: top;
}

.scroll {
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 60px;
    cursor: pointer;
    margin-bottom: 28px;
}

@media (max-width: 992px){
    .scroll {
        display: none;
    }
}

.scroll.up {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); 
}

.whitesection{
	padding: 25px;
	background: #e5efb4 url(/img/whitepaper.jpg);
	background-blend-mode: multiply;
}

.whitesection .scroll{
    filter: invert(1);
}

.mapsection{
	margin-top: -50px;
}

.gallerysection .col, .mapsection .col{
	padding: 0;
}

.gallerysection img{
	cursor: pointer;
	width: 100%;
}

h1, h2, h3, h4, h5{
    font-weight: 400;
}

h1{
    font-size: calc( 18px + 4vw );
}

p{
    margin-bottom: 3%;
}

a, a:active, a:focus{
    color: #fff;
    text-decoration: none;
}

.coversection a h1, .coversection a:active h1, .coversection a:focus h1{
    color: #fff;
    text-decoration: none;
}

.section a, .section a:hover{
    color: #0e412f;
    text-decoration: underline;
}

.a:hover{
    color: #e5efb4;
    text-decoration: none;
}

.btn{
	margin-top: 15px;
    border-radius: 0;
    box-shadow: none !important;
}

.btn.btn-primary, .form-control, .form-control:focus, .form-control:active {
    border: 1px solid #0e3f2e !important;
    background: none;
    color: #0e3f2e;
    box-shadow: none !important;
}

.btn.btn-secondary, .form-control, .form-control:focus, .form-control:active {
    background: #e5efb4;
    color: #0e3f2e;
    box-shadow: none !important;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active,
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
    border: 1px solid #0e3f2e !important;
    background: #0e3f2e !important;
    color: #fff;
}

.input-group button{
    margin: 0;
    width: 38px;
}

.input-group-sm button{
    margin: 0;
	width: calc(1.8125rem + 2px);
	border-radius: 0 !important;
	display: inline-block;
}

.input-group-prepend, .input-group-append{
	display: inline-block;
}

.input-group-sm input{
    width: 62px;
	border-radius: 0 !important;
	display: inline-block;
	padding-top: 1px;
}

input[type=number]{
	text-align: center;
}

input[type=number]::-webkit-inner-spin-button{
	-webkit-appearance: none;
}

.errormessage{
	color: #AE001E;
}

.successmessage{
	color: #108002;
}

@media (min-width: 768px){
	.form-control::-webkit-input-placeholder{
		color: transparent;
	}
	
	.form-control::-moz-placeholder{
		color: transparent;
	}
	
	.form-control:-ms-input-placeholder{
		color: transparent;
	}
	
	.form-control:-moz-placeholder{
		color: transparent;
	}
}


.intense{
    width: 100%;
    margin-bottom: 15px;
    cursor: pointer;
}

.footerbar{
    position: relative;
    min-height: 60px;
}

.footerbar a, .footerbar a:hover{
	margin-right: 25px;
}

.footerbar .container-fluid{
    position: absolute;
    top: 0;
	right: 0;
}

.form-control{
    border-radius: 0;
}

.form-control:focus{
    border: none;
    outline: 0;
    box-shadow: none;
}

.winepreview{
    vertical-align: top;
    margin-top: 20px;
    color: #0e412f;
}

.winepreview.category{
    text-align: center;
    display: inline-block;
}

@media (max-width: 992px){
    .winepreview{
        margin-bottom: 30px;
        text-align: center;
    }
}

.winepreview.gold img{
    background: url(../img/medal_gold.png);
}

.winepreview.silber img{
    background: url(../img/medal_silber.png);
}

.winepreview.bronze img{
    background: url(../img/medal_bronze.png);
}

.winepreview.medal img{
    background-repeat: no-repeat;
    background-position: right;
    background-position-y: top;
}

.winepreview img{
    filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.5));
    /* transition: all ease-out 250ms; */
    margin-bottom: 15px;
}

.winepreview:hover{
    font-weight: bold;
    cursor: pointer;
}

.winepreview:hover img{
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.75));
	-webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.75));
	-moz-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.75));
}
.winepreview a, .winepreview a:hover{
    text-decoration: none;
}

.card, .card-img-top, .btn{
    border-radius: 0;
}
.card {
    margin-bottom: 15px;
}

.table td, .table th {
    border-top: 1px solid #0e412f;
}

.table th {
    background: #0e412f;
    color: #fff;
}