/* 
    Created on : Oct 3, 2017, 10:13:42 AM
    Author     : subhajit manna
    mail       : mail.smanna@gmail.com
*/


@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Oswald');

body{
    background: #141414;
    color: #fff;
    min-height:100%;
    position:relative;
    font-size:100%;
    font-family: 'Lato', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight:400;
    overflow-x:hidden;
    position: relative;
    border-top: 2px solid #d9a13c;
    padding-left: 60px;
}
*{outline: none !important;}
img {max-width: 100%;}
/*----load effect ------*/
body {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
.transition{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.sprite, .spriteAfter:after, .spriteBefore:before{background-image: url(../images/sprite.png);}
a, a:hover, a:focus{text-decoration:none !important; color:inherit;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Open sans', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight:300;
    color: inherit;
}

/*--- vertical align middle by display table ----*/
.parent-div, .parent-v_wrap {
    display: table;
    width: 100%;
}
.div-child, .v_wrap {
    display: table-cell;
    vertical-align: middle;
}

/**------*/
.wrap960{
    max-width:960px;
    margin: auto;
}
.wrap960 h2{
    font-style: italic;
    font-size: 4em;
    color: #bc8724;
    margin: 0 0 30px;
}
.wrap960 p{
    line-height: 30px;
    font-size:2em;
    margin: 0 0 36px;
    font-weight: 300;
}
/*---------------*/
.container {
    width: 100%;
    padding: 0 5%;
    max-width: 1600px;
}

/*------ header ------*/
header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

/*------ banner ------*/
.bigBanner{}
.bannerSlider.slick-dotted.slick-slider{
    margin:0;
}
.bannerSlider .slides{
    /*    height: 100vh;*/
    background-size: cover;
    position: relative;
}
.bannerSlider .slides img{
    width:100%;
    /*    height: 100%;*/
}
.bannerSlider .slides:after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width:100%;
    background: rgba(0,0,0,.5);
    z-index: -1;
    display: none;
}
.slides .captionArea{
    position: absolute;
    bottom:100px;
    left: 0;
    width: 100%;
    display: none;
}
.slides .caption{
    text-align: center;
    color: #fff;
    max-width:600px;
    margin: auto;
    padding: 0 15px;
}
.bnrLine{
    font-style: italic;
    font-size: 3.6em;
    line-height: 48px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 2px 1px 0 #000;
}
.bnrDate{
    margin-top: 25px;
    font-size: 2.4em;
    text-transform: capitalize;
    font-weight: 600;
    color: #a3da24;
    text-shadow: 2px 1px 0 #000;
}
.bannerlogo{text-align: center;}
.bannerlogo img{ display: inline-block;}
.slick-dots {bottom: 25px;}
.slick-dots li button::before, .slick-dots li.slick-active button:before {
    font-size:16px;
    color: #fff;
}

/*------ at_a_glance --------*/
.at_a_glance{
    text-align: center;
    padding: 70px 0 50px;
    background: #000;
}

.glanceLinkBox{
    margin-top:20px;
}
.glanceLink{
    text-align: center;
    border: 1px solid rgba(169,119,26,.4);
    padding:35px 5px;
    display: block;
    margin-bottom: 25px;
}
.glanceLink:hover{
    background: rgba(169,119,26,1);
    color: #000;
    border-radius: 2px;
}
.glanceLink span{
    font-family: 'Oswald', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 2.4em;
    text-transform: uppercase;
}
.glanceLink .sprite{
    height: 50px;
    width: 50px;
    margin:0 auto 20px;
    display:block;
}
.sprite.tour-cat{background-position: -71px -3px;}
.sprite.tour-cal{background-position: -134px -3px;}
.sprite.tour-blg{background-position: -198px -3px;}
.sprite.tour-rpt{background-position: -260px -3px;}
.sprite.recogni{background-position: -326px -3px;}
/*--hover--*/
.glanceLink:hover .sprite.tour-cat{background-position: -71px -68px;}
.glanceLink:hover .sprite.tour-cal{background-position: -134px -68px;}
.glanceLink:hover .sprite.tour-blg{background-position: -198px -68px;}
.glanceLink:hover .sprite.tour-rpt{background-position: -260px -68px;}
.glanceLink:hover .sprite.recogni{background-position: -326px -68px;}

/*-------- top-categories ---------*/
.top-categories{
    background: url(../images/top-cat.jpg);
    background-size: cover;
    padding: 70px 0 45px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.top-categories:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.7);
    z-index: -1;
}
/*-*/
.top-cats{margin-top: 50px;}
.topTour{
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,.5);
    margin-bottom: 25px;
}
.topTourImg{z-index:1;}
.topTourImg img{ width: 100%;}
.topTourDetail{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.75);
    z-index: 2;
    padding: 15px 35px;
    height:55px;
}
.oneline{
    color:#c0881e;
    font-size:2.4em;
    font-style: italic;
    display: block;
    font-weight: 300;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
}
.topTourDetail a{ display: none;}
/*hover*/
.topTour:hover .topTourDetail{
    height: 100%;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d; 
}
.topTour:hover .topTourDetail:before {
    border: 1px solid rgba(255, 255, 255, 0.28);
    content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
}
.v-middle{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.topTour:hover .oneline{
    color:#fff;
/*    font-size: 2.7em;*/
    line-height: 35px;
    font-weight: 300;

    white-space: normal; 
    overflow:hidden;
    text-overflow: none; 
}
.topTour:hover a{
    display: inline-block;
    background: #c0881e;
    color: #000;
    font-size: 1.6em;
    padding: 11px 40px;
    text-transform: capitalize;
    margin-top:30px;
}
.topTour:hover a:hover{
    background:#d89d2b;
    color: #000;
}
/*---------------------------*/
.grid figure {
    position: relative;
    overflow: hidden;
    height: auto;
    box-shadow: 0 0 15px rgba(0,0,0,.5);
}
.grid figure img {
    position: relative;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
}
.grid figure figcaption {
    padding:15px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid figure h2{
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 51%, rgba(0,0,0,0.65) 60%, rgba(0,0,0,0.65) 62%, rgba(0,0,0,0.65) 99%, rgba(0,0,0,0.65) 100%, rgba(0,0,0,0.65) 102%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 51%,rgba(0,0,0,0.65) 60%,rgba(0,0,0,0.65) 62%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%,rgba(0,0,0,0.65) 102%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 51%,rgba(0,0,0,0.65) 60%,rgba(0,0,0,0.65) 62%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%,rgba(0,0,0,0.65) 102%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    font-size: 2.2em;
    line-height: 28px;
    font-style:italic;
}
.grid figure h2 span {font-weight:600;}
.grid figure h2,
.grid figure p {
    margin: 0;
}
/***** Goliath *****/
figure.effect-goliath {background:#000;}

figure.effect-goliath img,
figure.effect-goliath h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
figure.effect-goliath h2,
figure.effect-goliath p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
}

figure.effect-goliath p {
    text-transform: none;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
    color: #bc8724;
    text-align: center;
    width: 100%;
    font-size: 18px;
}
figure.effect-goliath:hover img {
    -webkit-transform: translate3d(0,-80px,0);
    transform: translate3d(0,-80px,0);
}

figure.effect-goliath:hover h2 {
    -webkit-transform: translate3d(0,-80px,0);
    transform: translate3d(0,-80px,0);
    color: #fff;
}

figure.effect-goliath:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
/* Media queries */
@media screen and (max-width: 50em) {
    .content {
        padding: 0 10px;
        text-align: center;
    }
    .grid figure {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%;
    }
}
/*------------------*/
/**--------monthSpecial------------**/
.monthSpecial{
    background: #000;
}
.monthHeader h3{
    margin: 0 20px 25px 0;
    display: inline-block;
    font-style: italic;
    font-size: 3em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    font-weight: 300;
    padding-bottom: 10px;
}
.monthHeader a{
    color: #c0881e;
    font-size: 13px;
}
.imgMonth{
    padding: 50px 45px 50px 0;
}
.imgMonth img{
    width:100%;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.16);
}
.blogMonth{
    padding: 50px 0 50px 45px;
}
/*- blog -*/
.blogMonth{position:relative;    z-index: 1;}
.blogMonth:after{
    position: absolute;
    top: 0;
    left: -15px;
    width:1920px;
    height:100%;
    background: #141414;
    content: "";
    z-index: -1;
}
.latestBlog img{
    /*    max-width:280px;
        max-height: 165px;
        margin-bottom: 25px;*/
}
.latestBlog{
    position: relative;
}
.latestBlog img{
    width:100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.64);
}
.blog-sort-des{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px 15px 15px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 51%, rgba(0,0,0,0.65) 60%, rgba(0,0,0,0.65) 62%, rgba(0,0,0,0.65) 99%, rgba(0,0,0,0.65) 100%, rgba(0,0,0,0.65) 102%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 51%,rgba(0,0,0,0.65) 60%,rgba(0,0,0,0.65) 62%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%,rgba(0,0,0,0.65) 102%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 51%,rgba(0,0,0,0.65) 60%,rgba(0,0,0,0.65) 62%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%,rgba(0,0,0,0.65) 102%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.latestBlog a{
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 24px;
    display:block;
    color: #fff;
    line-height: 27px;
}
.latestBlog a:hover{
    text-decoration: underline;
}
.adminDate{
    font-size: 1.4em;
    /*    opacity: .6;*/
    font-weight: 300;
}
.adminDate span:first-child{
    display: inline-block;
    margin-right: 15px;
}
.adminDate span:last-child{
    display: inline-block;
    margin-left: 15px;
}
.latestBlog p{
    font-size:1.4em;
    opacity: .7;
    margin:20px 0;
}
/*.latestBlog a{
    display: inline-block;
    background: #c0881e;
    color: #000;
    font-size: 1.6em;
    padding: 5px 20px;
}*/
/*---------------- Contact us ---------------*/
.contactus{
    margin-bottom:50px;
}
input.hp {
    height: 20px;
    position: absolute;
    top:-999999px;
    width: 100px;
    z-index: -1;
}
.contactus h2{
    color: #bc8724;
    font-style: italic;
    margin-bottom:25px;
}
.contactus form label{
    color: rgba(255, 255, 255, 0.59);
    font-weight: 400;
    display: block;
}
.contactus form input, textarea{
    display: block;
    width: 100%;
    background: #292929;
    border: none;
    padding: 6px 10px;
    outline: 1px solid rgba(255, 255, 255, 0.13);
    margin-bottom: 15px;
}
.contactus form textarea{
    min-height:100px;
}
.contactus form input[type="submit"]{
    background: #bc8724;
    color: #000;
    font-weight: 700;
    display: inline-block;
    width: 120px;
}
.contactus form input[type="submit"]:hover {
    background: #e6a730;
}
.succ_msg{
    background: green;
    display: block;
    padding: 8px 15px;
    margin-bottom: 15px;
    border-radius: 2px;
    font-size: 16px;
}
.err_msg{
    background: red;
    display: block;
    padding: 8px 15px;
    margin-bottom: 15px;
    border-radius: 2px;
    font-size: 16px;
}
.contactus address, .contactus p, .contactus a{
    font-size: 1.2em;
    text-align: left;
}
.contactus address span {
    display: block;
    font-weight: 700;
    color: #fff;
    margin-bottom:10px;
}
/*----------------footer -------------*/
.footerlogo{
    margin-top:110px;
}
.birdingtop{
    margin: 34px 0 0 20px;
}
.box3Part{
    background: #c0881e;
    color: #fff;
    font-size: 1.8em;
    font-weight: 300;
    text-align: center;
}
.reqText{
    padding: 50px 15px;
}
.reqText a, .reqText input[type="submit"]{
    display: inline-block;
    background: #d8a74a;
    padding: 5px 25px;
    font-size: .9em;
    border: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 15px;
    text-transform: capitalize;
    color: #000;
    font-weight: 400;
}
.reqText a:hover, .reqText input[type="submit"]:hover{
    background:#eab653;
}
.reqText form{position:relative;}
.reqText input[type="email"]{
    display: inline-block;
    background:transparent;
    padding: 5px 8px;
    font-size: .9em;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 15px;
    color: #fff;
    outline: none;
}
.reqText form label {
    position: absolute;
    left: 0;
    bottom: -29px;
    text-align: center;
    width: 100%;
    font-size: 12px;
    color: #a70000;
    text-shadow: 1px 1px #ffffff4a;
    text-transform: uppercase;
}
.iconBox .sprite{
    height: 60px;
    width:72px;
    display: block;
    margin: 0 auto 25px;
}
.sprite.planTrip{
    background-position:-6px -136px;
}
.sprite.newsletter{
    background-position:-102px -136px;
}
.sprite.download{
    background-position:-404px -137px;
}
.reqText input[type="email"]:focus{
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.reqText input::-webkit-input-placeholder {
    color:#fff;
    opacity:.5;
}
.reqText input:-moz-placeholder { /* Firefox 18- */
    color:#fff;
    opacity:.5;
}
.reqText input::-moz-placeholder {  /* Firefox 19+ */
    color:#fff;
    opacity:.5;
}
.reqText input:-ms-input-placeholder {
    color:#fff;
    opacity:.5;
}
/**main footer **/
.mainFootter{
    padding:0;
}
.mainFootter h4{
    font-size: 2em;
    font-style: italic;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    padding:60px 0 15px;
    margin: 0 0 25px;
}
.mainFootter ul, .ftrList{
    padding-left:20px;
    font-size: 1.4em;
}
.mainFootter ul li, .ftrList li{
    color: #b7b7b7;
    margin-bottom:8px;
}
.mainFootter ul li a, .ftrList li a{
    color: #b7b7b7;
}
.mainFootter ul li a:hover, .ftrList li a:hover{
    color: #dadada;
}
footer address{
    font-size: 1.4em;
    color: #b7b7b7;
}
footer address span{
    display: block;
    font-weight:700;
    color: #fff;
}
.copyrite{
    font-size: 1.2em;
    margin-top: 20px;
    opacity: .6;
}

/*----*/
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
}
/*----*/
/*btmftr*/
.btmftr{
    background:#0c0c0c;
    font-size: 1.4em;
    padding: 15px 0;
    margin-top:20px;
}
.btmftr ul{
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    margin: 0;
    font-size: 1em;
}
.btmftr ul li{
    float:left;
    margin:0 15px;
    color: #b7b7b7;
    position: relative;
}
.btmftr ul li:after{
    position: absolute;
    top: 0;
    right: -15px;
    content: "";
    height: 20px;
    width: 1px;
    background: rgba(255, 255, 255, 0.14);
}
.btmftr ul li a:hover{
    color: #fff;
}
.creator{
    text-align: right;
    color: #b7b7b7;
}
.creator a{
    color:#037be2;
}
/*---------------- subpage ----------------*/
.pageTitle{text-align: center; padding: 20px 0;}
.pageTitle h1{
    font-style: italic;
    font-size: 4em;
    margin-bottom:30px;
    position: relative;
}
.pageTitle span.sprite{
    display:block;
    margin:20px auto 0;
    height: 2px;
    width: 380px;
    background-position: -4px -276px;
}
.pageTitle p{
    font-weight: 300;
    line-height: 30px;
    font-size:2em;
    max-width: 960px;
    margin: auto;
}
/*---- trip report -----*/
/*-list--*/
.reports-list{
    overflow: hidden;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 20px;
    display: table;
}
.reports-list img{
    max-width: 400px;
    border:5px solid rgba(255, 255, 255, 0.13);
    min-width: 280px;
    min-height:150px;
    text-align: center;
    background: #313131 url(../images/imagenotfound.png) center center no-repeat;
    float: left;
    color: #00000082;
    font-weight: 700;
    margin: 0 30px 5px 0;
}
.reports-list .report-data{
    display: table-cell;
    vertical-align: middle;
}
.reports-list .report-data h2{
    font-size: 1.8em;
    color: #c68b21;
    font-style: italic;
    margin: 5px 0 20px;
    text-align: left;
}
.reports-list .report-data a{
    display: inline-block;
    color: #000;
    background: #c68b20;
    padding: 7px 30px;
    font-size: 16px;
    outline: none;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 9px;
}
.reports-list .report-data a:hover{background:#f1a825;}
/*---- about page----*/
.info-data{
    font-size: 1.6em;
    font-weight: 300;
    letter-spacing:.5px;
    text-align: justify;
}
.bold-line{
    font-style: italic;
    font-weight: 600;
    font-size: 1.1em;
}
.info-data h1{font-size: 1.6em;}
.info-data h2{font-size: 1.4em;}
.info-data h3{font-size: 1.2em;}

.info-data h1.border{border-bottom: 1px solid #fff;}
.info-data h2.border,
.info-data h3.border{
    font-size: 1.4em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 12px;
}
.info-data ul{
    margin:25px 0;
}
/*--- feedback page ---*/
.quotes{
    position: relative;
    padding-left: 50px;
    margin-bottom: 50px;
    font-style: italic;
}
.quotes:after{
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width:50px;
    content: "";
    background-position:-310px -145px;
}
.quotesadmin{
    margin-top: 11px;
    font-weight: 400;
    opacity: .5;
    text-transform: capitalize;
}
/*--- tour list ---*/
/*slider*/
.slider-nav *, .slider-for *, .slicktab *{
    outline: none;
}
.slider-nav{
    max-width:500px;
    margin: 50px auto 70px;
    outline: none;
}
.slider-nav .slick-slide{
    color: #656565;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.slider-nav .slick-slide.slick-current.slick-active{
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.slick-prev:before, .slick-next:before {
    background-image: url(../images/sprite.png);
    content: "";
    height: 43px;
    width: 47px;
    position: absolute;
    top: 0;
    left: 0;
}
.slick-next:before {
    background-position: -66px -215px;
}
.slick-prev:before{
    background-position: -9px -215px;
}
.slick-prev, .slick-next {
    width: 45px;
    height: 45px;
}
.subpage .tour-list .slick-prev {left: -125px;}
.subpage .tour-list .slick-next {right: -75px;}
.subpage .tour-list .slider-nav .slick-list.draggable{ margin-left: -100px;}
/*--for center tour box--*/
/*.tourforcenter{
    text-align: center;
}
.tourforcenter .tour-wrap{
   max-width:49%;
   width:100%;
   padding: 0 15px;
   display: inline-block;
   text-align: left;
}*/
/*--*/
.tour-wrap{margin-bottom: 30px;}
.tour-wrap img{width:100%; min-height: 190px; background: #313131 url(../images/imagenotfound.png) center center no-repeat;}
.tour-img-sort{box-shadow: 0 0 30px rgba(0,0,0,.9);}
.smallDetail{
    background:#0e0e0e;
    padding: 30px 30px 20px;
    position: relative;
}
.smallDetail h2{
    font-size:2.2em;
    font-style: italic;
    margin: 0 0 20px;
    line-height: 28px;
    /*display: none;*/
}
.tourDate{
    position: relative;
    font-size: 1.4em;
    opacity: .8;
    padding-left: 30px;
    color: #cacaca;
}
.tourDate.spriteBefore:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height:23px;
    width:23px;
    background-position:-5px -53px;
}
.bookingAvailability{
    font-size: 16px;
    text-transform: capitalize;
    position: absolute;
    left: 30px;
    bottom: 21px;
    color: rgba(119, 253, 129, 0.5);
    font-style: italic;
}
.bookingAvailability, .bookingAvailability >*{
/*    padding: 10px 30px;
    position: absolute;
    top: -40px;
    font-weight:700;
    background: rgba(0,0,0,.5);
    font-style: italic;
    left: 0;
    width: 100%;*/
}
.bookingAvailability p{margin:0;}
/*.bookingAvailability .green{color: #77fd81;}
.bookingAvailability .red{color: red;}*/

.block-details{
    color: #f7b02c;
    display: block;
    font-weight: 400;
    font-size: 1.6em;
    padding-left: 25px;
    position: relative;
    margin-top: 24px;
    border: 1px solid rgba(247, 176, 44, 0.23);
    border-radius: 5px;
    padding: 7px 50px 0;
    text-align: center;
}
.block-details:hover{
    color:#ca9025;
}
.for-icon{
    overflow: hidden;
    display: inline-block;
}
.for-icon span{
    display: inline-block;
    position: relative;
    float: left;
}
.for-icon .spriteBefore{
    height: 24px;
    width: 30px;
}
.for-icon .spriteBefore:before{
    background-position: -29px -54px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 23px;
    width: 22px;
}

/*-customized-*/
.customized{margin-top: 35px;}


/*------ tour details -------*/
.detailBnr{
    height: auto;
    box-shadow: 0 0 20px rgba(0,0,0,.6);
}
.detailsBnrImg{

}
.detailsBnrImg img{
    width:100%;
}
.detailBnr .slick-next {right:25px; z-index: 1;}
.detailBnr .slick-prev {left:25px; z-index: 1;}
.detalsDate{
    text-align: center;
    font-size: 1.7em;
    font-weight: 300;
    margin: 50px 0;
}
.detalsDate .tourDate.spriteBefore:before {top: 7px;}
.detalsDate .bookingAvailability{position:relative; bottom:auto; left:auto; margin-top:8px;}
.slicktab {margin-top:80px;}
.slicktab .nav-term{
    font-size: 1.4em;
    color: #a4a3a3;
    text-transform: uppercase;
    letter-spacing: 1px;
    max-width: 700px;
    margin: auto;
    text-align: center;

    cursor: pointer;
}
.slicktab .nav-term .slick-slide.slick-current.slick-active{
    color: #fff;
    font-weight: 700;
}
.slicktab .nav-term .slick-slide.slick-current.slick-active span{
    display: inline-block;
    border-bottom: 2px solid #c79027;
    padding-bottom:19px;
}
.slicktab .term-details{
    border-top: 1px solid rgba(255,255,255,.2);
    padding: 40px 0 80px;
    font-size: 1.6em;
    font-weight: 300;
    text-align: justify;
    line-height: 24px;
}
.slicktab .term-details .slick-slide.slick-current.slick-active p,
.slicktab .term-details .slick-slide.slick-current.slick-active ul li{
    padding-right:5px;
}
/*----------------- blog list ---------------*/
/*.blog-area{ margin-top:60px;}*/
.blog-list-wrap{
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 60px;
    padding-bottom: 35px;
}
.blog-list-wrap img{
    box-shadow: 0 0 20px rgba(0,0,0,.8);
}
.desc-blog img{
    height:auto !important;
    width: 100% !important;
}
.short-details{
    margin-top:40px;
}
.short-details h2{
    margin: 0 0 21px;
    font-size: 2.4em;
    font-style: italic;
}
.short-details .tags{
    font-size: 1.2em;
    font-style: italic;
    margin: 12px 0 16px;
}
.short-details .tags a{
    margin-right: 25px;
    margin-bottom: 3px;
    color: rgba(119, 253, 129, 0.38);
}

.short-details p{
    font-size: 1.6em;
    opacity: .85;
    font-weight: 300;
    text-align: justify;
    margin-bottom: 17px;
    line-height: 24px;
}
.short-details p .detailslink{font-size: 1.2em;}
.detailslink{
    color: #f7b02c;
    display: inline-block;
    font-weight: 400;
    font-size: 1.8em;
/*    padding-left: 25px;
    margin-left: 10px;*/
    position: relative;
    margin-top:8px;
    font-style: italic;
    padding: 2px 15px 2px 35px;
    border-radius: 3px;
    border: 1px solid rgba(247, 176, 44, 0);
}
.detailslink:hover, .detailslink:focus{
    color:#ca9025;
    border: 1px solid rgba(247, 176, 44, 0.25);
}
.detailslink:before{
    background-position: -29px -52px;
    position: absolute;
    top:2px;
    left:10px;
    content: "";
    height: 23px;
    width: 22px;
}
/*---- blog details ----*/
.desc-blog blockquote {
    padding: 0 10px;
    margin: 0 0 20px;
    font-size: 10px;
    border-left: 1px solid rgba(238, 238, 238, 0.24);
    font-style: italic;
}
.desc-blog blockquote img, .desc-blog table img{
    float: none !important;
    height: auto !important;
    width: 100% !important;
    display: block;
    margin: 15px 0;
    border: 5px solid rgba(255, 255, 255, 0.13);
    border-radius: 3px;
    text-align: center;
}
.desc-blog table img{margin:0 auto;}
.desc-blog table{
    margin-bottom: 20px;
    width: 100% !important;
}
.desc-blog table td{
    text-align: center;
    padding: 5px 15px;
    font-size: 1.6em;
    color: #b17f21;
}
/*--- all comments ----*/
h4.hed{margin:80px 0 30px;}
.cmentLst{
    margin-bottom: 25px;
    font-size: 1.4em;
}
.admin-img{
    background: rgba(255, 255, 255, 0.38);
    border-radius: 50%;
    padding: 10px;
}
.admin-img img{
    width: 100%;
    opacity: .5;
}
.admn{
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 1.2em;
}
.cmentLst [class*="col-sm-pull"]{
    text-align:right;
}
/*----*/
.commentlink{
    font-size: 1.6em;
    font-style: italic;
    padding-left: 40px;
    position: relative;
    color: #c79027;
    display: inline-block;
    margin-top: 20px;
    pointer-events: none;
}
.commentlink:hover{
    color: #9e711d;
}
.commentlink:before{
    height: 25px;
    width: 36px;
    background-position: -184px -221px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
.commentform{
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    margin-top: 25px;
    padding-top: 30px;
/*    display: none;*/
}
.commentform label{
    display: block;
    width: 100%;
    font-size: 1.4em;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.56);
}
.commentform label input, .commentform label textarea{
    display: block;
    width: 100%;
    background: #292929;
    border: 1px solid rgba(255, 255, 255, 0.03);
    padding: 8px 15px;
    margin: 5px 0 15px;
}
.commentform button[type="submit"]{
    background: #bc8724;
    border: 1px solid #bc8724;
    color: #000;
    font-size: 1.4em;
    font-weight: 600;
    padding: 8px 40px;
    margin-top: 15px;
}
.commentform input[type="submit"]:hover{
    background: #9e711d;
}
/*------static content block ----*/
.contentBox{
    text-align: center;
    background: #181818;
    padding: 50px 0;
}
.contentBox .hedline{
    font-size: 3em;
    margin: 0 0 25px;
}
.contentBox p{
    font-size:1.6em;
    line-height: 24px;
    color: rgba(255,255,255,.7);
    margin-bottom: 0;
}
.contentBox a{
    font-size: 1.4em;
    color: rgba(255, 255, 255, 0.7);
    background: #c0881e;
    display: inline-block;
    padding: 7px 25px;
    margin-top: 30px;
}
/*blog page related*/
/*-- end-scroll-show-message ---*/
.end-scroll-show-message{
    position: fixed;
    right:0;
    bottom: 110px;
    max-width: 400px;
    min-width: 300px;
    background: #000;
    box-shadow: 0 0 15px rgba(192, 136, 30, 0.35);
    padding:0 15px;
    border-radius: 5px;
    display:none;
    z-index: 100;

    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity:0;
}
body.hiding-message .end-scroll-show-message{
    right:-400px;
    display:block;
    opacity:0;
}
body.showing-message .end-scroll-show-message{
    -webkit-animation: myfirst 1s; /* Chrome, Safari, Opera */
    animation: myfirst 1s;
    display:block;
    right:0px;
    opacity:1;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst {
    0%   {right:-400px;}
    100% {right:0;}
}

@keyframes myfirst {
    0%   {right:-400px;}
    100% {right:0;}
}
.blog-recomended:last-child{
    border-bottom:none;;
}
.blog-recomended{
    overflow:hidden;
    font-size:80%;
    border-bottom:1px solid rgba(255, 255, 255, 0.08);
    margin:15px 0;
}
.blog-recomended img{
    max-width:100px;
    float:right;
    margin:0 0 5px 10px;
    border: 2px solid #ffa700b5;
    border-radius: 3px;
}
.blog-recomended h2 {
    font-size: 16px;
    text-shadow: 1px 0px 0 rgba(38, 27, 0, 0.5);
    margin-top: 0;
    font-style: italic;
    line-height: 20px;
    color: #bc8724;
    font-weight: 400;
}

.blog-recomended .status{color:#F00; font-size: 12px;}
.blog-recomended .date{font-size: 12px;}
.blog-recomended a.more {
    display: inline-block;
    background: #b17f21;
    font-size: 12px;
    padding: 5px 10px;
    margin-bottom: 5px;
    color: #000;
    font-weight: 600;
    border-radius: 3px;
}
.blog-recomended a.more:hover {
    background: #da9e2c;
}
/*--pagination--*/
.pagination{
    display: block;
    text-align: center;
}
.pagination ul{
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    display: inline-block;
}
.pagination ul li{
    float: left;
    margin: 0 5px;
}
.pagination ul li strong{
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    font-size: 16px;
    text-align: center;
    line-height: 31px;
    font-weight: 600;
}
.pagination ul li a{
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #202020;
    color: #bc8724;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    font-weight: 600;
}
.pagination ul li a:hover{
    background: #dedddd;
    color: #000000;
}
/*------ side box -------*/
.side-box{margin-bottom: 50px;}
.side-box h3{
    color: #bc8724;
    font-size: 2.4em;
    font-style: italic;
    margin: 0 0 15px;
}
.accordion-type{}
.accordion-section-title{
    background: #000;
    display: block;
    padding: 8px 15px;
    font-size: 1.6em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.accordion-section-content{}
.accordion-section-content ul{
    padding: 20px;
    list-style-type: none;
    background: #191919;
    margin: 0;
    overflow: hidden;
}
.accordion-section-content ul li{
    float: left;
    width: 33.3333%;
}
.accordion-section-content ul li a{
    font-size: 1.3em;
    color: rgba(255, 255, 255, 0.74);
    display: inline-block;
    margin-bottom: 15px;
}
/*--tag--*/
.tags{
    font-weight: 600;
    font-style: italic;
}
.tags a{
    display: inline-block;
    position: relative;
    padding-left:10px;
    color: rgba(119, 253, 129, 0.5);
}
.tags a:hover{
    color: rgba(119, 253, 129, 0.7);
}
.tags a:before{
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 10px;
    content: "#"
}
/*--*/
.side-box .tags{
    font-size: 1.4em;
    height: 160px;
    overflow: hidden;
    position: relative;
    padding-bottom:30px;
}
.side-box .tags a{
    margin-right:25px;
    margin-bottom: 15px;
}
.showhide{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #141414;
    text-align: center;
}
.showhide span{
    cursor:pointer;
    text-decoration: underline;
    font-style: normal;
}
.showless{display: none;}
.side-box .tags.viewingall{height:auto;}
.side-box .tags.viewingall .showless{display: inline-block;}
.side-box .tags.viewingall .showall{display:none;}
/*---------popup zoom----------*/
.image-source-link {
    color: #98C3D1;
}
.mfp-title .image-source-link {display:none;}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/*--*/
.zoom-gallery .item{
    display: block;
    margin-bottom:35px;
}
.zoom-gallery .item img{
    width:100%;
    margin-bottom:10px;
    border: 5px solid rgba(255, 255, 255, 0.07);
    border-radius: 3px;
}
.item, .item:focus{outline: none;}
.item .caption{
    display: block;
    text-align: center;
    font-size: 1em;
    color: #c68b21;
    margin: 10px 0 30px;
	font-weight:400;
}
.item .caption .captiondate{
    display: block;
    font-size: .8em;
    color: #ffffff;
    margin-top: 5px;
}
.recognitionlist .item .caption{font-size: 1.6em;}
/*-- data popup--*/
.blogdetailspopup.white-popup-block {
    max-width:1170px;
}
.blogdetailspopup.white-popup-block img{
    width:100%;
}
.white-popup-block {
    position: relative;
    background: #000;
    padding:30px;
    width: auto;
    max-width:650px;
    margin: 20px auto;
}
.team-popup .popup-modal-dismiss{
    position: absolute;
    top: -33px;
    right: 0;
    border: 1px solid rgba(255, 255, 255, 0.29);
    font-size: 1.8em;
    padding: 2px 11px;
    border-radius: 5px;
    z-index: 1;
}
.team-popup{
    position: relative;
}
.team-popup img{
    float: left;
    border: 7px solid rgba(255, 255, 255, 0.16);
    border-radius: 5px;
    margin: 0 25px 20px 0;
}
.team-popup .e-name{
    color: #c79027;
    font-size: 3em;
    margin-bottom: 18px;
}
.team-popup p{
    font-size: 1.6em;
    text-align: justify;
    font-weight: 300;
}
.team-popup blockquote {
    border-left:none;
    padding: 0;
}
.management-team{text-align: center; margin-bottom:60px;}
.management-team img{
    width: 100%;
    border:6px solid rgba(255, 255, 255, 0.13);
    border-radius: 5px;
    margin-bottom: 15px;
}
.m-name{
    text-align: center;
    font-size:1.4em;
    color: #c79027;
}
.management-team a{
    display: block;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 15px;
    font-size: .9em;
    padding: 5px;
    border-radius: 5px;
    font-weight: 400;
    outline: none;
}
.management-team a:hover{
    color: #000;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 1);
}
/*--feedbabk form --*/
label{position: relative;}
.errors{
    color: #fb4040;
    text-transform: uppercase;
    font-size: 12px;
    text-shadow: 1px 1px 0 #ffffff2e;
    font-weight: 600;
    position: absolute;
    top:3px;
    right: 0;
}
.feedbackform label{
    font-size: 1.6em;
    font-weight: 400;
    display: block;
    width: 100%;
}
.feedbackform label input, .feedbackform textarea{
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 5px 10px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    background: rgba(255, 255, 255, 0.06);
    margin: 5px 0 16px;
}
.feedbackform button, .feedbackform input[type="submit"], .feedbackform input[type="button"] {
    background: #bc8724;
    border: 1px solid #bc8724;
    color: #000;
    font-size: 1.4em;
    font-weight: 600;
    padding: 8px 40px;
    margin-top: 15px;
}
/*-- recognition popup --*/
.mfp-close-btn-in .mfp-close {
    color: #fff;
}
.popupdescription{
    text-align: center;
    font-size: 1.4em;
}
.popupdescription img{
    margin: 10px 0;
}
.recognitionlist img{
    box-shadow: 0 0 20px rgba(0,0,0,.9);
    border: 5px solid rgba(255, 255, 255, 0.05);
    width: 100%;
}
/*------ media quary --------*/
@media only screen and (max-width:1280px) and (min-width:992px) {
    /*--- for home page ---*/
    .wrap960 h2 {font-size: 3em; margin: 0 0 20px;}
    .wrap960 p {
        line-height: 24px;
        font-size: 1.6em;
        margin: 0 0 24px;
        font-weight: 300;
    }
    .glanceLink span {font-size: 1.8em;}
    .monthHeader h3 {font-size: 2.4em;}
    .box3Part {font-size: 1.4em;}
    
    .topTour:hover a {padding: 5px 20px; margin-top: 10px;}
    .topTour:hover .oneline {font-size: 2em;line-height: 28px;}
    
    .reqText a, .reqText input[type="submit"] {padding: 5px 15px;}
    .btmftr ul li {font-size: .8em; margin: 0 10px;}
    /*-- tour list --*/
    .smallDetail h2 {font-size:1.9em;}
    /*-- trip report ---*/
    .reports-list img{max-width:280px; min-width: 200px;}
    
}

@media only screen and (min-width:1200px) {
    .smallDetail h2 {
        height:50px;
        display: table;
    }
    .smallDetail h2 .middletext{
        display: table-cell;
        vertical-align: middle;
    }
}
@media only screen and (max-width:991px){
    .topTour:hover a {padding: 5px 20px; margin-top: 10px;}
    .topTour:hover .oneline {font-size: 2em;line-height: 28px;}
    
    .monthSpecial {height: auto;}
    .blogMonth:after {
        top: auto;
        bottom: 0;
        left: -35px;
        height:100%;
    }
    .at_a_glance {padding: 50px 0 30px;}
    .top-categories {padding: 50px 0;}
    .wrap960 h2 {
        font-size: 2.8em;
        margin: 0 0 25px;
    }
    .wrap960 p {
        line-height: 20px;
        font-size: 1.4em;
        margin: 0 0 20px;
        font-weight: 300;
        opacity: .85;
    }
    .glanceLink span {font-size: 1.6em;}
    .monthHeader h3 {font-size: 2.4em;}
    .box3Part .row .reqText:nth-child(1){
        background-color:#d69925;
    }
    .box3Part .row .reqText:nth-child(3){
        background-color:#ce9221;
    }
    .box3Part {font-size: 1.4em;}
    
    .last-sec{float: none;display: inline-block;}
    .reqText {padding: 30px 15px;}
    .btmftr ul li {font-size: .8em; margin: 0 10px 5px;}
    /*-- tour list --*/
    .smallDetail h2 {font-size: 2em;}
    .pageTitle h1 {font-size: 2.8em; margin-bottom: 20px;}
    .pageTitle p {
        line-height: 24px;
        font-size: 1.4em;
    }
    .end-scroll-show-message{display: none !important; opacity: 0;}
    /*-- trip report ---*/
    .reports-list{display: block;}
    .reports-list img{max-width:250px; min-width: 200px; float: none;}
}
@media only screen and (min-width:767px) {
.slicktab .nav-term .slick-track {
    transform: none !important;
}
}
@media only screen and (max-width:767px) {
    body {padding-left: 0; padding-top:48px;}
    /*--menu--*/
    .menu_logo_open {
        display: block;
        padding: 34px 5px 0;
        height: 100px;
        width: 100px;
        margin: -20px 0 22px;
    }
    .for_scroll_if_big .share {
        position: relative;
        bottom: auto;
        left: auto;
    }
    .for_scroll_if_big .share h4{
        border-top: 1px solid rgba(255, 255, 255, 0.16);
        padding: 15px;
    }
    /*--banner--*/
    .bnrLine {
        font-size: 2.6em;
        line-height: 36px;
        font-weight: 400;
    }
    .slides .captionArea {bottom: 50px;}
    .bnrDate {font-size: 1.8em;}
    .imgMonth, .blogMonth {padding: 50px 0 50px 0;}
    .creator{display: none;}
    /*-- tourlist--*/
    .subpage .tour-list .slick-prev, .slick-prev {left:0;}
    .subpage .tour-list .slick-next, .slick-next {right:0;}
    .subpage .tour-list .slider-nav .slick-list.draggable{ margin-left:0px; text-align: center;}
    .slick-dots {bottom:-35px;}
    /*--tour details --*/
/*    .subpage .tour-details .slick-list.draggable{
        margin-left: -20px;
        padding: 0 100px 0 50px !important;
    }*/
	
	.table-responsive {
    border-color:  rgba(221, 221, 221, 0);
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td,
.table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-color: rgba(221, 221, 221, 0);
    padding: initial;
}

	
	
    /*-- trip report ---*/
    .reports-list{display: block;}
    .reports-list img{max-width:100%; display: block;}

}



