
#mainImage{
	margin:0;
	padding:0;
	width:100%;
	height:238px;
	clear: right;
	background-size:cover;
	background-image: url('../img/attractions.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;
	margin-top: 20px;
}

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



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

p#attAddress {
	color: #ff9900;
	font-weight: 800; 
	margin-top:10px;
	margin-bottom:-20px;
}

.thumbs {
	padding-top: 20px;	
	opacity:0;
}
.thumbs a img{
	box-shadow: 0px 0px 5px #afaeae ;
	margin-right:8px;
	margin-bottom:8px;
}


/* 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;

	}
	.thumbs {
		padding-top: 20px;	
	}
	

}

/* 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;
	}


	#footer br{
		display:none;
	}
	.thumbs {
		padding-top: 20px;	
	}

}

/* 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 {
		width:560px;
		margin-left:40px;
		margin-right:30px;

	}
	#caption h2{
		margin-top:10px;
	}
	.thumbs {
		padding-top: 100px;	
	}

	
	

}

