@charset "utf-8";

/* CSS Document - Author: Oliver Maton*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:100,300,400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);

/* =============================================================================
   Base
   ========================================================================== */

body {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

body.holding {
    background: #000000;
    color: #fff;
}

::-moz-selection {
    background: #ac3bc0;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #ac3bc0;
    color: #fff;
    text-shadow: none;
}


/* =============================================================================
   Links
   ========================================================================== */

a,
a:link {
    color: #AB0200;
    text-decoration: none;
}

a:visited {
    color: #AB0200;
}

a:hover {
    color: #0097ec;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}


/* =============================================================================
   Typography
   ========================================================================== */

h1,
.h1 {
    margin: 25px 0;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 100;
    padding: 0;
    color: #111;
    line-height: 1.2;
}

h2,
.h2 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 100;
    padding: 0;
    background: none;
    color: #111;
    margin: 25px 0;
    line-height: 1.2;
}

h3 {
    margin: 25px 0;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 100;
    padding: 0;
    color: #111;
    line-height: 1.2;
}

h4,
h5,
h6 {
    margin: 25px 0;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 100;
    padding: 0;
    color: #111;
    line-height: 1.2;
}

h5 {
    font-weight: 400;
}

h6 {
    font-weight: 600;
}

p,
div {
    font-size: 14px;
}

h1 a,
h2 a,
h3 a,
h4 a {
    text-decoration: none;
}

h1,
h2,
h3,
h4 {
    font-family: 'Open Sans Condensed', Arial, Sans-Serif;
    font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a {
    font-family: 'Open Sans Condensed', Arial, Sans-Serif;
    font-weight: 700;
}

.main h2 {
    margin-bottom: 35px;
    margin-top: 15px;
}

.h1 {
    font-size: 27px;
}

.CTAstrip p {
    color: #fff;
    text-align: center;
}

.Largetext {
    font-size: 34px;
    font-weight: 400;
    text-transform: none;
}

.Largetext strong,
.Largetext a  {
  color: #fff;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

p,
td,
li,
dd {
    font-size: 13px;
}

input,
textarea,
select,
button {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}


/* =============================================================================
   Forms
   ========================================================================== */

.headerLinks {
    font-family: 'Open Sans Condensed'
}


/* =============================================================================
   Site Structure
   ========================================================================== */

.holdingLogos img {
    width: auto;
    height: auto;
    max-height: 22px;
    text-align: center;
}

.theatre .logo {
    width: 380px;
}

.pub .logo {
    width: 310px;
}

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.logo {
    float: left;
    padding: 5px 0px;
    margin: 10px 0px;
    position: relative;
}

.logo img {
    position: absolute;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: auto;
    width: 100%;
}

.stuck .logo img {
    opacity: 0;
}

.logo img.stuckLogo {
    opacity: 0;
}

.stuck .logo img.stuckLogo {
    opacity: 1;
}

#banner {
    margin-top: 100px;
}

#banner {
    position: relative;
    padding-bottom: 31.25%;
    height: 0;
    overflow: hidden;
}

.banner .container {
    padding-top: 5%;
}

.bannerImage.clearfix {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.headerLinks p {
    margin: 5px 0px;
    float: right;
    color: #fff;
}

.headerLinks a {
    text-decoration: none;
    color: #FFF;
    margin: 0px 2px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.headerLinks a:hover {
    color: #444;
}

.menu {
    float: right;
    padding-right: 50px;
}

.top {
    padding: 60px 2%;
    padding-top: 40px;
}

.bottom {
    position: relative;
    width: 100%;
    background: #000;
    padding: 60px 2%;
    padding-top: 15px;
}

.footer {
    padding: 60px 2%;
    padding-top: 40px;
    background: #231f20;
}

.headerLinks {
    background: #999;
    position: fixed;
    color: #aaa;
    top: 0;
    width: 100%;
    z-index: 1;
}

.header {
    padding: 5px 0;
    position: fixed;
    width: 100%;
    left: 0;
    ;
    z-index: 100;
    background: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    ;
    top: 30px;
}

.stuck .header {
    background: #AB0200;
}

.main {
    width: 72%;
    float: right;
    padding-left: 3%;
}

.fullwidth .main {
    width: 100%;
    padding-left: 0;
}

.sidebar {
    float: left;
    width: 25%;
    position: relative;
}

.main.clearfix {
    min-height: 300px;
    padding: 60px 0%;
    padding-top: 40px;
}

.bottom h2 {
    color: #fff;
}

.foot {
    padding: 20px 2%;
    background: #808080;
}

.banner img {
    width: 100%;
    height: auto;
}


/* =============================================================================
   Menus
   ========================================================================== */

.nav ul li {
    float: left;
}

.nav ul li a,
.nav ul li span {
    float: left;
    font-size: 19px;
    text-transform: uppercase;
    color: #AB0200;
    padding: 20px 15px;
    text-decoration: none;
    font-family: 'Open Sans Condensed', Arial, Sans-Serif;
    font-weight: 700;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul#nav_ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.stuck .nav ul li a.lev1,
.stuck .nav ul li span.lev1 {
    color: #fff;
}

.nav li.lev1 span.cur,
.nav li.lev1 a:hover,
.nav li.lev1.poc {
    color: #555;
}

.nav ul.lev2 {
    position: absolute;
    left: 0;
    top: 63px;
    list-style: none;
    color: #AB0200;
    border-top: 4px solid;
    width: 100%;
    background: #eee;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
}

.nav ul.lev2 li a,
.nav ul.lev2 li span {
    font-size: 14px;
    text-align: center;
    display: block;
    padding: 15px 3%;
    float: left;
    width: 94%;
}

.nav ul.lev2 li a:hover,
.nav ul.lev2 li span {
    color: #fff;
    background: #555;
}

.nav ul.lev2 li {
    display: block;
    width: 33.3333%;
    float: left;
    margin: 0 0%;
}

.nav li ul {
    display: none;
}

.nav li:hover ul {
    display: block;
    margin: 0;
    padding: 0;
    display: none;
}

.nav li.dropdown:hover ul.lev2 {
    display: block;
    padding: 3% 3%;
    width: 94%;
    opacity: 1;
}

.nav ul li a.last_menu,
.nav ul li span.last_menu {
    padding-right: 0;
}

a.lev1.dropdown:after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid;
    content: '';
    position: absolute;
    right: 6px;
    bottom: 30px;
}

a.lev1.dropdown {
    position: relative;
    padding-right: 25px!important;
}

.lhs-nav li a {
    font-family: 'Open Sans Condensed', Arial, Sans-Serif;
    font-weight: 700;
}

.lhs-nav li a.lev1,
.lhs-nav li span.cur {
    font-size: 18px;
    color: #333;
    background: #eaeaea;
    margin: 2% 0px;
    padding: 2% 1%;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    text-decoration: none;
}

.lhs-nav li a.lev1:before,
.lhs-nav li a.lev1.headpage:before,
.lhs-nav li span.lev1.headpage:before,
.lhs-nav li span.cur:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1000%;
    width: 1000%;
    background: #eaeaea;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.lhs-nav li a.lev1:hover {
    text-decoration: none;
    background: #999;
    color: #fff;
}

.lhs-nav li a.lev1:hover:before {
    background: #999;
}

.lhs-nav li a.lev1.headpage,
.lhs-nav li span.lev1.headpage {
    font-size: 25px;
    color: #fff;
    background: #444;
    margin: 2% 0px;
    padding: 5% 1%;
    display: block;
    position: relative;
    text-transform: uppercase;
}

.lhs-nav li a.lev1.headpage,
.lhs-nav li span.lev1.headpage {
    margin-top: 8px;
    font-family: 'Open Sans Condensed', Arial, Sans-serif;
    font-weight: 700;
}

.lhs-nav li a.lev1.headpage:before,
.lhs-nav li span.lev1.headpage:before {
    background: #444;
}

.lhs-nav li span.cur,
.lhs-nav li span.cur:before {
    background: #AB0200;
    color: #fff;
    font-family: 'Open Sans Condensed', Arial, sans-serif;
    font-weight: 700;
}


/* LEVEL 2 */

.lhs-nav ul li ul li a.lev2 {
    font-size: 15px;
    font-family: 'Inika', Arial, serif;
    font-weight: 100;
    color: #333;
    background: #FFFFFF;
    margin: 0% 0px;
    padding: 1% 1%;
    position: relative;
    /* border-bottom: 1px solid #ccc; */
}

.lhs-nav ul.lev2 {
    margin-top: -2px;
}

.lhs-nav ul li ul li a.lev2:before,
.lhs-nav li a.lev1.poc:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1000%;
    width: 1000%;
    background: #FFFFFF;
    /* border-bottom: 1px solid #ccc; */
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.lhs-nav ul li ul li a.lev2:hover,
.lhs-nav ul li ul li a.lev2.cur {
    text-decoration: none;
    background: #FFFFFF;
    color: #AB0200;
}

.lhs-nav ul li ul li a.lev2:hover:before {
    background: #FFFFFF;
}

.lhs-nav li a.lev1.poc:before {
    background: #444444;
}

.lhs-nav ul li ul li a.lev2.cur:before,
.lhs-nav ul li ul li a.lev2.cur {
    background: #000;
}

.lhs-nav li a.lev1.poc,
.lhs-nav li a.lev1.par {
    background: #444444;
    color: #fff;
    margin-bottom: 2px;
}

#landing-nav a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 25px;
    text-decoration: none;
    float: left;
    margin: 3%;
    width: 21.3333%;
    font-weight: bold;
    background: #555;
    padding: 3%;
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border-top: 5px solid;
}

#landing-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#landing-nav a:hover {
    color: #0081c9;
    background: #ccc;
}


/* hide the link until viewport size is reached */

a.meanmenu-reveal {
    display: none;
}


/* when under viewport size, .mean-container is added to body */

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: absolute;
    padding: 6px 0;
    min-height: 50px;
    background: none;
    z-index: 999;
}

.mean-container a.meanmenu-reveal {
    width: 30px;
    height: 22px;
    padding: 13px 10px 15px 10px;
    position: absolute;
    top: 0;
    left: auto!important;
    right: 0px!important;
    cursor: pointer;
    color: #AB0200;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 32px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #AB0200;
    height: 4px;
    margin-top: 5px;
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #999;
    margin-top: 44px;
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
    ;
    ;
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
    width: 80%;
    padding: 1em 10%;
    background: #aaa!important;
    color: #333;
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
    color: #fff;
    background: #EA3836!important;
    font-weight: 600;
}

.mean-container .mean-nav ul li a.mean-expand {
    width: 23px;
    height: 24px;
    padding: 10px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background: #AB0200;
    border: none !important;
    margin-top: 0px;
    color: #fff;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(0, 0, 0, 0.9);
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li span {
    display: block;
    float: left;
    width: 94%;
    padding: 7px 3%;
    margin: 0;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #777;
    font-family: 'Open Sans Condensed', Arial Sans-serif;
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

.mean-container .mean-nav ul li span {
    background: #AB0200!important;
    font-weight: 600;
    color: #fff;
}

.mean-container .mean-nav {
    margin-top: 56px;
    overflow: hidden;
}


/* Fix for box sizing on Foundation Framework etc. */

.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.mean-remove {
    display: none !important;
}

.mean-container .mean-nav ul li a.lev2,
.mean-container .mean-nav ul li span.lev2 {
    /* padding: 7px 7%; */
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    border: 0;
    font-weight: 400;
}

.mean-container .mean-nav ul li.lev2 {
    border-top: 1px solid #aaa;
    ;
}

.stuck .mean-container a.meanmenu-reveal span {
    background: #fff;
}

.stuck .mean-container a.meanmenu-reveal {
    color: #fff;
}

.mean-container .mean-nav ul li.lev1 {
    background: #555;
}

.mean-container .mean-nav ul li.lev2 {
    background: #777;
}


/* =============================================================================
   Other Classes
   ========================================================================== */

.textLeft {
    position: relative;
    float: left;
    width: 60%;
}

.textRight {
    position: relative;
    float: right;
    width: 60%;
}

.imageRight {
    width: 40%;
    position: relative;
    float: right;
}

.imageLeft {
    width: 40%;
    position: relative;
    float: left;
}

.fiftyWidth {
    width: 47%;
    float: left;
    margin-right: 3%;
}

.imageRight img,
.imageLeft img,
.fiftyWidth img {
    max-width: 100%;
    height: auto;
}

#banner h1 {
    color: #fff;
    font-weight: 900;
    text-transform: none;
    line-height: 1.2;
    width: 50%;
}

span.switchSite {
    float: left;
    text-align: left;
    margin: 0 auto;
    display: block;
}

span.switchSite a {
    text-align: left;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

span.switchSite a:hover {
    color: #AB0200;
}


/* Custom Styles */

.section .container {
    position: relative;
    padding: 3% 0;
}

#section01 {
    background: #fff;
}

#section02 {
    background: #e6e6e6;
}

#section03 {
    background: #fff;
}

#section04 {
    background: #0081c9;
}

.section .container:empty {
    display: none;
}

.CTAstrip {
    background: #ab0200;
    position: relative;
    padding: 25px 0;
}

.CTAstrip h2 {
    color: #fff;
    text-align: center;
    font-weight: 900;
    line-height: 1;
}

.CTAstrip.bottom_strip a {
    color: #fff;
}

.CTAstrip h1 {
    color: #fff;
    font-weight: 900;
}

#parallax {
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 27.25%;
    position: relative;
}

#parallax:empty {
    padding: 0;
}


/* Parallax */

.parallax_bg {
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: -1;
    background-size: 100%!important;
    background-attachment: fixed;
}


/* Icons */

.fa-hover a {
    float: left;
    margin: 10px 20px;
    padding: 10px;
    background: #333;
    color: #fff;
    text-decoration: none;
    font-size: 0;
    margin-left: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    width: 50px;
    height: 45px;
    text-align: center;
    padding-top: 15px;
}

h2.page-header {
    clear: both;
    float: left;
    width: 100%;
    border-bottom: 1px solid #333;
    margin: 50px 0;
    display: block;
    margin-bottom: 0;
}


/* Icons */

#section04 h3 {
    font-size: 19px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

#section04 p {
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    margin: 0 20px;
}

a.icon {
    font-size: 60px;
    color: #0081c9;
    background: #fff;
    padding: 35px;
    position: relative;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 68px;
    margin-bottom: 20px;
    margin-top: 25px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.icon:hover {
    background: #333;
    color: #fff;
}

.icon_demo i.fa {
    color: #fff;
    font-size: 40px;
}

#section04 .container {
    max-width: 1000px;
    width: 100%;
}


/* Buttons */

.btn_green a,
a.btn_green {
    display: inline-block;
    outline: none;
    *zoom: 1;
    text-align: center;
    text-decoration: none;
    font-family: inherit;
    font-weight: 600;
    letter-spacing: 1px;
    vertical-align: middle;
    border: 2px solid;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-sizing: border-box;
    font-size: 1.0625em;
    padding: 0.5625em 1.5em;
    color: #3CB371;
    border-color: #3CB371;
}

.btn_green a:hover,
a.btn_green:hover {
    background: #3CB371;
    color: #fff;
    border-color: #3CB371;
}

.btn_blue a,
a.btn_blue {
    display: inline-block;
    outline: none;
    *zoom: 1;
    text-align: center;
    text-decoration: none;
    font-family: inherit;
    font-weight: 600;
    letter-spacing: 1px;
    vertical-align: middle;
    border: 2px solid;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-sizing: border-box;
    font-size: 1.0625em;
    padding: 0.5625em 1.5em;
    color: #4682B4;
    border-color: #4682B4;
}

.btn_blue a:hover,
a.btn_blue:hover {
    background: #4682B4;
    color: #fff;
    border-color: #4682B4;
}

.btn_orange a,
a.btn_orange {
    display: inline-block;
    outline: none;
    *zoom: 1;
    text-align: center;
    text-decoration: none;
    font-family: inherit;
    font-weight: 600;
    letter-spacing: 1px;
    vertical-align: middle;
    border: 2px solid;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-sizing: border-box;
    font-size: 1.0625em;
    padding: 0.5625em 1.5em;
    color: #FF8C00;
    border-color: #FF8C00;
}

.btn_orange a:hover,
a.btn_orange:hover {
    background: #FF8C00;
    color: #fff;
    border-color: #FF8C00;
}

.btn_red a,
a.btn_red {
    display: inline-block;
    outline: none;
    *zoom: 1;
    text-align: center;
    text-decoration: none;
    font-family: inherit;
    font-weight: 600;
    letter-spacing: 1px;
    vertical-align: middle;
    border: 2px solid;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-sizing: border-box;
    font-size: 1.0625em;
    padding: 0.5625em 1.5em;
    color: #B22222;
    border-color: #B22222;
}

.btn_red a:hover,
a.btn_red:hover {
    background: #B22222;
    color: #fff;
    border-color: #B22222;
}

.btn_grey a,
a.btn_grey {
    display: inline-block;
    outline: none;
    *zoom: 1;
    text-align: center;
    text-decoration: none;
    font-family: inherit;
    font-weight: 600;
    letter-spacing: 1px;
    vertical-align: middle;
    border: 2px solid;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-sizing: border-box;
    font-size: 1.0625em;
    padding: 0.5625em 1.5em;
    color: #808080;
    border-color: #808080;
}

.btn_grey a:hover,
a.btn_grey:hover {
    background: #808080;
    color: #fff;
    border-color: #808080;
}

.btn_black a,
a.btn_black {
    display: inline-block;
    outline: none;
    *zoom: 1;
    text-align: center;
    text-decoration: none;
    font-family: inherit;
    font-weight: 600;
    letter-spacing: 1px;
    vertical-align: middle;
    border: 2px solid;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-sizing: border-box;
    font-size: 1.0625em;
    padding: 0.5625em 1.5em;
    color: #000000;
    border-color: #000000;
}

.btn_black a:hover,
a.btn_black:hover {
    background: #000000;
    color: #fff;
    border-color: #000000;
}

.btn_white a,
a.btn_white {
    display: inline-block;
    outline: none;
    *zoom: 1;
    text-align: center;
    text-decoration: none;
    font-family: inherit;
    font-weight: 600;
    letter-spacing: 1px;
    vertical-align: middle;
    border: 2px solid;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-sizing: border-box;
    font-size: 1.0625em;
    padding: 0.5625em 1.5em;
    color: #ffffff;
    border-color: #ffffff;
}

.btn_white a:hover,
a.btn_white:hover {
    background: #ffffff;
    color: #000;
    border-color: #ffffff;
}

.readMore {
    display: inline-block;
    outline: none;
    *zoom: 1;
    text-align: center;
    text-decoration: none;
    font-family: inherit;
    font-weight: 600;
    letter-spacing: 1px;
    vertical-align: middle;
    border: 2px solid;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-sizing: border-box;
    font-size: 1.0625em;
    padding: 0.5625em 1.5em;
    color: #555;
    border-color: #555;
    background: none;
}

a.listing:hover .readMore {
    background: #333;
    color: #ddd;
}


/* Template widths */

.col-2-3 {
    width: 64.66%;
    padding: 1%;
    float: left;
}

.col-1-3 {
    width: 31.33%;
    padding: 1%;
    float: left;
}

.col-1-2 {
    width: 48%;
    padding: 1%;
    float: left;
}

.col-1-4 {
    width: 23%;
    padding: 1%;
    float: left;
}

.col-1-8 {
    width: 10.5%;
    padding: 1%;
    float: left;
}


/* Sticky */

.sticky {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    position: fixed;
}


/* Dropdowns */

.dropDownHeader {
    color: #3d3d3d;
    font-weight: 400;
    font-size: 17px;
    margin: 0;
    background: url('https://projecttemplatecouk.14-1.a01.co.uk/p/1/arrows_up_down.png') no-repeat 99% -53px #eee;
    margin: 0% 0%;
    padding: 10px 15px;
    -webkit-transition: background 0.5 ease-in-out;
    -moz-transition: background 0.5 ease-in-out;
    -ms-transition: background 0.5 ease-in-out;
    -o-transition: background 0.5 ease-in-out;
    transition: background 0.5 ease-in-out;
    cursor: pointer;
    margin-bottom: 10px;
}

.dropDownHeader.active {
    background: url('https://projecttemplatecouk.14-1.a01.co.uk/p/1/arrows_up_down.png') no-repeat 99% 3px #ccc;
}

.dropDown {
    visibility: visible!important;
}

.dropDown div p {
    margin: 0% 0%!important;
    padding: 1% 0%;
}


/*
 * jQuery FlexSlider v2.0
/* Browser Resets */

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* Flexslider  Styles */

.flexslider {
    zoom: 1;
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.flexslider .flex-viewport .slides {
    max-height: 2000px;
    -webkit-transition: all 2000ms cubic-bezier(0.700, 0, 0.410, 1.000);
    -webkit-transition: all 2000ms cubic-bezier(0.700, -0, 0.410, 1.000);
    -moz-transition: all 2000ms cubic-bezier(0.700, -0, 0.410, 1.000);
    -ms-transition: all 2000ms cubic-bezier(0.700, -0, 0.410, 1.000);
    -o-transition: all 2000ms cubic-bezier(0.700, -0, 0.410, 1.000);
    transition: all 2000ms cubic-bezier(0.700, -0, 0.410, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.700, 0, 0.410, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.700, 0, 0.410, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.700, 0, 0.410, 1.000);
    -ms-transition-timing-function: cubic-bezier(0.700, 0, 0.410, 1.000);
    -o-transition-timing-function: cubic-bezier(0.700, 0, 0.410, 1.000);
    transition-timing-function: cubic-bezier(0.700, 0, 0.410, 1.000);
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative;
}

.flexslider .slides img {
    width: 100%;
    height: auto;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

span.boxCaption {
    position: absolute;
    bottom: 10%;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    padding: 20px 50px;
    padding-left: 5%;
    color: #fff;
    text-transform: uppercase;
    font-size: 5em;
}

.banner p {
    margin: 0;
}

.footer {
    position: relative;
    background: #343435;
    padding: 25px 0px;
}

.footer p {
    color: #fff;
}

.footer h3 {
    margin-top: 10px;
}

.footer h2 {
    color: #fff;
}

p.copyright {
    color: #fefefe;
    float: left;
}

p.intergage {
    float: right;
    color: #fefefe;
}

p.intergage a {
    color: #fefefe;
}

.footer h3 {
    color: #fff;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer li {
    margin: 15px 0px;
    font-size: 14px;
    line-height: 1.5;
}

#banner:empty {
    padding: 0;
}

img.footerLogo {
    position: absolute;
    bottom: 15px;
    right: 0;
}


/* Gallery */

ul.flex-direction-nav a {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 55px;
    height: 100px;
    background: rgba(0, 0, 0, 0.5);
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul.flex-direction-nav a:before,
ul.flex-direction-nav a:after {
    border-right: 4px solid #fff;
    content: '';
    display: block;
    height: 30px;
    margin-top: -20px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 25px;
    top: 46%;
    width: 0;
}

ul.flex-direction-nav a:after {
    margin-top: -1px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

ul.flex-direction-nav a.flex-prev {
    left: -100px;
}

ul.flex-direction-nav a.flex-prev:hover,
ul.flex-direction-nav a.flex-next:hover {
    background: rgba(0, 0, 0, 0.8);
}

.flexslider:hover ul.flex-direction-nav a.flex-prev {
    left: 0;
}

ul.flex-direction-nav a.flex-next {
    right: -100px;
}

.flexslider:hover ul.flex-direction-nav a.flex-next {
    right: 0;
}

.flexslider:hover ul.flex-direction-nav a {
    opacity: 1;
}

ul.flex-direction-nav a.flex-prev:after {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

ul.flex-direction-nav a.flex-prev:before {
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.sm_icons a {
    float: left;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 15px;
    font-size: 25px;
    background: #555;
    padding: 10px;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #eee;
}

.sm_icons {
    clear: both;
    position: relative;
    float: left;
    padding-bottom: 30px;
}

.payment {
    float: left;
    width: 100%;
    clear: both;
}

.payment h3 {
    font-size: 15px;
    margin: 0;
}

.payment i {
    color: #ddd;
    font-size: 35px;
    margin-right: 10px;
    margin-top: 10px;
}


/* Search */

.searchButton {
    display: block;
    float: right;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    top: 20px;
    right: 0px;
    opacity: 1;
    width: 35px;
    height: 28px;
    padding: 0px;
    font-size: 23px;
    text-align: right;
    color: #AB0200;
}

.searchButton:hover {
    opacity: 0.8;
}

.search_box {
    z-index: 9999999999999;
    display: none;
    position: absolute;
    right: 0px;
    padding: 0px;
    background: #808080;
    top: 68px;
    padding-right: 10px;
    padding-top: 0;
    opacity: 1;
    border-top: 3px solid #AB0200;
    ;
}

.scbtn,
.sbtn {
    opacity: 0.8;
}

.scbtn:hover,
.sbtn:hover {
    opacity: 1;
}

.sbtn {
    opacity: 0.9;
    position: relative;
    top: 14px;
    left: -5px;
}

.searchBoxInput {
    box-shadow: none;
    background: #eee;
    width: 185px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 10px 15px;
    font-size: 13px;
    text-transform: uppercase;
    border: 0;
}

.searchBoxInput:hover,
.searchBoxInput:focus {
    width: 342px;
    background: #fff;
}

.stuck .searchButton {
    color: #fff;
}

.tabs .igtabheading {
    padding: 10px 20px;
    border-radius: 0;
    margin-right: 15px;
    text-transform: uppercase;
    border: 0;
    margin-bottom: 2px;
}

.tabs .igcurtabarea {
    border: 0;
    padding: 25px;
}

.tabs .igcurtabhead {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 0;
}

.tabs {
    position: relative;
    width: 100%;
}


/* Product List View */

.product-results.clearfix {
    width: 103%;
    margin-left: -1%;
}

.prod_image {
    width: 100%;
    margin-right: 0%;
    float: left;
}

.prod_main {
    float: left;
    width: 90%;
    padding: 0% 5%;
    padding-bottom: 5%;
}

.prod_main h2 {
    color: #333;
    margin: 20px 0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.prod_main p {
    font-weight: 100;
    font-size: 14px;
}

.product-results a.listing {
    display: block;
    float: left;
    width: 31%;
    margin-bottom: 3%;
    background: #eee;
    margin: 1%;
    color: #111;
}

.product-results a.listing:hover {
    background: #ddd;
}

.product-results a.listing:hover .prod_image {
    opacity: 0.8;
}

.pl-container.clearfix > div {
    position: initial!important;
}

.pl-container.clearfix > div.filter-controls {
    position: relative!important;
}

.product-bar {
    width: 100%;
    border-top: 2px solid #AB0200;
    border-bottom: 2px solid #AB0200;
    margin-bottom: 3%;
    position: relative;
    margin-top: 4%;
    padding: 5px 0;
    font-weight: 600;
}

.product-count {
    float: left;
    color: #AB0200;
    font-size: 24px;
    padding-left: 1%;
    margin-top: 8px;
}

span.results-total {
    float: right;
    padding-left: 10px;
}

.prod_desc h1 {
    margin-bottom: 3%;
    font-weight: 600;
}

span.results-total span {
    font-size: 24px;
    font-weight: 900;
}

.prod_image p {
    margin: 0;
}

.prod_image img {
    width: 100%;
    height: auto;
}

div.gMaps {
    width: 100%;
    display: block;
    position: absolute;
    top: 250px;
}

div.gMaps form {
    width: 440px;
    margin: 0 auto;
    background: #d9d9d9;
    padding: 2%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.gMaps input {
    padding: 10px 15px;
    color: #000;
    font-size: 15px;
    width: 405px;
    text-align: center;
    text-transform: uppercase;
}

input.Button {
    background: #333;
    color: #fff;
    padding: 9px 18px;
    font-size: 15px;
    margin-top: 15px;
    border: 0;
    text-transform: uppercase;
    font-weight: 100;
    width: 175px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    ;
    margin-top: 15px;
    ;
}

input.Button:hover {
    background: #000;
}

.siteMap a {
    text-align: center;
    display: block;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    color: #555;
    margin: 5px 0px;
}

.siteMap a:hover {
    color: #AB0200;
}

.siteMap h2 {
    text-align: center;
}

td.BuyFormPrice {
    font-size: 17px;
}

td.BuyFormFieldName {
    font-size: 13px;
    padding-right: 10px;
    text-align: right;
    text-transform: uppercase;
}

.PD_buy input {
    padding: 3px 5px;
    text-align: center;
    background: #eee;
    border: 0;
    font-weight: bold;
}

.PD_buy input[type="image"] {
    padding: 0;
    background: none;
}


/*  BASKET ITEMS  */

.basket {
    float: right;
    width: 310px;
    text-align: right;
    padding: 10px 0;
}

.basket a {
    float: right;
    display: block;
    width: auto;
    font-size: 14px;
    color: #eee;
    margin-left: 20px;
}

.basket a:before {
    margin-right: 10px;
}


/*
.product-sorter {
    width: 65px;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}

.product-sorter label {
    display: none;
}*/

.product-sorter {
    float: right;
}

.product-filter {
    float: right;
}

.product-filterÂ .c2form_fldname {
    margin: 0;
    padding: 0;
}

.c2form_fldname {
    padding: 0;
    margin: 0;
    color: #555;
}

.c2form_fieldset {
    padding: 0;
    padding-bottom: 5px;
    padding-left: 10px;
}

span.LocatorText a {
    text-decoration: none;
}

.contactForm input,
.contactForm textarea {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 0;
    padding: 2% 2%;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 5px;
    width: 95%;
    background: #eee;
    ;
}

.fSection.contactForm input,
.fSection.contactForm textarea {
    background: #585858;
}

.fSection.contactForm input:hover,
.fSection.contactForm textarea:hover,
.fSection.contactForm input:focus,
.fSection.contactForm textarea:focus {
    background: #fff;
    outline-color: #d4180f;
}

.SeparatorCol {
    background: none!important;
}

.contactForm td {
    padding: 0;
    margin: 0;
}

.contactForm input:hover,
.contactForm textarea:hover {
    background: #fff;
}

.contactForm input:focus,
.contactForm textarea:focus {
    background: #fff;
}


/* Responsive Tabs */

.responsive-tabs__heading {
    display: none;
}

.responsive-tabs__list__item {
    display: inline;
    cursor: pointer;
}

@media (max-width: 1023px) {
    .responsive-tabs__list {
        display: none;
    }
    .responsive-tabs__heading {
        display: block;
        cursor: pointer;
    }
    .responsive-tabs__panel--closed-accordion-only {
        display: none;
    }
}

@media (min-width: 1024px) {
    .responsive-tabs__panel--closed-accordion-only {
        display: block !important;
    }
    .responsive-tabs__panel {}
}

.responsive-tabs-wrapper {
    zoom: 1;
}

.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
    content: "";
    display: table;
}

.responsive-tabs-wrapper:after {
    clear: both;
}

.responsive-tabs__heading:focus,
.responsive-tabs__list__item:focus {
    outline: 1px solid #ccc;
}

.responsive-tabs__heading--active:focus,
.responsive-tabs__list__item--active:focus {
    outline: none !important;
}

.responsive-tabs__list {
    margin: 2em 0 0 0;
    padding: 0;
    padding-bottom: 9px;
    clear: both;
    height: 45px;
    ;
}

.responsive-tabs__list__item {
    background: #d5d5d3;
    padding: 10px 10px;
    margin-right: 4px;
    font-size: 17px;
    padding-right: 50px;
    display: block;
    float: left;
    line-height: 1;
    width: 100px;
    ;
}

.responsive-tabs__list__item:hover {
    background: #efefef
}

.responsive-tabs__list__item--active,
.responsive-tabs__list__item--active:hover {
    background: #efefec;
    border-bottom-color: #efefec;
    font-weight: 600;
}

.responsive-tabs__panel {
    margin-bottom: 10px;
    background: #efefec;
    padding: 35px 50px;
    position: relative;
    z-index: 1;
}

.responsive-tabs-wrapper #tablist1-panel3 {}

@media (max-width: 1023px) {
    .responsive-tabs__heading {
        padding: 12px 15px;
        position: relative;
        margin: 0 0 10px 0!important;
        background: #d5d5d3;
        color: #333;
        font-size: 20px!important;
    }
    .responsive-tabs__heading:after {
        content: "";
        display: block;
        position: absolute;
        right: 20px;
        top: 40%;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #fff;
    }
    .responsive-tabs__heading:hover,
    .responsive-tabs__heading--active:hover {
        background-color: #eb832c;
    }
    .responsive-tabs__heading:hover {
        background: #aaa;
    }
    .responsive-tabs__heading--active:hover {
        background-color: #eb832c;
    }
    .responsive-tabs__heading--active {
        background: #eb832c;
        color: #fff;
    }
    .responsive-tabs__heading--active:after {
        border-top: 0;
        border-bottom: 10px solid #fff;
    }
}

.responsive-tabs__list__item:hover {
    background: #ddd;
}

li#tablist1-tab1 {
    padding-left: 50px;
    padding-top: 17px;
    padding-bottom: 20px;
    width: 55px;
}

.responsive-tabs__list__item--active:hover {
    background: #efefec;
}

.left-section {
    float: left;
    width: 47%;
    margin-right: 3%;
}

.right-section {
    float: left;
    width: 50%;
}

.right-section h1 {
    margin-top: 1%;
}

.ldic.ldic_Loca {
    padding-bottom: 2%;
}

.buttons {
    clear: both;
    float: right;
}


/* Responsive Gallery */


/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}


/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.popup-gallery img {
    margin: 10px;
    cursor: zoom-in;
}

#section01 {
    background: #fff;
    background-image: url(/hres/oldredlionwatermark.png);
    background-repeat: no-repeat;
    background-position: 110% 50%;
    background-attachment: fixed;
}


/* =============================================================================
   Media Queries
   ========================================================================== */

@media screen and (max-width: 1250px) {
    img {
        max-width: 100%;
        height: auto;
    }
    .container {
        width: 1000px;
    }
    #banner h1 {
        width: 100%;
    }
    .theatre .logo {
        width: 348px;
    }
}

@media screen and (max-width: 1023px) {
    .container {
        width: 880px;
    }
    #banner h1 {
        font-size: 30px;
        width: 75%;
    }
    /* Template widths */
    .col-1-4 {
        width: 48%;
        padding: 1%;
        float: left;
    }
    .col-1-8 {
        width: 23%;
        padding: 1%;
        float: left;
    }
    .theatre .logo {
        width: 340px;
        margin-top: 12px;
    }
}

@media screen and (max-width: 900px) {
    .container {
        width: 750px;
    }
    #banner h1 {
        width: 100%;
    }
}


/* TABLET AND UP */

@media screen and (min-width: 768px) {}


/* TABLET AND BELOW */

@media screen and (max-width: 900px) {
    .container {
        width: 580px;
    }
    .sidebar {
        display: none;
    }
    .searchButton {
        top: 18px;
        right: 55px;
    }
    .main {
        padding: 0;
        width: 100%;
        float: left;
    }
    .mean-container .mean-nav ul li.lev2 {
        float: left;
        width: 50%;
    }
    #banner h1 {
        font-size: 23px;
    }
    .header {
        padding: 6px 0px;
        height: 55px;
    }
    .logo {
        padding: 0px 0px;
        margin: 12px 0px;
        position: relative;
    }
    .col-1-3 {
        width: 98%;
        padding: 1%;
        float: left;
    }
    .col-2-3 {
        width: 98%;
        padding: 1%;
        float: left;
    }
    .col-1-2 {
        width: 98%;
        padding: 1%;
        float: left;
    }
    .textLeft {
        position: relative;
        float: left;
        width: 100%;
    }
    .textRight {
        position: relative;
        float: right;
        width: 100%;
    }
    .imageRight {
        width: 100%;
        position: relative;
        float: right;
    }
    .imageLeft {
        width: 100%;
        position: relative;
        float: left;
    }
    .fiftyWidth {
        width: 100%;
        float: left;
        margin-right: 0%;
    }
    .footer {
        text-align: center;
    }
    .footer .container {
        padding-bottom: 80px;
    }
    .sm_icons {
        margin: 0 auto;
        float: none;
        width: 250px;
        margin-bottom: 50px;
    }
    .sm_icons a {
        margin: 0px 8px;
    }
    img.footerLogo {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }
    .footer li,
    .footer p {
        margin: 5px 0px;
    }
    .footer h3 {
        padding-top: 10px;
        margin-bottom: 15px;
    }
    h1 {
        font-size: 31px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 21px;
    }
}

@media screen and (max-width: 600px) {
    .container {
        width: 480px;
    }
    p,
    td,
    li,
    dd {
        font-size: 14px;
    }
}

@media screen and (max-width: 500px) {
    .container {
        width: 360px;
    }
    .mean-container .mean-nav ul li.lev2 {
        float: left;
        width: 100%;
    }
    .pub .logo {
        width: 220px;
        margin-top: 15px;
    }
    .theatre .logo {
        width: 290px;
        margin-top: 15px;
    }
    /* Template widths */
    .col-2-3,
    .col-1-3,
    .col-1-2,
    .col-1-4,
    .col-1-8 {
        width: 98%;
        padding: 1%;
        float: left;
    }
}


/* MOBILE (PORTRAIT) */

@media screen and (max-width: 400px) {
    .container {
        width: 275px;
    }
    .pub .logo {
        width: 170px;
        margin-top: 19px;
    }
    .theatre .logo {
        width: 220px;
        margin-top: 18px;
    }
}


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

.ir br {
    display: none;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
    content: "";
    display: table;
}

.clearfix:after,
.container:after {
    clear: both;
}

.clearfix,
.container {
    *zoom: 1;
}


/* =============================================================================
   Print Styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    /* Black prints faster: h5bp.com/s */
    a,
    a:visited {
        text-decoration: underline;
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    /* h5bp.com/t */
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}