
/* Index Adventure */

.theme-adventure p {
   line-height: 22px;
}

.slide-txt span {
   color: #CCA56E;
   display: table;
   margin: 0 auto;
   font-weight: 800;
   background-color: rgba(0,0,0,0.80);
   padding: 10px 20px;
   font-size: 50px;
   text-align: center;
}

.theme-adventure .heading-title {
   color: #333;
   font-weight: 100;
}

.theme-adventure .heading-title span {
   font-weight: 800;
   color: #D9D9D9;
   text-transform: capitalize;
}

.theme-adventure .heading-des {
   font-weight: 400;
   color: #000;
}

.theme-adventure .video-content-tit h2 {
   font-weight: 600;
}

.theme-adventure .tour {
   width: 100%;
   position: relative;
   display: table;
   margin-bottom: 20px;
}

.theme-adventure .tour h3 {
   font-weight: 600;
   font-size: 15px;
   margin-bottom: 5px;
   color: #968B82;
}

.theme-adventure .tour p {
   float: left;
   padding-right: 10px;
   background-color: #fff;
   font-size: 13px;
   position: relative;
   z-index: 1;
}

.theme-adventure .tour .price {
   font-family: 'Open Sans', sans-serif;
   float: right;
   margin-top: -3px;
   padding-left: 12px;
   background-color: #fff;
   font-weight: 300;
   font-size: 18px;
   position: relative;
   color: #909571;
   z-index: 1;
}

.theme-adventure .tour .dot {
   width: 100%;
   position: absolute;
   left: 0px;
   top: 55px;
   border-top: 1px solid #968B82;
   z-index: 0;
}
