@font-face {
    font-family: ETmodules;
    src: url(../fonts/ETmodules_1.woff);
    }
@font-face {
    font-family: ETmonarch;
    src: url(../fonts/ETmonarch_2.woff);
    }
@font-face {
    font-family: "Open Sans";
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/Open_Sans_3.woff2);
    }
@font-face {
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Open_Sans_4.html);
    }
@font-face {
    font-family: "Open Sans";
    font-weight: 600;
    font-style: normal;
    src: url(../fonts/Open_Sans_5.woff2);
    }
@font-face {
    font-family: "Open Sans";
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/Open_Sans_6.woff2);
    }
.clear {
    clear: both;
    }
body {
    background-color: #eaeaea;
    font-weight: 300;
    font-family: "Open Sans", Helvetica, Segoe UI, Arial, Lucida, sans-serif;
    margin: 0;
    padding: 0;
    }
a {
    color: #000;
    text-decoration: none;
    }
.OPW_goToTop {
    display: inline;
    position: fixed;
    z-index: 99999;
    right: 0;
    bottom: 125px;
    padding: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    content: attr(data-icon);
    box-sizing: border-box;
    line-height: 1;
    speak: none;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    }
.OPW_goToTop:hover {
    background: rgba(0, 0, 0, 0.6);
    }
.OPW_goToTop:before {
    content: "2";
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    font-family: ETmodules;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    }
.OPW_topHidden {
    opacity: 0;
    -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) fadeOutRight;
    -moz-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) fadeOutRight;
    -o-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) fadeOutRight;
    animation: 1s cubic-bezier(0.77, 0, 0.175, 1) fadeOutRight;
    }
.OPW_pageOuterWrapper {
    width: 80%;
    margin: auto;
    }
.OPW_mainContent {
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    }
@media all and (max-width: 767px) {
    .OPW_pageOuterWrapper {
        width: auto;
        margin: 10px;
        }
    }
.OPW_breadCrumb {
    width: 80%;
    background: #fff;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    margin: 10px auto;
    }
.OPW_breadCrumb .stage {
    float: left;
    width: 19%;
    text-align: center;
    padding: 20px 0;
    }
.OPW_breadCrumb .stage p {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 16px;
    opacity: 0.5;
    margin: 0;
    }
.OPW_breadCrumb .selected p {
    opacity: 1;
    }
@media all and (max-width: 767px) {
    .OPW_breadCrumb {
        width: auto;
        margin: 10px;
        }
    .OPW_breadCrumb .stage p {
        font-size: 12px;
        }
    .OPW_breadCrumb .stage {
        float: none;
        width: 100%;
        padding: 3px 0;
        }
    }
.OPW_eventHolder {
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
    width: 80%;
    color: #000;
    background: #fff;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    margin: 10px auto;
    }
.OPW_eventHolder .tourDetails {
    display: table-cell;
    vertical-align: top;
    }
.OPW_eventHolder .tourDetails a {
    margin: inherit;
    text-decoration: none;
    color: #27a9e1;
    opacity: 1;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    }
.OPW_eventHolder .tourDetails a:hover {
    opacity: 0.5;
    }
.OPW_eventHolder .tourImage {
    display: table-cell;
    width: 150px;
    vertical-align: top;
    }
.OPW_eventHolder .tourImage img {
    width: 100%;
    }
.OPW_eventHolder h3 {
    font-weight: 400;
    margin: 0;
    padding: 10px 10px 0;
    }
.OPW_eventHolder p {
    font-weight: 300;
    font-size: 15px;
    margin: 0;
    padding: 10px;
    }
@media all and (max-width: 767px) {
    .OPW_eventHolder {
        width: auto;
        margin: 10px;
        }
    }
@media all and (max-width: 500px) {
    .OPW_eventHolder {
        display: block;
        }
    .OPW_eventHolder .tourDetails, .OPW_eventHolder .tourImage {
        display: block;
        width: 100%;
        }
    .OPW_eventHolder .tourImage img {
        width: 100%;
        }
    }
.OPW_titleWrapper {
    text-align: center;
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
    }
.OPW_titleWrapper h5 {
    width: auto;
    font-weight: 700;
    margin: 0 auto 10px;
    font-size: 30px;
    }
.OPW_titleWrapper h6 {
    width: auto;
    font-weight: 300;
    margin: 0 auto;
    font-size: 20px;
    }
.OPW_titleWrapper h6 span {
    padding: 5px;
    opacity: 1;
    text-transform: uppercase;
    }
.OPW_titleWrapper .soldout {
    color: #fff;
    background: #700000;
    }
.OPW_titleWrapper .available {
    background: #27a9e1;
    color: #fff;
    }
@media all and (max-width: 540px) {
    .OPW_titleWrapper h6 {
        display: inline-grid;
        }
    }
@media all and (max-width: 480px) {
    .OPW_titleWrapper h6 {
        font-size: 15px;
        display: inline-grid;
        }
    .OPW_titleWrapper h5 {
        font-size: 20px;
        }
    }
.OPW_calendarTable {
    margin: 20px auto;
    width: 100%;
    }
.OPW_calendarTable h4, .OPW_calendarTable h6 {
    margin-bottom: 0;
    margin-top: 0;
    }
.OPW_calendarTable h4 {
    font-size: 24px;
    }
.OPW_calendarTable h6 {
    font-size: 20px;
    }
.OPW_calendarTable td {
    vertical-align: middle;
    text-align: center;
    width: 14.25%;
    border: 2px solid #fff;
    height: 40px;
    }
.OPW_calendarTable td div {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    }
.OPW_calendarTable .activeMonth {
    opacity: 0.7 !important;
    color: #27a9e1 !important;
    cursor: pointer !important;
    transition: 0.2s linear !important;
    -webkit-transition: 0.2s linear !important;
    -moz-transition: 0.2s linear !important;
    }
.OPW_calendarTable .activeMonth:hover {
    opacity: 1;
    }
.OPW_calendarTable .inactiveMonth {
    opacity: 0.5;
    color: #666;
    }
.OPW_calendarTable .dayHeader {
    font-size: 14px;
    color: #666;
    }
.OPW_calendarTable .dayUnavail {
    opacity: 0.5;
    color: #666;
    }
.OPW_calendarTable .daySoldOut {
    opacity: 1;
    color: #fff;
    background: #700000;
    }
.OPW_calendarTable .dayAvail {
    opacity: 1;
    background: #27a9e1;
    color: #fff;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    cursor: pointer;
    }
.OPW_calendarTable .dayAvail:hover {
    opacity: 0.7;
    }
@media all and (max-width: 480px) {
    .OPW_calendarTable {
        width: 100%;
        }
    .OPW_calendarTable .dayHeader, .OPW_calendarTable td div {
        font-size: 10px;
        }
    .OPW_calendarTable h4 {
        font-size: 14px;
        }
    .OPW_calendarTable h6 {
        font-size: 12px;
        }
    }
#cookie-law-info-bar {
    border: 0;
    font-size: 10pt;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    z-index: 9999;
    }
#cookie-law-info-bar span {
    vertical-align: middle;
    }
.cli-plugin-button, .cli-plugin-button:visited {
    background: url(../images/style_image_9.png);
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    position: relative;
    cursor: pointer;
    margin: auto 10px;
    }
.cli-plugin-button:hover {
    background-color: #111;
    color: #fff;
    }
.cli-plugin-button:active {
    top: 1px;
    }
.cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited {
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    }