﻿
.tab-container ul.tabs li {
    flex: 1 !important;
    /* text-align: center; */
}

header {
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #ccc;
}

.navbar {
    position: relative;
    min-height: 70px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.navbar-default {
    background-color: #FFF;
    border-color: #fff;
}

.paddzero {
    padding: 0px;
}

header .logo {
    text-align: left;
}

    header .logo .logo-content-normal {
        display: inline-block;
        padding: 10px 0;
        max-width: 100%;
        height: 70px;
    }

        header .logo .logo-content-normal img {
            height: 100%;
        }

    header .logo a img {
        max-height: 96%;
        margin: 0px 0;
    }


#navbar .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-default .navbar-nav > li > a {
    color: #2b2b2b;
}

.navbar-nav > li > a {
    padding-top: 24px;
    padding-bottom: 24px;
    line-height: 20px;
}

.darrow {
    float: right;
    font-size: 22px;
    margin-left: 2px;
}

#footer .bottom {
    height: 60px;
    width: 100%;
    bottom: 0px;
    border-top: solid 1px #002d63;
}

    #footer .bottom .logo {
        margin: 5px 0 5px;
    }

    #footer .bottom .copyright {
        font-size: 1.0833em;
        margin: 23px 20px 0;
    }

#header .logo a, #footer .logo a, .chaser .logo a {
    background: url(../images/logo/skin1-logo.png) no-repeat 0 0;
    display: block;
}

#header .logo img, #footer .logo img, .chaser .logo img {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 1;
    margin-bottom: 0px;
}

.explicit_consent #cmBannerDescription svg, img {
    display: inline-block;
    margin-bottom: 20px;
}

.tab-container ul.tabs {
    margin: 0;
    padding: 0;
    background: #0386d8;
    border-radius: 5px 5px 0px 0px;
    list-style-type: none;
    display: flex;
    border-radius: 45px;
    background: #ffffff4a;
    padding: 15px 7px;
    /*overflow: hidden;*/
    margin: 10px auto;
    width: 86%;
    min-height: 70px;
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    top: -18px;
    z-index: 9;
}

section#content {
    min-height: 500px;
    width: 100%;
    padding-top: 0px;
    text-align: left;
    background: #f7f7f7;
}

#main {
    margin-bottom: 40px;
    margin-top: 15%;
}

.home-section {
    padding: 3rem 0 0rem;
}

.section-heading {
    text-align: center;
    margin-bottom: 2rem;
}

    .section-heading h2 {
        font-size: 32px;
        margin-bottom: 1.5rem;
        letter-spacing: -0.5px;
    }

    .section-heading p {
        font-size: 18px;
        font-weight: 400;
    }

.blog-posts article.post {
    margin-bottom: 4rem;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #bbbbbb;
}

    .blog-posts article.post .blog-entry-thumbnail {
        text-align: center;
    }

        .blog-posts article.post .blog-entry-thumbnail img {
            width: 100%;
            margin-bottom: 0px;
        }

.single-tour .post-content {
    padding: 3rem;
    margin-bottom: 0rem;
}

.post-content {
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06);
    background-color: #fff;
    position: relative;
    padding: 20px;
    margin: 0 auto;
    width: 100%;
    word-wrap: break-word;
}

.blog-posts article.post .entry-title {
    margin: 0 0 15px;
}

.blog-posts article.post p {
    margin-bottom: 25px;
    line-height: 22px;
}

.read-more {
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 1.5rem;
    height: 48px;
    text-align: center;
    right: 0;
    width: 100%;
    bottom: 0;
    color: #fff !important;
    background-color: #0386d8;
    width: 100%;
    display: block;
    border-radius: 5px;
    align-content: center;
}

    .read-more:hover {
        color: #fff;
        background-color: #003E88;
    }

 
body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

.ctmdrpdp .dropdown-toggle:focus {
    background: #fff !important;
}

.ctmdrpdp.open a {
    background: #ffff !important;
}

.ctmdrpdp .dropdown-menu {
    margin-top: 15px !important;
    border-radius: 10px !important;
}

    .ctmdrpdp .dropdown-menu:before {
        position: absolute;
        display: inline-block;
        content: '';
        top: -7px;
        right: 20px;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-bottom: 7px solid #ccc;
    }


    .ctmdrpdp .dropdown-menu li {
        border-bottom: 1px solid gray;
    }

        .ctmdrpdp .dropdown-menu li:last-child {
            border-bottom: none;
        }



    .ctmdrpdp .dropdown-menu > li > a {
        padding: 10px 10px;
        border-radius: 10px;
    }

    .ctmdrpdp .dropdown-menu:after {
        position: absolute;
        display: inline-block;
        content: '';
        top: -6px;
        right: 20px;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
    }