/* Index Adventure */

/*---------------------------------*/
/* KEN BURNS 062 - Index Adventure 
/*--------------------------------*/
#kenburns_062 {
    overflow: hidden;
    max-height: 658px;
    position: relative;
    background: #000000;
}

#kenburns_062:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#kenburns_062:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#kenburns_062 > .carousel-inner > .item {
    overflow: hidden;
}

#kenburns_062 > .carousel-inner > .item > img,
#kenburns_062 > .carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
    opacity: 0.7;
}

/*---------- INDICATORS CONTROL ----------*/
.ps_indicators_brdr_caption > .carousel-indicators {
    top: 91%;
    right: 1%;
    left: auto;
    width: 98%;
    height: 35px;
    font-size: 0;
    cursor: e-resize;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
}

.ps_indicators_brdr_caption > .carousel-indicators li {
    width: 30px;
    height: 30px;
    color: #d3d1d1;
    text-indent: 0;
    padding: 0 10px;
    font-size: 13px;
    overflow: hidden;
    line-height: 28px;
    text-align: center;
    border: 1px solid #d3d1d1;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.5s cubic-bezier(.445, .05, .55, .95);
    transition: all 0.5s cubic-bezier(.445, .05, .55, .95);
}

.ps_indicators_brdr_caption > .carousel-indicators li > span {
    margin-left: 17px;
    -webkit-transition: margin 0.5s cubic-bezier(.445, .05, .55, .95);
    transition: margin 0.5s cubic-bezier(.445, .05, .55, .95);
}

.ps_indicators_brdr_caption > .carousel-indicators .active {
    width: auto;
    margin: 1px;
    height: 30px;
    text-indent: 0;
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
}

.ps_indicators_brdr_caption > .carousel-indicators .active span {
    margin-left: 5px;
}

.ps_indicators_brdr_caption > .carousel-indicators::-webkit-scrollbar {
    height: 5px;
}

.ps_indicators_brdr_caption > .carousel-indicators::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.8);
    webkit-border-radius: 0;
    border-radius: 0;
}

/*---------- LEFT/RIGHT CONTROL ----------*/
.ps_control_txt_y .carousel-control {
    top: 42%;
    opacity: 1;
    width: 20px;
    padding: 5px;
    height: auto;
    z-index: 100;
    bottom: auto;
    color: #d3d1d1;
    font-size: 12px;
    cursor: pointer;
    font-weight: 400;
    overflow: hidden;
    text-shadow: none;
    position: absolute;
    white-space: normal;
    background: transparent;
    border: 1px solid #d3d1d1;
    -webkit-font-smoothing: antialiased;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.5s cubic-bezier(.445, .05, .55, .95);
    transition: all 0.5s cubic-bezier(.445, .05, .55, .95);
}

.ps_control_txt_y:hover .carousel-control {
    opacity: 1;
}

.ps_control_txt_y .carousel-control.left {
    left: 1%;
    right: auto;
}

.ps_control_txt_y .carousel-control.right {
    right: 1%;
    left: auto;
}

.ps_control_txt_y .carousel-control > span {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased;
}

.ps_control_txt_y .carousel-control.left:hover,
.ps_control_txt_y .carousel-control.right:hover {
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*---------- SLIDE CAPTION ----------*/
.kenburns_062_slide {
    top: 20%;
    right: 5%;
    width: 55%;
    left: auto;
    text-align: center;
    position: absolute;
}

.kenburns_062_slide_right {
    left: 5%;
    right: auto;
}

.kenburns_062_slide_center {
    left: 0;
    right: 0;
    margin: auto;
}

.kenburns_062_slide > h1 {
    color: #ffffff;
    margin: 20px 0;
    padding: 20px 0;
    font-size: 50px;
    font-weight: 900;
    text-shadow: none;
    text-align: center;
    letter-spacing: 2px;
    border: 7px solid #ffffff;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
    animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
}

.kenburns_062_slide > p {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    padding: 0 60px;
    font-weight: 400;
    text-shadow: none;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
    animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
}

.kenburns_062_slide > a,
.kenburns_062_slide > a:visited {
    width: 150px;
    height: 50px;
    font-size: 11px;
    font-weight: 600;
    margin-top: 25px;
    line-height: 48px;
    text-shadow: none;
    position: relative;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all cubic-bezier(0.22, 0.81, 0.01, 0.99) 0.5s;
    transition: all cubic-bezier(0.22, 0.81, 0.01, 0.99) 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
    animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
}

.kenburns_062_slide > a:nth-child(3) {
    color: #ffffff;
    margin-right: 5px;
    background: #282828;
    border: 1px solid #282828;
}

.kenburns_062_slide > a:nth-child(4) {
    color: #ffffff;
    margin-left: 5px;
    border: 1px solid #ffffff;
}

.kenburns_062_slide > a:nth-child(3):hover,
.kenburns_062_slide > a:nth-child(3):active {
    color: #000;
    background: #ffffff;
    border: 1px solid #ffffff;
}

.kenburns_062_slide > a:nth-child(4):hover,
.kenburns_062_slide > a:nth-child(4):active {
    color: #fff;
    background: #282828;
    border: 1px solid #282828;
}

/*------------------------------------------*/
/* KEN BURNS 063 - Index Adventure Parallax
/*------------------------------------------*/
#kenburns_063 {
    overflow: hidden;
    max-height: 658px;
    position: relative;
    background: #000000;
}

#kenburns_063:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#kenburns_063:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#kenburns_063 > .carousel-inner > .item {
    overflow: hidden;
}

#kenburns_063 > .carousel-inner > .item > img,
#kenburns_063 > .carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
    opacity: 0.5;

}

/*---------- INDICATORS CONTROL ----------*/
.ps_indicators_blue > .carousel-indicators {
    right: 5%;
    bottom: 5%;
    left: auto;
    width: 90%;
    height: 35px;
    font-size: 0;
    cursor: e-resize;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
}

.ps_indicators_blue > .carousel-indicators li {
    width: 15px;
    height: 10px;
    border: none;
    text-indent: 0;
    padding: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: rgba(191, 152, 101, 0.50);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all cubic-bezier(0.22, 0.81, 0.01, 0.99) 0.5s;
    transition: all cubic-bezier(0.22, 0.81, 0.01, 0.99) 0.5s;
}

.ps_indicators_blue > .carousel-indicators .active {
    width: 15px;
    margin: 1px;
    height: 10px;
    border: none;
    text-indent: 0;
    background: #BF9865;
}

.ps_indicators_blue > .carousel-indicators::-webkit-scrollbar {
    height: 5px;
}

.ps_indicators_blue > .carousel-indicators::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 0;
    border-radius: 0;
}

/*---------- LEFT/RIGHT CONTROL ----------*/
.ps_control_blue .carousel-control {
    top: 50%;
    opacity: 1;
    width: 30px;
    height: 15px;
    z-index: 100;
    bottom: auto;
    color: #ffffff;
    font-size: 12px;
    cursor: pointer;
    font-weight: 400;
    overflow: hidden;
    line-height: 15px;
    text-shadow: none;
    position: absolute;
    background: rgba(191, 152, 101, 0.50);
    -webkit-font-smoothing: antialiased;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all cubic-bezier(0.22, 0.81, 0.01, 0.99) 0.5s;
    transition: all cubic-bezier(0.22, 0.81, 0.01, 0.99) 0.5s;
}

.ps_control_blue .carousel-control.left {
    left: 15px;
    right: auto;
}

.ps_control_blue .carousel-control.right {
    left: 46px;
    right: auto;
}

.ps_control_blue .carousel-control:hover {
    background: #BF9865;

}

/*---------- SLIDE CAPTION ----------*/
.kenburns_063_slide {
    top: 25%;
    left: 5%;
    width: 60%;
    right: auto;
    text-align: center;
    position: absolute;
}

.kenburns_063_slide_right {
    right: 5%;
    left: auto;
}

.kenburns_063_slide_center {
    left: 0;
    right: 0;
    margin: auto;
}

.kenburns_063_slide > h1 {
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-size: 60px;
    font-weight: 400;
    text-shadow: none;
    text-align: center;
    letter-spacing: 0px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
    animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

.kenburns_063_slide > h1 > span {
    font-size: 30px;
    color: #BF9865;
    font-weight: 600;
    display: inline-block;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
    animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

.kenburns_063_slide > p {
    color: #ffffff;
    width: 60%;
    margin: auto;
    font-size: 12px;
    font-weight: 400;
    text-shadow: none;
    text-align: center;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
    animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

.kenburns_063_slide > a,
.kenburns_063_slide > a:visited {
    width: 170px;
    height: 40px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 400;
    margin-top: 25px;
    line-height: 40px;
    text-shadow: none;
    position: relative;
    text-align: center;
    letter-spacing: 2px;
    padding: 0 25px 0 0;
    background: rgba(191, 152, 101, 0.50);
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all cubic-bezier(.455, .03, .515, .955) 0.5s;
    transition: all cubic-bezier(.455, .03, .515, .955) 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
    animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

.kenburns_063_slide > a:after {
    top: 0;
    left: auto;
    right: 8%;
    margin: auto;
    content: "\f178";
    line-height: 40px;
    font-style: normal;
    position: absolute;
    font-weight: normal;
    font-family: FontAwesome;
    text-decoration: inherit;
    -webkit-transition: right cubic-bezier(.455, .03, .515, .955) 0.5s;
    transition: right cubic-bezier(.455, .03, .515, .955) 0.5s;
}

.kenburns_063_slide > a:hover:after {
    right: 15%;
}

.kenburns_063_slide > a:hover,
.kenburns_063_slide > a:active {
    background: #BF9865;
}


p {
    line-height: 22px;
}

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

.heading-title span {
    font-weight: 800;
    color: rgba(237, 125, 49, 1);
    text-transform: capitalize;
}

.heading-des {
    font-weight: bold;
    color: #000;
}

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

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

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

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

.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;
}

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

/* RESPONSIVE */

@media all and (max-width: 768px) {
    .wrap-center-700, .height-700 {
        height: 300px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media only screen and (max-width: 480px) {
    /*---------- LEFT/RIGHT CONTROL ----------*/
    .ps_control_txt_y .carousel-control {
        display: none;
    }

    /*---------- INDICATORS CONTROL ----------*/
    .ps_indicators_brdr_caption > .carousel-indicators {
        display: none;
    }

    .ps_indicators_blue > .carousel-indicators {
        display: none;
    }

    .ps_control_blue .carousel-control {
        display: none;
    }

    /*---------- SLIDE CAPTION ----------*/
    .kenburns_062_slide {
        top: 1%;
        left: 0;
        width: 100%;
    }

    .kenburns_062_slide_right {
        right: 0;
        left: auto;
    }

    .kenburns_062_slide_center {
        left: 0;
        right: 0;
    }

    .kenburns_062_slide > h1 {
        margin: 5px 0;
        padding: 5px 0;
        font-size: 25px;
        border: 2px solid #ffffff;
    }

    .kenburns_062_slide > p {
        padding: 0 20px;
        font-size: 12px;
    }

    .kenburns_062_slide > a, .kenburns_062_slide > a:visited {
        width: 100px;
        height: 25px;
        font-size: 10px;
        font-weight: 400;
        margin-top: 10px;
        line-height: 23px;
    }

    .kenburns_063_slide {
        top: 7%;
        left: 0;
        width: 100%;
    }

    .kenburns_063_slide_right {
        right: 0;
        left: auto;
    }

    .kenburns_063_slide_center {
        left: 0;
        right: 0;
    }

    .kenburns_063_slide > h1 {
        font-size: 22px;
    }

    .kenburns_063_slide > h1 > span {
        font-size: 16px;
    }

    .kenburns_063_slide > p {
        font-size: 11px;
    }
}

@media (min-width: 481px) and (max-width: 600px) {
    /*---------- LEFT/RIGHT CONTROL ----------*/
    .ps_control_txt_y .carousel-control {
        display: none;
    }

    /*---------- SLIDE CAPTION ----------*/
    .kenburns_062_slide {
        top: 5%;
        right: 3%;
        width: 80%;
    }

    .kenburns_062_slide_right {
        left: 3%;
        right: auto;
    }

    .kenburns_062_slide_center {
        left: 0;
        right: 0;
    }

    .kenburns_062_slide > h1 {
        margin: 5px 0;
        font-size: 25px;
    }

    .kenburns_062_slide > p {
        padding: 0 20px;
    }

    .kenburns_062_slide > a, .kenburns_062_slide > a:visited {
        margin-top: 10px;
    }

    .kenburns_063_slide {
        left: 0;
        top: 15%;
        width: 85%;
    }

    .kenburns_063_slide_right {
        right: 0;
        left: auto;
    }

    .kenburns_063_slide_center {
        left: 0;
        right: 0;
    }

    .kenburns_063_slide > h1 {
        font-size: 30px;
    }

    .kenburns_063_slide > h1 > span {
        font-size: 20px;
    }
}

@media (min-width: 601px) and (max-width: 767px) {
    /*---------- SLIDE CAPTION ----------*/
    .kenburns_062_slide {
        top: 14%;
        width: 80%;
    }

    .kenburns_062_slide_right {
        left: 3%;
        right: auto;
    }

    .kenburns_062_slide_center {
        left: 0;
        right: 0;
    }

    .kenburns_062_slide > h1 {
        margin: 5px 0;
        font-size: 25px;
    }

    .kenburns_062_slide > p {
        padding: 0 20px;
    }

    .kenburns_062_slide > a, .kenburns_062_slide > a:visited {
        margin-top: 10px;
    }

    .kenburns_063_slide {
        left: 0;
        width: 95%;
    }

    .kenburns_063_slide_right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    /*---------- SLIDE CAPTION ----------*/
    .kenburns_062_slide {
        top: 10%;
        width: 85%;
    }

    .kenburns_063_slide {
        width: 75%;
    }
}