/*!
 * Start Bootstrap - Heroic Features HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
}
.shadow {
	padding-top:8px;
	border-top:1px solid #999
	-webkit-box-shadow: 0px -5px 5px 0px rgba(50, 50, 50, 0.13);
	-moz-box-shadow: 	0px -5px 5px 0px rgba(50, 50, 50, 0.13);
	box-shadow: 		0px -5px 5px 0px rgba(50, 50, 50, 0.13);
}
.resort-box{
	padding:0;
}
.thumbnail{
	padding:0;
	border:none;
	border-radius:0;
	
}
.header {
   margin-bottom:50px;
}
.jumbotron{ 
background-color:#FFF;
}
.hero-feature {
    margin-bottom: 30px;
}

footer {
    margin: 50px 0 0;
}
.container{}

.img-oz, .img-me, .img-na, .img-ta, .img-ca{

}

.img-oz{border-bottom:5px solid #e64690}
.img-me{border-bottom:5px solid #5f255f}
.img-na{border-bottom:5px solid #aab916}
.img-ta{border-bottom:5px solid #176275}
.img-ca{border-bottom:5px solid #0e5394}

span .img-oz{color:#e64690}
.img-me{border-bottom:5px solid #5f255f}
.img-na{border-bottom:5px solid #aab916}
.img-ta{border-bottom:5px solid #176275}
.img-ca{border-bottom:5px solid #0e5394}

.thumbnail .caption, a{color:#a6a7a9}

a:hover{text-decoration:none;}

.url_oz {color: #e64690;}
.url_me {color: #5f255f;}
.url_na {color: #aab916;}
.url_ta {color: #176275;}
.url_ca {color: #0e5394;}

.thumbnail img:hover{
	transform:scale(1.1);
}
.nofx img:hover{
	transform:scale(1.0);
}


.thumbnail img{
	transition:all 0.3s ease 0s;
}
.thumbnail{
	overflow:hidden;
}

.imgfoot {
	display:block;
}

hr {
	border-width:3px}