@charset "UTF-8";
/* CSS Document */


.Tours {
	background: rgba(0, 204, 255, 0.25);
}

.Tour {
	position:relative;
	display: inline-block;
	width: 450px;
	max-width: 100%;
	min-height: 520px;
	margin: 10px;
	background: #FFF;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
	padding-bottom: 75px;
	vertical-align: top;
	}
	
.Tour .Photo {
	position:relative;
	display: block;
	width: 100%;
	height: 250px;
	background: no-repeat center center bottom;
	background-size: cover;
	margin-bottom: 10px;
	}
	
	
.Tour .Name {
	font-size: 1.4em;
	font-weight: 600;
	color:#00ccff;
	padding: 5px 20px;
	}
	
.Tour .Description {
	font-size: .95em;
	font-weight: 300;
	padding: 5px 20px;
	color: #424242;
	}
	
.Tour .TourFooter {
	position: absolute;
	bottom:10px;
	left:0;
	right:0;
	height: 40px;
	}
	
.Tour .TourFooter button {
	position: relative;
	bottom:15px;
	height: 40px;
	padding: 0 20px;
	}
