.slides{
    position: relative;
    margin-bottom: 15px;
}
.slides img{
    display:block;
    max-width:100% !important;
    height:auto !important;
}
.slide-title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.slide-title::before{
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.slide-title h2{
    position: relative;
    margin: 15px !important;
    color: #fff !important;
}

.tag-area{
    margin-bottom: 10px;
}
.tag-area a{
    margin-right: 10px;
    color: #A30C11;
}
.tag-area a:hover{
    text-decoration: underline;
}
.tag-area a i{
    margin-right: 3px;
}
.button {
    display: block;
    width: 145px;
    height: 15px;
    background: #0a5ca5;
    padding: 10px;
	font-size:19px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
	 float: right;
	  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.3);
    box-shadow: 0 1px 1px rgba(0,0,0,.3);
}

.button:hover {
    background: #0a5ca5;
    color: #FF0;

}
.tour,
.tour div{
    box-sizing: border-box;
}
.tour img{
    display:block;
    max-width:100% !important;
    height:auto;
	    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.3);
    box-shadow: 0 1px 1px rgba(0,0,0,.3);
    border: 1px solid #a5a5a4;
}
.tour{
    position: relative;
    padding-top: 20px;
    padding-bottom: 1px;
    margin-right: 2px;
}
.tour-line{
    position: absolute;
    top: 0;
    left: 33%;
    margin-left: -22px;
    height: 100%;
    background-color: #A2A1A0;
    /* width: 6px; */
    width: 3px;
}
.tour-day{
    overflow: hidden;
    margin-bottom: 20px;
}
.tour-meta{
    float: left;
    width: 33%;
    padding-right: 40px;
    text-align: right;
}
.tour-meta h2{
    margin: 18px 0 5px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
}

.tour-meta .tag,
.tour-meta .hotel{
    position: relative;
    display: block;
    margin-bottom: 8px;
    padding-right: 19px;
    font-size: 14px;
    line-height: 16px;
}
.tour-meta a.tag{
    display: block;
    background: #E6B5A2;
    border-radius: 3px;
    color: #534840;
    display: inline-block;
    font-size: 14px;
    padding: 5px 6px;
}
.tour-meta a.tag:hover{
    background-color: #E0A28A;
}
.tour-meta i{
    position: absolute;
    top: 1px;
    right: 0;
}
.tour-meta a.tag i{
    position: relative;
    right: 0;
    float: none;
    margin-left: 3px;
}

.tour-content{
    position: relative;
    margin-bottom: 5px;
    float: right;
    width: 67%;
    padding: 15px;
    background-color: #FFF;
    border: 1px solid #8b8a89;
    box-shadow: 0 1px 1px rgba(23, 22, 22, 0.3);
}
.tour-content:before {
    content: "\00a0";
    display: block;
    position: absolute;
    top: 26px;
    left: -26px;
    height: 9px;
    width:  9px;
    background-color: #A2A1A0;
    border-radius: 100%;
}

.tour-content p{
   font-size:14px;
   line-height:18px
}

.tour-content .focus{
   font-size:15px;
   font-weight:bold;
   line-height:20px;
}

.tour-content .focus em{
   font-size:13px;
   font-weight:normal;
   color:#999;
   display:block
}

.triangle {
    position: absolute;
    top: 15px;
    left: -13px;
    width: 13px;
    height: 40px;
    overflow: hidden;
}
.triangle:before {
    content: "\00a0";
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    height: 30px;
    width:  30px;
    transform:             rotate( 45deg );
        -moz-transform:    rotate( 45deg );
        -ms-transform:     rotate( 45deg );
        -o-transform:      rotate( 45deg );
        -webkit-transform: rotate( 45deg );
    background-color: #FFF;
    border: 1px solid #8b8a89;
    /* box-shadow: 0 1px 1px rgba(23, 22, 22, 0.3); */
}
.tour-content h3{
    font-size: 16px;
    line-height: 18px;
}
.more{
    color: #a30c11;
    float: right;
}

.responsive_img{
    display:block;
    max-width:100% !important;
    height:auto;
}