﻿html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}


html {
    font-size: 100%;
}

body {
	
    font-family: 'Open Sans', sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
}

a {
    color: #2D337D;
    text-decoration:none!important;
}
a:hover, a:focus {
    color: #DF5800;

}

hr {
	border-top: 0 none;
	border-left: 0 none;
	border-right: 0 none;
	border-bottom: 0 none;
	color:#502a3a;
	background-color: #502a3a;
    height: 1px;
    clear:both;
    margin: 10px 0;
}

hr.orange {
    color:#df5800;
	background-color: #df5800;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-family: GillSansMTPro-Condensed; 
    /*margin: 0px;*/
    /*margin: 0 0 0.5em 0;*/
    margin-top:0;
}
.pod h1,.pod h2,.pod h3 {
    margin: 0;
}
h1.ui-accordion-header, h2.ui-accordion-header, h3.ui-accordion-header {
    margin-bottom: 0;
}

h1, .h1 {
    font-size: 400%;
    line-height: 85%;
    color:#E84F15!important;
}

h2, .h2 {
    font-size: 335%;
    color:#E84F15!important;
    text-transform: uppercase;
}

h1.title {
    margin-left: 26%;
    width: 48%;
}

/*#content h2, #content .h2 {
    font-size: 20px;
    font-weight: 700;
}

#content h3, #content .h3 {
    font-size: 18px;
}

#content h4, #content .h4 {
    font-size: 16px;
}*/

.panel-title {
    color: #2d337d;
    font-size: 112%;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/
label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 3px;
}

.dynform {
    border: 1px solid;
    margin-top: 1.25em;
    padding: 15px;
    clear:both;
}

.dynform > span {
    clear: both;
    display: block;
    font-weight: bold;
}

textarea 
{
    font-family: 'GillSansMTPro-Condensed';
}
div.accountInfo
{
    width: 42%;
}

input, select, textarea {
    border: 1px solid #2d337d;
    color: #8a8c8e;
    margin-bottom: 8px;
    padding: 2px 5px;
    width: 100%;
    font-weight: normal !important;
}

.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: #E84F15;
    border: 0 none;
    color: #fff;
    font-size: 135%;
    /*font-weight: bold;*/
    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;
    width:100%;
    min-height:44px;
    color:#ffffff;
    text-align:center;
    font-size:140%;
    border:1px solid #df5800;
    text-decoration:none;
}

.btn-orange.plain{
    display:block;
    cursor:pointer;
    padding-top:5px;
}

input.btn-greenArrow {
    background-color: #E84F15;
    /*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: 150%;
    font-family: GillSansMTPro-Condensed; 
    margin-bottom: 0;
    max-height: 38px;
    max-width: 200px;
}

.btn-pod {
    background-color: #2d337d;
    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;
    font-family: "GlyphaLT-Bold";
    font-size: 120%;
    margin-bottom: 0;
    padding: 5px 0 5px 10px;
    text-decoration: none;
    width: 73%;
}

input.btn-greenArrow-orange {
    background-color: #df5800;
    background-image: url("/images/arrow_black-bg_right.png");
    background-position: right center;
    background-repeat: no-repeat;
    border: 0 none;
    color: #fff;
    float: left;
    font-size: 135%;
    font-weight: bold;
    margin-bottom: 0;
    padding: 2px 40px 3px 8px;
    text-align: left;
    width: 19%;
}

input.btn-greenArrow-orange:hover {
    background-image: url("/images/arrow_orange-bg_right.png");
}

.white-arrow-blue input[type=submit] {
    background-color: #2c337e;
    /*background-image: url("/images/arrow-white.png");
    background-position: right 20% center;
    background-repeat: no-repeat;*/
    border: 0 none;
    color: #fff;
    float: left;
    font-size: 135%;
    font-weight: bold;
    margin-bottom: 0;
    padding: 2px 0 3px;
    text-align: center;
    width: 20%;    
    height:46px;
    float:right;
}

.white-arrow-blue input[type=text] {
    height:46px;
    border:1px solid #2c337e;
}
.white-arrow-blue label {
    width:80%;
    display:inline-block;
}

/* FACEBOOK */

.fbLoginButton 
{
    background-image:url(/images/fb_login_bg.png);    
    color:#fff;
    /*font-weight:bold;*/
    border:1px solid #29447e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-height:40px;
    padding:9px 12px 10px 50px;
    cursor:pointer;
    width:220px;
    display: inline;
}
.fbLoginNote 
{
    clear:both;
    margin-left: 5.5em;
    padding: 1em 0 0 0;
    }

/* MISC  
----------------------------------------------------------*/

/* Text */
.gillsans {
    font-family: 'GillSansMTPro-Condensed';
}

.glypha {
    font-family: 'GlyphaLT';
}

.glyphaBold {
    font-family: 'GlyphaLT-Bold';
}

.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; }

.biggest    { font-size: 286%; }
.bigger     { font-size: 225%; }
.big        { font-size: 150% !important; }
.medium     { font-size: 115%; }
.small      { font-size: 90%; }
.smaller    { font-size: 80%; }
.smallest   { font-size: 70%;}

.fwLighter  { font-weight: lighter; }
.fwRegular  { font-weight: normal;  }
.fwBold     { font-weight: bold;    }
.fwBolder   { font-weight: bolder;  }

/* Color Scheme */
.text-white	{ color: #ffffff; }
.text-red   { color: #ff0000; }
.text-black { color: #000000; }
.text-blue  { color: #2d337d; }
.text-green { color: #9ac2b9; }
.text-grey  { color: #434d52; }
.text-orange, a.text-orange{ color: #e84f15; }

.tick-orange {
    background-image:url("/images/tick-orange.png");
    background-repeat:no-repeat;
    display:block;
    padding-left:25px;
    min-height:20px;
}

.bg-light   { background-color: #d7d9c7; }
.bg-dark    { background-color: #848480; }
.bg-darker  { background-color: #545954; }
.bg-green   { background-color: #9AC2B9; }
.bg-orange  { background-color: #e84f15; }
.bg-grey    { background-color: #d7d9c7; }
.bg-blue    { background-color: #2d337d; }
.bg-white   { background-color: #FFFFFF; }
.bg-black   { background-color: #000000; }
.bg-pistachio{ background-color: #deeae8; }
.bg-sand{ background-color: #f6efe0; }

.bg-burgundy{ background-color: #D13F3E; }
.bg-darkgreen   { background-color: #028033; }

.bg-light-green { background-color: #87B09A; }
.bg-light-pink  { background-color: #EFA29E; }
.bg-light-blue  { background-color: #00D4E7; }

.bg-lgreen    { background-color: #d5e3dc; }
.bg-lorange    { background-color: #f1b58e; }
.bg-lblue    { background-color: #bec0d7; }

a.link-white { color: #fff; }
a.link-white:hover { color: #fff; }

a.bg-orange { text-decoration: none; }
a.bg-orange:hover { background-color: #fff; color: #000; text-decoration: none; }

/* Global settings */

.pad2em { padding: 2em;}
.noPad	{padding:0px !important;}
.noMarg	{margin:0px !important;}

.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;}
.padLeft5em { padding-left: 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;}
.padRight5em   { padding-right: 5em;}

.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; }

.clear	{clear:both;}
.block  {display:block;}
.pointer{cursor:pointer;}

.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; }

.az {
    margin: 3px 0 0;
    padding: 0;
}

.az li {
    float: left;
    list-style-type: none;
    margin-right: 5px;
    font-family: 'GlyphaLT';
}

.getBookBox {
    border-color: #2d337d;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 2px;
    position: relative;
}
.getBookBox .close {
    position: absolute;
    top: 4px;
    right: 6px;
    z-index:100;
}

.event-image {
    /*margin-top: 7px;*/
    padding: 5px 15px;
}

.event-list {
        border-top: 1px solid #DF5800;
    padding-top:5px;

}

.event-list a {
    /*display:block;
    width:100%;
    border-top: 1px solid #DF5800;
    margin-top:5px;
    padding:5px 25px 5px 0;    
    background-image:url('/images/circle-arrow-pink.png');
    background-repeat:no-repeat;
    background-position:right center;*/
    }

.border-top-orange {

}

.border-pink {
    border-bottom: 10px solid #d71567;
}

.border-top-bottom {
    border-top: 1px solid #502A3A;
    border-bottom: 1px solid #502A3A;
}

.border-right-left {
    border-right: 1px solid #502A3A;
    border-left: 1px solid #502A3A;
}

.border-left {
    border-left: 1px solid #502A3A;
}

.joinCaboodle {
    display: none;
    background-color: #D7D9C7 !important;
}

.joinLink {background-color:#fff;
           position:relative;
}
#joinArrow { position:relative;
             
              z-index:2;
}
#joinRecord { position:absolute;
              right:0;
              top:0;
              z-index:1;
}

#pods {
    line-height: 1.229;
}

#banner {
    overflow: hidden;
}
#banner a {
    text-decoration:none;
    z-index: 10000;
}
/* banner */

.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
    background: none repeat scroll 0 0 transparent !important;
}

.bannerDescription {
    /*left: 20%;*/
    position: absolute;
    top: 35%;
    z-index: 1000;
    width: 100%;
    text-align: center;
}
/*.bannerDescription > div { width: 100%; }*/
.bannerDescription > div > img {
    display: unset;
    margin: auto;
}
.bannerDescription h1 { 
    margin:0;
    font-size: 425%;
    line-height: 58px;
}
.banner-overlay h1 {
    font-size: 400%;
    line-height: 110%;
    margin: 0;
    padding-top: 15%;
}
.bannerDescription h2 {
    margin:0;
    font-size: 600%;
    color: #000 !important;
    /*line-height: 42px;*/
}
.bannerDescription p { 
    font-size: 21.5px;
    line-height: 28px;
    margin-top: 10px;
}
.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%;
    width: auto;
    left: auto;
    bottom: 7%;
}

.rsDefault .rsBullet.rsNavSelected span {
    background-color: #df5800;
}

.rsDefault .rsBullet {
    width: 16px;
}

.rsDefault .rsBullet span {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    height: 10px;
    width: 10px;
}

.contentSlider {
  width: 100%;
}
.contentSlider,
.contentSlider .rsOverflow,
.contentSlider .rsSlide,
.contentSlider .rsVideoFrameHolder,
.contentSlider .rsThumbs {
  color: #2d337d;
}

.contentSlider .rsSlide,
.contentSlider .rsOverflow {
  background: #eee;
}

.contentSlider .rsImg {
  /*max-width: 100%;
  height: auto;
  display: block;*/
  position: absolute;
  z-index: 1;
}

.royalSlider * {
    -webkit-backface-visibility: hidden;
}

 /*##### menu overrides #####*/
 .navbar-default {
    background-color: #000 !important;
    /*background-image: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 100%);*/
    border: medium none !important;
    border-radius: 0 !important;
    font-family: GillSansMTPro-Condensed; 
    text-transform: uppercase;
    font-size: 155%;
    box-shadow: none;
}

.navbar {
    margin-bottom: 0;
    min-height: 0;
}
 /*
 .navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}*/
.navbar-brand, .navbar-nav > li > a {
    text-shadow: unset;
}

.navbar-nav > li > a {
    padding-bottom: 4px !important;
    padding-top: 6px;
    color: #000 !important;
    text-decoration: none;
    padding-left: 10px;
    background-color: #fff;
    margin-right: 6px;
    width: 184px;
    border-radius: 10px 10px 0px 0px;
    /*bottom: -12px;*/
}

@media only screen and (max-width: 1200px) {
    .navbar-nav > li > a {
        width: auto;
    }
}

.navbar-nav > li:first-child > a {
    /*padding-left: 0 !important;*/
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active {
    color: #fff !important;
    background-color: #E84F15;
}

.navbar-toggle {
    border: none !important;
    border-radius: 0px;
    padding: 0 !important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #df5800 !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: #df5800 !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: #2D337D;
    border-color: -moz-use-text-color rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15);
    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;
    /*border-bottom: 1px solid #fff;*/
    text-decoration:none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #df5800;
    /*border-bottom: 1px solid #2d337d;*/
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #df5800 !important;
}

.navbar-nav > li > ul::before, .navbar-nav > li > ul::after {
    border-color: transparent transparent #2D337D;
    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 #2d337d 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: #df5800 !important;
}

/*.navbar-nav > li > .dropdown-menu {
    left: auto;
}

.navbar-nav > li > .dropdown-menu { left: 0 !important; right: 0 !important; width: 100% !important; }*/

/* misc */

#header { 
    /*border-top: 9px solid #2d337d;*/
    /*padding-top: 24px;*/
    position: relative; 
    background-color: #000;
}

#footer {
    background-color: #D7D9C7;
    padding-top: 2em;
    padding-bottom: 5em;
}
#footer a {
    text-decoration:none;
    color: #DF5800;
}
.pod > div {
    position:relative;
}
.podLink {
    position:absolute;
    width:100%;
    height:100%;
    z-index:1;
    margin-top:-0.5em;
    /* Hide the text. */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-color: rgba(204,204,204,0.01);
}

section {position:relative;}

#menu {
    background-color:#000;
}

#search {
    background-image:url("/images/record-tokens-search-background.png");
    min-height: 400px;
    margin-top: 2.5em;
    background-position: center;
    display: flex;
    justify-content: center;
}

#where-to-spend {
    /*margin-top: 100px;*/
    max-height: 200px;
}

.sectionLink {
    position:absolute;
    width:100%;
    height:100%;
    z-index:1;

}

.imageSectionContent {
    background-color:rgba(246,239,224,0.75);
    padding:1em;
    margin: 2em 0 2em 0;
    overflow:auto;
}

.footerPortlet {
    text-align:center;
    font-size:150%;
    font-family: "GlyphaLT-Bold";
}
.footerPortlet img {
    margin-right:0.5em;
}
.footerPortlet a {
    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;
    }
    .btn-comp {
        width: 70%;
    }
	#where-to-spend {
		max-height: none !important;
	}
}



.dialog_content, .dialog_zoom, .dialog_content_how_kids, .dialog_content_how_adults, .dialog_content_prize, .dialog_content_enter, .dialog_content_save
{
    width:645px; 
    padding:55px;
    position:fixed;
    top:16%;
    left:50%;
    margin-left: -300px;
    z-index:1501;
    background-color:#fff;
	border: 1px solid #269db8;
	border-radius: 3px;
    overflow:auto;
}

.dialog_content select
{
    float:left;
    margin-bottom:5px;
    width:auto;
}

@media only screen and (max-width: 768px) {

    .navbar-nav > li > a {
        /*padding-bottom: 0 !important;
        padding-top: 0;*/
        color: #fff !important;
        text-decoration: none;
        /*padding-left: 0;*/
        background-color: #000;
        margin-right: 6px;
        width: 100%;
        border-radius: 0px 0px 0px 0px;
        bottom: 0;
    }

    .dialog_content, .dialog_zoom, .dialog_content_how_kids, .dialog_content_how_adults, .dialog_content_prize, .dialog_content_enter, .dialog_content_save {
        width: 90%;
        left: 5%;
        margin-left: 0px;
    }
    .dialog_content img, .dialog_zoom img, .dialog_content_how_kids img, .dialog_content_how_adults img, .dialog_content_prize img, .dialog_content_enter img, .dialog_content_save img {
        width: 124px;
    }
    .dialog_content h2.padTop1em, .dialog_zoom h2.padTop1em, .dialog_content_how_kids h2.padTop1em, .dialog_content_how_adults h2.padTop1em, .dialog_content_prize h2.padTop1em, .dialog_content_enter h2.padTop1em, .dialog_content_save h2.padTop1em {
        padding-top: 0;
    }

    .dialog_content_prize h1 {
        font-size: 160% !important;
    }
    .dialog_content_prize h3 {
        font-size: 130% !important;
    }
    .dialog_content_prize span.big {
        font-size: 100% !important;
    }
    .dialog_content, .dialog_zoom, .dialog_content_how_kids, .dialog_content_how_adults, .dialog_content_prize, .dialog_content_enter, .dialog_content_save {
        top: 7%;
    }

    .navbar-nav > li:first-child > a {
    padding-left: 10px !important;
}
}


.accordion h3 {
    color: #000;
}

.ui-accordion-header.ui-state-default {
    background-image: url("/images/accordion_arrow-right.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #D7D9C7;
    margin-top: 5px;
    cursor: pointer;
    display: block;
    padding: 10px 20px;
}

.ui-accordion-header.ui-state-default:hover {
    background-color: #E84F15;
    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: #E84F15;
    padding: 10px 20px;
    color: #fff;
}

.ui-accordion-content {
    padding: 15px 20px;
    border: 1px solid;
}


#categories h1 {
    padding: 12px 20px 4px;
}

.section-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#content section {
    /*padding: 2em 0;*/
    margin-top: 1.5em;
}

 .portlets {
     /*padding-bottom: 2em;*/
 }

.btn-caboodle {
    background-color: #d71567;
    background-image: url("/images/arrowBig_whiteRight_pad.png");
    background-position: right center;
    background-repeat: no-repeat;
    border: 0 none;
    clear: both;
    color: #fff;
    float: left;
    font-size: 2em;
    font-style: normal;
    /*margin-bottom: 3%;*/
    padding: 4px 65px 4px 8px;
    text-align: left;
    width: auto;
    text-decoration:none;
}

.btn-caboodle:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2d337d;
}

.btn-blue {
    background-color: #2d337d;
    background-image: url("/images/arrow_blue-bg_right.png");
    background-position: right center;
    background-repeat: no-repeat;
    border: 0 none;
    color: #fff;
    font-style: normal;
    padding: 4px 40px 4px 8px;
    text-align: left;
    width: auto;
    text-decoration:none;
    font-family: 'GlyphaLT';
}

.btn-blue:hover {
    color: #2d337d;
    text-decoration: none;
    background-color: #f6efe0;
}

.btn-standard-size-match {
    font-size: 135%;
    padding-top: 2px;
    padding-bottom: 3px;

}

#PanelResults h2 {
    text-decoration: none;
    font-size:220%!important;
    color: #000 !important;
}

#PanelResults h2 a {
    text-decoration: none;
    color: #000 !important;
}

/*.pods {
    margin-top: 2em;
}*/

#portlet_footer .pod {
    margin-top: 1.5em;
}

.portlets h1 {
    font-size: 235%;
    padding: 10px 20px 12px;
}
.portlets img {
	max-width: 100%;
    height: auto !important;
}

.quicklinks {
    /*border-bottom: 1px solid #502a3a;
    border-top: 1px solid #502a3a;*/
    /*margin: 0 0 2em;*/
    padding: 10px 0;
    /*margin-top: 1.5em;*/
}

.quicklinks .container {
    border-left: 1px solid #502a3a;
    /*border-right: 1px solid #502a3a;*/
}
.quicklinks div.row > div > div {
    border-right: 1px solid #502a3a;
}

.border-lr {
    border-left: 1px solid #502a3a;
    border-right: 1px solid #502a3a;
}

input[type=text].whereSpendInput {
    width:288px !important;
}

#footer {
    margin-top: 1.5em;
}

/*Apply margins to floated images in content*/
#content .row p > img[style*="float: left"] {
      margin: 0 1em 0.5em 0;
      max-width: 100%;
      height: auto;
}
#content .row p > img[style*="float: right"] {
      margin: 0 0 0.5em 1em;
      max-width: 100%;
      height: auto;
}

#content .col-md-12 {
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 9em;
    padding-right: 9em;
}

#PanelResults .col-md-12 {
    padding: 1em;
}


@media only screen and (max-width: 496px) {
    #content .col-md-12 {
    padding: 3em 2em;
}
    .bannerDescription {
    top: 6%;
    right:10%;
    left:10%;
}
}

/*Google map*/
.overlayHolder 
{
    position:relative;
    z-index:1000;
}
.overlayHolder .overlayContent
{
    position:absolute;
    background: rgb(255,255,255); /* The Fallback */
    background: rgba(255,255,255, 0.9);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:5px  10px;
    margin-top:7px;
    margin-left:40px;
    vertical-align:middle;
}

.overlayHolder .overlayContent img
{

    vertical-align:middle;
}
/*END Google map*/


/* LARGE SCREENS */
@media only screen and (min-width: 1200px) {
    .royalSlider {
        height: 450px !important;
        width: 100% !important;
    }
    .bannerDescription > div {
        max-width: 360px;
        width: 100%;
    }
    .pod h1 {
        font-size: 280% !important;
    }
    .pod .bg-light.container-fluid {
        min-height: 142px;
    }
    .findbookshop .bg-sand {
        height: 301px;
    }
    #footer .border-left {
        font-size: 95%;
    }
    #buy .pod .glyphaBold.big.line-height {
        height: 60px;
    }
}

@media only screen and (max-width: 1199px) {
    input[type=text].whereSpendInput {
        width:222px !important;
    }
}

@media only screen and (max-width: 991px) {
    input[type=text].whereSpendInput {
        width:232px !important;
    }
}

@media only screen and (min-width: 991px) {
    #buy .pod:last-child {
        margin-top: 2em;
    }
}

/* DESKTOP LARGE (MEDIUM?????) */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .royalSlider {
        height: 340px !important;
        width: 100% !important;
    }
    .bannerDescription > div {
        max-width: 295px;
    }
    .bannerDescription h1, .banner-overlay h1 {
        font-size: 340%;
    }
    .bannerDescription h2 {
        font-size: 211%;
        line-height: 110%;
    }
    .bannerDescription p {
        font-size: 131%;
        line-height: 160%;
    }
    .findbookshop .bg-sand {
        height: 301px;
    }
    .accordion h3 {
        font-size: 150%;
    }
    .pod h1 {
        font-size: 224% !important;
    }
    .pod span {
        display: block;
        line-height: 1em;
        margin-top: 4px;
    }
    .pod > span.biggest {
        font-size: 250% !important;
    }
    .pod > span.bigger {
        font-size: 200% !important;
    }
    .pod > span.big {
        font-size: 130% !important;
    }
    .pod .bg-light.container-fluid {
        min-height: 149px;
    }
    #where-to-spend .padTop2em {
        padding-top: 1.25em;
    }
    .btn-pod {
        font-size: 95%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    #where-to-spend .biggest {
        font-size: 270%;
    }

    .border-left {
        font-size: 78%;
    }
    .greyLink {
        font-size: 89%;
    }
    .portlets .col-md-4 h1 {
        font-size: 225%;
    }
    .findbookshop .bg-sand {
        height: 301px;
    }

    .pod span {
        display: block;
        line-height: 1em;
        margin-top: 4px;
    }
}

/* DESKTOP */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .royalSlider {
        height: 290px !important;
        width: 100% !important;
    }
    .bannerDescription > div {
        max-width: 295px;
    }
    .bannerDescription h1 {
        font-size: 340%;
    }
    .banner-overlay h1 {
        font-size: 320%;
    }
    .bannerDescription h2 {
        font-size: 211%;
        line-height: 110%;
    }
    .bannerDescription p {
        font-size: 131%;
        line-height: 160%;
    }
    /*.bannerDescription > div > h1 {
        font-size: 26px;
    }*/

    h1.title {
        margin-left: 15%;
        width: 70%;
    }
    .pod .bg-light.container-fluid {
        min-height: 141px !important;
    }
    .nav > li > a {
        padding: 10px 14px !important;
    }
    .portlets .col-sm-4 h1 {
        font-size: 160%;
    }
    .big.glyphaBold.padLeft05em {
        font-size: 124%;
    }
    #map_canvas {
        height: 303px !important;
    }

    .findbookshop .bg-sand {
        padding-bottom: 2em;
        height: 303px;
    }
    .accordion h3 {
        font-size: 130%;
    }
    .pod h1 {
        font-size: 240% !important;
    }
    #where-to-spend .biggest {
        font-size: 167%;
    }
    #where-to-spend .padTop2em {
        padding-top: 0.7em;
    }

    .fleft { float: left; }

    #buy .pod:first-child, #buy .pod:nth-child(2) {
        margin-top: 0;
    }
}


/* TABLET */

@media only screen and (max-width: 767px) {
    #quicklinks .container {
        border: none !important;
    }
    .border-lr {
        border-right: none !important;
        border-left: none !important;
        /*padding: 12px 0;*/
    }
    .border-left {
        border-left: none !important;
    }
    .border-top-bottom {
        border: none !important;
    }
    .quicklinks {
        border: none !important;
    }
    .navbar-nav > li:first-child > a {
        padding-left: 10px !important;
    }
    #footer {
        padding-bottom: 1em;
    }
    #PanelGoogleMap {
        padding-left: 15px;
    }
    .findbookshop {
        padding-right: 15px;
    }
    .padTopMob {
        padding-top: 1.1em;
        clear: both;
        display: block;
    }
    .accordion h3 {
        font-size: 120%;
    }
    #PanelSignupFB {
        display: block;
        clear: both;
    }
    .navbar-nav > li > ul::before, .navbar-nav > li > ul::after {
        display: none;
    }

    #content .col-md-12 {
    padding: 3em 2em;
}
}

@media only screen and (min-width: 497px) and (max-width: 767px) {
    .royalSlider {
        height: 200px !important;
        width: 100% !important;
    }
    /*.bannerDescription {
        position: relative;
        z-index: 100;
    }*/
    .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;
    }
    /*.contentSlider img {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }*/
    .bannerDescription > div > img {
        position: relative;
    }
    /*.bannerDescription > div > h1 {
        font-size: 28px;
    }*/
    #where-to-spend .biggest {
        font-size: 250%;
    }
    #where-to-spend img.margTop05em {
        margin-top: 1.1em;
    }
    #where-to-spend .padTop2em {
        padding-top: 1.2em;
        padding-bottom: 0em;
    }

}

@media only screen and (min-width: 617px) and (max-width: 767px) {
    .portlets h1 {
        font-size: 200% !important;
    }
    .portlets .col-xs-4 h1 {
        font-size: 117% !important;
    }
    /*.pod .bg-light.container-fluid {
        min-height: 230px;
    }*/
}

@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: 996px) {
    .pod .col-sm-7, .pod .col-sm-5 {
        width: 100%;
    }
    .pod .col-sm-7 {
        min-height: 80px;
    }
    .pod .bg-light.container-fluid .img-responsive {
        display: inline-block;
        padding-top: 1em;
    }
    .pod .bg-light.container-fluid {
        height: 225px;
        overflow: hidden;
    }
    .pod h1 {
        font-size: 225% !important;
    }
    .portlets .pod h1 {
        font-size: 174% !important;
    }
    .pod-wrap {
        height: 420px !important;
    }
    .pod-col {
        padding-top: 2px;
        width: 100%;
    }
    #buy .pod {
        margin-top: 1.5em;
    }

    #content .col-md-12 {
    padding: 3em 2em;
}
}

@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;
    }
}

@media only screen and (max-width: 640px) {
    .event-image {
        padding: 5px 0 5px 15px;
    }

    .full-width {
        width: 100%;
        margin-left: 0px;
    }

    .full-width img {
        padding-top: 15px;
        float: left !important;
    }
    hr.orange {
        margin-left: 18%;
        width: 82%;
    }
}

@media only screen and (max-width: 635px) {
    .accordion h3 {
        font-size: 103%;
        padding-right: 10% !important;
    }
}

@media only screen and (max-width: 617px) {
    #portlet_footer .col-xs-6.pod, #portlet_footer .col-xs-4.pod, .dynform .col-xs-6 {
        width: 100%;
    }
}

@media only screen and (min-width: 551px) and (max-width: 767px) {

    .pod span {
        display: block;
        line-height: 1em;
        margin-top: 4px;
    }

    /*.pod .bg-light.container-fluid {
        min-height: 244px;
    }*/

    .pod .bg-light.container-fluid .img-responsive {
        display: inline-block;
        padding-top: 1em;
    }
}

@media only screen and (max-width: 550px) {
    .accordion h3 {
        font-size: 100%;
        padding-right: 15% !important;
    }
}

/* MOBILE */
@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 h1 {
        font-size: 160%;
        line-height: 100%;
    }
    .banner-overlay h1 {
        font-size: 180%;
        padding-top: 20%;
    }
    .banner-overlay .col-sm-3.col-xs-4 {
        padding-right: 0px;
        padding-left: 5px;
    }
    .banner-overlay .col-sm-3.col-xs-4 img {
        padding-top: 5%;
    }
    .bannerDescription h2 {
        font-size: 100%;
        line-height: 110%;
    }
    .bannerDescription p {
        font-size: 95%;
        line-height: 100%;
        margin-bottom: 0;
        margin-top: 10px;
    }
    h1.title {
        margin-left: 0%;
        width: 100%;
    }
    .btn-caboodle {
        font-size: 120%;
        background-image: url("/images/arrowBig_whiteRight_pad_smaller.png");
    }

    .border-left {
        border-left: none;
    }

    #where-to-spend .biggest {
        font-size: 180%;
    }
    #where-to-spend .padTop2em {
        padding-top: 0;
    }
    #where-to-spend .width-80 {
        width: 74%;
    }
    #where-to-spend input.btn-greenArrow-orange {
        width: 26%;
    }

    .quicklinks .text-center {
        text-align: left !important;
    }

    .az {
        clear: both;
        display: block;
    }
}

@media only screen and (max-width: 485px) {
    .pod-col {
        width: 100%;
        padding-top: 2px;
    }
}

@media only screen and (max-width: 460px) {
    .getBookBox .col-xs-2, .getBookBox .col-xs-9 {
        width: 100%;
    }
    .pod h1 {
        font-size: 220%;
    }
}

@media only screen and (max-width: 460px) {
    h2 img {
        height: auto;
        width: 45%;
    }
}

@media only screen and (max-width: 399px) {
    .near-me {
        width: 100%;
        margin-top: 5px;
    }
    .width-50 {
        width: 65% !important;
    }
}

@media only screen and (max-width: 351px) {
    input[type=text].whereSpendInput {
        width: 180px !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%;
    }
}

.infowindow {
    background-color: #df5800;
    padding: 10px;
}

.infowindow a {
    background-color: #2d337d;
    color: #fff;
    display: inline-flex;
    float: right;
    padding: 1px 4px;
    text-decoration: none;
}

.findbookshop .input span {
    padding: 15px 7px 7px !important;
}

.whereSpendInput {
    float:none !important;
    vertical-align:top !important;
    width:auto !important;
    /*display:inline-block !important;*/
}

label.whereSpendInput, div.whereSpendInput  {
    display:inline-block;
}

.whereSpendInput span {
    font-size: 95% !important;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.center {
    text-align:center!important;
}

.centercontent {
    display: flex;
    justify-content: center;
}

.verticalcentercontent {
    align-items: center;
    height: 100%;
}

.noPad {
    padding:0!important;
}

#searchDiv {
    margin-top:100px;
}

.btn-greenArrow-orange {
    background-color: #df5800;
    background-image: url("/images/arrow_black-bg_right.png");
    background-position: right center;
    background-repeat: no-repeat;
    border: 0 none;
    color: #fff;
    float: left;
    font-size: 135%;
    font-weight: bold;
    margin-bottom: 0;
    padding: 2px 40px 3px 8px;
    text-align: left;
    width: 19%;
    text-decoration: none;
}

.btn-greenArrow-orange:hover {
    color: #fff;
    text-decoration:none;
    background-color: #000;
    background-image: url("/images/arrow_orange-bg_right.png");
}

/* Record Tokens - Game */

#headerHiddenRecords {
    background-color: #000;
}

.answer-wrap {
  width: 87%;
  padding-left: 10%;
  /*! padding-right: 10%; */
  float: left;
}
.answer-col-1 {
  width: 13.5%;
  float: left;
  margin-right: 2%;
  position: relative;
}
.answer-col-2 {
  float: left;
  width: 51%;
  right: 32%;
  position: relative;
}
.answer-col-3 {
  float: left;
  width: 32%;
  border-left: 1px solid #ccc;
  padding-left: 2%;
  left: 51%;
  position: relative;
}

#imgThumb {
    width: 115px;
}

@media only screen and (max-width: 1200px) {
    .answer-wrap {
        width: 94%;
        padding-left: 1%;
    }
}

@media only screen and (max-width: 991px) {
    .answer-wrap {
        width: 100%;
        padding-left: 0%;
    }
    .answer-col-1 {
        width: 16%;
    }
    .answer-col-2 {
        width: 50%;
    }
    .answerDiv {
        width: 72%;
    }
    #panelAnswer #btnSubmit {
        min-width: auto;
        width: 100%;
    }
}

@media only screen and (min-width: 601px) and (max-width: 766px) {
    .answer-col-2 {
        width: 55%;
        right: 23%;
    }
    .answer-col-3 {
        width: 27%;
        left: 55%;
    }
    .answerDiv {
        width: 62%;
    }
}

@media only screen and (max-width: 600px) {
    .answer-col-1 {
        width: 61%;
    }
    .answer-col-3 {
        width: 36%;
        left: 0%;
    }
    .answer-col-2 {
        width: 100%;
        right: 0%;
        margin-top: 3%;
    }
    .answerDiv {
        width: 70%;
    }
    #imgThumb {
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    .answerDiv {
        width: 60%;
    }
}

/*ADDED FOR COOKIE SUPPORT FROM THEATRE TOKENS*/
.overlay-box {
    border: 2px solid #a29061;
    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:left;
    padding-top:200px;
    width:100%;
    height:100%;
    background-color:#fff;
    background-color:rgba(0, 0, 0, 0.5);
    z-index:1500;
}

.overlayContentMain {
    /*width:26%;*/
     width:50%;
    padding:20px;
    position:fixed;
    top:145px;
    left:50%;
    margin-left:-25%;
    margin-top:0;
    z-index:1501;
    background-color: #F6EFE0;
    border-top: 5px solid;
    border-bottom: 35px solid;
}

.overlayContent {
    width:100%;
    padding:10px 20px;
    position:fixed;
    bottom:0;
    margin-top:0;
    z-index:1501;
    background-color: #F6EFE0;
    border-top: 5px solid;
    /* border-bottom: 35px solid; */
}

/*.overlayContentMain {
        width:50%;
    padding:10px 20px;
    position:fixed;
    bottom:0;
    margin-top:0;
    z-index:1501;
    background-color: #F6EFE0;
    border-top: 5px solid;

}*/

.overlayContent p{
    margin: 0;
    margin-top: 10px;
}

.overlayContentAbs {
        position:absolute !important;
}

/* .btn-overlayContent {
    background-color: #df5800;
    background-image: url("/images/arrow_green-bg_right.png")!important;
    background-position: right center;
    background-repeat: no-repeat;
    border: 0 none!important;
    color: #fff!important;
    float: none!important;
    font-size: 90%!important;
    margin-bottom: 0!important;
    padding: 6px 40px 6px 8px!important;
    text-align: center!important;
    width: 40%!important;
} */

.btn-overlayContent {
    background-color: #df5800;
    background-image: url("/images/arrow_green-bg_right.png")!important;
    background-position: right center;
    background-repeat: no-repeat;
    border: 0 none!important;
    color: #fff!important;
    float: none!important;
    font-size: 90%!important;
    /* margin-bottom: 0!important; */
    padding: 6px 50px 6px 18px!important;
    margin-right: 10px;
    /* margin-top: 5px; */
    text-align: center!important;
    min-width: 190px;
    /* width: 30%!important; */
}

.btn-overlayContent:first-child {
    margin-bottom: 5px;
}

/*ADDED FOR COOKIE SUPPORT FROM THEATRE TOK ENS*/

#compFooter {
    padding-top:1em;
    padding-bottom: 1em;
}


#imgZoom {
    max-width: 100%;
}

#imgThumb {
    width: 115px;
}

.btn-comp {
    background-color: #df5800;
    background-image: url("/images/arrow_black-bg_right.png");
    background-position: right center;
    background-repeat: no-repeat;
    border: 0 none;
    color: #fff;
    float: left;
    font-size: 135%;
    font-weight: bold;
    margin-bottom: 0;
    padding: 2px 40px 3px 8px;
    text-align: left;
    width: 40%;
    text-decoration: none;
}

.btn-comp:hover {
    background-image: url("/images/arrow_orange-bg_right.png");
}
a.btn-comp:hover, .btn-comp:hover, input[type="submit"]:hover, input[type="button"]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #000;
}

.bg-pad {
    width: 100%;
    padding: 6px 8px 8px;
    font-size: 105%;
    background-image: url("/images/small_fb_icon.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: #233170;
    color: #fff;
    margin-top: 3px;
    border-radius: 6px 0px 6px 6px;
}

.btn-comp-next {
    background-color: #f06e39;
    background-image: url("/images/arrow_black-bg_right.png");
    background-position: right center;
    background-repeat: no-repeat;
    border: 0 none;
    color: #fff;
    float: left;
    font-size: 92%;
    font-weight: bold;
    margin-bottom: 0;
    padding: 2px 40px 3px 8px;
    text-align: left;
    width: 100%;
    text-decoration: none;
    margin-top: 10px;
}

.btn-comp-next:hover {
    background-image: url("/images/arrow_orange-bg_right.png");
}
a.btn-comp-next:hover, .btn-comp-next:hover, input[type="submit"]:hover, input[type="button"]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #000;
}

@media only screen and (max-width: 709px) {

    .btn-comp {
        width: 70%;
    }
}

@media only screen and (max-width: 452px) {

    .btn-comp {
        width: 100%;
    }
}
