@charset "utf-8";
/* Basic Styles  */
body { overflow-x: hidden; }
html, html a { -webkit-font-smoothing: antialiased !important; }
h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600; line-height: 1.1; color: #5e5e5e;
}
h1 { font-size: 30px; font-weight: 400; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }
h1 i, h2 i, h3 i, h4 i h5 i { padding-right: 15px; }
body, .revolution-smarthotel { font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; }
a {
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in; -moz-transition: color 0.2s ease-in; -ms-transition: color 0.2s ease-in; -o-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
}
a:hover, a:focus {
	color: #000; text-decoration: none;
	-webkit-transition: color 0.2s ease-in; -moz-transition: color 0.2s ease-in; -ms-transition: color 0.2s ease-in; -o-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
}
a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
a:hover, a:focus { color: #5e5e5e; }
blockquote { border-color: #000000; font-size:15px; line-height:20px; }
blockquote p { margin:0 0 20px 0; padding:0; }
blockquote:first-line, blockquote p:first-line { font-size:18px; }

/* Margins */
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt50 { margin-top: 50px; }
.smh_mt70 { margin-top: 70px; }
.mt100 { margin-top: 100px; }
.mt150 { margin-top: 150px; }
.mt200 { margin-top: 200px; }

#smh-top-header .smh-th-text .smh-th-item {
	margin: 0;
	padding: 0;
	display: inline-block;
	padding: 0 10px;
	line-height: 10px;
	border-right: 1px solid #3c3c3c;
}
#smh-top-header .smh-th-text .smh-th-item:first-child {
	padding-left: 0;
}
#smh-top-header .smh-th-text .smh-th-item:last-child {
	border-right: none;
}
h2.smh_h2 {
	font: normal 24px/27px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #5e5e5e; display: block;
	font-weight: 600; margin:0 0 40px 0; padding:0; border:none; background:transparent; position: relative; text-align: center;
}
h2.smh_h2:before { position: absolute; top: 50%; z-index: 1; display: block; width: 100%; height: 1px; border-top: 2px solid #ccc; content: ''; }
h2.smh_h2 span { position: relative; z-index: 1; padding: 0 20px; background: #fff; display: inline-block; }

.smh_gallery_global { margin:100px 0 0 0; padding:0; border:none; box-sizing: border-box; display:block; }
.smh_gallery_global a span {
	margin: -22px 0 0 -22px; padding: 10px; width: 35px; height: 35px; font-size:13px; line-height:13px; color: #fff; text-align: center;
	position: absolute; top: 80%; left: 50%; display: block; border-radius: 20px; text-decoration: none; opacity: 0;
	-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; background: #000000;
}
.smh_gallery_global a:hover span { top: 45%; opacity: 1; transform: translateY(20); }
.smh_gallery_global a:hover span {
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/* Owl Gallery */
#smh_owlgallery { padding-top: 1px; padding-bottom: 1px; background: #fff; border-top: 1px solid; border-bottom: 1px solid; }
#smh_owlgallery .item { margin: 0; }
#smh_owlgallery .item img {
	display: block; width: 100%; height: auto;
	-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#smh_owlgallery .item img:hover { opacity: 0.5; }

/* promo boxes */
.smh_promo_global { display:block; margin:100px 0 0 0; padding:0; border:none; box-sizing: border-box; display:block; text-align:center; }

.smh_promo_4colwrap {
	display: flex; justify-content: space-between; width: 100%; box-sizing:border-box; flex-wrap: wrap; margin:0; padding:0; flex-direction: row; align-items: stretch;
}
.smh_promo_4colbox { flex:0 0 25%; margin:0; padding:0; box-sizing: border-box; }

@media only screen and (max-width:767px) {
	.smh_promo_4colbox { flex:0 0 50%; }
}
@media only screen and (max-width:650px) {
	.smh_promo_4colwrap { display:block; }
	.smh_promo_4colbox { flex:none; margin:0 0 10px 0; }

}
.smh_promo_box .smh_promo_circle {
	display: inline-block; margin: 0 auto; padding: 30px; border: 1px solid #000000; background-color: #FFFFFF;
	-webkit-border-radius: 60px; -moz-border-radius: 60px; border-radius: 60px;
	-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.smh_promo_box .smh_promo_circle:hover span {
	color: #fff; animation-name: smh_swing; animation-duration: 1s; animation-iteration-count: 1; animation-timing-function: ease-out; text-decoration: none;
	-webkit-animation-name: smh_swing; -webkit-animation-duration: 1s; -webkit-animation-iteration-count: 1; -webkit-animation-timing-function: ease-out;
	-moz-animation-name: smh_swing; -moz-animation-duration: 1s;-moz-animation-iteration-count: 1; -moz-animation-timing-function: ease-out;
}
.smh_promo_box span {
	width: 20px; height: 10px; text-align: center; vertical-align: middle;
	-webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;
}
.smh_promo_global a { font-weight: bold; margin-bottom: 20px; display: block; text-decoration:none; }
.smh_promo_box a { color: #000000; }
.smh_promo_box a span {
	-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
}
.smh_promo_box a:hover, .smh_promo_global a:hover span { color: #5e5e5e; }
.smh_promo_box span { color: #000000; }
.smh_promo_box .smh_promo_circle:hover { background: #000000; }
h3.smh_promo_h3 {
	margin:20px 0 10px 0; padding: 0; border:none; background:transparent; text-align: center; box-sizing: border-box;
	font: normal 18px/21px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 600; color: #5e5e5e;
}
p.smh_promo_p {
	margin:0 0 10px 0; padding: 0; border:none; background:transparent; text-align: center; box-sizing: border-box;
	font: normal 13px/18px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #333333;
}
.smh_promo_box_blue span { color: #057ad4; }
.smh_promo_box_blue .smh_promo_circle { border-color: #057ad4 !important; }
.smh_promo_box_blue .smh_promo_circle:hover { background: #057ad4; }
.smh_promo_box_blue a { color: #057ad4; }
.smh_promo_box_blue a:hover { color: #5e5e5e; }
.smh_promo_box_green span { color: #7ec923; }
.smh_promo_box_green .smh_promo_circle { border-color: #7ec923 !important; }
.smh_promo_box_green .smh_promo_circle:hover { background: #7ec923; }
.smh_promo_box_green a { color: #7ec923; }
.smh_promo_box_green a:hover { color: #5e5e5e; }
.smh_promo_box_tilt span { color: #75c5cf; }
.smh_promo_box_tilt .smh_promo_circle { border-color: #75c5cf !important; }
.smh_promo_box_tilt .smh_promo_circle:hover { background: #75c5cf; }
.smh_promo_box_tilt a { color: #75c5cf; }
.smh_promo_box_tilt a:hover { color: #5e5e5e; }
.smh_promo_box_orange span { color: #FF6600; }
.smh_promo_box_orange .smh_promo_circle { border-color: #FF6600 !important; }
.smh_promo_box_orange .smh_promo_circle:hover { background: #FF6600; }
.smh_promo_box_orange a { color: #FF6600; }
.smh_promo_box_orange a:hover { color: #5e5e5e; }
.smh_promo_box_darkred span { color: #CC0000; }
.smh_promo_box_darkred .smh_promo_circle { border-color: #CC0000 !important; }
.smh_promo_box_darkred .smh_promo_circle:hover { background: #CC0000; }
.smh_promo_box_darkred a { color: #CC0000; }
.smh_promo_box_darkred a:hover { color: #5e5e5e; }

@media (max-width: 767px) { .smh_promo_global { display:none; } }

@-webkit-keyframes smh_swing {
	20% { -webkit-transform: rotate(15deg); transform: rotate(15deg); }
	40% { -webkit-transform: rotate(-10deg); transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); transform: rotate(5deg); }
	80% { -webkit-transform: rotate(-5deg); transform: rotate(-5deg); }
	100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
}

@keyframes smh_swing {
	20% { -webkit-transform: rotate(15deg); -ms-transform: rotate(15deg); transform: rotate(15deg); }
	40% { -webkit-transform: rotate(-10deg); -ms-transform: rotate(-10deg); transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); -ms-transform: rotate(5deg); transform: rotate(5deg); }
	80% { -webkit-transform: rotate(-5deg); -ms-transform: rotate(-5deg); transform: rotate(-5deg); }
	100% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
}

/* Waypoints */
.smh_animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.smh_swing.smh_animated { -webkit-transform-origin: top center; -ms-transform-origin: top center; transform-origin: top center; -webkit-animation-name: smh_swing; animation-name: smh_swing; }
@-webkit-keyframes smh_bounceIn {
	0% { opacity: 0; -webkit-transform: scale(.3); transform: scale(.3); }
	50% { opacity: 1; -webkit-transform: scale(1.05); transform: scale(1.05); }
	70% { -webkit-transform: scale(.9); transform: scale(.9); }
	100% { -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes smh_bounceIn {
	0% { opacity: 0; -webkit-transform: scale(.3); -ms-transform: scale(.3); transform: scale(.3); }
	50% { opacity: 1; -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }
	70% { -webkit-transform: scale(.9); -ms-transform: scale(.9); transform: scale(.9); }
	100% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
}
.smh_bounceIn.smh_animated { -webkit-animation-name: smh_bounceIn; animation-name: smh_bounceIn; }

.smh_appear { opacity: 0; }
.smh_animated { opacity: 1; }

/* Bootstrap Nav Tabs */
.nav-tabs { border-bottom: 1px solid #ebebeb; }
.nav-tabs > li { float: left; margin-bottom: -1px; }
.nav-tabs > li > a {
	margin-right: 2px; padding: 15px 20px; line-height: 1.428571429; border: 1px solid transparent; border-radius: 4px 4px 0 0; font-weight: 600;
	-webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease;
}
.nav-tabs > li > a:hover { border: 1px solid #ebebeb; background: #fff; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #555555; cursor: default; background-color: #ffffff; border: 1px solid #ebebeb; border-bottom-color: transparent;
}
.tab-content { padding: 20px; }

/* action bar */
.smh_actbar { margin:100px 0 -100px 0; height: 100%; background: #000000; }
.smh_actbar h2 {
	margin: 43px 0; padding:0; border:none; background: transparent;
	font: normal 24px/27px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color:#FFFFFF; font-weight: 600;
}
.smh_actbar .btn { margin: 35px 0; }
@media (max-width: 767px) {
	.smh_actbar { text-align: center; }
	.smh_actbar h2 { margin: 20px 0; }
	.smh_actbar .btn { display: block; margin: 0 auto 50px auto; float: none !important; }
}
.smh_actb_left, .smh_actb_right { margin:0; padding:0 15px; min-height: 1px; }
@media (min-width: 1200px) {
	.smh_actb_left { float: left; width: 100%; }
	.smh_actb_right { float: left; width: 100%; }
}
@media (min-width: 768px) {
	.smh_actb_left { float: left; width: 66.66666667%; }
	.smh_actb_right { float: left; width: 33.33333333%; }
}
@media (min-width: 992px) {
	.smh_actb_left { width: 66.66666667%; }
	.smh_actb_right { width: 33.33333333%; }
}

/* Elxis general */
ul.elx_stdul { margin:0 0 30px 0; padding:0 0 0 20px; list-style: none; border-left:3px solid; border-color:#D3ECEF; }
ul.elx_stdul li { margin:0 0 6px 0; padding:0; list-style-type:none; border:none; text-indent:0; }
ul.elx_stdul li:before {
	content:'\f138'; font-family:'Font Awesome 5 Free'; display:inline-block; margin-right:6px; color:#75c5cf; font-weight: 900;
}
ol.elx_stdol { margin:0 0 30px 0; padding:0 0 0 30px; list-style-type:decimal; border-left:3px solid; border-color:#D3ECEF; }
ol.elx_stdol li { margin:0 0 6px 0; padding:0 0 0 5px; list-style-type:decimal; border:none; text-indent:0; }

/* forms */
fieldset.elx5_fieldset { margin: 0 0 15px 0; padding: 0; border:none; background: transparent; }
fieldset.elx5_fieldset legend {
	display: block; width: 100%; margin:0 0 20px 0; padding:0; background: transparent; border-radius:0; 
	font: normal 21px/26px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color:#75c5cf;
    border: none; border-bottom-color: currentcolor; border-bottom-style: none; border-bottom-width: 0px; border-bottom: 1px solid #e5e5e5;
}
label.elx5_labelblock, label.elx5_label, label.elx5_labelsmall, .elx5_labelside, .elx5_labelsmallside, label.elx5_labelsmallside {
	font: bold 14px/17px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color:#272727;
}
label.elx5_checkboxwrap, label.elx5_radiowrap {
	font: normal 14px/20px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color:#272727;
}
input.elx5_text, input[type="text"].elx5_text, input[type="number"].elx5_text, input[type="file"].elx5_text, input[type="date"].elx5_text, input[type="range"].elx5_text, input[type="password"].elx5_text, input[type="email"].elx5_text {
	font: normal 14px/17px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color:#272727;
}
select.elx5_select, select.elx5_select option {
	font: normal 14px/17px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color:#272727;
}
select.elx5_select:hover, input.elx5_text:hover, input[type="text"].elx5_text:hover, input[type="number"].elx5_text:hover, input[type="file"].elx5_text:hover, input[type="date"].elx5_text:hover, input[type="range"].elx5_text:hover, input.elx5_datetime:hover, input[type="text"].elx5_datetime:hover, input[type="date"].elx5_datetime:hover { border-color:#999999; }
select.elx5_select:focus, input.elx5_text:focus, input[type="text"].elx5_text:focus, input[type="number"].elx5_text:focus, input[type="file"].elx5_text:focus, input[type="date"].elx5_text:focus, input[type="range"].elx5_text:focus, input.elx5_datetime:focus, input[type="text"].elx5_datetime:focus, input[type="date"].elx5_datetime:focus { border-color:#75c5cf; }
textarea.elx5_textarea {
	font: normal 14px/17px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color:#272727;
}
.elx5_tip { margin:3px 0 0 0; font:normal 13px/16px Tahoma, Arial, sans-serif; color:#555555; }
.elx5_tip:before {
	content:'\f05a'; font-family:'Font Awesome 5 Free'; display:inline-block; margin-right:4px; color:#79B1D1; font-weight: 900;
}
.elx5_formtext, .elx5_sideinput_wrap, .elx5_sideinput_value_front, .elx5_sideinput_value_end, .elx5_sideinput_text {
	font: normal 14px/17px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color:#272727;
}
button.elx5_btn, button[type=submit].elx5_btn, button[type=button].elx5_btn {
	display:block; width:100%; height:auto; padding: 10px 16px;
	background: linear-gradient(to bottom, rgba(255,255,255,0.33) 0%, rgba(255,255,255,0.13) 100%); background-color: #4F99A2;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3);
	-webkit-transition: all 0.1s ease-in; -moz-transition: all 0.1s ease-in; -ms-transition: all 0.1s ease-in; -o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	font: bold 14px/20px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #FFFFFF;
	text-transform: uppercase; border: 1px solid #4F99A2; border-radius: 3px;
}
button.elx5_btn:hover, button[type=submit].elx5_btn:hover, button[type=button].elx5_btn:hover {
	background-color:#75c5cf; border:1px solid #4F99A2;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4);
}
button.elx5_notallowedbtn, button[type=submit].elx5_notallowedbtn, button[type=button].elx5_notallowedbtn, a.elx5_notallowedbtn, a.elx5_notallowedbtn:visited {
	background-color: #EFEFEF; border: 1px solid #D0D0D0; color:#888888; cursor: not-allowed;
}
button.elx5_notallowedbtn:hover, button[type=submit].elx5_notallowedbtn:hover, button[type=button].elx5_notallowedbtn:hover, a.elx5_notallowedbtn:hover {
	background-color: #EFEFEF; border: 1px solid #D0D0D0; color:#888888; cursor: not-allowed; -webkit-box-shadow: none; box-shadow: none;
}
button.elx5_warnbtn, button[type=submit].elx5_warnbtn, button[type=button].elx5_warnbtn, a.elx5_warnbtn, a.elx5_warnbtn:visited {
	background-color: #FF7A22; border: 1px solid #FF6600; color: #FFFFFF;
}
button.elx5_warnbtn:hover, button[type=submit].elx5_warnbtn:hover, button[type=button].elx5_warnbtn:hover, a.elx5_warnbtn:hover {
	background-color: #FF6600; border-color: #E34101; color:#FFFFFF; -webkit-box-shadow: none; box-shadow: none;
}
button.elx5_errorbtn, button[type=submit].elx5_errorbtn, button[type=button].elx5_errorbtn, a.elx5_errorbtn, a.elx5_errorbtn:visited { 
    background-color: #f56954; border-color: #EF4C34; color:#FFFFFF;
}
button.elx5_errorbtn:hover, button[type=submit].elx5_errorbtn:hover, button[type=button].elx5_errorbtn:hover, a.elx5_errorbtn:hover {
	background-color: #FF0000; border-color: #C40202; color:#FFFFFF; -webkit-box-shadow: none; box-shadow: none;
}
button.elx5_sucbtn, button[type=submit].elx5_sucbtn, button[type=button].elx5_sucbtn, a.elx5_sucbtn, a.elx5_sucbtn:visited {
    background-color: #76C01D; border-color: #05C013; color:#FFFFFF;
}
button.elx5_sucbtn:hover, button[type=submit].elx5_sucbtn:hover, button[type=button].elx5_sucbtn:hover, a.elx5_sucbtn:hover {
	background-color: #69B211; border-color: #02990D; color:#FFFFFF; -webkit-box-shadow: none; box-shadow: none;
}

ul.elx5_pagination > .elx5_pagactive > a, ul.elx5_pagination > .elx5_pagactive > a:hover, ul.elx5_pagination > .elx5_pagactive > a:focus {
	color: #fff; cursor: default; background-color: #3698A1; border-color: #3698A1;
}
/* info boxes */
.elx5_info, .elx_info {
	margin:0 0 30px 0; padding:0 0 0 10px; background: transparent; border: none; border-left: 3px solid #75c5cf; border-radius:0; color:#666666;
	font: normal 14px/20px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.elx5_info:before, .elx_info:before {
	content:'\f05a'; display:inline-block; background:transparent; border-radius:none; margin:0 5px 0 0; padding:0; color:#75c5cf;
	width:auto; height:auto; font-family: "Font Awesome 5 Free"; font-weight: 900;
}
.elx5_success, .elx_notice, .elx_success {
	margin:0 0 30px 0; padding:0 0 0 10px; background: transparent; border: none; border-left: 3px solid #97D77B; border-radius:0; color:#666666;
	font: normal 14px/20px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.elx5_success:before, .elx_notice:before, .elx_success:before {
	content:'\f058'; display:inline-block; background:transparent; border-radius:none; margin:0 5px 0 0; padding:0; color:#97D77B;
	width:auto; height:auto; font-family: "Font Awesome 5 Free"; font-weight: 900;
}
.elx5_error, .elx_error {
	margin:0 0 30px 0; padding:0 0 0 10px; background: transparent; border: none; border-left: 3px solid #E55255; border-radius:0; color:#666666;
	font: normal 14px/20px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.elx5_error:before, .elx_error:before {
	content:'\f057'; display:inline-block; background:transparent; border-radius:none; margin:0 5px 0 0; padding:0; color:#E55255;
	width:auto; height:auto; font-family: "Font Awesome 5 Free"; font-weight: 900;
}
.elx5_warning, .elx_warning {
	margin:0 0 30px 0; padding:0 0 0 10px; background: transparent; border: none; border-left: 3px solid #EDB566; border-radius:0; color:#666666;
	font: normal 14px/20px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.elx5_warning:before, .elx_warning:before {
	content:'\f071'; display:inline-block; background:transparent; border-radius:none; margin:0 5px 0 0; padding:0; color:#EDB566;
	width:auto; height:auto; font-family: "Font Awesome 5 Free"; font-weight: 900;
}
.elx5_help {
	margin:0 0 30px 0; padding:0 0 0 10px; background: transparent; border: none; border-left: 3px solid #AAAAAA; border-radius:0; color:#666666;
	font: normal 14px/20px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.elx5_help:before {
	content:'\f1cd'; display:inline-block; background:transparent; border-radius:none; margin:0 5px 0 0; padding:0; color:#AAAAAA;
	width:auto; height:auto; font-family: "Font Awesome 5 Free"; font-weight: 900;
}
.elx5_info > a, .elx_info > a, .elx5_error > a, .elx_error > a, .elx5_warning > a, .elx_warning > a, .elx5_success > a, .elx_notice > a, .elx_success > a { color:inherit; text-decoration:underline; }
.elx5_sminfo, .elx_sminfo, .elx5_smwarning, .elx_smwarning, .elx5_smsuccess, .elx_smsuccess, .elx5_smerror, .elx_smerror, .elx_smnotice {
	margin:5px 0; padding:0; color: #555555; font-style: italic;
}
.elx5_sminfo:before, .elx_sminfo:before {
	content:'\f05a'; display:inline-block; background:transparent; border-radius:none; margin:0 5px 0 0; padding:0; color:#77B8E8;
	width:auto; height:auto; font-size:14px; line-height:18px; font-family: "Font Awesome 5 Free"; font-weight: 900;
}
.elx5_smwarning:before, .elx_smwarning:before {
	content:'\f071'; display:inline-block; background:transparent; border-radius:none; margin:0 5px 0 0; padding:0; color:#EDB566;
	width:auto; height:auto; font-size:14px; line-height:18px; font-family: "Font Awesome 5 Free"; font-weight: 900;
}
.elx5_smsuccess:before, .elx_smsuccess:before, .elx_smnotice:before {
	content:'\f058'; display:inline-block; background:transparent; border-radius:none; margin:0 5px 0 0; padding:0; color:#97D77B;
	width:auto; height:auto; font-size:14px; line-height:18px; font-family: "Font Awesome 5 Free"; font-weight: 900;
}
.elx5_smerror:before, .elx_smerror:before {
	content:'\f057'; display:inline-block; background:transparent; border-radius:none; margin:0 5px 0 0; padding:0; color:#E55255;
	width:auto; height:auto; font-size:14px; line-height:18px; font-family: "Font Awesome 5 Free"; font-weight: 900;
}

/* content */
.elx5_artbox { margin:0 0 50px 0; padding:0; }
.elx5_artbox:after { content:''; display:table; clear: both; }
.elx5_artboxvt { margin:0 0 50px 0; padding-bottom:15px; box-shadow: 0 2px 5px rgba(0,0,0,0.07); border-radius: 3px;  border: 1px solid #e9e9e9; overflow:hidden; }
.elx5_artboxvt figure.elx5_content_imageboxlt img { padding:0; border:none; }
.elx5_artboxvt .elx5_artbox_inner { margin:0; padding:0 12px; }
.elx5_artbox h3 { margin: 0 0 5px 0; padding: 0; font-size:22px; letter-spacing: 0px; }
.elx5_artbox h3 a, .elx5_artbox_inner h3 a { color:#3F828B; }
.elx5_artbox h3 a:hover, .elx5_artbox_inner h3 a:hover { color:#000000; }
div.elx5_dateauthor { margin:0 0 8px 0; padding:0; font:normal 13px/17px Tahoma, arial, sans-serif; color:#888888; }
div.elx5_dateauthor time { padding:0; background:transparent; color:#888888; }
.elx5_artbox p { margin:0 0 18px 0; padding:0; text-align:justify; }
p.elx5_content_subtitle { margin: 0 0 18px 0; padding: 0; font-weight:bold; text-align:left; font-size:15px; line-height:20px; }
.elx5_artbox p.elx5_content_subtitle { margin: 0 0 18px 0; padding: 0; font-weight:bold; text-align:left; font-size:15px; line-height:20px; }
figure.elx5_content_imagebox a { display:block; }
figure.elx5_content_imagebox a:hover { background:#FFFFFF; }
figure.elx5_content_imagebox a:hover img { opacity:0.6; }
h3.elx_subcategories_title { margin:25px 0 10px 0; padding:0 20px 10px 20px; display:inline-block; border-bottom: 1px solid; border-color: #75c5cf; }
div.elx_dateauthor { margin:4px 0 8px 0; padding:0; font:normal 13px/17px Tahoma, arial, sans-serif; color:#888888; }
div.elx_dateauthor time { padding:0; background:transparent; color:#888888; border-radius:0; }
.elx_datetime {
	margin:0; padding:0; display:inline-block; text-align:center; font:normal 12px/16px arial, helvetica, sans-serif; overflow:hidden; color:#666666; 
	border:1px solid #BBB; border-radius:4px; text-shadow: 0 1px 0 #FFFFFF; box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#ffffff; background:linear-gradient(to bottom, #ffffff 5%, #E2E2E2 100%);
}
.elx_datetime .wday, .elx_datetime .month, .elx_datetime .year, .elx_datetime .day, .elx_datetime .time {
	margin:0; padding:2px 5px 2px 5px; display:block; float:left; font:normal 12px/16px arial, helvetica, sans-serif;
}
.elx_datetime .day, .elx_datetime .time {
	padding:2px 8px 2px 8px; font-weight:bold; color:#444444; background-color:#E2E2E2; 
	background:linear-gradient(to bottom, #E2E2E2 5%, #C0C0C0 100%);
}
.elx_article_page > h3 {/* mostly for comments title */
	margin:25px 0 10px 0; padding:0 20px 10px 20px; display:inline-block; border-bottom: 1px solid; border-color: #75c5cf; 
}
.elx_article_page p { margin-bottom:20px; }
.elx_article_page p a, .elx5_artbox_inner a { color:#75c5cf; }
.elx_article_page p a:hover, .elx5_artbox_inner a:hover { color:#000000; }
.elx5_content_icons a, .elx5_content_icons a:visited, .elx5_content_icons a:hover {
	background:transparent; color:#75c5cf; border-radius:none;
}
.elx5_content_icons a:hover { background:transparent; color:#5e5e5e; }

div.elx_hits_box { margin:12px 0; padding:0; font-size:13px; line-height:17px; color:#666666; }
h3.elx_links_box_title { margin:25px 0 10px 0; padding:0 20px 10px 20px; display:inline-block; border-bottom: 1px solid; border-color: #75c5cf; }
ul.elx5_links_box { margin:0 0 40px 0; list-style-type: none; list-style: none; }
ul.elx5_links_box li { margin:0 0 6px 0; padding:0; }
ul.elx5_links_box li a { display:block; text-decoration:none; border:none; background:none; }
ul.elx5_links_box li a:before {
	content:'\f138'; font-family:'Font Awesome 5 Free'; 
	display:inline-block; margin-right:6px; color:#75c5cf; vertical-align: middle; font-weight: 900;
}
div.elx_tags_box { margin:25px 0 40px 0; padding:0; }
div.elx_tags_box span { font-weight:normal; padding:0 15px 0 0; color:#727272; font-weight:bold; }
div.elx_tags_box a {
	display: inline-block; margin: 8px 5px 0 0; padding: 2px 6px;  font-size: 13px; line-height: 17px; color: #FFFFFF;
	text-decoration: none; cursor: pointer; background: #75c5cf;
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease;
	transition: all .3s ease;
}
div.elx_tags_box a:hover { background-color:#000000; }
.elx_chain_next .elx_chain_title, .elx_chain_previous .elx_chain_title { font-size:12px; line-height:14px; color:#777777; font-family:Tahoma, Arial, sans-serif; margin-bottom:4px; }
.elx_chain_previous a:hover img, .elx_chain_next a:hover img { opacity:0.6; }
.elx_chain_previous a, .elx_chain_next a { color:#52A3AD; }
.elx_chain_previous a:hover, .elx_chain_next a:hover { color:#000000; }

.elx_back { margin:20px 0 30px 0; padding:0; }
.elx_back a, .elx_back a:visited, .elx_back a:hover {
	display: inline-block; margin: 0; padding: 6px 12px; 
	font: normal 14px/20px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color:#FFFFFF; 
	text-decoration: none; background: #75c5cf; border:none; text-align:center; border-radius:0;
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;
}
.elx_back a:hover { background-color:#000000; }
.elx_back a:before { content:'\f053'; font-family:'Font Awesome 5 Free'; margin-right:4px; display: inline-block; vertical-align: middle; font-weight: 900; }
ul.elx5_comments_box { margin:0 0 40px 0; text-indent:0; padding:0; list-style:none; }
ul.elx5_comments_box li.elx5_nocomments { margin:0; font:normal 14px/18px tahoma, verdana, sans-serif; color:#555555; }
ul.elx5_comments_box li.elx5_nocomments:before {
	content:'\f057'; font-family:'Font Awesome 5 Free'; 
	display:inline-block; margin-right:6px; color:#F7BEBE; vertical-align: middle; font-weight: 900;
}
figure.elx5_content_imageboxtl, figure.elx5_content_imageboxtr { width:160px; }
figure.elx5_content_imageboxml, figure.elx5_content_imageboxmr { width:320px; }
figure.elx5_content_imageboxll, figure.elx5_content_imageboxlr { width:440px; }

/* modules general */
div.module > h3, div.module > h3.smh_lined {
	font: normal 24px/27px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #5e5e5e; font-weight: 600; 
	display: block; margin:0 0 40px 0; padding:0; border:none; background:transparent; position: relative; text-align: center;
}
div.module > h3.smh_lined:before { position: absolute; top: 50%; z-index: 1; display: block; width: 100%; height: 1px; border-top: 2px solid #ccc; content: ''; }
div.module > h3.smh_lined span { position: relative; z-index: 1; padding: 0 20px; background: #fff; display: inline-block; }
div.module .tab-pane > h3 {
	font: normal 18px/24px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #5e5e5e; font-weight: 600; 
	display: block; margin:0 0 10px 0; padding:0; border:none; background:transparent; text-align: left;
}
/* footer modules */
footer div.module { margin:0; padding:0; }
footer div.module > h3 {
	display: block; margin:0 0 25px 0; padding:0; border: none; background:transparent; text-align: left; box-sizing: border-box; 
    font: normal 14px/16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 600; color: #898989; text-transform: uppercase;
}
@media (max-width: 767px) {
	footer div.module { margin:20px 0 0 0; }
}

/* module IOS Hotels Rooms */
ul.mhr_stdul li span { color: #75c5cf; }
.mhr_main .mhr_price { color:#75c5cf; }
.mhr_main .mhr_price span { color:#979797; }

/***** module login *****/
.elx5_modlogin_wrapper { padding:5px 0; }
.elx5_modlogin_avatarbox {width: 64px; }
.elx5_modlogin_avatarbox img { width: 60px; height: 60px; }
.elx5_modlogin_mainbox { margin: 0; padding: 0 0 0 70px; }
input.elx5_modlogin_uname, input[type="text"].elx5_modlogin_uname, input.elx5_modlogin_pword, input[type="password"].elx5_modlogin_pword {
	margin:0; padding:6px 12px 6px 22px; background: #FFFFFF url('../images/user.png') 2px -5px no-repeat;  
	font: normal 14px/17px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #333333; transition:none;
	border: 1px solid #CCCCCC; border-radius:0; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-sizing: border-box;
}
input.elx5_modlogin_uname:focus, input[type="text"].elx5_modlogin_uname:focus {
	background: #FFFFFF url('../images/user.png') 2px -45px no-repeat;
}
input.elx5_modlogin_pword, input[type="password"].elx5_modlogin_pword { background: #FFFFFF url('../images/lock.png') 2px -5px no-repeat; }
input.elx5_modlogin_pword:focus, input[type="password"].elx5_modlogin_pword:focus { background: #FFFFFF url('../images/lock.png') 2px -45px no-repeat; }
.elx5_modlogin_linksbox { margin:15px 0; padding:0; text-align:center; }
.elx5_modlogin_linksbox a, .elx5_modlogin_linksbox a:visited, .elx5_modlogin_linksbox a:hover {
	display:inline-block; margin:0 20px 10px 0; padding:0; border:none; background:none; border-radius: 0; color:#666666; 
	font:normal 14px/18px tahoma, arial, sans-serif; text-decoration: none;
}
.elx5_modlogin_linksbox a:hover { background:none; color:#2971CC; }
.elx5_modlogin_authbox { margin:5px 0; padding:0; }
.elx5_modlogin_authbox p { margin:0 0 10px 0; padding:0; font:normal 12px/16px Arial, Helvetica, sans-serif; color:#666666; }
a.elx5_modlogin_profile, a.elx5_modlogin_profile:visited, a.elx5_modlogin_profile:hover, a.elx5_modlogin_profile:link, a.elx5_modlogin_profile:active {
	margin:0 0 5px 0; padding:0; border:none; text-decoration:none; color:#555555; 
	font:bold 16px/20px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; text-align:left;
}
a.elx5_modlogin_profile:hover{ color:#2971CC; }
.elx5_modlogin_group, .elx5_modlogin_online, .elx5_modlogin_method { margin:0 0 1px 0; 
	font:normal 13px/16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color:#727272; display:block; }
a.elx5_modlogin_logout, a.elx5_modlogin_logout:visited, a.elx5_modlogin_logout:hover {
	display:inline-block; margin:8px 0; padding:3px 10px; border:none; text-decoration:none; background:#2971CC;
	font:normal 13px/19px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color:#FFFFFF; border-radius:3px; text-align:center;
}
a.elx5_modlogin_logout:hover { background:#444444; }
a.elx5_modlogin_logout:before {
	content:'\f2f5'; font-family:'Font Awesome 5 Free'; display:inline-block; margin-right:4px; vertical-align: middle; font-weight: 900; 
}
.elx5_modlogin_pretext, .elx5_modlogin_posttext { 
	margin:0 0 10px 0; padding:0; font:normal 14px/18px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color:#727272; 
}

/* module search */
.elx_modsearchform, form.elx_modsearchform { 
	margin:0; padding:0; display:block; font:normal 14px/18px tahoma, helvetica, sans-serif; color:#333; background:transparent; border:none; border-radius:0;
}
select.elx_modsearch_eng {
	border:none; display:none; visibility:hidden; margin:0; padding:0; box-sizing: border-box;
	width:0; height:0; border-collapse:collapse; border-radius:0px; 
	background:transparent; float:none; -webkit-appearance:none; -moz-appearance:none;
}
select.elx_modsearch_eng option { margin:0; padding:0;  display:none; visibility:hidden; }
input.elx_modsearch_input, input.elx_modsearch_input:focus, input.elx_modsearch_input:hover {
	margin:0; padding:6px 12px; font:normal 14px/17px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #333333;
	border: 1px solid #CCCCCC; border-radius:0; background:#FFFFFF; box-shadow:none; width:100%; display:block; float:none; box-sizing: border-box;
}
input.elx_modsearch_input:hover, input.elx_modsearch_input:focus { border: 1px solid #888888; outline: none; }
button.elx_modsearch_btn, button.elx_modsearch_btn:hover, button.elx_modsearch_btn:focus {
	margin:15px 0 0 0; padding:6px 12px; 
	background: linear-gradient(to bottom, rgba(255,255,255,0.33) 0%, rgba(255,255,255,0.13) 100%); text-shadow: 0 -1px 0 #000; background-color: #000;
	border: 1px solid #000; border-bottom-color: #bbb; border-radius: 4px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	white-space: nowrap; box-sizing: border-box; cursor: pointer; outline:none; float:none; width:auto; 
	font: normal 14px/20px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #FFFFFF; 
}
button.elx_modsearch_btn:hover, button.elx_modsearch_btn:focus {
	border:1px solid #000; border-bottom-color: #bbb; color: #FFFFFF; 
	background-color: #333333; background-position: 0 -32px; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* plugin gallery */
.plugal_column { padding: 0 10px 0 0; }
figure.plugal_item { margin:0 0 20px 0; overflow: hidden; }
figure.plugal_item img { transition: transform .3s ease; }
figure.plugal_item img:hover { transform: scale(1.2); }
figure.plugal_item figcaption { color: #BBBBBB; }

/* module IOS Hotels API Client */
#smh-bookmod { margin-top: -60px; }
#smh-bookmod h3 { display:none; visibility:hidden; }
.ioshot_room { margin-bottom:40px; }
.ioshot_formresults { margin:40px 0; }
/* #smh-bookmod .ioshot_formwrap { */
.ioshot_formwrap {
	border-radius: 5px; border: 1px solid #ebebeb;
	-webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.12); box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
	padding: 30px 30px; z-index: 9999; background-color: #F8F8F8;
}
button.ioshot_btn, button[type=submit].ioshot_btn, button[type=button].ioshot_btn {
	margin:0; outline: none; padding: 6px 12px; text-align: center; text-shadow: none; text-transform: none;
	font: bold 14px/17px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #FFFFFF;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3); box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3); border: 1px solid #4F99A2;
	background: linear-gradient(to bottom, rgba(255,255,255,0.33) 0%, rgba(255,255,255,0.13) 100%); background-color: #4F99A2;
	-webkit-transition: all 0.1s ease-in; -moz-transition: all 0.1s ease-in; -ms-transition: all 0.1s ease-in; -o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}
button.ioshot_btn:hover, button[type=submit].ioshot_btn:hover, button[type=button].ioshot_btn:hover {
	background: linear-gradient(to bottom, rgba(255,255,255,0.33) 0%, rgba(255,255,255,0.13) 100%); 
	background-color:#75c5cf; border:1px solid #4F99A2;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4);
}

/* footer */
footer a.smh_footlink { color: #EEEEEE; }
footer a.smh_footlink:hover, footer a.smh_footlink:focus { color: #FFFFFF; text-decoration: underline; }

/* Go-Top Button */
#smh_gotop {
	position: fixed; float: right; right: 44px; bottom: 44px; z-index: 9999; display: none; cursor: pointer;
	-webkit-border-radius: 60px; -moz-border-radius: 60px; border-radius: 60px;
	padding: 10px; background-color: #fff; opacity: 0.75; border: 1px solid; color: #000000; border-color: #000000 !important;
}
#smh_gotop:hover {
	border-color: #fff; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; background: #000000;
}
#smh_gotop span { width: 27px; text-align: center; color: #000000; }
#smh_gotop:hover span {
	color: #fff;
}
#smh_gotop:hover span {
	animation-name: fadeOutUp; animation-duration: 1s; animation-iteration-count: infinite; animation-timing-function: ease-in-out;
	-webkit-animation-name: fadeOutUp; -webkit-animation-duration: 1s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: fadeOutUp; -moz-animation-duration: 1s; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: ease-in-out;
}
@media (max-width: 767px) {
	#smh_gotop { display: none !important; }
}

/* google map */
#smartmap { width: 100% !important; height: 300px !important; overflow: visible !important; border: 1px solid; margin-top: -1px; }

/* IOS Hotels API Client */
.ioshot_hotel_distances span { color:#48A4AF; }
figure.ioshot_fig img { padding:2px; background:#FFFFFF; border:1px solid #D0D0D0; }
.ioshot_room_main { background:#EFF8F9; }
h3.ioshot_room_bookopth3 { font: normal 18px/20px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 600; color:#555555; }
/*
h3.ioshot_room_bookopth3:before { content:'\f46c'; font-family:'Font Awesome 5 Free'; display:inline-block; margin-right:4px; font-weight: 900; color:#75c5cf; }
*/
h3.ioshot_room_bookopth3 span { color:#75c5cf; }
p.ioshot_room_bookoptdesc { margin:0 0 8px 0; }
p.ioshot_room_bookoptdesc span { color:inherit; font-weight:bold; }
.ioshot_room_amenities { color: #555555; padding:0 0 0 20px; border-left:3px solid; border-color:#75c5cf; }
a.ioshot_change, a.ioshot_change:visited, a.ioshot_change:active, a.ioshot_change:link, a.ioshot_change:hover {
	padding:2px 10px; display:inline-block; width:auto; color:#FFFFFF; background:#75c5cf;
}
a.ioshot_change:hover { background-color:#000000; color:#FFFFFF; }
.ioshot_circle_block { background:#CCCCCC; }
a.ioshot_room_avcal, a.ioshot_room_avcal:visited, a.ioshot_room_avcal:active, a.ioshot_room_avcal:link, a.ioshot_room_avcal:hover { background:#75c5cf; }
a.ioshot_room_avcal:hover { background:#000000; }
.ioshot_rooms_left { margin:0 0 15px 0; color: #272727; }
.ioshot_rooms_left:before {
	content:'\f071'; display:inline-block; margin:0 5px 0 0; padding:0; color:#FF6600; font-family: "Font Awesome 5 Free"; font-weight: 900;
}
a.ioshot_tabs_btn:hover { background: #75c5cf; color:#FFFFFF; }
a.ioshot_tabs_btnactive, a.ioshot_tabs_btnactive:visited, a.ioshot_tabs_btnactive:active, a.ioshot_tabs_btnactive:hover { background: #75c5cf; color:#FFFFFF; }
/*
.ioshot_bookopt_title:before {
	content:'\f46c'; font-family:'Font Awesome 5 Free'; display:inline-block; margin-right:4px; font-weight: 900; color:#75c5cf;
}
*/
.ioshot_bookopt_title span { color: #75c5cf; }
.ioshot_room_vatnote { color: #3C9281; }
a.ioshot_abtnbook, a.ioshot_abtnbook:visited, a.ioshot_abtnbook:active, a.ioshot_abtnbook:link, a.ioshot_abtnbook:hover {
	padding: 6px 5px; font: bold 16px/20px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; border: 1px solid #C8D9DB; color:#FFFFFF;
	background: linear-gradient(to bottom, rgba(255,255,255,0.33) 0%, rgba(255,255,255,0.13) 100%); background-color: #C8D9DB;
	-webkit-transition: all 0.1s ease-in; -moz-transition: all 0.1s ease-in; -ms-transition: all 0.1s ease-in; -o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3); box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3);
}
a.ioshot_abtnbook:hover { cursor: not-allowed; }
a.ioshot_abtnbook_act, a.ioshot_abtnbook_act:visited, a.ioshot_abtnbook_act:active, a.ioshot_abtnbook_act:link {
	background: linear-gradient(to bottom, rgba(255,255,255,0.33) 0%, rgba(255,255,255,0.13) 100%); background-color: #4F99A2;
	border: 1px solid #4F99A2; color: #FFFFFF;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3); box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3);
}
a.ioshot_abtnbook_act:hover {
	background-color:#75c5cf; border:1px solid #4F99A2; cursor:pointer;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4); box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4);
}
h3.ioshot_side_h3 { margin:0 0 15px 0; font: normal 18px/22px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #7AA1A6; font-weight: 600; }
table.ioshot_sumtable th.ioshot_vimportant, table.ioshot_sumtable td.ioshot_vimportant { background: #75c5cf; }
.tippy-tooltip{ font-size:13px; }
.ioshot_extra_amount_selected { background:#3C909A; color:#FFFFFF; }
label.ioshot_radiowrap input:checked ~ .ioshot_cradio { background-color: #3C909A; }
label.ioshot_checkwrap input:checked ~ .ioshot_ccheckbox { background-color: #3C909A; }
button.ioshot_bookbtn, button[type=button].ioshot_bookbtn, button[type=submit].ioshot_bookbtn {
	background: linear-gradient(to bottom, rgba(255,255,255,0.33) 0%, rgba(255,255,255,0.13) 100%); background-color: #4F99A2; border: 1px solid #4F99A2;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3); box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3);
	-webkit-transition: all 0.1s ease-in; -moz-transition: all 0.1s ease-in; -ms-transition: all 0.1s ease-in; -o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in; font: bold 18px/25px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #FFFFFF;
}
button.ioshot_bookbtn:hover, button[type=button].ioshot_bookbtn:hover, button[type=submit].ioshot_bookbtn:hover {
	background-color:#75c5cf; border:1px solid #4F99A2;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4);
}
p.ioshot_print a, p.ioshot_print a:visited, p.ioshot_print a:active, p.ioshot_print a:link, p.ioshot_print a:hover { color: #75c5cf; }
.ioshot_combox_line a, .ioshot_combox_line a:hover, .ioshot_combox_line a:visited { color: #75c5cf; }
h4.ioshot_combox_h4 { color: #3C8B95; }
h1.ioshot_success { color: #69B211; }
a.ioshot_asmbtn, a.ioshot_asmbtn:visited, a.ioshot_asmbtn:active, a.ioshot_asmbtn:link, a.ioshot_asmbtn:hover {
	background: #75c5cf; border: 1px solid #61B3BD;
}
a.ioshot_asmbtn:hover { background: #222222; border: 1px solid #000000; }

/* addons - special */
.smh_bg_black { background: #000000; }
.smh_bg_green { background: #7ec923; }
.smh_bg_blue { background: #057ad4; }
.smh_bg_tilt { background: #75c5cf; }
.smh_bg_orange { background: #FF9900; }
.smh_bg_darkred { background: #CC0000; }
.smh_bg_gray { background: #666666; }

.container14, .container16, .container18 {padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
 @media (min-width:768px) {
    .container14, .container16, .container18 {width:750px; }
}
@media (min-width:992px) {
    .container14, .container16, .container18 {width:970px; }
}
@media (min-width:1200px) {
	.container14, .container16, .container18 { width:1170px; }
}
@media (min-width:1430px) {
	.container14, .container16, .container18 { width:1400px; }
}
@media (min-width:1630px) {
	.container14 { width:1400px; }
	.container16, .container18 { width:1600px; } { width:1600px; }
}
@media (min-width:1830px) {
	.container14 { width:1400px; }
	.container16 { width:1600px; }
	.container18 { width:1800px; }
}
/* Open Shop */
.shop_slider img { max-width:100%; }
#cboxNext, #cboxPrevious, #cboxClose, #cboxSlideshow { display: none !important; visibility: hidden !important; }

/* STANDARD HORIZONTAL MENU (E.G. OPEN SHOP MENU) */
.elx_menu { margin:0; padding:0; display:block; list-style:none; font:normal 13px/18px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; white-space: nowrap; }
.elx_menu li {
	margin:0; padding:0; display:inline-block; list-style:none; position:relative; z-index:100;
	font:normal 13px/18px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.elx_menu li a { 
	margin:0; padding:32px 20px; border:none; display:block; font:normal 13px/18px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #5e5e5e;
	text-decoration:none; outline:none; transition: color 0.2s ease-in;
}
.elx_menu > li > a { margin: 0; }
.elx_menu li.menu_active > a { background:inherit; color: #75c5cf !important; }
.elx_menu > li.menu_active > a { background:inherit; color: #75c5cf !important; }
.elx_menu li a:hover, .elx_menu li:hover > a { background:inherit; }
.elx_menu li:hover > a { color: #75c5cf !important;  }
.elx_menu > li[data-level0="subs"] > a:after { display:inline-block; font-family:'Font Awesome 5 Free'; content: '\f107'; margin-left:4px; vertical-align: middle; font-weight: 900; }
.elx_menu li[data-level1="subs"] a:after { display:inline-block; font-family:'Font Awesome 5 Free'; content: '\f105'; margin-left:4px; vertical-align: middle; font-weight: 900; }
.elx_menu ul {
	display:none; margin:-1px 0 0 0; padding:0; list-style:none; width:200px; position:absolute; 
	top:100%; left:0px; background:#FFFFFF; border: none; border-top: 2px solid #75c5cf;
}
.elx_menu li:hover > ul { display: block; }
.elx_menu ul li { display:block; float:none; background:none; }
.elx_menu ul li a {
	background-color:#FCFCFC; margin:0; padding:10px 18px; border:none; border-bottom:1px solid #E2E2E2; display:block; 
	font:normal 13px/18px "Open Sans", sans-serif; color:#5e5e5e; text-decoration:none; outline:none; border-collapse: collapse;
	overflow: hidden; white-space: nowrap;
}
.elx_menu ul li a:hover, .elx_menu ul li:hover > a {
	background-color:#FFFFFF; margin:0; padding:10px 18px; border:none; border-bottom:1px solid #E2E2E2; display:block;
	font:normal 13px/18px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color:#5e5e5e; text-decoration:none; outline:none; border-collapse: collapse;
}
.elx_menu ul li:hover > a { /* color: #75c5cf; */ }
.elx_menu ul ul { left:201px; top:-1px; }

@media only screen and (max-width:767px) {
	.elx_menu li { display:block; width:100%; }
	.elx_menu li a { padding:15px 15px; border: none; border-top:1px solid #e1e1e1; display:block; color:#5e5e5e; }
	.elx_menu > li > a { margin:0; color:#5e5e5e; }
	.elx_menu li.menu_active > a { background:inherit; color: #75c5cf !important; }
	.elx_menu > li.menu_active > a { background:inherit; color: #75c5cf !important; }
	.elx_menu li:hover > a, .elx_menu ul li:hover > a { background:initial; color:initial; }
	.elx_menu li a:hover, .elx_menu ul li a:hover { background:inherit; }
	.elx_menu ul { display:block; margin:0; position:relative; top:0; left:0; width:100%; border:none; background:none; }
	.elx_menu ul li a {	background-color:initial; border-bottom: none; border-top:1px solid #e1e1e1; margin:0; padding:15px 15px; display:block; color:#5e5e5e; }
	.elx_menu ul li a:hover, .elx_menu ul li:hover > a { border:none; border-top:1px solid #e1e1e1; padding:15px 15px; }
	.elx_menu > li > ul > li > a, .elx_menu > li > ul > li:hover > a { padding-left:40px; }
	.elx_menu > li > ul > li > ul > li > a, .elx_menu > li > ul > li > ul > li:hover > a { padding-left:70px; }
	.elx_menu ul ul { left:0; top:0; }
}
