@CHARSET "UTF-8";
@font-face {
	font-family: 'galano-light';
	src: url('/css/fonts/GalanoGrotesque-Light.ttf');
	font-weight: 300;
	font-display: swap;
}

@font-face {
	font-family: 'galano-regular';
	src: url('/css/fonts/GalanoGrotesqueAlt-Regular.ttf');
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: 'galano-medium';
	src: url('/css/fonts/GalanoGrotesque-Medium.ttf');
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: 'galano-semibold';
	src: url('/css/fonts/GalanoGrotesque-SemiBold.ttf');
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: 'kanit-medium';
	src: url('/css/fonts/Kanit-Medium.ttf');
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: 'kanit-regular';
	src: url('/css/fonts/Kanit-Regular.ttf');
	font-weight: 400;
	font-display: swap;
}

a.eBut {
	font-family: 'kanit-medium', sans-serif !important;
	width: auto;
	padding: 15px 40px 15px 40px;
	background: #8aa30f;
	color: #FFFFFF !important;
	text-decoration: none !important;
	display: inline-block;
}

a.eBut:hover {
	background: #000000;
}

.rItemsScroll.rItemsScrollFull {
	float: left;
	width: 100vw;
}

.rItemsScroll.rItemsScrollFull .rItems {
	position: relative;
    max-width: 100% !important;
}

.rItemsScroll.rItemsScrollFull .rItems>.rItemsCont {
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	max-width: 100% !important;
}
.rItemsScroll.rItemsScrollFull .rItems>.rItemsCont>.rItemsWrapper {
	display: block;
	width: max-content;
	margin: 0 auto 0 auto;
	float: none;
}

.rItemsScroll.rItemsScrollFullBH .rItems>.rItemsCont>.rItemsWrapper {
	width: fit-content;
	max-width: 1440px;
	min-width: auto !important;
    margin: 0 auto 0 auto !important;
}

.rItemsScroll.rItemsScrollFull.rItemsScrollFullB {
	position: relative;
}

.rItemsScroll.rItemsScrollFull.rItemsScrollFullBH {
	position: relative;
	width: 100%;
}

.rFixFixed .rPad {
	position: fixed;
}

.rFixAbsolute .rPad {
	position: absolute;
}

.rItemsScroll.rItemsScrollFull.rItemsScrollFullB .rItems>.rItemsCont>.rItemsWrapper,
.rItemsScroll.rItemsScrollFull.rItemsScrollFullBH .rItems>.rItemsCont>.rItemsWrapper {
	min-width: 85%;
	min-width: calc( 50% + 800px );
	margin-left: calc( 50% - 800px );
	transition: margin-left .5s ease-in-out;
	-webkit-transition: margin-left .5s ease-in-out;
	-moz-transition: margin-left .5s ease-in-out;
}

.rItemsScroll.rItemsScrollFull .rItems>.rItemsCont>.rItemsWrapper .rItem {
	float: left;
	width: 340px !important;
	max-width: 340px !important;
	margin-right: 20px !important;
	margin-bottom: 30px !important;
}
.rItemsScroll.rItemsScrollFull .rItems>.rItemsCont>.rItemsWrapper .rItem:last-child {
	margin-right: 0 !important;
}

.rItemsScroll.rItemsScrollFull .rItems>.rItemsCont>.rItemsWrapper .rItem>.rItemc>.rImgCont>.rImg:after {
    content: "";
    display: block;
    padding-bottom: 82.2%;
}

.rItemsScroll.rItemsScrollFull .rF {
	float: right;
	display: none;
	margin-bottom: 30px;
	margin-right: 20vw;
}

.rItemsScroll.rItemsScrollFull .rP {
	position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 15px;
    bottom: 50px;
}

.rItemsScroll.rItemsScrollFull .rP > div {
	float: left;
	height: 3px;
	width: 70px;
	background-color: #e1e1e1;
	cursor: pointer;
	margin-top: 8px;
}

.rItemsScroll.rItemsScrollFull .rP > div.active {
	background-color: #000000;
	cursor: default;
}

.rItemsScroll.rItemsScrollFullBH .rF,
.rItemsScroll.rItemsScrollFullBH .rP {
	
}

.rItemsScroll.rItemsScrollFull .rFP,
.rItemsScroll.rItemsScrollFull .rFN {
	float: left;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 1px solid #e1e1e1;
    background-image: url( '/images/main/arrow-page-left.svg' );
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px;
	cursor: pointer;
}

.rItemsScroll.rItemsScrollFull .rFN {
	margin-left: 20px;
	background-image: url( '/images/main/arrow-page-right.svg' );
}

.rItemsScroll.rItemsScrollFull .rF > div:not( .disabled ):hover {
	background-color: #ededed;
}

.rItemsScroll.rItemsScrollFull .rF > div.disabled {
	cursor: default;
	opacity: 0.3;
	border-color: #949494;
}

.rCard span {
    padding: 15px 30px 20px 60px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 26px;
    font-family: 'galano-medium', sans-serif !important;
    cursor: pointer;
    background-color: #00a1ff;
    color: #FFFFFF;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
    background-image: url(/images/main/card_white.svg);
    background-size: 20px;
    background-position: left+30px center;
    background-repeat: no-repeat;
}

#rCardResp {
	position: fixed;
	width: max-content;
    bottom: 95px;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 3;
}

#rCard span {
	width: fit-content;
    margin: 20px auto 0 auto;
    display: inline-block;
    float: none;
}

#rCard {
    clear: both;
    width: 100%;
    text-align: center;
}

.rCard span:hover {
	background-color: #000000;
}

#rFootMenu {
	display: none;
	background: #000000;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 1000;
}

#rFootMenu > .rPad {
	margin: 10px 0 10px 0;
	height: 80%;
	height: calc( 100% - 20px ) ;
}

#rHomeC {
	width: max-content;
	margin: 40px auto 0 auto;
	display: flex;
    background: #f9f9f9;
    padding: 20px;
}

#rFootMenu > .rPad {
	display: flex;
}

#rHomeC > a, #rFootMenu > .rPad > a {
	float: left;
	width: 100%;
	height: 100%;
    text-align: center;
    border-right: 1px solid #444444;
    font-family: 'kanit-medium', sans-serif !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 13px;
    line-height: 14px;
    color: #FFFFFF;
    text-decoration: none;
}

#rFootMenu > .rPad > a.active {
	color: #8ba310;
}

#rHomeC > a {
	color: #000000;
	padding: 0 22px 0 22px;
	width: auto;
	height: auto;
    line-height: 20px;
}

#rHomeC > a > div {
    margin-top: 5px;
}

#rFootMenu > .rPad > a > div {
	margin-top: 5px;
}

#rHomeC > a > div > div, #rFootMenu > .rPad > a > div > div {
	font-family: 'galano-regular', sans-serif !important;
    font-size: 11px;
}

#rFootMenu > .rPad > a > div > div {
    color: #FFFFFF;
}

#rHomeC > a:last-child, #rFootMenu > .rPad > a:last-child {
	border-right: none;
}

#rHomeC > a > span.icon, #rFootMenu a > span.icon {
    width: 100%;
    height: 35px;
}

#rHomeC > a > span.icon svg, #rFootMenu a > span.icon svg {
	display: block;
    max-height: 100%;
    margin: auto;
}

#rFootMenu a.weather svg path {
    fill: #FFFFFF;
}

svg:not(:root) {
    overflow: hidden;
}

#rHomeC > a, #rFootMenu a {
	display: inline-block;
	position: relative;
}

#rHomeC > a > span, #rFootMenu a span {
    width: 21px;
    height: 25px;
    background-size: 14px 17px;
    background-position: top+12px center;
    background-repeat: no-repeat;
}

#rHomeC a.live span,
#rHomeC a.webcam span,
#rHomeC a.map span,
#rHomeC a.snow span,
#rHomeC a.restaurant span,
#rHomeC a.attraction span,
#rHomeC a.eshop span,
#rFootMenu a.live span,
#rFootMenu a.webcam span,
#rFootMenu a.map span,
#rFootMenu a.snow span,
#rFootMenu a.restaurant span,
#rFootMenu a.attraction span,
#rFootMenu a.eshop span,
#rFootMenu a.news span,
#rFootMenu a.files span,
#rFootMenu a.rewards span,
#rFootMenu a.vouchers span,
#rFootMenu a.like span,
#rFootMenu a.userdata span {
    width: 40px;
    height: 40px;
    background-size: 25px 21px;
    background-position: top+13px center;
    background-repeat: no-repeat;
}

#rHomeC a.live div,
#rHomeC a.webcam div,
#rHomeC a.map div,
#rHomeC a.snow > div,
#rHomeC a.restaurant div,
#rHomeC a.attraction div,
#rHomeC a.eshop div,
#rFootMenu a.live div,
#rFootMenu a.webcam div,
#rFootMenu a.map div,
#rFootMenu a.snow > div,
#rFootMenu a.restaurant div,
#rFootMenu a.attraction div,
#rFootMenu a.eshop div,
#rFootMenu a.news div,
#rFootMenu a.files div,
#rFootMenu a.rewards div,
#rFootMenu a.vouchers div,
#rFootMenu a.like div,
#rFootMenu a.userdata div {
	margin-top: 40px;
}

#rFootMenu a div.userAlert {
    margin-top: 23px;
    right: -18px;
    top: 0;
    left: auto;
}

#rHomeC a:hover, #rFootMenu a:hover {
	color: #8ba310;
}

#rFootMenu a.live span {
    background-image: url(/images/main/live_green.svg);
}

#rFootMenu a.webcam span {
    background-image: url(/images/main/webcam_white.svg);
}

#rFootMenu a.map span {
    background-image: url(/images/main/map-pin_white.svg);
}

#rFootMenu a.snow span {
    background-image: url(/images/main/snow_white.svg);
}

#rFootMenu a.restaurant span {
    background-image: url(/images/main/food_white.svg);
}

#rFootMenu a.attraction span {
    background-image: url(/images/main/attraction_white.svg);
}

#rFootMenu a.trail span {
    background-image: url(/images/main/trail_white.svg);
}

#rFootMenu a.skislope span {
    background-image: url(/images/main/skislope_white.svg);
}

#rFootMenu a.cableway span {
    background-image: url(/images/main/cableway_white.svg);
}

#rFootMenu a.eshop span {
    background-image: url(/images/main/cart_white.svg);
}

#rFootMenu a.news span {
    background-image: url(/images/main/news.svg);
}

#rFootMenu a.files span {
    background-image: url(/images/main/file_white.svg);
}

#rFootMenu a.rewards span {
    background-image: url(/images/main/reward_white.svg);
}

#rFootMenu a.vouchers span {
    background-image: url(/images/main/tickets.svg);
    background-size: 35px 31px;
    background-position: top+9px center;
}

#rFootMenu a.like span {
    background-image: url(/images/main/heart.svg);
}

#rFootMenu a.userdata span {
    background-image: url(/images/main/user_white.svg);
}

#rHomeC a.live span {
    background-image: url(/images/main/live_green.svg);
}

#rHomeC a.webcam span {
    background-image: url(/images/main/webcam_black.svg);
}

#rHomeC a.map span {
    background-image: url(/images/main/map-pin_black.svg);
}

#rHomeC a.snow span {
    background-image: url(/images/main/snow_black.svg);
}

#rHomeC a.restaurant span {
    background-image: url(/images/main/food_black.svg);
}

#rHomeC a.attraction span {
    background-image: url(/images/main/attraction_black.svg);
}

#rHomeC a.trail span {
    background-image: url(/images/main/trail_black.svg);
}

#rHomeC a.skislope span {
    background-image: url(/images/main/skislope_black.svg);
}

#rHomeC a.cableway span {
    background-image: url(/images/main/cableway_black.svg);
}

#rHomeC a.eshop span {
    background-image: url(/images/main/cart_black.svg);
}

.circle-with-icon {
    position: relative;
    display: block;
}

.circle-icon {
    position: absolute;
    top: 11px;
    left: 50%;
    transform: translate(-50%,-50%);
}

.circle-chart {
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto 0 auto;
}

.rAct {
	width: min-content;
    margin: 0 auto 30px auto;
    display: flex;
}

.actOpen, .actSnow {
	float: left;
    width: 40%;
    min-width: 330px;
    display: flex;
    align-items: center;
    position: relative;
    background: #f9f9f9;
    margin: 0 15px 0 15px;
}

.actSnow {
	width: 60%;
    min-width: 520px;
}

.actOpen .rPad, .actSnow .rPad {
	position: relative;
	margin: 20px auto 20px auto !important;
}

.actOpen .rPad {
	display: flex;
    align-items: center;
}

.actSnow > .rPad {
	margin: 20px 40px 20px 40px !important;
}

.actOpen .title {
    float: left;
    font-family: 'kanit-medium', sans-serif !important;
    font-size: 18px;
    margin-right: 20px;
    width: fit-content;
}

.actOpen .title > div {
	margin-top: 5px;
}

.actOpen .title > div > a {
	font-size: 14px;
	text-decoration: none;
	font-family: 'galano-medium', sans-serif !important;
}

.actOpen .title > div > a:hover {
	text-decoration: underline;
}

.actOpen .cnt {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 17px;
    font-family: 'kanit-medium', sans-serif !important;
    font-size: 18px;
    width: 80px;
    height: 80px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    place-content: center;
}

.actOpen .cnt > div {
	font-size: 14px;
	line-height: 10px;
   	width: 100%;
}

.actOpen .circle-chart {
	width: 80px;
	min-width: 80px;
    height: 80px;
}

.circle-chart-value {
    fill: none;
    stroke-width: 4px;
    stroke: #8aa30f;
    stroke-linecap: round;
}

.circle-chart-bg {
    fill: none;
    stroke: #222222;
    stroke-width: 2px;
}

#rHomeC .circle-chart-bg {
    stroke: #e3e3e3;
}

.actOpen .circle-chart-bg {
    stroke: #DEDEDE;
}

div.rohcont {
    clear: both;
    max-width: 100%;
    overflow-x: auto;
}

table.roh {
	width: 100%;
    max-width: 1000px;
    margin: 0 auto 20px auto;
    border: none;
    border: 1px solid #ECECEC;
    border-spacing: 0;
    white-space: nowrap;
}

table.roh span.open, table.roh span.closed {
    width: 15px;
    height: 15px;
    background: #8aa30f;
    border-radius: 50%;
    display: block;
    float: left;
    margin: 7px 10px 0 0;
    position: relative;
}

table.roh span.open:after, table.roh span.closed:after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    width: 7px;
    height: 7px;
    background-color: #FFFFFF;
    border-radius: 50%;
    margin: 4px 0 0 4px;
}

table.roh span.closed {
    background: #c21a2b;
}

table.roh tbody {
    width: 100%;
}

table.roh .rDesc {
	font-style: italic;
	font-size: 13px;
	margin-top: 5px;
	width: 100%;
}

table.roh tr {
	width: 100%;
}

table.roh td {
    padding: 10px;
    border: none;
    vertical-align: top;
}

table.roh tr td:nth-child( 1 ) {
	width: 40%;
}

table.roh tr td:nth-child( 2 ) {
    width: 60%;
	padding-left: 20px;
}

table.roh td.bold {
	font-weight: bold;
}

table.roh tr.title td {
    background-color: #f0f0f0;
    font-weight: bold;
}

table.roh tr:nth-child( odd ) td {
    background-color: #F9F9F9;
}

.erOH {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.erOH:focus {
    outline: none !important;
}

.erOH .erOHN {
	display: inline-block;
	width: auto;
	background-image: url(/images/main/arrow_dark_gray_down.svg);
    background-size: 10px;
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 20px;
    margin-left: 8px;
    padding-bottom: 4px;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 10px;
}

.erOH .erOHN.active {
	background-image: url(/images/main/arrow_dark_gray_up.svg);
}

.erOH .erOHN > span, .rOpeningHours > span {
	font-weight: bold;
	background: none !important;
}

.erOH .erOHN > span.closed {
	color: #c21a2b;
}

.erOH .erOHN > span.opened {
	color: #8ba310;
}

.rOpeningHours > span {
	color: #FFFFFF;
}

.erOH .erOHF {
	display: none;
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #ececec;
    padding: 0 20px 0 20px;
    z-index: 1002;
    margin-top: -5px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
}

.erOH .erOHF > div > span.time {
    float: right;
    margin-left: 40px;
}

.erOH .erOHF > div {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #ececec;
}

.erOH .erOHF > div:first-child {
	font-weight: bold;
}

.erOH .erOHF .name {
	font-style: italic;
	font-size: 13px;
	margin-top: 5px;
	width: 100%;
}

#eAReservation {
	background: #F9F9F9;
	float: left;
	width: 100%;
	margin-top: 30px;
}

#eAReservation > div {
    margin: 20px 5px 20px 5px;
    float: left;
    width: calc( 100% - 10px);
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}

#eAReservation .rBut {
	margin: 0 auto 0 auto;
}

#eAReservation h3 {
	margin-top: 0 !important;
}

#eAReservation > div > div {
	float: left;
    width: calc( 33.33% - 30px );
    padding: 0 15px 0 15px;
}

#eAReservation > div > div > input[type="text"] {
    padding: 17px 20px 17px 20px;
    width: 100%;
    background-image: url(/images/main/calendar_gray.svg );
    background-position: right+20px center;
    background-repeat: no-repeat;
	background-size: 20px;
}

#eAReservation > div > div > input[type="button"] {
	width: 100%;
	margin-bottom: 0;
}

#rewardUseNote,
#voucherUseNote {
	margin-bottom: 20px;
    width: 100%;
    max-width: 400px;
}

img.webcamDetail {
	display: block;
	max-width: 100%;
	margin: 0 auto 30px auto;
}

iframe.webcamDetail {
	display: block;
	padding: 0;
	border: none;
	max-width: 100%;
	margin: 0 auto 30px auto;
}

.skidiff {
	display: inline-block;
    width: 22px;
    height: 22px;
	border-radius: 50%;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.h1route .skidiff,
.rDesc .skidiff {
	margin: 3px 0 0 10px;
    width: 17px;
    height: 17px;
}

.rDesc .skidiff {
	position: relative;
    top: 5px;
}

.h1route .skidiff {
    margin: 11px 0 0 10px;
}

.skidiff.skidiff-1 {
	background-color: #ffb310;
}

.skidiff.skidiff-2 {
	background: linear-gradient(to right,#ffb310 50%,#00a1ff 50%);
}

.skidiff.skidiff-3 {
	background-color: #00a1ff;
}

.skidiff.skidiff-4 {
	background: linear-gradient(to right,#00a1ff 50%,#c21a2b 50%);
}

.skidiff.skidiff-5 {
	background-color: #c21a2b;
}

.skidiff.skidiff-6 {
	background: linear-gradient(to right,#c21a2b 50%,#000 50%);
}

.skidiff.skidiff-7 {
	background-color: black;
}

.pinterestButton {
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 1;
}

#translate {
	float: right;
    width: 70px;
    margin-left: 10px;
}

#translate form {
    float: left;
    margin-top: 5px;
}

#translate select {
    background: none;
    border: none;
    color: #fff;
    outline: none;
}

#translate option {
    color: #000000;
}

#translate .ui-selectmenu-button {
    width: 50px !important;
    margin-left: 6px;
    padding-left: 15px;
    padding-right: 0.2em;
    padding-top: 2px;
    padding-bottom: 2px;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: transparent;
    background-image: url(/images/flag/cz.svg);
    background-size: 17px;
    color: #000000 !important;
    font-size: 15px;
    line-height: 15px;
    border: none;
}

body.transparent #translate .ui-selectmenu-button {
    color: #FFFFFF !important;
}

.ui-selectmenu-menu .ui-menu {
    padding: 15px 5px 10px 15px;
    border: 1px solid #ececec;
    filter: drop-shadow(8px 8px 20px rgba(25, 25, 25, .08));
}

#translate .ui-selectmenu-button span.ui-selectmenu-text {
	padding: 5px 10px 5px 10px;
	width: 30px;
}

#translate .ui-selectmenu-button span.ui-icon {
    right: 0px;
    background-image: url(/images/main/arrow_dark_gray_down.svg);
    background-size: 10px;
    background-position: right center;
    background-repeat: no-repeat;
	right: 0.5em;
    left: auto;
    margin-top: -6px;
    position: absolute;
    top: 50%;
}

body.transparent #translate .ui-selectmenu-button span.ui-icon {
    background-image: url(/images/main/arrow_white_down.svg);
}

#translate .ui-selectmenu-button.flag-cs, span.ui-icon.flag-cs, #translate-resp .flag-cs {
    background-image: url('/images/flag/cz.svg');
}

#translate .ui-selectmenu-button.flag-en, span.ui-icon.flag-en, #translate-resp .flag-en {
    background-image: url('/images/flag/gb.svg');
}

#translate .ui-selectmenu-button.flag-de, span.ui-icon.flag-de, #translate-resp .flag-de {
    background-image: url('/images/flag/de.svg');
}

#translate .ui-selectmenu-button.flag-pl, span.ui-icon.flag-pl, #translate-resp .flag-pl {
    background-image: url('/images/flag/pl.svg');
}

#translate .ui-selectmenu-button.flag-sk, span.ui-icon.flag-sk, #translate-resp .flag-sk {
    background-image: url('/images/flag/sk.svg');
}

#translate .ui-selectmenu-button.flag-uk, span.ui-icon.flag-uk, #translate-resp .flag-uk {
    background-image: url('/images/flag/ua.svg');
}

#translate .ui-selectmenu-button.flag-fr, span.ui-icon.flag-fr, #translate-resp .flag-fr {
    background-image: url('/images/flag/fr.svg');
}

#translate .ui-selectmenu-button.flag-es, span.ui-icon.flag-es, #translate-resp .flag-es {
    background-image: url('/images/flag/es.svg');
}

#translate .ui-selectmenu-button.flag-it, span.ui-icon.flag-it, #translate-resp .flag-it {
    background-image: url('/images/flag/it.svg');
}

.ui-selectmenu-open {
    z-index: 9996;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
	margin: 0;
	color: #8aa30f;
	background-color: #FFFFFF;
	border: #FFFFFF;
}

.rOHIframe {
    width: 100%;
    border: 0;
    overflow: hidden;
    height: 300px;
}

#infoMessage, #warningMessage {
	position: fixed;
    top: -100px;
    left: 20px;
    background-color: #8ba310;
    color: #FFF;
    line-height: 14px;
    padding: 30px 40px 30px 65px;
    z-index: 10001;
    text-align: left;
    max-width: calc( 100vw - 120px ) ;
    background-image: url(/images/main/circle_white_info.svg);
    background-position: left+30px center;
    background-repeat: no-repeat;
    background-size: 25px;
    box-shadow: 1px 0px 15px rgb(0 0 0 / 30%);
}

#warningMessage {
    background-color: #c21a2b;
	background-image: url(/images/main/circle_white_warning.svg);
}

.external {
    background-image: url(/images/main/external_link_gray.svg);
    background-position: right center;
    background-size: 13px;
    background-repeat: no-repeat;
    padding-right: 25px !important;
}

.sOkMess {
    color: #8aa30f !important;
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 400 !important;
}

div.button {
	background: transparent !important;
	cursor: default;
	opacity: 1;
}

.external.white {
    background-image: url(/images/main/external_link_white.svg);
}

#topMenu .external {
    background-position: right 6px;
}

#sideNav .external {
    background-position: right 1px;
}

label {
	cursor: pointer;
    outline: none;
}

.fail {
	position: relative;
    float: left;
    width: 100%;
    margin: 7vh auto 7vh auto;
}

.fail .fail-head1 {
	color: #f1f1f1;
    font-size: 282px;
    line-height: 282px;
    font-weight: bold;
    text-align: center;
    text-transform: none;
}

.fail .fail-head2 {
    position: absolute;
    top: 105px;
    font-weight: bold;
    font-size: 101px;
    line-height: 101px;
    color: #8aa30f;
    font-weight: 100;
    text-align: center;
    width: 100%;
}

.fail .fail-t1 {
    font-size: 23px;
    line-height: 30px;
    text-align: center;
}

.fail .fail-t2 {
	text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}

.ui-accordion h3 {
    border: none !important;
    background: #ececec !important;
    border-radius: 0 !important;
    width: calc( 100% - 40px ) !important;
    color: #000000 !important;
    padding: 15px 20px 15px 20px !important;
    line-height: 24px;
	transition: background .1s ease-in-out;
	-webkit-transition: background .1s ease-in-out;
	-moz-transition: background .1s ease-in-out;
}

.ui-accordion h3:not( .ui-state-disabled ):not( .ui-state-active ):hover {
	background: #e4e4e4 !important;
}

.ui-accordion h3.ui-state-disabled, .ui-accordion h3.ui-state-active {
	cursor: default !important;
}

.ui-accordion .ui-accordion-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-color: #ececec !important;
    width: calc( 100% - 42px ) !important;
}

.ui-accordion .ui-state-default .ui-icon, .ui-accordion .ui-state-active .ui-icon {
    background-image: url(/images/main/accordion-down.svg);
    background-position: center 4px;
    width: 20px;
    height: 25px;
    background-size: 100%;
    margin-right: 12px;
}

.ui-accordion .ui-state-active .ui-icon {
	background-image: url(/images/main/accordion-right.svg);
}

.ui-accordion .ui-state-ok .ui-icon {
	background-image: url(/images/main/accordion-ok.svg);
}

#qrCanvasWrap {
	position: relative;
	width: fit-content;
    margin: 0 auto;
}

#torchBtn {
	width: 40px;
	height: 40px;
	background-color: #FFFFFF;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/images/main/light-bulb_black.svg);
	background-size: 25px;
	position: absolute;
	top: 10px;
	right: 10px;
}

#torchBtn.active {
	background-color: #8aa30f;
	background-image: url(/images/main/light-bulb_white.svg);
}

#qrCanvas {
	display: block;
	margin: auto;
	background: #000000;
	color: #FFFFFF;
    max-width: 100vw;
    height: auto;
}

#qrMain .qrDesc {
	margin: 20px 20px 40px 20px;
	font-size: 15px;
	text-align: center;
}

html {
	scroll-behavior: smooth;
}

body {
	background: #FFFFFF;
}

body,
table,
form,
.ui-widget {
	color: #000000;
	font-family: 'galano-regular', sans-serif !important;
}

#userIco span {
	float: right;
	line-height: 26px;
	color: #000000;
	padding-left: 5px;
	margin-top: 2px;
}

#userIco > a.logged > span {
	font-family: 'kanit-medium', sans-serif !important;
}

.transparent:not( .scrolled):not( .white) #header #userIco span {
	color: #FFFFFF;
}

#userIco a:hover span {
	text-decoration: underline;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.passwordCont {
	float: none !important;
	width: 220px;
}

#loginForm .passwordCont,
#registrationForm .passwordCont {
	width: 100%;
}

#loginForm .passwordEye,
#registrationForm .passwordEye {
	margin-top: 10px;
}

#anchorMenu {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ececec;
	margin-bottom: 20px;
}

#anchorMenu .left {
	float: left;
}

#anchorMenu .right {
	float: right;
}

#anchorMenu .rPad {
	max-width: 1640px;
	float: none;
	margin: 0 auto 0 auto;
}

#anchorMenu .rPad a:not( .noborder )  {
	float: left;
	border-bottom: 4px solid transparent;
	padding: 0 20px 16px 20px;
	color: #000000;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	font-family: 'kanit-regular', sans-serif !important;
}

#anchorMenu .rPad select {
	margin-left: 20px;
}

#anchorMenu .rPad a:not( .noborder ) :hover {
	text-decoration: none;
	border-color: #000000;
}

.banner {
	float: left;
	width: 100%;
	background: #f1f1f1;
	margin-bottom: 30px;
	text-align: center;
	font-size: 17px;
}

.banner img {
	max-width: 100%;
}

.banner a {
	color: #000000;
}

.banner:hover a {
	color: #000000;
	text-decoration: underline;
}

.banner .padi {
	margin: 20px;
}

.rAccount {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}

.rAccountL {
	float: left;
	width: 20%;
	padding-top: 6px;
}

.rAccountR {
	float: left;
	width: 80%;
}

.rewardH2 {
	margin: 0 0 10px 0;
	text-align: center;
	line-height: 30px;
}

.rewardDesc {
	margin-bottom: 10px;
	text-align: center;
}

.rewardCode {
	font-weight: bold;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	color: #8aa30f;
}

#addRewardForm .rAccountL {
	width: 40%;
}

#addRewardForm .rAccountR {
	width: 60%;
}

div.printCont {
	margin-bottom: 20px;
}

a.print, a.pdf {
    margin-top: 10px;
    display: inline-block;
	padding-left: 20px;
	font-size: 13px;
	color: #AAAAAA !important;
	background-image: url(/images/main/ico_print.svg);
	background-size: 15px;
	background-position: left center;
	background-repeat: no-repeat;
}

a.pdf {
	background-image: url(/images/main/ico_pdf.svg);
    padding-top: 3px;
}

.rShowAll {
	width: 350px;
	height: 25px;
	float: right;
	text-align: right;
	font-size: 12px;
	display: none;
}

.rShowAll .ynbut_cont {
	margin: 0 10px 0 10px;
}

.yesno .yncirc {
	height: 17px;
	width: 17px;
	margin: 0px 4px 0 4px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #000000 !important;
}

.rShowAll .yesno {
	height: 21px;
	margin-top: -15px;
	background-color: #f2f2f2 !important;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(150, 150, 150, 0.15);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(150, 150, 150, 0.15);
	box-shadow: inset 0px 0px 5px 0px rgba(150, 150, 150, 0.15);
}

.dateinput {
	padding: 9px 25px 8px 10px;
	background-position: right+7px center;
	background-size: 18px;
	outline: none;
	width: 130px;
}

select {
	background-color: #FFFFFF;
}


.eAll {
	float: none;
	max-width: 1600px;
	width: 100%;
	margin: 0 auto 30px auto;
	display: table;
}

.eAll * {
	font-size: 15px;
}

.eAll .eLeft {
	float: left;
	width: 24%;
}

.eAll .eLeft .eCont {
	width: 100%;
	list-style: none;
	float: left;
	border: 1px solid #ececec;
	z-index: 4;
	padding: 20px 20px 0 20px;
	box-sizing: border-box;
	background-color: #FFFFFF;
}

.eSelect .eSelectScroll {
	position: relative;
    float: left;
    width: 100%;
	overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.eSelect .eCont ul {
	display: block;
	width: max-content;
	box-sizing: border-box;
	list-style: none;
	float: left;
}

.eSelect {
	position: relative;
    float: left;
    width: 100%;
    height: 90px;
    z-index: 4;
}

.eAll .eLeft .eNavi,
.eSelect .eNavi {
	width: 100%;
	box-sizing: border-box;
	background-image: url(/images/main/filter_gray.svg);
	background-size: 15px;
	background-position: left+20px center;
	background-repeat: no-repeat;
	display: none;
	cursor: pointer;
	padding: 20px 20px 20px 45px;
	box-sizing: border-box;
	position: relative;
	background-color: #f1f1f1;
	font-family: 'kanit-medium', sans-serif !important;
}

.eSelect .eNavi {
	display: none;
}

.eSelect.noBig {
	display: none;
}

.eAll .eLeft .eCont select {
	float: left;
	width: 100%;
	border-color: #EEEEEE;
}

.eAll .eLeft .eNavi.menu,
.eSelect .eNavi.menu {
	background-image: url(/images/main/menu_gray.svg);
}

.eAll .eLeft .eNavi:after,
.eSelect .eNavi:after {
	content: ' ';
	width: 15px;
	height: 15px;
	right: 20px;
	top: 25px;
	position: absolute;
	background-image: url(/images/main/arrow_gray_down.svg);
	background-size: 15px;
	background-position: center center;
	background-repeat: no-repeat;
}

.eAll .eLeft.open .eNavi:after,
.eSelect.open .eNavi:after {
	background-image: url(/images/main/arrow_gray_up.svg);
}

.eAll .eLeft .eNavi,
.eAll .eLeft .eCont,
.eSelect .eNavi,
.eSelect .eCont {
	transition: box-shadow .1s ease-in-out;
	-webkit-transition: box-shadow .1s ease-in-out;
	-moz-transition: box-shadow .1s ease-in-out;
}

.eAll .eLeft.open .eNavi,
.eAll .eLeft.open .eCont,
.eSelect.open .eNavi,
.eSelect.open .eCont {
	-webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
}

.eAll .eLeft ul,
.eSelect ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}

.eSelect ul {
	margin: 0;
	padding: 0;
}

#sendio-bell-container {
    z-index: 2 !important;
}

.eAll .eLeft .chosen-container-single .chosen-single span {
	margin-top: 4px;
}

.eAll .eLeft .chosen-container-single .chosen-search {
	padding-left: 0;
	padding-right: 0;
}

.eAll .eLeft ul li,
.eSelect ul li {
	float: left;
}
	
.eAll .eLeft ul li {
	width: 100%;
}

.eAll .eLeft ul li.line,
.eSelect ul li.line {
	border-top: 1px solid #f3f3f3;
    padding-top: 10px;
    margin-top: 10px;
}

.eSelect ul li a {
	margin: 0 10px 0 10px;
	padding-bottom: 16px;
	text-transform: uppercase;
	font-size: 14px;
}

.eSelect ul li:first-child a {
	margin-left: 0;
}

.eSelect ul li:last-child a {
	margin-right: 0;
}

.eSelect ul li.active a, .eSelect ul li:hover a {
	border-bottom: 4px solid #000000;
	text-decoration: none !important;
}

.eAll .eLeft ul a,
.eSelect ul li a {
	float: left;
	color: #000000;
	line-height: 30px;
	text-decoration: none;
}

.eAll .eLeft ul a.active,
.eSelect ul li a.active {
	font-weight: 600;
}

.eAll .eLeft ul a:hover,
.eSelect ul li a:hover {
	text-decoration: underline;
}

.eAll .eRight {
	float: right;
	width: 74%;
}

#content .eAll .eRight h2 {
	margin-top: 0;
}

.eAll .eLeft ul li .userAlert {
	position: static;
	float: left;
	margin: 7px 0 0 10px;
}

.eAll .eLine {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

.eLine .eLineTitle {
	margin-left: 2px;
    font-family: 'kanit-regular', sans-serif !important;
	font-weight: 500;
}

.rHomeOver {
	position: relative;
	z-index: 1;
	bottom: 110px;
	width: calc( 25% - 10px);
	height: 440px;
	background: #8aa30f;
	color: #FFFFFF;
	font-size: 16px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5px;
}

.rHomeOver .rDesc {
	margin: 30px;
	display: flex;
	flex-wrap: wrap;
}

.rHomeOver .rDescription {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.hText {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	margin: -60px 0 40px 0;
}

.homeCats {
	margin-top: 20px;
}

.homeCats .rItems .rItem.rItemTop {
	height: 600px !important;
}

.homeCats .rItems .rItem.twoOnly .rImg:after {
	padding-bottom: 39.4% !important;
}

.homeCats .rItems .rItem.rItemTop .rImg:after {
	padding-bottom: 36.2% !important;
}

.homeCats .rItems .rItem.rItemSub {
	height: 330px;
	margin-bottom: 0 !important;
}

.homeCats .rItems .rItem.rItemTop,
.homeCats .rItems .rItem:not( .rItemRoute):nth-child( 2),
.homeCats .rItems .rItemRoute:nth-child( 3n+1) {
	margin-left: 0;
}

.homeCats .rItems .rItem.rItemTop,
.homeCats .rItems .rItem:not( .rItemRoute):nth-child( 5),
.homeCats .rItems .rItemRoute:nth-child( 3n+3) {
	margin-right: 0;
}

.rBg .params {
	float: left;
	width: 100%;
}

.rBg .paraml {
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
	font-weight: 600;
}

.rBg .parama {
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
}

.rBg .parame {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.rBg .paramia {
	float: left;
	width: 100%;
	margin: 0 0 14px 0;
}

.rBg .parami {
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	opacity: 0.8;
}

.rBg .parame:last-child {
	margin-bottom: 20px;
}

.rBg .paramr {
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
}

.rBg .paramr:last-child,
.rBg .parama:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.rBg .yCat {
	background-color: #000000;
	float: left;
	padding: 5px 9px 2px 9px;
	color: #FFFFFF;
	margin-right: 9px;
	font-family: 'kanit-regular', sans-serif !important;
}

div.answer label {
	display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 32px;
    cursor: pointer;
    font-size: 22px;
    line-height: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.answer label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

div.answer label .checkmark {
	position: absolute;
	top: -2px;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}

div.answer label:hover input~.checkmark {
	background-color: #ccc;
}

div.answer label input:checked~.checkmark {
	background-color: #8aa30f;
}

div.answer label .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

div.answer label input:checked~.checkmark:after {
	display: block;
}

div.answer label .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

#rMapScroll {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #00000061;
	z-index: 1001;
	font-size: 22px;
	color: #FFF;
}

#rMapScroll>div {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
}

#rMapScroll>div>div {
	width: 100%;
	text-align: center;
	padding: 20px;
}

body.application {
	background: #FFFFFF;
}

input,
textarea,
output,
select {
	border-radius: 0 !important;
	border-color: #e4e4e4 !important;
    padding: 9px 8px 7px 8px;
}

.buyButton {
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

#reservationInfo {
	width: 100%;
	height: 100px;
	margin-bottom: 20px;
}

#reservationDescription {
	display: none;
	width: 100%;
	margin-bottom: 20px;
}

#reservationDone, #orderDone, #orderFail {
	width: 100%;
	text-align: center;
	float: left;
	padding-bottom: 30px;
}

#orderDone .big,
#orderDone .countdown {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	font-size: 1.3em;
}

#orderDone .countdown {
	font-weight: bold;
}

#reservationDone {
	display: none;
}

#reservationDone h2, #orderDone h2, #orderFail h2 {
	text-align: center !important;
	margin-top: 40px !important;
}

#reservationDone a, #orderDone a, #orderFail a {
	text-decoration: underline;
}

#orderDone a.pdf {
	font-size: 17px;
    color: #000000 !important;
    background-size: 24px;
   	padding-left: 30px;
}

#orderDone h3 {
	text-align: center !important;
    margin: 40px 0 10px 0 !important;
    font-size: 23px !important;
}

#reservationDone a:hover, #orderDone a:hover, #orderFail a:hover {
	text-decoration: none;
	color: #8aa30f;
}

#reservationDone div.id, #orderDone div.id, #orderFail div.id {
	margin-top: 30px;
	color: #c7c7c7;
}

#reservationDone img, #orderDone img, #orderFail img {
	max-width: 50vw;
}

.formTitle {
	font-family: 'galano-medium', sans-serif !important;
	font-weight: 500;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.rMain .buyButton a,
.rMain .reservationButton,
.rMain .menuButton a,
.rMain .loginButton a,
#eAReservation input[type="button"],
#reservationSubmit,
#dialogQuery input[type="button"] {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	padding: 13px 0 13px 0;
	text-align: center;
	display: inline-block;
	color: #000000;
	margin-bottom: 10px;
	transition: background-color .3s ease-in-out, opacity .3s ease-in-out;
	-webkit-transition: background-color .3s ease-in-out, opacity .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out, opacity .3s ease-in-out;
	cursor: pointer;
	text-decoration: none !important;
	font-weight: 500;
	font-size: 16px;
	font-family: 'kanit-medium', sans-serif !important;
}

#logoutMenu {
	background-image: url('/images/main/logout.svg');
    background-position: left 6px;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-left: 22px;
}

.rMain .reservationButton:hover,
#eAReservation input[type="button"]:hover,
.rMain .menuButton a:hover,
#reservationSubmit:hover,
.rMain .buyButton a:hover,
#dialogQuery input[type="button"]:hover {
	opacity: 0.8;
}

.ui-widget.ui-widget-content.ui-dialog, .ui-datepicker {
	max-width: 95% !important;
}

.dButton,
#dialogQuery input[type="button"] {
    background: #8aa30f !important;
    border-radius: 0 !important;
    padding: 17px 20px 15px 20px !important;
    margin: 10px 0 10px 0 !important;
    text-align: center;
    display: inline-block !important;
    color: #FFFFFF !important;
    font-family: 'kanit-medium', sans-serif !important;
    border: none !important;
    line-height: 15px;
}

.dButton span {
	padding: 0 !important;
}

.dButton.ui-state-hover, .dButton-ui-state-active {
	opacity: 0.8;
}

.dButton.gray {
    background: #f1f1f1 !important;
    color: #000000 !important;
}

.dButton.mr20 {
	margin-right: 20px !important;
}

.rMain .reservationButton,
#eAReservation input[type="button"],
.rMain .menuButton a,
#reservationSubmit {
	background-color: #8aa30f;
	border: none;
	color: #FFFFFF !important;
}

.rMain .menuButton a,
.rMain .menuButton a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#reservations > div {
	float: left;
    width: 95%;
    width: calc( 100% - 40px );
    padding: 20px;
    cursor: pointer;
}

#reservations > div:hover {
	background-color: #8aa30f !important;
	color: #FFFFFF;
}

#reservations > div:nth-child( odd ) {
	background-color: #ececec;
}

#reservations > div > div {
	float: left;
}

#reservations > div > div:nth-child( 1 ) {
	font-family: 'galano-medium', sans-serif !important;
	font-weight: 500;
}

#reservations > div > div:nth-child( 2 ), 
#reservations > div > div:nth-child( 3 ) {
	width: 100px;
    float: right;
    text-align: right;
}

.rMain .buyButton a {
	background-color: #000000;
	border: none;
	color: #FFFFFF !important;
}

.rMain .buyButton a:hover {
	text-decoration: none !important;
	background-color: #000000;
	color: #FFFFFF;
}

.rMain .buyButton a:hover {
	background-color: #000000;
}

#logout {
    background-image: url(/images/main/logout.svg);
    background-position: left 10px;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-left: 25px;
}

#audioTop {
	background: #f8f8f8;
}

#audioTop .rPad {
	padding: 30px 0 30px 0;
}

#audioTop .controls {
	width: 250px;
	margin: 0 auto 0 auto;
	display: flex;
	align-items: center;
}

#audioTop .controls div {
	float: left;
	width: 30px;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px;
}

#audioTop .controls .desc {
	float: left;
	width: 180px;
	margin-left: 20px;
}

#audioTop .controls .play,
#audioTop .controls .pause {
	width: 50px;
	height: 50px;
	background-image: url('/images/main/play.svg');
	background-size: 50px;
	cursor: pointer;
}

#audioTop .controls .pause {
	background-image: url('/images/main/pause.svg');
}

.eMessage {
	position: absolute;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}

.eMessageHidden {
	opacity: 0;
}

.cleaner {
	clear: both;
}

.rItems .rItem a {
	color: #FFFFFF !important;
}

.rItems .rItem .rDetail {
	float: right;
    background: transparent;
    color: #000000 !important;
    text-transform: none;
    border: 1px solid #000000;
    text-align: center;
    font-weight: 500;
    padding: 10px 20px 10px 20px;
    font-family: 'kanit-medium', sans-serif !important;
}

.rItems>.rItemsCont>.rItemsWrapper>.rItem>.rItemc>.rDesc>h3 {
	max-height: 120px;
	overflow: hidden;
}

.rItems .rShow, .visitActive .rShow {
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
}

.rItems .rShow div, .visitActive .rShow div {
	background: rgba( 0, 0, 0, 0.6);
	width: max-content;
	padding: 17px 30px 15px 30px;
	position: absolute;
	z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #FFFFFF;
}

.rItems.rItemsGood .rShow div, .visitActive .rShow div {
	top: calc( 40% - 40px);
}

.rItems .rShow a, .visitActive .rShow a {
	text-decoration: none;
}

.rItems .rShow.twoButs div:nth-child( 1 ) {
    top: 35%;
    transform: translate(-50%, -50%);
}

.rItems .rShow.twoButs div:nth-child( 2 ) {
	background-color: #8aa30f;
	top: 65%;
	border: none;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.fleft {
    float: left;
}
	
.rItems>.rItemsCont>.rItemsWrapper>.rItem>.rItemc>.rDesc>h3>a,
.rItems>.rItemsCont>.rItemsWrapper>.rItem>.rDescGood>h3>a,
.rItems>.rItemsCont>.rItemsWrapper>.rItem>.rItemc>.rDesc>h3,
.rItems>.rItemsCont>.rItemsWrapper>.rItem.rItemBlank>.rItemc>.rDesc>h3,
.rHomeOver h3,
#rHomeSlider h3,
.visitActive .rDesc h3 {
	color: #FFFFFF !important;
	font-size: 20px !important;
	line-height: 24px !important;
	font-weight: 400;
	margin: 0 !important;
	float: left;
	width: fit-content !important;
	position: relative;
	text-decoration: none;
	font-family: 'kanit-regular', sans-serif !important;
}

#rHomeSliderN h1 {
	float: left;
	color: #FFFFFF !important;
	text-align: left !important;
	margin-bottom: 10px !important;
	font-family: 'kanit-regular', sans-serif !important;
}

.rItems>.rItemsCont>.rItemsWrapper>.rItem>.rDescGood {
	float: left;
	width: 100%;
	width: calc( 100% - 40px );
	padding: 0 20px 0 20px;	
	margin: 20px 0 20px 0;
	font-size: 16px;
	display: flex;
	align-items: center;
}

.rItems>.rItemsCont>.rItemsWrapper>.rItem>.rDescGood>.rEL {
	float: left;
	width: 40%;
}

.rItems>.rItemsCont>.rItemsWrapper>.rItem>.rDescGood>.rER {
	float: right;
	width: 60%;
}

.rItems>.rItemsCont>.rItemsWrapper>.rItem>.rDescGood .rBuy .plus, 
.rItems>.rItemsCont>.rItemsWrapper>.rItem>.rDescGood .rBuy .minus {
    padding: 8px 2px 8px 2px;
}

.rItems>.rItemsCont>.rItemsWrapper>.rItem>.rDescGood .rBuy input {
    padding: 12px 0 12px 0;
}

.rItems>.rItemsCont>.rItemsWrapper>.rItem>.rDescGood>h3 {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}

.rItems>.rItemsCont>.rItemsWrapper>.rItem>.rDescGood>h3>a {
	color: #000000 !important;
	text-align: center !important;
	width: 100% !important;
    font-size: 19px !important;
    line-height: 23px !important;
}

.ui-widget-content .rItems>.rItemsCont>.rItemsWrapper>.rItem>.rDescGood>h3>a {
	font-size: 15px !important;
    line-height: 23px !important;
}

.ui-widget-content .rItems>.rItemsCont>.rItemsWrapper>.rItem>.rDescGood {
    font-size: 14px;
    line-height: 21px;
}

.ui-widget-content .rItems>.rItemsCont>.rItemsWrapper>.rItem>.rDescGood>.rPriceVat {
	font-size: 15px !important;
    line-height: 23px !important;
}

#eSelectVersion {
	margin-bottom: 30px;
    background: #f3f3f3;
    float: left;
    width: 100%;
    width: calc( 100% - 40px );
    padding: 20px;
}

.rItems>.rItemsCont>.rItemsWrapper>.rItem>.rDescGood .rBuy,
.edA .rBuy {
    float: right;
    align-items: center;
    margin: 0 auto 0 auto;
    display: inline-block;
}

.edA .rBuy {
	margin-top: 20px;
    float: none;
}

.rItems>.rItemsCont>.rItemsWrapper>.rItem>.rDescGood>.rPriceVat {
	margin-top: 20px;
	font-weight: bold;
}

.rItems>.rItemsCont>.rItemsWrapper>.rItem>.rDescGood .rBuy .add,
.edA .rBuy .add,
.rDetail {
    color: #FFFFFF;
    background-color: #8ba310;
    padding: 15px 30px 15px 30px;
}

.rItems>.rItemsCont>.rItemsWrapper>.rItem>.rDescGood .rBuy .add:after,
.edA .rBuy .add:after {
	display: none;
}

.rItems>.rItemsCont>.rItemsWrapper>.rItem>.rDescGood .rBuy .add:hover,
.edA .rBuy .add:hover,
.rDetail:hover {
    background-color: #000000;
}

.rItems>.rItemsCont>.rItemsWrapper>.rItem>.rDescGood .rBuy .plus {
	display: none;
}

.rItems>.rItemsCont>.rItemsWrapper>.rItem>.rItemc>.rDesc>h3>a:hover {
	text-decoration: none;
}

.rItems>.rItemsCont>.rItemsWrapper>.rItem:not( .rItemBlank )>.rItemc>.rDesc>.rDescription {
	float: left;
	clear: both;
	font-size: 14px;
	width: 100%;
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	margin-top: 5px;
	white-space: nowrap;
}

.rItems .rOpeningHours {
	float: left;
    width: 100%;
    margin-top: 5px;
    background-image: url(/images/main/clock.svg);
    background-position: left center;
    background-size: 14px;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.rItems>.rItemsCont>.rItemsWrapper>.rItem:not( .rItemBlank )>.rItemc>.rDesc>.rDescription2,
#rHomeSlider .rDesc .rDescription2,
#rHomeSliderN .rDesc .rDescription2 {
	width: 100%;
	overflow: hidden;
	float: left;
	clear: both;
	margin-top: 3px;
	font-size: 14px;
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.homeCats .rDesc .rDescription2 {
	white-space: unset !important;
}

.address {
	font-size: 14px;
	margin-bottom: 20px;
	font-weight: bold;
}

.rItems>.rItemsCont>.rItemsWrapper>.rItem>.rItemc>.rDesc>.rActivities {
	float: left;
	width: 100%;
	margin-top: 10px;
	font-style: italic;
}

#rMapCont {
	float: left;
	width: 100%;
	height: 100%;
}

#rMapPois {
	width: 100%;
	max-width: 1600px;
	height: 50px;
	display: flex;
	margin: 0 auto 10px auto;
    justify-content: space-between;
	-moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#rMapPois > div {
	width: 63px;
	float: left;
	text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    padding: 10px;
    background-size: 25px 28px;
    background-position: center center;
   	background-repeat: no-repeat;
    margin: 0 1px 0px 1px;
    border-radius: 10px;
    padding: 0;
}

.rMapBig.rMapFullscreen #rMapPois > div {
	width: auto;
	background-position: right+25px center;
}

#rMapPois > div > p {
	float: left;
	padding: 0 10px 0 15px;
	display: none;
}

.rMapBig.rMapFullscreen #rMapPois > div > p {
	display: block;
}

#rMapPois > div#rMapPoisPoi {
	background-image: url(/images/main/map_direction_black.svg);
}

#rMapPois > div#rMapPoisPoi.selected {
	background-image: url(/images/main/map_direction_white.svg);
}

#rMapPois > div#rMapPoisAccommodation {
	background-image: url(/images/main/map_accommodation_black.svg);
}

#rMapPois > div#rMapPoisAccommodation.selected {
	background-image: url(/images/main/map_accommodation_white.svg);
}

#rMapPois > div#rMapPoisRestaurant {
	background-image: url(/images/main/map_restaurant_black.svg);
}

#rMapPois > div#rMapPoisRestaurant.selected {
	background-image: url(/images/main/map_restaurant_white.svg);
}

#rMapPois > div#rMapPoisEnjoyment {
	background-image: url(/images/main/map_enjoyment_black.svg);
}

#rMapPois > div#rMapPoisEnjoyment.selected {
	background-image: url(/images/main/map_enjoyment_white.svg);
}

#rMapPois > div#rMapPoisAttraction {
	background-image: url(/images/main/map_attraction_black.svg);
}

#rMapPois > div#rMapPoisAttraction.selected {
	background-image: url(/images/main/map_attraction_white.svg);
}

#rMapPois > div#rMapPoisWebcam {
	background-image: url(/images/main/map_webcam_black.svg);
}

#rMapPois > div#rMapPoisWebcam.selected {
	background-image: url(/images/main/map_webcam_white.svg);
}

#rMapPois > div#rMapPoisSport {
	background-image: url(/images/main/map_sport_black.svg);
}

#rMapPois > div#rMapPoisSport.selected {
	background-image: url(/images/main/map_sport_white.svg);
}

#rMapPois > div#rMapPoisInfo {
	background-image: url(/images/main/map_info_black.svg);
}

#rMapPois > div#rMapPoisInfo.selected {
	background-image: url(/images/main/map_info_white.svg);
}

#rMapPois > div#rMapPoisPoi:after,
#rMapPois > div#rMapPoisInfo:after,
#rMapPois > div#rMapPoisSport:after {
	content: "";
	display: block;
	width: 10px;
	height: 50px;
	background-image: url(/images/main/arrow_dark_gray_down.svg);
    background-size: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 0 0 50px;
}

#rMapPois > div.active {
	display: flex;
}

#rMapPois > div.selected {
	background-color: #8aa30f;
	color: #FFFFFF;
}

#rMapPois > div > div {
	position: absolute;
    z-index: 1002;
    background-color: #FFFFFF;
    min-width: 100%;
    width: max-content;
    left: 0;
    top: 40px;
   	text-align: left;
   	display: none;
   	padding: 10px;
 	filter: drop-shadow(8px 8px 20px rgba(25, 25, 25, .08));
}

#rMapPois > div > div > div.selected {
    background-color: #8aa30f;
    color: #FFFFFF;
}

#rMapPois > div > span {
    position: relative;
    margin: -20px 0px 0px 20px;
    background-color: #8aa30f;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    color: #FFFFFF;
    font-size: 9px;
    line-height: 14px;
}

.rMapBig.rMapFullscreen #rMapPois > div > span {
	margin-right: 12px;
}

#rMapPois > div.selected > span {
	background: #FFFFFF;
	color: #000000;
}

#rMapPois > div label {
	align-items: end;
	font-size: 14px;
}

#rMapPois > div div.hbot {
	border-bottom: 1px solid #DDD;
	padding-bottom: 5px;
}

#rMapPois > div label:hover {
	text-decoration: underline;
}

.rMapBig {
    float: left !important;
    width: 100%;
    height: 350px;
    margin-top: 20px;
}

.rMapBig .rMap {
	width: 100%;
	height: 100%;
	max-width: 1600px;
    margin: 0 auto 0 auto !important;
}

.rMapBig.rMapFullscreen {
	height: 100vh;
	height: calc( 100vh - 200px);
    margin-top: 0;
}

.rMapSmall {
	float: left;
	width: 100%;
	height: 300px;
}

.rMapBig.rMapPad {
	padding: 20px 0 0 0 !important;
}

.mar40 {
	margin-top: 40px;
}

.mar4020 {
	margin-top: 40px;
	margin-bottom: 20px;
}

.rMapBig.mar30 {
	margin-top: 30px;
}

.rItems .rItem {
	margin-bottom: 30px;
	transition: box-shadow .1s ease-in-out;
	-webkit-transition: box-shadow .1s ease-in-out;
	-moz-transition: box-shadow .1s ease-in-out;
}

.rItems .rItem:hover {
	-webkit-box-shadow: 7px 7px 15px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 7px 7px 15px 3px rgba(0,0,0,0.3);
	box-shadow: 7px 7px 15px 3px rgba(0,0,0,0.3);
}

.rItems .rItem,
.rItems.rItemsBig .rItem.threeOnly {
	float: left;
	width: calc( 25% - 20px);
	max-width: 25%;
	background: #FFFFFF;
	cursor: pointer;
	position: relative;
}

.rItems.rItemsGood .rItem,
#tab-pois .rItems .rItem,
.eRight .rItems .rItem {
	width: calc( 33.33% - 20px);
	max-width: 33.33%;
}

.rItems.rItemsGood .rItem {
    border: 1px solid #ededed;
}

.rItems.rItemsGood .rItem:hover {
    background-color: #FAFAFA;
}

#rSearchR {
	float: left;
	width: 100%;
}

#rSearchR.loading {
	min-height: 300px;
	background: url('/images/loading_black.svg') center center no-repeat;
	background-size: 70px;
}

img.qr {
    max-width: 100%;
    height: auto;
	background: url('/images/loading_black.svg') center center no-repeat;
	background-size: 70px;
}

.mar {
	margin-bottom: 30px;
}

.mar20 {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.mar30 {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.rItems .rItem.one,
.rItems .rItem.oneOnly,
#tab-pois .rItems .rItem.one,
#tab-pois .rItems .rItem.oneOnly {
	width: 100%;
	max-width: 100%;
}

.rImg:not( .blank):before,
.rGalItem a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	animation-duration: 1.8s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderShimmer;
	animation-timing-function: linear;
	background: #f6f7f8;
	background: linear-gradient(to right, transparent 8%, rgba( 255, 255, 255, 0.3) 38%, transparent 54%);
	background-size: 1000px 640px;
}


.rItems .rItem>.rItemc>.rImgCont>.rImg.rImgLoaded,
.rGal .rGalItem.rImgLoaded img {
	transform: scale(1.01);
}

.rImg.rImgLoaded:before,
.rGalItem.rImgLoaded a:before {
	display: none;
	animation-play-state: paused;
}

.rItems.rItemsBig .rItem:not( .oneOnly):nth-child( 1),
.rItems .rItem.two,
.rItems .rItem.twoOnly,
#tab-pois .rItems .rItem.two,
#tab-pois .rItems .rItem.twoOnly {
	width: calc( 50% - 15px);
	max-width: 50%;
}

.rItems .rItem.three,
.rItems .rItem.threeOnly {
	width: calc( 33.33% - 20px);
	max-width: 33.33%;
}

.rItems .rItem.three>.rItemc>.rImgCont>.rImg:after {
    padding-bottom: 62%;
}

.rItems .rItem>.rItemc>.rImgCont>.rImg:after,
.rMissionDetail>.rItemc>.rImgCont>.rImg:after,
.ui-autocomplete li>.rItemc>.rImgCont>.rImg:after {
	content: "";
	display: block;
	padding-bottom: 82.2%;
}

.rItems:not(.three) .rItem.one>.rItemc>.rImgCont>.rImg:after,
.rItems:not(.three) .rItem.oneOnly>.rItemc>.rImgCont>.rImg:after {
	padding-bottom: 18.6%;
}

.rItems.rItemsBig .rItem:not( .oneOnly):nth-child( 1)>.rItemc>.rImgCont>.rImg:after,
.rItems:not(.three) .rItem.two>.rItemc>.rImgCont>.rImg:after,
.rItems:not(.three) .rItem.twoOnly>.rItemc>.rImgCont>.rImg:after {
	padding-bottom: 39.7%;
}

.rItems:not(.three):not(.rItemsBig) .rItem.three>.rItemc>.rImgCont>.rImg:after,
.rItems:not(.three):not(.rItemsBig) .rItem.threeOnly>.rItemc>.rImgCont>.rImg:after {
	padding-bottom: 60%;
}

.rItems.three .rItem.one>.rItemc>.rImgCont>.rImg:after,
.rItems.three .rItem.oneOnly>.rItemc>.rImgCont>.rImg:after {
	padding-bottom: 26%;
}

.rItems.three .rItem.two>.rItemc>.rImgCont>.rImg:after,
.rItems.three .rItem.twoOnly>.rItemc>.rImgCont>.rImg:after {
	padding-bottom: 53%;
}

#tab-pois .rItems .rItem.one>.rItemc>.rImgCont>.rImg:after,
#tab-pois .rItems .rItem.oneOnly>.rItemc>.rImgCont>.rImg:after {
	padding-bottom: 26%;
}

#tab-pois .rItems .rItem.two>.rItemc>.rImgCont>.rImg:after,
#tab-pois .rItems .rItem.twoOnly>.rItemc>.rImgCont>.rImg:after {
	padding-bottom: 53%;
}

.rItems .rItem.rItemBlank {
	background: #8aa30f;
	cursor: default;
	position: relative
}

.rItems .rItem.rItemBlank .rButtons,
.rHomeOver .rButtons {
	position: absolute;
	bottom: 20px;
	left: 30px;
	width: 87%;
	width: calc( 100% - 60px);
}

.rItems .rItem.rItemBlank .rButtons .rButton,
.rHomeOver .rButton {
	margin: 10px 0 10px 0;
}

.rButton.mb {
	margin-bottom: 30px;
}

.rItems .rItem.rItemBlank .rButtons .rButton a,
.rHomeOver .rButton a {
	margin: 0;
	padding: 10px 20px 10px 30px;
	width: 100%;
	box-sizing: border-box;
	background: transparent;
	border: 1px solid #FFFFFF !important;
	color: #FFFFFF !important;
}

td.butsEdit {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

td.butsEdit > div {
	padding: 0 !important;
	width: max-content !important;
}

td.butsEdit > div > .butEdit, td.butsEdit > div .butDelete, td.butsEdit > div .butNFC {
	width: 35px !important;
	height: 35px !important;
	float: left !important;
	background-color: #f1f1f1 !important;
	margin-left: 10px;
	background-image: url(https://app.eresort.cz/images/main/edit_gray.svg) !important;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    font-size: 0px;
    opacity: 0.8;
	transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
}

td.butsEdit > div > .butEdit:hover, td.butsEdit > div .butDelete:hover, td.butsEdit > div .butNFC:hover {
	opacity: 1;
}

td.butsEdit > div .butDelete {
	background-color: #c21a2b !important;
	background-image: url(https://app.eresort.cz/images/main/delete.svg) !important;
}

td.butsEdit > div .butNFC {
	background-color: #8aa30f !important;
	background-image: url(https://app.eresort.cz/images/main/nfc_white.svg) !important;
}

.butsEdit > div > a:first-child {
	margin-left: 0;
}

.rBut,
#addResortCard,
#addDeliveryAddress,
#addResortCardButton,
#addDeliveryAddressButton,
#resortCardScan,
#changeUserButton,
#changePasswordButton,
#addRewardButton,
#checkInButton,
#checkOutButton,
#checkInButtonSystem,
#checkOutButtonSystem,
#voucherAuthorizeButton,
#checkInButton,
#checkOutButton,
.rMain .loginButton a {
	background: #8aa30f;
	color: #FFFFFF !important;
	text-decoration: none !important;
	padding: 20px 50px 20px 50px;
	cursor: pointer;
	font-size: 15px;
	transition: background-color .3s ease-in-out;
	-webkit-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
}

#checkInButtonSystem,
#checkOutButtonSystem {
	margin-bottom: 20px;
}

.rMain .loginButton.loginButtonCenter {
	width: fit-content;
    float: none;
    margin: 0 auto 0 auto;
}

.rMain .loginButton.loginButtonCenter a {
	padding: 15px 50px 15px 50px;
}

#resortCardScan {
	float: right;
	margin: 0 0 0 20px;
	display: none;
	padding: 0 20px 0 20px;
}

#resortCardScan > div {
	background-image: url('/images/main/nfc_white.svg');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 15px;
	padding: 6px 0 6px 25px;
	width: fit-content;
	margin: 0 auto 0 auto;
}

.rItems .rItem.rItemBlank .rButtons .rButton a:hover,
.rHomeOver .rButton a:hover {
	border-color: #000000;
	color: #FFFFFF !important;
}

#addResortCard,
#addDeliveryAddress,
#addResortCardButton,
#addDeliveryAddressButton,
#changeUserButton,
#changePasswordButton,
#addRewardButton,
#checkInButton,
#checkOutButton,
#voucherAuthorizeButton {
	float: left;
    margin: 30px auto 0 auto;
}

#checkOutButton2 {
    float: left;
    width: 100%;
    margin-top: 30px;
    color: #aaaaaa;
    cursor: pointer;
}

#checkOutButton2:hover {
	color: #000000;
	text-decoration: underline;
}

.rBut:hover,
#addResortCard:hover,
#addDeliveryAddress:hover,
#addResortCardButton:hover,
#addDeliveryAddressButton:hover,
#resortCardScan:hover,
#changeUserButton:hover,
#changePasswordButton:hover,
#addRewardButton:hover,
#checkInButton:hover,
#checkOutButton:hover,
#checkInButtonSystem:hover,
#checkOutButtonSystem:hover,
#voucherAuthorizeButton:hover {
	background-color: #000000;
	color: #FFFFFF !important;
}

.rMain .loginButton {
	float: left;
	width: 100%;
}

.rMain .loginButton a {
	padding: 10px;
	width: auto;
    margin: 20px auto 0 auto;
    float: none;
    display: block;
}

.help {
	cursor: help;
}

.mt40 {
	margin-top: 40px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.rItems>.rItemsCont>.rItemsWrapper>.rItem.rItemBlank .rDesc {
	top: 0;
	bottom: auto;
}

.rNearEvents .rItem {
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
}

.rNear .rItem,
#tab-pois .rItem {
	margin-bottom: 30px;
}

.rItems {
	clear: both;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto 0 auto;
}

.rItems .rItemsCont .rItemsWrapper {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.needPosition {
	float: left;
	width: 100%;
	font-style: italic;
	color: #888888;
	padding-left: 17px;
	background-image: url('/images/main/placeholder_black.svg');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 13px;
	font-size: 13px;
}

#rTable {
	background-color: #000000;
	background-image: url('/images/main/table.svg');
	background-position: left+15px center;
    background-size: 40px;
    background-repeat: no-repeat;
    padding: 15px 15px 15px 70px;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.rTable {
    background-image: url(/images/main/table_black.svg);
    background-position: left center;
    background-size: 25px;
    background-repeat: no-repeat;
    padding: 1px 0px 0px 32px;
    font-size: 15px;
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.rTabs p,
.ui-tabs .ui-tabs-panel {
	margin: 0;
	padding: 0 !important;
}

.rItems .rItem>.rItemc>.rImgCont,
.rMissionDetail>.rItemc>.rImgCont,
.ui-autocomplete li>.rItemc>.rImgCont {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.homeCats .rItems .rItem>.rItemc>.rImgCont {
	height: 100%;
}

.rItems .rItem>.rItemc>.rImgCont:after,
.rItemH .rItemHCont:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	transition: background .2s ease-in-out;
	pointer-events: none;
}

.rItems:not(.rItemsGood) .rItem>.rItemc>.rImgCont:after {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 50%);
	transition: background .2s ease-in-out;
}

.rItems .rItem>.rItemc>.rImgCont>.rImg,
.rMissionDetail>.rItemc>.rImgCont>.rImg,
.ui-autocomplete li>.rItemc>.rImgCont>.rImg {
	float: left;
	width: 100%;
	height: 100%;
	transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
	-webkit-transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
	overflow: hidden;
	background-color: #F9F9F9;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/images/main/photo_gray.svg);
	background-size: 60px;
}

.rItem.expired>.rItemc>.rImgCont>.rImg,
.rItem.future>.rItemc>.rImgCont>.rImg {
	opacity: 0.50;
	filter: alpha(opacity=50);
}

.rItems .rItem>.rItemc>.rImgCont>.rImg:not( .blank),
.rMissionDetail>.rItemc>.rImgCont>.rImg:not( .blank),
.ui-autocomplete li>.rItemc>.rImgCont>.rImg:not( .blank) {
	background-size: cover;
	/* filter: brightness(90%); */
	filter: saturate(0.7);
}

.rItems .rItem:hover>.rItemc>.rImgCont>.rImg:not( .blank),
.rMissionDetail:hover>.rItemc>.rImgCont>.rImg:not( .blank),
.ui-autocomplete li:hover>.rItemc>.rImgCont>.rImg:not( .blank) {
	/* filter: brightness(100%); */
	filter: saturate(1);
}

.rL .canceled {
	color: #c21a2b;
	font-family: 'kanit-medium', sans-serif !important;
}

.mr10 {
	margin-right: 10px;
}

.rItem.expired>.rItemc>.rImgCont>.rImg,
.rGal.canceled .rGalItem.rImgLoaded img,
.rItems .rItem.canceled>.rItemc>.rImgCont>.rImg:not( .blank) {
	filter: grayscale(1);
}

.rItems .rItem .rCanceled,
.rGal .rCanceled {
    position: absolute;
    z-index: 1;
    background-color: #c21a2b;
    color: #FFFFFF;
    padding: 5px 10px 5px 10px;
    font-size: 13px;
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(45deg);
    right: -13%;
    top: 10%;
}

.rGal .rCanceled {
    top: 10%;
    right: -21%;
}

.rItems .rItem.oneOnly .rCanceled {
	right: -21%;
    top: 17%;
}

.rItemsScroll.rItemsScrollFull .rItems .rItem.oneOnly .rCanceled {
	right: -13%;
    top: 13%;
}

.rItem:hover>.rItemc>.rImgCont>.rImg:not( .blank),
.rMissionDetail:hover>.rImg:not( .blank),
.ui-autocomplete li:hover>.rItemc>.rImgCont>.rImg:not( .blank) {
	transform: scale(1.1);
}

.question {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}

.answersCont {
	float: left;
	width: 100%;
}

.answers {
	display: flex;
	align-items: center;
	flex-flow: column;
}

.answer {
	float: left;
	width: auto;
	clear: both;
	text-align: center;
}

.answer label {
	display: contents;
}

.answer input[type="text"] {
	min-width: 300px;
	max-width: 100%;
	padding: 15px;
	font-size: 20px;
}

.answerSubmit {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}

.rButton {
	float: left;
	width: 100%;
	text-align: center;
	margin: 10px 0 0 0;
}

.rButton a {
	margin: 0 auto 0 auto;
	display: inline-block;
}

.rightButton {
	float: left;
	width: 100%;
	text-align: right;
	margin-top: 10px;
}

.answerSubmit input[type="submit"],
#rSearchSubmit,
.rButton a {
	background: #FFFFFF;
	padding: 15px 40px;
	color: #000000 !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	cursor: pointer;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none !important;
	font-family: 'kanit-medium', sans-serif !important;
}

.answerSubmit input[type="submit"],
.rButton a {
	border: 1px solid #000000 !important;
}

.rSearchPad {
	padding: 4px 10px 4px 10px;
}

.rSearchPad #rSearch {
	width: 940px;
}

#rSearch {
	width: 100%;
}

#rSearchSubmit {
	position: absolute;
	top: 1px;
	right: -19px;
	width: 20px;
	height: 20px;
	background: url(/images/main/search_black.svg) center center no-repeat;
	background-size: 20px;
	border: none;
	cursor: pointer;
	outline: none;
	font-size: 0;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	filter: alpha(opacity=70);
}

#rSearchSubmit:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}

.answerSubmit input[type="submit"]:hover,
.rButton a:hover,
#changeUserButton:hover,
#changePasswordButton:hover,
#addRewardButton:hover,
#checkInButton:hover,
#checkOutButton:hover,
#voucherAuthorizeButton:hover,
.rMain .loginButton a:hover {
	background-color: #000000 !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

.rMissionDetail {
	float: left;
	width: 48%;
	margin-bottom: 30px;
	cursor: pointer;
	margin-left: 2%;
	font-size: 16px;
}

.rMissionDetail:nth-child( odd) {
	margin-left: 0;
	margin-right: 2%;
}

.rMissionDetail .rImgCont {
	float: left;
	width: auto;
	margin-right: 30px;
}

.rMissionDetail .rImgCont .rImg {
	float: left;
	width: 150px;
	height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.rMissionDetail .rDesc {
	display: flex;
	flex-wrap: wrap;
}

.rMissionDetail h3 {
	width: 100%;
	margin-top: 0 !important;
}

.rMissionDetail h3 a {
	color: #000000;
	font-size: 25px;
}

.rMissionDetail h3 a:hover,
.rMissionDetail:hover a {
	color: #8aa30f;
	text-decoration: none;
}

.rItems>.rItemsCont>.rItemsWrapper>.rItem:not( .rItemBlank )>.rItemc>.rDesc,
.visitActive .rDesc {
	position: absolute;
	margin: 0;
	padding: 20px 30px 20px 30px;
	height: auto;
	width: -webkit-fill-available;
	bottom: 0;
	z-index: 2;
	color: #FFFFFF;
	-webkit-tap-highlight-color: rgba( 0, 0, 0, 0);
	text-shadow: 0px 0px 4px rgba( 0, 0, 0, 0.7);
	transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
}

.rItems>.rItemsCont>.rItemsWrapper>.rItem.rItemBlank>.rItemc>.rDesc {
	padding: 30px;
	color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
}

.rItems>.rItemsCont>.rItemsWrapper>.rItem.rItemBlank>.rItemc>.rDesc>h3 {
	float: left;
	width: 100%;
	margin-bottom: 20px !important;
}

.rItem>.rItemc {
    float: left;
    width: 100%;
    position: relative;
}

.rItems>.rItemsCont>.rItemsWrapper>.rItem.rItemBlank>.rItemc>.rDesc>.rDescription {
	float: left;
	width: 100%;
}

.rDiff span,
.rDiff2 span,
.rTabs .rDr span,
.rNear .rDiff span {
	float: left;
	width: 10px;
	height: 10px;
	background: #D9D9D9;
	border-radius: 50%;
	margin-right: 7px;
}

.rItem .rDiff span,
.rNear .rDiff span {
	margin-top: 10px;
}

.rDiff span.active,
.rDiff2 span.active,
.rTabs .rDr span.active,
.rNear .rDiff span.active {
	background: #8aa30f;
}

.rDiff span,
.rNear .rDiff span {
	float: left;
	width: 7px;
	height: 7px;
	margin-right: 5px;
}

.rDiff {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.rMain .rDiff {
    line-height: 3px;
}

.rMain .rDiff span:nth-child(6) {
	margin-right: 13px;
}

.rMain .rDiff.mb20 {
    margin-bottom: 20px;
}

.rItem>.rItemc>.rDesc>.rItemc>.rDescTop {
	align-self: flex-start;
	display: flex;
	flex-wrap: inherit;
}

.rItem>.rItemc>.rDesc>.rItemc>.rDescTop>h3 {
	font-size: 15px;
	padding: 0 0 10px 0;
	margin: 0;
	font-weight: 600;
	width: 100%;
	background: #FFFFFF;
	z-index: 3;
	position: relative;
}

.rItem>.rItemc>.rDesc>.rItemc>.rDescTop>h3.nomargin {
	margin-bottom: 5px;
}

.rItem>.rItemc>.rDesc>.rItemc>.rDescTop>h3 a {
	color: #000000;
}

section>#content>.rMain {
	/* margin-top: 20px; */
}

section>#content .nomargin {
	margin-top: 0px;
}

.rMain,
.rNear,
.rTabs,
.rNearEvents {
	float: left;
	width: 100% !important;
	font-size: 16px !important;
	line-height: 25px !important;
	letter-spacing: 0.4px;
}

.rAudio {
	width: 100% !important;
}

#lightbox iframe {
	float: left;
	width: 100%;
	height: 100%;
	border: none;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}

#lightbox .lb-outerContainer-video {
	width: 100%;
	height: 100%;
	background-image: url('/images/main/video.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80px;
	position: absolute;
	top: 0;
	cursor: pointer;
	z-index: 1000;
}

.rR .rNearEvents a {
	color: #000000 !important;
	font-weight: normal;
}

.rR .rNearEvents a:hover {
	text-decoration: none;
}

.rR .rNearEvents {
	margin: 0;
}

.rR .rNearEvents .rDate, .rn .rDate, .rn .rIco {
	float: left;
	width: 45px !important;
	background: none;
	color: #4d4d4d;
	text-align: center;
	margin-right: 15px !important;
	line-height: 21px;
	background-image: none !important;
	margin-bottom: 0 !important;
}

.rR .rNearEvents .rDate, .rn .rDate {
	border: 1px solid #ececec;
	padding: 6px 5px 6px 5px;
}

.rn .rCont .rDots {
	text-overflow: ellipsis;
    overflow: hidden;
    width: calc( 100% - 20px );
    height: 1.2em;
    white-space: nowrap;
}

.rR .rNearEvents .top .rDate {
	background: #c21a2b;
	color: #FFFFFF;
}

.rR .rNearEvents .rTitle {
	display: flex;
	align-items: center;
	min-height: 50px;
}

.rR .rNearEvents .rDate div, .rn .rDate div {
	font-size: 25px;
	margin-bottom: 3px;
}

.rR .rNearEvents .rDate span, .rn .rDate span {
	display: block;
    font-size: 11px;
    line-height: 18px;
}

.rR .rNearEvents .rDate.today, .rn .rDate {
	color: #FFFFFF;
	background: #8aa30f;
}

.rR .rNearEvents .rDate.today div {
	font-size: 18px;
	margin-top: 9px;
}

.rPriceVat span {
    font-weight: bold;
    font-size: 19px;
    font-family: 'kanit-medium', sans-serif !important;
}

.rMain a,
.rNear a,
.rTabs a {
	color: #000000;
	text-decoration: underline;
}

.rMain a:hover,
.rNear a:hover,
.rTabs a:hover {
	color: #000000;
	text-decoration: none;
}

.rMain .params.service a {
	text-decoration: none;
}

.rMain .params.service a:hover {
	text-decoration: underline;
}

section>#content>.rMain.nomar {
	margin-top: 0px;
}

.fixed .rCont {
	width: 100%;
}

.fixed .rCont.active {
	margin-top: -100px;
	width: inherit;
}

.eSelect.fixed {
    height: 65px;
}

.eSelect.fixed.fixedActive {
	position: fixed;
    top: 80px;
    padding-top: 20px;
    background: #FFFFFF;
    z-index: 10;
}

.eSelect.fixed .eCont ul {
	padding-right: 15px;
}

#footer {
	float: left;
	width: 100%;
	background: #FFFFFF;
	padding: 40px 0 20px 0;
	font-size: 14px;
	border-top: 1px solid #ececec;
}

#footer a {
	color: #2a2a2a;
}

#footer .fQuad:nth-child( 2 ) a:hover, #footer .fQuad:nth-child( 3 ) a:hover {
	text-decoration: underline;
}

#footer .fPad {
	float: none;
	max-width: 1300px;
	margin: 30px auto 0 auto;
	text-align: center;
}

#footer .fPad .fQuad {
	float: left;
	width: 23%;
	margin-right: 2%;
}

#footer .fPad .fQuad:nth-child( 4) {
	margin-right: 0;
	width: 25%;
}

#footer .fPad .fAll {
	float: left;
	width: 100%;
	margin: 50px 0 70px 0;
	color: #a0a0a0;
	font-size: 13px;
}

#footer .fPad .fAll a {
	color: #afafaf;
}

#footer .fPad .fAll div {
	float: left;
	width: 50%;
	text-align: left;
}

#footer .fPad .fAll div:nth-child( 2 ) {
	text-align: right;
}

#footer .fPad .fAll ul {
	float: right;
}

#footer .fPad .fAll li {
	width: auto;
	margin-left: 20px;
}

#footer .fPad a:hover {
	color: #000000;
}

#footer ul,
ul.catUl {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

#home {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

ul.catUl {
	float: left;
	margin-bottom: 30px;
}

#footer ul li,
ul.catUl li {
	float: left;
	width: 100%;
	padding: 3px 0 3px 0;
}

#footer h3 {
	float: left;
	width: 100%;
	color: #000000;
	margin: 0 0 20px 0;
	text-align: left;
	font-weight: 600;
}

#footer h3.mt20 {
	margin: 20px 0 0 0;
}

#footer .cuDesc {
	float: left;
	width: 100%;
	color: #999999;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 10px;
}

#footer .cuA {
	float: left;
	width: 100%;
	text-align: left;
}

#footer .cuA a {
	color: #999999;
	font-size: 18px;
}

#footer .socials {
	float: left;
	width: 100%;
}

#footer .social {
	float: right;
	width: 25px;
	height: 25px;
	margin-left: 20px;
}

#footer .social a {
	float: right;
	width: 25px;
	height: 25px;
	background-image: url(/images/logo/facebook.svg );
	background-size: 25px;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.5;
}

#footer .social a:hover {
	opacity: 1;
}

#footer .social.x {
	width: 27px;
}

#footer .social.x a {
	background-image: url(/images/logo/x.svg );
	width: 27px;
	background-size: 25px;
}

#footer .social.youtube {
	width: 33px;
}

#footer .social.youtube a {
	background-image: url(/images/logo/youtube.svg );
	width: 33px;
	background-size: 33px;
}

#footer .social.instagram a {
	background-image: url(/images/logo/instagram.svg );
}

#topMenu {
	float: right;
	margin-top: 10px;
}

body.fal #topMenu {
    margin: 0 auto 0 auto;
    float: none;
    width: max-content;
    padding-top: 10px;
}

#topMenu>ul {
	margin: 0;
	list-style: none;
}

#topMenu>ul>li {
	float: left;
	margin-right: 30px;
}

#topMenu>ul>li.hasChild {
	background-image: url(/images/main/arrow_dark_gray_down.svg);
	background-size: 10px;
	background-position: right 7px;
	background-repeat: no-repeat;
	padding: 0 15px 0 0;
	cursor: pointer;
}

#topMenu>ul>li.eshop>a {
	font-weight: bold !important;
}

.transparent:not( .scrolled):not( .white) #topMenu>ul>li.hasChild {
	background-image: url(/images/main/arrow_white_down.svg);
}

#topMenu>ul>li>ul>div>li.hasChild {
	background-image: url(/images/main/arrow_dark_gray_right.svg);
	background-size: 10px;
	background-position-x: right;
	background-position-y: 13px;
	background-repeat: no-repeat;
	padding: 0 10px 0 0;
	cursor: pointer;
}

.transparent:not( .scrolled):not( .white) #topMenu>ul>ul>div>li.hasChild {
	background-image: url(/images/main/arrow_white_right.svg);
}

#topMenu>ul>li ul {
	position: absolute;
	display: none;
	padding: 0;
	list-style: none;
	width: 160px;
	width: fit-content;
	z-index: 10;
    margin-top: 0;
    padding-top: 15px;
    margin: 0;
}

#topMenu>ul>li ul ul {
    padding-top: 0px;
    margin-left: 95%;
    margin-top: -11px;
}

#topMenu>ul>li ul>div,
#userIcoCont > span,
#basketIcoCont > span,
#rShareCont {
	float: left;
	background: #FFFFFF;
	padding: 10px 20px 10px 20px;
	border: 1px solid #ececec;
    filter: drop-shadow(8px 8px 20px rgba(25, 25, 25, .08));
}


#userIcoCont > span,
#basketIcoCont > span {
	padding: 10px 20px 10px 20px;
}

#topMenu>ul>li>ul>div:before,
#userIcoCont > span:before,
#basketIcoCont > span:before,
#rShareCont:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #d4d6dd;
    position: absolute;
    top: -6px;
    left: 14px;
    transform: translate(-50%,0);
    z-index: -1;
}

#topMenu>ul>li>ul>div:after,
#userIcoCont > span:after,
#basketIcoCont > span:after,
#rShareCont:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -5px;
    left: 14px;
    transform: translate(-50%,0);
    z-index: -1;
}

#rShareCont:before,
#rShareCont:after {
	left: auto;
	right: 14px;
}

#basketIcoCont,
#userIcoCont,
#rShareCont {
	position: absolute;
    width: 200px;
    display: none;
}

#userIcoCont,
#basketIcoCont {
	text-align: left;
    padding: 10px 0 0 0 !important;
    line-height: 20px;
    font-size: 14px;
    top: 25px;
}

#userIcoCont {
	left: -2px;
    width: 135px;
}

#userIcoCont a {
	color: #000000;
	position: relative;
}

#userIcoCont a.active {
	font-weight: bold;
}

#userIcoCont > span > div {
	width: max-content;
}

#userIcoCont a:hover {
	text-decoration: underline;
}

#rShareCont {
    top: 27px;
    padding: 5px;
	width: auto !important;
	width: max-content !important;
	right: 20px;
}

#rShareCont a {
	float: left;
    padding: 10px;
	border-right: 1px solid #ececec;
	opacity: 0.7;
}

#rShareCont a:hover {
	opacity: 1;
}

#rShareCont a:last-child {
	border-right: none;
}

#topMenu li,
#topMenu li a {
	font-size: 15px;
	line-height: 20px;
	color: #000000;
	position: relative;
}

#topMenu > ul > li > ul > div > li,
#topMenu > ul > li > ul > div > li > a {
	font-size: 14px;
}

#topMenu > ul > li:after/* ,
#topMenu > ul > li > a:after */ {
	content: ' ';
	height: 1px;
	width: 0;
	border-bottom: 1px solid #000000;
	position: absolute;
	left: 0;
	bottom: -5px;
	z-index: 9;
	transition: width 0.2s ease-in-out, opacity 0.5s ease-in-out;
	-webkit-transition: width 0.2s ease-in-out, opacity 0.5s ease-in-out;
	-moz-transition: width 0.2s ease-in-out, opacity 0.5s ease-in-out;
	opacity: 0;
}

.transparent:not( .scrolled ):not( .white ) #topMenu > ul > li:after,
.transparent:not( .scrolled ):not( .white ) #topMenu > ul > li > a:after {
	border-bottom: 1px solid #FFFFFF;
}

#topMenu > ul > li:hover:after/* ,
#topMenu > ul > li:hover > a:after */ {
	width: 100%;
	opacity: 1;
}

.transparent:not( .scrolled ):not( .white ) #topMenu>ul>li>span,
.transparent:not( .scrolled ):not( .white ) #topMenu>ul>li>a {
	color: #FFFFFF;
}

#topMenu>ul>li ul li {
	float: left;
	width: 100%;
}

#topMenu>ul>li ul li>a {
	float: left;
	padding: 5px 0 5px 0;
	color: #000000;
	text-align: left;
	width: max-content;
}

#topMenu>ul>li.active>span,
#topMenu>ul>li.active>a {
	font-family: 'galano-medium', sans-serif !important;
	font-weight: 500;
	color: #000000;
}

#topMenu>ul>li>ul li>a:hover,
#topMenu>ul>li>ul li.active a {
	color: #000000;
}

#topMenu>ul>li>ul li>a:hover {
	text-decoration: underline;
}

#topMenu>ul>li>ul li.active>a {
	font-weight: bold;
}

#navMenu {
	float: right;
	width: 25px;
	height: 25px;
	margin-left: 10px;
	margin-top: 8px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 1030;
	display: none;
}

#navMenu span {
	display: block;
	position: absolute;
	height: 2px;
	width: 50%;
	background: #000000;
	opacity: 1;
	border-radius: 3px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.transparent:not( .scrolled):not( .white) #navMenu span {
	background: #FFFFFF;
}

#navMenu.open span {
	width: 70%;
}

#navMenu span:nth-child(even) {
	left: 50%;
	border-radius: 0 9px 9px 0;
}

#navMenu span:nth-child(odd) {
	left: 0px;
	border-radius: 9px 0 0 9px;
}

#navMenu span:nth-child(1),
#navMenu span:nth-child(2) {
	top: 0px;
}

#navMenu span:nth-child(3),
#navMenu span:nth-child(4) {
	top: 11px;
}

#navMenu span:nth-child(5),
#navMenu span:nth-child(6) {
	top: 22px;
}

#navMenu.open span:nth-child(1),
#navMenu.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#navMenu.open span:nth-child(2),
#navMenu.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#navMenu.open span:nth-child(1) {
	left: 0;
	top: 6px;
}

#navMenu.open span:nth-child(2) {
	left: calc(50% - 3px);
	top: 6px;
}

#navMenu.open span:nth-child(3) {
	left: -50%;
	opacity: 0;
}

#navMenu.open span:nth-child(4) {
	left: 100%;
	opacity: 0;
}

#navMenu.open span:nth-child(5) {
	left: 0;
	top: 15px;
}

#navMenu.open span:nth-child(6) {
	left: calc(50% - 3px);
	top: 15px;
}

#searchMain,
#qrMain {
	background: #FFFFFF;
	float: left;
	width: 100%;
	position: fixed;
	top: 80px;
	height: 100%;
	height: 100vh;
	height: calc( 100vh - 60px);
	z-index: 9996;
	display: none;
	overflow: auto;
}

#qrMain #qrCont {
    height: 90%;
    height: calc( 100vh - 80px );
}

#searchMain form,
#searchPage form {
	width: 100%;
	margin: 0 auto 0 auto;
	position: absolute;
	margin-top: 0;
}

#searchPage form {
	position: static;
	margin-bottom: 30px;
}

#searchMain form>div,
#searchPage form>div {
	max-width: 550px;
	margin: 0 auto 0 auto;
	position: relative;
}

#searchMain form input[name="searchSubmit"],
#searchMain form input[name="searchClose"],
#searchPage form input[name="searchSubmit"] {
	position: absolute;
	top: 0;
	left: 2px;
	width: 23px;
	height: 22px;
	margin: 14px 0 0 10px;
	background: url(/images/main/search_black.svg) center center no-repeat;
	background-size: 22px;
	border: none;
	cursor: pointer;
	outline: none;
	font-size: 0;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	filter: alpha(opacity=70);
}

#searchPage form input[name="searchSubmit"] {
	top: auto;
}

#searchMain form input[name="searchSubmit"]:hover,
#searchMain form input[name="searchClose"]:hover,
#searchPage form input[name="searchSubmit"]:hover {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}

#searchMain form input[name="searchClose"] {
	background-image: url(/images/main//close_black.svg);
	width: 20px;
	height: 20px;
	background-size: 17px;
	display: block;
	right: 12px;
	top: 1px;
	left: auto;
}

#searchMain form input[name="searchString"],
#searchPage form input[name="searchString"],
.loginForm input[type="text"],
.loginForm input[type="password"] {
	width: 100%;
	margin-left: 0;
	outline: none;
	border: none;
	border: 1px solid #efefef;
	padding: 15px 55px 15px 45px;
	font-size: 17px;
	letter-spacing: -.01em;
	box-shadow: 5px 8px 20px rgba( 0, 0, 0, 0.1);
}

#searchMain form input[name="searchString"]:focus,
#searchPage form input[name="searchString"]:focus,
.loginForm input[type="text"]:focus,
.loginForm input[type="password"]:focus,
#rSearch:focus {
	outline: 0;
}

.ui-autocomplete {
	border: none;
	margin: 130px auto 0 auto;
	clear: both;
	width: 100% !important;
	max-width: 1300px;
	position: static !important;
	display: flex !important;
	opacity: 1 !important;
}

.ui-autocomplete li {
	padding: 25px 0 0 0 !important;
	cursor: pointer;
	clear: both;
	display: flex;
	align-items: center;
}

.ui-autocomplete li .rImgCont {
	width: 80px;
	height: 60px;
	float: left;
	margin-right: 10px;
	flex: none;
}

.ui-autocomplete li .rImgCont>.rImg {
	height: 60px;
	background-size: cover;
}

.ui-autocomplete h2 {
	margin: 0 0 10px 0;
	font-weight: 500;
	text-align: left;
}

.ui-autocomplete li .desc {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.ui-autocomplete li .desc div {
	width: 100%;
	font-style: italic;
	color: #999999;
	text-align: left;
	font-size: 14px;
}

.ui-autocomplete li a {
	color: #8aa30f;
}

.ui-autocomplete .ui-autocomplete-cnt {
	text-align: left;
	margin-bottom: 30px !important;
}

.ui-autocomplete .ui-autocomplete-cnt a {
	font-size: 16px;
	margin-top: 20px !important;
}

.ui-autocomplete h2 a,
.ui-autocomplete .ui-autocomplete-cnt a {
	color: #000000;
}

.ui-autocomplete h2 a:hover,
.ui-autocomplete li:hover a,
.ui-autocomplete .ui-autocomplete-cnt a:hover {
	text-decoration: underline;
}

.ui-autocomplete li h3 {
	margin: 0 0 5px 0;
	font-weight: 500;
	text-align: left;
}

.ui-autocomplete li,
.ui-autocomplete li a {
	text-decoration: none;
	color: #000000;
	margin: 0 !important;
}

.ui-autocomplete-category {
	float: left;
	flex-basis: 100%;
	text-align: center;
	margin: 0 10px 0 10px;
}

#fbg {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9997;
	background: rgba( 0, 0, 0, 0.5);
	display: none;
	-webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

#sideNav {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1020;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	overflow-x: hidden;
	padding-top: 80px;
	display: none;
}

#sideNav .sideNavPad {
	max-width: 1600px;
	margin: 0 auto 0 auto;
}

#sideNav>.sideNavPad ul {
	margin: 0 30px 0 30px;
	padding: 0;
	list-style: none;
}

#sideNav>.sideNavPad>ul>li ul {
	margin: 10px 30px 0 20px;
	padding: 0;
	list-style: none;
	display: none;
}

#sideNav>.sideNavPad>ul>li {
	padding: 0 0 6px 0;
	text-decoration: none;
	font-size: 25px;
	color: #555555;
	font-weight: normal;
	margin: 10px 0 0 0;
	display: block;
    position: relative;
}

#sideNav>.sideNavPad li.active>a {
	color: #8aa30f !important;
}

#sideNav>.sideNavPad>ul>li.hasChild>span,
#sideNav>.sideNavPad>ul>li.hasChild {
	padding: 0 20px 5px 0;
	cursor: pointer;
}

#sideNav>.sideNavPad>ul>li.eshop > a {
	font-weight: bold;
}

#sideNav>.sideNavPad ul>li.hasChild>span:after,
#sideNav>.sideNavPad ul>li.hasChild>a:after {
	content: '' ;
	position: absolute;
	margin-left: 10px;
    margin-top: 12px;
    width: 10px;
    height: 10px;
    background-image: url(/images/main/arrow_gray_down.svg);
    background-size: 10px;
    background-position: center center;
    background-repeat: no-repeat;
}

#sideNav>.sideNavPad>ul>li.open.hasChild>span:after,
#sideNav>.sideNavPad>ul>li.open.hasChild>a:after {
	background-image: url(/images/main/arrow_gray_up.svg);
}

#sideNav>.sideNavPad>ul a {
	font-size: 17px;
	color: #555555;
	transition: 0.1s;
}

#sideNav>.sideNavPad>ul>li>a,
#sideNav>.sideNavPad>ul>li {
	font-size: 20px;
}

#sideNav>.sideNavPad>ul>li ul>li {
	padding: 8px 0 8px 0;
	text-decoration: none;
	font-size: 17px;
	display: block;
	transition: 0.1s;
}

#sideNav>.sideNavPad>ul>li a:hover {
	color: #000000;
}

.expand > .showMore {
	text-align: center;
    margin-top: 10px;
    width: 100%;
    float: left;
}

.expand > .showMore > div {
    cursor: pointer;
    color: #a9a9a9;
    width: fit-content;
    margin: 0 auto 0 auto;
    background-image: url(/images/main/arrow_gray_down.svg);
    background-size: 10px;
    background-position: center 22px;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    transition: color 0.3s ease-in-out, background-position 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out, background-position 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out, background-position 0.3s ease-in-out;
}

.expand > .showMore > div:hover {
	color: #000000;
	background-position: center 26px;
}

.expand > .expandCont {
	float: left;
	width: 100%;
	display: none;
}

.rError,
.eAll .rError,
.eAll .rError .rPad {
	color: #aaaaaa !important;
	font-size: 20px;
	float: left;
	width: 100%;
	margin: 0 0 30px 0 !important;
	line-height: 28px;
	text-align: center;
}

.rError.pad div {
	margin: 30px 20px 30px 20px !important;
}

.rError.mt,
.eAll > .eRight > .rError.mt {
	margin-top: 30px !important;
}

.rError.ok {
	color: #8aa30f !important;
}

.rError.bad {
	color: red !important;
}

.divOk {
	color: #8aa30f !important;
}

.divBad {
	color: red !important;
}

.answersCont .ebError {
	left: calc( 50% - 92px);
}

.answersThx {
	display: none;
}


/*.answersThx .rError {
  	margin-bottom: 10px !important;
  }*/

.rPages {
	float: left;
	width: 100%;
	margin: 40px 0 30px 0;
}

.rPages .rPagesCont {
    width: fit-content;
	margin: 0 auto 0 auto;
}

.rPages .rPage {
	float: left;
	margin-right: 4px;
}

.rPages .rPage a,
.rPages .rPage span {
	float: left;
	padding: 5px;
	text-align: center;
	width: 23px;
    border-radius: 50%;
    font-size: 16px;
    font-family: 'kanit-medium', sans-serif !important;
    color: #000000;
}

.rPages .rPage span {
    background-color: #f6f6f6;
    color: #000000;
}

.rPages .rPage a:hover {
	background-color: #ededed;
}

.rPages .rPage.rPageBef {
	margin-left: 10px;
}

.rPages .rPage.rPageBef a,
.rPages .rPage.rPageNext a {
	border: 1px solid #e1e1e1;
    border-radius: 50%;
    background-image: url( '/images/main/arrow-page-left.svg' );
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px;
}

.rPages .rPage.rPageNext a {
    background-image: url( '/images/main/arrow-page-right.svg' );
}

.rPages .rPage.rPageBef.disabled,
.rPages .rPage.rPageNext.disabled {
	opacity: 0.3;
	border-color: #949494;
}

.rPages .rPage.rPageBef.disabled a:hover,
.rPages .rPage.rPageNext.disabled a:hover {
	background-color: transparent;
	cursor: default;
}

#main {
	transition: margin-left .5s;
	padding: 20px;
}

a {
	cursor: pointer;
}

#logo,
#footer .logo {
	float: left;
	width: 130px;
	height: 40px;
	margin-top: 3px;
}

#logo {
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url('/images/logo/logo-eresort.svg');
}

.transparent:not( .scrolled):not( .white) #logo {
	background-image: url('/images/logo/logo-eresort_white_green.svg');
}

#logo.resort2 {
	background-image: url('/images/logo/logo-eresort2.svg');
}

.transparent:not( .scrolled):not( .white) #logo.resort2 {
	background-image: url('/images/logo/logo-eresort2_white_green.svg');
}

#logo.resort18 {
	background-image: url('/images/logo/logo-eresort18.svg');
}

.transparent:not( .scrolled):not( .white) #logo.resort18 {
	background-image: url('/images/logo/logo-eresort18_white_green.svg');
}

#logo svg,
#footer .logo svg {
	font-family: Sans, Arial;
}

#logo img,
#footer .logo img {
	width: 100%;
}

#logo a,
#footer .logo a {
	float: left;
	width: 100%;
	height: 100%;
}

.scrolled #logo {
	position: absolute;
	clip: rect(0, 25px, 40px, 0);
	width: 130px;
}

#showEquipments {
	float: left;
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

#showEquipments a {
	background-image: url(/images/main/arrow_gray_up.svg);
	background-size: 10px;
	background-position: left 7px;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}

#showEquipments.closed a {
	background-image: url(/images/main/arrow_gray_down.svg);
}

#services {
	float: Left;
	width: 100%;
}

#equipments {
	float: Left;
	width: 100%;
	overflow: hidden;
}

#equipments.closed .infinite {
	width: 100%;
	height: 50px;
	position: relative;
	z-index: 1;
	background-position: center bottom;
	background-repeat: repeat-x;
	background-image: url(/images/main/infinite_bottom.png);
}

.equipment {
	float: left;
	width: 31%;
	margin-right: 2%;
	padding-left: 22px;
	background-image: url('/images/main/tick_yes.svg');
	background-position: left 6px;
	background-repeat: no-repeat;
	background-size: 12px;
	box-sizing: border-box;
	margin: 2px 0 2px 0;
}

#content h1,
#content h2,
#content h3 {
	float: left;
	width: 100%;
	font-family: 'kanit-medium', sans-serif !important;
	font-size: 40px;
	line-height: 50px;
	margin: 0 0 22px 0;
	padding: 0;
	text-align: left;
	text-transform: none;
	color: #000000;
    letter-spacing: .015em;
}

#content h2 a,
#content h3 a {
	color: #000000;
	text-decoration: none;
}

#content h2 a:hover,
#content h3 a:hover {
	text-decoration: underline;
}

.h1route {
	margin-bottom: 22px;
}

.h1route h1 {
	width: auto !important;
	display: contents; 	
}

#content h1 {
	text-align: center;
}

#content .rF h1, #content .edRight h1, #content .rA .rLL h1 {
	text-align: left;
}

#content h2,
#content h3 {
	color: #000000;
	margin: 22px 0 22px 0;
}

#content h2 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 500;
	text-align: center;
}

h2.nomargin {
	margin: 0;
}

#content h3 {
	font-family: 'kanit-regular', sans-serif !important;
	font-size: 30px;
	line-height: 40px;
	font-weight: 400;
}

#content>.rMain>.rPad>h1 {
    margin: 50px 0 50px 0;
}

#content h1.mb50 {
	margin-bottom: 50px;
}

#content h2.mt30 {
	margin-top: 30px;
}

#content h2.center {
	text-align: center;
	margin: 0 0 32px 0;
}

.center {
	text-align: center !important;
	width: 100%;
}

#header {
	position: fixed;
	background: #FFFFFF;
	z-index: 9996;
	text-align: center;
	padding-top: 10px;
	height: 70px;
	transition: height 0.1s ease-in-out;
	-webkit-transition: height 0.1s ease-in-out;
	-moz-transition: height 0.1s ease-in-out;
}

body.transparent #header {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
}

body.white #header {
	background: #FFFFFF !important;
}

#header .rPad {
	max-width: 1600px;
	margin: 10px auto 10px auto;
	transition: margin-top 0.1s ease-in-out;
	-webkit-transition: margin-top 0.1s ease-in-out;
	-moz-transition: margin-top 0.1s ease-in-out;
}

#header .rPad:nth-child( 1) {
	max-width: 1600px;
}

body.scrolled #header {
	background: #FFFFFF;
	border-bottom: 1px solid #ececec;
}

#eData {
	display: none;
}

#content,
#header {
	float: left;
	width: 100%;
}

#content {
	margin-top: 60px;
	background: #FFFFFF;
}

.transparent #content {
	margin-top: 0;
}

.rBg {
	float: left;
	width: 100%;
	border: 1px solid #ececec;
}

.rBg hr {
	float: left;
	width: 100%;
    margin: 0;
	border-bottom: 1px solid #ececec;
}

.rBg h5 {
	font-size: 16px !important;
	margin: 0 0 10px 0 !important;
	font-weight: bold;
}

.rBg .rPad {
	margin: 20px !important;
	display: inline-block;
	width: 100% !important;
	width: calc( 100% - 40px ) !important;
}

.rBg .rPad.nopadB {
	margin-bottom: 0 !important;
}

.rBg .rPad.nopadB10 {
	margin-bottom: 10px !important;
}

.rLabel,
.rStatus {
	position: absolute;
	z-index: 3;
}

.rStatusDesc {
	font-weight: bold;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.rStatus {
	right: 0;
	bottom: 10px;
}

.rMain .rA {
	float: left;
	width: 100%;
	flex-direction: row-reverse;
	margin: 20px 0 40px 0;
}

.rMain .rA .rF {
	float: left;
	width: 100%;
}

.rMain .rA.nomar {
	margin-top: 0;
}

.rMain .rL,
.rMain .rLL {
	float: left;
	width: 63%;
}

.rMain .rL img,
.rMain .rLL img {
	max-width: 100%;
	height: auto;
}

.rMain .rL.rLBig {
	width: 73%;
}

.rMain .rL p {
	margin: 0;
}

.rMain .rR {
	float: right;
	width: 35%;
}

.rMain .rH {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.rMain .rH .rR {
	float: left;
	width: 60%;
}

.rMain .rH .rL {
	float: right;
	width: 40%;
}

.rMain .rH .rL .rPad {
	max-width: 590px;
    margin: 0;
}

.rMain .rH .rL .rPad, .rMain .rH .rL .rPad h2 {
	margin-top: 0 !important;
}

.rMain .rRSmall {
	width: 25%;
}

.rMain .rR p {
	display: flex;
	align-items: center;
	margin: 0 0 14px 0;
}

.rMain .rR p img {
	margin-right: 10px;
}

.rMain .rR a {
	color: #333333;
	text-decoration: none;
}

.rMain .rR .www a {
	overflow-wrap: anywhere;
}

.rMain .rR a:hover {
	text-decoration: underline;
}

.rMain .rR #rMap a:hover {
	text-decoration: none;
}

#rVideo,
.rAudio {
	width: 100%;
	margin-top: 40px;
	text-align: center;
}

#rVideo {
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

#rVideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#breadcrumb {
	float: left;
	width: calc( 100% - 350px );
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	position: relative;
}

#content .edRight #breadcrumb,
#content .rA .rF #breadcrumb,
#content .rA .rL #breadcrumb,
#content .rA .rLL #breadcrumb {
	width: 100%;
}

#breadcrumb .breadcrumbEnd, .eSelect.fixed .eSelectEnd {
	position: sticky;
	width: 25px;
	height: 20px;
	margin-left: 97%;
	margin-left: calc( 100% - 25px);
	background-position: right center;
	background-repeat: repeat-y;
	background-image: url(/images/main/infinite_right.png);
}

#breadcrumb .breadcrumb {
	float: Left;
	line-height: 13px;
	color: #5b6066;
	font-size: 14px;
	margin-top: 0px;
}

#breadcrumb .scrollCont {
	float: left;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 8px;
}

#breadcrumb .rPad {
	margin: 0;
	width: max-content;
}

#breadcrumb .breadcrumb:not(:last-of-type)::after {
	content: '\203A';
	color: #5b6066;
	display: inline-block;
	margin: 0 7px 0 7px;
    float: right;
    line-height: 13px;
    box-sizing: border-box;
    font-size: 17px;
    font-family: arial;
}

#breadcrumb .breadcrumb.home {
	opacity: 0.8;
	padding-left: 3px;
}

#breadcrumb .breadcrumb:last-child {
	margin-right: 20px;
}

#breadcrumb .breadcrumb.home:hover {
	opacity: 1;
}

#breadcrumb .breadcrumb a {
	color: #5b6066;
	text-decoration: none;
}

#breadcrumb .breadcrumb a:hover {
	color: #000000;
	text-decoration: underline;
}

::-webkit-scrollbar {
	height: 1px;
	width: 12px;
}

::-webkit-scrollbar-track {
	background-color: #F9F9F9;
}

::-webkit-scrollbar-thumb {
	background-color: #CCCCCC;
	border-radius: 5px;
	transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #AAAAAA;
}

#skibus {
    width: 100%;
    max-width: 1000px;
    margin: 40px auto 40px auto;
    display: flex;
    align-items: center;
    font-size: 16px;
}

#skibus h3 {
	font-family: 'Muli', sans-serif;
	font-size: 27px;
    line-height: 35px;
    font-weight: 500;
    margin: 0 0 22px 0;
    padding: 0;
    text-align: left;
    text-transform: none;
}

#skibus .skibusl, #skibus .skibusr {
	float: left;
	width: 50%;
}

#skibus .skibusl .rMore {
	text-align: left;
	margin-top: 20px;
}

#skibus .skibusr img {
	max-width: 100%;
    height: auto;
}

.rGal {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

.rGal.rGalOne .rGalWrapper {
    max-width: 1660px;
    margin: 0 auto 20px auto;
    float: none;
    display: flex;
}

.bx-wrapper {
	margin-bottom: 0px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	bottom: 22px;
	padding-top: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #d5d5d5;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	position: relative;
	top: 0;
	margin: 0 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #aac813;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	top: 3px;
	margin: 0 2px 0 1px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	width: 8px;
	height: 8px;
}

.rGalWrapper {
	float: left;
	width: 100%;
}

.rGal .rStatus {
	bottom: 20px;
	right: auto;
}

.rGal .rLabel {
	margin: 70px 0 0 0;
}

.rGal.rGalEshop .rLabel {
	margin: 10px 0 0 0;
}

.rGal.rGalEshop .rLabel div {
	clear: both !important;
}

.rGal .rGalItem .rGalOver {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	top: 0;
	color: #FFF;
	text-align: center;
	transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
}

.rGal.rGalEshop .rGalItem .rGalOver div {
    margin-top: 37px;
}

.rGal .rGalItem .rGalOver:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.rGal .rGalItem .rGalOver div {
	font-size: 35px;
	font-weight: bold;
	margin-top: 115px;
	margin-bottom: 15px;
}

.rGal .rGalItem img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: transform 0.3s ease-in-out;
	-webkit-transition: transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out;
}

.rGal .rGalItem {
	float: left;
	overflow: hidden;
	position: relative;
	display: inline-flex;
	background-color: #F9F9F9;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('/images/main/photo_gray.svg');
	background-size: 60px;
}

.rGal .rGalItem a {
	width: 100%;
}

.rGal .rGalItem:hover img {
	transform: scale(1.04);
}

.rGal .rGalItem:nth-child(1) {
	width: 50%;
	height: 562px;
}

.rGal.rGal0 .rGalItem:nth-child(1),
.rGal.rGal1 .rGalItem:nth-child(1) {
	width: 100%;
	margin-right: 0px;
}

.rGal .rGalItem:nth-child(1):hover img {
	transform: scale(1.02);
}

.rGal .rGalItem:nth-child(n+2) {
	width: 25%;
	height: 281px;
}

.rGal.rGal2 .rGalItem:nth-child(2) {
	width: 50%;
	height: 562px;
	margin-bottom: 0;
}

.rGal .rGalItem:nth-child(2):hover img {
	transform: scale(1.03);
}

.rGal.rGal3 .rGalItem {
	width: 33.3333%;
	height: 562px;
}

.rGal .rGalItemHidden {
	display: none;
}

.rGal .rGalItem:nth-child(n+4) {
	width: 16.6666%;
	height: 281px;
}

.rGal.rGal4 .rGalItem:nth-child(2) {
	width: 50%;
}

.rGal.rGal4 .rGalItem:nth-child(n+3) {
	width: 25%;
}

.rGal.rGal5 .rGalItem:nth-child(n+2) {
	width: 25%;
}

.rGal .rGalItem:nth-child(n+7) {
	display: none;
}

.rGal .sliderCnt {
	display: none;
	background: rgba( 0, 0, 0, 0.5);
	position: absolute;
	z-index: 1;
	padding: 0px 10px 0px 25px;
	font-size: 10px;
	color: #d4d4d4;
	bottom: 15px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url('/images/main/photo_light_gray.svg');
	background-size: 10px;
}

.rGal .sliderCnt #sliderCntData {
	color: #FFFFFF;
}

.rTop,
.rCircuit,
.rCableway,
.rPanorama,
.rEnjoyment,
.rQRPayment,
.rStatusOk,
.rStatusOrange,
.rStatusGray,
.rStatusBad,
.rTemp,
.rAlt,
.rNew {
	background: #c21a2b;
	padding: 3px 8px 3px 8px;
	font-size: 11px;
	color: #FFFFFF;
	margin: 10px 0 0 0;
	float: left;
	line-height: 17px;
	clear: both;
	font-weight: 400;
	font-family: 'kanit-regular', sans-serif !important;
}

.rWebcam {
    float: left;
    width: 100%;
}

.rItem .rLabel {
	width: 50%;
}

.rItem .rLabel div {
	clear: none;
	margin-right: 10px;
}

.rItem .rLabel .rTemp,
.rItem .rLabel .rAlt {
	clear: both;
}

.rGal .rTop,
.rGal .rCircuit,
.rGal .rCableway,
.rGal .rPanorama,
.rGal .rEnjoyment,
.rGal .rQRPayment,
.rGal .rStatusOk,
.rGal .rStatusOrange,
.rGal .rStatusGray,
.rGal .rStatusBad,
.rGal .rNew {
	font-size: 12px;
	padding: 5px 10px 5px 10px;
}

.rAlt, .rTemp {
	background-image: url( '/images/icons/route/mnm.svg' );
	background-position: left+10px center;
	background-repeat: no-repeat;
	background-size: 17px;
	padding-left: 32px
}

.rTemp {
	background-image: url( '/images/icons/route/temperature.svg' );
	background-position: left+14px center;
    background-size: 10px;
}

.stars {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.stars .star {
	float: left;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/images/main/star_outline_white.svg');
	background-size: 12px;
	margin-right: 5px;
}

.floatH1 {
	float: left;
	width: 100%;
}

.floatH1 h1 {
	width: auto !important;
}

.floatH1 .stars {
	width: auto;
	margin-top: 28px;
	margin-left: 15px;
}

.floatH1 .stars .star {
	width: 13px;
	height: 13px;
	background-size: 13px;
	background-image: url('/images/main/star_outline_gray.svg');
}

.stars .star.active {
	background-image: url('/images/main/star_orange.svg');
}

.stars .star.half {
	background-image: url('/images/main/star_outline_orange.svg');
}

.rFRI .rTop,
.rFRI .rCircuit {
	padding: 0px 3px 0px 3px;
}

.red {
	background-color: #c21a2b; 
}

.edA .stockpc.red, .rItemsGood .stockpc.red {
	background-color: transparent !important;
	color: #c21a2b;
	font-family: 'kanit-medium', sans-serif !important;
}

.notInMenu {
    float: left;
    width: 100%;
    margin-top: 10px;
	color: #c21a2b;
}

.dError {
	margin-bottom: 10px;
}

.orange,
.rStatusOrange {
	background-color: #ffb310;
}

.edA .stockpc.orange, .rItemsGood .stockpc.orange {
	background-color: transparent !important;
	color: #ffb310;
	font-family: 'kanit-medium', sans-serif !important;
}

.green {
	background-color: #8ba310;
}

.edA .stockpc.green, .rItemsGood .stockpc.green {
	background-color: transparent !important;
	color: #8ba310;
	font-family: 'kanit-medium', sans-serif !important;
}

.rCircuit,
.rTemp,
.rAlt,
.rStatusOk {
	background-color: #8aa30f;
}

.rAlt.chartjs-render-monitor {
	background: #FFFFFF;
}

.rCableway {
	background-color: #ffb310;
}

.rStatusGray {
	background-color: #656565;
}

.rQRPayment {
	background: #FFFFFF;
    background-image: url(/images/main/qr.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: left+10px center !important;
    color: #000000;
    padding-left: 35px !important;
}

.rPanorama, .rNew, .rTemp.cold {
	background-color: #00a1ff;
}

.rEnjoyment {
	background-color: #ff00f7;
}

.routeColor {
    width: 20px;
    height: 15px;
    margin-left: 10px;
    display: inline-block;
    margin-top: 5px;
    position: relative;
    line-height: 13px;
}

.routeColor.routeColor18 {
	line-height: 18px;
}

.h1route .routeColor {
    line-height: 24px;
    border: 1px solid #CCC;
}

.routeColor:before,
.routeColor:after {
	content: ' ' ;
	position: absolute;
	width: 20px;
    height: 4px;
    top: 10px;
	background-color: #FFFFFF;
	display: block;
}

.h1route .routeColor:after {
    top: 11px;
}

.routeColor:before {
	top: 0;
}

.userAlert, .basketAlert {
    text-align: center;
    position: absolute;
    width: 20px !important;
    height: 20px !important;
    font-size: 11px;
    font-family: sans-serif;
    /* background: #ffb310; */
    background: #8aa30f;
    border-radius: 50%;
    color: #FFFFFF;
    top: 14px;
    left: 7px;
    right: -10px;
    padding: 0;
    line-height: 21px;
}

.userAlert {
    left: 20px;
    top: 20px;
}

#userIcoCont .userAlert {
    right: -25px;
    left: auto;
    top: 4px;
}

.basketAlert {
    top: -4px;
    left: 15px;
}

.rMain .rPad,
.rNear .rPad,
.rTabs .rPad {
	float: none;
	max-width: 1600px;
	margin: 20px auto 0 auto;
}

.eRight .rMain .rPad {
	margin-top: 0;
}

.rNear {
	margin-bottom: 30px;
}

.rNear.first {
	margin-top: 30px;
}

.rNear.nomargin {
	margin-top: 0px;
}

.rNear.first .rPad {
	padding: 10px 0 0 0;
}

#webcamIco,
#userIco,
#searchIco,
#basketIco,
#qrIco {
	float: right;
	margin-right: 15px;
	margin-top: 7px;
	position: relative;
}

#userIco {
	margin-top: 4px;
}

#webcamIco a,
#userIco a div,
#searchIco a,
#basketIco > a {
	float: left;
}

#webcamIco a,
#userIco a div,
#searchIco a,
#basketIco > a,
#qrIco {
	width: 25px;
	height: 25px;
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

#webcamIco a {
	background-image: url('/images/main/webcam_gray.svg');
}

#loginFacebookButton, #loginGoogleButton, #loginAppleButton {
	margin-top: 10px;
	background-size: 20px 20px;
	background-position: left+10px center;
	background-repeat: no-repeat;
	background-image: url('/images/icons/facebook_white_ico.svg' ) ;
	border: 1px solid #4b6ea9 !important;
	background-color: #4b6ea9;
}

#loginGoogleButton, #loginAppleButton {
	background-color: #FFFFFF;
	border: 1px solid #000000 !important;
	color: #000000;
	background-image: url('/images/icons/google_color_ico.svg' ) ;
}

#loginAppleButton {
	background-image: url('/images/icons/apple_black_ico.svg' ) ;
}

#loginAppleButton:hover {
	background-image: url('/images/icons/apple_white_ico.svg' ) ;
}

#loginFacebookButton:hover, #loginGoogleButton:hover, #loginAppleButton:hover {
	background-color: #000000;
	border-color: #000000;
	color: #FFFFFF;
}

.transparent:not( .scrolled):not( .white) #header #webcamIco a {
	background-image: url('/images/main/webcam_white.svg');
}

#userIco a div {
	border-radius: 50%;
    width: 30px;
    height: 30px;
    background-position: center center;
    background-size: 22px;
}

#userIco a div.photo {
    background-size: cover;
}

#userIco a div:not( .userAlert ):not( .letter ) {
	background-image: url('/images/main/user_gray.svg');
}

#userIco a div.letter {
	background-color: #ab47bc;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 30px;
    text-align: center;
    font-family: sans-serif;
}

.transparent:not( .scrolled ):not( .white ) #header #userIco a div:not( .userAlert ):not( .letter ) {
	background-image: url('/images/main/user_white.svg');
}

#searchIco a {
	background-image: url('/images/main/search_gray.svg');
}

.transparent:not( .scrolled ):not( .white ) #header #searchIco a {
	background-image: url('/images/main/search_white.svg');
}

#searchIco a.open {
	background-image: url('/images/main/search_green.svg');
}

#basketIco > a {
	background-image: url('/images/main/cart_gray.svg');
}

.transparent:not( .scrolled):not( .white) #header #basketIco > a {
	background-image: url('/images/main/cart_white.svg');
}

#qrIco {
	cursor: pointer;
	background-image: url('/images/main/qr-code_gray.svg');
}

.transparent:not( .scrolled):not( .white) #header #qrIco {
	background-image: url('/images/main/qr-code_white.svg');
}

#qrIco.open {
	background-image: url('/images/main/qr-code_green.svg');
}

#userIco {
	margin-right: 10px;
}

#webcamIco a img,
#userIco a img,
#searchIco a img,
#basketIco > a img {
	width: 25px;
	height: 25px;
	opacity: 0.95;
}

#userIco a img {
	width: 21px;
	height: 21px;
	margin-top: 2px;
}

#webcamIco a:hover img,
#userIco a:hover img,
#searchIco a:hover img,
#webcamIco a.active img,
#userIco a.active img,
#searchIco a.active img,
#searchIco a.open img {
	opacity: 1;
}

#weatherTop {
	width: 210px;
	float: right;
	cursor: pointer;
	color: #000000;
}

.transparent:not( .scrolled):not( .white) #weatherTop {
	color: #FFFFFF;
}

#weatherTop .weatherTop1 {
	float: left;
	width: 120px;
	text-align: left;
	margin-top: -2px;
}

#weatherTop .weatherTop2 {
	float: left;
	width: 40px;
	height: 40px;
	background: #F9F9F9;
}

.transparent:not( .scrolled):not( .white) #weatherTop .weatherTop2 {
	background: rgba( 255, 255, 255, 0.1);
}

#weatherTop .weatherTop2 svg {
	max-width: 25px;
	margin-top: 8px;
}

#weatherTop path {
	fill: #000000;
}

.transparent:not( .scrolled):not( .white) #weatherTop path {
	fill: #FFFFFF;
}

#weatherTop .weatherTop3 {
	float: left;
	width: 50px;
	background: #000000;
	font-size: 15px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#weatherTop .weatherTop3 a {
	color: #FFFFFF;
}

.weatherItem path,
.weatherActual path {
	fill: #1d77c6;
}

path.sun,
path.storm {
	fill: #ffc107;
}

path.moon {
	fill: #AAA;
}

path.fog {
	fill: #999;
}

.ui-dialog {
	z-index: 9999 !important;
	padding: 0;
	font-size: 16px;
	line-height: 21px;
    max-width: 90%;
    max-height: 90%;
    display: inline-table;
    border-radius: 5px;
}

.ui-dialog-title {
    font-family: 'kanit-medium', sans-serif !important;
}

.ui-dialog .ui-dialog-title {
	font-size: 1.1em !important;
	line-height: 24px;
	white-space: normal;
    width: calc( 100% - 40px );
}

.ui-draggable .ui-dialog-titlebar {
	display: flex;
	background-color: #FFFFFF;
}

.ui-widget-header .ui-state-default.ui-dialog-titlebar-close {
	margin-left: 20px;
	margin-right: -10px;
}

#rMapRoute {
	position: absolute;
	width: calc( 100% - 3px);
	height: 100%;
	overflow: auto;
}

#rMapRouteArrow {
	display: block;
	width: 27px;
	height: 60px;
	text-align: center;
	border-radius: 0px 10px 10px 0px;
	line-height: 50px;
	color: transparent !important;
	font-size: 10px;
	position: absolute;
	background: #FFFFFF;
	right: -27px;
	top: 47%;
	z-index: 1000;
	cursor: pointer;
}

#rMapRouteCont #rMapRouteArrow:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	z-index: -1;
	background: #FFFFFF url('/images/main/arrow_gray_left.svg') center center no-repeat;
	background-size: 20px;
	top: 20px;
	left: 2px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: margin 0.3s ease-in-out;
	-webkit-transition: margin 0.3s ease-in-out;
	-moz-transition: margin 0.3s ease-in-out;
}

#rMapRouteCont.small #rMapRouteArrow:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#rMapRouteCont {
	position: relative;
	width: 300px;
	height: 100vh;
	padding: 10px 0 10px 0;
	background-color: #FFFFFF;
	box-shadow: 1px 0px 30px #4d4d4d;
	float: left;
	top: 0;
	left: 0;
	display: none;
	z-index: 1000;
	box-sizing: border-box;
	transition: margin 0.3s ease-in-out;
	-webkit-transition: margin 0.3s ease-in-out;
	-moz-transition: margin 0.3s ease-in-out;
}

#rMapRouteCont.small {
	margin-left: -300px;
}

#rMapRoute::-webkit-scrollbar {
	width: 2px;
}

#rMapRoute::-webkit-scrollbar-track {
	background: #F9F9F9;
}

#rMapRoute::-webkit-scrollbar-thumb {
	background: #ccc;
}

#rMapRoute .rFR {
	float: left;
	width: calc( 100% - 33px);
	margin: 0 10px 0 10px;
	padding: 20px 10px 20px 10px;
	border-bottom: 1px solid #ececec;
	cursor: pointer;
}

#rMapRoute .rFR:last-child {
	border-bottom: none;
}

#rMapRoute .rFR:hover {
	background-color: #F9F9F9 !important;
}

#rMapRoute .rFRc {
	float: left;
}

#rMapRoute .rFR .rFRT {
	clear: both;
	margin-bottom: 10px;
	font-size: 15px;
}

#rMapRoute .rFR .rFRI {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-size: cover;
}

#rMapRoute .rFR .rFRD {
	float: left;
}

#rMapRoute .rFR .rFRT a,
#rMapRoute .rFR .rFRT a:hover {
	color: #252525;
	text-decoration: none;
}

#rMapRoute .rDist,
#rMapRoute .rTime {
	width: 100%;
	float: none!important;
	clear: both;
	font-weight: normal;
	font-size: 14px;
	margin: 0;
	padding-left: 15px;
	background-size: 16px;
	background-image: url(/images/icons/route/distance_black.svg);
	background-repeat: no-repeat;
	background-position: left center;
}

#rMapRoute .rTime {
	background-image: url(/images/icons/route/time_black.svg);
}

#rMapRoute .rDist div,
#rMapRoute .rTime div {
	padding: 6px 0 3px 5px;
}

#rMapRoute .rDiff {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

#rMapRouteCont .rDiff span {
	float: left;
	width: 10px;
	height: 10px;
	background: #D9D9D9;
	border-radius: 50%;
	margin-right: 7px;
}

.rPoi,
.rDate {
	font-size: 15px;
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}

.rR .rPoi,
.rR .rDate {
	width: 100%;
	margin-bottom: 14px;
}

.rPoi a:hover {
	text-decoration: underline;
}

.rPoi {
	float: left;
	background-image: url(/images/main/placeholder.svg );
}

.rDate {
	float: left;
	margin-right: 30px;
	background-image: url(/images/main/clock.svg );
}

.rR .rPoi {
	float: left;
	background-image: url(/images/main/placeholder_black.svg );
}

.rR .rDate {
	float: left;
	margin-right: 30px;
	background-image: url(/images/main/calendar_gray.svg );
}

.rR .rDate.rBig {
  	font-family: 'kanit-regular', sans-serif !important;
  	font-weight: 600;
	font-size: 20px;
    line-height: 35px;
}

.rL .nextTerm {
	float: left;
    width: 100%;
    line-height: 23px;
    margin-bottom: 15px;
}

.rL .nextTerm a {
	float: left;
    margin-right: 10px;
    text-decoration: none;
}

.rL .nextTerm a:nth-child( 1 ) {
    margin-top: 5px;
}

.rL .nextTerm a:nth-child( 2 ) {
    margin-right: 5px;
}

.rL .nextTerm a:nth-child( 2 ):hover {
    text-decoration: underline;
}

#rMapRouteCont .rDiff span.active {
	background: #8aa30f;
}

.rItemsLoad {
	display: none;
}

.rItemsLoad .rItems {
	float: left;
}

.rTabs {
	float: left;
	width: 100%;
	padding: 0 !important;
	margin-top: 30px;
}

.rTabs.nomargin {
	margin-top: 0;
}

#reservationCalendar {
    width: 100%;
}

#reservationTime {
	float: left;
	width: 100%;
}

#reservationTime > #reservationTimeCont {
	float: left;
	width: 100%;
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
}

.userNavi {
	float: left;
	width: 100%;
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.userNavi > div {
	border: 1px solid #ececec;
	padding: 20px;
	text-align: center;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.userNavi > div > a {
    margin: 0 auto 0 auto;
    text-decoration: none;
    position: relative;
}

.userNavi > div > a > .userAlert {
    top: 5px;
    right: 0;
    left: auto;
}

.userNavi > div.pad > a {
	padding-left: -10px;
	padding-right: 30px;
}

.userNavi > div:hover {
	background-color: #000000;
}

.userNavi > div:hover > a {
	color: #FFFFFF;
}

#reservationTime > #reservationTimeCont > div:not( .rError ) {
    float: left;
    padding: 10px;
    background-color: #F4F4F4;
    text-align: center;
    cursor: pointer;
    color: #000000;
    font-size: 11px;
}

#reservationTime > #reservationTimeCont > div:not( .rError ):hover {
	background-color: #8aa30f;
    color: #FFFFFF;
}

#reservationTime > #reservationTimeCont > div > span {
    display: block;
    font-size: 16px;
}

.rTabs h2 {
	font-size: 30px;
	line-height: 35px;
	font-weight: 500;
	margin: 40px 0 30px 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}

.rSelectRoute.noHistory {
    margin: 0 auto 40px auto;
    float: none;
    width: fit-content;
}

.rSelectRoute.noHistory select {
	font-size: 15px;
}

.rSelectRoute.noHistory .eLine {
	margin: 0 10px 0 10px !important;
    width: auto !important;
    padding: 0 !important;
}

.rSelectRoute.noHistory .eLine.sport {
	display: none;
}

#eLineSport {
	float: left;
    width: 100%;
    margin-top: 30px;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}

#eLineSport > div {
	float: left;
	padding: 10px 20px 10px 20px;
	border: 1px solid #000000;
	margin: 0 10px 20px 10px;
	cursor: pointer;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    font-family: 'kanit-medium', sans-serif !important;
}

#eLineSport > div:hover {
	background-color: #000000;
	color: #FFFFFF;
}

#eLineSport > div.active {
	background-color: #8aa30f;
	border-color: #8aa30f;
	color: #FFFFFF;
	cursor: default;
}

.eCont .eNaviButton {
	float: none;
	padding: 10px 20px 10px 50px;
	background-color: #8aa30f;
	border-color: #8aa30f;
	cursor: pointer;
	font-family: 'kanit-medium', sans-serif !important;
	color: #FFFFFF;
	transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	width: fit-content;
    margin: 10px auto 0 auto;
    background-image: url(/images/main/filter_white.svg);
	background-size: 15px;
	background-position: left+20px center;
	background-repeat: no-repeat;
	display: none;
}

.eCont .eNaviButton:hover {
	background-color: #000000;
	border-color: #000000;
}

.rSelectRoute input[type="checkbox"] {
	border-radius: 50%;
	float: left;
	margin-right: 7px;
	margin-top: -3px;
	outline: none;
}

.rSelectRoute input[type="checkbox"]:checked::after {
	content: '';
	background-color: #8aa30f;
	width: 24px;
	height: 24px;
	border-radius: 2px;
	background-image: url(/images/route/checkmark.svg);
	background-size: 16px;
	background-position: center center;
	background-repeat: no-repeat;
}

.rSelectRoute label {
	cursor: pointer;
	height: 30px;
	float: left;
	line-height: 20px;
	margin-right: 12px;
}

.rTabs #rTabsUlCont {
	display: flex;
	flex-wrap: wrap;
	float: left;
	width: 100%;
	border-bottom: 1px solid #f3f3f3;
	margin: 0 0 30px 0;
}

.rTabs.rTabsl #rTabsUlCont {
	float: none;
}

.rTabs .rDma {
	background: #000000;
	color: #FFF;
}

.rTabs .ui-state-default.ui-corner-top {
	border: none;
	margin: 0 2px 0 2px !important;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-radius: 0 !important;
}

.rTabs .ui-state-hover {
	background-image: none;
	background-color: #F9F9F9 !important;
}

.rTabs .ui-state-active.ui-state-hover {
	background-color: #FFFFFF !important;
}

.rTabs .ui-state-hover a {
	text-decoration: none !important;
}

.rTabs .ui-state-active.ui-corner-top {
	border-top: 1px solid #f3f3f3;
	border-color: #f3f3f3;
	background-position: center 6px !important;
}

.rTabs .ui-state-default a,
.rTabs .ui-state-default a:link,
.rTabs .ui-state-default a:visited {
	font-weight: 500;
	color: #000;
}

.rTabs:not(.rTabsn) .ui-tabs-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 540px;
	text-align: center;
	margin: 0 auto 0 auto !important;
	border: none;
	font-size: 12px;
	background: none;
	padding: 0 !important;
	margin: -3px auto 0 auto !important;
}

.rTabs.big .ui-tabs-nav {
	font-size: 16px;
	width: 100%;
}

.rTabs .ui-tabs-nav li {
	margin: 0 !important;
	padding-bottom: 0px !important;
}

.rTabs a,
.rTabs .ui-state-active.ui-state-hover a,
.rTabs .ui-state-active.ui-state-hover a:visited,
.rTabs .ui-state-active.ui-state-focus a {
	background: transparent !important;
}

.rTabs .rTabRoute,
.rTabs .rTabDetail,
.rTabs .rTabPois,
.rTabs .rTabInstruction,
.rTabs .rTabArrival,
.rTabs .rTabDownload,
.rTabs .rTabSummer,
.rTabs .rTabWinter {
	background-image: url('/images/icons/route/distance_black.svg') !important;
	background-position: center 8px !important;
	background-repeat: no-repeat !important;
	background-size: 20px !important;
}

.ui-tabs .ui-tabs-nav li.rTabSummer,
.ui-tabs .ui-tabs-nav li.rTabWinter {
	padding-left: 12px;
	padding-right: 12px;
}

.rTabs .rTabDetail {
	background-image: url('/images/icons/route/detail_black.svg') !important;
}

.rTabs .rTabPois {
	background-image: url('/images/icons/route/pois_black.svg') !important;
}

.rTabs .rTabInstruction {
	background-image: url('/images/icons/route/instructions_black.svg') !important;
}

.rTabs .rTabArrival {
	background-image: url('/images/icons/route/arrival_black.svg') !important;
}

.rTabs .rTabDownload {
	background-image: url('/images/icons/route/download.svg') !important;
	background-position: center 10px !important;
	background-size: 20px !important;
}

.rTabs .rTabDownload>.sub {
	display: none;
	position: absolute;
	background: rgba( 255, 255, 255, 0.95);
	padding: 10px 20px 10px 20px;
	-webkit-box-shadow: 3px 3px 4px rgb(0 0 0 / 10%);
	box-shadow: 3px 3px 4px rgb(0 0 0 / 10%);
	border: 1px solid #ececec;
	margin-top: 33px;
	margin-left: -10px;
}

.rTabs .rTabDownload>.sub a {
	width: 100%;
	float: left;
	padding: 5px 0 5px 0;
}

.rTabs .rTabDownload>.sub a:hover {
	color: #8aa30f;
}

.rTabs .rTabSummer {
	background-image: url('/images/icons/route/sun.svg') !important;
}

.rTabs .rTabWinter {
	background-image: url('/images/icons/route/snowflake.svg') !important;
}

.rTabs .ui-tabs-nav li.ui-state-default>.ui-tabs-anchor,
.rTabs .ui-tabs-nav li.ui-state-disabled>.ui-tabs-anchor,
.rTabs .ui-tabs-nav li.ui-tabs-loading>.ui-tabs-anchor {
	cursor: pointer;
	padding: 33px 8px 6px 8px !important;
}

.rTabs.rTabsn .ui-tabs-nav li.ui-state-default>.ui-tabs-anchor,
.rTabs.rTabsn .ui-tabs-nav li.ui-state-disabled>.ui-tabs-anchor,
.rTabs.rTabsn .ui-tabs-nav li.ui-tabs-loading>.ui-tabs-anchor {
	padding: 10px 13px 6px 13px !important;
}

.rTabs.big .ui-tabs-nav li.ui-state-default .ui-tabs-anchor,
.rTabs.big .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.rTabs.big .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	padding: 22px 30px 20px 30px !important;
}

.rTabs .ui-tabs-nav li {
    background-color: #FFFFFF !important;
}

.rTabs .ui-tabs-nav li.ui-tabs-active {
	top: 1px;
	position: relative;
}

.rTabs.rTabsn .ui-tabs-nav li {
	border-top: 2px solid transparent;
}

.rTabs.rTabsn .ui-tabs-nav li.ui-tabs-active {
	border-top: 3px solid #8aa30f;
}

.rTabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	margin-top: 1px;
	padding: 30px 8px 7px 8px !important;
}

.rTabs.rTabsn .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	padding: 7px 13px 7px 13px !important;
}

.rTabs.big .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	padding: 20px 30px 20px 30px !important;
}

.rTabs.ui-tabs .ui-tabs-nav {
	padding: 0 !important;
	border-bottom: none;
}

.rTabs .ui-widget-header {
	background: none;
	padding: 0;
}

.rTabs .ui-widget {
	font-family: 'Open Sans', sans-serif;
}

.rMore {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0 20px 0;
}

.rMore a {
	background: #FFFFFF !important;
	border: 1px solid #000000;
	padding: 15px 30px 17px 30px;
	color: #000000 !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
    font-family: 'kanit-medium', sans-serif !important;
}

.rMore a:hover {
	background: #000000 !important;
	text-decoration: none !important;
	color: #FFFFFF !important;
}

.ebError {
	position: absolute;
	width: auto;
    max-width: calc( 100vw - 90px );
	z-index: 4;
	background: #FFFFFF url(https://app.eresort.cz/images/main/circle_alert.svg) 10px 11px no-repeat;
	background-size: 14px;
	border: 1px solid #efefef;
	border-radius: 3px;
	line-height: 24px;
	/* white-space: nowrap; */
	padding: 6px 10px 6px 28px;
	font-size: 12px;
	margin-top: 4px;
	-webkit-box-shadow: 4px 4px 11px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 4px 4px 11px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 4px 4px 11px 0px rgba(0, 0, 0, 0.2);
	color: #000000;
	display: none;
}

#dialogPay .ebError {
	position: fixed;
}

.ebError:after,
.ebError:before {
	bottom: 100%;
	left: 14px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.ebError:before {
	border-bottom-color: #efefef;
	border-width: 8px;
	margin-left: -8px;
}

.ebError:after {
	border-bottom-color: #FFFFFF;
	border-width: 7px;
	margin-left: -7px;
}

.sError {
	border-width: 1px;
	border-color: #c21a2b !important;
	background-color: #ffc3c3 !important;
}

.rTitleDesc {
	float: none;
    clear: both;
    width: 60%;
    margin: 0 auto 30px auto;
    text-align: center;
    font-size: 20px;
    line-height: 33px;
}

.rH .rTitleDesc {
    width: 100%;
}

.rTitleDesc.mb {
	margin-bottom: 60px;
}

.rTitleDesc.mtn {
	margin-top: 0;
}

#dialogError {
	color: #f20000 !important;
}

#dialogOk {
	color: #8aa30f !important;
}

#formBook {
	float: left;
	width: 100%;
	margin-top: 30px;
	align-self: flex-end;
}

#formBook select[name="type"] {
	width: 100%;
	border: 0;
	outline: none;
	background: transparent;
	color: #FFF;
	font-size: 16px;
	padding: 7px 5px 8px 5px;
	border-bottom: 1px solid #FFFFFF;
}

#formBook input[name="from"],
#formBook input[name="to"] {
	border: 0;
	float: left;
	width: 48%;
	outline: none;
	border-bottom: 1px solid #FFFFFF;
	background: transparent;
	color: #FFFFFF;
	font-size: 16px;
	background: url(/images/main/calendar.svg ) right+10px center no-repeat;
	background-size: 20px;
}

#formBook input[name="from"] {
	margin-right: 4%;
}

#formBook input[type="button"] {
	float: left;
	width: 100%;
	margin-top: 30px;
	border: 1px solid #FFFFFF;
	background: transparent;
	cursor: pointer;
	font-size: 16px;
	color: #FFFFFF;
	transition: background-color .1s ease-in-out;
	-webkit-transition: background-color .1s ease-in-out;
	-moz-transition: background-color .1s ease-in-out;
	padding-top: 15px;
	padding-bottom: 15px;
	outline: none;
}

#formBook input[type="button"]:hover {
	border-color: #000000;
	background: #000000;
}

#formBook .chosen-container {
	width: 100%;
}

#formBook .chosen-container-single .chosen-single {
	border: none;
	background: transparent;
	color: #FFF;
	font-size: 16px;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 10px;
}

.chosen-container.chosen-with-drop .chosen-drop {
	clip: auto;
	border-radius: 0;
	border: none;
	padding: 10px;
}

#formBook .chosen-container.chosen-with-drop .chosen-drop {
	margin-top: -10px;
}

.chosen-container .chosen-results li.active-result {
	border-radius: 0;
	padding: 10px;
	font-size: 15px;
}

.chosen-container .chosen-results li.active-result.highlighted {
	background-color: #8aa30f;
}

.chosen-container-single .chosen-search {
	margin-bottom: 10px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
	-webkit-box-shadow: none;
	box-shadow: none;
}

#formBook .chosen-container-single .chosen-single div b {
	background-image: url(/images/main/chosen-sprite_white.png) !important;
}

.chosen-container-single .chosen-search input[type="text"] {
	background: url(/images/main/search_black.svg) no-repeat right+6px center !important;
	background-size: 16px !important;
}

.chosen-container .chosen-results li.no-results {
	background: #c21a2b;
	color: #FFFFFF;
	padding: 10px;
}

#reservationAccordion h3 {
	margin: 0 0 10px 0;
    font-size: 16px;
    padding: 7px 20px 5px 20px !important;
    font-family: 'galano-medium', sans-serif !important;
    line-height: 31px;
}

#userAccordion {
    font-size: 15px;
}

#userAccordion .rButton.rButtonPad a:first-child {
	margin-right: 10px;
}

#userAccordion .ui-accordion-content .rButton {
	margin-bottom: 20px;
}

#userAccordion .ui-accordion-content .rButton:last-child {
	margin-bottom: 0;
}

#userAccordion .rButton.rButtonPad a:last-child {
	margin-left: 10px;
}

#userAccordion .rButton a {
    padding: 15px 20px;
}

#userAccordion h3 {
	margin: 10px 0 0 0;
    font-size: 16px !important;
    font-family: 'kanit-medium', sans-serif !important;
    padding: 7px 20px 5px 20px !important;
    line-height: 31px;
}

#ui-datepicker-div {
	border-radius: 0 !important;
    width: auto;
    padding: 15px;
    z-index: 2 !important;
    border: 0 !important;
    -webkit-box-shadow: 0px0px 20px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
}

#rHomeSlider,
#rHomeSliderN {
	width: 100%;
	height: 595px !important;
	max-height: 50vw;
	overflow: hidden;
}

.homeCats .bx-wrapper {
	width: 100%;
	height: 610px !important;
	max-height: 50vw;
}

#rHomeSlider .rItemH,
#rHomeSliderN .rItemH {
	width: 100%;
	position: relative;
}

#rHomeSlider .rItemH .rItemHCont,
#rHomeSliderN .rItemH .rItemHCont {
	float: left;
	width: 100%;
	position: relative;
}

#rHomeSlider .rImg,
#rHomeSliderN .rImg {
	float: left;
	height: 598px;
	max-height: 50vw;
	width: 100%;
	background-size: cover;
	background-position: center center;
}

.mtm100 {
	margin-top: -100px;
}

#appAdd {
	display: none;
}

.homeCats .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	bottom: 32px;
}

#rHomeSlider .rItemH>.rItemc>.rImgCont>.rImg:after,
#rHomeSliderN .rItemH>.rItemc>.rImgCont>.rImg:after {
	padding-bottom: 38%;
}

#rHomeSlider .rItemH .rDesc,
#rHomeSliderN .rItemH .rDesc {
	position: relative;
	bottom: 140px;
	left: 30px;
	width: calc( 100% - 460px);
	z-index: 100;
	color: #FFFFFF;
	font-size: 15px;
}

#rHomeSliderN .rItemH .rDesc {
   	position: absolute;
    margin: 0;
    padding: 30px;
    height: auto;
    width: -webkit-fill-available;
    left: 0;
    bottom: 0;
    z-index: 2;
    color: #FFFFFF;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-shadow: 0px 0px 4px rgba( 0, 0, 0, 0.7);
    transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
}

#rHomeSlider .rItemH .rDesc .rDescription,
#rHomeSliderN .rItemH .rDesc .rDescription {
	float: left;
	width: 100%;
	margin-top: 10px;
}

#ui-datepicker-div .ui-state-default,
#ui-datepicker-div .ui-widget-content .ui-state-default,
#ui-datepicker-div .ui-widget-header .ui-state-default {
	padding: 10px;
	text-align: center;
	line-height: 1em;
	font-size: 14px;
}

#ui-datepicker-div .ui-state-hover,
#ui-datepicker-div .ui-widget-content .ui-state-hover,
#ui-datepicker-div .ui-widget-header .ui-state-hover {
	background: #f1f1f1;
}

#ui-datepicker-div .ui-state-active,
#ui-datepicker-div .ui-widget-content .ui-state-active,
#ui-datepicker-div .ui-widget-header .ui-state-active {
	border: none;
	background: #8aa30f;
	color: #FFFFFF;
}

​#ui-datepicker-div .ui-state-highlight,
#ui-datepicker-div .ui-widget-content .ui-state-highlight,
#ui-datepicker-div .ui-widget-header .ui-state-highlight {
	border: none;
	background: #f1f1f1;
}

#ui-datepicker-div .ui-datepicker-header .ui-state-hover {
	background: transparent !important;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-title select {
	font-size: 13px;
	padding: 5px 3px 5px 3px;
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-prev .ui-icon,
#ui-datepicker-div .ui-widget-header .ui-datepicker-next .ui-icon {
	background-image: url(/images/main/arrow_gray_down.svg) !important;
	background-size: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	top: 6px !important;
	left: 0 !important;
	margin: 0 !important;
	transform: rotate(90deg);
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-next .ui-icon {
	transform: rotate(270deg);
}

#ui-datepicker-div .ui-state-default {
    background: #F7F7F7 !important;
    padding: 6px !important;
    margin: 1px 0 0 1px;
}

#ui-datepicker-div .ui-datepicker-calendar th, #ui-datepicker-div .ui-datepicker-week-col {
    font-weight: bold;
    font-size: 12px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2em;
}

.ui-datepicker select.ui-datepicker-month {
	width: 44%;
    margin-right: 6%;
}

.ui-datepicker select.ui-datepicker-year {
	width: 50%;
}

.ui-datepicker td {
	padding: 0;
}

.ui-datepicker .ui-datepicker-header {
    margin-bottom: 15px;
}

#ui-datepicker-div .ui-state-hover,
#ui-datepicker-div .ui-state-active,
#ui-datepicker-div .ui-datepicker-today:hover .ui-state-hover {
    background: #8aa30f !important;
    color: #FFFFFF !important;
    border: 0 !important;
}

#ui-datepicker-div .ui-state-highlight:not( .ui-state-active ) {
    background: #ECECEC !important;
    color: #000000 !important;
    border: 0 !important;
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-prev-hover:not( .ui-state-disabled) .ui-icon,
#ui-datepicker-div .ui-widget-header .ui-datepicker-next-hover:not( .ui-state-disabled) .ui-icon {
	background-image: url(/images/main/arrow_black_down.svg) !important;
	background-size: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	top: 6px !important;
	left: 0 !important;
	margin: 0 !important;
}

#ui-datepicker-div .ui-datepicker-buttonpane {
	border: 0 !important;
}

.ui-slider-handle,
#ui-datepicker-div .ui-slider-handle {
	padding: 0 !important;
}

.ui-slider,
#ui-datepicker-div .ui-slider {
	background: #f8f8f8 !important;
	border: none !important;
}

.ui-slider-range,
#ui-datepicker-div .ui-slider-range {
	background: #8aa30f !important;
	-moz-box-shadow: inset 0 0 3px #999999;
    -webkit-box-shadow: inset 0 0 3px #999999;
    box-shadow: inset 0 0 3px #999999;
}

.ui-slider-handle,
#ui-datepicker-div .ui-slider-handle {
    background-color: #FFFFFF !important;
    border-radius: 50% !important;
    border: 3px solid #8aa30f !important;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
    width: 10px !important;
    height: 10px !important;
    top: -6px !important;
    cursor: e-resize !important;
}

#ui-datepicker-div .ui_tpicker_hour,
#ui-datepicker-div .ui_tpicker_hour_label,
#ui-datepicker-div .ui_tpicker_minute,
#ui-datepicker-div .ui_tpicker_minute_label {
    padding-top: 5px !important;
}

#ui-datepicker-div .ui-slider {
	width: 100%;
    margin: 5px 0 0 0;
    height: 4px;
}

.ui-timepicker-div {
	font-size: 13px;
}

#ui-datepicker-div .ui-datepicker-buttonpane .ui-state-default {
    border-radius: 0;
    background: transparent !important;
    font-weight: normal;
    border: 1px solid #000000 !important;
}


#ui-datepicker-div .ui-datepicker-buttonpane .ui-state-default:hover {
	background: #000000 !important;
	color: #FFFFFF;
}

.ui-datepicker .ui-datepicker-title {
	font-size: 20px;
	font-weight: 400;
}

.loginForm {
	width: 380px;
	max-width: 100%;
	margin: 0 auto 60px auto;
	display: flex;
	flex-wrap: wrap;
}

#registrationForm {
	width: 760px;
}

#registrationForm .lF {
    float: left;
    width: 50%;
}

#registrationForm .lF:nth-child( even ):not( .lFf ) .lFL, #registrationForm .lF:nth-child( even ):not( .lFf ) .lFR {
    margin-left: 10px;
    width: calc( 100% - 10px ) ;
}

#registrationForm .lF:nth-child( odd ):not( .lFf ) .lFL, #registrationForm .lF:nth-child( odd ):not( .lFf ) .lFR {
    margin-right: 10px;
    width: calc( 100% - 10px ) ;
}

#dialog .loginForm {
	margin-bottom: 0;
}

.loginForm a {
	color: #000000;
	text-decoration: none;
}

.loginForm a:hover {
	text-decoration: underline;
}

.loginForm .lF {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.loginForm .lFor {
	float: left;
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

.loginForm .lFa, #registrationForm .lFa, #registrationForm.loginForm .lFf {
	width: 100%;
	margin-top: 40px;
	text-align: center;
}

.loginForm .lF .lFR {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.loginForm .lFa a {
	margin: 0 15px 0 15px;
}

input[type="checkbox"] {
	border: 1px solid #e4e4e4;
}

.loginForm input:not([type="checkbox"]) {
	padding: 15px 20px 15px 20px !important;
}

label {
	display: flex;
	line-height: 30px;
    flex-flow: wrap;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

label input[type="checkbox"] {
	margin-right: 10px;
}

label a {
	text-decoration: underline;
}

label a:hover {
	text-decoration: none;
}

.loginForm input[type="submit"] {
	width: 100%;
	margin-left: 0;
	outline: none;
	border: none;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: -.01em;
	cursor: pointer;
	transition: background-color .3s ease-in-out;
	-webkit-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
}

.loginForm input[type="submit"]:hover {
	background-color: #8aa30f;
}

#loading {
	position: fixed;
	z-index: 9998;
	width: 100px;
	height: 24px;
	border-radius: 5px;
	background: url(/images/loading.svg) center center no-repeat;
	top: 50%;
	left: 50%;
	top: calc( 50% - 12px);
	left: calc( 50% - 50px);
	background-size: 100px;
}

#rPoiGroup a:hover {
	color: #8aa30f;
}

.rLike,
.rShare {
	float: left;
	background-image: url(/images/main/heart_black.svg);
	background-position: 20px 4px;
	background-repeat: no-repeat;
	background-size: 17px;
	cursor: pointer;
	line-height: 29px;
	text-transform: uppercase;
	font-size: 14px;
	border-bottom: 4px solid transparent;
	padding: 0 20px 16px 44px;
	line-height: inherit;
	font-weight: 400;
	font-family: 'kanit-regular', sans-serif !important;
}

.rItems .rLike,
.visitActive .rLike {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	width: 30px;
	height: 30px;
	background-image: url(/images/main/heart.svg);
	background-position: center center;
	background-size: 17px;
	padding: 0;
	border: none;
}

.rItems .rLike[data-type="route"] {
	top: 70px;
}

.rItems .rLike[data-type="competition"],
.rLike.mtt {
	top: 45px;
}

.rLike.active {
	background-image: url(/images/main/heart_red.svg);
}

.rLike:hover {
	animation: heartbeat 1s infinite;
}

.rShare {
	position: relative;
	background-image: url(/images/main/share_black.svg);
}

.rLike:hover,
.rShare:hover {
	text-decoration: none;
	border-color: #000000;
}

.rDistTime {
	float: left;
	width: auto;
	color: #FFF;
	background: rgba( 0, 0, 0, 0.5);
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 0;
}

.rDistTime .rPad {
	margin: 20px !important;
}

.rDist,
.rTime,
.rCapacity,
.rCant,
.rMission {
	clear: both;
	font-size: 11px;
	line-height: 19px;
	font-weight: 400;
	background: url(/images/icons/route/distance.svg) 2px center no-repeat;
	background-size: 15px;
	display: flex;
	align-items: center;
	margin: 2px 10px 2px 10px;
	padding-left: 25px;
	font-family: 'kanit-regular', sans-serif !important;
}

.rTime {
	background-size: 14px !important;
	background: url('/images/icons/route/time.svg') 2px center no-repeat;
}

.rMission {
	background-size: 13px !important;
	background: url('/images/icons/route/flag.svg') 2px center no-repeat;
}

.rCapacity {
	background-size: 9px !important;
    background: url(/images/icons/route/capacity.svg) 5px center no-repeat;
}

.rCant {
	background-size: 9px !important;
    background: url(/images/icons/route/up.svg) 5px center no-repeat;
}

.rSnow,
.rLight {
	float: left;
	width: 15px;
	height: 15px;
	margin: 10px 0 0 10px !important;
	background-size: 15px !important;
    background: url(/images/icons/route/snow_blue.svg) center center no-repeat;
}

.rLight {
    background-image: url(/images/icons/route/light_bulb.svg);
}

.rFRD .rDist,
.rFRD .rTime {
	height: auto;
}

.rHomeOver .rDescription2 {
    font-size: 16px !important;
   	margin-top: 20px;
}

.rHomeOver h3 {
	width: 100% !important;
	font-size: 30px !important;
	line-height: 34px !important;
}

.success-animation, 
.fail-animation { 
	margin: 0 auto 0 auto;
	float: left;
	width: 100%;
}

.ui-dialog-content {
    padding: 0.5em 1em 2em 1em !important;
}

.ui-dialog-content .success-animation, 
.ui-dialog-content .fail-animation { 
    margin: 0 auto 30px auto;
}

.success-animation .checkmark, 
.fail-animation .checkmark {
    width: 200px;
    max-width: 40vw;
    border-radius: 50%;
    display: block;
    stroke-width: 3;
    stroke: #8aa30f;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #8aa30f;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .4s both;
    position:relative;
    top: 5px;
    right: 5px;
   	margin: 0 auto;
}

.ui-dialog-content .success-animation .checkmark, 
.ui-dialog-content .fail-animation .checkmark {
	width: 70px;
}	

.ui-dialog-content #reservationDone .success-animation .checkmark, 
.ui-dialog-content #reservationDone .fail-animation .checkmark {
	width: 200px;
	margin-top: 12%
}

.fail-animation .checkmark {
	stroke: #f20000;
}

.success-animation .checkmark__circle, .fail-animation .checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 3;
    stroke-miterlimit: 10;
    stroke: #8aa30f;
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.fail-animation .checkmark__circle {
    stroke: #f20000;
}

.success-animation .checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.fail-animation .checkmark__fail1, .fail-animation .checkmark__fail2 {
	ransform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.fail-animation .checkmark__fail2 {
	animation: stroke 0.11s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.yesno.active {
	background: #f0f6d1 !important;
}

.yesno.active .yncirc {
	background: #8aa30f !important;
}

input[type="checkbox"]:checked::after {
    content: url(/images/main/checkmark_eresort.svg);
    width: 20px;
    height: 20px;
}

.allRadio label {
    display: block;
    float: left;
    width: calc( 100% - 30px );
    position: relative;
    padding-left: 30px !important;
    margin: 5px 0 5px 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 24px;
}

.allRadio label.disabled {
	display: none;
}


.allRadio label input[type="radio"] {
    position: absolute;
    opacity: 0 !important;
}

.allRadio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ececec;
    border-radius: 50%;
}

.allRadio label:hover input[type="radio"] ~ .checkmark {
    background-color: #ccc;
}

.allRadio label input[type="radio"]:checked ~ .checkmark {
    background-color: #8aa30f;
}

.checkmark:after {
    content: "";
    position: absolute;
}

.allRadio label .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
    display: block;
}

#rBasketItems h2 {
	margin-top: 0;
}

@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}
	.sidenav a {
		font-size: 18px;
	}
}

@media screen and (max-width: 2500px) {
	.rItemsScroll.rItemsScrollFullBH .rItems>.rItemsCont>.rItemsWrapper {
		max-width: 1080px;
	}
}
	
@media screen and (max-width: 1850px) {
	.rItemsScroll.rItemsScrollFullBH .rItems>.rItemsCont>.rItemsWrapper {
		max-width: 720px;
	}
}

@media screen and (max-width: 2000px) {
	.rGal .rCanceled {
        right: -19%;
    	top: 17%;
	}
}

@media screen and (max-width: 1800px) {
	#weatherTop .weatherTop1 {
		display: none;
	}
	
	#weatherTop {
		width: 93px;
	}
}

@media screen and (max-width: 1640px) {
	.eAll {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding: 0 20px 0 20px;
		box-sizing: border-box;
	}
	#header .rPad,
	.rError .rPad {
		margin-left: 20px;
		margin-right: 20px;
	}
	.rMain .rPad,
	.rNear .rPad,
	.rTabs .rPad {
		float: none;
		width: auto;
		margin: 20px 20px 0 20px;
	}
	.rGal.rGal0 .rGalItem:nth-child(1),
	.rGal.rGal1 .rGalItem:nth-child(1) {
		width: 100%;
	}
	.rRICont {
		margin-left: 0;
	}
	#formBook input[name="from"],
	#formBook input[name="to"],
	#formBook .chosen-container,
	#formBook select[name="type"] {
		float: left;
		width: 23% !important;
		margin-right: 2%;
	}
	#formBook .chosen-container {
		margin-top: 4px;
	}
	#formBook input[type="button"] {
		width: 25%;
		margin-top: -1px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.rHomeOver {
		width: 100%;
		position: static;
		float: left;
		margin-top: 10px;
		height: auto;
		margin-left: 0;
	}
	.rItems:not(.three) {
		margin: 0 20px 0 20px;
		width: calc( 100% - 40px);
	}
	.rItemsScroll .rItems {
		margin: 0;
		width: 100%;
	}
	.hText {
		margin: 40px 0 40px 0;
	}
	.homeCats .rItems .rItem.rItemTop {
		height: 100% !important;
	}
	.homeCats .rItems .rItem.rItemSub {
		width: calc( 33.33% - 10px);
		max-width: 33%;
		height: 100%;
	}
	.mtm100 {
		margin-top: 10px;
	}
	.eAll .eRight .rItems {
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
		width: 100%;
	}
	.homeCats .rItems .rItem {
		width: calc( 33.33% - 10px) !important;
		max-width: 33.33% !important;
	}
	.homeCats .rItems .rItem>.rItemc>.rImgCont>.rImg:after {
		padding-bottom: 80% !important;
	}
	#rHomeSlider .rItemH .rDesc {
		width: calc( 100% - 60px);
	}
	.eAll > .eRight > .rError {
	    margin: 0 20px 30px 20px !important;
	    width: calc( 100% - 40px );
	}
	.rMapBig.rMapPad {
		padding: 20px !important;
	    width: initial !important;
	}
}

@media screen and (max-width: 1600px) {
	.rItemsScroll.rItemsScrollFull.rItemsScrollFullB .rItems>.rItemsCont>.rItemsWrapper {
		margin-left: 0;
	}
	.rHomeOver {
		bottom: 0;
		height: unset;
	}
	.rHomeOver .rButtons {
		position: static;
		width: 100%;
	}
}

@media screen and (max-width: 1500px) {
	#topMenu,
	#webcamIco {
		display: none;
	}
	#navMenu {
		display: block;
	}
	#weatherTop .weatherTop1 {
		display: block;
	}
	#weatherTop {
		width: 210px;
	}
	body #header .rPad {
		margin-top: 0;
	}
	body #header {
		height: 50px;
	}
	#content {
		margin-top: 40px;
	}
	#searchMain,
	#qrMain {
		top: 60px;
	}
	#qrMain #qrCont {
	    height: calc( 100vh - 80px );
	}
	.eSelect.fixed.fixedActive {
	    top: 60px;
	}
}

@media screen and (max-width: 1340px) {
	#footer .fPad {
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media screen and (max-width: 1250px) {
	#rMapPois > div > p {
		display: none !important;
	}

	.rMapBig.rMapFullscreen #rMapPois > div {
		width: 63px;
		background-position: center center;
	}
	
	.rMapBig.rMapFullscreen #rMapPois > div > span {
	    margin-right: 0;
	}
	
	.rMapBig.rMapFullscreen #rMapPois {
    	max-width: calc(100% - 40px);
	}

	.rMain .rH .rR,
	.rMain .rH .rL {
		width: 100%;
	}
	
	.rH .rTitleDesc {
		width: 60%;
	}
	
	.rItemsScroll.rItemsScrollFull.rItemsScrollFullBH {
		width: 100vw;
	}
	
	.rItemsScroll.rItemsScrollFullBH .rItems>.rItemsCont>.rItemsWrapper {
		max-width: none;
		width: max-content;
	    margin: 0 auto 0 auto !important;
	}
	
	.rItemsScroll.rItemsScrollFullBH .rF,
	.rItemsScroll.rItemsScrollFullBH .rP {
		display: block;
	}
	.rMain .rH .rL .rPad {
    	max-width: 100%;
	}
}

@media screen and (max-width: 1200px) {
	.rItems .rItem {
    	margin-bottom: 15px;
	}
	.rRICont {
		width: 100%;
	}
	.rNear .rItem, #tab-pois .rItem {
	    margin-bottom: 15px;
	}
	.rItems .rItem {
		width: calc( 33.33% - 10px) !important;
		max-width: 33.33% !important;
	}
	.rItemsScroll.rItemsScrollFull .rItems .rItem>.rItemc>.rImgCont>.rImg:after,
	.rItems .rItem>.rItemc>.rImgCont>.rImg:after {
		padding-bottom: 80% !important;
	}
	.rItems.three .rItem,
	.rItems .rItem.twoOnly,
	.homeCats .rItems .rItem {
		width: calc( 50% - 10px) !important;
		max-width: 50% !important;
	}
	.rItems .rItem.oneOnly {
		width: 100% !important;
		max-width: 100% !important;
	}
	.rItems.three .rItem>.rItemc>.rImgCont>.rImg:after {
		padding-bottom: 70% !important;
	}
	.rItems .rItem.oneOnly>.rItemc>.rImgCont>.rImg:after {
		padding-bottom: 50% !important;
	}
	.rItems .rItem.twoOnly>.rItemc>.rImgCont>.rImg:after {
		padding-bottom: 50% !important;
	}
	#tab-pois .rItems .rItem>.rItemc>.rImgCont>.rImg:after,
	.rNear .rItems .rItem>.rItemc>.rImgCont>.rImg:after {
		padding-bottom: 60% !important;
	}
	.homeCats .rItems .rItem>.rItemc>.rImgCont>.rImg:after {
		padding-bottom: 80% !important;
	}
	.homeCats .rItems .rItem.rItemSub:nth-child( 4) {
		width: 100% !important;
		max-width: 100% !important;
	}
	.homeCats .rItems .rItem.rItemSub:nth-child( 4)>.rItemc>.rImgCont>.rImg:after {
		padding-bottom: 40% !important;
	}
	.rItems .rItem.oneOnly .rCanceled {
		right: -18%;
	    top: 10%;
	}
}

@media screen and (max-width: 1050px) {
	.rHomeC {
		display: none;
	}
	.rMain .rH {
		margin-top: 0;
	}
	.rMain:not( #rCheckout ) .rA {
		float: left;
        display: -webkit-box !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        flex-flow: wrap;
        justify-content: center !important;
        width: 100% !important;
	}
	.rMain:not( #rCheckout ) .rA .rL {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .rMain:not( #rCheckout ) .rA .rR {
        margin-top: 0;
        margin-bottom: 30px;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .rMain .rA .rR .rBg {
	    border: none;
	    margin-bottom: 0;
    }
    .rMain .rA .rR .rBg .rPad {
    	margin: 0 !important;
    }
    #rCheckout.rMain .rA .rR .rBg .rPad {
    	width: 100% !important;
    }
	.rMapBig.rMapFullscreen {
	    height: calc( 100vh - 328px);
	}
	.rItems .rItem:hover,
	.rItems.rItemsGood .rItem:hover {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	#rFootMenu {
		display: block;
	}
	.edA .edF .rTabs > .rPad,
	#goodDetailSimilarly > .rPad {
	    margin: 0;
	}
	.rItems.three .rItem.oneOnly {
		min-width: calc( 100vw - 60px ) !important;
	}
	.chpos1050 {
		display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -moz-box-orient: vertical;
	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    -webkit-box-align: start;
	    -moz-box-align: start;
	    -ms-flex-align: start;
	    -webkit-align-items: flex-start;
	    align-items: flex-start;
	}
	.chpos10501 {
		-webkit-box-ordinal-group: 3;
	    -moz-box-ordinal-group: 3;
	    -ms-flex-order: 3;
	    -webkit-order: 3;
	    order: 3;
        max-width: 100%;
        width: 100%;
	}
	.chpos10501 hr {
		display: none;
	}
	.chpos10502 {
		-webkit-box-ordinal-group: 2;
	    -moz-box-ordinal-group: 2;
	    -ms-flex-order: 2;
	    -webkit-order: 2;
	    order: 2;
        max-width: 100%;
        width: 100%;
    	margin-bottom: 40px;
        margin-top: 10px;
	}
	.chpos10503 {
		-webkit-box-ordinal-group: 1;
	    -moz-box-ordinal-group: 1;
	    -ms-flex-order: 1;
	    -webkit-order: 1;
	    order: 1;
        max-width: 100%;
        width: 100%;
	}
	.chpos10503 hr {
		display: none;
	}
	.rMain .rL,
	.rMain .rL.rLBig,
	.rMain .rR,
	.rMain .rR.rLSmall {
		float: left;
		width: 100%;
	}
	.rMain .rR {
		margin-top: 30px;
	}
	.rMain:not( .rMainBig) .rLL {
		margin-bottom: 20px;
	}
	.rMain .rL,
	.rMain .rLL {
		width: 100%;
	}
	.floatH1 .stars {
		width: 100%;
		margin-top: 0;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.rMissionDetail,
	.rMissionDetail:nth-child( odd) {
		width: calc( 100% - 40px);
		margin-left: 20px;
		margin-right: 20px;
	}
	.rMissionDetail .rImgCont .rImg {
		width: 100px;
		height: 100px;
	}
	.rMissionDetail .rImgCont {
		margin-right: 20px;
	}
}

@media screen and (max-width: 1000px) {
	.rAct {
		display: block;
	    margin: 0;
    	width: 100%;
	}
	.actOpen, .actSnow {
		float: none;
	    margin: 0 auto 30px auto;
	    min-width: fit-content;
	}
	.actOpen > .rPad, .actSnow > .rPad {
    	margin: 20px 30px 20px 30px !important;
	}
	#breadcrumb {
		width: 100%;
	}
	.ui-autocomplete {
		padding: 0 30px 0 30px;
		box-sizing: border-box;
	}
	.ui-autocomplete li {
		padding: 0 !important;
	}
	.ui-autocomplete li .desc,
	.ui-autocomplete li .desc h3 {
		float: left;
		width: 100%;
	}
	.ui-autocomplete li a {
		float: left;
		width: 100%;
		padding: 5px 0 5px 0 !important;
	}
	.ui-autocomplete li .rImgCont,
	.ui-autocomplete li .desc div {
		display: none;
	}
	section>#content>.rMain:nth-child(1) {
		margin-top: 0;
	}
	.rShowAll {
		display: none !important;
	}
	
	.rItems .rItem>.rItemc>.rImgCont>.rImg:not( .blank),
	.rMissionDetail>.rItemc>.rImgCont>.rImg:not( .blank),
	.ui-autocomplete li>.rItemc>.rImgCont>.rImg:not( .blank) {
		filter: saturate(1);
	}
}

@media screen and (max-width: 900px) {
	.rItemsScroll.rItemsScrollFull {
		margin-bottom: 20px;
	}
	.rItemsScroll.rItemsScrollFull .rItems>.rItemsCont {
		overflow-x: auto;
	}
	.rItemsScroll.rItemsScrollFull .rF,
	.rItemsScroll.rItemsScrollFull .rP {
		display: none !important;
	}
	#rCard {
		display: none;
	}
	#rCardResp {
		display: block
	}
	.rTitleDesc {
		width: 90% !important;
	    margin: 30px auto 30px auto;
	    float: none;
	    clear: both;
	    font-size: 16px;
	    line-height: 26px;
	}
	.rItems .rItem {
	    margin-bottom: 20px;
	}
	.pinterestButton {
	    bottom: auto;
	    top: 80px;
    	right: 15px;
    	left: auto;
	}
	#addResortCard,
	#addDeliveryAddress,
	#addResortCardButton,
	#addDeliveryAddressButton,
	#changeUserButton,
	#changePasswordButton,
	#addRewardButton,
	#checkInButton,
	#checkOutButton,
	#voucherAuthorizeButton {
		float: left;
		width: 100%;
	    margin: 30px auto 0 auto;
	}
	.homeCats {
		margin-top: 0;
	}
	#footer .fPad .fQuad .socials {
		display: table;
		float: none;
		width: auto;
		margin: 0 auto 0 auto;
	}
	#footer .socials .social:last-child {
		margin-left: 0;
	}
	#footer .fPad .fAll {
	    display: flex;
    	flex-wrap: wrap;
    	margin-top: 30px;
    }
    #footer .fPad .fAll > div:nth-child( 1 ) {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        margin-top: 30px;
    }
    #footer .fPad .fAll > div:nth-child( 2 ) {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        margin-top: 0;
    }
	#footer .fPad .fAll div,
	#footer .fPad .fAll div:nth-child( 2) {
		width: 100%;
		text-align: center;
	}
	#footer .fPad .fAll div:nth-child( 2) a {
		display: block;
		width: 100%;
		float: none;
		margin: 5px 0 5px 0;
		text-align: center;
	}
	#footer .fPad .fAll ul, #footer .fPad .fAll ul li {
		width: 100%;
		margin: 0;
	}
	#tab-pois h2 {
		text-align: center;
	}
	.eAll {
		float: left;
		width: 100%;
		padding: 0;
	}
	.eAll .eLeft,
	.eAll .eRight {
		width: 100%;
	}
	.eAll .eLeft {
		margin-bottom: 20px;
		padding: 0 20px 20px 20px;
		box-sizing: border-box;
	}
	.eAll .eLeft .eCont {
		display: none;
		position: absolute;
		width: calc( 100% - 40px);
		box-sizing: border-box;
		padding: 20px;
	}
	.eAll .eLeft .eCont ul {
		margin: 0;
		padding: 0;
	}
	.eAll .eLeft .eNavi {
		display: block;
	}
	.eAll .ePad {
		padding: 0;
	}
	#formBook input[name="from"],
	#formBook input[name="to"],
	#formBook .chosen-container,
	#formBook select[name="type"] {
		width: 100% !important;
		margin-right: 0%;
	}
	#formBook {
		margin-top: 10px;
	}
	#formBook input[name="to"] {
		border: 0;
	}
	#formBook .chosen-container-single .chosen-single {
		margin-bottom: 0;
	}
	#formBook input[type="button"] {
		width: 100%;
		margin-top: 10px;
	}
	.rGalWrapper {
		display: inline-box;
		display: -webkit-inline-box;
		overflow: hidden;
		position: relative;
	}
	.rGal .rPad {
		margin: 0;
	}
	.rGal .rGalItem {
		display: block !important;
		width: auto !important;
		height: 100% !important;
		margin: 0 !important;
		border-radius: 0;
		width: 100vw !important;
	}
	.rGal .rGalOver {
		display: none;
	}
	.rGal .sliderCnt {
		display: block;
	}
	.rGal .rGalItemBlank {
		display: none;
	}
	#content {
		margin-top: 60px;
	}
	#content>.rMain>.rPad>h1 {
		margin: 10px 0 30px 0;
	}
	.rGal {
		/* margin-bottom: 20px; */
	}
	.rGal .rStatus {
		right: 0;
		margin: 0;
	}
	.rGal .rGalItem:hover img {
		transform: none !important;
	}
	.rItems .rItem,
	.homeCats .rItems .rItem.twoOnly {
		width: calc( 50% - 10px) !important;
		max-width: 50% !important;
	}
	.rItems .rItem>.rItemc>.rImgCont>.rImg:after,
	.rItems .rItem.twoOnly>.rItemc>.rImgCont>.rImg:after {
		padding-bottom: 80% !important;
	}
	.rItems.three .rItem {
		width: 100% !important;
		max-width: 100% !important;
	}
	.rItems.three .rItem>.rItemc>.rImgCont>.rImg:after {
		padding-bottom: 60% !important;
	}
	.rItemsScroll {
		max-width: 100vw;
	}
	.rItemsScroll .rMore {
		display: none;
	}
	.rItemsScroll .rItems,
	#tab-pois .rItems {
		position: relative;
	}
	.rItemsScroll .rItems>.rItemsCont,
	#tab-pois .rItems>.rItemsCont {
		position: relative;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		max-width: 100% !important;
	}
	.rItemsScroll .rItems>.rItemsCont>.rItemsWrapper,
	#tab-pois .rItems>.rItemsCont>.rItemsWrapper {
		display: block;
		width: max-content;
	}
	.rItemsScroll .rItems>.rItemsCont>.rItemsWrapper .rItem:not( .oneOnly),
	#tab-pois .rItems>.rItemsCont>.rItemsWrapper .rItem:not( .oneOnly) {
		float: left;
		width: 340px !important;
		margin-right: 20px !important;
		margin-bottom: 10px !important;
	}
	.rItemsScroll .rItems>.rItemsCont>.rItemsWrapper .rItem:last-child,
	#tab-pois .rItems>.rItemsCont>.rItemsWrapper .rItem:last-child {
		margin-right: 0 !important;
	}
	.rItemsScroll:not( .rItemsScrollFull ) .rItems>.rItemsCont>.rItemsWrapper .rItem.oneOnly,
	.rItemsScroll:not( .rItemsScrollFull ) .rItems>.rItemsCont>.rItemsWrapper .rItem.oneOnly {
		width: 100vw !important;
		max-width: 100% !important;
		width: calc( 100vw - 60px ) !important;
		max-width: calc( 100vw - 60px ) !important;
	}
	#services rItemsScroll .rItems>.rItemsCont>.rItemsWrapper .rItem.oneOnly,
	#services.rItemsScroll .rItems>.rItemsCont>.rItemsWrapper .rItem.oneOnly {
		width: calc( 100vw - 50px ) !important;
		max-width: calc( 100vw - 50px ) !important;
	}
	.equipment {
		width: 48%;
		margin-right: 2%;
	}
	#footer .fPad .fQuad {
		width: 31%;
	}
	#footer .fPad .fQuad:nth-child( 4 ) {
		width: 100%;
		margin-top: 50px;
	}
	.homeCats {
		margin-top: 0;
	}
	#rHomeSlider {
		height: 400px !important;
		display: inline-box;
		display: -webkit-inline-box;
	}
	#rHomeSlider .rImg {
		height: 388px;
	}
	.rAccountL {
		width: 40% !important;
	}
	.rAccountR {
		width: 60% !important;
	}
	.rTabs.rTabsn:not( .rTabsl ) #rTabsUlCont {
		margin-left: 20px !important;
		margin-right: 20px !important;
		width: auto;
	}
	#resortCardDialog input[name="wtp"] {
		max-width: none !important;
		width: calc( 100% - 40px ) !important;
	}
	#resortCardScan {
		float: right;
	    margin: 0;
    	padding: 0;
	    width: 30px;
	    height: 33px;
	    margin-top: 5px;
    	background-image: url('/images/main/nfc_white.svg');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 15px;
	}
	#resortCardScan > div {
		display: none;
    }
}

@media screen and (max-width: 820px) {
	.rMapBig.rMapFullscreen #rMapPois {
    	max-width: 100%;
	}
	
	#rFootMenu a.eshop {
		display: none;
	}
	
	#skibus {
	    display: block;
	    margin: 20px 0 20px 0;
	    box-sizing: border-box;
	    padding: 0 20px 0 20px;
	}
	
	#skibus .skibusl, #skibus .skibusr, #skibus .skibusl h3 {
		width: 100%;
		text-align: center
	}
	
	#skibus .skibusl .rMore {
		text-align: center;
	}
}

@media screen and (max-width: 750px) {
	#rFootMenu a.attraction.winter {
		display: none;
	}
}

@media screen and (max-width: 700px) {
	.homeCats .bx-wrapper .bx-pager {
	    bottom: -30px;
	}
	#eSelectVersion {
		text-align: center;
	}
	#eSelectVersion select {
		width: 100%;
		margin-top: 20px;
	}
	.eSelect .eCont ul {
		width: auto;
	}
	.eSelect.noBig {
		display: block;
	}
	#weatherTop .weatherTop1 {
		display: none;
	}
	#weatherTop {
		width: 93px;
	}
	#footerr,
	#footerl {
		width: 100%;
		text-align: center;
	}
	.rTabs.big .ui-tabs-nav li.ui-state-default .ui-tabs-anchor,
	.rTabs.big .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
	.rTabs.big .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
		padding: 16px 10px 14px 10px !important;
	}
	.rTabs.big .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
		padding: 14px 10px 14px 10px !important;
	}
	
	.eSelect {
    	overflow: unset;
    }
	
	.eSelect .eNavi {
		display: block;
	}
	
	.eSelect .eSelectScroll {
		position: static;
		/* height: 100vh; */
	}
	
	.eSelect.fixed .eSelectEnd {
		display: none;
	}
	
	.eSelect .eCont {
		display: none;
		position: relative;
		width: 100%;
		list-style: none;
		float: left;
		border: 1px solid #ececec;
		z-index: 4;
		padding: 20px;
		box-sizing: border-box;
		background-color: #FFFFFF;
	}
	
	.eSelect ul li {
		width: 100%;
		margin-right: 0;
		padding: 0;
		border: none !important;
	}
	
	.eSelect ul li a {
		padding: 0 ;
		text-transform: none;
		font-size: 16px;
		margin: 0;
	}
	
	.eSelect ul li.active a, .eSelect ul li:hover a {
		border-bottom: none !important;
	}
	
	.eSelect ul li:hover a {
		text-decoration: underline !important;
	}
	
	.fail .fail-head1 {
        font-size: 192px;
    	line-height: 222px;
	}
	
	.fail .fail-head2 {
	    top: 95px;
	    font-size: 61px;
	    line-height: 61px;
	}
	
	#registrationForm {
		width: 380px;
	}
	
	#registrationForm .lF {
	    width: 100%;
	}
	
	#registrationForm .lF:nth-child( even ):not( .lFf ) .lFL, #registrationForm .lF:nth-child( even ):not( .lFf ) .lFR,
	#registrationForm .lF:nth-child( odd ):not( .lFf ) .lFL, #registrationForm .lF:nth-child( odd ):not( .lFf ) .lFR {
	    width: 100%;
	    margin-left: 0;
	    margin-right: 0;
	}
	
	.rGal .rCanceled {
	    top: 25%;
	    right: -40%;
	    width: 100%;
	}
}

@media screen and (max-width: 650px) {
	#rFootMenu a.restaurant.winter {
		display: none;
	}
	#eAReservation > div > div {
		width: 50%;
    	width: calc( 50% - 30px );
	}
	#eAReservation > div > a {
		width: 100%;
		text-align: center;
	    padding-left: 20px !important;
    	padding-right: 20px !important;
	}
	#eAReservation > div > div > input[type="text"] {
		margin-bottom: 20px;
	}
	#eAReservation > div > div:nth-child( 4 ) {
		width: 100%;
	    margin-bottom: 0;
	}
	.rItems.three .rItem.oneOnly {
		min-width: 100vw !important;
	}
	.rMain .rPad .rItems.three .rItem.oneOnly {
		min-width: calc( 100vw - 60px ) !important;
	}
	.ui-autocomplete {
		flex-wrap: wrap;
		margin-top: 70px;
	}
	.ui-autocomplete-category {
		width: 50%;
		margin: 0;
		flex-basis: auto;
		margin-bottom: 30px;
	}
	#searchMain form {
		margin: 0 !important;
	}
	.eAll .eRight .rItems {
		padding-left: 0;
		padding-right: 0;
	}
	#searchMain form input[name="searchClose"] {
		right: 28px;
		top: 2px;
	}
	#searchMain form input[name="searchString"] {
		border-radius: 0 !important;
		padding-left: 60px;
		outline: 0;
		box-shadow: none !important;
	}
	#searchMain form input[name="searchSubmit"] {
		left: 19px;
	}
	.rTabs.big .ui-tabs-nav {
		font-size: 16px;
	}
	#rSearchR.mar {
		margin-bottom: 0;
	}
	.rHomeOver {
		margin-top: 0;
		margin-bottom: 10px;
	}
	.rItems:not(.three) {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.rItems .rItem,
	.rItems .rItem.twoOnly,
	.homeCats .rItems .rItem,
	.homeCats .rItems .rItem.twoOnly {
		width: 100% !important;
		max-width: 100% !important;
	}
	.rItems .rItem>.rItemc>.rImgCont>.rImg:after,
	.homeCats .rItems .rItem.twoOnly .rImg:after,
	.rItems .rItem.twoOnly>.rItemc>.rImgCont>.rImg:after,
	.homeCats .rItems .rItem>.rItemc>.rImgCont>.rImg:after,
	.homeCats .rItems .rItem.twoOnly>.rItemc>.rImgCont>.rImg:after {
		padding-bottom: 50% !important;
	}
	.rHomeOver {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}
	.rItemBlank:after {
		content: "";
		display: block;
		padding-bottom: 80%;
	}
	.rItem:hover>.rItemc>.rImgCont>.rImg,
	.ui-autocomplete li:hover>.rItemc>.rImgCont>.rImg {
		filter: none;
	}
	.homeCats .rItems .rItem.rItemSub:nth-child( 4)>.rItemc>.rImgCont>.rImg:after {
		padding-bottom: 50% !important;
	}
	.rItems {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	.rMapBig.mar40 {
		margin-top: 20px;
	}
	.rMainBig .rPad {
		width: 100%;
		margin: 0;
	}
	.rMainBig .rPad .rLL,
	.rMainBig .rRICont,
	.rMainBig .rL {
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}
	.rA .rLL {
		margin-bottom: 0;
	}
	.rNear .rPad {
		margin-left: 0;
		margin-right: 0;
	}
	.rMainBig .rL {
		padding-left: 0;
		padding-right: 0;
	}
	.rMainBig .rL #rTabsUlCont {
		margin-left: 20px;
		margin-right: 20px;
		width: calc( 100% - 40px);
		width: -webkit-fill-available;
	}
	.rMainBig .ui-tabs #tab-tour,
	.rMainBig .ui-tabs #tab-detail,
	.rMainBig .ui-tabs #tab-instruction,
	.rMainBig .ui-tabs #tab-arrival {
		margin: 0 20px 0 20px;
	}
	.rMainBig .ui-tabs #tab-pois {
		margin: 0;
	}
	.rMain .rRI .rRHPU,
	.rMain .rRI .rRHPD,
	.rMain .rRI .rRHPO {
		font-size: 14px;
	}
	.rMain .rRI {
		width: 100%;
	}
	.rMain .rRI .rRH {
		width: 30%;
	}
	.rMain .rRI .rRH:first-child {
		width: 40%;
	}
	.hText {
		margin: 30px 0 30px 0;
		padding: 0 20px 0 20px;
		box-sizing: border-box;
	}
	#rHomeSlider {
		height: 300px !important;
	}
	#rHomeSlider .rImg {
		height: 288px;
	}
	.homeCats .bx-wrapper .rItemH .rDesc {
		bottom: 100px !important;
	}
	#anchorMenu .right div {
		font-size: 0;
		width: 38px;
		padding-left: 0;
		padding-right: 0;
		background-position: center 4px;
	}
	#anchorMenu .right {
		margin-right: 10px;
	}
	#rShareCont {
    	right: 0;
	}
	#rShareCont:before, #rShareCont:after {
	    left: auto;
	    right: 8px;
	}
	.rItems>.rItemsCont>.rItemsWrapper>.rItem>.rDescGood {
	    padding: 0 20px 0 20px;
	    width: calc( 100% - 40px );
	}
	.rItemsScroll:not( .rItemsScrollFull )  .rItems>.rItemsCont>.rItemsWrapper .rItem.oneOnly,
	.rItemsScroll:not( .rItemsScrollFull )  .rItems>.rItemsCont>.rItemsWrapper .rItem.oneOnly {
		width: 100vw !important;
		max-width: 100% !important;
	}
	
	.rMapBig.rMapPad {
		padding: 20px 0 0 0 !important;
	    width: 100% !important;
	}
	
	.rMain.rMainBig .rR.rRSm .rBg,
	.rMain.rMainBig .rL.rLSm {
	    margin-left: 20px;
	    margin-right: 20px;
	    display: inline-block;
	    width: 100%;
	    width: calc( 100% - 40px );
	    width: -webkit-fill-available;
	}
}

@media screen and (max-width: 600px) {
    #userAccordion .ui-icon {
        display: none !important;
    }
	.rItems.rItemsGood .rShow div, .visitActive .rShow div {
	    top: calc( 35% - 40px);
	}
	#translate {
		display: none;
	}
	#translate-resp {
		display: block;
	    margin: 30px 30px 0 30px;
	}
	#translate-resp > div {
		float: left;
		margin: 0 10px 10px 0;
	    border: 1px solid #888888;
	    width: 20px;
	    height: 15px;
	    cursor: pointer;
	}
	#translate-resp > div.active {
		display: none;
	}
	#weatherTop {
		width: 93px;
	}
	#weatherTop .weatherTop1 {
		display: none;
	}
	.loginForm {
		margin-bottom: 20px;
	}
	.rButton {
		margin-top: 0;
	}
	#rPoiGroup {
		margin-left: 0px;
	}
	.rAccountL {
		font-family: 'galano-medium', sans-serif !important;
		font-weight: 500;
	}
	.rAccountL,
	.rAccountR {
		width: 100% !important;
		adding-top: 0;
	}
	.rAccountR input:not( .date ), .rAccountR select, .rAccountR textarea {
		margin-top: 5px;
		width: 100% !important;
	}
	.passwordCont {
	    width: 100%;
	}
	.passwordEye {
    	margin-top: 1px;
	}
	#anchorMenu .rPad a:not( .noborder ) {
    	padding: 0 10px 16px 10px;
	}
	#anchorMenu .rPad a:not( .noborder ):first-child {
    	margin-left: 10px;
	}
	.userNavi {
	    grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 530px) {
	#rHomeSliderN h1, #rHomeSliderN .rDesc .rDescription2 {
		text-align: center !important;
	}
	.rSelectRoute.noHistory .eLine {
	    width: 100% !important;
	    text-align: center;
	    margin-bottom: 10px !important;
	}
	.rMain .rH .rR {
		margin: 0 !important;
	}
	.rSelectRoute.noHistory .eLine .eLineTitle {
       	display: none;
	}
	#rFootMenu a.live {
		display: none;
	}
	.h1route .skidiff {
	    margin-top: 5px;
	}
	#content h1,
	#content h2 {
		font-size: 26px;
		line-height: 31px;
	}
	#content h3 {
		font-size: 23px;
		line-height: 28px;
	}
	.rMissionDetail,
	.rMissionDetail:nth-child( odd) {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.rMissionDetail .rDesc {
		float: left;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}
	.rMissionDetail .rImgCont {
		margin-right: 0;
		width: 100%;
	}
	.rMissionDetail h3 {
		margin-top: 10px !important;
	}
	.rMissionDetail .rImgCont .rImg {
		width: 100%;
		height: 150px;
		background-size: contain;
	}
	.rMissionDetail .rDescTop * {
		text-align: center !important;
	}
	.equipment {
		float: left;
		width: 100%;
		margin-right: 0;
	}
	#footer .fPad {
		margin: 0;
		padding: 0 20px 0 20px;
		box-sizing: border-box;
	}
	#footer .fPad .fQuad {
		width: 100%;
		margin: 20px 0 0 0;
	}
	#footer .fPad .fQuad:nth-child( 2 ),
	#footer .fPad .fQuad:nth-child( 3 ) {
		width: 50%;
	}
	#footer .fPad .fQuad .cuDesc,
	#footer .fPad .fQuad .cuA {
		float: left;
		width: 100%;
		text-align: center;
	}
	#footer .fPad .fQuad .logo {
		float: none;
		margin: 0 auto 0 auto;
	}
	#footer .fPad {
		margin-top: 0;
	}
	#weatherTop {
		display: none;
	}
}

@media screen and (max-width: 498px) {
	#rFootMenu a.attraction.summer {
		display: none;
	}
	#reservationTime > #reservationTimeCont {
    	grid-template-columns: repeat(4, 1fr);
	}
	.rSearchPad span {
		display: block;
	}
	.rSearchPad {
		text-align: center;
	}
	.rSearchPad .rSearch #rSearchSubmit {
		margin-top: 20px;
	}
	.ui-autocomplete-category {
		width: 100%;
	}
	.rTabs.big .ui-tabs-nav li.ui-state-default .ui-tabs-anchor,
	.rTabs.big .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
	.rTabs.big .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
		padding: 16px 5px 14px 5px !important;
	}
	.rTabs.big .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
		padding: 14px 5px 14px 5px !important;
	}
	.rTabs.big .ui-tabs-nav {
		font-size: 15px;
	}
	.rTabs.big .ui-tabs-nav {
		font-size: 14px;
	}
	
	#infoMessage, #warningMessage {
	    padding: 20px 20px 20px 45px;
	    background-position: left+20px center;
	    background-size: 15px;
	}
}

@media screen and (max-width: 450px) {
	#rFootMenu a.snow {
		display: none;
	}
	.loginForm {
		width: 100%;
	}
	#eAReservation > div > div {
		width: 100%;
	    margin-left: 0 !important;
	    margin-right: 0 !important;
	}
	#userIco span {
		display: none;
	}
	#anchorMenu .rPad a:not( .noborder )  {
		padding-left: 5px;
		padding-right: 5px;
	}
	#anchorMenu .rPad a:not( .noborder ):first-child {
	    margin-left: 15px;
	}
	#reservationTime > #reservationTimeCont {
    	grid-template-columns: repeat(3, 1fr);
	}
	.fail {
       	margin: 0 auto 0 auto;
   	}
	.fail .fail-head1 {
        font-size: 132px;
    	line-height: 152px;
	}
	.fail .fail-head2 {
        top: 65px;
	    font-size: 41px;
	    line-height: 41px;
	}
}

@media screen and (max-width: 400px) {
	#rHomeSlider .rDesc .rDescription2, #rHomeSliderN .rDesc .rDescription2 {
		display: none;
	}
	.rItemsScroll.rItemsScrollFull .rItems>.rItemsCont>.rItemsWrapper .rItem.oneOnly,
	.rItemsScroll.rItemsScrollFull .rItems>.rItemsCont>.rItemsWrapper .rItem.oneOnly {
		width: 100vw !important;
		max-width: 100% !important;
	}
	.rItemsScroll.rItemsScrollFull .rItems>.rItemsCont>.rItemsWrapper .rItem:not( .oneOnly) {
	    width: 85vw !important;
	}
	.rItems.rItemsGood .rShow div, .visitActive .rShow div {
	    top: calc( 30% - 40px);
	}
	.edA .rBuy.rBuyDetail .rBuyCont {
		width: 100% !important;
		align-items: center;
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	}
	.edA .rBuy.rBuyDetail .rBuyCont .add {
		margin: 20px 0 0 0;
	    padding-left: 0;
	    padding-right: 0;
	    width: 100%;
	    text-align: center;
	}
	#searchIco {
		display: none;
	}
	.rForm #rSearch {
		width: 90%;
		margin-right: 10px;
	}
	.loginForm .lFa a {
		float: left;
		width: 100%;
		margin: 10px 0 10px 0;
	}
	#anchorMenu.anchorMenuNotExt {
		display: none;
	}
	.userNavi {
	    grid-template-columns: repeat(1, 1fr);
	}
}
@media screen and (max-width: 370px) {
	.rSelectRoute.noHistory .eLine.sport {
		display: block;
	}
	#eLineSport {
		display: none
	}
	#footer .fPad .fQuad:nth-child( 2 ),
	#footer .fPad .fQuad:nth-child( 3 ) {
		width: 100%;
	}
	#footer .fPad .fQuad:nth-child( 2 ) li,
	#footer .fPad .fQuad:nth-child( 3 ) li {
		text-align: center;
	}
}

@media screen and (max-width: 350px) {
	#rFootMenu a.weather {
		display: none;
	}
	#qrIco {
		display: none;
	}
	#reservationTime > #reservationTimeCont {
    	grid-template-columns: repeat(2, 1fr);
	}
	
	#loginFacebookButton, #loginGoogleButton, #loginAppleButton {
		background-image: none;
	    white-space: pre-wrap;
	}
}

@media screen and (max-width: 320px) {
	#anchorMenu.anchorMenuExt {
		display: none;
	}
	.rItems.rItemsGood .rShow div, .visitActive .rShow div {
	    top: 20%;
	}
}

@media print {
	h2.rTitle {
		font-size: 30px;
	}
}

@keyframes heartbeat {
	20% {
		background-size: 17px;
	}
	40% {
		background-size: 18px;
	}
	60% {
		background-size: 17px;
	}
	80% {
		background-size: 18px;
	}
	100% {
		background-size: 17px;
	}
}

@keyframes placeHolderShimmer {
	0% {
		background-position: -468px 0
	}
	100% {
		background-position: 468px 0
	}
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #8aa30f;
    }
}