/*colours*/
.dark-teal {
	/* rgb(0,74,92); */
	color: #004A5C;
}
.dark-teal a,.dark-teal i.fa {
    color: #004A5C;
}
.dark-teal-bg {
	/* rgb(0,74,92); */
	background-color: #004A5C;
}
.light-teal {
	/* rgb(0,150,149); */
	color: #009695;
}
.light-teal a,.light-teal i.fa {
    /* rgb(0,150,149); */
    color: #009695;
}
.light-teal-bg {
	/* rgb(0,150,149); */
	background-color: #009695;
}
.oatmeal {
	/* rgba(237,232,213) */
	color: #EDE8D4;
}
.oatmeal a, .oatmeal i.fa {
    /* rgba(237,232,213) */
    color: #EDE8D4;
}
.oatmeal-bg {
	/* rgba(237,232,213) */
	background-color: #EDE8D4;
}
.black {
	/* rgb(52,46,31) */
	color: #332E1F;
}
.black-bg {
	/* rgb(52,46,31) */
	background-color: #332E1F;
}

.light-grey {
	/* rgb(82,82,82)*/
	color: #525252;
}
.light-grey-bg {
	/* rgb(82,82,82)*/
	background-color: #525252;
}
.pale-teal {
	/* rgb(237,243,243) */
	color:#EDF3F3;
}
.pale-teal-bg {
	/* rgb(237,243,243) */
	background-color: #EDF3F3;
}
.zetland-red {
	/* rgb(147,50,53); */
	color: #933235;
}
.zetland-red-bg {
	/* rgb(147,50,53); */
	background-color: #933235;
}
.copper {
	/*rgb(191,101,39) */
	color: #BF6527;
}
.copper-bg {
	/*rgb(191,101,39) */
	background-color: #BF6527;
}
.white {
	color: #ffffff !important;
}
.black75 {
	color: #3B3A35;
    color: rgba(0,0,0,0.75);
}
/* end colours */

/* global */
body {
	font-family: GothamMedium; font-size: 14px; line-height: 18px; font-weight: 500 !important;
	background-color: #EDE8D4;  /*Oatmeal*/
}
h1,h2,h3,h4,h5,h6 {
	font-family: Gotham; font-weight: normal !important; color: #004A5C; 
}

h1,h2 {
	font-size: 30px;
	line-height: 36px;
    letter-spacing: -1px;
}
h3 {
	font-size: 24px;
	line-height: 28px;
}
h4 {
	font-size: 18px;
	line-height: 22px;
}
.sidebar h1 {
    color: #3B3A35;
    color: rgba(0,0,0,0.75);
    line-height: 32px;
}
.pagecontent {
    color: #3B3A35;
    color: rgba(0,0,0,0.75);
    font-size: 18px;
    line-height: 22px;
}
.pagecontent h2 {
    font-family: Gotham;
}
.pagecontent p {
    font-family: GothamMedium;
    color: #3B3A35;
    color: rgba(0,0,0,0.75);
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.5px;
}
/* end global */
.fixture-icons {
    padding: 25px 0px;
    border-bottom: 1px solid #009695;
    text-align: center;
}

/* Reusable elements */
.newbutton {
	height: 40px;
	padding: 13px 20px;
	font-family: GothamMedium;
	font-weight:  500 !important;
	font-size: 12px;
	line-height: 14px;
    text-decoration: none;
	text-transform: uppercase;
	text-align: center;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
    display: inline-block;
}

.newbutton:hover {
	text-decoration: none;
}
.newbutton.light-teal-bg.oatmeal:hover, .newbutton.light-teal-bg.oatmeal:hover i.fa {
    background:#004A5C;
    color:#EDE8D4;
}
.newbutton:hover i.fa {
    background: transparent !important;
}

.planning-box .newbutton.light-teal-bg.oatmeal:hover,..planning-box .newbutton.light-teal-bg.oatmeal:hover i.fa {
    background:#EDE8D4;
    color:#004A5C;
}

.newbutton.dark-teal-bg.oatmeal:hover, .newbutton.dark-teal-bg.oatmeal:hover i.fa {
    background:#009695;
    color:#EDE8D4;
}
.adbook {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    background: #004A5C;
}
.adbook:hover {
    background: #009695;
}
.adbook div {
 border-top: 2px solid #EDE8D4;
 border-bottom: 2px solid #EDE8D4;
}
.adbook a, .adbook a span, .adbook p {
    color: #EDE8D4;
}
.breadcrumbs {
    font-family: GothamMedium;
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.01em;
}
.breadcrumbs a, a {
    color: #009695;
}
h2 a {
    color: #004A5C;
}
h2 a:hover {
    color: #009695; text-decoration: none;
}
.sidebarSubmenu {
    background: none !important;
}
.sideMenu li.active a {
    color:  #009695 !important;
    background: none !important;
}
.no-border{ border: none;
}
@media (min-width: 992px) {
    .no-pad-l-mdup {
        padding-left: 0px !important;
    }
    .no-pad-r-mdup {
        padding-right: 0px !important;
    }
}

/*end reusable elements*/
#main {  position: relative;z-index: 2 }
#main2 { padding: 25px 0px 0px 0px; position: relative;z-index: 1 }
#main2.homepage {padding: 0px;}
.content { padding: 0px 15px; }
/* box helpers */
.mr-12 { margin-right: 12px; }
.mt-10 { margin-top: 10px; }
.mtb-25 { margin-top: 25px; margin-bottom: 25px; }
.mt-18 { margin-top: 18px; }
.pt-10 { padding-top: 10px; }
.pl-0 { padding-left: 0px !important; }
.pr-8 { padding-right: 8px !important; }
.mb-25 { margin-bottom: 25px;}
.no-pad-r {padding-right: 0px;}
.row.formwrap {margin-bottom: 50px;}
/* end box helpers*/
/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .text-center-sm {
        text-align: center;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
    .text-center-md {
        text-align: center;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
    .text-center-lg {
        text-align: center;
    }
}
/*HEADER*/
.header-container {
	border-bottom: 5px solid #009695;
	border-top: 5px solid #EDE8D4;
	padding: 20px 0px;
	
}

.header-container .btn {
	font-family: GothamMedium; font-weight: 500 !important; color: #ede8df; font-size: 12px; line-height: 16px;
	
}

.header-container .btn i  {
	color: #ede8df; 
}
.navbar.navbar-inverse {
    clear:both;
}
.navbar.navbar-inverse li a {
	font-family: GothamMedium;font-weight: 500 !important; color: #ede8df; font-size: 14px; line-height: 16px;
}
.nav > li {
    position: static;
    display: block;
    float: left;
}

.dropdown {
    position: relative;
}
.dropWrap {
    background-color: #EDE8D4;
    min-width: 100%;
    width: 100%;
    left: 0px;
    padding: 0px;
    border-width: 0px 5px 5px 5px;
    
}
.dropWrap .menu {
    background-color: #EDE8D4;
    
}
.dropWrap .menu li a {
    color: #525252;
}
.dropdown .textimgbox {
    padding: 0px;
    background-color: #004A5C;
    text-align: center;
}

.dropdown .textimgbox a {display: inline-block; text-align: center;}
.relative {
    position: relative;
}
.mini-cart-container {
    position: absolute;
    top: -10px;
    right: 0px;
    padding-right: 15px;
}
.mini-cart-container #cartheader {
    text-align: right;
    min-width: 200px;
}
.basket .mini-cart-total, .basket .mini-cart-total i{
    color: #fff; text-align: right;
}
@media (max-width: 767px) and (min-width: 320px) {

    .navbar-nav > li {
        margin-left: 0px;
    }
}
/* Start of Column CSS */
.container2 {
    clear:left;
    position: absolute;
    float:left;
    width:100%;
    left: 0px;
    overflow:hidden;
    background: #EDE8D4; /* column 2 background colour */
    z-index: 99999;
    opacity: 1;
    transition: visibility 0s, opacity 0.2s ease-in;
}
.dropdown:hover .container2 {

     opacity: 1;
     box-shadow: 1px 4px 10px rgba(0,0,0,0.5);
      z-index: 99999;
}
.container1 {
    z-index: 99999;
    float:left;
    width:100%;
    position:relative;
    right:50%;
    background:#004A5C; /* column 1 background colour */
    margin-top: 0px;
}
.col1 {
    float:left;
    width:46%;
    position:relative;
    left:0px;
    overflow:hidden;
    min-height: 240px;
    z-index: 99999;
}
.col2 {
    float:left;
    width:54%;
    position:relative;
    left:0px;
    overflow:hidden;
    min-height: 240px;
    z-index: 99999;
}

/*END HEADER*/
/*slider*/

.caption-new { position: relative; z-index: 99999999; text-align: left; top:0; bottom: 0; margin: auto;}
.caption-new > * { font-size: 42px; line-height: 65px; font-family: Gotham; font-weight: bold !important;}
.caption-new h2 {
	font-size: 43px; line-height: 58px;
	color: #ede8df;
	float: left;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;

}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
     .caption-new h2 {
        font-size: 42px; line-height: 54px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .caption-new h2 {
        font-size: 38px; line-height: 50px;
    }
    .navbar.navbar-inverse li a {
        font-size: 12px;
        padding-left: 7px;
        padding-right: 7px;
    }
}
@media (min-width: 500px) and (max-width: 767px) {
    .caption-new h2 {
        font-size: 34px; line-height: 46px;
    }
}
@media (min-width: 321px) and (max-width: 499px) {
    .caption-new h2 {
        font-size: 30px; line-height: 40px;
    }
}
@media(max-width: 320px) { 
    .caption-new h2 {
        font-size: 26px; line-height: 36px;
    }
}
.caption-new .cd-btn {
	background-color: #009695;
	color: #ede8df;
	font-family: GothamMedium; 
	font-weight: 500 !important; 
	clear: left;
	float: left;
	text-align: left;
}
.caption-new .cd-btn:hover {
	text-decoration: none;
	background: #004A5C;
	color: #ede8df;
}

.caption-new h2 span {
	padding: 0px 10px;
	color: #ede8df;

background-color: #009695;
position: relative; z-index: 99999999;
-webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  text-align: left;
      
}
.caption-new p {
    clear: left;
}
.mainSliderContainer {
	background: none;
	padding-bottom: 0px;
	margin-bottom: 50px;
}
@media (max-width: 767px) {
    .caption-new h2 { float: right; text-align: right;}
    .caption-new h2 span { text-align: right; }
    .caption-new .cd-btn { clear: right; float: right; text-align: right;}
    .caption-new p.pull-left { clear: right; float: right !important; }
}
/*end slider*/
/*homepage*/
.barber-pole-top { background: url('../img/rebrand/barberpole-new.jpg') repeat-x top left; margin-top: 50px;}
.barber-pole-bottom { background: url('../img/rebrand/barberpole-new.jpg') repeat-x bottom left; padding-bottom: 50px;}
.planning-box-home .planning-box {
	background: #004A5C;
	padding-bottom: 25px;
}
.planning-box-home .thumbnail {
	margin-bottom: 0px;
}
.planning-box-home .thumbnail img {
	border-bottom: 2px solid #009695;
}
.planning-box-home h2 {
	color: #EDE8D4;
	margin: 20px 0px;
}
.season-box-home {
	float: right;
}
.season-box-home h2{
	color: #004A5C;
	font-family: Gotham; font-weight: normal;
	margin-top: 0px; margin-bottom: 25px;
}
.season-box-inner-home h2{
    color: #004A5C;
    font-family: Gotham; font-weight: normal;
    margin-top: 0px; margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
}
@media (max-width: 767px) {
	.season-box {
		float: left;
	}
	.season-box-home {
		margin-bottom: 25px;
	}
    .footer address {
        padding-left: 15px;
    }
}
.season-box-home ul, .season-box-inner-home ul {padding-left: 0px; list-style: none;}
.season-box-home li, .season-box-inner-home li { border-bottom: 1px solid #009695; padding: 8px 0px; }
.season-box-home li a, .season-box-inner-home li a, .cont-details { font-size: 15px; line-height: 18px; font-family: Gotham; font-weight: normal; color: #525252; }

.cont-details .newbutton { color: #EDE8D4; margin-top: 15px; }
.season-box-home li a span, .season-box-inner-home li a span { text-transform: uppercase; }
.cont.event{ padding-bottom: 10px; color: #332E1F; }
.cont.event .hgroup{ border-bottom: 1px solid #33897C; margin-bottom: 5px; padding-bottom: 5px; }
.cont.event .hgroup h5{ font-family: Gotham; font-weight: normal; text-transform: uppercase; margin: 0; }
.cont.event .hgroup span{ font-family: GothamMedium; font-weight: normal; color: #004A5C;}
.cont.event .hgroup span p{ font-family: GothamMedium; font-weight: normal; color: #332E1F;}
.cont.event .pn{ color: #33897c; font-family: Gotham; font-weight: normal; margin: 0; border: 0; }
.glanceeventTable{ margin-bottom: 5px; color: #332E1F;}
.glanceeventTable tr th{ font-family: Gotham; font-weight: normal; text-transform: uppercase; text-align: center; font-size: 13px; }
.glanceeventTable tr .title-date span{ display: block; }
.glanceeventTable tr th{ border-top: 0 !important; }
.glanceeventTable tr td{ font-size: 13px; padding: 5px !important; }
.glanceeventTable tr th:last-child, .glanceeventTable tr td:last-child{ border-right: 0 !important; }
.glanceeventTable tr th, .glanceeventTable tr td{ border-right: 1px solid #33897C; border-bottom: 1px solid #33897C; }

.contact-box-home { background: #fff;padding: 10px 0px; margin-top: 50px;}
.contact-box-home h2 {
	color: #004A5C;
}
.contact-box-home h2 a.newbutton { position: relative; top: -6px; margin-left: 15px; }

.newsbox { background: none; }
.newsbox h2 { margin: 40px 0px; }
.newsbox .news-item { border-right:2px solid #EDE8D4;  background: #004A5C;  -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;}

@media (max-width: 535px) {
   .newsbox .news-item {
      min-height: 420px; 
   }
}
@media (max-width: 486px) {
    .contact-box-home h2 a.newbutton {
        top: 6px;
    }
}
.contact-box-home h2 a.newbutton.dark-teal-bg.oatmeal:hover {
    background: #009695;
    color: #EDE8D4;
}
.newsbox .news-item:last-of-type { border-right: none; }  

.newsbox .news-item img {width: 100%; height: 158px; border-bottom: 2px solid #009695; opacity: 1;}
.newsbox .news-item:hover img {
    opacity: 0.8;
    transition: opacity 0.2s linear;
}
.newsbox .news-item:hover { background: #EDE8D4; transition: background 0.2s linear;}
.newsbox .news-item a.teaser { color: #EDE8D4; -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s; font-size: 18px; line-height: 24px; font-weight: normal; padding: 20px 0px; min-height: 140px; display: block;} 
.newsbox .news-item:hover a.teaser { color:#004A5C; text-decoration: none;}

/*Footer*/
.footer {
	background: #009695;
	color: #EDE8D4;
	margin-top: 0px;
	border-top: none;
}
.footer a, .footer h6, .footer i, .footer small, .footer address {
	color: #EDE8D4;
	font-weight: normal;
}
.footer i { padding-right: 6px;}
.footer a:last-of-type i { padding-right: 0px;}
.footer ul {list-style: none; padding-left: 0px;}
.bottom-footer {position: relative;}
.bottom-footer-left {position: absolute; bottom: 20px;}
/*endfooter*/

/*Fixtures*/
.step-heading .step .is, .step-heading .step.active .is {
    background: none;
    border-radius: 0px;
    border: 1px solid #004A5C;
    padding: 20px 15px; 
}
.step-heading .step.active {
    background: #004A5C;
}
.step-heading .step p {
    color: #004A5C;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.step-heading .step.active p {
    color: #EDE8D4;
}
#fixtures-table th, #fixtures-table .stand {
    vertical-align: middle;
    color: #EDE8D4 !important;
    font-family: GothamMedium;
    font-weight: 500 !important;
    padding: 20px 0px;
    font-size: 14px;
    line-height: 18px;
}
#fixtures-table .stand.smaller {
    font-size: 11px;
    line-height: 14px;
}

#fixtures-table thead th {
    padding: 16px 0px;
}
#fixtures-table i {
    color: #EDE8D4;
}
#fixtures-table .top_left_msg {
    font-family: Gotham;
    font-weight: normal !important;
    color: #004A5C !important;
    font-size: 22px;
    line-height: 26px;
    text-align: left;
    letter-spacing: -1.4px !important;
}
#fixtures-table {
  border-collapse: unset;
}
#fixtures-table tr:first-child th {
  border-top: 0;
}
#fixtures-table tr:last-child td {
  border-bottom: 0;
}
#fixtures-table tr td:first-child,
#fixtures-table tr th:first-child {
  border-left: 0;
}
#fixtures-table tr td:last-child,
#fixtures-table tr th:last-child {
  border-right: 0;
}
#fixtures-table tr {
    border-bottom: 1px solid #004A5C;
}
#fixtures-table tr.meet_row td {
    padding: 20px 0px 16px 0px;
}
#fixtures-table th, #fixtures-table td {
    border-right: solid 1px #EDE8D4;
    border-top: 0;
    border-bottom: 1px solid #004A5C;
    border-left: 0;
    font-family: GothamMedium;
}
#fixtures-table tr.meet_row td.meet_name {
    padding: 8px 0px;
}
#fixtures-table .meet_date, #fixtures-table .meet_title {
    font-family: Gotham;
    color: #004A5C;
    text-align: center;
    padding: 0px 15px;
    overflow-wrap: break-word;
}
#fixtures-table .meet_header {
    background: #7e7e7e;
    padding-left: 15px; 
    padding-right: 15px;
    border-top: 0;
    border-bottom: 1px solid #004A5C;
}
#fixtures-table .meet_name {
    border: 0;
    border-bottom: 1px solid #004A5C;
}
#fixtures-table h2.meet_link {
    margin: 0px;
    color: #EDE8D4;
    text-transform: uppercase;
    font-family: Gotham;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
}
#fixtures-table h2.meet_link a {
    color: #EDE8D4;
    text-transform: uppercase;
    font-family: Gotham;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
}
#fixtures-table tr td.ticket_price, #fixtures-table tr td.ticket_price a, #fixtures-table tr td.ticket_price div, #fixtures-table tr td.ticket_price span, #fixtures-table tr td.ticket_price a.buy-now, #fixtures-table tr td.ticket_price span.buy-btn { 
    color: #000;
}
#fixtures-table .admission_type {padding: 8px 5px;}
#fixtures-table .stand-COUNTY, #fixtures-table2 .stand-COUNTY {
    background-color: #004A5C;
    color: #000;
    font-family: GothamMedium;
    font-size: 13px;
    line-height: 16px;
}
#fixtures-table .admission_type-COUNTY {
    background-color: #bfd1d6;
}
#fixtures-table td.admission_type-COUNTY.has-buy-btn {
    background-color: #7fa4ad;
}
#fixtures-table .stand-MELROSE, #fixtures-table2 .stand-MELROSE {
    color: #000;
    background-color: #BF6527;
}
#fixtures-table .admission_type-MELROSE {
    background-color: #eed8c8;
}
#fixtures-table td.admission_type-MELROSE.has-buy-btn, #fixtures-table td.admission_type-MELROSE.is-sold-out {
    background-color: #deb192;
}

#fixtures-table .stand-PREMIER, #fixtures-table2 .stand-PREMIER {
    color: #000;
    background-color: #BF6527;
}
#fixtures-table .admission_type-PREMIER {
    background-color: #eed8c8;
}
#fixtures-table td.admission_type-PREMIER.has-buy-btn, #fixtures-table td.admission_type-PREMIER.is-sold-out {
    background-color: #deb192;
}

#fixtures-table .stand-PARADE, #fixtures-table2 .stand-PARADE {
    color: #000;
    background-color: #BF6527;
}
#fixtures-table .admission_type-PARADE {
    background-color: #eed8c8;
}
#fixtures-table td.admission_type-PARADE.has-buy-btn {
    background-color: #deb192;
}

#fixtures-table .stand-GRANDSTAND, #fixtures-table2 .stand-GRANDSTAND {
    color: #000;
    background-color: #933235;
}
#fixtures-table .admission_type-GRANDSTAND {
    background-color: #e3cbcc;
}
#fixtures-table td.admission_type-GRANDSTAND.has-buy-btn {
    background-color: #c89899;
}

#fixtures-table .stand-CLOCKTOWER, #fixtures-table2 .stand-CLOCKTOWER {
    color: #000;
    background-color: #009695;
}
#fixtures-table .admission_type-CLOCKTOWER {
    background-color: #bfe4e4;
}
#fixtures-table td.admission_type-CLOCKTOWER.has-buy-btn {
    background-color: #7fcac9;
}
#fixtures-table.hidden-md,  #fixtures-table.hidden-md table {table-layout: fixed; width: 100%;}

h1.heading__side--black {
    color: #332E1F !important;
    font-size: 38px;
    line-height: 50px;
}
ul.sideMenu { margin-top: 15px; }
ul.sideMenu li a {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 16px;
    color: #004A5C;
}
.innerhome-advertbox {
    margin-bottom: 25px;
     padding: 0px;
}
.innerhome-advertbox .textimgbox a img {
    width: 100%;
    max-width: 376px;
    margin: 0 auto;
    display: block;

}

.modal-content {background: #ede8d4 !important; border-radius: 0px !important;}
@media (max-width: 767px) and (min-width: 480px) {
    .dropWrap .menuContent {
        display: block !important; 
    }
}
@media (max-width: 479px) and (min-width: 0px) {
    .dropWrap .menuContent {
        display: none !important; 
    }
}
@media (max-width: 767px) and (min-width: 320px) {
    .navbar-nav > li {
        text-indent: 0px !important; 
    }
}
@media (max-width: 991px) {
    #fixtures-table .meet_header {
        padding: 25px;
    }
    #main2 {
        overflow-x: hidden !important;
    }
     .season-box-inner-home { 
        clear: both; margin: 0px 30px;
    }
    .bottom-footer-left {
        clear: both;
        position: relative;
        margin-top: 25px;
    }
}
/*End Fixtures*/
@media (max-width: 767px) {
    
    .latestnewsbox .row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .header-container .btn {
        float: none !important;
    }
    .container > .navbar-header {
        margin: 0px 15px !important;
    }
    .navbar-inverse .navbar-toggle {
        background: none !important;
        border: none !important;
    }
}

input.website_field { visibility: hidden; display: none; }
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
@media (min-width: 1300px) {
    .container {
        width: 1270px;
    }
}

table#SelectedSeats { padding: 15px; border: 1px solid #009695; border-collapse: collapse; width: 100%; font-weight: 400 !important;}

table#SelectedSeats th { border-bottom: 1px solid #009695; background:#004A5C ; color: #EDE8D4; text-align: center; padding: 4px;}
table#SelectedSeats td { text-align: center; padding: 4px;}

table#rod-packages { width: 100% ;padding: 15px; border: 1px solid #009695; border-collapse: collapse; }
table#rod-packages tr.white-row th {background: #EDE8D4; color:#004A5C; }

table#rod-packages th {  background:#004A5C ; color: #EDE8D4; text-align: center; padding: 8px; border: 1px solid #009695;}
table#rod-packages td { text-align: center; padding: 8px; border: 1px solid #009695;}
table#rod-packages tfoot th {  background: #EDE8D4; color:#004A5C;  }
table#rod-packages i.fa-check { color: #009695; }
table#rod-packages i.fa-times { color: #dd9695; }

#cart-seat-success-table {max-width: 600px; border: 1px solid #009695; border-collapse: collapse; margin-bottom: 25px;}
#cart-seat-success-table th { border-bottom: 1px solid #009695; background:#004A5C ; color: #EDE8D4; text-align: left !important; padding: 4px;}
#cart-seat-success-table td { text-align: left !important; padding: 4px;}
.insurance-alert {background:#009695 !important;}
.insurance-alert td.pr{color: #fff !important;}
#Rewards4RacingContent {
    width: 100%;
    max-width: 732px;
    background: #fff;
    border: none;
    float: left;
}

#Rewards4RacingContent .modal-title {
    color: #33897c;
    font-family: Gotham;
    text-transform: uppercase
}

#Rewards4RacingContent .modal-header {
    border:none;
    padding: 0;
}

#Rewards4RacingContent .modal-body {
    border: none;
     background: #fff;
    padding: 15px 30px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    float: left;
    color: #000;
}
#Rewards4RacingContent.success-page-modal .modal-body p{
    padding: 0px 60px;
}

#Rewards4RacingContent .modal-footer {
    border: none;
}
#Rewards4RacingContent a {
    color: #000;
    text-decoration: underline;
}

#Rewards4RacingContent a.close-r4r-modal {
    color: #aaa;
}
.button.r4r-button {
    background: #b0946c !important;
    border: 1px solid #b0946c;
    color: #fff !important;
    font-size: 16px;
    padding: 7px 15px;
    margin: 12px;
    display: inline-block;
    text-decoration: none !important;
    transition: all 0.2s;
} 
#Rewards4RacingContent .button.r4r-button:hover {
    background: #fff !important;
    color: #b0946c !important;
}
#r4rjourney1banner {
    background: #4D1D4D;
    padding: 25px;
    color: #fff;
    font-size: 17px;
    line-height: 26px;
    font-family: GothamMedium;
    font-weight: 500 !important;
}
#Rewards4RacingContent h2 {font-size: 20px; color: #b09f6c;}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
#r4rjourney1banner strong { font-family: Gotham; font-size: 20px; font-weight: bold !important; }
#r4rjourney1banner .button.r4r-button  {  font-size: 20px;
    padding: 7px 15px;}
#r4rjourney1banner img { width: 120px; }
.topup-content {
    width: 700px;
    border: none;
}

.topup-content .modal-title {
    color: #33897c;
    font-family: Gotham;
    text-transform: uppercase
}

.topup-content .modal-header {
    border-color: #33897c;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0
}

.topup-content .modal-body {
     font-family: GothamMedium;
    font-weight: 500 !important;
    border: none
}

.topup-content .modal-footer {
    border: none
}

.promolbl.r4rpurple, .promolbl.r4rgold {font-size: 14px;}
.btn-update {min-width: 86px;}
.r4rgold {color:#b0946c;}
.r4rgolfbg { background: #b0946c; color: #fff; }
.r4rpurple {color:#4D1D4D;}
.r4rpurpleborder {border: 1px solid #4D1D4D;}
.r4r_update_button, .r4rpurplebg {background: #4D1D4D !important; color: #fff; height: 36px;}
#r4r_redeem { border: 1px solid #4D1D4D !important;  background: #fff; }
#r4r_redeem:focus { border: 1px solid #4D1D4D !important; background: #fff; }
#r4r_redeem::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #2c343b !important;
}
#r4r_redeem::-moz-placeholder { /* Firefox 19+ */
  color: #2c343b !important;
}
#r4r_redeem:-ms-input-placeholder { /* IE 10+ */
  color: #2c343b !important;
}
#r4r_redeem:-moz-placeholder { /* Firefox 18- */
  color: #2c343b !important;
}
.psl_row td {
    padding: 10px 0px; text-align: center;
}

#ParkingArea ul {
  list-style-type: none;
  padding-left: 0px;
}

.available_psl_seat {
   display: inline-block; border-radius: 17px; width: 17px; height: 17px; background: #92c4e5; position: relative; top: 3px; margin: 0px 5px;
}
.available_psl_seat.poseur {
    background: #d45858;
}
.booked_psl_seat {
   display: inline-block; border-radius: 16px; width: 16px; height: 16px; background: #ddd; border: 1px solid #bbb; position: relative; top: 3px; margin: 0px 5px;
}


.mcl_key p {margin: 0; }
.available_mcl_seat {
   display: inline-block; border-radius: 17px; width: 17px; height: 17px; background: #004A5C; position: relative; top: 8px; margin: 5px 5px;
}
.available_mcl_seat.premium {
    background: #009695;
}
.available_mcl_seat.offer {
    background: #BF6527;
}
.booked_mcl_seat {
   display: inline-block; border-radius: 16px; width: 16px; height: 16px; background: #ddd; border: 1px solid #bbb; position: relative; top: 8px; margin: 5px 5px;
}

.mt-0 { margin-top: 0px !important; }

i.fa:before {
    font-weight: 900;
}
.panel-primary { border-color: #009695; }
.panel-primary > .panel-heading { border-color: #009695; color: #fff; background-color: #009695;}
tr.teal th { border-color: #009695; color: #fff; background-color: #009695; font-weight: normal; }
.update-cart-button {
    background-color: #004A5C;
    float: right;
    clear: right;
    position: relative;
    z-index: 99999;
}
.mb-2 {
    margin-bottom: 15px;
}
@media (min-width: 992px) {
    .md-mt50 {
        margin-top: 51px;
    }
}

.countdown-timer-seats {
    width: 100%;
    max-width: 600px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    height: auto;
    background-color: #000;
    background-color: rgba(0,0,0,0.9);
    color: #fff;
    text-align: center;
    padding: 20px;
    z-index: 99999999;
}
@media (max-width: 991px) {
    .countdown-timer-seats {
        width: 100%;
        max-width: 768px;
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: 0 auto;

    }
}
.countdown p.timer span {
    color: #fff;
    font-size: 26px;
}