@charset "UTF-8";
/* CSS Document */
* {
	padding:0;
	margin:0 auto;
}
.clear{
	clear: both;
}
body {
	padding:0;
	margin:0 auto;
	background-color:white;
	font-family: 'Playfair Display', serif;
}
header {
	height:170px;
	width:100%;
	background-color:rgba(42,86,186,1.00);
	padding:0;
	margin:0;
	font-family: 'Playfair Display', serif;
	}
.wrapper{
    max-width:920px;
}
.logo {
	position:relative;
	width:100px;
	height:100px;
	background-image:url(imges/images/HomePageMobil_03.png);
	background-size:contain;
	background-repeat:no-repeat;
	margin:0 auto;
	top:10px;
}
.title {
	position:relative;
	width:100%;
	height:60px;
	font-size:2em;
	padding-top:.5%;
	margin:0 auto;
	background-image:url(imges/images/headerTitle_02.png);
	background-position:center;
	background-repeat:no-repeat;
}
nav {
	padding:0;
	margin:0 auto;
	height:50px;
	background-color:white;
	border-bottom:solid 10px rgba(240,236,237,.5);
	border-top:solid 10px rgba(240,236,237,.5);
	font-family: 'Playfair Display', serif;
}
/*//menu styles*/
label {
  cursor:pointer;
  display: block;
  width: 50px;
  height: 40px;
  border: solid 3px rgba(240,236,237,.5);
  border-radius: 5px;
  background-color: rgba(255,255,255,.1);
  position: relative;
  z-index: 100;
  transition: background-color .5s ease;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 10px;
  margin:0 auto;
}
.bar {
	width: 90%;
	height: 5px;
	background-color: black;
	display: block;
	margin:0 auto;
	margin-top: 3px;
}
label:hover .nobar{
	display: none;
}
label:hover .rotateLeft{
	display: none;
}
label:hover .rotateRight{
	display: none;
}
label:hover{
	background-color:rgba(42,86,186,1.00);
	background-size:contain;
	background-image:url(imges/images/HomePageMobil_03.png);
}
#menu-toggle {
  display: none; /* hide the checkbox */
}
#menu {
	position: relative;
  	display: none;
  	width: 95%;
  	list-style: none;
  	background-color:rgba(42,86,186,.8);
  	transition: top .7s ease;
  	text-align:center;
  	padding: 0;
  	z-index:1000;
	border: solid 5px rgba(240,236,237,.5);
}

#menu li{
	border-bottom: 1px solid #ccc;
	padding:0;
}

#menu li a{
	display: block;
	padding: 8px 0 8px 0;
	text-decoration: none;
	text-align: center;
	color: white;
	font-size: 16pt;
	background-color:rgba(42,86,186,.5);
	transition: all .4s ease;
	font-family: 'Playfair Display', serif;
}

#menu li a:hover{
	background-color:white;
	color:rgba(42,86,186,1);
}
#menu li:hover > ul{
	display: block;
	background-color:none;
}
#menu li ul{
	position:relative;
	top:0;
	width: 50%;
	height:100%;
	display:none;
	border:solid 5px rgba(240,236,237,.5);
	list-style: none;
	margin: 0;
	background-color: rgba(255,255,255,.6);
	padding:0;
}

#menu li ul li{
	width:95%;
	padding:0;
	
}
#menu li ul li a {
	text-align:center;
	width:100%;
	padding:5px 0;
	}

#menu-toggle:checked + #menu {
  display: block;
  top: 0;
}
/*End menu styles*/


.mainImage {
	position:relative;
	max-width:100%;
	height:500px;
	padding:0;
	margin:0 auto;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	border-bottom:solid 10px rgba(240,236,237,.5);
	overflow:auto;
}
.mainImage h2 {
	padding:20px;
	margin:0 auto;
	margin-top:300px;
	font-size:2em;
	text-shadow: 4px 4px 6px rgba(150, 150, 150, 1);
	font-family: 'Playfair Display', serif;
}
.home{
	background-image:url(imges/images/mainImage_05.jpg);
}

.box {
	position: relative;
	width: 100%;
	height:300px;
	padding:0;
	margin:20px auto;
	background-color:white;
	border-bottom:solid 10px rgba(240,236,237,.5);
	border-top:solid 10px rgba(240,236,237,.5);
	font-family: 'Playfair Display', serif;
}
.box h3 {
	position: absolute;
	font-weight: normal;
	bottom:20px;
	width:100%;
	margin: 0;
	background-color:rgba(255,254,254,.9);
	text-align:center;
	font-size:2em;
	padding:0;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:solid 10px rgba(240,236,237,.5);
	border-top:solid 10px rgba(240,236,237,.5);
	color:black;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);
font-family: 'Playfair Display', serif;
}
.box h3:hover {
	text-decoration:none;
	color:rgba(42,86,186,.8);
	list-style: none;
	font-family: 'Playfair Display', serif;
	
}

.mainDeals {
	background-image:url(imges/kidsSki.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.mainMap {
	background-image:url(imges/map.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
footer {
	width:100%;
	background-color:rgba(42,86,186,1.00);
	border-top:solid 10px rgba(240,236,237,.5);
	font-family: 'Playfair Display', serif;
	position:relative;
	margin:0;
	padding:0;
	bottom:0;
}
footer ul {
	padding:5%;
	font-size:.6em;
	width:30%;
	display:inline-block;
}
footer li {
	list-style:none;
}
.logof {
	background-image:url(imges/images/HomePageMobil_03.png);
	background-size:contain;
	width:50px;
	height:50px;
	position:relative;
	margin:0 auto;
	display:inline-table;
	background-repeat:no-repeat;
}
.social {
	background-image:url(imges/facebook.jpg);
	background-size:contain;
	width:25px;
	height:25px;
	position:relative;
	margin:0 auto;
	top:0;
	display:inline-table;
	background-repeat:no-repeat;
	margin-left:4%;
}
.twit {
	background-image:url(imges/twit.jpg);
	margin-left:1%;
}
.utube {
	background-image:url(imges/youTube.jpg);
	margin-left:1%;
}
/*
///////////////////////////////////////////////////////////////////////////////INTERIOR MOUNTAIN PAGE LAYOUT*/
.mountainMain{
	display:none;
}
.mountian {
	background-image:url(imges/images/InteriorPageMobil_02.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	position: relative;
	width: 100%;
	height:300px;
	padding:0;
	margin:0 auto;
	background-color:white;
	border-bottom:solid 10px rgba(240,236,237,.5);
	font-family: 'Playfair Display', serif;
}
.mountian h2 {
	position: absolute;
	font-weight: normal;
	bottom:20px;
	width:100%;
	margin: 0;
	background-color:rgba(255,254,254,.9);
	text-align:center;
	font-size:2em;
	padding:0;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:solid 10px rgba(240,236,237,.5);
	border-top:solid 10px rgba(240,236,237,.5);
	color:black;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    font-family: 'Playfair Display', serif;
}
.bckImage{
	background-image:url(imges/images/bckImage_02.jpg);
	position: relative;
	width: 100%;
	height: 1200px;
	padding: 0;
	margin: 0 auto;
	font-family: 'Playfair Display', serif;
	background-size:cover;
	margin-top:20px;
}
.info{
	padding:10%;
	position: relative;
	width: 80%;
	padding-top:20px;
	background-color:rgba(255,255,255,.9);
	border-bottom:solid 10px rgba(240,236,237,.9);
	border-top:solid 10px rgba(240,236,237,.5);
}
.info p{
	font-family: 'Playfair Display', serif;
	font-size:1em;
	width:80%;
	font-style:italic;
	padding-bottom:20px;
	line-height:1.5em;
}

.info h4{
	width:100%;
	font-weight: bold;
	margin: 0;
	margin-top: 5px;
	font-size:1em;
	color:rgba(39,83,189,1);
	font-family: 'Playfair Display', serif;
	line-height:1.5em;
}
.info li {
	font-size:.8em;
	font-family: 'Playfair Display', serif;
	list-style:none;
	line-height:2em;
}
.text2 {
	display:none;
}
.slopesMain {
	background-image:url(imges/slopesMain.jpg);
}
.bunnyHill {
	background-image:url(imges/buunyHill.jpg);
}
.greenSlope {
	background-image:url(imges/greenSlope.jpg);
}
.blueSlope {
	background-image:url(imges/blueImage.jpg);
}
.blackSlope {
	background-image:url(imges/blackSlope.jpg);
}
.slopesMain h1 {
	position:relative;
	top:80%;
	text-align:left;
	font-size:3em;
	width:85%;
	padding:5%;
}
.vid {
	width: 90%;
	background-image:none;
	position:relative;
	padding:5%;
}
.video h2 {
	font-size:2em;
	padding:5%;
}
video {
	width:100%;
	height:auto;
	padding:0;
}
.terrain {
	width:100%;
	padding:0;
	background:rgba(0,0,0,1);
	height:auto;
	
}
.text3 {
	display:none;
}
.text4 {
	display:none;
}
.sideWinder {
	background-image:url(imges/Sidewinder_1.png);
}
.elmoBar {
	background-image:url(imges/Elmos_revised.png);
}
.gunbarrel {
	background-image:url(imges/Gunbarrel.png);
}
.javaShop {
	background-image:url(imges/Java_Stop.png);
}
.lodge {
	background-image:url(imges/lodgeSmall.jpg);
}
.text4 h4 {
	font-size:1.5em;
	padding:5%;
}
.text4 p {
	font-size:1em;
	padding:5%;
	line-height:1.5em;
}
.text4 h3 {
	font-size:2em;
	padding:5%;
}
.lower h3 {
	font-size:1.5em;
	padding:5%
}
.lodge h1 {
	position:relative;
	top:80%;
	padding-right:10%;
	width:80%;
	font-size:2em;
	text-align:right;
	color:rgba(241,247,255,1);
}
.packages {
	background-image:url(imges/packagesImage.jpg);
}
.packageForm {
	position:relative;
	padding:0;
	margin:0 auto;
	width:89%;
}
.packageImg {
	padding:0;
	width:100%;
	height:200px;
	background-image:url(imges/packagethumb.jpg);
	background-repeat:no-repeat;
	margin:o auto;
}
.packageInfo {
	width:90%;
	padding:5%;
	line-height:1.5em;
	font-size:.8em;
}
.packageInfo li {
	list-style:none;
	line-height:2em;
}
.packageInfo h3 {
	padding:5%;
}
.contactForm {
	position:relative;
	display:inline-block;
	margin:0 auto;
	width:50%;
	padding:5%;
	color:white;
	text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);
}
.clrchange{
	width:80%;
}
.contactImg {
	width:100%;
	height:auto;
	background-image:url(imges/contactImage.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
.contactTop {
	background-image:url(imges/contactTop.jpg);
		height:200px;
}
.contactInfo {
	width:90%;
	padding:5%;
	line-height:1.5em;
	font-size:.8em;
}
.contactInfo h3 {
	font-size:2em;
	padding:5%;
	line-height:1.5em;
}
.skiSchool{
	background-image:url(imges/skiSchool.jpg);
}
.text4 li{
	line-height:2em;
	list-style:none;
	padding-left:5%;
 }

@media screen and (min-width: 768px){

.title {
	position:relative;
	width:50%;
	height:130px;
	display:inline-block;
	background-image:url(imges/images/images/theText_03.png);
	margin-top:20px;
	background-size:contain;
}
.logo {
	position:relative;
	float:left;
	width:30%;
	height:160px;
	background-size:contain;
	background-position:right;
	background-repeat:no-repeat;
	margin:0;
	display:inline-block;
	margin-top:30px;
	
}
/*//menu styles*/

label {
  display:none;
}
.bar {
dislpay:none;
}
#menu {
	width: 78%;
	float: right;
	margin-top: 9px;
  	display:block;
	background-color:none;
	border:hidden;
	background-color: rgba(255,255,255,.1);
}
#menu li{
	float:left;
	padding:o;
	margin:0;
	width:25%;
	border:none;
	height:40px;
}
#menu li ul{
	position:absolute;
	top:40px;
	width: 25%;
	height:125px;
	display:none;
	border:solid 10px rgba(240,236,237,.5);
	list-style: none;
	margin: 0;
	background-color: rgba(255,255,255,.3);
}

#menu li ul li{
	float: none;
	width:100%;
	padding:0;
	
}
#menu li ul li a {
	text-align:center;
	width:80%;
	padding:5%;
	}

#menu li:hover > ul{
	display: block;
	background-color:none;
}
#menu li a{
	padding:0;
	text-align: center;
	color: black;
	font-size: 16pt;
	background-color: rgba(255,255,255,.1);
}

#menu li a:hover{
	background-color: rgba(255,255,255,1);
}

/*End menu styles*/
.home {
	background-image:url(imges/images/images/highResMain_06.jpg);
}
.mountainMain{
	display:block;
	position:relative;
	background-image:url(imges/mapImage.jpg);
	background-size:cover;
	height:612px;
}
.text2 {
	position:relative;
	display:inline-block;
	width:40%;
	text-align:center;
	padding:5%;
	
}
.text2 p{
	font-family: 'Playfair Display', serif;
	font-size:1em;
	width:100%;
	font-style:italic;
	line-height:1.5em;
}
.mountian {
	position:relative;
	width:300px;
	display:inline-block;
	border:none;
	
}
.disapear {
	display:none;
}
.lower {
	width:85%;
	margin:0 auto;
	margin-top:30px;
	padding-left:40px;
}
.info{
	postion:relative;
	top:90px;
	padding:10%;
	position: relative;
	width: 50%;
	border:solid 10px rgba(240,236,237,.5);
}
.clmbrake {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
.mainImage h1 {
	position:relative;
	top:60%;
	padding-right:10%;
	width:80%;
	font-size:4em;
	text-align:right;
}
 mountainMain h1 {
	 	position:relative;
	top:70%;
	padding-right:10%;
	width:80%;
	font-size:4em;
	text-align:right;
 }
 .video {
	position:relative;
	width:400px;
	display:inline-block;
	border:none;
}
video {
	width:100%;
	height:auto;
	padding:0;
}
.terrain {
	width:100%;
	padding:0;
	background:rgba(0,0,0,1);
	height:auto;
	
}
.text3 {
	position:relative;
	display:inline-block;
	width:80%;
	padding:5%;
	
}
.text3 p{
	font-family: 'Playfair Display', serif;
	font-size:1em;
	width:100%;
	font-style:italic;
	line-height:1.5em;
}
.text4 {
	position:relative;
	display:inline-block;
	width:40%;
	padding:5%;
	
}
.text4 p{
	font-family: 'Playfair Display', serif;
	font-size:1em;
	width:100%;
	font-style:italic;
	line-height:1.5em;
}
.lodge {
	background-image:url(imges/lodgeLarge.jpg);

}
.lodge h1 {
	position:relative;
	top:75%;
	padding-right:10%;
	width:80%;
	font-size:4em;
	text-align:right;
	color:rgba(204,171,84,1);
}
.packageForm {
	position:relative;
	display:inline-block;
	margin:0 auto;
	width:30%;
}
.packageImg {
	position:relative;
	display:inline-block;
	width:100%;
	height:450px;
	background-size:cover;
	float:left;
	background-image:url(imges/formLarge.jpg);
}
.packageInfo {
		position:relative;
	display:inline-block;
	width:50%;
	padding:5%;
	line-height:1.5em;
	font-size:.8em;
}
.packageInfo li {
	list-style:none;
	line-height:2em;
}
.packageInfo h3 {
	padding:5%;
}
.packages h1 {
	position:relative;
	top:10%;
	padding-right:5px;
	width:90%;
	font-size:4em;
	text-align:left;	
}
.contactInfo {
	width:50%;
	line-height:1.5em;
	font-size:1em;
}
.contactInfo h3 {
	font-size:2em;
	padding:2%;
	line-height:1.5em;
}
.contactTop {
		height:600px;
}
.logof {
	width:100px;
	height:100px;
}

.social {
	width:40px;
	height:40px;
	
	margin-left:6%;
}
.twit {
	background-image:url(imges/twit.jpg);
	margin-left:2%;
}
.utube {
	background-image:url(imges/youTube.jpg);
	margin-left:2%;
}
footer ul {
	width:50%;
	
}
#menu {
  
bottom:10px;
  
}


@media screen and (min-width: 1025px){
	
	.box {
	width: 42%;
	height:350px;
	left:5%;
	border:solid 10px rgba(240,236,237,.5);
	display:inline-block;
}
.mainMap {
	left:8%;
}
.title {
	position:relative;
	width:30%;

}
#menu {
  	width: 60%;
	margin-right:10%;
	bottom:3px;
  
}
}