body {
  /*font-family:TextFont;*/
  color: #303030;
}
@media screen and (min-device-width: 320px) and (max-device-width: 700px) {
    .borderlage {
        border-bottom: 1px solid #1479b2;
        position: relative;
        left: 0px !important;
        z-index: 9;
        margin-bottom: 24px;
        padding-top: 18px;
    }

    .borderlageleft {
        border-bottom: 1px solid #1479b2;
        position: relative;
        left: 0px !important;
        z-index: 9;
        margin-bottom: 24px;
        padding-top: 18px;
    }
}
/*Border under h1 tag*/
.borderlage {
    border-bottom: 1px solid #1479b2;
    position: relative;
    left: 194px;
    z-index: 9;
    margin-bottom: 24px;
    padding-top: 18px;
}

.borderlageleft {
    border-bottom: 1px solid #1479b2;
    position: relative;
    left: -194px;
    z-index: 9;
    margin-bottom: 24px;
    padding-top: 18px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999 !important;
}
/*end Border under h1 tag*/
@font-face {
   /*font-family: TextFont;*/
   src: url(../fonts/Rubik-Regular.ttf);
}
@font-face {
   font-family: HeadlineFont;
   src: url(../fonts/Hyogo-regular.ttf);
}

.mt7{margin-top: 7px!important;}
a {
  color: #fff;
}
select#lang option[value="EN"]   { background-image:url(../img/en.png);   }
.dropdown-menu {/*background-color: #1479b2!important;*/}
@media (max-width: 992px) {
  .dropdown-menu {background-color: #fff!important;width: 90%;}
  .mt7{margin-top: 7px!important;margin-left: 18px !important;}
  }
.white{color: #fff;margin-left: 10px;
    margin-right: 10px;}

a:hover {
  color: #ffc56e;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: HeadlineFont;
  color:#b78452;
}

.logo{position: relative;
    left: 501px;top: 0px;}
.fixedwidget{
  position: fixed;
  top: 50%;
  right: -121px;
  -ms-transform: rotate(90deg); /* IE 9 */
  transform: rotate(90deg);
  z-index: 7;
}
.black{color: #303030}
.white {
    color: #fff;
}

 @media screen and (min-device-width: 320px) and (max-device-width: 500px) {
  .fixedwidget{
    display: none;
  }
 }
#topbar {
  padding: 0;
  font-size: 15px;
  height: 50px;
  transition: all 0.5s;
  background: rgba(26, 24, 22, 0.8);
  color: rgba(255, 255, 255, 0.7);
}

#topbar.topbar-transparent {
  background: transparent;
}

#topbar.topbar-scrolled {
  top: -50px;
}

#topbar i {
  color: #ffb03b;
}

#topbar i + i {
  margin-left: 15px;
}

.moveright{float: right;
    display: inline-flex;
    position: relative;
    left: 150px;
    /*background: #a7a742;*/}


.moveleft{float: left;
    display: inline-flex;
    position: relative;
    /*background: yellow;*/
    left: -100px;}




/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  top: 0px;
  height: 84px;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  /*background: rgba(26, 24, 22, 0.85);*/
}

#header.header-transparent {
  /*background: #ccc;*/
}

#header.header-scrolled {
  top: 0;
  background: #fff;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}
.ov{overflow-y: hidden;}

@media (max-width: 992px) {
  #header {
    top: 0;
    /*background: rgba(26, 24, 22, 0.85);*/
  }

  .moveleft{float: none;
display: block;
position: inherit;}
  .moveright{float: none;
display: block;
position: inherit;}
.ov{overflow-y: scroll;}
.logo {
    position: relative;
    text-align: center;
    top: 0px;
    left: 0px;
}
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  /*padding-left: 21px;
    padding-right: 40px;*/
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  /*color: #303030;*/
  padding: 9px 29px;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 500;
  /*font-family: TextFont;*/
}

.nav-menu a:hover, .nav-menu li:hover > a {
  color: #ffb03b;
  
  text-decoration: none;
}
.nav-menu .active > a{border-bottom: 2px solid #1479b2;}

.nav-menu .book-a-table a {
  background: #ffb03b;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
}

.nav-menu .book-a-table a:hover {
  background: #ffa012;
  color: #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #433f39;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #ffb03b;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #1479b2;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #433f39;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #ffb03b !important;
  text-decoration: none;
}

.mobile-nav .book-a-table a {
  background: #ffb03b;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
  display: inline-block;
}

.mobile-nav .book-a-table a:hover {
  background: #ffa012;
  color: #fff;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(39, 37, 34, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  color: #5f5950;
}

.section-title h2 span {
  color: #ffb03b;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}


















/*--------------------------------------------------------------
# Specials
--------------------------------------------------------------*/
.pt60{padding-top: 60px}
.borderLine{border-bottom: 1px solid #1479b2;}
.textalign{text-align: right;}
.specials {
  overflow: hidden;
  padding: 200px 0px 0;
}
.leftMove{float: left;}
.mt50{margin-top: 50px;}
.pl{padding-left: 27%;}

.direc{padding: 10px; }
.direc ul{list-style-type: none;margin: 0px;
    padding: 0px;}
.direc ul li{line-height: 36px;}
.direcimg {
    background-image: url("/images/direc.png");
    background-color: #b78452;
    height: 20px;
    width: 20px;
    padding: 0px 4px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-right: 10px;
}
.pl6{padding-left: 6px;}

.specials .nav-tabs {
  border: 0;
}


.specials .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #433f39;
  border-radius: 0;
  border-right: 2px solid #e8e7e4;
  font-weight: 600;
  font-size: 15px;
}

.specials .nav-link:hover {
  color: #ffb03b;
}

.specials .nav-link.active {
  color: #ffb03b;
  border-color: #ffb03b;
}

.specials .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.specials .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #433f39;
}

.specials .details p {
  color: #777777;
}

.specials .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .specials .nav-link {
    border: 0;
    padding: 15px;
  }
  .specials .nav-link.active {
    color: #fff;
    background: #ffb03b;
  }
  .lage .content p {
    font-size: 15px;
    color: #848484;
    padding-bottom: 20px;
}
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.contact .info {
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #ffb03b;
  float: left;
  width: 44px;
  height: 44px;
  background: #fff6e8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #433f39;
  font-family: "Poppins", sans-serif;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #7a7368;
}

.contact .info:hover i {
  background: #ffb03b;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #ffb03b;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #ffa012;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #eee;
  color: #303030;
  font-size: 14px;
  padding: 30px 0;
  overflow: auto;
}

#footer h4 {
  color: #303030;
  margin-bottom: 20px;
}

#footer p {
  font-size: 15px;
  padding: 0;
  
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #46423b;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer a{
  text-decoration: underline;
color: #303030;
}


#footer .social-links a:hover {
  background: #ffb03b;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}
.borderka{border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6!important;}
.borderki{    
  border: none!important;
  padding-top: 40px!important;
} 
.blacklink {color: #303030;}
.blacklink a{color: #303030;text-decoration: underline!important;}
.blacklink a:hover{color: #303030!important;text-decoration: underline!important;}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #303030;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #1479b2;
  color: #fff;
}  
/* Mobile Look */
@media (max-width: 992px) {
.specials {
    overflow: hidden;
    padding: 10px 0px 0;
}
.textalign {
    text-align: left;
    margin-top: 30px;
}
.pl {
    padding-left: 1%;
}
}


/*--------------------------------------------------------------
# Lage
--------------------------------------------------------------*/
.lagemt100{margin-top: 100px;}
.lagemt30{margin-top: 30px;}
.lageAlignCenter{text-align: center;}
.lagecolorWhite{color: #fff!important;}


.lageborderLine {
    border-bottom: 1px solid #1479b2;
    margin: 40px auto;
}
.lageBgBlue{background-color: #1479b2;}
.lageBgBrown{background-color: #b78452;}

.lage {
  
  padding: 160px 0;
}

.lage .content {
  padding: 0 80px;
}
.lage .contentOfContent {
  padding: 30px 30px;
}
.lage .contentOfContent h2 {
  font-weight: 400;
  font-size: 32px;
  color: #fff;
}
.lage .contentOfContent h4 {
  font-size: 20px;
  font-weight: 500;
    padding: 20px 20px 20px 10px;
    color: #fff;
}

.lage .contentOfContent p {
  font-size: 15px;
  color: #fff;
  font-weight: lighter;
  border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 10px 0px;
}

.lage .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #5f5950;
}

.lage .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

    .lage .content p {
        font-size: 15px;
        color: #303030;
    }

.lage .content ul {
  list-style: none;
  padding: 0;
}

.lage .content ul li + li {
  margin-top: 15px;
}

.lage .content ul li {
  position: relative;
  padding-left: 26px;
}

.lage .content ul i {
  font-size: 20px;
  color: #ffb03b;
  position: absolute;
  left: 0;
  top: 2px;
}

.lage .content p:last-child {
  margin-bottom: 0;
}

.lage .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
}

.lage .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ffb03b 50%, rgba(255, 176, 59, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.lage .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.lage .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 176, 59, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.lage .play-btn:hover::after {
  border-left: 15px solid #ffb03b;
  transform: scale(20);
}

.lage .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
.lagebtn {
    font-weight: 100;
    font-size: 15px;
    letter-spacing: 1px;
    
    display: inline-block;
    padding: 5px 8px;
    min-width: 210.25px;
    transition: 0.5s;
    line-height: 1;
    margin: 0 10px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    color: #fff;
    border: 2px solid #fff;
}
.lageleft{float: left;}
.lageright{float: right;}
.lagebtn:hover {
    background: #fff;
    color: #1479b2;
}
.lageBtnIcn{text-align: right;
    position: relative;
    right: -24px;
    font-stretch: ultra-expanded;}
@media (max-width: 1024px) {
  .lage .content, .lage .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .lage .content {
    padding-top: 30px;
  }
  .lage .accordion-list {
    padding-bottom: 30px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.validate{
    color:red;
}