@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);
    }
hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 0 0 24px;
    width: 100%;
    height: 0;
    }
.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_button {
    padding: 0.3em 1em;
    border: 2px solid #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #000;
    background: 0 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7em !important;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    opacity: 0.7;
    }
/* .OPW_button:after {
    font-family: ETmodules !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    position: absolute;
    content: "5";
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    font-size: 32px;
    opacity: 0;
    } */
.OPW_button:hover {
    opacity: 0.9;
    background: rgba(0, 0, 0, 0.2);
    padding: 0.3em 2em 0.3em 1em;
    border: 2px solid transparent;
    }
.OPW_button:hover:after {
    opacity: 1;
    }
.OPW_backButton {
    padding: 0.3em 1em;
    border: 2px solid #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #000;
    background: 0 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7em !important;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    opacity: 0.7;
    position: relative;
    }
/* .OPW_backButton:before {
    font-family: ETmodules !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    position: absolute;
    left: 0;
    content: "4";
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    font-size: 32px;
    opacity: 0;
    } */
.OPW_backButton:hover {
    opacity: 0.9;
    background: rgba(0, 0, 0, 0.2);
    padding: 0.3em 1em 0.3em 1.5em;
    border: 2px solid transparent;
    }
.OPW_backButton:hover:before {
    opacity: 1;
    }
@media all and (max-width: 400px) {
    .OPW_backButton, .OPW_button {
        font-size: 16px;
        }
    }
.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_basket {
    padding: 10px 0;
    }
.OPW_ticketConfirmationRow {
    display: table;
    width: 100%;
    max-width: 500px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: 0 auto;
    }
.OPW_ticketConfirmationRow .leftDetail {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    font-size: 16px;
    }
.OPW_ticketConfirmationRow .rightDetail {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    padding: 10px;
    text-align: right;
    font-size: 18px;
    }
.OPW_ticketConfirmationRow .finalDetail {
    background: #ddd;
    font-weight: 700;
    }
@media all and (max-width: 650px) {
    .OPW_ticketConfirmationRow .leftDetail {
        font-size: 12px;
        }
    .OPW_ticketConfirmationRow .rightDetail {
        font-size: 14px;
        }
    }
.OPW_paymentItem {
    display: table;
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
    }
.OPW_paymentItem div {
    margin: 0;
    padding: 0;
    }
.OPW_paymentItem .inputLabel {
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
    display: table-cell;
    width: 150px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 300;
    }
.OPW_paymentItem .inputValue {
    display: table-cell;
    border: 1px solid #ccc;
    vertical-align: middle;
    position: relative;
    }
.OPW_paymentItem .inputValue input {
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
    margin-bottom: 0;
    background: #f5f5f5;
    font-size: 16px;
    border: none;
    width: calc(100% - 20px);
    height: 50px;
    padding: 0 10px;
    font-weight: 400;
    border-radius: 0;
    }
.OPW_paymentItem .country select {
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    text-align: center;
    width: 100%;
    max-width: 100%;
    height: 50px;
    overflow: hidden;
    background: #f5f5f5;
    padding-left: 10px;
    position: relative;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: 0;
    }
/* .OPW_paymentItem .country:after {
    right: 0;
    top: 7px;
    font-family: ETmodules !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    color: #777;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    position: absolute;
    content: "7";
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    font-size: 32px;
    pointer-events: none;
    } */
.OPW_payNow {
    display: table;
    width: 100%;
    }
.OPW_payNow p {
    margin: 0;
    padding: 10px 0;
    }
.OPW_payNow .tickBox {
    display: table-cell;
    vertical-align: middle;
    }
.OPW_payNow .tickBox p a {
    text-decoration: none;
    }
.OPW_payNow .proceed {
    display: table-cell;
    vertical-align: middle;
    width: 330px;
    text-align: right;
    }
@media all and (max-width: 650px) {
    .OPW_paymentItem {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        }
    .OPW_paymentItem div {
        margin: 0;
        padding: 0;
        }
    .OPW_paymentItem .inputLabel {
        display: block;
        width: 100%;
        }
    .OPW_paymentItem .inputValue {
        display: block;
        float: none;
        width: 100%;
        }
    .OPW_payNow {
        display: block;
        width: 100%;
        }
    .OPW_payNow .proceed, .OPW_payNow .tickBox {
        display: block;
        width: 100%;
        text-align: center;
        }
    }
#cookie-law-info-bar {
    border: 0;
    font-size: 10pt;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    z-index: 9999;
    }