h3 {
    font-size: 18px;
}

input[type="checkbox"], input[type="radio"] {
    margin-right: 5px;
}

header .header-top {
    background-color: #7E1319;
    color: #fff;
    /* padding: 20px 0; */
}

.header-top a {
    color: #fff;
}

header .header-top .top-share {
    padding-top: 10px;
}

header .top-share ul li {
    padding: 0px 3px;
}

header .header-top .top-call {
    font-size: 18px;
    font-family: 'Roboto';
    display: inline-block;
    margin-right: 10px;
}


header .mainmenu {
    background: #f3d76d url(../images/others/menu-strip.png) repeat-x;
}


    header .mainmenu .navbar-nav li a {
        color: #695a1e;
        font-family: "Roboto";
        font-size: 14px;
        padding: 15px 10px;
        text-transform: uppercase;
        font-weight: bold;
    }

    header .mainmenu .navbar-nav li li a {
        padding: 5px 10px !important;
        font-weight: normal;
    }

    header .mainmenu .navbar-nav li a:hover {
        background: #fcecaa;
        color: #7e141c;
    }

.menuSec {
    position: fixed !important;
    right: 0;
    padding: 15px 5px;
    z-index: 99;
}

    .menuSec > ul > li {
        display: inline-block;
        float: none;
    }

    .menuSec a {
        font-size: 12px !important;
        font-weight: bold;
    }

.menuMain a {
    font-weight: bold;
}


.carouselImage {
    width: 100%;
    max-height: 320px;
    object-fit: cover;
}

/* Hide title and details content on 9 jul 19 */
.carousel-content {
}

header .carousel-content-panel {
    /*bottom: 25%;
    position: absolute;
    right: 10px;*/
    font-family: "Roboto";
    color: #b1acac;
}

    header .carousel-content-panel h3 {
        text-align: center;
        background: #000 none repeat scroll 0 0;
        color: #FFF;
        font-size: 18px;
        display: block;
        margin: 0;
        padding: 5px;
    }

        header .carousel-content-panel h3 a {
            color: #fff;
        }

    /* Hide title and details content on 9 jul 19 */
    header .carousel-content-panel h5 {
        display: none;
        background: rgba(80,82,0,0.5) none repeat scroll 0 0;
        font-size: 20px;
        margin-left: 16px;
        margin-top: 0px;
        padding: 6px;
        color: #fff;
    }

header .header-bottom .carousel-nav-prev {
    background: url(../images/others/banner-nav-1.png) no-repeat;
    width: 31px;
    height: 40px;
    display: inline-block;
    text-indent: -9999px;
    position: absolute;
    top: 45%;
    left: 0;
}

header .header-bottom .carousel-nav-next {
    background: url(../images/others/banner-nav-2.png) no-repeat;
    width: 31px;
    height: 40px;
    display: inline-block;
    text-indent: -9999px;
    position: absolute;
    top: 45%;
    right: 0;
}
/**/
.holder p {
    color: #636363;
    font-family: "Roboto";
    line-height: 1.8;
}

.holder h5 {
    color: #191919;
    font-size: 13px;
    font-family: "Roboto";
}

.holder .testimonial {
    background: #f3f3f3;
    padding: 20px 0;
}

.bottom-share ul li {
    padding: 0;
}

.holder .sign-holder h4 {
    color: #821620;
    font-size: 15px;
    font-family: 'Roboto';
}

.holder .link-holder ul li {
    padding: 5px 0;
}

    .holder .link-holder ul li a {
        color: #878787;
        font-size: 13px;
        font-family: 'Roboto';
        text-decoration: none;
    }

footer {
    background: #2b2b2b;
    padding: 15px 0;
    margin-top: 15px;
    color: #b2b2b2;
    font-size: 13px;
    font-family: 'Roboto';
}

    footer ul li a {
        color: #b2b2b2;
        font-size: 13px;
        font-family: 'Roboto';
        text-decoration: none;
    }

.video1 {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
}

.line {
    padding-top: 10px;
}

.btn-book {
    background: #7e141c;
    font-size: 18px !important;
    font-family: 'Roboto';
    color: #FFFFFF !important;
}

    .btn-book:hover, .active .btn-book {
        background: #7e141c !important;
    }

.top-accordion .panel-default > .panel-heading {
    background: #898989;
}

.panel-default > .panel-heading a {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto Slab';
}

.panel-default > .panel-heading i {
    color: #fff;
    text-align: center;
}

.bottom-accordion .panel-default > .panel-heading i {
    color: #000;
    text-align: center;
}

.panel-title > a.collapsed:after {
    content: '+';
    position: absolute;
    font-size: 20px;
    right: 24px;
    color: #fff;
}

.panel-title > a:after {
    content: '-';
    position: absolute;
    font-size: 20px;
    right: 24px;
    color: #fff;
}

.download .btn-down {
    background: #7f141d;
    font-size: 15px;
    font-family: 'Roboto Slab';
    color: #fff;
}

    .download .btn-down i {
        color: #fff;
    }

.mainmenu.fixed-menu {
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
}

.fixed-menu ul.nav.navbar-nav {
    position: fixed;
    left: 113px;
}

/* custom boostrap tabs*/
.custnavtabs {
    border-color: #1A3E5E;
}

    .custnavtabs > li a {
        border: 1px solid #720d13;
        background-color: #720d13;
        color: #fff;
    }

    .custnavtabs > li.active > a,
    .custnavtabs > li.active > a:focus,
    .custnavtabs > li.active > a:hover {
        background-color: #D6E6F3;
        color: #000;
        border: 1px solid #720d13;
        border-bottom-color: transparent;
    }

    .custnavtabs > li > a:hover {
        background-color: #D6E6F3 !important;
        border-radius: 5px;
        color: #000;
    }

.custtabpane {
    border: solid 1px #720d13;
    border-top: 0;
    padding: 5px;
}
/* end bootstrap tabs*/
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

a:focus {
    outline: none;
}

.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.carousel-content-panel.hidden-xs.text-right span a {
    color: #81151e;
    text-decoration: none;
}


/*new*/
.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #363636;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}

    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        background-color: #363636;
        border-color: #ddd;
        color: #fff;
    }

.link-holder {
    background: #eee none repeat scroll 0 0;
    padding: 25px 0;
}

.link {
    border-right: 1px solid #878787;
    min-height: 160px;
}

.feature-image-para {
    background: #fff;
    padding: 12px;
}

.featuredtour {
    background-color: brown;
    color: white;
    font-size: 16px;
    padding: 10px;
    width: 230px;
    border-radius: 15px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.btn-dwd {
    background: #720d13;
    color: #ffffff;
    font-size: 16px;
    font-family: "Roboto";
    border-radius: 0px;
}

    .btn-dwd:hover {
        color: #fff;
    }

.tips .carousel-nav-next {
    background: rgba(0, 0, 0, 0) url("../images/icons/ar.png") no-repeat scroll 0 0;
    bottom: 30%;
    display: inline-block;
    height: 23px;
    position: absolute;
    right: 1%;
    text-indent: -9999px;
    top: 2%;
    width: 20px;
}

.tour {
    background: #f9f4f1 none repeat scroll 0 0;
    padding-bottom: 45px;
}

.travel-para {
    background: url(../images/others/tr-ti.png) no-repeat;
    width: 100%;
    background-size: cover;
}

.tra-left {
    margin-top: 33px;
}

.travel-image-para.text-center {
    position: relative;
}

.travel-para {
    bottom: 0;
    position: absolute;
}

.tra-left h5 {
    color: #fff;
}

.tra-right p {
    color: #fff;
    font-size: 12px;
}

.right-box {
    padding: 1px 25px;
}

    .right-box hr {
        border: 1px solid #dedede;
    }

.btn-default {
    background-image: none;
    border-color: #7b1218;
    background-color: #7b1218;
    color: #fff;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15) inset, 0px 1px 1px rgba(0, 0, 0, 0.075);
}

    .btn-default:hover {
        border-color: #7b1218;
        background: #7b1218;
        color: #fff;
        text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15) inset, 0px 1px 1px rgba(0, 0, 0, 0.075);
    }

    .btn-default:active, .btn-default.active {
        background-color: #7b1218;
        border-color: #7b1218;
        color: #fff;
    }

.borderless td, .borderless th {
    border: none !important;
}

.content a {
    color: #000;
}

.tra-right {
    padding: 7px 7px 0 30px;
}

.tra-left a h5 {
    text-decoration: none;
}

.tra-left h5 {
    padding: 9px 10px;
}

.tra-right > p {
    margin-top: 10px;
}


/* Extra Classes */
/* Override with bootstrap class*/
h1.mainheading {
    color: #720d13 !important;
    font-family: "Roboto" !important;
    font-size: 22px !important;
    margin: 10px 0px !important;
}

h2 {
    color: #720d13;
    font-family: "Roboto";
    font-size: 20px !important;
    margin: 10px 0px;
}

.border1 {
    border: solid 1px #7e0517;
}

.heading {
    padding: 5px;
    font-size: 16px;
    color: #832942;
    font-weight: bold;
}

    .heading:visited {
        color: #832942;
        font-weight: bold;
    }

.coupons {
    /*background-image: url(../images/coupons.gif); 	background-repeat: no-repeat; 	clear: both; 	background-position: center center; */
    background-color: #FFCD61;
    border: dotted 2px #000;
    text-align: center;
    padding: 3px 2px 3px 2px;
}

    .coupons a {
        cursor: pointer;
        color: #006400;
        font-weight: bold;
        text-align: center;
        font-size: 15px;
        text-decoration: none;
    }

.bigcoupons {
    clear: both;
    background-image: url(../images/bigcoupons.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 200px;
    height: 81px;
}

    .bigcoupons div {
        padding: 10px 13px 2px 13px;
        text-align: center;
        color: #006400;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }

/* SINCE ALEJO, FROM NOW ON */

div > div.travel-image > a > img {
    width: 555px;
    max-height: 325px;
}


#carousel-tour > div > div.item.active > div {
    height: 220px;
}

header > div.header-top > div > div > div:nth-child(1) {
    z-index: 10;
}

.destinhome {
    max-width: 555px;
    max-height: 380px;
}

#divTravelTips {
    margin-top: 25px;
}

.holder .book-holder .book-list ul li span {
    color: #595959;
    font-size: 20px;
    font-family: 'Roboto';
}

.fixedOffers {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 1000;
}

    .fixedOffers > a > img {
        opacity: 0.9;
        transition: 0.5s ease-in-out;
    }

        .fixedOffers > a > img:hover {
            opacity: 1;
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

#topMainMenu.navbar-collapse.collapse.in {
    background: url(../images/others/menu-strip.png) repeat;
}

#topMainMenu.collapsing {
    background: url(../images/others/menu-strip.png) repeat;
}

.miniLogo {
    z-index: 200;
    position: fixed;
    left: 0;
    display: none;
}

.fixed-show-logo {
    display: block;
}

.pageBgColor1 {
    left: -200px;
}

.img-tour-category {
    margin-left: auto !important;
    margin-right: auto !important;
}

.header-bottom {
    margin-bottom: 15px;
}

#accordion {
    font-family: "Roboto";
    font-size: 14px;
    color: rgb(105, 105, 105);
}

.categoryCaption {
    background-color: brown;
    color: white;
    font-size: 16px;
    padding: 10px;
    height: 64px;
    display: flex;
    vertical-align: middle;
    margin-bottom: 10px;
}

div.travel-image-para > div.hidden-xs.hidden-sm > a > img {
    margin: 0 !important;
}

.imgItineraryCaption {
    position: absolute;
    bottom: 17%;
    /*left: 7%;*/
    background: rgba(255, 255, 255, 0.72);
    text-align: center;
    width: 90%;
}

.imgItinerary {
    max-width: 95%;
}

.footerLogos {
    background: white;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.owl-controls .owl-nav {
    padding: 5px 9px;
}

.owl-nav div {
    margin-top: 2px;
}

.owl-controls {
    margin-top: 10px;
    text-align: center;
}

    .owl-controls .owl-nav div {
        color: #FFF;
        display: inline-block;
        zoom: 1;
        *display: inline;
        margin: 5px;
        padding: 3px 10px;
        font-size: 12px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background: #869791;
        filter: Alpha(Opacity=50);
        opacity: 0.5;
    }

        .owl-controls .owl-nav div:hover {
            filter: Alpha(Opacity=100);
            opacity: 1;
            text-decoration: none;
        }

    .owl-controls .owl-nav {
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .owl-controls .owl-nav div {
            position: absolute;
        }

        .owl-controls .owl-nav .owl-prev {
            left: -45px;
            top: 55px;
        }

        .owl-controls .owl-nav .owl-next {
            right: -45px;
            top: 55px;
        }

.owl-dots {
    display: none;
}

.owl-item {
    border: solid 4px white;
}

.btn-default:hover {
    opacity: 0.8;
}

#colorbox {
    position: fixed !important;
    top: 10px !important;
}

ul.fa-ul > li > i {
    font-size: 29px;
    color: #969696;
    margin-top: -9px;
}

ul.fa-ul > li {
    margin-bottom: 12px;
}

.bottom-share a:hover i,
.top-share a:hover i {
    opacity: 0.75;
}

.bottom-share a {
    color: #A1A1A1;
}

#topMainMenu.navbar-collapse {
    overflow-y: visible;
}

.mainmenu .container {
    width: 100%;
}

.header-top .container {
    width: 100%;
}

.tour .fea-para {
    background: #F1F1F1;
    padding: 6px;
    min-height: 99px;
}

.tour .feature-image-para a {
    display: flex;
}

.tour .feature-image-para .fea-image img {
    height: 200px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.tour .feature-image-para:hover .fea-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.tour .feature-image-para .fea-image {
    padding: 0;
    overflow: hidden;
    max-width: 301px;
    margin: auto;
}

div.tour {
    padding-bottom: 45px;
}

.tour .fea-para .tourprice {
    background: #7E1319;
    width: 75%;
    height: 25px;
    position: absolute;
    right: 0;
    bottom: 5%;
}

    .tour .fea-para .tourprice p {
        color: #FFF;
    }

.tour a:hover,
.tour a:active,
.tour a:focus {
    text-decoration: none;
}

.tour .showmore {
    margin-top: 10px;
    background: #F1F1F1;
    text-align: center;
    font-size: 21px;
    padding: 3px;
    color: #808080;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

    .tour .showmore:hover {
        background: #7E1319;
        color: #FFF;
    }

.tour .moretours {
    display: none;
}

@media (max-width: 1280px) {
    header .mainmenu .navbar-nav li a {
        color: #695a1e;
        font-family: "Roboto";
        font-size: 13px;
        padding: 15px 10px !important;
        text-transform: uppercase;
    }

    .panel-title > a {
        text-decoration: none;
    }

    .holder .book-holder input[type="text"] {
        margin-bottom: 15px;
    }

    .testimonial .carousel-nav-next {
        background: rgba(0, 0, 0, 0) url("../images/icons/ar.png") no-repeat scroll 0 0;
        bottom: 30%;
        display: inline-block;
        height: 23px;
        position: absolute;
        right: 1%;
        text-indent: -9999px;
        top: -28%;
        width: 20px;
    }

    .tra-right {
        padding: 0;
        text-align: left;
    }

    .tra-left {
        margin-top: 13px;
    }
}

@media (max-width: 1024px) {
    header .mainmenu .navbar-nav li a {
        color: #695a1e;
        font-family: "Roboto";
        font-size: 12px;
        padding: 15px 05px !important;
        text-transform: uppercase;
    }

    .top-share ul li {
        padding: 0;
    }

    .link {
        border: medium none;
    }

    .travel-para {
        background: #7b1218 none repeat scroll 0 0;
    }

    .travel-para {
        bottom: 0;
        position: relative;
    }

    .testimonial .carousel-nav-next {
        background: rgba(0, 0, 0, 0) url("../images/icons/ar.png") no-repeat scroll 0 0;
        bottom: 30%;
        display: inline-block;
        height: 23px;
        position: absolute;
        right: 1%;
        text-indent: -9999px;
        top: -27%;
        width: 20px;
    }

    .travel-para {
        left: 0;
        width: 100%;
        height: 55px;
    }

    .tra-right {
        padding: 0;
        text-align: left;
    }
}

@media (max-width: 1000px) {
    .menuSec {
        float: none !important;
        position: relative !important;
    }

        .menuSec > ul > li {
            float: none;
            display: block;
            padding: 14px 5px !important;
        }
}

/* 480 ,768,960,1024, */
@media (min-width: 569px) and (max-width: 1000px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li,
        .navbar-nav > div > li {
            float: none;
        }

            .navbar-nav > li > a,
            .navbar-nav > div > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
        display: block !important;
    }

    header .carousel-content-panel h3 {
        font-size: 17px;
    }

    header .carousel-content-panel h5 {
        font-size: 15px;
    }
}

@media (max-width: 768px) {

    .miniLogo {
        display: block !important;
    }
}

@media (max-width: 568px) {
    .top-share {
        text-align: center;
    }

        .top-share ul li {
            padding: 10px 0;
        }

    header .mainmenu .navbar-nav li a {
        padding: 15px 2px !important;
    }

    header .header-bottom .carousel-nav-next {
        top: 25% !important;
    }

    header .header-bottom .carousel-nav-prev {
        top: 25% !important;
    }

    .pagination > li > a, .pagination > li > span {
        padding: 6px 9px !important;
    }

    .testimonial {
        text-align: center;
    }

        .testimonial img {
            display: inline-block;
        }

    nav {
        text-align: center !important;
    }

    .fea-para {
        text-align: center;
    }

    .link {
        border: medium none;
    }

    .travel-para {
        background: #7b1218 none repeat scroll 0 0;
    }

    .travel-para {
        bottom: 0;
        position: relative;
    }

    .travel-para {
        left: 0;
        width: 100%;
    }

    .testimonial .carousel-nav-next {
        background: rgba(0, 0, 0, 0) url("../images/icons/ar.png") no-repeat scroll 0 0;
        bottom: 30%;
        display: inline-block;
        height: 23px;
        position: absolute;
        right: 1%;
        text-indent: -9999px;
        top: -9%;
        width: 20px;
    }

    .testimonial .carousel-nav-next {
        background: rgba(0, 0, 0, 0) url("../images/icons/ar.png") no-repeat scroll 0 0;
        bottom: 30%;
        display: inline-block;
        height: 23px;
        position: absolute;
        right: 1%;
        text-indent: -9999px;
        top: -9%;
        width: 20px;
    }

    .tra-left h5 {
        padding: 0 1px;
    }

    .nav.nav-tabs.tabs-left {
        width: 44%;
    }

    .top-left-text {
        text-align: center;
    }

    .tra-right {
        text-align: center;
    }

    .head {
        padding-top: 15px;
    }

    header .carousel-content-panel h3 {
        font-size: 15px;
    }

    header .carousel-content-panel h5 {
        font-size: 13px;
    }

    .imgTour {
        /*width:100%;*/
        display: block;
        text-align: center;
    }

    .tour .feature-image-para a {
        display: inline;
    }
}

/* ---------- End Media ----------------*/
