*{
	font-family: Tahoma;
}
.tour_heder{
	
}
.tour_title{
    background: -webkit-linear-gradient(top right, #005db6, #005da2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 0px;
    position: relative;
    display: block;
    font-family: Tahoma;
    font-size: 15px;
    font-weight: bold;
    /* color: #1e7cd8; */
    /* font-weight: bold; */
    line-height: 20px;
    text-transform: uppercase;
}
.tour_left{
	width: 420px;
    /* margin-left: 20px; */
    margin-bottom: 15px;
    margin-right: 35px;

}
.tour_left img.first_list{
	    width: 100%;

	        height: 270px;
    box-shadow: 0px 2px 4px #969494;
}
.tour_left img.next_list{
	width: 96px;
    height: 60px;
    margin-top: 10px;
    margin-right: 3px;
    margin-left: 3px;
    box-shadow: 0px 2px 4px #969494;
}

.tour_right{
	float: left;
    font-family: Tahoma;
    line-height: 24px;
}
.clear{
	clear: both;
}
.tour_content{
	margin-top: 10px;
    font-family: Tahoma;
    font-size: 14px !important;
    text-align: justify;
}
.content-tour{
	border: 1px solid #eee;
    padding: 25px;
}
.display{
		display: block !important;
	}
.tab-content{
	border: 1px solid #eee;
	border-top: none;
	padding: 10px;
	border-top: none;
	text-align: justify;
}
.nav-tabs > li{
	margin-bottom:-2px; 
	background: #FAFAFA;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: none;
}
.nav-tabs > li > a{
	margin-right:0px;
	border-radius: 0px;
}
.nav-tabs > li.active{
	border-top: 3px solid #1e8fd8;
}
.nav-tabs{
	margin-top:10px; 
}
.modal-header{
	background: #1e85d8;color: #FFF;
}
@media (max-width: 650px){
.tour_content img{
	width:100%;
}
}
@media screen and (max-width: 730px) {
	.tour_left{
		width:100% !important;
	}
}
@media screen and (max-width: 450px) {
	.tour_left{
		width:100% !important;
	}
.tour_left img.first_list{
height:200px;
}
}