@font-face {
	font-family: 'beeicon';
	font-display: auto;
	src: url('/css/fonts/beeicon.eot?v=1.0.5');
	src: url('/css/fonts/beeicon.eot?#iefix&v=1.0.5') format('embedded-opentype'), url('/css/fonts/beeicon.woff2?v=1.0.5') format('woff2'), url('/css/fonts/beeicon.woff?v=1.0.5') format('woff'), url('/css/fonts/beeicon.ttf?v=1.0.5') format('truetype'), url('/css/fonts/beeicon.svg?v=1.0.5#beeicon') format('svg');
	font-weight: normal;
	font-style: normal
}

:root {
	--main-bg-color: #086608;
	--main-bg-color-old1: #064d06;
}

html, 
body {
	padding: 0;
	margin: 0;
	font-family: 'Quicksand', sans-serif;
	font-size: 13pt; 
	color: #222;
}

html {
	background: #fff;
	background-position: top center;
	background-repeat: no-repeat;
}

html.to-filter-opened, 
html.to-filter-opened body, 
html.to-menu-opened, 
html.to-menu-opened body {
	overflow: hidden;
	overflow-y: hidden;
}

* {
	box-sizing: border-box;
}

body p {
	font-size: 16px;
	line-height: 29px;
}

input[type=checkbox]:before {
	display: inline-block;
	border-radius: 3px; 
	background: #fff; 
	border: 2px solid #fff;
	margin: 0px 0px 0px -2px; 
	box-shadow: 0px 0px 0px 2px #b0b0b0;
	width: 10px; 
	height: 10px; 
	position: relative;
	content: ' ';
	transition: all 0.4s;
}

input[type=checkbox]:checked:before {
	display: inline-block;
	border-radius: 3px; 
	background: #df2235; 
	border: 2px solid #fff;
	margin: 0px 0px 0px -2px; 
	box-shadow: 0px 0px 0px 2px #df2235;
	width: 10px; 
	height: 10px; 
	position: relative;
	content: ' ';
}

input[type=checkbox]:indeterminate:before {
	display: inline-block;
	border-radius: 0px; 
	background: #b0b0b0; 
	border: 7px 3px solid #fff;
	margin: -3px 0px 0px -3px; 
	box-shadow: 0px 0px 0px 1px #b0b0b0;
	width: 12px; 
	height: 4px; 
	position: relative;
	content: ' ';
}

input[type=radio]:before {
	display: inline-block;
	border-radius: 50px; 
	background: #fff; 
	border: 2px solid #fff;
	margin: 0px 0px 0px -2px; 
	box-shadow: 0px 0px 0px 2px #b0b0b0;
	width: 10px; 
	height: 10px; 
	position: relative;
	content: ' ';
	transition: all 0.4s;
}

input[type=radio]:checked:before {
	display: inline-block;
	border-radius: 50px; 
	background: #df2235; 
	border: 2px solid #fff;
	margin: 0px 0px 0px -2px; 
	box-shadow: 0px 0px 0px 2px #df2235;
	width: 10px; 
	height: 10px; 
	position: relative;
	content: ' ';
}

input[type=text], 
input[type=url], 
input[type=submit], 
input[type=button] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.hide-desktop {
	display: none;
}

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

:focus {
	outline: 0;
}

a {
	text-decoration: none;
	color: #707070;
}

hr {
	height: 1px; 
	background: #ccc;
	border: 0;
}

h2 > label:after, 
h1 > label:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -8px; 
	left: 2px;
	width: 35px; 
	border-top: 7px solid #e00;
}

h2 > label, 
h1 > label {
	position: relative;
	display: inline-block;
}

h1 {
	/*font-family: 'Noto Serif', serif;*/
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	padding: 10px 0 30px;
	margin: 20px 0;
	/*border-bottom: 2px solid rgba(25, 169, 167, 0.1);*/
	/*border-bottom: 1px solid var(--main-bg-color);*/
	color: #888;
	font-size: 24pt; 
	/*color: var(--main-bg-color);*/
	padding-left: 15px; 
	padding-right: 15px; 
}

h2 a {
	float: right;
	text-transform: none;
	font-size: 12pt; 
}

h2 {
	text-transform: uppercase;
	font-weight: normal;
	padding: 10px 0 0;
	margin: 20px 0;
	color: #555;
	font-size: 18pt; 
	position: relative;
}

p.title-sub {
	font-size: 14pt; 
	text-align: center;
	/*text-transform: uppercase;*/
	margin: -20px 0 50px; 
	color: #777; 
	padding-left: 15px; 
	padding-right: 15px; 
}

p.title-sub-sub {
	font-size: 12pt; 
	text-align: center;
	margin: 20px 0 50px; 
	color: #777; 
	padding-left: 15px; 
	padding-right: 15px; 
}

.center {
	text-align: center;
}

.font-normal {
	font-weight: normal;
}

ul.breadcrumb li:after {
	content: '-';
	display: inline-block;
}

ul.breadcrumb li:last-child:after {
	display: none;
}

ul.breadcrumb li:last-child a {
	font-weight: bold;
}

ul.breadcrumb li a {
	color: #888; 
	display: inline-block;
	padding: 5px 8px; 
}

ul.breadcrumb li {
	display: inline-block;
	margin: 0; 
	padding: 0;
}

ul.breadcrumb {
	list-style: none;
	padding: 0;
	margin: 10px 0;
}

textarea {
	resize: vertical;
}

.width-200 {
	width: 200px; 
}

.width-300 {
	width: 300px; 
}

.height-150 {
	height: 150px; 
}

.height-200 {
	height: 200px; 
}

.uppercase {
	text-transform: uppercase;
}

button, 
a.hrefLikeButton, 
input[type=submit], 
input[type=button] {
	box-sizing: border-box;
	font-size: 14pt;
	padding: 9px 20px 10px;
	background: #eee;
	border:0;
	border-radius: 5px !important; 
	text-decoration: none;
	display: inline-block;
	text-align: center;
	/*border-bottom: 3px solid #bbb;*/
}

.btn-green {
	background: #8dbb3f !important;
	/*border: 2px solid #00803e !important;*/
	/*border-bottom: 3px solid #080 !important;*/
	color: #fff;
}

.btn-blue {
	background: #00aeef !important;
	/*border: 2px solid #0096cc !important;*/
	/*border-bottom: 3px solid #048 !important;*/
	color: #fff;
}

.btn-red {
	background: #e00 !important;
	/*border: 2px solid #a00 !important;*/
	/*border-bottom: 3px solid #a00 !important;*/
	color: #fff;
}

.btn-transparent {
	background: transparent !important;
}

.btn-cl-white {
	color: #fff; 
}

.btn-border-white {
	border: 2px solid #fff !important; 
}

select, 
textarea, 
input[type=text], 
input[type=search], 
input[type=date], 
input[type=tel], 
input[type=email], 
input[type=date], 
input[type=url], 
input[type=password], 
input[type=number] {
	padding: 8px 12px;
	border: 1px solid #d4d4d4;
	/*border-bottom: 3px solid #ccc;*/
	-webkit-appearance: none;
	font-size: 14pt;
	box-sizing: border-box;
	border-radius: 5px;	
	-webkit-user-select: auto; /* Safari */        
	-moz-user-select: auto; /* Firefox */
	-ms-user-select: auto; /* IE10+/Edge */
	user-select: auto; /* Standard */
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	display: block;
}

input[type="date"]::-webkit-clear-button, 
input[type="time"]::-webkit-clear-button, 
input[type="date"]::-ms-clear, 
input[type="time"]::-ms-clear {
    display: none;
}

input[type="checkbox"].on-off-checker:after {
	display: block;
	border-radius: 100px; 
	width: 26px; 
	height: 26px; 
	position: absolute;
	top: 4px; 
	left: 4px; 
	background: #ccc;
	content: '';
	transition: all 0.4s;
}

input[type="checkbox"].on-off-checker:before {
	display: block;
	border-radius: 100px;
	border: 2px solid #ccc;
	background: #eee;
	width: 60px;
	height: 30px;
	content: '';
	position: relative;
	top: 0;
	left: 0;
	transition: all 0.4s;
}

input[type="checkbox"].on-off-checker:checked:after {
	left: 33px; 
	background: #8dbb3f;
}

input[type="checkbox"].on-off-checker:checked:before {
	border: 2px solid #8dbb3f;
	background: #eaede5;
}

input[type="checkbox"].on-off-checker {
	position: relative;
	width: 68px;
	height: 40px;
	padding: 0;
	margin: 0 3px;
	top: 2px;
	line-height: 0;
	border: 0;
	background: transparent;
	-webkit-appearance: none;
}

input[type="checkbox"].on-off-checker-smaller:after {
	display: block;
	border-radius: 100px;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 4px;
	left: 5px;
	background: #ccc;
	content: '';
	transition: all 0.4s;
}

input[type="checkbox"].on-off-checker-smaller:before {
	display: block;
	border-radius: 100px;
	border: 2px solid #ccc;
	background: #eee;
	width: 50px;
	height: 26px;
	content: '';
	position: relative;
	top: 0;
	left: 0;
	transition: all 0.4s;
}

input[type="checkbox"].on-off-checker-smaller:checked:after {
	left: 27px;
	background: #8dbb3f;
}

input[type="checkbox"].on-off-checker-smaller:checked:before {
	border: 2px solid #8dbb3f;
	background: #eaede5;
}

input[type="checkbox"].on-off-checker-smaller {
	position: relative;
	width: 54px;
	height: 30px;
	padding: 0;
	margin: 0 3px;
	top: 2px;
	line-height: 0;
	border: 0;
	background: transparent;
	-webkit-appearance: none;
}

section.pg-content-input select, 
section.pg-content-input textarea, 
section.pg-content-input input[type=text], 
section.pg-content-input input[type=search], 
section.pg-content-input input[type=date], 
section.pg-content-input input[type=tel], 
section.pg-content-input input[type=email], 
section.pg-content-input input[type=date], 
section.pg-content-input input[type=url], 
section.pg-content-input input[type=password], 
section.pg-content-input input[type=number] {
	width: 100%; 
}

.error {
	padding: 10px; 
	margin: 10px 0; 
	background: #e00;
	color: #fff;
	text-align: center;
	border-radius: 5px; 
}

#mainInContent {
	/*padding-top: 80px; */
	min-height: calc(100vh - 670px);
}

header .icon {
	display: inline-block;
	padding: 0px;
	text-decoration: none;
	color: #888;
	font-size: 18px;
	line-height: 50px;
	width: 50px;
	height: 50px;
	text-align: center;
	background: none;
	transition: background 0.3s ease, color 0.3s ease;
	text-shadow: 0 0 15px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

#header-top table tr td:nth-child(2), 
#header-top table tr td:nth-child(3) {
	text-align: center;
}

#header-float-menu-header > table tr td:nth-child(2) a.selected, 
#header-top table tr td:nth-child(3) a.selected {
	font-weight: bold;
	color: #df2235;
}

#header-float-menu-header > table tr td:nth-child(2) a, 
#header-top table tr td:nth-child(3) a {
	color: #37686d; 
	display: inline-block;
	margin: 1px; 
	padding: 5px 8px; 
	text-shadow: 0 0 15px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

#header-top table td {
	padding: 0;
	position: relative;
}

#header-top table svg {
	height: 25px; 
	box-sizing: content-box;
	padding: 10px 10px 10px 2px; 
	filter: drop-shadow(0px 0px 3px rgb(255 255 255 / 1));
}

#header-top table {
	width: 100%; 
	border-spacing: 20px 10px; 
}

header {
	position: fixed;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 100%);
	/*backdrop-filter: blur(0px);*/
	top: 0;
	left: 0;
	width: 100vw; 
	z-index: 1;
}

html.pg-default header {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.86) 40%, rgba(255, 255, 255, 1) 100%) !important;
}

#header-menu-container {
	width: 22px; 
}

#main-search-bar button svg {
	width: 20px; 
	height: 20px; 
}

#main-search-bar button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px; 
	background: transparent;
	widows: initial;
}

div#nav-icon label {
	display: block;
	background: rgba(255, 255, 255, 1);
	height: 2px;
	width: 26px;
	/*margin: 0 0 7px;*/
	/*border-radius: 10px;*/
}

div#nav-icon {
	position: relative;
	/*top: 30px;*/
	/*right: 20px;*/
	/*padding: 0px 20px 20px;*/
	cursor: pointer;
	z-index: 10;
}

#nav-icon {
	width: 32px;
	height: 26px;
	padding: 10px; 
	/*margin: 10px;*/
	-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;
	/*display: none;*/
}

#nav-icon span {
	display: block;
	position: absolute;
	height: 2px;
	width: calc(100% - 10px);
	background: #37686d;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-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;
	box-shadow: 0 0 15px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

#nav-icon span:nth-child(1) {
	top: 5px;
}

#nav-icon span:nth-child(2) {
	top: 13px;
}

#nav-icon span:nth-child(3) {
	top: 21px;
}

html.to-menu-opened #nav-icon span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	background: #df2235;
}

html.to-menu-opened #nav-icon span:nth-child(2) {
	opacity: 0;
	left: 50px;
	background: #df2235;
}

html.to-menu-opened #nav-icon span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	background: #df2235;
}

#header-float-menu {
	position: fixed;
	top: 0;
	left: 100vw; 
	width: 100vw; 
	height: 100vh; 
	background: #eee; 
	transition: all 0.5s;
	overflow: hidden;
	/*z-index: 9999;*/
}

html.to-filter-opened #filter-float-menu, 
html.to-menu-opened #header-float-menu {
	left: 0;
}

#filter-float-menu {
	position: fixed;
	top: 0;
	left: 100vw; 
	width: 100vw; 
	height: 100vh; 
	background: rgba(0, 0, 0, 0.4); 
	overflow: hidden;
	z-index: 1;
}

/* html.to-menu-opened #filter-float-menu {
	left: 0;
} */

#header-float-menu-header > table td {
	padding: 0;
	text-align: center;
}

#header-float-menu-header > table {
	width: 100%;
	padding: 0 60px 0 200px;
	border-spacing: 20px 8px; 
}

#header-float-menu-header svg {
	position: absolute;
	top: 20px; 
	left: 20px; 
	height: 25px; 
}

#header-float-menu-footer > table > tbody > tr > td:nth-child(1) {
	width: 30vw; 
}

#header-float-menu-footer > table {
	width: 100%; 
	height: 100%; 
	border-spacing: 0;
}

#header-float-menu-footer {
	height: calc(100vh - 66px);
}

section.sitemap ul > li > a.hfmc-title, 
#header-float-menu-content ul > li > a.hfmc-title {
	color: #df2235;
	text-transform: uppercase;
	font-size: 15pt; 
}

section.sitemap ul > li > span, 
section.sitemap ul > li > strong, 
section.sitemap ul > li > a, 
#header-float-menu-content ul > li > span, 
#header-float-menu-content ul > li > strong, 
#header-float-menu-content ul > li > a {
	display: block;
	margin: 0;
	padding: 5px 10px; 
}

section.sitemap ul > li, 
#header-float-menu-content ul > li {
	display: block;
	padding: 0;
	margin: 1px; 
}

#header-float-menu-content ul {
	/*float: left;*/
	width: 50%; 
	padding: 10px 10px 0 110px; 
	margin: 0 0 0;
	list-style: none;
	/*min-height: 400px; */
}

section.sitemap ul {
	/*float: left;*/
	width: 45%; 
	padding: 20px 10px 0 20px; 
	margin: 20px 0 0;
	list-style: none;
	/*min-height: 400px; */
}

#header-float-menu-content:after {
	/*content: '';*/
	/*clear: left;*/
	/*float: none;*/
}

#header-float-menu-content > div {
	padding: 25px 0 60px; 
}

#header-float-menu-content {
	width: 100%; 
	height: calc(100vh - 66px) !important;
	background: #fff; 
	overflow: hidden;
	overflow-y: auto;
}

#home-slider-container {
	width: 30vw;
	height: calc(100vh - 66px);
}

#home-slider {
	margin-bottom:0px !important;
	height: 100% !important;
}

#default-slider > div {
	background-position: center right 20%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%; 
	height: 100%; 
	position: absolute;
	top: 0;
	left: 0;
}

#default-slider {
	height: 100vh; 
	position: relative;
	margin: 0 0 -100px;
}

.pg-content-search {
	text-align: center;
}

.pg-content-search input[type=search] {
	width: 100%; 
	margin: 0 0 20px; 
}

.camera_pag {
	position:absolute;
	bottom:0px; 
	right:20px; 
}

.camera_caption > div p {
	font-size:15pt; 
	color:#fff;
	text-shadow:0 0 5px rgba(0, 0, 0, .4);
	display:block;
	padding:10px; 
	text-align:center;
}

.camera_caption > div label {
	font-size:32pt; 
	color:#fff;
	text-shadow:0 0 2px rgba(0, 0, 0, .8), 0 0 10px rgba(0, 0, 0, .3);
	display:block;
	padding:20px; 
	text-align:center;
	font-family:'Quicksand';
}

.camera_caption > div {
	position:absolute !important;
	top:10vh !important; 
	left:0px !important; 
	right:0px !important; 
	background:transparent !important; 
}

.camera_caption {
    top: 0 !important;
    bottom: none !important;
}

.cameraSlide img {
	height: 100% !important;
	margin: 0 !important;
	object-fit: cover;
}

.button-container a {
	padding:15px 30px !important; 
	background:#02a8a8 !important;
	color:#fff !important;
	font-size:18pt !important; 
	display:inline-block !important;
}

.button-container {
	padding:5px; 
	text-align:center;
}

.camera_pag {
	position: absolute !important;
	bottom: 0px !important;
	right: 0px !important;
	left: 0 !important;
	text-align: center !important;
}

.camera_wrap .camera_pag .camera_pag_ul {
	list-style: none !important;
	margin: 0 5vw !important;
	padding: 10px 0px !important;
	text-align: center !important;
}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	background:#02a8a8 !important;
}

.camera_wrap .camera_pag .camera_pag_ul li {
	background: #fff !important;
	margin:10px 5px !important;
}

.top-distance {
	height: 70px; 
}

.section-distance {
	height: 30px; 
}

section.pg-content {
	display: block;
	margin: 0 auto 20px; 
	max-width: 1500px; 
	padding: 0 20px; 
	border-radius: 10px; 
}

section.pg-content-text {
	margin-top: 60px; 
	max-width: 1200px; 
}

section.pg-content-text > div {
}

section.pg-content-small {
	max-width: 600px; 
}

section.pg-content-white {
	padding: 20px;
	background: #fff;
	border-radius: 5px; 
	box-shadow: 0 0 20px rgba(10, 10, 10, 0.01);
}

section.pg-content-centered {
	text-align: center;
}

section.pg-content-larger {
	font-size: 16pt; 
	line-height: 22pt;
}

section.pg-content-bordered {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	padding: 10px 20px 30px; 
}

section.pg-content-lists-mosaic > span > div.pkg-custom-help {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #90a563;
	border-radius: 10px; 
	color: #fff; 
	padding: 10px; 
	height: initial;
} 

section.pg-content-lists-mosaic > div span > img, 
section.pg-content-lists-mosaic > span > img, 
section.pg-content-lists-mosaic > div > a > img, 
section.pg-content-lists-mosaic > a > img {
	width: 100%; 
	display: block;
	border-radius: 10px 10px 0 0;
}

section.pg-content-lists-mosaic > div > a, 
section.pg-content-lists-mosaic > a, 
section.pg-content-lists-mosaic > div > span, 
section.pg-content-lists-mosaic > span {
	position: relative;
	display: inline-block;
	width: calc(25% - 20px);
	margin: 10px; 
	text-align: left;
	border-radius: 10px; 
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

section.pg-content-lists-mosaic > div > a > div > label table, 
section.pg-content-lists-mosaic > a > div > label table {
	width: 100%; 
	height: 100%; 
	border-spacing: 0;
}

section.pg-content-lists-mosaic > div > a > div > label, 
section.pg-content-lists-mosaic > a > div > label {
	position: absolute;
	top: 5px; 
	left: 10px; 
	display: block;
	width: calc(100% - 20px);
	height: 48px; 
	text-align: center;
}

section.pg-content-lists-mosaic > div > span > div, 
section.pg-content-lists-mosaic > span > div, 
section.pg-content-lists-mosaic > div > a > div, 
section.pg-content-lists-mosaic > a > div {
	height: 60px; 
	position: relative;
	white-space: normal;
	background: #fff;
	border-radius: 0 0 10px 10px;
}

section.pg-content-lists-mosaic {
	margin: 20px auto 30px; 
	text-align: center;
}

section.list-link-filter {
	/*border-bottom: 3px solid #ddd; */
	/*padding: 0 20px 20px; */
	text-align: center;
}

.filter-list-item a:hover, 
.filter-list-item a.pkg-menu-selected {
	background: #df2235;
	color: #fff; 
}

.filter-list-item > ul li a > span, 
.filter-list-item > ul li > label > span {
	display: inline-block;
	margin: -2px 0 -2px 3px; 
	padding: 2px 6px;  
	font-size: 10pt; 
	border: 1px solid #aaa;
	border-radius: 3px; 
	background: rgba(200, 200, 200, 0.5);
}

.filter-list-item > ul li a, 
.filter-list-item > ul li > label {
	position: relative;
	display: block;
	padding: 7px 15px; 
	border-radius: 3px; 
	transition: all 0.4s; 
}

.filter-list-item > ul li {
	display: block;
	margin: 5px; 
	padding: 0;
}

.filter-list-toggle-commands {
	display: none;
}

html.to-filter-opened .filter-list-item.filter-list-item-opened > ul {
	position: fixed;
	top: 30px; 
	left: 30px; 
	width: calc(100vw - 60px);
	max-height: calc(100vh - 100px);
	border-radius: 5px; 
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	z-index: 1; 
}

.filter-list-item > ul {
	position: absolute;
	top: 38px; 
	left: -1px; 
	width: calc(100% + 2px);  
	list-style: none;
	padding: 0; 
	margin: 0;
	border-radius: 0 0 5px 5px; 
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 0px rgba(0, 0, 0, 0);
	text-align: left;
	text-transform: initial;
	border: 1px solid #fff;
	border-top: 0;
	max-height: 0px;
	overflow: hidden;
	overflow-y: auto;
	transition: all 0.4s;
	z-index: 1;
}

.filter-list-item.filter-list-item-touch > ul {
	position: fixed;
	top: 30px; 
	left: 30px; 
	width: calc(100vw - 60px);
	transition: all 0s;
	z-index: initial;
}

.filter-list-item > ul li.filter-title {
	display: none;
}

html.to-filter-opened .filter-list-item > ul li.filter-title {
	display: block;
	font-size: 14pt; 
	text-align: center;
	padding: 10px; 
	margin: 5px 5px 10px; 
	border-bottom: 1px solid #ccc; 
}

.filter-list-item:not(.filter-list-item-touch):hover > ul {
	max-height: 80vh;
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
	border: 1px solid #ccc;
	border-top: 0;
}

.filter-list-item > label {
	text-transform: initial;
	display: block;
	font-size: 10pt; 
	padding: 7px 0 0;
}

.filter-list-item.selected {
	background: #eee; 
	font-weight: bold; 
	font-size: 10pt; 
}

.filter-list-item {
	display: inline-block;
	width: calc((100% / 6) - 20px);
	margin: 10px; 
	position: relative;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 5px; 
	font-size: 11pt; 
	border-radius: 10px; 
	border: 1px solid #ccc;
}

.pg-content-prg-header > table > tbody > tr > td {
	width: 33.33%; 
}

.pg-content-prg-header > table {
	width: 100%; 
	border-spacing: 80px 50px; 
	background: #eee; 
	border-bottom-left-radius: 10px; 
	border-bottom-right-radius: 10px; 
}

.pg-content-prg-header img {
	width: 100%; 
	display: block;
	border-top-left-radius: 10px; 
	border-top-right-radius: 10px; 
}

.pg-content-cat-main a {
	background: #eee; 
	font-weight: bold; 
	font-size: 10pt; 
}

section.pg-content-cat-main {
	text-align: center;
	margin: -20px auto 50px;
}

.pg-content-pkg-top > table > tbody > tr:nth-child(2) > td:nth-child(1), 
.pg-content-prg-top > table > tbody > tr:nth-child(2) > td:nth-child(1) {
	border-bottom-right-radius: 10px; 
	color: #fff; 
	background: #2b9d9d; 
	width: 400px; 
}

.pg-content-pkg-top > table > tbody > tr:nth-child(1) > td:nth-child(2), 
.pg-content-prg-top > table > tbody > tr:nth-child(1) > td:nth-child(2) {
	padding: 20px 30px 20px;
	background: #eee; 
	border-top-right-radius: 10px; 
	width: 400px; 
	min-height: 400px; 
	vertical-align: top;
}

.pg-content-pkg-top > table > tbody > tr:nth-child(1) > td:nth-child(2), 
.pg-content-pkg-top > table > tbody > tr:nth-child(2) > td:nth-child(1) {
	width: 40%; 
}

.pg-content-pkg-top > table > tbody > tr:nth-child(2) > td:nth-child(1) {
	/*height: 180px; */
}

.pg-content-pkg-top > table > tbody > tr:nth-child(1) > td:nth-child(1) div {
	background: #eee; 
	border-radius: 10px 0 0 10px;
}

.pg-content-pkg-top > table > tbody > tr:nth-child(1) > td:nth-child(1) div span {
	display: block;
	padding: 10px; 
	padding-bottom: 0;
}

.pg-content-pkg-top > table > tbody > tr:nth-child(1) > td:nth-child(1) div img {
	width: 100%; 
	display: block;
	background: #fff; 
}

.pg-content-pkg-top > table > tbody > tr:nth-child(1) > td:nth-child(1) div span:last-child {
	padding-bottom: 10px;
}

.pg-content-prg-top > table > tbody > tr:nth-child(1) > td:nth-child(1) video, 
.pg-content-prg-top > table > tbody > tr:nth-child(1) > td:nth-child(1) img {
	width: 100%; 
	height: 100%; 
	object-fit: cover;
	border-top-left-radius: 10px; 
	border-bottom-left-radius: 10px; 
	display: block;
	position: absolute;
	top: 0;
}

.pg-content-pkg-top > table > tbody > tr:nth-child(1) > td:nth-child(1) img {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
	border-radius: 3px; 
}

.pg-content-pkg-top > table > tbody > tr:nth-child(1) > td:nth-child(1) {
	background: #eee;
	border-radius: 10px 0 0 10px; 
	vertical-align: top;
}

.pg-content-pkg-top > table > tbody > tr:nth-child(1) > td:nth-child(1), 
.pg-content-prg-top > table > tbody > tr:nth-child(1) > td:nth-child(1) {
	padding: 0;
	position: relative;
}

.pg-content-pkg-top > table, 
.pg-content-prg-top > table {
	width: 100%; 
	border-spacing: 0;
}

.pg-content-pkg-top, 
.pg-content-prg-top {
}

.pkg-personal-infos article > label {
	font-size: 16pt; 
}

.pkg-personal-infos article > span label {
	white-space: nowrap;
}

.pkg-personal-infos article > span {
	display: block;
	padding-left: 25px; 
}

.pkg-personal-infos article input[type=number] {
	text-align: right;
	width: 70px; 
}

.pkg-personal-infos article input {
	display: inline-block;
}

.pkg-personal-infos article:hover {
	background: rgba(255, 255, 255, 0.2);
}

#peronal-content .package-price-border article textarea, 
#peronal-content .package-price-border article input[type=text], 
#peronal-content .package-price-border article input[type=tel], 
#peronal-content .package-price-border article input[type=email] {
	width: 100%; 
}

#peronal-content .package-price-border article label {
	font-size: 12pt; 
}

#peronal-content .package-price-border article span {
	display: block;
	font-size: 12pt; 
}

#peronal-content .package-price-border article, 
.pkg-personal-infos article {
	display: block;
	padding: 10px 15px; 
	transition: all 0.5s;
	background: rgba(255, 255, 255, 0);
}

#peronal-content .package-price-border h4, 
.pkg-personal-infos h4 {
	padding: 20px 15px; 
	margin: 0; 
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

#peronal-content .package-price-border h4 {
	border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

.pkg-personal-infos {
	vertical-align: top;
}

#peronal-content .package-price-border {
}

.package-price-border-optional article:after {
	content: '';
	display: block;
	float: none;
	clear: left;
}

.package-price-border-optional article > input[type=checkbox] {
	margin: 13px 5px 10px 4px;
}

.package-price-border-optional article > input, 
.package-price-border-optional article > span {
	float: left;
}

.package-price-border-optional article > span {
	padding: 10px 5px;
}

#package-sum table tr td:last-child {
	text-align: right;
}

#package-sum table td {
	width: initial;
	font-size: 14pt; 
	background: transparent;
	padding: 0;
}

#package-sum-final {
	font-size: 20pt;
}

#package-sum table {
	border-spacing: 15px; 
}

#unitShare {
	text-align: right;
}

#unitShare .stButton .stLarge {
	height: 40px !important;
	width: 40px !important;
	background-size: 40px !important;
	/*transition: all 1s ease;*/
}

#unitShare .st_email_large span span {
    background-image: url(https://www.tourist-informator.info/images/_vt/rounded-email.png) !important;
}

#unitShare .st_print_large span span {
    background-image: url(https://www.tourist-informator.info/images/_vt/rounded-print.png) !important;
}

.stButton .stLarge:hover {
	background-position: initial !important;
}

.reservation-prg-main {
	font-size: 24pt; 
	text-align: center;
	text-transform: uppercase;
}

.reservation-prg-title {
	color: #e00; 
}

.stButton {
	z-index: initial !important;
}

.prg-included table td h3 img {
	background: #2b9e9d; 
	display: block;
	padding: 5px; 
	width: 40px; 
	height: 40px; 
}

.prg-included table td h3 span {
	position: absolute;
	top: 10px; 
	left: 50px; 
	color: #666; 
	font-size: 12pt; 
}

.prg-included table td h3 {
	background: #dedede; 
	position: relative;
}

.prg-included table td ul li {
	padding: 5px 0;
	margin: 0;
}

.prg-included table td ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.prg-included table td {
	width: 33.33%; 
	padding: 0;
	vertical-align: top;
}

.prg-included table {
	width: 100%; 
	border-spacing: 30px; 
}

.prg-included {
	margin: -30px; 
}

.gallery-container img {
	margin: 10px; 
	width: 300px; 
	max-width: 100%; 
	border-radius: 5px; 
}

.yt-gallery-container iframe {
	width: 300px; 
	max-width: 100%; 
	height: 200px; 
	border: 0;
	margin: 10px; 
	border-radius: 5px; 
}

.gallery-container {
	padding: 20px; 
	/*border: 1px solid #888; */
	border-radius: 10px; 
	background: #eee; 
	text-align: center;
}

#pkg-res-sum table tr td:nth-child(2), 
#pkg-res-sum table tr td:nth-child(3) {
	text-align: right;
}

#pkg-res-sum table td h5 {
	margin: 0 0 10px; 
	padding: 10px 0;
	border-bottom: 1px solid #ddd; 
}

#pkg-res-sum table td {
	padding: 3px 10px; 
}

#pkg-res-sum table {
	border-spacing: 0;
	width: 100%; 
}

.pkg-sum-total span {
	display: block;
	text-align: right;
	font-weight: bold;
	border-top: 1px solid #ddd; 
	padding: 10px 0 0;
	margin: 10px 0 0;
}

#unit-discount-container article span strong {
	font-size: 20pt;
	color: #df2235;
}

#unit-discount-container article span {
    color: #777;
    display: block;
    padding: 0;
    margin: 0 0 10px;
}

#unit-discount-container article h4 {
	margin: 0 0 10px;
	font-size: 14pt;
	position: relative;
	color: #df2235;
}

#unit-discount-container article p {
	padding: 0;
	margin: 0 0 10px;
	font-size: 11pt;
}

#unit-discount-container article > div {
	padding: 5px 0;
	margin: 0 0 10px;
	font-size: 11pt;
}

#unit-discount-container article {
	display: block;
	padding: 10px 0px;
	margin: 5px 0px;
	border-bottom: 1px solid #ccc;
}

#unit-discount-container {
	padding: 0;
	position: relative;
}

.options-content table td h3 {
	font-size:12pt; 
	padding:0.4em 0.1em; 
}

.options-content table td span {
	font-size:12pt; 
	position:relative; 
	top:-0.3em; 
	left:0.3em; 
}

.options-content table td {
	width: 33.33%; 
	padding: 0.4em 0.1em; 
}

.options-content table {
	width: 100%; 
	border-spacing: 0.2em; 
}

.options-content {
}

.roomprices table thead td {
	border-bottom: 2px solid #eee; 
}

.roomprices table td {
	padding: 8px 20px; 
	white-space: nowrap;
}

.roomprices table {
	/*width: 100%; */
	border-spacing: 0;
}

.scroll-horizontal {
	max-width: 100%; 
	overflow: hidden;
	overflow-x: auto;
}

#weather ul li img {
	position: absolute;
	top: 10px; 
	left: 10px; 
	width: 100px; 
}

#weather ul li {
	position: relative;
	padding: 10px 10px 10px 120px; 
	min-height: 100px; 
}

#weather ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	max-width: 320px; 
}

.tourist-map-main {
	width: 100%; 
	margin: 0 0 40px; 
}

.ideal-table td h2 {
	font-size: 24pt; 
	color: #e00; 
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}

.ideal-table td a, 
.ideal-table td p {
	color: #fff; 
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
	font-size: 18pt; 
	margin: 15px 0;
	line-height: initial;
	display: block;
}

.ideal-table td a#temp, 
.ideal-table td p#temp {
	font-size: 32pt; 
}

.ideal-table td {
	vertical-align: top;
	width: 33.33%; 
	text-align: center;
	color: #fff; 
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
	font-size: 22pt; 
}

.ideal-table {
	width: 100%; 
	position: absolute;
	bottom: 0;
	border-spacing: 20px; 
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 100%);
}

.holiday-validity {
	color: #df2235;
}

.holiday-item label > span:nth-child(1) {
	display: block;
	padding: 3px; 
	background: #df2235; 
	color: #fff; 
	text-align: center;
	border-radius: 5px 5px 0 0;
	margin: -5px -10px 0px;
	font-size: 9pt; 
}

.holiday-item label {
	position: absolute;
	display: block;
	padding: 5px 10px; 
	width: 80px; 
	background: #eee; 
	border-radius: 5px; 
	text-align: center;
	left: 0;
	top: 1px;
	font-size: 28pt; 
}

.holiday-item {
	position: relative;
	padding-left: 100px; 
}



footer > section.pg-content > table td ul li a strong, 
footer > section.pg-content > table td ul li label strong {
	text-transform: uppercase;
	color: #37686d;
}

footer > section.pg-content > table td ul li a, 
footer > section.pg-content > table td ul li label {
	display: block;
	padding: 7px 5px; 
	color: #707070;
}

footer > section.pg-content > table td ul li {
	padding: 0;
	margin: 1px; 
}

footer > section.pg-content > table td ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer > section.pg-content > table td {
	padding: 20px 10px; 
	position: relative;
	text-align: center;
	width: 33.33%; 
	vertical-align: top;
}

footer > section.pg-content > table {
	width: 100%; 
	border-spacing: 0;
}

footer {
	display: block;
	padding: 40px 0 20px; 
	margin: 100px 0 0;
	border-top: 6px solid #eee; 
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
}

#copyright {
	text-align: center;
	font-size: 10pt; 
	color: #888; 
	padding: 20px 0 0;
}

.footer-high-ln1 {
	margin: 0 0 10px; 
	font-size: 16pt; 
	color: #707070;
}

.footer-high-ln2 {
	margin: 10px 0; 
	font-size: 22pt; 
	color: #df2235;
}

.footer-high-ln3 {
	margin: 10px 0 0; 
	font-size: 22pt; 
	color: #aaa; 
}

.bottom-socials a {
	display: inline-block;
	font-size: 16pt; 
	border-radius: 100px; 
	border: 1px solid #707070;
	color: #707070;
	margin: 10px 15px; 
	width: 36px; 
	height: 36px; 
	padding: 7px;
}

.main-footer-links a {
	/*text-transform: capitalize;*/
}

#send-message {
	display: inline-block;
	font-size: 16pt; 
	padding: 18px 40px 20px; 
	background: #2b9d9d; 
	color: #fff;
	border-radius: 3px;
	border: 2px solid #fff;  
}

.inside-map-frame {
	width: 100%; 
	height: 450px; 
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 10px; 
}

section.sitemap {
	max-width: 800px; 
}

.ideal-table td a.home-today-tomorow {
	background: #df2235;
	color: #fff;
	display: inline-block;
	width: calc(50% - 10px);
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
}





#mainWindowContainerInstant, 
#mainWindowContainer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%; 
	height: 100%; 
	background: rgba(0, 0, 0, 0.7);
	z-index: 110;
	border-spacing: 15px; 
}

#mainWindowContainerInstant.opened, 
#mainWindowContainer.opened {
	display: block;
}

#mainWindowInstant, 
#mainWindow {
	margin: 0 auto;
	background: #fff;
	color: #555; 
	max-width: 600px; 
	border-radius: 10px; 
}

#mainWindowHeaderInstant, 
#mainWindowHeader {
	position: relative;
}

#mainWindowHeaderInstant label, 
#mainWindowHeader label {
	font-size: 14pt; 
	padding: 10px;
	margin: 0; 
	border-bottom: 1px solid #ccc;
	display: block;
}

#mainWindowHeaderInstant span, 
#mainWindowHeader span {
	position: absolute;
	color: #e00;
	font-size: 16pt; 
	top: 0;
	right: 0;
	padding: 10px 20px; 
	display: block;
	cursor: pointer;
}

#mainWindowContentInstant, 
#mainWindowContent {
	max-height: 80vh;
	overflow: hidden;
	overflow-y: auto;
	padding: 10px; 
}

.bi {
	display: inline-block;
	font: normal normal normal 14px/1 beeicon;
	font-size: inherit;
	text-transform: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.bi-fw {
	width: 1.28571429em;
	text-align: center
}

.bi-spin {
	animation: icon-spin 2s infinite linear
}

.bi-pulse {
	animation: icon-spin 1s infinite steps(8)
}

@keyframes icon-spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
	}
}

.bi-plus:before {
	content: "\f067"
}

.bi-question:before {
	content: "\f128"
}

.bi-minus:before {
	content: "\f068"
}

.bi-trash-o:before {
	content: "\f014"
}

.bi-volume-off:before {
	content: "\f026"
}

.bi-volume-down:before {
	content: "\f027"
}

.bi-volume-up:before {
	content: "\f028"
}

.bi-camera:before {
	content: "\f030"
}

.bi-video-camera:before {
	content: "\f03d"
}

.bi-image:before {
	content: "\f03e"
}

.bi-photo:before {
	content: "\f03e"
}

.bi-picture-o:before {
	content: "\f03e"
}

.bi-arrows:before {
	content: "\f047"
}

.bi-step-backward:before {
	content: "\f048"
}

.bi-play:before {
	content: "\f04b"
}

.bi-pause:before {
	content: "\f04c"
}

.bi-stop:before {
	content: "\f04d"
}

.bi-step-forward:before {
	content: "\f051"
}

.bi-question-circle:before {
	content: "\f059"
}

.bi-info-circle:before {
	content: "\f05a"
}

.bi-ban:before {
	content: "\f05e"
}

.bi-arrow-left:before {
	content: "\f060"
}

.bi-arrow-right:before {
	content: "\f061"
}

.bi-arrow-up:before {
	content: "\f062"
}

.bi-arrow-down:before {
	content: "\f063"
}

.bi-exclamation-circle:before {
	content: "\f06a"
}

.bi-eye:before {
	content: "\f06e"
}

.bi-eye-slash:before {
	content: "\f070"
}

.bi-exclamation-triangle:before {
	content: "\f071"
}

.bi-warning:before {
	content: "\f071"
}

.bi-calendar:before {
	content: "\f073"
}

.bi-random:before {
	content: "\f074"
}

.bi-bar-chart:before {
	content: "\f080"
}

.bi-bar-chart-o:before {
	content: "\f080"
}

.bi-feed:before {
	content: "\f09e"
}

.bi-rss:before {
	content: "\f09e"
}

.bi-copy:before {
	content: "\f0c5"
}

.bi-files-o:before {
	content: "\f0c5"
}

.bi-money:before {
	content: "\f0d6"
}

.bi-rotate-left:before {
	content: "\f0e2"
}

.bi-undo:before {
	content: "\f0e2"
}

.bi-quote-left:before {
	content: "\f10d"
}

.bi-quote-right:before {
	content: "\f10e"
}

.bi-info:before {
	content: "\f129"
}

.bi-exclamation:before {
	content: "\f12a"
}

.bi-calendar-o:before {
	content: "\f133"
}

.bi-rss-square:before {
	content: "\f143"
}

.bi-eur:before {
	content: "\f153"
}

.bi-euro:before {
	content: "\f153"
}

.bi-dollar:before {
	content: "\f155"
}

.bi-usd:before {
	content: "\f155"
}

.bi-youtube:before {
	content: "\f167"
}

.bi-female:before {
	content: "\f182"
}

.bi-male:before {
	content: "\f183"
}

.bi-trash:before {
	content: "\f1f8"
}

.bi-area-chart:before {
	content: "\f1fe"
}

.bi-pie-chart:before {
	content: "\f200"
}

.bi-line-chart:before {
	content: "\f201"
}

.bi-question-circle-o:before {
	content: "\f29c"
}

.bi-clock-o:before {
	content: "\f017"
}

.bi-download:before {
	content: "\f019"
}

.bi-lock:before {
	content: "\f023"
}

.bi-pencil:before {
	content: "\f040"
}

.bi-edit:before {
	content: "\f044"
}

.bi-pencil-square-o:before {
	content: "\f044"
}

.bi-key:before {
	content: "\f084"
}

.bi-sign-out:before {
	content: "\f08b"
}

.bi-sign-in:before {
	content: "\f090"
}

.bi-upload:before {
	content: "\f093"
}

.bi-dashboard:before {
	content: "\f0e4"
}

.bi-tachometer:before {
	content: "\f0e4"
}

.bi-cloud-download:before {
	content: "\f0ed"
}

.bi-cloud-upload:before {
	content: "\f0ee"
}

.bi-unlock-alt:before {
	content: "\f13e"
}

.bi-search:before {
	content: "\f002"
}

.bi-envelope-o:before {
	content: "\f003"
}

.bi-check:before {
	content: "\f00c"
}

.bi-close:before {
	content: "\f00d"
}

.bi-remove:before {
	content: "\f00d"
}

.bi-times:before {
	content: "\f00d"
}

.bi-home:before {
	content: "\f015"
}

.bi-repeat:before {
	content: "\f01e"
}

.bi-rotate-right:before {
	content: "\f01e"
}

.bi-refresh:before {
	content: "\f021"
}

.bi-map-marker:before {
	content: "\f041"
}

.bi-chevron-left:before {
	content: "\f053"
}

.bi-chevron-right:before {
	content: "\f054"
}

.bi-chevron-up:before {
	content: "\f077"
}

.bi-chevron-down:before {
	content: "\f078"
}

.bi-shopping-cart:before {
	content: "\f07a"
}

.bi-external-link:before {
	content: "\f08e"
}

.bi-phone:before {
	content: "\f095"
}

.bi-twitter:before {
	content: "\f099"
}

.bi-facebook:before {
	content: "\f09a"
}

.bi-facebook-f:before {
	content: "\f09a"
}

.bi-chain:before {
	content: "\f0c1"
}

.bi-link:before {
	content: "\f0c1"
}

.bi-pinterest:before {
	content: "\f0d2"
}

.bi-envelope:before {
	content: "\f0e0"
}

.bi-linkedin:before {
	content: "\f0e1"
}

.bi-file-text-o:before {
	content: "\f0f6"
}

.bi-angle-double-left:before {
	content: "\f100"
}

.bi-angle-double-right:before {
	content: "\f101"
}

.bi-angle-double-up:before {
	content: "\f102"
}

.bi-angle-double-down:before {
	content: "\f103"
}

.bi-angle-left:before {
	content: "\f104"
}

.bi-angle-right:before {
	content: "\f105"
}

.bi-angle-up:before {
	content: "\f106"
}

.bi-angle-down:before {
	content: "\f107"
}

.bi-mobile:before {
	content: "\f10b"
}

.bi-mobile-phone:before {
	content: "\f10b"
}

.bi-spinner:before {
	content: "\f110"
}

.bi-youtube-play:before {
	content: "\f16a"
}

.bi-instagram:before {
	content: "\f16d"
}

.bi-file-pdf-o:before {
	content: "\f1c1"
}

.bi-file-word-o:before {
	content: "\f1c2"
}

.bi-file-excel-o:before {
	content: "\f1c3"
}

.bi-file-powerpoint-o:before {
	content: "\f1c4"
}

.bi-file-image-o:before {
	content: "\f1c5"
}

.bi-file-photo-o:before {
	content: "\f1c5"
}

.bi-file-picture-o:before {
	content: "\f1c5"
}

.bi-file-archive-o:before {
	content: "\f1c6"
}

.bi-file-zip-o:before {
	content: "\f1c6"
}

.bi-file-audio-o:before {
	content: "\f1c7"
}

.bi-file-sound-o:before {
	content: "\f1c7"
}

.bi-file-movie-o:before {
	content: "\f1c8"
}

.bi-file-video-o:before {
	content: "\f1c8"
}

.bi-paper-plane:before {
	content: "\f1d8"
}

.bi-send:before {
	content: "\f1d8"
}

.bi-paper-plane-o:before {
	content: "\f1d9"
}

.bi-send-o:before {
	content: "\f1d9"
}

.bi-user-o:before {
	content: "\f2c0"
}



/* header {
	display: block;
	padding: 0;
	width: 100%; 
	background: var(--main-bg-color);
	position: fixed;
	z-index: 500;
}

header > div div#nav-icon label {
	display: block;
	background: rgba(255, 255, 255, 1);
	height: 2px;
	width: 26px;
	margin: 0 0 7px;
	border-radius: 10px;
}

header > div div#nav-icon {
	position: absolute;
	top: 30px;
	right: 20px;
	padding: 0px 20px 20px;
	cursor: pointer;
	z-index: 10;
}

header > div {
	max-width: 1500px; 
	position: relative;
	margin: 0 auto;
	padding: 25px 20px;
}

header svg.mobile {
	display: none;
}

svg#main-brand {
	height: 50px; 
	margin: -10px 0 -15px;
	position: relative;
	z-index: 10;
}

div.company-image-container {
	height: 400px; 
	background-size: cover;
}

div.company-brand-container {
	text-align: center;
}

div.company-brand-container img {
	width: 200px; 
	border-radius: 1000px; 
	margin: -100px 0 20px; 
	border: 5px solid #fff;
}

section.company-header h3 {
	text-align: center;
	font-size: 16pt; 
	color: #c4161c;
}


section.pg-slider-top > div {
	height: 100%; 
	background-position: center;
	background-size: cover;
	border-radius: 5px; 
}

section.pg-slider-top {
	margin-top: 20px; 
	height: 230px; 
}

#nav-icon {
	width: 18px;
	height: 16px;
	margin: 0;
	-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;
	display: none;
}

#nav-icon span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #fff;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-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;
}

#nav-icon span:nth-child(1) {
	top: 0px;
}

#nav-icon span:nth-child(2) {
	top: 8px;
}

#nav-icon span:nth-child(3) {
	top: 16px;
}

html.to-menu-opened #nav-icon span:nth-child(1) {
	top: 7px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

html.to-menu-opened #nav-icon span:nth-child(2) {
	opacity: 0;
	left: 50px;
}

html.to-menu-opened #nav-icon span:nth-child(3) {
	top: 7px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

header > div > table {
	width: 100%; 
	border-spacing: 0;
}

header > div > table > tbody > tr > td {
}

header > div > table > tbody > tr > td > ul > li > span, 
header > div > table > tbody > tr > td > ul > li > a {
	color: #fff;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 25px 15px;
	height: 71px;
	font-size: 14pt; 
}

header > div > table > tbody > tr > td > ul > li {
	padding: 0;
	margin: 0;
	border-bottom: 2px solid transparent;
	display: inline-block;
	transition: border-bottom .4s;
}

header > div > table > tbody > tr > td > ul > li:hover {
	border-bottom: 2px solid #aaa;
}

header > div > table > tbody > tr > td > ul > li.is-active {
	border-bottom: 2px solid #fff;
}

header > div > table > tbody > tr > td > ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 8;
	position: relative;
	margin: -25px 0;
	float: right;
}

header > div > label {
	position: relative;
	z-index: 9;
}

.menu-custom {
	z-index: 11; 
}

.menu-custom > li > ul li a.hrefLikeButton {
	color: #df2235;
}

.menu-custom > li > ul li a:not(.hrefLikeButton) {
	color: #555;
	display: block;
}

.menu-custom > li > ul li > p {
	padding-left: 8px; 
	padding-right: 10px; 
}

.menu-custom > li > ul li > span.links {
	padding-left: 8px; 
	padding-right: 10px; 
	display: block;
}

.menu-custom > li > ul li {
	padding: 5px 10px; 
	white-space: nowrap;
}

.menu-custom > li > ul {
	position: absolute;
	top: 90px; 
	right: 0;
	border-bottom: 0px solid #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-top: 0px solid #000;
	background: #fff;
	list-style: none;
	padding: 0 10px; 
	margin: 0;
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transition: all 0.4s;
}

.menu-custom > li:hover > ul {
	top: 60px; 
	border-bottom: 2px solid #000;
	border-top: 5px solid #000;
	max-height: calc(100vh - 140px);
	padding: 10px 10px; 
	opacity: 1;
	transition: 0.1s all 0.4s;
}

#mainWindowContainer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%; 
	height: 100%; 
	background: rgba(0, 0, 0, 0.7);
	z-index: 110;
}

#mainWindowContainer.opened {
	display: block;
}

#mainWindow {
	margin: 0 auto;
	background: #fff;
	max-width: 600px; 
	border-radius: 10px; 
}

#mainWindowHeader {
	position: relative;
}

#mainWindowHeader label {
	font-size: 14pt; 
	padding: 10px;
	margin: 0; 
	border-bottom: 1px solid #ccc;
	display: block;
}

#mainWindowHeader span {
	position: absolute;
	color: #e00;
	font-size: 16pt; 
	top: 0;
	right: 0;
	padding: 10px 20px; 
	display: block;
	cursor: pointer;
}

#mainWindowContent {
	max-height: 80vh;
	overflow: hidden;
	overflow-y: auto;
	padding: 10px; 
}

div.pg-distance {
	height: 50px; 
}

.stay-tunned > div img {
	display: inline-block;
	margin: 0 10px; 
	padding: 10px; 
	width: 95px; 
}

.stay-tunned > div:not(.footer)::before {
    content: '';
    background: url(/images/social-arrow.svg);
    width: 120px;
    height: 45px;
    display: block;
    position: absolute;
    left: -65px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 23px;
    z-index: 1;
    transform: rotateY(180deg);
}

.stay-tunned > div:not(.footer)::after {
    content: '';
    background: url(/images/social-arrow.svg);
    width: 120px;
    height: 45px;
    display: block;
    position: absolute;
    right: -65px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 23px;
    z-index: 1;
}

.stay-tunned > div {
	margin: 0 auto; 
	text-align: center;
	max-width: 400px; 
	position: relative;
}

.stay-tunned h2 {
	text-align: center;
	color: #fff;
	font-family: 'Noto Serif', serif;
	font-weight: 300;
	font-size: 24pt;
}

footer {
	background: var(--main-bg-color);
	position: relative;
}

#copyright {
	font-family: 'Noto Serif', serif;
	font-weight: 300;
	color: #fff;
	border-top: 1px solid rgba(55,65,74,0.4);
	text-align: center;
	padding: 30px 0;
	max-width: 1090px; 
	margin: 30px auto 0px; 
}

#home-slider div#under-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; 
	height: 100%; 
	z-index: 1;
}

#home-slider iframe {
	border: 0;
	width: calc(100% + 100px); 
	height: calc(100% + 100px); 
	margin: -50px;
}

#home-slider {
	height: calc(100vh - 80px);
	position: relative;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#content-slider > div {
	max-width: 1500px; 
	margin: 0 auto; 
	height: 100%; 
	position: relative;
}

#content-slider {
	height: calc(100vh - 80px - 100px);
	position: relative;
	margin: -20px 0 0;
	z-index: 1;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#home-slider-small {
	background: #eee;
	border-radius: 20px; 
	position: absolute;
	top: 20px; 
	right: 20px; 
	height: calc(100% - 40px);
	width: 500px; 
	overflow: hidden;
	z-index: 8;
}


#operatingDates div div:first-child, 
.inspiratorListContentT3i tr:nth-child(1) td:nth-child(1) div div:first-child {
	background: #444; 
}

#operatingDates div div, 
.inspiratorListContentT3i tr:nth-child(1) td:nth-child(1) div div {
	display: inline-block;
	padding: 12px 0px; 
	width: 50px; 
	background: #888; 
	text-align: center;
	color: #fff; 
	margin: 0px 1px -2px 0px;
	font-size: 11pt; 
}

#operatingDates div, 
.inspiratorListContentT3i tr:nth-child(1) td:nth-child(1) div {
	overflow: hidden; 
	white-space: nowrap;
}

#operatingDates1 h5 img, 
#operatingDates h5 img {
	width: 40px; 
	height: 38px; 
	padding: 5px;
	background: var(--main-bg-color); 
	border-right: 2px solid #fff; 
	display: inline-block;
	margin: -17px 15px -17px 0px; 
	position: absolute;
	top: 17px; 
	left: 0px; 
}

#operatingDates1 h5 span, 
#operatingDates h5 span {
	position: relative;
	top: 2px; 
}

#operatingDates1 h5, 
#operatingDates h5 {
	font-size: 12pt; 
	padding: 7px 20px 12px 50px; 
	margin: 0px 0px 10px 0px;  
	background: #e2e2e2; 
	color: #666;
	position: relative;
	border-radius: 12px; 
	overflow: hidden;
}

#operatingDates1 ul li, 
#operatingDates ul li {
	display: inline-block; 
	padding: 4px 8px; 
	margin: 2px; 
	border: 0px solid #ddd; 
	color: #fff; 
	font-size: 12pt; 
	text-shadow: 0 0 4px rgba(0, 0, 0, .4);
}

.priceLabel {
	font-size: 12pt !important; 
}

.priceValue span {
	font-size: 12px; 
}

.priceValue {
	font-size: 20pt !important; 
}

#operatingDates1 ul, 
#operatingDates ul {
	display: block; 
	padding: 0px 0px 15px; 
	margin: 0px; 
}

#activityTopContainer {
	position: absolute;
	top: 20px;
	left: 20px;
	color: #fff;
	max-width: 240px;
}

#unitShare .st_facebook_large span span {
	background-image:url(https://tourist-informator.info/images/_vt/rounded-facebook.png) !important;
}

#unitShare .st_google_bmarks_large span span {
	background-image:url(https://tourist-informator.info/images/_vt/rounded-googleplus.png) !important;
}

#unitShare .st_twitter_large span span {
	background-image:url(https://tourist-informator.info/images/_vt/rounded-twitter.png) !important;
}

#unitShare .st_pinterest_large span span {
	background-image:url(https://tourist-informator.info/images/_vt/rounded-pinterest.png) !important;
}

#unitShare .st_email_large span span {
	background-image:url(https://tourist-informator.info/images/_vt/rounded-email.png) !important;
}

#unitShare .st_print_large span span {
	background-image:url(https://tourist-informator.info/images/_vt/rounded-print.png) !important;
}

#unitShare .st_edit_large span span {
	background-image:url(https://tourist-informator.info/images/_vt/rounded-edit.png) !important;
}

#unitShare .stButton .stLarge:hover {
	opacity:1 !important;
	background-position:0 !important; 
}

#unitShare .stButton .stLarge {
	opacity:.55 !important;
	height: 40px !important;
	width: 40px !important;
	background-size: 40px !important;
	transition:all 1s ease;
}

#unitShare ul li {
	display:block;
}

#unitShare ul {
	display:inline-block;
	padding:0px; 
	margin:0px;
}

#unitShare {
	padding:20px 0 10px; 
	text-align:center;
}

#unitShareMiddle .st_facebook_large span span {
	background-image:url(https://tourist-informator.info/images/_vt/rounded-white-facebook.png) !important;
}

#unitShareMiddle .st_google_bmarks_large span span {
	background-image:url(https://tourist-informator.info/images/_vt/rounded-white-googleplus.png) !important;
}

#unitShareMiddle .st_twitter_large span span {
	background-image:url(https://tourist-informator.info/images/_vt/rounded-white-twitter.png) !important;
}

#unitShareMiddle .st_pinterest_large span span {
	background-image:url(https://tourist-informator.info/images/_vt/rounded-white-pinterest.png) !important;
}

#unitShareMiddle .st_email_large span span {
	background-image:url(https://tourist-informator.info/images/_vt/rounded-white-email.png) !important;
}

#unitShareMiddle .st_print_large span span {
	background-image:url(https://tourist-informator.info/images/_vt/rounded-white-print.png) !important;
}

#unitShareMiddle .stButton .stLarge:hover {
	opacity:1 !important;
	background-position:0 !important; 
}

#unitShareMiddle .stButton .stLarge {
	opacity:.55 !important;
	height: 40px !important;
	width: 40px !important;
	background-size: 40px !important;
	transition:all 1s ease;
}

#unitShareMiddle ul li {
	display:block;
}

#unitShareMiddle ul {
	display:inline-block;
	padding:0px; 
	margin:0px;
}

#unitShareMiddle {
	padding: 5px 0 0;
	text-align: center;
	margin: -10px 0;
}

#unitFaceBook {
	padding:0 50px;
	text-align:left;
} */










@media screen and (max-width: 1300px) {

	section.pg-content-lists-mosaic > div > span, 
	section.pg-content-lists-mosaic > span, 
	section.pg-content-lists-mosaic > div > a, 
	section.pg-content-lists-mosaic > a {
		width: calc(33% - 20px)
	}

	.filter-list-item {
		width: calc((100% / 4) - 20px);
	}


}

@media screen and (max-width: 1000px) {

	section.pg-content-lists-mosaic > div > span, 
	section.pg-content-lists-mosaic > span, 
	section.pg-content-lists-mosaic > div > a, 
	section.pg-content-lists-mosaic > a {
		width: calc(50% - 20px); 
	}

	#header-float-menu-header > table tr td:nth-child(3), 
	#header-top table tr td:nth-child(4) {
		display: none;
	}

	.filter-list-item {
		width: calc((100% / 3) - 20px);
	}

}

@media screen and (max-width: 700px) {

	body {
		font-size: 1.1em;
	}

	.hide-desktop {
		display: block;
	}

	#header-top table tr td:nth-child(2), 
	#header-top table tr td:nth-child(3), 
	#header-top table tr td:nth-child(4) {
		display: none;
	}

	#header-float-menu-header > table tr td:nth-child(3) {
		display: none;
	}

	#header-float-menu-header > table {
		padding: 66px 0 0;
	}

	#header-float-menu-content, 
	#header-float-menu-footer {
		height: calc(100vh - 132px) !important;
	}

	#header-float-menu-footer > table > tbody > tr > td:nth-child(1) {
		display: none;
	}

	section.pg-content-lists-mosaic > div > span, 
	section.pg-content-lists-mosaic > span, 
	section.pg-content-lists-mosaic > div > a, 
	section.pg-content-lists-mosaic > a {
		width: calc(100% - 20px)
	}

	section.pg-content-lists-mosaic > span > div, 
	section.pg-content-lists-mosaic > span > img {
		display: none;
	}

	section.pg-content-lists-mosaic > span > div.pkg-custom-help {
		position: relative;
		display: block;
	}

	.filter-list-item {
		width: calc((100% / 2) - 20px);
	}
	
	.pg-content-cat-main a.selected, 
	.list-link-filter > a.selected {
		font-size: 7.6pt; 
	}

	#header-float-menu-content ul {
		float: none;
		width: initial; 
		padding: 20px 10px 0px 40px; 
		list-style: none;
		min-height: initial;
	}

	footer > section.pg-content > table td {
		display: block;
		width: 100%; 
	}

	.pg-content-prg-header > table > tbody > tr > td {
		display: block;
		width: 100%; 
		padding: 0; 
	}

	.pg-content-prg-header > table {
		border-spacing: 20px; 
	}

	.prg-included table td {
		display: block;
		width: 100%; 
	}

	.prg-included table {
		border-spacing: 0 30px; 
	}

	.prg-included {
		margin: 0;
	}

	.gallery-container {
		padding: 10px; 
	}

	.gallery-container img {
		width: 130px; 
	}

	ul.breadcrumb li a {
		font-size: 10pt; 
	}

	.pg-content-pkg-top > table > tbody > tr:nth-child(1) > td:nth-child(1) img {
	}

	.pg-content-prg-top > table > tbody > tr:nth-child(1) > td:nth-child(1) video, 
	.pg-content-prg-top > table > tbody > tr:nth-child(1) > td:nth-child(1) img {
		border-radius: 10px 10px 0 0;
		position: relative;
		height: initial;
	}

	.pg-content-pkg-top > table > tbody > tr:nth-child(1) > td:nth-child(1) div {
		border-radius: 10px 10px 0 0;
	}

	.pg-content-pkg-top > table > tbody > tr:nth-child(1) > td:nth-child(2), 
	.pg-content-prg-top > table > tbody > tr:nth-child(1) > td:nth-child(2) {
		border-radius: 0;
		min-height: initial;
	}

	.pg-content-pkg-top > table > tbody > tr:nth-child(2) > td:nth-child(1), 
	.pg-content-prg-top > table > tbody > tr:nth-child(2) > td:nth-child(1) {
		border-radius: 0 0 10px 10px;
	}

	.pg-content-pkg-top > table td, 
	.pg-content-prg-top > table td {
		display: block;
		width: 100% !important;
	}

	.section-distance {
		height: 10px; 
	}

	#package-sum table tr td:last-child {
		text-align: center;
		padding: 10px 0; 
	}

	#filter-list-toggle > div {
		max-height: 0;
		overflow: hidden;
	}

	#filter-list-toggle.opened > div {
		max-height: initial;
		overflow: hidden;
	}

	.filter-list-toggle-commands {
		cursor: pointer;
		margin: 10px 10px 0;
		padding: 10px 20px; 
		border-radius: 10px; 
		border: 1px solid #eee;
		text-align: center;
		font-size: 10pt; 
		color: #aaa; 
	}

	#filter-list-toggle-show {
		display: block;
	}

	#filter-list-toggle.opened #filter-list-toggle-show {
		display: none;
	}

	#filter-list-toggle.opened #filter-list-toggle-hide {
		display: block;
	}

	
	.ideal-table td h2 {
		font-size: 16pt; 
	}

	.ideal-table td a, 
	.ideal-table td p {
		font-size: 14pt; 
		margin: 10px 0;
	}

	.ideal-table td a#temp, 
	.ideal-table td p#temp {
		font-size: 24pt; 
	}

	.ideal-table td {
		display: block;
		font-size: 14pt; 
		width: 100%; 
		text-align: left;
		color: #fff; 
		text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
	}

	.ideal-table {
		/*bottom: initial;*/
		/*top: 100px; */
		bottom: 20px; 
		background: initial;
	}

	.cc-revoke.cc-bottom {
		display: none !important;
	}


}

@media screen and (max-width: 450px) {

	.filter-list-item {
		width: calc(100% - 20px);
		/*font-size: 8pt; */
	}

	.options-content table td {
		display: block;
		width: 100%; 
	}

}





