@import url(https://fonts.googleapis.com/css?family=Poiret+One&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Istok+Web&subset=latin,cyrillic);
/*   
 * Template Name: Developer - Responsive Website Template for Developers
 * Version: 1.3
 * Author: Xiaoying Riley
 * Twitter: @3rdwave_themes
 * License: Creative Commons Attribution 3.0 License
 * Website: http://themes.3rdwavemedia.com/
*/
/* ======= Base ======= */
body {
  color: #000000;
  background: #f2e8e5;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Istok Web', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poiret One', cursive;
  color: #ff393c;
}
a {
  color: #ff393c;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: underline;
  color: #3a201c;
  color: #ff060a;
}
a:focus {
  text-decoration: none;
}
.btn,
a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  padding: 8px 16px;
  font-weight: bold;
}
.btn .fa,
a.btn .fa {
  margin-right: 5px;
}
.btn:focus,
a.btn:focus {
  color: #fff;
}
.btn-info,
.btn-primary {
  background-color: #ff393c;
  border: 1px solid #d40003;
}
.btn-info:hover,
.btn-primary:hover {
  background-color: #d40003;
  border: 1px solid #ff393c;
}
.btn-virtual {
  width: 200px;
  margin-right: 20px;
}
blockquote {
  border-left: 0;
  border-top: 1px solid #b28c86;
  text-align: center;
}
blockquote small:before {
  content: ' ' !important;
}
a.dotted-link {
  border-bottom: 1px dotted #5d332c;
  color: #5d332c;
}
a.dotted-link:hover {
  text-decoration: none;
  color: #180d0b;
}
.breadcrumb {
  background-color: transparent;
  font-size: 13px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.no-padding {
  padding: 0;
}
.otzivi {
  background-color: #fff9f4;
}
.otzivi h2 {
  background-color: #8fa13d;
  padding: 5px;
  margin: 0 -12px 0 -12px;
  color: #fff;
}
.prices {
  background-color: #f3f6e7;
}
.prices h2 {
  background-color: #ede8e2;
  padding: 5px;
  margin: 0 -12px 0 -12px;
}
hr {
  border-top: 1px solid #8fa13d;
}
/* ======= Header ======= */
.header {
  padding: 0;
  min-height: 0;
  position: relative;
  z-index: 200;
}
.lang {
  background-color: #50341c;
  padding: 10px 0 0 0;
  margin: 0;
  position: relative;
}
.lang .navbar-nav {
  margin: -5px 0 0 0 !important;
}
.lang .navbar-nav a {
  padding: 5px 10px!important;
}
.lang a {
  font-size: 14px;
  color: #fff;
}
.lang i {
  padding: 0px 5px 0 10px;
  font-size: 15px;
}
.modal-content {
  width: 810px;
  height: 610px;
}
.modal-content iframe {
  width: 100%;
  height: 100%;
}
/* ======= Sections======= */
#title {
  margin-bottom: 10px;
  margin-top: 0;
}
#title h1 {
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  padding: 0;
  margin: 0;
}
/* main slaider */
#main-slider {
  position: relative;
  margin: 0px 0 0 0 !important;
  z-index: 0;
}
#main-slider .carousel h2 {
  font-size: 36px;
}
#main-slider .carousel .btn {
  border: 3px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  border-radius: 0;
  margin-top: 5px;
}
#main-slider .carousel .btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#main-slider .carousel .boxed {
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
}
#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 520px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 100;
}
#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}
#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}
#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  font-size: 24px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}
#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
#main-slider .prev {
  left: 10px;
}
#main-slider .next {
  right: 10px;
}
#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}
/* Navigation */
.navbar {
  background-color: transparent !important;
  border: none !important;
  background-color: transparent;
  background-image: none;
  border: 0px;
  padding: 0px;
  min-height: 100px;
  margin-bottom: 10px;
  font-family: 'Poiret One', cursive;
  font-size: 20px;
  font-weight: 800;
  z-index: 50;
  position: absolute;
  width: 100%;
  top: 0;
}
.navbar .nav > li > a {
  padding: 12px 15px;
  background-color: transparent !important;
  color: #fff;
}
.navbar .nav .active {
  border-bottom: 4px solid #50341c;
  background-color: transparent !important;
}
.navbar .nav .active a {
  color: #50341c;
}
.navbar .navbar-brand {
  padding: 0;
  z-index: 100;
  margin-top: 5px;
}
.navbar .navbar-nav {
  margin-top: 15px;
  background-color: #8fa13d;
}
.navbar .navbar-nav li:hover {
  background-color: #fff;
}
#image {
  margin-top: 0px;
  position: relative;
}
#image .img-container {
  width: 100%;
  overflow: hidden;
  height: 150px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
}
.price {
  background-color: #f3f6e7;
}
/* Search Section */
.search {
  background-color: #f5f5f5;
  margin: 0px !important;
  padding: 5px 15px;
  position: relative;
  z-index: 0;
}
.search input {
  width: 100%;
  border: 1px solid #CBCFD1;
  border-bottom-width: 2px;
  color: #8C8E90;
  padding: 5px 13px;
  line-height: 1.2em;
  font-size: 14px;
}
.search .btn {
  color: #727474;
  padding: 2px;
  background: none !important;
  position: absolute;
  right: 15px;
  top: 2px;
}
/* gallery */
#gallery {
  text-align: center;
  margin: 20px 0 20px 0;
}
#gallery a {
  display: block;
  height: 180px;
  overflow: hidden;
}
#gallery a img {
  max-height: 200px;
}
#gallery .thumbnail {
  margin: 5px;
  width: 270px;
  float: left;
  border: 0px;
  background-color: #f5f5f5;
  border-radius: 0;
  border-bottom: 2px solid #666666;
}
#gallery .auto-width {
  display: inline-block;
  margin: auto;
}
/* Bottom */
#bottom {
  background: #8fa13d;
  color: #fff;
  padding: 20px 0;
  margin-top: 20px;
  font-size: 13px;
}
#bottom a {
  color: #fff;
}
#bottom h4 {
  color: #ccc;
  font-weight: 800;
  text-transform: uppercase;
}
/* ======= Footer ======= */
#footer {
  background: #50341c;
  color: #fff;
  padding: 10px 0;
  font-size: 13px;
}
#footer a {
  color: #fff;
}
#footer li {
  float: left;
  margin-right: 5px;
  list-style-position: inside;
}
/* =======  booking ======= */
.booking {
  background-color: #fff9f4;
  width: auto !important;
  min-height: 180px;
}
#b_editDates form {
  border: 0 !important;
}
.b_availFormInner {
  background-color: transparent !important;
}
#b_availSubmit input {
  background: #d40003 !important;
  padding: 8px !important;
}
#contact_form_message {
  height: 190px !important;
}
.navbar-default .navbar-toggle {
  background-color: #ffffff;
}
#home {
  margin-top: -60px;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 810px) {
  .header {
    text-align: center;
    min-height: 80px;
  }
  .header .profile-image {
    float: none !important;
    margin: 0 auto;
  }
  .header .profile-content {
    float: none !important;
    text-align: center;
  }
  .header .btn {
    margin-top: 30px;
    float: none !important;
  }
  .project-image {
    margin-bottom: 15px;
  }
  .navbar-nav {
    margin-top: 5px !important;
  }
  .navbar-brand {
    float: left;
    left: 5px;
  }
  .nav > li > a {
    padding: 6px 10px !important;
    background-color: transparent !important;
    font-size: 16px !important;
  }
  #main-slider {
    margin-top: -75px;
  }
  #main-slider .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 300px !important;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
  }
}
/* Small devices (tablets, 768px and up) */
@media (max-width: 1040px) {
  .container {
    width: auto !important;
  }
  .nav > li > a {
    padding: 6px 10px !important;
    background-color: transparent !important;
    font-size: 17px;
  }
  .navbar-brand {
    position: relative;
    z-index: 100;
  }
  .navbar-brand img {
    width: 200px;
  }
}
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Ex-Large devices (large desktops, 1200px and up) */
@media (min-width: 1400px) {
  .container {
    width: 1360px;
  }
}
@media (max-width: 650px) {
  .navbar ul {
    width: 100%;
  }
  .navbar .navbar-brand {
    top: 0;
  }
  .navbar .nav > li > a {
    padding: 4px;
    width: 100%;
  }
  h1,
  h2 {
    font-size: 20px !important;
  }
  #main-slider {
    margin-top: -10px;
  }
  .navbar-brand {
    position: relative;
    z-index: 100;
  }
  .navbar-brand img {
    width: 100%;
  }
}
