html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}


html {
    font-size: 100%;
}

body {
    font-family: 'Lato', arial, helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
}

a, .ui-widget-content a{
    color: #000;
    text-decoration: none;
    display: inline-block;
}

a:hover, a:focus, .ui-widget-content a:hover{
    color: #000;
    text-decoration: underline;
}


#checkout a {/*MV added this for all links in checkout to be underlined*/
    text-decoration: underline;
}

#checkout a.btn {/*MV added this for all links in checkout to be underlined*/
    text-decoration: none;
}

.ui-widget-content{
    font-size: 14px;
}

hr {
	border-bottom: solid 1px #d8dcdd;
    clear:both;
    margin: 15px 0 30px;
}

.logo {
    height: 40px;
    margin: auto;
}

#logoLink{
    margin: auto;
    display: table;
    padding: 25px 0 15px;
}

.backLink {
    padding: 5px 75px;
}
.country_link {
    display:block;
    margin-bottom: 15px;
}

.country_link img {
    max-width: 40px !important;
    filter: drop-shadow(0px 2px 4px #bfbfbf);
}
/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4 {
    margin-top:0;
    color: #000;
    font-weight: 700;
}

.h1{
    font-size: 34px;
    font-weight: 700;
}

.h2{
    font-size: 26px;
    font-weight: 700;
}

h1.ui-accordion-header, h2.ui-accordion-header, h3.ui-accordion-header {
    margin-bottom: 0;
}

/* section#content{
    padding: 30px 0;
} */

section#categories{
    padding-bottom: 60px;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/
label {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 5px;
}

.checkoutForm label{
    font-size: 13px;
    font-weight: 700;
}

.dynform {
    border: 1px solid;
    margin-top: 1.25em;
    padding: 15px;
    clear:both;
}

div.accountInfo
{
    width: 42%;
}

/*input, select, textarea {
    border: 1px solid #000;
    color: #8a8c8e;
    margin-bottom: 8px;
    padding: 2px 5px;
    width: 100%;
    font-weight: normal !important;
}*/
input, select, textarea {
    margin-bottom: 15px;
    border: 1px solid #aaa;
    border-radius: 0;
    padding: 9px 8px 8px;
    width: 100%;
}

input:focus{
    border: 1px solid #000;
}

    input.calendarStyle {
        width:auto;
    }
.form-wrapper {
    background: #f5f6f7;
    border: 1px solid #d8dcdd;
    border-radius: 4px;
    padding: 1.5em;
}



/*span.required:not([style*="display:none"]) + input, span.required:not([style*="display:none"]) + span + input, span.required:not([style*="display:none"]) + span + span + input, span.required:not([style*="display:none"]) + select, span.required:not([style*="display:none"]) + span + select, span.required:not([style*="display:none"]) + span + span + select { /* (RADIO CHECKED) IMAGE STYLES *
    border:2px solid #ff3737;
  }*/

/*MV 29/11/19 Changed to positive match to fix issues when hiding elements (style chagnes from display:none to display: none*/
span.required[style*="display: inline"] + input, span.required[style*="display: inline"] + span + input, span.required[style*="display: inline"] + span + span + input, span.required[style*="display: inline"] + select, span.required[style*="display: inline"] + span + select, span.required[style*="display: inline"] + span + span + select { /* (RADIO CHECKED) IMAGE STYLES */
    border:2px solid #ff3737;
  }

.wts { 
    margin-bottom: 0;
    padding: 5px;
}

input[type="checkbox"], input[type="radio"] {
    margin-right: 8px;
    margin-top: 0;
    width: auto;
}

/*
input[type="submit"], input[type="button"], .btn-standard {
    background-color: #df5800;
    border: 0 none;
    color: #fff !important;
    font-size: 135%;
    margin-bottom: 0;
    padding: 2px 8px 3px 8px;
    text-align: center;
    float:right;
    width: auto;
    text-decoration:none;
}
a.btn-standard:hover, .btn-standard:hover, input[type="submit"]:hover, input[type="button"]:hover {
    color: #fff;
    text-decoration:none;
    background-color: #000;
}

input.btn-orange, span.btn-orange, a.btn-orange {
    background-color:#df5800;
    min-height:44px;
    color:#ffffff;
    text-align:center;
    font-size:140%;
    border:1px solid #df5800;
    text-decoration:none;
}*/

.btn{
    border-radius: 0;
    text-transform: uppercase;
}

.btn:hover{
    background: #C4C4C4;
}

.btn-primary {
    border: 0;
    background: #000;
    width: 100%;
    margin-top: 32px;
    padding: 7px 0;
}

.btn-primary:hover {
    background: rgb(51,51,51);
}

.btn-buy {
    background: rgb(0,0,0);
    color: #fff;
    padding: 9px 15px;
}
.btn-buy:hover {
    background: rgb(51,51,51);
    color: #fff;
}
/* .btn-buy:hover:before, .btn-buy:hover:after {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b12522), to(#d32c28));
  background-image: -webkit-linear-gradient(#b12522, #d32c28);
  background-image: -moz-linear-gradient(#b12522, #d32c28);
  background-image: -o-linear-gradient(#b12522, #d32c28);
  background-image: linear-gradient(#b12522, #d32c28);
}
.btn-buy:before, .btn-buy:after {
  content: "";
  position: absolute;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f08721), to(#d32c28));
  background-image: -webkit-linear-gradient(#f08721, #d32c28);
  background-image: -moz-linear-gradient(#f08721, #d32c28);
  background-image: -o-linear-gradient(#f08721, #d32c28);
  background-image: linear-gradient(#f08721, #d32c28);
  top: -2px;
  bottom: -2px;
  width: 2px;
} */
.btn-buy:before {
  left: -2px;
}
.btn-buy:after {
  right: -2px;
}

.btn-details {
    border: 0;
    background: #000;
    color: #fff!important;
    width: 100%;
    padding: 7px 0;
}

.btn-details:hover {
    background: #333;
}

.btn-checkout {
    border: 0;
    background: #e6007e;
    color: #fff!important;
    width: 100%;
    padding: 7px 0;
}

.btn-checkout:hover {
    background: #ff1a97;
}

.btn-default {
    background-color: #fff;
    border: 1px solid #000;
    color: #000 !important;
}

.btn-default:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff !important;
}

.btn-width { display: inline-block; max-width: 100%; width:262px; }

.ui-datepicker{
    border-radius: 0!important;
    border: 1px solid #000;
    background: #fff;
    padding: 0;
}

.ui-widget-header {
    background: #000 none repeat scroll 0 0;
    border-color: #000;
    border-radius: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid#000;
    background: #fff;
    color: #000;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    border: 1px solid#aaa;
    background: #fff;
    color: #aaa;
}

.ui-datepicker-unselectable.ui-state-disabled{
    border: none;
}

.ui-datepicker .ui-datepicker-title {
    font-weight: 400;
}

.ui-datepicker-prev.ui-corner-all.ui-state-disabled{
    background: #000;
    border-radius: 0;
}

.ui-datepicker-prev.ui-corner-all{
    border-radius: 0;
}

.ui-datepicker-next.ui-corner-all{
    border-radius: 0;
    background: #000;
    border: 1px solid #fff;
}

/*.dynform*/ 
.required 
{
    color:#d32c28;
    float:right;
    width:50%;
    clear:none;
    display:inline;
    text-align: right;
    font-size: 88%;
}
.requiredWidthAuto {
    width:auto;
}
/*.dynform*/ 
.requiredSummary
{
    color:#d32c28;
    border: 1px solid #d32c28;
    border-radius: 0;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fff;
}

.requiredSummary:empty
{
    display:none;
}
/* MISC  
----------------------------------------------------------*/

/* Text */
.relative { position:relative;}

.line-height { line-height: 110%; }

.text-left  {text-align:left;}
.text-center{ text-align: center; }
.text-right {text-align:right;}
.uppercase  { text-transform: uppercase; }
.vertical-center { vertical-align: middle; }

.huge       { font-size: 250% !important; }
.biggest    { font-size: 200% !important; }
.bigger     { font-size: 170% !important; }
.big        { font-size: 140% !important; }
.regular    { font-size: 130% !important; }
.medium     { font-size: 105% !important; }

.fwLighter  { font-weight: 400; }
.fwRegular  { font-weight: 500;  }
.fwBold     { font-weight: 700;    }
.fwBolder   { font-weight: 900;  }

/* Color Scheme */
.text-white	{ color: #ffffff !important; }
.text-red   { color: #ff3737 !important; }
.text-black { color: #000000 !important; }
.text-blue  { color: #000 !important; }
.text-green { color: #595657 !important; }
.text-grey  { color: #434d52 !important; }
.text-gold  { color: #444444 !important; }
.text-orange, a.text-orange{ color: #DF5800 !important; }

.pin-red { color: #c72128; }
.tw-blue { color: #28a8e0; }
.fb-blue { color: #3c5b9a; }

.tick-orange {
    background-image: linear-gradient(to right, #444444, #b2a584);
    background-repeat: no-repeat;
    border-radius: 16px;
    border-color: #444444;
    display: block;
    float: left;
    height: 22px;
    margin-right: 12px;
    margin-top: 0px;
    width: 22px;
    text-align: center;
    padding: 2px;
    font-size: 0.7em;
    color: #fff;
}
.multi-tick .tick-orange {
    margin-right: 2px;
}
.multi-tick .tick-orange:last-child {
    margin-right: 12px;
}

.bg-light   { background-color: #fafafa; }
.bg-dark    { background-color: #262626; color: #fff; } .bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4 { color: #fff; }
.bg-darker  { background-color: #545954; }
.bg-green   { background-color: #595657; }
.bg-orange  { background-color: #DF5800; }
.bg-grey    { background-color: #eee; }
.bg-white   { background-color: #FFFFFF; }
.bg-black   { background-color: #000000; }
.bg-pink    { background-color: #7e1b47; }
.bg-blue    { background-color: #000; }
.bg-gold    { background-color: #444444; }

a.link-white { color: #fff; }

/* Global settings */
.padTop0em      { padding-top: 0em;}
.padTop02em     { padding-top: 0.2em;}
.padTop05em     { padding-top: 0.5em;}
.padTop1em      { padding-top: 1em;}
.padTop15em     { padding-top: 1.5em;}
.padTop2em      { padding-top: 2em;}
.padTop25em     { padding-top: 2.5em;}
.padTop3em      { padding-top: 3em;}
.padTop35em     { padding-top: 3.5em;}

.padLeft0em     { padding-left: 0em;}
.padLeft05em    { padding-left: 0.5em;}
.padLeft1em     { padding-left: 1em;}
.padLeft15em    { padding-left: 1.5em;}
.padLeft2em     { padding-left: 2em;}
.padLeft25em    { padding-left: 2.5em;}
.padLeft3em     { padding-left: 3em;}
.padLeft35em    { padding-left: 3.5em;}
.padLeft9em     { padding-left: 7.5em;}

.padRight0em    { padding-right: 0;}
.padRight05em   { padding-right: 0.5em;}
.padRight1em    { padding-right: 1em;}
.padRight15em   { padding-right: 1.5em;}
.padRight2em    { padding-right: 2em;}
.padRight25em   { padding-right: 2.5em;}
.padRight3em    { padding-right: 3em;}
.padRight35em   { padding-right: 3.5em;}

.padBottom3px   { padding-bottom: 3px;}
.padBottom0em   { padding-bottom: 0; }
.padBottom05em  { padding-bottom: 0.5em; }
.padBottom1em   { padding-bottom: 1em; }
.padBottom15em  { padding-bottom: 1.5em; }
.padBottom2em   { padding-bottom: 2em; }
.padBottom25em  { padding-bottom: 2.5em; }
.padBottom3em   { padding-bottom: 3em; }
.padBottom35em  { padding-bottom: 3.5em; }
.padBottom4em   { padding-bottom: 4em; }
.padBottom5em   { padding-bottom: 5em; }

.margTop0em     { margin-top: 0em;}
.margTop05em    { margin-top: 0.5em;}
.margTop1em     { margin-top: 1em;}
.margTop15em    { margin-top: 1.5em;}
.margTop2em     { margin-top: 2em;}
.margTop25em    { margin-top: 2.5em;}
.margTop3em     { margin-top: 3em;}
.margTop35em    { margin-top: 3.5em;}
.margTop4em     { margin-top: 4em;}
.margTop5em     { margin-top: 5em;}
.margTop-8em    { margin-top: -8em;}
.margTop22px    { margin-top:22px;}

.margBottom0em  { margin-bottom: 0 !important;}
.margBottom05em { margin-bottom: 0.5em;}
.margBottom1em  { margin-bottom: 1em;}
.margBottom15em { margin-bottom: 1.5em;}
.margBottom2em  { margin-bottom: 2em;}
.margBottom25em { margin-bottom: 2.5em;}
.margBottom3em  { margin-bottom: 3em;}
.margBottom35em { margin-bottom: 3.5em;}

.margLeft0em    { margin-left: 0 !important; }
.margLeft05em   { margin-left: 0.5em; }
.margLeft1em    { margin-left: 1em; }
.margLeft15em   { margin-left: 1.5em; }
.margLeft2em    { margin-left: 2em; }
.margLeft25em   { margin-left: 2.5em; }
.margLeft3em    { margin-left: 3em; }
.margLeft35em   { margin-left: 3.5em; }

.margRight0em   { margin-right: 0 !important; }
.margRight05em  { margin-right: 0.5em; }
.margRight1em   { margin-right: 1em; }
.margRight15em  { margin-right: 1.5em; }
.margRight2em   { margin-right: 2em; }
.margRight25em  { margin-right: 2.5em; }
.margRight3em   { margin-right: 3em; }
.margRight35em  { margin-right: 3.5em; }
.margRightNeg   { margin-right: -15px; }

.fLeft	{float:left;}
.fRight	{float:right;}
.clear	{clear:both;}
.block  {display:block;}
.noPad	{padding:0px !important;}
.noMarg	{margin:0px !important;}

.border-pink {
    border-bottom: 10px solid #7e1b47;
}
.pointer{cursor:pointer;}

.width-10 { width: 10% !important; }
.width-20 { width: 20% !important; }
.width-30 { width: 30% !important; }
.width-40 { width: 40% !important; }
.width-50 { width: 50% !important; }
.width-60 { width: 60% !important; }
.width-70 { width: 70% !important; }
.width-80 { width: 80% !important; }
.width-100 { width: 100% !important; }

.border {
    border: 2px solid #444444;
}

.border-top-bottom {
    border-top: 1px dotted #595657;
    border-bottom: 1px dotted #595657;
}
.border-top {
    border-top: 1px dotted #595657;
}
.border-bottom {
    border-bottom: solid 1px #d8dcdd;
}

.border-left {
    border-left: 1px dotted #595657;
}
.border-right {
    border-right: 1px dotted #595657;
}
.border-left-right {
    border-left: 1px dotted #595657;
    border-right: 1px dotted #595657;
}

.border-left-dotted  {
    border-left: 1px dotted  #595657;
}

#footer .border-top-bottom, #footer .border-left {
    border-width: 1px;
    border-color: #595657;
}

.pod > div {
    position: relative;
}

.podLink {
    background-color: rgba(204, 204, 204, 0.01);
    height: 100%;
    margin-top: -0.5em;
    overflow: hidden;
    position: absolute;
    text-indent: 10000%;
    white-space: nowrap;
    width: 100%;
    z-index: 1;
    left: 0;
    bottom: 0;
}

.long-pod {
    float: left;
    width: 100%;
}

.long-pod h1 {
    float: left;
    font-size: 265%;
    line-height: 105%;
    margin-bottom: 0;
    max-width: 390px;
    padding: 15px 20px 0;
}

.long-pod img {
    float: right;
}

.img-strip {
    padding: 25px 0;
    height: 350px;
}


.infowindow {
    background-color: #444444;
    padding: 10px;
}

.infowindow a {
    background-color: #7e1b47;
    color: #fff;
    display: inline-flex;
    float: right;
    padding: 1px 4px;
    text-decoration: none;
}

/*@media only screen and (min-width : 768px) {
    .is-table-row {
        display: table;
    }
    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
}*/

 /*##### menu overrides #####*/
 .menu {
    clear: both;
}

 .navbar-default {
    background-color: #FFF !important;
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 100%);
    border: medium none !important;
    border-radius: 0 !important;
    /*text-transform: uppercase;*/
    font-size: 100%;
    box-shadow: none;
}

.navbar {
    margin-bottom: 0;
    min-height: 0;
    padding: 15px 30px;
}


.navbar-nav img{
    margin-top: -6px;
}

.navbar-brand, .navbar-nav > li > a {
    text-shadow: unset;
}

.navbar-nav > li > a {
    padding: 0px 15px;
    color: #000 !important;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    line-height: 18px;
    font-size: 100%;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    background: none;
}

/* .navbar-nav > li:first-child > a {
    padding-left: 0 !important;
} */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #444444 !important;
}
/*.navbar-nav > li {
    border-right: 2px solid #000;
}*/
.navbar-nav > li:last-child {
    border-right: medium none;
}
.navbar-nav > li:last-child > a {
    padding-right: 0;
}
/* .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
} */

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active {
    color: #444444 !important;
    background-color: transparent !important;
}

.navbar-toggle {
    border: none !important;
    border-radius: 0px;
    padding: 0 !important;
    position: absolute;
    left: 30px;
    top: 35px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000 !important;
    border-radius: 0;
    display: block;
    height: 4px;
    width: 40px;
}

.navbar-default .navbar-toggle:hover > .icon-bar, .navbar-default .navbar-toggle:focus > .icon-bar {
    background-color: #000 !important;
}

.dropdown-menu {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #444444;
    border-color: -moz-use-text-color rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15);
    -o-border-image: none;
            border-image: none;
    border-radius: 4px;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    font-size: inherit !important;
}

.dropdown-menu > li > a {
    color: #fff;
    text-decoration:none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #000;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #000 !important;
}

.navbar-nav > li > ul::before, .navbar-nav > li > ul::after {
    border-color: transparent transparent #444444;
    border-style: dashed dashed solid;
    border-width: 9px;
    content: "";
    height: 0;
    left: 18px;
    overflow: hidden;
    position: absolute;
    top: -18px;
    width: 0;
}

.dropdown-menu > li > ul::before, .dropdown-menu > li > ul::after {
    border-color: transparent #444444 transparent transparent;
    border-style: dashed solid solid dashed;
    border-width: 9px;
    content: "";
    height: 0;
    left: -18px;
    overflow: hidden;
    position: absolute;
    top: 8px;
    width: 0;
}

.dropdown-menu > li > ul {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -31px !important;
    margin-left: 103% !important;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
    color: #000 !important;
}

.footer-nav {
    list-style: outside none none;
    margin:0;
    display:inline-block;
    padding-left: 0;
    /*font-size: 90%;*/
}
.footer-nav > li {
    float: left;
    display: block;
    position: relative;
}

.footer-nav > li > a {
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
}
.footer-nav > li:first-child > a {
    padding-left: 0 !important;
}

.footer-nav > li {
    /*border-right: 1px solid #000;*/
    line-height: 100%;
}
.footer-nav > li:last-child {
    border-right: medium none;
}
.footer-nav > li:last-child > a {
    padding-right: 0;
}


.adminLogin {position:absolute;
             top:40px;
             margin-left:14px;
}
.cardMessage {
    font-size: 16px;
    width: 355px;
    overflow:hidden;
    resize:none;
}

.listPreference > li {
    vertical-align:top;
}
.listPreference > li > label {
    vertical-align:top;
    width:80%;
}
.toggle, .toggle-group {
    display:inline-block;
    vertical-align:top;
    border-radius:18px;
}
.toggle-group > label,.toggle-group > label:hover {
    width:auto;
    text-align:left;
    font-size:100%;
    vertical-align:top;
    border:0;
}
.toggle-group > .toggle-handle{

    border-radius:15px;
}

@media only screen and (max-width: 991px) {
    .menu {
        float: none;
        /* margin-top: 3.5em; */
        text-align: right;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-nav > li > ul::before, .navbar-nav > li > ul::after {
        border: none;
    }
    /* .navbar-nav > li:first-child > a {
        padding-left: 15px !important;
    } */
    /* .navbar-toggle {
        display: block;
        margin-right: 0;
    } */
    .navbar {
        padding: 15px 50px 15px 0px;
        border: none;
    }
    .navbar-collapse {
        border-top: none;
        box-shadow: none;
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}

    /* .navbar-collapse.collapse {
        display: none!important;
    } */
    .navbar-nav {
        float: none!important;
        width: 100%;
	}
    .nav > li {
        border-right: none !important;
    }
	/* .navbar-nav>li {
        float: none;
    } */
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0 !important;
    }
    /* .collapse.in{
  		display:block !important;
	} */
    .navbar-nav .open .dropdown-menu {
        background-color: transparent;
        border: 0 none;
        box-shadow: none;
        float: none;
        margin-top: 0;
        position: static;
        width: auto;
    }
    .navbar-default .navbar-toggle .icon-bar {
    }

    .navbar-default .navbar-toggle:hover > .icon-bar, .navbar-default .navbar-toggle:focus > .icon-bar
    {
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    }
    .navbar-default .navbar-nav > .open > a .sub-arrow, 
    .navbar-default .navbar-nav > .open > a:hover .sub-arrow, 
    .navbar-default .navbar-nav > .open > a:focus .sub-arrow {
    }

    .navbar-nav .open .dropdown-menu {
    }
    .dropdown-menu > li > a {
        color: #777;
    }
    .dropdown-menu > li > a:hover {
    }

    .backLink {
        padding: 5px 30px;
    }

}


/* misc */
/*.order_summary > tbody > tr > td > table > tbody > tr > td > a {
    padding: 0 4px;
}*/
.order_summary > tbody > tr.order_summary_pager > td > table > tbody > tr > td > a {
    margin-right:5px;
}

.order_summary > tbody > tr.order_summary_pager > td > table > tbody > tr > td > span {
    background-color: #e6007e;
    color: #fff;
    border-radius: 10px;
    padding: 1px 6px 2px;
    margin-right:5px;
}

.order_summary > tbody > tr > td, .order_summary > tbody > tr > th {
    padding-top: 5px;
    padding-bottom: 5px;
}

.order_summary > tbody > tr > td {
    vertical-align:middle;
    border-top: 1px solid #aaa;
}
.table thead th {
    border-bottom: 2px solid #444444;
    vertical-align: bottom;
    /*text-transform: uppercase;*/
}
.thead-default th {
    background-color: #444444;
    color: #FFF;
}
.table th {
    border-top: 1px solid #444444;
    padding: 0.75rem;
    vertical-align: top;
}

.item_list_ul {
    list-style-image: none;
    list-style-type: none;
    padding-left: 15px;
    padding-top: 10px;
}
.opt_in_items {
    padding-top: 0px;
    padding-left: 0;
}
.opt_in_items input[type="checkbox"], .opt_in_items input[type="radio"] {
    float: left;
    margin-right: 8px;
    margin-top: 4px;
}
#header { 
    position: relative; 
    background: #fff;
}

#footer {
    padding: 40px 15px 44px;
    color: #000;
}

#footer p {
    font-weight: 400;
    /* font-size: 10px; */
    font-size: 12px;
    color: #000;
}

#footer .copyright, .terms-conditions{
    font-size: 12px;
    color: #000;
    line-height: 22px;
}

#footer .copyright a, .terms-conditions a{
    color: #000;
    text-decoration: underline;
}

#footer .copyright a:hover, .terms-conditions a:hover{
    color: #000;
    text-decoration: none;
}


@media only screen and (max-width: 991px) {
    #categories  h1 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 500px) {
    #categories .col-xs-6 {
        width: 100% !important;
    }
}

#categories h1 {
    padding: 12px 20px 4px;
}

.section-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 0;
}

/*#content section {
    margin-top: 1.5em;
}*/

.imageSectionContent {
    background-color:rgba(246,239,224,0.75);
    padding:1em;
    margin: 2em 0 2em 0;
    overflow:auto;
}

.imgHolder {
    margin:15px 0;
    overflow-x:auto;
    white-space:nowrap;
    position:relative;
}
.imgHolder img  {max-width:100%; max-height:150px;}

.cartMessage {display:none;}

.cartHeader {
    font-weight:700;
    font-size: 13px;
    line-height: 12px;
    padding: 15px 0;
    letter-spacing: 1px;
    background: #fafafa;
}

.basket-outline{
    background: #eee;
    border-radius: 0;
}

.basket-outline .row:not(:last-child){
    border-bottom: solid 1px #d8dcdd;
}

.basket-totals{
    width: 100%;
    float: right;
    padding: 20px;
}

.basket-totals h4{
    margin: 0;
}

/* input[type=submit], span.btn-blue, a.btn-blue {
    background-color: #2c337e;
    border: 0 none;
    color: #fff;
    float: left;
    font-size: 135%;
    font-weight: bold;
    margin-bottom: 0;
    padding: 2px 10px;
    text-align: center;
    width: auto;    
    float:right;
}

input.btn-orange, span.btn-orange, a.btn-orange {
    background-color:#df5800;
    min-height:44px;
    color:#ffffff;
    text-align:center;
    font-size:140%;
    border:1px solid #df5800;
    text-decoration:none;
    padding: 2px 10px;
}

.btn-orange.plain{
    display:block;
    cursor:pointer;
    padding-top:5px;
}

input.btn-greenArrow {
    background-color: #000;
    background-image: url("/images/arrow_green-bg_right.png");
    background-position: right center;
    background-repeat: no-repeat;
    border: 0 none;
    clear: both;
    color: #fff;
    float: left;
    padding: 5px 0;
    width: 100%;
    font-size: 1.1em;
    margin-bottom: 0;
}

input.btn-greenArrow-orange {
    background-color: #df5800;
    background-image: url("/images/arrow_green-bg_right.png");
    background-position: right center;
    background-repeat: no-repeat;
    border: 0 none;
    color: #fff;
    font-size: 135%;
    font-weight: bold;
    margin-bottom: 0;
    padding: 2px 40px 2px 10px;
    text-align: left;
}

.white-arrow-blue input[type=text] {
    height:46px;
    border:1px solid #2c337e;
    width:80%;
}

input.widthAuto, select.widthAuto, textarea.widthAuto {
    width:auto;
}
*/
/* FACEBOOK */
.fbLoginButton 
{
    background-image:url(/images/fb_login_bg.png);    
    color:#fff;
    border:1px solid #29447e;
    border-radius: 3px;
    min-height:40px;
    padding:9px 12px 0 50px;
    cursor:pointer;
    width:220px;
}
.fbLoginNote 
{
    clear:both;
    margin-left: 5.5em;
    padding: 1em 0 0 0;
}

.win {
    background-color: #444444;
    color: #fff;
    float: right;
    padding: 15px 14px 13px;
    position: relative;
    /*font-size: 120%;*/
    font-size: 150%;
    /*text-transform: uppercase;*/
    border-right: 1px solid #fff;
    line-height: 14px;
}

#PanelLoginNote {
    float: right;
    padding-right: 15px;
    padding-top: 10px;
}

.top-bar {
    position: absolute;
    right: 30px;
    top: 0;
    /*text-transform: uppercase;
    color: #000;
    /*font-size: 115%;*/
    padding-top: 20px;
    display: block;
}
.top-bar a {
    color: #000;
}
.top-bar a:hover {
    color: #444444;
}

#PanelLogin, #loggedIn {
    background: #fff;
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
    padding: 20px;
    position: absolute;
    right: -20px;
    top: 12px;
    width: 280px;
    
}

#PanelLogin input[type="text"], #PanelLogin input[type="password"] {
    margin-bottom: 10px;
    border: 1px solid #000;
    border-radius: 0;
}

#PanelLogin label{
    color: #000;
    font-size: 11px;
}

#PanelLogin a{
    color: rgb(128, 128, 128);
    font-size: 11px;
}

#PanelLogin a:hover{
    color: rgb(128, 128, 128);
    text-decoration: underline;
}

#PanelLogin .login-links{
    margin-top: 15px;
    display: inline-block;
    width: 100%;
    font-size: 11px;
    text-align: center;
}

#PanelLoginBox,.pnlLoggedIn {
    display: inline-block;
    padding: 12px 6px 12px 14px;
    line-height: 100%;
}

/*.pnlLoggedIn {
    border-right: 1px solid #fff;
    float: left;
    line-height: 18px;
    padding: 20px 14px;
}*/

#loginLink:hover, #loginLink1:hover {
    color: #444444;
}
#loggedIn {
    /*float:right;*/
}

#loginName {
    margin-bottom:15px;
        /*display: inline-block;
    padding: 12px 6px;
    line-height: 100%;*/
}

#loginName:empty {
    margin:0;
}
.cartContents {
    display: inline-block;
    padding: 12px 6px;
    line-height: 100%;
}

#banner {
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #b2b2b2;
}
#banner a {
    text-decoration:none;
}

/* banner */
.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
    background: none repeat scroll 0 0 transparent !important;
}
.rsSlide .container {
    position: relative;
    height: 100%;
}
.bannerDescription {
    bottom: 2%;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1000;
}
.bannerDescription > div > img {
    display: unset;
    margin: auto;
}
.bannerDescription h1 { 
    margin:0;
    font-size: 300%;
    line-height: 100%;
    color: #fff;
}
.banner-overlay h1 {
    font-size: 400%;
    line-height: 110%;
    margin: 0;
    padding-top: 15%;
}
.bannerDescription h2 {
    margin:0;
    font-size: 185%;
    line-height: 110%;
}
.bannerDescription p { 
    color: #fff;
    font-size: 100%;
    line-height: 120%;
    margin-top: 0;
    padding-left: 15%;
    padding-right: 15%;
}
.banner-overlay {
    position: absolute;
    z-index: 2000;
    width: 100%;
}

.banner-overlay .responsive-img {
    max-width: 100%;
    height: auto;
}

.rsDefault .rsBullets {
    background: transparent none repeat scroll 0 0;
    line-height: 30px;
    overflow: visible;
    right: 49%;
    bottom: 0%;
    width: auto;
    left: auto;
}

.rsDefault .rsBullet.rsNavSelected span {
    background-color: #fff;
}

.rsDefault .rsBullet {
    width: 16px;
}

.rsDefault .rsBullet span {
    background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
    height: 10px;
    width: 10px;
    border: 1px solid #fff;
}

.contentSlider {
  width: 100%;
}
.contentSlider,
.contentSlider .rsOverflow,
.contentSlider .rsSlide,
.contentSlider .rsVideoFrameHolder,
.contentSlider .rsThumbs {
  color: #000;
}

.contentSlider .rsSlide,
.contentSlider .rsOverflow {
  background: #eee;
}

.contentSlider .rsImg {
  position: absolute;
  z-index: 1;
}

.royalSlider * {
    -webkit-backface-visibility: hidden;
}

.gold-strip {
    background-color: #444444;
    background-image: url("/images/sparkles-bar.png");
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}
.gold-strip h1 {
    color: #fff;
    font-size: 450%;
    line-height: 100%;
    margin: 16px 0 7px;
    text-shadow: 2px 2px rgba(40, 29, 43, 0.6);
    display: none;
}

.gold-strip h2 {
    color: #fff;
    font-size: 250%;
    line-height: 90%;
    margin: 0;
    padding: 12px 0 5px;
}
#gtgot {
    margin-bottom: 1.5em;
}
#gtgot.gold-strip, #tokenline.gold-strip {
    height: 35px;
}
#gtgot.gold-strip {
    background-position: center top;
}
#tokenline.gold-strip {
    background-position: center bottom;
}

.totm {
    position: relative;
}
.totm-title {
    left: 25px;
    position: absolute;
    top: 18px;
    z-index: 1000;
}
/*.totm-title > p {
    color: #444444;
    font-size: 198%;
    margin: 0;
    text-transform: uppercase;
}*/
.totm-title > p {
    background-color: rgba(187, 154, 97, 0.75);/*rgb(162, 144, 97)*/
    color: #fff;
    display: inline-block;
    font-size: 195%;
    line-height: 66%;
    margin: 0 0px;
    padding: 12px 12px 5px;
    /*text-transform: uppercase;*/
}
.totm-title > h2 {
    color: #fff;
    font-size: 240%;
    background-color: rgba(187, 154, 97, 0.75);
    padding: 4px 12px 2px;
}

/* Fallback for web browsers that doesn't support RGBa
background: rgb(187, 154, 97); */
/* RGBa with 0.6 opacity
background: rgba(187, 154, 97, 0.75); */
/* For IE 5.5 - 7
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);*/
/* For IE 8
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";*/

.overlay-box {
    border: 2px solid #444444;
    color: #fff;
    background-color:rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 15px 12px;
    width: 58%;
    margin-left: auto;
    margin-right: auto;
}

.overlay-box h1, .overlay-box h2, .overlay-box h3 {
    color: #fff;
}


.overlay 
{
    position:fixed;
    left:0px;
    top:0px;
    text-align:center;
    padding-top:200px;
    width:100%;
    height:100%;
    background-color:#fff;
    background-color:rgba(0, 0, 0, 0.5);
    z-index:1500;
}

.overlayContent 
{
    width:50%;
    padding:20px;
    border:1px solid #444444;
    position:fixed;
    top:145px;
    left:50%;
    margin-left:-25%;
    margin-top:0;
    z-index:1501;
    background-color:#fff;
 
}
.overlayContentAbs {
        position:absolute;
}

/*Content image max widths*/
#content div.container img {
    max-width:100%;
    height:auto;
}


.addressItem {
    display: inline-block;
    margin-bottom: 30px;
    min-height: 295px;
    padding: 15px 14px 15px;
    width: 100%;
}

.checkoutProgress {
    text-align:center;
    position:relative;
}

.checkoutProgress div.checkoutChevron {
    background-image: url(/images/chevron_grey.png);
    background-repeat: repeat-x;
    width:80%;
    height:7px;
    position:absolute;
    left: 10%;
    top:27px;
}
.checkoutProgress div.checkoutChevronCompleted {
    background-image: url(/images/chevron_pink.png);
    background-repeat: repeat-x;
    width:0;
    height:7px;
    position:absolute;
    left: 10%;
    top:27px;
}

a.checkoutProgressLink {
    color: #16191b;
    display:inline-block;
    padding:3px 5px;
    text-align:center;
    width:auto;
}
a.checkoutProgressLink:hover {
    text-decoration:none;
    color: #000;
}
a.checkoutProgressLink:hover > span.checkoutStage {
    background-color:#e6007e;
}
a.checkoutProgressLink > span.checkoutStage {
    display:inline-block;
    width:23px;
    height:23px;
    background-color:#d8dcdd;
    border-radius:18px;
    padding-top:1px;
    color:#fff;
    font-weight:bold;
    margin-left:auto;
    margin-right:10px;
}
a.checkoutProgressCurrent {
    color: #000;
}


a.aspNetDisabled {
    color:#8a8c8e;
    text-decoration:none;
}
    a.aspNetDisabled > span.checkoutStage {
        background-color:#c3c1c1;
    }
a.aspNetDisabled:hover {
    color:#8a8c8e;
}
a.aspNetDisabled:hover > span.checkoutStage {
        background-color:#c3c1c1;
}
a.checkoutProgressCurrent > span.checkoutStage {
    background-color:#e6007e;
}

ul.deliveryDateOption {
    list-style:none;
    padding:0;
    margin: 10px 0;
    float:left;
    /*width:100%;*/
}
ul.deliveryDateOption li {
    float:left;
    display:block;
    background-color: #fff;
    border: 1px solid #000;
    margin-right: 15px;
    padding: 5px 10px 2px 10px;
}
ul.cardList {
    width:100%;
}

ul.cardList li {
    float:right;
    clear:right;
    margin-bottom:5px;
    margin-right:0;
    width:100%;
}
ul.cardList li label {
    text-align: left;
    display: block;
    width: 90%;
    float: right;
    vertical-align: middle;
}

ul.cardList li img {
    float:right !important;
}

a.continueShoppingLink {
    display:block;
    /*padding:0.5em;*/
    float:left;
    width:100%;
}
    a.continueShoppingLink:hover, a.continueShoppingLink2:hover {
        /*color:#000;*/
        text-decoration:none;
    }
.continueShoppingLink h2 {
    color: #fff;
    margin-bottom: 0;
}
input.promoTextBox {
    clear:both;
    width:75%;
    float: left;
    padding: 6px 8px;
    height: 34px;
}

input.promoButton {
    width:25%;
    float: left;
    padding: 7px 8px;
    height: 34px;
}

.az {
    margin: 3px 0 0;
    padding: 0;
}
.az li {
    float: left;
    list-style-type: none;
    margin-right: 5px;
    line-height: 100%;
}


.expandable {
border-top:1px solid #000; border-bottom:1px solid #000;

}
.expandable > h4 {
    margin: 12px 0;
}
.expandable > h4 > a {
    display:block;
    background-image: url("/images/arrow-down.png");
    background-position: right center;
    background-repeat: no-repeat;
}
.expandable > h4 > a.expanded {
    background-image: url("/images/arrow-up.png");
}

.expandable > div {
margin: 0 0 12px 0;
}

.accordion h3 {
    color: #000;
}

.ui-accordion-header.ui-state-default {
    background-color: #f6efe0;
    background-image: url("/images/accordion_arrow-right.png");
    background-position: right center;
    background-repeat: no-repeat;
    border-color: transparent;
    border-radius: 0;
    cursor: pointer;
    display: block;
    font-size: 24px !important;
    margin-top: 5px;
    padding: 10px 20px !important;
}

.ui-accordion-header.ui-state-default:hover {
    background-color: #000;
    color: #fff;
}

.ui-accordion-header.ui-state-active {
    background-image: url("/images/accordion_arrow-bottom.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #000;
    padding: 10px 20px;
    color: #fff;
}

.ui-accordion-content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #000 !important;
    border-radius: 0;
    color: #000;
    padding: 15px 20px !important;
}

.accordion .ui-state-default .ui-icon {
    display: none;
}


.accordion .card {
    box-shadow: 0 1px 0 0 #efeeef;
}

.card-header {
    padding: 1rem 1.25rem !important;
}

    .card-header h4 {
        font-size: 16px;
        margin-bottom: 0;
    }

.accordion .card-body {
    padding: 1rem 1.25rem;
    width: 92%;
}

.catBox h2 {
    /*color: #fff;
    text-shadow: 2px 2px rgba(40, 29, 43, 0.6);*/
    text-align: center;
}
.catBox .glyphicon {
    color: #fff;
    text-shadow: 2px 2px rgba(40, 29, 43, 0.6);
}

.catBox img {
    /*border: 2px solid;*/
}
/* .imgBorder {
    border: 2px solid #444444;
} */
.grey-bar {
    color: #fff;
    background-color: #717171;
    font-size: 140% !important;
    padding-top: 6px;
    padding-bottom: 4px;
}

.event-list {
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px dotted #595657;
    clear: both;
}

.event-list > .row > .relay > span {
    margin-top: 6px;
    display: block;
}

.modalBackground
        {
            position: absolute;
            z-index: 100;
            top: 0px;
            left: 0px;
            background-color: #000;
            filter: alpha(opacity=60);
            -moz-opacity: 0.6;
            opacity: 0.6;
        }
        
.uploadBox 
{
    background-color:#fff;
    width:500px;
    padding:10px;
}

#PanelUploadComplete 
{
    display:none;}
.theatreImage 
{
    max-width:200px;
}
.theatreImageSmall
{
    max-width:100px;
}

.navbar-toggle .icon-bar {
    background: #000;
}

ul.amountSelection {
    list-style:none;
    padding:0;
}

ul.amountSelection50 {
    margin-top: 8px;
}

ul.amountSelection li {
    display:inline-block;
    /*width:16%;*/
    width:auto;
    padding:0;
    border: 2px solid#ccc;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    
}
ul.amountSelection li label {
    max-width:100%;
    width: auto;
    padding: 5px;
    margin: 0;
    font-weight: 700;
    cursor: pointer;
}

ul.amountSelection50 li label {
    width: 100%;
    margin-bottom: 0;
}

ul.amountSelection li label img{
    pointer-events: none; /*fix for IE image label*/
}


ul.amountSelection li input[type=radio] {
    display:none;
}

ul.amountSelection li > input + label > img{ /* IMAGE STYLES */
  cursor:pointer;
  border:5px solid transparent;

  -webkit-user-select: none;
-moz-user-select: none;
-o-user-select: none;
-ms-user-select: none;
    user-select: none;
}	

ul.amountSelection li > input:checked + label { /* (RADIO CHECKED) IMAGE STYLES */
    background: #000;
    color: #fff;
    border-color: #000;
}

h2.section-header{
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    padding: 15px;
    line-height: 1;
    background: #fafafa;
}

.cart-details{
    font-weight: 700;
}

.cart-details span{
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.3px;
    color: #aaa;
    text-transform: uppercase;
}

.cart-title{
    margin-bottom: 30px;
}

#content .deliveryDateOption li label img{
    height: 40px;
}

.country-name{
    margin-bottom: 15px;
}

.country_link img{
    margin-right: 5px;
}

@media only screen and (min-width: 1200px) {
    .royalSlider {
        height: 750px !important;
        width: 100% !important;
    }
    .bannerDescription > div {
        max-width: 505px;
        width: 100%;
    }
    .PanelSearchForm #where-to-use, .totm {
        min-height: 233px;
    }
}

/* @media only screen and (min-width: 992px) {
    .catList > div:first-child > div, .catList > div:nth-child(3n+1) > div {
        margin-left: 0px;
    }

    .catList > div:nth-child(3n+0) > div {
        margin-right: 0px;
    }

    .catList > div:first-child > div, .catList > div:nth-child(3n+1) > div {
        border-left: none;
    }
    .event-list .col-to {
        margin-right: -15px;
        padding-left: 0;
    }
    .event-list .col-btn {
        padding-left: 0;
        padding-right: 0;
    }
} */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .royalSlider {
        height: 350px !important;
        width: 100% !important;
    }
    .bannerDescription > div {
        max-width: 435px;
    }
    /*.bannerDescription h1, .banner-overlay h1 {
        font-size: 340%;
    }
    .bannerDescription h2 {
        font-size: 170%;
        line-height: 110%;
    }
    .bannerDescription p {
        font-size: 135%;
        line-height: 110%;
    }*/
    .accordion h3 {
        font-size: 150%;
    }
    .PanelSearchForm #where-to-use, .totm {
        height: 230px;
    }
    .totm img {
        height: 100% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .royalSlider {
        height: 247px !important;
        width: 100% !important;
    }
    .bannerDescription > div {
        max-width: 295px;
    }
    .rsDefault .rsBullets {
        bottom: 55%;
    }

    h1.title {
        margin-left: 15%;
        width: 70%;
    }

    /* .catList > div:nth-child(2n+1) > div {
        margin-left: 0px;
    }

    .catList > div:nth-child(2n+0) > div {
        margin-right: 0px;
    } */

    .accordion h3 {
        font-size: 130%;
    }
    .footer-nav > li > a {
        padding: 0 10px;
    }
    .PanelSearchForm #where-to-use > h1 {
        font-size: 235%;
    }
    .PanelSearchForm #where-to-use, .totm {
        height: 226px;
    }
    .totm img {
        height: 100% !important;
    }
}

@media only screen and (max-width: 991px) {
    #PanelLoginBox {
        padding: 12px 5px 12px 5px;
    }
    .cartContents {
        padding: 12px 0 12px 5px;
    }
    /* .nav > li > a {
        padding: 10px 0px !important;
    } */
    .navbar-nav {
        margin: 0;
    }
    /* .catList > div:nth-child(2n+1) > div {
        border-left: none;
    } */

    /*.catList > div > hr {
        margin-bottom: 0;
        margin-left: 20px;
        margin-top: 25px;
    }*/
}

/* @media only screen and (min-width: 768px) {
    .catList > div > div {
        border-left: 1px dotted #595657;
    }
    .catList > div > hr {
        margin-bottom: 0;
        margin-left: 20px;
        margin-top: 25px;
    }
} */

@media only screen and (max-width: 767px) {
    /* .navbar-nav > li:first-child > a {
        padding-left: 15px !important;
    } */
    .navbar-nav > li > ul::before, .navbar-nav > li > ul::after {
        display: none;
    }

        .backLink {
        padding: 0 30px;
    }

    .long-pod h1 {
        font-size: 200%;
        width: 100%;
        line-height: 100%;
        max-width: none;
        padding: 13px 20px 15px;
    }
    .long-pod img {
        width: 100%;
    }
    .login-arrow {
        float: right;
    }
    #loginName {
        line-height: 100%;
    }
    #logoutLink {
        float: right;
        margin-left: 0.8em;
    }
    #detailsLink {
        clear: left;
        float: right;
    }
    .accordion h3 {
        font-size: 120%;
    }
    .footer-nav > li > a {
        font-size: 92%;
        padding: 0 8px;
    }
    .text-center-xs { text-align: center; }
    #content div.container img {
        display: inline;
        float: none !important;
        height: auto;
        max-width: 100%;
    }
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
    .resultsLogo {
        margin-bottom: 15px;
    }
    .totm {
        margin-top: 15px;
    }
    #MainContent_Content1_ctl02_UpdatePanel1 .col-sm-6 {
        clear: both;
        float: left;
        margin-top: 15px;
    }

        .overlayContent 
    {
        width:90%;
        top:45px;
        margin-left:-45%;
    }

    .pnlLoggedIn {
        padding: 17px 2px;
    }

    .imgHolder {
        text-align: center;
    }

    .cart-title{
        text-transform: uppercase;
        font-size: 24px;
        margin-bottom: 0;
    }

    .mobile-left{
        float: left!important;
    }


    .btn{
        width:100%;
    }

}

@media only screen and (min-width: 497px) and (max-width: 767px) {
    .royalSlider {
        height: 200px !important;
        width: 100% !important;
    }
    /*.bannerDescription {
        top: 6%;
    }
    .bannerDescription > div {
        max-width: 265px;
    }
    .bannerDescription h1 {
        font-size: 300%;
        line-height: 100%;
    }
    .banner-overlay h1 {
        font-size: 255%;
        padding-top: 9%;
    }
    .bannerDescription h2 {
        font-size: 170%;
        line-height: 110%;
    }
    .bannerDescription p {
        font-size: 115%;
        line-height: 100%;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .bannerDescription > div > img {
        position: relative;
    }*/
    .rsDefault .rsBullets {
       display: none;
    }
    .gold-strip h1 {
        font-size: 395%;
    }
}

@media only screen and (max-width: 705px) {
    .accordion h3 {
        font-size: 105%;
        padding-right: 10%;
    }
}

@media only screen and (min-width: 685px) and (max-width: 767px) {
    #buy .pod-col {
        width: 60%;
    }
}

@media only screen and (max-width: 685px) {

    .col-xs-6.pod, .col-xs-4.pod {
        width: 100%;
    }

    #portlet_footer .col-xs-6.podlarge, #portlet_footer .col-xs-4.podlarge {
        width: 50%;
    }

    .col-xs-4.pod .col-xs-12 {
        width: 50%;
    }

    .pod {
        margin-top: 1.5em;
    }

    .pod:first-child {
        margin-top: 0;
    }

    .pod .bg-light.container-fluid .img-responsive {
        display: inline-block;
        padding-top: 0 !important;
    }

    .portlets .pod > div > img {
        width:100%;
    }

    #where-to-spend .col-xs-6 {
        width: 100%;
        text-align: left;
    }
    #where-to-spend .padTop2em {
        padding-top: 0;
        padding-bottom: 0;
    }

    .quicklinks .container, .quicklinks div.row > div > div {
        border-right: none;
        border-left: none;
    }
    .border-left-dotted  {
        border-left: none;
    }
}

@media only screen and (max-width: 635px) {
    .accordion h3 {
        font-size: 103%;
        padding-right: 10% !important;
    }
    .event-list .eventImgCol {
        width: 100%;
    }
}

@media only screen and (max-width: 550px) {
    .accordion h3 {
        font-size: 100%;
        padding-right: 15% !important;
    }
    .footer-nav > li {
        border-right: medium none;
        /*float: none;*/
        line-height: 145%;
    }
    .footer-nav > li > a {
        font-size: 100%;
    }
    .footer-nav > li:first-child > a {
        padding-left: 8px !important;
    }
}

@media only screen and (min-width: 425px) and (max-width: 766px) {
    .pod .img-responsive {
        width: 100%;
    }
}

@media only screen and (max-width: 580px) {
    .bannerDescription > div {
        max-width: 215px;
    }
    .bannerDescription h1 {
        font-size: 235%;
    }
    .bannerDescription h2 {
        font-size: 135%;
    }
    .bannerDescription p {
        font-size: 95%;
    }
    .rsDefault .rsBullets {
        display: none;
    }
    footer .medium {
        font-size: 85%;
    }

}

@media only screen and (max-width: 496px) {
    /* .navbar-nav > li:first-child > a {
        padding-left: 15px;
    } */
    .royalSlider {
        height: 200px !important;
        width: 100% !important;
    }
    .bannerDescription > div {
        max-width: 160px;
    }
    .bannerDescription p {
        font-size: 95%;
        /*line-height: 100%;
        margin-bottom: 0;
        margin-top: 10px;*/
    }
    h1.title {
        margin-left: 0%;
        width: 100%;
    }
    .border-left {
        border-left: none;
        border-bottom: 1px solid #595657;
        padding-left: 0;
    }
    
    .padTopMob {
        padding-top: 1.1em;
        clear: both;
        display: block;
    }
    .gold-strip h1 {
        font-size: 295%;
    }
    .overlay-box {
        padding: 15px 12px;
        width: 100%;
        margin-top: 1.5em;
    }

    .event-list .eventImgCol .col-xs-4, .event-list .col-half-width {
        width: 50%;
    }
    .event-list .eventImgCol .col-btn, .event-list .col-full-width {
        width: 100%;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 439px) {
    /* .logo {
        width: 120px;
    } */
    /*.win {
        left: 133px;
    }*/
    .woh .col-xs-6 {
        width: 100%;
    }
    .totm-title {
        left: 15px;
        top: 15px;
    }
    .totm-title > h2 {
        font-size: 215%;
    }
    .totm-title > p {
        font-size: 160%;
    }
}

@media only screen and (max-width: 372px) {

    .bannerDescription > div {
        max-width: 135px;
    }
    .bannerDescription > div > div {
        font-size: 90%;
        padding: 10px !important;
    }
}

@media only screen and (max-width: 335px) {
    .fbLoginNote {
        text-align: center;
        margin-left: 0 !important;
    }
    .full-width .medium {
        font-size: 96%;
    }
    .accordion h3 {
        font-size: 100%;
        padding-right: 22% !important;
    }
    .pod h1 {
        font-size: 185%;
    }
}

.catBox {
    margin-top:30px;
}
.catBox a{
    width: 100%;
}
.catBox a:hover {
    /* color:#000; */
    text-decoration:none;
}
    .catBox img {max-width:100%;}
    .catBox h2 {
        padding:15px;
        /*min-height:2.9em;*/
        margin-top:0;
    }

.pointer {
    cursor:pointer;
}
@media only screen and (max-width: 767px) { /*Bootstrap XS*/
    .catBox img {
        width: 100%;
    }

    .checkoutProgress {
        font-size: 0.8em;
    }

        .checkoutProgress div.checkoutChevron, .checkoutProgress div.checkoutChevronCompleted {
            top: 18px;
        }


    a.checkoutProgressLink {
        padding: 3px 0;
    }

        a.checkoutProgressLink > span.checkoutStage {
            width: 20px;
            height: 20px;
            border-radius: 10px;
            padding-top: 3px;
        }

    .mobile-center{
        text-align: center;
        float: unset;
    }
}

/* @media only screen and (min-width: 768px) and (max-width: 991px)  {
    .catBox img {max-height:193px;}

    .catList > div:nth-child(2n+1) {
        clear:left;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .catBox img {max-height:164px;}

    .catList > div:nth-child(3n+1) {
        clear:left;
    }
}

@media only screen and (min-width: 1200px) {
    .catBox img {max-height:201px;}

    .catList > div:nth-child(3n+1) {
        clear:left;
    }
} */

.join-register {
    display: none;
}

.woobox-offer {
    max-width: unset !important;
}

.regionLink{
    width: 26px;
    height: 26px;
    display: inline-block;
}

.regionLink img{
    width: 26px;
    height: 26px;
    display: inline-block;
}

.cartContents{
    position: relative;
}

.cartContents a{
    position: absolute;
    right: 3px;
    top: 14px;
    padding: 10px 15px;
}
@media screen and (max-width:992px){
    .cartContents a {
        right: -4px;
    }
}
/* .cartContents:before{
    content: "";
    height: 33px;
    width: 31px;
    background: url("/images/basket.png");
    background-size: contain;
    position: absolute;
    z-index: 1;
}

.cartContents a{
    z-index: 2;
} */

.section-header{
    background: #eee;
    padding: 4px 5px 13px 20px;
    margin-bottom: 20px;
}

.section-header span{
    font-size: 17px;
}

@media screen and (max-width:768px){
    #logoLink{
        width: 100px;
        padding: 15px 0 5px;
    }
    .top-bar{
        top: -18px;
    }
    .navbar-toggle{
        top: 18px;
    }
}

.form-control{
    border-radius: 0;
}

.menuList{
    margin-top: 10px;
    list-style: none;
}

.card {
    border: none;
    border-radius: 0rem;
}
.line {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    display: flex;
    flex-direction: column;
    position: relative;
}
.card::after, .line::after {
    background-image: linear-gradient(to right, rgba(173, 173, 173, 0), rgba(173, 173, 173, 0.8) 40%, rgba(173, 173, 173, 0.8) 60%, rgba(173, 173, 173, 0));
    background-size: 100% auto;
    bottom: 0;
    content: "";
    height: 0.065rem;
    left: 0;
    position: absolute;
    width: 100%;
}
.col-center > div.card:first-of-type::before, .col-center > div.line:first-of-type::before {
    /*background-image: linear-gradient(to right, rgba(173, 173, 173, 0), rgba(173, 173, 173, 0.8) 40%, rgba(173, 173, 173, 0.8) 60%, rgba(173, 173, 173, 0));
    background-size: 100% auto;*/
    content: "";
    height: 0.065rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.card-header, .line-header {
    background-color: transparent;
    border-bottom: medium none;
    padding: 1.4rem 1.25rem;
}
.card-header a, .card-header a:hover, .region-link a, .region-link a:hover {
    color: #000;
    display: inline-block;
    text-decoration: none;
    width: 100%;
}

.card-header a[data-toggle="collapse"], .region-link a[data-toggle="collapse"] {
    background-image: url("/images/arrow-up.png");
    background-position: 93% center;
    background-repeat: no-repeat;
}

.card-header a[aria-expanded="true"], .region-link a[aria-expanded="true"]{
    background-image: url("/images/arrow-down.png");
}

.card-block {
    padding: 0.325rem 1.25rem 1.825rem;
    max-width: 90%;
}