@charset "UTF-8";
.header_transportation {
    width: 100%;
    height: auto;
}
.box_results {
    background-color: #f6f6f6;
    padding-top: 80px;
    padding-bottom: 70px;
}
.content_list {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.item_transportation {
    -webkit-box-shadow: 5px 5px #D1D1D1;
	box-shadow: 5px 5px #D1D1D1;
	background-color: #FFFFFF;
	overflow-y: auto;
	margin-bottom: 40px;
}
.pic_transportation {
    width: 25%;
    float: left;
}
.transportation_text {
    width: 75%;
    float: left;
}
.transportation_price {
    width: 52%;
    position: absolute;
    top: 0px;
    right: -56%;
    height: 100%;
    text-align: center;
}
.content_transportation {
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}
.description_transportation {
    float: left;
    width: 65%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    border-right: 2px solid #DADADA;
    position: relative;
}
.transportation_content {
    color: #a5a5a5;
    font-family: 'Avenir';
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    padding-bottom: 15px;    
}
.time_box {
	background-color: #ededed;
	display: inline-block;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	font-family: 'Avenir';
	font-weight: 500;
	font-size: 18px;
	border-radius: 9px;
}
.black_text {
    color: #000000;
}
.transportation_details {
    font-size: 16px;
    line-height: 22px;
    padding-top: 13px;
}
.content_price {
    height: 100%;
    position: relative;
}
.visit_button {
    display: inline-block;
    background-color: #1D355E;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border-radius: 20px;
    font-family: 'Avenir';
    color: #FFFFFF;
    text-decoration: none;
    font-size: 18px;
    outline: none;
}
.visit_button:hover {
	background: #3CD6BF;
	
}
.visit_tour {
    position: absolute;
    width: 100%;
    bottom: 9px;
    left: -16px;
}

.tours_price {
	text-transform: uppercase;
	color: #3CB4A5;
	font-family: 'Avenir';
	font-weight: 900;
	font-size: 22px;
}
.price_unit {
    color: #042533;
    font-family: 'Avenir';
    font-weight: 400;
    line-height: 23px;
}
.total_price {
    color: #a5a5a5;
    font-family: 'Avenir';
    font-weight: 400;
    line-height: 20px;
    padding-top: 13px;
}
.date_detail {
    color: #A6A6A6;
}
.responsive_image {
    width: 100%;
    height: auto;
}
.single_item_tour {
    width: 33.3333%;
    float: left;
    text-align: center;
}
.content_single_tour {
    background-color: #FFFFFF;
    -webkit-box-shadow: 5px 5px #D1D1D1;
    box-shadow: 5px 5px #D1D1D1;
    width: 85%;
    display: inline-block;
    text-align: left;
}
.other_options_box {
    padding-bottom: 30px;
}
.content_optional_tours {
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    min-height: 225px;
}
.description_other_tour {
    padding-top: 0px;
    padding-bottom: 15px;
}
.other_tours_tittle {
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
}
@media screen and (max-width:860px){
.single_item_tour {
    width: 80%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.tour_3_display {
    display: none;
}
}
@media screen and (max-width:680px){
.transportation_price {
    position: relative;
    left: 0px;
    width: 100%;
    padding-top: 14px;
    text-align: left;
}
.visit_tour {
    position: relative;
    bottom: auto;
    padding-top: 15px;
    padding-left: 0px;
}
.description_transportation {
    width: 100%;
    border-right-style: none;
}
.content_price {
    text-align: left;
}
.single_item_tour {
    width: 100%;
    margin-bottom: 26px;
}
.content_single_tour {
    width: 100%;
}
}
@media screen and (max-width:600px){
}


@media screen and (max-width:500px){
.pic_transportation {
    width: 100%;
}
.transportation_text {
    width: 100%;
}
.transportation_price {
    text-align: center;
}
}
