*:focus {
  outline: none !important;
  outline: 0;
}

*:active {
  outline: none !important;
  outline: 0;
}

a {
  text-decoration: none;
}

.hidden {
  display: none;
}

body {
  padding: 0px;
  margin: 0px;
  background-color: #f6f0e9;
  background-position: top center;
  background-repeat: repeat;
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
}

@media (max-width: 1250px) {
  .row-padding {
    padding: 0;
    margin: 0;
  }
}

.tocenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.no {
  margin: 0px;
  padding: 0px;
}

.mtop {
  margin-top: 10px;
}

.danger {
  color: #ca4218;
}

.primary {
  color: #01130d;
}

.bg-primary {
  background-color: #01130d;
}

.bg-danger {
  background-color: #ca4218;
}

.facebook {
  color: #4862a3;
}

.facebook:hover, .facebook:active {
  color: #405791;
}

.open > .dropdown-menu {
  animation-name: slidenavAnimation;
  animation-duration: .2s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .2s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}

@keyframes slidenavAnimation {
  from {
    opacity: 0;
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.row-center {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.padding-y {
  padding-top: 10px;
  padding-bottom: 10px;
}

.margin-y {
  margin-top: 10px;
  margin-bottom: 10px;
}

.padding-y-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.margin-y-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.padding-x-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.padding-y-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.margin-y-3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.margin-t {
  margin-top: 10px;
}

.margin-b {
  margin-bottom: 10px;
}

.margin-t-2 {
  margin-top: 20px;
}

.margin-b-2 {
  margin-bottom: 20px;
}

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

.margin-b-3 {
  margin-bottom: 30px;
}

.padding-t-2 {
  padding-top: 20px;
}

.padding-t-3 {
  padding-top: 30px;
}

.padding-b-3 {
  padding-bottom: 30px;
}

.padding-b-2 {
  padding-bottom: 20px !important;
}

.padding-b {
  padding-bottom: 10px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: none !important;
}

.btn-primary {
  background-color: #01130d;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  transition: ease-in-out, 0.4s;
  font-size: 15px;
  font-weight: 400;
  padding: 12px 28px;
  padding-bottom: 10px;
  color: #ffffff;
  text-transform: uppercase;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:focus:hover, .btn-primary.active {
  background-color: #197b55;
  color: #ffffff;
  border-color: #ffffff;
}

.btn-success {
  background-color: #197b55;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  transition: ease-in-out, 0.4s;
  font-size: 15px;
  font-weight: 400;
  padding: 12px 28px;
  padding-bottom: 10px;
  color: #ffffff;
  text-transform: uppercase;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success:focus:hover, .btn-success.active {
  background-color: #e9ac5c;
  color: #ffffff;
  border-color: #ffffff;
}

.btn-success.btn-nobg {
  color: #197b55;
  background-color: transparent;
  padding: 0;
  font-size: 18px;
}

.btn-success.btn-nobg:hover, .btn-success.btn-nobg:focus, .btn-success.btn-nobg:active, .btn-success.btn-nobg:focus:hover, .btn-success.btn-nobg.active {
  background-color: transparent;
  color: #e9ac5c;
}

.btn-lg {
  padding: 10px 36px;
}

.right-side {
  position: fixed;
  height: 100%;
}

@media (max-width: 991px) {
  .right-side {
    position: relative;
    height: auto;
  }
}

.right-side ::-webkit-scrollbar {
  width: 0.5em;
}

.right-side ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
  background-color: transparent;
}

.right-side ::-webkit-scrollbar-thumb {
  background-color: #f6f0e9;
}

.main-menus {
  height: 100vh;
  background-color: #01130d;
  overflow-y: auto;
}

@media (max-width: 991px) {
  .main-menus {
    height: auto;
    min-height: 137px;
    z-index: 9999;
    background-color: transparent;
  }
}

.header {
  background-image: url(../img/top-green.png);
  max-height: 244px;
  max-width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  text-align: center;
}

@media (max-width: 991px) {
  .header {
    background-image: none;
    height: auto;
    background-color: #197b55;
  }
}

.sub-header {
  background-image: url(../img/sub-logo2.png);
  height: 62px;
  max-width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}

.sub-header img {
  max-width: 100%;
}

.sub-header p {
  display: block;
  font-family: "UnifrakturCook", cursive;
  font-weight: 700;
  font-size: 17px;
  color: #e9ac5c;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 18px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}


@media (max-width: 991px) {
  .sub-header p {
    font-size: 20px;
  }
}

@media (max-width: 377px) {
  .sub-header p {
    padding-top: 15px;
  }
}

@media (max-width: 991px) {
  .sub-header {
    background-image: url(../img/sub-logo-mobile.png);
    margin-bottom: -10px;
    position: absolute;
    z-index: 888;
    top: 70px;
  }
}

.logo {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .logo {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.logo img {
  max-width: 100%;
  max-height: 122px;
}

.big-logo {
  padding-left: 10px;
  padding-right: 10px;
  min-height: 122px;
}

@media (max-width: 991px) {
  .big-logo {
    display: none;
  }
}

.big-logo img {
  max-width: 90%;
}

.small-logo {
  display: none;
}

@media (max-width: 991px) {
  .small-logo {
    display: inline-block;
    padding-left: 20px;
    padding-right: 80px;
    min-height: 40px;
  }
  .small-logo img {
    max-width: 100%;
    max-height: 40px;
  }
}

.navbar-default {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  padding-top: 30px;
}

.navbar-default .navbar-nav {
  padding: 0;
  margin: 0;
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav {
    min-height: 100px;
    overflow-y: scroll;
  }
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav {
    margin-top: 14px;
  }
}

.navbar-default .navbar-nav li {
  padding: 0px;
  display: block !important;
  width: 100%;
  text-align: center;
}

.navbar-default .navbar-nav li a {
  color: #f6f0e9;
  text-transform: uppercase;
}

.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus, .navbar-default .navbar-nav li a:active {
  background-color: rgba(25, 123, 85, 0.2);
  color: #e9ac5c;
}

.first-menu li a {
  font-size: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.first-menu li a:hover, .first-menu li a:focus, .first-menu li a:active {
  background-color: #e9ac5c !important;
  color: #01130d !important;
}

.navbar-default .navbar-nav.first-menu > .active > a, .navbar-default .navbar-nav.first-menu > .active > a:focus, .navbar-default .navbar-nav.first-menu > .active > a:hover {
  background-color: #e9ac5c !important;
  color: #01130d !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: rgba(25, 123, 85, 0.3);
  color: #e9ac5c;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color: rgba(25, 123, 85, 0.3);
  color: #e9ac5c;
}

.second-menu {
  display: block;
  margin-top: 6% !important;
}

@media (max-width: 991px) {
  .second-menu {
    margin-top: 1% !important;
  }
}

.second-menu li {
  padding: 0;
}

.second-menu li a {
  background-color: rgba(25, 123, 85, 0.15);
  border-bottom: 1px solid #01130d;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 8px;
}

@media (min-width: 1200px) and (max-width: 1350px) {
  .second-menu li a {
    padding-left: 30px;
  }
}

.second-menu li a img {
  display: inline-block;
  margin-bottom: -5px !important;
  position: absolute;
  left: 20px;
  top: 12px;
  filter: grayscale(100%);
  max-width: 100%;
}

@media (min-width: 1200px) and (max-width: 1350px) {
  .second-menu li a img {
    max-height: 24px;
  }
}

@media (max-width: 991px) {
  .second-menu li a img {
    top: 7px;
  }
}

.second-menu li a:hover img, .second-menu li a:focus img, .second-menu li a:active img {
  filter: grayscale(0%);
}

.navbar-collapse {
  padding: 0;
  border: none;
}

@media (max-width: 991px) {
  .navbar-default .navbar-toggle {
    border: none;
    border-radius: 0;
    background-color: transparent;
    margin-top: -90px;
  }
  .navbar-toggle {
    display: block !important;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #e9ac5c;
    height: 4px;
    width: 30px;
  }
  .navbar-collapse {
    background-color: #01130d;
    padding-top: 30px;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: rgba(1, 19, 13, 0.2);
  }
  .navbar-fixed-top .navbar-collapse {
    max-height: 360px;
  }
}

@media (max-width: 767px) {
  .navbar-default .navbar-toggle {
    margin-top: -92px;
  }
}

@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
  }
  .navbar-fixed-top {
    top: 0;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-collapse.in {
    overflow-y: auto !important;
  }
}
.socials{
    padding-top: 15px;
}

.socials a {
  margin-left: 5px;
  margin-right: 5px;
}

.flags {
  margin-top: -25px;
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .flags {
    margin-top: 5px;
  }
}

.flags a {
  padding-left: 5px;
  padding-right: 5px;
  opacity: 0.6;
}

.flags a:hover, .flags a:focus, .flags a:active, .flags a.active {
  opacity: 1;
}

.slide-container {
  margin-top: 0px;
  height: auto;
  position: relative;
}

.slide-container ul {
  margin: 0px;
  padding: 0px;
}

.slide-container ul li {
  margin: 0px;
  padding: 0px;
  max-width: 100%;

}

.slider {
  padding: 0;
  margin: 0;
}

.slider-bg {
  position: relative;
}

.slide-over {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
}

.slider li {
 max-height:auto !important;
}


@media (max-width: 768px) {

}

/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
    width: 100%;
  max-width: 100%;
  display: inline-block;
  max-height: 100%;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-controls-auto {
  position: relative;
  bottom: -10px;
  width: 100%;
}

.bx-wrapper .bx-controls {
  position: absolute;
  max-width: 100%;
  bottom: 6%;
  width: 180px;
  right: 20%;
  z-index: 88 !important;
  height: 50px;
}

@media (max-width: 1199px) {
  .bx-wrapper .bx-controls {
    right: 55%;
  }
}

@media (max-width: 991px) {
  .bx-wrapper .bx-controls {
    right: 4%;
    bottom: 5%;
  }
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../img/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 0px;
  position: absolute;
  z-index: 99;
  display: none;
}

.bx-default-pager {
  padding: 0px;
  right: 0;
  float: right;
  margin-right: 34%;
  margin-top: 10%;
}

@media (max-width: 991px) {
  .bx-default-pager {
    float: none;
    margin: auto;
    margin-top: 5.5%;
  }
}

@media (max-width: 767px) {
  .bx-default-pager {
    margin-top: 3%;
  }
}

@media (max-width: 991px) {
  .bx-default-pager {
    display: none;
  }
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 30px;
  height: 5px;
  margin: 5px;
  outline: 0;
  top: 0;
  bottom: 0;
  margin-top: 10%;
  background-color: #01130d;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ca4218;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 30px;
  background-repeat: no-repeat;
  background: url(../img/prev.png);
  width: 50px;
  height: 50px;
}

.bx-wrapper .bx-next {
  background-repeat: no-repeat;
  right: 30px;
  background: url(../img/next.png);
  width: 50px;
  height: 50px;
}

@media (max-width: 1200px) {
  .bx-wrapper .bx-prev {
    background-repeat: no-repeat;
    background: url(../img/prev.png);
    width: 50px;
    height: 50px;
  }
  .bx-wrapper .bx-next {
    background-repeat: no-repeat;
    background: url(../img/next.png);
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 380px) {
  .bx-wrapper .bx-prev {
    background-repeat: no-repeat;
    background: url(../img/prev.png);
    width: 50px;
    height: 50px;
    display: none;
  }
  .bx-wrapper .bx-next {
    background-repeat: no-repeat;
    background: url(../img/next.png);
    width: 50px;
    height: 50px;
    display: none;
  }
}

.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover {
  opacity: 0.8;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  outline: 0;
  text-indent: 0px;
  z-index: 9;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-controls-direction .fa {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.left-page {
  background-color: #f6f0e9;
}

.top-left {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #ffffff;
}

.top-left span {
  display: inline-block;
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 13px;
  color: #197b55;
  text-transform: uppercase;
  padding: 2px;
}

.top-left span:after {
  content: '   /  ';
  white-space: pre-wrap;
}

.top-left span:last-child:after {
  content: '';
}

.lef-content {
  padding-right: 20px;
}

@media (max-width: 991px) {
  .lef-content {
    padding-right: 0;
  }
}

p {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 13px;
  color: #01130d;
  line-height: 26px;
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 10px;
}

h2 {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 36px;
  color: #01130d;
  text-transform: uppercase;
}

@media (max-width: 450px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 24px;
  color: #01130d;
  text-transform: uppercase;
}

.intro-text h2 {
  padding-bottom: 12px;
  border-bottom: 1px solid #197b55;
  margin-bottom: 20px;
}

.featured-image img {
  max-width: 100%;
  padding: 5px;
  background-color: #ffffff;
}

.home-events {
  background-color: #ffffff;
}

.home-events h3 {
  color: #197b55;
}

.border-success {
  width: 200px;
  height: 5px;
  background-color: #197b55;
}

.border-warning {
  width: 200px;
  height: 5px;
  background-color: #e9ac5c;
}

.border-right {
  float: right;
}

.home-event {
  width: 19%;
  padding: 12px;
  display: inline-block;
  float: left;
}

@media (max-width: 1899px) {
  .home-event {
    width: 24%;
  }
}

@media (max-width: 1600px) {
  .home-event {
    width: 32%;
  }
}

@media (max-width: 1199px) {
  .home-event {
    width: 49%;
  }
}

@media (max-width: 991px) {
  .home-event {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .home-event {
    width: 50%;
  }
}

@media (max-width: 360px) {
  .home-event {
    width: 100%;
  }
}

.home-events-list {
  padding-left: 8px;
}

@media (max-width: 991px) {
  .home-events-list {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .event-btn {
    width: 100%;
    float: right;
    margin: 0;
  }
}

.event-btn .btn-success {
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (max-width: 991px) {
  .event-btn .btn-success {
    padding-top: 12px;
    padding-bottom: 12px;
    float: right;
    text-align: right;
  }
}

figure {
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}

figure img {
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}

.home-event figure {
  height: 118px;
}

.event-over {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  height: 60px;
  background-color: rgba(1, 19, 13, 0.5);
  transition: ease-in-out,0.4s;
}

@media (max-width: 360px) {
  .event-over {
    height: auto;
  }
}

.event-over h4 {
  font-family: "Lora", serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  padding: 3px;
  text-align: center;
  margin-top: 8px;
}

.home-event:hover .event-over {
  background-color: #197b55;
}

.home-cazare {
  background-color: #197b55;
}

.home-cazare h3, .home-cazare p {
  color: #ffffff;
}

@media (max-width: 991px) {
  .home-events .padding-y-2 {
    padding-bottom: 0;
  }
}

.cazare-item h4 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  color: #f6f0e9;
  min-height: 100px;
  background-color: rgba(1, 19, 13, 0.06);
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 6px;
  padding-right: 6px;
}

.cazare-item h4 strong {
  display: block;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
}

.cazare-item .btn {
  margin-top: 40px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .cazare-item .btn {
    margin-top: 0;
    width: 100%;
    display: block;
  }
}

@media (max-width: 991px) {
  .cazare-item .btn {
    margin-top: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .cazare-item {
    width: 33%;
  }
}

.footer {
  background-color: #01130d;
}

@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
}

.footer li {
  color: #ffffff;
  list-style: none;
}

.footer a {
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  padding-left: 5px;
  padding-right: 5px;
}

.footer p {
  text-align: right;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 11px;
  color: #ffffff;
  line-height: 13px;
}

@media (max-width: 767px) {
  .footer p {
    text-align: center;
  }
}

.footer p a {
  display: block;
  font-size: 11px;
}

.breadcrumb {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 10px;
}

.breadcrumb li {
  color: #01130d;
}

.breadcrumb li a {
  color: #01130d;
}

.page-content {
  height: auto !important;
}

.page-content ul {
  background-color: #ffffff;
  margin-left: -15px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  padding-left: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .page-content ul {
    margin-left: 0;
  }
}

.page-content ul li {
  display: inline-block;
  width: 49%;
  padding-top: 8px;
  padding-bottom: 8px;
  list-style: none;
  padding-left: 0;
  color: #197b55;
  vertical-align: top;
  padding-right: 1%;
}

@media (max-width: 767px) {
  .page-content ul li {
    padding-right: 18px;
    width: 100%;
    display: block;
  }
}

.page-content ul li:before {
  font-family: 'Fontawesome';
  content: '\f105    ';
  white-space: pre;
}

.page-content ul:before {
  background-image: url(../img/border.png) !important;
  background-position: left;
  background-repeat: no-repeat;
  content: " ";
  position: absolute;
  width: 148px;
  height: 5px;
  left: 0;
  top: 0;
}

.page-content ul:after {
  background-image: url(../img/border.png) !important;
  background-position: right;
  background-repeat: no-repeat;
  content: " ";
  position: absolute;
  width: 148px;
  height: 5px;
  right: 0;
  bottom: 0;
}

.offer-item h2 {
  margin-top: 10px;
}

.offer-item h4 {
  font-size: 15px;
  text-transform: uppercase;
  color: #197b55;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .offer-item-btns .btn {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .offer-item-btns .btn {
    width: 100%;
  }
}

.tarife-top-row {
  padding-right: 20px;
}

.tarife-top-row .tarife-top {
  background-color: #01130d;
  padding: 12px;
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.tarife-top-row .tarife-top h3 {
  font-size: 36px;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .tarife-top-row .tarife-top h3 {
    font-size: 26px;
    white-space: normal;
  }
}

.tarife-top-row .tarife-top h3 a {
  color: #ffffff;
  text-decoration: none;
  word-break: break-all;
}

.tarife-top-row .tarife-top p {
  font-size: 15px;
  line-height: 25px;
}

.rezerva-contact {
  margin-top: 20px;
}

.rezerva-contact label {
  width: 20%;
  text-align: right;
  color: #01130d;
  font-size: 12px;
  font-weight: 400;
  padding-right: 10px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .rezerva-contact label {
    width: 100%;
    text-align: left;
  }
}

@media (min-width: 1199px) and (max-width: 1780px) {
  .rezerva-contact label {
    width: 100%;
    text-align: left;
  }
}

.rezerva-contact .form-control {
  width: 79%;
  min-height: 32px;
  border-radius: 0;
  border: 1px solid #e0cbb3;
  box-shadow: none;
}

@media (max-width: 767px) {
  .rezerva-contact .form-control {
    width: 100%;
    text-align: left;
  }
}

@media (min-width: 1200px) and (max-width: 1780px) {
  .rezerva-contact .form-control {
    width: 100%;
    text-align: left;
  }
}

.rezerva-contact .form-xl label {
  width: 9.5%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .rezerva-contact .form-xl label {
    width: 20%;
  }
}

@media (min-width: 1200px) and (max-width: 1780px) {
  .rezerva-contact .form-xl label {
    width: 100%;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .rezerva-contact .form-xl label {
    width: 100%;
  }
}

.rezerva-contact .form-xl .form-control {
  width: 90%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .rezerva-contact .form-xl .form-control {
    width: 79%;
  }
}

@media (min-width: 1200px) and (max-width: 1780px) {
  .rezerva-contact .form-xl .form-control {
    width: 100%;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .rezerva-contact .form-xl .form-control {
    width: 100%;
  }
}

div.wpcf7-validation-errors {
  background-color: #e9ac5c;
  border-color: #e9ac5c;
  color: #ffffff;
  font-size: 14px;
}

span.wpcf7-not-valid-tip {
  background-color: #ca4218;
  color: #ffffff;
  font-size: 12px;
  margin-right: 4px;
  text-align: right;
  padding: 5px;
}

div.wpcf7-mail-sent-ok {
  background-color: #197b55;
  border-color: #197b55;
  color: #ffffff;
  font-size: 14px;
}

.map-bg li {
  background-image: url(../img/slide.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 1px;
}
.top-left span a{
  display: inline-block;
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 13px;
  color: #197b55;
  text-transform: uppercase;
  padding: 2px;
}
