nav,
header,
footer {
	display: block;
}

body,
div,
input,
textarea,
button,
td,
h1,
h2,
h3,
h4 {
	font-family: 'Roboto', serif, 'Arial', Helvetica, Verdana;
	font-size: 18px;
	line-height: 24px;
	color: #000;
	font-weight: 300;
}

body {
	margin: 0;
	background: #ffffff;
}

#bkg-image {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.75;
}

p {
	margin: 0;
	margin-bottom: 24px;
}

/* Stuff */
h1 {
	font-family: 'Roboto Condensed', serif;
	font-size: 28px;
	line-height: 28px;
	font-weight: 400;
	/* margin: 50px 0; */
	/* margin-bottom: 24px; */
	padding: 10px 0;
	/* padding-bottom: 20px; */
	color: #000;
	text-align: center;
	border-bottom: 1px solid #ed9109;
	/* width: fit-content; */
	margin: 10px auto;
	margin-bottom: 30px;
	/* background-color: rgba(255, 255, 255, 1); */
	/* border-radius: 6px; */
	/* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.66); */
	text-transform: uppercase;
}

h1 span {
	font-size: 18px;
	color: #6f6f6f;
}


h2 {
	font-family: 'Roboto Condensed', serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
	margin: 10px 0;
	color: #000;
	/* border-bottom: 2px solid #00b4ff; */
	width: fit-content;
	padding: 0;
	text-transform: uppercase;
}

h2.center {
	padding: 0 20px;
	margin: 0 auto;
	margin-bottom: 20px;
}

h3 {
	font-family: 'Roboto Condensed', serif;
	font-size: 22px;
	line-height: 26px;
	color: #000;
	margin: 0;
	margin-bottom: 20px;
	font-weight: 400;
}

img {
	max-width: 100%;
	height: auto;
}

/*
.clearfix:after, .columns:after {
	content: "";
	display: table;
	clear: both;
}

.clear {
	clear: both;
}


.last {
	margin-right: 0 !important;
}

.last-row {
	margin-bottom: 0 !important;
}
*/

a:link,
a:visited {
	color: #00b4ff;
	text-decoration: none;
}

a:link:hover,
a:visited:hover {
	color: #000;
}

a img {
	border: 0;
}

a.button {
	background: #ffae00;
	display: inline-block;
	padding: 5px 15px;
	min-width: 150px;
	text-align: center;
	color: #000;
	border-radius: 6px;
}

a.button:hover {
	background: #ffbb28;
}

/*
a.button-link {
	display: inline-block;
	color: #e9faff;
	font-weight: 300;
	font-size: 16px;
	font-style: italic;
	background-image: linear-gradient(#64b6cc, #54a8c3);
	padding: 5px 10px;
	border-radius: 3px;
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}
*/

hr {
	clear: both;
	font-size: 1px;
	border: 0;
	border-top: 1px solid #ed9109;
	margin: 20px 0;
}

hr.less {
	margin: 10px 0;
}

hr.more {
	margin: 50px 0;
}

hr.clean {
	border: none;
}

hr.mobile {
	display: none;
}


img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.center {
	text-align: center !important;
}

.bold {
	font-weight: bold;
}

/* Containers */
.site {
	position: relative;
	/* max-width: 1300px; */
	/* margin: 0 auto; */
	margin: 0 50px;
}

#content {
	padding-top: 121px;
	min-height: 700px;
	margin-bottom: 100px;
}

/* Headers */
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100px;
	display: flex;
	/* border-bottom: 2px solid #00b4ff; */
	background: #fafafa;
	z-index: 1000;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#logo {
	height: 100%;
	text-align: left;
	padding-left: 20px;
	line-height: 80px;
}

#logo img {
	vertical-align: middle;
	height: 90%;
}

#social {
	width: 10%;
	text-align: right;
	line-height: 100px;
	padding-right: 20px;
}

#social a {
	font-size: 24px;
	color: #b2b2b2;
	margin-left: 15px;
}

#social a:hover {
	color: #000;
}

#language {
	width: 10%;
	text-align: right;
	line-height: 20px;
	padding-right: 20px;
	margin: 40px 0;
}

#language a, .language a {
	font-size: 14px;
	color: #b2b2b2;
	margin-left: 15px;
}

#language a:hover {
	color: #000;
}

#main-menu {
	width: 80%;
	display: block;
	height: 100px;
	line-height: 100px;
	text-align: center;
	position: relative;
}

#main-menu nav a {
	position: relative;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin: 20px 0;
	font-family: 'Roboto Condensed', serif;
	font-size: 18px;
	font-weight: 400;
	padding: 0 15px;
	color: #000;
	border-radius: 6px;
	transition-duration: 100ms;
}

#main-menu nav a:hover {
	background-color: #ed9109;
	color: #fff;
}

#main-menu .submenu {
	z-index: 2000;
	display: none;
	position: absolute;
	top: 75px;
	left: 0;
	width: 350px;
	padding: 5px;
	background: #fff;
	text-align: left;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.05);
}

#main-menu .submenu a {
	display: block;
	margin: 0;
	margin-bottom: 10px;
}

#main-menu .submenu a:last-child { margin-bottom: 0;}

#main-menu-mobile {
	display: none;
}

#mobile-lang {
	display: none;
}

/* Columns */
.columns {
	display: flex;
	gap: 40px;
}

.columns.gappy {
	gap: 50px;
}

.columns.spread {
	gap: 75px;
}

.columns.tight {
	gap: 20px;
}

.col {
	flex-grow: 1;
}

.col-10-1 {
	width: 10%;
}

.col-10-9 {
	width: 90%;
}

.col-5-1 {
	width: 20%;
}

.col-5-2 {
	width: 40%;
}

.col-5-3 {
	width: 60%;
}

.col-5-4 {
	width: 80%;
}

.col-4-3 {
	width: 75%;
}

.col-4-1 {
	width: 25%;
}

.col-3-1 {
	width: 33%;
}

.col-3-2 {
	width: 66%;
}

.col-2 {
	width: 50%;
}

/* Sidebar */
.sidebar-menu a {
	display: block;
	color: #000;
	padding: 5px 10px;
	background-color: #fafafa;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	margin-bottom: 10px;
}

.sidebar-menu a.active {
	background-color: #ed9109;
	color: #fff;
}


/* Sections */
section {
	/* background: rgba(255, 255, 255, 1); */
	/* padding: 20px; */
	/* border-radius: 6px; */
	/* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.66); */
	margin-bottom: 50px;
	/* border-bottom: 1px solid #ed9109; */

}

section h2 {
	margin-top: 0;
}

a.home-link {
	font-family: 'Roboto Condensed';
	display: block;
	text-align: right;
	padding: 10px 0;
	color: #ed9109;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: 400;
}

a.home-link i {
	margin-left: 5px;
}

.slider {
	margin-top: -50px;
	/* height: 700px; */
	background-color: #000;
	/* overflow: hidden; */
	position: relative;
}

.slider .slide {
	/* position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0; */
	/* display: none; */
	height: 0;
	opacity: 0;
	overflow: hidden;
	/* opacity: 0; */
	background-color: #000;
	transition: height 0ms, opacity 500ms;
}

.slider .slide.active {
	/* display: block; */
	height: auto;
	opacity: 1;
	/* opacity: 1; */
	/* transition: ; */
}

.slider .slide img {
	display: block;
	width: 100%;
	opacity: 0.5;
	/* transition: opacity 0.5s ease-out; */
}

/* .slider .slide:hover img {
		opacity: 1;
	} */

.slider .slide .text {
	position: absolute;
	/* display: flex; */
	align-content: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	width: 100%;
	text-transform: uppercase;
	display: none;
	flex-wrap: wrap;
	/* align-items: center; */
	align-content: center;
}

.slider .slide.active .text {
	display: flex;
}

.slider .slide .text div {
	flex-grow: 1;
}

.slide .text .toptext {
	color: #fff;
}

.slide .text .main {
	font-size: 80px;
	line-height: 80px;
	color: #fff;
}

.slide .text a {
	color: #00b4ff;
	font-size: 18px;
	font-weight: 400;
}

.slider-nav {
	position: absolute;
	bottom: 20px;
	width: 100%;
	padding: 0;
	text-align: center;
	z-index: 100;
}

.slider-nav span {
	display: inline-block;
	width: 30px;
	height: 6px;
	margin: 0 2px;
	background: #fff;
	cursor: pointer;
}

.slider-nav span.active {
	background-color: #00b4ff;
}


/* Gallery */
#article img {
	display: block;
	max-width: 100%;
	height: auto;
}

#article .image img {
	border-radius: 12px;
	cursor: zoom-in;
}

#article .thumbnails {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(6, 1fr);
	margin-top: 10px;
}

#article .thumbnails img {
	display: block;
	border-radius: 6px;
	cursor: pointer;
}

#article .images-thumbs img {
	width: 154px;
	height: auto;
	cursor: pointer;
	margin: 0;
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	border-radius: 6px;
}

.article-links-share {
	border-top: 1px solid #dcf5ff;
	border-bottom: 1px solid #dcf5ff;
	padding: 20px 0;
	padding-top: 10px;
	margin: 20px 0;
	display: flex;
}

.article-links,
.article-share {
	flex-grow: 1;
}

.article-links p,
.article-share p {
	margin: 0px;
	margin-bottom: 5px;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
}

.article-share {
	text-align: right;
}

.article-links a,
.article-share a {
	display: inline-block;
	margin-right: 10px;
	background: #00b3fc;
	color: #fff;
	font-size: 14px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	padding: 5px 10px;
}

.article-share div {
	display: inline-block;
}

.article-share a {
	margin-right: 0;
	margin-left: 10px;
	color: #fff;
	font-size: 14px;
}

.article-links-share a:hover {
	color: #fff;
}

a.as-x {
	background: #000;
}

a.as-fb {
	background: #4267B2;
}

.gallery {
	columns: 4;
	column-gap: 20px;
}

.gallery img {
	cursor: zoom-in;
	box-sizing: border-box;
	display: block;
	margin-bottom: 20px;
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}

.gallery-zoomed {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 2000;
	text-align: center;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.gallery-zoomed-thumbnails {
	background: transparent;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 10%;
	top: 0;
	bottom: 0;
	overflow-y: auto;
	z-index: 120;
}

.gallery-zoomed-thumbnails img {
	display: block;
	cursor: pointer;
	box-sizing: border-box;
	border: 2px solid #fff;
	border-bottom: 0;
}

.gallery-zoomed-thumbnails img:last-child {
	border-bottom: 2px solid #fff;
}

.gallery-zoomed-photo {
	z-index: 105;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.gallery-zoomed-photo img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: 50% 50%;
}

.gallery-zoomed-close {
	position: absolute;
	display: block;
	right: 10px;
	top: 10px;
	font-size: 28px;
	line-height: 32px;
	height: 32px;
	width: 32px;
	z-index: 150;
	cursor: pointer;
	background: #fff;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	border-radius: 16px;
}

.gallery-store-availability {
	display: none;
	position: absolute;
	z-index: 120;
	right: 5px;
	bottom: 5px;
	background: rgba(0, 0, 0, 0.75);
	color: #fff;
	padding: 5px 10px;
	border-radius: 6px;
}

#gmap {
	height: 500px;
}

#gmap * {
	line-height: normal;
}

#gmap button {
	min-width: auto;
}

/* Products List */
.products {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
}

.product {
	box-sizing: border-box;
	width: 420px;
	text-align: center;
	background: #fff;
	margin-bottom: 30px;
	flex-grow: 1;
	max-width: 500px;
}

/*
	.products-5 .product:nth-child(5n) { margin-right: 0; }
	.products-4 .product:nth-child(4n) { margin-right: 0; }
	.products-3 .product:nth-child(3n) { margin-right: 0; }
	*/
.product a.name {
	color: #000;
}

.product img {
	width: 100%;
	border-radius: 12px;
}


.shop h2 {
	margin-bottom: 0px;
}

.shop h2:not(:first-child) {
	margin-top: 30px;
}

.shop hr {
	margin: 10px 0;
	margin-bottom: 20px;
}


/* Articles in Category */
.articles {
	display: flex;
	gap: 5%;
	flex-wrap: wrap;
}

.article {
	width: 47.5%;
	/* flex-grow: 1; */
	/* box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); */
	transition-duration: 250ms;
	margin-bottom: 5%;
	background: #fff;
	position: relative;
}

.article-box {
	background: #fff;
	font-size: 14px;
	text-align: center;
	position: relative;
	transition-duration: 250ms;
}

.article-box a {
	color: #fff;
	font-size: 24px;
}

.article-box a img {
	display: block;
	width: 100%;
}

.article-box a span, .article a span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-family: 'Roboto Condensed';
	padding: 5px;
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff;
	display: block;
	text-transform: uppercase;
	font-size: 24px;
	transition-duration: 250ms;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
}

.article-box:hover, .article:hover {
	transform: scale(1.05);
}

.article-box:hover a span, .article:hover a span {
	background-color: rgba(237, 145, 9, 1);
	/* font-weight: 400; */
}

.article.full {
	width: 100%;
	margin-bottom: 0;
}

.article img {
	display: block;
	width: 100%;
	height: auto;
}

.article a {
	font-family: 'Old Standard TT', serif;
	color: #000;
	text-align: center;
	display: block;
	padding: 10px 0;
}

.article .a-photo {
	padding: 0;
}

/* Ski Info */
.slope,
.road {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	/* background-color: #dedede; */
	border-radius: 24px;
	padding: 0 8px;
	/* padding-right: 8px; */
	font-weight: 500;
}

.slope span.code {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 12px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin-right: 5px;
	margin-left: -8px;
}

.road span.code {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	/* border-radius: 12px; */
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin-right: 5px;
	margin-left: -8px;
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.easy {
	/* background-color: #e6f9ff; */
	color: #0475a0;
}

.moderate {
	/* background-color: #fff0f0; */
	color: #950c0d;
}

.difficult {
	/* background-color: #ededed; */
	color: black;
}

.easy span.code {
	background-color: #0e9acf;
}

.moderate span.code {
	background-color: #d42021;
}

.difficult span.code {
	background-color: black;
}

table.ski-table {
	table-layout: fixed;
}

.ski-info {
	display: flex;
	flex-wrap: wrap;
}

.si-header,
.si-data {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	background: #fff;
	/* border-radius: 10px; */
}

.si-header {
	background-color: #ecf8ff;
	border-bottom: 1px solid #00b4ff;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.si-data {
	/* background-color: #f5f5f5; */
	border-bottom: 1px solid #ebebeb;
}

.si-data i {
	font-size: 20px;
}

.si-data img {
	vertical-align: middle;
	width: 24px;
}

/* .si-data.good {
	background-color: #f3ffee;
}

.si-data.bad {
	background-color: #ffeeee;
} */

.si-header>div,
.si-data>div {
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 15px;
	line-height: 36px;
	font-weight: 500;
}

.si-header>div {
	font-size: 14px;
}

.si-1 {
	width: 50%;
	font-weight: 500;
}

.si-2 {
	width: 35%;
}

.si-3 {
	width: 15%;
	text-align: center;
}

.webcam {
	margin-bottom: 20px;
}

.webcam h3 {
	margin-bottom: 5px;
	text-align: center;
}

/* bad fff1f1 */
/* good ecffec */

/* Icons */
.fa-check,
.fa-check-circle {
	color: #4dc600;
}

.fa-times {
	color: #dd4d00;
}

.fa-ban {
	color: #dd4d00;
}

.fa-info-circle {
	color: #ffae00;
}

/* Article */
.date {
	text-align: right;
	font-style: italic;
	font-size: 14px;
}

/* Tables */
table {
	width: 100%;
	border-collapse: collapse;
}

thead td {
	background: #fafafa;
}

td {
	padding: 5px 10px;
	border: 1px solid #f2f2f2;

}

/* Pagination */


/* Tags */


/* Footer */
#footer {
	background: #fafafa;
	min-height: 150px;
	margin-top: 50px;
	padding: 30px;
	color: #000;
	box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
}

#footer div {
	color: #000;
}

#footer .footer-text {
	font-size: 16px;
	line-height: 20px;
}

#footer nav a {
	display: block;
	margin: 0;
	color: #000;
	font-size: 16px;
}

#footer nav a:hover {
	color: #00b4ff;
}

nav#foot-social {
	margin-top: 10px;
	margin-bottom: 30px;
}

nav#foot-social a {
	display: inline-block;
	font-size: 32px;
	margin-left: 5px;
}

.copyright {
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
}

.foot-logo {
	height: 150px;
	width: auto;
}

/* Forms */
.set {
	display: flex;
	column-gap: 30px;
	margin-bottom: 20px;
}

.set label {
	width: 200px;
	text-align: right;
}

.set .options-set {
	flex-basis: 0;
	flex-grow: 1;
}

input,
textarea {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #cecece;
	border-radius: 6px;
	padding: 5px 10px;
	margin-bottom: 10px;
	background: rgba(255, 255, 255, 0.75);
	font-size: 16px;
}

textarea {
	height: 200px;
}

select {
	box-sizing: border-box;
	border: 1px solid #cecece;
	border-radius: 6px;
	padding: 5px 10px;
	margin-bottom: 20px;
	background: rgba(0, 0, 0, 0.03);
	font-size: 16px;
}

input[type="search"] {
	background: #fff url('/elements/images/search-icon.png') right 10px center no-repeat;
	border: 2px solid #b50000;
	width: 300px;
	border-radius: 6px;
	padding: 5px 10px;
	box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.25);
	font-size: 18px;
}

input[type="submit"],
button {
	border: 0;
	background: #ffae00;
	display: inline-block;
	padding: 5px 15px;
	min-width: 150px;
	text-align: center;
	color: #000;
	border-radius: 6px;
	width: auto;
	font-size: 20px;
	font-weight: 300;
	margin: 0;
}

input[type="submit"]:hover,
button:hover {
	background: #ffbb28;
}

#contact {
	text-align: center;
}

.note {
	display: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px;
	border-radius: 12px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	background: #fff;
	margin-top: 20px;
}

.stara-virtual {
	width: 100%;
	height: 700px;
	border: none;
}