#slider {
    width: 100%;
    height: 450px;
    position: relative;
    margin-top: 7px;
    background-size: cover;
    background-position: center center;
    z-index: -1;
   
}
#All-tour{
	width: 800px;
	box-shadow: 0px 0px 5px #333;
	min-height: 600px;
	background-color: rgba(239,239,239,0.8);
	margin-left: 50%;
	margin-top: -250px;
	z-index: 99; 
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.All-tour{
    width: 95%;
    overflow: hidden;
    margin: auto;
    border-radius: 5px;
    background-color: #fff;
    margin-top: 10px;
    position: relative;
    border: 1px solid #05558b
}
.All-tour .img {
    width: 155px;
    height: 155px;
    border-radius: 50%;
    left: 5px;
    top: 5px;
    float: left;
    margin: 5px;
    border: 2px solid #05558b;
     background-size: cover;
    background-position: center center;
}
.All-tour h3 {
    color: #323432;
    margin-top: 90px;
    padding: 5px;
}
.All-tour a {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    background-color: #00a3e0;
    width: 85px;
    height: 20px;
    font-size: 12px;
    line-height: 21px;
    padding: 5px;
    text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border: 2px solid #00a3e0;
    border-radius: 5px;
}
.All-tour a:hover{
	color: #fff;
	background-color: #fecc09;
	border: 2px solid #fecc09;
}