@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
html {
	height: 100%;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 1em;
	color: #000;
	height: 100%;
	background-image: url(/images/skiing/bg1.png);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
div {
	display: block;
}
h1 {
	display: block;
	font-size: 2.2em;
	font-weight: bold;
	margin: 50px auto;
	text-align: center;
}
h2 {
	display: block;
	font-size: 1.8em;
	font-weight: bold;
	margin: 30px auto;
	text-align: center;
}
h3 {
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	margin: 20px auto;
}
a {
	color: #2489ca;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000;
}
.menu-item a:hover{
	opacity: 0.7;
} 
.menu-item.active a:hover{
	opacity: 0.9;
} 
.container, .bb-custom-wrapper, .bb-bookblock {
	width: 100%;
	height: 100%;
}
.content h2 {
	font-weight: 300;
	font-size: 4em;
	padding: 0 0 10px;
	color: #333;
	margin: 0 1% 40px;
	text-align: left;
	box-shadow: 0 10px 0 rgba(0, 0, 0, 0.02);
	text-shadow: 0 0 2px #fff;
}
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
  float: none;
}


.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 70em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}



/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {
  background: #2489ca;
  position: fixed;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 0;

}

.logo {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  font-weight: bold;
  line-height: 55px;
  padding: 0 20px;
  color: #fff;
  float: left;
}


/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 40em) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  float:left;
}

@media screen and (min-width: 40em) {
  .nav-collapse {
    width: auto;
    text-align: center;
  }
	.nav-collapse,
	.nav-collapse ul {
	  list-style: none;
	  float:none;
	}
	.nav-collapse ul {
	  margin: 0;
	  padding: 0;
	  display: block;
	  list-style: none;
	  float: left;
	  position: relative;
	  left:50%;
	}
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 40em) {
	.nav-collapse li {
	  margin: 0 auto;
	  float: left;
	  right: 50%;
	  position: relative;
	  width:auto;
	}
}

.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border-top: 1px solid white;
  text-decoration: none;
  background: #2489ca;
  padding: 0.7em 1em;
  color: #fff;
  width: 100%;
  float: left;
  font-size: 1em;
}

.nav-collapse a:active,
.nav-collapse .active a {
  background: #ee3e4a;
}

@media screen and (min-width: 40em) {
  .nav-collapse a {
    border-left: 1px solid white;
    padding: 1.02em 2em;
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
  }
}
@media screen and (max-width: 1400px){
	.logo{
		display: none;
	}
	.nav-collapse a {
		font-size: 80%;
	}
}
    
.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 40em) {
  .nav-collapse ul ul a {
    display: none;
  }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #fff; /* Edit this to change the icon color */
  font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}
/*
#stickynav {
	display: block;
	height: 40px;
	width: 100%;
	z-index: 9999;
	
	background: #C0C0C0;
}

#stickynav #nav {
	position: fixed;
	z-index: 9999;
	background: #C0C0C0;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#stickynav #nav li {
	display: inline;
}
#stickynav #nav li a {
	display: block;
	float: left;	
	font-size: 100%;
	padding: 7px 1%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#stickynav #nav li a:hover {
	text-decoration: none;
	color: #fff;
}
*/
section {
	margin: 50px 25%;
	padding: 40px 0;
	border-bottom: 2px solid #C0C0C0;

}
section p {
	font-size: 1.3em;
	line-height: 1.6;
	font-weight: 300;
	text-align: left;
}
.row {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}
.row:after {
	clear: both;
	display: block;
	content: '';
	line-height: 0;
}
[class*=block] {
	display: block;
	float: left;
	margin-left: 2.5%;
}
.row [class*="block"]:first-of-type {
	margin-left: 0
}
.row [class*="block"]:last-of-type {
	float: right
}
.row [class*="block"]:only-of-type {
	float: left
}
.block1 {
	width: 6.04167%
}
.block2 {
	width: 14.58333%
}
.block3 {
	width: 23.125%
}
.block4 {
	width: 31.66667%
}
.block5 {
	width: 40.20833%
}
.block6 {
	width: 48.75%
}
.block7 {
	width: 57.29167%
}
.block8 {
	width: 65.83333%
}
.block9 {
	width: 74.375%
}
.block10 {
	width: 82.91667%
}
.block11 {
	width: 91.45833%
}
.block12 {
	width: 100%
}

.content p:last-of-type {
	margin-bottom: 80px;
}
#item3 .content p:last-of-type {
	margin-bottom: 0px;
}
#item4 .content p:last-of-type {
	margin-bottom: 0px;
}
iframe {
	float: left;
	width: 40%;
	height: 300px;
	border: none;
	margin: 5%;
}
#item4 iframe {
	float: none;
	width: 70%;
	border: none;
	margin: 0 15%;
}
#item8 h1 {
	background: url(/images/skiing/buttonLift.png) no-repeat;
	background-size: 50%;
	background-position: 90% -10px;
	width: 100%;
	height: 90px;
	opacity: 1;
	z-index: -1;
}
.left {
	margin: 5px 2px;
	float: left;
	width: 53%;
}
.left:last-of-type {
	margin: 5px 20px;
	float: left;
	width: 42%;
}
#item6 .hats {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.hat {
	width: 24%;
	max-width: 260px;
	padding: 5px 3%;
}
.icon {
	position: fixed;
	z-index: 1000;
	bottom: 1%;
	right: 1%;
	width: 150px;
	height: 150px;
}
.vcp {
	position: fixed;
	z-index: 1000;
	bottom: 2%;
	left: 1%;
	width: 150px;
	height: 30px;
}
.char {
	text-align: center !important;
	margin-top: 40px;
	margin-bottom: 0px;
	padding: 0px !important;
}

#item4 p{
	text-align: center;
}
#item4 .signs img {
	width: 30%;
	margin: 0 30%;
	height:auto;
	max-width: 120px
}
#item4 .signs .signImg {
	height: 150px;
}
.signs {
	width: 30%;
	float: left;
	min-height: 400px;
	margin: 10px 1%;
}
.signs p {
	text-align: left;
}
.red {
	color: #ee3e4a !important;
}
#item7 .char img {
	margin: 5px 6%;
	width: auto;
}
.two-columns {
	width: 100%;
	padding-left: 35px;
}
.two-columns li {
	float: left;
	width: 48%;
	margin-bottom: 10px;
	height: 35px;
	margin-right: 10px;
}
#item3 .wear.two-columns li {	
	height: 40px;
	padding-right: 0px;
	width: 40%;
	margin: 5px 2%;
}
#item2{
	text-align: center;
}
#item3{
	text-align: center;
}
#item3 .wear{
	height: 350px;
	border-style: double;
	border-width: 4px;
	border-color: #2489ca;
	width: 100%;
	margin: 5px auto;
}
#item3 .wear li{
	list-style: none;
	text-align: left;
	font-size: 1em;
	margin: 5px 0;
}
.center{
	padding: 20px 20%;
}
.center li{
	font-size: 1em;
	margin: 5px 0;
}
.small{
	margin: 0 10%;
}

.must-haves{
	width: 8%;
}
.char.zero{
	margin-bottom: 20px;
}
.char.zero img{
	width: 20%;
	margin:0 10%;
}
@media screen and (max-width:895px) {
	body{
		background-size: contain;
		background-position:0 100px; 
	}
	.logo{
		display: block;
	}
	h1 {
		margin-top: 30px;
	}
	.icon {
		display: none;
	}
	section {
		margin: 10px 4%;
	
	}
	.signs {
		width: 90%;
		height: auto;
		margin: 0 auto;
		float: none;
		min-height: 220px;
	}
	#item4 .signs img{
		margin: 0 40%;
		height: auto;
	}
	#item4 .signs p{
		text-align: center
	}
	.left {
		margin-right: 15px;
		float: left;
		width: 95%;
	}
	.right {
		float: left;
	}
	iframe {
		float: left;
		width: 95%;
		height: 250px;
		padding: 10px 0 ;
		border: none;
		max-width: 450px;
		margin: 0 auto;
	}
	.vcp {
		width: 120px;
		height: 25px;
	}
	#item7 .char img {
		margin: 5px 2%;
		width: 100px;
	}
	
	.two-columns li {
		float: left;
		width: 100%;
		margin-bottom: 2px;
	}
	#item3 .wear{
		border:none;
		width: 100%;
		max-width: 500px;
	}
	#item3 .wear.two-columns li {	
		height: 55px;
		padding-right: 0px;
		width: 40%;
		margin: 5px 0;
	}
	.center{
		padding: 0px 8%;
	}
	

	#item5 ol{
		padding-left: 20px;
		max-width: 100%;
	}#item2 .block2, #item2 .block3{
		display:none;

	}
	#item2 .block9, #item2 .block10{
		width:100%;

	}
	
	.hidem{
		display:none;
	}
	.wear.two-columns{
		padding-left: 0px;
	}
	.small{
		width: 35%;
		margin: 0 5%;
	}
	.must-haves{
		width: 35%;
	}
	#item4 iframe {
		float: none;
		width: 90%;
		border: none;
		margin: 0 5%;
	}
	.char.zero{
		height:0;
	}

}
@media screen and (max-width:400px) {
	.menu-panel, .content {
		font-size: 75%;
	}
}
@media screen and (min-width:895px) {
	ul {
		padding: 5px 20px;
	}

}
@media screen and (min-width:1680px) {
	#item4 .signs .signImg {
		height: 200px;
	}
	.signs {
	min-height: 350px;
	}
	#item4 iframe {
		height: 400px;
	}
	#item3 .wear.two-columns li {	
	height: 40px;
	padding-right: 0px;
	width: 40%;
	margin: 5px 2%;
}
	#item3 .wear{
	width: 80%;
}
}
ul.list-items
{
	list-style: none;
	margin: 0;
	padding: 50px 0;
}
ul.list-items li
{
	margin: 0 0 40px;
}
ul.list-items h3 
{
	color: #ee3e4a;
	font-weight: 600;
	margin: 0 0 15px;
}
ul.list-items p 
{
	text-align: left;
}
ul.numbers
{
	list-style: none;
	margin-top: 50px;
}
ul.numbers li
{
	position: relative;
	padding-left: 60px;
	margin-bottom: 30px;
}
ul.numbers li span.number {
	position: absolute;
	left: 0;
	top: 0;
	/* padding: 10px; */
	font-weight: 600;
	color: white;
	background: #2489ca;
	font-size: 1.25em;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
.clearfix:after
{
	display: block;
	content: '';
	clear: both;	
	float: none;
}
#item3 .wear.two-columns img{
	float: left;
	width:20px;
	margin:5px 5px;
}
@media screen and (max-width:1144px) {
	#item3 .wear.two-columns li {
		
		margin: 5px 1%;
	}
}