body.campaign_page {
    padding-bottom: 0 !important;
}
body.campaign_page  #campaign_contact_number_menu {
    font-size: 14px;
    font-family: 'Montserrat';
    color: #0094bb;
    border: solid 1px #0094bb;
    padding: 10px 0;
    border-radius: 10px;
    padding: 10px;
}
body.campaign_page .mkdf-wrapper .mkdf-content {
	margin-top: 110px !important;
}
body.campaign_page .mkdf-page-header {
	display: block !important;
}
body.campaign_page .mkdf-vertical-align-containers {
    padding-top: 30px;
}

.hero-banner {
    -moz-box-shadow:    inset 0 0 0 1000px rgba(0,0,0,.4);
    -webkit-box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
    box-shadow:         inset 0 0 0 1000px rgba(0,0,0,.4);
}
.hero-banner .wpb_column .vc_column-inner {
    padding-top: 0;
}

.header-texts {
    color: #fff;
    padding-top: 100px;
    padding-bottom: 120px;
}
.header-texts .headline-text {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1em;
    position: relative;
}
.header-texts .headline-text::after {
    content: '';
    border-bottom: solid 2px #0094bb;
    position: absolute;
    bottom: -15px;
    width: 185px;
}
.header-texts .big-text {
    font-size: 5rem;
    font-weight: bold;
    line-height: 1em;
}
.header-texts .sub-text {
    padding-top: 20px;
    position: relative;
}
h6.mkdf-st-title {
    font-style: normal;
    border-bottom: 1px solid #ccc;
}

/* Contact form */
.booktourloc {
    top: 0;
}
.booktourloc_sm {
    position: absolute;
    right: -35px;
}
.booktourloc input[type=submit].wpcf7-submit:disabled {
    background: #eee !important;
    color: #ccc !important;
    border: 0 !important;
}
.booktourloc, .booktourloc .mkdf-widget-title{
    text-align:center;
    color:#ffffff;
}
.booktourloc input, .booktourloc select, .booktourloc textarea{
    background: #ffffff!important;
    padding: 5px 20px!important;
}

.booktourloc .subscribe{
    text-align: left!important;
    display: inline;
    float: left;
}
.booktourloc .fullname{
    /*display:inline-block!important;*/
    margin-top:30px!important;
}
.booktourloc .g-recaptcha{
    display:inline-block;
    margin: 15px 0;
}
.booktourloc strong{
    display:inline-block;
    margin: 15px 0;
    width: 100%;
}
.booktourloc strong a{
    color: #ffffff;
}
.booktourloc input[type=submit]{
    background:#ffce00!important;
    border-radius: 5px;
    width: 100%;
}
.booktourloc .wpcf7-list-item.first.last{
    margin: 0;
}
.booktourloc a {
    color: #fff !important;
}
.booktourloc .wpcf7-select {
    background: #fff url(../img/chevdown.png) no-repeat 97% center !important;
    background-size: 10px 5px !important;
}
.mkdf-iwt.mkdf-iwt-icon-top {
    margin: 0;
    margin-bottom: 30px;
}
.mkdf-iwt.mkdf-iwt-icon-top .mkdf-iwt-content {
    padding: 0;
    padding-top: 5px;
}
.mkdf-iwt .mkdf-iwt-title-text {
    display: block;
    font-size: 15px;
    font-weight: bold;
}
.features_iconlist_title h6 {
    cursor: pointer;
}
.features_iconlist_title h6:after {
    font-family: "FontAwesome";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    position: relative;
    width: auto;
    border: 0;
}
.features_iconlist_title.untoggled h6:after{
    content: "\f067";
}
.features_iconlist_title.toggled h6:after{
    content: "\f068";
}
.zero-z-index .wpb_column {
    z-index: 0;
}
body.campaign_page .vc_images_carousel ol.vc_carousel-indicators {
    bottom: -35px;
}
body.campaign_page .vc_images_carousel .vc_carousel-indicators li {
    border: 1px solid #ccf4ff !important;
    background-color: #ccf4ff !important;
}
body.campaign_page .vc_images_carousel .vc_carousel-indicators .vc_active {
    border: 1px solid #0094bb !important;
    background-color: #0094bb !important;
}
body.campaign_page.wpcf7-response-output.wpcf7-mail-sent-ok {
    display: none !important;
}
.iconlist .vc_col-sm-4 {
    min-height: 0;
    line-height: 0;
}

.lang_wrapper .fixed_lang {
    margin-top: 10px;
}
.lang_wrapper .fixed_lang a {
    font-size: 15px !important;
}

@media (min-width: 576px) { /*sm*/
    .features_iconlist_title h6:after {
        display: none;
    }
    .features_iconlist_title h6 {
        cursor: default;
    }
}
@media (min-width: 768px){ /*md*/
    /*.booktourloc_sm {
        position: fixed;
        width: 250px;
        right: 3%;
        top: 196px;
    }*/
}
@media (min-width: 1200px) { /*xl*/
    /*.booktourloc_sm {
        position: fixed;
        width: 400px;
        right: 15%;
        top: 143px;
    }*/
}