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

.RLpackage {
	
	cursor:pointer;
	

	
	
	
	/*
	padding-left: 20px;
	padding-right: 20px;
	*/
	
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
	
 	color:#888C87;

	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.15, #F7F7F2),
	color-stop(1, #F2F1ED)
	);
	background-image: -o-linear-gradient(bottom, #F7F7F2 15%, #F2F1ED 100%);
	background-image: -moz-linear-gradient(bottom, #F7F7F2 15%, #F2F1ED 100%);
	background-image: -webkit-linear-gradient(bottom, #F7F7F2 15%, #F2F1ED 100%);
	background-image: -ms-linear-gradient(bottom, #F7F7F2 15%, #F2F1ED 100%);
	background-image: linear-gradient(to bottom, #F7F7F2 15%, #F2F1ED 100%);

	
}





.RLpackageSelected {
	
	cursor:auto;
	

	
	/*
	padding-left: 20px;
	padding-right: 20px;
	*/
	
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
	/*INSET
	-moz-box-shadow:    inset 0 0 10px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
   box-shadow:         inset 0 0 10px rgba(0, 0, 0, 0.2);*/
	
 	color:#888C87;

	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.15, #EDEDE8),
	color-stop(1, #D6D5D2)
	);
	background-image: -o-linear-gradient(bottom, #EDEDE8 15%, #D6D5D2 100%);
	background-image: -moz-linear-gradient(bottom, #EDEDE8 15%, #D6D5D2 100%);
	background-image: -webkit-linear-gradient(bottom, #EDEDE8 15%, #D6D5D2 100%);
	background-image: -ms-linear-gradient(bottom, #EDEDE8 15%, #D6D5D2 100%);
	background-image: linear-gradient(to bottom, #EDEDE8 15%, #D6D5D2 100%);
}

.RLpackage span {
	color:#BCBCB6;	
}

.RLpackageSelected span {
	color:#78A650;	
}

.RLpackageSelected, .RLpackage {	
	
	float:left;
	width:17%;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:2%;
	padding: 5px 3%;
	padding-bottom:30px;
	min-height:280px;
	
}

#RLpackage4 { /* LAST SELECTION */
	margin-right:0;
}

.RLpriceFormatting {

	font-weight:600;display:block;padding-bottom:10px;
	font-size:100%;

}

@media screen and (min-width: 501px) and (max-width: 768px) {

.RLpackageSelected, .RLpackage {	
	float:left;
	width:40%;
	margin-right:4%;
	margin-top:0;
	margin-bottom:4%;
	padding: 5px 3%;
	padding-bottom:2%;
	min-height:200px;
}

#RLpackage4 { /* LAST SELECTION */
	margin-right:0%;
}


}

@media screen and (max-width: 500px){

.RLpackageSelected, .RLpackage {	
	display:block;float:none;width:auto;
	padding: 5px 3%;
	padding-bottom:30px;
	min-height:inherit;
	margin-right:0;
}

.RLpriceFormatting {

	font-weight:600;display:block;padding-bottom:10px;
	font-size:130%; /*BECAUSE WE REDUCE SIZE OF OVERALL PAGE*/

}


}