table {
	margin-bottom: 20px;
}
table > tbody > tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}

.datepicker table > tbody > tr:nth-of-type(2n+1) {
    background-color: transparent;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	padding: 5px;
	/*border-top: 1px solid #ddd;*/
}

/* HOURS OF OPERATION
=============================== */
.hours-wrap {
	padding-left: 10px;
	padding-right: 10px;
}

.houropblock {
	padding: 20px;
	height: 300px;
	overflow:hidden;
	background: #f4f2ef;
	margin: 5px;
	text-align: center;
}

.houropblock h4 {
	color:#221c1e;
	font-size:26px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom:20px;
}

.houropblock p.phone {
	font-size: 18px;
	color: #00aeef;
	padding-bottom: 0;
	font-family: "Bitter", serif;
}

.houropblock .hours {
	color: #015B7E;
	font-size: 16px;
}

.houropblock .hours h3 {
	margin-top: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.houropblock h3 {
	margin-bottom:0px;
	font-weight:normal;
}

@media screen and (max-width: 991px) {
	.houropblock {
		height: 250px;
	}

	.houropblock h4 {
		margin-bottom: 10px;
		font-size: 22px;
	}

	.houropblock .hours h3 {
		font-size: 18px;
	}

	.houropblock p.phone {
		font-size: 16px;
	}
	.houropblock .hours {
		font-size: 14px;
	}
}


/* PAGE - CAREERS
=======================
.career-item {
	margin: 0 0 30px 0;
}

.career-item h3 {
	margin:0;
}

.career-item .post-meta {
	margin: 0;
}

.career-item p {
	margin: 0;
}
*/

/* SINGLE.PHP
========================= */
/*
p.post-meta {
	font-size: 16px;
	padding-bottom: 0;

	color: #ccc;

	margin-top: -10px;
	margin-bottom: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
*/


.archive-video img.play_btn {
	top:44%;
	z-index:9;
}




/* SINGLE MEDIA
========================= */

.media-area {
	padding:0 ;
	position: relative;
}

.media-area img {
	width:100%
}


img.play_btn {
    height:80px;
    left:50%;
    position:absolute;
    top:50%;
    width:80px !important;
    opacity:.7;
    margin-left:0;
    transform:translate(-50%, -25%);
    -o-transform:translate(-50%, -25%);
    -moz-transform:translate(-50%, -25%);
    -webkit-transform:translate(-50%, -25%);
}


.media-area img.play_btn {
    top:50%;
    left: 50%;
    position: absolute;
    margin-top: -40px;
}



.archive-video {
	display:block;
	position:relative;
	height:0;
	padding-bottom:60%;
	overflow:hidden;
}

.archive-video img {
	position:absolute;
}

.archive-video img.youtube-video {
	width:100%;
	top:-13%;
}

.archive-video img.vimeo-video {
	width:110%;
	top:0;
}

/* SINGLE LODGING
========================= */

#single-lodging h1,
#single-package h1 {
	padding-bottom: 0;
}

#single-lodging h1 .btn {
	float: right;
}
/*
#single-lodging h3 {

	margin-bottom: 15px;
} */
/*
#single-lodging h3 .map-modal {
	font-size: 18px;
	float: right;
} */

.lodging-gallery {
	margin-right: 30px;
}

ul.amenity-list {
	font-family: "franklin-gothic-urw", sans-serif;
	line-height: 20px;
	font-size: 14px;
	list-style-type: none;
	text-transform: uppercase;
	padding-left: 0;
	margin-bottom: 20px;
}

ul.amenity-list li {
	margin-bottom: 5px;
}

/* SINGLE PACKAGES
========================= */
.restrictions {
	color: #999;
}

.restrictions h4 {
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #999;
	font-size: 16px;
	font-weight: 500;
}

.restrictions,
.restrictions p,
.restrictions ul li {
	color: #999;
	font: 14px/22px 'franklin-gothic-urw',sans-serif;
}

/* ARCHIVE / AUTHOR LOOP
============================ */
/*
.archive-loop .single-loop-img img {
	margin-bottom: 15px;
}
.archive-loop h3 {
	margin-top: 0;
	margin-bottom: 20px;
}

.archive-loop p {
	font: 16px/22px 'franklin-gothic-urw',sans-serif;
	padding-bottom: 10px;
}

.archive-loop p.post-meta {
	padding-bottom: 0;
}

.archive-loop .btn {
	margin-bottom: 15px;
}
*/
/* TAX - LODGING TYPE
=========================== */


.inner-content hgroup h5 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 0;
}

.inner-content hgroup h5 a {
	color: #878082;
}

.inner-content hgroup h5 a .fa {
	color: #6fdbfd;
}

.map-wrap {
	/* padding: 0 60px 30px; */
}

.filter-row {
	padding: 5px 15px;
	margin-bottom: 20px;
	background: #f8f8f8;
}

.filter-row label {
	text-transform: uppercase;
	font-weight: 500;
	line-height: 30px;
	padding-bottom: 0;
	padding-right: 20px;
	margin-bottom: 0;
}

.filter-row select {
	position: relative;
	top: -1px;
	width: 75px;
}

#no-lodging-results {
	text-align: center;
	padding: 30px;
}


/* SINGLE CAREER */
h4.department {
	text-transform: uppercase;
	font-size: 15px;
	color: #878082;
	font-weight: 500;
	margin-top: 10px;
}

h4.department a {
	color: #878082;
	font-weight: 700;
}

h4.department a:hover,
h4.department a:active {
	color: #00aeef;
}

/* SINGLE PACKAGE */
h3.package-price {
	font-size: 18px;
	color: #ebbf6d;
	font-weight: 700;
}



h3.package-price a {
	color: #ebbf6d;
}

.package-book {
	margin-bottom: 20px;
}

/* MENUS */
.inner-content ul.dining-menus {
	padding-left: 0;
	text-transform: uppercase;
	font-weight: 700px;

	list-style-type: none;
	font-family: 'franklin-gothic-urw',sans-serif;
}

.inner-content ul.dining-menus a {
	color: #221c1e;
}

.inner-content ul.dining-menus a:hover,
.inner-content ul.dining-menus a:focus {
	color: #00aeef;
}

/* single lodging */
p.map-btn {
	padding-bottom: 0;
	text-align: right;
}


.map-modal.btn-yellow {
	text-transform: uppercase;
	color: #878082;
	margin-top: 10px;
	padding-right: 30px;
}

#single-lodging hgroup h2 {
	line-height: 50px;
}

@media screen and (max-width: 1199px) and (min-width: 992px), screen and (max-width: 767px) {
	p.map-btn {
		text-align: left;
		margin-bottom: 10px;
	}

}

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

	#single-lodging hgroup h2 {
		line-height: 36px;
	}
}

@media screen and (max-width: 991px) {
	.map-modal.btn-yellow {
		margin-top: 0;
		padding: 6px 10px 6px 0;
	}
}

@media screen and (max-width: 767px) {
	#single-lodging hgroup h2 {
		line-height: 30px;
	}
	.amenity-list {
		margin-top: 30px;
	}
}


/* EVENTS */
.tribe-events-list-separator-month:after {
	border: medium none;
}

.tribe-events-list-separator-month {
	font: 700 18px 'franklin-gothic-urw',sans-serif;

	color: #ebbf6d;
	margin: 0 0 20px;
	text-align: left;
	padding: 0;
	margin-bottom: 10px;
  color: #878082;
  font-size: 30px;
}

.tribe-events-list-separator-month span {
	padding: 0;
	background-color: transparent;
}
#tribe-events-content h2 {
	margin-bottom: 0;
	padding-bottom: 0;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 24px;
	line-height: 26px;
}
#tribe-events-content h2 a {
	color: #221c1e;

}
.updated.published.time-details {
	float: left;
	width: 100%;
	margin: 0;
}
#tribe-events-content p.post-meta {
	color: #ebbf6d;
	margin-bottom: 0;
	float: left;
	width: 50%;
}

#tribe-events .tribe-events-content p {
	font-family: "franklin-gothic-urw", sans-serif;
	font-size: 15px;
  line-height: 20px;
  color: #015B7E;
  padding-bottom: 5px;
}

.recurringinfo {
	float: left;
	width: 50%;
	text-align: right;
}
.event-is-recurring {
	text-transform: uppercase;
	font-size: 12px;
	color: #878082;
	font-family: "franklin-gothic-urw", sans-serif;
}
.event-is-recurring .tribe-events-divider {display: none;}
.event-is-recurring a {
	text-transform: lowercase;
	color: #6fdbf0;
}

.tribe-events-list .tribe-events-event-image {
	width: auto;
}

.tribe-events-list .tribe-events-event-image {
	float: none;
	width: auto;
	margin: 0;
}

.tribe-events-event-image img {
	max-width: 100%;
}

.tribe-events-event-meta address.tribe-events-address,
.tribe-events-list .tribe-events-venue-details {
	font-family: "franklin-gothic-urw", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
  line-height: 20px;
  color: #878082;
}

.tribe-events-event-meta address.tribe-events-address {
	color: #015B7E;
}

#tribe-events-content {
	padding: 0!important;
}



.tribe-filters-closed #tribe-events-content {
	clear: none!important;
}


/* SITEMAP */

#sitemap ul {
	padding-left: 0;
	margin-bottom: 10px;
}

#sitemap ul ul {
	padding-left: 20px;
}
#sitemap ul li {
	font: 18px/24px 'franklin-gothic-urw',sans-serif;
	text-transform: uppercase;
	list-style-type: none;
}

#sitemap ul li li {
	text-transform: none;
	list-style-type: disc;
}

#sitemap ul li li li {
	font: 16px/22px 'franklin-gothic-urw',sans-serif;
	text-transform: uppercase;
	list-style-type: circle;
}

#sitemap ul.lodging > li {
	list-style-type: disc;
}

/* SNOW REPORTS */
.snowreportpage-wrapper {
	padding: 0;
}
.currently-wrapper {
	text-align: center;
	float: left;
	width: 44%;
	padding: 10px;
	/*
	margin: 3% 3% 0 3%;
	background-color: #fff;
	border: 1px solid #f1f1f1;
	*/

}

.currently-wrapper h4 {
	margin-top: 0px;
}
.currently-wrapper i {
	font-size: 60px;
	margin:  0;
	line-height: 80px;
	color: #00aeef;
}
.currently-wrapper #current-temp {
	font-size: 60px;
	line-height: 80px;
	margin-left: 10px;
	position: relative;
	top: -10px;
	display: inline-block;
	color: #666;
}
.currently-wrapper  p {
	font-size: 14px;
	line-height: 22px;
	padding: 0px;
	color: #999;

}







ul#report-info {
	padding: 0px;
}
ul#report-info li {
	font-size: 14px;
	color: #666;
	line-height: 20px;
	list-style: none;
	padding: 5px 0;
	display:inline;
}
.mountain-report i {
	font-size:22px;
	margin-right:20px;
}
.mountain-report table {
	width: 48%;
	float: left;
	margin-right: 2%;
}
.mountain-report table th,
.mountain-report table td {
	font-size: 14px;
	color: #666;
}
.mountain-report table thead th {
	font-size: 18px;
	color: #362f2d;
}

@media (max-width: 1199px) and (min-width: 992px){
	.mountain-report i {
		margin-right: 7px;
		color: #05aaed;
	}
}
.mountain-report i.open {
	color:#01a553;
}
.mountain-report i.closed {
	color:#db292d
}
.mountain-report i.hold,
.mountain-report i.held {
	color:#ffc000;
}
.mountain-report i.scheduled{
	color:#05aaed;
}
.mountain-report  i.unset {color: #05aaed;}

.snow-report-page .forecast .day {
	text-align:center;
	padding:20px 10px;
	margin: 5px;
	background: #f9f9f9;
	min-height:240px;
	height: 250px;
	overflow:hidden;
	font-size:18px;
	font-family: 'franklin-gothic-urw',sans-serif;
}

@media (max-width: 1199px) {
	.snow-report-page .forecast .day {
		height: 230px;
	}
}

.snow-report-page .forecast .day .whatday {
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom: 0;
	line-height: 24px;
	margin:10px 0;
	font-family: 'franklin-gothic-urw',sans-serif;
}
.snow-report-page .forecast .day .minmax {
	padding-bottom: 10px;
		line-height: 24px;
}
.snow-report-page .forecast .day .current-sum {
	line-height: 20px;
	font-family: 'franklin-gothic-urw',sans-serif;
	padding-bottom: 10px;
}

.snowreportpage-wrapper .gform_wrapper .top_label input.medium,
.snowreportpage-wrapper .gform_wrapper .top_label select.medium {
	width: 100%;
	margin-bottom: 10px;
}

.snowreportpage-wrapper .gform_wrapper .gform_footer {
	padding-top: 0;
}

	.lift-key {
	margin:20px 0px;
	padding: 5px 10px 5px 0;
}


.lift-key ul {
	padding: 0px;
}
.lift-key ul li {
	list-style: none;
	display: inline-block;
	font-weight:bold;
	padding: padding: 0 20px 0 0;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	font-family: 'franklin-gothic-urw',sans-serif;
}
.lift-key ul li i {
	margin-right: 10px;
	float: left;
	line-height: 30px;
}

@media (max-width: 991px) {
	.lift-key {
		margin-left: 0;
	}
}

.table-responsive {
	border: medium none!important;
}

#email-signup {
	background-color: #f9f9f9;
	padding: 20px;
	margin: 20px 0 40px 0;
}
#email-signup h3 {
	margin: 0 0 10px 0;
}
#gform_7 {
	text-align: center;
}
#gform_wrapper_7 {
	width: 100%;
	max-width: 100%;
}
#gform_7 input {
	margin: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.snow-report-page #gform_7 .gform_body,
.snow-report-page #gform_7 .gform_footer.top_label {
	width: 50%;
	float: left;
}
.snow-report-page #gform_7 .gform_footer{
	clear: none;
	padding: 0px;
	margin: 0px;
}
.snow-report-page  #gform_submit_button_7 {
	width:100%;
	height: 49px;

}

.snow-report-page .webcams a h4 {
	text-transform: uppercase;
	font-weight: 300;
	margin-top: 5px;
	color: #221c1e;
}

.snow-report-page .webcams a:hover h4,
.snow-report-page .webcams a:focus h4 {
	color: #00aeef;
}

/* 11. Trail Map
==================================================== */
	#map-background {
		position:relative;
		display:block;
		width:100%;
		padding-bottom:76%;
	}
	#map-background #trail-map {
		position:absolute;
		top:0px;
		left:0px;
		z-index:1;
		width:100%;
		height:auto;
	}
	#map-background .trail {
		position:absolute;
		top:0px;
		left:0px;
		z-index:2;
		display:none;
		width:100%;
		height:auto;
	}
	#map-background .show {
		display:block;
	}
	#map-controls {
		margin:0 auto;
		font-family: 'franklin-gothic-urw',sans-serif;
	}
	#map-controls li {
		display:inline-block;

	}
	#map-controls li a {
		display:block;
		padding:16px 20px;
		background:#ccc;
		color:#666;
		text-transform:uppercase;
		line-height: 24px;
		cursor:pointer;
	}
	#map-controls li a.active {
		background:#00aeef;
		color:#fff;
	}

	.trail-icon {
		height: 20px;
		width: 20px;
		display: inline-block;
	}

	.trail-icon.green {
		border-radius: 50%;
	}

	.trail-icon.blue {
		background: #0baaea;
		height:20px;
		width:20px;
	}

	.trail-icon.green {
		background: #08a455;
	}

	.trail-icon.diamond,
	.trail-icon.doublediamond {
		position: relative;
	}

	.trail-icon.diamond:before,
	.trail-icon.diamond:after,
	.trail-icon.doublediamond:before,
	.trail-icon.doublediamond:after {
		position: absolute;
		content: '';
		height: 0;
		width: 0;
		left: 0;
	}

	.trail-icon.diamond:before,
	.trail-icon.diamond:after{

		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
	}

	.trail-icon.diamond:before {
		border-top: 0 solid transparent;
		border-bottom: 10px solid #000;
	}

	.trail-icon.diamond:after {
		bottom: 0;
		border-bottom: 0 solid transparent;
		border-top: 10px solid #000;
	}

	.trail-icon.doublediamond {

		width: 10px;
	}

	.trail-icon.doublediamond:before,
	.trail-icon.doublediamond:after {
		position: absolute;
		content: '';
		height: 0;
		width: 0;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
	}

	.trail-icon.doublediamond:before {
		border-top: 0 solid transparent;
		border-bottom: 10px solid #000;
	}

	.trail-icon.doublediamond:after {
		bottom: 0;
		border-bottom: 0 solid transparent;
		border-top: 10px solid #000;
	}

.inner-content .trail-list-key {
		padding: 0 0 0 20px;
		display: inline;
}
	.trail-list-key li {
		padding: 0 0 0 25px;
		line-height: 30px;
		list-style-type: none;
		vertical-align: top;
		display: inline;
	}

	.trail-list-key li .trail-icon {
		margin-top: 5px;
		margin-right: 10px;
	}

	.trail-list-key li .trail-icon.doublediamond:first-child {
		margin-right: 0;
	}

	.trail-list {
		width: 100%;
	}

	@media (max-width: 991px){
		.trail-list {
		width: 100%;
	}
	}

	.trail-icon.fa-times {
		color: #221c1e;
	}
	.trail-icon.fa-check {
		color: green;
	}
.trail-list {
	border-bottom: 1px solid #eee;
	margin: 30px 0 40px;
}
.trail-list thead {
	margin-bottom: 20px;
}
.trail-list .notice {
	font-family: 'franklin-gothic-urw',sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 30px;
	font-size: 14px;
}

.trail-list .notice .lift-title {
	font-size: 50px;
	color: #ebbf6d;
	font-weight: 900;
}




.trail-list .notice .quiet {

}

#stat-list {
	padding: 0px;
}
#stat-list li {
	list-style: none;
}
@media (max-width: 991px) {
	.trail-list .notice .lift-title {
		font-size: 40px;
	}

	.trail-list .notice .quiet {
		display: block;
		line-height: 20px;
		margin-bottom: 10px;
	}

}

@media (max-width: 767px) {
	.inner-content .trail-list thead h3 {
		font-size: 24px;
	}
}

.closed-header {
	background: #f4f2ef;
	font-family: 'franklin-gothic-urw',sans-serif;
	font-weight: 700;
	color: #878082;
	font-size: 22px;
	line-height: 1.6em;
	text-transform: uppercase;
}

.closed-header .trail-icon.fa-times {
	color: #878082;
}

.closed-header td:first-child {
	}

.trail-list tbody tr {
	font-family: 'franklin-gothic-urw',sans-serif;
	font-size: 22px;
	line-height: 1.6em;
}

/* WEATHER FORECAST */
.inner-content #weather-widget,
.inner-content .current-weather,
.inner-content .current-weather h3,
.inner-content .current-weather a.view-all,
.inner-content .current-weather a.view-all .fa,
.inner-content p.current-temp,
.inner-content .snow-stat p,
.inner-content p.marys-status {
	color: #221c1e!important;
}

.sitenotice-alert {
	color: #8a6d3b;
	border: 1px solid #faebcc;
	background-color: #fcf8e3;
	padding: 30px;
	margin: 0px;
	text-align: center;
}

.snowreportpublish-alert {
	color: #a94442;
	border: 1px solid #ebccd1;
	background-color: #f2dede;
	padding: 20px;
	margin-bottom: 20px;
}
.snowreportpublish-alert h4 {
	margin: 0px;
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1200px) {
	#weekstats,
	#sevenday-total,
	#season-totals-doughunt,
	#lift-charts{
		width: 100%;
	}
	#lift-charts,
	#season-totals-doughunt {
		margin-top: 0px;
	}
	.snowreportpage-wrapper .last-update{
		font-size: 12px;
		padding: 0px;
	}
	.doughnutchart .half h4 {
		font-size: 16px;
	}
	.doughnutchart .half .center .small {
		font-size: 10px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

	#lift-charts,
	#depth {
		width: 100%;
	}

	.doughnutchart .half .center {
		font-size: 20px;
	}
	.currently-wrapper,
	.mountain-report table{
		width: 100%;
		margin: 0px;
	}

	.snowreportpage-wrapper table td,
	.snowreportpage-wrapper table th{
		padding: 8px 2px !important ;
		font-size: 12px !important;
	}
	.snowreportpage-wrapper i {
		font-size: 16px;
		margin-right: 10px;
	}
	.snow-report-page .webcams a h4 {
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 10px;
		text-align: center;
	}

	.footer h4 {
		border: none;
	}
	ul#report-info li a{ margin-bottom: 10px;}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

	.snow-report-page #gform_submit_button_7 {
		height: 44px;
	}
	.snow-report-page .forecast .day {
		padding: 5px;
		min-height: 175px;
		height: 175px;
		overflow: hidden;
	}
	.snow-report-page .forecast .day .whatday{
		margin: 15px 0 0px 0;
		line-height: 14px;

	}
	.snow-report-page .forecast .day .current-sum {
		margin: 0px;
		line-height: 14px;
	}
	.snow-report-page .forecast .day,
	.snow-report-page .forecast .day .current-sum {
		font-size: 12px;
	}
}

