body {
	color: #444;
}
a {
	color: #ED8323;
	text-decoration: none;
}
a:hover {
	color: #F90;
}
h1, h2, h3, h4, h5 {
	color: #F60;
}
h1 span {
	color: #939393;
	display: block;
	font-size: 20px;
	margin-top: 6px;
	text-shadow: none;
}
h1 span:before {
	content: "\f3c5";
	font-family: "Font Awesome 5 Free";
	font-size: 1.12rem;
	font-weight: 900;
	text-rendering: auto;
	transform: translate(0, 0);
}
h1 span a {
	color: #939393;
}
h1 span a:hover {
	color: #319BF5;
}
h1.shadows {
	text-shadow: 1px 1px #ccc;
}
/*img {
	width: 100%;
}
img.origin {
	width: auto
}
*/
.tel {
	color: #fff;
	font-size: 1.3rem
}
.text-orange {
	color: #ED8323!important;
}
.text-green {
	color: #009F13!important
}
.text-darken {
	color: #565656
}
a.text-darken {
	color: #565656
}
a.text-darken:hover {
	color: #3f3f3f
}
.text-shadow {
	text-shadow: 0 1px 2px #ccc
}
.text-shadow-dark {
	text-shadow: 0 1px 2px #222
}
.text-smaller {
	font-size: 85%
}
.text-small {
	font-size: 0.75rem;
	line-height: 1.5em
}
.text-small p {
	margin-bottom: 4px;
	font-size: 0.75rem;
	line-height: 1.4em
}
.text-small h5 {
	font-size: 0.87rem;
	line-height: 1em;
	margin-bottom: 4px
}
.text-logo {
	font-family: 'Roboto', arial, helvetica, sans-serif;
	margin-top: 0;
	font-size: 30px;
	font-weight: 700;
	color: #ED8323;
	line-height: 1.3em;
	text-shadow: 1px 1px #ccc
}
.text-darken {
	color: #444
}
.text-gray {
	color: gray
}
header#main-header {
	background-color: #F6F6F6
}
@media (max-width:767px) {
.sticky-top {
	position: relative !important;
}
}
.btn {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
.btn:hover {
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.btn > .fa, .btn > .im {
	margin: 0 5px;
}
.btn-primary {
	background: #ed8323;
	border-color: #e27513;
}
.btn-primary:hover {
	background: #e27513;
	border-color: #c96810;
}
.btn-primary-invert {
	background: #127cdc;
	border-color: #1070c6;
	color: #fff;
}
.btn-primary-invert:hover {
	color: #fff;
	background: #1070c6;
	border-color: #0e63b0;
}
.btn-outline-primary {
    color: #ed8323;
    border-color: #e27513;
}
.btn-outline-primary:hover {
    color: #fff;
	background: #ed8323;
	border-color: #e27513;
}
.btn-paypal {
	background: #0079c1;
	color: #fff;
	border-color: #006dae;
}
.btn-paypal:hover {
	color: #fff;
	background: #006dae;
	border-color: #00619a;
}
.btn-ghost {
	background: none;
}
.btn-ghost.btn-primary {
	color: #ed8323;
}
.btn-ghost.btn-primary:hover {
	background: #ed8323;
}
.btn-ghost.btn-success {
	color: #5cb85c;
}
.btn-ghost.btn-success:hover {
	background: #5cb85c;
}
.btn-ghost.btn-info {
	color: #5bc0de;
}
.btn-ghost.btn-info:hover {
	background: #5bc0de;
}
.btn-ghost.btn-warning {
	color: #f0ad4e;
}
.btn-ghost.btn-warning:hover {
	background: #f0ad4e;
}
.btn-ghost.btn-danger {
	color: #d9534f;
}
.btn-ghost.btn-danger:hover {
	background: #d9534f;
}
.btn-ghost.btn-primary-invert {
	color: #127cdc;
}
.btn-ghost.btn-primary-invert:hover {
	background: #127cdc;
}
.btn-ghost:hover {
	color: #fff;
}
.btn-ghost.btn-default:hover {
	color: #454545;
}
.btn-ghost.btn-white {
	border-color: #fff;
	color: #fff;
}
.btn-ghost.btn-white:hover {
	background: #fff;
	color: #737373;
}
.bg-darken {
	background: #f2f2f2!important;
}
.bg-color {
	background: #ED8323!important;
}
.bg-gray {
	background: #f6f6f6!important;
}
.bg-orange {
	background-color: #F60!important;
}
.bgr-gradient {
    background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    border-bottom: 1px solid #AAA;
    -webkit-box-shadow: 0 3px 12px 0 rgba(0,0,0,.26);
    -moz-box-shadow: 0 3px 12px 0 rgba(0,0,0,.26);
    box-shadow: 0 3px 12px 0 rgba(0,0,0,.26);
}
.fixed-width-board {
	flex: 0 0 188px;
}
@media (min-width: 1200px) {
.fixed-width-board {
	flex: 0 0 220px;
}
}
.fixed-width-price {
	flex: 0 0 105px;
}
.fixed-width-select {
	flex: 0 0 75px;
}
.fixed-width-btn {
	flex: 0 0 63px;
}
.row.row-wrap>[class^="col"] {
margin-bottom:30px
}
.row.row-flex {
	display: flex;
	flex-wrap: wrap
}
/* Main Search Bar */
.main-search > form:after {
	clear: both;
}
.main-search .form-control {
	height: 46px;
	/*padding: 6px 14px;*/
	font-size: 1rem;
	font-weight: 500;
	padding-top: 1.2em;
	/*line-height: 1.5rem;*/
	color: #444;
	background-color: #fff;
	/*background-image: none;*/
	border: 1px solid #d3d8de;
	border-radius: 4px;
	outline: 0;
	-webkit-transition: border-color ease-in-out 0.15s,  box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}
.main-search .form-control::-moz-placeholder {
	color: #5e6d77;
	font-style: normal;
	opacity: 1;
}
.main-search .form-control:-ms-input-placeholder {
	color: #5e6d77;
	font-style: normal;
}
.main-search .form-control::-webkit-input-placeholder {
	color: #5e6d77;
	font-style: normal;
}
.main-search .form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #f7f7f8;
	color: #a0a9b2;
	opacity: 1;
}
.main-search .form-control[readonly] {
	background-color: #f7f7f8;
	opacity: 1;
}
.main-search .searchbox-input input, .main-search .searchbox-select select, .main-search .searchbox-input-city select, {
	font-family: Lato, Roboto, Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: .95rem;
}
.main-search .searchbox-input input:focus, .main-search .searchbox-select select:focus, .main-search .searchbox-submit:focus, .main-search .searchbox-input-city select:focus {
	/* outline:#f8981d solid 2px; */
	box-shadow: 0 0 0 2pt #f8981d;
}
.main-search .form-control, .main-search .searchbox-input-city select:focus {
	border: none;
}
.main-search > form {
	position: relative;
	border-radius: 4px;
	margin: 0 auto;/*max-width: 1000px;*/
  /*padding: 10px 10px;*/
  /*background: rgba(255, 255, 255, 0.66);*/
  /*box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);*/
}
.main-search > form:after, .main-search > form:before {
	content: " ";
	display: table;
}
.main-search .form-control[disabled], .main-search .form-control[readonly], .main-search fieldset[disabled] .form-control {
	cursor: pointer;
	background-color: #fff;
	color: #323f4d;
}
.main-search .searchbox-input {
	background: #fff;
	border-radius: 4px;
	float: left;
	margin-right: 10px;
	position: relative;
	height: auto;
}
.main-search .searchbox-input:before {
	position: absolute;
	left: 0;
	top: calc(50% - 9px);
	width: 35px;
	font-size: 22px;
	color: #adb5bd;
	text-align: center;
}
.main-search .searchbox-input.form-group {
	margin-bottom: 10px;
}
.main-search .searchbox-input.has-icon {
	z-index: auto;
}
.main-search .searchbox-input input {
	border: none;
	display: inline-block;
	padding-left: 30px;
}
.main-search.searchbox-disabled .searchbox-input-where-to, .main-search.searchbox-disabled .searchbox-xs-btn-affordance .btn {
	display: none;
}
.main-search.searchbox-disabled .searchbox-input-arrive, .main-search.searchbox-disabled .searchbox-input-depart, .main-search.searchbox-disabled .searchbox-select, .main-search.searchbox-disabled .searchbox-submit {
	display: inline-block;
	cursor: not-allowed;
}
.main-search .has-icon i.form-control-icon {
	width: 35px;
	text-align: left;
	top: 0;
	left: 8px;
	color: #adb5bd;
}
.main-search input:focus + .fa, .main-search input:focus + .far {
	color: #f8981d;
}
.main-search .searchbox-select .icon-chevron-down {
	position: absolute;
	right: 6px;
	top: calc(50% - 9px);
}
.main-search .searchbox-select select {
	width: 100%;
	padding: 9px 9px 9px 30px;
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
	background: 0 0;
	color: #323f4d;
	position: relative;
	line-height: 28px;
	-moz-appearance: none;
	appearance: none;
}
.main-search .searchbox-select select::-ms-expand {
	display: none;
}
.main-search .searchbox-select select.is-default {
	color: #5e6d77;
}
.main-search .searchbox-submit {
	padding-left: 0;
	padding-right: 0;
	-webkit-transition: width 0s;
	transition: width 0s;
	border-radius: 4px;
}
.main-search .searchbox-input-city {
	width: calc(21% - 10px);
}
.main-search .searchbox-input-arrive, .main-search .searchbox-input-depart {
	width: calc(18% - 10px);
}
.main-search .searchbox-select {
	/*position: relative;*/
	width: calc(29% - 10px);
}
.main-search .searchbox-submit {
	width: calc(14.80% - 10px);
}
.main-search .searchbox-input-addon {
	border: none;
	padding-left: 10px;
	padding-right: 5px;
	background: #fff;
}
@media (min-width: 992px) {
.main-search .select {
	float: left;
	margin-right: 10px;
}
}
.main-search .select {
	position: relative;
	vertical-align: bottom;
}
.main-search .select-lg {
	font-size: 16px;
}
@media (max-width: 991.98px) {
#main-search {
	width: 100%;
}
.main-search form {
	width: 100%;
}
.main-search .searchbox-xs-btn-affordance {
	margin-left: 10px;
}
.main-search .searchbox-xs-btn-affordance .btn {
	padding-left: 0;
	padding-right: 0;
	width: 50px;
	border-radius: 4px;
}
.main-search .searchbox-input-city {
	width: 100%;
}
.main-search .searchbox-input-arrive,  
.main-search .searchbox-input-depart,
.main-search .searchbox-select,
.main-search .searchbox-submit {
	width: calc(50% - 5px);
	float: left;
}
.main-search .searchbox-input-arrive,
.main-search .searchbox-select {
	margin-right: 10px;
}
.main-search .searchbox-input-city, 
.main-search .searchbox-input-depart, 
.main-search .searchbox-submit {
	margin-right: 0;
}
.main-search .searchbox-input.has-icon {
	z-index: auto;
}
.main-search .searchbox-input-city,  .main-search .searchbox-input-arrive,  .main-search .searchbox-input-depart {
	/* [disabled]display:none;
*/
	margin-bottom: 10px;
	/* [disabled]width:100%;
*/
}
 .main-search .searchbox-select,  .main-search .searchbox-submit {
	margin-bottom: 0;
}
}
@media (max-width: 767.98px) {
  .main-search .searchbox-select,
  .main-search .searchbox-submit {
    width: 100%;
  }
   .main-search .searchbox-select {
	margin-right: 0;
	margin-bottom: 10px;
}
}
.main-search legend {
	margin: 0 -15px 15px;
	width: calc(100% - -30px);
	display: none;
	font-weight: 300;
	background: #0067db;
	font-size: 24px;
	color: #fff;
	border-bottom: none;
	line-height: 1.25;
}
.main-search .searchbox-title {
	padding: 15px;
	display: inline-block;
}
#main-search {
	min-height: 64px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#main-search > div {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
#main-search {
	min-height: 118px;
}
}
#main-search .has-icon {
	z-index: auto;
}
@media (orientation: landscape) and (max-width: 767px) {
#main-search .js-searchForm {
	padding-top: 15px;
}
#main-search legend {
	display: none;
}
}
#main-search .searchbox-input-arrive .form-control, #main-search .searchbox-input-depart .form-control {
	cursor: pointer;
}
.main-search .searchbox-submit {
	border-radius: 4px;
	font-size: 1.18rem;
	min-height: 46px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #f8981d;
	border-color: #f8981d;
	color: #fff;
	font-weight: 500;
}
.main-search .searchbox-submit:hover {
	background-color: #e57c00;
	border-color: #e57c00;
}
.main-search .searchbox-submit .ha-loading-overlay {
	background-color: #f8981d;
	border-color: #e57c00;
}
.main-search .searchbox-submit:focus {
	outline: 0;
	box-shadow: 0 0 10px #0067db;
}
#main-search .main-search form {
	width: auto;
}
.main-search .has-icon {
	position: relative;
	z-index: 0;
}
.main-search .has-icon .form-control {
	padding-left: 30px;
}
.main-search .has-icon .form-control-icon {
	color: #a0a9b2;
	position: absolute;
	top: -2px;
	left: 16px;
	z-index: 2;
	display: block;
	text-align: left;
	line-height: 46px;
	pointer-events: none;
}
.main-search .has-icon .form-control-icon.is-clickable {
	pointer-events: auto;
}
.main-search .has-icon .form-control-icon i {
	color: currentColor;
	position: absolute;
	line-height: 60px;
	text-align: left;
	width: 38.62px;
	height: 46px;
}
.main-search .btn.btn-lg [class*=" icon-"], .btn.btn-lg [class^="icon-"] {
	line-height: 26px;
}
.main-search .btn [class*=" icon-"], .btn [class^="icon-"] {
	color: inherit;
}
/* Floating Label */
.main-search .floating-label {
	color: #5e6d77;
	font-size: 1.1rem;
	position: absolute;
	pointer-events: none;
	left: 30px;
	top: 10px;
	transition: 0.2s ease all;
}
.main-search input:focus ~ .floating-label,
.main-search input:not(:focus):valid ~ .floating-label,
.main-search input[readonly] ~ .floating-label,
.main-search select:focus ~ .floating-label,
.main-search select:not(:focus):valid ~ .floating-label {
 top: 4px;
 bottom: 2px;
 left: 30px;
 font-size: 0.80rem;
 opacity: 1;
 color: #7b7b7b;
}

/* End Main Search Bar */

.hidden-form-field {
	display: none;
}
.form-group.form-group-ghost ::-webkit-input-placeholder {
 color: rgba(255,255,255,0.5);
}
.form-group.form-group-ghost :-moz-placeholder {
 color: rgba(255,255,255,0.5);
 opacity: 1;
 -ms-filter: none;
 filter: none;
}
.form-group.form-group-ghost ::-moz-placeholder {
 color: rgba(255,255,255,0.5);
 opacity: 1;
 -ms-filter: none;
 filter: none;
}
.form-group.form-group-ghost :-ms-input-placeholder {
 color: rgba(255,255,255,0.5);
}
.form-group.form-group-ghost label {
	color: #fff;
}
.form-group.form-group-ghost .input-icon {
	color: #fff;
}
.form-group.form-group-ghost.form-group-focus .input-icon-hightlight {
	color: #f19c4f !important;
}
.form-group.form-group-ghost .form-control {
	background: rgba(255,255,255,0.1);
	border-color: #fff;
	color: #fff;
}
.form-group.form-group-ghost .form-control:hover {
	cursor: pointer;
}
.form-group.form-group-ghost .form-control:active, .form-group.form-group-ghost .form-control:focus {
	border-color: #f19c4f;
}
.form-group.form-group-icon-left .form-control, .form-group.form-group-icon-left .form-select {
	padding-left: 28px;
}
.form-group.form-group-icon-right .form-control, .form-group.form-group-icon-right .form-select {
	padding-right: 28px;
}
.form-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.form-group .input-icon {
	position: absolute;
    width: 32px;
    height: 32px;
    line-height: 38px;
    display: block;
    /* top: 32px; */
    /* left: 5px; */
    text-align: center;
    color: #b3b3b3;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
}
/*.search-tabs .form-group .input-icon {
	position: absolute;
	width: 32px;
	height: 32px;
	line-height: 32px;
	display: block;
	top: 32px;
	left: 5px;
	text-align: center;
	color: #b3b3b3;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	z-index: 2;
}*/
.form-group.form-group-icon-right .input-icon {
	right: 1px;
	left: auto;
}
.form-group.form-group-focus .input-icon {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.form-group.form-group-focus .input-icon.input-icon-hightlight {
	color: #ed8323;
}
.form-control:active, .form-control:focus, .form-select:active, .form-select:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ed8323;
}
.mt-search {
	margin-top: 2.3rem!important
}
@media (max-width:767.98px) {
.mt-search {
	margin-top: 1rem!important
}
}
.checkbox-inline label, .radio-inline label {
	cursor: pointer
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
	margin-left: 15px
}
.btn-group-select-num>.btn {
	-webkit-border-radius: 50%!important;
	border-radius: 50%!important;
	height: 28px;
	line-height: 26px;
	width: 28px;
	padding: 0;
	background: none;
	color: #737373;
	border: 1px solid transparent
}
.btn-group-select-num>.btn:hover {
	color: #737373;
	border-color: #737373;
	background: none
}
.btn-group-select-num>.btn.active, .btn-group-select-num>.btn.active:hover {
	background: #ED8323;
	border-color: #ED8323;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff
}
.form-group-lg .btn-group-select-num {
	margin-top: 3px
}
.form-group-lg .btn-group-select-num>.btn {
	height: 35px;
	line-height: 35px;
	width: 35px
}
@-moz-keyframes label-anim {
0% {
opacity:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter:alpha(opacity=0);
-webkit-transform:translate3d(0, 10px, 0);
-moz-transform:translate3d(0, 10px, 0);
-o-transform:translate3d(0, 10px, 0);
-ms-transform:translate3d(0, 10px, 0);
transform:translate3d(0, 10px, 0)
}
100% {
opacity:1;
-ms-filter:none;
filter:none;
-webkit-transform:translate3d(0, 0, 0);
-moz-transform:translate3d(0, 0, 0);
-o-transform:translate3d(0, 0, 0);
-ms-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
@-webkit-keyframes label-anim {
0% {
opacity:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter:alpha(opacity=0);
-webkit-transform:translate3d(0, 10px, 0);
-moz-transform:translate3d(0, 10px, 0);
-o-transform:translate3d(0, 10px, 0);
-ms-transform:translate3d(0, 10px, 0);
transform:translate3d(0, 10px, 0)
}
100% {
opacity:1;
-ms-filter:none;
filter:none;
-webkit-transform:translate3d(0, 0, 0);
-moz-transform:translate3d(0, 0, 0);
-o-transform:translate3d(0, 0, 0);
-ms-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
@-o-keyframes label-anim {
0% {
opacity:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter:alpha(opacity=0);
-webkit-transform:translate3d(0, 10px, 0);
-moz-transform:translate3d(0, 10px, 0);
-o-transform:translate3d(0, 10px, 0);
-ms-transform:translate3d(0, 10px, 0);
transform:translate3d(0, 10px, 0)
}
100% {
opacity:1;
-ms-filter:none;
filter:none;
-webkit-transform:translate3d(0, 0, 0);
-moz-transform:translate3d(0, 0, 0);
-o-transform:translate3d(0, 0, 0);
-ms-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
@-ms-keyframes label-anim {
0% {
opacity:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter:alpha(opacity=0);
-webkit-transform:translate3d(0, 10px, 0);
-moz-transform:translate3d(0, 10px, 0);
-o-transform:translate3d(0, 10px, 0);
-ms-transform:translate3d(0, 10px, 0);
transform:translate3d(0, 10px, 0)
}
100% {
opacity:1;
-ms-filter:none;
filter:none;
-webkit-transform:translate3d(0, 0, 0);
-moz-transform:translate3d(0, 0, 0);
-o-transform:translate3d(0, 0, 0);
-ms-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
@keyframes label-anim {
0% {
opacity:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter:alpha(opacity=0);
-webkit-transform:translate3d(0, 10px, 0);
-moz-transform:translate3d(0, 10px, 0);
-o-transform:translate3d(0, 10px, 0);
-ms-transform:translate3d(0, 10px, 0);
transform:translate3d(0, 10px, 0)
}
100% {
opacity:1;
-ms-filter:none;
filter:none;
-webkit-transform:translate3d(0, 0, 0);
-moz-transform:translate3d(0, 0, 0);
-o-transform:translate3d(0, 0, 0);
-ms-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
.slimmenu-menu-collapser {
	position: relative;
	background-color: #333;
	color: #fff;
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.slimmenu-collapse-button {
	position: absolute;
	right: 8px;
	top: 50%;
	width: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	color: #fff;
	padding: 7px 10px;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.slimmenu-collapse-button .slimmenu-icon-bar {
	background-color: #f5f5f5;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px rgba(0,0,0,.25);
	box-shadow: 0 1px rgba(0,0,0,.25);
	display: block;
	height: 2px;
	width: 18px;
	margin: 2px 0
}
ul.slimmenu {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%
}
ul.slimmenu li {
	position: relative;
	display: inline-block
}
ul.slimmenu li a {
	display: block;
	padding: 10px 10px;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'Roboto', arial, helvetica, sans-serif;
	color: #737373;
	-webkit-transition: background-color 0.17s ease-out;
	-moz-transition: background-color 0.17s ease-out;
	-o-transition: background-color 0.17s ease-out;
	-ms-transition: background-color 0.17s ease-out;
	transition: background-color 0.17s ease-out
}
ul.slimmenu li.slimmenu-sub-menu a {
	padding: 10px 32px 10px 10px
}
ul.slimmenu li.active>a, ul.slimmenu li:hover>a {
	background: #F60;
	color: #fff
}
ul.slimmenu li.active .slimmenu-sub-collapser>i, ul.slimmenu li:hover .slimmenu-sub-collapser>i {
	color: #fff
}
ul.slimmenu li .slimmenu-sub-collapser {
	position: absolute;
	right: 11px;
	top: 0;
	width: 20px;
	height: 100%;
	text-align: center;
	z-index: 1050;
	cursor: pointer
}
ul.slimmenu li .slimmenu-sub-collapser:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}
ul.slimmenu li .slimmenu-sub-collapser>i {
	text-align: center;
	color: #333;
	font-size: 18px;
	vertical-align: middle
}
ul.slimmenu li ul {
	margin: 0;
	list-style: none
}
ul.slimmenu li ul li {
	display: block
}
ul.slimmenu li ul li a {
	background-color: #333;
	color: #fff
}
ul.slimmenu li>ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1050;
	padding: 0;
	min-width: 170px
}
ul.slimmenu li>ul>li ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 1050;
	width: 100%
}
ul.slimmenu.slimmenu-collapsed li {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
ul.slimmenu.slimmenu-collapsed li ul li a {
	background: none;
	color: #ed8323
}
ul.slimmenu.slimmenu-collapsed li ul li a:hover {
	background: #ed8323;
	color: #fff
}
ul.slimmenu.slimmenu-collapsed li a {
	display: block;
	border-bottom: 1px solid rgba(0,0,0,.075);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
ul.slimmenu.slimmenu-collapsed li>ul {
	display: none;
	position: static;
	width: 100%;
	padding-left: 50px
}
ul.slimmenu.slimmenu-collapsed li .slimmenu-sub-collapser {
	height: 50px;
	width: 50px;
	right: 0;
	background: #c96810
}
ul.slimmenu.slimmenu-collapsed li .slimmenu-sub-collapser>i {
	color: #fff
}
.gap {
	display: block;
	position: relative;
	margin: 30px 0 30px 0;
	clear: both
}
.gap:after {
	clear: both;
	content: '';
	display: table
}
.gap-small {
	margin: 15px 0 15px 0
}
.gap-mini {
	margin: 10px 0 10px 0
}
.gap-big {
	margin: 60px 0 60px 0
}
.gap-large {
	margin: 90px 0 90px 0
}
.gap-top {
	margin-bottom: 0!important
}
.gap-bottom {
	margin-top: 0!important
}
.gap-border {
	border: 0;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #fff
}
.header-wrap{background:rgba(238,235,235,.8);padding:16px;display:table;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.header-wrap h1{margin:0;font-size:40px}.header-wrap p{margin:0;font-size:20px}
.text-wrap {
	background-color: rgba(0,0,0,.3);
	padding: 10px 16px
}
.text-wrap h2 {
	margin: 0;
	color: #fff;
/*	font-size: 30px
*/}
.text-wrap p {
	margin: 0;
	color: #fff;
	font-size: 14px
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	background: #ed8323;
	cursor: default;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background-color: #ed8323;
	border-color: #dee2e6 #dee2e6 #dee2e6;
	color: #fff;
}
.search-tabs>.tabbable>.tab-content>.tab-pane {
	padding: 0
}
.search-tabs>.tabbable>.nav-tabs>.nav-item>.nav-link {
	text-transform: uppercase;
	font-weight: 500;
}
.search-tabs-abs {
	position: absolute;
	top: 0;
	left: 14%;
	width: 55%
}
@media (max-width:992px) {
.search-tabs-abs {
	position: relative;
	width: 100%;
	left: 0
}
}
.search-tabs-abs-bottom {
	position: absolute;
	top: 320px
}
@media (max-width:992px) {
.search-tabs-abs-bottom {
	position: relative;
	top: 0;
	margin: 50px 0
}
}
.search-tabs-bottom {
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 100%
}
@media (max-width:992px) {
.search-tabs-bottom {
	position: relative;
	bottom: auto;
	top: 0;
	margin-top: 50px
}
}
.search-tabs-to-top {
	position: relative;
	z-index: 10;
	margin-top: -120px
}
.search-tabs-to-top-dest {
	position: relative;
	z-index: 10;
	margin-top: -300px
}
.search-tabs-bg>h1 {
	color: #333;
	margin-bottom: 25px
}
.search-tabs-bg>.tabbable>.tab-content>.tab-pane {
	background: #ffffff;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.76);
	padding: 20px;
	border-top: 1px solid #EEE;
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,.15);
	box-shadow: 0 2px 1px rgba(0,0,0,.15);
	border-radius: 0px 4px 4px 4px
}
.search-tabs-bg>.tabbable>.tab-content>.tab-pane .form-control {
	/*background: rgb(255,255,255)*/
}
.search-tabs-bg>.tabbable>.nav-tabs {
	border: none
}
.search-tabs-bg>.tabbable>.nav-tabs>.nav-item {
	margin-bottom: 0;
	margin-right: 5px
}
.search-tabs-bg>.tabbable>.nav-tabs>.nav-item>.nav-link {
	background: rgba(0,0,0,.4);
	border: none!important;
	color: #FFF
}
@media (max-width:575.98px) {
.search-tabs-bg>.tabbable>.nav-tabs>.nav-item>.nav-link>span {
	display: none
}
}
.search-tabs-bg>.tabbable>.nav-tabs>.nav-item>.nav-link:hover>.fa, .search-tabs-bg>.tabbable>.nav-tabs>.nav-item>.nav-link:hover>.fas, .search-tabs-bg>.tabbable>.nav-tabs>.nav-item>.nav-link:hover>.far {
	background: #ED8323;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s
}
.search-tabs-bg>.tabbable>.nav-tabs>.nav-item>.nav-link>.fa, .search-tabs-bg>.tabbable>.nav-tabs>.nav-item>.nav-link>.fas, .search-tabs-bg>.tabbable>.nav-tabs>.nav-item>.nav-link>.far {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: 2px;
	background: rgba(0,0,0,.3);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center
}
.search-tabs-bg>.tabbable>.nav-tabs>.nav-item>.nav-link.active {
	background: #ED8323;
	color: #fff;
	margin-top: -7px;
	padding-bottom: 11px;
	padding-top: 12px;
}
.search-tabs-bg>.tabbable>.nav-tabs>.nav-item>.nav-link.active:hover>.fa, .search-tabs-bg>.tabbable>.nav-tabs>.nav-item>.nav-link.active:hover>.fas,
.search-tabs-bg>.tabbable>.nav-tabs>.nav-item>.nav-link.active:hover>.far {
	background: rgba(0,0,0,.3)
}
.search-tabs-nobox>.tabbable>.tab-content>.tab-pane {
	padding: 25px 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.search-tabs-lift-top {
	margin-top: -50px
}
label, .form-label {
 margin-bottom: .3rem;
}
.search-tabs label {
	font-weight: 500;
}
.page-item.active .page-link {
	background-color: #ed8323;
	border-color: #e27513;
}
.page-link {
	color: #ed8323;
}
.st_featured {
	background: none repeat scroll 0 0 hsla(200,80%,50%,1);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 34px;
	margin-left: -10px;
	opacity: 1;
	padding: 0 0 0 13px;
	position: absolute;
	text-shadow: 1px 0 0 hsla(20,50%,30%,.6);
	margin-top: 5px;
	z-index: 99
}
.st_featured::before {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: hsla(200,70%,42%,.8) hsla(200,70%,42%,.8) transparent transparent;
	border-image: none;
	border-style: solid;
	border-width: 5px;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 100%;
	width: 0
}
.st_featured::after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: hsla(200,80%,50%,1) transparent hsla(200,80%,50%,1) hsla(200,80%,50%,1);
	border-image: none;
	border-style: solid;
	border-width: 17px;
	content: "";
	height: 0;
	left: 100%;
	position: absolute;
	top: 0;
	width: 0
}
.box_sale {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	border-radius: 100%;
	position: absolute;
	top: -5px;
	right: 5px;
	z-index: 2;
	line-height: 50px;
	width: 50px;
	height: 50px;
	text-align: center;
	box-shadow: 0 1px 0 rgba(255,255,255,.3) inset, 0 -1px 0 rgba(0,0,0,.2) inset, 0 1px 2px rgba(0,0,0,.2)
}
.hotel-card img {
	width: 100%;
	margin-bottom: 10px;
}
.hotel-card:hover img {
	opacity: .8;
	filter: alpha(opacity=80)
}
/*.hotel-card.active,.hotel-card:hover{box-shadow: 0 0 25px 0 rgba(53,62,68,.4);
transition: box-shadow .3s;}.hotel-card img{min-height:100px;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)
}*/
.hotel-card {
	background: #fff;
	padding: 0 0 10px;
	border-radius: 4px;
	box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
	height: 100%;
	text-align: center;
	overflow: hidden;
}
.hotel-card h3 span {
	padding: 0 8px
}
.hotel-card h3 {
	font-size: 1.25rem;
}
.hotel-card p {
	font-size: 14px;
	color: #818181;
	line-height: 1.2em;
	padding: 0 10px
}
.hotel-card p span {
	color: #ed8323
}
.star-orange {
	color: #FFB422!important;
}
.note {
	font-family: Arial;
	font-size: .8em;
	text-align: center
}
.list-three-col li, .list-two-col li {
	font-size: 16px;
	line-height: 32px;
	margin: 0;
	font-weight: 300;
	text-transform: inherit;
	text-align: inherit
}
.list-two-col {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2
}
@media (max-width:767px) {
.list-two-col {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2
}
}
@media (max-width:481px) {
.list-two-col {
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1
}
}
.list-three-col {
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3
}
@media (max-width:767px) {
.list-three-col {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2
}
#backtotop {
	display: none
}
}
@media (max-width:481px) {
.list-three-col {
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1
}
}
.map-responsive {
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}
.map-responsive iframe {
 border-radius: .25rem;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}
.dis-table {
	display: table
}
.full, .full-page {
	width: 100%;
	height: 100%
}
@media (max-width:992px) {
.full-page {
	min-height: 1000px
}
}
.rel {
	position: relative
}
.full-height {
	height: 100%
}
.full-page {
	position: relative
}
.top-area, .booking-top, .special-area, .top-small, .top-dest {
	height: auto;
	position: relative
}
.top-area {
	height: auto;
}
.special-area {
	height: 500px
}
.top-small {
	height: 380px
}
.top-dest {
	height: auto
}
.booking-top {
	height: 130px
}
@media (max-width:992px) {
.top-area, .booking-top, .special-area, .top-small, .top-dest {
	height: auto
}
}
.bg-cover {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat
}
.bg-holder {
	position: relative;
	/* [disabled]overflow:hidden;
*/
}
.bg-holder>.bg-mask, .bg-holder>.bg-blur, .bg-holder>.bg-mask-darken, .bg-holder>.bg-mask-lighten, .bg-mask-medium, .bg-holder>.bg-parallax, .bg-holder>.bg-img, .bg-holder>.bg-video {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center
}
.bg-holder>.bg-video {
	width: 100%;
	height: auto;
	z-index: 4
}
.bg-holder>.bg-mask, .bg-holder>.bg-parallax, .bg-holder>.bg-img {
	width: 100%;
	height: 100%
}
.bg-holder>.bg-mask, .bg-holder>.bg-mask-darken, .bg-holder>.bg-mask-lighten, .bg-mask-medium, .bg-holder>.bg-mask-white, .bg-holder>.bg-mask-color, .bg-holder>.bg-mask-color-invert {
	width: 100%;
	height: 100%;
	z-index: 5;
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	background: #000
}
.bg-holder>.bg-mask-lighten {
	opacity: .2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=20)
}
.bg-holder>.bg-mask-medium {
	opacity: .3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=30)
}
.bg-holder>.bg-mask-darken {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80)
}
.bg-holder>.bg-mask-color {
	background: #ED8323
}
.bg-holder>.bg-mask-white {
	background: #fff
}
.bg-holder>.bg-mask-color-invert {
	background: #127cdc
}
.bg-holder>.bg-parallax {
	background-position: 50% 0;
	background-attachment: fixed
}
@media (max-width:992px) {
.bg-holder>.bg-parallax {
	background-attachment: scroll;
	background-position: center center
}
}
.bg-holder>.bg-blur {
	width: 50%!important;
	height: 50%!important;
	-webkit-transform-origin: 1% 1%;
	-moz-transform-origin: 1% 1%;
	-o-transform-origin: 1% 1%;
	-ms-transform-origin: 1% 1%;
	transform-origin: 1% 1%;
	-webkit-transform: scale(2.1);
	-moz-transform: scale(2.1);
	-o-transform: scale(2.1);
	-ms-transform: scale(2.1);
	transform: scale(2.1);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	filter: blur(2px);
	z-index: 0
}
.bg-holder>.bg-blur:before {
	content: '';
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}
.bg-holder>.bg-blur.bg-parallax {
	background-attachment: scroll
}
.bg-holder>.bg-holder-content, .bg-holder>.bg-content {
	position: relative;
	z-index: 7
}
.bg-holder>.bg-front {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	z-index: 6
}
@media (max-width:992px) {
.bg-holder>.bg-front.bg-front-mob-rel {
	position: relative
}
}
.round {
	-webkit-border-radius: 50%;
	border-radius: 50%
}
.round img {
	-webkit-border-radius: 50%;
	border-radius: 50%
}
.header-top {
	padding: 15px 0;
	max-height: 100px;
	background: #F60
}
@media (max-width:992px) {
.header-top {
	max-height: none;
	text-align: center
}
}
.logo{display:block}.logo img{width:auto}.logo span{font-family:'Roboto',arial,helvetica,sans-serif;margin-left:8px;font-size:28px;font-weight:700;vertical-align:middle;color:#ED8323;text-shadow:1px 1px #ccc}
.tel{color:#ED8323;font-size:22px;display:block;}
/* Style to change breadcrumb separator  */
.breadcrumb-item + .breadcrumb-item::before {
	content: '\f105';
	font-family: "Font Awesome 5 Free";
	padding: 0 7px;
	font-weight: 900;
}
.breadcrumb {
	background: none;
	padding: 12px 0 10px 0;
	border-bottom: 1px solid #F2F2F2;
	color: #ED8323;
}
.board-type {
	padding: 15px 0;
	border-bottom: 1px solid #e3e3e3;
}
.board-type:hover {/*
	[disabled]background: #f5f5f5;
*/
}
.board-type:first-child {
	padding-top: 0;
}
.board-type:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.board-type label {
 margin-bottom: .0rem;
}
.room-count {
	border-bottom: 2px solid #e3e3e3;
	padding: 15px 0 15px 0;
}
.room {
	border-bottom: 2px solid #e3e3e3;
	padding: 15px 0 15px 0;
}
.room:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.room:first-child {
	padding-top: 0;
}
.room-multiple {
	border-bottom: 2px solid #e3e3e3;
	padding: 15px 0 15px 0;
}
.room-multiple:first-child {
	padding-top: 0;
}
.room-heading {
	background-color: #f8f9fa!important;
	text-transform: uppercase;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
 border-radius:.25rem;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}
.room-multiple:last-child {
	border-bottom: none;
}
.room-title {
	display: block;
	font-weight: 700;
}
.room-details {
	color: #007bff !important;
	cursor: pointer;
}
.room-details:hover {
	text-decoration: underline;
}
hr.book {
	border-top: 2px solid #e3e3e3;
	margin-top: 0;
}
footer#main-footer {
	background: #F60;
	/*padding: 60px 0 30px 0;*/
	color: #fff;
	font-size: 1em;
	line-height: 1.4em
}
footer#main-footer .logo {
	margin-bottom: 15px
}
footer#main-footer a, footer#main-footer h1, footer#main-footer h2, footer#main-footer h3, footer#main-footer h4, footer#main-footer h5 {
	color: #fff
}
footer#main-footer a:hover {
	color: #dadada
}
.list {
	list-style: none;
	margin: 0;
	padding: 0
}
.list-center {
	display: table;
	margin: 0 auto
}
.list-inline-block>li {
	display: inline-block
}
.list-horizontal>li, .list-inline>li {
	float: left;
	margin-right: 10px;
	padding: 0;
	display: block
}
.list-horizontal>li:last-child, .list-inline>li:last-child {
	margin-right: 0
}
.list-horizontal.list-border>li, .list-inline.list-border>li {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid rgba(0,0,0,.13)
}
.list-horizontal.list-border>li:last-child, .list-inline.list-border>li:last-child {
	margin-right: 0;
	padding-right: 0;
	border: none
}
.list-horizontal:after, .list-inline:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.main-header-search {
	top: 4px;
	position: relative
}
@media (max-width:992px) {
.main-header-search {
	margin-top: 15px
}
}
.main-header-search .form-control {
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #262626;
	border-color: #000;
	color: #fff
}
.main-header-search .input-icon {
	top: 0;
	color: #fff
}
.list-category>li>a {
	color: #686868;
	margin-bottom: 7px;
	padding-bottom: 7px;
	display: block;
	border-bottom: 1px dashed #f2f2f2
}
.list-category>li>a:hover {
	color: #ED8323
}
.address-list>li {
	margin-bottom: 20px
}
.address-list>li>h5 {
	margin-bottom: 3px
}
.logo-holder {
	position: absolute;
	top: 0;
	left: 0;
	margin: 30px 0 0 30px;
	display: block;
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s
}
.logo-holder>img {
	width: auto
}
.logo-holder:hover {
	opacity: 1;
	-ms-filter: none;
	filter: none
}
::selection {
	background: #ED8323;
	color: #fff
}
#backtotop {
	position: fixed;
	right: 0;
	opacity: 0;
	visibility: hidden;
	bottom: 50px;
	margin: 0 25px 0 0;
	z-index: 999;
	transition: .35s;
	transform: scale(.7)
}
#backtotop.visible {
	opacity: 1;
	visibility: visible;
	transform: scale(1)
}
#backtotop a {
	text-decoration: none;
	border: 0;
	display: block;
	width: 46px;
	height: 46px;
	background-color: #66676b;
	opacity: 1;
	transition: all .3s;
	border-radius: 4px;
	text-align: center;
	font-size: 26px
}
body #backtotop a {
	color: #fff
}
#backtotop a:after {
	content: "\f106";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: relative;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-55%);
	transform: translateY(-55%)
}
#backtotop a {
	background: rgba(250, 90, 15, 0.68)
}
.icon-list {
	list-style: none;
	padding: 0
}
.icon-list .fa {
	margin-right: 5px
}
.icon-list-inline {
	margin-bottom: 0
}
.icon-list-inline>li {
	display: inline-block;
	margin-right: 3px
}
.icon-list-inline>li:last-child {
	margin-right: 0
}
.icon-list-inline .fa {
	margin-right: 0
}
.icon-group {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden
}
.icon-group>li {
	float: left;
	margin-right: 5px
}
.icon-group>li:last-child {
	margin-right: 0
}
.box-icon, [class^="box-icon-"], [class*=" box-icon-"] {
z-index:2;
position:relative;
width:30px;
height:30px;
line-height:30px;
text-align:center;
/*display:block;*/
background:#ED8323;
color:#fff;
-webkit-transition:0.3s;
-moz-transition:0.3s;
-o-transition:0.3s;
-ms-transition:0.3s;
transition:0.3s
}
.box-icon:hover, [class^="box-icon-"]:hover, [class*=" box-icon-"]:hover {
	background: #c96810;
	color: #fff
}
.box-icon:before, [class^="box-icon-"]:before, [class*=" box-icon-"]:before {
	display: inline-block
}
.box-icon-inline {
	display: inline-block
}
.box-icon-md {
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 21px
}
.box-icon-big {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 28px
}
.box-icon-large {
	width: 90px;
	height: 90px;
	line-height: 90px;
	font-size: 42px
}
.box-icon-huge {
	width: 120px;
	height: 120px;
	line-height: 120px;
	font-size: 56px
}
.box-icon-black {
	background: #333
}
.box-icon-black:hover {
	background: #000
}
.box-icon-gray {
	background: gray
}
.box-icon-gray:hover {
	background: #4d4d4d
}
.box-icon-white {
	background: #fff;
	color: #ED8323
}
.box-icon-white:hover {
	color: #ED8323;
	background: #e6e6e6
}
.box-icon-info {
	background: #2f96b4
}
.box-icon-info:hover {
	background: #267890
}
.box-icon-success {
	background: #51a351
}
.box-icon-success:hover {
	background: #418241
}
.box-icon-warning {
	background: #f89406
}
.box-icon-warning:hover {
	background: #c67605
}
.box-icon-danger {
	background: #bd362f
}
.box-icon-danger:hover {
	background: #972b26
}
.box-icon-inverse {
	background: #127cdc
}
.box-icon-inverse:hover {
	background: #0e63b0
}
.box-icon-to-normal:hover {
	background: #ED8323
}
.box-icon-to-black:hover {
	background: #333
}
.box-icon-to-gray:hover {
	background: gray
}
.box-icon-to-white:hover {
	background: #fff;
	color: #ED8323
}
.box-icon-to-info:hover {
	background: #2f96b4
}
.box-icon-to-success:hover {
	background: #51a351
}
.box-icon-to-warning:hover {
	background: #f89406
}
.box-icon-to-danger:hover {
	background: #bd362f
}
.box-icon-to-inverse:hover {
	background: #127cdc
}
.box-icon-border, [class^="box-icon-border"], [class*=" box-icon-border"] {
background:none;
border:1px solid #ED8323;
color:#ED8323
}
.box-icon-border:hover, [class^="box-icon-border"]:hover, [class*=" box-icon-border"]:hover {
	background: #ED8323;
	color: #fff!important
}
.box-icon-border.box-icon-black, [class^="box-icon-border"].box-icon-black, [class*=" box-icon-border"].box-icon-black, .box-icon-border.box-icon-to-black:hover, [class^="box-icon-border"].box-icon-to-black:hover, [class*=" box-icon-border"].box-icon-to-black:hover {
	border-color: #333;
	color: #333
}
.box-icon-border.box-icon-black:hover, [class^="box-icon-border"].box-icon-black:hover, [class*=" box-icon-border"].box-icon-black:hover, .box-icon-border.box-icon-to-black:hover:hover, [class^="box-icon-border"].box-icon-to-black:hover:hover, [class*=" box-icon-border"].box-icon-to-black:hover:hover {
	background: #333
}
.box-icon-border.box-icon-gray, [class^="box-icon-border"].box-icon-gray, [class*=" box-icon-border"].box-icon-gray, .box-icon-border.box-icon-to-gray:hover, [class^="box-icon-border"].box-icon-to-gray:hover, [class*=" box-icon-border"].box-icon-to-gray:hover {
	border-color: gray;
	color: gray
}
.box-icon-border.box-icon-gray:hover, [class^="box-icon-border"].box-icon-gray:hover, [class*=" box-icon-border"].box-icon-gray:hover, .box-icon-border.box-icon-to-gray:hover:hover, [class^="box-icon-border"].box-icon-to-gray:hover:hover, [class*=" box-icon-border"].box-icon-to-gray:hover:hover {
	background: gray
}
.box-icon-border.box-icon-white, [class^="box-icon-border"].box-icon-white, [class*=" box-icon-border"].box-icon-white, .box-icon-border.box-icon-to-white:hover, [class^="box-icon-border"].box-icon-to-white:hover, [class*=" box-icon-border"].box-icon-to-white:hover {
	border-color: #fff;
	color: #fff
}
.box-icon-border.box-icon-white:hover, [class^="box-icon-border"].box-icon-white:hover, [class*=" box-icon-border"].box-icon-white:hover, .box-icon-border.box-icon-to-white:hover:hover, [class^="box-icon-border"].box-icon-to-white:hover:hover, [class*=" box-icon-border"].box-icon-to-white:hover:hover {
	color: #ED8323!important;
	background: #fff
}
.box-icon-border.box-icon-info, [class^="box-icon-border"].box-icon-info, [class*=" box-icon-border"].box-icon-info, .box-icon-border.box-icon-to-info:hover, [class^="box-icon-border"].box-icon-to-info:hover, [class*=" box-icon-border"].box-icon-to-info:hover {
	border-color: #2f96b4;
	color: #2f96b4
}
.box-icon-border.box-icon-info:hover, [class^="box-icon-border"].box-icon-info:hover, [class*=" box-icon-border"].box-icon-info:hover, .box-icon-border.box-icon-to-info:hover:hover, [class^="box-icon-border"].box-icon-to-info:hover:hover, [class*=" box-icon-border"].box-icon-to-info:hover:hover {
	background: #2f96b4
}
.box-icon-border.box-icon-success, [class^="box-icon-border"].box-icon-success, [class*=" box-icon-border"].box-icon-success, .box-icon-border.box-icon-to-success:hover, [class^="box-icon-border"].box-icon-to-success:hover, [class*=" box-icon-border"].box-icon-to-success:hover {
	border-color: #51a351;
	color: #51a351
}
.box-icon-border.box-icon-success:hover, [class^="box-icon-border"].box-icon-success:hover, [class*=" box-icon-border"].box-icon-success:hover, .box-icon-border.box-icon-to-success:hover:hover, [class^="box-icon-border"].box-icon-to-success:hover:hover, [class*=" box-icon-border"].box-icon-to-success:hover:hover {
	background: #51a351
}
.box-icon-border.box-icon-warning, [class^="box-icon-border"].box-icon-warning, [class*=" box-icon-border"].box-icon-warning, .box-icon-border.box-icon-to-warning:hover, [class^="box-icon-border"].box-icon-to-warning:hover, [class*=" box-icon-border"].box-icon-to-warning:hover {
	border-color: #f89406;
	color: #f89406
}
.box-icon-border.box-icon-warning:hover, [class^="box-icon-border"].box-icon-warning:hover, [class*=" box-icon-border"].box-icon-warning:hover, .box-icon-border.box-icon-to-warning:hover:hover, [class^="box-icon-border"].box-icon-to-warning:hover:hover, [class*=" box-icon-border"].box-icon-to-warning:hover:hover {
	background: #f89406
}
.box-icon-border.box-icon-danger, [class^="box-icon-border"].box-icon-danger, [class*=" box-icon-border"].box-icon-danger, .box-icon-border.box-icon-to-danger:hover, [class^="box-icon-border"].box-icon-to-danger:hover, [class*=" box-icon-border"].box-icon-to-danger:hover {
	border-color: #bd362f;
	color: #bd362f
}
.box-icon-border.box-icon-danger:hover, [class^="box-icon-border"].box-icon-danger:hover, [class*=" box-icon-border"].box-icon-danger:hover, .box-icon-border.box-icon-to-danger:hover:hover, [class^="box-icon-border"].box-icon-to-danger:hover:hover, [class*=" box-icon-border"].box-icon-to-danger:hover:hover {
	background: #bd362f
}
.box-icon-border.box-icon-inverse, [class^="box-icon-border"].box-icon-inverse, [class*=" box-icon-border"].box-icon-inverse, .box-icon-border.box-icon-to-inverse:hover, [class^="box-icon-border"].box-icon-to-inverse:hover, [class*=" box-icon-border"].box-icon-to-inverse:hover {
	border-color: #127cdc;
	color: #127cdc
}
.box-icon-border.box-icon-inverse:hover, [class^="box-icon-border"].box-icon-inverse:hover, [class*=" box-icon-border"].box-icon-inverse:hover, .box-icon-border.box-icon-to-inverse:hover:hover, [class^="box-icon-border"].box-icon-to-inverse:hover:hover, [class*=" box-icon-border"].box-icon-to-inverse:hover:hover {
	background: #127cdc
}
.box-icon-border.box-icon-to-normal:hover, [class^="box-icon-border"].box-icon-to-normal:hover, [class*=" box-icon-border"].box-icon-to-normal:hover {
	border-color: #ED8323;
	background: #ED8323
}
.box-icon-border-dashed {
	border-style: dashed
}
.box-icon-left {
	float: left;
	margin-right: 15px
}
.box-icon-right {
	float: right;
	margin-left: 15px
}
.box-icon-center {
	margin: 0 auto
}
.box-shadow {
	box-shadow: 0 0 4px 0 rgba(0,0,0,.08), 0 2px 4px 0 rgba(0,0,0,.12);
	-moz-box-shadow: 0 0 4px 0 rgba(0,0,0,.08), 0 2px 4px 0 rgba(0,0,0,.12);
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.08), 0 2px 4px 0 rgba(0,0,0,.12);
}
.booking-item {
	box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
	color: #737373;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
    border-radius:.25rem;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	margin-bottom: 0.25rem;
	transition: 0.2s
}
.booking-item:hover, .booking-item.active {
	border: 1px solid #ED8323;/*	box-shadow: 0 0 25px 0 rgba(53,62,68,.4);
*/
}
.booking-item:hover .booking-item-number, .booking-item.active .booking-item-number {
	background: gray
}
.booking-item:hover .booking-item-img-wrap .booking-item-img-num, .booking-item.active .booking-item-img-wrap .booking-item-img-num {
	opacity: 1;
	-ms-filter: none;
	filter: none;
	background: rgba(0,0,0,.5);
}
.booking-item-img-thumb {
	background-size: cover;
	min-height: 210px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50%;/* border-top-left-radius: calc(.25rem - 1px);
 border-bottom-left-radius: calc(.25rem - 1px);
*/
}
@media (max-width:767px) {
.booking-item-img-thumb {
	min-height: 260px;/*	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
border-top-left-radius: calc(.25rem - 1px);
 border-top-right-radius: calc(.25rem - 1px);
*/
}
}
.booking-item-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 0.85rem;
}
.booking-room-header {
 padding:.75rem 0.85rem;
	margin-bottom: 0;
	margin-left: -0.85rem !important;
	margin-right: -0.85rem !important;
	background-color: rgba(0,0,0,.03);
	border-bottom: 1px solid rgba(0,0,0,.125);
	border-top: 1px solid rgba(0,0,0,.125);/*	text-transform:uppercase;
*/
}
.booking-item-header {
padding:.75rem 1rem;
	margin-bottom: 0;
	background-color: rgba(0,0,0,.03);
	border-bottom: 1px solid rgba(0,0,0,.125);
	border-top: 1px solid rgba(0,0,0,.125);/*text-transform:uppercase;*/
}
.booking-item-header:first-child {
border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
	border-top: 0;
}
.room-price-from {
/*	font-size: 1em;
*/	font-style: italic;
	font-weight: bold;
}
.room-price-text {
	font-size: 0.95rem;
	font-style: italic;
}
.room-price {
	color: #ff7802;
	font-size: 1.6em;
	font-weight: 700;
}
.price-border {
	border-left: 1px solid #dee2e6!important;
}
@media (max-width:767px) {
.price-border {
	border: 0px solid !important
}
}
.booking-list {
	list-style: none;
	padding: 0;
	margin-bottom: 30px
}
.booking-list>li {
	margin-bottom: 15px;
	position: relative
}
.booking-list-item {
	padding: 11px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	cursor: default;
	display: block;
	border: 1px solid #e6e6e6;
	-moz-transition: .2s;
	-ms-transition: .2s;
	color: #737373;
	position: relative;
	border-radius: 4px;
}
.booking-list-item:hover, .booking-list-item.active {
	color: #737373;
	border: 1px solid #ed8323;
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,.2);
	box-shadow: 0 2px 1px rgba(0,0,0,.2);
}
.booking-list-item.booking-item-small .booking-item-title {
	font-size: 14px;
	margin-bottom: 0
}
.booking-list-item.booking-item-small .booking-item-rating-stars {
	font-size: 12px;
	margin-bottom: 0;
	color: #FFB422
}
.booking-list-item.booking-item-small .booking-item-price {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 2px;
	display: inline
}
.booking-list-item.booking-item-small .booking-item-price-from {
	font-size: 12px;
	margin-bottom: 2px
}
.booking-item-title {
	margin-bottom: 7px
}
.booking-item-description {
	font-size: 13px;
	line-height: 1.5em
}
.booking-item-img-wrap {
	position: relative
}
.booking-item-img-wrap .booking-item-img-num {
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	background: rgba(0,0,0,.01);
	padding: 5px 7px;
	font-size: 13px;
	line-height: 1em
}
.booking-item-img-wrap .booking-item-img-num>.fa {
	margin-right: 3px
}
.booking-item-rating {
/*	margin-bottom: 3px;
	padding-bottom: 3px;
	display: inline-block
*/}
.booking-item-rating .booking-item-rating-stars {
	display: inline-block;
	margin-right: 17px;
/*	margin-bottom: -5px;
*/	color: #FFB422
}
.booking-item-rating .booking-item-rating-stars .fa {
	margin-right: 0
}
.booking-item-rating .booking-item-rating-number>b {
	font-size: 25px
}
.booking-item-address {
	line-height: 1em;
	font-size: 13px
}
.booking-item-number {
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #e6e6e6;
	text-align: center;
	color: #fff;
	display: block;
	top: 2px;
	right: 2px;
	font-size: 10px;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s
}
.booking-title {
	margin-bottom: 25px;
	margin-top: 15px
}
.booking-title>small {
	font-size: 12px;
	margin-left: 5px
}
.search-results-summary {
	font-weight: 400;
	font-size: 1.12rem;
}
.search-results-summary > a {
	display: block;
	position: relative;
	color: #333;
}
.search-results-summary>a:hover {
	color: #F90;
}
.search-results-summary > a:after {
	content: "\f078"; /* fa-chevron-down */
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 0;
}
.search-results-summary > a[aria-expanded="true"]:after {
	content: "\f077"; /* fa-chevron-up */
}
.search-filter {
}
.search-filter label {
 margin-bottom: .5rem;
}
.search-filter-header {
	background-color: #ED8323;
	color: #FFF;
	padding: 0 16px;
	position: relative;
	line-height: 45px;
}
.search-filter-header .sc-heading {
	color: inherit;
	line-height: inherit;
	margin: 0;
}
.search-filter-section {
	background-color: #FFF;
}
.search-filter-section__header {
	font-weight: 700;
	font-size: 14px;
	color: #ED8323;
	background-color: #F6F5F5;
	padding: 0 16px;
	height: 44px;
	line-height: 44px;
}
/*.search-filter-section__header:before {
	font-family: "Font Awesome 5 Free";
	content: '\f107';
	position: absolute;
	right: 30px;
}*/
.search-filter-section__body {
	padding: 16px 12px;
}
.booking-sort {
	font-size: 10px
}
.booking-sort .booking-sort-title {
	font-size: 14px
}
.booking-sort .booking-sort-title>a {
	color: #737373
}
.offial-rating .booking-item-rating {
	border: none;
	padding: 0;
	margin-bottom: 5px;
	display: block
}
.offial-rating .booking-item-rating-stars {
	font-size: 26px;
	margin-bottom: -10px;
	margin-right: 10px
}
.booking-item-meta .booking-item-rating {
	border: none;
	padding: 0;
	margin-bottom: 5px;
	display: block
}
.booking-item-meta .booking-item-rating-stars {
	font-size: 22px;
	margin-bottom: -10px;
	margin-right: 10px
}
.booking-item-meta .booking-item-rating-number {
	font-size: 20px;
}
.booking-item-meta .booking-item-rating-number b {
	font-size: 18px
}
.booking-item-raiting-list, .booking-item-raiting-summary-list {
	font-size: 13px;
}
.booking-item-raiting-list>li, .booking-item-raiting-summary-list>li {
	margin-bottom: 5px;
	overflow: hidden
}
.booking-item-raiting-list>li>div, .booking-item-raiting-summary-list>li>div {
	height: 26px;
	float: left;
	line-height: 26px
}
.booking-item-raiting-list>li>div.booking-item-raiting-list-title, .booking-item-raiting-summary-list>li>div.booking-item-raiting-list-title {
	width: 32%
}
.booking-item-raiting-list>li>div.booking-item-raiting-list-bar, .booking-item-raiting-summary-list>li>div.booking-item-raiting-list-bar {
	width: 56%;
	background: #e6e6e6;
	height: 20px;
	margin-top: 3px
}
.booking-item-raiting-list>li>div.booking-item-raiting-list-bar>div, .booking-item-raiting-summary-list>li>div.booking-item-raiting-list-bar>div {
	background: #ED8323;
	height: 100%
}
.booking-item-raiting-list>li>div.booking-item-raiting-list-number, .booking-item-raiting-summary-list>li>div.booking-item-raiting-list-number {
	margin-left: 2%;
	width: 10%
}
.booking-item-raiting-summary-list>li>div.booking-item-raiting-list-title {
	width: 48%
}
.booking-item-raiting-summary-list>li .booking-item-rating-stars {
	font-size: 14px;
	line-height: 26px;
	margin: 0;
	color: #ED8323
}
.booking-item-reviews>li {
	margin-bottom: 20px
}
.booking-item-reviews>li .booking-item-review-person p {
	line-height: 1em
}
.booking-item-reviews>li .booking-item-review-person-avatar {
	display: table;
	margin-bottom: 8px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s
}
.booking-item-reviews>li .booking-item-review-person-avatar:hover {
	-webkit-box-shadow: 0 0 0 2px #ED8323;
	box-shadow: 0 0 0 2px #ED8323
}
.booking-item-reviews>li .booking-item-review-person-avatar>img {
	max-width: 70px
}
.booking-item-reviews>li .booking-item-review-person-name {
	margin-bottom: 5px;
	color: #ED8323
}
.booking-item-reviews>li .booking-item-review-person-loc {
	margin-bottom: 5px;
	font-size: 11px
}
.booking-item-reviews>li .booking-item-review-content {
	padding: 15px 17px;
	border: 1px solid #e6e6e6;
	border-radius: .3rem!important;
	position: relative;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s
}
.booking-item-reviews>li .booking-item-review-content:before {
	z-index: 2;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-right: 20px solid #ededed;
	border-bottom: 15px solid transparent;
	left: -20px;
	top: 14px
}
.booking-item-reviews>li .booking-item-review-content>h5 {
	margin-bottom: 0
}
.booking-item-reviews>li .booking-item-review-content .booking-item-raiting-summary-list>li>div.booking-item-raiting-list-title {
	width: 75px
}
.booking-item-reviews>li .booking-item-review-content .booking-item-raiting-summary-list>li .booking-item-rating-stars {
	margin-bottom: 0
}
.booking-item-reviews>li .booking-item-review-content .booking-item-review-more, .booking-item-reviews>li .booking-item-review-content .booking-item-review-more-content {
	display: none;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s
}
.booking-item-reviews>li .booking-item-review-content .booking-item-review-expand {
	position: relative;
	height: 30px;
	cursor: pointer
}
.booking-item-reviews>li .booking-item-review-content .booking-item-review-expand span {
	color: #ED8323;
	line-height: 30px;
	height: 30px;
	display: block;
	position: absolute;
	font-size: 14px
}
.booking-item-reviews>li .booking-item-review-content .booking-item-review-expand span.booking-item-review-expand-less {
	display: none
}
.booking-item-reviews>li .booking-item-review-content.expanded .booking-item-review-more {
	display: inline
}
.booking-item-reviews>li .booking-item-review-content.expanded .booking-item-review-more-content {
	display: block
}
.booking-item-reviews>li .booking-item-review-content.expanded .booking-item-review-expand span.booking-item-review-expand-less {
	display: block
}
.booking-item-reviews>li .booking-item-review-content.expanded .booking-item-review-expand span.booking-item-review-expand-more {
	display: none
}
.booking-item-reviews>li .booking-item-raiting-summary-list {
	margin-bottom: 10px
}
.booking-item-reviews>li .booking-item-rating-stars {
	font-size: 14px;
	color: #ED8323;
	margin-bottom: 5px
}
.booking-item-reviews>li .booking-item-review-rate {
	line-height: 30px;
	font-size: 12px;
	margin-bottom: 0
}
.booking-item-reviews>li .booking-item-review-rate .fa {
	margin-left: 7px
}
.booking-item-raiting-summary-list.stats-list-select>li .booking-item-rating-stars {
	color: #b3b3b3
}
.booking-item-raiting-summary-list.stats-list-select>li .booking-item-rating-stars>li {
	cursor: pointer;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s
}
.booking-item-raiting-summary-list.stats-list-select>li .booking-item-rating-stars>li.hovered {
	color: gray
}
.booking-item-raiting-summary-list.stats-list-select>li .booking-item-rating-stars>li.selected {
	color: #ED8323
}
.booking-item-deails-date-location {
	padding: 15px 17px;
	background: #f7f7f7;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ED8323
}
.booking-item-deails-date-location>ul {
	font-size: 12px;
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0
}
.booking-item-deails-date-location>ul>li {
	margin-bottom: 15px
}
.booking-item-deails-date-location>ul>li p {
	margin-bottom: 5px
}
.booking-item-deails-date-location>ul>li p>i {
	margin-right: 7px;
	height: 23px;
	width: 23px;
	line-height: 23px;
	font-size: 11px
}
.booking-item-deails-date-location>ul>li h5 {
	font-size: 14px;
	margin-bottom: 5px;
	color: #515151
}
.booking-item-default {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 15px 20px;
	border: 1px solid #D7D7D7;
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,.15);
	box-shadow: 0 2px 1px rgba(0,0,0,.15);
	background-color: #F9F9F9
}
.booking-item-dates-change {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 15px 20px;
	border: 1px solid #ED8323;
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,.15);
	box-shadow: 0 2px 1px rgba(0,0,0,.15)
}
.booking-item-details .booking-item-header {
	margin-bottom: 20px;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #f2f2f2
}
.booking-item-details .booking-item-header-price {
	font-size: 19px;
	text-align: right;
	line-height: 1em
}
.booking-item-details .booking-item-header-price .text-lg {
	font-size: 42px;
	line-height: 1em
}
.booking-item-details .booking-item-header-price small {
	font-size: 13px
}
.booking-details-tabbable .nav>li>a>.fa {
	margin-right: 5px;
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	font-size: 13px;
	position: relative;
	top: -1px
}
.booking-details-tabbable .nav>li.active>a>.fa {
	opacity: 1;
	-ms-filter: none;
	filter: none
}
.irs {
	position: relative;
	display: block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
.irs-line {
	position: relative;
	display: block;
	overflow: hidden;
	outline: none !important;
}
.irs-bar {
	position: absolute;
	display: block;
	left: 0;
	width: 0;
}
.irs-shadow {
	position: absolute;
	display: none;
	left: 0;
	width: 0;
}
.irs-handle {
	position: absolute;
	display: block;
	box-sizing: border-box;
	cursor: default;
	z-index: 1;
}
.irs-handle.type_last {
	z-index: 2;
}
.irs-min, .irs-max {
	position: absolute;
	display: block;
	cursor: default;
}
.irs-min {
	left: 0;
}
.irs-max {
	right: 0;
}
.irs-from, .irs-to, .irs-single {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	cursor: default;
	white-space: nowrap;
}
.irs-grid {
	position: absolute;
	display: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
}
.irs-with-grid .irs-grid {
	display: block;
}
.irs-grid-pol {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 8px;
	background: #000;
}
.irs-grid-pol.small {
	height: 4px;
}
.irs-grid-text {
	position: absolute;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	text-align: center;
	font-size: 9px;
	line-height: 9px;
	padding: 0 3px;
	color: #000;
}
.irs-disable-mask {
	position: absolute;
	display: block;
	top: 0;
	left: -1%;
	width: 102%;
	height: 100%;
	cursor: default;
	background: rgba(0, 0, 0, 0);
	z-index: 2;
}
.lt-ie9 .irs-disable-mask {
	background: #000;
	filter: alpha(opacity=0);
	cursor: not-allowed;
}
.irs-disabled {
	opacity: 0.4;
}
.irs-hidden-input {
	position: absolute !important;
	display: block !important;
	top: 0 !important;
	left: 0 !important;
	width: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
	outline: none !important;
	z-index: -9999 !important;
	background: none !important;
	border-style: solid !important;
	border-color: transparent !important;
}
.irs--flat {
	height: 40px;
}
.irs--flat.irs-with-grid {
	height: 60px;
}
.irs--flat .irs-line {
	top: 25px;
	height: 12px;
	background-color: #e1e4e9;
	border-radius: 4px;
}
.irs--flat .irs-bar {
	top: 25px;
	height: 12px;
	background-color: #ed5565;
}
.irs--flat .irs-bar--single {
	border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
	height: 1px;
	bottom: 16px;
	background-color: #e1e4e9;
}
.irs--flat .irs-handle {
	top: 22px;
	width: 16px;
	height: 18px;
	background-color: transparent;
}
.irs--flat .irs-handle > i:first-child {
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	margin-left: -1px;
	background-color: #da4453;
}
.irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child {
	background-color: #a43540;
}
.irs--flat .irs-min, .irs--flat .irs-max {
	top: 0;
	padding: 1px 3px;
	color: #999;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	background-color: #e1e4e9;
	border-radius: 4px;
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
	color: white;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	background-color: #ed5565;
	border-radius: 4px;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
	position: absolute;
	display: block;
	content: "";
	bottom: -6px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -3px;
	overflow: hidden;
	border: 3px solid transparent;
	border-top-color: #ed5565;
}
.irs--flat .irs-grid-pol {
	background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
	color: #999;
}
.irs--big {
	height: 55px;
}
.irs--big.irs-with-grid {
	height: 70px;
}
.irs--big .irs-line {
	top: 33px;
	height: 12px;
	background-color: white;
	background: linear-gradient(to bottom, #ddd -50%, white 150%);
	border: 1px solid #ccc;
	border-radius: 12px;
}
.irs--big .irs-bar {
	top: 33px;
	height: 12px;
	background-color: #92bce0;
	border: 1px solid #428bca;
	background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
	box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.irs--big .irs-bar--single {
	border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
	height: 1px;
	bottom: 16px;
	background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
	top: 25px;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	background-color: #cbcfd5;
	background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
	border-radius: 30px;
}
.irs--big .irs-handle.state_hover, .irs--big .irs-handle:hover {
	border-color: rgba(0, 0, 0, 0.45);
	background-color: #939ba7;
	background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}
.irs--big .irs-min, .irs--big .irs-max {
	top: 0;
	padding: 1px 5px;
	color: white;
	text-shadow: none;
	background-color: #9f9f9f;
	border-radius: 3px;
}
.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
	color: white;
	text-shadow: none;
	padding: 1px 5px;
	background-color: #428bca;
	background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
	border-radius: 3px;
}
.irs--big .irs-grid-pol {
	background-color: #428bca;
}
.irs--big .irs-grid-text {
	color: #428bca;
}
.irs--modern {
	height: 55px;
}
.irs--modern.irs-with-grid {
	height: 55px;
}
.irs--modern .irs-line {
	top: 25px;
	height: 5px;
	background-color: #d1d6e0;
	background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
	border: 1px solid #a3adc1;
	border-bottom-width: 0;
	border-radius: 5px;
}
.irs--modern .irs-bar {
	top: 25px;
	height: 5px;
	background: #20b426;
	background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}
.irs--modern .irs-bar--single {
	border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
	height: 1px;
	bottom: 21px;
	background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
	top: 37px;
	width: 12px;
	height: 13px;
	border: 1px solid #a3adc1;
	border-top-width: 0;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(1) {
	position: absolute;
	display: block;
	top: -4px;
	left: 1px;
	width: 6px;
	height: 6px;
	border: 1px solid #a3adc1;
	background: white;
	transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
	position: absolute;
	display: block;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 10px;
	height: 12px;
	background: #e9e6e6;
	background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
	border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(3) {
	position: absolute;
	display: block;
	box-sizing: border-box;
	top: 3px;
	left: 3px;
	width: 4px;
	height: 5px;
	border-left: 1px solid #a3adc1;
	border-right: 1px solid #a3adc1;
}
.irs--modern .irs-handle.state_hover, .irs--modern .irs-handle:hover {
	border-color: #7685a2;
	background: #c3c7cd;
	background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}
.irs--modern .irs-handle.state_hover > i:nth-child(1), .irs--modern .irs-handle:hover > i:nth-child(1) {
	border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover > i:nth-child(3), .irs--modern .irs-handle:hover > i:nth-child(3) {
	border-color: #48536a;
}
.irs--modern .irs-min, .irs--modern .irs-max {
	top: 0;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	color: white;
	background-color: #d1d6e0;
	border-radius: 5px;
}
.irs--modern .irs-from, .irs--modern .irs-to, .irs--modern .irs-single {
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	background-color: #20b426;
	color: white;
	border-radius: 5px;
}
.irs--modern .irs-from:before, .irs--modern .irs-to:before, .irs--modern .irs-single:before {
	position: absolute;
	display: block;
	content: "";
	bottom: -6px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -3px;
	overflow: hidden;
	border: 3px solid transparent;
	border-top-color: #20b426;
}
.irs--modern .irs-grid {
	height: 25px;
}
.irs--modern .irs-grid-pol {
	background-color: #dedede;
}
.irs--modern .irs-grid-text {
	color: silver;
	font-size: 13px;
}
.irs--sharp {
	height: 50px;
	font-size: 12px;
	line-height: 1;
}
.irs--sharp.irs-with-grid {
	height: 57px;
}
.irs--sharp .irs-line {
	top: 30px;
	height: 2px;
	background-color: black;
	border-radius: 2px;
}
.irs--sharp .irs-bar {
	top: 30px;
	height: 2px;
	background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
	border-radius: 2px 0 0 2px;
}
.irs--sharp .irs-shadow {
	height: 1px;
	bottom: 21px;
	background-color: rgba(0, 0, 0, 0.5);
}
.irs--sharp .irs-handle {
	top: 25px;
	width: 10px;
	height: 10px;
	background-color: #a804b2;
}
.irs--sharp .irs-handle > i:first-child {
	position: absolute;
	display: block;
	top: 100%;
	left: 0;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover, .irs--sharp .irs-handle:hover {
	background-color: black;
}
.irs--sharp .irs-handle.state_hover > i:first-child, .irs--sharp .irs-handle:hover > i:first-child {
	border-top-color: black;
}
.irs--sharp .irs-min, .irs--sharp .irs-max {
	color: white;
	font-size: 14px;
	line-height: 1;
	top: 0;
	padding: 3px 4px;
	opacity: 0.4;
	background-color: #a804b2;
	border-radius: 2px;
}
.irs--sharp .irs-from, .irs--sharp .irs-to, .irs--sharp .irs-single {
	font-size: 14px;
	line-height: 1;
	text-shadow: none;
	padding: 3px 4px;
	background-color: #a804b2;
	color: white;
	border-radius: 2px;
}
.irs--sharp .irs-from:before, .irs--sharp .irs-to:before, .irs--sharp .irs-single:before {
	position: absolute;
	display: block;
	content: "";
	bottom: -6px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -3px;
	overflow: hidden;
	border: 3px solid transparent;
	border-top-color: #a804b2;
}
.irs--sharp .irs-grid {
	height: 25px;
}
.irs--sharp .irs-grid-pol {
	background-color: #dedede;
}
.irs--sharp .irs-grid-text {
	color: silver;
	font-size: 13px;
}
.irs--round {
	height: 50px;
}
.irs--round.irs-with-grid {
	height: 65px;
}
.irs--round .irs-line {
	top: 36px;
	height: 4px;
	background-color: #dee4ec;
	border-radius: 4px;
}
.irs--round .irs-bar {
	top: 36px;
	height: 4px;
	background-color: #006cfa;
}
.irs--round .irs-bar--single {
	border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
	height: 4px;
	bottom: 21px;
	background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
	top: 26px;
	width: 24px;
	height: 24px;
	border: 4px solid #006cfa;
	background-color: white;
	border-radius: 24px;
	box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}
.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
	background-color: #f0f6ff;
}
.irs--round .irs-min, .irs--round .irs-max {
	color: #333;
	font-size: 14px;
	line-height: 1;
	top: 0;
	padding: 3px 5px;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
	font-size: 14px;
	line-height: 1;
	text-shadow: none;
	padding: 3px 5px;
	background-color: #006cfa;
	color: white;
	border-radius: 4px;
}
.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
	position: absolute;
	display: block;
	content: "";
	bottom: -6px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -3px;
	overflow: hidden;
	border: 3px solid transparent;
	border-top-color: #006cfa;
}
.irs--round .irs-grid {
	height: 25px;
}
.irs--round .irs-grid-pol {
	background-color: #dedede;
}
.irs--round .irs-grid-text {
	color: silver;
	font-size: 13px;
}
.irs--square {
	height: 50px;
}
.irs--square.irs-with-grid {
	height: 60px;
}
.irs--square .irs-line {
	top: 31px;
	height: 4px;
	background-color: #dedede;
}
.irs--square .irs-bar {
	top: 31px;
	height: 4px;
	background-color: black;
}
.irs--square .irs-shadow {
	height: 2px;
	bottom: 21px;
	background-color: #dedede;
}
.irs--square .irs-handle {
	top: 25px;
	width: 16px;
	height: 16px;
	border: 3px solid black;
	background-color: white;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.irs--square .irs-handle.state_hover, .irs--square .irs-handle:hover {
	background-color: #f0f6ff;
}
.irs--square .irs-min, .irs--square .irs-max {
	color: #333;
	font-size: 14px;
	line-height: 1;
	top: 0;
	padding: 3px 5px;
	background-color: rgba(0, 0, 0, 0.1);
}
.irs--square .irs-from, .irs--square .irs-to, .irs--square .irs-single {
	font-size: 14px;
	line-height: 1;
	text-shadow: none;
	padding: 3px 5px;
	background-color: black;
	color: white;
}
.irs--square .irs-grid {
	height: 25px;
}
.irs--square .irs-grid-pol {
	background-color: #dedede;
}
.irs--square .irs-grid-text {
	color: silver;
	font-size: 11px;
}
/* CUSTOM CHECKBOXES */
.checkcontainer {
	display: block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Hide the browser's default checkbox */
.checkcontainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
}
/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark {
	background-color: #e9e9e9;
}
/* When the checkbox is checked, add a orange background */
.checkcontainer input:checked ~ .checkmark {
	background-color: #ED8323;
	border: 1px solid #ED8323;
	height: 22px;
	width: 22px;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
	display: block;
}
/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
	left: 6px;
	top: 3px;
	width: 8px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	font-size: 14px;
}
/* custom */
.radiocontainer {
	display: block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Hide the browser's default radio button */
.radiocontainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
/* Create a custom radio button */
.radiomark {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.radiocontainer:hover input ~ .radiomark {
	background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.radiocontainer input:checked ~ .radiomark {
	background-color: #ED8323;
	border: 1px solid #ED8323;
	height: 22px;
	width: 22px;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.radiomark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the indicator (dot/circle) when checked */
.radiocontainer input:checked ~ .radiomark:after {
	display: block;
}
/* Style the indicator (dot/circle) */
.radiocontainer .radiomark:after {
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
}
.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__html, .fotorama__img, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0
}
.fotorama--fullscreen, .fotorama__img {
	max-width: 99999px!important;
	max-height: 99999px!important;
	min-width: 0!important;
	min-height: 0!important;
	border-radius: 0!important;
	box-shadow: none!important;
	padding: 0!important
}
.fotorama__wrap .fotorama__grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}
.fotorama__grabbing * {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}
.fotorama__spinner {
	position: absolute!important;
	top: 50%!important;
	left: 50%!important
}
.fotorama__wrap--css3 .fotorama__arr, .fotorama__wrap--css3 .fotorama__fullscreen-icon, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border, .fotorama__wrap--css3 .fotorama__video-close, .fotorama__wrap--css3 .fotorama__video-play {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.fotorama__caption, .fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before, .fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__nav, .fotorama__wrap--css3 .fotorama__spinner, .fotorama__wrap--css3 .fotorama__stage, .fotorama__wrap--css3 .fotorama__stage .fotorama__img, .fotorama__wrap--css3 .fotorama__stage__frame {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.fotorama__arr:focus, .fotorama__fullscreen-icon:focus, .fotorama__nav__frame {
	outline: 0
}
.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after {
	content: '';
	border-radius: inherit;
	background-color: rgba(0,175,234,.5)
}
.fotorama__wrap--video .fotorama__stage, .fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage__shaft {
	-webkit-transform: none!important;
	transform: none!important
}
.fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border {
	transition-property: -webkit-transform, width;
	transition-property: transform, width;
	transition-timing-function: cubic-bezier(0.1, 0, .25, 1);
	transition-duration: 0ms
}
.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__no-select, .fotorama__video-close, .fotorama__video-play, .fotorama__wrap {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.fotorama__select {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text
}
.fotorama__nav, .fotorama__nav__frame {
	margin: auto;
	padding: 0
}
.fotorama__caption__wrap, .fotorama__nav__frame, .fotorama__nav__shaft {
	-moz-box-orient: vertical;
	-webkit-box-orient:vertical;
	display: inline-block;
	vertical-align: middle;
*display:inline;
	transform: scale(1); /* Standard Property */
	transform-origin: 0 0;  /* Standard Property */
}
.fotorama__nav__frame, .fotorama__thumb-border {
	box-sizing: content-box
}
.fotorama__caption__wrap {
	box-sizing: border-box
}
.fotorama--hidden, .fotorama__load {
	position: absolute;
	left: -99999px;
	top: -99999px;
	z-index: -1
}
.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__nav, .fotorama__nav__frame, .fotorama__nav__shaft, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video-close, .fotorama__video-play {
	-webkit-tap-highlight-color: transparent
}
.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
	background: url(../images/fotorama.png) no-repeat
}
@media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:2dppx) {
.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
background:url(../images/fotorama@2x.png) 0 0/96px 160px no-repeat
}
}
.fotorama__thumb {
	background-color: #7f7f7f;
	background-color: rgba(127,127,127,.2)
}
@media print {
.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__thumb-border, .fotorama__video-close, .fotorama__video-play {
	background: none!important
}
}
.fotorama {
	min-width: 1px;
	overflow: hidden
}
.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child) {
	display: none
}
.fullscreen {
	width: 100%!important;
	height: 100%!important;
	max-width: 100%!important;
	max-height: 100%!important;
	margin: 0!important;
	padding: 0!important;
	overflow: hidden!important;
	background: #000
}
.fotorama--fullscreen {
	position: absolute!important;
	top: 0!important;
	left: 0!important;
	right: 0!important;
	bottom: 0!important;
	float: none!important;
	z-index: 2147483647!important;
	background: #000;
	width: 100%!important;
	height: 100%!important;
	margin: 0!important
}
.fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {
	background: #000
}
.fotorama__wrap {
	-webkit-text-size-adjust: 100%;
	position: relative;
	direction: ltr;
	z-index: 0
}
.fotorama__wrap--rtl .fotorama__stage__frame {
	direction: rtl
}
.fotorama__nav, .fotorama__stage {
	overflow: hidden;
	position: relative;
	max-width: 100%
}
.fotorama__wrap--pan-y {
	-ms-touch-action: pan-y
}
.fotorama__wrap .fotorama__pointer {
	cursor: pointer
}
.fotorama__wrap--slide .fotorama__stage__frame {
	opacity: 1!important
}
.fotorama__stage__frame {
	overflow: hidden
}
.fotorama__stage__frame.fotorama__active {
	z-index: 8
}
.fotorama__wrap--fade .fotorama__stage__frame {
	display: none
}
.fotorama__wrap--fade .fotorama__fade-front, .fotorama__wrap--fade .fotorama__fade-rear, .fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
	display: block;
	left: 0;
	top: 0
}
.fotorama__wrap--fade .fotorama__fade-front {
	z-index: 8
}
.fotorama__wrap--fade .fotorama__fade-rear {
	z-index: 7
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
	z-index: 9
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
	display: none
}
.fotorama__img {
	-ms-filter: "alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	border: none!important
}
.fotorama__error .fotorama__img, .fotorama__loaded .fotorama__img {
	-ms-filter: "alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img, .fotorama__img--full {
	display: none
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
	display: block
}
.fotorama__wrap--only-active .fotorama__nav, .fotorama__wrap--only-active .fotorama__stage {
	max-width: 99999px!important
}
.fotorama__wrap--only-active .fotorama__stage__frame {
	visibility: hidden
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
	visibility: visible
}
.fotorama__nav {
	font-size: 0;
	line-height: 0;
	text-align: center;
	display: none;
	white-space: nowrap;
	z-index: 5
}
.fotorama__nav__shaft {
	position: relative;
	left: 0;
	top: 0;
	text-align: left
}
.fotorama__nav__frame {
	position: relative;
	cursor: pointer
}
.fotorama__nav--dots {
	display: block
}
.fotorama__nav--dots .fotorama__nav__frame {
	width: 18px;
	height: 30px
}
.fotorama__nav--dots .fotorama__nav__frame--thumb, .fotorama__nav--dots .fotorama__thumb-border {
	display: none
}
.fotorama__nav--thumbs {
	display: block
}
.fotorama__nav--thumbs .fotorama__nav__frame {
	padding-left: 0!important
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
	padding-right: 0!important
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
	display: none
}
.fotorama__dot {
	display: block;
	width: 4px;
	height: 4px;
	position: relative;
	top: 12px;
	left: 6px;
	border-radius: 6px;
	border: 1px solid #7f7f7f
}
.fotorama__nav__frame:focus .fotorama__dot:after {
	padding: 1px;
	top: -1px;
	left: -1px
}
.fotorama__nav__frame.fotorama__active .fotorama__dot {
	width: 0;
	height: 0;
	border-width: 3px
}
.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
	padding: 3px;
	top: -3px;
	left: -3px
}
.fotorama__thumb {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%
}
.fotorama__nav__frame:focus .fotorama__thumb {
	z-index: 2
}
.fotorama__thumb-border {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	border-style: solid;
	border-color: #00afea;
	background-image: linear-gradient(to bottom right, rgba(255,255,255,.25), rgba(64,64,64,.1))
}
.fotorama__caption {
	position: absolute;
	z-index: 12;
	bottom: 0;
	left: 0;
	right: 0;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #000
}
.fotorama__caption a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid;
	border-color: rgba(0,0,0,.5)
}
.fotorama__caption a:hover {
	color: #333;
	border-color: rgba(51,51,51,.5)
}
.fotorama__wrap--rtl .fotorama__caption {
	left: auto;
	right: 0
}
.fotorama__wrap--no-captions .fotorama__caption, .fotorama__wrap--video .fotorama__caption {
	display: none
}
.fotorama__caption__wrap {
	background-color: #fff;
	background-color: rgba(255,255,255,.9);
	padding: 5px 10px
}
@-webkit-keyframes spinner {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes spinner {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
.fotorama__wrap--css3 .fotorama__spinner {
	-webkit-animation: spinner 24s infinite linear;
	animation: spinner 24s infinite linear
}
.fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
	transition-property: opacity;
	transition-timing-function: linear;
	transition-duration: .3s
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
	-ms-filter: "alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0
}
.fotorama__select {
	cursor: auto
}
.fotorama__video {
	top: 32px;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 10
}
@-moz-document url-prefix() {
.fotorama__active {
box-shadow:0 0 0 transparent
}
}
.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
	position: absolute;
	z-index: 11;
	cursor: pointer
}
.fotorama__arr {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 20px;
	height: 32px;
	margin: -16px 10px 0 10px;
	background: rgba(0,0,0,0.4);
	position: absolute;
	text-align: center;
	top: 50%;
	width: 32px;
}
.fotorama__arr--prev {
	left: 2px;
	background-position: 0 0
}
.fotorama__arr--next {
	right: 2px;
	background-position: -32px 0
}
.fotorama__arr--disabled {
	pointer-events: none;
	cursor: default;
*display:none;
	opacity: .1
}
.fotorama__fullscreen-icon {
	line-height: 32px;
	color: #fff;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: rgba(0,0,0,0.2);
	text-align: center;
	margin: 10px;
	width: 32px;
	height: 32px;
	top: 2px;
	right: 2px;
	background-position: 0 -32px;
	z-index: 20;
}
.fotorama__arr:focus, .fotorama__fullscreen-icon:focus {
	border-radius: 50%
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
	background-position: -32px -32px
}
/*!
 * icon my modifications
 */
.fotorama__arr:before, .fotorama__fullscreen-icon:before, .fotorama__video-close:before, .fotorama__video-play:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.fotorama__arr:hover {
	background: rgba(0,0,0,0.6);
}
.fotorama__arr--prev:before {
	content: "\f053";
}
.fotorama__arr--next {
	right: 0;
}
.fotorama__arr--next:before {
	content: "\f054";
}
.fotorama__arr--disabled {
	pointer-events: none;
	cursor: default;
 *display: none;
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
}
.fotorama__fullscreen-icon:hover {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}
.fotorama__fullscreen-icon:before {
	content: "\f065";
}
.fotorama--fullscreen .fotorama__fullscreen-icon:before {
	content: "\f066";
}
/*!
 * icon my modifications
 */ 
.fotorama__video-play {
	width: 96px;
	height: 96px;
	left: 50%;
	top: 50%;
	margin-left: -48px;
	margin-top: -48px;
	background-position: 0 -64px;
	opacity: 0
}
.fotorama__wrap--css2 .fotorama__video-play, .fotorama__wrap--video .fotorama__stage .fotorama__video-play {
	display: none
}
.fotorama__error .fotorama__video-play, .fotorama__loaded .fotorama__video-play, .fotorama__nav__frame .fotorama__video-play {
	opacity: 1;
	display: block
}
.fotorama__nav__frame .fotorama__video-play {
	width: 32px;
	height: 32px;
	margin-left: -16px;
	margin-top: -16px;
	background-position: -64px -32px
}
.fotorama__video-close {
	width: 32px;
	height: 32px;
	top: 0;
	right: 0;
	background-position: -64px 0;
	z-index: 20;
	opacity: 0
}
.fotorama__wrap--css2 .fotorama__video-close {
	display: none
}
.fotorama__wrap--css3 .fotorama__video-close {
	-webkit-transform: translate3d(32px, -32px, 0);
	transform: translate3d(32px, -32px, 0)
}
.fotorama__wrap--video .fotorama__video-close {
	display: block;
	opacity: 1
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
	opacity: 0
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
	opacity: 1
}
.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--video .fotorama__fullscreen-icon {
	opacity: 0!important
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
	display: none
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
	display: block
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
	display: none!important
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
	-webkit-transform: translate3d(32px, -32px, 0);
	transform: translate3d(32px, -32px, 0)
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
	-webkit-transform: translate3d(-48px, 0, 0);
	transform: translate3d(-48px, 0, 0)
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
	-webkit-transform: translate3d(48px, 0, 0);
	transform: translate3d(48px, 0, 0)
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
	-webkit-transform: translate3d(32px, -32px, 0)!important;
	transform: translate3d(32px, -32px, 0)!important
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
	-webkit-transform: translate3d(-48px, 0, 0)!important;
	transform: translate3d(-48px, 0, 0)!important
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
	-webkit-transform: translate3d(48px, 0, 0)!important;
	transform: translate3d(48px, 0, 0)!important
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus), .fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus), .fotorama__wrap--css3 .fotorama__video-close:not(:focus), .fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	transition-duration: .3s
}
.fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before {
	content: "";
	display: block;
	position: absolute;
	text-decoration: none;
	top: 0;
	bottom: 0;
	width: 10px;
	height: auto;
	z-index: 10;
	pointer-events: none;
	background-repeat: no-repeat;
	background-size: 1px 100%, 5px 100%
}
.fotorama__nav:before, .fotorama__stage:before {
	background-image: linear-gradient(transparent, rgba(0,0,0,.2) 25%, rgba(0,0,0,.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0,0,0,.4), transparent);
	background-position: 0 0, 0 0;
	left: -10px
}
.fotorama__nav.fotorama__shadows--left:before, .fotorama__stage.fotorama__shadows--left:before {
	left: 0
}
.fotorama__nav:after, .fotorama__stage:after {
	background-image: linear-gradient(transparent, rgba(0,0,0,.2) 25%, rgba(0,0,0,.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,.4), transparent);
	background-position: 100% 0, 100% 0;
	right: -10px
}
.fotorama__nav.fotorama__shadows--right:after, .fotorama__stage.fotorama__shadows--right:after {
	right: 0
}
.fotorama--fullscreen .fotorama__nav:after, .fotorama--fullscreen .fotorama__nav:before, .fotorama--fullscreen .fotorama__stage:after, .fotorama--fullscreen .fotorama__stage:before, .fotorama__wrap--fade .fotorama__stage:after, .fotorama__wrap--fade .fotorama__stage:before, .fotorama__wrap--no-shadows .fotorama__nav:after, .fotorama__wrap--no-shadows .fotorama__nav:before, .fotorama__wrap--no-shadows .fotorama__stage:after, .fotorama__wrap--no-shadows .fotorama__stage:before {
	display: none
}
#jq-dropdown-6 {
	max-width: 380px;
	width: 100%;
	margin-right: 25px;
}
@media (max-width:767.98px) {
#jq-dropdown-6 {
	max-width: 275px;
}
}
.jq-dropdown {
	position: absolute;
	z-index: 1039;
	display: none;
}
.jq-dropdown .jq-dropdown-menu, .jq-dropdown .jq-dropdown-panel {
	width: 100%;
	list-style: none;
	background: white;
	border: 1px solid #ed8323;
	border-radius: 4px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	overflow: visible;
	padding: 4px 0;
	margin: 0;
}
.jq-dropdown .jq-dropdown-panel {
	padding: 10px;
}
.jq-dropdown.jq-dropdown-tip {
	margin-top: 8px;
}
.jq-dropdown.jq-dropdown-tip:before {
	position: absolute;
	top: -6px;
	left: 9px;
	content: "";
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ed8323;
	display: inline-block;
}
.jq-dropdown.jq-dropdown-tip:after {
	position: absolute;
	top: -5px;
	left: 10px;
	content: "";
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	display: inline-block;
}
.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:before {
	left: auto;
	right: 9px;
}
.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:after {
	left: auto;
	right: 10px;
}
.jq-dropdown.jq-dropdown-scroll .jq-dropdown-menu, .jq-dropdown.jq-dropdown-scroll .jq-dropdown-panel {
	max-height: 180px;
	overflow: auto;
}
/*.jq-dropdown .jq-dropdown-menu li {
	list-style: none;
	padding: 0 0;
	text-indent: 0;
	margin: 0;
	line-height: 18px;
}
.jq-dropdown .jq-dropdown-menu li > a, .jq-dropdown .jq-dropdown-menu label {
	display: block;
	color: inherit;
	text-decoration: none;
	line-height: 18px;
	padding: 3px 15px;
	margin: 0;
	white-space: nowrap;
}
*/
.jq-dropdown .jq-dropdown-menu li > a:hover, .jq-dropdown .jq-dropdown-menu label:hover {
	background-color: #f2f2f2;
	color: inherit;
	cursor: pointer;
}
.jq-dropdown .jq-dropdown-menu .jq-dropdown-divider {
	font-size: 1px;
	border-top: solid 1px #e5e5e5;
	padding: 0;
	margin: 5px 0;
}
.ui-helper-hidden {
	display: none
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse
}
.ui-helper-clearfix:after {
	clear: both
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0)
}
.ui-front {
	z-index: 100
}
.ui-state-disabled {
	cursor: default!important;
	pointer-events: none
}
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat
}
.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block
}
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
	z-index: 9999999!important
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
	top: 1px
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px
}
.ui-datepicker .ui-datepicker-next {
	right: 2px
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 45%
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0
}
.ui-datepicker td {
	border: 0;
	padding: 1px
}
.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left
}
.ui-datepicker.ui-datepicker-multi {
	width: auto
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0
}
.ui-datepicker-rtl {
	direction: rtl
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
	float: right
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px
}
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em
}
.ui-widget {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.1em
}
.ui-widget .ui-widget {
	font-size: 1em
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 1em
}
.ui-widget.ui-widget-content {
	border: 1px solid #ccc
}
.ui-widget-content {
	border: 1px solid #ddd;
	background: #eee url("../images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
	color: #333
}
.ui-widget-content a {
	color: #333
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828 url("../images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
	color: #fff;
	font-weight: bold
}
.ui-widget-header a {
	color: #fff
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: 1px solid #ccc;
	background: #f6f6f6 url("../images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
	color: #1c94c4;
	text-decoration: none
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
	border: 1px solid #fbcb09;
	background: #fdf5ce url("../images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405
}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
	color: #c77405;
	text-decoration: none
}
.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94,158,214)
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: 1px solid #fbd850;
	background: #fff url("../images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #eb8f00
}
.ui-icon-background, .ui-state-active .ui-icon-background {
	border: #fbd850;
	background-color: #eb8f00
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url("../images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
	color: #363636
}
.ui-state-checked {
	border: 1px solid #fed22f;
	background: #ffe45c
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
	color: #363636
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url("../images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
	color: #fff
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
	color: #fff
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
	color: #fff
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
	font-weight: bold
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none
}
.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35)
}
.ui-icon {
	width: 16px;
	height: 16px
}
.ui-icon, .ui-widget-content .ui-icon {
	background-image: url("../images/ui-icons_222222_256x240.png")
}
.ui-widget-header .ui-icon {
	background-image: url("../images/ui-icons_ffffff_256x240.png")
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
	background-image: url("../images/ui-icons_ef8c08_256x240.png")
}
.ui-state-active .ui-icon, .ui-button:active .ui-icon {
	background-image: url("../images/ui-icons_ef8c08_256x240.png")
}
.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
	background-image: url("../images/ui-icons_228ef1_256x240.png")
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
	background-image: url("../images/ui-icons_ffd27a_256x240.png")
}
.ui-button .ui-icon {
	background-image: url("../images/ui-icons_ef8c08_256x240.png")
}
.ui-icon-blank {
	background-position: 16px 16px
}
.ui-icon-caret-1-n {
	background-position: 0 0
}
.ui-icon-caret-1-ne {
	background-position: -16px 0
}
.ui-icon-caret-1-e {
	background-position: -32px 0
}
.ui-icon-caret-1-se {
	background-position: -48px 0
}
.ui-icon-caret-1-s {
	background-position: -65px 0
}
.ui-icon-caret-1-sw {
	background-position: -80px 0
}
.ui-icon-caret-1-w {
	background-position: -96px 0
}
.ui-icon-caret-1-nw {
	background-position: -112px 0
}
.ui-icon-caret-2-n-s {
	background-position: -128px 0
}
.ui-icon-caret-2-e-w {
	background-position: -144px 0
}
.ui-icon-triangle-1-n {
	background-position: 0 -16px
}
.ui-icon-triangle-1-ne {
	background-position: -16px -16px
}
.ui-icon-triangle-1-e {
	background-position: -32px -16px
}
.ui-icon-triangle-1-se {
	background-position: -48px -16px
}
.ui-icon-triangle-1-s {
	background-position: -65px -16px
}
.ui-icon-triangle-1-sw {
	background-position: -80px -16px
}
.ui-icon-triangle-1-w {
	background-position: -96px -16px
}
.ui-icon-triangle-1-nw {
	background-position: -112px -16px
}
.ui-icon-triangle-2-n-s {
	background-position: -128px -16px
}
.ui-icon-triangle-2-e-w {
	background-position: -144px -16px
}
.ui-icon-arrow-1-n {
	background-position: 0 -32px
}
.ui-icon-arrow-1-ne {
	background-position: -16px -32px
}
.ui-icon-arrow-1-e {
	background-position: -32px -32px
}
.ui-icon-arrow-1-se {
	background-position: -48px -32px
}
.ui-icon-arrow-1-s {
	background-position: -65px -32px
}
.ui-icon-arrow-1-sw {
	background-position: -80px -32px
}
.ui-icon-arrow-1-w {
	background-position: -96px -32px
}
.ui-icon-arrow-1-nw {
	background-position: -112px -32px
}
.ui-icon-arrow-2-n-s {
	background-position: -128px -32px
}
.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px
}
.ui-icon-arrow-2-e-w {
	background-position: -160px -32px
}
.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px
}
.ui-icon-arrowstop-1-n {
	background-position: -192px -32px
}
.ui-icon-arrowstop-1-e {
	background-position: -208px -32px
}
.ui-icon-arrowstop-1-s {
	background-position: -224px -32px
}
.ui-icon-arrowstop-1-w {
	background-position: -240px -32px
}
.ui-icon-arrowthick-1-n {
	background-position: 1px -48px
}
.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px
}
.ui-icon-arrowthick-1-e {
	background-position: -32px -48px
}
.ui-icon-arrowthick-1-se {
	background-position: -48px -48px
}
.ui-icon-arrowthick-1-s {
	background-position: -64px -48px
}
.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px
}
.ui-icon-arrowthick-1-w {
	background-position: -96px -48px
}
.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px
}
.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px
}
.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px
}
.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px
}
.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px
}
.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px
}
.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px
}
.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px
}
.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px
}
.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px
}
.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px
}
.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px
}
.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px
}
.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px
}
.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px
}
.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px
}
.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px
}
.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px
}
.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px
}
.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px
}
.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px
}
.ui-icon-arrow-4 {
	background-position: 0 -80px
}
.ui-icon-arrow-4-diag {
	background-position: -16px -80px
}
.ui-icon-extlink {
	background-position: -32px -80px
}
.ui-icon-newwin {
	background-position: -48px -80px
}
.ui-icon-refresh {
	background-position: -64px -80px
}
.ui-icon-shuffle {
	background-position: -80px -80px
}
.ui-icon-transfer-e-w {
	background-position: -96px -80px
}
.ui-icon-transferthick-e-w {
	background-position: -112px -80px
}
.ui-icon-folder-collapsed {
	background-position: 0 -96px
}
.ui-icon-folder-open {
	background-position: -16px -96px
}
.ui-icon-document {
	background-position: -32px -96px
}
.ui-icon-document-b {
	background-position: -48px -96px
}
.ui-icon-note {
	background-position: -64px -96px
}
.ui-icon-mail-closed {
	background-position: -80px -96px
}
.ui-icon-mail-open {
	background-position: -96px -96px
}
.ui-icon-suitcase {
	background-position: -112px -96px
}
.ui-icon-comment {
	background-position: -128px -96px
}
.ui-icon-person {
	background-position: -144px -96px
}
.ui-icon-print {
	background-position: -160px -96px
}
.ui-icon-trash {
	background-position: -176px -96px
}
.ui-icon-locked {
	background-position: -192px -96px
}
.ui-icon-unlocked {
	background-position: -208px -96px
}
.ui-icon-bookmark {
	background-position: -224px -96px
}
.ui-icon-tag {
	background-position: -240px -96px
}
.ui-icon-home {
	background-position: 0 -112px
}
.ui-icon-flag {
	background-position: -16px -112px
}
.ui-icon-calendar {
	background-position: -32px -112px
}
.ui-icon-cart {
	background-position: -48px -112px
}
.ui-icon-pencil {
	background-position: -64px -112px
}
.ui-icon-clock {
	background-position: -80px -112px
}
.ui-icon-disk {
	background-position: -96px -112px
}
.ui-icon-calculator {
	background-position: -112px -112px
}
.ui-icon-zoomin {
	background-position: -128px -112px
}
.ui-icon-zoomout {
	background-position: -144px -112px
}
.ui-icon-search {
	background-position: -160px -112px
}
.ui-icon-wrench {
	background-position: -176px -112px
}
.ui-icon-gear {
	background-position: -192px -112px
}
.ui-icon-heart {
	background-position: -208px -112px
}
.ui-icon-star {
	background-position: -224px -112px
}
.ui-icon-link {
	background-position: -240px -112px
}
.ui-icon-cancel {
	background-position: 0 -128px
}
.ui-icon-plus {
	background-position: -16px -128px
}
.ui-icon-plusthick {
	background-position: -32px -128px
}
.ui-icon-minus {
	background-position: -48px -128px
}
.ui-icon-minusthick {
	background-position: -64px -128px
}
.ui-icon-close {
	background-position: -80px -128px
}
.ui-icon-closethick {
	background-position: -96px -128px
}
.ui-icon-key {
	background-position: -112px -128px
}
.ui-icon-lightbulb {
	background-position: -128px -128px
}
.ui-icon-scissors {
	background-position: -144px -128px
}
.ui-icon-clipboard {
	background-position: -160px -128px
}
.ui-icon-copy {
	background-position: -176px -128px
}
.ui-icon-contact {
	background-position: -192px -128px
}
.ui-icon-image {
	background-position: -208px -128px
}
.ui-icon-video {
	background-position: -224px -128px
}
.ui-icon-script {
	background-position: -240px -128px
}
.ui-icon-alert {
	background-position: 0 -144px
}
.ui-icon-info {
	background-position: -16px -144px
}
.ui-icon-notice {
	background-position: -32px -144px
}
.ui-icon-help {
	background-position: -48px -144px
}
.ui-icon-check {
	background-position: -64px -144px
}
.ui-icon-bullet {
	background-position: -80px -144px
}
.ui-icon-radio-on {
	background-position: -96px -144px
}
.ui-icon-radio-off {
	background-position: -112px -144px
}
.ui-icon-pin-w {
	background-position: -128px -144px
}
.ui-icon-pin-s {
	background-position: -144px -144px
}
.ui-icon-play {
	background-position: 0 -160px
}
.ui-icon-pause {
	background-position: -16px -160px
}
.ui-icon-seek-next {
	background-position: -32px -160px
}
.ui-icon-seek-prev {
	background-position: -48px -160px
}
.ui-icon-seek-end {
	background-position: -64px -160px
}
.ui-icon-seek-start {
	background-position: -80px -160px
}
.ui-icon-seek-first {
	background-position: -80px -160px
}
.ui-icon-stop {
	background-position: -96px -160px
}
.ui-icon-eject {
	background-position: -112px -160px
}
.ui-icon-volume-off {
	background-position: -128px -160px
}
.ui-icon-volume-on {
	background-position: -144px -160px
}
.ui-icon-power {
	background-position: 0 -176px
}
.ui-icon-signal-diag {
	background-position: -16px -176px
}
.ui-icon-signal {
	background-position: -32px -176px
}
.ui-icon-battery-0 {
	background-position: -48px -176px
}
.ui-icon-battery-1 {
	background-position: -64px -176px
}
.ui-icon-battery-2 {
	background-position: -80px -176px
}
.ui-icon-battery-3 {
	background-position: -96px -176px
}
.ui-icon-circle-plus {
	background-position: 0 -192px
}
.ui-icon-circle-minus {
	background-position: -16px -192px
}
.ui-icon-circle-close {
	background-position: -32px -192px
}
.ui-icon-circle-triangle-e {
	background-position: -48px -192px
}
.ui-icon-circle-triangle-s {
	background-position: -64px -192px
}
.ui-icon-circle-triangle-w {
	background-position: -80px -192px
}
.ui-icon-circle-triangle-n {
	background-position: -96px -192px
}
.ui-icon-circle-arrow-e {
	background-position: -112px -192px
}
.ui-icon-circle-arrow-s {
	background-position: -128px -192px
}
.ui-icon-circle-arrow-w {
	background-position: -144px -192px
}
.ui-icon-circle-arrow-n {
	background-position: -160px -192px
}
.ui-icon-circle-zoomin {
	background-position: -176px -192px
}
.ui-icon-circle-zoomout {
	background-position: -192px -192px
}
.ui-icon-circle-check {
	background-position: -208px -192px
}
.ui-icon-circlesmall-plus {
	background-position: 0 -208px
}
.ui-icon-circlesmall-minus {
	background-position: -16px -208px
}
.ui-icon-circlesmall-close {
	background-position: -32px -208px
}
.ui-icon-squaresmall-plus {
	background-position: -48px -208px
}
.ui-icon-squaresmall-minus {
	background-position: -64px -208px
}
.ui-icon-squaresmall-close {
	background-position: -80px -208px
}
.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px
}
.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px
}
.ui-icon-grip-solid-vertical {
	background-position: -32px -224px
}
.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px
}
.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px
}
.ui-icon-grip-diagonal-se {
	background-position: -80px -224px
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 4px
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 4px
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 4px
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 4px
}
.ui-widget-overlay {
	background: #666 url("../images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50)
}
.ui-widget-shadow {
	-webkit-box-shadow: -5px -5px 5px #000;
	box-shadow: -5px -5px 5px #000
}
/* loader */
.loader {
	margin: 100px auto;
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px;
}
.loader > div {
	background-color: #f86601;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.loader .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.loader .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
.loader .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.loader .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
 @-webkit-keyframes sk-stretchdelay {
 0%, 40%, 100% {
-webkit-transform: scaleY(0.4)
}
 20% {
-webkit-transform: scaleY(1.0)
}
}
 @keyframes sk-stretchdelay {
 0%, 40%, 100% {
 transform: scaleY(0.4);
 -webkit-transform: scaleY(0.4);
}
20% {
 transform: scaleY(1.0);
 -webkit-transform: scaleY(1.0);
}
}
/* loader end */
.cc-window {
	opacity: 1;
	transition: opacity 1s ease
}
.cc-window.cc-invisible {
	opacity: 0
}
.cc-animate.cc-revoke {
	transition: transform 1s ease
}
.cc-animate.cc-revoke.cc-top {
	transform: translateY(-2em)
}
.cc-animate.cc-revoke.cc-bottom {
	transform: translateY(2em)
}
.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
	transform: translateY(0)
}
.cc-grower {
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s
}
.cc-link, .cc-revoke:hover {
	text-decoration: underline
}
.cc-revoke, .cc-window {
	position: fixed;
	overflow: hidden;
	box-sizing: border-box;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	z-index: 9999
}
.cc-window.cc-static {
	position: static
}
.cc-window.cc-floating {
	padding: 2em;
	max-width: 24em;
	-ms-flex-direction: column;
	flex-direction: column
}
.cc-window.cc-banner {
	padding: 0.5em 1.8em;
	width: 100%;
	-ms-flex-direction: row;
	flex-direction: row
}
.cc-revoke {
	padding: .5em
}
.cc-header {
	font-size: 18px;
	font-weight: 700
}
.cc-btn, .cc-close, .cc-link, .cc-revoke {
	cursor: pointer
}
.cc-link {
	opacity: .8;
	display: inline-block;
	padding: .2em
}
.cc-link:hover {
	opacity: 1
}
.cc-link:active, .cc-link:visited {
	color: initial
}
.cc-btn {
	display: block;
	padding: .3em .7em;
	font-size: .9em;
	font-weight: 700;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	white-space: nowrap
}
.cc-highlight .cc-btn:first-child {
	background-color: transparent;
	border-color: transparent
}
.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
	background-color: transparent;
	text-decoration: underline
}
.cc-close {
	display: block;
	position: absolute;
	top: .5em;
	right: .5em;
	font-size: 1.6em;
	opacity: .9;
	line-height: .75
}
.cc-close:focus, .cc-close:hover {
	opacity: 1
}
.cc-revoke.cc-top {
	top: 0;
	left: 3em;
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: .5em
}
.cc-revoke.cc-bottom {
	bottom: 0;
	left: 3em;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em
}
.cc-revoke.cc-left {
	left: 3em;
	right: unset
}
.cc-revoke.cc-right {
	right: 3em;
	left: unset
}
.cc-top {
	top: 1em
}
.cc-left {
	left: 1em
}
.cc-right {
	right: 1em
}
.cc-bottom {
	bottom: 1em
}
.cc-floating>.cc-link {
	margin-bottom: 1em
}
.cc-floating .cc-message {
	display: block;
	margin-bottom: 1em
}
.cc-window.cc-floating .cc-compliance {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}
.cc-window.cc-banner {
	-ms-flex-align: center;
	align-items: center
}
.cc-banner.cc-top {
	left: 0;
	right: 0;
	top: 0
}
.cc-banner.cc-bottom {
	left: 0;
	right: 0;
	bottom: 0
}
.cc-banner .cc-message {
	display: block;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 100%;
	margin-right: 1em
}
.cc-compliance {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: justify;
	align-content: space-between
}
.cc-floating .cc-compliance>.cc-btn {
	-ms-flex: 1;
	flex: 1
}
.cc-btn+.cc-btn {
	margin-left: .5em
}
@media print {
.cc-revoke, .cc-window {
	display: none
}
}
@media screen and (max-width:900px) {
.cc-btn {
	white-space: normal
}
}
@media screen and (max-width:414px) and (orientation:portrait), screen and (max-width:736px) and (orientation:landscape) {
.cc-window.cc-top {
	top: 0
}
.cc-window.cc-bottom {
	bottom: 0
}
.cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right {
	left: 0;
	right: 0
}
.cc-window.cc-banner {
	-ms-flex-direction: column;
	flex-direction: column
}
.cc-window.cc-banner .cc-compliance {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}
.cc-window.cc-floating {
	max-width: none
}
.cc-window .cc-message {
	margin-bottom: 1em
}
.cc-window.cc-banner {
	-ms-flex-align: unset;
	align-items: unset
}
.cc-window.cc-banner .cc-message {
	margin-right: 0
}
}
.cc-floating.cc-theme-classic {
	padding: 1.2em;
	border-radius: 5px
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
	text-align: center;
	display: inline;
	-ms-flex: none;
	flex: none
}
.cc-theme-classic .cc-btn {
	border-radius: 5px
}
.cc-theme-classic .cc-btn:last-child {
	min-width: 140px
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
	display: inline-block
}
.cc-theme-edgeless.cc-window {
	padding: 0
}
.cc-floating.cc-theme-edgeless .cc-message {
	margin: 2em 2em 1.5em
}
.cc-banner.cc-theme-edgeless .cc-btn {
	margin: 0;
	padding: .8em 1.8em;
	height: 100%
}
.cc-banner.cc-theme-edgeless .cc-message {
	margin-left: 1em
}
.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
	margin-left: 0
}
/* RIBBON */
.ribbon {
	position: absolute;
	z-index: 10;
	padding: 0px 7px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	font-size: 15px;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	transform: scale(1); /* Standard Property */
	transform-origin: 0 0;  /* Standard Property */
	top: 75px;
	right: 5px;
	width: auto;
	height: 32px;
}
.ribbon.orange {
	background: #FF9600;
}
.ribbon.blue {
	background: #3398d9
}
.ribbon.green {
	background: #66b94d;
}
.ribbon.ribbon:after {
	content: "";
	position: absolute;
	z-index: -20;
	top: 100%;
	left: auto;
	border-style: solid;
	border-width: 0 0 10px 10px;
	right: 0;
}
.ribbon.orange:after {
	border-color: transparent #DC5F0B;
}
.ribbon.blue:after {
	border-color: transparent #1e5b82;
}
.ribbon.green:after {
	border-color: transparent #3e7030;
}
.ribbon_top_right {
	box-shadow: 0 3px 10px -5px rgba(0,0,0,1);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	border-radius: 4px;
	position: absolute;
	top: -15px;
	right: 15px;
	z-index: 2;
	/* line-height: 30px; */
	width: auto;
	/* height: 30px; */
	text-align: center;
	    text-shadow: 1px 1px 2px rgba(0,0,0,.25);
    text-transform: uppercase;
	/* box-shadow: 0 1px 0 rgba(255,255,255,.3) inset, 0 -1px 0 rgba(0,0,0,.2) inset, 0 1px 2px rgba(0,0,0,.2); */
	padding: 4px 8px;
	background: linear-gradient(#f14f3f 0,#cb4335 100%);
}
/*END OF RIBBON */
/*RIBBON LEFT TOP */
.ribbon_3{position:absolute;left:-5px;top:-5px;z-index:1;overflow:hidden;width:75px;height:75px;text-align:right}.ribbon_3 span{font-size:10px;font-weight:700;color:#fff;text-transform:uppercase;text-align:center;line-height:20px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);width:100px;display:block;background:#79a70a;background:linear-gradient(#9bc90d 0,#79a70a 100%);box-shadow:0 3px 10px -5px rgba(0,0,0,1);text-shadow:1px 1px 2px rgba(0,0,0,.25);position:absolute;top:19px;left:-21px}.ribbon_3 span::before{content:"";position:absolute;left:0;top:100%;z-index:-1;border-left:3px solid #638908;border-right:3px solid transparent;border-bottom:3px solid transparent;border-top:3px solid #638908}.ribbon_3 span::after{content:"";position:absolute;right:0;top:100%;z-index:-1;border-left:3px solid transparent;border-right:3px solid #638908;border-bottom:3px solid transparent;border-top:3px solid #638908}.ribbon_3.popular span{background:linear-gradient(#f14f3f 0,#cb4335 100%)}.ribbon_3.popular span::before{border-left:3px solid #a3362a;border-right:3px solid transparent;border-bottom:3px solid transparent;border-top:3px solid #a3362a}.ribbon_3.popular span::after{border-left:3px solid transparent;border-right:3px solid #a3362a;border-bottom:3px solid transparent;border-top:3px solid #a3362a}
/*END RIBBON LEFT TOP */

/* ============ BS dropdown-menu desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{ color: rgba(0,0,0,.9);}
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}
/* ============ BS dropdown-menu desktop view .end// ============ */

/* RATING - Review Form */
.rating {
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 12px;
}
.rating__radio {
	display: none;
}
.rating__label {
	color: #ddd;
	text-align: center;
	cursor: pointer;
	flex: 1 0 0;
	user-select: none;
}
.rating__radio:checked ~ .rating__label, .rating__label:hover, .rating__label:hover ~ .rating__label {
	color: #daa520;
}
.rating__text {
	display: none;
	color: #222;
}
@media (min-width: 768px) {
.rating__text {
	display: block;
}
}
.rating__text-num {
	display: block;
	font-size: .75em;
	font-weight: 300;
}
.rating__star {
	display: block;
	font-size: 24px;
}
@media (min-width: 768px) {
.rating__star {
	margin-top: 5px;
	margin-bottom: 15px;
}
}
.rating__radio:checked ~ .rating__label .rating__star {
	animation: bounceIn .4s;
}
.grid-wrapper .owl-carousel .owl-stage-outer {
	height: calc(100% + 30px);
	margin: -15px;
	padding: 15px;
	width: calc(100% + 30px)
}
.grid-wrapper .owl-carousel .owl-item {
	opacity: 0;
	transition: opacity .5s
}
.grid-wrapper .owl-carousel .owl-item.active {
	opacity: 1
}
.grid-wrapper .owl-carousel .owl-stage {
	display: flex
}
.grid-wrappe .owl-carousel .owl-item {
	display: flex;
	flex: 1 0 auto
}
.grid-wrapper .owl-carousel .owl-nav {
	position: absolute;
	width: 100%;
	top: 40%
}
.grid-wrapper .owl-carousel .owl-nav i {
	background-color: rgba(250,90,15,.68);
	border-radius: 10%;
	color: #fff;
	font-size: 2em;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px
}
@media (max-width:767px) {
.grid-wrapper .owl-carousel .owl-nav i {
	font-size: 2em;
	width: 40px;
	height: 40px;
	line-height: 40px
}
}
.grid-wrapper .owl-carousel .owl-prev {
	left: 0;
	padding-left: 15px;
	position: absolute;
	width: auto
}
.grid-wrapper .owl-carousel .owl-next {
	right: 0;
	padding-right: 15px;
	position: absolute;
	width: auto
}
#sombra {
	width: 100%!important
}
#contenedor {
	background: 0 0;
	margin: 0
}
#contenedor {
	background: 0 0;
	border: 0
}
img {
	vertical-align: middle
}
#redes_socialesOnline {
	float: left;
	height: 40px;
	margin-top: 0;
	position: relative;
	text-align: center;
	width: auto
}
#sombra:not(.galeria_full)#redes_socialesOnline {
	float: right
}
#enviaMailRedes img {
	height: 19px;
	width: 25px
}
#enviaMailRedes a {
	text-decoration: none;
	width: 40px;
	height: 40px
}
#facebookRedes {
	padding-right: 5px
}
#facebookRedes img {
	width: 19px
}
#urlVolver {
	float: left;
	padding-top: 10px;
	position: relative;
	z-index: 999
}
#googleRedes {
	padding-right: 5px
}
#twitterRedes {
	padding-right: 7px
}
.title_h1 {
	width: 100%;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left
}
.galeria_full .title_h1 {
	float: left
}
.lazy {
	display: none
}
#contenido_titulo {
	display: table-cell
}
.nombre {
	display: table-cell;
	vertical-align: middle;
	font-size: 25px;
	line-height: 30px
}
.sidebar_masDatos .nombre {
	font-weight: 400;
	font-size: 31px
}
#cabecera_ficha, .sidebar_masDatos #bloque_foto_cont {
	width: 100%;
	padding: 0;
	margin-top: 10px;
	margin: 0
}
.sidebar_masDatos #bloque_foto_cont:not(>.box-ficha:last-child>div) {
	margin-bottom: 0
}
.sidebar_masDatos #bloque_foto_cont {
	margin-bottom: 20px
}
.sidebar_masDatos #cabecera_ficha {
	padding: 0 12.5px;
	width: 100%;
	margin: 0
}
@media screen and (max-width:425px) {
.sidebar_masDatos #cabecera_ficha {
	background-color: transparent
}
}
#sombra.galeria_full .sidebar_masDatos #cabecera_ficha {
	background-color: transparent
}
.sidebar_masDatos {
	border-top: 1px solid #dadfe2!important;
	width: 100%
}
.galeria_full .sidebar_masDatos {
	border-top: 0!important
}
.sidebar_masDatos #formularioFicha {
	background: 0 0!important;
	padding: 0;
	box-sizing: border-box;
	width: 100%
}
#cabecera_ficha #redes_socialesOnline>div {
	cursor: pointer;
	text-align: center;
	padding: 0!important;
	margin-left: 0!important;
	border-right: 1px solid rgba(0,0,0,.35);
	color: #fff!important
}
#cabecera_ficha #encabezadoTop #redes_socialesOnline>div {
	background-color: transparent;
	border-right: 0
}
#redes_socialesOnline div:first-child {
	border-right: 0!important
}
#redes_socialesOnline .icon {
	font-size: 20px;/*line-height:2em*/
}
#redes_socialesOnline #box-share {
	float: left;
	margin-right: 5px;
	visibility: hidden;
	transition: visibility .15s ease-in
}
#redes_socialesOnline #box-share.open-social {
	visibility: visible
}
#redes_socialesOnline #box-share div {
	opacity: 0;
	transform: translateX(10px);
	-webkit-transition: opacity .25s ease-out, transform .25s ease-out, color .05s ease-in, color .05s ease-in;
	-moz-transition: opacity .25s ease-out, transform .25s ease-out, color .05s ease-in, color .05s ease-in;
	-ms-transition: opacity .25s ease-out, transform .25s ease-out, color .05s ease-in, color .05s ease-in;
	-o-transition: opacity .25s ease-out, transform .25s ease-out, color .05s ease-in, color .05s ease-in;
	transition: opacity .25s ease-out, transform .25s ease-out, color .05s ease-in, color .05s ease-in
}
#redes_socialesOnline #box-share.open-social div {
	opacity: 1;
	transform: translateX(0)
}
#redes_socialesOnline #box-share.open-social>#enviaMailRedes {
	transition-delay: .05s
}
#redes_socialesOnline #box-share.open-social>#googleRedes {
	transition-delay: .15s, .15s, .05s, .05s
}
#redes_socialesOnline #box-share.open-social>#twitterRedes {
	transition-delay: .25s, .25s, .05s, .05s
}
#redes_socialesOnline #box-share.open-social>#facebookRedes {
	transition-delay: .35s, .25s, .05s, .05s
}
#redes_socialesOnline #box-share div {
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 1px 1px 0 rgba(149,149,149,.5);
	margin-left: 5px;
	padding-right: 0
}
#redes_socialesOnline #box-share div i {
	color: #a6a6a6;
	line-height: 2em;
	transition: color .05s ease-out
}
#redes_socialesOnline #box-share div:hover i {
	color: #fff
}
#redes_socialesOnline .button-share {
	background-color: #fff;
	border: none;
	border-radius: 5px;
	box-shadow: 0 1px 1px 0 rgba(149,149,149,.5)!important;
	font-weight: 700;
	height: 40px;
	letter-spacing: .27px;
	line-height: 0;
	text-decoration: none;
	outline: 0;
	padding: 0 10px;
	width: auto
}
#redes_socialesOnline .button-share:hover {
	background-color: #f3f4f8
}
#redes_socialesOnline .button-share i {
	padding-left: 10px
}
#encabezadoTop #redes_socialesOnline .icon {
	font-size: 1.8rem;
	line-height: 4rem
}
#redes_socialesOnline #facebookRedes:hover {
	background-color: #3b5998!important
}
#redes_socialesOnline #twitterRedes:hover {
	background-color: #55acee!important
}
#redes_socialesOnline #googleRedes:hover {
	background-color: #dd4b39!important
}
#redes_socialesOnline #enviaMailRedes:hover {
	background-color: #3f3f3f!important
}
#redes_socialesOnline .texto_redes {
	color: #2d404e;
	border-radius: 5px;
	background: #f3f4f8;
	height: 39px;
	display: block;
	padding: 4px 12px;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer
}
#redes_socialesOnline .texto_redes .icon {
	color: #2d404e;
	vertical-align: middle;
	margin-right: 8px
}
#redes_socialesOnline:hover .texto_redes {
	color: #fcfcfe;
	background: #9b9c9e
}
#redes_socialesOnline:hover .texto_redes .icon {
	color: #fcfcfe
}
#redes_socialesOnline:hover .texto_redes+.lista_redes {
	display: block
}
#redes_socialesOnline .lista_redes {
	display: none;
	width: 100%;
	background: #20414c;
	color: #fff
}
#redes_socialesOnline .lista_redes>div {
	text-align: center;
	cursor: pointer;
	padding-right: 0;
	width: 100%!important
}
.sidebar_masDatos #redes_socialesOnline #enviaMailRedes, .sidebar_masDatos #redes_socialesOnline #facebookRedes, .sidebar_masDatos #redes_socialesOnline #googleRedes, .sidebar_masDatos #redes_socialesOnline #twitterRedes {
	height: 40px;
	width: 40px
}
/*#Fotos_ficha_e {
	position: relative
}*/
.sidebar_masDatos #formularioFicha:after {
	content: " ";
	display: block;
	clear: both
}
.btn-old-l {
	min-height: 35px;
	padding: 8px 5px
}
.pswp img {
	max-width: none!important
}
#contenido_titulo>span:nth-child(3) {
	margin-right: 10px
}
#galeria_full {
	width: 100%
}
#foto_principal {
	position: relative;
	width: 100%;
	height: 510px
}
#foto_principal .owl-item {
	height: 510px;
	cursor: pointer;
	overflow: hidden
}
@media (max-width: 575.98px) {
#foto_principal, #foto_principal .owl-carousel .owl-item {
	height: 255px
}
}
@media (min-width: 576px) and (max-width: 767.98px) {
#foto_principal, #foto_principal .owl-carousel .owl-item {
	height: 310px
}
}
@media (min-width: 768px) and (max-width: 1199.98px) {
#foto_principal, #foto_principal .owl-carousel .owl-item {
	height: 465px
}
}
#foto_principal .owl-item:after {
	background: linear-gradient(to top, transparent 0, transparent 35%, transparent 56%, rgba(0,0,0,.5) 100%);
	background: -moz-linear-gradient(to top, transparent 0, transparent 35%, transparent 56%, rgba(0,0,0,.5) 100%);
	background: -ms-linear-gradient(to top, transparent 0, transparent 35%, transparent 56%, rgba(0,0,0,.5) 100%);
	background: -o-linear-gradient(to top, transparent 0, transparent 35%, transparent 56%, rgba(0,0,0,.5) 100%);
	background: -webkit-linear-gradient(to top, transparent 0, transparent 35%, transparent 56%, rgba(0,0,0,.5) 100%);
	display: block;
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0
}
#foto_principal .owl-stage {
	transition: all
}
#foto_principal .owl-item a {
	display: block;
	position: relative;
	height: 100%
}
#foto_principal .owl-item a {
	width: 1165px
}
.galeria_full .fullwidth_photo .owl-item a {
	width: 100%!important
}
@media (min-width:1024px) {
.galeria_full .fullwidth_photo .owl-item {
	height: 625px!important
}
.fullwidth_photo {
	height: 625px!important
}
}
@media (min-width:768px) and (max-width:1023px) {
.galeria_full .fullwidth_photo .owl-item {
	height: 510px!important
}
.fullwidth_photo {
	height: 510px!important
}
}
@media (min-width:320px) and (max-width:767px) {
.galeria_full .fullwidth_photo .owl-item {
	height: 280px!important
}
.fullwidth_photo {
	height: 280px!important
}
}
#foto_principal .owl-item img {
	bottom: 0;
	left: -15%;
	margin: auto;
	width: 100%;
	height: auto;
	max-width: none!important;
	position: absolute;
	right: -15%;
	top: 0
}
#foto_principal .owl-item figure {
	opacity: 0
}
.galeria_full .owl-nav {
	position: absolute;
	width: 100%;
	top: 40%
}
.galeria_full .owl-prev {
	left: 0;
	padding-left: 15px;
	position: absolute;
	width: auto
}
.galeria_full .owl-next {
	right: 0;
	padding-right: 15px;
	position: absolute;
	width: auto
}
.galeria_full .owl-nav i {
	font-size: 3em;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 48px;
	background-color: rgba(201,201,201,.5);
	border-radius: 50%;
	color: #fff;
}
.galeria_full .owl-nav i:hover {
	border: 1px solid #fff
}
.galeria_full .owl-nav .icon-left-open {
	padding-right: 6px
}
.galeria_full .owl-nav .icon-right-open {
	padding-left: 6px
}
.galeria_full .owl-carousel {
	height: 100%;
	overflow: hidden
}
#galeria_full #cabecera_ficha {
	left: 0;
	position: absolute;
	top: 0
}
@media (min-width:768px) {
#galeria_full #cabecera_ficha {
	height: 100%
}
}
#galeria_full .nombre {
	padding-bottom: 22px;
	font-size: 32px;
	line-height: 30px;
	font-weight: 400
}
#galeria_full #encabezadoLeft, #galeria_full #encabezadoRight {
	background-color: transparent;
	border: 0;
	margin: 32px 0 0;
	width: auto;
	z-index: 1
}
#galeria_full .grid-container #encabezadoLeft, #galeria_full .grid-container #encabezadoRight {
	margin: 0
}
#sombra:not(.galeria_full) .contenido_subTitulo, #sombra:not(.galeria_full) .favoritos {
	display: inline-block
}
#encabezadoLeft, #encabezadoRight {
	padding: 8px 24px 0
}
#encabezadoRight {
	padding-bottom: 24px
}
#encabezadoTop {
	padding-left: 8px;
	padding-top: 8px;
	padding-right: 8px
}
#encabezadoTopResp {
	display: none;
	position: absolute;
	bottom: 3%;
	right: 0;
	padding-right: 15px;
	z-index: 100
}
.galeria_full #encabezadoLeft, .galeria_full #encabezadoRight, .galeria_full #encabezadoTop {
	padding: 0
}
#encabezadoLeft, #encabezadoRight, #encabezadoTop {
	width: 100%;
	position: relative;
	overflow: hidden
}
#galeria_full #cabecera_ficha .container {
	margin: 0 auto;
	padding-left: 12.5px;
	padding-right: 12.5px;
	position: relative
}
@media (min-width:768px) {
#galeria_full #cabecera_ficha .container {
	height: 100%
}
}
@media (min-width:1200px) {
#galeria_full #cabecera_ficha .container {
	max-width: 1165px
}
}
#galeria_full #encabezadoLeft {
	float: left
}
#galeria_full #encabezadoRight {
	float: right
}
#foto_principal i.icon-expand-1 {
	position: absolute;
	font-size: 32px;
	right: 3%;
	color: #f1f1f1;
	font-weight: 300;
	z-index: 100;
	width: 32px;
	bottom: 3%;
	cursor: pointer
}
.box-ficha, .box-ficha-full {
	position: relative
}
.box-ficha-full {
	width: 100%
}
.box-ficha {
	max-width: 1165px;
	width: 100%;
	margin: 0 auto;
	height: auto
}
#gallery .pswp__bg {
	background-color: #2e2f30
}
#gallery .pswp__scroll-wrap .pswp__container {
	-webkit-filter: blur(0);
	filter: blur(0);
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
#gallery .pswp__scroll-wrap.show .pswp__container {
	-webkit-filter: blur(20px);
	filter: blur(20px)
}
#gallery .seo-container {
	background-color: #202021;
	box-shadow: #202021 5px 0 15px 5px;
	max-height: 0;
	-webkit-transition: max-height 1s ease;
	-moz-transition: max-height 1s ease;
	-o-transition: max-height 1s ease;
	transition: max-height 1s ease
}
@media (max-width:768px) {
#gallery .pswp__caption.seo-container {
	display: none
}
}
#gallery .pswp__scroll-wrap.show .seo-container {
	max-height: 700px
}
#gallery .seo-container>.pswp__caption__center {
	font-size: 15px;
	margin-top: 40px;
	max-height: 0;
	max-width: 1200px;
	padding: 32px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease
}
#gallery .pswp__scroll-wrap.show .seo-container>.pswp__caption__center {
	max-height: 700px
}
#gallery .seo-container .show-description {
	background: #202021;
	border: 0;
	bottom: 0;
	box-shadow: #202021 5px 0 15px 5px;
	color: #d6d6d6;
	font-size: 15px;
	left: 0;
	margin: 0 auto;
	opacity: 1;
	padding: 13px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	width: 100%;
	z-index: 1000
}
#gallery .pswp__scroll-wrap.hide-gallery .seo-container .show-description {
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s
}
#gallery .pswp__scroll-wrap.show .seo-container .show-description {
	opacity: 0;
	cursor: auto
}
#gallery .seo-container .icon-down-open {
	color: #d6d6d6;
	cursor: pointer;
	font-size: 15px;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 20px;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 999
}
#gallery .pswp__scroll-wrap.show .seo-container .icon-down-open {
	opacity: 1
}
.icon {
	display: inline-block;
	vertical-align: middle!important
}
.icon:before {
	margin: 0!important;
	width: auto!important
}
.icon-left-open:before, .icon-right-open:before {
	font-size: 70%
}
@media (min-width:992px) {
.galeria_full .sidebar_masDatos .sidebarFichaAlojamiento {
	margin-top: 0
}
.galeria_full #caracteristicasAlojamiento ul {
	width: 70%
}
.galeria_full #foto_principal i.icon-expand-1 {
/*	right: 50%
*/}
.galeria_full #contenedor .container-seo .breadcrumb {
	width: 70%
}
}
@media (min-width:768px) {
.galeria_full #caracteristicasAlojamiento {
	background-color: #ebecee;
	border: 0
}
.galeria_full #caracteristicasAlojamiento ul {
	margin: 0;
	padding: 0 25px 0 10px
}
#sombra:not(.galeria_full) .sidebar_masDatos #cabecera_ficha {
	background: linear-gradient(180deg, rgba(0,0,0,.01) 0, rgba(0,0,0,.5) 99.91%);
	bottom: 0;
	left: 0;
	max-width: 100%;
	min-width: 550px;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 1
}
#redes_socialesOnline div {
	float: right
}
.galeria_full .owl-prev {
	padding-left: 25px
}
.galeria_full .owl-next {
	padding-right: 25px
}
}
@media screen and (min-width:992px) and (max-width:1200px) {
.galeria_full #foto_principal .owl-item a {
	width: 965px
}
#fotosTour #foto_principal img {
	height: 560px;
	width: auto
}
}
@media screen and (min-width:768px) and (max-width:991px) {
.galeria_full #foto_principal .owl-item a {
	width: 745px
}
}
@media screen and (max-width:991px) {
#galeria_full #contenido_titulo {
	min-width: 300px
}
.galeria_full #caracteristicasAlojamiento ul {
	width: 100%
}
.sidebar_masDatos .box-ficha>.sidebarFichaAlojamiento {
	margin-top: 0
}
#sombra:not(.galeria_full) #fotosTour {
	margin-top: 0
}
.galeria_full .texto_favourites {
	display: none
}
.galeria_full .container_fav .heart {
	margin-left: 1px
}
}
@media screen and (max-width:767px) {
#rates-table .rate-row {
	width: 100%!important
}
.galeria_full #foto_principal .owl-item a {
	width: auto
}
#caracteristicasAlojamiento {
	background-color: transparent;
	margin-top: 20px;
	padding: 0 15px;
	border: 0
}
#caracteristicasAlojamiento ul {
	text-align: center;
	border: 1px solid #e4e5e7;
	background-color: #fff
}
#caracteristicasAlojamiento ul li {
	width: 33%;
	display: inline-table
}
#sombra #cabecera_ficha {
	position: relative;
	margin-top: 20px;
	top: 0;
	padding: 0 15px
}
#contenido_titulo, #contenido_titulo span {
	color: #3c3d41;
	text-shadow: none
}
#sombra #encabezadoLeft {
	padding: 0;
	float: none
}
#sombra #socialGallery, .galeria_full #encabezadoRight {
	display: none
}
#sombra .nombre {
	font-size: 2.5rem;
	padding-bottom: 10px
}
span.ciudad {
	font-size: 1.2rem;
	color: #404040
}
#foto_principal .owl-nav .fa {
	font-size: 2em;
	width: 40px;
	height: 40px;
	line-height: 40px
}
#sombra .owl-nav .fa-angle-left {
	padding-right: 1px
}
#sombra .owl-nav .fa-angle-right {
	padding-left: 1px
}
#caracteristicasAlojamiento span {
	font-size: 16px
}
#caracteristicasAlojamiento i {
	line-height: 2em
}
#valoracion_general {
	margin: 0 15px 10px
}
#valoracion_general .table_vertical:first-child {
	display: none
}
.sidebar_masDatos .listado_valoraciones {
	padding-left: 0
}
.listado_valoraciones ul {
	padding: 0
}
.subcabecer_Valoracion .contenedor_rating.titulo_valRating, div.formatoValora {
	float: none;
	width: 100%;
	padding: 0
}
#valoraciones .separador {
	margin-bottom: 20px
}
.sidebar_masDatos .contenedor_formas.valoracionesCirculos {
	margin-top: 5px
}
.bloque_calendarios {
	width: 50%
}
.sidebar_masDatos .class_masdatos #mapaEntorno #texto_distanciasM {
	position: relative;
	margin: 0 auto;
	top: 50px;
	right: 0
}
.sidebar_masDatos .class_masdatos #mapaEntorno #texto_distanciasM {
	width: 300px
}
.sidebar_masDatos #contenedor_valoraciones {
	margin-top: 30px
}
.sidebar_masDatos .class_masdatos #mapaEntorno #texto_distanciasM {
	background-color: #fff
}
#thumbnail {
	display: none
}
#encabezadoLeft, #encabezadoRight, #encabezadoTop {
	background-color: transparent;
	padding-left: 0;
	border: 0
}
#foto_principal i.icon-expand-1 {
	left: 0;
	padding-left: 15px
}
.sidebar_masDatos .texto_favourites {
	display: none
}
#encabezadoTopResp {
	display: block
}
#sombra #contenido .favoritos {
	width: auto;
	margin-left: 8px
}
#sombra:not(.galeria_full) #fotosTour {
	padding: 0
}
#contenedor .breadcrumb {
	margin-left: 12.5px;
	text-indent: -12.5px
}
.container-seo {
	padding: 0 12.5px
}
}
@media screen and (max-width:425px) {
.galeria_full #foto_principal .owl-item img {
	width: 430px;
	height: auto
}
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1050;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: none
}
.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.pswp img {
	max-width: none;
	cursor: pointer
}
.pswp--animate_opacity {
	opacity: .001;
	will-change: opacity;
	-webkit-transition: opacity .333s cubic-bezier(.4, 0, .22, 1);
	transition: opacity .333s cubic-bezier(.4, 0, .22, 1)
}
.pswp--open {
	display: block
}
.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}
.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab
}
.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing
}
.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .85;
	-webkit-backface-visibility: hidden;
	will-change: opacity
}
.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}
.pswp__container, .pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}
.pswp__container, .pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}
.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform .333s cubic-bezier(.4, 0, .22, 1);
	transition: transform .333s cubic-bezier(.4, 0, .22, 1)
}
.pswp__bg {
	will-change: opacity;
	-webkit-transition: opacity .333s cubic-bezier(.4, 0, .22, 1);
	transition: opacity .333s cubic-bezier(.4, 0, .22, 1)
}
.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none
}
.pswp__container, .pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
	will-change: transform
}
.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden
}
.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
	-webkit-transition: opacity .15s;
	transition: opacity .15s
}
.pswp__img--placeholder {
	-webkit-backface-visibility: hidden
}
.pswp__img--placeholder--blank {
	background: #222
}
.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0
}
.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #ccc
}
.pswp__error-msg a {
	color: #ccc;
	text-decoration: underline
}/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: 0 0;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: .75;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	-webkit-box-shadow: none;
	box-shadow: none
}
.pswp__button:focus, .pswp__button:hover {
	opacity: 1
}
.pswp__button:active {
	outline: none;
	opacity: .9
}
.pswp__button::-moz-focus-inner {
padding:0;
border:0
}
.pswp__ui--over-close .pswp__button--close {
	opacity: 1
}
.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	background: url(../images/default-skin.png) 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px
}
@media (-webkit-min-device-pixel-ratio:1.1), (-webkit-min-device-pixel-ratio:1.09375), (min-resolution:105dpi), (min-resolution:1.1dppx) {
.pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
background-image:url(../images/default-skin.png)
}
.pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
background:0 0
}
}
.pswp__button--close {
	background-position: 0 -44px
}
.pswp__button--share {
	background-position: -44px -44px
}
.pswp__button--fs {
	display: none
}
.pswp--supports-fs .pswp__button--fs {
	display: block
}
.pswp--fs .pswp__button--fs {
	background-position: -44px 0
}
.pswp__button--zoom {
	display: none;
	background-position: -88px 0
}
.pswp--zoom-allowed .pswp__button--zoom {
	display: block
}
.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0
}
.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
	visibility: hidden
}
.pswp__button--arrow--left, .pswp__button--arrow--right {
	background: 0 0;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute
}
.pswp__button--arrow--left {
	left: 0
}
.pswp__button--arrow--right {
	right: 0
}
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	content: '';
	top: 35px;
	background-color: rgba(0,0,0,.3);
	height: 30px;
	width: 32px;
	position: absolute
}
.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px
}
.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px
}
.pswp__counter, .pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.pswp__share-modal {
	display: block;
	background: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity
}
.pswp__share-modal--hidden {
	display: none
}
.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #fff;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.25);
	box-shadow: 0 2px 5px rgba(0,0,0,.25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform .25s;
	transition: transform .25s;
	-webkit-backface-visibility: hidden;
	will-change: transform
}
.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px
}
.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000
}
.pswp__share-tooltip a:first-child {
	border-radius: 2px 2px 0 0
}
.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px
}
.pswp__share-modal--fade-in {
	opacity: 1
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px
}
a.pswp__share--facebook:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #fff;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none
}
a.pswp__share--facebook:hover {
	background: #3e5c9a;
	color: #fff
}
a.pswp__share--facebook:hover:before {
	border-bottom-color: #3e5c9a
}
a.pswp__share--twitter:hover {
	background: #55acee;
	color: #fff
}
a.pswp__share--pinterest:hover {
	background: #ccc;
	color: #ce272d
}
a.pswp__share--download:hover {
	background: #ddd
}
.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #fff;
	opacity: .75;
	padding: 0 10px
}
.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px
}
.pswp__caption small {
	font-size: 11px;
	color: #bbb
}
.pswp__caption__center {
	text-align: left;
	max-width: 100%;
	max-height: 200px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #ccc
}
@media screen and (max-width:768px) {
.pswp__caption__center {
	display: none
}
}
.pswp__caption--empty {
	display: none
}
.pswp__caption--fake {
	visibility: hidden
}
.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	will-change: opacity;
	direction: ltr
}
.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px
}
.pswp__preloader--active {
	opacity: 1
}
.pswp__preloader--active .pswp__preloader__icn {
	background: url(/default/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat
}
.pswp--css_animation .pswp__preloader--active {
	opacity: 1
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise .5s linear infinite;
	animation: clockwise .5s linear infinite
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
	animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}
.pswp--css_animation .pswp__preloader__icn {
	background: 0 0;
	opacity: .75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0
}
.pswp--css_animation .pswp__preloader__cut {
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden
}
.pswp--css_animation .pswp__preloader__donut {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: 0 0;
	margin: 0
}
@media screen and (max-width:1024px) {
.pswp__preloader {
	position: relative;
	left: auto;
	top: auto;
	margin: 0;
	float: right
}
}
@-webkit-keyframes clockwise {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes clockwise {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@-webkit-keyframes donut-rotate {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
50% {
-webkit-transform:rotate(-140deg);
transform:rotate(-140deg)
}
100% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
}
@keyframes donut-rotate {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
50% {
-webkit-transform:rotate(-140deg);
transform:rotate(-140deg)
}
100% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
}
.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550
}
.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%
}
.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity .333s cubic-bezier(.4, 0, .22, 1);
	transition: opacity .333s cubic-bezier(.4, 0, .22, 1)
}
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible
}
.pswp__top-bar, .pswp__caption {
	background-color: rgba(0,0,0,.5)
}
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
	background-color: rgba(0,0,0,.3)
}
.pswp__ui--idle .pswp__top-bar {
	opacity: 0
}
.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0
}
.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
	opacity: .001
}
.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
	display: none
}
.pswp__element--disabled {
	display: none !important
}
.pswp--minimal--dark .pswp__top-bar {
	background: 0 0
}
.owl-carousel {
	touch-action: manipulation;
}
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
	display: none
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-loaded {
	display: block
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}
.owl-carousel.owl-hidden {
	opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}
.owl-carousel.owl-rtl {
	direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
	float: right
}
.no-js .owl-carousel {
	display: block
}
.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
	z-index: 0
}
.owl-carousel .owl-animated-out {
	z-index: 1
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.owl-height {
	transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}
.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("../images/owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}
@font-face {
	font-family: 'fontlibrary';
	src: url('../fonts/fontlibrary.eot?35522300');
	src: url('../fonts/fontlibrary.eot?35522300#iefix') format('embedded-opentype'),  url('../fonts/fontlibrary.woff2?35522300') format('woff2'),  url('../fonts/fontlibrary.woff?35522300') format('woff'),  url('../fonts/fontlibrary.ttf?35522300') format('truetype'),  url('../fonts/fontlibrary.svg?35522300#fontlibrary') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontlibrary';
    src: url('../fonts/fontlibrary.svg?35522300#fontlibrary') format('svg');
  }
}
*/
 
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "fontlibrary";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
  /*line-height: 1em;*/
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
	margin-left: .2em;
	/* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;/* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-homepage:before {
	content: '\e800';
} /* '' */
.icon-clear-night:before {
	content: '\e801';
} /* '' */
.icon-wind:before {
	content: '\e802';
} /* '' */
.icon-tornado:before {
	content: '\e803';
} /* '' */
.icon-snow:before {
	content: '\e804';
} /* '' */
.icon-rain:before {
	content: '\e805';
} /* '' */
.icon-hail:before {
	content: '\e806';
} /* '' */
.icon-clear-day:before {
	content: '\e807';
} /* '' */
.icon-cloudy:before {
	content: '\e808';
} /* '' */
.icon-thunderstorm:before {
	content: '\e809';
} /* '' */
.icon-partly-cloudy-day:before {
	content: '\e80a';
} /* '' */
.icon-partly-cloudy-night:before {
	content: '\e80b';
} /* '' */
.icon-fog:before {
	content: '\e80c';
} /* '' */
.icon-sleet:before {
	content: '\e80d';
} /* '' */
.icon-accesointernet:before {
	content: '\e80e';
} /* '' */
.icon-aireacondicionado:before {
	content: '\e80f';
} /* '' */
.icon-cara_feliz:before {
	content: '\e810';
} /* '' */
.icon-cara_triste:before {
	content: '\e811';
} /* '' */
.icon-dist_pueblo:before {
	content: '\e812';
} /* '' */
.icon-dist_playa:before {
	content: '\e813';
} /* '' */
.icon-star:before {
	content: '\e814';
} /* '' */
.icon-star-filled:before {
	content: '\e815';
} /* '' */
.icon-ski:before {
	content: '\e816';
} /* '' */
.icon-piscina:before {
	content: '\e817';
} /* '' */
.icon-ok:before {
	content: '\e818';
} /* '' */
.icon-cancel:before {
	content: '\e819';
} /* '' */
.icon-info-circled:before {
	content: '\e81a';
} /* '' */
.icon-clock:before {
	content: '\e81b';
} /* '' */
.icon-doc:before {
	content: '\e81c';
} /* '' */
.icon-email:before {
	content: '\e81d';
} /* '' */
.icon-print:before {
	content: '\e81e';
} /* '' */
.icon-sauna:before {
	content: '\e81f';
} /* '' */
.icon-animals:before {
	content: '\e820';
} /* '' */
.icon-terraza:before {
	content: '\e821';
} /* '' */
.icon-heart-1:before {
	content: '\e822';
} /* '' */
.icon-tenis-1:before {
	content: '\e823';
} /* '' */
.icon-vista_golf:before {
	content: '\e824';
} /* '' */
.icon-vista_lago:before {
	content: '\e825';
} /* '' */
.icon-vista_montanya:before {
	content: '\e826';
} /* '' */
.icon-piscina_climat:before {
	content: '\e827';
} /* '' */
.icon-link:before {
	content: '\e828';
} /* '' */
.icon-cheque-vacances:before {
	content: '\e829';
} /* '' */
.icon-cheque:before {
	content: '\e82a';
} /* '' */
.icon-primera_playa:before {
	content: '\e82b';
} /* '' */
.icon-credit-card:before {
	content: '\e82c';
} /* '' */
.icon-vista_piscina:before {
	content: '\e82d';
} /* '' */
.icon-parking:before {
	content: '\e82e';
} /* '' */
.icon-garage:before {
	content: '\e82f';
} /* '' */
.icon-door-filled:before {
	content: '\e830';
} /* '' */
.icon-personas-filled:before {
	content: '\e831';
} /* '' */
.icon-more-1:before {
	content: '\e832';
} /* '' */
.icon-telefono:before {
	content: '\e836';
} /* '' */
.icon-cama:before {
	content: '\e837';
} /* '' */
.icon-user-mobile:before {
	content: '\e839';
} /* '' */
.icon-carta-contact:before {
	content: '\e83a';
} /* '' */
.icon-share:before {
	content: '\e83b';
} /* '' */
.icon-casas:before {
	content: '\e83c';
} /* '' */
.icon-camas-ofertas:before {
	content: '\e83d';
} /* '' */
.icon-metros:before {
	content: '\e83e';
} /* '' */
.icon-personas:before {
	content: '\e83f';
} /* '' */
.icon-toilet:before {
	content: '\e840';
} /* '' */
.icon-expand-1:before {
	content: '\e842';
} /* '' */
.icon-heart:before {
	content: '\e843';
} /* '' */
.icon-heart-filled:before {
	content: '\e844';
} /* '' */
.icon-secador:before {
	content: '\e84e';
} /* '' */
.icon-spin1:before {
	content: '\e85b';
} /* '' */
.icon-spin2:before {
	content: '\e85c';
} /* '' */
.icon-spin3:before {
	content: '\e85d';
} /* '' */
.icon-spin4:before {
	content: '\e85e';
} /* '' */
.icon-spin5:before {
	content: '\e85f';
} /* '' */
.icon-attention:before {
	content: '\e860';
} /* '' */
.icon-map-localization:before {
	content: '\e861';
} /* '' */
.icon-location:before {
	content: '\e862';
} /* '' */
.icon-fax:before {
	content: '\e863';
} /* '' */
.icon-super-happy:before {
	content: '\e864';
} /* '' */
.icon-sad:before {
	content: '\e865';
} /* '' */
.icon-super-sad:before {
	content: '\e866';
} /* '' */
.icon-regular:before {
	content: '\e867';
} /* '' */
.icon-happy:before {
	content: '\e868';
} /* '' */
.icon-calendar:before {
	content: '\e869';
} /* '' */
.icon-vista_jardin:before {
	content: '\e86a';
} /* '' */
.icon-restaurante:before {
	content: '\e86b';
} /* '' */
.icon-primera_ski:before {
	content: '\e86d';
} /* '' */
.icon-dist_ski:before {
	content: '\e86e';
} /* '' */
.icon-dist_golf:before {
	content: '\e86f';
} /* '' */
.icon-jardin:before {
	content: '\e871';
} /* '' */
.icon-dist_playa-copy:before {
	content: '\e872';
} /* '' */
.icon-vista_playa:before {
	content: '\e873';
} /* '' */
.icon-vista_rio:before {
	content: '\e875';
} /* '' */
.icon-back:before {
	content: '\e876';
} /* '' */
.icon-camas:before {
	content: '\e877';
} /* '' */
.icon-like:before {
	content: '\e878';
} /* '' */
.icon-calefaccion:before {
	content: '\e879';
} /* '' */
.icon-jacuzzi:before {
	content: '\e87a';
} /* '' */
.icon-barbacoa:before {
	content: '\e87b';
} /* '' */
.icon-chimenea:before {
	content: '\e87c';
} /* '' */
.icon-lavadora:before {
	content: '\e87d';
} /* '' */
.icon-horno:before {
	content: '\e87e';
} /* '' */
.icon-ascensor:before {
	content: '\e87f';
} /* '' */
.icon-microondas:before {
	content: '\e880';
} /* '' */
.icon-minibar-1:before {
	content: '\e882';
} /* '' */
.icon-caja-fuerte:before {
	content: '\e883';
} /* '' */
.icon-nevera:before {
	content: '\e884';
} /* '' */
.icon-vista_mar:before {
	content: '\e885';
} /* '' */
.icon-radio:before {
	content: '\e886';
} /* '' */
.icon-parcela-vallada:before {
	content: '\e887';
} /* '' */
.icon-mobiliario-jardin:before {
	content: '\e888';
} /* '' */
.icon-lavavajillas:before {
	content: '\e88a';
} /* '' */
.icon-congelador:before {
	content: '\e88b';
} /* '' */
.icon-plant:before {
	content: '\e88c';
} /* '' */
.icon-suggest-neighborhood:before {
	content: '\e88d';
} /* '' */
.icon-suggest-accomodations:before {
	content: '\e88e';
} /* '' */
.icon-suggest-region:before {
	content: '\e88f';
} /* '' */
.icon-suggest-city:before {
	content: '\e890';
} /* '' */
.icon-suggest-province:before {
	content: '\e891';
} /* '' */
.icon-wheel-chair:before {
	content: '\e894';
} /* '' */
.icon-non-stairs:before {
	content: '\e895';
} /* '' */
.icon-secadora:before {
	content: '\e896';
} /* '' */
.icon-round-grill:before {
	content: '\e897';
} /* '' */
.icon-kitchen:before {
	content: '\e898';
} /* '' */
.icon-primera_golf:before {
	content: '\e899';
} /* '' */
.icon-vista_ski:before {
	content: '\e89a';
} /* '' */
.icon-chat:before {
	content: '\e89b';
} /* '' */
.icon-whatsapp-filled:before {
	content: '\e8a1';
} /* '' */
.icon-SOFA-CAMA-DOBLE:before {
	content: '\e8a4';
} /* '' */
.icon-spin:before {
	content: '\e8a5';
} /* '' */
.icon-phone2:before {
	content: '\e8a9';
} /* '' */
.icon-kitchen-1:before {
	content: '\e8aa';
} /* '' */
.icon-transferencia:before {
	content: '\e8ab';
} /* '' */
.icon-grid:before {
	content: '\e8ad';
} /* '' */
/*.icon-list:before { content: '\e8ae'; }*/ /* '' */
.icon-less:before {
	content: '\e8af';
} /* '' */
.icon-filter:before {
	content: '\e8b0';
} /* '' */
.icon-share-1:before {
	content: '\e8b1';
} /* '' */
.icon-like-filled:before {
	content: '\e8b2';
} /* '' */
.icon-paypal:before {
	content: '\e8b3';
} /* '' */
.icon-envelope:before {
	content: '\e8f2';
} /* '' */
.icon-arrow-left:before {
	content: '\e945';
} /* '' */
.icon-cam:before {
	content: '\e95a';
} /* '' */
.icon-comment:before {
	content: '\e95b';
} /* '' */
.icon-like-1:before {
	content: '\e95c';
} /* '' */
.icon-more:before {
	content: '\e95d';
} /* '' */
.icon-close:before {
	content: '\e95f';
} /* '' */
.icon-vistas:before {
	content: '\e972';
} /* '' */
.icon-tv:before {
	content: '\e973';
} /* '' */
.icon-plancha:before {
	content: '\e974';
} /* '' */
.icon-gimnasio:before {
	content: '\e975';
} /* '' */
.icon-recepcion:before {
	content: '\e976';
} /* '' */
.icon-bath:before {
	content: '\e977';
} /* '' */
.icon-tv-satelite:before {
	content: '\e978';
} /* '' */
.icon-SOFA-CAMA-IND:before {
	content: '\eb9a';
} /* '' */
.icon-BED:before {
	content: '\eb9d';
} /* '' */
.icon-QUEEN-BED:before {
	content: '\eb9e';
} /* '' */
.icon-KING-BED:before {
	content: '\eb9f';
} /* '' */
.icon-DOUBLE-BED:before {
	content: '\eba0';
} /* '' */
.icon-cuna:before {
	content: '\eba1';
} /* '' */
.icon-LITERAS:before {
	content: '\eba2';
} /* '' */
.icon-fachada:before {
	content: '\ec31';
} /* '' */
.icon-door:before {
	content: '\ec32';
} /* '' */
.icon-down-open:before {
	content: '\f004';
} /* '' */
.icon-up-open:before {
	content: '\f005';
} /* '' */
.icon-right-open:before {
	content: '\f006';
} /* '' */
.icon-left-open:before {
	content: '\f007';
} /* '' */
.icon-user:before {
	content: '\f061';
} /* '' */
.icon-cancel-circled:before {
	content: '\f06e';
} /* '' */
.icon-pencil-squared:before {
	content: '\f14b';
} /* '' */
.icon-youtube:before {
	content: '\f167';
} /* '' */
.icon-instagram:before {
	content: '\f16d';
} /* '' */
.icon-left:before {
	content: '\f177';
} /* '' */
.icon-yelp:before {
	content: '\f1e9';
} /* '' */
.icon-whatsapp:before {
	content: '\f232';
} /* '' */
.icon-tripadvisor:before {
	content: '\f262';
} /* '' */
.icon-user-o:before {
	content: '\f2c0';
} /* '' */
.icon-twitter:before {
	content: '\f309';
} /* '' */
.icon-facebook:before {
	content: '\f30c';
} /* '' */
.icon-pinterest:before {
	content: '\f312';
} /* '' */
.icon-linkedin:before {
	content: '\f318';
} /* '' */
.icon-skype:before {
	content: '\f339';
} /* '' */
.icon-search:before {
	content: '\f50d';
} /* '' */
