body {
	overflow-x: hidden;
}
body.mega-menu-active {
	overflow-y: hidden;
	height: 100vh;
}
/*GENERAL*/
.layout-fluid-constrained {
	padding: 0px 20px 0px 20px;
}
.is-mobile {
	display: block !important;
}
.layout-section-aside-sidebar {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.layout-sidebar {
	width: 100%;
	margin: 0px;
}
.page-head-content {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
}
.page-head-wrapper {
	padding: 20px 0px 0px 0px;
	margin-bottom: 40px;
	text-align: center;
}
.page-head-wrapper .name {
	font-size: 35px;
}
.page-head-wrapper.has-image {
	height: 500px;
}
.page-head-wrapper.has-image .name {
	font-size: 70px;
}
.centered-page-text {
	width: 90%;
}
.breadcrumbs {
	display: none;
}
.section-name {
	border-left: 5px solid #3be4a3;
	padding-left: 10px;
	font-size: 18px;
}
/*HEADER*/
header .logo {
	margin: 20px 0px 20px 0px;
}
header .logo img {
	width: 100px;
}
.h-top {
	position: absolute;
	top: 13px;
	right: 20px;
	width: 150px;
	border: none;
}
.h-top .slogan {
	display: none;
}
.h-top .info-center {
	display: none;
}
.h-langs {
	margin-bottom: 10px;
	padding: 0px;
	border: none;
}
.h-socials {
	padding: 0px;
	border: none;
}
.h-socials a {
	margin: 0px 0px 0px 10px;
}
.h-search-wrapper .magnifier {
	top: 80px;
	right: 0px;
	z-index: 999;
	display: block !important;
	opacity: 1 !important;
	width: 50px;
	height: 50px;
	background-position: 15px -305px;
}
.h-search-wrapper form {
	width: 100%;
	top: 129px;
}
.h-search-wrapper form {
	height: 65px;
}
.h-search-wrapper form button {
	top: 18px;
}
.main-nav-wrapper {
	height: auto;
	position: initial;
	top: auto;
	background: #193a59;
}
.main-nav-content {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #193a59;
	z-index: 99999;
	overflow-y: scroll;
}
.main-nav.level-1 {
	position: relative;
	display: block;
	top: auto;
	left: auto;
	border: none;
}
.main-nav.level-1 > li {
	display: block;
	background: #eee;
}
.main-nav.level-1 > li > a {
	position: relative;
	display: block;
	color: #fff;
	border-bottom: 1px solid #fff;
	background: #193a59;
	padding: 20px 50px 20px 20px;
}
.main-nav.level-1 > li.has-children > a:after {
	content: "";
	position: absolute;
	display: block;
	vertical-align: middle;
	top: 20px;
	right: 15px;
	width: 20px;
	height: 20px;
	background: url(../../../../images/sprite.svg) no-repeat 8px -1328px;
}
.main-nav.level-1 > li.active > a {
	background: #60879f;
}
.main-nav.level-1 > li.has-children.hovered > a:after {
	background: url(../../../../images/sprite.svg) no-repeat 3px -902px;
}
.main-nav.level-1 > li.has-children.hovered > .main-nav.level-2 {
	display: block;
	position: initial;
	left: auto;
	top: auto;
	width: 100%;
	height: auto;
	margin-top: 40px;
}
.main-nav.level-1 > li.has-children.hovered > .main-nav.level-2 > li {
	display: block;
	margin: 0px;
	padding: 0px 30px 40px 90px;
	max-width: 100%;
}
.show-mobile-nav {
	position: relative;
	display: block;
	overflow: hidden;
}
.show-mobile-nav .name {
	display: block;
	margin-left: 50px;
	padding-right: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.show-mobile-nav .menu-ico {
	width: 15px;
	height: 2px;
	position: absolute;
	background: #fff;
	display: block;
	left: 17px;
	margin-top: 25px;
}
.show-mobile-nav .menu-ico:before {
	content: "";
	width: 15px;
	height: 2px;
	position: absolute;
	background: #fff;
	display: block;
	left: 0px;
	top: -4px;
}
.show-mobile-nav .menu-ico:after {
	content: "";
	width: 15px;
	height: 2px;
	position: absolute;
	background: #fff;
	display: block;
	left: 0px;
	bottom: -4px;
}
.close-mobile-nav {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 59px;
	height: 59px;
	background: #60879f url(../../../../images/sprite.svg) no-repeat 22px -1151px;
	z-index: 1;
}
.h-banner {
	display: none !important;
}
/*HOMEPAGE*/
.hp-slider {
	height: 400px;
}
.hp-slider ul li img {
	height: 400px;
}
.hp-slider .slide-content-wrapper {
	width: 100%;
	padding: 0px 20px;
}
.hp-slider .slide-content-wrapper .info {
	width: 100%;
}
.hp-slider .info .name {
	font-size: 45px;
}
.hp-slider .info .text {
	font-size: 25px;
}
.hp-slider .slides > li[data-show-video-on-mobile="0"] iframe {
	display: none;
}
.hp-slider .slides > li[data-show-video-on-mobile="1"] img {
	display: none!important;
}
.sticky-menu {
	top: auto;
	border-top: 1px solid #37e4a2;
	border-bottom: 1px solid #37e4a2;
	width: 100%;
	position: relative;
	font-size: 0px;
	overflow-x: auto;
	overflow-y: hidden;
	text-align: center;
	background: #132d44;
}
.sticky-menu:after {
	content: "";
	display: none;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 65px;

	/* IE10+ */
	background-image: -ms-linear-gradient(left, transparent 0%, #193a59 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(left, transparent 0%, #193a59 100%);
	/* Opera */
	background-image: -o-linear-gradient(left, transparent 0%, #193a59 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(100, #193a59));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(left, transparent 0%, #193a59 100%);
	/* W3C Markup */
	background-image: linear-gradient(to right, transparent 0%, #193a59 100%);
}
.sticky-menu-content {
	white-space: nowrap;
}
.sticky-menu a {
	padding: 5px 10px;
	display: inline-block;
	width: 60px;
}
.sticky-menu a:hover {
	width: 60px;
	margin-left: 0px;
}
.sticky-menu a:last-child {
	/*margin-right: 30px;*/
}
.sticky-menu a .name {
	display: none;
}
.sticky-menu a .img-wrapper {
	width: 100%;
	padding: 0px;
}
/*HOMEPAGE*/
.hp-boxes-wrapper a {
	width: 100% !important;
	padding-top: 80%;
}
.hp-boxes-wrapper a .info-wrapper .name-super-title-wrapper {
	margin-bottom: 20px;
	padding-left: 20px;
}
.hp-boxes-wrapper a .info-wrapper .name-super-title-wrapper .name {
	font-size: 20px;
	line-height: 25px;
}
.hp-boxes-wrapper a .info-wrapper .text {
	display: none;
}
.hp-news-wrapper {
	padding: 30px 20px;
	width: 100%;
}
.hp-news-events-wrapper .section-top {
	margin: 0px 0px 20px 0px;
	padding-left: 20px;
}
.hp-news-events-wrapper .section-top .name {
	font-size: 22px;
}
.hp-news-events-wrapper .section-top .more-link {
	margin-bottom: 3px;
}
.hp-news {
	width: 100%;
}
.hp-events-wrapper {
	padding: 30px 20px;
	width: 100%;
}
.events-grid-wrapper {
	text-align: center !important;
}
.homepage-bottom-banners-wrapper {
	padding: 40px 20px;
}
.homepage-bottom-banners-wrapper .banners-collection {
	width: 100%;
	height: auto;
}
/*PAGES*/
.page-grid-item {
	margin: 0px 10px 20px 10px !important;
	width: 260px;
}
.page-info-box-centered-image {
	height: auto;
}
.page-info-box-centered-image .section-name {
	margin-top: 20px;
	/*position: absolute;*/
	/*z-index: 9;*/
}
.page-info-box-centered-image img {
	position: relative;
	display: block;
	left: auto;
	top: auto;
	width: 100%;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}
.page-info-box-columned {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}
.page-info-box-columned .image-wrapper {
	width: 100% !important;
	min-height: 0px;
	-webkit-order: 2;
	order: 2;
}
.page-info-box-columned .image-wrapper img {
	position: relative !important;
	right: auto !important;
	width: 100% !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}
.page-info-box-columned .info-wrapper {
	padding: 20px;
	width: 100% !important;
	-webkit-order: 1;
	order: 1;
}
.page-info-box-columned .info-wrapper .text {
	max-height: 20000px;
	padding: 0px;
}
.page-info-box-no-image-centered {
	padding: 20px 0px;
}
.page-gallery .images-count {
	margin: -20px 0px 30px 20px;
	font-size: 14px;
}
.page-gallery .thumbs-wrapper {
	max-height: 195px;
	text-align: center;
}
.page-gallery .thumbs-wrapper a {
	margin: 0px 10px 30px 10px !important;
	width: 90%;
	max-width: 340px;
}
.page-gallery-wrapper .arrow-btn {
	margin-top: 20px;
}
/*TRACKS*/
.tracks-list .head {
	display: none;
}
.tracks-list .row > div {
	border-bottom: 1px solid #eee;
	padding: 10px 15px;
	width: 100% !important;
	min-height: 50px;
	line-height: 27px;
	text-align: center;
}
.tracks-list .row .track-condition-type {
	display: inline-block;
}
.tracks-list .track-condition-type .tc-name {
	width: auto;
}
.groomed-icon {
	margin-right: 5px;
}
.gi-name {
	display: inline-block;
}
.tracks-legend-wrapper .modes-wrapper {
	margin: 0px 50px 20px 0px;
	width: 100%;
	max-width: 300px;
}
.tracks-legend-wrapper .conditions-wrapper {
	max-width: 360px;
}
.lifts-tracks-more-section {
	padding: 30px 0px;
}
.lifts-tracks-more-section a {
	margin-bottom: 20px;
}
/*LIFTS*/
.lifts-list-wrapper {
	padding: 30px 0px;
}
.lifts-list .head {
	display: none;
}
.lifts-list .row > div {
	display: block;
	padding: 10px 15px;
	width: 100% !important;
	text-align: center;
}
.lifts-list .row .label {
	display: inline-block;
}
.lifts-list .row .lift-condition-type {
	display: inline-block;
}
.lifts-list .lift-condition-type .lc-name {
	width: auto;
}
/*MAPS*/
.interactive-map-item {
	padding: 30px 0px;
	text-align: center;
}
.interactive-map-item .section-name {
	display: inline-block;
}
.interactive-map-item .map-wrapper:not(.image) {
	display: none;
}
.interactive-map-item .map-wrapper.image {
	margin: 0px;
	width: 100%;
}
.interactive-map-item .map-wrapper .map {
	display: inline-block;
	width: 100%;
	max-width: 485px;
	height: auto;
}
/*WEATHER FORECASTS*/
.weather-forecast-list {
	padding: 30px 0px;
}
.weather-forecast-list .info-column {
	display: none;
}
.weather-forecast {
	width: 140px;
}
.weather-forecast .location .name {
	font-size: 14px;
}
.weather-forecast .value-cell {
	height: 110px;
}
.weather-forecast .value-cell .label {
	display: block;
	font-size: 11px;
}
/*WEBCAMS*/
.webcam-list-wrapper {
	padding: 30px 0px;
	text-align: center;
}
.webcam-list-wrapper .section-name {
	display: inline-block;
}
.active-webcam-wrapper {
	margin-bottom: 60px;
}
.active-webcam-wrapper .info-wrapper {
	width: 100%;
	margin: 0px 0px 30px 0px;
}
.active-webcam-wrapper .info-wrapper .name {
	min-height: 90px;
}
.active-webcam-wrapper .image-wrapper {
	width: 100%;
	height: auto;
	margin: 0px;
}
.webcam-item {
	width: 135px;
}
.active-webcam-wrapper .image-wrapper img {
	width: 100%;
}
.active-webcam-wrapper .image-wrapper {
	position: relative;
} 
.active-webcam-wrapper a {
	position: absolute;
	bottom: -70px;
	left: calc(50% - 50px);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.active-webcam-wrapper a.right {

	left: calc(50% + 10px);
}
/*AVALANCHES*/
.current-awt-wrapper {
	margin: 0px 0px 50px 0px;
	width: 100%;
}
.awt-info-wrapper .section-name {
	margin-bottom: 20px;
}
.awt-accordion-wrapper {
	width: 100%;
}
/*PRODUCTS*/
.products-list .pl-head {
	padding: 20px 20px;
	text-align: center;
}
.products-list .pl-head .info {
	display: block;
	float: none;
	margin: 0px 0px 10px 0px;
}
.products-list .pl-head .cart-info {
	float: none;
	display: block;
}
.products-list .pl-head .cart-info .ordered-products-wrapper {
	margin-bottom: 10px;
	text-align: left;
}
.products-list .pl-head .cart-info .blue-btn {
	margin-bottom: 10px;
}
.product-list-box {
	padding: 20px 20px;
}
.product-list-box .info {
	margin: 0px 0px 20px 0px;
	width: 100%;
	text-align: center;
}
.product-list-box form {
	width: 100%;
	text-align: center;
}
.product-list-box form .product-custom-option,
.product-list-box form .price,
.product-list-box form .quantity,
.product-list-box form .multiply-sign,
.product-list-box form .add-btn-wrapper {
	margin: 0px 10px 20px 10px;
	width: auto !important;
}
.product-list-box form .price {
	width: 90px !important;
}
.product-list-box form .product-custom-option {
	width: 205px !important;
}
.products-list .pl-footer {
	padding: 20px 20px;
	text-align: center;
}
.products-list .pl-footer .blue-btn {
	float: none;
	margin: 0px 10px 20px 10px;
}
.products-list .pl-footer .arrow-btn {
	margin: 0px 0px 20px 0px;
}
/*CART*/
.page-head-wrapper.cart {
	margin-bottom: 0px;
}
.cart-ordered-product {
	padding: 20px 20px;
	text-align: center;
}
.cart-ordered-product-info {
	margin: 0px 0px 20px 0px;
	width: 100%;
}
.cart-ordered-product-buttons {
	margin-bottom: 20px;
	width: 100%;
}
.cart-ordered-product-prices, .cart-ordered-product-quantity, .cart-multiply-sign, .cart-ordered-product-total {
	width: auto !important;
	margin: 0px 10px 20px 10px;
}
.cart-footer {
	padding: 20px 20px;
}
.cart-footer .arrow-btn {
	display: none;
}
.cart-ordered-products-total {
	display: inline-block;
	float: none;
	width: 100%;
	text-align: center;
}
/*CHECKOUT*/
.page-head-wrapper.checkout {
	margin-bottom: 0px;
}
.checkout-section {
	padding: 30px 0px;
}
.checkout-section .form-row {
	display: block;
}
.form-row > .form-column {
	padding-right: 0px;
	margin-bottom: 20px;
}
.ordered-product-customer-information {
	margin: 0px 10px 20px 10px;
	padding: 20px 20px;
	width: 100%;
	max-width: 260px;
}
/*NEWS*/
.archive-filter-wrapper {
	padding: 0px 0px 30px 0px;
}
.archive-filter-wrapper > * {
	margin: 0px 10px 20px 10px;
}
.archive-filter-wrapper .name {
	display: block;
	margin-bottom: 20px;
	padding: 0px;
	background: none;
}
.archive-filter-wrapper .author.name {
	background: none;
}
.archive-filter-wrapper .menu-wrapper {
	margin-bottom: 20px;
}
.archive-filter-wrapper .reset-btn {
	margin-right: inherit;
}
.news-grid-item {
	margin: 0px 10px 20px 10px !important;
	width: 260px;
}
.sidebar-gallery {
	text-align: center;
}
.sidebar-gallery .main-image {
	max-width: 500px;
	display: inline-block;
}
.sidebar-gallery .thumbs-wrapper a {
	border: none !important;
	margin: 0px 5px 10px 5px !important;
	width: 130px;
}
.s-news-content .formatted-text {
	margin-bottom: 0px;
}
.s-news-content .arrow-btn {
	margin: 10px 0px 30px 0px;
}
/*EVENTS*/
.event-grid-item {
	margin: 0px 10px 20px 10px !important;
	width: 260px;
}
.s-event-content .formatted-text {
	margin-bottom: 10px;
}
.s-event-content .arrow-btn {
	margin: 10px 0px 30px 0px;
}
/*GALLERIES*/
.galleries-grid {
	margin: 30px 0px;
}
.gallery-grid-item {
	width: 90%;
	max-width: 340px;
	margin: 0px 10px 20px 10px !important;
}
.gallery-grid-item .image-wrapper {
	height: auto;
}
.gallery-grid-item .image-wrapper img {
	height: auto;
	width: 100%;
}
.photo-gallery-grid {
	margin: 30px 0px;
}
.photo-gallery-image-grid-item {
	margin: 0px 10px 20px 10px !important;
}
/*VIDEOS*/
.videos-grid {
	margin: 30px 0px;
}
.video-grid-item {
	width: 90%;
	max-width: 340px;
	margin: 0px 10px 20px 10px !important;
}
.video-grid-item .image-wrapper {
	height: auto;
}
.video-grid-item .image-wrapper img {
	height: auto;
	width: 100%;
}
.s-video-wrapper {
	width: 100%;
	margin: 30px auto;
}
.s-video-wrapper iframe {
	margin-bottom: 20px;
	width: 100%;
	height: 400px;
}
/*CONTACTS*/
.c-map-wrapper .map-canvas {
	height: 400px;
}
.c-content-wrapper {
	text-align: center;
}
.c-info-wrapper {
	padding: 0px;
	width: 100%;
}
.c-content-wrapper .section-name {
	display: inline-block;
}
.c-socials a {
	margin: 0px 5px 0px 5px;
}
.c-emergency-text {
	width: 100%;
	margin-bottom: 30px;
}
.c-emergency-text img {
	max-width: 100%;
}
.c-form-wrapper {
	width: 100%;
}
.c-form-wrapper .layout-align-content-right {
	text-align: center;
}
/*FOOTER*/
footer {
	text-align: center;
}
.f-top {
	padding: 30px 0px;
}
.f-newsletter {
	margin-bottom: 30px;
}
.f-socials {
	position: initial;
	right: auto;
	top: auto;
}
.f-socials a {
	margin: 0px 4px;
}
.f-content-wrapper {
	padding: 30px 0px;
}
.f-col {
	width: 100%;
	margin-bottom: 20px;
}
.f-col.right {
	text-align: center;
}
.f-col h3 {
	margin-bottom: 20px;
	font-size: 20px;
}
.f-col ul {
	display: inline-block;
	width: 100%;
	max-width: 450px;
}
.f-col li {
	padding: 0px 10px 10px 10px;
}
.f-copyright {
	text-align: center;
}
.f-copyright .layout-fluid-constrained > div {
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	margin-bottom: 10px;
	width: 100%;
}
.f-website-info {
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}
/*FORMATTED TEXT*/
.formatted-text {
	overflow-y: auto;
}
.formatted-text img {
	max-width: 100%;
}
.formatted-text table {
	display: block;
}