/* cmsms stylesheet: default2024 modified: Monday, May 19, 2025 2:29:21 PM */
/* Brand info

	Colours:

	Prime
	Dark Blue - #262626

	Secondary
	Light Blue - #47B9FF

	Orange - #EC6606

	Charcoal - #262626 (body copy)
	Tint BG - #d4d3de
	Tint BG light - #e9e9ee
	Tint BG very light - #f4f4f7

*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,menu,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article,aside,figure,footer,header,hgroup,nav,section {
	display: block;
}

ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

del {
	text-decoration: line-through;
}

abbr[title],dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	font-weight: normal;
	vertical-align: bottom;
}

td {
	font-weight: normal;
	vertical-align: top;
}

input,select {
	vertical-align: middle;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	word-wrap: break-word;
}

input[type="radio"],input.radio {
	vertical-align: text-bottom;
}

input[type="checkbox"],input.checkbox {
	vertical-align: bottom;
}

.ie6 input {
	vertical-align: text-bottom;
}

select,input,textarea {
	font: 99% sans-serif;
}

table {
	font-size: inherit;
	font: 100%;
}

a:hover,a:active {
	outline: none;
}

small {
	font-size: 85%;
}

strong,th {
	font-weight: bold;
}

td,td img {
	vertical-align: top;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

pre,code,kbd,samp {
	font-family: monospace, sans-serif;
}

.clickable,input[type=button],input[type=submit],button,input.button,input.submit {
	cursor: pointer;
}

button,input,select,textarea {
	margin: 0;
}

button {
	width: auto;
	overflow: visible;
}

.ie7 img {
	-ms-interpolation-mode: bicubic;
}

.ie6 html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

input::-moz-focus-inner {
	border: none;
}

textarea {
	resize: none;
}

:focus {
	outline: 0;
}

.right {
	float: right;
	display: block;
}

.left {
	float: left;
	display: block;
}

body,html {
	font:300 16px/140% museo-sans,sans-serif;
	font-style:normal;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	color: #000000;
	margin: auto;
}

@media only screen and (min-width:576px){
body,html {
	font:300 18px/160% museo-sans,sans-serif;
}
}

@media only screen and (min-width:992px){
body,html {
	font:300 20px/160% museo-sans,sans-serif;
}
}

body {
background: #fff;
background: linear-gradient(180deg, rgba(48,48,48,1) 0%, rgba(48,48,48,1) 100px, rgba(255,255,255,1) 100px);
}


#page {
	position: relative;
	margin: 100px 0px 0px 0px;
	background-color: transparent;
}

@media only screen and (min-width:576px) {
#page {
}
}

@media only screen and (min-width:992px) {
#page {
}
}

a {
	color: #AA9938;
	text-decoration: none;
	transition: all 0.3s ease;
}

a:hover {
	color: #FFCC00;
	text-decoration: none;
}

h1 {
font-family: museo-sans, sans-serif;
font-weight: 300;
font-style: normal;
text-transform:uppercase;
}

h2 {
font-family: museo-sans, sans-serif;
font-weight: 500;
font-style: normal;
}

h3 {
font-family: museo-sans, sans-serif;
font-weight: 300;
font-style: normal;
text-transform:uppercase;
}

h4 {
font-family: museo-sans, sans-serif;
font-weight: 700;
font-style: normal;
}

h5, h6 {
font-family: museo-sans, sans-serif;
font-weight: 500;
font-style: normal;
}

hr {
	border: none;
	height: 1px;
	background-color: #CFC38F;
	margin: 30px 0px;
}

.section_stock hr {
	margin: 15px 0px;
}

.page-section {
	text-align: left;
}


/* ==========================================================================
   Buttons
   ========================================================================== */


a.buttons,a.discover-btn,a.readmore-btn,a.feedback-btn,a.team-btn,a.team2-btn,button.play-btn,a.view-btn,span.readmore-btn,a.sub-btn,a.section_even-btn,a.stock-btn,a.section_essentials-btn, a.list-btn {
	transition:all 1s ease;
	display:block;
	line-height:40px;
	padding:0px 40px;
	color:#000;
	background:#FFD900;
	border-radius:3px;
	text-transform:uppercase;
	font-weight:500;
	text-align: center;
	margin-bottom: 10px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border: 1px solid #FFD800;
}

@media only screen and (min-width:576px) {
a.buttons,a.discover-btn,a.readmore-btn,a.feedback-btn,a.team-btn,a.team2-btn,button.play-btn,a.view-btn,span.readmore-btn,a.sub-btn,a.section_even-btn,a.stock-btn,a.section_essentials-btn, a.list-btn {
	margin-bottom: 25px;
}
}

a.view-btn {
	line-height:20px;
	padding:0 15px;
	margin-bottom: 0px;
}

a.section_even-btn,a.stock-btn,a.section_essentials-btn, a.list-btn {
	transition:all 1s ease;
	color: #AA9938;
	background: #F0EFE6;
	border: 1px solid #CFC38F;
}

.content a.stock-btn, a.stock-btn {
	font-weight: 300;
	background: transparent;
	margin-bottom: 10px;
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.vehicleHeroTxt a.stock-btn {
	background: #E7E1C7;
	width: auto;
}

a.section_essentials-btn {
	color: #000;
	background: #AA9938;
}

@media only screen and (min-width:1024px) {
a.view-btn {
	display: none !important;
	}
}

@media only screen and (min-width:869px) {
a.buttons,a.discover-btn,a.readmore-btn,a.readmore-btn,a.feedback-btn,a.team-btn,a.team2-btn,button.play-btn,span.readmore-btn,a.sub-btn,a.section_even-btn,a.stock-btn,a.section_essentials-btn {
	transition:all 1s ease;
	display:inline-block;
}
}

button.play-btn {
	display: none;
}


a:hover.buttons,a:hover.discover-btn,a:hover.readmore-btn,a:hover.feedback-btn,a:hover.team-btn,a:hover.team2-btn,button:hover.play-btn,a:hover.view-btn,a:hover.sub-btn,a:hover.section_even-btn,a:hover.stock-btn,a:hover.section_essentials-btn, a:hover.list-btn {
	color:#FFD900;
	border: 1px solid #FFD800;
	background-color:#313131;
	background: linear-gradient(120deg, #313131 40%, #000 45%, #313131 55%);
	background-size: 400% 400%;
    -webkit-animation: btnGradient 5s ease;
    -moz-animation: btnGradient 5s ease;
    -o-animation: btnGradient 5s ease;
    animation: btnGradient 5s ease;
}

a.discover-btn:before,a.readmore-btn:before,a.feedback-btn:before,a.team-btn:before,a.team2-btn:before, button.play-btn:before, a.view-btn:before,span.readmore-btn:before,a.sub-btn:before {
	display:inline-block;
	font:normal normal normal 1.25em/1 Material-Design-Iconic-Font;
	color:#000;
	content:'\f1f8';
	line-height:40px;
	margin-right:10px;
}

a.view-btn:before {
	line-height:20px;
}

a.readmore-btn:before, span.readmore-btn:before {
	content:'\f18d';
}

a.feedback-btn:before {
	content:'\f1de';
}

a.feedback-btn.unsubscribe:before {
	content:'\f1dc';
}

a.feedback-btn.unsubscribe2:before {
	content:'\f1fc';
}

a.sub-btn:before {
	content:'\f1ff';
}

a.team-btn:before {
	content:'\f20d';
}

a.team2-btn:before {
	content:'\f1ff';
}

button.play-btn:before {
	content:'\f3b2';
}

a:hover.discover-btn:before,a:hover.sub-btn:before,a:hover.readmore-btn:before,a:hover.feedback-btn:before,a:hover.team-btn:before,a:hover.team2-btn:before,button:hover.play-btn:before,a:hover.view-btn:before {
	color:#fff;
}

span.readmore-btn {
}


/* ==========================================================================
   Header
   ========================================================================== */

#mainlogo a img { width: auto; height: 75px;}

.sticky {
	position: fixed;
	background: rgba(48, 48, 48, 0.9);
	border-bottom: 1px solid #FFCC00;
	width: 100%;
	height: 100px;
	top: 0;
	left: 0px;
	right: 0px;
	transition: ease all;
	z-index: 1500;
}

body#home .sticky {
	background: rgba(48, 48, 48, 0);
	border-bottom: 1px solid transparent;
}


.fixed, body#home .fixed {
	background: rgba(48, 48, 48, 1);
	border-bottom: 1px solid #FFCC00;
}

@media only screen and (min-width:576px) {
.fixed, body#home .fixed {
}
}

@media only screen and (min-width:992px) {
.fixed, body#home .fixed {
}
}

.fix {
	height: 120px;
}

.top-nav {}

ul.top-nav {
	-webkit-padding-start:0;-moz-padding-start:0;padding:0;list-style-type:none;margin:0px;
	z-index: 5000;
	position: relative;
	text-align: right;
}

ul.top-nav li {
	display: inline-block;
	margin-right: 20px;
	line-height: 50px;
	padding: 0px;
	vertical-align:top;
	color: #CFC38F;
}

ul.top-nav li a.search-icon span, ul.top-nav li a.pointer-icon span, ul.top-nav li a.phone-icon span {
	display: none;
}


ul.top-nav li:last-of-type {
	display: inline-block;
	margin-right: 0px;
}

@media only screen and (min-width:992px) {
ul.top-nav {
	text-align: right;
}
ul.top-nav li {
	margin-right: 50px;
}
}

ul.top-nav li a {
	color: #CFC38F;
}

ul.top-nav li a:hover {
	color: #FFCC00;
}

ul.top-nav li a.search-icon, ul.top-nav li a.pointer-icon, ul.top-nav li a.phone-icon {
	display: inline-block;
	width: 35px;
	height: 35px;
}

.search-icon {
vertical-align: middle;
display: inline-block;
background-color: #CFC38F;
  -webkit-mask: url(https://www.chooseleisure.co.uk/assets/images/search-icon.svg) no-repeat center;
  mask: url(https://www.chooseleisure.co.uk/assets/images/search-icon.svg) no-repeat center;
  mask-size: cover;

  }

.search-icon:hover  {
background-color: #ffcc00;
}

.phone-icon {
vertical-align: middle;
display: inline-block;
background-color: #CFC38F;
  -webkit-mask: url(https://www.chooseleisure.co.uk/assets/images/phone-icon.svg) no-repeat center;
  mask: url(https://www.chooseleisure.co.uk/assets/images/phone-icon.svg) no-repeat center;
  mask-size: cover;
  }

.phone-icon:hover  {
background-color: #ffcc00;
}

ul.top-nav li.header-phone-icon {
	display: inline-block;
}
ul.top-nav li.header-phone-txt {
	display: none;
}
@media only screen and (min-width:576px) {
ul.top-nav li.header-phone-icon {
	display: none;
}
ul.top-nav li.header-phone-txt {
	display: inline-block;
}
}

.pointer-icon {
vertical-align: middle;
display: inline-block;
background-color: #CFC38F;
  -webkit-mask: url(https://www.chooseleisure.co.uk/assets/images/pin-icon.svg) no-repeat center;
  mask: url(https://www.chooseleisure.co.uk/assets/images/pin-icon.svg) no-repeat center;
  mask-size: cover;
  }

.pointer-icon:hover  {
background-color: #ffcc00;
}


.lines-button {
    position: relative;
    float:right;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.lines-button:focus {
    outline: none;
}
.lines-button span {
    display: block;
    position: absolute;
    width: 30px;
    left: 18px;
    right: 18px;
    height: 2px;
    background: #CFC38F;
    border-radius: 0.57143rem;
}
.lines-button:hover span {
    background: #ffcc00;
}

.lines-button span::before, .lines-button span::after {
    position: absolute;
    display: block;
    right: 0;
    width: 40px;
    height: 2px;
    background: #CFC38F;
    border-radius: 0.57143rem;
    content:"";
}

.lines-button:hover span::before, .lines-button:hover span::after {
    background: #ffcc00;
}

.lines-button span::before {
    top: -10px;
}
.lines-button span::after {
    width: 20px;
    bottom: -10px;
}
.lines {
    background: none;
}
.lines span {
/*    -webkit-transition: background 0s 0.3s;
    transition: background 0s 0.3s; */
}
.lines span::before, .lines span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
}
.lines span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}
.lines span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}
.lines.close {
    background: none;
}
.lines.close span {
    visibility: hidden;
}
.lines.close span::before {
    left: 0;
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    visibility: visible;
    width: 100%;
}
.lines.close span::after {
     left: 0;
   bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    visibility: visible;
    width: 100%;
}



#mainNav {
    z-index: 501;
    background: rgba(255, 255, 255, 1);
    position: fixed;
    top: 101px;
    right: 0;
    bottom: 0;
    width: 50%;
    max-width: 600px;
    height: calc(100% - 101px);
    display: block;
    overflow: scroll;
    overflow-x: hidden;
    transition: 0.5s;
    opacity: 1;
    text-align: left;
}
#mainNav.hidden {
    right: -50%;
    opacity: 0;
}
#mainNavbg {
	z-index: 500;
	background: rgba(0, 0, 0, 0.75);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	overflow-x: hidden;
	transition: 0.5s;
	opacity: 1;
	text-align: left;
}
#mainNavbg.hidden {
	right: -100%;
	opacity: 0;
}
@media only screen and (max-width: 460px) {
    #mainNav {
        width: 100%;
        max-width: none;
    }
    #links.hidden,
    #mainNav.hidden {
        right: -100%;
    }
}

#mainNav nav {
	padding: 20px 30px;
}


#mainNav nav ul {
    display: block;
    width: 100%;
}

#mainNav nav ul,
#mainNav nav ul li {
	font-family: museo-sans, sans-serif;
	font-weight: 300;
	font-style: normal;
    margin-left: 0;
    padding: 0;
    list-style: none;
}
#mainNav nav ul li ul {
    width: 100%;
}
#mainNav nav ul li {
    color: #000000;
}
#mainNav nav ul li a {
    vertical-align: middle;
    color: #000000;
    display: block;
    transition: 0.4s ease;
    line-height: 45px;
    text-transform: uppercase;
}
#mainNav nav ul li ul li a {
    color: rgba(0, 0, 0, 0.5);
    text-transform: capitalize;
}

#mainNav nav ul li a:before {
    transition: all 0.4s ease;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}

#mainNav nav ul li a:before {
    font: 30px/1 Material-Design-Iconic-Font;
    content: "";
    width: 60px;
    color: #AA9938;
    text-align: center;
    line-height: 45px;
    float: right;
}

#mainNav nav ul li.sectionheader.parent a:before {
    content: "\f2f9";
}
#mainNav nav ul li.sectionheader.parent a.open:before {
    content: "\f2fc";
}
#mainNav nav ul li.sectionheader.parent ul li a:before {
    content: "";
}
#mainNav nav ul li.sectionheader.parent ul li.sectionheader.parent a:before {
    content: "\f2f9";
}
#mainNav nav ul li.sectionheader.parent ul li.sectionheader.parent a.open:before {
    content: "\f2fc";
}
#mainNav nav ul li.sectionheader.parent ul li.sectionheader.parent ul li a:before {
    content: "";
}
#mainNav nav ul li a:after  {
    transition: all 0.75s ease;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #CFC38F;
    background-image: linear-gradient(to left, transparent, transparent 50%, #fc0 50%, #fc0);
    background-position: 100% 0;
    background-size: 200% 100%;
    display: block;
}

#mainNav nav ul li.sectionheader ul {
	border-bottom: 1px solid #CFC38F;
}

#mainNav nav ul li ul li a:after {
	display: none;
}

#mainNav nav ul li a:hover:after {
    background-position: 0 0;
}
#mainNav nav ul li ul li a:after {
    background-color: #CFC38F;
}
#mainNav nav ul li a.sectionheader {
    cursor: context-menu;
}
#mainNav nav ul li a span {
    display: table-cell;
    vertical-align: middle;
    line-height: 100%;
}
#mainNav nav ul li:hover a,
#mainNav nav ul li a:hover:after,
#mainNav nav ul li:hover li a:hover {
    color: #fc0;
}
#mainNav nav ul li a.currentpage,
#mainNav nav ul li a.menuactive,
#mainNav nav ul li ul li a.currentpage,
#mainNav nav ul li.activeparent a {
    color: #CFC38F;
}

#mainNav nav ul li:hover li a {
    color: #000;
}


#searchbar {
	z-index: 600;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	transition: 0.5s;
	opacity: 1;
	text-align: left;
}
#searchbar.hidden {
	display: none;
    opacity: 0;
	top: 80px;
}

body#home #searchbar {
}

#searchinner {
	background: #fff;
	border: 1px solid #CFC38F;
	border-radius: 6px;
	padding: 30px 60px;
}

@media only screen and (max-width: 460px) {
#searchinner {
	padding: 15px 15px;
}
}

#searchbar hr {
	border: none;
	height: 1px;
	background-color: #CFC38F;
	margin: 15px 0px;
}



#searchbar button,
#searchbar input {
    border: 0;
    background: 0 0;
    color: #AA9938;
    font-weight: 300;
    width: 40px;
    font-size: 28px;
    vertical-align: middle;
}
#searchbar input::-webkit-input-placeholder { /* Edge */
    color: #000000;
    font-weight: 300;
}

#searchbar input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000000;
    font-weight: 300;
}

#searchbar input::placeholder {
    color: #000000;
    font-weight: 300;
}

#searchbar input {
    padding: 0px;
    width: calc(100% - 50px);
}

#searchbar button {
    font-size: 30px;
    width: 40px;
    cursor: none;
    padding: 0;
    margin: 0;
}

.search-btn img {display: block; height: 40px; width: auto; vertical-align: middle;}


#livesearch {
	max-height: 50vh;
	overflow-x: hidden;
	overflow-y: scroll;
}

#livesearch {
  --sb-track-color: #f0efe6;
  --sb-thumb-color: #aa9938;
  --sb-size: 14px;
}

#livesearch::-webkit-scrollbar {
  width: var(--sb-size)
}

#livesearch::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 3px;
}

#livesearch::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 3px;

}

@supports not selector(::-webkit-scrollbar) {
  #livesearch {
    scrollbar-color: var(--sb-thumb-color)
                     var(--sb-track-color);
  }
}

#livesearch a {
	display: block;
	padding: 5px 10px;
}

#livesearch a:nth-of-type(even) {
	background: rgba(240, 239, 229, 0.5);
}

#livesearch a.searchcontact {
	display: inline-block;
	padding: 0px;
}

.closesearch {
	position: absolute;
	top: 10px;
	right:20px;
	font-size: 25px;
}

.closesearch span {
	display: none;
}

ul#socialnav {
	margin:0;
	padding:20px 30px;
	line-height:35px;
	text-align:left;
}

ul#socialnav li {
	display:inline-block;
	margin:0 8px;
}

ul#socialnav li a {
	display:block;
	width:35px;
	height:35px;
	border-radius:3px;
}

ul#socialnav li a i {
	transition:.5s;
	color:#000;
	line-height:35px;
	font-size:30px;
}

ul#socialnav li a:hover i {
	color:#fc0;
}

ul#socialnav li a span {
	display: none;
}


.parallax-window {
    background: transparent;
}

.banner {
}

/* ==========================================================================
   Home page banner
   ========================================================================== */

body#home #banner_section {
	position: relative;
    height: 50vh;
    min-height: 400px;
}

.home-banner {
	    height: 50vh;
		min-height: 400px;
		width: 100%;
		background-position: center center;
		background-size: cover;
}

#home-banner-overlay {
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 200;
}

.home-banner a {
	background: red;
	position: absolute;
	z-index: 250;
	height: 100%;
	width: 100%;
}

@media only screen and (min-width:576px) {
body#home #banner_section {
    height: 100vh;
}
.home-banner {
	    height: 100vh;
}

#home-banner-overlay {
	bottom: 60px;
}
}

body#home #banner_section h1 {
	color: #fff;
	font-weight: 500;
	font-size: 30px;
	line-height: 35px;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: center;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.95);
}

body#home #banner_section h2 {
	color: #fff;
	font-size: 28px;
	line-height: 40px;
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 10px;
}

@media only screen and (min-width:576px) {
body#home #banner_section h1 {
	font-size: 40px;
	line-height: 50px;
}

body#home #banner_section h2 {
	margin-bottom: 30px;
}
}

body#home #banner_section h2 img {
	width: 550px;
	max-width: 100%;
}

body#home .home-banner:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 25%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 75%, rgba(0,0,0,0.9) 100%);
}

@media only screen and (min-width:576px) {
body#home .home-banner:after {
	background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 15%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 75%, rgba(0,0,0,0.9) 100%);
}
}

/* pager */
.pager {
    text-align: center; width: 100%; overflow: hidden;
}
.pager span {
    font-family: arial; font-size: 30px; width: 30px; height: 30px;
    display: inline-block; color: rgba(255, 255, 255, 0.5); cursor: pointer;
}
.pager span.cycle-pager-active { color: #fff;}
.pager > * { cursor: pointer;}

@media only screen and (min-width:576px) {
#home-banner-overlay { bottom: 30px; }
body#home #banner_section h1, body#home #banner_section h2 { text-align: left; }
#home-banner-overlay .buttons {margin-right: 15px; display: inline-block;}
.pager { text-align: right; }
}

/* ==========================================================================
   Default banner section
   ========================================================================== */

#banner {
	padding-top: 150px;
}
@media only screen and (min-width:576px) {
#banner {
	padding-top: 75px;
}
}

@media only screen and (min-width:992px) {
#banner {
	padding-top: 0px;
}
}

/* ==========================================================================
   Content
   ========================================================================== */

main {
padding-top: 15px;
}

body#home main {
padding-top: 0px;
}

.content {
}

.content img {
	max-width: 100%;
	height: auto;
}

.content h1 {
	font-size: 28px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 10px;
}

.content h2, .content h3.hp_subtitle  {
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	color: #AA9938;
	margin-bottom: 10px;
}

.content h3.hp_subtitle  { text-transform: none;}

.content h3, .content h2.hp_title {
	font-size: 28px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 10px;
	color: #000000;
}

.section_journey .content h3 {
	margin-top: 15px;
}


.content h4 {
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 30px;
	font-weight: 700;
	color: #AA9938;
	font-weight: 500;
}

.content h4.icon_header {
	text-transform: uppercase;
	color: #000;
	}


.content h5, .content h6 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0px;
	line-height: 30px;
}
.content h6 {
	color: #AA9938;
}

.content {
}

.content a {
	font-weight: 700;
}


.content p {
	margin-bottom: 30px;
	line-height: 30px;
}

/*.content p:last-of-type {
	margin-bottom: 0px;
}*/

#Searchinfobar p, #FilterHeaderBar p {
	margin-bottom: 0px;	
}

.content ul:not(.list_btns) {
	margin-left: 0px;
	margin-bottom: 30px;
	list-style: none;
	margin-left: 30px;
}


.content ul:not(.list_btns) li:before  {
	font:normal normal normal 1.25em/1 Material-Design-Iconic-Font;
	color: #E7E1C7;
	content:'\f185';
	line-height:35px;
	margin-left: -30px;
	display: inline-block;
	width: 30px;
}

.content ol {
	margin-left: 18px;
	margin-bottom: 30px;
	list-style-position: outside;
	list-style-type: decimal;
}


.signature {
    font-family: house-script, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
}

em.title {
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	color: #AA9938;
}

.section_odd {
	padding: 30px 0;
}

.section_stock {
	padding: 30px 0px 0px 0px;
}

.section_even {
	background-image: url(https://www.chooseleisure.co.uk/assets/images/hex_40pc.png);
	background-size: 100%;
	background-color: #f0efe6;
	padding: 45px 0;
}

.section_journey {
	background-image: url(https://www.chooseleisure.co.uk/assets/images/hex_40pc.png);
	background-color: #f0efe6;
	margin-top: 30px;
}

.section_hand_picked {
	background-image: url(https://www.chooseleisure.co.uk/assets/images/hex_40pc.png);
	background-color: #f0efe6;
	padding-top: 60px;
margin-bottom: 60px;
}

@media only screen and (min-width:576px) {
.section_hand_picked {
margin-bottom: 0px;
}
}


.section_finance {
	background-image: url(https://www.chooseleisure.co.uk/assets/images/hex_20pc.png);
	background-color: #d4cc9b;
	margin-top: 60px;
}

.section_finance .page-section, .section_journey .page-section, .essentials_banner .page-section {
	margin-bottom: 0px;
}

.section_finance hr {
	background-color: #AA9938;
}

#blackhorse {
	margin-bottom: 30px;
}

@media only screen and (min-width:576px) {
#blackhorse {
	margin-bottom: 15px;
}
}

@media only screen and (min-width:992px) {
#blackhorse {
	margin-bottom: 0px;
}
}

.section_essentials {
	background: #F0EFE6;
	margin-top: 0px;
	padding: 60px 0px 30px 0px;
}

.section_even_old {
	background: transparent;
	padding: 45px 0;
}

.section_journey_old {
	background: transparent;
	margin-top: 30px;
}


/* ==========================================================================
   Hexagon divs and images
   ========================================================================== */


.hex {
  height: 180px;

  aspect-ratio: 1/cos(30deg);
  clip-path: polygon(50% -50%,100% 50%,50% 150%,0 50%);
  background: #FFD900;
}

.hex-alt {
  height: 190px;

  aspect-ratio: cos(30deg);
  clip-path: polygon(-50% 50%,50% 100%,150% 50%,50% 0);
  background: #FFD900;
}

.hex img, .hex-alt img, img.hex, img.hex-alt {
  object-fit:cover;
}

.hex-shadow {
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.25));
}



#journey, #finance, #hand_picked {
	margin: -45px 0px 30px 0px;
}

#hand_picked {
	margin: -5px 0px -45px 0px;
}

@media only screen and (min-width:576px) {
#journey, #finance, #hand_picked {
	margin: -45px 0px;
}
}


/* ==========================================================================
   Home page link banners
   ========================================================================== */


.finance_banner h3, .sell_banner h3, .service_banner h3 {
	font-weight: 500;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.75);
	color: #fff;
}

.finance_banner h4, .sell_banner h4, .service_banner h4 {
	font-weight: 700;
	color: #fff;
}

.finance_banner, .sell_banner, .service_banner {
	color: #fff;
  background-image: url(https://www.chooseleisure.co.uk/assets/images/finance-banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sell_banner {
  background-image: url(https://www.chooseleisure.co.uk/assets/images/sell-banner.jpg);
}

.service_banner {
  background-image: url(https://www.chooseleisure.co.uk/assets/images/service-banner.jpg);
}

.finance_banner .page-section, .sell_banner .page-section {
	margin-bottom: 0px;
}



body#home .container:not(body#home .container.section_hand_picked, body#home .container.section_link_banners, body#home #searchbar .container) {
	margin-top: 60px;
}


/* ==========================================================================
   News page & summery
   ========================================================================== */


.newssummeryouter{margin-top: 30px;}

.newssummery {margin-bottom: 30px;}

.newssummery h4 {margin: 15px 0px 0px 0px;font-weight:300;text-transform: uppercase;}
.newssummery h5 {margin-bottom: 30px;}


a.readmore, span.readmore_mobile {
	transition:all .5s ease;
	display:inline-block;
	line-height:25px;
	color:#000;
	text-transform:uppercase;
	font-weight:500;
	margin-bottom: 25px;
}

span.readmore_mobile {
	margin-top: 10px;
	margin-bottom: 0px;
}

a:hover.readmore {
	color:#000;
}

a.readmore:before, span.readmore_mobile:before {
	transition:all .5s ease;
	display:inline-block;
	font:normal normal normal 1.25em/1 Material-Design-Iconic-Font;
	color:#000;
	content:'\f18d';
	line-height:25px;
	margin-right:10px;
}

span.readmore_mobile.seemore:before {
	content:'\f13e';
}
a:hover.readmore:before {
	color:#FFD800;
}

@media only screen and (min-width:869px) {
span.readmore_mobile { display: none }
}

a.readmore.watchvideo:before {
	content:'\f3a9';
}

/* ==========================================================================
   Footer
   ========================================================================== */

/* upLink */
aside.movedown,aside.back2top {
	display: block;
	text-align: center;
}

aside.movedown {
	position: absolute;
	bottom: 30px;
	width: 100%;
	z-index: 200;
}

aside.back2top {
	margin-top: 0px;
}

a.scrollLink, div#prev, div#next {
	display:inline-block;
	border-radius:3px;
	width:30px;
	height:30px;
	text-align:center;
	color:#CFC38F;
	border:1px solid #CFC38F;
}

div#prev, div#next {
	vertical-align: middle;
	color:#CFC38F;
	border:1px solid #CFC38F;
	cursor: pointer;
	margin: 7px 0 8px 10px;
}

a:hover.scrollLink, div#prev:hover, div#next:hover {
	background-color:#CFC38F;
}

a.scrollLink i, div#prev i, div#next i {
	font-size:20px;
	line-height:30px;
	color:#CFC38F;
}

div#prev i, div#next i {
	color:#fff;
}

a:hover.scrollLink i, div#prev:hover i, div#next:hover i {
	color:#000;
}

@media only screen and (min-width:415px) {

body#home section#banner_section aside.movedown a.scrollLink, body#home section#banner_section aside.movedown a.scrollLink {
	border:1px solid #fff;
}

body#home section#banner_section aside.movedown a:hover.scrollLink {
	background-color:#CFC38F;
}

body#home section#banner_section aside.movedown a.scrollLink i {
	color:#fff;
}

body#home section#banner_section aside.movedown a:hover.scrollLink i {
	color:#000;
}
}
a.scrollLink i span {
	display:none;
}


footer {
  background-image: url(https://www.chooseleisure.co.uk/assets/images/footer-bg-short-576px.jpg);
  background-position: center top;
}

#newsletter-footer {
	padding: 0px;
}

@media only screen and (min-width:576px) {
#newsletter-footer {
	padding: 30px 0 0px 0;
}
}

#newsletter-footer h3 {
	text-align: center;
	font-size: 24px;
	margin: 10px 0px 30px 0px;
}

@media only screen and (min-width:576px) {
#newsletter-footer h3 {
	font-size: 28px;
	margin: 30px 0;
}
}

p.newsletter_btn {
	margin-top: 60px;
	text-align: center;
}

#deep-footer {
	border-top: 3px solid #FFD900;
	margin-top: 100px;
	padding-top: 100px;
	position: relative;
	background: #fff;
	font-size: 0.85em;
}

#deep-footer .hex-shadow {
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  position: absolute;
  top: -53px;
  left: calc(50% - 59px);
}

#deep-footer .hex {
  border: 1px solid #ffd900;
	height: 100px;
	background: linear-gradient(120deg, #ffd900 40%, #ffe200 45%, #ffd800 55%, #e3c412 60%, #ffd800 75%);
	background-size: 400% 400%;
    -webkit-animation: hexGradient 10s ease infinite;
    -moz-animation: hexGradient 10s ease infinite;
    -o-animation: hexGradient 10s ease infinite;
    animation: hexGradient 10s ease infinite;
}

#deep-footer a {
	color: #000;
}

#deep-footer a:hover {
	color: #AA9938;
}

#deep-footer h3 {
}

#deep-footer h4 {
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 15px;
}

#deep-footer h5 {
	font-weight: 700;
}

#deep-footer h5:last-of-type {margin-top: 15px; }

.fixspace {
	height: 60px;
}


p.address {
	margin-bottom: 15px;
}

p.address:last-of-type {
	margin-bottom: 0px;
}

p.address em.zmdi {
	display: inline-block;
	width: 30px;
	vertical-align: middle;
}

p.address:first-of-type em.zmdi {
	vertical-align: top;
	margin-top: 4px;
}

p.address a {
	display: inline-block;
	vertical-align: middle;
}

p.saf {
margin-top: 60px;
}

/* .saf img {
	width: 80px;
	height: auto;
} */

.saf img {
	width: auto;
	height: 65px;
}

.saf img:first-of-type {
	margin-right: 10px;
}

ul.social-media-links, ul.footer-nav{-webkit-padding-start:0;-moz-padding-start:0;padding:0;list-style-type:none;margin:0px 0px 10px 0px;}
ul.social-media-links li, ul.footer-nav li{display:inline-block}
ul.footer-nav li:after{content:'|';color:#262626;margin:0 5px}
ul.footer-nav li:last-of-type:after{content:'';margin:0}
ul.credit{ text-align: left;}
ul.social-media-links li {margin-right: 20px;vertical-align: middle;}
ul.social-media-links li:last-of-type {margin-right: 0px; }


#reg-address-footer {
	font-size: 10px;
	line-height: 120%;
	color: #313131;
}

#reg-address-footer p {
	margin-bottom: 15px;
}

#reg-address-footer p:last-of-type {
	margin-bottom: 0px;
}

#reg-address-footer a {
	color: #313131;
}

#footer {
	font-size: 10px;
}

#footer a {
	color: #313131;
}


@media only screen and (min-width:576px) {
footer {
  background-image: url(https://www.chooseleisure.co.uk/assets/images/footer-bg-short-992px.jpg);
  background-position: center top;
}
#deep-footer {
	margin-top: 150px;
	padding-top: 150px;
}
#reg-address-footer, #footer {
	font-size: 12px;
	line-height: 140%;
}
}

@media only screen and (min-width:992px) {
footer {
  background-image: url(https://www.chooseleisure.co.uk/assets/images/footer-bg-short.jpg);
  background-position: center top;
}
#deep-footer .hex-shadow {
  top: -80px;
  left: calc(50% - 90px);
}

#deep-footer .hex {
	height: 156px;
}
#deep-footer h4 {
	margin-bottom: 30px;
}
#newsletter-footer {
	padding: 90px 0 30px 0;
}
.fixspace {
	height: 0px;
}
}


 /* ==========================================================================
   Galleries / Video
   ========================================================================== */


.icon_header {margin-top: 60px;}


.embed-container {
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
	max-width:100%;
	background:#4e4d4e;
	border:1px solid #4e4d4e;
}

.embed-container embed,.embed-container iframe,.embed-container object {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}




/* ==========================================================================
   Form
   ========================================================================== */


#formbox {
	margin: 25px 0;
	font-size: 0.85em;
}

#formbox h6 {
	margin-bottom: 15px;
}


.form {
	width: 100%
}

.form .element-input {
	display: block;
	margin-bottom: 15px;
	position: relative;
	width: 100%;
	color: #000;
}

.form label {
vertical-align: middle;
}

.form .element-input i.zmdi {
	position: absolute;
	display: inline-block;
	left: 10px;
	top: 10px;
	border-right: 1px solid #777776;
	padding-right: 8px;
	color: #000;
	font-size: 18px;
	width: 24px;
	text-align: center;
}

.form input[type=date],.form input[type=email],.form input[type=number],.form input[type=password],.form input[type=submit],.form input[type=tel],.form input[type=text],.form input[type=url],.form select,.form textarea {
/*	width: calc(100% - 54px); */
	width: 100%;
	outline: none;
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: normal;
	border: 1px solid #777776;
	border-radius: 3px;
	padding: 10px 10px 9px 50px;
	transition: .5s;
	color: #000;
}

.form, .form textarea:before, .form textarea:after {
  box-sizing: inherit;
}

.gdpr {vertical-align: middle;}

.form input.one_of_two {
	border-bottom: none;
	border-radius: 3px 3px 0 0
}

.form input.two_of_two {
	border-top: none;
	border-radius: 0 0 3px 3px
}

.form select {
	width: 100%!important
}

.form input:required,.form select:required,.form textarea:required {
	background: #fff url(https://www.chooseleisure.co.uk/assets/images/required.png) no-repeat 98% center;
	background-size: 15px
}

.form input:focus:invalid,.form input:hover:invalid,.form select:focus:invalid,.form select:hover:invalid,.form textarea:focus:invalid,.form textarea:hover:invalid {
	background: #ffdfdf url(https://www.chooseleisure.co.uk/assets/images/invalid.png) no-repeat 98% center;
	background-size: 15px;
	border-color: #d70505
}

.form input:required:valid,.form select:required:valid,.form textarea:required:valid {
	background: #fff url(https://www.chooseleisure.co.uk/assets/images/valid.png) no-repeat 98% center;
	background-size: 15px;
	border-color: #28921f
}

input[type=checkbox]
{
  -webkit-appearance:checkbox;
vertical-align: middle;
}

button.th_bt {
	font-family:"museo-sans",sans-serif;
	font-weight:500;
	font-style:normal;
	font-size:1.125em;
	margin:0;
	transition:all 1s ease;
	display:block;
	height: 50px;
	line-height: 50px;
	width: 150px;
	line-height:50px;
	padding: 0;
	color:#000;
	background:#FFD900;
	border-radius:3px;
	text-transform:uppercase;
	font-weight:500;
	text-align: center;
	margin-bottom: 25px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border: 1px solid #FFD800;
}

button.th_bt:hover {
	color:#FFD900;
	border: 1px solid #FFD800;
	background-color:#313131;
	background: linear-gradient(120deg, #313131 40%, #000 45%, #313131 55%);
	background-size: 400% 400%;
    -webkit-animation: btnGradient 5s ease;
    -moz-animation: btnGradient 5s ease;
    -o-animation: btnGradient 5s ease;
    animation: btnGradient 5s ease;
}

button.th_bt:disabled {
	background: #777776;
	cursor: not-allowed
}

button.th_bt:disabled i {
	display: none
}

button.th_bt i {
	opacity: 0;
	margin-left: 2px;
	transition: .5s
}

button.th_bt:hover i {
	opacity: 1;
	margin-left: 10px
}

#status, #status2, #status3 {
	display: block;
	position: relative;
	padding: 15px 15px 15px 45px;
	border: 2px solid #28921f;
	border-radius: 3px;
	background: rgba(40,146,31,0.15);
	margin-bottom: 15px;
	text-align: center;
}

img.dandp {
	max-width: 90%;
}
}

#status:before, #status2:before, #status3:before {
	font: normal normal normal 20px/1 Material-Design-Iconic-Font;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f1f8';
	color: #28921f;
	position: absolute;
	top: 15px;
	left: 15px;
}

#errors, #errors2, #errors3 {
	display: block;
	position: relative;
	padding: 15px 15px 15px 45px;
	border: 2px solid #d70505;
	border-radius: 3px;
	background: #ffdfdf;
	margin-bottom: 15px;
}

#errors a, #errors2 a, #errors3 a {
	color: #000000;
}

#errors a:hover, #errors2 a:hover, #errors3 a:hover {
	color: #d70505;
}

#errors:before, #errors2:before, #errors3:before {
	font: normal normal normal 20px/1 Material-Design-Iconic-Font;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f1f4';
	color: #d70505;
	position: absolute;
	top: 15px;
	left: 15px;
}

.space_label_right {
	margin-right: 25px;
}


 /* ==========================================================================
   Maps
   ========================================================================== */

#contactgoogleMap {
	/* height: calc(100% + 40px) !important; */
	height: 100% !important;
	left: 0;
	width: 100% !important;
}

/* ==========================================================================
   Widths
   ========================================================================== */

.fullwidth {
	width: 100%;
}

.width90 {
	width: 100%;
}

.width80 {
	width: 100%;
}

@media (min-width: 576px) {
.width90 {
	width: 90%;
}

.width80 {
	width: 80%;
}
}

.fullheight {
	width: 100%;
}
.coverimg {
object-fit: cover;
}

.img-left,.img-right,.img-left-third,.img-right-third {
	float:right;
	display:block;
	margin:0 0 10px 3%;
	width:47%!important;
	height:auto!important;
}

 .img-left-third,.img-right-third {
	width:30%!important;
}

.img-left,.img-left-third {
	float:left;
	margin:0 3% 10px 0;
}

@media only screen and (max-width:768px) {
	.img-left,.img-right,.img-left-third,.img-right-third {
		display:block;
		margin:0 0 10px;
		width:100%!important;
		height:auto!important;
	}
}

/* ==========================================================================
   Global settings
   ========================================================================== */

.cycle-slideshow {
	z-index: 0;
}

#videobanner {
overflow: hidden;
position: relative;
}

#video, #alternative {
    width: 100%; /* Could also use width: 100%; */
    height: 100vh;
    object-fit: cover;
    position: relative; /* Change position to absolute if you don't want it to take up the whole page */
    overflow: hidden;
    display: block;
}


/* CSS3 aspect-ratio */

.aspect_1_1 {
  aspect-ratio: 1/1;
}

.aspect_1_2 {
  aspect-ratio: 2/1;
}

.aspect_3_2 {
  aspect-ratio: 3/2;
}

.aspect_3_1 {
  aspect-ratio: 3/1;
}

.aspect_4_3 {
  aspect-ratio: 4/3;
}

.aspect_8_5 {
  aspect-ratio: 8/5;
}

.aspect_16_5 {
  aspect-ratio: 16/5;
}

.aspect_16_9 {
  aspect-ratio: 16/9;
}



.txtLeft {
	text-align: left;
}

.txtRight {
	text-align: right;
}

.txtCenter {
	text-align: center;
}

.txtVtop {
	vertical-align: top;
}

.txtVcenter {
	vertical-align: middle;
}

.txtVbottom {
	vertical-align: bottom;
}

.centertContent {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	position: absolute;
	top: 40%;
	right: 0;
	bottom: 0;
	left: 0;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.padbottom0 {
	padding-bottom: 1px !important;
}


.pad5 {
	padding: 5px;
}

.pad10 {
	padding: 10px;
}

.pad15 {
	padding: 15px;
}

.pad20 {
	padding: 20px;
}

.pad25 {
	padding: 25px;
}

.pad75top {
	padding-top: 75px;
}

.pad5pc {
	padding: 5%;
}

.pad10pc {
	padding: 10%;
}

.pad15pc {
	padding: 15%;
}

.pad20pc {
	padding: 20%;
}

.pad25pc {
	padding: 25%;
}

.pad0vertically {
	padding: 0px;
}

.pad5vertically {
	padding: 5px 0;
}

.pad10vertically {
	padding: 10px 0;
}

.pad15vertically {
	padding: 15px 0;
}

.pad20vertically {
	padding: 20px 0;
}

.pad25vertically {
	padding: 25px 0;
}

.pad30vertically {
	padding: 30px 0;
}

.pad45vertically {
	padding: 45px 0;
}

.pad60vertically {
	padding: 60px 0;
}

.marginTop0 {
	margin-top: 0 !important;
}

.marginTop5 {
	margin-top: 5px;
}

.marginTop10 {
	margin-top: 10px;
}

.marginTop15 {
	margin-top: 15px;
}

.marginTop20 {
	margin-top: 20px;
}

.marginTop25 {
	margin-top: 25px;
}

.marginTop30 {
	margin-top: 30px;
}

.marginTop50 {
	margin-top: 50px;
}

.marginTop75 {
	margin-top: 75px;
}

.marginTop100 {
	margin-top: 100px;
}

.marginTop150 {
	margin-top: 150px;
}

.marginBottom0 {
	margin-bottom: 0px !important;
}

.marginBottom5 {
	margin-bottom: 5px;
}

.marginBottom10 {
	margin-bottom: 10px;
}

.marginBottom15 {
	margin-bottom: 15px;
}

.marginBottom20 {
	margin-bottom: 20px;
}

.marginBottom25 {
	margin-bottom: 25px;
}

.marginBottom30 {
	margin-bottom: 30px;
}

.marginBottom50 {
	margin-bottom: 50px;
}

.marginBottom60 {
	margin-bottom: 60px;
}

.marginBottom75 {
	margin-bottom: 75px;
}

.marginBottom100 {
	margin-bottom: 100px;
}

.marginRight15px {
	margin-right: 15px;
}

.marginRight30px {
	margin-right: 30px;
}

.clear {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.flexStretch {
	display: flex;
	align-items: stretch;
}

p.share {
	text-align: center;
}

p.share a {
	margin-left: 10px;
	font-size: 1.2em;
	vertical-align: middle;
}

.content table {
	width: 100%;
}

.content thead {
	background: #262626;
	color: #fff;
	font-weight: 600;

}

.content td {
	width: auto;
	padding: 10px;
	border-right: 1px solid rgba(255, 255, 255, 0.35);
}

.content tr:nth-child(odd) {
	background: rgba(38, 38, 38, 0.05);
}

.content tr:nth-child(even) {
	background: rgba(38, 38, 38, 0.1);
}



/* ==========================================================================
   Home page logos
   ========================================================================== */


.card {
	border-radius: 6px;
	transition: all 0.4s ease;
	background-image: url(https://www.chooseleisure.co.uk/assets/images/hex_20pc.png);
	background-color: #CFC38F;
	text-align: center;
	position: relative;
  container-type: inline-size;
  container-name: cardtxt;
}

.card span.card-img {
	transition: all .4s ease;
	position: absolute;
	top:25%;
	display: block;
	text-align: center;
	width: 70%;
	padding: 0 15%;
}

.card span.card-img img {
	transition: all .4s ease;
	max-width: 100%;
	opacity: 1;
}

.card:hover span.card-img {
	top:5%;
}

.card:hover span.card-img img {
	max-width: 70%;
/*	opacity: 0.5; */
}

.card span.card-txt {
	transition: all .4s ease;
	visibility:hidden;
	opacity:0;
	-webkit-transform:scaleY(0);
	transform:scaleY(0);
	-webkit-transition:.4s;
	line-height: 0px;
	display: block;
	height: 0%;
	color: rgba(255, 255, 255, 0);
	font-weight: 300;
	position: absolute;
	bottom:5%;
	width: 92%;
	padding: 0 4%;
}

.card:hover span.card-txt {
	-webkit-transform:scaleY(1);
	transform:scaleY(1);
	opacity:1;
	visibility:visible;
	line-height: 130%;
	color: rgba(255, 255, 255, 1);
	height: auto;
}

@container cardtxt (width > 240px) {
	.card span.card-txt {
	bottom:10%;
	}
	.card:hover span.card-txt {
		font-size: 18px;
	}
}

@container cardtxt (width > 220px) and (width < 240px) {
  .card:hover span.card-txt {
	font-size: 17px;
  }
}

@container cardtxt (width > 190px) and (width < 220px) {
  .card:hover span.card-txt {
	font-size: 15px;
  }
}

@container cardtxt (width > 170px) and (width < 190px) {
  .card:hover span.card-txt {
	font-size: 13px;
  }
}

@container cardtxt (width > 150px) and (width < 170px) {
  .card:hover span.card-txt {
	font-size: 12px;
  }
}

@container cardtxt (width < 150px) {
  .card:hover span.card-txt {
	font-size: 11px;
  }
}


@media (max-width: 577px) {
.card:nth-of-type(2), .card:nth-of-type(3), .card:nth-of-type(6), .card:nth-of-type(7) {
	background-image: none;
	background-color: #313131;
}
.card:nth-of-type(1) span.card-img img, .card:nth-of-type(4) span.card-img img, .card:nth-of-type(5) span.card-img img, .card:nth-of-type(8) span.card-img img {
  -webkit-filter: invert(100%); /* safari 6.0 - 9.0 */
          filter: invert(100%);
}
.card:nth-of-type(1) span.card-txt, .card:nth-of-type(4) span.card-txt, .card:nth-of-type(5) span.card-txt, .card:nth-of-type(8) span.card-txt {
	color: rgba(0, 0, 0, 0);
}

.card:nth-of-type(1):hover span.card-txt, .card:nth-of-type(4):hover span.card-txt, .card:nth-of-type(5):hover span.card-txt, .card:nth-of-type(8):hover span.card-txt {
	color: rgba(0, 0, 0, 1);
}
}

@media (min-width: 576px) and (max-width: 767px) {
.card:nth-of-type(even) {
	background-image: none;
	background-color: #313131;
}

.card:nth-of-type(odd) {
	background-image: url(https://www.chooseleisure.co.uk/assets/images/hex_20pc.png) !important;
	background-color: #CFC38F !important;
}
.card:nth-of-type(odd) span.card-img img {
  -webkit-filter: invert(100%); /* safari 6.0 - 9.0 */
          filter: invert(100%);
}
.card:nth-of-type(odd) span.card-txt {
	color: rgba(0, 0, 0, 0);
}

.card:nth-of-type(odd):hover span.card-txt {
	color: rgba(0, 0, 0, 1);
}
}

@media (min-width: 768px) {
.card:nth-of-type(2), .card:nth-of-type(4), .card:nth-of-type(5), .card:nth-of-type(7) {
	background-image: none;
	background-color: #313131;
}
.card:nth-of-type(1) span.card-img img, .card:nth-of-type(3) span.card-img img, .card:nth-of-type(6) span.card-img img, .card:nth-of-type(8) span.card-img img {
  -webkit-filter: invert(100%); /* safari 6.0 - 9.0 */
          filter: invert(100%);
}
.card:nth-of-type(1) span.card-txt, .card:nth-of-type(3) span.card-txt, .card:nth-of-type(6) span.card-txt, .card:nth-of-type(8) span.card-txt {
	color: rgba(0, 0, 0, 0);
}

.card:nth-of-type(1):hover span.card-txt, .card:nth-of-type(3):hover span.card-txt, .card:nth-of-type(6):hover span.card-txt, .card:nth-of-type(8):hover span.card-txt {
	color: rgba(0, 0, 0, 1);
}
}

.cards {
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 576px) {
  .cards { grid-template-columns: repeat(3, 1fr); }
}


@media (min-width: 768px) {
  .cards { grid-template-columns: repeat(4, 1fr); }
}

/* @media (min-width: 1280px) {
  .cards { grid-template-columns: repeat(8, 1fr); }
} */



#brand_logo {
	position: absolute;
	top: -20px;
	right: 0;
}

.brand_logo {
	width: auto !important;
	height: 40px !important;
}

@media only screen and (min-width:869px) {
#brand_logo {
	top: -10px;
}

.brand_logo {
	width: auto !important;
	height: 80px !important;
}
}

.brand_logo2 {
	width: 100%;
	height: auto;
}

.relative {
	position: relative;
}

/* ==========================================================================
   Contact page elements
   ========================================================================== */

section#maparea {
	padding:0;
	width:100%;
	padding-left:env(safe-area-inset-left);
	padding-right:env(safe-area-inset-right);
	margin-bottom: 90px;
}

@media only screen and (min-width:576px){
section#maparea {
	margin-bottom: -30px;
}
}

#siteNotice img {
	display:none;
}

@media only screen and (min-width:869px) {
	#siteNotice img {
		vertical-align:middle;
		display:inline-block;
	}
}

#directions-box {
	padding:30px;
	background-image: url(https://www.chooseleisure.co.uk/assets/images/hex_40pc.png);
	background-size: 100%;
	background-color: #f0efe6;
}

#directions-box p {
}

input#saddr {
	display:inline-block;
	padding:0 10px;
	border:none;
	width:calc(100% - 80px);
	height:40px;
	line-height:40px;
	margin-right:0;
}

input#directions {
	transition:background-color .5s ease;
	color:#000;
	font-size:13px;
	display:inline-block;
	padding:0;
	font-weight:900;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
	border: 1px solid #FFD800;
	line-height:40px;
	height:40px;
	width:60px;
	margin-left:0;
	background:#FFD800;
	cursor:pointer;
}

input#directions:hover {
	color:#FFD900;
	border: 1px solid #FFD800;
	background-color:#313131;
	background: linear-gradient(120deg, #313131 40%, #000 45%, #313131 55%);
	background-size: 400% 400%;
    -webkit-animation: btnGradient 5s ease;
    -moz-animation: btnGradient 5s ease;
    -o-animation: btnGradient 5s ease;
    animation: btnGradient 5s ease;
}


/* ==========================================================================
   Animations
   ========================================================================== */

@keyframes hexGradient {
	30% {
		background-position: 0% 50%;
	}
	40% {
		background-position: 100% 50%;
	}
	80% {
		background-position: 0% 50%;
	}
}

@keyframes btnGradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}






@media only screen and (max-width:575px){
.noMobile, aside.movedown.noMobile {
display: none;
}
}
/* cmsms stylesheet: TWSRepeater modified: Tuesday, October 8, 2024 11:59:09 AM */
.TWSRepeaterWrapper {}

#TWSRepeater_listing img {width: 100%; height: auto;}
/* cmsms stylesheet: fonts modified: Tuesday, September 24, 2024 9:47:14 AM */
@charset "UTF-8";@import "https://www.chooseleisure.co.uk/assets/css/material-design-iconic-font.min.css";@import "https://use.typekit.net/ono2hnr.css";
/* cmsms stylesheet: flexboxgrid modified: Tuesday, September 24, 2024 9:46:11 AM */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	line-height:1.15;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
/*    overflow: hidden;
    height: 100%; */
}

body {
	margin:0;
/*    overflow: hidden;
    height: 100%; */
}

audio,video {
	display:inline-block;
}

audio:not([controls]) {
	display:none;
	height:0;
}

img {
	border-style:none;
}

svg:not(:root) {
	overflow:hidden;
}

.layout {
	display:flex;
	min-height:100vh;
	flex-direction:column;
}

.page {
	z-index:0;
	background:#fff;
}

.wrap {
	box-sizing:border-box;
	max-width:1200px;
	margin:0 auto;
}

.page-section {
	padding:10px 15px;
	margin-bottom:1rem;
}

.container {
	box-sizing:border-box;
	margin-left:auto;
	margin-right:auto;
	padding-right:8px;
	padding-left:8px;
}

.container-fluid {
	padding-right:16px;
	padding-left:16px;
}

@media only screen and (min-width:576px) {
	.container {
		width:100%;
		max-width:100%;
	}
}

@media only screen and (min-width:768px) {
.page-section {
	padding:15px 50px;
	margin-bottom:2rem;
}
	.container {
		max-width:100%;
	}
}

@media only screen and (min-width:992px) {
	.container {
		max-width:100%;
	}
}

@media only screen and (min-width:1200px) {
.page-section {
	padding:15px 75px;
	margin-bottom:2rem;
}
	.container {
		max-width:100%;
	}
}

@media only screen and (min-width:1220px) {
	.container {
		max-width:100%;
	}
}

.row {
	box-sizing:border-box;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-flex:0;
	-ms-flex:0 1 auto;
	flex:0 1 auto;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-right:-8px;
	margin-left:-8px;
}

.row.reverse {
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
}

.col.reverse {
	-webkit-box-orient:vertical;
	-webkit-box-direction:reverse;
	-ms-flex-direction:column-reverse;
	flex-direction:column-reverse;
}

.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-offset-0,.col-md-offset-1,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-offset-0,.col-sm-offset-1,.col-sm-offset-10,.col-sm-offset-11,.col-sm-offset-12,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-offset-0,.col-xl-offset-1,.col-xl-offset-10,.col-xl-offset-11,.col-xl-offset-12,.col-xl-offset-2,.col-xl-offset-3,.col-xl-offset-4,.col-xl-offset-5,.col-xl-offset-6,.col-xl-offset-7,.col-xl-offset-8,.col-xl-offset-9,.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-offset-0,.col-xs-offset-1,.col-xs-offset-10,.col-xs-offset-11,.col-xs-offset-12,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9 {
	box-sizing:border-box;
	-webkit-box-flex:0;
	-ms-flex:0 0 auto;
	flex:0 0 auto;
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
	padding-right:8px;
	padding-left:8px;
	max-width:100%;
}

.col-xs {
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
	-ms-flex-preferred-size:0;
	flex-basis:0;
	max-width:100%;
}

.col-xs-1 {
	-ms-flex-preferred-size:8.33333333%;
	flex-basis:8.33333333%;
	max-width:8.33333333%;
}

.col-xs-2 {
	-ms-flex-preferred-size:16.66666667%;
	flex-basis:16.66666667%;
	max-width:16.66666667%;
}

.col-xs-3 {
	-ms-flex-preferred-size:25%;
	flex-basis:25%;
	max-width:25%;
}

.col-xs-4 {
	-ms-flex-preferred-size:33.33333333%;
	flex-basis:33.33333333%;
	max-width:33.33333333%;
}

.col-xs-5 {
	-ms-flex-preferred-size:41.66666667%;
	flex-basis:41.66666667%;
	max-width:41.66666667%;
}

.col-xs-6 {
	-ms-flex-preferred-size:50%;
	flex-basis:50%;
	max-width:50%;
}

.col-xs-7 {
	-ms-flex-preferred-size:58.33333333%;
	flex-basis:58.33333333%;
	max-width:58.33333333%;
}

.col-xs-8 {
	-ms-flex-preferred-size:66.66666667%;
	flex-basis:66.66666667%;
	max-width:66.66666667%;
}

.col-xs-9 {
	-ms-flex-preferred-size:75%;
	flex-basis:75%;
	max-width:75%;
}

.col-xs-10 {
	-ms-flex-preferred-size:83.33333333%;
	flex-basis:83.33333333%;
	max-width:83.33333333%;
}

.col-xs-11 {
	-ms-flex-preferred-size:91.66666667%;
	flex-basis:91.66666667%;
	max-width:91.66666667%;
}

.col-xs-12 {
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
	max-width:100%;
}

.col-xs-offset-0 {
	margin-left:0;
}

.col-xs-offset-1 {
	margin-left:8.33333333%;
}

.col-xs-offset-2 {
	margin-left:16.66666667%;
}

.col-xs-offset-3 {
	margin-left:25%;
}

.col-xs-offset-4 {
	margin-left:33.33333333%;
}

.col-xs-offset-5 {
	margin-left:41.66666667%;
}

.col-xs-offset-6 {
	margin-left:50%;
}

.col-xs-offset-7 {
	margin-left:58.33333333%;
}

.col-xs-offset-8 {
	margin-left:66.66666667%;
}

.col-xs-offset-9 {
	margin-left:75%;
}

.col-xs-offset-10 {
	margin-left:83.33333333%;
}

.col-xs-offset-11 {
	margin-left:91.66666667%;
}

.start-xs {
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	text-align:start;
}

.center-xs {
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	text-align:center;
}

.end-xs {
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	text-align:end;
}

.top-xs {
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
}

.middle-xs {
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

.bottom-xs {
	-webkit-box-align:end;
	-ms-flex-align:end;
	align-items:flex-end;
}

.around-xs {
	-ms-flex-pack:distribute;
	justify-content:space-around;
}

.between-xs {
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

.first-xs {
	-webkit-box-ordinal-group:0;
	-ms-flex-order:-1;
	order:-1;
}

.last-xs {
	-webkit-box-ordinal-group:2;
	-ms-flex-order:1;
	order:1;
}

.initial-order-xs {
	-webkit-box-ordinal-group:NaN;
	-ms-flex-order:initial;
	order:initial;
}

@media only screen and (min-width:576px) {
	.col-sm {
		-webkit-box-flex:1;
		-ms-flex-positive:1;
		flex-grow:1;
		-ms-flex-preferred-size:0;
		flex-basis:0;
		max-width:100%;
	}
	
	.col-sm-1 {
		-ms-flex-preferred-size:8.33333333%;
		flex-basis:8.33333333%;
		max-width:8.33333333%;
	}
	
	.col-sm-2 {
		-ms-flex-preferred-size:16.66666667%;
		flex-basis:16.66666667%;
		max-width:16.66666667%;
	}
	
	.col-sm-3 {
		-ms-flex-preferred-size:25%;
		flex-basis:25%;
		max-width:25%;
	}
	
	.col-sm-4 {
		-ms-flex-preferred-size:33.33333333%;
		flex-basis:33.33333333%;
		max-width:33.33333333%;
	}
	
	.col-sm-5 {
		-ms-flex-preferred-size:41.66666667%;
		flex-basis:41.66666667%;
		max-width:41.66666667%;
	}
	
	.col-sm-6 {
		-ms-flex-preferred-size:50%;
		flex-basis:50%;
		max-width:50%;
	}
	
	.col-sm-7 {
		-ms-flex-preferred-size:58.33333333%;
		flex-basis:58.33333333%;
		max-width:58.33333333%;
	}
	
	.col-sm-8 {
		-ms-flex-preferred-size:66.66666667%;
		flex-basis:66.66666667%;
		max-width:66.66666667%;
	}
	
	.col-sm-9 {
		-ms-flex-preferred-size:75%;
		flex-basis:75%;
		max-width:75%;
	}
	
	.col-sm-10 {
		-ms-flex-preferred-size:83.33333333%;
		flex-basis:83.33333333%;
		max-width:83.33333333%;
	}
	
	.col-sm-11 {
		-ms-flex-preferred-size:91.66666667%;
		flex-basis:91.66666667%;
		max-width:91.66666667%;
	}
	
	.col-sm-12 {
		-ms-flex-preferred-size:100%;
		flex-basis:100%;
		max-width:100%;
	}
	
	.col-sm-offset-0 {
		margin-left:0;
	}
	
	.col-sm-offset-1 {
		margin-left:8.33333333%;
	}
	
	.col-sm-offset-2 {
		margin-left:16.66666667%;
	}
	
	.col-sm-offset-3 {
		margin-left:25%;
	}
	
	.col-sm-offset-4 {
		margin-left:33.33333333%;
	}
	
	.col-sm-offset-5 {
		margin-left:41.66666667%;
	}
	
	.col-sm-offset-6 {
		margin-left:50%;
	}
	
	.col-sm-offset-7 {
		margin-left:58.33333333%;
	}
	
	.col-sm-offset-8 {
		margin-left:66.66666667%;
	}
	
	.col-sm-offset-9 {
		margin-left:75%;
	}
	
	.col-sm-offset-10 {
		margin-left:83.33333333%;
	}
	
	.col-sm-offset-11 {
		margin-left:91.66666667%;
	}
	
	.start-sm {
		-webkit-box-pack:start;
		-ms-flex-pack:start;
		justify-content:flex-start;
		text-align:start;
	}
	
	.center-sm {
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
		text-align:center;
	}
	
	.end-sm {
		-webkit-box-pack:end;
		-ms-flex-pack:end;
		justify-content:flex-end;
		text-align:end;
	}
	
	.top-sm {
		-webkit-box-align:start;
		-ms-flex-align:start;
		align-items:flex-start;
	}
	
	.middle-sm {
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
	}
	
	.bottom-sm {
		-webkit-box-align:end;
		-ms-flex-align:end;
		align-items:flex-end;
	}
	
	.around-sm {
		-ms-flex-pack:distribute;
		justify-content:space-around;
	}
	
	.between-sm {
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
	}
	
	.first-sm {
		-webkit-box-ordinal-group:0;
		-ms-flex-order:-1;
		order:-1;
	}
	
	.last-sm {
		-webkit-box-ordinal-group:2;
		-ms-flex-order:1;
		order:1;
	}
	
	.initial-order-sm {
		-webkit-box-ordinal-group:NaN;
		-ms-flex-order:initial;
		order:initial;
	}
}

@media only screen and (min-width:768px) {
	.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-offset-0,.col-md-offset-1,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9 {
		box-sizing:border-box;
		-webkit-box-flex:0;
		-ms-flex:0 0 auto;
		flex:0 0 auto;
		padding-right:8px;
		padding-left:8px;
	}
	
	.col-md {
		-webkit-box-flex:1;
		-ms-flex-positive:1;
		flex-grow:1;
		-ms-flex-preferred-size:0;
		flex-basis:0;
		max-width:100%;
	}
	
	.col-md-1 {
		-ms-flex-preferred-size:8.33333333%;
		flex-basis:8.33333333%;
		max-width:8.33333333%;
	}
	
	.col-md-2 {
		-ms-flex-preferred-size:16.66666667%;
		flex-basis:16.66666667%;
		max-width:16.66666667%;
	}
	
	.col-md-3 {
		-ms-flex-preferred-size:25%;
		flex-basis:25%;
		max-width:25%;
	}
	
	.col-md-4 {
		-ms-flex-preferred-size:33.33333333%;
		flex-basis:33.33333333%;
		max-width:33.33333333%;
	}
	
	.col-md-5 {
		-ms-flex-preferred-size:41.66666667%;
		flex-basis:41.66666667%;
		max-width:41.66666667%;
	}
	
	.col-md-6 {
		-ms-flex-preferred-size:50%;
		flex-basis:50%;
		max-width:50%;
	}
	
	.col-md-7 {
		-ms-flex-preferred-size:58.33333333%;
		flex-basis:58.33333333%;
		max-width:58.33333333%;
	}
	
	.col-md-8 {
		-ms-flex-preferred-size:66.66666667%;
		flex-basis:66.66666667%;
		max-width:66.66666667%;
	}
	
	.col-md-9 {
		-ms-flex-preferred-size:75%;
		flex-basis:75%;
		max-width:75%;
	}
	
	.col-md-10 {
		-ms-flex-preferred-size:83.33333333%;
		flex-basis:83.33333333%;
		max-width:83.33333333%;
	}
	
	.col-md-11 {
		-ms-flex-preferred-size:91.66666667%;
		flex-basis:91.66666667%;
		max-width:91.66666667%;
	}
	
	.col-md-12 {
		-ms-flex-preferred-size:100%;
		flex-basis:100%;
		max-width:100%;
	}
	
	.col-md-offset-0 {
		margin-left:0;
	}
	
	.col-md-offset-1 {
		margin-left:8.33333333%;
	}
	
	.col-md-offset-2 {
		margin-left:16.66666667%;
	}
	
	.col-md-offset-3 {
		margin-left:25%;
	}
	
	.col-md-offset-4 {
		margin-left:33.33333333%;
	}
	
	.col-md-offset-5 {
		margin-left:41.66666667%;
	}
	
	.col-md-offset-6 {
		margin-left:50%;
	}
	
	.col-md-offset-7 {
		margin-left:58.33333333%;
	}
	
	.col-md-offset-8 {
		margin-left:66.66666667%;
	}
	
	.col-md-offset-9 {
		margin-left:75%;
	}
	
	.col-md-offset-10 {
		margin-left:83.33333333%;
	}
	
	.col-md-offset-11 {
		margin-left:91.66666667%;
	}
	
	.start-md {
		-webkit-box-pack:start;
		-ms-flex-pack:start;
		justify-content:flex-start;
		text-align:start;
	}
	
	.center-md {
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
		text-align:center;
	}
	
	.end-md {
		-webkit-box-pack:end;
		-ms-flex-pack:end;
		justify-content:flex-end;
		text-align:end;
	}
	
	.top-md {
		-webkit-box-align:start;
		-ms-flex-align:start;
		align-items:flex-start;
	}
	
	.middle-md {
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
	}
	
	.bottom-md {
		-webkit-box-align:end;
		-ms-flex-align:end;
		align-items:flex-end;
	}
	
	.around-md {
		-ms-flex-pack:distribute;
		justify-content:space-around;
	}
	
	.between-md {
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
	}
	
	.first-md {
		-webkit-box-ordinal-group:0;
		-ms-flex-order:-1;
		order:-1;
	}
	
	.last-md {
		-webkit-box-ordinal-group:2;
		-ms-flex-order:1;
		order:1;
	}
	
	.initial-order-md {
		-webkit-box-ordinal-group:NaN;
		-ms-flex-order:initial;
		order:initial;
	}
}

@media only screen and (min-width:992px) {
	.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9 {
		box-sizing:border-box;
		-webkit-box-flex:0;
		-ms-flex:0 0 auto;
		flex:0 0 auto;
		padding-right:8px;
		padding-left:8px;
	}
	
	.col-lg {
		-webkit-box-flex:1;
		-ms-flex-positive:1;
		flex-grow:1;
		-ms-flex-preferred-size:0;
		flex-basis:0;
		max-width:100%;
	}
	
	.col-lg-1 {
		-ms-flex-preferred-size:8.33333333%;
		flex-basis:8.33333333%;
		max-width:8.33333333%;
	}
	
	.col-lg-2 {
		-ms-flex-preferred-size:16.66666667%;
		flex-basis:16.66666667%;
		max-width:16.66666667%;
	}
	
	.col-lg-3 {
		-ms-flex-preferred-size:25%;
		flex-basis:25%;
		max-width:25%;
	}
	
	.col-lg-4 {
		-ms-flex-preferred-size:33.33333333%;
		flex-basis:33.33333333%;
		max-width:33.33333333%;
	}
	
	.col-lg-5 {
		-ms-flex-preferred-size:41.66666667%;
		flex-basis:41.66666667%;
		max-width:41.66666667%;
	}
	
	.col-lg-6 {
		-ms-flex-preferred-size:50%;
		flex-basis:50%;
		max-width:50%;
	}
	
	.col-lg-7 {
		-ms-flex-preferred-size:58.33333333%;
		flex-basis:58.33333333%;
		max-width:58.33333333%;
	}
	
	.col-lg-8 {
		-ms-flex-preferred-size:66.66666667%;
		flex-basis:66.66666667%;
		max-width:66.66666667%;
	}
	
	.col-lg-9 {
		-ms-flex-preferred-size:75%;
		flex-basis:75%;
		max-width:75%;
	}
	
	.col-lg-10 {
		-ms-flex-preferred-size:83.33333333%;
		flex-basis:83.33333333%;
		max-width:83.33333333%;
	}
	
	.col-lg-11 {
		-ms-flex-preferred-size:91.66666667%;
		flex-basis:91.66666667%;
		max-width:91.66666667%;
	}
	
	.col-lg-12 {
		-ms-flex-preferred-size:100%;
		flex-basis:100%;
		max-width:100%;
	}
	
	.col-lg-offset-0 {
		margin-left:0;
	}
	
	.col-lg-offset-1 {
		margin-left:8.33333333%;
	}
	
	.col-lg-offset-2 {
		margin-left:16.66666667%;
	}
	
	.col-lg-offset-3 {
		margin-left:25%;
	}
	
	.col-lg-offset-4 {
		margin-left:33.33333333%;
	}
	
	.col-lg-offset-5 {
		margin-left:41.66666667%;
	}
	
	.col-lg-offset-6 {
		margin-left:50%;
	}
	
	.col-lg-offset-7 {
		margin-left:58.33333333%;
	}
	
	.col-lg-offset-8 {
		margin-left:66.66666667%;
	}
	
	.col-lg-offset-9 {
		margin-left:75%;
	}
	
	.col-lg-offset-10 {
		margin-left:83.33333333%;
	}
	
	.col-lg-offset-11 {
		margin-left:91.66666667%;
	}
	
	.start-lg {
		-webkit-box-pack:start;
		-ms-flex-pack:start;
		justify-content:flex-start;
		text-align:start;
	}
	
	.center-lg {
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
		text-align:center;
	}
	
	.end-lg {
		-webkit-box-pack:end;
		-ms-flex-pack:end;
		justify-content:flex-end;
		text-align:end;
	}
	
	.top-lg {
		-webkit-box-align:start;
		-ms-flex-align:start;
		align-items:flex-start;
	}
	
	.middle-lg {
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
	}
	
	.bottom-lg {
		-webkit-box-align:end;
		-ms-flex-align:end;
		align-items:flex-end;
	}
	
	.around-lg {
		-ms-flex-pack:distribute;
		justify-content:space-around;
	}
	
	.between-lg {
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
	}
	
	.first-lg {
		-webkit-box-ordinal-group:0;
		-ms-flex-order:-1;
		order:-1;
	}
	
	.last-lg {
		-webkit-box-ordinal-group:2;
		-ms-flex-order:1;
		order:1;
	}
	
	.initial-order-lg {
		-webkit-box-ordinal-group:NaN;
		-ms-flex-order:initial;
		order:initial;
	}

.no-gutters {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

}

@media only screen and (min-width:1200px) {
	.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-offset-0,.col-xl-offset-1,.col-xl-offset-10,.col-xl-offset-11,.col-xl-offset-12,.col-xl-offset-2,.col-xl-offset-3,.col-xl-offset-4,.col-xl-offset-5,.col-xl-offset-6,.col-xl-offset-7,.col-xl-offset-8,.col-xl-offset-9 {
		box-sizing:border-box;
		-webkit-box-flex:0;
		-ms-flex:0 0 auto;
		flex:0 0 auto;
		padding-right:8px;
		padding-left:8px;
	}
	
	.col-xl {
		-webkit-box-flex:1;
		-ms-flex-positive:1;
		flex-grow:1;
		-ms-flex-preferred-size:0;
		flex-basis:0;
		max-width:100%;
	}
	
	.col-xl-1 {
		-ms-flex-preferred-size:8.33333333%;
		flex-basis:8.33333333%;
		max-width:8.33333333%;
	}
	
	.col-xl-2 {
		-ms-flex-preferred-size:16.66666667%;
		flex-basis:16.66666667%;
		max-width:16.66666667%;
	}
	
	.col-xl-3 {
		-ms-flex-preferred-size:25%;
		flex-basis:25%;
		max-width:25%;
	}
	
	.col-xl-4 {
		-ms-flex-preferred-size:33.33333333%;
		flex-basis:33.33333333%;
		max-width:33.33333333%;
	}
	
	.col-xl-5 {
		-ms-flex-preferred-size:41.66666667%;
		flex-basis:41.66666667%;
		max-width:41.66666667%;
	}
	
	.col-xl-6 {
		-ms-flex-preferred-size:50%;
		flex-basis:50%;
		max-width:50%;
	}
	
	.col-xl-7 {
		-ms-flex-preferred-size:58.33333333%;
		flex-basis:58.33333333%;
		max-width:58.33333333%;
	}
	
	.col-xl-8 {
		-ms-flex-preferred-size:66.66666667%;
		flex-basis:66.66666667%;
		max-width:66.66666667%;
	}
	
	.col-xl-9 {
		-ms-flex-preferred-size:75%;
		flex-basis:75%;
		max-width:75%;
	}
	
	.col-xl-10 {
		-ms-flex-preferred-size:83.33333333%;
		flex-basis:83.33333333%;
		max-width:83.33333333%;
	}
	
	.col-xl-11 {
		-ms-flex-preferred-size:91.66666667%;
		flex-basis:91.66666667%;
		max-width:91.66666667%;
	}
	
	.col-xl-12 {
		-ms-flex-preferred-size:100%;
		flex-basis:100%;
		max-width:100%;
	}
	
	.col-xl-offset-0 {
		margin-left:0;
	}
	
	.col-xl-offset-1 {
		margin-left:8.33333333%;
	}
	
	.col-xl-offset-2 {
		margin-left:16.66666667%;
	}
	
	.col-xl-offset-3 {
		margin-left:25%;
	}
	
	.col-xl-offset-4 {
		margin-left:33.33333333%;
	}
	
	.col-xl-offset-5 {
		margin-left:41.66666667%;
	}
	
	.col-xl-offset-6 {
		margin-left:50%;
	}
	
	.col-xl-offset-7 {
		margin-left:58.33333333%;
	}
	
	.col-xl-offset-8 {
		margin-left:66.66666667%;
	}
	
	.col-xl-offset-9 {
		margin-left:75%;
	}
	
	.col-xl-offset-10 {
		margin-left:83.33333333%;
	}
	
	.col-xl-offset-11 {
		margin-left:91.66666667%;
	}
	
	.start-xl {
		-webkit-box-pack:start;
		-ms-flex-pack:start;
		justify-content:flex-start;
		text-align:start;
	}
	
	.center-xl {
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
		text-align:center;
	}
	
	.end-xl {
		-webkit-box-pack:end;
		-ms-flex-pack:end;
		justify-content:flex-end;
		text-align:end;
	}
	
	.top-xl {
		-webkit-box-align:start;
		-ms-flex-align:start;
		align-items:flex-start;
	}
	
	.middle-xl {
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
	}
	
	.bottom-xl {
		-webkit-box-align:end;
		-ms-flex-align:end;
		align-items:flex-end;
	}
	
	.around-xl {
		-ms-flex-pack:distribute;
		justify-content:space-around;
	}
	
	.between-xl {
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
	}
	
	.first-xl {
		-webkit-box-ordinal-group:0;
		-ms-flex-order:-1;
		order:-1;
	}
	
	.last-xl {
		-webkit-box-ordinal-group:2;
		-ms-flex-order:1;
		order:1;
	}
	
	.initial-order-xl {
		-webkit-box-ordinal-group:NaN;
		-ms-flex-order:initial;
		order:initial;
	}
}

@media only screen and (max-width:575px) {
	.hidden-xs {
		display:none;
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.hidden-sm {
		display:none;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hidden-md {
		display:none;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.hidden-lg {
		display:none;
	}
}

@media only screen and (min-width:1200px) {
	.hidden-xl {
		display:none;
	}
}

.container.no-gutters {
	box-sizing:border-box;
	margin-left:0;
	margin-right:0;
	padding-right:0;
	padding-left:0;
	width: 100%
}
/* cmsms stylesheet: StockList modified: Friday, March 6, 2026 9:36:01 AM */
.StockListWrapper {}


html {
  scroll-behavior: smooth;
  /* scroll-padding: 12.5rem 0 0 0; */
  scroll-padding-top: 150px; 
  /* scroll-padding-block-start: 12.5rem; */
}

/*#enquire-now {
  scroll-padding-top: 100px;
}*/

.hiddenintro {
	display: none;
}

.vehicleHero {
	background-image: url(https://www.chooseleisure.co.uk/assets/images/hex_40pc.png);
	background-size: 100%;
	background-color: #E7E1C7;
	padding: 0;
}

.vehicleHero .col-xs-12.col-sm-8.relative {
	padding-left: 0px;
}

.vehicleHero .col-xs-12.col-sm-6.col-md-8.relative {
	background-position: center center;
	background-size: cover;
}

.vehicleHeroTxt {
	padding: 15px;
}

.vehicleHeroTxt {
	padding: 0px 15px 15px 15px;
}

#StockListing .vehicleHeroTxt a.buttons {
	margin-bottom: 5px;
}


.vehicleHeroTxt h2 {
	font-weight: 500;
}

.vehicleHeroTxt h3 {
	font-weight: 300;
	color: #AA9938;
	margin-top: 30px;
}

.vehicleHeroTxt h3 span {
	font-weight: 700;
	font-size: 1.4em;
}

.vehicleHeroTxt h4 {
	font-weight: 300;
	font-size: 0.75em;
}

.vehicleHeroTxt h3.red, .sold_red {
	font-weight: 900;
	color: #ff0000;
	font-size: 2em;
}



p.save {
	font-size: 0.75em;
}

.highlights {
		margin-top: 15px;
		margin-bottom: 30px;
}

#StockListing .highlights {
		margin-bottom: 15px;
}


.highlights li {
	display:inline-block;
	line-height:40px;
	padding:0px 15px;
	color:#000;
	background: #E7E1C7;
	border-radius:3px;
	text-transform:capitalize;
	font-weight:500;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 5px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border: 1px solid #CFC38F;
	font-size: 0.75em
}

.highlights li:last-of-type {
	margin-right: 0px;
}

.greybg {
	background: rgba(0,0,0,0.15);
}

.specs {
	margin-top: 20px;
	background: #F0EFE6;
	border: 1px solid #CFC38F;
	border-radius: 3px;
	text-align: left;
}

@media only screen and (min-width:576px) {
.specs {
	margin-top: 0px;
}
}

.specs .row {
	padding: 15px;
}

.specs p {
	margin-bottom: 5px;
}

.specs h4 {
	background: #CFC38F;
	border-radius: 3px 3px 0px 0px;
	padding: 10px;
	font-weight: 300;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
}

.specs strong {
	font-weight: 500;
}

@media only screen and (min-width:1025px) {
.specs p {
	margin-bottom: 10px;
}

}

a.button {
	transition:all .5s ease;
	display:block;
	line-height:40px;
	padding:5px 20px;
	color:#000;
	background:#FFD800;
	border-radius:3px;
	text-transform:uppercase;
	font-weight:500;
	text-align: left;
	margin-bottom: 5px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border: none;
	font-weight: 700;
}

.vehicleHeroTxt a.button {
	display:inline-block;
}

a:hover.button {
	color:#fff;
	background-color:#000;
	border: none;
}

a.button i {
	margin-right: 10px;
}

.offer_icon_detail1 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 33.333%;
	max-width: 175px;
	min-width: 75px;
	height: auto;
	padding: 0;
	margin: 0;
	border: none;
}

.offer_icon_detail2 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 33.333%;
	max-width: 175px;
	min-width: 75px;
	height: auto;
	padding: 0;
	margin: 0;
	border: none;
}

@media only screen and (min-width:576px){
.offer_icon_detail2 {
	display: none;
}
}

.offer_icon_detail1 img, .offer_icon_detail2 img, .offer_icon_detail3 img {
width: 100%;
height: auto;
}

.offer_icon_detail3 {
	display: none;
}

@media only screen and (min-width:576px){
.offer_icon_detail3 {
	float: right;
	display: block;
	width: 25%;
	max-width: 175px;
	min-width: 75px;
	margin-top: -25px;
	height: auto;
	border: none;
}
}

.sold_sash {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 33.333%;
	height: auto;
	padding: 0;
	margin: 0;
	border: none;
}

.offer_icon_detail img, .sold_sash img {
	display: block;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	border: none;
}


#Searchinfobar {
	background: #313131;
	color: #fff;
}


#Searchinfobar a.showsearch {
	text-transform: uppercase;
	font-weight: 300;
	line-height: 50px;
	color: #fff;
	cursor: zoom-in;
}

#Searchinfobar a:hover.showsearch {
	color: #CFC38F;
}




#FilterHeaderBar {
/*	background: #AA9938; */
	background: #ffd900;
}

#FilterHeaderBar a {
	color: #000;
	cursor: ns-resize;
	display: block;
}

#FilterHeaderBar a.openfilters:before {
	display:inline-block;
	font:normal normal normal 1.25em/1 Material-Design-Iconic-Font;
	color:#000;
	content:'\f312';
	line-height:40px;
	margin-right:10px;
}

#FilterHeaderBar a.openfilters.open:before {
	content:'\f311';
}

#FilterOptions {
	background: #E7E1C7;
}


#FilterOptions hr {
	margin: 5px 0px;
}

#FilterOptions label {
	font-size: 0.75em;
}

#StockListing_outer {}


#StockListingbar {
	background:#313131;
	color: #fff;
	font-weight: 500;
}

#StockListingbar a {
    transition: 0.5s ease;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    font-weight: 300;
}

#StockListingbar a:hover,
#StockListingbar a:focus {
    color: #CFC38F;
    cursor: pointer;
    border: 1px solid #CFC38F;
}

#StockListingbar span {
	padding: 1px;
}

#StockListingbar span:first-of-type, #StockListingbar a {
	display: inline-block;
	padding: 0 3px;
}


@media only screen and (min-width:450px) {
#StockListingbar span {
	padding: 5px;
}

#StockListingbar span:first-of-type, #StockListingbar a {
	padding: 0 10px;
}
}

@media only screen and (min-width:1025px) {
#StockListingbar span {
	padding: 2px;
}

#StockListingbar span:first-of-type, #StockListingbar a {
	padding: 0 5px;
}
}
@media only screen and (min-width:1150px) {
#StockListingbar span {
	padding: 5px;
}

#StockListingbar span:first-of-type, #StockListingbar a {
	padding: 0 10px;
}
}













#StockListing {}


#Searchinfobar .page-section, #FilterHeaderBar .page-section, #FilterOptions .page-section, #StockListingbar .page-section, #StockListing .page-section {
	margin-bottom: 0px;
}

#StockListing .page-section {
	padding-top:40px;
	padding-bottom: 40px;
}

#StockListing div.container:nth-child(odd) {

	background-image: url(https://www.chooseleisure.co.uk/assets/images/hex_20pc.png);
	background-size: 100%;
	background-color: #f0efe6;
}

#StockListing img.heroimg {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

#StockListing img.spacer {
	margin-bottom: 12px;
}


#StockListing .vehicleHeroTxt a.stock-btn {
	padding: 0 15px;
	padding-left: 10px;
	padding-right: 10px;
}

@media only screen and (min-width:576px){
#StockListing .vehicleHeroTxt a.stock-btn {
	margin-right: 10px;
}
}

.vehicleHeroTxt a.stock-btn {
	font-size: 15px;
	padding: 0 15px;
	padding-left: 10px;
	padding-right: 10px;
}

@media only screen and (min-width:576px){
.vehicleHeroTxt a.stock-btn {
	margin-right: 10px;
}
}

#StockListing .vehicleHeroTxt a.buttons {
	padding: 0 15px;
}

#StockListing h2.mod, .vehicleHeroTxt h2.mod {
	font-weight: 900;
	font-size: 1.3em;
}

#StockListing h2.mod, .vehicleHeroTxt h4.cat {
	margin-top: 20px;
}
@media only screen and (min-width:576px) {
#StockListing h2.mod {
	margin-top: 0px;
}
}

.vehicleHeroTxt h2.mod {
	font-size: 1.4em;
}

#StockListing h3 {
	font-size: 0.8em;
	color: #000000;
	margin-top: 0px;
}

#StockListing h3 span {
	font-weight: 700;
}

#StockListing h3.red, .sold_red {
	font-weight: 900;
	color: #ff0000;
	font-size: 1.3em;
}

#StockListing p.save {
	color: #AA9938;
}

#StockListing .shorttxt {
	 font-size: 0.75em;
	 line-height: 130%;
	margin-bottom: 30px;
 }

.list_title {
	display: block;
	font-weight: 300;
	font-size: 1.25em;
}

.list_title strong {
	font-weight: 900;
}

.list_price {
	display: block;
	font-weight: 300;
}

.list_price strong {
	font-weight: 700;
}

.small_discount {
	display: block;
	font-weight: 300;
	font-size: 0.85em;
	color: grey;
}

.list_alert {
	display: block;
	padding: 15px;
	font-weight: 900;
	font-size: 1.25em;
}

.list_alert2 {
	display: block;
	padding: 15px;
	font-weight: 400;
	font-size: 1.25em;
}

.onlyTablet {
	display: block;
	font-size: 0.85em;
	margin-bottom: 10px;
}


.overlay-details {
	background: rgba(0,0,0,0.5);
	padding: 15px;
	position: absolute;
/*	bottom: 0; */
 	top: 0;
 	width: 100%;
	color: #fff;
	content: 'test';
}

.overlay-details p {
	margin-bottom: 0;
	padding-bottom: 0;
}

.overlay-details span.small_discount {
	color: #fff;
}

.list_detail {
	display: inline-block;
	margin-right: 20px;
}

.list_detail i {
	margin-right: 5px;
}













#wishlistTableContainer {

}

/* tables */
#wishlistTableContainer table {
	width:100%;
	background:#fff;
	margin-bottom:10px;
	font-size: 0.85em;
}

#wishlistTableContainer table img {
	vertical-align:middle;
	margin:0 10px;
}

@media only screen and (max-width:1025px) {
	#wishlistTableContainer table {
		font-size:.875em;
	}

	#wishlistTableContainer table img {
		margin:0 2px;
	}
}

#wishlistTableContainer table th,#wishlistTableContainer table td {
	padding:15px 20px;
}

@media only screen and (max-width:1025px) {
	#wishlistTableContainer table th,#wishlistTableContainer table td {
		padding:5px;
	}
}

#wishlistTableContainer table th {
	background:#CFC38F;
	color:#000;
	vertical-align:middle;
	font-weight: 300;
}

#wishlistTableContainer table th {
	border-left:1px solid rgba(255,255,255,0.5);
}

#wishlistTableContainer table td {
	border-left:1px solid rgba(255,255,255,1);
	color:#4A4848;
}

#wishlistTableContainer table th:first-of-type,#wishlistTableContainer table td:first-of-type {
	border-left:none;
}

#wishlistTableContainer table ul li {
	margin-left:30px;
}

#wishlistTableContainer table th p {
	margin:0;
}

#wishlistTableContainer table th p {
	margin:0;
}

#wishlistTableContainer table tr:nth-child(even) {
	background:rgba(229,229,229,0.5);
}

#wishlistTableContainer table td p:last-of-type,#wishlistTableContainer table td ul:last-of-type {
	margin:0;
}

#wishlistTableContainer table td ul:first-of-type {
	margin-top:10px;
}

/* Events Listings table */
@media only screen and (max-width: 1025px) {

	/* Force table to not be like tables anymore */
	#wishlistTableContainer table, #wishlistTable thead, #wishlistTable tbody, #wishlistTable th, #wishlistTable td, #wishlistTable tr {
		display: block;
		border: none;
	}

	#wishlistTableContainer table {
		border-top: 0px solid #CFC38F;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	#wishlistTableContainer table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	#wishlistTable tr { border: none; }

#wishlistTableContainer table th,#wishlistTableContainer table td {
	border-left:none;
}

	#wishlistTable td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 130px !important;
		text-align: left !important;
	}

	#wishlistTable td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 0px;
		left: 0px;
		width: 100px;
		padding: 5px 7px;
		white-space: nowrap;
		font-weight: 300;
		background:#CFC38F;
		color:#000;
		text-align: right;
		font-size: 0.85em;
	}

	#wishlistTable td:after {
	content: '\00a0';

	}

	/*
	Label the data
	*/
	#wishlistTable td:nth-of-type(1):before { content: "Manufacturer:"; }
	#wishlistTable td:nth-of-type(2):before { content: "Model:"; }
	#wishlistTable td:nth-of-type(3):before { content: "Engine:"; }
	#wishlistTable td:nth-of-type(4):before { content: "Berth:"; }
	#wishlistTable td:nth-of-type(5):before { content: "Mileage:"; }
	#wishlistTable td:nth-of-type(6):before { content: "Year:"; }
	#wishlistTable td:nth-of-type(7):before { content: "Price:"; }
	#wishlistTable td:nth-of-type(8):before { content: "View:"; }
	#wishlistTable td:nth-of-type(9):before { content: "Remove:"; }

}

 a.closeButton {
	border: none;
	color: #000;
	font-size: 1.25em;
}

a:hover.closeButton {
	color: #FF0000;
	border: none;
}

#swatch_ajax {
overflow: hidden;
 position:relative;
}

a.overlay-details-link {
position: absolute;
display: block;
top: 0;
right: 0;
bottom: 0;
left: 0;
}

.overlay-details-link span {
display: none;
}

.listhover {
	background: rgba(0,0,0,0.10);
}



/* Video overlay */

a.video, a.video2 {
 	height:100%;
	width:100%;
	position:relative;
	top:0;
	left:0;
	right:0;
	transition:.5s;
	display: flex;
	align-items: center;
	justify-content: center;
color: rgba(255, 255, 255, 0);
font-size: 150px;
}
a:hover.video {
color: rgba(255, 255, 255, 1);
}

a.video img{
transition:.5s;
height: 60px;
width: 60px;
opacity: 0;
}

a:hover.video img, a.video2 img{
height: 60px;
width: 60px;
opacity: 1;
}


.video_overlay {
	height:0;
	width:100%;
	position:fixed;
	z-index:500000;
	top:0;
	left:0;
	right:0;
	background-color:rgba(0,0,0,0.8);
	overflow-x:hidden;
	transition:.5s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.video_overlay-content {
	margin:auto 20%;
	width:60%;
	text-align:left;
	color:#fff;
 }


.video_overlay-content-inner {
	width:100%;
}

.video_overlay a {
	padding:8px;
	text-decoration:none;
	font-size:36px;
	color:#fff;
	display:block;
	transition:.3s;
}

.video_overlay a:hover,.video_overlay a:focus {
	color:#B49330;
}

.video_overlay a.closebtn {
	color:#fff;
	color:rgba(255,255,255,0.8);
	text-decoration: none;
	border-bottom: none;
}

.video_overlay a.closebtn:hover,.video_overlay a.closebtn:focus {
	color:#fff;
	text-decoration: none;
	border-bottom: none;
}

.video_overlay .closebtn i span {
	display:none;
}

.video_overlay .closebtn {
	position:absolute;
	top:120px;
	right:20px;
	font-size:50px;
	z-index:75000;
}

@media screen and (max-height:450px) {
	.video_overlay a {
		font-size:20px;
	}

	.video_overlay .closebtn {
		font-size:40px;
		top:15px;
		right:15px;
	}
}


#heroImg {
	background-position: center center;
	background-size: cover;
}

#heroImg2 {
	background-position: center center;
	background-size: cover;
}

#showcase-iframe {
 position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 100%;
            border: none;
}






.zmdi.zmdi-play-circle-outline.large {
font-size: 24px;
top: 2px;
}


ul.ss-icons {
	margin:0;
	padding:0;
	list-style:none;
	text-align: right;
}

ul.ss-icons li {
	display: inline-block;
	margin: 0px 15px;
	font-size: 2em;
}

ul.ss-icons li:hover i {
	color: red:
}


        .control {
            display: block;
            position: relative;
            padding-left: 25px;
            margin-bottom: 0px;
            padding-top: 0px;
            cursor: pointer;
        }
            .control input {
                position: absolute;
                z-index: -1;
                opacity: 0;
            }
        .control_indicator {
            position: absolute;
            top: 6px;
            left: 0;
            height: 15px;
            width: 15px;
            background: #E7E1C7;
            border: 1px solid #aa9938;
            border-radius: 15px;
        }
        .control:hover input ~ .control_indicator,
        .control input:focus ~ .control_indicator {
            background: #CFC38F;
        }

        .control input:checked ~ .control_indicator {
            background: #aa9938;
        }
        .control:hover input:not([disabled]):checked ~ .control_indicator,
        .control input:checked:focus ~ .control_indicator {
            background: #aa9938;
        }
        .control input:disabled ~ .control_indicator {
            background: #e6e6e6;
            opacity: 0.6;
            pointer-events: none;
        }
        .control_indicator:after {
            box-sizing: unset;
            content: '';
            position: absolute;
            display: none;
        }
        .control input:checked ~ .control_indicator:after {
            display: block;
        }
        .control-checkbox .control_indicator:after {
            left: 5px;
            top: 3px;
            width: 2px;
            height: 6px;
            border: solid #E7E1C7;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }
        .control-checkbox input:disabled ~ .control_indicator:after {
            border-color: #7b7b7b;
        }



i.weight {display: inline-block;
	height: 9px;
	width: 9px;
}
