
/* -----------------------------------------------
   COMMON PAGE ELEMENTS - MAIN CATEGORY VIEW
----------------------------------------------- */
*:focus{
	outline: 0 none;
}
#items-container > .heading {
	text-align: center;
	margin-bottom: 30px;
}
#items-container .cat-description {
	color: #fff;
	font-size: 15px;
	font-family: "AvantGarde-CondBold";
}
#items-container .cat-description p {
	line-height: 1.2;
}
#items-container .catitem-details .cta-btn i {
	right: 15%;
}
/* PAGES - COMMON ELEMENTS */
#article-container.white {
	background:#fff;
	padding: 50px;
}
#article-container .heading h2 {
	font-family: inherit;
	font-size: 2em;
	text-transform: uppercase;
	color: #fff;
}
#article-container.white .heading h2 {
	text-transform: capitalize;
	color: #333;
}
#article-container .theater {
	position: relative;
	margin-bottom: 35px;
}
#article-container .theater.push {
	padding-bottom: 80px;
}
#article-container .image-wrapper {
	max-height: 320px;
	overflow: hidden;
}
#article-container .full-text .image-wrapper {
	max-height: none;
	margin-bottom: 15px;
}
#article-container .full-text .image-wrapper img {
	border: 2px solid #fff;
}
#article-container .full-text #rooms .panel-body .nopadding h4,
#article-container .full-text #rooms .panel-body .nopadding p {
	padding-left: 5px;
}
#article-container .image-wrapper figure {
	position: relative;
}
#article-container .theater .image-wrapper figure {
	height: 320px;
}
#article-container .image-wrapper figure > img {
	width: 100%;
}
#article-container .theater .image-wrapper figure > img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#article-container .image-wrapper figure > a.expand {
	background: #0099df;
    bottom: 0;
    display: block;
    font-size: 16px;
    left: 0;
    padding: 10px 15px 10px 40px;
    position: absolute;
    z-index: 1;
}
#article-container .image-wrapper figure > a.expand > i {
    bottom: 0;
    left: 12px;
    position: absolute;
    top: 13px;
    font-size: 18px;
}
#article-container .theater .heading {
	margin-bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	background: rgba(0, 153, 223, .72);
}
#article-container .theater.push .heading {
	bottom: 80px;
}
#article-container .theater .heading .date {
	color: #fff;
}
#article-container .theater .heading h2 {
    font-family: inherit;
    font-size: 2em;
    text-transform: uppercase;
    color: #fff;
}
#article-container .theater.push .heading h2 {
	padding-left: 185px;
}
#article-container .brand-logo {
    position: absolute;
    bottom: 0;
    width: 180px;
    height: 180px;
    border: 1px solid #dddfe2;
    left: 10px;
    border-radius: 3px;
    padding: 4px;
    overflow: hidden;
    background: rgba(255,255,255,.85);
}
#article-container .brand-logo > img {
    border: 1px solid #dddfe2;
    border-radius: 3px;
}
#article-container h3 {
	font-family: "AvantGarde-CondBold";
	font-size: 20px;
}
#article-container .content-wrapper p {
	font-size: 17px;
	letter-spacing: 1px;
}
#article-container .details .wrapper {
	background: #fff;
    min-height: 432px;
    padding: 25px;
}
#article-container .details .wrapper a {
	color: #0099df;
}
#article-container > .row > .col-md-4 > div:first-child {
    margin-top: 0px;
    margin-bottom: 30px;
}
#article-container .info,
#article-container .info-block {
    background: #0099df;
    /*min-height: 432px;*/
    padding: 25px;
    color: #fff;
    margin-bottom: 30px;
}
#article-container .info-block h4 {
	margin-bottom: 15px;
	color: #fff;
}
#article-container .info-block .social {
    float: left;
    margin-right: 10px;
}
#article-container .info-block .social a {
	display: block;
	font-size: 22px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
}
#article-container .info-block .social.fb a {
    background: #3b5998;
}
#article-container .info-block .social.insta a {
    background: #c32aa3;
}
#article-container .video-block {
	margin-top: 30px;
}
.video-block .embedded,
.video-block .video {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-block .embedded iframe,
.video-block .video iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* -----------------------------------------------
   COMMON PAGE ELEMENTS - CATEGORY ITEMS VIEW
----------------------------------------------- */
#items-container .catitem-details {
	background: rgba(255, 255, 255, 0.7);
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
#items-container .catitem-details:hover {
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}
#items-container .catitem-details h3 {
    font-family: "AvantGarde-CondBold";
    font-size: 20px;
    padding: 0 15px;
}
#items-container.events .catitem-details h3 {
	min-height: 40px;
	line-height: 1;
}
#items-container.news .catitem-details h3 {
	min-height: 60px;
	line-height: 1;
}
#items-container .catitem-details h3 a {
	color: #333;
}
#items-container .catitem-details .image-wrapper {
	margin-bottom: 20px;
    height: 207px;
    overflow: hidden;
	position: relative;
}
#items-container .catitem-details .image-wrapper > a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    background: #fff;
}
#items-container .catitem-details .image-wrapper > a > figure {
    position: absolute;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#items-container .catitem-details .date {
	font-size: 13px;
    letter-spacing: 0.15px;
    line-height: 0.8;
    margin-bottom: 8px;
    font-family: "AvantGarde-CondBold";
    text-transform: uppercase;
}
/* PAGE - CHALETS */
/* PAGE - DINING */
#items-container .catitem-details:hover {
	background: #fff;
}
#items-container .catitem-details .date,
#items-container .catitem-details .heading,
#items-container .catitem-details .intro,
#items-container .catitem-details .cta-btn {
	padding: 0 15px;
}
#items-container .heading a {
	color: #333;
}
#items-container .cta-btn{
	margin-bottom: 22px;
}
/* PAGE - LATEST NEWS */
#news112.latest-news .story .date {
	font-size: 13px;
    letter-spacing: 0.15px;
    line-height: 0.8;
    margin-bottom: 8px;
}
/* PAGE - MEDIA GALLERY */
#galData {
	background: #fff;
	padding: 50px;
	position: relative;
}
/* PAGE - THE RESORT */
#content.resort .panel-group {
    padding: 0;
}
/* PAGE - ACTIVITIES */
body.activities .mfp-iframe-scaler iframe {
	height: 400px;
}
/* PAGE - SLOPES / EXPLORE THE MOUNTAIN */
#items-container.explore .catitem-details {
	background: transparent;
}
#items-container.explore .catitem-details .heading {
	background: rgba(0, 153, 223, .72);
	margin-bottom: 0;
	color: #fff;
	padding: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#items-container.explore .catitem-details:hover .heading {
	background: #0099df;
}
#items-container.explore .catitem-details .heading h3 {
	margin-bottom: 0;
	line-height: 24px;
	padding: 0;
	color: #fff;
}
#items-container.explore .catitem-details .heading h3 a {
	color: #fff;
}
#items-container.explore .catitem-details .heading .level {
	line-height: 24px;
	text-align: center;
}
#items-container.explore .catitem-details span.open,
#items-container.explore .catitem-details span.closed {
    display: block;
    float: right;
    font-size: 0;
    height: 24px;
    overflow: hidden;
    width: 24px;
    border: 1px solid #fff;
}
#items-container.explore .catitem-details span.open {
	background: #009900;
}
#items-container.explore .catitem-details span.closed {
	background: #ff0000;
}
#items-container.explore .catitem-details .image-wrapper {
	margin: 0;
	max-height: 380px;
}
#items-container.explore .catitem-details figure:after {
	background: rgba(19, 19, 19, 0.3);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#items-container .explore .catitem-details:hover figure:after {
    opacity: 1;
}
#items-container .explore .catitem-details .info {
    background: rgba(255, 255, 255, 0.7);
    padding: 17px 0 13px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#items-container .explore .catitem-details:hover .info {
	background:#fff;
}
#items-container .explore .catitem-details .spec:after {
    background: #afafaf;
    content: "";
    height: 45px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}
#article-container.explore-item .spec {
	text-align: center;
}
#items-container .explore .catitem-details #altitude.spec:after {
	display: none;
}
#items-container .explore .catitem-details .spec .value,
#article-container.explore-item .spec .value {
	color: #0099df;
    font-family: "AvantGardeITCbyBT-Book";
    font-size: 28px;
    margin-bottom: 10px
}
#items-container .explore .catitem-details .spec .name,
#article-container.explore-item .spec .name {
	color: #333333;
	font-family: "AvantGarde-CondBold";
    font-size: 15px;
    line-height: 1;
}
#article-container.explore-item .spec .name {
	text-transform: uppercase;
	letter-spacing: 0;
}
#article-container.explore-item .heading,
#article-container.explore-item .body,
#article-container.explore-item .info-block {
    padding: 0;
}
#article-container.explore-item .info-block {
	background: transparent;
}
#article-container.explore-item .info-block .spec {
    border: 1px solid #afafaf;
    /*padding: 20px 10px;*/
    margin: 0 -15px;
    height: 90px;
}
#article-container.explore-item #length.spec,
#article-container.explore-item #altitude.spec {
    border-right: 0 none;
}
#article-container.explore-item #length.spec,
#article-container.explore-item #height.spec {
    border-bottom: 0 none;
}
#article-container.explore-item #level.spec {
	background: rgba(0, 153, 223, 0.72);
	bottom: 0;
	height: 47px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: right;
	border: 0 none;
	margin: 0;
}
#article-container.explore-item .spec .spec-wrapper {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
#article-container.explore-item #level.spec .value {
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.15px;
	text-transform: uppercase;
	margin-bottom: 0;
    padding-right: 15px;
    font-family: "AvantGarde-CondBold";
}

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

}
@media only screen and (max-width: 767px) {
	#article-container {
		padding: 0 0 50px!important;
	}
	#article-container .content-wrapper {
		padding: 0 15px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {

}
@media only screen and (max-width: 480px) {
	#article-container .theater .image-wrapper figure {
		height: 220px;
	}
}