@charset "utf-8";
@font-face{
  font-family: GeorgiaCS;
  src: url('fonts/georgia.eot');
  src: local('☺'), url('fonts/georgia.woff') format('woff'), url('fonts/georgia.ttf') format('truetype'), url('fonts/georgia.svg') format('svg');
}
@font-face{
  font-family: GeorgiaCSB;
  src: url('fonts/georgiaBold.eot');
  src: local('☺'), url('fonts/georgiaBold.woff') format('woff'), url('fonts/georgiaBold.ttf') format('truetype'), url('fonts/georgiaBold.svg') format('svg');
}
@font-face{
  font-family: GeorgiaCSBI;
  src: url('fonts/georgiaBI.eot');
  src: local('☺'), url('fonts/georgiaBI.woff') format('woff'), url('fonts/georgiaBI.ttf') format('truetype'), url('fonts/georgiaBI.svg') format('svg');

}
@font-face{
  font-family: GeorgiaCSI;
  src: url('fonts/GeorgiaItalic.eot');
  src: local('☺'), url('fonts/GeorgiaItalic.woff') format('woff'), url('fonts/GeorgiaItalic.ttf') format('truetype'), url('fonts/GeorgiaItalic.svg') format('svg');
}


.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: url(images/spinner.gif) center no-repeat #fff;
}
.line {
  position: absolute;
  top: 890px;
  margin: auto;
  width: 100%;
  /*right: 45px;*/
  height: 2320px;
  z-index: 1;
  background: url(images/line.png) center no-repeat;
}
.smallLogo {
  position: absolute;
  top: 30px;
  margin: auto;
  width: 100%;
  /*background-color: #fff !important;*/
  height: 42px;
  right:-1px;
  z-index: -1;
  background: url(images/otto_nav_icon.png) center no-repeat;
}
.doItLine{
  position: absolute;
  top: 0px;
  width: 100%;
  height:455px;
  background: url(images/do_it_outline.png) center no-repeat;
}
/*reset*/
a {
  text-decoration: none !important;
}
*{
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
html{
  -webkit-font-smoothing:antialiased;
}
body{
  font-family: GeorgiaCS;
}
a {
  outline: 0;
}
p{
  font-family: GeorgiaCS;
  font-size: 14px;
}
ul {
  list-style-type: none;
  padding: 0;
}
h4 {
  margin-bottom: 20px;
}
#status {
  color: white !important;
  display: none !important;
}
.story2{
  text-align: right;
  font-size: 14px;
  font-family: GeorgiaCS;
}
.bigger{
  font-size: 20px;
}
.biggerBold{
  font-size: 26px;
  font-weight: 600;
}
.italic{
  font-style: italic;
  font-family: GeorgiaCS;
}
h4.story {
  font-size: 18px;
  font-family: GeorgiaCS;
  color: #605154;
  font-weight: bold;
  margin-bottom: 0 !important;
}
.front {
  position: absolute;
  z-index: 1;
}
.front2 {
  position: absolute;
  z-index: 1;
}
h3.intro {
  font-size: 32px;
  font-family: GeorgiaCSI;
  color: #339d9a;
  /*font-weight: bold;*/
  margin-bottom: 0 !important;
}
h4.ingredients {
  font-size: 14px;
  font-family: GeorgiaCS;
  color: #339d9a;
}
h4.recipe {
  font-size: 42px;
  font-family: GeorgiaCSI;
  color: #339d9a;
}
h5.journal {
  font-size: 32px;
  font-family: GeorgiaCSI;
  color: #339d9a;
}
h6.journal {
  font-size: 24px;
  font-family: GeorgiaCSI;
  color: #339d9a;
}

h3.contact {
  font-size: 42px;
  font-family: GeorgiaCSBI;
  color: #339d9a;
  margin-bottom: 0 !important;
}
h3.city {
  font-size: 24px;
  font-family: GeorgiaCSBI;
  color: #605154;
  /*padding-right: 100px;*/
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
h4.under {
  font-size: 26px;
  font-family: GeorgiaCSBI;
  color: #605154;
  /*font-weight: bold;*/
  margin-bottom: 0 !important;
}
h3.year {
  font-size: 72px;
  font-family: GeorgiaCSBI;
  color: #339d9a;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
p.story{
  font-family: GeorgiaCS;
  font-size: 16px;
}
h4.contact {
  font-size: 28px;
  font-family: GeorgiaCSB;
  color: #339d9a;
}
/*NAV DEKSTOP*/
.navBG {
  background-color: #000;
  height: 90px;
  position: fixed;
  opacity: .95;
  z-index: 9999;
  width: 100% !important;
}
.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-top: 40px;
  text-align: center;
}
.menu li a {
  display: block;
  color: #000;
  padding: 10px 0 8px 0px;
  text-decoration: none;
  margin-top:20px;
  outline: 0;
}
.menu li a:hover {
  color: #000;
  /*background-color: #ffffff;*/
  text-decoration: none;
  opacity: 1;
  outline: 0;
}
.menu li a {
  color: #ffe8da;
  font-size: 11px;
  text-decoration: none;
  /*margin-top: 15px;*/
  margin-right: 48px;
  height: 5px;
  z-index: 2;
}
.menu li a:hover {
  color: #009a96;
}
.box {
  width: 280px;
  float: right;
  top: -100px;
  background-color: rgba(0,0,0,0.8)
}
.bottle {
  display: block;
  top: -10px;
  position: relative;
}

/*NAV MOBILE*/
.menu-bar {
  position: absolute;
  right: 0;
  height: 14px;
  margin-top: 30px;
  margin-left: -10px;
  /*background-color: #fff;*/
  padding: 10px 10px 20px 10px;
}
.bars {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  box-shadow: 0 5px 0 #fff, 0 10px 0 #fff;
}
.craftedBG {
  background-color: #000;
}
.introBG{
  background: url("images/intro_bg.jpg") no-repeat top  center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  background-size: cover;
}
.bubble{
  background: url(images/bubble.png) no-repeat center center;
  margin: auto;
  top: -80px;
  width: 100%;
  height:412px;
  /*margin-left: 60px;*/
  position: absolute;
}
.wineColor {
  color: #605154;
}
.green {
  color: #118d84;
}
.green:hover {
  color: #605154 !important;
  text-decoration: none !important;
}
.container{
  max-width: 960px;
}
.spacer{
  margin-top: 15px;
}
/*.collapse menu {
display: none;
}
*/
/*STORY SPACERS*/
.storyS{
  margin-top: 30px;
}
.storyM{
  margin-top: 60px;
}
.storyL{
  margin-top: 90px;
}
.storyXL{
  margin-top: 120px;
}
.storyXXL{
  margin-top: 180px;
}
.storyXXXL{
  margin-top: 280px;
}
/*SECTION SPACERS*/
.spacerS{
  margin-top: 30px;
}
.spacerM{
  margin-top: 60px;
}
.spacerL{
  margin-top: 90px;
}
.spacerXL{
  margin-top: 120px;
}
.spacerXXL{
  margin-top: 180px;
}
.spacerXXXL{
  margin-top: 280px;
}
.spacerBig{
  margin-top: 620px;
}
.spacerBig2{
  margin-top: 1510px;
}
.active {
  color: #000;
  height: 25px;
  /*background-color: #fff;*/
}
.h-scroll {
  height: 90vh; /* %-height of the viewport */
  position: fixed;
  overflow: auto;
}
textarea:focus, input:focus, .uneditable-input:focus, select:focus {
  border-color: rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.4) !important;
  outline: 0 none !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.introInput{
  width: 50px;
}
/*OTTO*/
/*STORY 1850*/
.n1850 {
  background: url("images/1850.jpg") no-repeat top  center;
  height:540px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  background-size: cover;
}
.n1850_01 {
  background: url("images/1850_01.png") no-repeat top  center;
  height:540px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  background-size: cover;
}
.n1850_02 {
  background: url("images/1850_02.png") no-repeat top  center;
  height:540px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  background-size: cover;
}
.n1850_03 {
  background: url("images/1850_03.png") no-repeat top  center;
  height:540px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  background-size: cover;
}
/*STORY 1960*/
.n1960 {
  background: url("images/1960_2022.jpg") no-repeat top  center;
  height:910px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  background-size: cover;
}
.n1960_01 {
  background: url("images/1960_01_2022.png") no-repeat top  center;
  height:910px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  background-size: cover;
}
.n1960_02 {
  background: url("images/1960_02_2022.png") no-repeat top  center;
  height:910px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  background-size: cover;
}
.n1960_03 {
  background: url("images/1960_03_2022.png") no-repeat top  center;
  height:910px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  background-size: cover;
}
/*STORY 2017*/
.n2017 {
  background: url("images/2017_2022.jpg") no-repeat top  center;
  height:940px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  background-size: cover;
}
.n2017_01 {
  background: url("images/2017_01_2022.png") no-repeat top  center;
  height:940px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  background-size: cover;
}
.n2017_02 {
  background: url("images/2017_02_2022.png") no-repeat top  center;
  height:940px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  background-size: cover;
}
.n2017_03 {
  background: url("images/2017_03_2022.png") no-repeat top  center;
  height:940px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  background-size: cover;
}
/*BACKGROUNDS*/
.athenianBG {
  background: url("images/athenian_bg.jpg") no-repeat top  center;
  height:790px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  background-size: cover;
}
.storyBG {
  background: url("images/story_bg.jpg") no-repeat top  center;
  height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  background-size: cover;
}
.recipeBG {
  background: url("images/recipe_bg.jpg") no-repeat top  center;
  height:620px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  background-size: cover;
}
.recipeViewBG {
  background: url("images/recipe_bg_inner.jpg") no-repeat top  center;
  height:750px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  background-size: cover;
}
.journalViewBG {
  background: url("images/recipe_bg_inner.jpg") no-repeat top  center;
  height: 700px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  background-size: cover;
}
.doitBG {
  height:700px;
  background-color: rgba(5,66,65,0.75);
}
.contactBG {
  background: url("images/contact_bg.jpg") no-repeat top  center;
  height:800px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  background-size: cover;
}
.journalBG {
  background: url("images/recipe_bg.jpg") no-repeat top  center;
/*  height:620px;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  background-size: cover;
}
.footerBG {
  background-color: rgba(0,0,0,0.65)
}
#background {  /*crafted img change*/
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}
#background1 {
  position: absolute;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -200;
}
/*VARIOUS*/
.btn1, .btn2, .btn3, .btn4, .btn05, .btn06, .btn7, .btn8, .btn9 {
  cursor:pointer;
}
.btn-primary {
  color: #fff;
  background-color: #118980 !important;
  border-color: #118980  !important;
}
.btn-primary:hover {
  color: #118980;
  background-color: #fff !important;
  border-color: #fff  !important;
}
.close {
  position: absolute;
  z-index: 2;
}
.carousel-indicators {
  bottom: -60px !important;
}
.carousel-indicators li {
  border: 1px solid #118d84 !important;
}
.carousel-indicators .active {
  background-color: #118980 !important;
}
.trip { display: none}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .nomobile {
    display:none;
  }
  
}
/* Portrait tablets and small desktops IPAD */
@media (min-width: 768px) and (max-width: 991px) {
  .logoLeft {
    margin: auto;
  }
  .nomobile {
    display:none;
  }
    .introBG {
  height: 900px;
}
.journalViewBG {
  height: 1750px !important;
}
}
/* Landscape phones and portrait tablets Android */
@media (max-width: 767px) {
  .landR {
    text-align: right;
  }
  .line {
    display: none;
  }
  .introBG {
  height: 900px;
}
.journalViewBG {
  height: 1750px !important;
}
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
  h1 {font-size:26px}
  .landR {
    text-align: left;
  }
  .carousel-inner {
    height: 165px;
  }
  .storyS{
    margin-top: 30px;
  }
  .storyM{
    margin-top: 60px;
  }
  .storyL{
    margin-top: 50px;
  }
  .storyXL{
    margin-top: 130px;
  }
    .storySpecial{
    margin-top: 360px;
  }
  .storyXXL{
    margin-top: 180px;
  }
  .storyXXXL{
    margin-top: 50px;
  }
  .spacerBig{
    margin-top: 1050px;
  }
  .spacerBig2{
    margin-top: 1930px;
  }
  .spacerS{
    margin-top: 30px;
  }
  .spacerM{
    margin-top: 60px;
  }
  .spacerL{
    margin-top: 90px;
  }
  .spacerXL{
    margin-top: 120px;
  }
  .spacerXXL{
    margin-top: 180px;
  }
  .spacerXXXL{
    margin-top: 280px;
  }
  .n2017, .n2017_01, .n2017_02, .n2017_03 {
    height: 1500px !important;
  }
  .recipeBG {
    height:1000px !important;
  }
  .doItLine {
    background-image: none !important;
  }
  .nomobile {
    display:none;
  }
  .line {
    display: none;
  }
  .navBG {
    background-color: #000;
    height: 90px !important;
    position: fixed;
    opacity: .95;
    z-index: 9999;
  }
.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-top: 80px !important;
  text-align: center !important;
  /*width:; 100px;*/
}
.menu li a {
  display: block;
  color: #000;
  padding: 0 !important;
  text-decoration: none;
  margin-top:20px;
  outline: 0;
  width: 100% !important;
  background-color: #000 !important;
}
.menu li a:hover {
  color: #000;
  /*background-color: #ffffff;*/
  text-decoration: none;
  opacity: 1;
  outline: 0;
}
.menu li a {
  color: #ffe8da;
  font-size: 11px;
  text-decoration: none;
  /*margin-top: 15px;*/
  margin-right: 48px;
  height: 5px;
  z-index: 2;
}
.menu li a:hover {
  color: #009a96;
}
.introBG {
  height: 900px;
}
.bubble{
  background: url(images/bubble.png) no-repeat center center;
  width: 350px;
margin-left: -18px !important;

 position: absolute;
}

.journalViewBG {
  height: 1450px !important;
}

}
/* Large desktops and laptops */
@media (min-width: 1200px) {
  .mobile {
    display:none;
  }
}

 /* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 14px;
    color: #ffe8da;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
color: #009a96;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 25px;
    margin-left: 50px;

}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
/*    padding: 20px;*/
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 14px;}
} 

#cookieConsent {
    background-color: rgba(20,20,20,0.9);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 30px 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
    text-align: center;
}
.cookieConsentOK {
    color: #2c9d9b;
}

/*.mymenu:nth-child(n+2) {
color: red;
box-shadow: inset -3px -3px 10px rgba(0, 0, 0, 0.4), 0 0 10px black;
}*/