/* Generated by less 2.5.1 */
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700,800,600');
@import url('https://fonts.googleapis.com/css?family=Special+Elite');
@import url('https://fonts.googleapis.com/css?family=Lato');
/*DEFINICION DE VARIABLES*/
/*ESTILOS GENERALES*/
/*bordes redondeados*/
/*box shadow inset*/
/*box sizing*/
/*flex*/
/*transitions*/
/*gradients*/
/*cover*/
/*RESET*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
ol,
li,
img,
input,
table,
tr,
td,
th,
textarea,
select,
a,
span,
div,
iframe,
aside,
header,
footer,
section,
article,
hgroup,
nav {
  margin: 0;
  padding: 0;
  border: 0;
}
ul,
ol {
  list-style: none;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
/*CLASES GLOBALES*/
* {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
/*CONTENEDORES*/
.container {
  width: 100%;
  float: left;
}
/*ancho especifico y centrado*/
.wrap {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  overflow: hidden;
}
/*BOTONES*/
/*estilo general de boton*/
.btn {
  height: 38px;
  display: inline-block;
  padding: 0 22px;
  background: #ddd;
  line-height: 38px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  -o-border-radius: 19px;
  border-radius: 19px;
  text-decoration: none;
  transition: all 0.4s;
}
.btn:hover {
  cursor: pointer;
  background: #ccc;
}
.btn.left {
  float: left;
}
.btn.right {
  float: right;
}
/*ESTILOS PARA WYSIWYG*/
.wysiwyg h1 {
  display: block;
  margin-bottom: 50px;
  font-size: 22px;
  font-family: 'Special Elite', cursive;
}
.wysiwyg h2 {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}
.wysiwyg h3 {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}
.wysiwyg h4 {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.wysiwyg h5 {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}
.wysiwyg h6 {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}
.wysiwyg p {
  display: block;
  margin-bottom: 10px;
}
.wysiwyg ul {
  display: block;
  list-style: circle;
  margin-left: 20px;
}
.wysiwyg ol {
  display: block;
}
.wysiwyg img {
  max-width: 100%;
  height: auto;
}
.wysiwyg a {
  color: #b48541;
  text-decoration: none;
}
.wysiwyg a:hover {
  text-decoration: underline;
}
/*origen animacion*/
/*LAYOUT*/
body {
  background: #FFF;
  color: #484646;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
}
body header {
  display: block;
  position: absolute;
  text-align: center;
  z-index: 89;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 60px;
}
body header .logo {
  float: none;
  text-align: center;
}
body header .logo img {
  width: auto;
  height: 185px;
}
body header .logo.section {
  float: left;
}
body header .logo.section img {
  height: 140px;
}
body header .logomobile {
  float: left;
  z-index: 2;
  position: fixed;
  display: none;
}
body header .logomobile img {
  width: auto;
  height: 40px;
  margin-top: -15px;
  margin-left: -5px;
}
body nav {
  width: 100%;
  height: 70px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: #242424;
}
body nav #lang_sel {
  float: left;
  height: 70px;
  display: block;
  margin-right: 20px;
  padding: 0 40px 0 30px;
  background: url(../img/language-selector-up.png) right 15px center no-repeat;
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  line-height: 70px;
}
body nav #lang_sel a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  transition: all 0.4s;
}
body nav #lang_sel a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
body nav #lang_sel a:hover {
  color: #b48541;
}
body nav #lang_sel .optionsLangs {
  display: none;
  position: absolute;
  bottom: 70px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
}
body nav #lang_sel .optionsLangs li a {
  height: 50px;
  padding: 0 30px;
  line-height: 50px;
}
body nav #lang_sel .optionsLangs li a:hover {
  background: rgba(0, 0, 0, 0.3);
}
body nav #lang_sel:hover {
  height: auto;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.1);
}
body nav #lang_sel:hover .optionsLangs {
  display: block;
}
body nav .menu {
  float: left;
}
body nav .menu li {
  display: inline-block;
  text-align: center;
}
body nav .menu li a {
  height: 70px;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 12px 25px 0;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  transition: all 0.4s;
}
body nav .menu li a img {
  width: auto;
  height: 30px;
}
body nav .menu li a span {
  display: block;
  line-height: 18px;
}
body nav .menu li a:hover {
  background: rgba(0, 0, 0, 0.1);
}
body nav .menu li a.active {
  background: rgba(0, 0, 0, 0.2);
  color: #b48541;
}
body nav .btnBooking {
  height: 70px;
  float: right;
  padding: 0 40px;
  background-color: #b48541;
  line-height: 70px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  transition: all 0.4s;
}
body nav .btnBooking:hover {
  background: #fff;
  color: #b48541;
}
body nav .btnBotta {
  height: 70px;
  float: right;
  transition: all 0.4s;
}
body nav .btnBotta img {
  height: 40px;
  padding: 14px 40px;
  display: inline-block;
  float: right;
  color: #fff;
  text-decoration: none;
}
body nav .btnBotta:hover {
  background: rgba(0, 0, 0, 0.2);
}
.layer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.99) 1%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.99) 1%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.99) 1%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  opacity: 0.9;
}
.layer.low {
  z-index: 1;
  opacity: 0.7;
}
.layer.flat {
  z-index: 1;
  background: #242424;
}
.btnNav {
  width: 30px;
  height: 24px;
  position: fixed;
  top: 13px;
  right: 0px;
  z-index: 1000;
  padding: 10px 15px;
  display: none;
}
.btnNav .bar1 {
  width: 30px;
  height: 2px;
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fff;
  transition: all 0.4s;
}
.btnNav .bar2 {
  width: 30px;
  height: 2px;
  position: absolute;
  top: 21px;
  left: 15px;
  background: #fff;
  transition: all 0.4s;
}
.btnNav .bar3 {
  width: 30px;
  height: 2px;
  position: absolute;
  top: 27px;
  left: 15px;
  background: #fff;
  transition: all 0.4s;
}
.btnNav:hover {
  cursor: pointer;
}
.btnNav:hover .bar1 {
  top: 13px;
}
.btnNav:hover .bar3 {
  top: 29px;
}
.btnNav.open {
  cursor: pointer;
}
.btnNav.open .bar1 {
  width: 12px;
  top: 17px;
  left: 34px;
  transform: rotate(45deg);
  background: #FFF;
}
.btnNav.open .bar2 {
  background: #FFF;
}
.btnNav.open .bar3 {
  width: 12px;
  top: 25px;
  left: 34px;
  transform: rotate(-45deg);
  background: #FFF;
}
.navMobile {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  right: -100%;
  z-index: 110;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 60px;
  background: #242424;
  text-align: center;
  color: #fff;
  transition: all 0.8s;
}
.navMobile .langs {
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 70px;
}
.navMobile .langs li {
  width: 33%;
  float: left;
}
.navMobile .langs li a {
  height: 50px;
  display: block;
  padding: 0 30px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.2);
}
.navMobile .langs li a.current {
  background: rgba(0, 0, 0, 0.4);
}
.navMobile .menu {
  width: 100%;
  float: left;
  margin-top: 0px;
}
.navMobile .menu li {
  display: block;
  opacity: 0;
  margin-right: 0px;
  transition: all 1.2s;
}
.navMobile .menu li.separator {
  height: 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /*margin: 14px 20px;*/
  background: rgba(255, 255, 255, 0.2);
}
.navMobile .menu li a {
  display: block;
  padding: 12px 0;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  transition: all 0.4s;
}
.navMobile .menu li a small {
  display: block;
  font-size: 13px;
  font-weight: 300;
}
.navMobile .menu li a:hover {
  opacity: 0.4;
}
.navMobile .menu li:last-child {
  background: none;
}
.navMobile .social {
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}
.navMobile .social li {
  display: inline-block;
  margin: 0 12px;
}
.navMobile .social li a {
  float: left;
  padding: 20px 0;
}
.navMobile .social li a img {
  width: auto;
  height: 24px;
  float: left;
}
.navMobile .social li:hover {
  transform: scale(1);
}
.navMobile .btnIcons {
  display: block !important;
}
.navMobile.open {
  right: 0px;
}
.navMobile.open .menu li {
  margin-right: 0px;
  opacity: 1;
}
/*main*/
#home {
  height: 100vh;
}
#home .swiper-container {
  width: 100%;
  height: 100%;
  float: left;
}
#home .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
#home .swiper-container .swiper-slide .boxInfo {
  display: block;
  position: relative;
  z-index: 2;
  margin-top: 46vh;
  margin-left: 30px;
  text-align: left;
  color: #fff;
}
#home .swiper-container .swiper-slide .boxInfo h1 {
  display: block;
  text-align: center;
  font-family: 'Special Elite', cursive;
  font-weight: normal;
  font-size: 36px;
}
#home .swiper-container .swiper-slide .boxInfo p {
  display: block;
  text-align: center;
  font-size: 20px;
}
.page {
  height: 100vh;
  background-size: cover;
  background-position: center center;
}
.page .scrollable {
  width: 100%;
  height: calc(100vh - 120px);
  float: left;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-right: 15px;
  /*&::-webkit-scrollbar-track {
            background-color: #eee;
        }
        &::-webkit-scrollbar {
            width: 4px;
            background-color: #eee;
        }
        &::-webkit-scrollbar-thumb {
            background-color: #bbb;
        }*/
}
.page .scrollable.dark {
  /*&::-webkit-scrollbar-track {
                background-color: rgba(0,0,0,0.2) !important;
            }
            &::-webkit-scrollbar {
                background-color: rgba(0,0,0,0.2) !important;
            }
            &::-webkit-scrollbar-thumb {
                background-color: @color1 !important;
            }*/
}
.page .scrollable.semiFull {
  height: calc(100vh - 210px);
}
.page .scrollable.full {
  height: 100%;
}
.page .scrollable.middle {
  height: calc(100vh - 400px);
}
.page .scrollable.short {
  height: calc(100vh - 480px);
}
.page .btnback2 {
  position: absolute;
  bottom: 120px;
  left: 50px;
}
.page .btnback2 span {
  float: right;
  margin-top: 5px;
  margin-left: 13px;
  color: #484646;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.4s;
}
.page .btnback2 span:hover {
  color: #b48541;
}
.page .btnback2 img {
  width: 15px;
}
.page .colLeft {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 164px 30px 100px 30px;
  color: #fff;
}
.page .colLeft .contentLeft {
  display: block;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 12vh;
}
.page .colLeft .contentLeft h1 {
  display: block;
  margin-bottom: 10px;
  font-family: 'Special Elite', cursive;
  font-size: 30px;
  font-weight: normal;
}
.page .colLeft.map {
  padding: 0 0 70px 0;
}
.page .colLeft.withSlider {
  padding: 0px !important;
}
.page .colRight {
  width: 50%;
  height: 100%;
  float: right;
  position: relative;
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 60px 60px 130px 60px;
  background: #fff;
}
.page .colRight.white {
  padding: 60px 60px 100px 60px;
}
.page .colRight.white .title {
  display: block;
  margin-bottom: 20px;
  font-family: 'Special Elite', cursive;
  font-weight: normal;
  font-size: 26px;
}
.page .colRight.dark {
  background: rgba(36, 36, 36, 0.94);
  text-align: left;
  color: #fff;
}
.page .colRight.map {
  padding: 0 0 70px 0;
}
#tulevat .colRight {
  position: relative;
}
#tulevat .colRight .btnclose {
  position: absolute;
  left: 50px;
  top: 40px;
  transition: all 0.4s;
}
#tulevat .colRight .btnclose:hover {
  opacity: 0.7;
}
#tulevat .colRight .lineTitle {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
#tulevat .colRight .lineTitle .btnGo {
  position: absolute;
  right: 0px;
  transition: all 0.4s;
}
#tulevat .colRight .lineTitle .btnGo img {
  width: 15px;
  height: auto;
}
#tulevat .colRight .lineTitle .btnGo:hover {
  opacity: 0.7;
}
#tulevat .colRight .lineTitle .btnBack {
  position: absolute;
  left: 0px;
}
#tulevat .colRight .lineTitle .btnBack img {
  width: 15px;
  height: auto;
}
#tulevat .colRight .title {
  display: block;
}
#tulevat .colRight ul li {
  display: block;
  padding-bottom: 30px;
}
#tulevat .colRight ul li span {
  font-size: 13px;
  color: #484646;
}
#tulevat .colRight ul li h2 a {
  font-size: 15px;
  font-weight: 100;
  color: #484646;
  text-decoration: none;
}
#tulevatIframe .colLeft {
  display: none !important;
}
#tulevatIframe .colRight {
  width: 100%;
  position: relative;
}
#tulevatIframe .colRight .btnclose {
  position: absolute;
  left: 50px;
  top: 40px;
  transition: all 0.4s;
}
#tulevatIframe .colRight .btnclose:hover {
  opacity: 0.7;
}
#tulevatIframe .colRight .lineTitle {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
#tulevatIframe .colRight .lineTitle .btnGo {
  position: absolute;
  right: 0px;
  transition: all 0.4s;
}
#tulevatIframe .colRight .lineTitle .btnGo img {
  width: 15px;
  height: auto;
}
#tulevatIframe .colRight .lineTitle .btnGo:hover {
  opacity: 0.7;
}
#tulevatIframe .colRight .lineTitle .btnBack {
  position: absolute;
  left: 0px;
}
#tulevatIframe .colRight .lineTitle .btnBack img {
  width: 15px;
  height: auto;
}
#tulevatIframe .colRight .title {
  display: block;
}
#tulevatIframe .colRight ul li {
  display: block;
  padding-bottom: 30px;
}
#tulevatIframe .colRight ul li span {
  font-size: 13px;
  color: #484646;
}
#tulevatIframe .colRight ul li h2 a {
  font-size: 15px;
  font-weight: 100;
  color: #484646;
  text-decoration: none;
}
/*Single event*/
#single .colRight {
  position: relative;
  padding-top: 60px;
}
#single .colRight .lineTitle {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
}
#single .colRight .lineTitle .btnGo {
  position: absolute;
  right: 0px;
  transition: all 0.4s;
}
#single .colRight .lineTitle .btnGo img {
  width: 15px;
  height: auto;
}
#single .colRight .lineTitle .btnGo:hover {
  opacity: 0.7;
}
#single .colRight .lineTitle .btnBack {
  position: absolute;
  left: 0px;
  transition: all 0.4s;
}
#single .colRight .lineTitle .btnBack:hover {
  opacity: 0.7;
}
#single .colRight .lineTitle .btnBack img {
  width: 15px;
  height: auto;
}
#single .colRight .lineTitle .category {
  display: block;
  margin-bottom: 10px;
}
#single .colRight .lineTitle .category a {
  text-decoration: none;
  transition: all 0.4s;
}
#single .colRight .lineTitle .category a.color-st-urhos-pub {
  color: #3E5E0E;
}
#single .colRight .lineTitle .category a.color-manala {
  color: #B48541;
}
#single .colRight .lineTitle .category a.color-ostrobotnia {
  color: #DDB171;
}
#single .colRight .lineTitle .category a:hover {
  text-decoration: underline;
}
#single .colRight .btnclose {
  position: absolute;
  left: 50px;
  top: 40px;
  transition: all 0.4s;
}
#single .colRight .btnclose:hover {
  opacity: 0.7;
}
#single .colRight .date {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-weight: normal;
}
#single .colRight .wysiwyg {
  text-align: left;
}
/*Page-Location*/
#location .map {
  padding: 0 0 0px 0 !important;
}
#location .colLeft .wysiwyg {
  display: block;
  margin-bottom: 40px;
}
#location .colLeft .social li {
  display: inline-block;
  vertical-align: top;
  margin-right: 60px;
}
#location .colLeft .social li a {
  transition: all 0.4s;
}
#location .colLeft .social li a:hover {
  opacity: 0.7;
}
#location .colLeft #map {
  width: 100%;
  height: 100%;
  float: left;
}
#location .colRight #map {
  width: 100%;
  height: 100%;
  float: left;
}
/*Lounas*/
#lounas .colLeft .swiper-container {
  width: 100%;
  height: 100vh;
  float: left;
}
#lounas .colLeft .wysiwyg {
  display: block;
  margin-bottom: 40px;
}
#lounas .colLeft .wysiwyg h3 {
  display: block;
  margin-bottom: 0px;
}
#lounas .colRight .btnclose img {
  display: block;
  margin: 0 auto 65px auto;
  text-align: center;
}
/*Roukalista.php*/
#ruokalista .colRight .categories {
  width: 100%;
  margin-bottom: 65px;
}
#ruokalista .colRight .categories li {
  width: 19%;
  height: 32px;
  display: inline-block;
  border: 1px solid #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  line-height: 32px;
  transition: all 0.4s;
}
#ruokalista .colRight .categories li a {
  display: block;
  height: 30px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  transition: all 0.4s;
}
#ruokalista .colRight .categories li:hover {
  opacity: 0.7;
}
#ruokalista .colRight .categories li.active {
  border-color: #b48541;
}
#ruokalista .colRight .categories li.active a {
  color: #b48541;
}
#ruokalista .colRight .wysiwyg table {
  width: 100%;
  float: left;
  border-collapse: collapse;
}
#ruokalista .colRight .wysiwyg table tr th {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  vertical-align: top;
  line-height: 25px;
  font-size: 15px;
  text-align: left;
  font-weight: normal;
  text-transform: uppercase;
}
#ruokalista .colRight .wysiwyg table tr th span {
  display: block;
  text-transform: lowercase;
}
#ruokalista .colRight .wysiwyg table tr td {
  width: 80px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  vertical-align: top;
  font-size: 15px;
  text-align: right;
}
#ruokalista .colRight .wysiwyg h2 {
  font-family: 'Special Elite', cursive;
  font-weight: normal;
}
#ruokalista .colRight .wysiwyg strong {
  font-weight: normal;
  font-size: 15px;
  color: #b48541;
}
/*page-ajankohtaita.php*/
#ajankoh .colRight {
  position: relative;
}
#ajankoh .colRight .btnclose {
  position: absolute;
  left: 50px;
  top: 40px;
  transition: all 0.4s;
}
#ajankoh .colRight .btnclose:hover {
  opacity: 0.7;
}
#ajankoh .colRight .lineTitle {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
#ajankoh .colRight .lineTitle .btnGo {
  position: absolute;
  right: 0px;
  transition: all 0.4s;
}
#ajankoh .colRight .lineTitle .btnGo img {
  width: 15px;
  height: auto;
}
#ajankoh .colRight .lineTitle .btnGo:hover {
  opacity: 0.7;
}
#ajankoh .colRight .lineTitle .btnBack {
  position: absolute;
  left: 0px;
}
#ajankoh .colRight .lineTitle .btnBack img {
  width: 15px;
  height: auto;
}
#ajankoh .colRight .title {
  display: block;
}
#ajankoh .colRight ul li {
  display: block;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(149, 152, 154, 0.26);
  margin-bottom: 30px;
  text-align: left;
  font-size: 13px;
}
#ajankoh .colRight ul li span {
  text-transform: uppercase;
  font-size: 13px;
  color: #484646;
}
#ajankoh .colRight ul li span a {
  text-decoration: none;
  transition: all 0.4s;
}
#ajankoh .colRight ul li span a.color-st-urhos-pub {
  color: #3E5E0E;
}
#ajankoh .colRight ul li span a.color-manala {
  color: #B48541;
}
#ajankoh .colRight ul li span a.color-ostrobotnia {
  color: #DDB171;
}
#ajankoh .colRight ul li span a:hover {
  text-decoration: underline;
}
#ajankoh .colRight ul li h2 a {
  font-size: 15px;
  font-weight: 100;
  color: #484646;
  text-transform: uppercase;
  text-decoration: none;
}
.botta {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 90;
  background: #000;
  display: none;
}
.botta .icon-center {
  width: 100%;
  position: absolute;
  top: 60px;
  z-index: 90;
  text-align: center;
}
.botta .icon-center .btnClose {
  display: inline-block;
  margin-bottom: 60px;
}
.botta .icon-center .btnClose img {
  width: 33px;
  height: auto;
}
.botta .icon-center .btnBotta {
  display: inline-block;
}
.botta .icon-center .btnBotta img {
  width: 98px;
  height: auto;
}
.botta .layer {
  position: absolute !important;
}
.botta .col {
  width: 50%;
  height: 100vh;
  float: left;
  position: relative;
  z-index: 90;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 32vh;
  text-align: center;
  background-size: cover;
  background-position: center center;
}
.botta .col a {
  max-width: 70%;
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.4s;
}
.botta .col a img {
  display: block;
  margin: 0 auto 37px auto;
}
.botta .col a span {
  color: #fff;
  font-size: 16px;
}
.botta .col a:hover {
  opacity: 0.7;
}
/*page-kellari.php*/
#kellari .colRight {
  position: relative;
}
#kellari .colRight .btnclose {
  position: absolute;
  left: 50px;
  top: 40px;
}
#kellari .colRight .btnback {
  position: absolute;
  bottom: 120px;
  left: 50px;
}
#kellari .colRight .btnback p {
  float: right;
  margin-top: 5px;
  margin-left: 13px;
  color: #484646;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.4s;
}
#kellari .colRight .btnback p:hover {
  color: #b48541;
}
#kellari .colRight .btnback img {
  width: 15px;
}
.HeadNavMobile {
  position: fixed;
  background: #F0F0F0;
  width: 100%;
  height: 70px;
  left: 0px;
  top: 0px;
  display: none;
}
.layerMobile {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #242424;
  opacity: 0.9;
  display: none;
}
.MiniSperador {
  width: 2px;
  float: left;
  display: inline-block;
  background-color: $FFF;
}
.MidContNav {
  width: 32.5%;
  float: left;
  display: inline-block;
  font-size: 15px;
}
.MidContNav a {
  font-size: 15px !important;
}
@media (max-width: 800px) {
  .HeadNavMobile {
    display: block;
  }
  .Noactive {
    display: block !important;
  }
  .Dactive {
    display: none !important;
  }
  .OkActive {
    display: block !important;
  }
  .JustDesk {
    display: none !important;
  }
  .btnNav {
    display: block !important;
  }
  .btnNav {
    display: block !important;
  }
  .btnNav .bar1 {
    background: #000;
  }
  .btnNav .bar2 {
    background: #000;
  }
  .btnNav .bar3 {
    background: #000;
  }
  nav ul {
    width: 125%;
  }
  nav ul li {
    width: 20% !important;
    float: left;
  }
  nav ul li a {
    padding: 20px 0 0 !important;
    text-align: center;
  }
  nav ul li a span {
    /*display: none !important;*/
  }
  header {
    padding-top: 5vh !important;
    padding-left: 5vh !important;
  }
  header .logo {
    display: none;
  }
  header .logo img {
    display: block;
    width: auto !important;
    height: 80px !important;
  }
  #lang_sel {
    display: none !important;
  }
  .page {
    height: auto !important;
  }
  .page#tulevatIframe {
    height: 100vh !important;
  }
  /*.scrollable {
        height: auto !important;
        overflow: auto !important;
    }*/
  #home .swiper-pagination {
    /*display: none !important;*/
  }
  #home .boxInfo {
    margin-left: 0px !important;
  }
  #lounas {
    background-attachment: fixed !important;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 120px 5vh 100px;
  }
  #lounas .colLeft {
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
  }
  #lounas .colLeft .layer {
    display: none !important;
  }
  #lounas .colRight {
    width: 100% !important;
    height: auto !important;
    z-index: 2;
    background: none !important;
    padding: 0 !important;
  }
  #tulevat .colLeft,
  #single .colLeft,
  #ajankoh .colLeft {
    width: 100% !important;
    height: 35vh !important;
    padding: 0vh 5vh 0 !important;
    text-align: center;
  }
  #tulevat .colLeft h1,
  #single .colLeft h1,
  #ajankoh .colLeft h1 {
    font-size: 30px !important;
  }
  #tulevat .colRight,
  #single .colRight,
  #ajankoh .colRight {
    width: 100% !important;
    height: auto !important;
    z-index: 2;
    padding: 120px 5vh 100px !important;
  }
  #tulevat .colRight .lineTitle,
  #single .colRight .lineTitle,
  #ajankoh .colRight .lineTitle {
    margin-bottom: 60px !important;
  }
  #tulevat .colRight .btnclose,
  #single .colRight .btnclose,
  #ajankoh .colRight .btnclose,
  #tulevat .colRight .btnBack,
  #single .colRight .btnBack,
  #ajankoh .colRight .btnBack,
  #tulevat .colRight .btnGo,
  #single .colRight .btnGo,
  #ajankoh .colRight .btnGo {
    display: none !important;
  }
  #tulevat .colRight .btnback2,
  #single .colRight .btnback2,
  #ajankoh .colRight .btnback2 {
    position: static !important;
    bottom: auto !important;
    left: auto !important;
    float: left;
    margin-top: 60px;
  }
  #single {
    padding: 70px 0 0 0;
  }
  #single .colRight {
    padding: 40px 5vh 100px !important;
  }
  #location {
    padding: 70px 0 0 0;
  }
  #location .colLeft {
    width: 100% !important;
    height: 30vh ! important;
    z-index: 2;
    float: left !important;
    overflow: hidden;
  }
  #location .colLeft .layer {
    display: none;
  }
  #location .colRight {
    width: 100% !important;
    height: 100vh !important;
    z-index: 2;
  }
  #ruokalista .colLeft {
    width: 100% !important;
    height: 70vh !important;
    padding: 34vh 5vh 0 !important;
    text-align: center;
  }
  #ruokalista .colLeft .contentLeft {
    width: 100% !important;
    position: absolute !important;
    bottom: 0px !important;
    left: 0 !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    padding: 30px !important;
    text-align: center !important;
  }
  #ruokalista .colLeft .contentLeft h1 {
    font-size: 26px !important;
  }
  #ruokalista .colRight {
    width: 100% !important;
    height: auto !important;
    z-index: 2;
    padding: 60px 5vh 120px !important;
  }
  #ruokalista .colRight .categories {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    text-align: center;
  }
  #ruokalista .colRight .categories li {
    width: 48% !important;
    float: left;
    margin-bottom: 10px !important;
  }
  #ruokalista .colRight .categories li:last-child {
    width: 100% !important;
  }
  #ruokalista .colRight .lineTitle {
    margin-bottom: 60px !important;
  }
  #ruokalista .colRight .btnclose,
  #ruokalista .colRight .btnBack,
  #ruokalista .colRight .btnGo {
    display: none !important;
  }
  #ruokalista .colRight .btnback2 {
    position: static !important;
    bottom: auto !important;
    left: auto !important;
    float: left;
    margin-top: 60px;
  }
  .onlyDesktop {
    display: none !important;
  }
  .layerMobile {
    display: block !important;
  }
  #ruokalista {
    background-attachment: fixed;
  }
}
::-webkit-scrollbar {
  width: 0px;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
  background: #FF0000;
}
