html,
body {
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	-o-user-select: none !important;
	-webkit-user-select: none !important;
	background: #FFF !important;
	font-family: "RubikLight" !important;
	height: 100% !important;
	margin: 0px !important;
	overflow-x: hidden !important;
	overflow-y: hidden !important;
	overscroll-behavior: contain !important;
	padding: 0px !important;
	user-select: none !important;
}

div {
	color: #000 !important;
	text-shadow: none !important;
}

i {
	text-shadow: none !important;
}

input,
textarea,
select {
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent !important;
	border-radius: 0;
	font-family: "RubikLight";
	text-shadow: none !important;
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
}

.ui-loader {
	display: none !important;
}

.ui-icon-loading {
	background: none !important;
}

.ui-page-theme-a a,
html .ui-bar-a a,
html .ui-body-a a,
html body .ui-group-theme-a a {
	font-weight: unset;
}

.ui-content {
	height: 100%;
	padding: 0;
	position: relative;
	width: 100vw;
}

.ui-focus,
.ui-btn:focus {
	box-shadow: none !important;
}

.menu-button {
	color: #FFF;
	font-size: 30px;
	pointer-events: all;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 2;
}

.user-button {
	color: #FFF;
	font-size: 30px;
	pointer-events: all;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 2;
}

.user-button.selected {
	color: #FFE800;
}

.close-button {
	color: #FFF;
	font-size: 30px;
	pointer-events: all;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 2;
}

.back-button {
	color: #FFF;
	font-size: 30px;
	left: 20px;
	pointer-events: all;
	position: absolute;
	top: 20px;
	transition: color 300ms ease-in-out, text-shadow 300ms ease-in-out;
	z-index: 2;
}

.home-button {
	color: #FFF;
	font-size: 30px;
	pointer-events: all;
	position: absolute;
	right: 20px;
	top: 20px;
	transition: color 300ms ease-in-out, text-shadow 300ms ease-in-out;
	z-index: 2;
}

.install-city-button {
	color: #FFF;
	font-size: 30px;
	pointer-events: all;
	position: absolute;
	right: 20px;
	top: 20px;
	transition: color 300ms ease-in-out, text-shadow 300ms ease-in-out;
	z-index: 2;
}

.refresh-button {
	color: #FFF;
	font-size: 30px;
	pointer-events: all;
	position: absolute;
	right: 20px;
	top: 20px;
	transition: color 300ms ease-in-out, text-shadow 300ms ease-in-out;
	z-index: 2;
}

#header {
	height: 70px;
	left: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	transition: background-color 300ms ease-in-out;
	width: 100vw;
	z-index: 2;
}

#header.selected {
	background-color: #FFF;
}

#header.selected .back-button,
#header.selected .home-button,
#header.selected .install-city-button,
#header.selected .refresh-button {
	color: #000;
	text-shadow: unset !important;
}

.swiper-image {
	width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	padding: 5px 0 5px 0 !important;
}

.swiper-pagination-bullet {
	background: #FFF;
	box-shadow: 0 0 5px #4C4C4C;
	height: 15px;
	opacity: 1;
	width: 15px;
}

.swiper-pagination-bullet-active {
	background: #FFE800;
}

/* User Side Panel */

#user-side-panel,
#pin-side-panel {
	background: #4C4C4C;
	box-shadow: 20px 0px 40px 45px rgba(0, 0, 0, 0.5);
	height: 100%;
	position: fixed;
	right: -110vw;
	width: 100vw;
	z-index: 2;
}

#user-side-panel #main,
#pin-side-panel #main {
	height: calc(100% - 70px);
	padding: 0 20px 0 20px;
	position: absolute;
	top: 70px;
	width: 100%;
}

#user-side-panel #login-container,
#pin-side-panel #pin-container {
	position: absolute;
	text-align: center;
	top: calc(50% - 35px);
	transform: translateY(-50%);
	width: calc(100vw - 40px);
}

#user-side-panel #login-stay-connected {
	color: #FFF !important;
	font-family: "RubikMedium";
	font-size: 25px;
}

#user-side-panel #login-use-for-free {
	color: #FFF !important;
}

#user-side-panel #login-image {
	background: #FFF;
	border-radius: 100%;
	margin: 25px;
	width: 100px;
}

#user-side-panel #login-name {
	color: #FFF !important;
	font-family: "RubikMedium";
	font-size: 20px;
}

#user-side-panel #login-message {
	color: #FFF !important;
	font-size: 13px;
}

/* User Side Panel Privacy Policy */

#user-side-panel #login-disclaimer {
	margin-left: 50%;
	margin-top: 25px;
	text-align: left;
	transform: translateX(-50%);
	width: 80%;
}

#user-side-panel #login-checkbox {
	color: #FFF !important;
	float: left;
	height: 70px;
	width: 30px;
}

#user-side-panel #login-text {
	color: #FFF !important;
	font-size: 10px;
}

#user-side-panel a.link,
#user-side-panel a.link:active,
#user-side-panel a.link:hover,
#user-side-panel a.link:link,
#user-side-panel a.link:visited {
	color: #FFF !important;
	font-weight: bolder !important;
	text-decoration: none !important;
}

#user-side-panel #login-blank {
	clear: both;
}

/**/

#user-side-panel #login-google-log-in-button {
	background: grey;
	border-radius: 5px;
	color: white !important;
	display: block;
	font-family: "RubikMedium";
	margin-top: 25px;
	padding: 10px;
}

#user-side-panel #login-google-log-in-button.selected {
	background: #0F9D58;
}

#user-side-panel #login-google-log-out-button {
	background: #DB4437;
	border-radius: 5px;
	color: #FFF !important;
	display: block;
	font-family: "RubikMedium";
	margin-top: 25px;
	padding: 10px;
}

/* Pin Side Panel */

#pin-side-panel #pin-text {
	color: #FFF !important;
	font-size: 12px;
	margin-bottom: 20px;
}

#pin-side-panel #search-container {
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	width: 6em;
}

#pin-side-panel #search-clear {
	color: #FFF;
	display: none;
	font-size: 20px;
	position: absolute;
	right: 2px;
	top: 13px;
}

#pin-side-panel #search-input {
	background: transparent;
	border: none;
	border-bottom: 1px solid #FFE800;
	border-radius: 0;
	color: #FFF;
	font-size: 20px;
	margin-bottom: 20px;
	padding: 10px 0 10px 0;
	text-align: center;
	width: 100%;
}

#pin-side-panel #pin-message {
	color: whitesmoke !important;
	display: none;
}

#pin-side-panel #validate-button {
	background: grey;
	border-radius: 5px;
	color: white !important;
	display: block;
	font-family: "RubikMedium";
	margin: 20px 0 0 25%;
	padding: 10px;
	width: 50%;
}

#pin-side-panel #validate-button.selected {
	background: #0F9D58;
}

/* Instalation Banner */

#instalation-banner {
	background: #3C3C3C;
	bottom: -100px;
	box-shadow: 0px 30px 88px 20px rgba(0, 0, 0, 0.75);
	position: fixed;
	width: 100%;
}

#instalation-banner #text {
	color: #FFF !important;
	font-size: 14px;
	padding: 5px 20px;
	text-align: center;
}

#instalation-banner #yes {
	color: #FFE800 !important;
	float: left;
	font-size: 14px;
	padding: 0 20px 0 0;
	text-align: right;
	width: 50%;
}

#instalation-banner #yes a,
#instalation-banner #yes a:active,
#instalation-banner #yes a:hover,
#instalation-banner #yes a:link,
#instalation-banner #yes a:visited {
	color: #FFE800 !important;
	text-decoration: none;
}

#instalation-banner #no {
	color: #818181 !important;
	float: left;
	font-size: 14px;
	padding: 0 0 0 20px;
	text-align: left;
	width: 50%;
}

#instalation-banner #blank {
	clear: both;
	padding: 0 0 25px 0;
}

/* Simple */

#simple-popup-background {
	background: #000;
	display: none;
	height: 100%;
	opacity: 0.5;
	position: absolute;
	width: 100vw;
}

#simple-popup {
	background: #4C4C4C;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 0 100px #000;
	display: none;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80vw;
}

#simple-popup .close-button {
	color: grey;
	font-size: 15px;
	position: absolute;
	right: 10px;
	top: 7px;
}

#simple-popup #title {
	color: #FFF !important;
	font-family: "RubikMedium";
	font-size: 20px;
	padding: 20px 10px 0 10px;
	text-align: center;
}

#simple-popup #text {
	color: #FFF !important;
	font-size: 20px;
	padding: 20px 10px 20px 10px;
	text-align: center;
}

#simple-popup #ios-install-image {
	width: 50px;
}

/* Others */

#alert-popup-background,
#confirm-popup-background,
#language-popup-background,
#book-now-popup-background,
#google-maps-popup-background,
#cities-popup-background,
#review-popup-background {
	background: #000;
	display: none;
	height: 100vh;
	opacity: 0.5;
	position: absolute;
	width: 100vw;
}

#alert-popup,
#confirm-popup,
#language-popup,
#book-now-popup,
#google-maps-popup,
#cities-popup,
#review-popup {
	background: #4C4C4C;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 0 100px #000;
	display: none;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80vw;
}

#alert-popup #title,
#confirm-popup #title {
	color: #FFF !important;
	font-size: 20px;
	padding: 20px 10px 0 10px;
	text-align: center;
}

#alert-popup #text,
#confirm-popup #text {
	color: #FFF !important;
	font-size: 15px;
	padding: 20px 10px 20px 10px;
	text-align: center;
}

#alert-popup #percentage {
	color: #FFF !important;
	font-size: 18px;
	padding: 20px 0 0 0;
	text-align: center;
}

#alert-popup #ios-install-container {
	display: inline-block;
	position: relative;
	width: 30px;
}

#alert-popup #ios-install-image {
	bottom: -2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 20px;
}

#alert-popup #no-internet-connection {
	margin-bottom: 40px;
	text-align: center;
	width: 210px;
}

#alert-popup #no-internet-connection-text {
	color: #FFF !important;
	font-size: 15px;
}

#alert-popup #ok {
	background: #FFE800;
	border-radius: 10px;
	font-family: "RubikMedium";
	margin: 10px;
	padding: 10px;
	text-align: center;
}

/* Warning */

#alert-popup #warning-incompatibilities {
	color: #FFF !important;
	margin-bottom: 10px;
}

#alert-popup #warning-os-below {
	color: #FFF !important;
	margin-bottom: 10px;
}

#alert-popup #warning-or {
	color: #FFF !important;
	font-weight: 600;
	margin-bottom: 10px;
}

#alert-popup #warning-incompat-browser {
	color: #FFF !important;
}

/**/

#confirm-popup #ok {
	background: #FFE800;
	border-radius: 10px;
	float: left;
	font-family: "RubikMedium";
	margin: 10px 5px 10px 10px;
	padding: 10px;
	text-align: center;
	width: calc(50% - 15px);
}

#confirm-popup #cancel {
	background: #FFE800;
	border-radius: 10px;
	float: left;
	font-family: "RubikMedium";
	margin: 10px 10px 10px 5px;
	padding: 10px;
	text-align: center;
	width: calc(50% - 15px);
}

#confirm-popup #blank {
	clear: both;
}

#book-now-popup #list,
#google-maps-popup #list,
#cities-popup #list {
	-webkit-overflow-scrolling: touch;
	max-height: 250px;
	overflow-y: auto;
}

#book-now-popup #up,
#google-maps-popup #up,
#cities-popup #up {
	padding-top: 20px;
}

#book-now-popup #down,
#google-maps-popup #down,
#cities-popup #down {
	padding-bottom: 20px;
}

#book-now-popup .button,
#google-maps-popup .button,
#cities-popup .button {
	color: #999 !important;
	text-align: center;
}

#book-now-popup .active,
#google-maps-popup .active,
#cities-popup .active {
	color: #FFF !important;
}

#language-popup .language,
#book-now-popup .book-now-link,
#google-maps-popup .google-maps-link,
#cities-popup .city {
	color: #FFF !important;
	font-family: "RubikMedium";
	font-size: 20px;
	overflow: hidden;
	padding: 0 20px 20px 20px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#book-now-popup .book-now-link a,
#book-now-popup .book-now-link a:active,
#book-now-popup .book-now-link a:hover,
#book-now-popup .book-now-link a:link,
#book-now-popup .book-now-link a:visited,
#google-maps-popup .google-maps-link a,
#google-maps-popup .google-maps-link a:active,
#google-maps-popup .google-maps-link a:hover,
#google-maps-popup .google-maps-link a:link,
#google-maps-popup .google-maps-link a:visited,
#cities-popup .city a,
#cities-popup .city a:active,
#cities-popup .city a:hover,
#cities-popup .city a:link,
#cities-popup .city a:visited {
	color: #FFF !important;
	text-decoration: none !important;
}

#language-popup .language-head,
#book-now-popup .book-now-link-head,
#google-maps-popup .google-maps-link-head,
#cities-popup .city-head {
	padding-top: 20px;
}

#language-popup .language-active {
	color: #FFE800 !important;
}

/* Review Popup */

#review-popup #title {
	color: #FFF !important;
	font-size: 20px;
	padding: 20px 10px 0 10px;
	text-align: center;
}

#review-popup #rating {
	margin: 20px;
}

#review-popup #rating .rating-star {
	color: #FFF;
	font-size: 40px;
}

#review-popup #review {
	background-color: #FFF !important;
	border-radius: 10px 10px 0 0;
	border: none;
	display: block;
	height: 100px;
	margin: 10px;
	padding: 10px;
	resize: none;
	width: calc(100% - 20px);
}

#review-popup #submit-button {
	background: #FFE800;
	border-radius: 0 0 10px 10px;
	font-family: "RubikMedium";
	margin: 10px;
	padding: 10px;
	text-align: center;
}

/**/

#loading-animation {
	background: rgba(0, 0, 0, 0.5);
	display: none;
	height: 100%;
	position: absolute;
	width: 100%;
}

#loading-animation-div {
	left: calc(50vw - 25px);
	position: absolute;
	top: calc(50vh - 25px);
}

#placeholder {
	display: none;
}

/* Search Hint! */

.search-hint-background {
	background: #000;
	display: none;
	height: 100%;
	opacity: 0.5;
	position: absolute;
	width: 100vw;
}

.search-hint {
	background: #FFE800;
	border-radius: 10px;
	display: none;
	font-family: "RubikMedium";
	left: 20px;
	padding: 10px;
	position: absolute;
	top: 280px;
	width: calc(100% - 40px);
}

@media (orientation: landscape) {
	.search-hint {
		top: 225px;
	}
}

.search-hint::after {
	border-bottom: 12px solid #FFE800;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: none;
	content: " ";
	left: 50%;
	margin-left: -12px;
	position: absolute;
	top: -10px;
}

.search-hint-close {
	position: absolute;
	right: 10px;
}

.search-hint-text {
	width: calc(100% - 20px);
}

/* Place Hint! */

.place-hint-background {
	background: #000;
	display: none;
	height: 100%;
	opacity: 0.5;
	position: absolute;
	width: 100vw;
}

.place-hint {
	background: #FFE800;
	border-radius: 10px;
	display: none;
	font-family: "RubikMedium";
	left: 30px;
	padding: 10px;
	position: absolute;
	top: 70px;
	width: calc(100% - 40px);
}

.place-hint::after {
	border-bottom: 12px solid #FFE800;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: none;
	content: " ";
	margin-left: -12px;
	position: absolute;
	top: -10px;
}

.place-hint.open::after {
	right: 12px;
}

.place-hint.install::after {
	right: 19px;
}

.place-hint-close {
	position: absolute;
	right: 10px;
}

.place-hint-text {
	width: calc(100% - 20px);
}

/* Place Icon Hint! */

.place-icon-hint-background {
	background: #000;
	display: none;
	height: 100%;
	opacity: 0.5;
	position: absolute;
	width: 100vw;
}

.place-icon-hint {
	background: #FFE800;
	border-radius: 10px;
	display: none;
	font-family: "RubikMedium";
	padding: 10px;
	position: absolute;
	right: 15px;
	top: calc(55vw + 70px);
	width: calc(100% - 100px);
}

.place-icon-hint::after {
	border-bottom: 12px solid #FFE800;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: none;
	content: " ";
	margin-left: -12px;
	position: absolute;
	right: 8px;
	top: -10px;
}

.place-icon-hint-close {
	position: absolute;
	right: 10px;
}

.place-icon-hint-text {
	width: calc(100% - 20px);
}

/* Tour Hint! */

.tour-hint-background {
	background: #000;
	display: none;
	height: 100%;
	opacity: 0.5;
	position: absolute;
	width: 100vw;
}

.tour-hint {
	background: #FFE800;
	border-radius: 10px;
	display: none;
	font-family: "RubikMedium";
	left: 30px;
	padding: 10px;
	position: absolute;
	top: calc(55vw + 70px);
	width: calc(100% - 40px);
}

.tour-hint::after {
	border-bottom: 12px solid #FFE800;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: none;
	content: " ";
	margin-left: -12px;
	position: absolute;
	top: -10px;
}

.tour-hint.open::after {
	right: 8px;
}

.tour-hint.install::after {
	right: 12px;
}

.tour-hint-close {
	position: absolute;
	right: 10px;
}

.tour-hint-text {
	width: calc(100% - 20px);
}

/* Sleep Hint! */

.sleep-hint-background {
	background: #000;
	display: none;
	height: 100%;
	opacity: 0.5;
	position: absolute;
	width: 100vw;
}

.sleep-hint {
	background: #FFE800;
	border-radius: 10px;
	display: none;
	font-family: "RubikMedium";
	left: 30px;
	padding: 10px;
	position: absolute;
	top: calc(55vw + 70px);
	width: calc(100% - 40px);
}

.sleep-hint::after {
	border-bottom: 12px solid #FFE800;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: none;
	content: " ";
	margin-left: -12px;
	position: absolute;
	top: -10px;
}

.sleep-hint.open::after {
	right: 8px;
}

.sleep-hint.install::after {
	right: 12px;
}

.sleep-hint-close {
	position: absolute;
	right: 10px;
}

.sleep-hint-text {
	width: calc(100% - 20px);
}

.available-soon {
	text-align: center;
}

@media (orientation: landscape) {
	#user-side-panel #login-image {
		margin: 10px;
		width: 70px;
	}

	#user-side-panel #login-google-log-in-button {
		margin-top: 10px;
	}

	#pin-side-panel #pin-text {
		margin-bottom: 0;
	}

	#pin-side-panel #search-input {
		margin-bottom: 10px;
	}

	#pin-side-panel #validate-button {
		margin: 10px 0 0 25%;
	}
}
