/*GENERAL*/
.is-mobile {
	display: none !important;
}

/*HEADER*/
header {
	background: #193a59;
}
header .logo {
	display: inline-block;
	vertical-align: middle;
	margin: 35px 35px 30px 0px;
}
.header-content {
	position: relative;
	border-right: 1px solid #214462;
}
.h-top {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 1009px;
	border: 1px solid #214462;
	border-top: none;
	border-right: none;
	font-size: 0px;
	text-align: right;
}
.h-top .slogan {
	position: absolute;
	display: inline-block;
	vertical-align: top;
	left: 35px;
	top: 10px;
	font-size: 12px;
	color: #80abbc;
}
.h-top .info-center {
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid #214462;
	padding: 10px 20px;
	font-size: 12px;
	color: #80abbc;
}
.h-langs {
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid #214462;
	padding: 7px 20px;
}
.h-langs li {
	display: inline-block;
	vertical-align: middle;
}
.h-langs:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 13px;
	height: 22px;
	background: url("../../../../images/sprite.svg") no-repeat 0px -39px;
}
.h-langs a {
	display: inline-block;
	font-size: 12px;
	color: #80abbc;
}
.h-langs a:hover {
	color: #fff;
}
.h-socials {
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid #214462;
	padding: 11px 20px;
}
.h-socials a {
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px;
	width: 15px;
	height: 15px;
	background: url("../../../../images/sprite.svg") no-repeat 0px 0px;
	cursor: pointer;
	opacity: 0.7;
}
.h-socials a.facebook {
	background-position: 0px -100px;
}
.h-socials a.twitter {
	background-position: 0px -155px;
}
.h-socials a.youtube {
	width: 20px;
	background-position: 0px -1962px;
}
.h-socials a.instagram {
	background-position: 0px -265px;
}
.h-socials a:hover {
	opacity: 1;
}
.h-search-wrapper .magnifier {
	position: absolute;
	display: block;
	right: 20px;
	top: 65px;
	width: 20px;
	height: 20px;
	background: url("../../../../images/sprite.svg") no-repeat 0px -320px;
}
.h-search-wrapper form {
	position: absolute;
	display: none;
	right: 0px;
	top: 38px;
	width: 245px;
	height: 77px;
	z-index: 99999;
}
.h-search-wrapper form input {
	padding: 20px 50px;
	height: 100%;
	font-size: 15px;
	color: #7ea9be;
	font-weight: 300;
	background: #1d4861;
}
.h-search-wrapper form button {
	position: absolute;
	display: inline-block;
	right: 15px;
	top: 23px;
	width: 30px;
	height: 30px;
	background: url(../../../../images/sprite.svg) no-repeat 10px -375px;
}
.show-mobile-nav {
	display: none;
}
.main-nav-wrapper {
	background: #fff;
	width: 100%;
	height: 0px;
	position: absolute;
	top: 115px;
	z-index: 9999;
	opacity: 1;

	-webkit-box-shadow: 0px 5px 10px #7a7a7a;
	-moz-box-shadow: 0px 5px 10px #7a7a7a;
	box-shadow: 0px 5px 10px #7a7a7a;

	/*-webkit-transition: height 0.5s;*/
	/*-moz-transition: height 0.5s;*/
	/*-o-transition: height 0.5s;*/
	/*transition: height 0.5s;*/
}
.main-nav-wrapper.active {
	height: 300px;
}
.main-nav-content {
	position: relative;
	width: 1180px;
	margin: 0px auto;
}
.main-nav.level-1 {
	position: absolute;
	display: inline-block;
	top: -78px;
	left: 168px;
	border-left: 1px solid #214462;
	font-size: 0px;
}
.main-nav.level-1 > li {
	display: inline-block;
}
.main-nav.level-1 > li > a {
	display: inline-block;
	padding: 30px 10px 29px 35px;
	color: #81acbf;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.main-nav.level-1 > li.active > a,
.main-nav.level-1 > li:hover > a {
	color: #fff;
}
.main-nav.level-2,
.main-nav.level-3 {
	display: none;
}
.main-nav.level-1 > li.has-children.hovered > .main-nav.level-2 {
	display: inline-block;
	position: absolute;
	left: -170px;
	top: 78px;
	width: 880px;
	height: 300px;
}
/*News & Events*/
.main-nav.level-1 > li:nth-child(4).has-children.hovered > .main-nav.level-2 > li {
	max-width: 390px;
}
.main-nav.level-1 > li.has-children.hovered > .main-nav.level-2 > li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 45px 0px 0px;
	padding: 40px 0px 0px 60px;
	max-width: 245px;
}
.main-nav.level-1 > li.has-children.hovered > .main-nav.level-2 > li > a {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: 700;
	color: #1d375c;
}
.main-nav.level-1 > li.has-children.hovered > .main-nav.level-2 > li > a:before {
	content: "";
	position: absolute;
	display: block;
	top: 8px;
	left: -65px;
	width: 55px;
	height: 8px;
	background: #37e6a3;
}
.main-nav.level-1 > li.has-children.hovered > .main-nav.level-2 > li > .main-nav.level-3 {
	display: block;
}
.main-nav.level-1 > li.has-children.hovered > .main-nav.level-2 > li > .main-nav.level-3 > li {
	display: block;
	margin-bottom: 10px;
}
.main-nav.level-1 > li.has-children.hovered > .main-nav.level-2 > li > .main-nav.level-3 > li > a {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	color: #5f6062;
}
.main-nav.level-1 > li.has-children.hovered > .main-nav.level-2 > li > .main-nav.level-3 > li > a:hover,
.main-nav.level-1 > li.has-children.hovered > .main-nav.level-2 > li > .main-nav.level-3 > li.active > a {
	color: #77afe2;
}
.main-nav-wrapper .h-banner {
	display: none;
}
.main-nav-wrapper.active .h-banner {
	position: absolute;
	display: block;
	right: 0px;
	top: 0px;
}
/*GENERAL*/
.is-hidden {
	display: none;
}
.breadcrumbs {
	display: inline-block;
	color: #fff;
}
.breadcrumbs li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 16px;
	color: #31414e;
}
.breadcrumbs li a {
	color: #31414e;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}
.breadcrumbs li:after {
	content: "\000BB";
	display: inline-block;
	vertical-align: middle;
	margin: 0px 2px;
}
.breadcrumbs li:last-child:after {
	display: none;
}
.back-btn {
	display: inline-block;
	vertical-align: middle;
	float: right;
	color: #fff;
	font-size: 12px;
	line-height: 17px;
}
.back-btn:hover {
	color: #fff;
}
.back-btn:before {
	content: "\000AB";
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	color: #fff;
}
.green-btn {
	display: inline-block;
	padding: 15px 20px;
	font-size: 16px;
	font-weight: 600;
	color: #16385e !important;
	background: #39e47e;
	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-o-transition: all 0.27s;
	transition: all 0.27s;
}
.green-btn:hover {
	opacity: 0.8;
}
.blue-btn {
	display: inline-block;
	padding: 15px 20px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background: #16385e;
	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-o-transition: all 0.27s;
	transition: all 0.27s;
}
.blue-btn:hover {
	/*opacity: 0.9;*/
}
.x-btn {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #e1e1e1;
	text-align: center;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-o-transition: all 0.27s;
	transition: all 0.27s;
}
.x-btn:after {
	content: "\02A2F";
	font-size: 21px;
	line-height: 28px;
	font-weight: 800;
	color: #fff;
}
.x-btn:hover {
	background: #f34334;
}
.page-head-wrapper {
	position: relative;
	border-bottom: 1px solid #c7d5d6;
	height: 240px;
	text-align: center;
	background: #d6e5ea url(../../../../images/header-pattern.svg) repeat top left;
	overflow: hidden;
}
.page-head-wrapper .name {
	position: relative;
	font-family: "Bernierd Distressed", "Open Sans", "Arial", "sans-serif";
	font-size: 50px;
	font-weight: 400;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #31414e;
}
.page-head-wrapper.has-image {
	height: 550px;
	color: #fff;
}
.page-head-wrapper.has-image .breadcrumbs li,
.page-head-wrapper.has-image .breadcrumbs a {
	color: #fff;
	text-shadow: 1px 1px 3px #1e3f60;
	font-weight: 600;
	font-size: 18px;
}
.page-head-wrapper.has-image .name {
	font-size: 90px;
	color: #fff;
	text-shadow: 2px 2px 3px #1e3f60;
}
.page-head-wrapper.has-image .name:after {
	content: "";
	position: absolute;
	display: block;
	vertical-align: middle;
	left: 50%;
	bottom: -10px;
	width: 100px;
	height: 10px;
	background: url(../../../../images/sprite.svg) no-repeat 2px -775px;

	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.section-name {
	margin-bottom: 20px;
	border-left: 10px solid #3be4a3;
	padding-left: 20px;
	font-size: 24px;
	font-weight: 800;
	color: #33414a;
}
.centered-page-text {
	margin: 30px auto;
	width: 750px;
	text-align: center;
	color: #31414e;
}
.download-link {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	padding-left: 70px;
}
.download-link:before {
	content: "";
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	left: 0px;
	top: 0px;
	border: 1px solid #3be4a3;
	width: 55px;
	height: 55px;
	background: url("../../../../images/sprite.svg") no-repeat 18px -1215px;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-o-transition: all 0.27s;
	transition: all 0.27s;
}
.download-link .name {
	display: block;
	margin: 7px 0px 2px 0px;
	font-size: 18px;
	font-weight: 800;
	color: #193c5c;
}
.download-link .size {
	display: block;
	font-size: 13px;
	font-weight: 300;
	color: #193c5c;
}
.download-link:hover:before {
	background-position: 18px -1210px;
}
.arrow-btn {
	position: relative;
	display: inline-block;
	color: #33414a !important;
	cursor: pointer;
}
.arrow-btn:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	background: #33414a url(../../../../images/sprite.svg) no-repeat 0px 0px;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-o-transition: all 0.27s;
	transition: all 0.27s;
}
.arrow-btn.down:before {
	background-position: 12px -892px;
}
.arrow-btn.down:hover:before {
	background-position: 12px -887px;
}
.arrow-btn.right:before {
	background-position: 18px -1318px;
}
.arrow-btn.right:hover:before {
	background-position: 22px -1318px;
}
.arrow-btn.left:before {
	background-position: 18px -1318px;

	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.arrow-btn.left:hover:before {
	background-position: 22px -1318px;
}
.grey-background {
	background: #f1f2f6;
}
.social-links-wrapper {
	margin: 30px 0px 40px 0px;
}
.social-links-wrapper .title {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 20px 0px 0px;
	font-size: 20px;
	font-weight: 800;
	color: #193c5c;
}
.share-links {
	display: inline-block;
	vertical-align: middle;
}
.social-links-wrapper .share-links a {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	margin: 0px 15px 0px 0px;
	background: #717882 url(../../../../images/sprite.svg) no-repeat 0px 0px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-o-transition: all 0.27s;
	transition: all 0.27s;
}
.social-links-wrapper .share-links a.facebook-share {
	background-position: 12px -600px;
}
.social-links-wrapper .share-links a.twitter-share {
	background-position: 7px -482px;
}
.social-links-wrapper .share-links a:hover {
	background-color: #aeb5bf;
}
/*HOME PAGE*/
.visitor-notifications-wrapper {
	display: block;
	padding: 10px 20px;
	background: #3eaf9d;
}
.visitor-notifications-wrapper a {
	display: inline-block;
	vertical-align: middle;
	color: #193a59;
}
.visitor-notifications-wrapper a:hover {
	text-decoration: underline;
}
.visitor-notifications-wrapper a:after {
	content: "\02022";
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px 0px 8px;
	font-size: 20px;
	line-height: 18px;
}
.visitor-notifications-wrapper a:last-child:after {
	display: none;
}
.hp-slider {
	position: relative;
	height: 600px;
	overflow: hidden;
	background-color: #193a59;
}
.hp-slider ul {
	height: 100%;
}
.hp-slider ul li {
	height: 100%;
}
.hp-slider ul li > a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}
.hp-slider ul li iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.hp-slider .slide-content-wrapper {
	text-align: center;
	z-index: 1;
}
.hp-slider .slide-content-wrapper .info {
	text-align: center;
	width: 650px;
	display: none;
}
.hp-slider .flex-active-slide .slide-content-wrapper .info {
	display: inline-block;
}
.hp-slider .info .name {
	margin-bottom: 20px;
	font-family: "Bernierd Distressed", "Open Sans", "Arial", "sans-serif";
	font-size: 90px;
	line-height: 1.2em;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 3px 3px 0px #1e3f60;
}
.hp-slider .info .text {
	display: inline-block;
	font-family: "Bernierd Distressed", "Open Sans", "Arial", "sans-serif";
	font-size: 30px;
	line-height: 1.2em;
	color: #193a59;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #fff;
}
.hp-slider .flex-control-paging {
	position: absolute;
	width: 1180px;
	bottom: 30px;
	left: 50%;
	text-align: center;
	z-index: 99;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
}
.hp-slider .flex-control-paging li {
	display: inline-block;
	margin-left: 5px;
}
.hp-slider .flex-control-paging li a {
	display: inline-block;
	width: 13px;
	height: 13px;
	border: 3px solid #193a59;
	background: #fff;
	cursor: pointer;
	overflow: hidden;
	text-indent: 100px;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-ms-transition: all 0.27s;
	-o-transition: all 0.27s;
	transition: all 0.27s;
}
.hp-slider .flex-control-paging li a.flex-active {
	background: #193a59;
}
.sticky-menu {
	position: absolute;
	right: 0px;
	top: 156px;
	width: 200px;
	z-index: 999;
}
.sticky-menu a {
	display: block;
	padding: 10px 10px;
	width: 100%;
	font-size: 0px;
	text-transform: uppercase;
	background: rgba(25, 58, 89, 0.85);

	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-o-transition: all 0.27s;
	transition: all 0.27s;
}
.sticky-menu a:nth-child(3n+1) {
	background: rgba(25, 58, 89, 0.85);
}
.sticky-menu a:nth-child(3n+2) {
	background: rgba(28, 162, 138, 0.85);
}
.sticky-menu a:nth-child(3n+3) {
	background: rgba(104, 200, 226, 0.85);
}
.sticky-menu a .img-wrapper {
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
	width: 35%;
	max-width: 55px;
	height: 45px;
	line-height: 45px;
	text-align: center;
}
.sticky-menu a .img-wrapper img {
	display: inline-block;
	vertical-align: middle;
}
.sticky-menu a .name {
	display: inline-block;
	vertical-align: middle;
	width: 65%;

	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #fff;
}
.sticky-menu a:hover {
	width: 110%;
	margin-left: -10%;
}
.hp-boxes-wrapper {
	font-size: 0px;
}
.hp-boxes-wrapper a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33%;
	padding-top: 27%;
	color: #fff;
	overflow: hidden;
	background: #132d44 url(../../../../images/dark-blue-pattern.svg) repeat top left;
}
.hp-boxes-wrapper a:not(.no-image):before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;

	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-o-transition: all 0.27s;
	transition: all 0.27s;
}
.hp-boxes-wrapper a:not(.no-image):hover:before {
	background: rgba(0, 0, 0, 0.6);
}
/*
.hp-boxes-wrapper a:nth-child(2n) {
	width: 34%;
}*/
.hp-boxes-wrapper a:nth-child(2),
.hp-boxes-wrapper a:nth-child(5),
.hp-boxes-wrapper a:nth-child(8) {
	width: 34%;
}
.hp-boxes-wrapper a img {
	display: block;
	width: 101%;
	height: 101%;
}
.hp-boxes-wrapper a .info-wrapper {
	padding: 10% 10%;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}
.hp-boxes-wrapper a .info-wrapper .info {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.hp-boxes-wrapper a .info-wrapper span {
	display: block;
}
.hp-boxes-wrapper a .info-wrapper .name-super-title-wrapper {
	margin-bottom: 30px;
	border-left: 10px solid #37e4a2;
	padding-left: 30px;
}
.hp-boxes-wrapper a .info-wrapper .name-super-title-wrapper .super-title {
	font-size: 17px;
	font-weight: 700;
	/*color: #c6c5cb;*/
}
.hp-boxes-wrapper a .info-wrapper .name-super-title-wrapper .name {
	font-size: 27px;
	line-height: 34px;
	font-weight: 800;
	color: #fff;
}
.hp-boxes-wrapper a .info-wrapper .text {
	font-size: 14px;
	font-weight: 600;
	opacity: 0;

	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-o-transition: all 0.27s;
	transition: all 0.27s;
}
.hp-boxes-wrapper a .info-wrapper .more {
	display: none;
	position: absolute;
	bottom: 20px;
	border-top: 1px solid #fff;
	padding-top: 20px;
	width: 70%;
	max-width: 250px;
	font-size: 18px;
	font-weight: 800;
	opacity: 0;

	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-o-transition: all 0.27s;
	transition: all 0.27s;
}
.hp-boxes-wrapper a.no-image .info-wrapper .text,
.hp-boxes-wrapper a:hover .info-wrapper .text {
	opacity: 1;
}
.hp-boxes-wrapper a.no-image .info-wrapper .more,
.hp-boxes-wrapper a:hover .info-wrapper .more {
	opacity: 1;
}
.hp-news-events-wrapper {
	font-size: 0px;
}
.hp-news-wrapper {
	display: inline-block;
	vertical-align: top;
	padding: 50px 0px;
	width: 50%;
	font-size: 14px;
	text-align: right;
	background: #eee;
}
.hp-news {
	display: inline-block;
	vertical-align: top;
	width: 605px;
	text-align: left;
}
.hp-events-wrapper {
	display: inline-block;
	vertical-align: top;
	padding: 50px 20px 50px 13px;
	width: 50%;
	font-size: 14px;
}
.hp-events-wrapper .events-grid-wrapper {
	text-align: left;
}
.hp-news-events-wrapper .section-top {
	margin: 0px 0px 40px 20px;
	border-left: 10px solid #37e4a2;
	padding-left: 20px;
}
.hp-news-events-wrapper .section-top .name {
	display: inline-block;
	vertical-align: bottom;
	font-size: 32px;
	font-weight: 800;
	color: #31424c;
}
.hp-news-events-wrapper .section-top .more-link {
	display: inline-block;
	vertical-align: bottom;
	font-weight: 600;
	margin: 0px 0px 7px 20px;
	color: #31424c;
	font-size: 13px;
}
.hp-logos-wrapper {
	padding: 40px 0px 30px 0px;
	text-align: center;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#499bea+0,207ce5+100;Blue+3d+%237 */
	background: rgb(59, 177, 165); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgba(59, 177, 165, 1) 0%, rgba(58, 229, 163, 1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(59, 177, 165, 1) 0%, rgba(58, 229, 163, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(59, 177, 165, 1) 0%, rgba(58, 229, 163, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3BB1A5', endColorstr='#3AE5A3', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
.hp-logos-wrapper a {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 15px 30px 15px;
}
.banners-collection-wrapper {
	text-align: center;
}
.banners-collection {
	position: relative;
	display: inline-block;
	overflow: hidden;
	background-color: #193a59;
	z-index: 1;
	font-size: 0px;
}
.banners-collection ul {
	height: 100%;
}
.banners-collection ul li {
	height: 100%;
}
.banners-collection ul li > a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}
.homepage-bottom-banners-wrapper {
	position: relative;
	padding: 0px 0px 70px 0px;
	background: #eee;
}
.homepage-bottom-banners-wrapper:after {
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background: #fff;
}
.homepage-bottom-banners-wrapper .banners-collection {
	width: 1180px;
	height: 160px;
}
.homepage-bottom-banners-wrapper .banners-collection img{
	width: 100%;
	height: 100%;
}
/*PAGES*/
.pages-grid {
	padding: 40px 0px !important;
	text-align: center;
	font-size: 0px;
}
.page-grid-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0px 20px 20px 0px;
	width: 280px;
	height: 435px;
	background: #132d44 url(../../../../images/dark-blue-pattern.svg) repeat top left;
	font-size: 14px;
	text-align: center;
	overflow: hidden;

	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-ms-transition: all 0.27s;
	-o-transition: all 0.27s;
	transition: all 0.27s;
}
.page-grid-item:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50%;

	background: -moz-linear-gradient(top, rgba(14, 22, 41, 0) 0%, rgba(14, 22, 41, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(14, 22, 41, 0) 0%, rgba(14, 22, 41, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(14, 22, 41, 0) 0%, rgba(14, 22, 41, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e1629', endColorstr='#0e1629', GradientType=0); /* IE6-9 */
}
.pages-grid .page-grid-item:nth-child(4n),
.pages-grid .page-grid-item:last-child {
	margin-right: 0px;
}
.page-grid-item span {
	display: block;
}
.page-grid-item .image-wrapper img {
	display: block;
	width: 100%;
}
.page-grid-item .info {
	position: absolute;
	top: 245px;
	bottom: auto;
	left: 0px;
	padding: 20px 20px;
	width: 100%;
	z-index: 1;
	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-o-transition: all 0.27s;
	transition: all 0.27s;
}
.page-grid-item .info .name-wrapper {
	position: relative;
	margin-bottom: 17px;
	padding-bottom: 15px;
	border-bottom: 2px solid #fff;
	height: 150px;
}
.page-grid-item .info .name-wrapper .name {
	position: absolute;
	bottom: 10px;
	width: 100%;
	font-size: 22px;
	font-weight: 800;
	color: #fff;
	text-align: center;
}
.page-grid-item .info .text {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
}
.page-grid-item:hover {
	-webkit-box-shadow: 0px 0px 15px 1px #000;
	-moz-box-shadow: 0px 0px 15px 1px #000;
	box-shadow: 0px 0px 15px 1px #000;
}
.page-grid-item:hover .info {
	top: 150px;
}
.page-info-boxes-wrapper > div:nth-child(odd) {
	background: #f6f6f6;
}
.page-info-boxes-wrapper > div:nth-child(even) {
	background: #fff;
}
.page-info-box-centered-image {
	position: relative;
	height: 500px;
	overflow: hidden;
}
.page-info-box-centered-image img {
	z-index: 0;
}
.page-info-box-centered-image .page-content-wrapper {
	position: relative;
	padding: 50px;
	z-index: 1;
}
.page-info-box-columned {
	font-size: 0px;
	overflow: hidden;
}
.page-info-box-columned .image-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	min-height: 490px;
	overflow: hidden;
}
.page-info-box-columned .image-wrapper img {
	position: absolute;
	display: block;
	right: 0px;
}
.page-info-box-columned .info-wrapper {
	display: inline-block;
	vertical-align: top;
	padding: 50px 50px;
	width: 50%;
}
.page-info-box-columned.image-right {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.page-info-box-columned.image-right img {
	right: auto;
	left: 0px;
}
.page-info-box-columned.image-right .info-wrapper {
	-webkit-order: 1;
	order: 1;
}
.page-info-box-columned.image-right .image-wrapper {
	-webkit-order: 2;
	order: 2;
}
.page-info-box-columned .info-wrapper .text {
	max-height: 305px;
	overflow-y: auto;
	padding-right: 20px;
}
.page-info-box-no-image-centered {
	padding: 50px 0px;
}
.page-info-box-no-image-centered .pdf-embed {
	margin-top: 30px;
	border-top: 10px solid #3be4a3;
	width: 920px;
	height: 600px;
}
.page-gallery {
	margin: 30px 0px 60px 0px;
}
.page-gallery .images-count {
	margin: -20px 0px 50px 30px;
	font-size: 18px;
	font-weight: 300;
	color: #33414a;
}
.page-gallery .thumbs-wrapper {
	font-size: 0px;
	max-height: 250px;
	overflow: hidden;
}
.page-gallery .thumbs-wrapper a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0px 20px 20px 0px;
	position: relative;
	text-align: center;

	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-o-transition: all 0.27s;
	transition: all 0.27s;
}
.page-gallery .thumbs-wrapper a:before {
	content: "";
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	background: url(../../../../images/sprite.svg) no-repeat 2px -820px;
	z-index: 1;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-o-transition: all 0.27s;
	transition: all 0.27s;
}
.page-gallery .thumbs-wrapper a:after {
	content: "";
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;

	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-o-transition: all 0.27s;
	transition: all 0.27s;
}
.page-gallery .thumbs-wrapper a:hover:before,
.page-gallery .thumbs-wrapper a:hover:after {
	opacity: 1;
}
.page-gallery .thumbs-wrapper a:nth-child(3n) {
	margin-right: 0px;
}
.page-gallery .thumbs-wrapper a img {
	display: block;
	max-width: 100%;
}
/*PRODUCTS*/
.products-list {
	padding: 50px 0px;
}
.products-list .pl-head {
	margin-bottom: 1px;
	padding: 30px 40px;
	background: #fff;
	overflow: hidden;
}
.products-list .pl-head .info {
	display: inline-block;
	float: left;
	margin-top: 15px;
	font-style: italic;
	font-size: 15px;
}
.products-list .pl-head .cart-info {
	display: inline-block;
	float: right;
}
.products-list .pl-head .cart-info .ordered-products-wrapper {
	display: inline-block;
	vertical-align: middle;
	margin-right: -2px;
	width: 65px;
	height: 52px;
	background: #39e47e url(../../../../images/sprite.svg) no-repeat 10px -2373px;
}
.products-list .pl-head .cart-info .count {
	display: inline-block;
	vertical-align: middle;
	margin: 12px 0px 0px -13px;
	width: 29px;
	height: 29px;
	font-weight: 600;
	text-align: center;
	line-height: 29px;
	color: #fff;
	background: #f34135;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.products-list .pl-head .cart-info .blue-btn {
	display: inline-block;
	vertical-align: middle;
}
.product-list-box {
	margin-bottom: 1px;
	border-left: 8px solid #3ae380;
	padding: 30px 40px;
	background: #fff;
}
.product-list-box .info {
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
	width: 390px;
}
.product-list-box .info .name {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 800;
	color: #31414e;
}
.product-list-box .info .text {
	font-size: 15px;
	line-height: 25px;
}
.product-list-box form {
	display: inline-block;
	vertical-align: top;
	width: 655px;
}
.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 {
	display: inline-block;
	vertical-align: middle;
}
.product-list-box form .form-label-wrapper {
	display: none;
}
.product-list-box form .product-custom-option {
	margin-right: 40px;
	width: 205px;
}
.product-list-box form .price {
	width: 90px;
	font-size: 16px;
	font-weight: 700;
	text-align: right;
	color: #16385e;
}
.product-list-box form .multiply-sign {
	width: 50px;
	text-align: center;
	color: #16385e;
}
.product-list-box form .quantity {
	margin-right: 39px;
	width: 85px;
}
.product-list-box form .add-btn-wrapper {
	width: 130px;
	text-align: right;
}
.product-list-box form .add-btn:before {
	content: "\0002B";
	display: inline-block;
	vertical-align: middle;
	margin: -5px 5px 0px 0px;
	font-size: 30px;
	font-weight: 400;
	line-height: 18px;
}
.products-list .pl-footer {
	padding: 30px 40px;
	background: #fff;
	overflow: hidden;
}
.products-list .pl-footer .arrow-btn {
	margin-top: 5px;
}
.products-list .pl-footer .blue-btn {
	float: right;
	width: 264px;
	text-align: center;
}
/*CART*/
.cart {
	padding: 70px 0px;
}
.cart-ordered-product {
	margin-bottom: 1px;
	border-left: 8px solid #3ae380;
	padding: 30px 40px;
	background: #fff;
}
.cart-ordered-product-info {
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
	width: 390px;
}
.cart-ordered-product-name {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 800;
	color: #31414e;
}
.cart-ordered-product-custom-option {
	font-size: 15px;
	line-height: 25px;
}
.cart-ordered-product-buttons,
.cart-ordered-product-prices,
.cart-ordered-product-quantity,
.cart-multiply-sign,
.cart-ordered-product-total {
	display: inline-block;
	vertical-align: middle;
}
.cart-ordered-product-buttons {
	width: 100px;
	text-align: center;
}
.cart-ordered-product-quantity .form-label-wrapper {
	display: none;
}
.cart-ordered-product-prices {
	width: 200px;
	font-size: 16px;
	text-align: right;
	color: #16385e;
}
.cart-multiply-sign {
	width: 100px;
	text-align: center;
	color: #16385e;
}
.cart-ordered-product-total {
	width: 150px;
	font-size: 16px;
	font-weight: 700;
	text-align: right;
	color: #16385e;
}
.cart-footer {
	padding: 30px 40px;
	background: #fff;
	overflow: hidden;
}
.cart-footer .arrow-btn {
	margin-top: 0;
}
.cart-ordered-products-total {
	display: inline-block;
	float: right;
	text-align: right;
}
.update-cart-btn {
	border: none;
	margin-bottom: 30px;
	background: none;
	position: relative;
	display: inline-block;
	color: #33414a;
	cursor: pointer;
}
.update-cart-btn:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	background: #33414a url(../../../../images/sprite.svg) no-repeat 4px -2485px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-o-transition: all 0.27s;
	transition: all 0.27s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.update-cart-btn:hover:before {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	background-position: 5px -2486px;
}

.promo-code-wrapper {
	margin-bottom: 30px;
}

.promo-code-wrapper .form-group {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;

}
.promo-code-wrapper .form-element-wrapper .form-element {
	width: 157px;
}
.promo-code-wrapper .form-group > * {
	display: inline-block;
	vertical-align: middle;
}
.promo-code-wrapper .form-group .form-label-wrapper {
	margin-bottom: 0;
	margin-right: 20px;
}
.promo-code-wrapper .form-group .form-label-wrapper .form-label {
	margin-bottom: 0;
}
.promo-code-wrapper button {
	display: inline-block;
	vertical-align: middle;
	margin-left: -4px;
	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-o-transition: all 0.27s;
	transition: all 0.27s;
}
.promo-code-wrapper button:hover {
	color: #38e5a3;
}

.cart-ordered-products-total .total-wrapper {
	margin-bottom: 10px;
}
.cart-ordered-products-total .total-wrapper div {
	display: inline-block;
	margin-left: 10px;
	font-size: 18px;
	color: #16385e;
}
.cart-ordered-products-total-price {
	font-weight: 700;
}
/*CHECKOUT*/
.checkout-section {
	padding: 50px 0px;
}
.checkout-section .section-name {
	margin-bottom: 40px;
}
.checkout-section .form-group-checkbox {
	margin: 30px 0px 0px 0px;
}
.checkout-section .agreements-checkout .form-group-checkbox {
	margin: 15px 0px 0px 0px;
}
.ordered-product-customer-information {
	display: inline-block;
	vertical-align: top;
	margin: 0px 20px 20px 0px;
	padding: 40px 30px;
	width: 578px;
	background: #fff;
}
.checkout-ordered-product-customer-information-list .ordered-product-customer-information:nth-child(2n) {
	margin-right: 0px;
}
.ordered-product-customer-information .product-name {
	font-size: 16px;
	font-weight: 800;
	color: #31414e;
}
.ordered-product-customer-information .product-custom-option-name {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 25px;
}
/*LIFTS*/
.lifts-list-wrapper {
	padding: 60px 0px;
	background: #f1f2f6;
}
.lifts-list {
	font-size: 0px;
}
.lifts-list .head {
	background: #e6eaed;
}
.lifts-list .head > div {
	display: inline-block;
	vertical-align: top;
	padding: 15px 15px;
	font-size: 12px;
	font-weight: 600;
	color: #33414a;
}
.lifts-list .row {
	background: #fff;
	border-bottom: 1px solid #e8eae9;
}
.lifts-list .row > div {
	display: inline-block;
	vertical-align: middle;
	padding: 15px 15px;
	font-size: 12px;
	color: #33414a;
}
.lifts-list .row .label {
	display: none;
}
.lifts-list .row .name {
	font-weight: 800;
	font-size: 16px;
}
.lifts-list .type {
	width: 65px;
}
.lifts-list .name {
	width: 325px;
}
.lifts-list .length {
	width: 90px;
}
.lifts-list .vertical-rise {
	width: 105px;
}
.lifts-list .working-hours {
	width: 230px;
}
.lifts-list .condition {
	width: 135px;
}
.lift-condition-icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 27px;
	height: 27px;
	background: url(../../../../images/sprite.svg) no-repeat 0px 0px;
}
.lift-condition-icon.open {
	background-position: 0px -1665px;
}
.lift-condition-icon.closed {
	background-position: 0px -1732px;
}
.lift-condition-icon.partly_open {
	background-position: 0px -1800px;
}
.lift-condition-type .lc-name {
	display: inline-block;
	vertical-align: middle;
	color: #33414a;
}
.lifts-list .lift-condition-type .lc-name {
	width: 60px;
}
.lift-conditions-wrapper {
	padding: 20px 0px 10px 0px;
	background: #dfe7ea;
}
.lift-conditions-wrapper .lift-condition-type {
	margin-bottom: 20px;
}
.lifts-tracks-more-section {
	padding: 50px 0px;
}
.lifts-tracks-more-section .section-name {
	margin-bottom: 50px;
}
/*TRACKS*/
.track-updated-info-text {
	margin-top: 20px;
}
.track-updated-info-text.formatted-text p {
	margin-bottom: 0;
}
.tracks-list-wrapper {
	padding: 60px 0 30px;
	background: #f1f2f6;
}
.tracks-list {
	font-size: 0px;
}
.tracks-list .head {
	background: #e6eaed;
}
.tracks-list .head > div {
	display: inline-block;
	vertical-align: top;
	padding: 15px 15px;
	font-size: 12px;
	font-weight: 600;
	color: #33414a;
}
.tracks-list .row {
	background: #fff;
	border-bottom: 1px solid #e8eae9;
}
.tracks-list .row > div {
	display: inline-block;
	vertical-align: middle;
	padding: 15px 15px;
	font-size: 12px;
	color: #33414a;
}
.tracks-list .row .name {
	font-weight: 800;
	font-size: 16px;
}
.tracks-list .row .number {
	height: 60px;
	line-height: 30px;
	font-weight: 800;
	font-size: 15px;
	color: #fff;
}
.tracks-list .row .number.beginners {
	background: #39e47e;
}
.tracks-list .row .number.easy {
	background: #00c9ff;
}
.tracks-list .row .number.intermediate {
	background: #dd2429;
}
.tracks-list .row .number.experts_only {
	background: #000;
}
.tracks-list .number {
	width: 65px;
	text-align: center;
}
.tracks-list .name {
	width: 550px;
}
.tracks-list .mode {
	width: 240px;
}
.tracks-list .condition {
	width: 230px;
}
.tracks-list .groomed {
	width: 90px;
	text-align: center;
}
.track-condition-icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 27px;
	height: 27px;
	background: url(../../../../images/sprite.svg) no-repeat 0px 0px;
}
.track-condition-icon.open {
	background-position: 0px -1665px;
}
.track-condition-icon.closed {
	background-position: 0px -1732px;
}
.track-condition-icon.partly_open {
	background-position: 0px -1800px;
}
.track-condition-icon.open_not_groomed {
	background-position: 0px -1865px;
}
.track-condition-type .tc-name {
	display: inline-block;
	vertical-align: middle;
	line-height: 14px;
	color: #33414a;
}
.tracks-list .track-condition-type .tc-name {
	width: 150px;
}
.groomed-icon {
	display: inline-block;
	vertical-align: middle;
	width: 27px;
	height: 27px;
	background: url(../../../../images/sprite.svg) no-repeat 0px 0px;
}
.groomed-icon.yes {
	background-position: 0px -1665px;
}
.groomed-icon.no {
	background-position: 0px -1732px;
}
.gi-name {
	display: none;
}
.tracks-legend-wrapper {
	padding: 20px 0px 10px 0px;
	background: #dfe7ea;
}
.tracks-legend-wrapper .modes-wrapper {
	display: inline-block;
	vertical-align: top;
	margin-right: 300px;
}
.track-mode-type {
	margin-bottom: 15px;
}
.track-mode-icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 20px;
	height: 20px;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.track-mode-icon.beginners {
	background: #39e47e;
}
.track-mode-icon.easy {
	background: #00c9ff;
}
.track-mode-icon.intermediate {
	background: #dd2429;
}
.track-mode-icon.experts_only {
	background: #000;
}
.track-mode-type .tm-name {
	display: inline-block;
	vertical-align: middle;
	line-height: 14px;
	color: #33414a;
}
.tracks-legend-wrapper .conditions-wrapper {
	display: inline-block;
	vertical-align: top;
}
/*MAPS*/
.interactive-map-item {
	padding: 50px 0px;
	background: #f1f2f6;
}
.interactive-maps-list .interactive-map-item:nth-child(even) {
	background: #fff;
}
.interactive-map-item .map-wrapper {
	display: inline-block;
	vertical-align: top;
}
.interactive-map-item .map-wrapper.image {
	margin-left: 100px;
}
.interactive-map-item .map-wrapper .map {
	display: block;
	border: 1px solid #e2e2e2;
	margin-bottom: 20px;
	padding: 10px 10px;
	width: 485px;
	height: 380px;
	background: #fff;
}
.interactive-map-item .map-wrapper .map object,
.interactive-map-item .map-wrapper .map iframe,
.interactive-map-item .map-wrapper .map img {
	display: block;
	width: 100%;
	height: 100%;
}
/*WEATHER*/
.weather-forecast-list {
	padding: 80px 0px;
	color: #fff;
	text-align: center;
	background: #2a3644;
	font-size: 0px;
}
.weather-forecast-list .info-column {
	display: inline-block;
	vertical-align: top;
	width: 240px;
}
.weather-forecast-list .info-column .logo {
	padding-top: 20px;
	height: 90px;
	background: #3abc7e;
}
.weather-forecast-list .info-column .info-cell {
	border-bottom: 1px solid #121c28;
	padding-top: 27px;
	height: 80px;
	font-size: 16px;
	font-weight: 800;
	background: #1b252f;
}
.weather-forecast {
	display: inline-block;
	vertical-align: top;
	width: 150px;
}
.weather-forecast .location {
	position: relative;
	padding: 20px 20px;
	height: 90px;
	background: #2bd48f;
}
.weather-forecast .location .name {
	font-size: 15px;
	font-weight: 800;
}
.weather-forecast .location .elevation {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: 300;
	color: #1b252f;
}
.weather-forecast .value-cell {
	border-bottom: 1px solid #263344;
	border-right: 1px solid #263344;
	padding: 30px 15px 0px 15px;
	height: 80px;
	background: #35414f;
}
.weather-forecast .value-cell.type {
	padding-top: 15px;
}
.weather-forecast .value-cell.modification-date {
	padding-top: 15px;
}
.weather-forecast .value-cell .value {
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2em;
}
.weather-forecast .value-cell .label {
	display: none;
}
.weather-forecast-note {
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	font-style: italic;
	color: #2bd48f;
}
/*WEBCAMS*/
.webcam-list-wrapper {
	padding: 80px 0px;
	background: #f6f6f6;
}
.active-webcam-wrapper {
	margin-bottom: 60px;
}
.active-webcam-wrapper .info-wrapper {
	display: inline-block;
	vertical-align: top;
	margin-right: 50px;
	width: 280px;
}
.active-webcam-wrapper .info-wrapper .name {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 800;
	color: #33414a;
}
.active-webcam-wrapper .image-wrapper {
	display: inline-block;
	vertical-align: top;
	margin-top: -60px;
}
.active-webcam-wrapper .image-wrapper img {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 20px 0px 5px;
	width: 710px;
}
.webcams-list {

}
.webcam-item {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	width: 165px;
	color: #33414a !important;
	text-align: center;
}
.webcam-item img {
	display: block;
	border: 8px solid transparent;
	margin-bottom: 10px;
	width: 100%;
	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-o-transition: all 0.27s;
	transition: all 0.27s;
}
.webcam-item span {
	display: block;
}
.webcam-item .name {
	margin-bottom: 10px;
	font-weight: 800;
}
.webcam-item .name {
	font-size: 12px;
}
.webcam-item.active img,
.webcam-item:hover img {
	border: 8px solid #37e6a3;
}
/*AVALANCHES*/
.awt-info-wrapper {
	padding: 50px 0px;
	background: #132d44 url(../../../../images/dark-blue-pattern.svg) repeat top left;
}
.awt-info-wrapper .section-name {
	margin-bottom: 40px;
	color: #fff;
}
.current-awt-wrapper {
	display: inline-block;
	vertical-align: top;
	margin-right: 300px;
	width: 420px;
}
.awt-accordion-wrapper {
	display: inline-block;
	vertical-align: top;
	width: 420px;
}
.current-awt .name {
	border-bottom: 3px solid #fff;
	padding: 15px 40px;
	font-size: 18px;
	font-weight: 300;
	color: #202020;
}
.current-awt .text {
	padding: 30px 40px;
	font-size: 16px;
	color: #202020;
	background: #d8d9dd;
}
.awt-accordion {

}
.awt-accordion li {
	display: block;
	border-bottom: 1px solid #30414a;
}
.awt-accordion li .name {
	position: relative;
	display: block;
	padding: 15px 20px 15px 40px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background: #2b383f;
	z-index: 1;
}
.awt-accordion li .name .marker {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 15px;
	height: 100%;
	z-index: -1;
}
.awt-accordion li .text {
	padding: 30px 30px 30px 40px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background: #32434e;
}
.awt-accordion li .text {
	display: none;
}
.awt-accordion li.current .name {
	color: #202020;
}
.awt-accordion li.current .name .marker {
	width: 100%;
}
/*SEARCH*/
.search-head-wrapper {
	border-bottom: 1px solid #5c6b74;
	margin-bottom: 20px;
	padding: 50px 0px;
	font-size: 20px;
	color: #193a59;
	text-align: center;
}
.search-results-count {
	margin-bottom: 80px;
	color: #193a59;
}
.search-list-item {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 20px;
	padding-bottom: 40px;
}
.search-list-item .section-name {
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 600;
}
/*NEWS*/
.archive-filter-wrapper {
	padding: 50px 0px;
	text-align: center;
}
.archive-filter-wrapper > * {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.archive-filter-wrapper .name {
	padding: 0px 0px 0px 30px;
	font-size: 18px;
	font-weight: 600;
	color: #b6bcc1;
	background: url(../../../../images/sprite.svg) no-repeat 0px -1439px;
}
.archive-filter-wrapper .reset-btn {
	margin-right: 0px;
	font-size: 13px;
}
.archive-filter-wrapper .menu-wrapper {
	position: relative;
	height: 34px;
	text-align: left;
	overflow: hidden;
}
.archive-filter-wrapper .menu-wrapper.year {
	width: 110px;
}
.archive-filter-wrapper .menu-wrapper.month {
	width: 150px;
}
.archive-filter-wrapper .menu-wrapper .menu-opener {
	display: block;
	border: 1px solid transparent;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: 600;
	color: #33414a;
	background: #eee;
	overflow: hidden;
}
.archive-filter-wrapper .menu-wrapper .menu-opener:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 15px;
	height: 20px;
	background: url(../../../../images/sprite.svg) no-repeat 0px -719px;

}
.archive-filter-wrapper .menu-wrapper ul {
	position: absolute;
	top: 34px;
	border: 1px solid #ccc;
	border-top: none;
	width: 100%;
	z-index: 10;

	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-o-transition: all 0.27s;
	transition: all 0.27s;
}
.archive-filter-wrapper .menu-wrapper ul li a {
	display: block;
	padding: 5px 10px;
	background: #fff;
	color: #33414a;
}
.archive-filter-wrapper .menu-wrapper ul li:nth-child(even) a {
	background: #eee;
}
.archive-filter-wrapper .menu-wrapper.active {
	overflow: visible;
}
.archive-filter-wrapper .menu-wrapper.active .menu-opener {
	border: 1px solid #c2c6c9;
}
.news-container {
	padding: 80px 0px;
	background: #eee;
}
.news-grid-wrapper {
	font-size: 0px;
	text-align: center;
}
.news-grid-item {
	display: inline-block;
	vertical-align: top;
	width: 280px;
	height: 440px;
	margin: 0px 20px 20px 0px;
	position: relative;
	text-align: center;
	font-size: 14px;
	line-height: 17px;

	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-o-transition: all 0.27s;
	transition: all 0.27s;
}
.news-grid-item:hover {
	-webkit-box-shadow: 0px 0px 15px 5px #bfbfbf;
	-moz-box-shadow: 0px 0px 15px 5px #bfbfbf;
	box-shadow: 0px 0px 15px 5px #bfbfbf;
}
.news-grid-item span {
	display: block;
}
.news-grid-boxes-wrapper .news-grid-item:nth-child(4n),
.news-grid-boxes-wrapper .news-grid-item:last-child {
	margin-right: 0px;
}
.news-grid-item .image-wrapper {
	display: block;
	position: relative;
	width: 100%;
	height: 200px;
	text-align: center;
	overflow: hidden;
}
.news-grid-item .image-wrapper img {
	height: 100%;
	display: block;
}
.news-grid-item .info {
	padding: 15px 20px;
	text-align: left;
	height: 240px;
	background: #fff;
}
.news-grid-item .name {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 21px;
	font-weight: 800;
	color: #193a59;
	overflow: hidden;
}
.news-grid-item .date {
	margin-bottom: 10px;
	padding-left: 25px;
	font-size: 11px;
	color: #193a59;
	background: url(../../../../images/sprite.svg) no-repeat 0px -1387px;
}
.news-grid-item .text {
	line-height: 18px;
	color: #7a7a7a;
	overflow: hidden;
}
.s-date {
	font-size: 13px;
	font-weight: 600;
	color: #3be4a3;
}
.sidebar-gallery .main-image {
	display: block;
	margin-bottom: 20px;
}
.sidebar-gallery .main-image img {
	width: 100%;
}
.sidebar-gallery .thumbs-wrapper {
	font-size: 0px;
	overflow: hidden;
}
.sidebar-gallery .thumbs-wrapper a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0px 15px 15px 0px;
	border: 5px solid transparent;

	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-o-transition: all 0.27s;
	transition: all 0.27s;
}
.sidebar-gallery .thumbs-wrapper a img {
	display: block;
	width: 100%;
}
.sidebar-gallery .thumbs-wrapper a:hover {
	border-color: #3be481;
}
.sidebar-gallery .thumbs-wrapper a:nth-child(3n) {
	margin-right: 0px;
}
/*EVENTS*/
.events-container {
	padding: 80px 0px;
	background: #eee;
}
.events-grid-wrapper {
	font-size: 0px;
	text-align: center;
}
.event-grid-item {
	display: inline-block;
	vertical-align: top;
	width: 280px;
	height: 440px;
	margin: 0px 20px 20px 0px;
	position: relative;
	text-align: center;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
	background: #193a59;

	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-o-transition: all 0.27s;
	transition: all 0.27s;
}
.event-grid-item:hover {
	color: #fff;
	-webkit-box-shadow: 0px 0px 15px 5px #bfbfbf;
	-moz-box-shadow: 0px 0px 15px 5px #bfbfbf;
	box-shadow: 0px 0px 15px 5px #bfbfbf;
}
.event-grid-item span {
	display: block;
}
.event-grid-boxes-wrapper .event-grid-item:nth-child(4n) {
	margin-right: 0px;
}
.event-grid-item .image-wrapper {
	display: block;
	position: relative;
	width: 100%;
	height: 200px;
	text-align: center;
	overflow: hidden;
}
.event-grid-item .image-wrapper img {
	height: 100%;
	display: block;
}
.event-grid-item .info {
	padding: 15px 20px;
	text-align: left;
	height: 240px;
}
.event-grid-item .name {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 21px;
	font-weight: 800;
	overflow: hidden;
}
.event-grid-item .date {
	margin-bottom: 10px;
	padding-left: 25px;
	font-size: 11px;
	background: url(../../../../images/sprite.svg) no-repeat 0px -1503px;
}
.event-grid-item .text {
	line-height: 18px;
}
.event-grid-item.past {
	background: #fff;
}
.event-grid-item.past .name,
.event-grid-item.past .date {
	color: #193a59;
}
.event-grid-item.past .text {
	color: #7a7a7a;
}
/*BLOG*/
.blog-article-container {
	padding: 80px 0px;
	background: #eee;
}
.blog-article-grid-wrapper {
	font-size: 0px;
	text-align: center;
}
.blog-article-grid-item {
	display: inline-block;
	vertical-align: top;
	width: 280px;
	height: 440px;
	margin: 0px 20px 20px 0px;
	position: relative;
	text-align: center;
	font-size: 14px;
	line-height: 17px;

	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-o-transition: all 0.27s;
	transition: all 0.27s;
}
.blog-article-grid-item:hover {
	-webkit-box-shadow: 0px 0px 15px 5px #bfbfbf;
	-moz-box-shadow: 0px 0px 15px 5px #bfbfbf;
	box-shadow: 0px 0px 15px 5px #bfbfbf;
}
.blog-article-grid-item span {
	display: block;
}
.blog-article-grid-boxes-wrapper .blog-article-grid-item:nth-child(4n),
.blog-article-grid-boxes-wrapper .blog-article-grid-item:last-child {
	margin-right: 0px;
}
.blog-article-grid-item .image-wrapper {
	display: block;
	position: relative;
	width: 100%;
	height: 200px;
	text-align: center;
	overflow: hidden;
}
.blog-article-grid-item .image-wrapper img {
	height: 100%;
	display: block;
}
.blog-article-grid-item .info {
	padding: 15px 20px;
	text-align: left;
	height: 240px;
	background: #fff;
}
.blog-article-grid-item .name {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 21px;
	font-weight: 800;
	color: #193a59;
	overflow: hidden;
}
.blog-article-grid-item .date {
	margin-bottom: 10px;
	padding-left: 25px;
	font-size: 11px;
	color: #193a59;
	background: url(../../../../images/sprite.svg) no-repeat 0px -1387px;
}
.blog-article-grid-item .text {
	line-height: 18px;
	color: #7a7a7a;
	overflow: hidden;
}


.date-user-wrapper {
	display: inline-block;
}
.date-user-wrapper > * {
	display: inline-block;
	vertical-align: middle;
}

.blog-author-name {
	color: #33414a;
	font-size: 13px;
}
.archive-filter-wrapper .author.name {
	background: rgba(0, 0, 0, 0) url("../../../../images/sprite.svg") no-repeat scroll 0 -2428px;
}
.archive-filter-wrapper .menu-wrapper.author .menu-opener {
	width: 180px;
}
.archive-filter-wrapper .menu-wrapper.author ul {
	width: 180px;
	right: 0;
}
/*GALLERIES*/
.galleries-grid {
	margin: 80px 0px;
	font-size: 0px;
	text-align: center;
}
.gallery-grid-item {
	display: inline-block;
	vertical-align: top;
	width: 380px;
	margin: 0px 20px 20px 0px;
	position: relative;
	text-align: center;
	font-size: 14px;
	line-height: 17px;
}
.gallery-grid-item span {
	display: block;
}
.galleries-grid .gallery-grid-item:nth-child(3n) {
	margin-right: 0px;
}
.gallery-grid-item .image-wrapper {
	display: block;
	position: relative;
	width: 100%;
	height: 250px;
	text-align: center;
	overflow: hidden;

	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-o-transition: all 0.27s;
	transition: all 0.27s;
}
.gallery-grid-item .image-wrapper img {
	height: 100%;
	display: block;
}
.gallery-grid-item .info {
	padding: 15px 20px;
}
.gallery-grid-item .name {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 600;
	color: #32424f;
}
.gallery-grid-item .images-count {
	font-size: 11px;
	color: #32424f;
}
.gallery-grid-item:hover .image-wrapper {
	-webkit-box-shadow: 0px 0px 15px 5px #bfbfbf;
	-moz-box-shadow: 0px 0px 15px 5px #bfbfbf;
	box-shadow: 0px 0px 15px 5px #bfbfbf;
}
.photo-gallery-grid {
	margin: 80px 0px;
	font-size: 0px;
	text-align: center;
}
.photo-gallery-image-grid-item {
	display: inline-block;
	vertical-align: top;
	width: 220px;
	margin: 0px 20px 20px 0px;
	position: relative;
}
.photo-gallery-image-grid-item span {
	display: block;
}
.galleries-grid .photo-gallery-image-grid-item:nth-child(5n) {
	margin-right: 0px;
}
.photo-gallery-image-grid-item .image-wrapper {
	display: block;
	position: relative;
	margin-bottom: 10px;
	width: 100%;
	height: 145px;
	text-align: center;
	overflow: hidden;

	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-o-transition: all 0.27s;
	transition: all 0.27s;
}
.photo-gallery-image-grid-item .image-wrapper img {
	height: 100%;
	display: block;
}
.photo-gallery-image-grid-item .name {
	font-size: 12px;
}
.photo-gallery-image-grid-item:hover .image-wrapper {
	-webkit-box-shadow: 0px 0px 15px 5px #bfbfbf;
	-moz-box-shadow: 0px 0px 15px 5px #bfbfbf;
	box-shadow: 0px 0px 15px 5px #bfbfbf;
}
.photo-gallery-grid .arrow-btn {
	font-size: 14px;
}
/*VIDEOS*/
.videos-grid {
	margin: 80px 0px;
	font-size: 0px;
	text-align: center;
}
.video-grid-item {
	display: inline-block;
	vertical-align: top;
	width: 380px;
	margin: 0px 20px 20px 0px;
	position: relative;
	text-align: center;
}
.video-grid-item span {
	display: block;
}
.videos-grid .video-grid-item:nth-child(3n) {
	margin-right: 0px;
}
.video-grid-item .image-wrapper {
	display: block;
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	height: 250px;
	text-align: center;
	overflow: hidden;

	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-o-transition: all 0.27s;
	transition: all 0.27s;
}
.video-grid-item .image-wrapper img {
	height: 100%;
	display: block;
}
.video-grid-item .info {
	padding: 15px 20px;
}
.video-grid-item .name {
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 24px;
	font-weight: 600;
	color: #32424f;
}
.video-grid-item .images-count {
	font-size: 11px;
	color: #32424f;
}
.video-grid-item:hover .image-wrapper {
	-webkit-box-shadow: 0px 0px 15px 5px #bfbfbf;
	-moz-box-shadow: 0px 0px 15px 5px #bfbfbf;
	box-shadow: 0px 0px 15px 5px #bfbfbf;
}
.s-video-wrapper {
	width: 700px;
	margin: 80px auto;
	text-align: center;
}
.s-video-wrapper iframe {
	margin-bottom: 20px;
}
/*CONTACTS*/
.c-map-wrapper {
	width: 100%;
}
.c-map-wrapper .map-canvas {
	width: 100%;
	height: 500px;
}
.c-content-wrapper {
	margin: 80px auto;
	font-size: 0px;
}
.c-info-wrapper {
	display: inline-block;
	vertical-align: top;
	padding-right: 100px;
	width: 60%;
	font-size: 14px;
	color: #33414a;
}
.c-socials {
}
.c-socials a {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	margin: 0px 15px 0px 0px;
	background: #31414e url(../../../../images/sprite.svg) no-repeat 0px 0px;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-o-transition: all 0.27s;
	transition: all 0.27s;
}
.c-socials a:hover {
	background-color: #3be4a3;
}
.c-socials a.facebook {
	background-position: 12px -600px;
}
.c-socials a.twitter {
	background-position: 7px -482px;
}
.c-socials a.youtube {
	background-position: 0px -2175px;
}
.c-socials a.instagram {
	background-position: 5px -2030px;
}
.c-socials a.tumblr {
	background-position: 0px -2234px;
}
.c-socials a.vimeo {
	background-position: 0px -2302px;
}
.c-emergency-text {
	margin-top: 20px;
	border-top: 2px solid #eee;
	padding-top: 20px;
	width: 70%;
}
.c-form-wrapper {
	display: inline-block;
	vertical-align: top;
	width: 40%;
	font-size: 14px;
}
.c-form-wrapper .green-btn {
	width: 300px;
	text-align: center;
}
/*FOOTER*/
.f-top {
	background: #222933;
	border-bottom: 1px solid #151924;
	padding: 40px 0px 40px 0px;
}
.f-top-content {
	position: relative;
}
.f-newsletter {
	display: inline-block;
	position: relative;
}
.f-newsletter .text {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 800;
	color: #fff;
}
.f-newsletter form {
	position: relative;
}
.f-newsletter input[type=email] {
	background: transparent;
	border-bottom: 1px solid #4e555f;
	padding: 10px 50px 10px 0px;
	color: #fff;
	width: 100%;
}
.f-newsletter input[type=text] {
	display: none;
}
.f-newsletter .f-newsletter-success {
	color: #afff36;
}
.f-newsletter .help-inline {
	display: none;
}
.f-newsletter .help-inline.is-shown {
	display: block;
}
.f-newsletter-submit {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0px;
	top: 5px;
	background: url(../../../../images/sprite.svg) no-repeat 13px -432px;
}
.f-socials {
	position: absolute;
	right: 0px;
	top: 20px;
}
.f-socials a {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	margin: 0px 0px 0px 15px;
	background: #717882 url(../../../../images/sprite.svg) no-repeat 0px 0px;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-o-transition: all 0.27s;
	transition: all 0.27s;
}
.f-socials a:hover {
	background-color: #aeb5bf;
}
.f-socials a.facebook {
	background-position: 12px -600px;
}
.f-socials a.twitter {
	background-position: 7px -482px;
}
.f-socials a.youtube {
	background-position: 0px -2175px;
}
.f-socials a.instagram {
	background-position: 5px -2030px;
}
.f-socials a.tumblr {
	background-position: 0px -2234px;
}
.f-socials a.vimeo {
	background-position: 0px -2302px;
}
.f-content-wrapper {
	padding: 40px 0px;
	background: #1d242e;
	font-size: 0px;
}
.f-col {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.f-col h4,
.f-col h3 {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 800;
	color: #fff;
}
.f-col h4{
    font-size: 21px;
    margin-top: 25px;
    margin-bottom: 15px;
}
.f-col ul {
	width: 330px;
}
.f-col li {
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px 20px 0px;
	width: 50%;
}
.f-col li a {
	color: #80a9bd;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;

	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-o-transition: all 0.27s;
	transition: all 0.27s;
}
.f-col li a:hover {
	color: #fff;
}
.f-col.right {
	text-align: right;
}
.f-col.right p {
	font-size: 16px;
	line-height: 27px;
	color: #80a9bd;
}
.f-col.right a {
	color: #d0d0d0;
}
.f-col.right a:hover {
	color: #38e5a3;
}
.f-copyright {
	position: relative;
	padding: 15px 0px;
	overflow: hidden;
	font-size: 12px;
	text-align: center;
	background: #171a23;
}
.f-copyright a {
	color: #80a9bd;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
}
.f-website-info {
	color: #80a9bd;
}
footer a.rizn {
	background: url("../../../../images/sprite.svg") no-repeat 0px -668px;
	font-weight: 400;
	width: 35px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -7px;
	overflow: hidden;
	text-indent: -200px;
}
/*FORMATTED TEXT*/
.formatted-text {
	position: relative;
	line-height: 20px;
	z-index: 1;
}
.formatted-text h1,
.formatted-text h2 {
	font-size: 22px;
	line-height: 35px;
	font-weight: 800;
	margin-bottom: 15px;
}
.formatted-text h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}
.formatted-text h4 {
	font-size: 18px;
	font-weight: 400;
	margin: 30px 0px 10px 0px;
	position: relative;
	padding-left: 15px;
	display: block;
	overflow: hidden;
}
.formatted-text p {
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
	font-size: 15px;
	line-height: 25px;
}
.formatted-text ul {
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
}
.formatted-text ul li {
	display: block;
	margin: 0px 0px 5px 30px;
	text-indent: -14px;
}
.formatted-text ul li:before {
	content: "\02022";
	font-weight: bold;
	padding: 0px 8px 0px 0px;
	font-size: 13px;
	color: #2d2d2d;
}
.formatted-text ol {
	display: block;
	margin: 0px 0px 10px 0px;
	counter-reset: section;
}
.formatted-text ol li {
	display: block;
	margin: 0px 0px 5px 29px;
	text-indent: -18px;
}
.formatted-text ol > li:before {
	counter-increment: section; /* Increment the counter by 1 */
	content: counter(section) "."; /* Use the counter as content */

	font-weight: bold;
	padding: 0px 8px 0px 0px;
	font-size: 11px;
	color: #2d2d2d;
}
.formatted-text table {
	/*width: 100%;*/
	font-family: "Open Sans", sans-serif;
	margin: 10px auto 25px auto;
	border-collapse: collapse;
	position: relative;
}
.formatted-text table caption {
	margin-bottom: 10px;
	text-align: left;
	font-size: 12px;
	position: absolute;
	bottom: -40px;
}
.formatted-text table th {
	background: #eee;
	border: 1px solid #c7c8cc;
	padding: 10px 10px;
	font-weight: 400;
	font-size: 13px;
}
.formatted-text table td {
	border: none;
	border: 1px solid #c7c8cc;
	padding: 5px 10px;
}
.formatted-text blockquote {
	font-style: normal;
	padding-left: 11px;
	border-left: 1px solid #ccc;
	margin-left: 18px;
}
.formatted-text a {
	color: #77afe2;
}
.formatted-text a:hover {
	color: #38e5a3;
}
/*FANCYBOX*/
#fancybox-lock {
	background: url(../../../../images/fancy-box-bg.svg) no-repeat center center;
	background-size: cover;
	z-index: 9999;
}
.fancybox-title-outside-wrap {
	position: absolute;
	top: 0px;
	margin: 0px;
	padding: 20px 60px 20px 40px;
	font-size: 16px;
	font-weight: 800;
	width: 100%;
	color: #fff;
	background: #141517;
	z-index: 1;
}
.fancybox-title-outside-wrap:before {
	content: "";
	position: absolute;
	vertical-align: middle;
	left: 15px;
	top: 15px;
	background: #3be4a3;
	width: 10px;
	height: 30px;
}
.fancybox-default a.fancybox-close {
	background: #3f4045 url("../../../../images/sprite.svg") no-repeat 10px -1163px;
	position: absolute;
	top: 14px;
	right: 12px;
	width: 35px;
	height: 35px;
	z-index: 9999;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
a.fancybox-prev {
	left: 0px;
	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-o-transition: all 0.27s;
	transition: all 0.27s;
}
a.fancybox-next {
	right: 0px;
	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-o-transition: all 0.27s;
	transition: all 0.27s;
}
a.fancybox-nav span {
	width: 50px;
	height: 50px;
	background: #3f4045 url("../../../../images/sprite.svg") no-repeat 0px 0px !important;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

}
a.fancybox-prev span {
	left: 20px;
	background-position: 11px -1015px !important;
}
a.fancybox-next span {
	right: 20px;
	background-position: 11px -940px !important;
}
/*PAGING*/
.paging {
	text-align: center;
	margin: 30px 0px;
}
.paging > ul {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px;
}
.paging > ul > li {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 3px;
}
.paging a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 2px;
	border: 1px solid transparent;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	font-weight: 600;
	color: #31414e;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-ms-transition: all 0.27s;
	-o-transition: all 0.27s;
	transition: all 0.27s;
}
.paging a:hover {
	border-color: #143a5f;
	color: #3be4a3;
}
.paging a.is-current {
	background-color: #143a5f;
	color: #fff;
}
.paging-navigation-link {

	line-height: 35px;
}
.paging-navigation-link-previous:before {
	content: "\000AB";
}
.paging-navigation-link-next:before {
	content: "\000BB";
}
.success-page {
	padding: 60px 0;
}
/*CLEARERS*/
header:after,
.paging-wrapper:after {
	display: block;
	content: ".";
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
}
/*CMS COMMONS DO NOT DELETE!!!!!!!!!*/
/*FLASH MESSAGES*/
.flash-messages-wrapper {
	position: relative;
	z-index: 999;
}
.flash-messages-wrapper:before {
	content: "";
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.59);
	cursor: pointer;
	z-index: 100;
}
.flash-message {
	position: fixed;
	display: inline-block;
	top: 50%;
	left: 50%;
	padding: 20px 27px 20px 20px;
	background: #fff;
	color: #000;
	font-weight: 500;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 101;
}
.flash-message.success {
	background: #39e47e;
	color: #31414e;
}
.flash-message.error {
	background: #ff5f5f;
	color: #fff;
}
.flash-messages-wrapper .close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 9px;
	height: 9px;
	cursor: pointer;
}
/*ERROR 404*/
.error-404-wrapper {
	margin: 50px 0 50px 0;
	overflow: hidden;
}
.error-404-ico {
	width: 160px;
	padding: 20px 0;
	background: #9aa2af;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 55px;
	line-height: 55px;
	float: left;
	text-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
}
ul.error-404-info {
	float: left;
	margin-left: 30px;
}
ul.error-404-info li {
	list-style: disc;
	margin-bottom: 5px;
}
ul.error-404-info li a {
	text-decoration: underline;
	color: #fff;
}
.error-404-title {
	font-size: 25px;
	float: left;
}
.error-404-info-wrapper {
	float: left;
	width: 560px;
	margin-left: 30px;
}
.error-404-info-wrapper p {
	margin: 5px 0 5px 0;
}
/*ANIMATIONS*/
@-webkit-keyframes fadeInFromNone {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}
@-moz-keyframes fadeInFromNone {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}
@-o-keyframes fadeInFromNone {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}
@keyframes fadeInFromNone {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}