﻿/* for preview only START */
h1.m0.mt10 {
    display: none;
}
.inner_banner_bg.bg_jobvacancies {
    display: none;
}
.content_wrapper:before {
    content: "";
    display: block;
    background-image: url(http://extranet.firmstudio.com/MiC/images/cube_top-right.png);
    background-position: right top;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 40% auto;
    top: 0;
    left: 0;
    opacity: 0.4;
    pointer-events: none;
    z-index: 1;
}
/* for preview only END */
.content_wrapper {
    background-image: linear-gradient(to bottom, #094492 70%, #02325b);
    max-width: unset;
    padding: 0;
}
/* calendar style START */
#calendar {
    border: none;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    background-color: transparent;
    max-width: 1348px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 2;
}
#calendar .fc-toolbar {
    background-color: #1a64e7;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    width: 100%;
}
#calendar .fc-toolbar .fc-button {
    font-weight: bold;
}
#calendar .fc-left .fc-button:before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border-top: 2px #fff solid;
    border-left: 2px #fff solid;
    transform: rotate(-45deg);
    margin-right: 5px;
}
#calendar .fc-right .fc-button:after {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border-top: 2px #fff solid;
    border-right: 2px #fff solid;
    transform: rotate(45deg);
    margin-left: 5px;
}
.fc-widget-header {
    background-color: #e7e7e7 !important;
}
#calendar .fc-view-container .fc-widget-header th {
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: normal;
}
#calendar .fc-view-container .fc-content-skeleton td.fc-other-month {
    background: #f6f6f6 !important;
    color: #f6f6f6 !important;
}
#calendar .fc-view-container .fc-content-skeleton td {
    border: none !important;
}
#calendar .fc-view-container .fc-content-skeleton td {
    color: #cacaca;
    background: #f6f6f6 !important;
}
#calendar .fc-view-container .fc-content-skeleton thead td {
    padding-left: 12px;
    padding-top: 12px;
}
#calendar .fc-view-container .fc-content-skeleton td.fc-today {
    background: #ff5700 !important;
}
#calendar .fc-view-container .fc-content-skeleton td.fc-event-container {
    background: #fff !important;
    color: #222;
}
#calendar .fc-view-container .fc-content-skeleton tbody td .fc-event {
    display: block;
    list-style-type: none;
    color: #fff !important;
    padding: 3px 8px;
    transition: 0.3s all ease;
}
#calendar
    .fc-view-container
    .fc-content-skeleton
    tbody
    tr:nth-child(1)
    td
    .fc-event {
    background: #0955df !important;
}
#calendar .fc-view-container .fc-content-skeleton tbody td a.fc-event:hover {
    color: #fff !important;
    opacity: 0.85;
}
#calendar
    .fc-view-container
    .fc-content-skeleton
    tbody
    tr:nth-child(2)
    td
    .fc-event {
    background: #0a73f3 !important;
}
#calendar
    .fc-view-container
    .fc-content-skeleton
    tbody
    tr:nth-child(3)
    td
    .fc-event {
    background: #4399ff !important;
}
/* Calendar style END */
/* Tour Booking Form style START */
#bookingstart h3 {
    font-size: 24px;
}
.form th, .form td {
    font-size: 18px;
}
.about_section {
    max-width: unset;
}
.grid {
    padding: 0;
    margin: 0;
}
#bookingstart form > .grid > table:first-child {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
@media screen and (max-width: 1348px) {
    #bookingstart form > .grid > table:first-child {
        width: calc(100vw - 48px);
    }
}
@media screen and (max-width: 420px) {
    #bookingstart form > .grid > table:first-child {
        width: calc(100vw - 24px);
    }
}
h1,
#bookingstart form > .grid > .span-16.last,
.grid.greyL p,
.grid.greyL > ol,
.grid.greyL > .labelCheckbox {
    max-width: 1348px;
    padding-left: 24px;
    padding-right: 24px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.grid.greyL > ol {
    padding-left: 48px;
}
@media screen and (max-width: 420px) {
    h1,
    #bookingstart form > .grid > .span-16.last,
    .grid.greyL p,
    .grid.greyL > .labelCheckbox {
        padding-left: 12px;
        padding-right: 12px;
    }
    .grid.greyL > ol {
        padding-left: 24px;
        padding-right: 12px;
    }
}
h1 {
    color: #fff;
    padding-top: 38px;
}
#form1 {
    color: #fff;
    margin-bottom: 0;
}
.labelRadio {
    display: inline-block;
}
.labelRadio + .labelRadio {
    margin-left: 20px;
}
.form td input[type="text"] {
    background-color: transparent;
    border: none;
    border-bottom: 1px #fff solid;
    color: #fff;
    width: 300px;
    font-size: 18px;
}
select {
    background-color: transparent;
    border: none;
    border-bottom: 1px #fff solid;
    color: #fff;
    width: 300px !important;
    max-width: 100% !important;
}
@media screen and (max-width: 420px) {
    .form td input[type="text"],
    select {
        width: 100% !important;
    }
}
select option {
    color: #222;
}
a {
    color: #ff5700;
}
#bookingstart form > .grid > table:nth-of-type(2) td {
    padding-right: 0;
}
.grid.greyL {
    background-color: whitesmoke;
    color: #222;
    padding-top: 40px;
    padding-bottom: 90px;
}
table {
    margin-bottom: 0;
}
#submitpanel {
    margin-top: -80px;
    z-index: 2;
    position: relative;
    text-align: left !important;
    max-width: 1348px;
    padding-left: 24px;
    padding-right: 24px;
    margin-left: auto;
    margin-right: auto;
}
#submitpanel input[type="submit"] {
    color: #fff;
    background-color: #ff5700;
    padding: 6px 24px;
}
.mb5.mt0 {
    font-weight: bold;
}
#bookingstart form > .grid > .span-16.last {
    margin-top: 20px;
}
/* Tour Booking Form style END */
/* bookingend START */
#bookingend {
    padding-top: 38px;
    padding-bottom: 38px;
    max-width: 1348px;
    padding-left: 24px;
    padding-right: 24px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    color: #fff;
}
div#bookingend h2 {
    color: #fff;
}
#bookingend .space {
    display: none;
}
#bookingend a:not(:last-child) {
    color: #fff;
    background: #ff5700;
    padding: 9px 24px;
    font-size: 16px;
}
#bookingend a:not(:last-child) u {
    text-decoration: none;
}
.grid.greyL p, .grid.greyL > ol, .grid.greyL > .labelCheckbox {
    font-size: 14px;
}
div#bookingend p {
    font-size: 18px;
    margin: 0;
}

div#bookingend h2 {
    font-size: 28px;
}

div#bookingend p + p {
    margin-bottom: 30px;
}
.cssErrorHint {
    color: #ff5700;
    font-size: 14px;
}
/* bookingend END */