
 h1{
	font-weight: 100; 
	font-size: 22px;
	color: #999;
	letter-spacing: -1px;
	text-align: left;
	margin-top:10px;
}

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



#caption{
	margin-top:30px;
}


#caption h1{
	font-family: 'Roboto Condensed', sans-serif;
	margin-left:2px;
	margin-bottom:-10px;
	color:#ff9900;
	font-weight: 300; 
}
#caption h2{
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 50px;
	line-height:39px;
	text-transform: uppercase;
	font-weight: 300; 
	margin-top:30px;
	margin-bottom:13px;
	margin-left:0px;
	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;
	

}

.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;
}
.thumbs span{
	color: #000;
	font-weight:800;
	
}

#btn{
	width:160px;
	margin-bottom: 7px
}

#thumb01, #thumb02 {
	opacity:0;
	
}


/* Small devices (iPhone, landscape) */

@media (orientation : landscape) {

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

	}
	#address {
		display:none;

	}
	#caption{
		/*margin-top:80px;*/
		float:left;
		margin-top:20px;

	}
	#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{
		width:545px;
		margin-top: 30px;
		float:left;
	}
	#caption h2{
		margin-top:10px;
	}
	#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;
	}


}

