/*! jQuery UI - v1.14.2 - 2026-01-28
* https://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit https://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright OpenJS Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.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;
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.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;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 125+ */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.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;
}

/* with multiple calendars */
.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;
}

/* RTL support */
.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;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
	height: 100%;
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.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: #454545;
	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 #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.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: #2b2b2b;
	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 #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.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;
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	background-image: none;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/static/dist/img/6b6593cf69dd64c9a596.9ea3688dd14b.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/static/dist/img/6b6593cf69dd64c9a596.9ea3688dd14b.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("/static/dist/img/27de250b9427afc7faf3.f128fc2429c1.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("/static/dist/img/6ae272f6e042b1c62f84.3618dcc5eaff.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("/static/dist/img/c34fd34fcc777b1161f0.4fdc8626424a.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/static/dist/img/f40020ee917b97ab672b.d786c8f5275d.png");
}
.ui-button .ui-icon {
	background-image: url("/static/dist/img/5f5e7dcdbb3f4a1d50d5.729e0dc348f1.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.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 is deprecated, use ui-icon-seek-start instead */
.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; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
}
.ui-widget-shadow {
	box-shadow: 0px 0px 5px #666666;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding:0;margin:0;border:0;outline:none;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,.5);box-shadow:0 10px 25px rgba(0,0,0,.5)}.fancybox-outer,.fancybox-inner{position:relative}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url("/static/dist/img/7b8e2ce6af56d812aac3.783d4031fe50.png")}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px;background:url("/static/dist/img/78a563f0ad9e9a354f51.328cc0f6c782.gif") center center no-repeat}.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:rgba(0,0,0,0) url("/static/dist/img/e5634ce393b9b3dfb4ee.325472601571.gif");-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;max-width:99999px;max-height:99999px;overflow:visible !important}.fancybox-lock{overflow:visible !important;width:auto}.fancybox-lock body{overflow:hidden !important}.fancybox-lock-test{overflow-y:hidden !important}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url("/static/dist/img/f0eb344850a4f2f3dead.77aeaa52715b.png")}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:rgba(0,0,0,0);background:rgba(0,0,0,.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#fff;font-weight:bold;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5){#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url("/static/dist/img/89fa20c7590c9538072a.ed9970ce2224.png");background-size:44px 152px}#fancybox-loading div{background-image:url("/static/dist/img/d8f0a9727c7b19e2f0db.f92938639fa8.gif");background-size:24px 24px}}
.br-theme-fontawesome-stars .br-widget {
  height: 28px;
  white-space: nowrap;
}
.br-theme-fontawesome-stars .br-widget a {
  font: normal normal normal 20px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 2px;
}
.br-theme-fontawesome-stars .br-widget a:after {
  content: '\f005';
  color: #d2d2d2;
}
.br-theme-fontawesome-stars .br-widget a.br-active:after {
  color: #EDB867;
}
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
  color: #EDB867;
}
.br-theme-fontawesome-stars .br-widget .br-current-rating {
  display: none;
}
.br-theme-fontawesome-stars .br-readonly a {
  cursor: default;
}
@media print {
  .br-theme-fontawesome-stars .br-widget a:after {
    content: '\f006';
    color: black;
  }
  .br-theme-fontawesome-stars .br-widget a.br-active:after,
  .br-theme-fontawesome-stars .br-widget a.br-selected:after {
    content: '\f005';
    color: black;
  }
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid rgba(0,0,0,0)}.slick-arrow.slick-hidden{display:none}
.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__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame,.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: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,176,235,.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:width,-webkit-transform;transition-property:transform,width;transition-property:transform,width,-webkit-transform;transition-timing-function:cubic-bezier(.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{display:-moz-inline-box;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.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("/static/dist/img/159d149faa47be7f2867.cc33c89da3cb.png") no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url("/static/dist/img/f0551764de7a1cdf1910.fdc6a994ec7d.png") no-repeat;background-size:96px 160px}}.fotorama__thumb{background-color:gray;background-color:hsla(0,0%,50%,.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{max-width:100%!important;max-height:100%!important;padding:0!important;overflow:hidden!important}.fotorama--fullscreen,.fullscreen{width:100%!important;height:100%!important;margin:0!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}.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:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"progid:DXImageTransform.Microsoft.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 gray}.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:#00b0eb;background-image:-webkit-gradient(linear,left top,right bottom,from(hsla(0,0%,100%,.25)),to(rgba(64,64,64,.1)));background-image:linear-gradient(to bottom right,hsla(0,0%,100%,.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:hsla(0,0%,100%,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.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:"progid:DXImageTransform.Microsoft.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{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.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{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}.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:translateZ(0);transform:translateZ(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:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;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:-webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(25%,rgba(0,0,0,.2)),color-stop(75%,rgba(0,0,0,.3)),to(transparent)),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);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:-webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(25%,rgba(0,0,0,.2)),color-stop(75%,rgba(0,0,0,.3)),to(transparent)),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);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}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

@font-face {
    font-family: 'FontAwesome';
    src: url("/static/dist/fonts/31d6cfe0d16ae931b73c.d41d8cd98f00.eot");
    src: url("/static/dist/fonts/31d6cfe0d16ae931b73c.d41d8cd98f00.eot?#iefix&v=4.7.0") format('embedded-opentype'), url("/static/dist/fonts/31d6cfe0d16ae931b73c.d41d8cd98f00.woff2") format('woff2'), url("/static/dist/fonts/f691f37e57f04c152e23.fee66e712a8a.woff") format('woff'), url("/static/dist/fonts/31d6cfe0d16ae931b73c.d41d8cd98f00.ttf") format('truetype'), url("/static/dist/img/c1e38fd9e0e74ba58f7a.912ec66d7572.svg#fontawesomeregular") format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: RobotoRegular;
    font-weight: 400;
    font-style: normal;
    src: url("/static/dist/fonts/6a6fde8017c9633eb5d3.eee713d64548.eot");
    src: url("/static/dist/fonts/6a6fde8017c9633eb5d3.eee713d64548.eot?#iefix") format('embedded-opentype'), url("/static/dist/fonts/9ff92525b1be9c3c50f9.18b2429ba6e7.woff") format('woff'), url("/static/dist/fonts/80e7009df9ff0cd28d0f.290793a32877.ttf") format('truetype')
}

@font-face {
    font-family: RobotoBold;
    font-weight: 400;
    font-style: normal;
    src: url("/static/dist/fonts/5633dab29bb8298af115.cbb753be9610.eot");
    src: url("/static/dist/fonts/5633dab29bb8298af115.cbb753be9610.eot?#iefix") format('embedded-opentype'), url("/static/dist/fonts/d4fc033d0a688a763abd.af01b5037ff6.woff") format('woff'), url("/static/dist/fonts/7afd5ac11e79e6d8d00c.b2c24342409e.ttf") format('truetype')
}

@font-face {
    font-family: RobotoMedium;
    font-weight: 400;
    font-style: normal;
    src: url("/static/dist/fonts/ae5c5e6bbcbaef3dfa31.6646320247af.eot");
    src: url("/static/dist/fonts/ae5c5e6bbcbaef3dfa31.6646320247af.eot?#iefix") format('embedded-opentype'), url("/static/dist/fonts/004b356e148587b44a68.5ca830617cdc.woff") format('woff'), url("/static/dist/fonts/82651cfee90cdf700d37.9f69ecf8a3c3.ttf") format('truetype')
}

@font-face {
    font-family: RobotoLight;
    font-weight: 400;
    font-style: normal;
    src: url("/static/dist/fonts/4073f1d6248dbc1a39de.fd160a7ab056.eot");
    src: url("/static/dist/fonts/4073f1d6248dbc1a39de.fd160a7ab056.eot?#iefix") format('embedded-opentype'), url("/static/dist/fonts/35722f3e3f14f7d7dd76.1d638d89cf0c.woff") format('woff'), url("/static/dist/fonts/67eae11afbc817bceec9.e025164d56e8.ttf") format('truetype')
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong {
    font-weight: 700;
    font-family: "RobotoBold", sans-serif;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
}

:after, :before, :hover {
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

.footer_down {
    min-height: 100%;
    position: relative;
    padding-bottom: 330px;
}

body {
    font-family: "RobotoRegular", sans-serif;
    font-size: 1em;
    color: #3a3a38;
}

ul li {
    list-style-type: none;
}

a {
    text-decoration: none;
    outline: none;
}

p {
    line-height: 1.5;
    word-wrap: break-word;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.button, input[type="submit"] {
    color: #fff;
    background: #5dd3d3;
    -webkit-box-shadow: inset 0 -4px 10px 0 rgba(0, 0, 0, 0.27);
    -moz-box-shadow: inset 0 -4px 10px 0 rgba(0, 0, 0, 0.27);
    box-shadow: inset 0 -4px 10px 0 rgba(0, 0, 0, 0.27);
    border-radius: 5px;
    padding: 10px 35px;
    text-align: center;
    font-size: 1.3em;
    border: none !important;
    outline: none;
    transition: 0.5s ease;
    cursor: pointer;
    margin: 5px 0;
    display: inline-block;
}

.button:hover, input[type="submit"] {
    background: #ff623b;
    transition: 0.5s ease;
}

.button2 {
    background: -moz-linear-gradient(top, rgba(98, 216, 216, 1) 0%, rgba(98, 216, 216, 1) 1%, rgba(255, 255, 255, 1) 50%, rgba(98, 216, 216, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(98, 216, 216, 1) 0%, rgba(98, 216, 216, 1) 1%, rgba(255, 255, 255, 1) 50%, rgba(98, 216, 216, 1) 100%);
    background: linear-gradient(to bottom, rgba(98, 216, 216, 1) 0%, rgba(98, 216, 216, 1) 1%, rgba(255, 255, 255, 1) 50%, rgba(98, 216, 216, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b362d8d8', endColorstr='#b362d8d8', GradientType=0);
    padding: 10px 45px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    color: #1eaeae;
    border: 1px solid #bbe3e3;
    transition: 0.5s ease;
    text-align: center;
}

.button2:hover {
    background: #1eaeae;
    cursor: pointer;
    color: #fff;
    transition: 0.5s ease;
}

textarea, input, select {
    border: 0;
}

textarea {
    resize: none;
}

::-webkit-input-placeholder {
    color: #191919;
    font-family: "RobotoRegular", sans-serif;
}

::-moz-placeholder {
    color: #191919;
    font-family: "RobotoRegular", sans-serif;
}

:-ms-input-placeholder {
    color: #191919;
    font-family: "RobotoRegular", sans-serif;
}

:-moz-placeholder {
    color: #191919;
    font-family: "RobotoRegular", sans-serif;
}

/*!*---------slick slider--------------*!*/
.slick-slide {
    outline: none;
    border: none;
}

.slick-next, .slick-prev {
    position: absolute;
    width: 25px;
    height: 25px;
    border: 2px solid #000;
    border-radius: 50%;
    background: none;
    font-size: 30px;
    color: #000;
    z-index: 10;
    cursor: pointer;
    display: block;
}

.slick-next {
    top: 40%;
    right: 5px;
}

.slick-prev {
    top: 40%;
    left: 5px;
}

.slick-next:before, .slick-prev:before {
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    font-size: 20px;
}

.slick-next:before {
    content: '\f105';
}

.slick-prev:before {
    content: '\f104';
}

.slick-dots {
    text-align: center;
    font-size: 0;
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: auto;
}

.slick-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    margin: 0 5px;
    cursor: pointer;
    border: 2px solid #fff;
}

.slick-dots li.slick-active, .slick-dots li:hover {
    background: #62d8d8;
}

.slick-dots li button {
    background: none;
    outline: none;
    border: none;
    font-size: 0px;
}

.slick-slide img {
    width: 100%;
}

/*----------------------------mobile menu-------------------------------*/
.nav_open {
    display: block;
}

.mob-ico {
    display: none;
    width: 65px;
    height: 40px;
    cursor: pointer;
    z-index: 99;
    position: absolute;
    top: 30px;
    right: 10px;
}

.mob-ico:before {
    content: "Меню";
    position: absolute;
    top: 5px;
    left: 0;
    color: #ff623b;
    font-size: 20px;
}

.mob-ico.open:before {
    display: none;
}

.mob-ico i {
    /*display: block;*/
    width: 0;
    margin: 7px 0;
    background: #ff623b;
    height: 3px;
    border-radius: 2px;
    position: relative;
    z-index: 1;
    transition: 0.5s ease;
    display: none;
}

/*.mob-ico i:first-child {*/
/*width: 60%;*/
/*transition: 0.5s ease;*/
/*}*/

/*.mob-ico i:last-child {*/
/*width: 75%;*/
/*transition: 0.5s ease;*/
/*}*/

/*.mob-ico:hover i {*/
/*width: 100%;*/
/*transition: 0.5s ease;*/
/*}*/
.mob-ico.open {
    width: 38px
}

.mob-ico.open i:not(:nth-child(2)) {
    width: 35px;
    transform: rotate(45deg);
    transition: 0.5s ease;
    display: block;
}

.mob-ico.open i:nth-child(2) {
    display: none;
    transition: 0.5s ease;
}

.mob-ico.open i:first-child {
    transform: rotate(-45deg);
    top: 10px;
    transition: 0.5s ease;
}

/*-----------------------feedback-------------------------------------*/
.overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    display: none;
    background-color: rgba(98, 216, 213, 0.8);
    position: fixed;
    cursor: default
}

.overlay:target {
    display: block
}

.popup {
    top: -200%;
    right: 0;
    left: 50%;
    margin: 0;
    font-size: 14px;
    z-index: 10000;
    width: auto;
    min-width: 320px;
    max-width: 600px;
    position: fixed;
    padding: 25px 15px;
    background: #fff;

}

.overlay:target + .popup {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 20%
}

@media screen and (max-width: 768px) {
    .overlay:target + .popup {
        top: 10%;
    }
}

.popup p {
    font-weight: 700;
    padding: 0 5px;
    color: #1eaeae;
    font-family: "RobotoBold", sans-serif;
    text-align: center;
    font-size: 1.1em;
}

.popup form {
    width: 80%;
    margin: 0 auto;
}

/*.popup a {*/
/*font-weight: bold;*/
/*color: #252525;*/
/*display: inline-block;*/
/*padding: 0 10px;*/
/*margin-bottom: 10px;*/
/*}*/
.popup input, .popup textarea, .popup select {
    width: 100%;
    border: solid 1px #b7b7b7;
    padding: 8px 10px;
    margin: 10px 0;
}

.popup textarea {
    height: 100px;
}

.close {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    position: absolute;
    padding: 0;
    margin: -2px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
}

.close:before {
    color: #252525;
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 800;
    top: 1px;
    left: 4px;
    position: absolute;
    transition: 0.5s ease;
}

.close:hover:before {
    transition: 0.5s ease;
    color: #1eaeae;
}

.popup form .wrap {
    display: table;
    clear: both;
    width: 100%;
}

.popup form .wrap li {
    width: 45%;
    display: inline-block;
}

.popup form .wrap li:last-of-type {
    float: right;
}

.profile_input {
    background: url("/static/dist/img/ce326eedf4edfcc3a023.204304e56473.png") no-repeat 95% center #fff;
}

.reservation_form input, .reservation_form select, .add_review_form input, .add_review_form textarea {
    background-color: #cbcbcb;
}

.reservation_form .button2 {
    margin: auto;
    display: block;

}

.more_info {
    padding: 0;
    background-color: #5dd3d3;
    color: #000000;
    font-size: 0.9em;
}

.more_info .wrap {
    display: table;
    clear: both;
    text-align: center;
    width: 100%;
}

.more_info .form_slider {
    width: 500px;
    float: left;
    padding-right: 15px;
    margin-right: 20px;
}

.more_info .text {
    padding: 20px 15px 0 15px;
    font-size: 1.1em;
    text-align: left;
    /*float: left;*/
    /*max-width: 450px;*/
    color: #000000;
}

.more_info .text ul {
    margin-left: 30px;
}

.more_info .text ul li {
    list-style-type: disc;
    line-height: 1.2;
}

.more_info .text h2 {
    font-family: "RobotoBold", sans-serif;
    padding: 0 20px 10px 0;
    font-size: 1em;
    line-height: 1.2;
}

.more_info_icons {
    padding: 10px 0;
}

.more_info_icons li {
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
}

.more_info .close:before {
    color: #fff;
}

.more_info .button2 {
    margin-bottom: 15px;
}

.more_info table {
    margin-bottom: 15px;
}

.more_info table caption {
    text-align: center;
    padding-bottom: 10px;
    font-weight: 700;
}

.more_info table tr {
    border-bottom: 1px solid #fff;
}

.more_info table tr:last-of-type {
    border-bottom: 0;
}

.more_info table td {
    padding: 6px 10px;
    vertical-align: middle;
    line-height: 1.2;
    min-width: 100px;
}

.more_info table .name {
    width: 80%;
    border-right: 1px solid #fff;
}

.more_info table span {
    font-size: 1.3em;
}

.add_review_form span {
    padding: 10px 4px;
    display: block;
}

.rating {
    display: table;
    clear: both;
}

.rating > input {
    display: none;
}

.rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating > label {
    color: #ddd;
    float: right;
}

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label {
    color: #FFD700;
}

/* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label {
    color: #FFED85;
}

/*--------------------breadcrumbs----------------------*/
.breadcrumbs {
    padding: 12px 0;
    margin-top: 10px;
    background-color: #3ab3b3;
}

.breadcrumbs li {
    display: inline-block;
    padding: 0 10px 0 20px;
    color: #fff;
}

.breadcrumbs li a {
    color: #fff;
    position: relative;
    display: block;
}

.breadcrumbs li a:hover {
    text-decoration: underline;
}

.breadcrumbs li a::before {
    content: '/';
    width: 19px;
    height: 21px;
    position: absolute;
    right: -33px;
    top: 0;
    font-size: 17px;
}

/*---------------------social--------------------------------*/
.vk, .google, .facebook, .instagram, .youtube, .twitter {
    position: relative;
    color: #3ab3b3;
    width: 25px;
    height: 25px;
    background: #fff;
    display: inline-block;
    text-align: center;
    line-height: 1.3;
    transition: 0.5s ease;
    font-size: 19px;
    margin: 0 5px;
}

.vk:hover, .google:hover, .facebook:hover, .instagram:hover, .youtube:hover, .twitter:hover {
    transition: 0.5s ease;
    color: #ff623b;
}

.vk:before {
    content: '\f189';
    font-family: FontAwesome;
}

.google::before {
    content: '\f0d5';
    font-family: FontAwesome;
}

.facebook::before {
    content: '\f09a';
    font-family: FontAwesome;
}

.instagram::before {
    content: '\f16d';
    font-family: FontAwesome;
}

.youtube::before {
    content: '\f167';
    font-family: FontAwesome;
}

.twitter::before {
    content: '\f099';
    font-family: FontAwesome;
}

/*---------------seo_text------------------------------*/
.seo_text {
    padding: 20px 10px 70px;
}

.seo_text h2 {
    padding: 10px 0;
    line-height: 1.5;
    font-size: 1.3em;
    position: inherit!important;
}

.seo_text p {
    padding: 10px 0;
    /*text-indent: 20px;*/
    text-align: justify;
}

.seo_text a {
    color: #00c0d5;
    transition: 0.5s esse;
}

.seo_text a:hover {
    color: #086a75;
    transition: 0.5s esse;
}

.seo_text ul li {
    position: relative;
    padding-left: 25px;
    line-height: 1.5;
    display: block;
}

.seo_text ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    background: url("/static/dist/img/b6c031283a4238f7adb9.eccbc60664c7.svg") no-repeat;
    background-size: 100% 100%;
}

.seo_text ol {
    list-style-type: none;
}

.seo_text ol {
    counter-reset: item;
}

.seo_text ol li:before {
    content: counters(item, ")") ") ";
    counter-increment: item;
}

.seo_text ol li {
    position: relative;
    padding-left: 20px;
    line-height: 1.5;
}

/*-------------------base------------------------*/
.header_info {
    text-align: center;
    background-color: #3ab3b3;
}

.header_info li {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    padding: 10px 25px;
    font-size: 1.1em;
    font-family: "RobotoBold", sans-serif;
}

header .logo {
    max-width: 220px;
    transition: 0.5s ease;
    margin: 0 auto;
}

header .logo a {
    display: block;
}

header .logo img {
    width: 100%;
}

header .lang {
    position: relative;
}

header .dropdown {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    padding: 0 16px;
    font-size: 16px;

}

.header_info span {
    padding: 0 15px;
}

.header_info span a{color: white}

header .fixed {
    position: fixed;
    top: 0;
    z-index: 9999;
}

header .header_menu.fixed .logo {
    width: 260px;
    padding: 10px 0 !important;
    transition: 0.5s ease;
}

.header_menu {
    text-align: center;
    position: relative;
    background-color: #f2f2f2;
    width: 100%;
}

.header_menu li {
    display: inline-block;
    vertical-align: middle;
    padding: 20px 0;
}

.header_menu nav ul li {
    padding: 0;
    position: relative;
}

header nav {
    padding-left: 35px;
}

header nav ul li a {
    color: #009999;
    display: block;
    transition: 0.5s ease;
    padding: 10px;
    font-family: "RobotoBold", sans-serif;
}

header nav ul li a:hover {
    color: #ff623b;
    transition: 0.5s ease;
}

header nav .akcii {
    text-transform: uppercase;
    color: #ff3333;
}

header .header_menu .logo {
    padding: 15px 0;
}

.menu_dropdown {
    display: none;
    width: 240px;
    /*top:0;*/
    right: 0;
    position: absolute;
    z-index: 99;
    background-color: #f2f2f2;
    padding: 15px 0;
    text-align: left;
}

.dropdown_down_level {
    right: -100%;
    top: 0
}

.menu_dropdown li {
    display: block;
}

.wrap_menu_dropdown a {
    padding-right: 28px !important;
    z-index: 3;
    position: relative;
}

/*header nav ul li a:hover .arrow{*/
/*color: #ff623b!important;*/
/*transition: 0.5s ease;*/
/*}*/
.arrow {
    position: absolute;
    height: 30px;
    width: 30px;
    font-size: 20px;
    top: 8px;
    right: 0;
    cursor: pointer;
    z-index: 2;
    color: #009999;
    transition: 0.5s ease;
}

.arrow:before {
    content: "\f0d7";
    font-family: FontAwesome
}

.arrow.open:before {
    content: "\f0d8"
}

nav .show-subnav {
    display: block !important
}

.search_header {
    position: relative;
    width: 40px;
    transition: width 0.3s;
}

.search_header div {
    position: relative;
    width: 40px;
    height: 40px;
    background: #fff;
    z-index: 10;
    float: right;
    cursor: pointer;
}

.search_header div:before {
    content: '\f002';
    font-family: FontAwesome;
    color: #3ab3b3;
    font-size: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    margin: auto;
}

.search_header .js_search_submit {
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
    top: 0;
    right: 0;
    outline: none;
    border: 0;
    opacity: 0;
    color: transparent;

}

.search_header .js_search_input {
    position: absolute;
    top: 0;
    right: 0;
    /*border: none;*/
    /*outline: none;*/
    background: #fff;
    width: 100%;
    height: 40px;
    margin: 0;
    z-index: 10;
    padding: 5px 0 5px 10px;
}

.search_header.open_search {
    width: 300px;
    transition: width 0.3s;
}

footer {
    background: url("/static/dist/img/6c7bcd36cdef06a575b0.a62010ed90b0.jpg") no-repeat center;
    background-size: cover;
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
}

footer a {
    color: #fff;
}

footer p {
    font-size: 16px;
    line-height: 1.8;
}

footer ul {
    font-size: 0;
}

footer ul li {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
    font-size: 14px;
    padding: 20px 25px;
}

footer ul li:nth-child(1) div {
    padding: 15px 0;
}

footer ul li:nth-child(2) {
    padding: 20px 25px 0
}

footer ul li:nth-child(3) {
    padding: 0
}

footer ul li:nth-child(2) a,
footer ul li:nth-child(3) a {
    display: block;
    font-family: RobotoBold, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    transition: 0.5s ease;
    padding-left: 40px;
}

footer ul li:nth-child(2) a:hover,
footer ul li:nth-child(3) a:hover {
    transition: 0.5s ease;
    color: #ff623b;
}

footer form {
    width: 100%;
    text-align: center;
}

footer form input, footer form textarea {
    width: 100%;
    display: block;
    margin: 5px 0;
    padding: 10px;
}

footer .vk, footer .google, footer .facebook, footer .instagram, footer .youtube, footer .twitter {
    color: #5faaaa;
}

/*---------------------index-------------------------*/
.top_slider {
    position: relative;
    overflow: hidden;
}

div[data-type-slider="index"] .slide {
    border-bottom: solid 20px #3ab3b3;
}

.top_slider .slide:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url("/static/dist/img/e826179a656d1b43d7ca.a44a4049677c.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
}

.top_slider .slide {
    position: relative;
    background: #3ab3b3;
    border-top: solid 20px #3ab3b3;
}

.top_slider .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    z-index: 3;
    color: #fff;
    opacity: 0;
    transition: 0s 1s;
    -webkit-transition: 0s 1s;
    -moz-transition: 0s 1s;
    -ms-transition: 0s 1s;
    -o-transition: 0s 1s;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
    text-align: center;
}

.top_slider .slick-slide.slick-active .text {
    opacity: 1;
    transition: 0.8s 1.1s;
    -webkit-transition: 0.8s 1.1s;
    -moz-transition: 0.8s 1.1s;
    -ms-transition: 0.8s 1.1s;
    -o-transition: 0.8s 1.1s;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    transform: translateY(-50%);
}

.top_slider .text p {
    /*font-family: "RobotoLight",sans-serif;*/
    font-size: 1.8em;
    width: 300px;
    margin: 0 auto;
    line-height: 1.16;
    font-weight: 300;
}

.top_slider .text span {
    display: block;
    font-size: 1.4em;
    font-family: "RobotoLight", sans-serif;
    /*font-style: italic;*/
    width: 250px;
    margin: 0 auto;
    line-height: 1.25;
}

.top_slider .text .button {
    margin-top: 15px;
    padding: 10px 50px;
}

.top_slider .slick-dots {
    left: auto;
    right: 23%;
}

.top_slider_booking:before {
    content: '';

    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-top: solid 20px #3ab3b3;
    border-bottom: solid 20px #3ab3b3;
    background-image: url("/static/dist/img/5c40bfbb405264efb604.3e6ee362ee8d.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .top_slider_booking:before {
        content: none !important;
    }

    .search_form .booking_title {
        color: #3ab3b3 !important;
        text-shadow: none !important;
    }

}

.top_slider_booking .text {
    display: none;
}

.top_slider_booking .search_form {
    max-width: 1200px;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
}

.top_slider_booking .slide:before {
    display: none;
}

.index_banners_list {
    text-align: center;
    padding: 10px 0;
    margin: 1px auto 0;
    display: flex;
    flex-wrap: wrap;
}

.index_banners_list {
    font-size: 0;
}

.index_banners_list li {
    vertical-align: top;
    width: 25%;
    padding: 10px;
    overflow: hidden;
    margin: 0 !important;
}

.index_banners_list li a {
    display: block;
    transition: 0.5s ease;
}

.index_banners_list li a img {
    width: 100%;
    display: block;
    transition: 0.5s ease;
}

/*.index_banners_list li a:hover img {*/
/*transition: 0.5s ease;*/
/*transform: scale(1.1);*/
/*}*/

.index_href_hot_tour {
    display: block;
    color: #ff623b;
    font-family: "RobotoBold", sans-serif;
    font-size: 1.5em;
    padding: 15px 10px;
    transition: 0.5s ease;
    background-color: #ffe000;
    text-align: center;
    margin: 50px 0;
    text-transform: uppercase;
}

.index_href_hot_tour:hover {
    transition: 0.5s ease;
    background-color: #ff623b;
    color: #fff;
}

.index_title {
    display: block;
    color: #fff;
    font-family: "RobotoBold", sans-serif;
    font-size: 1.3em;
    padding: 10px;
    text-align: center;
    background-color: #ff623b;
    transition: 0.5s ease;
    margin-bottom: 10px;
}

.index_title.inline {
    width: 250px;
    margin: 10px auto;
}

.index_title:hover {
    background-color: #febb02;
    transition: 0.5s ease;
}

.index_bg {
    background: url("/static/dist/img/38d42029071983627982.ffc9a7c30581.jpg") no-repeat right bottom;
    background-size: contain;
}

.top10 figure img {
    position: relative;
    display: block;
    width: 100%;
    /*opacity: 0.8;*/
}

.top10 figure figcaption {
    padding: 15px 0;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.top10 figure figcaption::before,
.top10 figure figcaption::after {
    pointer-events: none;
}

.top10 figure figcaption,
.top10 figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.top10 figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.top10 figure h2 {
    word-spacing: -0.15em;
    letter-spacing: 1px;
}

.top10 figure h2 span {
    font-family: "RobotoBold", sans-serif;
}

.top10 figure h2,
.top10 figure p {
    margin: 0;
}

.top10 figure.effect-apollo {
    background: #62d8d8;
}

.top10 figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

.top10 figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.top10 figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 1em 2em;
    padding: 0 1em;
    max-width: 170px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    font-size: 0.65em;
}

.top10 figure.effect-apollo h2 {
    text-align: center;
    /*background-color: rgba(255,98,59,0.8);*/
    padding: 3px 20px;
    line-height: 1.2;
    text-shadow: 1px 1px 2px black;
}

.top10 figure.effect-apollo:hover img {
    opacity: 0.2;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.top10 figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.top10 figure.effect-apollo:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.top10 li {
    display: inline-block;
    vertical-align: top;
    width: 230px;
    overflow: hidden;
    position: relative;
    margin: 5px;
}

.sun_title {
    color: #ff623b;
    font-family: "RobotoBold", sans-serif !important;
    font-size: 1.5em !important;
    position: relative !important;
    line-height: 1.2em !important;
    padding: 20px 15px 20px 45px !important;
    text-indent: 0 !important;
}

.sun_title:before {
    content: '';
    background: url("/static/dist/img/b6c031283a4238f7adb9.eccbc60664c7.svg") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 15px;
    left: 0;
    width: 35px;
    height: 35px;
}

.index_seo {
    display: table;
    clear: both;
}

.index_seo .left_col {
    width: 75%;
    float: left;
}

.index_seo .right_col {
    width: 25%;
    float: left;
    text-align: right;
    padding-top: 50px;
}

.index_seo .right_col a {
    display: inline-block;
}

.index_seo .right_col a img {
    width: 100%;
}

.index_news {
    display: table;
    clear: both;
}

.index_news .left_col {
    width: 80%;
    float: left;
}

.index_news .right_col {
    width: 20%;
    float: left;
    padding: 15px 0;

}

.index_news .left_col ul {
    font-size: 0;
}

.news_list {
    margin: 0 0 20px 0
}

.news_list li {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 15px;
    font-size: 14px;
}

.news_list li .img {
    display: block;
    overflow: hidden;
}

.news_list li .img img {
    width: 100%;
    transition: 0.5s ease;
}

.news_list li .img:hover img {
    transition: 0.5s ease;
    transform: scale(1.1);
}

.news_list li h2 {
    text-transform: uppercase;
    font-size: 1.1em;
    line-height: 1.2;
    padding: 15px 0;
    min-height: 90px;
}

.news_list li .more {
    color: #00c0d5;
    text-transform: uppercase;
    font-size: 1.1em;
    display: inline-block;
    position: relative;
    margin: 15px 0;
    padding: 0 15px 0 0;
    transition: 0.5s ease;
    font-family: "RobotoMedium", sans-serif;
}

.news_list li .more:after {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: -3px;
}

.news_list li .more:hover {
    transition: 0.5s ease;
    color: #ff623b;
}

.news_list li p {
    min-height: 170px
}

.index_news .right_col ul {
    font-size: 0;
}

.index_news .right_col li {
    margin-bottom: 15px;
    font-size: 14px;
}

.index_news .right_col li div a {
    display: block;
}

.index_news .right_col li div a img {
    width: 100%;

}

.index_news .vacancies {
    padding-right: 2%
}

.index_akcii_video {
    display: flex;
    clear: both;
    padding-bottom: 30px;
}

.index_akcii_video .subtitle {
    font-family: "RobotoBold", sans-serif;
    color: #ff623b;
    padding: 0 0 15px;
    font-size: 1em;
}

.index_resort_list {
    width: 20%;
    order: 0;
    display: flex;
    flex-direction: column;
}

.index_resort_list p {
    font-size: .9em;
    padding: 10px;
}

.index_akcii {
    width: 60%;
    order: 1;
    display: flex;
    flex-direction: column;
}

.index_video {
    width: 20%;
    order: 2;
    display: flex;
    flex-direction: column;
}

.index_video .wrap {
    display: table;
    clear: both;
    width: 100%;
    text-align: right;
}

.index_video .wrap div {
    /*width: 50%;*/
    /*float: left;*/
    padding: 0 5px;
}

.index_resort_list ul {
    padding-bottom: 20px;
}


.index_resort_list ul li a {
    color: #009999;
    display: block;
    transition: 0.5s ease;
    padding: 8px 2px;
    font-family: "RobotoBold", sans-serif;
}

.index_resort_list ul li a:hover {
    color: #ff623b;
    transition: 0.5s ease;
}

.index_video .wrap div iframe {
    width: 100%;
    margin-bottom: 10px;
}

.index_akcii_video .more {
    display: block;
    width: 100%;
    max-width: 240px;
    color: #00c0d5;
    text-align: center;
    padding: 10px;
    transition: 0.5s ease;
    font-family: "RobotoMedium", sans-serif;
    border: 2px solid #00c0d5;
    text-transform: uppercase;
    margin: auto auto 5px;
}

.index_akcii_video .more:hover {
    transition: 0.5s ease;
    color: #ff623b;
    border: 2px solid #ff623b;
}

.new_index_akcii_video .slidorion {
    height: 471px;
}

.new_index_akcii_video .slider {
    height: 450px;
}

/* Slidorion Stylesheet */
.slidorion {
    height: 360px;
    position: relative;
    padding: 10px;
    display: table;
    clear: both;
    width: 95%;
    background: #62d8d8;
}

.slider {
    width: 50%;
    height: 350px;
    position: relative;
    float: left;
    overflow: hidden; /* Hides the animations */
}

.slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider .slide img {
    width: 100%;
    min-width: 300px;
}

.accordion {
    position: relative;
    z-index: 999;
    float: left;
    width: 50%;
    padding-left: 10px;
}

.accordion .header {
    background: -moz-linear-gradient(top, rgba(98, 216, 216, .7) 0, rgba(98, 216, 216, .7) 1%, hsla(0, 0%, 100%, .7) 50%, rgba(98, 216, 216, .7) 100%);
    background: -webkit-linear-gradient(top, rgba(98, 216, 216, .7), rgba(98, 216, 216, .7) 1%, hsla(0, 0%, 100%, .7) 50%, rgba(98, 216, 216, .7));
    background: linear-gradient(180deg, rgba(98, 216, 216, .7) 0, rgba(98, 216, 216, .7) 1%, hsla(0, 0%, 100%, .7) 50%, rgba(98, 216, 216, .7));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b362d8d8", endColorstr="#b362d8d8", GradientType=0);
    padding: 7px 15px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1em;
    display: block;
    color: #1eaeae;
    border-top: 1px solid #1eaeae;
    border-bottom: 1px solid #1eaeae;
}

.accordion .header:first-child {
    border-top: none;
}

.accordion .header .active, .accordion .header:hover {
    background: #1eaeae;
    cursor: pointer;
    color: #fff;
}

.accordion .content {
    height: 100px;
    font-weight: 700;
    font-size: 12px;
    margin: 0;
    padding: 16px;
    border: none;
    background: #cdf7f7;
    overflow: auto;
}

#accordion .content a {
    margin-top: 15px;
    display: inline-block;
    text-decoration: underline;
    font-family: RobotoBold, sans-serif;
    color: #000;
}

@media screen and (max-width: 500px) {
    .accordion, .slider {
        float: none;
        width: 100%;
    }

    .accordion {
        padding-left: 0;
    }
}

.index_content_wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 15px;
}

.index_content {
    width: 80%;
    padding-right: 30px;
}

.index_content_wrap .banners_list {
    width: 20%;
}

.index_content_wrap .banners_list ul li {
    margin-bottom: 15px;
    font-size: 14px;
}

.index_content_wrap .banners_list ul li div a {
    display: block;
}

.index_content_wrap .banners_list ul div a img {
    width: 100%;
}

.index_content_wrap .index_akcii_list {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.index_content_wrap .index_akcii_list .item {
    width: 33.3%;
    padding: 15px;
    font-size: 14px;
}

.index_content_wrap .index_akcii_list .item .img_box {
    overflow: hidden;
    display: block;
    transition: 0.5s all ease;
    margin-bottom: 20px;
}

.index_content_wrap .index_akcii_list .item .img_box img {
    display: block;
    width: 100%;
    transition: 0.5s all ease;
}

.index_content_wrap .index_akcii_list .item .img_box:hover img {
    transform: scale(1.1);
}

.index_content_wrap .index_akcii_list .item .action_title {
    text-transform: uppercase;
    font-size: 1.1em;
    line-height: 1.2;
    padding-bottom: 10px;
}

.index_content_wrap .index_akcii_list .item p {
    padding-bottom: 10px;
}

.index_content_wrap .video_list {
    padding-top: 0;
    padding-bottom: 30px;
}

.index_content_wrap .video_url {
    margin-bottom: 30px;
}

.index_content_wrap .title_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*---------------resort---------------------*/
.main_bg {
    background: url("/static/dist/img/5885b6d5f1e94208a3f3.7242419cb9ac.png") no-repeat right top;
    background-size: contain;
}

.title {
    display: block;
    color: #fff;
    font-family: "RobotoBold", sans-serif;
    font-size: 1.3em;
    padding: 15px 10px;
    text-align: center;
    background-color: #febb02;
    margin: 25px 0;
}

.resort_content {
    display: flex;
    flex-wrap: wrap;
}

.resort_content .left_col {
    width: 75%;
    float: left;
    min-height: 100px;
}

.resort_content.booking .left_col {
    width: 100%;
}

.resort_content.booking .left_col .text {
    padding: 0;
}

.resort_content .right_col {
    width: 25%;
    float: left;
}

.resort_content .right_col ul li {
    margin: 10px auto;
    width: 250px;
}

.resort_content .right_col ul li a {
    display: block;
}

.resort_content .right_col ul li img {
    width: 100%;
}

.resort_content .hotel_block {
    margin-bottom: 20px;
    position: relative;
    padding: 15px;
}

.resort_content .hotel_block:last-of-type {
    padding: 15px 15px 40px 15px;
}

.resort_content .hotel_block .price,
.resort_content .hotel_block .suggest {
    background-color: #ff623b;
    color: #fff;
    font-family: "RobotoBold", sans-serif;
    padding: 10px 20px 13px;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 0;
    line-height: 1.2;
    z-index: 2;
}

.resort_content .hotel_block .price:after {
    content: '';
    border: 21px solid transparent;
    border-right: 21px solid #ff623b;
    position: absolute;
    left: -42px;
    top: 50%;
    transform: translateY(-50%);
}

.resort_content .hotel_block .suggest {
    background: none;
    font-size: 0.8em;
    padding: 15px 23px 0 0;
    top: 15px;
}

.resort_content .hotel_block .button2 {
    text-transform: uppercase;
    margin-top: 10px;
}

.resort_content .hotel_block .wrap {
    display: flex;
    flex-wrap: wrap;
}

.resort_content .hotel_block .wrap .slick-next,
.resort_content .hotel_block .wrap .slick-prev {
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    border-color: #fff;
}

.resort_content .hotel_block .img {
    width: 45%;
}

.resort_content .hotel_block .text {
    width: 55%;
}

.resort_content .hotel_block .img {
    position: relative;
}

.resort_content .hotel_block .img a {
    display: block;
    overflow: hidden;
}

.resort_content .hotel_block .img img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    transition: 0.5s ease;
}

.resort_content .hotel_block .img a:hover img {
    transition: 0.5s ease;
    transform: scale(1.1);
}

.resort_content .hotel_block .text {
    padding-left: 30px;
}

.resort_content .hotel_block .text h2 {
    padding: 0 10px 10px;
    font-size: 1.3em;
    font-family: "RobotoBold", sans-serif;
    line-height: 1.2;
}

.resort_content .hotel_block .text p {
    padding: 0 10px;
    font-size: 0.9em;
}

.resort_content .hotel_block h3 {
    padding: 10px 10px;
    font-size: 1.1em;
    font-family: "RobotoBold", sans-serif;
}

.icons_list_tooltip {
    width: 75%;
}

.icons_list_tooltip li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 9px 15px;
    text-align: center;
    cursor: pointer;
}

.icons_list_tooltip li p {
    position: absolute;
    bottom: 100%;
    right: -180px;
    background-color: #ff623b;
    padding: 5px 10px !important;
    width: 180px;
    color: #fff;
    display: none;
    transition: 0.5s ease;
    text-align: center;
    z-index: 2;
}

.icons_list_tooltip li p:before {
    content: '';
    position: absolute;
    left: -17px;
    bottom: -9px;
    border: 17px solid transparent;
    border-bottom: 12px solid #ff623b;
    transform: rotate(-28deg);
    z-index: 1;

}

.icons_list_tooltip li:hover p {
    display: block;
    transition: 0.5s ease;
}

.icons {
    font-size: 0;
}

.icons li {
    width: 50%;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.icons li p {
    display: inline-block;
    padding: 10px 10px 10px 40px;
}

.icons li img {
    position: absolute;
    top: 6px;
    left: 0;
}

/*.resort_content .price_btn{*/
/*text-align: right;*/
/*margin-top: 10px;*/
/*}*/
.pagination {
    padding: 15px 0;
    margin: 30px auto;
}

.pagination li {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #383838;
    margin: 5px 10px;
}

.pagination li a, .pagination li p {
    background-color: #fff;
    color: #383838;
    padding: 10px 20px;
    display: block;
    transition: 0.5s ease;
    font-size: 1.2em;
    line-height: 1;
}

.pagination li:hover a, .pagination li p {
    transition: 0.5s ease;
    background-color: #febb02;
}

.pagination li .next, .pagination li .prev {
    text-align: center;
    display: block;
    position: relative;
    font-size: 18px;
}

.pagination li .next:before {
    content: '\f105';
    font-family: FontAwesome;

}

.pagination li .prev:before {
    content: '\f104';
    font-family: FontAwesome;
}

.pagination li:hover .next, .pagination li:hover .prev {
    /*transition: 0.5s ease;*/
}

.resort_list {
    font-size: 0;
}

.resort_list li {
    font-size: 14px;
    text-align: center;
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    padding: 25px 15px;
}

.resort_list li article {
    padding-top: 225px;
    position: relative;
    overflow: hidden;
}

.resort_list li article img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.resort_list li article h2 {
    position: relative;
    color: #fff;
    padding: 15px;
    font-family: "RobotoBold", sans-serif;
    font-size: 1.4em;
    line-height: 1.2;
    background-color: #109191;
    z-index: 10;
}

.resort_list li article div {
    position: relative;
    padding: 0 15px;
    background-color: #4cb7b7;
    z-index: 10;
}

.resort_list li article div a {
    position: relative;
    background-color: #ff623b;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin: 10px 15px;
    width: 220px;
    padding: 15px 10px;
    transition: 0.5s ease;
}

.resort_list li article div a:hover {
    transition: 0.5s ease;
    background-color: #ba4022;
}

.resort_list li:nth-child(8n+1) {
    width: 70%;
}

.resort_list li:nth-child(8n+2) {
    width: 30%;
}

.resort_list li:nth-child(8n+6) {
    width: 40%;
}

.resort_list li:nth-child(8n+7) {
    width: 35%;
}

.resort_list li:nth-child(8n+8) {
    width: 25%;
}

.resort_list2 {
    font-size: 0;
    padding: 50px 0;
}

.resort_list2 li {
    font-size: 14px;
    text-align: center;
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    padding: 25px 15px;
}

.resort_list2 li img {
    width: 100%;
    display: block;
}

.resort_list2 li h2 {
    color: #fff;
    padding: 15px;
    font-family: "RobotoBold", sans-serif;
    font-size: 1.4em;
    line-height: 1.2;
    background-color: #109191;
}

.resort_list2 li div {
    padding: 0 15px;
    background-color: #4cb7b7;
}

.resort_list2 li div a {
    background-color: #ff623b;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin: 10px 15px;
    width: 220px;
    padding: 15px 10px;
    transition: 0.5s ease;
}

.resort_list2 li div a:hover {
    transition: 0.5s ease;
    background-color: #ba4022;
}

.resort_gallery ul {
    font-size: 0;
    text-align: left;
}

.resort_gallery ul li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 10px;
    font-size: 14px;
}

.resort_gallery ul li img {
    width: 100%;
    display: block;
}

.resort_gallery ul li p {
    font-size: 0.9em;
    line-height: 1.2;
    padding: 10px;
}

/*---------------hotel----------------------*/
.hotel_content {
    /*display: table;*/
    clear: both;
    width: 1400px;
    margin: 0 auto;
    padding: 0 0 30px 0;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
}

.hotel_content .left_col .review_box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.hotel_content .left_col .review_box::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.hotel_content .left_col .review_box::-webkit-scrollbar-thumb {
    background-color: #3ab3b3;
    border-radius: 3px;
}

.hotel_content .sun_title {
    font-size: 1.3em !important;
}

.hotel_title {
    background-color: #3ab3b3;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 1.2em;
    font-family: "RobotoBold", sans-serif;
    line-height: 1.2;
}

.hotel_content .left_col {
    float: left;
    width: 20%;
    padding: 0 15px;
    order: 0;
    /*overflow: hidden;*/
    /*overflow-y: scroll;*/
}

/*.review_box{*/
/*overflow-x: scroll;*/
/*height: 650px;*/
/*}*/
.hotel_content .center_col {
    float: left;
    width: 60%;
    padding: 0 15px;
    order: 1;
    min-height: 750px;
}

.hotel_content .right_col {
    float: left;
    width: 20%;
    padding: 0 15px;
    order: 2;
}

.btn_review {
    text-align: center;
}

.hotel_content #action {
    width: 100%;
    border: solid 3px #ff623b;
    background-color: #ffffff
}

.hotel_content #action li {
    display: table-cell;
    vertical-align: top;
    width: auto;
    padding: 0;
    margin: 0
}

.hotel_content #action li h4, .hotel_content #action li h5 {
    font-size: 2em;
    color: #ff623b;
    padding: 0.5em;
    text-align: center;
    font-weight: bold
}

.hotel_content #action li h5 {
    font-size: 1.2em;
    color: #000000
}

.hotel_content #action li p {
    text-align: justify;
    padding: 10px
}

.hotel_content #action li img {
    height: 60%
}

.hotel_content .icon_list {
    background-color: #fffffc;
    padding: 20px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.64);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.64);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.64);
}

.hotel_content .icon_list li {
    position: relative;
    line-height: 1.3;
}

.hotel_content .icon_list li p {
    display: inline-block;
    padding: 10px 10px 10px 40px;
}

.hotel_content .icon_list li img {
    position: absolute;
    top: 10px;
    left: 0;
}

.hotel_content #about {
    background-color: #43e1e2;
    color: #000000;
    padding: 15px 15px 50px;
    line-height: 1.3;
}

.hotel_content #about table tr td,
.hotel_content #about table tr th {
    border: solid 1px black;
    padding: 3px;
    text-align: center;
}

.hotel_content #about p,
.hotel_content #about a,
.hotel_content #about ul li,
.hotel_content #about ol li {
    text-indent: 0px;
    padding: 5px 0;
    text-align: justify;
    color: #000000;
    line-height: 1.5em
}

.hotel_content #about a {
    font-weight: 700
}

.hotel_content #about ul li {
    list-style-type: disc;
    margin: 0 0 0 20px
}

.hotel_content #about ol li {
    list-style-type: decimal
}

.hotel_content #about a:hover {
    color: #ff623b
}

.hotel_content #about h2 {
    font-family: "RobotoBold", sans-serif;
    padding: 15px 0;
    line-height: 1.2;
    font-size: 1.2em;
}

.hotel_content #about .index_title {
    margin-bottom: 40px;
}

.hotel_content #about .js_hidden_text .read_more_btn {
    display: none;
}

.hotel_content .right_col div {
    background-color: #fffffc;
    padding: 15px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.64);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.64);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.64);
    margin: 20px 0;
}

.hotel_content .right_col .phones_box{
    padding-right: 0;
}

.hotel_content .right_col div img {
    width: 100%;
    display: block;
    margin-top: 15px;
}

.phone_blue, .email_blue, .marker_blue {
    position: relative;
    padding: 10px 0 10px 24px;
    font-size: 0.9em;
}

.phone_blue a{color: #0b6363}
.telegram_ico, .viber_ico, .whatsapp_ico{
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    text-align: center;
    position: relative;
    display: inline-block;
}

.telegram_ico:before, .viber_ico:before, .whatsapp_ico:before{
    content: '';
    font-family: FontAwesome;
    color: #ff623b;
}

.telegram_ico:before{
    content:'\f2c6' ;
    color: #0088cc;
}
.viber_ico:before{
    content:'\f232' ;
    color: #665CAC;
}

.whatsapp_ico:before{
    content:'\f232' ;
    color: #25d366;
}


.phone_blue:before, .email_blue:before, .marker_blue:before{
    content: '';
    font-family: FontAwesome;
    color: #ff623b;
    position: absolute;
    top: 7px;
    font-size: 20px;
    left: 0;
}

.phone_blue:before {
    content: '\f095';
}

.email_blue:before {
    content: '\f0e0';
}

.marker_blue:before {
    content: '\f041';
}

.hotel_content iframe {
    frameborder: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.64);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.64);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.64);
    margin: 10px 0;
}

.qr-code {
    display: block;
    padding: 10px 0 20px;
    margin: 0 auto;
}

.datepicker-here {
    background: url("/static/dist/img/e4466c0dd5eea8e94bdd.08c350fef468.png") no-repeat 95% center #fff;
    cursor: pointer;
}

.hotel_content form,
.right_col.order form {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.64);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.64);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.64);
    margin: 20px 0;
    padding: 15px;
    text-align: center;
    background-color: #ffcc00;
}

.hotel_content form input, .hotel_content form select, .hotel_content form textarea,
.right_col.order form input, .right_col.order form select, .right_col.order form textarea {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #000;
    background-color: #fff;
}

.hotel_content form textarea,
.right_col.order form textarea {
    height: 100px;
}

.slider-for img,
.slider_thumbnails img,
.top_slider img {
    height: 1px;
    overflow: hidden;
    visibility: hidden;
    transition: height 0.2s linear;
}

.top_slider .text {
    visibility: hidden;
}

.hotel_content .slider_wrap {
    width: 100%;
    /*margin: -27px auto 0;*/
    /*padding: 0 0 0 15px;*/
    position: relative;
    display: block !important;
    align-items: center;
    clear: both;
}

/*.hotel_content .slider_wrap.hidden {*/
/*    display: none*/
/*}*/

/*.hotel_content .slider_wrap .slider_big_img {*/
/*    float: left;*/
/*    width: 575px;*/
/*}*/

/*.hotel_content .slider_wrap .slider_thumbnails {*/
/*    float: left;*/
/*    width: 225px;*/
/*    padding: 20px 0;*/
/*}*/

/*.hotel_content .slider_wrap .slider-nav .slick-next, .hotel_content .slider_wrap .slider-nav .slick-prev {*/
/*    border: 0;*/
/*    border-radius: 50%;*/
/*    color: #000;*/
/*    font-size: 0px;*/
/*}*/

/*.hotel_content .slider_wrap .slider-nav .slick-next {*/
/*    top: -25px;*/
/*    right: 0;*/
/*    left: 0;*/
/*    margin: auto;*/
/*}*/

/*.hotel_content .slider_wrap .slider-nav .slick-prev {*/
/*    top: auto;*/
/*    right: 0;*/
/*    left: 0;*/
/*    bottom: -20px;*/
/*    margin: auto;*/
/*}*/

/*.hotel_content .slider_wrap .slider_thumbnails .slick-prev {*/
/*    bottom: -10px*/
/*}*/

/*.hotel_content .slider_wrap .slider-nav .slick-next:before {*/
/*    content: '\f106';*/
/*}*/

/*.hotel_content .slider_wrap .slider-nav .slick-prev:before {*/
/*    content: '\f107';*/
/*}*/

/*.hotel_content .slider_wrap .slider_thumbnails .slick-prev:before,*/
/*.hotel_content .slider_wrap .slider_thumbnails .slick-next:before {*/
/*    font-size: 40px*/
/*}*/

/*.hotel_content .slick-slide img {*/
/*    display: block;*/
/*    width: 100%;*/
/*}*/

/*.hotel_content .slider-nav .slick-list {*/
/*    padding: 0 !important;*/
/*    margin: 0 20px;*/
/*}*/

/*.hotel_content .slider-nav img {*/
/*    padding: 5px;*/
/*    cursor: pointer;*/
/*}*/
.hotel_content .fotorama {
    margin: 0 auto;
    width: 810px;
    max-width: 100%;
}

.hotel_list {
    font-size: 0;
}

.hotel_list li {
    font-size: 14px;
    display: inline-block;
    width: 33.3%;
    padding: 15px;
    vertical-align: top;
    margin-bottom: 50px;
}

.hotel_list li img {
    width: 100%;
    display: block;
}

.hotel_list li h3 {
    padding: 15px 0;
    font-size: 1.5em;
    font-family: "RobotoBold", sans-serif;
    line-height: 1.2;
}

.hotel_list li .more {
    padding: 10px 20px 10px 0;
    font-weight: bold;
    color: #0b6363;
    position: relative;
    transition: 0.5s ease;
    display: inline-block;
    font-size: 1.3em;
}

.hotel_list li .more:hover {
    transition: 0.5s ease;
    color: #ff623b;
}

.hotel_list li .more:before {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 12px;
}

.hotel_list li .btns {
    display: table;
    clear: both;
    width: 100%;
}

.hotel_list li .btns .button2 {
    float: right;
}

.all_info {
    position: relative;
    display: inline-block;
}

.all_info_hover {
    display: none;
    font-size: 0.8em;
    z-index: 10;
    background-color: #3ab3b3;
    color: #fff;
    line-height: 1.5;
    padding: 15px;
    /*text-align: justify;*/
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 55px;
    transition: 0.5s all ease;
}

.all_info_hover:before {
    content: '';
    border: 17px solid transparent;
    border-top: 17px solid #3ab3b3;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -34px;
}

.all_info:hover .all_info_hover {
    display: block;
    transition: 0.5s all ease;
}

.rooms {
    /*text-align: center;*/
    padding: 30px 0;
}

.rooms_slider {
    position: relative;
    margin: 40px 0;
}

.rooms_slider .title_slide {
    font-family: "RobotoBold", sans-serif;
    padding: 10px 15px;
    line-height: 1.2;
    font-size: 2em;
    position: absolute;
    top: 50px;
    left: 20px;
    color: #fff;
    background-color: rgba(98, 216, 213, 0.8);
}

.rooms_slider .text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(98, 216, 213, 0.95);
    color: #fff;
    padding: 15px 50px;
    z-index: 10;
    opacity: 0;
    transition: 0.5s ease;
}

.rooms_slider:hover .text {
    opacity: 1;
    transition: 0.5s ease;
}

.rooms_slider .text h2 {
    font-family: "RobotoBold", sans-serif;
    padding: 10px;
    line-height: 1.2;
    font-size: 1.5em;
}

.rooms_slider .text p {
    text-align: left;
    font-size: 0.9em;
}

.rooms_slider .text .button {
    margin-top: 30px;
}

.rooms_slider .slick-next, .rooms_slider .slick-prev {
    top: 45%;
}

/*.price_table{*/
/*text-align: center;*/
/*}*/
.price_table table {
    width: 100%;
    margin: 50px 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 0.9em;
    line-height: 1.2;
    background-color: #f2f2f2;
}

.price_table table thead {
    font-family: "RobotoBold", sans-serif;
}

.price_table table tr {
    border: 1px solid #ddd;
    transition: 0.5s ease;
}

.price_table table th, .price_table table td {
    padding: 8px;
    text-align: center;
    border-right: 1px solid #ddd;
    vertical-align: middle;
}

.price_table table td[data-type-cell="weekend"] {
    background: #a4d7d8
}

.price_table table td a {
    color: #000000
}

.price_table table td a[data-type-link="order"] {
    padding: 5px;
    color: #1eaeae;
    font-size: 1em;
    background: -moz-linear-gradient(top, rgba(98, 216, 216, 1) 0%, rgba(98, 216, 216, 1) 1%, rgba(255, 255, 255, 1) 50%, rgba(98, 216, 216, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(98, 216, 216, 1) 0%, rgba(98, 216, 216, 1) 1%, rgba(255, 255, 255, 1) 50%, rgba(98, 216, 216, 1) 100%);
    background: linear-gradient(to bottom, rgba(98, 216, 216, 1) 0%, rgba(98, 216, 216, 1) 1%, rgba(255, 255, 255, 1) 50%, rgba(98, 216, 216, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b362d8d8', endColorstr='#b362d8d8', GradientType=0);
    display: block;
}

.price_table table td a[data-type-link="order"]:hover {
    color: #ffffff;
    background: #1eaeae;
}

.price_table table tbody tr:hover, .price_table table tfoot tr:hover {
    color: #fff;
    background-color: #62d8d8;
    transition: 0.5s ease;
}

.table_bg1, .table_bg10, .table_bg19 {
    background-color: #e2ff9c;
    font-family: "RobotoBold", sans-serif;
    color: #282828;
}

.table_bg2, .table_bg11, .table_bg20 {
    background-color: #d2ff9c;
    font-family: "RobotoBold", sans-serif;
    color: #282828;
}

.table_bg3, .table_bg12, .table_bg21 {
    background-color: #9cff9c;
    font-family: "RobotoBold", sans-serif;
    color: #282828;
}

.table_bg4, .table_bg13, .table_bg22 {
    background-color: #9cffe2;
    font-family: "RobotoBold", sans-serif;
    color: #282828;
}

.table_bg5, .table_bg14, .table_bg23 {
    background-color: #9ccbff;
    font-family: "RobotoBold", sans-serif;
    color: #282828;
}

.table_bg6, .table_bg15, .table_bg24 {
    background-color: #d69cff;
    font-family: "RobotoBold", sans-serif;
    color: #282828;
}

.table_bg7, .table_bg16, .table_bg25 {
    background-color: #ff9c9c;
    font-family: "RobotoBold", sans-serif;
    color: #282828;
}

.table_bg8, .table_bg17, .table_bg26 {
    background-color: #ebff9c;
    font-family: "RobotoBold", sans-serif;
    color: #282828;
}

.table_bg9, .table_bg18, .table_bg27 {
    background-color: #fffe9c;
    font-family: "RobotoBold", sans-serif;
    color: #282828;
}

.price_table table caption {
    caption-side: bottom;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
}

.price_table table caption.seo_text {
    padding: 5px 20px;
    text-align: justify
}

.hotel_review {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.64);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.64);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.64);
    margin: 20px 5px;
    padding: 15px 0 30px;
    position: relative;
    text-align: left;
    background-color: #fff;
}

.hotel_review .photo {
    position: absolute;
    top: 5px;
    width: 100px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 0.8em;
    font-family: "RobotoMedium", sans-serif;
    text-align: center;
}

.hotel_review .photo p {
    padding-left: 20px;
    color: #43e1e2;
}

.hotel_review .photo p:before {
    content: '\F073';
    font-family: FontAwesome;
    color: #43e1e2;
    position: absolute;
    top: 0;
    font-size: 1em;
    left: 10px;
}

.hotel_review .text {
    /*margin-left: 60px;*/
    font-size: 0.9em;
    padding: 10px;
}

.hotel_review .text h3 {
    font-family: "RobotoBold", sans-serif;
    line-height: 1.3;
    padding: 10px;
}

.hotel_review .text p {
    font-style: italic;
}

.hotel_review .text p[data-type-p="city"] {
    font-style: normal;
    font-size: 0.8em;
    text-align: right;
    margin-top: -10px;
}

.hotel_review .star_content {
    position: absolute;
    top: 5px;
    right: 5px;
}

.star {
    width: 15px;
    overflow: hidden;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
}

div.star.star_on:after {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block;
    color: #f6cd3e;
}

div.star:after {
    content: "\f006";
    font-family: "FontAwesome";
    display: inline-block;
    color: #f6cd3e;
}

a[data-type-p="sait_href"] {
    position: relative;
    color: #4ba0ff;
    padding: 40px 10px 10px 10px;
    font-size: 15px;
    display: inline-block;
    text-align: center;
}

a[data-type-p="sait_href"]:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 45%;
    background: url("/static/dist/img/df6aa9d1f5709f4469f6.8ffc6bf91e53.png") no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 27px;
}

p[data-type-p="qrcode"] {
    text-align: center
}

@media screen and (max-width: 768px) {
    p[data-type-p="qrcode"] {
        display: none;
    }

    header .logo img {
        width: 70%
    }
}

/*----------------top10_page-----------------*/
.top10_page {
    padding-top: 15px;
}

.top10_page .top10 {
    text-align: center;
}

.top10_page .top10 li {
    width: 500px;
    margin: 20px;
    text-align: left;
}

.top10_page .top10 figure figcaption {
    padding: 25px;
    font-size: 1.8em;
}

.top10_page .top10 figure.effect-apollo p {
    max-width: 250px;
}

/*------add_hotel-------*/
.add_hotel h2 {
    font-family: "RobotoMedium", sans-serif;
    font-size: 1.2em;
    line-height: 1.2;
    padding: 15px 0;
}

.add_hotel h3 {
    font-family: "RobotoMedium", sans-serif;
    font-size: 1.1em;
    line-height: 1.2;
    padding: 15px 0;
}

.checked_list li {
    padding: 5px 10px 5px 20px;
    position: relative;
    line-height: 1.5;
    margin-left: 30px;
}

.checked_list li:before {
    content: '';
    background: url("/static/dist/img/7d7541e1b86de1e7c37d.abc9ab8fee23.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 12px;
    left: 0;
    width: 12px;
    height: 12px;
}

.add_hotel p,
.add_hotel ul li{
    padding: 5px 0;
    text-indent: 15px;
}

.warning_list li {
    padding: 5px;
    text-indent: 55px;
    position: relative;
    line-height: 1.5;
    margin: 10px 0;
}

.warning_list li:before {
    content: '';
    background: url("/static/dist/img/911ee5d02a114597b182.8f5c18315c95.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 6px;
    left: 30px;
    width: 21px;
    height: 18px;
}

.add_hotel form {
    padding-top: 30px;
    width: 500px;
    margin: auto;
}

@media screen and (max-width: 500px) {
    .add_hotel form {
        width: 300px
    }
}

.add_hotel form input, .add_hotel textarea {
    width: 100%;
    display: block;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #292929;
    background-color: #fff;
}

.add_hotel textarea {
    height: 150px;
}

.add_hotel form label {
    display: block;
    color: #393939;
    padding: 15px 0;
}

.add_hotel form h3 {
    font-size: 1em;
    text-align: center;
}

.add_hotel form button, .add_hotel form input[type='submit'] {
    display: block;
    width: 250px;
    padding: 15px;
    margin: 40px auto 0;
    font-size: 1.1em;
}

/*------------news_detail----------*/
.news_detail {
    overflow: hidden;
}

.news_detail h2 {
    font-family: "RobotoMedium", sans-serif;
    font-size: 2em;
    line-height: 1.2;
    padding: 25px 0;
}

/*.news_detail_content {*/
/*display: table;*/
/*clear: both;*/
/*width: 100%;*/
/*}*/

.news_detail_img {
    border: 4px solid #ff623b;
    padding: 15px 30px 15px 0;
    width: 500px;
    float: left;
    background-color: #fff;
    z-index: 2;
    position: relative;
    margin: 0 20px 20px 0;
}

.news_detail_img img {
    width: 100%;
}

.news_detail p {
    padding: 10px 0;
}

.news_detail_title {
    color: #fff;
    position: relative;
    background-color: #1d9797;
    font-size: 1.5em;
    line-height: 1.5;
    padding: 15px !important;
    margin-top: 20px;
}

.news_detail_title:before {
    content: '';
    height: 100%;
    width: 9999px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #1d9797;
    z-index: -1;
}

.news_detail_slider {
    padding: 0 0 30px 0;
}

.news_detail_slider .slide {
    padding: 10px;
}

.news_detail_slider .slick-next, .news_detail_slider .slick-prev {
    background: rgba(255, 255, 255, 0.4);
}

.news_detail_slider .slick-next {
    right: 10px;
}

.news_detail_slider .slick-prev {
    left: 10px;
}

.warning_block {
    margin: 40px 0;
    background: rgba(98, 216, 216, 0.8);
}

.warning_block .container {
    position: relative;
    padding: 15px 15px 15px 120px;
    font-style: italic;
    color: #1f1f1f;
    line-height: 1.5;
}

.warning_block .container:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    background: url("/static/dist/img/911ee5d02a114597b182.8f5c18315c95.png") no-repeat;
    background-size: 100% 100%;
    width: 105px;
    height: 95px;
}

.news_detail_content .text_block table ul li {
    padding: 0;
}

.news_detail_content .text_block table ul li:before {
    display: none;
}

.news_detail_content .text_block {
    width: 100%;
}

.news_detail_content .text_block table {
    width: 100% !important;
    background: #fff;
    font-size: 0.9em;
}

.news_detail_content .text_block table th, .news_detail_content .text_block table td {
    padding: 5px;
    border: 1px solid #ccc;
    vertical-align: middle;
    line-height: 1.2;
    word-wrap: break-word;
}

.news_detail_content .text_block table thead th {
    background-color: #3ab3b3;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
}

.news_detail_content .text_block table a {
    color: #048b9a;
}

.news_detail_content .text_block table a:hover {
    opacity: 0.8;
}

.news_detail_content .img_block {
    width: 25%;
    float: left;
    padding: 20px;
}

.news_detail_content .img_block img {
    width: 100%;

}

h1[data-type-headline="news_detail-title"] {
    color: #ffffff
}

/*------akcii-------*/
.akcii_list {
    text-align: center;
}

.akcii_list li {
    display: inline-block;
    vertical-align: top;
    width: 330px;
    background-color: #fff;
    position: relative;
    transition: 0.5s ease;
    margin: 15px 10px;
    overflow: hidden;
    text-align: left;
}

.akcii_list li .block_hover {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #ff623b;
    opacity: 0;
    transition: 0.5s ease;
    padding: 15px;
    color: #fff;
    font-size: 0.8em;
}

.akcii_list li .content_block {
    position: relative;
}

.akcii_list li .content_block p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    color: #fff;
    background-color: #1eaeae;
    padding: 20px 10px;
    text-align: center;
    width: 100%;
}

.akcii_list li:hover .block_hover {
    opacity: 1;
    transition: 0.5s ease;
}

.akcii_list li .content_block {
    min-height: 450px;
    position: relative;
}

.akcii_list li .content_block img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: block;
}

.akcii_list li .block_hover h4 {
    text-align: center;
    font-size: 1.5em;
    padding: 0 0 10px 0
}

.akcii_list li .block_hover h4:after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: white;
    display: block;
}

.akcii_list li p {
    font-size: 1.2em;
    text-align: center
}

.akcii_list .content_block .button2 {
    display: inline-block;
    z-index: 10;
    position: absolute;
    bottom: 20px;
    margin: auto;
    right: 0;
    left: 0;
    padding: 10px;
    width: 200px;
}

/*---------------about---------------------*/
#about_page .wrap {
    display: table;
    clear: both;
    padding: 15px 0;

}

#about_page .text_block {
    width: 65%;
    float: left;
    padding: 10px;
}

#about_page .wrap:nth-child(even) {
    display: flex;
}

#about_page .wrap:nth-child(even) .img_block {
    order: 0;
}

#about_page .wrap:nth-child(even) .text_block {
    order: 1;
}

#about_page .img_block {
    width: 35%;
    float: left;
    padding: 40px 10px 10px 10px;
}

#about_page .img_block img {
    width: 100%;
}

#about_page .text_block p {
    padding: 10px 0;
}

#about_page .text_block h3 {
    color: #463f3f;
    font-family: "RobotoMedium", sans-serif;
    font-size: 1.2em;
    line-height: 1.3;
    padding: 10px 10px 10px 40px;
    position: relative;
}

#about_page .text_block h3:before {
    content: '';
    background: url("/static/dist/img/911ee5d02a114597b182.8f5c18315c95.png") no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 8px;
    left: 0;
}

#about_page_rest {
    background: url("/static/dist/img/e6d347cbf7d2cfafa060.fdef86e7a977.jpg") no-repeat center/cover;
    padding: 70px 0;
    text-align: center;
}

#about_page_rest_text {
    width: 63%;
    background: rgba(98, 216, 216, 0.8);
    color: #fff;
    padding: 30px 0;
    text-align: right;
}

#about_page_rest_text div {
    display: inline-block;
    text-align: center;
    padding: 0 50px;
}

#about_page_rest_text div h2 {
    font-size: 2.3em;
    padding-bottom: 20px;
    line-height: 1.2;
    font-family: "RobotoMedium", sans-serif;
}

#about_page_rest_text div p {
    font-size: 1.5em;
    font-family: "RobotoLight", sans-serif;;
}

#about_page_rest .button {
    margin: 70px 0 0;
}

#about_page_polygraphy {
    display: table;
    clear: both;
    padding: 30px 0;
}

#about_page_polygraphy .left_col {
    float: left;
    width: 35%;
    padding: 20px;
}

#about_page_polygraphy .right_col {
    float: left;
    width: 65%;
    padding: 0 20px;
}

#about_page_polygraphy .left_col a {
    display: block;
    overflow: hidden;
}

#about_page_polygraphy .left_col img {
    width: 100%;
    transition: 0.5s ease;
}

#about_page_polygraphy .left_col a:hover img {
    transition: 0.5s ease;
    transform: scale(1.1);
}

#about_page_polygraphy .right_col p {
    padding: 10px 0;
}

#about_page_polygraphy .right_col .button2 {
    margin-top: 25px;
}

#about_page_youtube {
    display: table;
    clear: both;
    padding: 30px 0;
}

#about_page_youtube .left_col {
    width: 60%;
    float: left;
    padding: 10px;
}

#about_page_youtube .right_col {
    width: 40%;
    float: left;
    padding-left: 30px;
}

#about_page_youtube .left_col .wrap {
    display: table;
    clear: both;
    width: 100%;
    padding-top: 15px;
}

#about_page_youtube .left_col .wrap div {
    width: 50%;
    float: left;
    padding: 10px;
}

#about_page_youtube .left_col iframe {
    width: 100% !important;
    height: 220px;
}

#about_page_youtube .left_col .wrap p {
    font-family: "RobotoBold", sans-serif;
    padding: 10px 0;
}

#about_page_youtube .right_col a {
    border-radius: 15px;
    display: block;
    overflow: hidden;
    position: relative;
    color: #fff;
}

#about_page_youtube .right_col img {
    width: 100%;
    transition: 0.5s ease;
    display: block;
}

#about_page_youtube .right_col a:hover img {
    transition: 0.5s ease;
    transform: scale(1.1);
}

#about_page_youtube .right_col p {
    position: absolute;
    top: 20px;
    width: 280px;
    right: 0;
    left: 0;
    margin: auto;
    padding: 20px 20px 20px 75px;
    font-size: 1.5em;
}

#about_page_youtube .right_col p:before {
    content: '\f167';
    font-family: FontAwesome;
    background-color: #fc4427;
    font-size: 38px;
    top: 6px;
    left: 0;
    position: absolute;
    padding: 5px 15px;
}

#about_page_youtube .right_col span {
    display: inline-block;
    position: absolute;
    padding: 10px;
    text-align: center;
    width: 200px;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 40px;
    border: 2px solid #fff;
    font-size: 1.2em;
}

/*----------------excursion-----------------*/
.excursion_content {
    display: flex;
    clear: both;
    padding: 30px 0;
    align-items: center;

}

.excursion_content .text_block {
    width: 40%;
    float: left;
    padding-left: 20px;
    height: auto;
}

.excursion_content .title_block {
    width: 60%;
    float: left;
    position: relative;
    overflow: hidden;
    height: auto;
}

.excursion_content:nth-child(odd) .title_block {
    order: 1;
}

.excursion_content:nth-child(odd) .text_block {
    order: 0;
}

.excursion_content .text_block .button2 {
    margin-top: 20px;
}

.excursion_content .title_block img {
    display: inline-block;
    width: 100%;
    transition: 0.5s ease;
}

.excursion_content .title_block a {
    display: block;
}

.excursion_content .title_block a:hover img {
    transition: 0.5s ease;
    transform: scale(1.1);
}

.excursion_content .title_block p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    color: #fff;
    background-color: rgba(98, 216, 213, 0.8);
    padding: 20px 10px;
    text-align: center;
    width: 100%;
    font-family: "RobotoMedium", sans-serif;
    font-size: 1.2em;
}

.excursion_content .title_block:before {
    content: '';
    background-color: #fff;
    height: 100%;
    width: 50%;
    transform: skew(40deg);
    position: absolute;
    top: 0;
    right: -50%;
    z-index: 2;
}

.excursion_content .title_block:after {
    content: '';
    background-color: #fff;
    height: 100%;
    width: 50%;
    transform: skew(-40deg);
    position: absolute;
    bottom: 0;
    right: -50%;
    z-index: 2;
}

.excursion_content:nth-child(odd) .title_block:before {
    content: '';
    background-color: #fff;
    height: 100%;
    width: 50%;
    transform: skew(40deg);
    position: absolute;
    top: 0;
    left: -50%;
    z-index: 2;
}

.excursion_content:nth-child(odd) .title_block:after {
    content: '';
    background-color: #fff;
    height: 100%;
    width: 50%;
    transform: skew(-40deg);
    position: absolute;
    bottom: 0;
    left: -50%;
    z-index: 2;
}

.excursion_content:nth-child(odd) .text_block {
    padding-left: 0;
    padding-right: 20px;
}

/*-------------excursion_detail-------------------*/
.excursion_detail_title {
    overflow: hidden;
    position: relative;
    margin: 35px 0;
}

.excursion_detail_title img {
    width: 100%;
    display: inline-block;
}

.excursion_detail_title p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    color: #fff;
    background-color: rgba(98, 216, 213, 0.8);
    padding: 20px 10px;
    text-align: center;
    width: 100%;
    font-family: "RobotoMedium", sans-serif;
    font-size: 1.2em;
}

.excursion_detail_title p span {
    position: relative;
    display: inline-block;
    padding-left: 45px;
    text-align: left;
}

.excursion_detail_title p span:before {
    content: '';
    background: url("/static/dist/img/b6c031283a4238f7adb9.eccbc60664c7.svg") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -4px;
    left: 0;
    width: 35px;
    height: 35px;
}

.excursion_detail_title:before {
    content: '';
    background-color: #fff;
    height: 100%;
    width: 50%;
    transform: skew(40deg);
    position: absolute;
    top: 0;
    right: -50%;
    z-index: 2;
}

.excursion_detail_title:after {
    content: '';
    background-color: #fff;
    height: 100%;
    width: 50%;
    transform: skew(-40deg);
    position: absolute;
    bottom: 0;
    right: -50%;
    z-index: 2;
}

.excursion_detail_title div:before {
    content: '';
    background-color: #fff;
    height: 100%;
    width: 50%;
    transform: skew(40deg);
    position: absolute;
    top: 0;
    left: -50%;
    z-index: 2;
}

.excursion_detail_title div:after {
    content: '';
    background-color: #fff;
    height: 100%;
    width: 50%;
    transform: skew(-40deg);
    position: absolute;
    bottom: 0;
    left: -50%;
    z-index: 2;
}

.excursion_detail_content {
    display: flex;
    clear: both;
    width: 100%;
    position: relative;
    padding-top: 30px;
}

.excursion_detail_content .text {
    padding-bottom: 50px;
}

.excursion_detail_content .excursion_slider {
    width: 40%;
    float: left;
    padding: 0 20px 0 0;
}

.excursion_detail_content .button2 {
    position: absolute;
    right: 10px;
    bottom: 0;
}

/*-------------contact-------------------*/
.contact_list {
    display: flex;
}

.contact_list .item {
    width: 33.3%;
    position: relative;
    padding: 0 10px 0 90px;
    margin: 30px 0;
    display: flex;
    align-items: center;
}

.contact_list .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 65px;
    background-color: #62d8d8;
}

.contact_list .item:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    width: 47px;
    height: 47px;
}

.contact_list .item:nth-child(1):after {
    background: url("/static/dist/img/00e2e513eec12cd5dbd8.f90a4bd45fb0.png") no-repeat;
    background-size: 100% 100%;
}

.contact_list .item:nth-child(2):after {
    background: url("/static/dist/img/25b6258594b0bd866064.f0565ab2ad6e.png") no-repeat;
    background-size: 100% 100%;
    height: 37px;
}

.contact_list .item:nth-child(3):after {
    background: url("/static/dist/img/bc3ac4e1794f04d30f49.f824e620bfc4.png") no-repeat;
    background-size: 100% 100%;
}

.contact_list .social p {
    position: relative;
    padding: 5px 10px 5px 30px;
    background: none;
    color: #3a3a38;
    width: auto;
    height: auto;
    display: block;
    font-size: 1em;
    text-align: left;
}

.contact_list .social p:before {
    background-color: #2d2d2d;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0;
}

.contact_form {
    background: url("/static/dist/img/b13695ced4a0baa21b45.7f78331833b0.png") no-repeat center top/100% 100%;
    text-align: center;
    padding: 70px 0;
    width: 600px;
    margin: 50px auto 0;
}

.contact_form p {
    padding: 30px 10px;
    font-size: 1.2em;
}

.contact_form input, .contact_form textarea {
    background-color: #fff;
    display: block;
    width: 70%;
    margin: 0 auto 20px;
    padding: 10px 15px;
}

.contact_form textarea {
    min-height: 100px;
}

.contact_form button {
    margin-top: 50px;
}

/*---------------video--------------------*/

.video_title {
    display: table;
    clear: both;
    width: 100%;
    position: relative;
    padding: 0 10px;
    margin: 20px 0;
}

.video_title .left_col {
    width: 30%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    left: 0;
    z-index: 2;
}

.video_title .left_col img {
    width: 100%;
    display: block;
}

.video_title .right_col {
    width: 80%;
    float: right;
    background: #3ab3b3;
    color: #fff;
    font-size: 0.9em;
    padding: 20px 20px 20px 150px;
    position: relative;
    box-sizing: border-box;
    min-height: 270px;
}

.video_title .right_col p {
    text-indent: 0;
}

.video_title .right_col a {
    display: inline-block;
    color: #fff;
    margin: 20px 0 0;
    padding: 15px 30px;
    background-color: #ff623b;
    transition: 0.5s ease;
}

.video_title .right_col a:hover {
    background-color: #b6462a;
    transition: 0.5s ease;
}

.video_title .right_col h3 {
    font-size: 1.5em;
    font-family: "RobotoBold", sans-serif;
    padding: 20px 10px;
    line-height: 1.2;
    position: relative;
}

.video_title .right_col h2 {
    font-size: 1.5em;
    font-family: "RobotoBold", sans-serif;
    padding: 30px 10px 30px 70px;
    line-height: 1.2;
    position: relative;
}

.video_title .right_col h2:before {
    content: '';
    background: url("/static/dist/img/9cbdbd8b70260124645e.968474d1f602.png") no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 10px;
    left: 0;
    width: 53px;
    height: 60px;
}

.video_list {
    font-size: 0;
    padding-top: 50px;
}

.video_list li {
    width: 33.3%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding: 15px;
}

.video_list li p {
    font-size: 0.9em;
    line-height: 1.2;
    padding: 10px;
}

.youtube_box {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
    margin: 0 auto;
    width: 100%;
    height: 200px;
}

.youtube_box .play {
    background: url("/static/dist/img/145cf2d3dba150cdcd99.ba2018a89674.png") no-repeat center center;
    background-size: 64px 64px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .9;
    filter: alpha(opacity=90);
    transition: all 0.2s ease-out;
}

.youtube_box .play:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.page404 {
    background: url("/static/dist/img/15ed3edc8210527a59fa.72a835ea0c98.jpg") no-repeat center bottom/cover;
    text-align: center;
    padding: 200px 0;
}

.page404 a, .thanx a {
    color: #fff;
    background-color: #ff623b;
    padding: 20px 35px;
    font-size: 1.3em;
    text-align: center;
    display: inline-block;
    transition: 0.5s ease;
    margin: 50px 0;
}

.page404 a:last-of-type, .thanx a {
    background-color: #008c8c;
}

.page404 a:hover, .thanx a:hover {
    transition: 0.5s ease;
    opacity: 0.8;
}

.page404 p {
    font-size: 2em;
}

.thanx {
    background: url("/static/dist/img/6955892f044ceabf71f3.f8f3214f0a9b.jpg") no-repeat center top/cover;
    text-align: center;
    padding: 250px 0;
}

.thanx .container {
    text-align: right;
}

.thanx p {
    color: #313131;
    width: 500px;
    background: rgba(225, 225, 225, 0.5);
    font-size: 2.5em;
    line-height: 1.2;
    padding: 15px;
    display: inline-block;
    text-align: center;
    font-family: "RobotoBold", sans-serif;
    margin-bottom: 50px;
}

/*------------entertainment_detail---------------*/
.entertainment_block {
    display: table;
    clear: both;
    width: 100%;
    position: relative;
    padding-top: 10px;
}

.entertainment_block .text {
    float: left;
    width: 65%;
    font-family: "RobotoBold", sans-serif;
    font-size: 1.3em;
    padding: 10px 15px;
}

.entertainment_block .entertainment_slider {
    width: 35%;
    float: left;
    padding: 10px;
}

.entertainment_block .text h2 {
    color: #ff623b;
    text-transform: uppercase;
    line-height: 1.5
}

.entertainment_block .text p {
    padding-bottom: 50px;
}

.entertainment_list {
    font-size: 0;
    padding-bottom: 30px;
}

.entertainment_list li {
    font-size: 16px;
    width: 33.3%;
    display: inline-block;
    vertical-align: top;
    padding: 10px 30px;
}

.entertainment_list li .button2 {
    display: block;
    margin-top: 30px;
}

.entertainment_list li img {
    width: 100%;
    display: block;
}

/*------------hot_sales----------------*/
.hot_sales_title {
    text-align: center;
}

.hot_sales_title .sun_title {
    display: inline-block;
}

.hot_sales .content {
    width: 100%;
    margin: 15px 0;
    color: #fff;
    background-color: #33cccc;
    text-align: center;
}

.hot_sales .wrap {
    display: table;
    clear: both;
}

.hot_sales .wrap .content {
    width: 49%;
    float: left;
    min-height: 130px;
}

.hot_sales .wrap .content:last-of-type {
    float: right;
}

.hot_sales .sun_title {
    color: #fff;
    display: inline-block;
}

.dropdown dd,
.dropdown dt {
    margin: 0;
    padding: 0;
    text-align: left;
}

.dropdown ul {
    margin: -1px 0 0 0;
}

.dropdown dd {
    position: relative;
}

.dropdown a,
.dropdown a:visited {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.dropdown p{
    color: gray;
}

.dropdown dt a {
    background-color: #fff;
    display: block;
    padding: 8px 25px 5px 10px;
    min-height: 39px;
    line-height: 24px;
    overflow: hidden;
    width: 270px;
    border: 1px solid #000;
    margin: 0 auto;
    position: relative;

}

.dropdown dt a:before {
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 8px;
    color: #ff623b;
    font-size: 20px;
}

.dropdown dt a span,
.multiSel span {
    cursor: pointer;
    display: inline-block;
    padding: 0 3px 2px 0;
}

.dropdown dt a span {
    color: #fff;
    background: #ff623b;
    padding: 0 5px;
}

.dropdown dd ul {
    background: #fff;
    color: #000;
    display: none;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px 15px 2px 5px;
    position: absolute;
    top: -1px;
    width: 270px;
    list-style: none;
    height: 140px;
    overflow: auto;
    border: 1px solid #000;
    z-index: 2;
}

.dropdown span.value {
    display: none;
}

.dropdown dd ul li a {
    padding: 5px;
    display: block;
}

.dropdown dd ul li a:hover {
    background-color: #fff;
}

.dropdown dd ul li {
    padding: 5px 0;
}

.radio_list {
    padding-bottom: 10px;
}

.radio_list li {
    position: relative;
    padding: 0 10px !important;
    display: inline-block;
}

.radio_list input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.radio_list li label {
    display: block;
    position: relative;
    padding: 10px 15px 10px 42px;
    margin: 0 auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

.radio_list li .check {
    display: block;
    position: absolute;
    background: #fff;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 7px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.radio_list li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 12px;
    width: 12px;
    top: 4px;
    left: 4px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.radio_list input[type=radio]:checked ~ .check::before {
    background: #ff623b;
}

[data-type-input="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}

[data-type-input="checkbox"] + label {
    position: relative;
    padding: 0 15px 0 33px;
    cursor: pointer;
}

[data-type-input="checkbox"] + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    transition: .2s;
}

[data-type-input="checkbox"]:checked + label:after {
    content: '\f00c';
    font-family: FontAwesome;
    color: #ff623b;
    font-size: 20px;
}

.dropdown dd ul [data-type-input="checkbox"] + label:after {
    border: 1px solid #000;
}

.modal_hotels {
    font-size: 0;
    padding-bottom: 20px;
}

.modal_hotels li {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    padding: 10px;
    text-align: left;
    font-size: 14px;
    margin: 20px 0;
}

.modal_hotels li a {
    color: #fff;
    background: #5dd3d3;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    font-size: 1.1em;
    border: none !important;
    outline: none;
    transition: 0.5s ease;
    cursor: pointer;
    margin: 5px 0;
    display: inline-block;
    width: 49%;
    font-family: "RobotoMedium", sans-serif;
}

@media screen and (max-width: 768px) {
    .modal_hotels li a {
        display: block;
        width: 100%
    }
}

.modal_hotels li a:hover {
    background: #ff623b;
    transition: 0.5s ease;
}

.modal_hotels li a[data-type-link="more"] {
    background: none;
    box-shadow: none;
    color: #0b6363;
    transition: 0.5s ease;
}

.modal_hotels li a[data-type-link="more"]:hover {
    transition: 0.5s ease;
    color: #ff623b;
}

.modal_hotels li a[data-type-link="more"]:after {
    content: '\f101';
    font-family: FontAwesome;
    padding: 0 0 0 3px;

}

.modal_hotels li div {
    position: relative;
}

.modal_hotels li div img {
    width: 100%;
    display: block;
}

.modal_hotels li div p {
    color: #fff;
    background: #ff623b;
    padding: 5px 20px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 1.1em;
}

.modal_hotels li div p[data-type-p="hot_sale_hotel"] {
    top: 0;
    bottom: auto;
    width: 100%;
    background-color: rgba(51, 204, 204, 0.5);
    font-size: 1.1em;
}

.modal_hotels li p[data-type-p="hot_sale_room"] {
    font-size: 1.1em;
    width: 100%;
    text-align: center;
}

.checkbox_list li {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    text-align: left;
}

[datatype="sitemap"] {
    padding: 0 0 30px 0;
}

[datatype="sitemap"], [datatype="sitemap"] ol {
    counter-reset: myCounter;
    padding-left: 5px;
    color: #646464;
    margin: auto 2%
}

[datatype="sitemap"] li {
    position: relative;
    padding-left: 3em;
    margin: .45em 0;
    list-style: none;
    line-height: 1.8em;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #3ab3b3;
    font-weight: 700
}

[datatype="sitemap"] li a {
    color: #000;
    font-weight: 400;
    font-size: 1.1em;
}

[datatype="sitemap"] li a span {
    font-style: italic;
    font-size: 1em;
    float: right
}

[datatype="sitemap"] li:hover {
    color: #000;
}

[datatype="sitemap"] li:before {
    content: counter(myCounter);
    counter-increment: myCounter;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    padding: 0;
    color: #fff;
    background: #3ab3b3;
    font-weight: 700;
    text-align: center;
    border-radius: .9em;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

[datatype="sitemap"] li:hover:before {
    background-color: #f5f5f5;
    color: #3ab3b3
}

[datatype="sitemap"] li li:before {
    background-color: #3ab3b3
}

[datatype="sitemap"] li:after {
    position: absolute;
    top: 2.1em;
    left: .9em;
    width: 2px;
    height: calc(100% - 2em);
    content: '';
    background-color: #cbcbcb;
    z-index: 0
}

[datatype="sitemap"] li:hover:after {
    background-color: #f5f5f5;
    color: #3ab3b3
}

[datatype="sitemap"] li li {
    font-size: .9em
}

[datatype="sitemap"] li li:hover {
    background-color: #0b6363;
}

[datatype="sitemap"] li li:hover a {
    color: #ffffff
}

/*---------------rent-house------------------*/
.rent_item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding: 0 15px;
}

.rent_item .img_box {
    width: 40%;
    position: relative;
}

.rent_item .img_box .image {
    /*width: 170px;*/
    margin: 0 auto;
}

.rent_item .img_box a {
    display: block;
    transition: 0.5s all ease;
    overflow: hidden;
    position: relative;
}

.rent_item .img_box a:hover img {
    transform: scale(1.1);
}

.rent_item .img_box a img {
    display: block;
    width: 100%;
    transition: 0.5s all ease;
}

.rent_item .img_box .price {
    background-color: #ff623b;
    color: #fff;
    font-family: 'RobotoBold', sans-serif;
    padding: 10px 15px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    font-size: .8em;
}

.rent_item .text_box {
    width: 60%;
    padding-left: 30px;
}

.rent_item .text_box .description {
    font-size: 0.85em;
    line-height: 1.5;
    padding-bottom: 10px;
}

.title_rent {
    padding: 0 0 10px;
    font-size: 1.3em;
    font-family: "RobotoBold", sans-serif;
    line-height: 1.2;
    color: #000;
    display: inline-block;
}

a.title_rent:hover {
    color: #ff623b;
}

.rent_item .text_box .button2 {
    text-transform: uppercase;
    margin-top: 10px;
}

.rent_detail_slider {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.rent_detail_slider .fotorama {
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
}

.rent_detail_des {
    padding: 0 15px 50px;
}

.rent_detail {
    padding-bottom: 30px;
}

.rent_detail .img_box {
    max-width: 220px;
    margin: 0 auto 15px;
    position: relative;
}

.rent_detail .img_box img {
    display: block;
    width: 100%;
}

.rent_detail .img_box .price {
    background-color: #ff623b;
    color: #fff;
    font-family: 'RobotoBold', sans-serif;
    padding: 7px 5px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    font-size: .8em;
}

.rent_detail .text_box .title_rent {
    color: #009999;
    font-family: 'RobotoBold', sans-serif;
    display: inline-block;
    padding-bottom: 10px;
    font-size: 1.1em;
    transition: 0.5s all ease;
}

.rent_detail .text_box .description {
    line-height: 1.5;
}

form[data-type-filter="resorts"] {
    background-color: #3cc;
    margin-bottom: 30px;
}

form[data-type-filter="resorts"] ul {
    font-size: 0;
    padding-top: 10px;
}

form[data-type-filter="resorts"] ul li {
    display: inline-block;
    font-size: 14px;
    width: 25%;
    vertical-align: top;
    color: #fff;
}

form[data-type-filter="resorts"] ul li label {
    height: auto;
    line-height: 1.2;
}

/*-----------------vacancies--------------------*/
.vacancies_list {
    padding: 0 10px 50px;
}

.vacancies_list li {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    display: block;
    transition: 0.5s all ease;
    padding: 15px;
    color: #000;
}

.vacancies_list li:last-child {
    border: 0;
}

.vacancies_list li:hover {
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.27);
}

.vacancies_list li h3 {
    color: #099;
    font-family: 'RobotoBold', sans-serif;
    display: inline-block;
    padding-bottom: 10px;
    font-size: 1.4em;
    line-height: 1.3;
}

.vacancies_list li p {
    font-size: 0.9em;
}

.vacancies_list li div {
    font-family: 'RobotoBold', sans-serif;
    padding: 10px 0 0;
    line-height: 1.5;
}

.vacancies_search {
    background-color: #3cc;
    padding: 15px;
    margin-bottom: 15px;
}

.vacancies_search select {
    padding: 5px;
    margin: 5px 15px;
    min-width: 250px;
}

.vacancies_detail {
    padding: 0 15px 30px;
}

.vacancies_detail p {
    padding-bottom: 5px;
}

.vacancies_detail h3 {
    color: #099;
    font-family: 'RobotoBold', sans-serif;
    display: inline-block;
    padding-bottom: 10px;
    font-size: 1.4em;
    line-height: 1.3;
}

.vacancies_detail ul {
    padding-bottom: 15px;
}

.vacancies_detail ul li {
    position: relative;
    padding: 5px 10px 5px 20px;
    line-height: 1.5;
    display: block;
    font-size: 16px;
}

.vacancies_detail ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #3cc;
}

.vacancies_detail table {
    margin-bottom: 30px;
    width: 100%;
}

.vacancies_detail table td:first-child {
    color: #6b7886;
}

.vacancies_detail table td {
    padding: 5px 15px 5px 0;
    line-height: 1.5;
}


.vacancies_detail {
    padding: 0 15px 30px;
}

.vacancies_detail p {
    padding-bottom: 5px;
}

.vacancies_detail h3 {
    color: #099;
    font-family: 'RobotoBold', sans-serif;
    display: inline-block;
    padding-bottom: 10px;
    font-size: 1.4em;
    line-height: 1.3;
}

.vacancies_detail ul {
    padding-bottom: 15px;
}

.vacancies_detail ul li {
    position: relative;
    padding: 5px 10px 5px 20px;
    line-height: 1.5;
    display: block;
    font-size: 16px;
}

.vacancies_detail ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #3cc;
}

.vacancies_detail table {
    margin-bottom: 30px;
    width: 100%;
}

.vacancies_detail table td:first-child {
    color: #6b7886;
}

.vacancies_detail table td {
    padding: 5px 15px 5px 0;
    line-height: 1.5;
}

/*-------------------search_form--------------------*/
.search_form {
    margin-bottom: 50px;
    padding-top: 30px;
}

.search_form .bottom_text {
    color: #fff;
    width: 100%;
    font-size: 12px;
    padding: 5px 0 0 10px;
}

.search_form .booking_title {
    color: #fff;
    padding-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.2em;
    font-family: "RobotoBold", sans-serif;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);
}

.search_form form {
    background-color: #ff623b;
    padding: 20px 10px 10px;
    display: flex;
    flex-wrap: wrap;
}

.search_form form .box {
    width: 33.33%;
    padding: 0 10px;
}

.search_form form input, .search_form form select, .search_form form textarea {
    display: block;
    width: 100%;
    padding: 14px;
    background-color: #fff;
    border-radius: 5px;
}

.search_form form .button {
    width: 100%;
    margin: 0;
    box-shadow: none;
}

.search_form form .button:hover {
    background-color: #3ab3b3;
}

/*--------------------media--------------------*/

@media screen and (max-width: 1500px) {

    .top_slider_pages .text p {
        font-size: 1.5em;
        width: 300px;
    }

    .top_slider_pages .text span {
        font-size: 0.9em;
        width: 200px;
    }

    .hotel_content .slider_wrap {
        margin: 0 auto;
    }

}

@media screen and (max-width: 1400px) {
    .hotel_content {
        width: 100%;
    }

    .hotel_content .slider_wrap {
        width: 670px;
    }

    .hotel_content .slider_wrap .slider_big_img {
        width: 500px;
    }

    .hotel_content .slider_wrap .slider_thumbnails {
        width: 170px;
    }

    .main_bg {
        background-image: none;
    }
}

@media screen and (max-width: 1200px) {


    .mob-ico {
        display: block;
    }

    .sun_title {
        font-size: 1.3em !important;
    }

    header .fixed .mob-ico {
        top: 16px;
    }

    header nav ul {
        display: none;
    }

    .header_menu li {
        display: block;
        padding: 0;
    }

    .header_info li {
        padding: 5px;
        font-size: .9em;
    }

    header nav {
        padding-left: 0;
    }

    .wrap_menu_dropdown a {
        padding-right: 15px !important;
        z-index: 1;
        position: relative;
    }

    .menu_dropdown, .dropdown_down_level {
        width: 100%;
        position: relative;
        top: auto;
        right: auto;
        text-align: center;
    }

    .resort_content .left_col, .resort_content .right_col {
        width: 100%;
    }

    .resort_content .right_col ul {
        text-align: center;
    }

    .resort_content .right_col ul li {
        display: inline-block;
        vertical-align: top;
        margin: 10px;
    }

    .hotel_content {
        display: table;
        clear: both;
    }

    .hotel_content .left_col, .hotel_content .right_col {
        float: left;
        width: 50%;
        padding: 30px 50px;
    }

    .hotel_content .center_col {
        float: none;
        width: 100%;
        min-height: 0;
    }

    .review_box {
        overflow-y: scroll;
        max-height: 650px;
        margin: 20px auto;
    }

    .top10 figure figcaption {
        font-size: 1.5em;
    }

    .top10_slider li {
        padding: 15px 0;
        max-width: 300px;
        margin: 0 auto;
        display: block !important;
    }

    .top10_slider .slick-slide > div {
        padding: 0 5px;
    }

    .index_news .left_col, .index_news .right_col {
        width: 100%;
    }

    /*.index_news {*/
    /*    display: block;*/
    /*}*/

    .index_news .right_col ul li {
        display: inline-block;
        width: 33%;
        padding: 0 15px;
    }

    .index_akcii_video {
        flex-wrap: wrap;
    }

    .index_resort_list {
        width: 60%;
        order: 1;
    }

    .index_video {
        width: 40%;
        order: 2;
    }

    .index_akcii {
        width: 100%;
        order: 0;
    }

    #slidorion {
        width: 50%;
        float: none;
    }

    #slidorion {
        width: 70%;
        margin: 0 auto 20px;
        float: none;
    }

    .top10 figure.effect-apollo p {
        max-width: 250px;
    }

    .pagination {
        text-align: center;
    }

    .resort_list li {
        width: 50% !important;
    }

    .resort_list li article {
        padding-top: 150px !important;
    }

    .resort_list .resort_list_item1 {
        width: 100% !important;
    }

    .resort_list .resort_list_item1 article {
        padding-top: 225px !important;
    }

    .add_hotel, .news_detail {
        padding: 0 10px;
    }

    #about_page_rest_text {
        width: 100%;
        text-align: center;
    }

    #about_page_rest_text div {
        padding: 0;
    }

    #about_page_polygraphy .left_col {
        padding: 20px 0;
    }

    .excursion_content {
        display: block;
    }

    .excursion_content .text_block {
        float: none;
        width: 100%;
        padding: 20px 10px !important;
    }

    .excursion_content .title_block {
        float: none;
        width: 60%;
        margin: 0 auto;
    }

    .excursion_content .title_block:before, .excursion_content:nth-child(odd) .title_block:before {
        background: #fff;
        bottom: -100%;
        top: auto;
        left: auto;
        content: '';
        display: block;
        height: 100%;
        width: 100%;
        right: 0;
        position: absolute;
        transform: skewY(-10deg);
        z-index: 2;
    }

    .excursion_content .title_block:after, .excursion_content:nth-child(odd) .title_block:after {
        background: #fff;
        bottom: -100%;
        content: '';
        display: block;
        height: 100%;
        width: 100%;
        left: 0;
        position: absolute;
        right: 0;
        transform: skewY(10deg);
        z-index: 1;
    }

    .excursion_detail_content {
        padding: 0 10px;
        display: block;
    }

    .video_title .right_col {
        width: 100%;
        padding: 20px;
    }

    .video_title .left_col {
        /*width: 300px;*/
        /*position: relative;*/
        /*top: auto;*/
        /*transform: translateY(0);*/
        /*margin: 0 auto;*/
        /*left: auto;*/
        display: none;
    }

    .icons_list_tooltip {
        width: 100%;
    }

    .icons_list_tooltip li:hover p {
        display: none;
    }

    .more_info .form_slider {
        width: 300px;
        /*float: left;*/
    }

    .more_info .wrap {
        text-align: center;
    }

    .popup {
        max-height: 500px;
        overflow-y: scroll;
    }

    .index_content {
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
    }

    .index_content_wrap .banners_list {
        width: 100%;
    }

    .index_content_wrap .banners_list ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }

    .index_content_wrap .banners_list ul li {
        width: 33.3%;
        padding: 0 10px 20px;
    }

    .top_slider_booking .text {
        display: block;
    }

    .top_slider_booking .search_form {
        max-width: 1200px;
        position: relative;
        z-index: 10;
        left: auto;
        right: auto;
        top: auto;
        transform: translateY(0);
        padding-top: 30px;
    }

    .new_index_akcii_video .slidorion {
        height: 460px;
    }

    .new_index_akcii_video .slider {
        height: 450px;
    }

    .slider .slide img {
        height: 100%;
        margin: auto;
        display: block;
        width: auto;
    }
}

@media screen and (max-width: 1150px) {
    .header_info li span {
        display: block;
        line-height: 1.3;
    }

    /*.top_slider .text{*/
    /*right: 5%;*/
    /*}*/
    .top_slider .text p {
        font-size: 1.3em;
        width: 300px;
    }

    .top_slider .text span {
        font-size: 0.9em;
        width: 200px;
    }

    .top_slider .text .button {
        margin-top: 5px;
        padding: 5px 35px;
        font-size: 0.8em;
    }

    .top10_page .top10 li {
        width: 400px;
        margin: 10px;
    }

    .hotel_list li .btns .button2 {
        float: none;
    }

    .hotel_list li .btns {
        text-align: center;
    }

    .hotel_list li .btns .more {
        margin: 10px 15px;
    }


    .search_form form {
        padding: 30px 10px 15px;
    }

    .search_form .bottom_text {
        padding-top: 0;
    }

    .search_form form .box {
        width: 33.3%;
        padding: 0 10px 15px;
    }

    .search_form form .btn_box {
        margin: 0 auto;
        /*width: 100%;*/
    }

    .search_form form .btn_box .button {
        /*width: 200px;*/
        margin: 0 auto;
        display: block;
    }
}

@media screen and (max-width: 1000px) {
    .footer_down {
        padding-bottom: 0;
        min-height: 0;
    }

    footer {
        position: relative;
        bottom: auto;
    }

    footer ul li {
        width: 50%;
        text-align: center;
    }

    footer ul li:nth-child(2) a,
    footer ul li:nth-child(3) a {
        padding-left: 0;
    }

    .index_seo .right_col {
        width: 100%;
        text-align: center;
        padding: 50px 0;
    }

    .index_seo .left_col {
        width: 100%;
    }

    .top_slider_pages {
        padding-bottom: 30px;
    }

    .top_slider_pages .slick-dots {
        left: 0;
        right: 0;
        bottom: -20px;
    }

    .top_slider_pages .text p {
        font-size: 1.5em;
    }

    .top_slider_pages .text {
        right: 10px;
        /*top: 30%;*/
    }

    .top_slider_pages .text p {
        width: 100%;
    }

    .top_slider_pages .text span {
        width: 100%;
    }

    .rooms_slider .text {
        position: relative;
        width: 100%;
        left: auto;
        top: auto;
        opacity: 1;
        padding: 15px;
    }

    .rooms_slider .title_slide {
        display: none;
    }


}

@media screen and (max-width: 900px) {

    .price_table {
        overflow-x: scroll;
    }

    .top10_page .top10 li {
        width: 300px;
    }

    .top10_page .top10 figure figcaption {
        padding: 15px;
        font-size: 1.25em;
    }

    .news_detail_content .img_block {
        width: 300px;
        float: none;
        padding: 20px 0;
        margin: 0 auto;
    }

    #about_page .wrap {
        display: block !important;
    }

    #about_page .text_block {
        width: 100%;
        float: none;
    }

    #about_page .img_block {
        width: 50%;
        float: none;
        margin: 0 auto;
    }

    #about_page_polygraphy .right_col {
        width: 100%;
    }

    #about_page_polygraphy .left_col {
        float: none;
        width: 300px;
        margin: 0 auto;
    }

    #about_page_youtube .left_col {
        width: 100%;
        float: none;
    }

    #about_page_youtube .right_col {
        width: 300px;
        float: none;
        padding-left: 0;
        margin: 0 auto;
    }

    #about_page_youtube .left_col iframe {
        height: 200px;
    }

    .contact_list .item {
        padding: 80px 10px 0;
        justify-content: center;
    }

    .contact_list .item:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        height: 65px;
        width: 95%;
        margin: auto;
        background-color: #62d8d8;
    }

    .contact_list .item:after {
        content: '';
        position: absolute;
        top: 10px;
        bottom: auto;
        left: 0;
        right: 0;
        margin: auto;
        width: 47px;
        height: 47px;
    }

    .entertainment_list li {
        padding: 10px;
    }

    .resort_list2 li {
        width: 50%;
    }

    .modal_hotels li {
        width: 25%;
    }

    .radio_list li {
        display: block;
        text-align: left;
    }

}

@media screen and (max-width: 800px) {
    .top_slider {
        padding-bottom: 30px;
    }

    .top_slider .slick-dots {
        left: 0;
        right: 0;
        bottom: 10px;
    }

    .top_slider .text p {
        font-size: 1.4em;
    }

    .top_slider .text {
        right: 10px;
        /*top: 30%;*/
    }

    .top_slider .text p {
        width: 100%;
    }

    .top_slider .text span {
        width: 100%;
    }

    .resort_content .hotel_block .img {
        width: 100%;
        margin: 0 auto;
        max-width: 500px;
    }

    .resort_content .hotel_block .text {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }

    .hotel_content .left_col, .hotel_content .right_col {
        padding: 30px 20px;
    }

    #slidorion, .index_video .wrap {
        width: 100%;
    }

    .index_news .right_col ul li {
        width: 100%;
    }

    .index_news .right_col ul li div {
        width: 300px;
        margin: 0 auto;
    }

    .news_list li {
        width: 70%;
        display: block;
        margin: 0 auto;
    }

    .news_detail_img {
        float: none;
        margin: 0 auto;
    }

    .excursion_content .title_block {
        width: 100%;
    }

    .video_list li {
        width: 50%;
    }

    .popup form .wrap li {
        width: 100%;
    }

    .thanx .container {
        text-align: center;
    }

    .top_slider_pages .one_slide_fade {
        display: none;
    }

    .hotel_list li {
        width: 50%;
    }

    .hot_sales .wrap .content {
        width: 100%;
        float: none !important;
    }

    .hotel_content #action li {
        display: block;
    }

    .hotel_content #action li:first-child {
        width: 300px;
        margin: 10px auto;
    }

    .hotel_content #action li img {
        height: auto;
        width: 100%;
    }

    [datatype="sitemap"] li a span {
        display: block;
        color: #969696;
        float: none;
        text-align: right;
    }

    .rent_item {
        display: block;
    }

    .rent_item .img_box {
        width: 100%;
        max-width: 372px;
        margin: 0 auto;
    }

    .rent_item .text_box {
        padding: 15px 0 0 0;
        width: 100%;
    }

    form[data-type-filter="resorts"] ul li {
        width: 33.3%;
    }

    .index_content_wrap .title_box {
        display: block;
    }

}

@media screen and (max-width: 700px) {

    .top_slider .slide:before {
        width: 60%;
    }

    .hotel_content .left_col, .hotel_content .right_col {
        float: none;
        width: 80%;
        margin: 0 auto;
    }

    .hotel_content {
        display: flex;
        flex-direction: column;
    }

    .hotel_content .center_col {
        order: 0;
    }

    .hotel_content .left_col {
        order: 2;
    }

    .hotel_content .right_col {
        order: 1;
    }

    .review_box {
        max-height: 300px;
    }

    .hotel_content .slider_wrap {
        width: 470px;
        display: block;
    }

    .hotel_content .slider_wrap .slider_big_img {
        width: 100%;
        float: none;
    }

    .hotel_content .slider_wrap .slider_thumbnails {
        width: 100%;
        padding: 0;
        float: none;
    }

    #about_page .img_block {
        width: 80%;
    }

    .excursion_detail_content .excursion_slider, .entertainment_block .entertainment_slider {
        float: none;
        margin: 0 auto;
        padding: 0 0 20px;
        width: 470px;
    }

    .entertainment_block .text {
        text-align: center;
        width: 100%;
        float: none;
    }

    .entertainment_block .text p {
        padding-bottom: 20px;
    }

    .contact_list {
        display: block;
    }

    .contact_list .item {
        width: 100%;
    }

    .video_title .right_col h2 {
        font-size: 1.2em;
    }

    .resort_gallery ul li {
        width: 33.3%;
    }

    .index_content_wrap .index_akcii_list .item {
        width: 50%;
        padding: 10px;
    }

    .index_content_wrap .banners_list ul li {
        width: 50%;
    }

    .hotel_content #about {
        padding-bottom: 35px;
    }

    .hotel_content #about .js_hidden_text {
        display: flex;
        flex-direction: column;
    }

    .hotel_content #about .js_hidden_text .read_more_btn {
        display: inline-block;
        text-transform: uppercase;
        text-decoration: underline;
        margin-top: 20px;
        margin-left: auto;
    }

    .hotel_content #about .js_hidden_text .hidden_text {
        height: 100px;
        overflow: hidden;
        transition: 0.5s all ease;
    }

    .hotel_content #about .js_hidden_text .hidden_text.active {
        height: auto;
    }
}

@media screen and (max-width: 600px) {

    .top_slider .text p {
        font-size: 1.1em;
    }

    .index_video, .index_akcii, .index_resort_list {
        width: 100%;
        float: none;
    }

    /*.index_resort_list ul{*/
    /*text-align: center;*/
    /*}*/
    .index_video div {
        width: 50%;
        margin: 0 auto;
    }

    .index_video .wrap {
        width: 100%;
        margin: 0 auto;
        float: none;
    }

    .pagination li a, .pagination li p {
        padding: 5px 13px;
        min-height: 0;
    }

    .pagination li {
        margin: 5px;
    }

    .top_slider .slide:before {
        width: 70%;
    }

    .resort_list li {
        width: 100% !important;
    }

    .news_detail_img {
        width: 100%;
    }

    .excursion_detail_title p {
        font-size: 1em;
        padding: 10px 20px 10px 30px;
    }

    .contact_form {
        width: 95%;
        padding: 50px 0;
    }

    .contact_form button {
        margin-top: 10px;
    }

    .contact_form input, .contact_form textarea {
        width: 90%;
    }

    .page404, .thanx {
        padding: 100px 0;
    }

    .entertainment_list {
        text-align: center;
    }

    .entertainment_list li {
        width: 300px;

    }

    .resort_list2 li {
        width: 100%;
    }

    .hotel_list li {
        width: 100%;
    }

    .modal_hotels li {
        width: 33.3%;
    }

    .news_detail_content .text_block table {
        font-size: 0.6em;
    }

    .news_detail_content .text_block table thead th {
        padding: 8px 5px;
    }

    form[data-type-filter="resorts"] ul li {
        width: 50%;
    }

    .index_banners_list li {
        padding: 5px;
        width: 50%;
    }

    .index_banners_list li a {
        /*max-width: 200px;*/
        margin: 0 auto !important;
    }

    .search_form form .box {
        width: 100%;
    }

    .search_form .booking_title {
        font-size: 1em;
    }
}

@media screen and (max-width: 500px) {
    header .logo {
        width: 260px;
        margin: 0;
    }

    .mob-ico {
        top: 20px;
    }

    footer ul li {
        width: 100%;
    }

    .index_href_hot_tour {
        font-size: 1.3em;
    }

    .top_slider .text p {
        font-size: 1em;
    }

    .top_slider .text span {
        font-size: 0.8em;
    }

    .resort_content .hotel_block .img {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .icons li {
        width: 100%;
    }

    .resort_content .price_btn {
        text-align: center;
    }

    .hotel_content .slider_wrap {
        width: 380px;
    }

    .hotel_content .left_col, .hotel_content .right_col {
        width: 100%;
    }

    .slidorion {
        height: auto !important;
    }

    #slider, #accordion {
        float: none;
        width: 100%;
    }

    #accordion {
        padding-left: 0;
    }

    .index_video .wrap {
        text-align: center;
    }

    .index_video .wrap div {
        width: 80%;
        float: none;
        margin: 0 auto;
    }

    #about_page_youtube .left_col .wrap div {
        width: 100%;
    }

    .excursion_detail_content .excursion_slider, .entertainment_block .entertainment_slider {
        width: 300px;
    }

    .video_list li {
        width: 100%;
    }

    .thanx p {
        width: 95%;
        margin-bottom: 0;
    }

    .more_info .form_slider {
        float: none;
        margin: 35px auto 10px;
        padding: 0;
    }

    .more_info .text ul {
        margin: auto
    }

    .more_info .text ul.more_info_icons li {
        width: 40px
    }

    .more_info .text ul.more_info_icons li img {
        width: 100%
    }

    .modal_hotels li {
        width: 50%;
    }

    .resort_gallery ul li {
        width: 50%;
    }

    .index_content_wrap .index_akcii_list .item {
        width: 100%;
        padding: 0 0 20px;
    }

    .index_content_wrap .banners_list ul li {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    /*.top_slider .text{*/
    /*top: 15px;*/
    /*}*/
    .top_slider .slide:before {
        width: 80%;
    }

    .hotel_content .slider_wrap {
        width: 340px;
    }

    .news_list li {
        width: 100%;
    }

    .top10_page .top10 li {
        margin: 10px 0;
    }

    .more_info .form_slider {
        width: 200px
    }

}

@media screen and (max-width: 370px) {

    .hotel_content .slider_wrap {
        width: 290px;
    }
}

.go-up, .go-down {
    display: none;
    position: fixed;
    z-index: 9999;
    right: 2%;
    background: #33cccc;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-size: 35px;
    text-shadow: 0 1px 2px #000;
    opacity: .5;
    padding: 3px;
    margin-bottom: 5px;
    width: 42px;
    height: 42px;
}

.go-up {
    bottom: 160px;
}

.go-down {
    bottom: 110px;
}

.go-down:hover,
.go-up:hover {
    opacity: 1;
    box-shadow: 0 5px 0.5em -1px #666;
}

form {
    position: relative
}

form input[name="honeypot"],
form input[data-type-input="hidden"] {
    display: none
}

form input.error {
    border: 1px solid #ff0000;
    font-size: 0.9em;
}

form label.error {
    display: block;
    color: #ffffff;
    font-weight: normal;
    background-color: #ff0000;
    width: 100%;
    text-align: center;
}

.contact_form label.error {
    width: 70%;
    margin: -20px auto 0;
}

.add_hotel form label.error {
    margin: -20px auto 0;
}

.popup label.error {
    margin: -10px auto 0;
}

@media screen and (max-width: 600px) {
    .contact_form label.error {
        width: 90%;
    }

    .rent_detail_slider {
        width: 320px;
        margin: 0 auto 50px;
    }
}

a[data-type-p=sait_href] {
    width: 100%;
}

.fancybox-skin {
    background-color: #5dd3d3;
}

