@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700,800');
 .trip_card {
	 position: relative;
	 display: block;
	 height: 250px;
	 margin: 10px auto;
	 overflow: hidden;
	 border-radius: 10px;
	 transition: all 0.4s;
}
 .trip_card:hover {
	 transform: scale(1.02);
	 transition: all 0.4s;
}
 .trip_card .trip_section {
	 position: relative;
	 width: 100%;
	 height: 100%;
	 background-blend-mode: multiply;
	 z-index: 2;
	 border-radius: 10px;
}
 .trip_card .trip_section .trip_header {
	 position: relative;
	 padding: 10px;
}
 .trip_card .trip_section .trip_header h1 {
	 color: black;
	 font-weight: 400;
}
 .trip_card .trip_section .trip_header h4 {
	 color: #555;
	 font-weight: 400;
}
 .trip_card .trip_section .trip_header .minutess {
	 display: inline-block;
	 margin-top: 0px;
	 color: rgb(0, 0, 0);
	 padding: 5px;
	 border-radius: 5px;
	 border: 1px solid #000000;
}
 .trip_card .trip_section .trip_header .typee {
	 display: inline-block;
	 color: #959595;
	 margin-left: 10px;
}
 .trip_card .trip_section .trip_desc {
	 padding: 25px;
	 height: 50%;
}
 .trip_card .trip_section .trip_desc .text {
	 color: #545454;
}
 .trip_card .trip_section .trip_social {
	 height: 10%;
	 padding-left: 15px;
	 padding-bottom: 20px;
}
 .trip_card .trip_section .trip_social ul {
	 list-style: none;
	 padding: 0;
}
 .trip_card .trip_section .trip_social ul li {
	 display: inline-block;
	 color: rgba(0, 0, 0, 0.3);
	 transition: color 0.3s;
	 transition-delay: 0.15s;
	 margin: 0 10px;
}
 .trip_card .trip_section .trip_social ul li:hover {
	 transition: color 0.3s;
	 color: rgba(0, 0, 0, 0.7);
}
 .trip_card .trip_section .trip_social ul li i {
	 font-size: 19px;
	 cursor: pointer;
}
 .trip_card .blur_back {
	 position: absolute;
	 top: 0;
	 z-index: 1;
	 height: 100%;
	 right: 0;
	 background-size: cover;
	 border-radius: 11px;
}
 @media screen and (min-width: 768px) {
	 .trip_header {
		 width: 105%;
	}
	 .trip_desc {
		 width: 50%;
	}
	 .trip_section {
		 background: linear-gradient(to right, #e5e6e6 50%, transparent 100%);
	}
	 .blur_back {
		 width: 80%;
		 background-position: -100% 10% !important;
	}
}
 @media screen and (max-width: 768px) {
	 .trip_card {
		 width: 95%;
		 margin: 30px auto;
		 height: auto;
	}
	 .blur_back {
		 width: 100%;
		 background-position: 50% 50% !important;
	}
	 .trip_header {
		 width: 100%;
		 margin-top: 10px;
	}
	 .trip_desc {
		 width: 100%;
	}
	 .trip_section {
		 background: linear-gradient(to top, #e5e6e6 50%, transparent 100%);
		 display: inline-grid;
	}
}
 
 .ave_trip1 {
	 background: url("../../../wp-content/uploads/img/soul/soul-1.jpg");
}
.ave_trip2 {
	background: url("../../../wp-content/uploads/img/soul/soul-5.jpg");
}
.ave_trip3 {
	background: url("../../../wp-content/uploads/img/spirit/spirit.jpg");
}
.ave_trip4 {
	background: url("../../../wp-content/uploads/img/soul/soul-5.jpg");
}
.ave_trip22 {
	background: url("https://www.gannett-cdn.com/-mm-/c03fd140debe8ad4c05cf81a5cad7ad61a12ce52/c=0-1580-2985-3266&r=x803&c=1600x800/local/-/media/2017/06/09/USATODAY/USATODAY/636326272873599176-Black-Panther-Teaser.jpg");
}
.ave_trip33 {
	background: url("https://www.gannett-cdn.com/-mm-/c03fd140debe8ad4c05cf81a5cad7ad61a12ce52/c=0-1580-2985-3266&r=x803&c=1600x800/local/-/media/2017/06/09/USATODAY/USATODAY/636326272873599176-Black-Panther-Teaser.jpg");
}
.ave_trip44 {
	background: url("https://www.gannett-cdn.com/-mm-/c03fd140debe8ad4c05cf81a5cad7ad61a12ce52/c=0-1580-2985-3266&r=x803&c=1600x800/local/-/media/2017/06/09/USATODAY/USATODAY/636326272873599176-Black-Panther-Teaser.jpg");
}
.ave_tripazul1 {
	background: url("../../../wp-content/uploads/img/azul/azull.jpg");
}
.ave_tripazul2 {
	background: url("../../../wp-content/uploads/img/azul/azul_trip.jpg");
}
.ave_tripsaudi1 {
	background: url("../../../wp-content/uploads/img/almonda/almonda-1.jpg");
}
.ave_tripsaudi2 {
	background: url("../../../wp-content/uploads/img/almonda/almonda-2.jpg");
}


.ave_tripsaudi3 {
	background: url("../../../wp-content/uploads/img/almonda/almonda-3.jpg");
}























