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

body{
	background-color: #F9F9F9;
}

#tourdetails-container{
	padding-top:250px;
	padding-bottom:70px;
	direction: ltr;
}
.top-header-container{
	overflow: hidden;
	padding: 0px !important;
	position: relative !important;
	height: 300px;
}
.tourdetails-header-pic{
	background-color: #DCDCDC;
	height: 300px;
	background-size: cover;
	animation: zoomin 40s  infinite;
	overflow: hidden !important;
	position: relative !important;
	z-index: -5 !important;
	filter: blur(0px) brightness(.6);
	margin-top: 0px !important;
}
.text-content{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute!important;
  direction: ltr;
  text-align: center;
  z-index: 1 !important;
  padding: 0px !important;
  margin: 0px !important;
  width: 100%;
	
}
.text-content h2{
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 40px;
	margin-top: 20px;
}
.under-line{
	border-bottom: 4px solid #fff;
	width: 100px;
	z-index: 200;
	margin: 0 auto;
}
.text-content h5{
	font-size: 15px;
	color: #fff;
	margin-top: 15px;
	font-weight: 500 !important;
}
.tourdetails{
	transition:all .3s ease;
	margin-bottom:0px;
	padding-bottom:0px;
	overflow: hidden;
	height: 100%;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04);
	position: relative;
}
.tourdetails p{
	line-height: 28px !important;
}
.tourdetails-container{
	margin-bottom: 30px;
}
.tourdetails-left{
	margin-top: -20px;
	padding: 30px;
}
.pic-little-tour{
	height: auto;
	overflow: hidden;
	padding: 5px !important;
        text-align: center;
}
.pic-little-tour img{
	border: 1px solid #E5E5E5;
}
.plpf{
	margin-top: -5px !important;
	margin-bottom: -15px !important;
}
.plpf img{
	margin-top: 5px;
}
.tourdetails-right{
	height: auto;
	margin-top: -120px;
}
.tour-text{
	height: auto;
	direction: ltr;
	padding: 25px 38px;
	padding-bottom: 70px;
}
.tour-text h5{
	font-size: 36px;
	font-weight: 700;
	color: #102a4e;
}
.tour-text p{
	font-size: 15px;
	color: #363636;
	text-align: left;
}
.tour-pic{
	height: 400px;
	overflow: hidden;
	background-color: white;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04);
}
.code{
	display: inline-block !important;
	float: right;
}
.code b{
	color: #102a4e !important;
	padding-left: 5px;
}
.group{
	display: inline-block !important;
	float: right;
}
.group b{
	color: #102a4e !important;
	padding-left: 5px;
}

.tourbtn{
	position: absolute;
	bottom: 15px;
	left: 25px;
}

.tourinfo{
	position: absolute;
	bottom: 8px;
	right: 25px;
}
.tourinfo p{
	margin-left: 15px;
	font-size: 13px;
	color: #7e7e7e;
}
.buybtn{
	width: 150px;
}
.tour-footer{
	margin-top: 30px;
	position: absolute;
	bottom: 0px;
	right: 5px;
}
.btnprice:hover,.btnprice:focus{
	background-color: #fff !important;
	color: #102a4e !important;
	border-color: #102a4e !important;
}





.img-thumbnail {

    padding: 0px !important;
    border: 0px solid #ddd !important;
    border-radius: 0px !important;

}

h3, .h3 {
    margin-bottom: 10px !important;
	overflow: hidden;
}


@media (max-width: 1200px) {
	
	.img-thumbnail {
		width: 200% !important;
		max-width: none;
		margin-left: -48%;
	}
	
}

td{
	border: none !important;
	background-color: rgba(201,159,85,.2);
}
table{
	border: none !important;
}












