/* theme styles */

body {
	font: 14px 'Helvetica Neue',Helvetica,Arial,sans-serif;
	color: #111;
	background: #fff;
	line-height: 1.4;
	padding: 0;
}
a {
	color: #337ab7;
	text-decoration: none;
}
a:hover {
	color: #23527c;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 160%;
}
h3 {
	font-size: 130%;
}
.header {
	display: block;
	width: 100%;
	height: 350px;
	position: relative;
	background: #eee;	/*url('graphics/default_header.jpg') center center no-repeat;*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	border-bottom: 3px solid #fcfcfc;
	z-index: 11;
}
.header > div {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.header-wrapper {
	position: relative;
	min-height: 130px;
}
.header-wrapper .quicksearch {
	position: absolute;
	display: flex!important;
	bottom: 30%;
	left: 50%;
	transform: translate(-50%, 50%);
	display: table;
	background: #fff;
	border: transparent;
	border-radius: 15px;
	margin: -40px auto 0 auto;
	width: auto;
	padding: 10px 30px;
	z-index: 100;
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.5);
}

.header-wrapper .quicksearch label {
	float: left;
	display: block;
	/*border-right: 1px solid #eee;*/
	padding: 10px;
	margin: 0;
	font-size: 12px;
    color: #909090;
    text-transform: uppercase;
}
.header-wrapper .quicksearch label.accommodation {
	display: none;
}
.header-wrapper .quicksearch .input-daterange {
	display: flex;
	flex: 1;
	overflow: hidden;
}
.header-wrapper .quicksearch .input-daterange > label {
	flex: 1;
}
.header-wrapper .quicksearch label input,
.header-wrapper .quicksearch label select {
	float: none!important;
	display: table;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 14px 4px;
	margin: 4px 0;
	cursor: pointer;
	font-size: 18px;
	text-align: center;
}
.header-wrapper .quicksearch label select {
	width: 150px;
}
.header-wrapper .quicksearch label select.persons {
	width: 60px;
}
.header-wrapper .quicksearch label input {
	width: 150px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
}
.header-wrapper .quicksearch label:last-of-type {
	border: 0;
}
.header-wrapper .quicksearch a {
	/*float: right;*/
	margin: -10px -30px -10px 30px;
	padding: 0 35px;
	background: #d67500;
	border: 2px solid #fff;
	border-radius: 0 15px 15px 0;
	height: auto;
	font-size: 130%;
	text-transform: uppercase;
	color: #fff;
}
.header-wrapper .quicksearch a > span {
	display: table-cell;
    vertical-align: middle;
}
.header-wrapper .quicksearch a:hover {
	background: #9e5700;
	border-color: #ccc;
}

nav {
	width: 1050px;
    display: table;
    margin: 15px auto;
    /*overflow: hidden;*/
	z-index: 100;
}
nav .logo {
	position: relative;
	display: table;
	float: left;
	/*width: 200px;*/
	max-height: 65px;
	text-align: center;
	vertical-align: middle;
	margin: 0 10px;
}
nav .logo img {
	/*position: absolute;*/
	left: 0;
	right: 0;
	bottom: 0;
	display: table;
	max-height: 54px;
	/*max-width: 200px;*/
}
nav .menu-icon {
	color: #fff;
	font-size: 30px;
	padding: 0;
	display: none;
	position: absolute;
	right: 0;
	width: 62px;
	height: 62px;
	background: #444 url('graphics/menu-icon.png') no-repeat center center;
	background-size: 40px 45px;
	cursor: pointer;
}
nav .menu {
	width: 100%;
}
nav .menu ul {
	/*float: left;*/
	list-style-type: none;
}
nav .menu > ul > li {
	position: relative;
	display: block;
	float: left;
	/*border-right: 1px solid #ccc;*/
}
nav .menu > ul > li:last-of-type {
	border-right: 0;
}
nav .menu > ul > li > a {
	display: block;
	position: relative;
	padding: 15px 15px;
	color: #444;
	font-size: 16px;
	text-decoration: none;
}
nav .menu > ul > li > a:hover,
nav .menu > ul > li.open > a {
	color: #111;
	text-decoration: underline;
	background-color: rgba(255, 255, 255, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99ffffff', endColorstr='#99ffffff'); /* IE */
}
nav .menu > ul > li.active > a {
	background: #f3f3f3!important;
	color: #000;
}
nav .menu ul > li > a > span.caret {
	display: inline-block;
	background: red;
	width: 15px;
	height: 11px;
	margin: 4px 0 0 4px;
	background: url('graphics/sprite.png') no-repeat 0 0;
}
nav .menu .menu_items {
	margin-left: 40px;
}
nav .menu .menu_items > li:hover > a > span.caret,
nav .menu .menu_items > li.open > a > span.caret {
	background-position: -16px 0;
}
nav .menu .menu_items > li .dropdown-menu {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	display: none;
	float: left;
	font-size: 16px;
	left: -1px;
	list-style: outside none none;
	margin: 0;
	min-width: 160px;
	padding: 5px 0;
	position: absolute;
	text-align: left;
	top: 100%;
	z-index: 1000;
}
nav .menu .menu_items > .open .dropdown-menu {
	display: table;
}
nav .menu .menu_items > .open > a,
nav .menu > .open > a:hover,
nav .menu > .open > a:focus {
    /*background-color: #eee;*/
    color: #000;
}
nav .menu .menu_items .dropdown-menu > li > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 6px 20px;
    white-space: nowrap;
}
nav .menu .menu_items .dropdown-menu > li > a:hover,
nav .menu .menu_items .dropdown-menu > li > a:focus {
	background-color: #f5f5f5!important;
	color: #262626;
}
nav .menu .menu_items .dropdown-menu > li.active > a {
	background-color: #337ab7!important;
	color: #fff;
	cursor: default;
}
nav .menu .language_items {
	float: right;
	border: 0;
}
nav .menu .language_items li {
	border: 0;
}
nav .menu .language_items a {
	display: table;
	text-indent: -9999px;
	/*font-size: 0;*/
}
nav .menu .language_items span {
	display: table;
	width: 16px;
	height: 11px;
	float: left;
	margin: 8px 0;
	background: url('graphics/sprite_lang.png') no-repeat 0 0; /* EN */
}
nav .menu .language_items .cs span { background-position: 0 0; }
nav .menu .language_items .de span { background-position: -16px 0; }
nav .menu .language_items .el span { background-position: -32px 0; }
nav .menu .language_items .en span { background-position: -48px 0; }
nav .menu .language_items .es span { background-position: -64px 0; }
nav .menu .language_items .fr span { background-position: -80px 0; }
nav .menu .language_items .gb span { background-position: -96px 0; }
nav .menu .language_items .hr span { background-position: -112px 0; }
nav .menu .language_items .hu span { background-position: -128px 0; }
nav .menu .language_items .it span { background-position: -144px 0; }
nav .menu .language_items .ja span { background-position: -160px 0; }
nav .menu .language_items .nl span { background-position: -176px 0; }
nav .menu .language_items .pl span { background-position: -192px 0; }
nav .menu .language_items .pt span { background-position: -208px 0; }
nav .menu .language_items .ro span { background-position: -224px 0; }
nav .menu .language_items .ru span { background-position: -240px 0; }
nav .menu .language_items .sk span { background-position: -256px 0; }
nav .menu .language_items .sl span { background-position: -272px 0; }
nav .menu .language_items .sr span { background-position: -288px 0; }
nav .menu .language_items .tr span { background-position: -304px 0; }
nav .menu .language_items .uk span { background-position: -320px 0; }
nav .menu .language_items .us span { background-position: -336px 0; }
nav .menu .language_items .zh span { background-position: -352px 0; }

h1, h2, h3 { margin-top: 20px; margin-bottom: 10px; font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 26px; }
.form label {
	cursor: pointer;
}
.form input,
.form select,
.form textarea {
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    margin-bottom: 10px;
}
.form input:focus,
.form select:focus,
.form textarea:focus {
	border-color: #66afe9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	outline: 0 none;
}
.form textarea {
	height: auto;
}
.form .secure-image {
	display: table;
	width: 156px;
	height: 50px;
	background:#eee;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	margin-bottom: 3px;
}
.form .secure-input {
	width: 60px!important;
	text-align: center;
}
.inquiry .form input,
.inquiry .form select {
	width: 70%;
}
.inquiry .form input.date {
	width: 100px;
}

/* datepicker */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 100%;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 3px 0;
  line-height: 1.428571429;
  vertical-align: middle;
}
/* BTN */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* BTN BASIC */
.btn {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn:hover,
.btn:focus,
.btn.focus,
.btn:active,
.btn.active,
.open > .dropdown-toggle.btn {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn:active,
.btn.active,
.open > .dropdown-toggle.btn {
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover,
.btn.disabled:focus,
.btn[disabled]:focus,
fieldset[disabled] .btn:focus,
.btn.disabled.focus,
.btn[disabled].focus,
fieldset[disabled] .btn.focus,
.btn.disabled:active,
.btn[disabled]:active,
fieldset[disabled] .btn:active,
.btn.disabled.active,
.btn[disabled].active,
fieldset[disabled] .btn.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
/* BTN ACTION */
.btn-action {
	color: #ffffff;
	background-color: #338016;
	border-color: #3a7324;
}
.btn-action:hover,
.btn-action:focus,
.btn-action.focus,
.btn-action:active,
.btn-action.active,
.open > .dropdown-toggle.btn-action {
	color: #ffffff;
	background-color: #26610f;
	border-color: #376726;
}
.btn-action:active,
.btn-action.active,
.open > .dropdown-toggle.btn-action {
  background-image: none;
}
.btn-action.disabled,
.btn-action[disabled],
fieldset[disabled] .btn-action,
.btn-action.disabled:hover,
.btn-action[disabled]:hover,
fieldset[disabled] .btn-action:hover,
.btn-action.disabled:focus,
.btn-action[disabled]:focus,
fieldset[disabled] .btn-action:focus,
.btn-action.disabled.focus,
.btn-action[disabled].focus,
fieldset[disabled] .btn-action.focus,
.btn-action.disabled:active,
.btn-action[disabled]:active,
fieldset[disabled] .btn-action:active,
.btn-action.disabled.active,
.btn-action[disabled].active,
fieldset[disabled] .btn-action.active {
  background-color: #4c9531;
  border-color: #1e2b19;
}
/* BTN ALERT */
.btn-alert {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-alert.active,
.btn-alert.focus,
.btn-alert:active,
.btn-alert:focus,
.btn-alert:hover,
.open>.dropdown-toggle.btn-alert {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}
.btn-alert.active,
.btn-alert:active,
.open>.dropdown-toggle.btn-alert {
    background-image: none
}
.btn-alert.disabled,
.btn-alert.disabled.active,
.btn-alert.disabled.focus,
.btn-alert.disabled:active,
.btn-alert.disabled:focus,
.btn-alert.disabled:hover,
.btn-alert[disabled],
.btn-alert[disabled].active,
.btn-alert[disabled].focus,
.btn-alert[disabled]:active,
.btn-alert[disabled]:focus,
.btn-alert[disabled]:hover,
fieldset[disabled] .btn-alert,
fieldset[disabled] .btn-alert.active,
fieldset[disabled] .btn-alert.focus,
fieldset[disabled] .btn-alert:active,
fieldset[disabled] .btn-alert:focus,
fieldset[disabled] .btn-alert:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}
/* BTN SIZES */
.btn-xl {
  padding: 13px 20px;
  font-size: 24px;
  line-height: 1.3333333;
  border-radius: 8px;
}
.btn-l {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-s {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.disabled, [disabled] {
	opacity: 0.65;
}
.loader { display: none; }
.loader.active { display: block; position: absolute; width: 100%; height: 100%; background: rgba(255,255,255,0.7) url(graphics/loader.gif) no-repeat center 430px; z-index: 10; }
#content .gallery img,
#content .content img,
#content .img,
#content .unitspreview img {
  /*padding: 4px;*/
  line-height: 1.42857143;
  background-color: #ffffff;
  /*border: 1px solid #dddddd!important;*/
  border-radius: 10px;
  /*display: inline-block;*/
  max-width: 100%;
  height: auto;
}
.quicksearch {
	display: table;
	width: 100%;
	background-color: #d49133;
	border: 1px solid #c97600;
	border-radius: 15px;
	margin-bottom: 20px;
}
.quicksearch .form {
	display: table;
	width: 100%;
	background-color: #febf4b;
	border: 2px solid #fff;
	border-radius: 15px;
	padding: 10px;
}
.quicksearch strong {
	display: block;
	font-weight: normal;
	font-size: 22px;
	border-bottom: 1px solid #fed07c;
	padding-bottom: 10px;
}
.quicksearch label {
	display: table;
	font-size: 16px;
	margin: 15px 0 2px;
}
.quicksearch label > label {
	display: inline;
}
.quicksearch input,
.quicksearch select {
	border: 1px solid #ccc;
	font-size: 12px;
}
.quicksearch input.date {
	display: inline;
	width: 48%;
	padding-left: 2px;
	padding-right: 2px;
	
}
.quicksearch input.date:last-of-type {
	float: right;
}
.quicksearch a {
  float: right;
  display: table;
  margin: 20px 0 5px 0;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  color: #ffffff;
  background-color: #9c5500;
  /*border-color: #945000;*/
  border-radius: 10px;
}
.quicksearch a:hover {
	background-color: #824600;
	border-color: #824600;
}
.unitgallery .img {
	width: 120px!important;
	height: 85px!important;
	margin: 0 5px 5px 0;
}
.unitgallery .main .img {
	width: 100%!important;
	height: auto!important;
}
.unitgallery .thumbs {
	margin-right: -25px;
}
.gallery {
	margin-right: -25px;
}
.gallery img {
	width: 120px!important;
	height: 85px!important;
	margin: 0 5px 5px 0;
}

#content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse !important;
}
#content table > thead > tr > th,
#content table > tbody > tr > th,
#content table > tfoot > tr > th,
#content table > thead > tr > td,
#content table > tbody > tr > td,
#content table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
#content table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
#content table > thead > tr > td,
#content table > tbody > tr > th {
  background: #fafafa;
}

#content table > caption + thead > tr:first-child > th,
#content table > colgroup + thead > tr:first-child > th,
#content table > thead:first-child > tr:first-child > th,
#content table > caption + thead > tr:first-child > td,
#content table > colgroup + thead > tr:first-child > td,
#content table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
#content table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
#content table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.content table {
  border: 1px solid #dddddd;
}
#content table > thead > tr > th,
#content table > tbody > tr > th,
#content table > tfoot > tr > th,
#content table > thead > tr > td,
#content table > tbody > tr > td,
#content table > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.content table > thead > tr > th,
.content table > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.container {
	width: 1050px;
	display: table;
	margin: 0 auto;
	margin-bottom: 20px;
    overflow: hidden;
}
.container-bordered {
	position: relative;
	background-color: rgba(255, 255, 255, 0.95);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F2ffffff', endColorstr='#F2ffffff'); /* IE */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
#content {
	padding: 15px 0;
}
#content .content {
	margin-bottom: 15px;
	word-wrap: break-word;
}
#content .nav {
	list-style-type: none;
}
#content .nav li a {
	border-radius: 4px;
	display: block;
	padding: 10px 15px;
	position: relative;
	border-bottom: 1px solid #ddd;
}
#content .nav li:last-child a {
	border: 0;
}
#content .nav li a:hover {
	background-color: #eee;
}
#content .nav li.active > a {
	background-color: #337ab7;
	color: #fff;
}
.content ul {
	margin-top: 10px;
	margin-bottom: 15px;
}
.content ul li {
	margin-left: 20px;
}

.unitspreview > div {
	display: table;
	width: 100%;
	margin-bottom: 10px;
	border-color: #ccc;
	border-style: none none solid;
	border-width: 0 0 1px;
	padding-bottom: 10px;
	box-shadow: 0 4px 5px -6px rgba(0, 0, 0, 0.75);
}
.unitspreview > div:last-of-type {
	border-bottom: 0;
	box-shadow: none;
}
.unitspreview > div .unitdetails {
	display: table;
	width: 100%;
	padding: 10px 0 20px 0;
}
.unitspreview > div h2 {
	border-bottom: 1px solid #eee;
}
.unitspreview > div img {
	float: left;
	width: 160px;
	margin: 0 10px 10px 0;
}
.unitspreview > div ul {
	float: left;
	display: table;
	list-style-type: none;
	padding: 0;
	margin-bottom: 5px;
}
.unitspreview > div li {
}
.unitspreview > div li:before {
	content: "\2022\00a0";
}
.unitspreview > div .price {
	float: right;
	text-align: right;
	margin-bottom: 5px;
	font-size: 12px;
}
.unitspreview > div .price > span {
	display: block;
}
.unitspreview > div .price > .title {
	font-size: 16px;
}
.unitspreview > div .price > .amount {
	font-weight: bold;
	font-size: 22px;
	line-height: 1;
}
.unitspreview > div .price > .details {
	font-size: 12px;
}
.unitspreview > div a.btn {
	float: right;
	clear: right;
	top: 0;
	right: 0;
}
.unitspreview > div.unavailable * {
	color: #969696;
}
.unitspreview > div.unavailable .price {
	color: #bb1100;
}
.unitspreview > div.unavailable .price > .title {
	color: #bb1100;
	font-weight: normal;
	font-size: 20px;
	display: inline;
}
.unitspreview > div.unavailable a.btn {
	color: #fff;
	background-color: #bbb;
	border-color: #b3b3b3;
}
@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}
.animated-price {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.animated-price > span {
	display: block;
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: darkgray;
    background: linear-gradient(to right, transparent 10%, #9e9e9e 18%, transparent 33%);	/* linear-gradient(to right, #eeeeee 10%, #9e9e9e 18%, #eeeeee 33%); */
    background-size: 800px 104px;
    position: relative;
}
.animated-price > .title {
	width: 50px;
	height: 12px;
	margin: 5px 0 0 0;
}
.animated-price > .amount {
	width: 110px;
	height: 16px;
	margin: 9px 0 0 0;
}
.animated-price > .details {
	width: 90px;
	height: 10px;
	margin: 7px 0 5px 0;
}

.reviews > div {
	display: table;
	width: 100%;
	padding: 10px 0 20px 0;
	margin-bottom: 10px;
	border-color: #ccc;
	border-style: none none solid;
    border-width: 0 0 1px;
    box-shadow: 0 4px 5px -6px rgba(0, 0, 0, 0.75);
}
.reviews > div:last-of-type {
	border: 0;
}
.reviews .ratings {
	float: right;
	display: block;
	width: 200px;
	min-height: 70px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 90%;
	padding: 5px 0 5px 15px;
	border-left: 1px solid #ddd;
}
.reviews .ratings ul {
	list-style-type: none;
}
.reviews .ratings li {
	display: table;
	width: 100%;
}
.reviews .ratings li:hover {
	color: #000;
	text-decoration: underline;
}
.reviews .ratings span {
	float: right;
	display: table;
	width: 80px;
	height: 10px;
	font-size: 10px;
	line-height: 1;
	margin-top: 4px;
	background: url(graphics/review-rating.png) no-repeat scroll right 0;
}
.reviews .ratings span.rate1 { background-position: right -44px; }
.reviews .ratings span.rate2 { background-position: right -33px; }
.reviews .ratings span.rate3 { background-position: right -22px; }
.reviews .ratings span.rate4 { background-position: right -11px; }
.reviews .reviewInfo {
	margin-top: 10px;
	color: #999;
	font-style: italic;
	font-size: 85%;
}
.reviews > div:hover .reviewInfo {
	border-color: #ccc;
	color: #333;
}
.reviews > div .reviewInfo .date,
.reviews > div .reviewInfo .traveler {
	border-left: 1px solid #ddd;
	margin-left: 10px;
	padding-left: 9px;
}

footer {
	color: #999;
	margin: 0 15px;
	padding: 15px 0;
}
footer .poweredby {
	font-size:80%;
	opacity: 0.5;
}
footer .poweredby a {
	color: #999;
	border-bottom: 1px dashed #ccc;
}
footer .poweredby a:hover,
footer .poweredby a:active {
	color: #666;
	border-bottom-color: #999;
}
footer .poweredby:before {
	content: '\2022\00a0';
}
footer .language_items {
	float: right;
	list-style-type: none;
	display: inline;
	margin: 0;
}
footer .language_items li {
	display: inline;
	margin-left: 10px;
}
footer .language_items li.active > a {
	color: #666;
	text-decoration: underline;
}
footer .language_items li a {
	color: #908482;
	padding-left: 10px;
}
footer .language_items li:before {
	content: "\2022";
}
footer .language_items li:first-child:before {
	content: ""!important;
}

/* mobile theme styles */
@media screen and (max-width: 800px) {
	body {
		padding: 0;
	}
	.header {
		height: 150px!important;
	}
	.header-wrapper .quicksearch {
		width: 90%;
		padding: 10px 15px;
	}
	.header-wrapper .quicksearch .input-daterange {
		display: flex;
		min-width: 100px;
	}
	.header-wrapper .quicksearch label {
		padding: 5px;
		text-align: center;
	}
	.header-wrapper .quicksearch label input,
	.header-wrapper .quicksearch label select {
		font-size: 14px;
		margin: 4px auto;
	}
	.header-wrapper .quicksearch label input {
		width: 100px;
	}
	.header-wrapper .quicksearch a {
		font-size: 90%;
		padding: 0 10px;
		margin-left: 10px;
		margin-right: -15px;
	}
	nav .menu-icon {
		display: inline-block;
	}
	nav .menu {
		position: absolute;
		right: 0;
		top: 61px;
		display: none;
		width: 200px;
		border-bottom: #ddd;
		padding: 1px;
		background: #444;
		overflow: hidden;
		overflow-y: scroll;
		height: 40px;
		z-index: 9999;
	}
	nav .menu > ul {
		width: 100%
		float: none;
		border: 0;
		padding: 0;
		margin: 0!important;
	}
	nav .menu > ul > li {
		float: none!important;
		border-top: 1px solid #666;
		border-bottom: 1px solid #222;
		display: table;
		width: 100%;
	}
	nav .menu > ul > li:first-child {
		border-top: 0;
	}
	nav .menu ul > li > a {
		color: #eee;
		padding: 10px 5px;
	}
	nav .menu ul > li > a:hover {
		color: #000;
		background-color: #ccc;
	}
	nav .dropdown-menu {
		position: relative!important;
		border: 0;
		padding: 0!important;
		border-radius: 0;
		width: 100%;
		border: 0!important;
	}
	nav .dropdown-menu li {
		border-bottom: 1px solid #eee;
	}
	nav .dropdown-menu li a {
		padding: 10px 30px!important;
	}
	nav .menu-icon.open {
		background-color: #444;
		border-color: #444;
	}
	nav .menu.open {
		display: table;
	}
	nav .menu.open > ul {
		display: table;
		width: 100%;
		float: none;
	}
	nav .menu .language_items a {
		width: 100%;
		text-indent: 0;
		font-size: 100%;
	}
	nav .menu .language_items a span {
		margin-right: 5px;
	}
	
	
	.row, .column {
		display: block;
		width: 100%;
	}
	
	.container {
		width: 100%!important;
		border-radius: 0;
	    box-shadow: none;
	}
	footer .language_items {
		float: none;
		display: table;
		margin-top: 10px;
	}
	footer .language_items li:first-child {
		margin-left: 0;
	}
	footer .language_items li:first-child a {
		padding-left: 0;
	}
}


/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */.fancybox-image,.fancybox-inner,.fancybox-nav,.fancybox-nav span,.fancybox-outer,.fancybox-skin,.fancybox-tmp,.fancybox-wrap,.fancybox-wrap iframe,.fancybox-wrap object{padding:0;margin:0;border:0;outline:0;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,.5);box-shadow:0 10px 25px rgba(0,0,0,.5)}.fancybox-inner,.fancybox-outer{position:relative}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-iframe,.fancybox-image{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span{background-image:url(graphics/gallery_sprite.png)}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px;background:url(graphics/gallery_loading.gif) center center no-repeat}.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:url(graphics/blank.gif);-webkit-tap-highlight-color:transparent;z-index:8040}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible!important}.fancybox-lock{overflow:hidden}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url(graphics/gallery_overlay.png)}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:400 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:0 0;background:rgba(0,0,0,.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}