body {
    position: relative;
    }
.OPW_header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 200;
    background: #754c00;
    -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);
    }
.OPW_langBar {
    width: 80%;
    max-width: 1080px;
    margin: auto;
    text-align: right;
    padding: 10px 0;
    }
.OPW_langBar a {
    color: #fff;
    font-weight: 600;
    margin: 0 20px 0 0;
    padding: 10px 0;
    font-size: 11px;
    line-height: 13px;
    opacity: 1;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    }
.OPW_langBar a:hover {
    opacity: 0.7;
    }
.OPW_headerBar {
    width: 100%;
    margin: auto;
    display: table;
    background-color: #fff;
    }
.OPW_headerBar .logo {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 5px;
    }
.OPW_headerBar .logo img {
    width: 385px;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin-left: 10px;
    }
.OPW_headerBar .links {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    }
.OPW_headerBar .links a {
    text-transform: uppercase;
    font-size: 14px;
    opacity: 0.7;
    margin: 0 20px 0 0;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    }
.OPW_headerBar .links a:hover {
    opacity: 0.5;
    }
.OPW_breadCrumb .selected p {
    color: #754c00;
    }
@media all and (max-width: 850px) {
    .OPW_header {
        position: relative;
        top: auto;
        z-index: auto;
        }
    .OPW_headerBar .logo {
        width: 32px;
        }
    }
@media all and (max-width: 420px) {
    .OPW_headerBar .logo {
        width: 53px;
        }
    .OPW_headerBar .links {
        vertical-align: middle;
        text-align: left;
        }
    .OPW_headerBar .links a {
        display: block;
        padding: 10px 25px;
        }
    .OPW_langBar {
        padding: 10px;
        width: auto;
        }
    }
.OPW_footer {
    background: #fff;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0.1, 0, 0);
    -moz-box-shadow: 0 1px 0 rgba(0, 0.1, 0, 0);
    box-shadow: 0 1px 0 rgba(0, 0.1, 0, 0);
    padding-bottom: 10px;
    }
.OPW_footerWrapper {
    width: 80%;
    max-width: 1080px;
    margin: auto;
    }
.OPW_footerWrapper .OPW_siteInfo {
    width: 50%;
    float: left;
    font-size: 14px;
    }
.OPW_siteInfo p {
    font-size: 14px;
    margin: 0;
    padding: 2px 10px;
    }
.OPW_siteInfo p.infoHead {
    padding-top: 10px;
    }
.OPW_siteInfo a {
    color: #754c00;
    }
.OPW_siteInfo p.contact img {
    vertical-align: middle;
    margin-right: 5px;
    }
.OPW_footLogo {
    float: left;
    width: 50%;
    text-align: right;
    }
.OPW_footLogo a {
    width: 100%;
    max-width: 300px;
    }
.OPW_footLogo a img {
    max-width: 300px;
    width: 100%;
    padding: 10px;
    }
.OPW_bottomLinkBar {
    background-color: #754c00;
    margin: 25px 0 0;
    }
.OPW_bottomLinkBar div {
    width: 80%;
    max-width: 1080px;
    margin: auto;
    text-align: center;
    padding: 15px 0;
    }
.OPW_bottomLinkBar div a {
    padding: 5px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    opacity: 1;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    }
.OPW_bottomLinkBar div a:hover {
    opacity: 0.6;
    }
.OPW_bottomBottomBar {
    background-color: rgba(255, 255, 255, 0.32);
    }
.OPW_bottomBottomBar div {
    width: 80%;
    max-width: 1080px;
    margin: auto;
    text-align: center;
    padding: 10px 0;
    }
.OPW_bottomBottomBar div p {
    width: auto;
    float: left;
    text-align: left;
    color: #000;
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    font-size: 12px;
    margin: 0;
    }
.OPW_bottomBottomBar div a {
    float: right;
    display: block;
    margin-left: 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 25px;
    height: 25px;
    opacity: 1;
    color: #666;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    }
.OPW_bottomBottomBar a.facebook:before, .OPW_bottomBottomBar a.twitter:before {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    font-family: ETmonarch;
    }
.OPW_bottomBottomBar div a:hover {
    color: #2ea3f2;
    opacity: 0.7;
    }
.OPW_bottomBottomBar a.facebook:before {
    content: "";
    }
.OPW_bottomBottomBar a.twitter:before {
    content: "";
    }
@media all and (max-width: 700px) {
    .OPW_footerWrapper .OPW_footLogo {
        float: none;
        width: 100%;
        text-align: center;
        }
    .OPW_footerWrapper .OPW_siteInfo {
        float: none;
        width: 100%;
        }
    }
@media all and (max-width: 450px) {
    .OPW_bottomBottomBar div p {
        float: none;
        width: 100%;
        text-align: center;
        }
    .OPW_bottomBottomBar div a {
        float: none;
        display: inline-block;
        margin: 10px;
        }
    }
.OPW_payNow .tickBox p a, .OPW_ticketConfirmationRow .finalDetail {
    color: #754c00;
    }
.OPW_eventHolder {
    display: block;
    }
.OPW_eventHolder h3 {
    font-size: 16px;
    }
.OPW_timesHero {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 0;
    color: #fff;
    margin-top: 120px;
    text-align: center;
    }
.OPW_timesHero .scrollDown {
    position: absolute;
    color: #fff;
    bottom: 20px;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    }
.OPW_timesHero .scrollDown:before {
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    font-family: ETmodules;
    content: "\"";
    }
.OPW_timesHero .scrollDown:hover {
    bottom: 15px;
    color: #27a9e1;
    }
.OPW_timesHero .mainTitleHolder {
    position: relative;
    display: table;
    width: 80%;
    max-width: none;
    min-height: 640px;
    margin: 0 auto;
    text-align: center;
    }
.OPW_timesHero .mainTitleHolder .OPW_imageHolder {
    display: inline-block;
    margin-top: 200px;
    }
.OPW_timesHero .mainTitleHolder .OPW_imageHolder img {
    display: block;
    }
.OPW_timesHero .mainTitleHolder .OPW_imageHolder img.OPW_logo {
    height: 125px;
    width: auto;
    margin: 0 auto;
    }
.OPW_timesHero .mainTitleHolder .OPW_imageHolder img.OPW_siteLogo {
    height: 90px;
    width: auto;
    margin: 55px auto 100px;
    }
.OPW_timesHero .mainTitleHolder h1 {
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    font-size: 45px;
    margin: 10px 0 0;
    line-height: 100%;
    }
@media all and (max-width: 950px) {
    .OPW_timesHero {
        margin-top: auto;
        }
    }
@media screen and (max-width: 760px) {
    .OPW_headerBar .links, .OPW_headerBar .links a, .OPW_headerBar .logo {
        display: block;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        }
    .OPW_timesHero .mainTitleHolder .OPW_imageHolder img.OPW_logo, .OPW_timesHero .mainTitleHolder .OPW_imageHolder img.OPW_siteLogo {
        height: auto;
        width: 100%;
        }
    .OPW_headerBar .logo img {
        width: 280px;
        }
    }