/*
Theme Name: Hayk Hotel
Description: Hayk Hotel
Author: wiegandt media UG
URI: http://www.wiegandt-media.de/
Version: 2.0
Tags: wiegandt media UG
*/

/* ==========================================================================
   Basics
   ========================================================================== */

body {height:100%;width:100%;margin: 0;padding: 0;font-weight: 400;font-family: 'Open Sans', sans-serif;font-size:16px;color: #2d2d2d;overflow-x: hidden;}
html {height: 100%; width: 100%; margin: 0; padding:0;}
p {line-height: 1.4em;}
a {transition: all 0.2s;color: #b5995d;cursor: pointer;}
a:hover,a:focus {transition: all 0.2s;color:#b79861;text-decoration: none;opacity: .75;}
:focus {outline: none !important}
.center {text-align: center;}
.left {text-align: left;}
.right {text-align:right;}
::selection{background:#E5E5E5}
::-moz-selection{background:#E5E5E5}
img.responsive {width: 100%;height: auto;}
.clear {clear: left;}

h1 {font-family: 'Oswald', sans-serif;font-size: 40px;font-weight: 600;margin-bottom: 5px;color: #191919;margin-top: 3px;}
h2 {font-family: 'Oswald', sans-serif;font-size: 38px;font-weight: 700;margin-bottom: 9px;line-height: 1.5em;color: #2e2e2e;}
h3 {font-family: 'Oswald', sans-serif;font-size: 23px;color: #b79862;display: inline-block;text-transform: uppercase;font-weight: 900;margin-bottom: 15px;}
h4 {font-family: 'Oswald', sans-serif;font-size: 19px;line-height: 1.6em;color: #191919;margin-bottom: 0;margin-top: 20px;}
h5 {font-family: 'Oswald', sans-serif;font-size: 14px;font-weight: 500;line-height: 1.5em;margin: 0 0 20px;}
h6 {font-family: 'Oswald', sans-serif;font-size: 12px;font-weight: 500; line-height: 1.5em;}



/* ==========================================================================
   Menu
   ========================================================================== */

   ul.menu {
       padding-left: 0;
       list-style: none;
   }

   ul#menu-footer {
       display: inline-block;
   }

   ul#menu-footer li {
       display: inline-block;
   }

   header ul {
    padding-left: 0;
    display: inline-block;
    }

    nav.headerNavbar li {
        display: inline-block;
        position: relative;
        margin-right: 20px;
    }

    nav.headerNavbar li:last-child {
        margin-right: 0;
    }


    nav.headerNavbar .sub-menu li, nav.headerNavbar li:last-child {
        margin-right: 0;
    }


    button.hamburger {
      display: none;
      z-index: 9999;
      position: absolute;
      right: 5px;
      top: 10px;
    }

    body.nvopen {
    overflow: hidden;
}

    .mobileNavbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.85);
    transform: translateY(-100%);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    text-align: center;
    z-index: 999;
}

.mobileNavbar.nvopen {
    transform: translateY(0);
}

.mobileNavbar ul.menu li {
    font-size: 35px;
}

.mobileNavbar ul.menu li a {
    color: #2e2e2e;
    font-weight: 700;
    text-transform: uppercase;
}

ul.sub-menu
{
    position: absolute;
    display: none;
    transition: all .3s;
    border-right: 3px solid #b79861;
    background-color: #ffffff;
    z-index: 99;
    right: 0;
}

nav.headerNavbar li a {
    display: block;
    padding: 3px 3px 0;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    color: #2e2e2e;
    padding-bottom: 13px;
}

nav.headerNavbar .sub-menu li {
    display: block;
}

.logoBox {
    display: inline-block;
}

nav.headerNavbar {
    display: inline-block;
    float: right;
}

.sub-menu a {
    padding: 7px 20px !important;
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    text-align: right;
}

.sub-menu a:hover {
    background-color: #b79862;
    color: #ffffff;
}

.sub-menu li:last-child a {
    border-bottom: 0px;
}

ul#menu-hauptmenue li:hover ul.sub-menu, ul#menu-hayk-hotel-ru li:hover ul.sub-menu, ul#menu-hayk-hotel-en li:hover ul.sub-menu {
    display: block;
}

.topMenu {
    text-align: right;
}

.topMenu li.menu-item {
    margin-right: 10px;
}

.btn {
    background-color: #b79861;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    padding: 5px 15px
}

.btn:hover {
    background-color: #907545;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
}

ul#menu-hauptmenue, ul#menu-hayk-hotel-en, ul#menu-hayk-hotel-ru {
    margin-bottom: 0;
    margin-top: 8px;
    margin-bottom: 0;
}

.logoBox a {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    font-weight: 700;
    transition: 0s;
    color: #2e2e2e;
}

.logoBox a:hover, .logoBox a:focus {
    color: #000000;
}

.down {
    float: right;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    position: relative;
    z-index: 150;
}

.down:after {
    content: '';
    display: block;
    width: 2000px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 40px;
    background-color: #ffffff;
}

section#slider .container {
}

.sliderNav {
    position: absolute;
    bottom: 0;
    height: 40px;
    width: 100%;
}

.slick-dots {
    bottom: 10px;
    z-index: 99;
}

.slick-dots li button:before {
    font-size: 12px;
    color: #ffffff;
    opacity: .9;
}

.slick-dots li.slick-active button:before {
    color: #b79862
}

.slick-dots li {
  margin: 0 3px;
}

header {
    position: fixed;
    width: 100%;
    z-index: 1009;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, .95);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
}

.box {
    height: 280px;
    position: relative;
    overflow: hidden;
}

.box.noHover {
    height: 180px;
    position: relative;
    overflow: hidden;
}


.boxImg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: all .5s;
}

.box:hover .boxImg {
    transform:scale(1.1);
}

.box.noHover:hover .boxImg {
    transform:scale(1);
}


section#text, section#roomgalerie {
    padding: 55px 0 75px;
}

.slick-dotted.slick-slider {
  margin-bottom: 10px;
}

span.boxTxt {
    display: block;
    z-index: 990;
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 5px 10px;
    background-color: #ffffff;
    background-color: rgba(255,255,255,.8);
    font-weight: 700;
}

/* ==========================================================================
   Site
   ========================================================================== */

   section#footer {
       background-color: #2e2e2e;
       color: #ffffff;
       font-size: 14px;
       padding: 15px;
   }

   .slide {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.boxBdr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 10px solid #000000;
    border: 10px solid rgba(0, 0, 0, 0.10);
    transition: all .3s;
}

.box:hover .boxBdr {
    transform: scale(.97);
}

.box.noHover:hover .boxBdr {
    transform: scale(1);
}


.row.boxes {
    margin-top: 35px;
}

section#text-dark {
    background-color: #2e2e2e;
    color: #ffffff;
    padding: 60px 0 40px;
    text-align: center;
}

.textBox {
    margin-bottom: 25px;
}

.nogutter {
    padding-left: 0;
    padding-right: 0;
}

.down a {
    background-image: url(/wp-content/themes/hayk/img/arrow-down-gold.svg);
    width: 40px;
    height: 40px;
    display: block;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px;
}

.down:hover {
    background-color: #f3f3f3
}

.sliderObjectSingleNav .slick-slide {
    margin-right: 10px;
}


section#prefooter {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .85);
}

section#prefooter ul.menu li a {
    color: #2e2e2e;
}

.prefooterContent {
    position: relative;
    z-index: 9;
    padding: 55px 0 65px;
    text-align: center;
}

.small .slide {
    height: 650px;
    max-height: 100vh;
}

section#prefooter ul.menu li {
    display: inline-block;
    margin: 0 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2e2e2e;
}

section#prefooter .logoBox {
    margin-bottom: 35px;
}

section#maps p {
    margin-bottom: -5px;
}

ul#menu-rechtliches-footer-menu li, ul#menu-rechtliches-ru li, ul#menu-rechtliches li {
    display: inline-block;
}

ul#menu-rechtliches-footer-menu li a, ul#menu-rechtliches-ru li a, ul#menu-rechtliches li a {
    color: #ffffff;
    margin-right: 20px;
}

ul#menu-rechtliches-footer-menu li:last-child a, ul#menu-rechtliches-ru li:last-child a, ul#menu-rechtliches li:last-child a {
    margin-right: 0;
}

.menu-rechtliches-footer-menu-container, .menu-rechtliches-ru-container, .menu-rechtliches-container {
    display: inline-block;
}

.col-sm-6.footerMenu {
    text-align: right;
}

li.slick-slide img {
    width: 100%;
    height: auto;
}

.calltoactionBox {
    background-color: #2e2e2e;
    color: #ffffff;
    padding: 45px 25px;
}

.calltoactionBox h3 {
    color: #ffffff;
    font-size: 30px;
    margin-top: 3px;
}

h2.sectionTitle {
    margin-bottom: 45px;
}

section#boxesSmall .box {
    height: 230px;
}

section#boxesSmall {
    background-color: #efefef;
    padding: 25px 0 55px;
}

.booking {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: none !important;
}

.booking li.widget {
    list-style: none;
    display: inline-block;
    float: right;
    background-color: #000000;
    background-color: rgba(0, 0, 0, .85);
    padding: 25px 30px 150px 30px;
    color: #ffffff;
    position: relative;
    border-radius: 20px 0 0 20px;
    padding-bottom: 80px;
    border-top: 1px solid #b79861;
    border-left: 1px solid #b79861;
    margin-bottom: 100px;
    border-bottom: 1px solid #b79861;
}

.booking .widget h2 {
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

.abc-submit {
    background: #b79861 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    font-weight: 700;
    transition: all .2s;
    width: 100% !important;
    padding: 5px 15px !important;
}

.abc-submit:hover {
    background: #907545 !important;
}

.booking .widget #abc-widget-wrapper {
    padding: 0;
}

.abc-input-fa {
    color: #2e2e2e;
}

.booking li.widget:after {
    content: '';
    display: block;
    height: calc(100% + 2px);
    width: 3000px;
    position: absolute;
    left: 100%;
    bottom: -1px;
    z-index: 1;
    background-color: #b79861;
    background-color: rgba(0, 0, 0, 0.85);
    border-top: 1px solid #b79861;
    border-bottom: 1px solid #b79861;
}

.booking .abc-widget {
    margin-bottom: 10px;
}

.abc-form label {
    text-transform: uppercase;
}

#ui-datepicker-div {
  z-index: 200 !important;
}

section#content {
    padding-top: 45px;
}

.boxText {
    margin-top: 23px;
}

.grid-sizer,
.grid-item {width: 24.65%;margin-bottom: 10px;overflow: hidden;}

.grid img {
  width: 100%;
  height: auto;
}

section#galerie {
    padding: 55px 0 0;
}

.grid-text {
    background-color: #2e2e2e;
    color: #ffffff;
    padding: 3px 8px;
    font-size: 13px;
    text-align: center;
}

.fancybox-caption__body {
    font-size: 16px;
}

li.facebook a {
    display: block;
    background-image: url(/wp-content/themes/hayk/img/fb-logo.svg);
    width: 20px;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
}

ul.slick-slider {
    padding-left: 0;
}

.mobileNavbar ul.menu {
    padding-top: 130px;
}

.mobileNavbar ul.menu li:last-child {
    display: none;
}

.mobileNavbar ul {
    padding-left: 0;
}

.cli-modal-content {
    border-radius: 0 !important;
}

.cli-tab-footer .cli-btn {
    color: #ffffff !important;
    background-color: rgb(138, 152, 161) !important;
    border-radius: 0;
}

/* ==========================================================================
   Responsive MAX
   ========================================================================== */

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 768px) {

  .boxes .col-md {
    margin-bottom: 25px;
}

  button.hamburger {
    display: block;
  }

  nav.headerNavbar {
    display: none;
  }

}

@media screen and (max-width: 480px) {

}
