/*-------------------------------------------------------*/
/* 6.TOUR PLACES 
/*-------------------------------------------------------*/
 .b_pack {
     position: relative;
     overflow: hidden;
     background: #ffffff;
     -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.32);
     -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.32);
     box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.32);
     o-transition: all 0.3s ease-out;
     -ms-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
     -webkit-transition: all 0.3s ease-out;
     margin-bottom: 30px;
     border-bottom-left-radius: 7px;
     border-bottom-right-radius: 7px;
}
 .b_pack h4 {
     font-size: 14px;
     text-transform: uppercase;
     margin: 15px 0;
     font-weight: 600;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
}
 .b_pack h4 a {
     color: #000000;
     text-decoration: none;
     font-weight: 600;
}
 .v_pl_name {
     text-transform: capitalize;
     padding: 5px;
     color: #6C6C6C;
     font-weight: 500;
}
 .v_place_img {
     position: relative;
     overflow: hidden;
}
 .v_place_img img {
     width: 100% !important;
}
 .b_packages img {
     width: 100%;
     -webkit-transition: 0.4s ease;
     transition: 0.4s ease;
}
 .b_packages img:hover {
     -webkit-transform: scale(1.08);
     transform: scale(1.08);
}
 .band {
     width: 50px;
     height: auto;
     position: absolute;
     z-index: 9;
     left: 13px;
     top: -6px;
}
 .band img:hover {
     -webkit-transform: scale(01.0);
     transform: scale(01.0);
}
 .home_title {
}
 .home_title h1 {
     text-align: center;
     color: #424e57;
     text-transform: uppercase;
     font-weight: 700;
     font-size: 36px;
     margin-top: 0px;
}
 .home_title h1 span {
     color: #00BCD4;
}
 .home_title p {
     color: #707275;
    /* margin-bottom: 30px;
     */
     text-align: center;
}
 .pack_icon {
}
 .pack_icon ul {
     padding: 0px;
     padding-top: 15px;
     position: relative;
     overflow: hidden;
     margin-bottom: 0px;
}
 .pack_icon ul li {
     display: inline-block;
     width: 25%;
     float: left;
}
 .pack_icon ul li a {
}
 .b_pack div {
    /* padding-right: 0px;
     */
    /* padding-left: 7px;
     */
}
 .pack_icon_2 img {
     width: 22px;
}
 .home_all {
     background: #1aa5d8;
     border-bottom: 2px solid #e3aa00;
     border-radius: 3px;
     margin: 0 auto;
     display: table;
     text-decoration: none;
     color: #000;
     padding: 5px 10px;
    /* margin-bottom: 35px;
     */
}
 .h_con {
     background: #1aa5d8;
     position: relative;
     overflow: hidden;
}
 .home_consul_1 {
     padding-right: 0px;
     padding-left: 0px;
}
 .home_consul_1 img {
     width: 100%;
}
 .home_consul {
     overflow: hidden;
     padding: 0px 50px;
}
 .home_consul h1 {
     font-size: 42px;
     padding: 5px 0px 25px 0px;
}
 .home_consul h4 {
     font-size: 34px;
     color: #fff;
     text-transform: uppercase;
     padding: 10px 0px 25px 0px;
}
 .home_consul p {
     line-height: 35px;
}
 .home_consul a {
     background: #ffffff;
     border-bottom: 2px solid #d6a204;
     border-radius: 3px;
    /* margin: 0 auto;
     */
     display: table;
     text-decoration: none;
     color: #000;
     padding: 5px 10px;
     margin-top: 40px;
     text-transform: uppercase;
     font-size: 20px;
     font-weight: 700;
     cursor: pointer;
}
 .tout-map {
}
 .tout-map iframe {
     height: 300px;
     width: 100%;
     border: 0px;
}

.v_place_img{
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    -webkit-box-shadow: 1px -3px 10px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 1px -3px 10px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 1px -3px 10px 0px rgba(0, 0, 0, 0.32);
}

.tour-detail {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    padding-top: 10%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.b_packages:hover .tour-detail {opacity: 1;}
.category-tours-list{margin: 0;padding: 0;text-align: center;margin-top: -5%;}
.category-tours-list li{width: 90%;display: inline-block;margin-top: -2px;}
.category-tours-list li a.link{
    height: 30px;
    color: #fff;
    font-size: 12px;
    border-bottom: 1px solid #837673;
    display: block;
    line-height: 30px;
    text-decoration: none;
    padding: 0 5px;
    border-top:0;
    border-right: 0;
    border-left: 0;
    font-weight: normal;
    margin-top: -3px;
}
.category-tours-list li a.link:hover{border-bottom: 1px solid #837673;border-top:0;border-right: 0;border-left: 0;background: rgba(0,0,0,.6);-webkit-transition: all .4s ease;-moz-transition: all .4s ease;transition: all .4s ease;}
.category-tours-list li a .name{float: left;text-align:left;width: 70%;height: 30px;overflow: hidden;}
.category-tours-list li a .price{float: right;text-align: right;width: 25%;font-weight: bold;}

 .spe-title {
     text-align: center;
     position: relative;
     overflow: hidden;
     margin-bottom: 50px;
}
 .spe-title h2 {
     margin-bottom: 0px;
     padding-bottom: 20px;
     margin-top: 0px;
     text-transform: capitalize;
     font-size: 44px;
     color: #253d52;
    /* text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.59);
     */
}
 .spe-title h2 span {
     color: #EB2629;
     font-size: 44px;
     font-weight: 600;
}
 .spe-title p {
     margin-bottom: 0px;
     font-size: 20px;
     font-weight: 400;
     padding-top: 12px;
     color: #888;
}
 .spe-title-1 {
}
 .spe-title-1 h2 {
     color: #253d52;
}
 .spe-title-1 h2 span {
}
 .spe-title-1 p {
     color: #4e5963;
}
 .title-line {
     margin-top: -10px;
}
 .tl-1 {
     width: 80px;
     height: 1px;
     display: inline-block;
     background: #eee;
}
 .tl-2 {
     display: inline-block;
     height: 12px;
     margin: 0 5px;
     position: relative;
     top: 5px;
     width: 12px;
     border: 1px solid #ebc131;
     border-radius: 50px;
}
 .tl-3 {
     width: 80px;
     height: 1px;
     display: inline-block;
     background: #eee;
}