/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0px;
}
a,
a:visited,
a:focus,
a:active,
a:hover {
  outline: 0 none !important;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
}
input[type="text"]:focus {
  font-size: 16px !important;
  line-height: 22px !important;
  outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
  margin: 0;
  padding: 0;
}
.spacer-12 {
  width: 100%;
  height: 120px;
}
.spacer-11 {
  width: 100%;
  height: 110px;
}
.spacer-10 {
  width: 100%;
  height: 100px;
}
.spacer-9 {
  width: 100%;
  height: 90px;
}
.spacer-8 {
  width: 100%;
  height: 80px;
}
.spacer-7 {
  width: 100%;
  height: 70px;
}
.spacer-6 {
  width: 100%;
  height: 60px;
}
.spacer-5 {
  width: 100%;
  height: 50px;
}
.spacer-4 {
  width: 100%;
  height: 40px;
}
.spacer-3 {
  width: 100%;
  height: 30px;
}
.spacer-2 {
  width: 100%;
  height: 20px;
}
.spacer-1 {
  width: 100%;
  height: 10px;
}
.edge-12 {
  margin-left: 120px;
  margin-right: 120px;
}
.edge-11 {
  margin-left: 110px;
  margin-right: 110px;
}
.edge-10 {
  margin-left: 100px;
  margin-right: 100px;
}
.edge-9 {
  margin-left: 90px;
  margin-right: 90px;
}
.edge-8 {
  margin-left: 80px;
  margin-right: 80px;
}
.edge-7 {
  margin-left: 70px;
  margin-right: 70px;
}
.edge-6 {
  margin-left: 60px;
  margin-right: 60px;
}
.edge-5 {
  margin-left: 50px;
  margin-right: 50px;
}
.edge-4 {
  margin-left: 40px;
  margin-right: 40px;
}
.edge-3 {
  margin-left: 30px;
  margin-right: 30px;
}
.edge-2 {
  margin-left: 20px;
  margin-right: 20px;
}
.edge-1 {
  margin-left: 10px;
  margin-right: 10px;
}
.shadow {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.wrapper-l {
  margin-top: 40px;
  margin-bottom: 40px;
}
.wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
.wrapper-s {
  margin-top: 10px;
  margin-bottom: 10px;
}
.no-marg {
  margin: 0 !important;
}
.no-pad {
  padding: 0 !important;
}
/* ======= RESET CSS ======= */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  /*vertical-align:baseline;*/
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
:focus {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
html {
  overflow-y: scroll;
}
strong {
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-family: inherit;
}
/* ======= PRE-SET CLASS ======= */
.clearfix {
  float: none;
  clear: both;
}
body {
  /*font-family: 'Open Sans', sans-serif; background: url("../images/bg.jpg") no-repeat center top;*/
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  background: #fff !important;
}
body.destinations {
  margin-top: 0;
}
.no-padding {
  padding: 0;
}
.trans-border {
  color: #fff;
  /*background:#fff;
  background:rgba(138,138,138,.75);*/
  display: inline-block;
  /*padding:5px 5px;
  border-radius:50px;*/
  border: 0;
}
.trans-border:hover {
  color: #fff;
  text-decoration: none;
}
.trans-border div {
  background: #c3aa66;
  padding: 10px 20px;
  /*border-radius:50px;*/
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
}
.trans-border-icon {
  color: #fff;
  background: #fff;
  background: rgba(138, 138, 138, 0.75);
  display: inline-block;
  border-radius: 50px;
  padding-top: 4px;
  border: 0;
  width: 40px;
  height: 40px;
  text-align: center;
}
.trans-border-icon i {
  background: #c3aa66;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  position: relative;
}
.trans-border-icon i:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 25%;
}
header {
  position: relative;
  z-index: 33;
}
header .header-top {
  height: 165px;
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  header .header-top {
    height: auto;
  }
}
header .header-top .logo-container img {
  width: 100%;
  max-width: 165px;
}
header .header-top .info-container {
  text-align: left;
}
header .header-top .info-container .contact-info {
  height: 75px;
  padding-top: 50px;
  display: inline-block;
}
header .header-top .info-container .contact-info a {
  display: inline-block;
  color: #002c55;
  margin-right: 30px;
}
@media (max-width: 1200px) {
  header .header-top .info-container .contact-info a {
    margin-right: 10px;
  }
}
header .header-top .info-container .contact-info a:last-of-type {
  margin: 0;
}
header .header-top .info-container .contact-info a i {
  color: #c3aa66;
  width: 17px;
  height: 30px;
  text-align: center;
  padding-top: 7px;
  font-size: 14px;
  margin-right: 10px;
}
@media (max-width: 1200px) {
  header .header-top .info-container .contact-info a i {
    margin-right: 5px;
  }
}
header .header-top .header-nav {
  padding-top: 50px;
}
header .header-top .top-nav {
  display: inline-block;
}
header .header-top .top-nav li {
  display: inline-block;
}
header .header-top .top-nav li a {
  margin: 0 15px;
  color: #002c55;
}
header .header-top .top-nav li.active a {
  color: #c3aa66;
}
header .header-top .language-switcher {
  display: inline-block;
}
.nav-bar {
  background: #002c55;
}
.nav-bar .col-xs-12 {
  min-height: 0px;
}
.navbar {
  margin: 0 auto;
  border: none;
  min-height: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (min-width: 991px) {
  .navbar {
    /*top: 65px;*/
  }
}
@media (max-width: 991px) {
  .navbar {
    width: 100%;
    position: absolute;
    left: 0;
  }
}
@media (min-width: 991px) {
  .navbar.collapse {
    display: block;
    visibility: visible;
  }
}
.navbar:after {
  clear: none;
}
.navbar ul {
  /*position: absolute;
		right: 0;*/
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  width: 100%;
  background: #002c55;
}
@media (max-width: 991px) {
  .navbar ul {
    width: 100%;
    top: 80px;
    left: 0;
    background: #002c55;
    z-index: 999;
  }
}
.navbar ul li {
  display: inline-block;
  float: left;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  backgorund: transparent transparent;
}
@media (max-width: 991px) {
  .navbar ul li {
    display: block;
    float: none;
    padding: 0;
  }
}
.navbar ul li:last-of-type {
  border: none;
}
.navbar ul li:last-of-type a {
  /*border-right: 1px solid @color_light;*/
}
.navbar ul li a {
  display: block;
  padding: 17px 10px;
  height: 50px;
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none!important;
  /* border: 1px solid #f2f2f2; */
  border-right: none;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
@media (max-width: 1200px) {
  .navbar ul li a {
    font-size: 11px;
  }
}
@media (max-width: 991px) {
  .navbar ul li a {
    border: 1px solid #c3aa66;
    border-bottom: none;
    padding: 15px 6px;
    font-size: 12px;
    height: 45px;
  }
}
@media (min-width: 991px) {
  .navbar ul li:hover {
    background: #ffffff;
  }
  .navbar ul li:hover a {
    color: #002c55;
  }
}
.navbar ul li.active {
  background: #c3aa66;
}
.navbar ul li.active > a {
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 991px) {
  .navbar ul li:last-of-type a {
    border: 1px solid #c3aa66;
  }
}
.navbar ul li.hide-lg {
  display: none;
}
@media (max-width: 991px) {
  .navbar ul li.hide-lg {
    display: block;
  }
}
.navbar li.dropdown {
  position: relative;
  overflow: visible;
}
.navbar li.dropdown .dropdown-menu {
  display: none;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.navbar li.dropdown.open a.dropdown-toggle,
.navbar li.dropdown.open-init a.dropdown-toggle {
  /*border-bottom: 1px solid @color_light;*/
}
.navbar li.dropdown.open .dropdown-menu,
.navbar li.dropdown.open-init .dropdown-menu {
  display: block;
  position: absolute;
  left: 0;
  top: 65px;
  background: #c3aa66;
}
@media (max-width: 991px) {
  .navbar li.dropdown.open .dropdown-menu,
  .navbar li.dropdown.open-init .dropdown-menu {
    position: relative;
    top: 0px;
    width: 100%;
    border: 1px solid #c3aa66;
    border-top: none;
    border-bottom: none;
  }
}
.navbar li.dropdown.open .dropdown-menu .dropdown-inner,
.navbar li.dropdown.open-init .dropdown-menu .dropdown-inner {
  position: relative;
  display: inline-block;
  float: left;
  bottom: 0;
  padding: 10px 10px 10px 10px;
  width: 300px;
}
@media (min-width: 991px) {
  .navbar li.dropdown.open .dropdown-menu .dropdown-inner,
  .navbar li.dropdown.open-init .dropdown-menu .dropdown-inner {
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 991px) {
  .navbar li.dropdown.open .dropdown-menu .dropdown-inner,
  .navbar li.dropdown.open-init .dropdown-menu .dropdown-inner {
    display: block;
    float: none;
    width: 100%;
    top: 0;
    padding: 10px 0 0 10px !important;
  }
}
.navbar li.dropdown.open .dropdown-menu .dropdown-inner li,
.navbar li.dropdown.open-init .dropdown-menu .dropdown-inner li {
  display: block;
  float: none;
  border: none;
  border-top: 1px solid #c3aa66;
  background: none;
}
.navbar li.dropdown.open .dropdown-menu .dropdown-inner li:first-of-type,
.navbar li.dropdown.open-init .dropdown-menu .dropdown-inner li:first-of-type {
  border-top: none !important;
}
@media (max-width: 991px) {
  .navbar li.dropdown.open .dropdown-menu .dropdown-inner li,
  .navbar li.dropdown.open-init .dropdown-menu .dropdown-inner li {
    padding: 10px 0;
  }
}
.navbar li.dropdown.open .dropdown-menu .dropdown-inner li:hover,
.navbar li.dropdown.open-init .dropdown-menu .dropdown-inner li:hover {
  background: #000;
}
.navbar li.dropdown.open .dropdown-menu .dropdown-inner li.active,
.navbar li.dropdown.open-init .dropdown-menu .dropdown-inner li.active {
  background: #000;
}
.navbar li.dropdown.open .dropdown-menu .dropdown-inner li.title:hover,
.navbar li.dropdown.open-init .dropdown-menu .dropdown-inner li.title:hover {
  background: none;
}
@media (max-width: 991px) {
  .navbar li.dropdown.open .dropdown-menu .dropdown-inner li.title,
  .navbar li.dropdown.open-init .dropdown-menu .dropdown-inner li.title {
    border: 1px solid #c3aa66;
  }
}
.navbar li.dropdown.open .dropdown-menu .dropdown-inner li.title a,
.navbar li.dropdown.open-init .dropdown-menu .dropdown-inner li.title a {
  font-size: 16px;
  font-weight: 700 !important;
  text-transform: uppercase;
  line-height: 18px;
}
.navbar li.dropdown.open .dropdown-menu .dropdown-inner li a,
.navbar li.dropdown.open-init .dropdown-menu .dropdown-inner li a {
  display: block;
  height: auto;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  text-transform: none;
  border: none;
}
@media (min-width: 991px) {
  .navbar li.dropdown.open .dropdown-menu .dropdown-inner li a,
  .navbar li.dropdown.open-init .dropdown-menu .dropdown-inner li a {
    /*white-space: nowrap;*/
  }
}
@media (max-width: 991px) {
  .navbar li.dropdown.open .dropdown-menu .dropdown-inner li a,
  .navbar li.dropdown.open-init .dropdown-menu .dropdown-inner li a {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .navbar li.dropdown.open .dropdown-menu .dropdown-inner li,
  .navbar li.dropdown.open-init .dropdown-menu .dropdown-inner li {
    margin: 0;
  }
}
.navbar-toggle {
  display: none;
}
@media (max-width: 991px) {
  .navbar-toggle {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 0 10px;
    width: 40px;
    height: 40px;
    padding: 0;
    background: #002c55;
    color: #ffffff;
    display: block;
    font-size: 15px;
    top: 20px;
    right: 0px;
    z-index: 9999;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
.select2-container .select2-choice {
  border: 0;
  border-radius: 0;
  background: transparent;
}
.select2-container .select2-choice .select2-arrow {
  border: 0;
  border-radius: 0;
  background: transparent;
}
.select2-container .select2-choice .select2-arrow b {
  background: transparent !important;
}
.select2-container .select2-choice .select2-arrow b:after {
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: middle;
  content: "\f107";
  font-size: 12px;
  margin-left: 10px;
  color: #c3aa66;
}
.select2-container .select2-choice .select2-text {
  color: #c3aa66;
  display: inline-block;
  height: 30px;
  float: left;
}
.select2-container .select2-choice > .select2-chosen {
  outline: 0;
  border: 0;
}
.select2-container.select2-dropdown-open .select2-choice {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.select2-container.select2-dropdown-open .select2-arrow b:after {
  content: "\f077";
  font-size: 8px;
  font-weight: normal;
}
.language-switcher .select2-container {
  /*padding-top: 17px !important;
    border-bottom: 1px solid #5f5a56;
    padding-bottom: 19px !important;
    padding-right:14px;
    height:64px;*/
}
.language-switcher .select2-container:hover,
.language-switcher .select2-container .select2-container-active.select2-dropdown-open {
  /*background:#c3aa66;
      color:#fff;*/
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.language-switcher .select2-container:hover .select2-text,
.language-switcher .select2-container .select2-container-active.select2-dropdown-open .select2-text,
.language-switcher .select2-container:hover .select2-choice .select2-arrow b:after,
.language-switcher .select2-container .select2-container-active.select2-dropdown-open .select2-choice .select2-arrow b:after {
  color: #c3aa66;
}
.language-switcher .select2-container .select2-choice {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 30px;
}
.select2-drop {
  background: #c3aa66;
  border: 1px solid #555555;
}
.select2-results {
  max-height: 250px;
}
.select2-results .select2-highlighted {
  background: #000000;
}
.select2-results .select2-text {
  float: left;
  display: inline-block;
  height: 30px;
  padding-top: 3px;
}
.select2-results li {
  float: left;
  width: 100%;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
}
.flag {
  /*display:inline-block;*/
  display: none;
  width: 18px;
  height: 14px;
  position: absolute;
  margin-top: 6px;
}
.flag.ba,
.flag.BA {
  background: url('../images/flags/lang-ba.png') no-repeat transparent;
}
.flag.de,
.flag.DE {
  background: url('../images/flags/lang-de.png') no-repeat transparent;
}
.flag.en,
.flag.EN {
  background: url('../images/flags/lang-en.png') no-repeat transparent;
}
.flag.hr,
.flag.HR {
  background: url('../images/flags/lang-hr.png') no-repeat transparent;
}
.flag.it,
.flag.IT {
  background: url('../images/flags/lang-it.png') no-repeat transparent;
}
.flag.rs,
.flag.RS {
  background: url('../images/flags/lang-rs.png') no-repeat transparent;
}
.flag.rounded {
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  float: left;
  position: static;
  margin-top: 0;
  margin-right: 10px;
}
.slider {
  position: relative;
  margin: 0 auto;
  top: 0;
  left: 0px;
  width: 1903px;
  height: 535px;
  overflow: hidden;
  /*&+section {
    margin-top:-144px;
    @media all and (max-width:992px) {
      margin-top:0 !important;
    }
  }*/
}
.slider.under {
  top: -65px;
  z-index: 1;
}
.slider .loading-container {
  position: absolute;
  top: 0px;
  left: 0px;
}
.slider .loading-container .loading-overlay {
  filter: alpha(opacity=70);
  opacity: 0.7;
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.slider .loading-container .loading-image {
  position: absolute;
  display: block;
  background: url('../images/slider/loading.gif') no-repeat center center;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.slider .slides {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1903px;
  height: 535px;
  overflow: hidden;
  width: 100%;
}
.slider .slides img {
  width: 100%;
  max-width: 100%;
}
.slider .slides .slide-title {
  position: absolute;
  width: 660px;
  top: 130px;
  left: 0;
  font-size: 50px;
  color: #FFF;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  text-transform: uppercase;
  font-family: Marcellus,serif;
  background: #c3aa66;
  left: 366px;
  padding: 20px 20px 0 20px;
  height: 100px;
}
.slider .slides .slide-text {
  position: absolute;
  width: 660px;
  top: 205px;
  left: 366px;
  padding: 5px;
  font-size: 18px;
  color: #FFF;
  text-align: left;
  font-weight: 300;
  background: #c3aa66;
  padding: 0 20px 20px 20px;
}
.slider .slides .slide-link {
  position: absolute;
  top: 250px;
  left: left: 366px;
  text-align: center;
  left: 366px;
}
.slider .slides .slide-link .trans-border div {
  background: #002c55;
  font-weight: 300;
}
.slider .jssorb21 {
  position: absolute;
  left: 366px !important;
  top: 100px;
}
.slider .jssorb21 div,
.slider .jssorb21 div:hover,
.slider .jssorb21 .av {
  position: absolute;
  width: 21px;
  height: 30px;
  text-align: center;
  line-height: 19px;
  color: #fff;
  font-size: 12px;
  /* background: url(../images/slider/b21.png) no-repeat; */
  overflow: hidden;
  cursor: pointer;
}
.slider .jssorb21 div {
  background-position: -5px -5px;
}
.slider .jssorb21 div:hover i {
  background: #002c55;
}
.slider .jssorb21 .av:hover i {
  background: #fff;
}
.slider .jssorb21 .av {
  background-position: -65px -5px;
}
.slider .jssorb21 .dn,
.slider .jssorb21 .dn:hover {
  background-position: -95px -5px;
}
.slider .jssorb21 .av i,
.slider .jssorb21 div i {
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 19px;
  color: #fff;
  font-size: 12px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  background: white;
  border-radius: 20px;
  margin: auto;
  margin-top: 5px;
}
.slider .jssorb21 .av {
  background: #c3aa66;
}
.slider .jssora21l,
.slider .jssora21r {
  display: block;
  position: absolute;
  /* size of arrow element */
  width: 55px;
  height: 55px;
  cursor: pointer;
  background: url('../images/slider/a21.png') center center no-repeat;
  overflow: hidden;
}
.slider .jssora21l {
  background-position: -3px -33px;
}
.slider .jssora21r {
  background-position: -63px -33px;
}
.slider .jssora21l:hover {
  background-position: -123px -33px;
}
.slider .jssora21r:hover {
  background-position: -183px -33px;
}
.slider .jssora21l.jssora21ldn {
  background-position: -243px -33px;
}
.slider .jssora21r.jssora21rdn {
  background-position: -303px -33px;
}
.slider-shadow {
  position: absolute;
  bottom: 0;
  height: 200px;
  z-index: 9999;
  width: 100%;
  display: none;
}
#inner-slider {
  width: 847px;
  height: 605px;
  max-width: 847px;
}
#inner-slider .slider,
#inner-slider .slides {
  width: 847px;
  height: 605px;
  overflow: hidden;
  max-width: 847px;
}
#inner-slider .jssora21l,
#inner-slider .jssora21r {
  display: block;
  position: absolute;
  /* size of arrow element */
  width: 50px;
  height: 84px;
  cursor: pointer;
  background: url('../images/slider/r21.png') center center no-repeat rgba(0, 44, 85, 0.6);
  overflow: hidden;
}
#inner-slider .jssora21l {
  background-position: -4px -21px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
#inner-slider .jssora21r {
  background-position: -62px -21px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
#inner-slider .jssora21l:hover {
  background-position: -4px -21px;
}
#inner-slider .jssora21r:hover {
  background-position: -62px -21px;
}
#inner-slider .jssora21l.jssora21ldn {
  background-position: -4px -21px;
}
#inner-slider .jssora21r.jssora21rdn {
  background-position: -62px -21px;
}
#inner-slider .jssorb21 {
  display: none;
}
@media all and (max-width: 992px) {
  #home-slider {
    /*display:none;*/
  }
  .slide-title,
  .slide-text,
  .slide-link,
  .jssorb21 {
    display: none;
  }
}
.reservation-form {
  margin-top: -182px;
  margin-bottom: 0px;
  z-index: 2;
  position: relative;
}
@media (max-width: 991px) {
  .reservation-form {
    margin-top: 0;
    background: #6B6B6B;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .reservation-form {
    text-align: center;
  }
}
.reservation-form .button-reset {
  background: transparent;
  text-align: center;
  color: #b58b4f;
  font-size: 14px;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-appearance: none;
  appearance: none;
  -moz: appearance:none;
  border: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .reservation-form .button-reset {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.reservation-form .input-fields {
  background: rgba(138, 138, 138, 0.75);
  min-height: 54px;
  padding-top: 14px;
  border-radius: 60px;
  margin-top: 23px;
}
@media (max-width: 767px) {
  .reservation-form .input-fields {
    background: transparent;
  }
}
.reservation-form .input-fields .col-xs-12 {
  border-right: 1px solid #372e2d;
}
.reservation-form .input-fields .col-xs-12:last-of-type {
  border-right: 0;
}
@media (max-width: 767px) {
  .reservation-form .input-fields .col-xs-12 {
    border: 0;
  }
}
.reservation-form input {
  width: 100%;
  color: #fff;
  background: transparent;
  position: relative;
  z-index: 1;
  cursor: pointer;
  height: 26px;
}
@media (max-width: 767px) {
  .reservation-form input {
    width: 230px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #fff;
    padding: 10px 10px;
    height: auto;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
  }
}
.reservation-form input.date-pick {
  padding-right: 25px;
}
.reservation-form input::-webkit-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}
.reservation-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  text-transform: uppercase;
}
.reservation-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  text-transform: uppercase;
}
.reservation-form input:-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}
.reservation-form .date i {
  color: #fff;
  position: absolute;
  top: 3px;
  right: 16px;
}
@media (max-width: 767px) {
  .reservation-form .date i {
    top: 22px;
    right: 0;
    left: 0;
    margin-left: 200px;
  }
}
.night-count-selection .select2-chosen,
.hotel-selection .select2-chosen {
  color: #fff;
}
.night-count-selection .select2-choice .select2-arrow b:after,
.hotel-selection .select2-choice .select2-arrow b:after {
  color: #fff;
}
.night-count-selection .select2-dropdown-open.select2-drop-above .select2-choice,
.hotel-selection .select2-dropdown-open.select2-drop-above .select2-choice,
.night-count-selection .select2-dropdown-open.select2-drop-above .select2-choices,
.hotel-selection .select2-dropdown-open.select2-drop-above .select2-choices {
  background: transparent;
  border: 0;
}
@media (max-width: 767px) {
  .night-count-selection .select2-container,
  .hotel-selection .select2-container {
    width: 230px;
    border: 1px solid #fff;
    padding: 10px 10px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
  }
}
.night-count-selection .select2-container.select2-dropdown-open .select2-choice,
.hotel-selection .select2-container.select2-dropdown-open .select2-choice {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.night-count-selection .select2-container.select2-dropdown-open .select2-choice .select2-arrow b:after,
.hotel-selection .select2-container.select2-dropdown-open .select2-choice .select2-arrow b:after {
  content: "\f077";
  font-size: 8px;
  font-weight: normal;
}
.night-count-selection .select2-container.select2-container-active *,
.hotel-selection .select2-container.select2-container-active * {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
footer .footer-top {
  background: #002d55;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}
footer .footer-top .hotel-info {
  padding: 35px 0;
}
footer .footer-top .footer-logo {
  width: 100%;
  max-width: 165px;
}
footer .footer-top .contact-info {
  font-weight: 300;
}
footer .footer-top .contact-info div {
  margin-bottom: 10px;
}
footer .footer-top .contact-info span {
  color: #c3aa66;
  margin-right: 5px;
}
footer .footer-top .contact-info a {
  color: #fff;
}
footer .footer-top .contact-info a:hover {
  color: #c3aa66;
  text-decoration: none;
}
@media (max-width: 767px) {
  footer .footer-top .contact-info.text-left,
  footer .footer-top .contact-info.text-right {
    text-align: center;
  }
}
footer .footer-top .footer-navigation-vertical {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  footer .footer-top .footer-navigation-vertical {
    text-align: center;
  }
}
footer .footer-top .footer-navigation-vertical li a {
  color: #c3aa66;
  text-transform: uppercase;
  padding: 7px 0;
  display: block;
  text-decoration: none;
}
footer .footer-top .footer-navigation-vertical li a:hover {
  color: #fff;
}
footer .footer-top .footer-navigation-horizontal {
  border-top: 1px solid #c3aa66;
  border-bottom: 1px solid #c3aa66;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
footer .footer-top .footer-navigation-horizontal li {
  display: inline-block;
  margin-left: -5px;
}
footer .footer-top .footer-navigation-horizontal li a {
  padding: 10px 5px;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  display: block;
  font-size: 12.5px;
}
footer .footer-top .footer-navigation-horizontal li a:hover {
  color: #c3aa66;
  text-decoration: none;
}
footer .footer-top .footer-navigation-horizontal li.active a {
  color: #c3aa66;
}
footer .footer-top .gr-link {
  display: inline-block;
  border: 1px solid #c3aa66;
  padding: 10px 30px;
  margin-bottom: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}
footer .footer-top .gr-link:hover {
  background: #c3aa66;
  text-decoration: none;
}
footer .footer-top .guest-banners img {
  margin-bottom: 30px;
  margin-right: 40px;
  max-width: 175px;
  height: auto;
}
footer .footer-top .guest-banners a:last-of-type img {
  margin-right: 0;
}
@media (max-width: 480px) {
  footer .footer-top .guest-banners a {
    display: block;
    width: 100%;
  }
  footer .footer-top .guest-banners a img {
    margin-right: 0;
  }
}
footer .footer-hotels {
  background: #292929;
  padding-top: 60px;
  padding-bottom: 60px;
}
footer .footer-hotels a {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  opacity: .8;
}
footer .footer-hotels a:hover {
  opacity: 1;
}
footer .footer-bottom {
  background: #00101f;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #C3AA66;
  font-weight: 300;
}
footer .footer-bottom .trans-border {
  margin-right: 25px;
}
@media (max-width: 767px) {
  footer .footer-bottom .trans-border {
    margin-right: 0;
  }
}
footer .footer-bottom .trans-border div {
  background: #fff;
  padding: 5px 10px;
}
footer .footer-bottom .f-item {
  display: inline-block;
}
@media (max-width: 767px) {
  footer .footer-bottom .f-item {
    display: block;
    margin-bottom: 10px;
  }
}
footer .footer-bottom .f-link {
  color: #c3aa66;
  padding: 0 10px;
  border-right: 2px solid #313131;
  text-decoration: none;
}
@media (max-width: 767px) {
  footer .footer-bottom .f-link {
    border: 0;
  }
}
footer .footer-bottom .copyright {
  padding-left: 15px;
}
@media (max-width: 767px) {
  footer .footer-bottom .copyright {
    padding-left: 0;
  }
}
footer .footer-bottom .dmlink a {
  color: #fff;
  text-decoration: none;
}
footer .footer-bottom .dmlink a span {
  color: red;
}
footer .footer-bottom .dmlink a:hover {
  color: red;
}
.box-share {
  position: relative;
  height: 25px;
  display: inline-block;
  vertical-align: bottom;
}
.box-share .trans-border {
  cursor: pointer;
}
.box-share .trans-border div {
  background: transparent;
  padding: 0;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #c3aa66;
}
.box-share .trans-border i {
  text-shadow: none;
  font-size: 12px;
  margin-right: 10px;
  float: left;
  color: #00101f;
  background: #c3aa66;
  width: 24px;
  height: 24px;
  border-radius: 25px;
  padding-top: 6px;
}
.box-share .trans-border:hover div {
  color: #fff;
}
.box-share .trans-border:hover i {
  background: #fff;
}
.box-share .share-links {
  position: absolute;
  right: -38px;
  width: auto;
  overflow: hidden;
  margin-right: 16px;
}
.box-share .share-links a {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 8px 3px;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 20px;
}
.box-share .share-links a.share-fb {
  background: #3b5998;
}
.box-share .share-links a.share-tw {
  background: #4099FF;
}
.box-share .share-links a.share-li {
  background: #0e76a8;
}
.box-share .share-links a.share-gp {
  background: #dd4b39;
}
.box-share .share-links a.share-em {
  background: #444;
}
.box-share .share-links[data-expand=top] {
  bottom: 25px;
  height: 0px;
  -webkit-transition: height .5s;
  transition: height .5s;
  width: 140px;
  background: transparent;
}
.box-share .share-links[data-expand=top].active {
  height: 35px;
}
.box-share .share-links[data-expand=bottom] {
  top: 32px;
  height: 0px;
}
.box-share .share-links[data-expand=bottom].active {
  height: 25px;
}
.act-fb {
  font-size: 16px;
  text-transform: uppercase;
  color: #c3aa66;
}
.act-fb i {
  text-shadow: none;
  font-size: 12px;
  margin-left: 10px;
  float: none;
  color: #00101f;
  background: #c3aa66;
  width: 24px;
  height: 24px;
  border-radius: 25px;
  padding-top: 6px;
  text-align: centeR;
}
.act-fb:hover {
  color: #fff;
  text-decoration: none;
}
.act-fb:hover i {
  background: #fff;
}
.bottom-top {
  background: url(../images/bottom_top.png) #002d55;
  background-size: 100% 100%;
  background-position: 0 100%;
  background-repeat: no-repeat;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .bottom-top * {
    text-align: center !important;
  }
  .bottom-top .col-xs-12 {
    margin-bottom: 20px;
  }
}
.intro-text {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 90px;
}
.intro-text .dm-responsive {
  display: none;
}
.intro-text h1 {
  color: #c3aa66;
  font-size: 60px;
  font-family: 'Marcellus', serif;
  font-weight: 300;
  margin-bottom: 25px;
}
.intro-text .inner-text {
  margin-top: 25px;
  line-height: 40px;
  color: #002c55;
  font-weight: 300;
}
@media (max-width: 992px) {
  .intro-text {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .intro-text h1 {
    font-size: 30px;
  }
  .intro-text .inner-text p {
    display: none;
  }
  .intro-text .inner-text p.dm-responsive {
    display: block;
    line-height: 25px;
  }
}
.hotel-list .hl-item {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
.hotel-list .hl-item:hover .hl-hover {
  height: 100%;
}
.hotel-list .hl-item img {
  width: 100%;
}
.hotel-list .hl-item .hl-hover {
  background: rgba(0, 44, 85, 0.75);
  width: 100%;
  height: 0%;
  top: 0;
  position: absolute;
  text-align: center;
  color: #fff;
  z-index: 999;
  -webkit-transition: height 1s;
  -moz-transition: height 1s;
  -o-transition: height 1s;
  transition: height 1s;
  overflow: hidden;
  cursor: default;
  padding-left: 45px;
  padding-right: 45px;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .hotel-list .hl-item .hl-hover {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 480px) {
  .hotel-list .hl-item .hl-hover {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.hotel-list .hl-item .hl-hover h2 {
  width: 100%;
  background: #c3aa66;
  padding: 0;
  margin: 0;
  height: 90px;
  position: absolute;
  left: 0;
  padding-top: 25px;
  font-size: 36px;
  font-family: Marcellus,serif;
}
.hotel-list .hl-item .hl-hover h2 i {
  margin-left: 15px;
  font-size: 44px;
  display: inline-block;
  vertical-align: text-top;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .hotel-list .hl-item .hl-hover h2 {
    font-size: 20px;
    padding-top: 35px;
  }
  .hotel-list .hl-item .hl-hover h2 i {
    font-size: 23px;
  }
}
@media (max-width: 480px) {
  .hotel-list .hl-item .hl-hover h2 {
    font-size: 20px;
    padding-top: 35px;
  }
  .hotel-list .hl-item .hl-hover h2 i {
    font-size: 23px;
  }
}
.hotel-list .hl-item .hl-hover .hlh-text {
  padding-top: 110px;
  text-align: left;
  font-weight: 300;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .hotel-list .hl-item .hl-hover .hlh-text {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .hotel-list .hl-item .hl-hover .hlh-text {
    font-size: 14px;
  }
}
.hotel-list .hl-item .hl-hover .trans-border {
  width: auto;
  left: 20px;
  right: auto;
  height: auto;
  border: 0;
  bottom: 20px;
  top: auto;
}
.hotel-list .hl-item .hl-hover .trans-border a {
  text-decoration: none;
  color: #fff;
}
.hotel-list .hl-item .hl-hover .trans-border div {
  height: auto;
  border: 0;
  padding: 10px 40px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: Lato, sans-serif;
  background: #c3aa66;
}
.hotel-list .hl-item.color-1 .trans-border div {
  background: #567383;
}
.hotel-list .hl-item.color-1 .hl-hover {
  background: #567383;
}
.hotel-list .hl-item.color-2 .trans-border div {
  background: #125382;
}
.hotel-list .hl-item.color-2 .hl-hover {
  background: #125382;
}
.hotel-list .hl-item.color-3 .trans-border div {
  background: #993333;
}
.hotel-list .hl-item.color-3 .hl-hover {
  background: #993333;
}
.hotel-list .hl-item.color-4 .trans-border div {
  background: #683220;
}
.hotel-list .hl-item.color-4 .hl-hover {
  background: #683220;
}
.hotel-list .hl-item.color-5 .trans-border div {
  background: #731171;
}
.hotel-list .hl-item.color-5 .hl-hover {
  background: #731171;
}
.hotel-list .hl-item.color-6 .trans-border div {
  background: #008cd6;
}
.hotel-list .hl-item.color-6 .hl-hover {
  background: #008cd6;
}
.hotel-list .hl-item.color-1 .hl-hover .trans-border,
.hotel-list .hl-item.color-2 .hl-hover .trans-border,
.hotel-list .hl-item.color-3 .hl-hover .trans-border,
.hotel-list .hl-item.color-4 .hl-hover .trans-border,
.hotel-list .hl-item.color-5 .hl-hover .trans-border,
.hotel-list .hl-item.color-6 .hl-hover .trans-border {
  background: rgba(255, 255, 255, 0.2);
}
.hotel-list .hl-item.color-1 .hl-hover .trans-border div,
.hotel-list .hl-item.color-2 .hl-hover .trans-border div,
.hotel-list .hl-item.color-3 .hl-hover .trans-border div,
.hotel-list .hl-item.color-4 .hl-hover .trans-border div,
.hotel-list .hl-item.color-5 .hl-hover .trans-border div,
.hotel-list .hl-item.color-6 .hl-hover .trans-border div {
  background: #c3aa66;
}
.hotel-list .trans-border {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  text-transform: uppercase;
  font-family: Marcellus,serif;
}
.hotel-list .trans-border div {
  padding: 15px 20px;
  text-align: center;
  font-size: 36px;
  text-transform: none;
  height: 90px;
  background: rgba(0, 44, 85, 0.75);
  border-top: 10px solid #c3aa66;
}
.hotel-list .trans-border div i {
  margin-left: 15px;
  font-size: 44px;
  display: inline-block;
  vertical-align: text-top;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .hotel-list .trans-border div {
    font-size: 20px;
    padding-top: 25px;
  }
  .hotel-list .trans-border div i {
    font-size: 23px;
  }
}
@media (max-width: 480px) {
  .hotel-list .trans-border div {
    font-size: 20px;
    padding-top: 25px;
  }
  .hotel-list .trans-border div i {
    font-size: 23px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .hotel-list .trans-border {
    bottom: 5px;
  }
}
@media (max-width: 480px) {
  .hotel-list .trans-border {
    bottom: 5px;
  }
}
.destinations {
  margin-top: 85px;
}
.destinations .destinations-item {
  position: relative;
}
.destinations .destinations-item .di-inner {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 650px;
  color: #fff;
}
.destinations .destinations-item .di-inner h2 {
  background: #c3aa66;
  padding: 30px 30px 20px 30px;
  font-family: Marcellus,serif;
  font-size: 26px;
  text-transform: uppercase;
}
.destinations .destinations-item .di-inner h2:first-letter {
  font-size: 36px;
}
.destinations .destinations-item .di-inner .di-intro {
  background: #c3aa66;
  padding: 0 30px 40px 30px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .destinations .destinations-item .di-inner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.destinations .destinations-item .trans-border div {
  background: #002c55;
  color: #fff;
  font-weight: 300;
}
.destinations img {
  width: 100%;
}
.news {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #e4e7e9;
  background: -moz-linear-gradient(top, #e4e7e9 0%, #ffffff 29%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #e4e7e9 0%, #ffffff 29%, #ffffff 100%);
  background: linear-gradient(to bottom, #e4e7e9 0%, #ffffff 29%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e7e9', endColorstr='#ffffff', GradientType=0);
}
.news h2 {
  text-align: center;
  font-family: Marcellus,serif;
  font-size: 26px;
  text-transform: uppercase;
  color: #c3aa66;
  margin-bottom: 20px;
}
.news h3 {
  text-align: center;
  font-family: Marcellus,serif;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
}
.news h3 a {
  color: #c3aa66;
}
.news .news-text {
  color: #002c55;
  text-align: center;
  font-weight: 300;
}
.additional-content {
  background: #e8eaec;
  padding-top: 50px;
  padding-bottom: 50px;
}
.additional-content .ac-item {
  margin-bottom: 20px;
}
.additional-content .ac-item .aci-icon {
  vertical-align: top;
  margin-right: 10px;
}
@media (max-width: 660px) {
  .additional-content .ac-item .aci-icon {
    display: block;
    margin-bottom: 10px;
  }
}
.additional-content .ac-item .aci-inner {
  width: 76%;
}
@media (max-width: 660px) {
  .additional-content .ac-item .aci-inner {
    display: block;
    width: 100%;
  }
}
.additional-content .ac-item .aci-inner h2 {
  margin-bottom: 10px;
}
.additional-content .ac-item .aci-inner h2 a {
  color: #002c55;
  font-family: Marcellus,serif;
  font-size: 18px;
}
.additional-content .ac-item .aci-text {
  font-weight: 300;
  color: #c3aa66;
  font-size: 15px;
  line-height: 16px;
}
@media (max-width: 660px) {
  .additional-content {
    text-align: center;
  }
}
.feeds-container {
  margin: 25px auto;
}
.feeds-container .tripadvisor-feed .widSSP {
  max-width: 100% !important;
  margin: 0 auto !important;
}
.instagram-container {
  margin: 0 auto 25px auto;
}
.instagram-container .instagram-feed {
  text-align: center;
}
.instagram-container .instagram-feed iframe {
  padding-bottom: 25px;
  border-bottom: 1px solid #c3aa66 !important;
}
.instagram-container .instagram-feed h2,
.instagram-container .instagram-feed h3 {
  font-family: Marcellus, serif;
  color: #c3aa66;
}
.instagram-container .instagram-feed h2 {
  font-size: 30px;
  text-transform: uppercase;
}
.instagram-container .instagram-feed h3 {
  font-size: 26px;
  border-top: 1px solid #c3aa66;
  padding-top: 25px;
  margin: 25px auto;
}
.side-bar section {
  margin-bottom: 30px;
}
.side-bar .reservation-form {
  margin-top: 0;
  background: #567383;
  padding: 35px 25px;
}
.side-bar .reservation-form h2 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 26px;
  margin-bottom: 30px;
}
.side-bar .reservation-form input {
  background: #899da8;
  padding: 18px 25px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin-bottom: 15px;
}
.side-bar .reservation-form .select2-container {
  width: 100%;
  padding: 5px 15px;
  margin-bottom: 10px;
  background: #899da8;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin-bottom: 15px;
}
.side-bar .reservation-form .select2-container .select2-choice {
  background: #899da8;
  text-transform: uppercase;
}
.side-bar .reservation-form .select2-container .select2-choice .select2-arrow {
  background: #899da8;
  text-transform: uppercase;
}
.side-bar .reservation-form .date i {
  top: 10px;
  right: 30px;
  z-index: 99;
  cursor: pointer;
}
.side-bar .reservation-form .trans-border {
  width: 100%;
  margin-bottom: 15px;
}
.side-bar .navigation h2 {
  color: #fff;
  font-weight: 300;
  border-top: 5px solid #c3aa66;
  background: #002d55;
  padding: 25px 20px;
  text-transform: uppercase;
  font-family: Marcellus,serif;
}
.side-bar .navigation li {
  background: #e5e7e9;
  border-bottom: 1px solid #c3aa66;
  color: #002d55;
}
.side-bar .navigation li a {
  color: #002d55;
  font-family: Marcellus,serif;
  font-weight: 300;
  display: block;
  width: 90%;
  margin-left: 10px;
  text-transform: none;
  text-decoration: none;
  padding: 20px 15px;
}
.side-bar .navigation li a i {
  margin-right: 10px;
  float: left;
  margin-top: 1px;
  display: none;
}
.side-bar .navigation li a span {
  display: inline-block;
  width: 100%;
}
.side-bar .navigation li:hover,
.side-bar .navigation li.active {
  background: #c3aa66;
}
.side-bar .navigation li:hover a,
.side-bar .navigation li.active a {
  color: #fff;
}
@-moz-document url-prefix() {
  .side-bar .navigation li a i {
    margin-top: 3px;
  }
}
.box-pagination {
  text-align: right;
  margin: 20px 0;
}
.box-pagination ul {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
}
.box-pagination ul li {
  display: inline;
}
.box-pagination ul li a {
  float: left;
  padding: 0 16px;
  font-weight: 400;
  line-height: 37px;
  text-decoration: none;
  border: none;
  color: #002d55;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.box-pagination ul li.active a {
  background-color: #002d55;
  color: #fff;
  cursor: default;
}
.inline-block {
  display: inline-block;
}
.header-visual img {
  width: 100%;
}
.header-visual.under {
  top: -65px;
  z-index: 1;
  position: relative;
  margin-bottom: -65px;
}
.page-text {
  padding-bottom: 80px;
}
@media (max-width: 660px) {
  .page-text {
    padding-bottom: 30px;
  }
}
.page-text h1 {
  text-align: center;
  padding-bottom: .9em;
  color: #c3aa66;
  font-size: 50px;
  font-family: Marcellus,serif;
  font-weight: 300;
}
@media (max-width: 660px) {
  .page-text h1 {
    font-size: 38px;
  }
}
.page-text .pt-intro {
  text-align: center;
  margin-top: 25px;
  line-height: 30px;
  color: #002c55;
  font-weight: 400;
}
.hr-divider {
  border-bottom: 1px dashed black;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}
.hr-divider img {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  top: -25px;
  background: #fff;
}
.page-text .pt-text li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 20px;
  display: inline-block;
  width: 32%;
  color: #002c55;
}
@media (max-width: 767px) {
  .page-text .pt-text li {
    width: 49%;
  }
}
@media (max-width: 480px) {
  .page-text .pt-text li {
    width: 100%;
  }
}
.page-text .pt-text li:before {
  content: "\f178";
  font-family: FontAwesome;
  color: #c3aa66;
  font-size: 16px;
  position: absolute;
  left: 0;
}
.pt-text h2 {
  color: #002c55;
  font-weight: 900;
  margin-bottom: 20px;
}
.page-text .pt-text {
  background: #e5e7e9;
  /*background: -moz-linear-gradient(top,  rgba(229,231,233,1) 0%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,  rgba(229,231,233,1) 0%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(229,231,233,1) 0%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e7e9', endColorstr='#ffffff',GradientType=0 );*/
  margin-bottom: 70px;
  padding: 40px;
}
.page-text .trans-border {
  display: block;
  width: 30%;
  margin: auto;
  margin-bottom: 60px;
  background: transparent;
  padding: 0;
  min-width: 260px;
}
.page-item {
  padding-bottom: 40px;
  text-align: center;
}
.page-item:last-of-type {
  margin-bottom: 40px;
}
.page-item {
  /*background: -moz-linear-gradient(top,rgba(255,255,255,0) 30%,rgba(234,234,234,.51) 51%,#eaeaea 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 30%,rgba(234,234,234,.51) 51%,#eaeaea 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 30%,rgba(234,234,234,.51) 51%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#eaeaea', GradientType=0);*/
}
.page-item img {
  width: 100%;
  border-left: 7px solid #c3aa66;
}
@media (max-width: 991px) {
  .page-item img {
    border-left: 0;
    border-top: 7px solid #c3aa66;
  }
}
.page-item .trans-border {
  padding: 0;
  background: 0 0;
  float: left;
}
.pt-intro h4,
.pt-intro h3,
.pt-intro h2,
.page-item h2 {
  margin-bottom: 20px;
  font-size: 26px;
  color: #002c55;
  text-align: left;
  font-family: Marcellus,serif;
  font-weight: 300;
}
@media (max-width: 991px) {
  .pt-intro h4,
  .pt-intro h3,
  .pt-intro h2,
  .page-item h2 {
    margin-top: 20px;
  }
}
.pt-intro h2 {
  text-align: center;
}
.pt-intro h3 {
  font-size: 22px;
  text-align: center;
}
.pt-intro h4 {
  font-size: 19px;
  text-align: center;
}
.page-item .pi-text {
  line-height: 30px;
  margin-bottom: 30px;
  text-align: left;
  color: #002c55;
  font-weight: 400;
}
.gmap {
  width: 100%;
  height: 700px;
  display: block;
}
.main-content {
  margin-top: 65px;
}
.gallery-holder h1 {
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  text-align: center;
  padding-bottom: .9em;
  font-weight: 300;
  color: #637984;
}
.site-map h1 {
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  text-align: left;
  padding-top: 1em;
  padding-bottom: .9em;
  font-weight: 300;
  color: #637984;
}
.sm-list {
  margin-bottom: 30px;
}
.sm-list li {
  margin-left: 40px;
  list-style-type: disc;
}
.sm-list li.no-bullet {
  margin-left: 0;
  list-style-type: none;
}
/* CHECKBOX */
.checkbox-box {
  float: left;
}
.checkbox-box span {
  border: 1px solid #bbbbbb;
  float: left;
  background: #fff;
  margin: 0;
}
.checkbox-box .ez-hide {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 28px;
  height: 28px;
  cursor: pointer;
  margin: 0px;
  float: left;
}
.checkbox-box .ez-checkbox {
  float: right;
  width: 28px;
  background: none;
  height: 28px;
  display: inline-block;
  *display: inline;
  cursor: pointer;
  left: 0px;
  top: 0px;
}
.checkbox-box .ez-checked {
  background: transparent url(../images/checkbox.png) center no-repeat;
}
.checkbox-box .ez-checkbox {
  zoom: 1;
  *display: inline;
  _height: 28px;
}
.checkbox-box .name {
  float: left;
  margin-left: 15px;
  color: #404040;
  font-size: 15px;
  line-height: 28px;
}
.checkbox-box .name a {
  text-decoration: underline;
}
.checkbox-box .name a:hover {
  text-decoration: none;
}
.contact-page {
  margin-top: 65px;
}
.contact-page h1 {
  text-align: center;
  padding-bottom: .9em;
  color: #c3aa66;
  font-size: 50px;
  font-family: Marcellus,serif;
  font-weight: 300;
}
.contact-page h2 {
  font-size: 26px;
  margin-bottom: 20px;
  padding-bottom: .9em;
  color: #c3aa66;
  font-family: Marcellus,serif;
  font-weight: 300;
}
.contact-page input,
.contact-page textarea {
  border: 1px solid #c3aa66;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.contact-page textarea {
  height: 200px;
  resize: none;
}
.contact-page .checkbox-box {
  margin-top: 20px;
  margin-bottom: 20px;
}
.contact-page button {
  margin-bottom: 20px;
}
.contact-page .contact-data {
  margin-top: 10px;
  margin-bottom: 30px;
}
.contact-page .contact-data div {
  margin-bottom: 5px;
}
.contact-page .contact-data i {
  margin-right: 10px;
  color: #c3aa66;
  width: 16px;
  text-align: centeR;
  font-size: 16px;
}
.contact-page .contact-data i.fa-mobile {
  font-size: 22px;
  float: left;
  margin-top: 2px;
}
.contact-page .contact-data a {
  color: #c3aa66;
}
.contact-info {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .g-recaptcha div:first-child div:first-child {
    width: 100% !important;
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin-left: -31px;
  }
  .checkbox-box .name {
    font-size: 12px;
  }
  .checkbox-box .name a {
    color: #c3aa66;
  }
}
/* COLORS */
#hotel_2 .side-bar .reservation-form {
  background: #125382;
}
#hotel_2 .side-bar .reservation-form .select2-container {
  background: #5a87a8;
}
#hotel_2 .side-bar .reservation-form .select2-container .select2-choice,
#hotel_2 .side-bar .reservation-form .select2-container .select2-choice .select2-arrow {
  background: #5a87a8;
}
#hotel_2 .side-bar .reservation-form input {
  background: #5a87a8;
}
#hotel_2 .side-bar .navigation li.active,
#hotel_2 .side-bar .navigation li:hover {
  background: #5a87a8;
}
#hotel_3 .side-bar .reservation-form {
  background: #993333;
}
#hotel_3 .side-bar .reservation-form .select2-container {
  background: #b87171;
}
#hotel_3 .side-bar .reservation-form .select2-container .select2-choice,
#hotel_3 .side-bar .reservation-form .select2-container .select2-choice .select2-arrow {
  background: #b87171;
}
#hotel_3 .side-bar .reservation-form input {
  background: #b87171;
}
#hotel_3 .side-bar .navigation li.active,
#hotel_3 .side-bar .navigation li:hover {
  background: #b87171;
}
#hotel_2 .side-bar .trans-border,
#hotel_3 .side-bar .trans-border {
  background: rgba(255, 255, 255, 0.45);
}
#hotel_4 .side-bar .reservation-form {
  background: #683220;
}
#hotel_4 .side-bar .reservation-form .select2-container {
  background: #967063;
}
#hotel_4 .side-bar .reservation-form .select2-container .select2-choice,
#hotel_4 .side-bar .reservation-form .select2-container .select2-choice .select2-arrow {
  background: #967063;
}
#hotel_4 .side-bar .reservation-form input {
  background: #967063;
}
#hotel_4 .side-bar .navigation li.active,
#hotel_4 .side-bar .navigation li:hover {
  background: #967063;
}
#hotel_4 .side-bar .trans-border {
  background: rgba(255, 255, 255, 0.2);
}
#hotel_5 .side-bar .reservation-form {
  background: #731171;
}
#hotel_5 .side-bar .reservation-form .select2-container {
  background: #9d599c;
}
#hotel_5 .side-bar .reservation-form .select2-container .select2-choice,
#hotel_5 .side-bar .reservation-form .select2-container .select2-choice .select2-arrow {
  background: #9d599c;
}
#hotel_5 .side-bar .reservation-form input {
  background: #9d599c;
}
#hotel_5 .side-bar .navigation li.active,
#hotel_5 .side-bar .navigation li:hover {
  background: #9d599c;
}
#hotel_5 .side-bar .trans-border {
  background: rgba(255, 255, 255, 0.25);
}
#hotel_6 .side-bar .reservation-form {
  background: #008cd6;
}
#hotel_6 .side-bar .reservation-form .select2-container {
  background: #4dafe2;
}
#hotel_6 .side-bar .reservation-form .select2-container .select2-choice,
#hotel_5 .side-bar .reservation-form .select2-container .select2-choice .select2-arrow {
  background: #4dafe2;
}
#hotel_6 .side-bar .reservation-form input {
  background: #4dafe2;
}
#hotel_6 .side-bar .navigation li.active,
#hotel_6 .side-bar .navigation li:hover {
  background: #4dafe2;
}
#hotel_6 .side-bar .trans-border {
  background: rgba(255, 255, 255, 0.25);
}
.box-cookie {
  padding: 20px;
  text-align: center;
  background: #002c55;
  color: #fff;
  width: 100%;
}
.box-cookie a {
  color: #c3aa66;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
  margin-top: 10px;
}
.box-cookie .trans-border {
  cursor: pointer;
}
.box-cookie a:hover {
  color: #fff;
  text-decoration: none;
}
.box-cookie .closeCookie {
  /*width: 30px;
    height: 30px;
    padding-top: 0px;
    position: absolute;
    background: #000;
    color: #fff;
    font-weight: 900;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    top: 0;
    margin-top: -17px;
    right: 1%;
    cursor: pointer;
    border:3px solid #c3aa66;*/
}
.box-cookie .closeCookie:hover {
  /*background:#993333;*/
}
.site-map li {
  list-style-type: none;
  margin-left: 0;
  padding: 5px 0;
}
.site-map .dropdown ul {
  margin-left: 40px;
}
.site-map li a:before {
  content: '\f111';
  font-family: FontAwesome;
  font-size: 6px;
  float: left;
  margin-top: 9px;
  margin-right: 5px;
  color: #c3aa66;
}
.site-map li a {
  color: #c3aa66;
  text-decoration: none;
}
form .required {
  background: transparent url(../images/input-star.png) no-repeat right 7px;
}
.error {
  border-color: red !important;
}
body:not(.page_home) .nav-bar {
  border-bottom: 5px solid #c3aa66;
}
.price-per-day {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 45px;
  color: #c3aa66;
  font-size: 26px;
  font-weight: 300;
}
.price-per-day span {
  font-weight: 700;
  color: #002d55;
}
body.de .navbar ul li a {
  font-size: 13px;
}
@media (max-width: 1200px) {
  body.de .navbar ul li a {
    padding: 17px 7px;
    font-size: 11px;
  }
}
@media (max-width: 1200px) {
  body.de header .header-top .top-nav li a {
    margin: 0 9px;
  }
}
body.news {
  margin: 0;
  padding: 0;
  background: #fff;
}
#subscribe-form input,
#subscribe-form textarea {
  border: 1px solid #c3aa66;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 10px;
}
#subscribe-form h2 {
  color: #637984;
  font-size: 26px;
  margin-bottom: 20px;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
}
.search-top {
  display: none;
}
.search-top iframe {
  height: 717px;
}
@media (max-width: 992px) {
  .search-top {
    display: block;
  }
}
.hor-search {
  background: #e5e7e9;
}
.hor-search iframe {
  height: 210px;
  overflow: hidden;
}
.hor-search .hs-title {
  color: #FFF;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  text-transform: uppercase;
  font-family: Marcellus,serif;
  background: #c3aa66;
  margin-left: -15px;
  margin-right: -15px;
  font-size: 19px;
  padding: 10px 0;
}
@media (max-width: 992px) {
  .hor-search {
    display: none;
  }
}
a.navbar-toggle.collapsed {
  padding-top: 7px;
}
a.navbar-toggle.collapsed:hover {
  color: #fff;
}
@media (max-width: 480px) {
  .navbar-toggle {
    width: 30px;
    height: 35px;
    font-size: 13px;
  }
  button.navbar-toggle[data-target="#elem_menu"] {
    margin: 0 !important;
  }
}
body:not(.home) .search-top {
  display: none!important;
}
.back-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
  font-size: 45px;
  color: #9e7504;
  border-radius: 27px;
  padding: 0;
  cursor: pointer;
  display: none;
  width: 45px;
}
.back-to-top div {
  font-size: 14px;
  float: left;
  width: 38px;
  margin: 0;
  text-align: center;
  font-weight: 900;
}
.back-to-top i {
  float: left;
}
