@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700|PT+Serif:400,400i,700');

/*

/* variant 1 - Default */
/* Lauftext */

.logo {
    position: absolute;
    left: 3%;
    top: 10%;
    width: 250px;
  z-index: 100;
}
img {
    max-width: 100%;
}
img {
    vertical-align: middle;
}
::-webkit-scrollbar
{
    width: 12px;
}
::-webkit-scrollbar-thumb

::-webkit-scrollbar-thumb:hover
{
    background:linear-gradient(transparent,#008066) ;
    
}

.wirbleiben{
        max-width: 100vw; /* iOS braucht das */
		white-space: nowrap;
		overflow: hidden;
        font-size: 1em;
     color:#111;
    
        font-weight: bold;
        text-transform: uppercase;
  
        transition: 0.6s;
        cursor: pointer;


}
.wirbleiben span {
		display: inline-block;
		padding-left: 100%
		animation: wirbleiben 10s linear infinite;
	}

	/* Optional: mouseover (oder Tipp auf dem Touchscreen) pausiert die Laufschrift */
	.wirbleiben span:hover {
		animation-play-state: paused 
	}

	/* Make it move */
	@keyframes wirbleiben {
		0%   { transform: translateX(0); }
		100% { transform: translateX(-100%); }
	}
	.marquee {
		max-width: 100vw; /* iOS braucht das */
         position: absolute;
		width: 100%;
    right: 5%;
    top: 18%;
  z-index: 100;
		white-space: nowrap;
		overflow: hidden;
        font-size: 1em;
        color: #ffffff;
        font-style: oblique;
        font-weight: bold;
        text-transform: uppercase;
        transition: 0.6s;
        cursor: pointer;
		/* hier evtl. noch font-size, color usw. */
	}

	.marquee span {
		display: inline-block;
		padding-left: 100%;
		animation: marquee 10s linear infinite;
	}

	/* Optional: mouseover (oder Tipp auf dem Touchscreen) pausiert die Laufschrift */
	.marquee span:hover {
		animation-play-state: paused 
	}

	/* Make it move */
	@keyframes marquee {
		0%   { transform: translateX(0); }
		100% { transform: translateX(-100%); }
	}

@media (min-width: 768px) {
  .navbar.shrink {
    min-height: 60px;
  }

  .navbar.shrink .navbar-brand {
    height: 60px;
    padding: 18.5px 15px;
  }

  .navbar.shrink .navbar-btn {
    margin-top: 18.5px;
    margin-bottom: 18.5px;
  }

  .navbar.shrink .navbar-nav > li {
    float: left;
  }

  .navbar.shrink .navbar-nav > li > a {
    padding-top: 18.5px;
    padding-bottom: 18.5px;
  }
}
.contact-info{
  position: fixed;
  top: 50%;
  z-index: 9999;
  right: 0;
}
.option{
  cursor: pointer;
  position: relative;
}
.option i{
  display: block;
  width: 60px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  background: #d1c141;
  color: #fff;
  font-size: 20px;
  transition: 0.6s;
}
.option:hover i{
  color: #458332;
}
.datei{
  position: absolute;
  height: 60px;
  width: 200px;
  background: #458332;
  top: 0;
  z-index: -1;
  right: -140px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  transition: 0.6s;
}

.option:hover .datei{
  right: 60px;
}






/*

=====================
NAVBAR
=====================

*/
.header {
  width: 100%;
}

.navbar {
  z-index: 10;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-left: none;
  border-right: none;
  padding-top: 10px;
}

.navbar a.navbar-brand {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #008066;
  border-top-color: #008066;
  padding-top: 10px;
  
}

.navbar a.navbar-brand:focus,
.navbar a.navbar-brand:hover {
  border-top-color: #008066;
  border-bottom: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

@media (min-width: 768px) {
  .navbar ul.nav > li > a {
    border-top: solid 2px transparent;
    padding-top: 26.5px;
    text-shadow: 1px 1px #ccc ,2px 2px #ccc ,3px 3px #ccc,4px 4px #ccc,5px 5px #ccc;
    font-size: 1.1em;
  }

  .navbar ul.nav > li > a:hover,
  .navbar ul.nav > li > a:focus {
    border-top-color: #008066;
    border-bottom-color: #008066;
    border-bottom: none;
    border-top-right-radius: 20%;
    border-bottom-right-radius: 20%;
    border-top-left-radius: 20%;
    border-bottom-left-radius: 20%;
    
  }

  .navbar ul.nav > li.active > a,
  .navbar ul.nav > li.open > a {
    text-decoration: none !important;
    border-top-color: #008066;
    border-bottom-color: #008066;
    border-top-right-radius: 20%;
    border-bottom-right-radius: 20%;
    border-top-left-radius: 20%;
    border-bottom-left-radius: 20%;
    /**background-color: #b59a04;**/
  }
}

@media (min-width: 768px) {
  .home .navbar-default {
    background-color: transparent;
  }

  .home .navbar-default a.navbar-brand {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  }

  .home .navbar-default .navbar-nav > li > a {
    color: #008066;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  }

  .home .navbar-default .navbar-brand {
    color: #b59a04;
    position: relative;
    top: 0;
  }

  .home .navbar-default .navbar-brand:hover,
  .home .navbar-default .navbar-brand:focus {
    color: transparent;
    top: 2px;
  }

  .home .navbar-default ul.nav > li > a:hover,
  .home .navbar-default ul.nav > li > a:focus {
    border-top-color: #008066;
    color: transparent;
  }

  .home .navbar-default ul.nav > li.active > a,
  .home .navbar-default ul.nav > li.open > a {
    text-decoration: none !important;
    border-top-color: #008066;
  }
}

.navbar-toggle {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #792709;
}

ul.dropdown-menu li a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

ul.dropdown-menu li a:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: none;
}

#login-modal {
  overflow: hidden;
}

#login-modal .modal-header h4 {
  text-transform: uppercase;
}

#login-modal form {
  margin-bottom: 23px;
}

#login-modal a {
  color: #b59a04;
}

#login-modal p {
  font-weight: 300;
  margin-bottom: 23px;
  font-size: 14px;
}

.modal-backdrop {
  z-index: 1035;
}

/*

=====================
GENERAL
=====================

*/

.profile:hover {
  -webkit-box-shadow: -1px 9px 40px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 9px 40px -12px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 9px 40px -12px rgba(0, 0, 0, 0.75);

}

.slidershow {
  margin: 0 auto;
  padding-top: 0px;
  background: #fff;
  box-sizing: border-box;


}

.content {
  margin: auto;
  width: 190px;
  perspective: 1000px;
  position: relative;
  padding-top: 40px;

}

.content-carrousel {
  width: 100%;
  position: absolute;
  float: right;
  animation: rotar 25s infinite linear;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
}

.content-carrousel:hover {
  animation-play-state: paused;
  cursor: pointer;
}

.content-carrousel figure {
  width: 100%;
  height: 120px;
  border: 2px solid #b59a04;
  overflow: hidden;
  position: absolute;

}

.content-carrousel figure:nth-child(1) {
  transform: rotateY(0deg) translateZ(300px);
}

.content-carrousel figure:nth-child(2) {
  transform: rotateY(40deg) translateZ(300px);
}

.content-carrousel figure:nth-child(3) {
  transform: rotateY(80deg) translateZ(300px);
}

.content-carrousel figure:nth-child(4) {
  transform: rotateY(120deg) translateZ(300px);
}

.content-carrousel figure:nth-child(5) {
  transform: rotateY(160deg) translateZ(300px);
}

.content-carrousel figure:nth-child(6) {
  transform: rotateY(200deg) translateZ(300px);
}

.content-carrousel figure:nth-child(7) {
  transform: rotateY(240deg) translateZ(300px);
}

.content-carrousel figure:nth-child(8) {
  transform: rotateY(280deg) translateZ(300px);
}

.content-carrousel figure:nth-child(9) {
  transform: rotateY(320deg) translateZ(300px);
}

.shadow {
  position: absolute;
  box-shadow: 0px 0px 20px 0px #000;
  border-radius: 2px;

}

.content-carrousel img {
  image-rendering: auto;
  transition: all 300ms;
  width: 100%;
  height: 100%;

}

.content-carrousel img:hover {
  transform: scale(1.2);
  transition: all 300ms;
}

@keyframes rotar {
  from {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(360deg);
  }

}
@-webkit-keyframes rotar {
  from {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(360deg);
  }

}
@-moz-keyframes rotar {
  from {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(360deg);
  }

}
@-ms-keyframes rotar {
  from {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(360deg);
  }

}
@-o-keyframes rotar {
  from {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(360deg);
  }

}

html {
	
  height: 100%;
  
}

body {
	overflow-x: hidden;
  height: 100%;
  box-sizing: border-box;
}

header {
  z-index: 1000;
}

section {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;

}

section.section--no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

section.section--no-padding-bottom {
  padding-bottom: 0;
}

section.section--padding-bottom-small {
  padding-bottom: 30px;
}

.italic {
  font-style: italic;
  font-family: 'PT Serif', serif;
}

.img-responsive {
  margin: 0 auto;
}

.no-space .box {
  margin: 0 -15px;
  padding: 0;
}

.no-space.padding-horizontal {
  padding-left: 15px;
  padding-right: 15px;
}

.margin-top {
  margin-top: 30px;
}

.margin-bottom {
  margin-bottom: 30px !important;
}

.margin-bottom--medium {
  margin-bottom: 45px !important;
}

.margin-bottom--big {
  margin-bottom: 60px !important;
}

a,
button {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a i.fa,
button i.fa {
  margin: 0 5px;
}

a {
  text-decoration: none;
  display: inline-block;
}

a:hover {
  text-decoration: none;
}

.clickable {
  cursor: pointer !important;
}

.required {
  color: #b59a04;
}

.accent {
  color: #b59a04;
}

.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.list-style-none {
  list-style: none;
}

.weight-300 {
  font-weight: 300 !important;
}

.weight-500 {
  font-weight: 500 !important;
}

.weight-700 {
  font-weight: 700 !important;
}

.text-gray {
  color: #555555;
}

.text-gray-light {
  color: #999999;
}

.text-gray-lighter {
  color: #eeeeee;
}

.background-gray-lightest {
  background: #f7f7f7;
}

.background-gray-lighter {
  background: #eeeeee;
}

.background-gray-light {
  background: #999999;
}

.background-gray {
  background: #555555;
}

.pages {
  text-align: center;
}

/* ==========================================
   DATE PICKER STYLE
   ========================================== */
.datepicker--day-name {
  color: #b59a04 !important;
}

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb,
.datepicker--time-row input[type='range']:focus::-moz-range-thumb,
.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #b59a04 !important;
  border-color: #b59a04 !important;
}

.datepicker--cell.-current-.-in-range,
.datepicker--cell.-current-.-focus-,
.datepicker--button {
  color: #b59a04 !important;
}

.datepicker--cell.-current- {
  color: #b59a04;
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current-,
.datepicker--cell.-selected-.-focus-,
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade-,
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #b59a04;
}

/* ==========================================
   GENERAL STYLES
   ========================================== */
.page-holder {
  overflow-x: hidden;
}

input,
textarea {
  outline: none;
}

.link-normal {
  border-bottom: none !important;
  display: inline-block;
  font-weight: 400 !important;
}

.btn-unique,
.btn-unique-reverse,
.btn-unique-white {
  color: #fff;
  height: 40px;
  background: #285ab9;
  line-height: 40px !important;
  padding: 0 20px !important;
  text-transform: uppercase;
  position: relative;
  font-size: 1.1em;
  border: none;
  text-shadow: 0 1px 0 #008066 ,0 2px 0 #008066 ,0 3px 0 #008066;
}

.btn-unique::before,
.btn-unique-reverse::before,
.btn-unique-white::before {
  content: '';
  width: -webkit-calc(100% - 2px);
  width: calc(100% - 2px);
  height: -webkit-calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #fff;
  position: absolute;
  display: block;
  left: 1px;
  top: 1px;
}

.btn-unique:hover,
.btn-unique:focus {
  background: #111111;
  border: none;
  color: #fff;
}

.btn-unique-reverse {
  background: #111111;
  background: #fff;
}

.btn-unique-white {
  color: #b59a04;
  background: #fff;
}

.btn-unique-white::before {
  border-color: #b59a04;
}

.btn-unique-white:hover,
.btn-unique-white:focus {
  background: #111111;
  border: none;
  color: #fff;
}

.has-border,
section.menu .tab-pane .menu-item.recommended {
  position: relative;
}

.has-border::before {
  content: '';
  width: -webkit-calc(100% - 4px);
  width: calc(100% - 4px);
  height: -webkit-calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #fff;
  position: absolute;
  display: block;
  top: 2px;
  left: 2px;
}

.transition,
label.unique,
label.unique input,
label.unique textarea,
nav.navbar,
section.services .service,
section.services .service .icon,
section.services .service .icon i,
section.gallery .item a,
footer ul.contact a,
footer ul.contact li,
#scrollTop,
.reservation-overlay #close {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.text-muted {
  color: #cccccc;
}

section header {
  margin-bottom: 50px;
}

section h2 {
  font-size: 4em;
  color: #111111;
}

section h3 {
  margin-top: 10px !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1.2em;
  font-weight: 400;
  color: #cacaca;
}

section h4 {
  margin-bottom: 10px !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1.25em;
  font-weight: 700;
  color: #333;
}

section h4 + p {
  line-height: 1.8em;
  font-size: 1.1em;
  color: #333;
}

.lead {
  line-height: 1.9em;
  font-size: 1.25em;
  color: #333;
}

/* ==========================================
   FORM COMPONENTS
   ========================================== */
label.unique {
  text-transform: uppercase;
  font-size: 1.2em;
  text-align: left;
  color: #7e7e7e;
  display: block;
  margin-top: 20px;
}

label.unique.active {
  color: #b59a04;
}

label.unique.active input,
label.unique.active textarea {
  border-color: #b59a04 !important;
}

label.unique input,
label.unique textarea {
  border-bottom: 1px solid #d0d0d0 !important;
  max-height: 200px;
  font-size: 1.3em;
  resize: vertical;
  padding: 10px 0;
  display: block;
  border: none;
  width: 100%;
  color: #333;
}

label.error {
  font-size: 0.9em;
  color: #d9534f;
  margin-top: 0;
}

form button {
  margin-top: 20px;
  outline: none;
  min-width: 150px;
  font-size: 1.2em !important;
}

/* ==========================================
   Media Queries General
========================================== */
@media (max-width: 1370px) {
  section {
    font-size: 16px !important;
  }

  nav.navbar {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  section {
    font-size: 16px !important;
  }
}

@media (max-width: 768px) {
  .navbar {
    height: 60px;
  }

  section.hero {
    font-size: 8px !important;
    
  }

  section.services div[class*='col-']:not(:last-of-type) {
    margin-bottom: 30px;
  }

  section.offers div[class*='col-']:not(:last-of-type) {
    margin-bottom: 50px;
  }

  footer div[class*='col-']:not(:last-of-type) {
    margin-bottom: 50px;
  }
}

/* ==========================================
   NAVBAR
   ========================================== */
nav.navbar {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  z-index: 9998;
  /**background: linear-gradient(#008066 20%,#b59a04 80%);**/
}

nav.navbar ul a {
  font-size: 1;
  text-transform: capitalize;
   /**background: linear-gradient(#008066 20%, #b59a04 80%);**/
  
}

nav.navbar .navbar-btn.btn-unique {
  margin-left: 10px;
  font-size: 0.9em;
  float: left;
}

nav.navbar ul a:hover {
  -webkit-box-shadow: -1px 9px 40px -12px rgba(69, 22, 13, 1);
  -moz-box-shadow: -1px 9px 40px -12px rgba(69, 22, 13, 1);
  box-shadow: -10px 9px 40px -12px rgba(69, 22, 13, 1);
  transition: 1, 5s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transform: rotate(30);
    
}

/* ==========================================
   HERO
   ========================================== */
section.hero {
  position: relative !important;
  font-size: 15px;
  padding: 0;
}

section.hero .sl-slide .sl-slide-inner {
  padding: 150px 0;
  color: #262626;
  background-size: cover;
}

section.hero .sl-slide .sl-slide-inner h1,
section.hero .sl-slide .sl-slide-inner h2 {
  color: #fff;
}

section.hero .sl-slide .sl-slide-inner h1 {
  font-size: 5em;
}

section.hero .sl-slide .sl-slide-inner h2 {
  font-size: 5em;
}

section.hero .sl-slide .sl-slide-inner p {
  font-size: 1.5em;
  max-width: 700px;
  line-height: 2.5em;
}

section.hero .nav-dots span {
  background: #fff;
}

section.hero .nav-dots span.nav-dot-current::after {
  background: #b59a04;
}

section.hero #scroll-down {
  width: 30px;
  height: 50px;
  border-radius: 30px;
  border: 2px solid #b59a04;
  position: absolute;
  bottom: 50px;
  left: -webkit-calc(50% - 15px);
  left: calc(50% - 15px);
  z-index: 999;
  cursor: pointer;
  border-bottom: 2px solid #b59a04 !important;
}

section.hero #scroll-down::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b59a04;
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  animation: fade 2s infinite;
}

section.hero .social {
  width: 20px;
  height: 100vh;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  position: absolute;
  left: 30px;
  top: 0;
  text-shadow: 1px 1px 1px #b59a04 ,2px 2px 2px #b59a04 ,3px 3px 3px #b59a04 ,4px 4px 4px #b59a04;
  z-index: 999;
}

section.hero .social .wrapper {
  margin-top: 100px;
  text-align: center;
}

section.hero .social span {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  transform: rotate(-90deg);
  min-width: 105px;
  transform-origin: left top;
  margin: 90px 0 0;
  font-weight: bold;
  position: relative;
}
.butt{
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #b59a04;
  margin: 2px;
  border-radius: 50%;
  border: 2px solid #fff !important;
  box-shadow: 5px 5px 20px -5px #ffffff;
  left: -40px;
  top: 0;
  overflow: hidden;
  position: relative;
}
.butt:hover{
  box-shadow: 5px 5px 20px -5px #ffffff;
 
}

.butt i{
  line-height: 40px;
  font-size: 20px;
  transition: 0.2s linear;
  position: relative;
  text-align: center;
}
.butt:hover i{
  transform: scale(1.3);
  color: #fff;
  
 }
.butt::before{
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  background: #008066;
  transform: rotate(-45ded);
  left: -110%;
  top: 90%;
}
.butt:hover::before{
  animation: aaa 0.7s 1;
  top: -10%;
  left: -10%;
}
@keyframes aaa{
  0%{
  left: -110%;
  top: 90%;
  }50%{
  left: 10%;
  top: 40%;
  }100%{
  top: -10%;
  left: -10%;
  }

}
section.hero .social ul {
  display: inline-block;
}


section.hero .social ul::after {
  content: '';
  background: #fff;
  margin: 25px 10px;
  width: 2px;
  height: 90px;
  display: block;
  font-weight: bold;
  box-shadow: 1px 1px 1px #b59a04 ,2px 2px 2px #b59a04 ,3px 3px 3px #b59a04 ,4px 4px 4px #b59a04,5px 5px 5px #b59a04,6px 6px 6px #b59a04;
}

section.hero .social ul li {
  padding: 2px 0;
}

section.hero .social ul li a {
  color: #fff;
}

section.hero .social ul li a:hover {
  color: #008066;
  border: none;

}

@media (max-width: 1300px) {
  section.hero .social {
    display: none;
  }
}

@media (max-width: 992px) {
  section.hero nav.nav-dots {
    right: 0;
  }
}

@media (max-width: 768px) {
  section.hero .container {
    width: 100%;
    padding: 0 20px;
  }

  section.hero .container p {
    font-size: 1.9em !important;
  }
}

@media (max-width: 480px) {
  section.hero {
    height: 600px;
    font-size: 7px !important;
  }
}

/* ==========================================
   Details Section
   ========================================== */
section.details {
  padding: 0;
  font-size: 15px;
  background: #458332;
  color: #fff;
  
}

section.details::before {
  content: '';
  width: 50vw;
  height: 100%;
  background: #b19709;
  position: absolute;
  top: 0;
  left: 0;
 
}

section.details a {
  color: #fff;
  text-shadow: 0 1px 0 #111 ,0 2px 0 #111 ,0 3px 0 #111,0 4px 0 #111,0 5px 0 #111;
}

section.details a:hover {
  color: #b59a04;
  text-shadow: 0 1px 0 #111 ,0 2px 0 #111 ,0 3px 0 #111,0 4px 0 #111,0 5px 0 #111;
}

section.details .row > div {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 0;
}

section.details .row > div p {
  font-size: 1.2em;
  text-shadow: 0 1px 0 #111 ,0 2px 0 #111 ,0 3px 0 #111,0 4px 0 #111,0 5px 0 #111;
}

section.details .row > div h5 {
  font-size: 1.3em;
  color: #fff;
  text-shadow: 0 1px 0 #111 ,0 2px 0 #111 ,0 3px 0 #111 ,0 4px 0 #111,0 5px 0 #111,0 6px 0 #111,0 7px 0 #111;
  text-transform: uppercase;
}

section.details .row > div a.phone {
  font-size: 2.3em;
  color: #fff;
  font-weight: 700;
  margin-left: 20px;
}

section.details .row > div:last-of-type {
  padding-left: 60px !important;
}

section.details .row > div:last-of-type p {
  color: #444;
}

section.details .row > div:last-of-type h5 {
  color: #fff;
}

section.details .row > div:last-of-type a.reviews {
  width: 50px;
  height: 50px;
  line-height: 60px !important;
  color: #b59a04;
  text-align: center;
  border-radius: 50%;
  margin-left: 20px;
  background: #fff;
  padding: 0;
}

section.details .row > div:last-of-type a.reviews::before {
  border-radius: 50%;
  width: 46px;
  height: 46px;
  top: 2px;
  left: 2px;
  border: 2px solid #b59a04;
}

section.details .row > div:last-of-type a.reviews:hover {
  background: #111111;
}

section.details .row > div:last-of-type a.reviews i {
  font-size: 2em;
  margin: 0;
}

@media (max-width: 768px) {
  section.details::before {
    width: 100%;
    height: 50%;
  }

  section.details .row > div {
    justify-content: center;
    flex-direction: column;
    padding: 20px 0;
  }

  section.details .row > div:last-of-type {
    padding-left: 0 !important;
  }

  section.details .row > div a {
    margin: 10px 0 0 !important;
  }
}

/* ==========================================
   Info Section
   ========================================== */
section.Info {
  background: #ffffff;
  position: relative;

}

section.Info::before {
  content: '';
  display: block;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  max-width: 300px;
  height: 250px;
  width: 30vw;
  bottom: -100px;
  right: -10vw;
}

/* ==========================================
   Services Section
   ========================================== */
section.services {
  background: #fff;
  position: relative;
}

section.Info::before {
  content: '';
  display: block;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  max-width: 300px;
  height: 250px;
  width: 30vw;
  bottom: -100px;
  right: -10vw;
}

section.services .service:hover .icon {
  border-color: #b59a04;
}

section.services .service:hover .icon i {
  color: #b59a04;
}

section.services .service .icon {
  width: 50px;
  height: 50px;
  line-height: 80px;
  border: 2px dotted #b59a04;
  border-radius: 50%;
  margin: 0 auto 80px;

}

section.services .service .icon i {
  font-size: 25px;
  color: #b7b7b7;
}

/* ==========================================
   App Section
   ========================================== */
section.app {
  padding: 0;
}

section.app .container {
  color: #fff;
  padding: 40px 20px;
  background: #b59a04;
}

section.app .container h5 {
  font-size: 1.7em;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #fff;
  font-weight: 400;
}

section.app .container ul {
  margin: 20px 0 0;
}

section.app .container ul a {
  font-size: 1.1em;
  text-transform: uppercase;
}

/* ==========================================
   Dishes Section
   ========================================== */
section.dishes .dish {
  width: 100%;
  padding: 20px;
}

section.dishes .dish img {
  position: relative;
  max-width: 280px;
}

section.dishes .dish img + .price {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  background: #b59a04;
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  right: 30%;
  top: 0;
}

section.dishes .dish img + .price span {
  font-size: 1.2em;
  font-weight: 700;
}

section.dishes .owl-theme .owl-nav [class*='owl-'] {
  color: #b59a04 !important;
  font-size: 2.5em;
}

section.dishes .owl-theme .owl-nav [class*='owl-'].disabled {
  color: #c0c0c0 !important;
}

/* ==========================================
   Offers Section
   ========================================== */
section.offers {
  background: #f5f5f5;
}

section.offers header {
  margin-bottom: 90px;
}

section.offers .item {
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 60px 10px;
}

section.offers .item img {
  max-width: 180px;
}

section.offers .item .discount {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #b59a04;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -32px;
  right: 20%;
}

section.offers .item .discount span {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
}

section.offers .item p {
  font-size: 1.3em;
  font-weight: 700;
}

section.offers .item p.before {
  text-decoration: line-through;
}

/* ==========================================
   Menu Section
   ========================================== */
section.menu ul.nav-tabs {
  background: #b59a04;
  padding: 20px;
  text-align: center;
  margin-bottom: 10px;
}

section.menu ul.nav-tabs li {
  float: none;
  display: inline-block;
}

section.menu ul.nav-tabs li a {
  font-size: 1.2em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 1px 1px 1px #111 ,2px 2px 2px #111 ,3px 3px 3px #111 ,4px 4px 4px #111 ,5px 5px 5px #111 ,6px 6px 6px #111111;
}

section.menu ul.nav-tabs li.active a {
  color: #ffffff;
  background: #458332;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

section.menu ul.nav-tabs li a:hover {
  -webkit-box-shadow: -20px 9px 40px -12px rgba(255, 255, 255, 1);
  -moz-box-shadow: -20px 9px 40px -12px rgba(255, 255, 255, 1);
  box-shadow: -20px 9px 40px -12px rgba(255, 255, 255, 1);
}

section.menu .tab-pane .menu-item {
  padding: 20px 0;
  border-bottom: 1px solid #458332;
}

section.menu .tab-pane .menu-item h5 {
  font-size: 1.3em;
  color: #333;
  font-weight: 400;
  margin-top: 0;
}

section.menu .tab-pane .menu-item p {
  font-size: 1em;
  color: #333;
}

section.menu .tab-pane .menu-item .item-price {
  color: #fff;
}

section.menu .tab-pane .menu-item .item-price strong {
  display: block;
}

section.menu .tab-pane .menu-item.recommended {
  border-bottom: none;
  background: #b59a04;
  padding: 0 20px;
}

section.menu .tab-pane .menu-item.recommended .item-details {
  padding: 20px 0;
}


section.menu .tab-pane .menu-item.recommended p {
  color: #fff;
}
section.menu .tab-pane .menu-item.recommended h5{
  color: #fff;
  text-shadow: 1px 1px 1px #111 ,2px 2px 2px #111 ,3px 3px 3px #111 ,4px 4px 4px #111 ,5px 5px 5px #111 ,6px 6px 6px #111111;
}
section.menu .tab-pane .menu-item.recommended .item-price {
  text-align: right;
  position: absolute;
  top: 10px;
  right: 20px;
}

section.menu .tab-pane .menu-item.recommended .item-price strong {
  color: #fff;
}

section.menu .tab-pane .menu-item.recommended .item-price span {
  font-size: 1em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  section.menu div[class*='col-']:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

/* ==========================================
   Events Section
   ========================================== */
section.events {
  background: #f5f5f5;
}

section.events .row > div {
  padding: 0;
}

section.events .profile {
  background-size: cover;
  position: relative;
  min-height: 400px;
  padding: 40px;
  z-index: 1;
  color: #fff;
}

section.events .profile::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  display: block;
  z-index: -1;
}

section.events .profile ul.date {
  font-weight: 700;
}

section.events .profile ul.date li.day {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border: 2px solid #fff;
  font-size: 1.6em;
  text-align: center;
}

section.events .profile ul.date li.month {
  font-size: 2em;
  line-height: 1;
  text-transform: uppercase;
  padding: 10px;
}

section.events .profile ul.date li.month span {
  font-size: 0.8em;
  display: block;
}

section.events .details {
  background: #fff;
  height: 400px;
  /* overflow: auto; */
  padding: 50px;
   box-shadow: 0 10px 30px rgba(169,59,59,.1);
}

section.events .details h3 {
  font-size: 1.5em;
  color: #333;
  font-weight: 700;
}

section.events .details h4 {
  font-size: 1.15em;
}

section.events .details p {
  margin: 20px 0 !important;
}

section.events .details a {
  padding: 0 40px !important;
}

@media (max-width: 768px) {
  section.events .profile {
    min-height: 100px;
  }

  section.events .details {
    height: auto;
  }
}

/* ==========================================
   Gallery Section
   ========================================== */
section.gallery div[class*='col-'] {
  padding: 0;
}

section.gallery .item {
  position: relative;
  max-height: 230px;
  overflow: hidden;
}

section.gallery .item a {
  background: rgba(127, 180, 1, 0.8);
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0;
  left: 0;
  top: 0;
}

section.gallery .item a:hover {
  opacity: 1;
}

section.gallery .item a span {
  color: #b59a04;
  font-size: 25px;
  width: 50px;
  height: 50px;
  border: 2px solid #b59a04;
  border-radius: 50%;
  line-height: 50px;
  display: block;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

section.gallery .item img {
  height: 100%;
  width: 100%;
}

section.gallery .item .lb-data .lb-caption {
  font-size: 1.5em;
  font-family: 'PT Serif', serif;
}

@media (max-width: 480px) {
  section.gallery .col-custom-12 {
    width: 100% !important;
  }

  section.gallery .col-custom-12 .item {
    min-height: 200px;
  }
}

/* ==========================================
   Booking Section
   ========================================== */
section.booking {
  background: #f5f5f5;
  overflow: hidden;
}

section.booking .form-holder {
  font-size: 0.9em;
  position: relative;
  background: #fff;
  padding: 60px 0 0;
  z-index: 1;
}

section.booking .form-holder::before {
  content: '';
  width: 80%;
  height: 2px;
  background: #b59a04;
  position: absolute;
  top: 0;
  left: 10%;
  display: block;
}

section.booking .form-holder::after {
  content: '';
  width: 30vw;
  max-width: 400px;
  height: 300px;
  display: block;
  background: url(../img/vegetables.png) no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  bottom: -100px;
  right: -10vw;
  z-index: -1;
}

section.booking .form-holder .ribbon {
  width: 50px;
  height: 50px;
  line-height: 55px;
  color: #fff;
  background: #b59a04;
  position: absolute;
  top: 0;
  left: 10%;
  font-size: 20px;
}

section.booking .form-holder .ribbon::after {
  content: '';
  display: block;
  border-top: 10px solid #b59a04;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  position: absolute;
  top: 50px;
  left: 0;
}

section.booking .form-holder form {
  z-index: 1;
  background: #fff;
  padding: 60px 20px;
}

@media (max-width: 768px) {
  section.booking .form-holder .ribbon {
    width: 40px;
    height: 40px;
    line-height: 45px;
  }

  section.booking .form-holder .ribbon::after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    top: 40px;
  }
}

/* ==========================================
   CONTACT SECTION
   ========================================== */
section.contact {
  padding: 0;
  background: #f5f5f5;
}

section.contact #map {
  width: 100%;
  height: 700px;
}

section.contact .form-holder {
  padding: 60px;
  background: #fff;
  width: 90%;
  max-width: 1170px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -2px 0 2px rgba(0, 0, 0, 0.1);
}

section.contact .form-holder form {
  max-width: 700px;
  margin: 0 auto;
  font-size: 0.9em;
}

/* ==========================================
   Footer
   ========================================== */
footer {
  background: #75ac88;
  padding: 150px 0 0;
}

footer .header {
  margin-bottom: 40px;
}

footer .header h6 {
  font-size: 1.3em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 1px 1px 1px #b59a04 ,2px 2px 2px #b59a04 ,3px 3px 3px #b59a04 ,4px 4px 4px #b59a04;
}

footer .header h6::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background: #ffffff;
}

footer p {
  color: #111111;
text-shadow: 0 2px 0 #b59a04;
}

footer ul.contact a,
footer ul.contact li {
  color: #fff;
  letter-spacing: 1px;
  margin: 5px 0;
  
}

footer ul.contact a:hover,
footer ul.contact li:hover {
  color: #111111;
  text-shadow: 0 1px 0 #fff ;
}

footer ul.contact span {
  padding-right: 10px;
}

footer .newsletter form {
  margin-top: 20px;
  max-width: 500px;
}

footer .newsletter form input,
footer .newsletter form button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 0.9em !important;
  border: none;
}

footer .newsletter form input[type=submit],
footer .newsletter form button[type=submit] {
  min-width: 100px !important;
  padding: 0 !important;
  margin: 0;
}

footer .newsletter form input[type=email],
footer .newsletter form button[type=email] {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  padding: 0 20px;
}

footer ul.social {
  text-align: center;
  margin: 50px 0 100px;
}

footer ul.social a {
  color: #ffffff;
}

footer ul.social a:hover {
  color: #111111;
  text-shadow: 0 2px 0 #ffffff ;
}

footer .copyrights {
  padding: 30px 0;
  background: #66ba8a;
}

footer .copyrights ul {
  margin-bottom: 0;
}

footer .copyrights ul a {
  color: #111111;
  font-size: 0.9em;
}

footer .copyrights a {
  color: #111111;
  font-size: 0.9em;
  font-size: 1.0em;
}

footer .copyrights ul a:hover {
  color: #b59a04;
}

footer .copyrights p {
  font-size: 1.1em;
  text-align: center;
  color: #111111;
}

footer .copyrights p a:hover {
  color: #ffffff;
  text-shadow: 0 2px 0 #fff ;
}

@media (max-width: 768px) {
  footer .copyrights div[class*='col-'] {
    text-align: center;
    margin-bottom: 10px;
  }
}

/* ==========================================
   SCROLL TOP BUTTON
   ========================================== */
#scrollTop {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  position: fixed;
  bottom: 35px;
  right: 15px;
  cursor: pointer;
  font-size: 25px;
  padding: 0 !important;
  opacity: 0.8;
  display: none;
  box-shadow: 4px 4px 4px #111;
  z-index: 999;
}
.Top {
    width: 85%;
    text-align: center;
    color: #EDC080;
    text-transform:uppercase;
    font-weight: bold;
    position: fixed;
    top: 90px;
    left: 20px;
    font-size: 18px;
    z-index: 9999;
}
#scrollTop:hover {
  opacity: 1;
}

/* ==========================================
   RESERVATION POP UP
   ========================================== */
.reservation-overlay {
  background-position: center center;
  background: url(../img/Tisch.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  display: none;
}

.reservation-overlay .container {
  width: 100% !important;
}

.reservation-overlay .reservation-modal {
  max-width: 800px;
  min-width: 700px;
  padding: 50px 0;
  position: absolute;
  top: 300px;
  left: 50%;
  background: #fff;
  transform: translate(-50%, 0);
  display: inline-block;
  margin-bottom: 100px;
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.reservation-overlay .reservation-modal.is-visible {
  top: 100px;
  opacity: 1;
}

.reservation-overlay form {
  margin-top: 40px;
  font-size: 12px !important;
}

.reservation-overlay #close {
  width: 40px;
  height: 40px;
  line-height: 45px;
  background: #0f81d4;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 1;
  font-size: 30px;
  cursor: pointer;
}

.reservation-overlay #close:hover {
  background: #111111;
}

/* ==========================================
   KEYFRAMES
   ========================================== */
@keyframes fade {
  0% {
    opacity: 0;
    top: 5px;
  }

  100% {
    opacity: 1;
    top: 34px;
  }
}

/* ========================================= */
/* THEMING OF BOOTSTRAP COMPONENTS           */
/* ========================================= */
/* nav */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li > a {
  padding: 10px 10px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #008066;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #008066;
}

.nav-tabs {
  border-bottom: 1px solid transparent;
}

.nav-tabs > li > a {
  line-height: 1.55;
  border-radius: 0 0 0 0;
}

.nav-tabs > li > a:hover {
  border-color: none none transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: none;
  background-color: none;
  border: 1px solid transparent;
}

.nav-pills > li > a {
  border-radius: 0;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #008066;
}

.nav-tabs-justified > li > a {
  border-radius: 0;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: none;
  }
}

/* navbar */
.navbar {
  font-family: 'PT Serif', serif;
  min-height: 100px;
  margin-bottom: 0;
  border-top: none;
  border-bottom: none;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
    border-bottom: 2;

  }
}

.navbar-collapse {
  max-height: 4000px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  vertical-align: top;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-collapse.right {
    float: right;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
  background: #b59a04;
  max-height: 4000px;
  /**background: linear-gradient(green 50%,#fff 33%,red 33%);**/
}

@media (min-width: 768px) {

  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-brand {
  float: left;
  padding: 38.5px 15px;
  font-size: 19px;
  line-height: 23px;
  height: 100px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
  -webkit-box-shadow: -1px 9px 40px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 9px 40px -12px rgba(0, 0, 0, 0.75);
  box-shadow: -10px 9px 40px -12px rgba(0, 0, 0, 0.75);
}

@media (min-width: 768px) {

  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }

}

.navbar-toggle {
  padding: 9px 10px !important;
  margin-right: 15px;
  border-radius: 0;
}

.navbar-nav {
  margin: 19.25px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 23px;
  border-bottom: none;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  border-bottom: none;
}

@media (max-width: 767px) {

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 23px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float: left;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 38.5px;
    padding-bottom: 38.5px;
  }

  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border: none;
  margin-top: 31.5px;
  margin-bottom: 31.5px;
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

.navbar-btn {
  margin-top: 31.5px;
  margin-bottom: 31.5px;
}

.navbar-btn.btn-sm {
  margin-top: 34.5px;
  margin-bottom: 34.5px;
}

.navbar-btn.btn-xs {
  margin-top: 39px;
  margin-bottom: 39px;
}

.navbar-text {
  margin-top: 38.5px;
  margin-bottom: 38.5px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }

  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #b59a04;
  border-bottom-color: transparent;
}

.navbar-default .navbar-brand {
  color: #008066;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #008066;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #7c1919;
}

.navbar-default .navbar-nav > li > a {
  color: #842d2d;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #008066;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #008066;
  background-color: transparent;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #333333;
}

.navbar-default .navbar-collapse {
  border-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #008066;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333333;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #b59a04;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #008066;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #008066;
}

.navbar-default .navbar-link:hover {
  color: #008066;
}

/* dropdowns */
.dropdown-menu {
  z-index: 1000;
  font-size: 13px;
  background-color: #b59a04;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  line-height: 1.55;
  color: #555555;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  background-color: #008066;
}

/* modal */
.modal-content {
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

/* scaffolding */
body {
  font-family: 'PT Serif', serif;
  font-size: 15px;
  line-height: 1.55;
  color: #000000;
  background-color: #ffffff;
}

a {
  color: #004ce9;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #008066;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.img-rounded {
  border-radius: 0;
}

hr {
  margin-top: 23px;
  margin-bottom: 23px;
  border: 0;
  border-top: 2px solid #b59a04;
}

/* breadcrumbs */
.breadcrumb {
  padding: 8px 0;
  margin-bottom: 23px;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumb > li + li:before {
  content: "/\00a0";
  color: #cccccc;
}

.breadcrumb > .active {
  color: #999999;
}

.breadcrumb a {
  color: #b59a04;
}

@media (max-width: 991px) {
  .breadcrumb {
    padding: 8px 0;
  }
}

/* buttons  */
.btn {
  font-weight: 400;
  font-family: 'PT Serif', serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.55;
  border-radius: 0;
}

.btn-primary {
  color: #ffffff;
  background-color: #b59a04;
  border-color: #b59a04;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #628b01;
  border-color: #547701;
}
#fester-btn{
  position: fixed;
  background: #285ab9;
  width: 40px;
  height: 40px;
  line-height: 40px;
  bottom: 35px;
  left: 10px;
  text-align: center;
  text-transform: uppercase;
   color: #fff;
  box-shadow: 4px 4px 4px #111;
  cursor: pointer;
  padding: 0 !important;
  opacity: 0.8;
  display: none;
  z-index: 999;
  
}
#fester-btn:active{
  box-shadow: 0 0;
}
#fester-btn:hover {
  opacity: 1;
  background: #111111;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #008066;
  border-color: #b59a04;
}

.btn-primary .badge {
  color: #b59a04;
  background-color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background: #ffffff;
  color: #b59a04;
  border: solid 1px #ffffff;
}

.btn-transparent {
  color: #555555;
  background-color: transparent;
  border-color: #555555;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent.active,
.open .dropdown-toggle.btn-transparent {
  color: #555555;
  background-color: rgba(0, 0, 0, 0);
  border-color: #373737;
}

.btn-transparent:active,
.btn-transparent.active,
.open .dropdown-toggle.btn-transparent {
  background-image: none;
}

.btn-transparent.disabled,
.btn-transparent[disabled],
fieldset[disabled] .btn-transparent,
.btn-transparent.disabled:hover,
.btn-transparent[disabled]:hover,
fieldset[disabled] .btn-transparent:hover,
.btn-transparent.disabled:focus,
.btn-transparent[disabled]:focus,
fieldset[disabled] .btn-transparent:focus,
.btn-transparent.disabled:active,
.btn-transparent[disabled]:active,
fieldset[disabled] .btn-transparent:active,
.btn-transparent.disabled.active,
.btn-transparent[disabled].active,
fieldset[disabled] .btn-transparent.active {
  background-color: transparent;
  border-color: #555555;
}

.btn-transparent .badge {
  color: transparent;
  background-color: #555555;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent.active {
  background: #ffffff;
  color: #b59a04;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 0;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}

/* dropdowns */
.dropdown-menu > li > a {
  padding: 8px 20px;
}

/* labels */
.label {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  text-transform: uppercase;
}

/* forms.less */
label {
  font-weight: normal;
}

.form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.55;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control::-moz-placeholder {
  color: #a6a6a6;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #a6a6a6;
}

.form-control::-webkit-input-placeholder {
  color: #a6a6a6;
}

.form-control:focus {
  border-color: #b59a04;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(127, 180, 1, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(127, 180, 1, 0.6);
}

.form-group {
  margin-bottom: 20px;
}

/* pager*/
.pager {
  margin: 23px 0;
  border-top: solid 1px #eeeeee;
  padding-top: 23px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 13px;
  font-family: 'Dancing Script', cursive;
  font-weight: bold;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  background-color: #ffffff;
  border: 1px solid #b59a04;
  border-radius: 0;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #b59a04;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  border-color: #ddd;
}

/* pagination */
.pagination {
  margin: 23px 0;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  border-radius: 0;
}

.pagination > li > a,
.pagination > li > span {
  padding: 6px 12px;
  line-height: 1.55;
  text-decoration: none;
  color: #b59a04;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #b59a04;
  background-color: #cafe50;
  border-color: #dddddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #b59a04;
  border-color: #b59a04;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
}

/* responsive utilities */
@media (max-width: 767px) {
  .text-center-xs {
    text-align: center !important;
  }

  .text-center-xs img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-center-sm {
    text-align: center !important;
  }

  .text-center-sm img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/* type */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Dancing Script', cursive;
  font-weight: 700;
  line-height: 1.2;
  color: #111111;
  text-shadow: 1px 1px 1px #ccc ,2px 2px 2px #ccc ,3px 3px 3px #ccc ,4px 4px 4px #ccc ,5px 5px 5px #ccc ,6px 6px 6px #111111;
  
}

h1,
.h1 {
  font-size: 60px;
  text-shadow: 1px 1px 1px #b59a04 ,2px 2px 2px #b59a04 ,3px 3px 3px #b59a04 ,4px 4px 4px #b59a04 ,5px 5px 5px #b59a04 ,6px 6px 6px #111111 ,7px 7px 7px #111111,8px 8px 8px #111111 ;
}

h2,
.h2 {
  font-size: 42px;
  text-shadow: 1px 1px 1px #b59a04 ,2px 2px 2px #b59a04 ,3px 3px 3px #b59a04 ,4px 4px 4px #b59a04 ,5px 5px 5px #b59a04 ,6px 6px 6px #111111 ,7px 7px 7px #111111,8px 8px 8px #111111 ;
 
}

h3,
.h3 {
  font-size: 30px;
  font-weight: 700;
}

h4,
.h4 {
  font-size: 21px;
  font-weight: 700;
}

h5,
.h5 {
  font-size: 15px;
  font-weight: 700;
  color: #333;
}

h6,
.h6 {
  font-size: 21px;
  font-weight: 700;
  color: #333;
  text-shadow: 1px 1px 1px #ccc ,2px 2px 2px #ccc ,3px 3px 3px #ccc ,4px 4px 4px #ccc ,5px 5px 5px #ccc ,6px 6px 6px #111111;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0;
  margin-bottom: 23px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  color: #333;
}

h3,
h4,
h5,
h6 {
  font-family: 'PT Serif', serif;
  color: #333;
}

p {
  margin: 0 0 23px;
  margin-bottom: 0;
}

.lead {
  margin-bottom: 23px;
  line-height: 1.9em;
  font-size: 1.25em;
  color: #777;
   
}

.text-small {
  font-size: 13px;
}

.text-large {
  font-size: 19px;
}

.text-italic {
  font-style: italic;
}

.text-primary {
  color: #b59a04;
}

a.text-primary:hover {
  color: #5b8101;
}

.bg-primary {
  color: #fff;
  background-color: #b59a04;
}

a.bg-primary:hover {
  background-color: #5b8101;
}

abbr[title],
abbr[data-original-title] {
  border-bottom: 1px dotted #999999;
}

blockquote {
  padding: 11.5px 23px;
  margin: 0 0 23px;
  font-size: 15px;
  border-left: 5px solid #b59a04;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.55;
  color: #999999;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  border-right: 5px solid #75ac88;
}

address {
  margin-bottom: 23px;
  line-height: 1.55;
}

.panel {
  margin-bottom: 23px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

.panel-default {
  border-color: #666666;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #ffffff;
  border-color: #666666;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #666666;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #666666;
}

.panel-primary {
  border-color: #b59a04;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #b59a04;
  border-color: #b59a04;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #b59a04;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #75ac88;
}

.panel-primary .panel-title {
  font-weight: 300;
}

.panel-primary .panel-title a:hover {
  color: #fff;
  text-decoration: none;
}

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #b59a04;
  background-color: #ffffff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}