/* CSS Document */

body {
	font-family: "Montserrat", sans-serif;
}

.subpage {
	background: #f4f4f4 url(../img/bg-slider.jpg) center top no-repeat;
}

ul {
	-moz-padding-start: 0;
	-webkit-padding-start: 0;
	list-style-type: none;
}

button {
	outline: none;
}

header {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5);
	/*max-height: 225px*/
	/*min-height: 225px*/
}

.homepage header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

.container {
	max-width: 1230px;
}

.container_header {
	padding-top: 28px;
	padding-bottom: 22px;
	border-bottom: 1px solid rgb(64, 66, 79);
}

#tribe-events-pg-template {
	max-width: none;
}

.logo {
	background: url(../img/logo.png) left center no-repeat;
	height: 101px;
	padding-left: 140px;
	display: inline-block;
	color: rgb(255, 255, 255);
	text-decoration: none;
	padding-bottom: 3px;
}

.logo:hover {
	color: rgb(255, 255, 255);
	text-decoration: none;
}

.logo_texts_holder {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.logo_heading {
	font-size: 1.55rem;
	line-height: 2rem;
	font-weight: 700;
	color: #fff;
	margin: 0;
}

.logo_subheading {
	font-size: 1.2rem;
	font-weight: 300;
}

.langs {
	width: 100%;
	text-align: right;
	margin-top: -5px;
	margin-bottom: 0;
}

.lang {
	float: right;
	margin-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}

.langs a {
	color: #fff;
	font-size: 0.85rem;
	margin-left: 14px;
}
.langs a:hover {
	text-decoration: underline;
}

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

.header_link_li {
	float: right;
	margin-left: 15px;
}

.header_link_li:last-of-type {
	margin-left: 0px;
}

.header_link {
	color: #fff;
	font-size: 0.85rem;
}

.header_link span {
	margin-right: 7px;
}

.header_link:hover {
	color: #fff;
}

.header_contacts {
	float: right;
	margin-top: 15px;
	position: relative;
}

.header_contacts:before {
	color: #fff;
	position: absolute;
	left: -15px;
	top: 2px;
	font-family: FontAwesome;
	content: "\f095";
	font-size: 1.6rem;
	line-height: 1em;
}

.header_contact {
	float: left;
	margin-left: 20px;
	color: #fff;
	font-weight: 700;
	position: relative;
	font-size: 1.05rem;
}

.header_contact:before {
	position: absolute;
	left: -11px;
	top: 0;
	height: 100%;
	content: "|";
	font-weight: 300;
}

.header_contact:first-of-type:before {
	display: none;
}
/*
.header_email {
  color: #fff;
  text-decoration: underline;
}

.header_email:hover {
  text-decoration: none;
  color: #fff;
}
*/

.header_nav {
	position: relative;
	z-index: 100;
	width: 100%;
	float: left;
	padding-left: 15px;
}

.header_nav_item {
	height: 70px;
	float: left;
	margin-left: 75px;
}

.no_js .header_nav_item {
	margin-left: 60px;
}

.header_nav_item:first-of-type {
	margin-left: 0;
}

.header_subnav_arrow {
	width: 50px;
	height: 50px;
	background: rgb(40, 40, 57);
	transform: rotate(45deg) translateX(calc(-50% - 12px));
	position: relative;
	left: 50%;
	top: 50px;
	content: "";
	z-index: 1;
	display: none;
	/*box-shadow: 0 0 20px 0 rgba(10,10,10,1);*/
}

.header_nav_link {
	color: #fff;
	font-size: 1.1rem;
	text-transform: uppercase;
	display: inline-block;
	line-height: 70px;
	font-weight: 800;
	text-decoration: none;
}

.no_js .header_nav_link {
	font-size: 1.05rem;
}

.header_nav_link:hover {
	color: #fff;
	text-decoration: none;
}

.header_nav_item span {
	padding-bottom: 4px;
	border-bottom: 4px solid transparent;
}

.header_nav_item:hover span,
.header_nav_item_active span {
	border-bottom: 4px solid #fff;
}

.header_subnav {
	width: 100%;
	position: absolute;
	left: 0;
	top: 70px;
	padding-top: 50px;
	display: none;
}

.header_nav_item:hover .header_subnav_arrow {
	display: block;
}

.header_nav_item:hover .header_subnav {
	display: inline-block;
}

.header_subnav_container {
	background: rgb(40, 40, 57);
	padding: 50px;
	box-shadow: 0 0 20px 0 rgb(10, 10, 10);
	box-shadow: 0 0 20px 0 rgba(10, 10, 10, 1);
}

.header_subnav_heading {
	color: #fff;
	font-size: 1.1rem;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 20px;
}

.header_subnav_heading:hover {
	color: #fff;
}

.header_subnav_heading_active {
	text-decoration: underline;
}

.header_subnav_heading_active:hover {
	text-decoration: none;
}

.header_subnav_list {
	width: 100%;
	margin: 0;
	padding: 0;
}

.header_subnav_item {
	width: 100%;
	border-top: 1px solid rgb(53, 53, 69);
	padding-left: 15px;
}

.header_subnav_item:before {
	content: "";
	border-color: transparent rgb(130, 130, 140);
	border-style: solid;
	border-width: 0.25em 0 0.25em 0.3em;
	display: inline-block;
	height: 0;
	width: 0;
	position: relative;
	top: 50%;
	left: -15px;
	margin-top: -2px;
}

.header_subnav_link {
	color: #fff;
	line-height: 40px;
	font-size: 0.95rem;
}

.header_subnav_link:hover,
.header_subnav_item_active .header_subnav_link {
	color: #fff;
	text-decoration: underline;
}

.header_subnav_item_active .header_subnav_link:hover {
	text-decoration: none;
}

.self_center {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.nav_hamburger {
	height: 30px;
	position: relative;
	padding-left: 40px;
	margin: 15px 0;
	display: none;
	cursor: pointer;
	left: 50%;
	transform: translateX(-50%);
}

.nav_hamburger div {
	width: 30px;
	height: 4px;
	background: #fff;
	position: absolute;
	left: 0;
	transition: all 200ms;
}

.nav_hamburger div:nth-of-type(1) {
	top: 4px;
}

.nav_hamburger div:nth-of-type(2) {
	top: 13px;
}

.nav_hamburger div:nth-of-type(3) {
	top: 22px;
}

.nav_hamburger span {
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	line-height: 30px;
	font-weight: 800;
	font-size: 1.2rem;
}

.nav_hamburger_active div:nth-of-type(1) {
	transform: rotate(45deg);
	top: 12px;
}

.nav_hamburger_active div:nth-of-type(2) {
	display: none;
}

.nav_hamburger_active div:nth-of-type(3) {
	transform: rotate(-45deg);
	top: 12px;
}

.header_search {
	width: 45px;
	height: 70px;
	float: right;
	position: absolute;
	right: 0px;
	top: 0;
	z-index: 100;
	overflow: hidden;
	padding-right: 15px;
	padding-left: 15px;
	transition: 400ms linear width;
}

.no_js .header_search {
	width: 220px;
}

.header_search.opened {
	width: 100%;
}

.search_input {
	width: calc(100% - 70px);
	float: left;
	position: absolute;
	top: 15px;
	right: 55px;
	height: 40px;
	padding-left: 15px;
	padding-right: 15px;
}

.search_submit {
	width: 30px;
	float: right;
	background: transparent;
	color: #fff;
	border: 0;
	text-align: center;
}

.search_submit_no_js {
	display: none;
}

.no_js .search_submit_no_js {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 70px;
	cursor: pointer;
}

.fake_search_submit {
	display: none;
}

.header_search_icon {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 70px;
	cursor: pointer;
}

.no_js .header_search_icon {
	display: none;
}

.slider {
	height: 100vh;
	color: #fff;
}

.slider_container {
	width: 100%;
	height: 100%;
}

.slide {
	width: 100%;
	height: 100%;
	background-color: rgb(9, 10, 35);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.slide-video-player {
	width: 100%;
	height: 100%;
	object-fit: cover;

	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.slider_slide_content {
	height: auto;
	position: relative;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
	width: 100%;
	padding: 180px 100px 50px 100px;
	box-sizing: border-box;
}

.slider_heading {
	font-size: 4rem;
	font-weight: 800;
	line-height: 1.5em;
	margin: 0;
	color: #fff;
}

.slider_text {
	line-height: 1.5em;
	font-size: 1.5rem;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

.slider .btn {
	margin-top: 35px;
	display: inline-block;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 80px;
}

.swiper-pagination-bullet {
	background: transparent;
	border: 2px solid #fff;
	width: 17px;
	height: 17px;
	opacity: 1;
}

.swiper-container-horizontal
	> .swiper-pagination-bullets
	.swiper-pagination-bullet {
	margin: 0 4px;
}

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

.slider_arrow_holder {
	width: 20px;
	height: calc(100% - 220px);
	position: absolute;
	bottom: 0;
}

.slider_arrow_holder_left {
	left: 0;
}

.slider_arrow_holder_right {
	right: 0;
}

.swiper-button-prev {
	width: 30px;
	height: 40px;
	background: url(../img/arrow.png) center center no-repeat;
	margin-top: -20px;
	left: 25px;
}

.swiper-button-next {
	width: 30px;
	height: 40px;
	background: url(../img/arrow.png) center center no-repeat;
	margin-top: -20px;
	right: 25px;
	transform: rotate(180deg);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	opacity: 0.7;
}

.sections {
	background: rgb(255, 255, 255);
	padding: 50px 0;
}

.section {
	min-height: 400px;
	width: 100%;
	display: inline-block;
	position: relative;
	background-position: center center;
	background-size: cover;
}

.section:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background-image: linear-gradient(
		to top,
		rgb(0, 0, 0) 0%,
		rgba(0, 0, 0, 0.8) 55%,
		rgba(0, 0, 0, 0.25) 100%
	);
}

.section_text_holder {
	position: absolute;
	left: 0;
	bottom: 28px;
	width: 100%;
	padding: 0 28px;
}

.section_heading {
	font-weight: 800;
	color: #fff;
	font-size: 1.35rem;
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}

.section_description {
	color: rgb(190, 190, 190);
	width: 100%;
	display: inline-block;
	font-size: 0.95rem;
	line-height: 1.6rem;
}

.current_data {
	width: 100%;
	/*min-height: 345px;*/
	background: url(../img/bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 60px 0 80px 0;
}

.current_data_heading {
	font-weight: 800;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.4em;
	margin: 0 0 35px 0;
}

.current_data_heading a {
	color: #fff;
	text-decoration: none;
}

.current_data_heading a:hover {
	text-decoration: underline;
}

.moon_position {
	position: relative;
}

.moon_position_image {
	width: 145px;
	height: 145px;
	/*float: left;*/
	width: auto;
	height: 150px;
	max-width: 150px;
}

.moon_position_img_holder {
	text-align: center;
	width: 150px;
}

.moon_position_text_holder {
	width: calc(100% - 155px);
	position: absolute;
	left: 155px;
	top: 0;
	height: 100%;
}

.moon_position_text {
	font-weight: 300;
	color: #fff;
	float: left;
	margin-left: 15px;
	font-size: 0.9rem;
	position: relative;
	top: 50%;
	line-height: 1.7rem;
	transform: translateY(-50%);
	margin-top: 20px;
}

.box_with_relative_number {
	width: 120px;
	height: 120px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.1);
	text-align: center;
	line-height: 120px;
	font-weight: 800;
	font-size: 1.2rem;
	color: #fff;
	margin-right: 1px;
	display: inline-block;
	margin-top: 10px;
}

.actual_weather {
	position: relative;
}

.actual_weather_image_holder {
	width: 145px;
	height: 145px;
	display: inline-block;
	background: rgb(93, 65, 93);
	border-radius: 75px;
	text-align: center;
}

.actual_weather_image {
	width: 70%;
	height: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.actual_weather_text_holder {
	width: calc(100% - 145px);
	position: absolute;
	right: 160px;
	top: 0;
	height: 100%;
}

.actual_weather_text {
	font-weight: 300;
	color: #fff;
	float: right;
	margin-left: 15px;
	font-size: 0.9rem;
	position: relative;
	top: 50%;
	line-height: 1.7rem;
	transform: translateY(-50%);
}

.news {
	padding: 75px 0;
	background: rgb(244, 244, 244);
}

.news_heading {
	font-weight: 800;
	font-size: 2.5rem;
	margin: 0 0 25px 0;
	line-height: 1.6em;
	color: inherit;
}

.news_item {
	width: 100%;
	background: #fff;
	padding: 30px 20px 30px 30px;
	position: relative;
	padding-left: 48%;
	display: inline-block;
	margin-bottom: 30px;
}

.news_item_img {
	width: calc(44% - 30px);
	height: calc(100% - 60px);
	position: absolute;
	left: 30px;
	top: 30px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.news_item_date {
	line-height: 26px;
	padding: 0 10px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-weight: 800;
	background-image: linear-gradient(
		to top,
		rgb(43, 45, 82) 0%,
		rgb(79, 37, 72) 100%
	);
	color: #fff;
	font-size: 0.8rem;
}

.news_item_text {
	width: 100%;
	height: 215px;
	overflow: hidden;
}

.news_item_heading {
	font-weight: 800;
	font-size: 1.15rem;
	line-height: 1.6rem;
	margin: 0 0 15px 0;
}

.news_item a {
	color: #1f2026;
	text-decoration: none;
}

.news_item p {
	font-weight: 300;
	font-size: 0.9rem;
	line-height: 1.6rem;
	color: rgb(115, 115, 115);
	margin: 0;
	padding: 0;
}

footer {
	width: 100%;
	background: url(../img/bg-footer.jpg) center top no-repeat;
	background-size: cover;
	padding-top: 35px;
}

.footer_logo {
	width: 100%;
	max-width: 270px;
	text-align: center;
	margin-top: 20px;
	display: inline-block;
}

.footer_logo_text {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	width: 100%;
	display: inline-block;
	font-size: 0.85rem;
	margin-top: 15px;
}

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

.footer_nav ul li a {
	color: #fff;
	line-height: 30px;
	font-weight: 400;
	font-size: 0.95rem;
}

.footer_widget {
	max-width: 100%;
	text-align: right;
	overflow: hidden;
}

.footer_bar {
	min-height: 75px;
	border-top: 1px solid rgb(255, 255, 255);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.8);
	margin-top: 30px;
	display: inline-block;
	width: 100%;
}

.footer_copyright {
	font-weight: 800;
}

.footer_info {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	font-size: 0.85rem;
	line-height: 33px;
}

.footer_info a {
	color: #fff;
	text-decoration: none;
}

.footer_info a:hover {
	text-decoration: underline;
}

.footer_dlmt {
	width: 20px;
	text-align: center;
	display: inline-block;
	font-weight: 300;
	color: rgb(96, 96, 96);
	font-size: 0.85rem;
}

.footer_social {
	text-align: right;
	padding-top: 16px;
}

.social_icon {
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 19px;
	display: inline-block;
	background: rgb(34, 36, 42);
	color: #fff;
	text-align: center;
	font-family: FontAwesome;
	font-size: 1.05rem;
	transition: 200ms all;
	margin: 5px 0 5px 3px;
}

.social_icon:hover {
	background: #000;
	color: #fff;
}

.at-share-btn {
	background: rgb(34, 36, 42) !important;
}

.at-share-btn:hover {
	background: rgb(0, 0, 0) !important;
}

.btn {
	width: auto;
	display: inline-block;
	position: relative;
	transition: 200ms all;
	text-decoration: none;
}

.btn_type_1 {
	width: auto;
	height: 56px;
	border-radius: 10px;
	border: 3px solid rgb(40, 40, 57);
	background: transparent;
	font-weight: 800;
	text-align: center;
	padding: 10px 90px;
	line-height: 30px;
	font-size: 1.3rem;
	color: rgb(40, 40, 57);
	cursor: pointer;
}

.btn_type_1:hover {
	background: rgb(40, 40, 57);
	color: #fff;
}

.btn_type_2 {
	width: auto;
	min-height: 56px;
	border-radius: 10px;
	background: rgb(40, 40, 57);
	font-weight: 800;
	text-align: center;
	padding: 10px 30px;
	line-height: 32px;
	font-size: 1.15rem;
	color: rgb(255, 255, 255);
	cursor: pointer;
}

.btn_type_2:hover {
	background: rgb(0, 0, 0);
	color: #fff;
}

.btn_with_arrow {
	padding: 10px 45px 10px 65px;
	line-height: 36px;
	background: transparent;
	border: 3px solid rgb(51, 45, 79);
	color: rgb(51, 45, 79);
	font-weight: 800;
	font-size: 1.25rem;
	border-radius: 10px;
}

.btn_with_arrow:before {
	content: "\f061";
	position: absolute;
	left: 35px;
	top: 10px;
	font-family: FontAwesome;
	font-size: 1.1rem;
	font-weight: 300;
}

.btn_with_arrow:hover {
	background: rgb(51, 45, 79);
	color: #fff;
}

.btn_with_arrow_white {
	color: #fff;
	border-color: #fff;
}

.btn_with_arrow_white:hover {
	background: #fff;
	color: rgb(51, 45, 79);
}

/* SUBPAGE */

.breadcrumbs {
	min-height: 55px;
	padding: 15px 10px;
	line-height: 25px;
	color: #fff;
	font-size: 1.2rem;
}

.breadcrumb_item {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	float: left;
}

.breadcrumbs a,
.breadcrumb_last {
	color: #fff;
	text-decoration: none;
	font-size: 1rem;
	/*margin-right: 30px;*/
}

.breadcrumb_item:hover {
	color: #fff;
	text-decoration: underline;
}

.breadcrumb_dlmt {
	width: 17px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 33px;
	float: left;
	margin-left: 13px;
}

.breadcrumb_dlmt:after {
	width: 7px;
	height: 7px;
	background: #fff;
	transform: rotate(45deg);
	position: absolute;
	left: -3px;
	top: 50%;
	margin-top: -4px;
	content: "";
}

article {
	height: 100%;
	background: #fff;
	padding: 50px 60px 80px 65px;
	color: rgb(72, 72, 72);
	font-size: 0.95rem;
	font-weight: 300;
	line-height: 1.8rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	width: 100%;
	color: rgb(16, 15, 38);
	font-weight: 800;
	display: inline-block;
	line-height: 1.7rem;
}

h1 {
	font-size: 2.4rem;
	margin: 10px 0;
	line-height: 3rem;
}

h2 {
	font-size: 1.9rem;
	margin: 20px 0 5px 0;
}

h3 {
	font-size: 1.7rem;
	margin: 20px 0 5px 0;
}

h4 {
	font-size: 1.5rem;
	margin: 20px 0 5px 0;
}

h5 {
	font-size: 1.2rem;
	margin: 20px 0 5px 0;
}

h6 {
	font-size: 1.1rem;
	margin: 20px 0 5px 0;
}

article p {
	margin: 0;
	padding: 10px 0;
}

article a {
	color: rgb(140, 32, 115);
	text-decoration: underline;
}

article a:hover {
	color: rgb(140, 32, 115);
	text-decoration: none;
}

strong {
	font-weight: bold;
}

.alignleft,
img.alignleft {
	margin: 0 20px 10px 0;
	max-width: 300px;
	height: auto;
	display: inline;
	float: left;
}

@media (max-width: 575px) {
	.alignleft:not(.size-thumbnail),
	img.alignleft:not(.size-thumbnail) {
		width: 100%;
	}
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin: 0 0 10px 20px;
	max-width: 300px;
	height: auto;
	width: 100%;
}

.aligncenter,
img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

article ul {
	margin: 20px 0;
}

article ol {
	margin: 20px 0;
	padding: 0px 0px 0px 20px;
}

article ul li {
	width: 100%;
	padding-left: 60px;
	margin-bottom: 5px;
	position: relative;
}

article ol li {
	width: 100%;
	padding-left: 15px;
	margin-bottom: 5px;
}

article ul li:before {
	position: absolute;
	left: 30px;
	top: 0;
	content: "\f061";
	font-family: FontAwesome;
}

article blockquote {
	width: 100%;
	background: rgb(248, 248, 248);
	padding: 10px 15px;
	font-style: italic;
	margin: 20px 0;
}

article table,
.dataTables_wrapper .tablepress {
	width: 100%;
	margin: 20px 0;
	font-size: 1em;
}

article td,
article th,
.tablepress td,
.tablepress th {
	line-height: 30px;
	padding: 10px 15px 10px 25px;
}

.table_row,
table tr {
	background: rgb(244, 244, 245);
	border-top: 2px solid #fff;
	color: rgb(72, 72, 72);
}

.table_heading,
table thead tr {
	background: rgb(40, 40, 57);
	color: #fff;
	font-weight: 800;
}

.wpml-ls {
	height: 30px;
	overflow: hidden;
	float: right;
	width: auto;
	max-width: 120px;
}

.container_header .wpml-ls-legacy-list-horizontal {
	padding: 0;
	clear: none;
	border: 0;
}

.wpml-ls-item {
	width: 100%;
}

.wpml-ls-display {
	display: none;
}

.container_header .wpml-ls-legacy-list-horizontal a {
	color: #fff;
	padding: 0;
	line-height: 1.5;
}

.container_header .wpml-ls-legacy-list-horizontal a:hover {
	text-decoration: underline;
}

article iframe {
	margin: 20px 0px;
}

article form {
	margin: 20px 0;
	padding: 20px 50px 60px 50px;
	background: rgb(244, 244, 245);
}

form p {
	margin: 0;
	padding: 0;
}

.label {
	font-weight: 800;
	width: 100%;
	display: inline-block;
	line-height: 25px;
	margin-top: 15px;
}

.form_input {
	width: 100%;
	max-width: 385px;
	height: 55px;
	border: 2px solid rgb(219, 219, 219);
	padding-left: 10px;
	padding-right: 10px;
}

.form_textarea {
	width: 100%;
	height: 225px;
	border: 2px solid rgb(219, 219, 219);
	padding: 10px;
	margin-bottom: 25px;
}

.container_main {
	margin-bottom: 60px;
}

aside {
	height: 100%;
	background: rgb(40, 40, 57);
	padding: 35px 30px;
	color: #fff;
}

aside h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.1rem;
	font-weight: 800;
	display: inline-block;
	border-bottom: 4px solid #fff;
	width: 100%;
	margin: 10px 0 20px 0;
	padding-bottom: 7px;
	line-height: 1.5rem;
}

aside a {
	color: #fff;
}

.sidebar_menu_heading {
	margin-bottom: 10px;
	margin-top: 0;
}

.sidebar_menu {
	margin-bottom: 20px;
}

.sidebar_menu_item {
	width: 100%;
	line-height: 30px;
	border-bottom: 1px solid rgb(53, 53, 69);
	position: relative;
	overflow: hidden;
}

.sidebar_menu_item_active,
.sidebar_menu_item:hover {
	background: rgb(43, 45, 75);
}

.sidebar_menu_item:before {
	width: 6px;
	height: 6px;
	background: rgb(130, 130, 140);
	transform: rotate(45deg);
	position: absolute;
	left: -3px;
	top: 17px;
	content: "";
}

.sidebar_menu_item:last-of-type {
	border-bottom: 0;
}

.sidebar_menu_link {
	color: rgb(255, 255, 255);
	text-decoration: none;
	font-size: 0.95rem;
	display: inline-block;
	width: 100%;
	padding: 5px 10px 5px 18px;
}

.sidebar_menu_link:hover {
	color: rgb(255, 255, 255);
	text-decoration: none;
}

.sidebar_menu_item_active .sidebar_menu_link {
	text-decoration: underline;
}

.sidebar_menu_item_active .sidebar_menu_link:hover {
	text-decoration: none;
}

.sidebar_event {
	margin-bottom: 25px;
}

.sidebar_event_image {
	width: 100%;
	height: 130px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 10px;
}

.sidebar_event_date {
	width: 55px;
	height: 55px;
	float: left;
	background: rgb(68, 68, 83);
	text-align: center;
	color: #fff;
	font-weight: 800;
}

.sidebar_event_month {
	width: 100%;
	line-height: 23px;
	background-image: linear-gradient(
		to top,
		rgb(43, 45, 82) 0%,
		rgb(79, 37, 72) 100%
	);
	text-transform: uppercase;
	font-size: 0.75rem;
}

.sidebar_event_day {
	width: 100%;
	line-height: 32px;
	font-size: 1rem;
}

.sidebar_event_description {
	width: calc(100% - 70px);
	float: right;
	line-height: 1.5rem;
	font-weight: 300;
	font-size: 0.85rem;
	color: #fff;
}

.sidebar_event_link {
	width: 100%;
	display: inline-block;
	color: #fff;
	font-weight: 800;
}

.sidebar_event_link:hover {
	text-decoration: underline;
	color: #fff;
}

.sidebar_gallery {
	width: 100%;
}

.sidebar_gallery_item {
	width: 50%;
	height: 65px;
	float: left;
	background-position: center center;
	background-size: cover;
}

.sidebar_gallery_item:first-of-type {
	width: 100%;
	height: 130px;
}

.tablepress thead th {
	background-color: transparent;
	font-weight: inherit;
	vertical-align: inherit;
	border: 0;
}

#tribe-events-pg-template {
	padding: 0;
}

.relative_number_link {
	color: #fff;
	font-weight: bold;
	display: inline-block;
	margin-top: 20px;
}

.relative_number_link:hover {
	color: #fff;
}

@media (max-width: 1230px) {
	.logo_heading {
		font-size: 1.4rem;
	}

	.logo_subheading {
		font-size: 1.1rem;
	}

	.header_contact {
		font-size: 1rem;
	}

	.header_nav_item {
		margin-left: 60px;
	}

	.no_js .header_nav_item {
		margin-left: 40px;
	}

	.no_js .header_nav_item:first-of-type {
		margin-left: 0px;
	}
}

@media (max-width: 1170px) {
	.logo_heading {
		font-size: 1.3rem;
	}

	.logo_subheading {
		font-size: 1rem;
	}

	.header_contact:nth-of-type(3) {
		clear: both;
		float: right;
		margin-top: 5px;
	}

	.header_contact:nth-of-type(3):before {
		display: none;
	}

	.header_links {
		margin-top: 10px;
	}

	.header_nav_item {
		margin-left: 45px;
	}

	.no_js .header_nav_item {
		margin-left: 20px;
		font-size: 1rem;
	}

	.slider_heading {
		font-size: 3.2rem;
	}

	.slider_text {
		font-size: 1.3rem;
	}
}

@media (max-width: 991px) {
	.logo {
		/*position: relative;
    left: 50%;
    transform: translateX(-50%);*/
		margin-bottom: 20px;
	}

	.header_contact:nth-of-type(3) {
		clear: none;
		float: left;
		margin-top: 0;
	}

	.header_contact:nth-of-type(3):before {
		display: inline-block;
	}

	.header_links {
		width: auto;
		float: left;
		padding-left: 0;
	}

	.header_link_li {
		float: right;
	}

	.header_link_li:first-of-type {
		margin-left: 0;
	}

	.header_link_li:last-of-type {
		margin-right: 15px;
	}

	.container_header {
		padding-bottom: 5px;
		text-align: center;
		padding-top: 20px;
	}

	.header_nav {
		padding: 10px 15px;
	}

	.header_nav_item,
	.no_js .header_nav_item {
		width: 25%;
		margin-left: 0;
		float: left;
		height: 45px;
	}

	.header_nav_link {
		line-height: 45px;
	}

	.slider_heading {
		font-size: 2.4rem;
	}

	.slider_text {
		font-size: 1.2rem;
	}

	.btn_with_arrow {
		font-size: 1.15rem;
		padding: 10px 30px 10px 50px;
	}

	.btn_with_arrow:before {
		left: 25px;
	}

	.slider {
		height: 750px;
	}

	.slider_slide_content {
		padding-top: 290px;
	}

	.swiper-container-horizontal > .swiper-pagination-bullets {
		bottom: 25px;
	}

	.section {
		min-height: 300px;
		margin: 10px 0;
	}

	.actual_weather_image_holder {
		width: 120px;
		height: 120px;
		margin-bottom: 20px;
	}

	.actual_weather_text {
		transform: none;
	}

	.actual_weather_text_holder {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		padding: 0;
	}

	.moon_position_image {
		max-width: 120px;
		max-height: 120px;
		height: auto;
		float: none;
		margin-bottom: 20px;
	}

	.moon_position_text_holder {
		width: 100%;
		left: auto;
		height: auto;
		position: relative;
	}

	.moon_position_text {
		transform: none;
		margin-left: 0;
	}

	.current_data_heading {
		margin-bottom: 25px;
		font-size: 1.2rem;
	}

	.current_data {
		padding: 50px 0;
	}

	.box_with_relative_number {
		width: 95px;
		height: 95px;
		line-height: 95px;
		font-size: 1.05rem;
		margin-top: 0;
	}

	.news_item_text {
		height: auto;
	}

	.news_heading {
		font-size: 2rem;
	}

	.footer_widget {
		text-align: center;
		margin-top: 30px;
	}

	.footer_logo_holder {
		text-align: center;
	}

	.subnav_col {
		margin: 15px 0;
	}

	.header_subnav_container {
		padding: 10px 30px;
	}

	.header_subnav:before {
		display: none;
	}

	article {
		padding: 30px;
	}

	.header_nav_item:hover .header_subnav {
		display: none;
	}

	.header_subnav_arrow {
		display: none !important;
	}

	.header_search {
		top: auto;
		bottom: 0;
		/*overflow: visible; */
		transition: none;
	}

	.js .header_search.opened {
		bottom: -60px;
	}

	.js .header_search.opened .search_input {
		width: calc(100vw - 70px);
	}

	.no_js .header_search {
		width: 100%;
		max-width: 400px;
		position: relative;
		top: auto;
		bottom: 15px;
		height: 60px;
		right: auto;
		left: 50%;
		float: none;
		transform: translateX(-50%);
	}

	.no_js main {
		padding-top: 60px;
	}

	.langs {
		margin-top: -15px;
	}

	.header_links {
		margin-top: 17px;
	}

	.footer_info {
		text-align: center;
	}

	.footer_social {
		width: 100%;
		padding-top: 0;
		margin-bottom: 20px;
		text-align: center;
	}

	.footer_bar .row > div {
		flex: 0 0 100% !important;
		max-width: 100%;
	}

	table {
		max-width: 100%;
		overflow: scroll;
		overflow: hidden;
		overflow-x: scroll;
		display: block;
		white-space: initial;
	}
}

@media (max-width: 850px) {
	.header_links,
	.header_contacts {
		width: 100%;
		float: none;
		clear: both;
		text-align: center;
	}

	.header_links {
		margin-bottom: 10px;
	}

	.header_link_li {
		float: right;
		display: inline-block;
	}

	.header_contacts {
		width: auto;
		display: inline-block;
	}

	.header_contact {
		float: none;
		display: inline-block;
	}

	.header_contact:nth-of-type(3) {
		float: none;
	}

	.container_header {
		text-align: center;
	}

	.logo {
		margin-bottom: 5px;
	}

	.container_header {
		padding-bottom: 20px;
	}

	.slider_heading {
		font-size: 2.2rem;
	}

	.slider_text {
		font-size: 1.1rem;
	}

	.swiper-button-prev {
		left: 15px;
	}

	.swiper-button-next {
		right: 15px;
	}

	.footer_info {
		width: 100% !important;
		max-width: 100% !important;
		flex: auto;
		padding-bottom: 10px;
	}

	.social_icon {
		margin-top: 0;
	}

	.slider {
		height: auto;
	}

	.slider_slide_content {
		top: auto;
		transform: none;
		padding: 390px 25px 120px 25px;
	}

	.swiper-container-horizontal > .swiper-pagination-bullets {
		bottom: 20px;
	}

	.langs {
		width: auto;
		display: inline-block;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		float: left;
		margin-top: 10px;
		margin-bottom: 15px;
	}

	.lang {
		display: inline-block;
	}

	.header_links {
		width: 300px;
		display: block;
		clear: both;
		position: relative;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 767px) {
	.current_weather {
		text-align: left !important;
		margin-top: 35px;
	}

	.current_relative_number {
		text-align: left !important;
	}

	.actual_weather_text {
		float: none;
		margin-left: 0;
	}

	.footer_nav {
		text-align: center;
	}

	.footer_logo_holder {
		margin-bottom: 30px;
	}

	footer {
		padding-top: 5px;
	}

	.moon_position_text_holder {
		width: calc(100% - 140px);
		position: absolute;
		left: 140px;
		height: calc(100% - 20px);
	}

	.moon_position_text,
	.actual_weather_text {
		transform: translateY(-50%);
	}

	.actual_weather_text_holder {
		width: calc(100% - 140px);
		left: 140px;
		height: 100%;
		top: 0;
		position: absolute;
	}

	.actual_weather_image_holder {
		margin-bottom: 0;
	}

	h1 {
		font-size: 2.1rem;
	}
	h2 {
		font-size: 1.7rem;
	}
	h3 {
		font-size: 1.5rem;
	}
	h4 {
		font-size: 1.3rem;
	}
	h5 {
		font-size: 1.15rem;
	}
	h6 {
		font-size: 1rem;
	}

	.sidebar_menu_item {
		width: 50%;
		float: left;
	}

	.sidebar_menu {
		margin-top: -10px;
	}

	.sidebar_gallery_item:first-of-type {
		height: 200px;
	}
}

@media (max-width: 650px) {
	.btn_with_arrow {
		font-size: 1.05rem;
		padding: 10px 20px 10px 45px;
	}

	.btn_with_arrow:before {
		left: 20px;
	}

	.swiper-button-prev,
	.swiper-button-next {
		display: none;
	}

	.slider_slide_content {
		padding-left: 15px;
		padding-right: 15px;
	}

	/*
  .header_search {
    display: none
  }
  */
	/*
  .header_nav {
    text-align: center;
  }
  */
	.header_subnav {
		text-align: left;
	}
	/*
  .header_nav_item {
    width: 33.33%
  }  */

	.header_nav_link {
		font-size: 1rem;
	}
}

@media (max-width: 575px) {
	.logo_subheading {
		/*display: none*/
		font-size: 0.75rem;
	}

	.logo {
		text-align: center;
	}

	.logo_heading span {
		clear: both;
		display: block;
	}

	.header_contacts:before {
		display: none;
	}

	.header_contact:nth-of-type(3) {
		width: 100%;
		margin-left: 0;
	}

	.header_contact:nth-of-type(3):before {
		display: none;
	}

	.section {
		min-height: 200px;
	}

	.section_heading br {
		display: none;
	}

	.current_relative_number {
		margin-top: 35px;
	}

	.current_relative_number,
	.current_moon_position,
	.current_weather {
		text-align: center !important;
	}

	.moon_position_text {
		width: 100%;
		top: auto;
	}

	.moon_position_img_holder {
		width: 100%;
	}

	.news {
		padding: 40px 0;
	}

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

	.footer_dlmt:nth-child(2) {
		display: none;
	}

	.header_subnav_heading {
		font-size: 1rem;
	}

	.slider_slide_content {
		padding-top: 420px;
	}

	.moon_position_text_holder {
		width: 100%;
		position: relative;
		left: 0;
		height: auto;
	}

	.moon_position_text,
	.actual_weather_text {
		transform: none;
	}

	.actual_weather_text_holder {
		width: 100%;
		left: 0;
		height: auto;
		top: 0;
		position: relative;
	}

	.actual_weather_image_holder {
		margin-bottom: 20px;
	}

	article form {
		padding-left: 25px;
		padding-right: 25px;
	}

	.form_input {
		max-width: 100%;
	}

	article .btn_type_1,
	article .btn_type_2 {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		white-space: normal;
	}

	article li {
		padding-left: 25px;
	}

	article li:before {
		left: 0;
	}

	.header_nav_item {
		width: 100%;
	}

	.nav_hamburger {
		display: inline-block;
	}

	.header_search {
		top: 0px;
		bottom: auto;
		width: 45px;
		height: 60px;
		/*overflow: hidden*/
	}

	.header_search_icon {
		line-height: 60px;
	}

	.header_search.opened {
		width: 100%;
		height: 70px;
		bottom: auto;
		top: -5px;
	}

	.header_search.opened .header_search_icon {
		height: 40px;
		line-height: 40px;
		margin-top: 15px;
	}

	.search_input:not(.no_js .search_input) {
		top: 15px;
		bottom: auto;
		width: calc(100vw - 70px);
		opacity: 1;
		left: auto;
		right: 55px;
	}

	.no_js .header_search {
		max-width: 320px;
	}

	.header_nav {
		display: none;
		padding-top: 0;
		width: calc(100% + 30px);
		left: -15px;
		background: rgba(0, 0, 0, 0.8);
	}

	.no_js .header_nav {
		display: inline-block;
	}

	.header_nav_item,
	.no_js .header_nav_item {
		width: 100%;
		height: auto;
		text-align: center;
	}

	.header_subnav {
		position: relative;
		top: 0;
		margin: 10px 0;
		padding: 0;
	}

	.no_js .nav_hamburger {
		display: none;
	}

	.header_subnav_heading {
		margin-bottom: 5px;
	}

	.header_subnav_item:first-of-type {
		border: 0;
	}

	.header_subnav_link {
		line-height: 35px;
	}

	.subnav_col {
		margin-bottom: 5px;
	}

	.slide {
		min-height: 700px;
	}

	.slider_heading {
		font-size: 1.7rem;
	}

	.slider_text {
		font-size: 1rem;
	}

	.slider_slide_content {
		padding-top: 380px;
	}

	.no_js .slider_slide_content {
		padding-top: 700px;
	}

	.no_js .header_search {
		bottom: 7px;
	}

	table,
	thead,
	tbody,
	th,
	td,
	tr {
		display: inline-block;
		white-space: initial;
		width: 100%;
	}

	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	tr {
		border: 1px solid #ccc;
		padding: 15px 0 10px 0;
	}

	table tr:first-of-type {
		border: 1px solid #ccc;
	}

	article td {
		position: relative;
		padding: 25px 10px 10px 15px;
	}

	td:before {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		padding: 0px 10px 0px 15px;
		white-space: nowrap;
		font-weight: 800;
		content: attr(data-label);
	}

	.no_table_head td {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	tbody tr,
	.tablepress tr,
	tbody td,
	tfoot th,
	.tablepress td,
	.tablepress th {
		width: 100%;
		float: left !important;
		display: inline-block;
	}
}

@media (max-width: 479px) {
	.logo_heading {
		font-size: 1.2rem;
	}

	.section_heading {
		font-size: 1.25rem;
	}

	.news_item {
		padding: 20px;
	}

	.news_item_img {
		width: 100%;
		height: 200px;
		position: relative;
		left: auto;
		top: auto;
		display: inline-block;
		margin-bottom: 15px;
	}

	.news_heading {
		font-size: 1.5rem;
	}

	.section_text_holder {
		padding: 0 20px;
	}

	.btn_type_1,
	.btn_type_2 {
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
		font-size: 1.1rem;
	}

	article {
		padding: 30px 20px;
	}

	h1 {
		font-size: 1.8rem;
	}
	h2 {
		font-size: 1.5rem;
	}
	h3 {
		font-size: 1.4rem;
	}
	h4 {
		font-size: 1.2rem;
	}
	h5 {
		font-size: 1.1rem;
	}

	article form {
		padding-left: 15px;
		padding-right: 15px;
	}

	.sidebar_menu {
		margin-top: 0;
	}

	.sidebar_menu_item {
		width: 100%;
		float: none;
	}

	.sidebar_gallery_item:first-of-type {
		height: 130px;
	}
}

@media (min-width: 576px) {
	.header_nav {
		display: inline-block !important;
	}
}

@media (max-width: 370px) {
	.logo {
		background-size: 90px 83px;
		padding-left: 110px;
	}

	.logo_heading {
		font-size: 1.15rem;
	}

	.header_link_li {
		margin-left: 0;
		width: 100%;
	}
}

.library-viewer--file {
	font-weight: bold;
	font-size: 1.2rem;
}
.library-viewer--folder .entry-title {
	font-weight: normal;
	font-size: 1.4rem;
}
