h2 {
	margin: 20px 0 20px 0;
}
.trip_notes {
	background-color: RGBA(200,200, 200, 0.47);	
	color: #BF0003;
	
}
.section-padding{
	padding: 20px 0px;
}
.bg-color{
	background-color: RGBA(0, 0, 0, 0.67);
	min-height: 630px;
}	
.banner-text{
	border-right: 5px solid #BE2525;
	padding: 15px 40px;
	color: #fff;
	margin-top: 150px;
}
	   
.banner-text h1 {
	font-size: 40px;	
	color: #72EBFF;	
	font-weight: 400;
}   
.banner-text h2 {
	font-size: 36px;	
	color: #FFF;	
	font-weight: 400;
}   		   
.banner-text p {
	font-size: 30px;	
	color: #fff;
	}		   
 #trip{
	/* background: url('images/trips/about-banner.jpg') no-repeat; 
	background-size: cover; 
	margin-bottom: -3px;*/
	  margin-top: 50px;
	  margin-bottom: 20px;
}

.overlay-detail{
	margin: 0 auto;
}
.overlay-detail a i {
    text-align: center;
    position: absolute;
    bottom: -120px;
    font-size: 24px;
    color: #fff;
    width: 40px;
	height: 40px;
	border: 1px solid #fff;
	line-height: 40px;
	border-radius: 50%;
}		   

.trip-text p{
	color: #444;
	padding: 10px;
	text-align: right;
	   }		   
#trip_program, #trip_price {
	background-color: #E1EDF9;
}	

.title{
	font-size: 24px;	
	margin-bottom: 20px;
}
.title-text{
	padding: 25px 25px 0px 0px;
	border-right: 5px solid #BE2525;
	font-size: 24px;
}		   
	.text-center-xs{
		text-align: center !important;
	}		
.trip-list li{
	padding: 5px 0px;	
	font-weight: 400;	
	text-align: right;
}		   	
#program {
	margin-left: 40px;
	margin-right: 40px;
	}

#contact {
    width: 100%;
    /* background-color: RGBA(8, 7, 7, 0.9); */
}

#contact .btn-primary {
    background: #BE2525;
    border: 1px solid #BE2525;
	margin-bottom: 25px;
}

#other_trips {
background-color:#66CBC3;	
}
/*
Responsive media queries
************************************
********************************** */
@media (min-width: 551px) and (max-width: 980px){
	.title-text{
	margin-bottom: 15px;
	}

}
@media (min-width: 100px) and (max-width: 550px) {

	.banner-text h2, .banner-text p {
    font-size: 30px;
	}
	.title-text{
	margin-bottom: 15px;
	}
.overlay-detail a i {    
    bottom: -30px;
}	
.banner-text h1 { font-size: 36px;	}   
.banner-text h2 { font-size: 28px;	}   		   
.banner-text p { font-size: 22px;	}	
	
}	
/* ############## Carousel1 ###############  */
	#myCarousel1 .carousel-indicators li, 
	#myCarousel2 .carousel-indicators li,
	#myCarousel3 .carousel-indicators li,
	#myCarousel4 .carousel-indicators li {
			border: 2px solid #FFF;
			box-shadow: 1px 1px 2px;
			width: 22px;		
		}
	#myCarousel1 .carousel-indicators,
	#myCarousel2 .carousel-indicators,
	#myCarousel3 .carousel-indicators,
	#myCarousel4 .carousel-indicators {			
			margin-bottom: -12px !important;
		}
/* ############## Carousel1 ###############  */


/* ##### Header Menu ######## */
.text-divider
{ 
	font-weight:normal !important;
	color:#ff9710 !important;
	}
/* ##### End Header Menu ######## */

/* ########## General Class Spaces ########### */
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-3 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-4 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.py-5 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.px-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.xy-3 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-4 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.px-5 {
	padding-left: 3rem;
	padding-right: 3rem;
}

.swiper {
	/* border:1px solid red; */
	padding: 36px !important;

}

/*
div.bar::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 95px;
	bottom:0px;
	left:0;
	
	background-image: url("images/shape-1.png");
	background-position: center bottom;
	z-index: 10000000;
} */
