@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Oswald:400,700|Open+Sans:400,500,700|Raleway:400,900');
html {height:100%;  -webkit-text-size-adjust: 100%; }
body {height:100%;margin: 0px;font-family: "Open Sans";font-size: 16px;line-height: 140%;min-width:320px;overflow-x:hidden;overflow-y:scroll;}

strong {font-weight:700;}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	transition: color 0.5s, background-color 0.5s, background-size 0.5s;
}
#upd {transition: color 0s}
h1 {font-size:24px;line-height:30px;margin:5px 0 15px 0;}
h2 {font-size:20px;line-height:26px;margin:5px 0 15px 0;}
h3 {font-size:18px;line-height:14px;margin:5px 0 15px 0;}
a, .link {text-decoration:none;color:#EC2427;cursor:pointer;}
p {margin: 5px 0 15px 0}
img {border:none;}
.cf:before,.cf:after{content:" ";display:table;}
.cf:after{clear:both;}
.cf{*zoom:1;}
.pagearea {
	width: 100%;
	max-width:1020px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	min-height:100%;padding:10px;padding-top:50px;
}
.header {position:fixed;width:100%;z-index:500;padding:0 5px;padding-top:15px;height:50px;background-color:#ffffff;}
.header .mid {width:100%;max-width:1000px;padding:0 5px;margin:0 auto;}
.logo {float:left;}
.menu {float:right;margin:0;padding:0;list-style-type:none;}
.menu li {z-index:50;float:left;position:relative;margin:0;padding:0;list-style-type:none;height:35px;}

.menu a {font-family: 'Raleway';font-weight:900;color:#000000;text-transform:uppercase;font-size:14px;margin: 5px 10px;text-decoration:none;}
.menu li:last-of-type a {margin-right:0px;}
.menu ul {z-index:100;margin: 0;padding:0;display:none;position:absolute;top:35px;left:0px;width:185px;background-color:#eeeeee;padding:0px;}
.menu ul li {height:auto;padding:0;border-top:1px solid #ffffff;width:100%;}
.menu ul li:first-child {border-top:0px solid #bbbbbb}
.menu ul a {margin:0;font-family:"Open Sans";padding:4px 10px;font-size:14px;text-transform:none;display:block;font-weight:bold;}
.showcase {height:500px;margin:5px 0;position:relative;}
.overlay-border {
	position: absolute;
	top: -1px;
	left: 1px;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.player {height:100%;width:100%;overflow:hidden;-webkit-transform: translate3d(0px, 0px, 0px);
-webkit-mask-image: -webkit-radial-gradient(white, black);}
.tabbed-panel {margin:15px 0;position:relative;background-color:#ffffff;}
.tabs {background-color:#eeeeee;line-height:18px;z-index:100 !important;}
.tabs .dropper, .tabs .option {float:left;display:block;padding:10px;font-family: 'Raleway';font-weight:900;text-transform:uppercase;font-size:14px;cursor:pointer;}
.tabs .option.current {background-color: #ffffff;border-top: 4px solid #eeeeee;padding-top: 6px;border-bottom:1px solid #ffffff;}
.tabs .option.big {float: right;font-size:18px;padding: 10px 10px;margin: 0px;background-color: #EC2427; color: #ffffff;}
.tabs .dropper {font-size:18px;position:relative;color:#EC2427;padding-right:20px;position:relative;cursor:default;}
.tab .padout {margin:-10px -20px 0 -20px;}
.drop {
	position:absolute;left:0px;display:none;}
.drop a {
	display:block;padding:5px 10px;font-weight:bold;line-height:18px;font-size:14px;color:rgba(255,255,255,0.8);}
.tabs .dropper:nth-of-type(1) {z-index:5}
.tabs .dropper:nth-of-type(2) {margin-left:-20px;padding-left:30px;z-index:4}

.tab {padding: 25px 10px 10px 10px;display:none;min-height:200px;position:relative;}
.tab.show {display:block}
#map {margin-top:-10px;}
.pop-400 .half-button {width:170px;padding:5px;text-align:center;color:#ffffff;background-color:#Ec2427;font-weight:bold;display:block;margin: 0 10px;float:left;}
.red {background-color:#EC2427;color:#ffffff;}
.red:after {border-left-color:#EC2427 !important;}
.mid-grey {background-color:#999999;color:#ffffff;}
.mid-grey:after {border-left-color:#999999 !important}
.padout {margin:0px -10px;}
.half {width:50%;float:left;padding:8px;}
.step {margin-bottom:10px;cleaR:both;}
.step .step-title {background-color:#e5e5e5;font-size:18px;font-weight:bold;padding:5px;margin:5px 0;}
.step-title span, .step-title a {color:#777777;float:right;font-size:14px;display:none;cursor:pointer;}
.page-title {
	background-image: url(/res/spacer.png);
	margin:0; background-size:cover;margin-bottom:5px;
	height: 100px;padding:30px 10px;font-size:36px;color:#ffffff;
}
label {width:25%;float:left;padding:5px 0;clear:both;}
input, select, textarea {width:75%;float:right;background-color:#eeeeee;border:1px solid #cccccc;font-family:"Open Sans";font-size:16px;padding:3px;outline:none;-webkit-appearance: none;}
input:checked {background-image:url('/res/tick.png');background-repeat:no-repeat;background-position:center center;}
input[type=checkbox], input[type=radio] {width:16px;height:16px;}
select {padding:2px;-webkit-appearance: none;background-image:url('/res/dropdown.png');background-repeat:no-repeat;background-position:center right;}
input[type=submit] {clear:both;width:auto;background-color:#ec2427;color:#ffffff;font-weight:bold;border-color:#ec2427;margin:10px 0;padding:5px 15px;float:right;cursor:pointer;}
.ierror {background-color:#FFEaEA;border-color:#EC2427;color:#ec2427;}
label.ierror {float:right;background-color:#ffffff;width:100%;padding:0px 0 5px 0;font-size:14px;text-align:right;}
form ul {list-style:none;margin:0;padding:0;clear:both;}
form li {margin:1px 0;}
.subhead {clear:both;display:block;padding-top:15px;padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #cccccc;font-weight:bold;}
.fullwidth input, .fullwidth label, .fullwidth select, .fullwidth textarea {width:100%;margin-bottom:2px;}
.error {display:none;color:#EC2427;padding:5px;margin:10px 0;background-color:#ffeaea;}
.error strong {display:block;font-weight:bold;}
.mapping {-webkit-transform: translate3d(0px, 0px, 0px);
-webkit-mask-image: -webkit-radial-gradient(white, black);}
.in-brief {
	max-width:750px;margin:20px auto;
}
.in-brief .c33 {
	text-align:center;}
.in-brief .c33 img {
	display:block;margin:10px auto;}
	
	

.c33 {width:33.33333%;float:left;}
.c66 {width:66.66667%;float:left;}

.matrix {
	display:flex;clear:both;flex-wrap: wrap;justify-content: center;margin:20px auto;
}
.matrix .row {clear:both;margin-top:1px;display:flex;float:left;position:relative;}
.matrix .headrow {clear:both;display:flex;float:left;position:relative;}
.matrix .row-title {margin-right:1px;width:139px;float:left;display: flex;background-color:#ffffff;
   flex-direction: column;text-align:right;padding:5px 10px;font-size:14px;position:absolute;left:-140px;top:0; bottom:0;}
.matrix .col {
		margin-right:1px;width:139px;float:left;display: flex;
   flex-direction: column;background-color:#f8f8f8;text-align:center;padding:6px;font-size:17px;border-bottom:1px solid #ffffff;position:relative;}
.matrix .headrow .col {font-weight:bold;background-color:#eeeeee;border:none;}
.matrix .headrow .col:nth-of-type(even) {background-color:#dddddd;}
.matrix .peity {margin:5px auto;}
.matrix a.foot_row {background-color:#dddddd;color:#000000;position:absolute;top:0;right:0;left:0;height:35px;padding:6px;}
.matrix a.foot_row:hover {background-color:#EC2427;color:#ffffff;}
.tip {border-bottom:1px dotted #bbbbbb;display:block;margin:0 auto;}
.bookbtn {background-color:#EC2427;font-family:"Raleway";color:#ffffff;margin:25px auto 0;padding:8px 24px;text-transform:uppercase;font-size:18px;font-weight:900;width:auto !important;}

.multi .matrix {overflow-x:scroll;justify-content:left;padding-left:128px;max-width:calc(100%)}

.save20 {
	    width: 100%;
    background-color: #ec2427;
    margin-right: 1px;
    font-size: 18px;
    padding: 10px;
    text-align: center;}
.free {
	    width: 100%;
    background-color: #ec2427;
    margin-right: 1px;
    font-size: 18px;
    padding: 10px;
    text-align: center;}
	
.booking .row .col:hover {
	background-color:#eaeaea;
	color:#EC2427;font-weight:bold;cursor:pointer;
}
.booking .row:hover .row-title {
	font-weight:bold;color:#EC2427
}
.booking .headrow .col.red {background-color:#EC2427;color:#ffffff;}
.booking .headrow .col.orange {background-color:#ED8323;color:#ffffff;}
.booking .headrow .col.yellow {background-color:#DEAA0C;color:#ffffff;}
.features {display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;margin:0 -5px;}
.feature {width:20%;padding:5px;text-align:center;font-size:14px;color:#999999;line-height:18px;margin-bottom:20px;}
.feature-title {font-size:15px;color:#EC2427;margin:5px 0;font-weight:bold;}
.feature p {margin:0;}
.pop-400 {background-color:#ffffff;width:400px;max-width:calc(100% - 40px);padding:20px;margin-left:auto;margin-right:auto;position:relative;}
.pop-640 {background-color:#ffffff;width:640px;padding:20px;margin-left:auto;margin-right:auto;position:relative;max-width:calc(100% - 40px);overflow:scroll; }
.pop-640 td, .pop-400 td {min-width:120px;}
.hint {color:#999999;font-size:15px;margin:15px 0;}

.side-title {    background-color: #e5e5e5;
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
    margin: 5px 0 0;}
.basket-item {clear:both;width:100%;padding:4px 0;border-top:1px solid #e5e5e5;}
.basket-item div {float:left;padding-right:5px;}
.order, .entry {padding:4px 10px 4px 5px;border-left:5px solid #f5f5f5;border-bottom:1px solid #e5e5e5;background-color:#f5f5f5;font-weight:bold;cursor:pointer}
.order.err, .entry.err {border-left-color:#EC2427}
.order div, .entry div {float:right;padding:2px 0 0 0;font-weight:normal;font-size:13px;width:80px;text-align:right;}
.order:hover, .entry:hover {background-color:#e5e5e5;}
.order.selected, .entry.selected {background-color:#dddddd;}
.scroll .next {float:right;font-size:14px;font-weight:bold;}
.scroll .prev {float:left;font-size:14px;font-weight:bold;}
.item-q {width:60px;}
.item-q select {width:100%;margin:-3px 0;}
.item-name {width:calc(100% - 140px)}
.basket-item div.item-total {float:right;width:80px;text-align:right;padding-right:0;}
#cards {border-top:1px solid #cccccc;padding-top:5px;}
.card {clear:both;border-bottom:1px solid #cccccc;margin-bottom:5px;padding-bottom:5px;font-size:14px;color:#999999}
.card_radio {float:left;width:20px;margin-right:10px;}
.card_logo {width:35px;float:left;margin-right:10px;}
.card_brand {width:auto;float:left;font-size:16px;color:#000000;font-weight:bold;}
.card_opt {width:100px;float:right;text-align:right;}
.card_exp {width:110px;float:right;text-align:right;}
.card_end {width:100px;float:right;text-align:right;}
.card_logo img {width:100%;}
.card_add {margin-left:30px;color:#000000;padding-top:15px;font-size:16px;display:none;}
.addon {width:45%;float:left;clear:both;margin:10px 0;}
.addon:nth-child(even) {float:right;clear:none;}
.addon-q {float:left;width:50px;}
.addon-q select {float:left;}
.addon-details {margin:0 0 0 60px;}
.addon strong, .addon-price {font-size:16px;font-weight:bold;margin-bottom:3px;display:block;}
.loading {width:100%;font-size:24px;color:#cccccc;text-transform:uppercase;font-family: 'Raleway';font-weight:900;background-image: url(../res/ring.gif);background-repeat:no-repeat;background-position:top center;padding: 220px 0 50px 0;text-align:center;z-index:99}
#picker {position:absolute;top:25px;width:150px;right:20px;font-size:18px;font-weight:bold;height:40px;background-color:#ffffff;}
.key {position:absolute;top:75px;width:200px;right:20px;font-size:15px;text-align:right;line-height:24px;padding-right:34px;}
.key a {margin-right:-34px;margin-bottom:15px;display:block;}
.keyitem {clear:both;margin:5px 0;position:relative;color:#aaaaaa;}
.keyitem img {position:absolute;right:-34px;top:0px;}
table {width:100%;}
td {padding:2px 5px;vertical-align:top;border-bottom: 1px solid #e5e5e5;font-size:15px;}
.editor td {border-bottom:none;}
tr td:first-child {padding-left:0px;}
tr td:last-child {padding-right:0px;}
thead td, tfoot td {font-weight:bold;border-bottom:2px solid #e5e5e5;border-top:1px solid #e5e5e5;}
.no {text-align:right}
.disc {font-size:13px;}
.options a {font-size:13px;padding-left:10px;padding-top:2px;}
td .options a:first-child {padding-left:0px}
.entrant {display:none;font-size:13px;padding-left:10px;}
.entrant_single {font-size:13px;padding-left:10px;}
.entrant_multi {display:block;font-size:13px;}
.allocate, .cancel_line, .change, .invite {color:#EC2427;cursor:pointer;font-size:13px;padding-left:8px;}
.canx {text-decoration:line-through;color:#bbbbbb;}
:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #eeeeee inset;
}
.bigform input {width:100%;font-size:22px;margin-bottom:5px;padding:5px;}
.bigform label {width:100%;font-size:18px;}

.pale-error {
	background-color: #EEE;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.pale-error strong {
	display: block;
	font-weight: bold;
	color: #EC2427;
}
.panel {margin-top:5px;}
.panel-title {padding:5px;background-color:#eeeeee;font-weight:bold;height:30px;cursor:pointer;font-size:18px;line-height:20px;}
.panel-content {display:none;padding:10px 0;}
.donations label {width:33.333%;float:left;clear:none;}
.donations input {float:left;width:20px;}

.photos {position:relative;margin:0px -10px;overflow:hidden;}
.photo-panel {overflow-x:hidden;overflow-y:hidden;white-space:nowrap;height:630px;margin-top:10px;}
.photo-panel .col {width:12.5%;display:inline-block;vertical-align: top;}
.preview {width: 100%; padding-bottom:100%;height: 0; float: left;overflow: hidden;position:relative;}
.preview .thumb {cursor:pointer;position:absolute; top:5px; left:5px;right:5px;bottom:5px;overflow:hidden;background-size:100% auto;background-position:center center;background-image:url(../res/ring.gif);background-color:#f5f5f5;}
.preview .thumb.landscape {background-size:auto 100%;}
.photo-pager {position:relative;height:40px;margin:5px 0px;text-align:center;}
.photo-prev, .photo-next {float:left;padding: 5px 15px;font-family: 'Raleway';font-weight:900;text-transform:uppercase;font-size:14px;cursor:pointer;color:#ffffff;background-color:#dc1c24;margin:5px 10px;}
.photo-next {float:right;}
.thumb.clicked {border:3px solid #ec2427}
.disabled {cursor:not-allowed;background-color:#cccccc;}
.photo-find {width:100%;}
.photo-find input {    float: right;
    width: 130px;
    font-size: 15px;
    padding: 3px 6px;height:28px}
.photo-find select {float: left;width: auto;text-transform: uppercase;font-size: 18px;padding: 10px 20px 5px 5px;background-color: #ffffff;border-color: #ffffff;outline: none;font-family: 'Raleway';font-weight:900;cursor:pointer;position:absolute;left:5px;top:0;background-image:url(../res/dropper.png);background-repeat:no-repeat;background-position:right center;-webkit-appearance: none;-moz-appearance:    none;  appearance:         none;}
.photo-find label {float: left;width: auto;text-transform: uppercase;font-size: 18px;padding: 10px 5px 5px;background-color: #ffffff;border-color: #ffffff;outline: none;font-family: 'Raleway';font-weight:900;cursor:pointer;position:absolute;left:0;top:0;}
	
#page {display:none;width:100px;float:none;margin:5px auto;background-color:#ffffff;border-color:#ffffff;font-weight:bold;}
	
.photo-no {float:right;width:40%;margin:10px 10px 0 0 }
.photo-find .go {display:block;float:left;background-color:#dc1c24;color:#ffffff;font-weight:bold;float:right;height:28px;padding:3px 10px;margin:0;width:auto;cursor:pointer;font-family: 'Raleway';font-weight:900;text-transform:uppercase}
.page {display:inline-block;width:1020px;padding:0 5px;}
.row-block {    margin-right: 1px;
    width: 419px;
    float: left;
    display: flex;
    flex-direction: column;
    background-color: #fcfcfc;
    text-align: center;
    padding: 6px;
    font-size: 18px;
    border-bottom: 1px solid #eeeeee;
}
.row-block.so {font-weight: bold;    text-transform: uppercase;}
.my-photos {position:relative;width:25%;padding-bottom:25%;float:left;}
.my-photos a {position:absolute;top:5px;left:5px;bottom:5px;right:5px;border:1px solid #eeeeee;text-align:center;font-weight:bold;font-size:15px;}
.my-photos img {max-height:75%;max-width:80%;display:block;margin:10px auto 5px auto;}
.please-wait {background-color: rgba(0,0,0,0.2);position:fixed;top:0;left:0;right:0;bottom:0;display:none;z-index:99999;}
.please-wait .wait-message {background-color: #ffffff;position:absolute;top:50%;left:50%;width:260px;height:320px;margin-left:-130px;margin-top:-160px;background-image:url(../res/ring.gif);background-repeat:no-repeat;background-position: center 10px;padding:220px 10px 10px 10px;text-align:center}
.please-wait strong {display:block;margin-bottom:8px;font-size:20px;color:#cccccc;text-transform:uppercase;}
.photosale a {display:block;float:left;background-color:#eeeeee;padding:5px 10px;margin:5px 5px 5px 0;}
.photosale a#buy, .photosale a.buy {background-color:#ec2427;color:#ffffff;font-weight:bold;}
.photosale a#fb, .photosale a.fb {background-color:#dfe3ee;color:#3b5998;font-weight:bold;background-image:url(../res/fb_logo.png);background-repeat:no-repeat;background-position: 5px center;background-size:auto 70%;padding-left:35px;}
.photo-info {font-size:15px;padding-top:5px;}
.photosale img {max-width:100%;}
.photosale.p img {max-width:60%;}
.photo-sorry {padding:40px 10px;}
.photo-sorry strong {font-size:25px;color:#cccccc;padding-bottom:10px;display:block;}
.l .col-spacer {margin:0 -10px;}
.p .col-spacer {float:right;width:40%;margin:-10px 0;}
.c50 {width:50%;float:left;padding:10px;}
.p .c50 {width:100%;float:none;padding:0 15px 15px 15px;}

.slideshow {position:relative;padding-bottom:35%;height:0;}
.slideshow_ev {padding-bottom:35%;}
.slides {position:absolute;left:0;top:0;bottom:0;right:calc(27.3% + 15px);-webkit-backface-visibility: hidden;}
.slides img {position:absolute;width:100%;height:100%;display:none;-webkit-backface-visibility: hidden;}
.slides img.active {display:block;z-index:10;}
.slides-side { position:absolute;top:0;right:0;bottom:0;width: 27.3%;}
	
.video-anchor {display:block;width:100%;height:calc(50% - 7px);background-color:#EC2427;color:rgba(255,255,255,1);text-align:center;padding-top:30px;font-size:18px;font-family: 'Raleway';font-weight:900;text-transform: uppercase;}
.video-anchor img {margin-bottom:10px;}
.video-anchor:hover {background-color:#333333;}


.route-anchor {margin-top:15px;display:block;width:100%;height:calc(50% - 8px);background-color:#eeeeee;color:#EC2427;text-align:center;padding-top:30px;font-size:18px;font-family: 'Raleway';font-weight:900;text-transform: uppercase;border:1px solid #eeeeee;}
.route-anchor img {margin-bottom:10px;}
.route-anchor:hover {background-color:#ffffff;}


.footer-links {margin-top:50px;background-color:#eeeeee;padding: 0px 5px;margin-bottom:10px;}
.footer-links a {display:block;float:left;padding:5px;font-size:13px;color:#aaaaaa;}
.footer-icons {opacity:0.5}

.follow {    float: right;
    color: #aaaaaa;
    font-size: 13px;
    padding: 5px 0;
}
.follow a {margin:-5px 0;float:right;padding:5px 0 5px 5px;}


.event {cursor:pointer;width:33.3%;padding-bottom:20%;float:left;border:7px solid #ffffff;overflow:hidden;float:left;display:block;position:relative;}
div.event {cursor:default;}
.event .event-image {background-size:cover;position:absolute;width:100%;height:100%;z-index:1;font-weight:bold;-webkit-transition: all 2s ease; -moz-transition: all 2s ease; -ms-transition: all 2s ease; transition: all 2s ease;top:0;left:0;}
.event .event-info {background-color:rgba(33,33,33,0.4);color:#ffffff;font-size:16px;position:absolute;font-weight:normal;width:100%;height:100%;z-index:2;text-align:center;padding-top:25%;-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease;}
.event .event-info strong {font-size:22px;text-transform:uppercase;display:block;font-family:'Raleway';font-weight:900; text-transform:uppercase;}
.event:hover .event-info {opacity:0;}
.event:hover .event-image {width:125%;height:125%;top:-10%;left:-10%;}
.event-classes {display:none;padding:10px;padding-top:50px;font-size:13px;opacity:0.66;}
.event-grid {margin:0 -7px;}
.sold {z-index:50;position:absolute;top:0;left:0;background-image:url(../res/sold-out.png);background-repeat:no-repeat;background-position:top left;height:90px;width:90px;}

.epic {padding:40px 0;font-size:40px;line-height:125%;color:#aaa;margin-bottom:7px;}
.epic strong {display:block;color:#000000;font-size:50px;text-align:right;}

.home-map {width:464px;height:800px;margin:25px auto;background-color:#ffffff;background-image:url('/res/map-big.png');background-position:center center;background-repeat:no-repeat;position:relative;}
.home-map .marker {width:20px;height:20px;position:absolute;margin-top:-10px;margin-left:-10px;background-color:#EC2427;border:2px solid #ffffff;border-radius:50%}
.marker-pop {    display:none;font-family:oswald;position: absolute;    bottom: 35px;    left: -240px;    width: 220px;    background-color: #EC2427;    color: #ffffff;    padding: 10px; border-radius: 5px;    z-index: 501;    font-size: 16px;line-height:20px;}
.marker-pop::after {content:' ';width:29px;height:29px;background-image:url('/res/pop-corner.png');position:absolute;right:-20px;z-index:40}
.marker-pop strong {font-size:21px;display:block;line-height:25px;font-weight:400;}
.marker-pop p {margin: 10px 0 0 0}

.below .marker-pop {top:37px;bottom:auto;}
.below .marker-pop::after {top:-20px; -webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-ms-transform: rotate(-90deg);-o-transform: rotate(-90deg); transform: rotate(-90deg);}

.home-map .marker:hover .marker-pop {display:block}

.filter {padding:10px;margin:5px 0;background-color:#eeeeee;text-transform:uppercase;color:#EC2427;font-weight:900;font-family:raleway; height:40px;overflow:hidden;}
.filter-title {float:left;font-size:18px;margin-right:10px;}
.filter .option {float:left;font-size:16px;color:#333333;padding:5px 10px 15px 10px;margin-left:5px;margin-top:-5px;cursor:pointer;}
.filter .option.active {background-color:#ffffff;}

#disc4 {text-align:right;margin: 10px 0;}

label .tip {color:#EC2427;display:inline;border:none;}

.eu {background-image:url(../res/eu.jpg);background-repeat:no-repeat;background-position:top left;font-size:12px;line-height:16px;min-height:40px;padding-top:5px;padding-left:230px;color:#666666;width:1000px;margin:50px auto 10px;}
.eu span {display:block;font-size:14px;}

.mfp-bg {-webkit-backface-visibility: hidden;}

.voucher {display:block;clear:both;margin:5px 0;}
.voucher div {display:block;float:left;padding:5px 0;}
.voucher div:first-child {width:150px;font-weight:bold;}

.big-ticks {}
.big-ticks label {width:100%;margin:5px 0;clear:both;display:block;}
.big-ticks input {float:left;width:16px;height:16px}
.big-ticks label div {width: calc(100% - 32px);float:right;}

.video-play {z-index:500;position:absolute;height:202px;width:280px;top:calc(50% - 101px);left:50px;background-image:url(/res/video-still.png);background-repeat:no-repeat;background-position:top left;cursor:pointer;-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);}
.play {opacity:0.7;position:absolute;top:calc(50% - 37px);left:calc(50% - 37px);width:75px;height:75px;background-image:url(/res/play-front.png);background-repeat:no-repeat;background-position:top left;}
.video-play:hover .play {opacity:0.9;}

.alert, .redalert {background-color:#EDEDED;color:#ED2528;text-align:center;height:40px;padding:10px;font-size:20px;font-weight:bold;letter-spacing:-2px;width:100%;position:fixed;z-index:500}
.redalert {background-color:#ed2528;color:#ffffff;}
.question {color:#EC2427;font-weight:bold;}

.mob_logo {width:60px;height:40px;background-image:url(../res/mob_chevrons.png);float:left;margin:0;background-position:center left;background-repeat:no-repeat;padding:5px;padding-left:0;background-size:contain;margin:6px 5px 6px 0;display:none;}
.tab_logo {width:338px;height:40px;background-image:url(../res/tab_logo.png);float:left;margin:0;background-position:center left;background-repeat:no-repeat;padding:5px;padding-left:0;background-size:contain;margin:5px;}
.menu_block {width:40px;height:40px;margin:5px 0;float:right;background-image:url('/res/tab_menu.png');background-position:center center;background-repeat:no-repeat;background-size:contain;}
.basket_block {width:40px;height:40px;margin:5px 0;float:right;background-image:url('/res/tab_basket.png');background-position:center center;background-repeat:no-repeat;display:none;background-size:contain;}

.extra_logo {display:none;}	

.loginbox {width:70%;margin:50px auto;}
.clear {clear:both;}


#mob_photos input, #mob_photos select, #mob_photos label {width:100%;clear:both;float:none;margin:10px 0;}
#mob_photos label {width:100%;clear:both;float:none;}
#mob_photos input[type=submit] {width:auto;float:right;}
.search .results {margin:10px -10px 0}
.search .results .photo {width:100%;height:auto;}
.search .results .photo img {width:100%;height:auto;}
.search .results .options {display:block;padding:10px;color:#ec2427;background-color:#ffffff;text-align:center;font-weight:bold;cursor:pointer;}
.photo_options {margin:5px;display:none;}
.photo_options .option {width:50%;float:left;padding:0px 5px 25px;font-size:12px;line-height:120%;}
.photo_options .option strong {display:block;font-size:14px;padding-bottom:10px;}
.photo_options a {margin-top:0px !important;font-size:14px;}
.mobile_or_tab {display:none;}




#forgot {display:block;float:left;clear:both;width:auto;}

#cMarketing-error {float:left;text-align:left;}


.landing h1, .landing h2 {display:block;width:100%;padding:10px;color:#EC2427;font-size:18px;background-color:#eeeeee;line-height:18px;margin:15px 0 25px;text-transform:uppercase;font-weight:900}
.landing h2 {background-color:#ffffff;}
.landing .bigger {font-size:20px;line-height:140%;}


#consent {background-color:#eeeeee;font-size:15px;position:fixed;top:0;right:0;left:0;border-bottom:2px solid #cccccc;z-index:999}
#consent .mid {max-width:1020px;width:100%;margin:0 auto;padding:10px;}
#consent strong {display:block;}

.pre-release {max-width:600px;margin:40px auto;}
.pre-release .signup {padding-top:0px;}
.pre-release h1, .pre-release h2 {color:#ec2427;margin:15px 0;}
.pre-release h2 {padding:5px 10px; margin-left:-10px;display:inline-block;width:auto;margin-top:5px;}
.pre-release input[type=text] {width:100%;max-width:325px;margin:0 auto 5px;float:none;padding:6px;}
.pre-release input[type=submit] {clear:both;float:left;padding:6px 10px;float:none;}
.pre-release .info {font-size:14px;opacity:0.35;line-height:140%;}

.feedback {position:fixed;top:30%;left:100%;}
.feedback .give {position:absolute;left:0;transform:rotate(90deg);transform-origin:top left;background-color: #ed1d25;padding: 5px 15px;color: #ffffff;text-transform: uppercase;    font-weight: 900;font-size: 1.2rem;cursor:pointer;}

.feedback_form {display:none;background-color: rgba(0,0,0,0.6);position:fixed;top:0;left:0;right:0;bottom:0;display:none;z-index:99999;}
.feedback_form h1 {color:#ed1d25;margin-top:0;}
.feedback_form form {width:400px;max-width:calc(100% - 40px);position:absolute;margin:20px auto;background-color:#ffffff;padding:20px;}
.feedback_form label {width:100%;padding:2px 0;margin:0;}
.feedback_form textarea, .feedback_form input {width:100%;padding:5px;margin:0 0 5px;}
.feedback_form input[type=submit] {width:auto;margin:15px auto 0;display:block;padding:5px 10px;float:none;}

.big-ticks label.ierror {display: inline; float: none; padding-left: 10px;}

.footer {background-color:#EEEEEE;font-size:15px;display:flex;align-items:stretch;flex-wrap:wrap;margin:5px 0 10px;}
.footer div {padding:15px;}
.footer strong {font-family:"Raleway";font-weight:900;text-transform:uppercase;margin-bottom:10px;display:block;font-size:20px;}
.footer .links {width:calc(100% / 6);}
.footer .signup {width:calc(100% / 2);}
.footer form {padding:10px 0;display:block;}
.footer input {background-color:#ffffff;padding:5px;border:none;width:calc(100% - 145px);float:left;}
.footer input[type=submit] {background-color:#EC2427;padding:4px;border:1px solid #EC2427;font-weight:bold;width:100px;clear:none;margin:0 0 0 5px;text-align:center;float:left;}
.footer .links a {display:block;}
.footer .links.social a  {display:inline;}
.footer a {color:#000000;}

.notifications {background-color:#ed1d25;width:60px;height:60px;border-radius:30px;bottom:30px;right:30px;position:fixed;border:2px solid #ffffff;-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;}

.stripe-element {display:block;float:left;width:50%;;clear:right;margin:0 0}
.stripe-element:first-child {width:100%;}
.stripe-element label {width:120px}
.from-stripe {width:calc(100% - 135px);margin-left:5px;background-color:#eeeeee;border:1px solid #cccccc;min-height:25px;float:left;padding:3px;}
.stripe-element .stripe-error {color:#ec2427;font-size:13px;line-height:16px;font-weight:bold;padding-left:125px;width:100%;display:block;clear:both;margin: 0 0 5px;}

@media screen and (max-width: 950px) {
	.slideshow {margin:0}
	.slideshow_ev {width:100%;padding-bottom:49%;float:none}
	.slides {width:calc(100%);}
	.slides-side {width:100%;float:none;display:none;}
	.logo {max-width:31.9%;}
	.logo img {max-width:100%;}
	.mobile_or_tab {display:block;}
	.desktop {display:none;}
	.tabs .option.big {position:absolute;top:0;right:0;width:90px;height:38px;text-align:center;font-size:15px;padding:10px 0 0;}
	
	
}

@media screen and (min-width: 751px) {
	.mobile {display:none;}	
	.featcl {clear:both;width:100%;}
}






@media screen and (max-width: 750px) and (min-width:601px) {
	
/*	.mobile, .desktop {display:none;}	*/
	
	
	
}

@media screen and (min-width: 750px) {
	.menu a:hover {color:#EC2427;}
	.menu ul a:hover {background-color:#e5e5e5;}
	.menu li:hover ul {display:block;}
	
}


@media screen and (max-width: 749px) {

	.featcl {display:none;}
	
	.pagearea {padding-bottom: 0;padding-top:49px;}
	body {font-size:14px;}
	label, input, select, textarea {font-size:16px;}
	form li {padding:2px 0;clear:both;}
	form .subhead {border:0px;padding:10px;margin:10px -10px;background-color:#ddd;font-size:16px;clear:both;}

	.slideshow {margin: 0 -10px}
	.slides {width:calc(20px + 100%);}

	
	h1 {font-size:20px;line-height:24px;}
	h2 {font-size:18px;line-height:22px;}
	h3 {font-size:16px;line-height:20px;}

	.event-grid {margin:0 -12px;}
	.event {width:100%;padding-bottom:66%;border-width:2px;}
	.non_mobile {display:none;}
	.header {padding:0px;height:50px;background-color:#EC2427;}
	ul.menu {position:fixed;top:50px;left:0;right:0;bottom:0;background-color:#262b30;z-index:999;overflow:scroll;color:#ffffff;padding:10px 0 50px;line-height:100%;display:none;}
	ul.menu.open {z-index:99999;}
	ul.menu li {display:block;width:calc(100% - 20px);float:none;padding:10px 0;margin:0 10px 1px;height:auto;border-bottom:1px solid rgba(255,255,255,0.2);}
	ul.menu a {padding:0;margin:0;color:#ffffff;}
	ul.menu ul {position:relative;width:100%;top:auto;left:auto;background-color:transparent;margin:0;padding:5px}
	ul.menu ul.mnu_show {display:block}
	ul.menu ul li {background-color:transparent;border:none;padding:5px 10px;}
	
	.video-anchor, .route-anchor {width:50%;float:left;padding:0;margin:0;padding-bottom:25%;height:0px;}
	.video-anchor img, .route-anchor img  {max-height:30%;width:auto;}
	
	.tabbed-panel {margin:0px;}
	.tabs {width:calc(100% + 20px) !important;margin:0 -10px;position:relative;background-color:#eeeeee;padding: 0 3px 5px}
	.tabs .option {font-size:13px;line-heigh:13px;margin:5px 7px 3px;padding:0;padding-bottom:2px;}
	.tabs .dropper {width:calc(100% - 90px);padding:12px 7px;height:38px;font-size:18px;}
	.tabs .dropper.full {width:100%;}
	.tab  {padding:10px 0 0;position:relative;}
	.is-sticky .tabs {top:50px !important;width:100% !important;}
	
	#map {margin-top:-5px;}
	#picker {top:12px;right:10px;font-size:16px;font-weight:normal;padding:5px;}
	.key {top:55px;right:10px;}
	
	.footer-links {margin:5px -10px 0;padding:10px;}
	.footer-links a {float:none;padding:0;width:auto !important;clear:left;}
	.footer-icons {padding-bottom:90px;background-color:#eeeeee;opacity:1;margin-left:-10px;margin-right:-10px;text-align:center;}
	.footer-icons img {opacity:0.25;float:none !important}
	.follow {float:right;width:80px;padding:0;}
	.follow a {padding:5px;margin:5px 0;display:inline-block;}
	
	.filter {background-color: #ffffff;height:auto;margin:-10px -10px 0;padding:33px 3px 5px; position:relative;}
	.filter-title {width:100%;clear:both;float:none;padding:10px 10px 5px;color:#EC2427;position:absolute;top:0;left:0;right:0;height:33px;line-height:18px;overflow:hidden;}
	.filter .option {margin:5px 7px 3px;padding:0;padding-bottom:2px;line-height:13px;font-size:13px;}
	.tabs .option.current, .filter .option.active {background-color:transparent;border-bottom:2px solid #ec2427;padding-bottom:0;border-top:none;padding-top:0}
	
	.page-title {margin:0 -10px;background-position:center center;background-size:cover;}
	
	.loginbox {width:100%;margin:20px 0;}
	.loginbox h2 a {display:block;clear:both;float:none !important;padding:10px 0;text-align:right;}
	
	.in-brief {margin:0;}
	.c33 {width:75%;margin:20px auto;float:none;}
	
	.matrix_holder {max-width:calc(100% + 20px);overflow-x:scroll;padding-left:110px;margin:20px -10px;}
	.c66 {width:100%;margin:0;padding:0;}
	
	.half {width:100%;}
	.c50 {width:100%;padding:10px 20px}
	
	#details .padout  {margin:0 -8px}
	#details label {padding:5px 0;}
	
	.listing {overflow:visible;margin:10px -10px;}
	#entries .padout, #orders .padout, #changes .padout {margin:10px 0;}
	#entries .c33, #orders .c33 {width:100%;padding:0;margin:0;}
	#entries .c66, #orders .c66 {display:none;padding:0 0 10px 0 !important;margin:0;}
	#changes .c33 {width:100%;padding:0 !important;margin:0;}
	#changes .c66 {padding:0 0 10px 0 !important;margin:0;}
    #entries.focused .c33, #orders.focused .c33 {display:none;}
	#entries.focused .c66, #orders.focused .c66 {display:block;}
	#entries table td, #orders table td {font-size:13px;}
	.scroll .prev, .scroll .next {display:none !important;}
	
	#cardform label {margin-left:0 !important;}
	#cardform input {float:left !important;}
	
	.mobile.booking_options {display:block;padding-left:10px}
	.entrant_multi {font-size:11px;}
	.entrant_single {display:block;padding-left:10px;font-size:11px;}
	
	.my-photos {width:50%;padding-bottom:50%;}
	.my-photos a {font-size:13px;font-weight:normal;}
	
	.side-title {background-color:#ffffff;border-top:2px solid #ddd;}
	.step .step-title, .side-title:first-child {background-color: #ccc;padding: 10px; margin: 0 -10px 1px;border-top:none;}
	.side-title:first-child {margin-top:-5px;}
	.step .step-title a {}
	.step {margin-bottom:0;}
	.step .subhead:first-child {margin-top:0;}
	.step ul {padding-bottom:10px}
	.item-name span {display:block;margin-left:-7px;}

	.pop-400 .basket_buttons .half-button {margin-bottom:10px;display:inline-block;float:none;}
	.basket_buttons {text-align:center;}
	
	.photo-panel {height:auto;}
	.photo-panel .page {width:100%;}
	.photo-panel .col {width:calc(100% / 2);}

	.addon {width:100%;}
	
	.feature {width:50%;}
	
	.footer {margin: 0 -10px 0;padding:10px 10px 50px}
	.footer .links {width:calc(100% / 3);}
	.footer .signup {width:100%;}
	
	.stripe-element {width:100%;}
	.stripe-element label {width:120px}
	.from-stripe {width:80px}
	.stripe-element:first-child .from-stripe {width:calc(100% - 125px)}



}


@media screen and (max-width:450px) {
	
	form label {width:100%;}
	form input, form select, form textarea {width:100%;}
	.tiny_hide {display:none}	
	.tab_logo {display:none;}
	.mob_logo, .extra_logo {display:block;}
	.feature {width:75%;margin:20px auto;float:none;}
	.donations label {text-align:center;}
	.donations input {float: none;margin: 0 calc((100% - 20px)/2) 10px;}
	.footer .links {width:calc(100% / 2);}
	.footer .links.social {order:1}
	
}


@media screen and (max-width: 850px) and (min-width:500px) {
	
	.event {width:50%;padding-bottom:33.3%;}
	.in-brief .c33 {width:33.3%;margin:10px 0;float:left;}
	
}