
@font-face {
  font-family:'brandonregular';
  src:url('fonts/brandon/brandon_reg-webfont.eot');
  src:url('fonts/brandon/brandon_reg-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/brandon/brandon_reg-webfont.woff') format('woff'), url('fonts/brandon/brandon_reg-webfont.ttf') format('truetype'), url('fonts/brandon/brandon_reg-webfont.svg#brandonregular') format('svg');
}
  
@font-face {
  font-family:'brandonmedium';
  src:url('fonts/brandon/brandon_med-webfont.eot');
  src:url('fonts/brandon/brandon_med-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/brandon/brandon_med-webfont.woff') format('woff'), url('fonts/brandon/brandon_med-webfont.ttf') format('truetype'), url('fonts/brandon/brandon_med-webfont.svg#brandonmedium') format('svg');
}

@font-face {
  font-family:'brandonbold';
  src:url('fonts/brandon/brandon_bld-webfont.eot');
  src:url('fonts/brandon/brandon_bld-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/brandon/brandon_bld-webfont.woff') format('woff'), url('fonts/brandon/brandon_bld-webfont.ttf') format('truetype'), url('fonts/brandon/brandon_bld-webfont.svg#brandonbold') format('svg');
}

img {
	width:100%;
}

header {
	margin-top:25px;
}

.glyphicon-menu-hamburger,
.fa.fa-book {
	font-size:30px;
	cursor:pointer;
}

.logo-holder img {
	max-width:182px;
}

.select2-container .select2-choice {
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
}
.select2-container .select2-choice .select2-arrow {
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
}
.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: 25px;
  margin-left: 10px;
  color: #000;
}
.select2-container .select2-choice .select2-text {
  /*margin-left: 30px;*/
  color: #000;
  font-size: 21px;
}
.select2-container.select2-dropdown-open .select2-choice {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.select2-container.select2-dropdown-open .select2-choice .select2-arrow b:after {
  content: "\f106";
  font-size: 25px;
  font-weight: normal;
}
.select2-drop-active .select2-text {
  /*padding-left:30px;*/
}
.select2-container .select2-choice .select2-arrow {
	width:26px;
}
.language-selection {
 
}

/*
.language-selection .select2-container {
  padding-top: 17px !important;
  border-bottom: 1px solid #5f5a56;
  padding-bottom: 19px !important;
  padding-right:14px;
}

.language-selection .select2-container:hover,
.language-selection .select2-container-active.select2-dropdown-open {
  background:#b6894e;
color:#fff;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}


.language-selection .select2-container:hover .select2-text,
.language-selection .select2-container-active.select2-dropdown-open  .select2-text,

.language-selection .select2-container:hover .select2-choice .select2-arrow b:after,
.language-selection .select2-container-active.select2-dropdown-open  .select2-choice .select2-arrow b:after {
  color:#fff;
}
*/
.select2-container .select2-choice > .select2-chosen{
outline:0;
border:0;

}

.language-selection .select2-container .select2-choice {
  
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  
}


.select2-drop {

  background:#fff;
  border:1px solid #555;
}

.select2-results {
  max-height:250px;
}
.select2-results .select2-highlighted {
  background:#000;
}

.menu-toggle {
    background: transparent;
    position:relative;
    z-index:999;
}

#navigation {
    position: absolute;
    width: 100%;
       right: 15px;
    padding-left: 30px;
    z-index: 99;
}
#navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: 1px solid black;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    background:#fff;


}

#navigation ul li {

}
#navigation ul li a {
	    display: block;
    width: 100%;
    font-size: 16px;
    color: #000;
    padding: 10px;
    text-transform: uppercase;
}

#navigation ul li a:hover,
#navigation ul li a.active-nav {
	color:#fff;
	background:#000;
	text-decoration: none;
}

.active .dropdown-menu {
  display:block;
}

.reservation-box {
	background: #000;
    color: #fff;
    margin-top:20px;
    margin-bottom:20px;
}

input[type="text"] {
	width:100%;
}

.reservation-box input[type="text"]{
  margin:0;
  height:50px;
  margin-bottom:20px;
  padding-right:35px;
}
.reservation-box button {
  width:100%;
  height:50px;
  background:transparent;
  border:2px solid #fff;
  text-transform:uppercase;
  font-weight:900;
  margin-top:22px;
}

.reservation-box button.reset-button {
  border:0;
  margin:auto;
  margin-bottom:20px;
  display:block;
  width:auto;
  padding:0 20px;
  text-transform: initial;
}

.reservation-box h2 {
  padding:30px;
  text-transform:uppercase;
}

.reservation-box {
	text-transform: uppercase;
}

.date-holder {
	background: url('../images/calendar-ico.png') no-repeat 97% 50% white !important;

}

h1,
.h1 {
    font-family: 'brandonbold';
    font-size: 35px;
    line-height: 36px;
    margin-top: 20px;
    margin-bottom: 20px;
}



.intro-text h1,
.h1 {
	margin-top:20px;
	margin-bottom:20px;
}
.intro-text h2 {
	margin-bottom:20px;
}
.intro-text h1 span.star {
    background-position: 3px 23px;
    font-size: 40px;
    letter-spacing: 8px;
}

.intro-text .text {
  text-align: center;  
  font-family:'brandonregular';
}

.margin-45 {
  margin-top: 45px;
  margin-bottom:45px;
}

#hotel-slider,
#special-offer-slider {
	margin-top:20px;
}


#hotel-slider .slides h2,
#special-offer-slider .slides h2{
    position: absolute;
    z-index: 999;
    background: transparent;
    /* padding: 20px; */
    top: 50%;
    left: 0;
    right: 0;
    display: block;
    /* bottom: 0; */
    margin-top: -50px;
}

 #hotel-slider .slides h2 a,
 #special-offer-slider .slides h2 a {
    display: inline-block;
    background: black;
    color: #fff;
    padding: 40px 80px;
    /* vertical-align: top; */
    /* margin-top: 50%; */
    font-size: 80px;
    text-transform: uppercase;
}

#hotel-slider .slides h2 a:hover,
#special-offer-slider h2 a:hover {
	text-decoration:none;
}
/* JSSOR */

.slider {
  position: relative;
  margin: 0 auto;
  top: 0;
  left: 0;
  width: 1903px;
  height: 900px;
  overflow: hidden;
}
.slider.home-slider {
  width: 1903px;
  height: 910px;
}
.slider.under {
  top: -144px;
}
.slider + section {
  margin-top: -144px;
}
.slider .loading-container {
  position: absolute;
  top: 0;
  left: 0;
}
.slider .loading-container .loading-overlay {
  filter: alpha(opacity=70);
  opacity: .7;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider .loading-container .loading-image {
  position: absolute;
  display: block;
  background: url(../images/slider/loading.gif) center center no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider .slides {
  position: absolute;
  left: 0;
  top: 0;
  width: 1903px;
  height: 900px;
  overflow: hidden;
}
.slider.home-slider .slides {
  width: 1903px;
  height: 610px;
}
.slider .slides .slide-title {
  position: absolute;
  width: 570px;
  height: 120px;
  top: 310px;
  left: 675px;
  padding: 5px;
  font-size: 37px;
  color: #FFF;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.75);
  font-weight: 400;
}
.slider .slides .slide-text {
  position: absolute;
  width: 570px;
  top: 370px;
  left: 675px;
  padding: 5px;
  font-size: 18px;
  color: #FFF;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.75);
  font-weight: 300;
}
.slider .jssorb21 {
  position: absolute;
}
.slider .jssorb21 .av,
.slider .jssorb21 div,
.slider .jssorb21 div:hover {
  position: absolute;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 19px;
  color: #fff;
  font-size: 12px;
  /*background: url(../images/slider/b21.png) no-repeat;*/
  background:white;
  overflow: hidden;
  cursor: pointer;
  border-radius:50px;
  border:4px solid black;

}
.slider .jssorb21 div {
  background-position: -5px -5px;
}
.slider .jssorb21 .av:hover,
.slider .jssorb21 div:hover {
  background-position: -35px -5px;
   background:#000;
}
.slider .jssorb21 .av {
  background-position: -65px -5px;
  background:#000;
  border:4px solid white;
}
}
.slider .jssorb21 .dn,
.slider .jssorb21 .dn:hover {
  background-position: -95px -5px;
}
.slider .jssora21l,
.slider .jssora21r {
  display: block;
  position: absolute;
  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 .jssorb21 {
  /*display: none;*/
}
.slider img {
  width: 100%;
  height: 100%;
}


.special-offer-item .title {
  text-transform: uppercase;
  margin-bottom:30px;

}

.special-offer-item .subtitle {
  text-align: center;
    font-family: 'brandonmedium';
    font-size: 16px;
}

.special-offer-item .text {
  text-align: center;
  margin-bottom:30px;
  font-family:'brandonregular';
}
.special-offer-item .image-holder {
  position:relative;
  margin-bottom:45px;
}

.special-offer-item .image-holder img {
 
}
.special-offer-item .image-holder a {
    display: inline-block;
    background: black;
    color: #fff;
    padding:15px;
    text-transform:uppercase;
    font-size: 100%;
    position:absolute;
    height:50px;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:200px;
    text-align:center;
    z-index:999;
    margin:auto;
 }



.footer .footer-logo img {
  max-width: 226px;
  margin:auto;
  display:block; 
}


.newsletter-box {
  text-align:center;
}

.newsletter-box .title {
  text-transform:uppercase;
  font-family:'brandonmedium';
  margin-bottom:20px;
}

.newsletter-box input {
  border:1px solid #000;
  height:42px;
  margin:0;
  padding:0 10px;
  display:inline-block;
  width:25%;
  min-width:240px;
  margin-bottom:20px;
}

.newsletter-box button {
  margin:0;
  display:inline-block;
  margin-left:-5px;
  background:#000;
  color:#fff;
  padding:10px 20px;
  text-transform:uppercase;
  font-family:'brandonmedium';
  height:42px;
  width:170px;
  margin-bottom:20px;
}
.contact-box h2 {
  text-transform: uppercase;
}
.contact-box a {
  color:#fff;
}
.contact-box .text {
  font-weight: 600;
}

.button-links {
  display:inline-block;
  margin-top:20px;
  border:1px solid #000;
}
.button-links .btn-default:hover {
  color: #fff;
  background: #000;
  border:1px solid #fff;
}

.box-share {
  position: relative;
  height: 32px;
  display:inline-block;
  margin-top:20px;
  width: 100%;
}
.box-share > a.btn-share {
  display: inline-block;
  padding: 7px 12px;
  width: 125px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 2px;
  color: #000;
  background: #fff;
  border-radius:0;
  border:1px solid #000;
}
.box-share > a.btn-share:hover {
  color: #fff;
  background: #000;
  border:1px solid #fff;
}
.box-share > a.btn-share i {
  margin-left: 10px;
}
.box-share .share-links {
  position: absolute;
  right: 2px;
  width: auto;
  overflow: hidden;
}
.box-share .share-links a {
     display: inline-block;
    width: 23%;
    height: 55px;
    margin: 0;
    padding: 16px 3px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.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: 32px;
  height: 0px;
}
.box-share .share-links[data-expand=top].active {
      height: 55px;
    width: 100%;
}
.box-share .share-links[data-expand=bottom] {
  top: 32px;
  height: 0px;
}
.box-share .share-links[data-expand=bottom].active {
  height: 25px;
}

.button-links .btn-default {
  border-radius:0;
  margin-right:20px;
  width: 34px;
  text-align: center;
  padding: 6px 0px;
}


.desktop-link {
  color:#fff;
  border:1px solid #fff;
  padding:10px 20px;
   display: inline-block;
    margin-top: 20px;

}
.desktop-link:hover {
  background:#fff;
  color:#000;
  text-decoration:none;
}

.clearfix:after {
  clear:both;
  content: '.';
  width:100%;
  display:block;
  height:0;
  line-height: 0;
  visibility: hidden;
}

.sub-nav {
  width:100%;
}

@media (max-width:480px) {
  .sub-nav li {
    width:100%;    
    text-align: center;
  }

  .sub-nav li a {
    display:inline-block !important;
  }
}

.hotel-inner .jssorb21 {
  display:none !important;
}

.hotel-attributes {
    text-align: center;
}
.hotel-attributes ul {
    text-align: left;
    width: 50%;
    display: table;
    float: left;
    position: static;
    margin: 0;
 
}

.hotel-attributes ul li {
  width:100%;
}
@media (max-width:480px) {
  .hotel-attributes ul {
    width:100%;
  }

}

.hotel-attributes-container {
  margin-top:20px;
  margin-bottom:20px;
}

 .hotel-attributes-container h2{
  
  margin-bottom:20px;
}
a.more, a.reserve, .form-container input.submit {
    font-family: brandonbold;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 26px;
    margin: 0 auto;
    color: #000000;
    margin: 0 auto;
    border: 2px solid #000000;
    text-align: center;
    position: relative;
    padding: 5px;
    height: auto;
    width: auto;
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    margin-bottom: 20px;
}


.comments-slider .comments-carousel-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.comments-slider .gallery-h-o {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 68px;
    margin: 0 auto;

}

.comments-slider .comments-carousel ul li div {
  width: auto;
  margin:0;
  padding:0;
  padding-left:50px;
  padding-right:50px;
}

.comments-slider .comments-carousel-wrapper .next.medium {
    right: 0;
}

.comments-slider .comments-carousel-wrapper .previous.medium {
    left: 0;
}
.comments-slider .previous.medium.black {
    background: url("../images/carousel-nav-black.png") no-repeat left top;
}
.next.medium.next {
    background: url("../images/carousel-nav-black.png") no-repeat right top;
}

.comments-slider .comments-author {
  text-align: right!important;
  width: 85% !important;
}
.room-container {
  width:100%;
  margin-bottom:45px;
}

.room-container:first-of-type {
  margin-top:45px;
}
.room-carousel-wrapper {
  width:100%;
  max-width:400px;
}

.room-carousel {
  text-align: center;
    margin: auto;

}

.room-carousel ul li {
  float:none;  
  width:100%;
  height:100%;
  max-width:400px;
  max-height:300px;
  margin-bottom:20px;
}

.room-tabs {
  width:100%;
}

.room-tabs h2 {
  width:100%;
}
.news-container {
  width:100%;
  margin-top:25px;
  margin-bottom:25px;
}
.news-container .news-text {
  width:100%;
}

.news-text.left {
  margin-right:0;
}


.news-text.right {
  margin-left:0;
}

.news-container img.left,
.news-container img.right {
  float:none;
  margin:0;
}

.news-text h2 {
  margin-top:20px;
}
.news-text .text {
  padding:20px;
}

.content {
  width:100%;
  min-width:100%;
}

.section h2 {
  width:100%;
}
.content p, .content .text {
  width:100%;
}

.video iframe {
  width:100%;
  height:315px;
  
}

.section {
  margin-bottom:25px;
}

.form-container {
  width:100%;
}

input[type="text"], input[type="email"], textarea, select  {
  margin:0;
  margin-bottom:20px;
}

textarea {
  width:100%;
}

.form-container input.submit.white {
  background:#fff;
  color:#000;
  border:2px solid #000;

}

.form-container input.submit.white:hover {
  background:#000;
  color:#fff;
 
}

.table-wrapper {
  width:100%;
}

.ez-hide {
  position:static !important;
}

.vine-row {
  margin-bottom:20px;
}

.vine-row h2 {
  margin-bottom:20px;
  margin-top:20px;
}

.no-padding {
  padding:0;
}
.about-holder {
  margin-top:20px;
  margin-bottom:20px;
}
.about-text {
  padding:20px 15px;
}

.how-to {
  width:100%;
}
.means-of-transportation {
    margin-left: 0px;
    min-height: auto;
    width: 100%;
    float: left;
    margin-bottom: 25px;
    
}
.means-of-transportation:nth-child(even) {
}
.means-of-transportation h2 {
  width:100%;
}

#map, #map-pois {
  width:100%;
}

.section-bg {
  max-width: 100%;
  min-width: 100%;
  height: auto;
}



#navigation li ul {
  border:0;
  -webkit-box-shadow: none;
    box-shadow: none;
  padding-left:40px;
  padding-right:40px;
}

#navigation li ul li a{
  font-size:13px
}


.dropdown-menu {
    position:relative;    
    top:0 ;
    left: 0; 
    z-index: 1000;
    display: none;
    float: none; 
    min-width: auto; 
    padding:0;
    margin: 0;
    list-style: none; 
    font-size: inherit;
    text-align: left; 
    background-color: transparent;
    border:0;
    border-radius: 0; 
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-background-clip: none;
    background-clip: none;
}


#cookie {
  top:0;
  width:100%;
  z-index:999
}
.cookie-position {
  position:relative;
  text-align:center
}
#cookie #popUpDiv {
  width:100%;
  padding:15px 10px;
  z-index:99999999;
  background:#000;
  bottom:0;
  left:0;
  right:0;
  margin:0 auto
}
#cookie #popUpDiv .text {
  line-height:22px;
  font-size:14px;
  color:#fff;
  font-weight:300;
  display:inline-block
}
#cookie #popUpDiv .text a {
  text-decoration:underline;
  color:#E5DFCF;
}
#cookie #popUpDiv .text a:hover {
  text-decoration:none
}
#cookie #popUpDiv .text .font-color {
  color:#fff
}
#cookie #popUpDiv #closeLink,#cookie #popUpDiv .closeCookie {
  top:-2px;
  right:0;
  margin:0 auto;
  font-weight:400;
  padding:3px 15px;
  background:#E5DFCF;
  font-size:16px;
  color:#000;
  display:inline-block
}
#cookie #popUpDiv #closeLink:hover,#cookie #popUpDiv .closeCookie:hover {
  background:#fff;
  color:red;
  cursor:pointer;
}


.recaptcha {
  width: 235px;
  height:61px;
  background:transparent;
  border:0;
}
.g-recaptcha {
  transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;
}

