
#mainImage{
	margin:0;
	padding:0;
	width:100%;
	height:238px;
	clear: right;
	background-size:cover;
	background-image: url('../img/activities.jpg');
	background-repeat: no-repeat;
	background-color: #f5f5f5;
	background-position: 50%;
	
}

#mainContent {
 	width:270px;
	margin: 0 auto;

	
}

 #mainContent h2{
	margin-bottom:10px;
	text-transform: uppercase;
}
#mainContent p{
	font-size: .8em;
	color: #999;
	line-height:1.4em;
	text-align: left;
	margin-top:0px;
}



#caption{
	margin-top:30px;
	
}


#caption h2{
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 50px;
	line-height:39px;
	text-transform: uppercase;
	font-weight: 300; 
	margin-bottom:10px;
	text-align:left;

}
#caption span{
	font-weight: 700; 
}
#caption p{
	max-width:550px;
    /*right:0;*/
	font-size: .8em;
	color: #999;
	line-height:1.7em;
	font-weight: 500; 
	margin-left:2px;
	margin-top:20px;

}

#caption #subtitle {
	font-size: 22px;
	margin-bottom:-9px;
	line-height:24px;
}

#caption #titleLinks {
	font-size: 22px;
	color: #ff9900;
	margin-bottom:-7px;
	letter-spacing: -.3px;
	margin-top: 0;
}

#caption #links {
	display: block;
	font-size: 12px;
	line-height:5px;
	margin-bottom:17px;
	font-weight: 500; 
}


#links a {
	color: #ff9900;
	text-decoration: none;
	 -webkit-transition:all .5s; 
   	-moz-transition:all .5s; 
     transition:all .5s; 
}

#links a:hover{
	color: #000;
}

#winterLinks #titleLinks {
	color: #00c6ff;
	
}
#winterLinks a{
	color: #00c6ff;
}

.thumbs{
	width: 265px;
	float: left;
}


.thumbs{
		padding-top:20px;
	}


.thumbs h2{
	margin-left:20px;
}

.thumbs li {
	display: inline-block;
	box-shadow: 0px 0px 5px #afaeae ;
	width:265px;
	height:340px;
	background-color:#fff;
	margin-right:10px;
	margin-bottom: 10px;
}
.thumbs p{
	padding:0px 20px 0px 20px;
}

#thumb01, #thumb02, #thumb03, #thumb04, #thumb05, #thumb06, #thumb07, #thumb08{
	opacity:0;
	
}

/* Small devices (iPhone, landscape) */

@media (orientation : landscape) {

	#mainContent {
	 	width:555px;
		/*margin: 0 auto;*/

	}
	#address {
		display:none;

	}
	#caption{
		margin-top:30px;
		float:left;
		margin-top:30px;

	}
	#caption br{
		display: none; 
	}
	.thumbs{
		width: 550px;
		float: left;
	}

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

	nav {
		float: right;
	/*opacity:0;*/
	}
	

	#mainContent {
	 	width:555px;
		/*margin: 0 auto;*/

	}
	#address {
		display:none;

	}
	#caption{
		margin-top:30px;
		width:545px;
	}

	#caption br{
		display: none; 
	}	

	#footer br{
		display:none;
	}
	.thumbs{
		width: 550px;
		float: left;
	}
	

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.js .slicknav_menu {
		display:none;
	}

	.js #nav {
		display:block;
	}
	nav li:last-child {
		margin-right:10px;
	}
	#address {
		display:block;

	}
 	
 	#mainContent {
 		width:1200px;
	}

	#caption br{
		display: none; 
	}	
	#caption {
		width:560px;
		margin-left:40px;		

	}
	#caption h2{
		margin-top:10px;
	}

	.thumbs li {
		margin-right:10px
	}
	.thumbs{
		padding-top:100px;
		width: 550px;
		float: left;
		margin-left: 50px;
	}
	

}

