@charset "utf-8";
/* 0 - body, group, grid styles */
/* 1 - default button styles */
/* 1.1 - default form styles */
/* 1.2 - default typography styles */

/* 2 - >=1024px styles */
/* 2.1 - header navigation styles */
/* 2.1 - header side-menu styles (c) 2015 George Lieu licensed under MIT */
/* 2.2 - headers both static styles */
/* 2.3 - header dateCounter styles */
/* 2.4 - header news styles */

/* 3.1 - content intro styles */
/* 3.2 - content main styles */
/* 3.3 - content main forms styles */
/* 3.4 - content table results styles */
/* 3.4.1 - paginate loading styles */
/* 3.5 - content sponsor styles */
/* 3.6 - content googlemaps styles */
/* 3.7 - content youtube video styles */
/* 3.8 - cookie cutter styles */

/* 5.1 - sponsors and banners styles */
/* 6.1 - footer styles */

/* 7 - mediaQueries 768px styles */
/* 8 - mediaQueries 420px styles */
/* 9 - mediaQueries 320px styles */

/* 0 - body, group, grid styles */
body {
	background-color: #fff;
	font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.4;
	font-weight: 300;
	color: #000000;
}
section.intro {
	float: left;
	clear: both;
	width: 100%;
	padding: 10px 0 0 0;
	background-image: url('http://www.bluechipchamps.co.uk/images/content/bg-sand.png');
	background-size: auto auto;
	background-position: left top;
	background-color: #f5f5f5;
}
section.main {
	float: left;
	clear: both;
	width: 100%;
	padding: 15px 0 0 0;
	background-color: #fff;
	min-height: 600px;
}
section.article {
 	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
.container {
	position: relative;
	width: 96.4843%;
	max-width: 988px;
	height: auto;
	margin: 0 auto;
	padding: 10px 0;
}
.group:before, .group:after { content: ""; display: table; } /* group (clearfix) - ie8> */
.group:after { clear: both; }
.group { *zoom: 1; }
.column {
	display: block;
	float: left;
	margin: 0 0 0 1.9531%;
 	box-sizing: border-box;
}
.column:first-child { margin-left: 0; } /* all browsers except lte IE6 */
.row {
	clear: both;
	padding: 0;
	margin: 0 0 10px 0;
}
.row_25 {
	clear: both;
	padding: 0;
	margin: 0 0 25px 0;
}
.row-nomargin {
	clear: both;
	padding: 0;
	margin: 0;
}
.span_1 {
	width: 6.4777%;	
}
.span_2 {
	width: 14.9797%;	
}
.span_3 {
	width: 23.4817%;	
}
.span_4 {
	width: 31.9838%;	
}
.span_5 {
	width: 40.4858%;	
}
.span_6 {
	width: 48.9878%;	
}
.span_7 {
	width: 57.4898%;	
}
.span_8 {
	width: 65.9919%;	
}
.span_9 {
	width: 74.4939%;	
}
.span_10 {
	width: 82.9959%;
}
.span_11 {
	width: 91.4979%;	
}
.span_12 {
	width: 100%;	
}

/* 1 - default button styles */
.button, input[type="submit"], input[type="reset"], input[type="button"] {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	height: 44px;
	border-radius: 3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border: none;
	background-color: #074694;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
	text-align: center;
	color: #ffffff;
	box-sizing: border-box;
	cursor: pointer;
    -webkit-appearance: button;
}
.button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, input[type="submit"]:focus, input[type="reset"]:focus,
input[type="button"]:focus {
	color: #fff;
	background-color: #333333;
	box-sizing: border-box;
}
.altBlue {
	background-color: #333;
	color: #fff;
}
.margin-top {
	margin: 10px 0 0 0;
}

/* 1.1 - default form styles */
.label {
	clear: both;
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
}
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], input[type="date"], textarea, select {
	display: block;
	float: left;
	height: 44px;
	padding-right: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
	padding-left: 10px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border: 1px solid #ccc;
	font-size: 13px;
	line-height: 1.4;
	box-shadow: none;
	box-sizing: border-box;
	background-color: #fff;
	color: #000;
 }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], input[type="date"], textarea {
	-webkit-appearance: none;
	 -moz-appearance: none;
		  appearance: none;
}
textarea {
	min-height: 80px;
	padding-top: 6px;
	padding-bottom: 6px;
 }
.input:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus,
input[type="password"]:focus, input[type="date"]:focus, textarea:focus, select:focus {
	border: 1px solid #074694;
	outline: 0;
}

/* 1.2 - default typography styles */
h1 { font-size: 1.54em; line-height: 1.38; font-weight: 300;}
h2 { font-size: 2.2em; line-height: 1.2; font-weight: 300;}
h3 { font-size: 1.3em; line-height: 1.4; font-weight: 300;}
h4 { font-size: 1.23em; line-height: 1.4; font-weight: 300;}
h5 { font-size: 1.23em; line-height: 1.4; font-weight: 300;}
h6 { font-size: 1.23em; line-height: 1.4; font-weight: 300;}
p {	margin: 0 0 10px 0; padding: 0;}
p span {
	font-weight: 600;	
}

a:link, a:visited {
    text-decoration: underline;
	color: #000;
}
a:hover, a:active {
    text-decoration: none;
	color: #ccc;
}

/* 2 - >=1024px styles */
/* 2.1 - header navigation styles */
.navigation {
	float: left;
	width: 100%;
	border-bottom-width: 4px;
	border-bottom-color: #074694;
	border-bottom-style: solid;
	background-color: #222;
}
.navigation .container-nav {
	position: relative;
	width: 96.4843%;
	max-width: 988px;
	height: auto;
	margin: 0 auto;
	padding: 15px 0 0 0;
}
.ul-show-menu {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.ul-show-menu li {
	display: inline;
}
.ul-show-menu li.side-menu  {
	display: none;
}
.ul-show-menu li a {
	margin: 0 12px 0 0;
	color: #ccc;
	text-decoration: none;
	font-size: 1.23em;
	line-height: 1.2;
	font-weight: 300;
}
.ul-show-menu li a.first {
	color: #fff;
}
.ul-show-menu li a:hover, .ul-show-menu li a:active {
    text-decoration: none;
	color: #ffcc00;
}

/* 2.1 - header side-menu styles (c) 2015 George Lieu licensed under MIT */
html {
	overflow-x: hidden;
}
#page {
	position: relative;
	left: 0;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	min-height: 100%;
	width: 100%;
	z-index: 20;
	background: black;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.mmPushBody {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

/* pushbar menu styles */
#mobile-menu {
	position: absolute;
	top: 0;
	background: #333;
	z-index: 99999;
	-webkit-box-shadow: 0 1px 8px #555555;
	-moz-box-shadow: 0 1px 8px #555555;
	-o-box-shadow: 0 1px 8px #555555;
	box-shadow: 0 1px 8px #555555;
	display: none;
	font-family: 'Open Sans';
	font-size: 1em;
	line-height: 1.4;
	font-weight: 300;
	border-right: 1px solid #333;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
}
.mobile-menu {
	list-style-type: none;
	margin: 0;
	width: 100%;
	float: left;
	margin-left: 0;
	padding-left: 0;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.mobile-menu ul {
	margin-left: 0;
	padding-left: 0;
}
.mobile-menu ul .expand {
	background: #eeeeee;
}
.mobile-menu .mm-search {
	height: 50px;
	background-color: #555555;
	color: #555555;
	padding: 10px 15px;
	box-sizing: border-box;
}
.mobile-menu .input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.mobile-menu .input-group .form-control:last-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.mobile-menu .input-group .form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0px;
}
.mobile-menu .input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
	display: table-cell;
}
.mobile-menu .input-group-btn:first-child > .btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.mobile-menu .input-group-btn > .btn {
	position: relative;
}
.mobile-menu .btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	font-size: 15px;
	line-height: 1.42857;
	border-radius: 8px;
}
.mobile-menu .form-control {
	height: 18px;
	padding: 6px 0;
	font-size: 15px;
	color: #555555;
	background-color: #fff;
	border-radius: 8px;
	border: 0;
}
.mobile-menu .btn-default {
	height: 30px;
	border: 0;
	padding: 4px 5px;
	background-color: #fff;
}
.mobile-menu .btn-default:hover {
	background-color: #fff;
}
.mobile-menu .btn-default:focus {
	background-color: #fff;
}
.mobile-menu .btn-default:active {
	background-color: #fff;
}
.mobile-menu .home {
	background-color: #074694;
	color: #fff;
	height: 43px;
	overflow: hidden;
}
.mobile-menu .home i {
	padding-right: 5px;
}
.mobile-menu .home a.active {
	color: #fff !important;
}
.mobile-menu .expand {
	right: 0;
	position: absolute;
	border-left: 1px solid #333;
	padding: 0 10px;
	color: #074694;
	margin-left: 100px;
}
.mobile-menu .expand:hover {
	cursor: pointer;
}
.mobile-menu li {
	display: block;
	border-top: 1px solid #333;
	width: 100%;
	float: left;
	margin-left: 0;
	padding-left: 0;
	position: relative;
}
.mobile-menu li a {
	display: block;
	overflow: hidden;
	white-space: normal;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	padding-left: 15px;
}
.mobile-menu li a.active {
	color: #b5defd;
}
.mobile-menu li li {
	background: #666;
}
.mobile-menu li li a {
	padding-left: 25px;
}
.mobile-menu input.simple:focus {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.mobile-menu [class^="icon-"]:before {
	margin-right: 0;
	margin-left: 0;
}
.mobile-menu [class*=" icon-"]:before {
	margin-right: 0;
	margin-left: 0;
}

/* 2.2 - headers both static styles */
/* all pages EXCEPT home */
.carousel {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	background-image: url('http://www.bluechipchamps.co.uk/images/header/bc-bgnd-header-fade.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	background-color: #333;
}
.hdr-fullsize {
	margin: 3px 0 0 0;
	padding: 0;
}
.crest {
	display: block;
	margin: 10px 0 10px 0;
	padding: 0;
}
.h1-title {
	margin: 50px 0 0 0;
	padding: 0;
	font-family: 'Cinzel', "Palatino Linotype", Palatino, serif;
	font-size: 4em;
	line-height: 1; 
	color: #fff;
}
.h3-subTitle {
	margin: 0;
	padding: 0;	
	font-size: 2em;
	line-height: 1.4;
	font-weight: 300;
	color: #b5defd;
}
/* home page ONLY */
.header-home {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: 700px;
	background-image: url('http://www.bluechipchamps.co.uk/images/header/blue-chip-champs-show-jumping-finals.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	background-color: #fff;
}
.header-gala {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	background-image: url('http://www.bluechipchamps.co.uk/images/header/gala-evening-bngd-@2x.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	background-color: #fff;
	height: 500px;
}
.header-tradestand {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	background-image: url('http://www.bluechipchamps.co.uk/images/header/tradestand-bngd-@2x.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	background-color: #fff;
	height: 500px;
}
.header-finals {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	background-image: url('http://www.bluechipchamps.co.uk/images/header/championship-finals-bngd-@2x.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	background-color: #fff;
	height: 500px;
}
.header-results {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	background-image: url('http://www.bluechipchamps.co.uk/images/header/blue-chip-champs-show-jumping-finals.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	background-color: #fff;
	height: 500px;
}
.container-tint {
  	position: absolute;
  	top: 50%;
	-webkit-transform: perspective(1px) translateY(-50%);
	-ms-transform: perspective(1px) translateY(-50%);	
	transform: perspective(1px) translateY(-50%);
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	background: black;
/*	opacity: 0.7;
	filter: alpha(opacity=70);*/
	background-color: rgba(0, 0, 0, 0.65);
}
.headerWrapper {
	width: 96.4843%;
	max-width: 988px;
	height: auto;
	margin: 0 auto;
	padding: 30px 0;
}
.header-crest {
	display: block;
	margin: 10px 0 10px 0;
	padding: 0;
}
.h1-header-title {
	margin: 50px 0 0 0;
	padding: 0;
	font-family: 'Cinzel', "Palatino Linotype", Palatino, serif;
	font-size: 4em;
	line-height: 1; 
	color: #fff;
}
.h3-header-subTitle {
	margin: 0;
	padding: 0;	
	font-size: 2em;
	line-height: 1.4;
	font-weight: 300;
	color: #b5defd;
}

/* 2.3 - header dateCounter styles */
.date-counter {
	float: left;
	clear: both;
	width: 100%;
	min-height: 44px;
	background-color: #074694;	
}
.date-counter .h3-date {
	width: 96%;
	margin: 0 auto 0 auto;
 	font-size: 1.23em;
	line-height: 1.4;
	color: #fff;
	text-align: center;
/* vertical centre in parent */
	top: 45%;
	-webkit-transform: translateY(45%);
	-ms-transform: translateY(45%);
	transform: translateY(45%);
}

/* 3.1 - content intro styles */
.intro img.intro-fullsize {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	height: auto;
	overflow: hidden;
}
.intro img.intro-fullsize-title {
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	height: auto;
	overflow: hidden;
}
.h2-intro {
	margin: 0 0 10px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px dotted #000000;
	font-family: 'Cinzel', "Palatino Linotype", Palatino, serif;
	font-size: 2.8em;
	line-height: 1.2;
	font-weight: normal;
	color: #000;
	text-align: left;
}
.h2-intro-norule {
	margin: 0;
	padding: 0;
	font-family: 'Cinzel', "Palatino Linotype", Palatino, serif;
	font-size: 2.8em;
	line-height: 1.2;
	font-weight: normal;
	color: #000;
	text-align: left;
}
.intro .p-intro {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.4;
	color: #000000;
}
.swiper-slide p {	
	margin: 0;
	padding: 0 0 8px 0;
	font-size: 1.1em;
	line-height: 1.4;
	color: #000000;
}
.intro .video-fullsize {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	overflow: hidden;
}

/* 3.2 - content main styles */
.h3-pink {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 1.5em;
	line-height: 1.2;
	font-weight: 400;
	color: #074694;
}
.h3-pink-dashed {
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
	font-size: 1.5em;
	line-height: 1.4;
	font-weight: 400;
	color: #074694;
	border-bottom: 1px dashed #999;
}
.h3-pink-intro {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.5em;
	line-height: 1.4;
	font-weight: 400;
	color: #074694;
}
.h4-sub {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 1.3em;
	line-height: 1.4;
	font-weight: 400;
	color: #000000;
}
.h4-sub span {
	font-weight: 600;
}
.h4-dateline {
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.4;
	font-weight: 300;
}
.h4-mb-fift {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.3em;
	line-height: 1.4;
	font-weight: 400;
	color: #000000;
}
.h6-caption {
	clear: both;
	margin: 0;
	padding: 6px 0 0 0;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.4;
	font-weight: 300;
}
.h6-backlink {
	margin: 10px 0 20px 0;
	padding: 0;
	text-align: center;
	font-size: 1em;
	line-height: 1.4;
	font-weight: 300;
}
.h-centre {
	text-align: center;
}
.mb-margin {
	margin-bottom: 0;	
}
.cat-image {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #074694;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	background-color: #333;
	height: 250px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.cat-qualifier {
	background-image: url('http://www.bluechipchamps.co.uk/images/content/championship-qualifiers-grid.jpg');
}
.cat-qualifier-form {
	background-image: url('http://www.bluechipchamps.co.uk/images/content/qualification-form-grid.jpg');
}
.cat-finals {
	background-image: url('http://www.bluechipchamps.co.uk/images/content/championship-finals-grid.jpg');
}
.cat-gala {
	background-image: url('http://www.bluechipchamps.co.uk/images/content/championship-gala-evening-grid.jpg');
}
.cat-drawn-orders {
	background-image: url('http://www.bluechipchamps.co.uk/images/content/championship-drawn-orders-grid.jpg');
}
.cat-trade {
	background-image: url('http://www.bluechipchamps.co.uk/images/content/bluechip-championship-tradestands-@2x.jpg');
}
.cat-results {
	background-image: url('http://www.bluechipchamps.co.uk/images/content/championship-results-grid.jpg');
}
.cat-halloffame {
	background-image: url('http://www.bluechipchamps.co.uk/images/content/hall-of-fame-winners-grid.jpg');
}
.cat-discSponsors {
	background-image: url('http://www.bluechipchamps.co.uk/images/content/bluechip-discover-sponsors-@2x.jpg');
}
.cat-stables {
	background-image: url('http://www.bluechipchamps.co.uk/images/content/hard-standing-stalls-for-horses.jpg');
}
.cat-food {
	background-image: url('http://www.bluechipchamps.co.uk/images/content/food-and-drink-available-at-event.jpg');
}
.cat-timetable {
	background-image: url('http://www.bluechipchamps.co.uk/images/content/presenting-awards-blue-chip-champs.jpg');
}
.cat-directions {
	background-image: url('http://www.bluechipchamps.co.uk/images/content/bluechip-satnav-directions.jpg');
}
.cat-spon-logo {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #074694;
	border-bottom: none;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background-color: #fff;
	height: 250px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.cat-spon-logo .sponsor-logo {
	display: block;
	margin: 0;
	padding: 0;
	height: auto;
}
.catbox-pink {
	margin: 0;
	padding: 0;
	background-color: #074694;
	height: 44px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.catbox-pink-bott {
	margin: 0 0 10px 0;
	padding: 0;
	background-color: #074694;
	height: 44px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.cat-title {
	margin: 0;
	padding: 0;
	color: #fff;
	text-align: center;
	line-height: 2.75;
}
a.noStyle:link, a.noStyle:visited {
    text-decoration: none;
	color: #074694;
}
a.noStyle:hover, a.noStyle:active {
    text-decoration: none;
	color: #074694;
}
a.white_under:link, a.white_under:visited {
    text-decoration: underline;
	color: #fff;
}
a.white_under:hover, a.white_under:active {
    text-decoration: underline;
	color: #ccc;
}
.btn-download {
	background-color: #ffcc00;
	color: #000;
}

/* 3.3 - content main forms styles */
.form-message {
	margin: 0 auto;
	padding: 10px 20px;
	text-align: center;	
	background-color: #FC0;
	color: #000;
	box-sizing: border-box;
}
label.error {
	display: block;
	margin: 4px 0 10px 0;
	padding: 0;
	color: #F00;
}
input.error {
	border: 1px solid #F00;	
}

/* 3.4 - content table results styles */
table.results {
    border: 1px solid #ccc;
    width: 100%;
    margin:0 0 25px 0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
}
table.results tr {
    border: 1px solid #ddd;
    padding: 5px;
}
table.results th, table td {
    padding: 10px;
    text-align: left;
}
table.results th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
table.results tbody tr:nth-child(odd) {
	background: #eee;
}
table.results tbody tr:hover {
	background: #b5defd;
}
/* 3.4.1 - paginate loading styles */
.loading-bar {
	display: block;
	margin: 20px auto;
	padding: 0 20px;
	height: 44px;
	border-radius: 3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border: none;
	background-color: #074694;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
	text-align: center;
	color: #ffffff;
	box-sizing: border-box;
	cursor: pointer;
    -webkit-appearance: button;
}
.loading-bar:hover {
	background-color: #b5defd;
	box-sizing: border-box;
}

/* 3.5 - content sponsor styles */
img.sponsor-logo-rnd {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	height: auto;
	overflow: hidden;
}
img.sponsor-logo {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	height: auto;
	overflow: hidden;
	border: 1px solid #666;
	box-sizing: border-box; 
}
img.sponsor-logo-title {
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	height: auto;
	overflow: hidden;
	border: 1px solid #666;
	box-sizing: border-box;
}
.h2-sponsor {
	margin: 0 0 10px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px dotted #000000;
	font-family: 'Cinzel', "Palatino Linotype", Palatino, serif;
	font-size: 2.4em;
	line-height: 1.2;
	font-weight: normal;
	color: #074694;
}
.p-sponsor {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.4;
	color: #000000;
}
.p-sponsor span {
	font-weight: 600;	
}

/* 3.6 - content googlemaps styles */
#location-canvas {
	margin: 0 0 20px 0;
	height: 600px;
}

/* 3.8 - cookie cutter styles */
.cc-cookies {
	position: fixed;
	width: 90%; left: 0; top: 0; padding: 1em 5%;
	background: #565656; background: rgba(25,25,25,0.95);
	color: #fff;
	font-size: 1.1em; line-height: 1.4; 
	z-index: 99999; 
	text-align: center;
	color: #fff;
}
.cc-cookies a, .cc-cookies a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: 300;
}
.cc-cookies a:hover { text-decoration: none; }
.cc-cookies-error {
	float: left; width: 90%; text-align: center; margin: 1em 0 2em 0;
	background: #fff; padding: 2em 5%; border: 1px solid #ccc; font-size: 18px; color: #333;
}
.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background: #074694;
	margin: 0 10px;
	padding: 0.75em;
	border-radius: 3px;
	-o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in;
	font-weight: 300;
}
.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline { 
	background: #af3b3b; margin-left: 0.5em;
}
.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline {
	background: #000; -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in;
}
.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline {
	display: block; margin-top: 1em;
}

/* 5.1 - sponsors and banners styles */
.ul-suppliers {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.ul-suppliers .li-logos {
	display: inline;
	height: auto;
}
.banner-top-centre  {
	display: block;
	margin: 0 auto 20px auto;
	padding: 0;
	max-width: 720px;
	height: auto;
	overflow: hidden;
}
.banner-bottom-centre  {
	display: block;
	margin: 20px auto 20px auto;
	max-width: 720px;
	padding: 0;
	height: auto;
	overflow: hidden;
}

/* 6.1 - footer styles */
.footer a:link, .footer a:visited {
    text-decoration: none;
	color: #ffcc00;
}
.footer a:hover, .footer a:active {
    text-decoration: none;
	color: #ccc;
}
.footer {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	background-color: #333;
	padding: 0 0 10px 0;
}
.footer .h6-footer {
	margin: 0;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-color: #f5f5f5;
	border-bottom-style: dotted;
	color: #f5f5f5;
}
.footer .mouse-grey {
	margin: 10px 0 0 0;
	font-size: 0.93em;
	line-height: 1.4;
	color: #f5f5f5;
}
.footer .facebook-logo, .footer .twitter-logo {
	display: block;
	float: left;
	width: 30px;
	height: auto;
	overflow: hidden;
	margin: 10px 10px 0 0;
}
.footer .twitter-logo {
	display: block;
	float: left;
	width: 30px;
	height: auto;
	overflow: hidden;
	margin: 12px 10px 0 0;
}
.footer .youtube-logo {
	display: block;
	float: left;
	width: 74px;
	height: auto;
	overflow: hidden;
	margin: 10px 0 0 0;
}

/* 7 - mediaQueries 768px styles */
@media(max-width: 1024px) {
.headerWrapper {
	width: 80%;
	height: auto;
	margin: 0 auto;
}
.h1-header-title {
	margin: 0;
	padding: 0;
	font-family: 'Cinzel', "Palatino Linotype", Palatino, serif;
	font-size: 3.2em;
	line-height: 1; 
	color: #fff;
}
.h3-header-subTitle {
	margin: 0;
	padding: 0;	
	font-size: 1.6em;
	line-height: 1.4;
	font-weight: 300;
	color: #b5defd;
}
} /* end 1024px */ 

/* 7 - mediaQueries 768px styles */
@media(max-width: 768px) {
.main {
	min-height: 200px;
}
.ul-show-menu li.top-menu {
	display: none;
}
.ul-show-menu li.side-menu {
	display: inline;
}
.ul-show-menu li a.first {
	color: #fff;
	margin: 0;
}
.ul-show-menu li a.first:hover, .ul-show-menu li a.first:active {
    text-decoration: none;
	color: #fff;
}
/* 2.2 - static headers styles */
.h1-title {
	margin: 40px 0 0 0;
	padding: 0;
	font-family: 'Cinzel', "Palatino Linotype", Palatino, serif;
	font-size: 3em;
	line-height: 1.1; 
	color: #fff;
}
.h3-subTitle {
	margin: 0;
	padding: 0;	
	font-size: 1.8em;
	line-height: 1.2;
	font-weight: 300;
	color: #b5defd;
}
.h1-header-title {
	margin: 20px 0 0 0;
	padding: 0;
	font-family: 'Cinzel', "Palatino Linotype", Palatino, serif;
	font-size: 2.7em;
	line-height: 1; 
	color: #fff;
}
.h3-header-subTitle {
	margin: 0;
	padding: 0;	
	font-size: 1.4em;
	line-height: 1.4;
	font-weight: 300;
	color: #b5defd;
}

/* 3.1 - content intro styles */
.intro .h2-intro {
	margin: 0 0 10px 0;
	padding: 0 0 8px 0;
	font-size: 1.9em;
	line-height: 1.2;
}
.swiper-slide p {
	margin: 0;
	padding: 8px;
	font-size: 1em;
	line-height: 1.4;
	color: #000000;
}
/*  home page facebook and banners */
.facebook {
	display: none;	
}
.span_centre {
	float: none;
	margin: 0 auto;
	width: 65.9919%;
}

/* 3.4 - content table results styles */
table.results {
	border: 0;
}
table.results thead {
	display: none;
}
table.results tr {
	margin-bottom: 10px;
	display: block;
}
table.results tr:after {
	content: "";
	display: table;
	clear: both;
}
table.results tr:before {
	display: block;
	border-bottom: 2px solid #ddd;
}
table.results td {
	box-sizing: border-box;
	display: block;
	float: left;
	clear: left;
	width: 100%;
	text-align: right;
	font-size: 13px;
	border-bottom: 1px dotted #ccc;
}
table.results td:last-child {
	border-bottom: 0;
}
table.results td:before {
	content: attr(data-label);
	float: left;
	text-transform: uppercase;
	font-weight: bold;
}
/* responsive maps */
.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%;
}
} /* end 768px */

/* 8 - mediaQueries 420px styles */
@media(max-width: 420px) {	
.main {
/*	background-color: #999;*/ /* remove display breakpoints */
	min-height: 200px;
}
.container {
	float: left;
	width: 92%;
	margin: 0 0 0 4%;
	padding: 10px 0;
}
.row {
	margin: 0;
}
.column {
	clear: both;
	margin: 0 0 10px 0;
}
.column:first-child { margin-left: 0; } /* all browsers except lte IE6 */
.span_1 {
	width: 100%;	
}
.span_2 {
	width: 100%;	
}
.span_3 {
	width: 100%;	
}
.span_4 {
	width: 100%;	
}
.span_5 {
	width: 100%;	
}
.span_6 {
	width: 100%;	
}
.span_7 {
	width: 100%;	
}
.span_8 {
	width: 100%;	
}
.span_9 {
	width: 100%;	
}
.span_10 {
	width: 100%;
}
.span_11 {
	width: 100%;	
}
.span_12 {
	width: 100%;	
}
.bp_label {
	clear: both;
	display: block;
	margin: 0 0 15px 0;
	padding: 0;
}
.bp_label:last-child { margin-bottom: 0; } /* all browsers except lte IE6 */
.hdr-fullsize {
	margin: 0;
	padding: 0;
}
.mb-margin {
	margin-bottom: 15px;	
}

/* 2.2 - static header styles */
.header-home {
	height: 70vh;
}
.crest, .header-crest {
	display: block;
	margin: 10px auto 0 auto;
	padding: 0;
	width: 40%;
}
.h1-title, .h1-header-title {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: 'Cinzel', "Palatino Linotype", Palatino, serif;
	font-size: 2.8em;
	line-height: 1.1; 
	color: #fff;
	text-align: center;
}
.h3-subTitle, .h3-header-subTitle {
	margin: 0;
	padding: 0;	
	font-size: 1.5em;
	line-height: 1.2;
	font-weight: 300;
	color: #b5defd;
	text-align: center;
}

/* date counter */
.date-counter .h3-date {
	display: block;
	margin: 0 auto 0 auto;
 	font-size: 1.1em;
	line-height: 1.5;
	color: #fff;
	text-align: center;
/* vertical centre in parent */
	top: 50%;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}
.h2-intro {
	margin: 0 0 10px 0;
	padding: 0 0 8px 0;
	font-size: 1.8em;
	line-height: 1.2;
}
.h2-sponsor {
	margin: 0 0 10px 0;
	padding: 0 0 8px 0;
	font-size: 1.8em;
	line-height: 1.2;
}
.swiper-slide p {
	margin: 0;
	padding: 0 0 8px 0;
}
.news .h3-news {
	margin: 10px auto 8px auto;
	line-height: 1.4;
}
.sponsor, .span_centre, .banner-top-centre, .banner-bottom-centre {
	display: none;
}
.intro img.intro-fullsize {
	margin: 0;
}
.mediar {
	display: none;	
}
.form-message {
	font-size: 1em;
	line-height: 1.4;
}
table.results th, table td {
    padding: 5px 10px;
}
table.results th {
    font-size: 12px;
    letter-spacing: 1px;
}
/* 3.6 - content googlemaps styles */
#location-canvas {
	height: 400px;
}
/* 3.7 - content youtube video styles */
.video-container {
	position: relative; 
	padding-bottom: 56.25%;
	height: 0; 
	overflow: hidden;
	max-width: 100%; 
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}
} /* end 420px */

/* 9 - mediaQueries 320px styles */
@media(max-width: 320px) {

} /* end 320px */