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

.ridelist-container {
	width: 30.3%;
	padding: 0;
	margin: 10px 1% 10px 1%;
	position: relative;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.8);border: 5px solid white;border-radius: 15px;z-index:1;
}

.ridethumb-container {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 50;
	border-radius:10px;
}

.ridethumb-container img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 1.0s ease;
}

.ridethumb-container img:hover {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.ridethumb-container-opacity {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 60;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(0,0,0,0.0);
	-webkit-box-shadow: inset 0px 0px 25px 5px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px 0px 25px 5px rgba(0,0,0,1);
	box-shadow: inset 0px 0px 25px 5px rgba(0,0,0,1);
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.ridethumb-title {
	width: 100%;
	padding: 2px 0 5px 0;
	position: absolute;
	top: 80%;
	background-image: linear-gradient(#FF2dae,yellow,#FF2dae);
	left: 0;
	z-index: 100;
	text-align: center;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: bolder;
	font-style: normal;
	font-size: 28px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 2px 2px #000000;
	-moz-transition: all 1.2s ease;
	-webkit-transition: all 1.2s ease;
	transition: all 1.2s ease;
}

.ridelist-container .ridethumb-title:nth-child(2) {
	background: rgba(53,230,0,0.8);
}

.ridethumb-more {
	width: 95%;
 	padding:2% 5% 2% 0%;
	margin: 0 2% 0 0%;
	position: absolute;
	z-index: 200;
	top: -95%;
	left: 0;
	text-align: right;
	text-decoration: none;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
	color: #fff !important;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.7);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8); 
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
	background-color:limegreen;
	-moz-transition: all 2.0s ease;
	-webkit-transition: all 2.0s ease;
	transition: all 2.0s ease;
}

.ridethumb-more > img {
	margin: 0 5px 0 0;
}

.ridethumb-height {
	display: none;
	width: 100%;
	padding: 0%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 70;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 20%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 20%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 20%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	font-family: futura-cm,sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);

}

.ridelist-container:hover .ridethumb-more { 
	top: 80%;
	cursor: pointer;font-size:20px;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;height:50px;
}

.ridelist-container:hover .ridethumb-title {
	top: 100%;
	cursor: pointer;
	-moz-transition: all 0.4s ease;

	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.ridethumb-more:hover .ridethumb-container img{
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.ridelist-container:hover .ridethumb-container-opacity {
	background: rgba(0,0,0,0.6);
	-webkit-box-shadow: inset 0px 0px 25px 5px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px 0px 25px 5px rgba(0,0,0,1);
	box-shadow: inset 0px 0px 25px 5px rgba(0,0,0,1);
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

/* Laptop Layout: 769px to a max of 1057px.*/
@media (min-width: 769px){
.ridelist-container:hover .ridethumb-more { 
	top: 80%;
	cursor: pointer;font-size:18px;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;height:50px;}
}
@media (max-width: 980px) {
	.ridelist-container {
		width: 48%;
	}
}


@media (max-width: 900px) {

	.ridethumb-title {
		font-size: 4.6vw;
	}

}

@media (max-width: 768px) {

}


@media (max-width: 650px) {

	.ridethumb-more {
		font-size: 3.7vw;
	}


	#ridepage .ridename {
		width: 100%;
		font-size: 6.153846153846154VW;
		text-align: center;
	}

	#ridepage .rideshare {
		width: 100%;
		text-align: center;
	}

	#ridepage .ridedetails-row {
		display: block;
		overflow: auto;
	}

	#ridepage .ridedetails-col {
		width: 94%;
		padding: 15px 3% 15px 3%;
		text-align: center;
	}

	#ridepage .ride-couponsbox {
		margin: 0 auto;
	}

	#ridepage .ride-coupons-amount {
		width: 96%;
		padding: 15% 2% 15% 2% !important;
		margin: 0;
		font-size: 80px;
	}

	#ridepage .ride-intensitybox {
		margin: 0 auto !important;
	}


}

@media (max-width: 550px) {

	.ridelist-container {
		width: 96%;
		margin: 10px 2% 10px 2%;
	}
	.ridethumb-title {
		font-size: 8vw;
	}
	.ridethumb-height {
		display: block;
	}

}

@media (max-width: 500px) {
.ridethumb-more {
	width: 95%;
	padding:0% 5% 0% 0%;}

}

@media (max-width: 450px) {

	#ridepage .ridegallery-item {
		width: 94%;
		padding: 3%;
	}


}