/*
Theme Name:Club950-2018
Theme URI:http://www.club950.co.uk
Author:GFM
Author URI:http://www.gfmunit6.co.uk
Description:Bespoke Wordpress build for Club950
Version:1.0
Text Domain:club950
*/


/* * * * * * * * * *
*
* FONT SETUP START
*
* * * * * * * * * * */

@font-face {
    font-family: 'FuturaStd-CondensedBold';
    src: url('fonts/FuturaStd-CondensedBold.eot?#iefix') format('embedded-opentype'), 
    url('fonts/FuturaStd-CondensedBold.woff') format('woff'), 
    url('fonts/FuturaStd-CondensedBold.ttf') format('truetype'), 
    url('fonts/FuturaStd-CondensedBold.svg#FuturaStd-CondensedBold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* * * * * * * * * *
*
* FONT SETUP END
*
* * * * * * * * * * */

* {
  box-sizing:border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display:block;
}

body {
    font: 14px/23px 'Roboto',  serif;
    background-position:center 60px;
    background-repeat:no-repeat;
    background-size:1280px 460px;
    position:relative;
}

ol, ul {
  list-style:none;
  font-size:14px !important;
  line-height:23px !important;
}

.content-block.deals-copy-block ol {
    margin-bottom: 20px;
}

ol li {
    list-style:decimal;
    list-style-position:inside;
    margin-bottom:5px;
    padding-left: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family:'FuturaStd-CondensedBold', serif;
    font-weight:normal;
    font-style:normal;
    margin-bottom:10px;
    line-height:normal;
}
h1 {text-transform: uppercase;}
h2 {
    font-size:24px;
}

h3 {
    font-size:20px;
}

h4 {
    font-size:16px;
    margin: 18px 0 8px 0;
}

h5, h6 {
    font-size:17px;
}

p {
    font: normal normal 14px 'Roboto',  serif;
    line-height: 22px !important;
    margin-bottom: 10px !important;
    text-decoration: none;
}

.no-bottom-margin {
    margin-bottom: 0 !important;
}

a,
p a,
li a {
  color:#ee1b24;
  text-decoration:none;
}

.error-message {
  color:#d80000;
  padding:12px;
  background:#090909;
  margin-bottom:10px;
  font-weight:bold;
}

.success-message {
  color:white;
  padding:12px;
  background:#00a800;
  margin-bottom:10px;
  font-weight:bold;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

strong {
  font-weight:bold;
}

header {
  display:none;
}

.bottom-margin {
    margin-bottom:20px;
}

.blank-header {
  margin-top:0px;
}

p.title,
h1.title,
h2.title {
  line-height:40px;
  font-size: 20px;
  text-align: left;
  text-transform:uppercase;
  font-family:'FuturaStd-CondensedBold', serif;
  margin-bottom:0 !important;
  padding-left: 23px;
}

@media only screen and ( max-width:540px ) {
  p.title,
  h1.title {
    font-size:21px;
  }
}

p.sub-title {
  font-size:24px;
  font-weight:bold;
  line-height:50px;
  text-align:center;
}

p.sub-heading {
  font-size:17px !important;
  font-weight:bold;
  margin-bottom:20px;
}

.sun-top-bar {
    display:block;
    margin:20px auto 0;
    max-width:1180px;
    clear:both;
    height:70px;
    padding-right:20px;
    padding-left:20px;
}

.sun-top-bar img {
  display:inline-block;
  /*background-color:#fff;*/
  max-height:100px;
  vertical-align:-webkit-baseline-middle;
  width:20%;
}

span#sun-logos {
    display:block;
    float:left;
    width:19%;

    background-color:#ea1d22;
    height:70px;
    -webkit-border-top-right-radius:20px;
    -webkit-border-bottom-left-radius:20px;
    -moz-border-radius-topright:20px;
    -moz-border-radius-bottomleft:20px;
    border-top-right-radius:20px;
    border-bottom-left-radius:20px;
}

span#sun-logos img:nth-child(1) {
    margin-right:auto;
    margin-left:auto;
    display:block;
    margin-top:8px;
    width:40px !important;
}
span#sun-logos img:nth-child(2) {
    margin-right:auto;
    margin-left:auto;
    display:block;
    margin-top:5px;
    width:75%; max-width:135px;
}

.black-bar{
	vertical-align:top;
	background-color:#282828;
	width:80%;
	min-height:30px;
	height:100%;
	display:inline-block;
	max-height:42px;
}

.archive header,
.category header {
  background-image:url('//club950-gfm.netdna-ssl.com/cms/wp-content/uploads/2015/12/about.jpg') !important;
}

.entry-content ul {
  margin:15px 0 15px 30px;
  list-style:disc;
}

.entry-content ul li {
  margin-bottom:5px;
}

.red {
	color:#ee1b24;
}

/* * * * * * * * * *
*
* GRID LAYOUT START
*
* * * * * * * * * * */

.container {
  max-width:1180px;
  width:100%;
  margin:0 auto;
  padding: 20px;
}
.container-small {
  max-width:960px;
  width:100%;
  margin:0 auto;
}
.row {
  max-width:100% !important;
}

.row .row {
  margin-left:0 !important;
  margin-right:0 !important;
}

.row:before,
.clear:before {
  display:table;
  content:"";
}

.row:after,
.clear:after {
  display:table;
  clear:both;
  content:"";
}

.row [class*="span-"] {
  float:left;
  margin-bottom:0; /* Reset */
  margin-top:0; /* Reset */
  margin-right:2%;
}

.row [class*="span-"]:last-child {
  margin-right:0;
}

.span-1  { width:6.5%;  }
.span-2  { width:15%;   }
.span-3  { width:23.5%; } /* One Quarter */
.span-4  { width:32%;   }
.span-5  { width:36%;   } /* One Third */
.span-6  { width:49%;   } /* One Half */
.span-7  { width:62%;
}
.span-8  { width:66%;   } /* Two Thirds */
.span-9  { width:74.5%; } /* Three Quarters */
.span-10 { width:83%;   }
.span-12 { width:100%;  } /* Full Width */


.span-4-advert-row {
    width: 28%;
}
.span-8-advert-row {
    width: 70%;
}

.span-8-advert-row div.content-block,
div.span-6.float-column div.content-block {
    margin-bottom: 0;
}

#mpu {
    float: right;
}

/* * * * * * * * * *
*
* PROMO BANNER ELEMENT
*
* * * * * * * * * * */

.primary-promo-banner {
    background:url(img/HERO-BANNERS-1200.jpg) 50% 50% no-repeat #ebebeb;
    background-size:cover;
    margin:0;
    width:100%;
    position:relative;
    color:#fff;
}
.banner-wrapper {width:66%; text-align: center; padding:3rem;}
.banner-wrapper img {width: 33%; max-width: 150px;}
.banner-wrapper a {margin:auto;}
.primary-promo-banner h1 {
    text-shadow:0 0.1rem 0.5rem rgba(0,0,0,0.8);
    font:normal 50px/100% "FuturaStd-CondensedBold",sans-serif;
}

/* Banner Font Sizes */
@media screen and (max-width:1180px){
  .primary-promo-banner h1 {
    font-size: 4vw !important;
  }
}
@media screen and (max-width:640px){
  .primary-promo-banner {background:url(img/HERO-BANNERS-640.jpg) 50% 50% no-repeat #ebebeb; background-size: cover; background-position: bottom;}
  .banner-wrapper {width:100%; padding:1rem;}
  .banner-wrapper a {margin: auto;}
  .sm-hide {display: none;}
  .primary-promo-banner h1 {
    font-size: 8vw !important;
  }
  .primary-promo-banner h1 span {
    font-size:5vw !important;
  }
}
@media screen and (max-width:399px){
  .banner-wrapper a {
      margin: 0 auto;
  }
}

.primary-promo-banner h1 span {display:block; font-size: 25px; text-shadow:0 0.1rem 0.5rem rgba(0,0,0,0.8);}

.swiper-button-next, .swiper-button-prev {
	background-image:none !important;
	opacity:0.9;
	background: #3a3e45;
    color: #fff;
    text-align: center;
    width: 40px !important;
    height: 40px !important;
	padding:1px;
    border-radius: 50px;
    line-height: 42px;
    font-size: 1.4rem;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
	opacity:1;
}
.swiper-button-prev .fa.fa-chevron-left {
	position:relative;
	left:-2px;
}
.swiper-button-next .fa.fa-chevron-right {
	position:relative;
	left:1px;
}

/* * * * * * * * * *
*
* GRID LAYOUT END
*
* * * * * * * * * * */

.four-o-four a.btn.btn-red  {
    height:75px;
    font-size:24px;
    text-align:center;
    width:260px;
    line-height:28px;
    padding-top:10px;
    margin:20% auto 0;
  font-family:'FuturaStd-CondensedBold', serif;
}


/* * * * * * * * * *
*
* NAVIGATION START
*
* * * * * * * * * * */

#menu-menu-1 {
    margin:0;
}

.header-nav {
  padding:15px 0 30px;
  position:relative;
}

.header-nav img {
    margin-bottom:10px;
      margin-left:10px;
  }

.login-buttons {
  /*width:300px;*/
  position:absolute;
  top:45px;
  right:-5px;
  /*margin-right:-60px;*/
  display:none;
}

.desktop-reveal{
  display:block;
}

.desktop-nav-hidden,
#menu-item-886,
#menu-item-887{
    display:none;
}

#menu-item-117 a {
  border:none;
}

		
nav, .short_nav_park_details {
  background-color:#3a3e45;
    float:right;
    -webkit-border-top-right-radius:20px;
    -webkit-border-bottom-left-radius:20px;
    -moz-border-radius-topright:20px;
    -moz-border-radius-bottomleft:20px;
    border-top-right-radius:20px;
    border-bottom-left-radius:20px;
    margin-top: 30px;
    overflow:hidden;
    width:80%;
    display:block;
}


nav li, .short_nav_park_details li {
    display:inline-block;
    padding:0;
    width:20%;
    height:40px;
    float:left;
	margin-bottom:0;
}

nav li a, .short_nav_park_details li a, nav li span {
    font-family:'Roboto', serif;
    display:block;
    text-decoration:none;
    font-size:13px;
    color:#fff;
    line-height:40px;
    padding:0;
    white-space:nowrap;
    text-align:center;
    text-transform:uppercase;
    height:40px;
    width:100%;
  outline:none;
}
nav li a:hover, .short_nav_park_details li a:hover {
    color:#fff !important;
    background-color:#e91d22;
}
nav #menu-pre-book-now li a {
  padding:0 36px;
}
nav li a:active {
  color:#ee1a24;
}
nav li a:hover {
	color:#fff;
  background:#ee1a24;
  transition:background 0.25;
}
.mobile-nav {
  display:none;
}
.mobile-hide--inline {display: none;}
.booking-button{
  color:#FFFFFF;
  float:right;
  height:100%;
  display:inline-block;
  padding:288px 20px 0px;
  background-repeat:no-repeat;
  background-position:center 15px;
  background-color:rgba(0,0,0,0.4);
  background-size:80%;
  margin:0;
}

.booking-button p {
  text-align:center;
  color:#FFFFFF;
  font-size:14px;
}

.booking-button h2 {
  color:#FFFFFF;
  font-size:34px;
  text-align:center;
  margin:12px 0 20px;
}

.booking-button span{
  background-color:white;
  border-radius:50px;
  font-size:1.25rem;
  text-transform:uppercase;
  font-family:'FuturaStd-CondensedBold', sans-serif;
  color:#ee1b24;
  padding:10px 30px;
  width:100%;
  display:inline-block;
  text-align:center;
  transition:background-color 0.3s;
}

.booking-button span:hover,
.booking-button span:active,
.booking-button span:focus {
  background-color:#DCDCDC;
}

.booking-button a{
	text-decoration:none;
  display:block;
  margin:15px 0 4px;
}

@media only screen and (max-width:540px) {
  .booking-button span{
    font-size:0.9rem;
  }
}

.booking-image{
	display:block;
	background-repeat:no-repeat;
	background-color:#ee1b24;
	background-position:top left;
        background-size:cover;
	width:100%;
	height:392px;
	border:0px solid black;
}

.booking-image.home {
  height:391px;
}

@media only screen and ( max-width:768px ) {
  .booking-image.home {
    height:auto;
    padding-bottom:20px;
  }
}

.booking-image.home .booking-button {
  background-color:rgba(255,255,255,0);
}

@media only screen and ( min-width:804px ) and ( max-width:1023px ) {
  .booking-image.home .booking-button {
    background-color:rgba(0,0,0,0.4);
  }
}

#booking-widget {
  padding:20px 0px 0px;
}

.page-id-677 .booking-image {
  background-size:auto !important;
}
.map_locations img {
  float:right;
  width:70px;
  margin-top:30px;
  margin-right:35px;
}


/* * * * * * * * * *
*
* NAVIGATION END
*
* * * * * * * * * * */


/* * * * * * * * * *
*
* BOOKING HEADER START
*
* * * * * * * * * * */

.booking-box {
	display:none;
  background-color:rgba(255,255,255,0.75);
  max-width:960px;
  min-height:196px;
  padding:20px 20px 10px;
  width:100%;
  margin:30px auto 40px;
  text-align:center;
    -moz-box-shadow:5px 5px 5px rgba(0, 0, 0, 0.24);
    box-shadow:5px 5px 5px rgba(0, 0, 0, 0.24);
}

.booking-box h2 {
  font-size:60px;
  font-family:'FuturaStd-CondensedBold', serif;
  color:#ee1a24;
}

.booking-box h2:first-child {
  color:#010101;
}

.booking-box .row {
  margin-bottom:0 !important;
}

.booking-box a.btn {
  color:#000;
}

/* * * * * * * * * *
*
* BOOKING HEADER END
*
* * * * * * * * * * */

/* * * * * * * * * *
*
* CONTENT BLOCK START
*
* * * * * * * * * * */

.content-block {background-size:cover;}
.content-block.ferries {background-color:rgba(0,0,0,0);}
.content-block__inner.discover {background-image:url('//club950-gfm.netdna-ssl.com/cms/wp-content/themes/club950/img/pool.jpg'); background-size:100% auto;}
.content-block.what-is {background-image:url('//club950-gfm.netdna-ssl.com/cms/wp-content/themes/club950/img/sand.jpg');}

.discover img {
  width:100%;
  max-width:522px;
}

.right-copy-box{
	width:25%;
	margin:50px 30px;
	background-color:white;
	padding:10px;
	display:inline-block;
	text-align:left;
}

.right-copy-box p{
	padding:10px;
}

.content-block__header {
  background:#ee1b24;
  color:#fff;
  -webkit-border-top-right-radius:20px;
  -moz-border-radius-topright:20px;
  border-top-right-radius:20px;
}

.content-block__header p.title,
.content-block__header h1.title,
.content-block__header p.title a {
  color:#fff;
}

.content-block__inner {
    padding:20px;
    font-size:16px;
    color:#444444;
    border:1px solid #e5e6e5;
    border-top-style:none;
    -webkit-border-bottom-left-radius:20px;
    -moz-border-radius-bottomleft:20px;
    border-bottom-left-radius:20px;
    background-color:white;
}

.forumtopics-home {
    /*max-height: 352px;*/
    overflow: hidden;
}

.content-block__inner img {
    -webkit-border-top-right-radius:20px;
    -webkit-border-bottom-left-radius:20px;
    -moz-border-radius-topright:20px;
    -moz-border-radius-bottomleft:20px;
    border-top-right-radius:20px;
    border-bottom-left-radius:20px;
    width:100%;
    display: block;
}
.content-block__inner.extra-padding{
  padding:20px 50px;
}
.content-block__inner.center{
  text-align:center;
}
.content-block__inner.alt {
  margin-bottom:20px;
}
.alt .content-block__copy.no-half {
  width:98%;
}
.content-block__copy p {
    margin-bottom:15px;
}
.alt:nth-child(odd) .content-block__copy {
  margin:0;
}
.content-block__inner.alt img {
  float:left;
  display:inline-block;
}
.content-block__inner.alt:nth-child(odd) img {
  float:right;
}
.content-block__inner ul.topics {
  margin: 0;
    overflow: hidden;
    height: 355px;
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    clear: both;
}
.content-block__inner ul.topics a {
  display:block;
  color:#444444;
    font-size: 13px;
    float: left;
    width: 100%;
}
.content-block__inner ul.topics li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e4e6e4;
}
.content-block__inner ul.topics li:last-child {border-bottom: none;}
.content-block__inner ul.topics .topics-inner {
  display: block;
  padding-left: 0;
    width: 100%;
}

.content-block__inner ul.topics .topics-inner p {
  margin: 0 0 10px;
  text-decoration:none;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal !important;
    font-style: normal !important;
}

.content-block__inner ul.topics .topics-inner p.small {
	margin: -10px 0 5px;
  font: 700 italic 12px/22px "Roboto",sans-serif !important;
}

.content-block__inner .park-info__inner {
    background:#fff;
    padding:20px;
}

.content-block {
    -webkit-border-top-right-radius:20px;
    -webkit-border-bottom-left-radius:20px;
    -moz-border-radius-topright:20px;
    -moz-border-radius-bottomleft:20px;
    border-top-right-radius:20px;
    border-bottom-left-radius:20px;
    background:white;
    overflow:hidden;
    margin-bottom: 20px;
}

div.container.container-forum div.content-block {
    -webkit-border-top-right-radius:20px;
    -webkit-border-bottom-left-radius:0px;
    -moz-border-radius-topright:20px;
    -moz-border-radius-bottomleft:0px;
    border-top-right-radius:20px;
    border-bottom-left-radius:0px;
}

div#myTabContent.tab-content {
    border: 1px solid #e4e6e4;
    padding: 0 10px 10px;
    border-top-style: none;
    -webkit-border-top-right-radius:0px;
    -webkit-border-bottom-left-radius:20px;
    -moz-border-radius-topright:0px;
    -moz-border-radius-bottomleft:20px;
    border-top-right-radius:0px;
    border-bottom-left-radius:20px;
}

.content-block.steps-list {
  background-color:rgba(0,0,0,0);
}

span.park-name,
span.park-address {
    font-size:14px;
    display:block;
    margin-bottom:5px;
}

span.park-rating {
    display:block;
    float:left;
    margin-bottom:5px;
}

span.park-name {
    font:17px/18px 'FuturaStd-CondensedBold', serif;
}

span.park-image {
    width:100%;
    display:block;
    margin-bottom:5px;
}

span.park-image img {
    width:100%;
    height:auto;
}

.suitcase {
    background-image:url('//club950-gfm.netdna-ssl.com/cms/wp-content/themes/club950/img/suitcase.png');
    display:block;
    background-repeat:no-repeat;
    width:677px;
    margin:20px auto 0;
}

.suitcase__inner {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    overflow:hidden;
}

.suitcase iframe,
.suitcase object,
.suitcase embed {
    position:absolute;
    top:22%;
    left:15%;
    width:70%;
    height:70%;
}

/* * * * * * * * * *
*
* CONTENT BLOCK END
*
* * * * * * * * * * */


/* * * * * * * * * *
*
* PARK INFO START
*
* * * * * * * * * * */

.park-info {
	margin-bottom:40px !important;
	margin-top:-290px !important;
}

.park-info.review-widget {
	margin-bottom:40px !important;
	margin-top:-0px !important;
}

.park-info--header {
	height:210px;
	background:rgba(255,255,255,0.8);
	color:#fff;
	margin-bottom:40px;
	margin-left:40px;
	position:relative;
	min-width:590px;
	border-radius:15px;
}

.park-info--header__inner {
	padding:20px;
}

#park-map{
	width:100%;
}

#review_widget {
    margin:20px 0 0; 
    font-size:14px;
}

#parkAddress {
  margin:-10px -10px 20px;
  text-transform: uppercase;
}
.review-info .fa-star {
  color: #eb1e23;
}
.review-info .no-star {
  color: rgba(235, 30, 35, 0.2);
}


a.widget_add_review {
    color:#fff !important;
    text-decoration:none !important;
    font-weight:normal;
    font-style:normal;
    text-transform: uppercase;
    font-family: 'FuturaStd-CondensedBold', sans-serif;
    width:150px;
	background:#ed1a24;
    text-align:center;
	padding:8px 24px;
}

#review_widget p a {
    color:#333;
    font-weight:bold;
}

span.reviewscore_circle {
    background-color:#ed1a24;
    width:30px;
    height:30px;
    display:block;
    text-align:center;
    line-height:30px;
    float:left;
    margin-right:10px;
    margin-top:-5px;
    border-radius:30px;
    color:#fff;
}

.tooltips {
	border-radius:0 20px 0 20px !important;
    padding:0 !important;
    max-width:370px;
}
.tooltips h2 {padding:10px !important;}
.tooltips h3 {
	margin-top:-10px;
    padding:0 10px 20px;
}

#tooltip-img {border-bottom:5px solid #ed1a24}
#closeparktooltip {
	cursor:pointer;
}

.park-info--header h1 {
	font-size:38px;
	font-family:'Roboto', serif;
	font-weight:bold;
	color:#444444;
}

.park-info--header .widget_add_review__outer {
  position:absolute;
  top:95px;
  right:-135px;
  border:1px solid #ee1a24;
  border-radius:4px;
    display:block;
    width:152px;
    height:48px;
    background-color:#ee1a24;
    -moz-box-shadow:5px 5px 5px rgba(0, 0, 0, 0.24);
         box-shadow:5px 5px 5px rgba(0, 0, 0, 0.24);
	top:145px;
	right:15px;

}

.park-info--header .widget_add_review {
	display:block;
	background:#ee1a24;
	color:#fff;
	padding:10px 15px;
	border-radius:4px;
	border:2px solid #fff;
}
.park-info--header .widget_add_review a {
    color:#fff !important;
    text-decoration:none;
}
.park-info--header .widget_add_review:hover {
	color:#fff !important;
}
.park-grid ul {
    display:block;
    margin:0;
    padding:10px 10px 20px 20px;
    float:left;
    width:100%;
    text-align:center;
}

.park-grid li {
    width:31%;
    margin:0 1%;
    vertical-align:top;
    display:inline-block;
    text-align:left;
    background:#fff;
    margin-top:20px;
    min-height:255px;
    max-height:310px;
	border:1px solid #e5e6e5;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
    /*-moz-box-shadow:3px 3px 2px rgba(0, 0, 0, 0.24);
    box-shadow:3px 3px 2px rgba(0, 0, 0, 0.24);*/
	overflow:hidden;
	min-height:289px;
	position:relative;
}

.findoutmore {
	color:#ed1c24 !important;
	position:absolute;
	font-size:0.9rem;
	bottom:10px;
	right:10px;
}

.park-grid li img {
	border-bottom-left-radius:0px;
}

.park-grid p {
    padding:10px;
}

.park-grid p.park-name {
  font-size: 20px;
  margin: 0px;
  font-family: 'FuturaStd-CondensedBold', serif;
  color: #222;
  border-top: 4px solid #ed1c24;
  padding: 10px 0 0 10px;
  text-transform: uppercase;
  line-height: 24px;
}

/*.park-grid li:nth-child(3n+3) {
  margin-right:0;
}*/

.browse label {
	margin-right:10px;
	max-width:150px;
    display:inline-block;
}

#selectCountryLarge, #selectLocationLarge {
	background:#3a3e45;
	color:#fff;
  max-width:270px;
  text-transform: uppercase;
  border-radius: 0 10px 0 10px !important;
}

.park-grid  {
  /*background:#eaebea !important;*/
  margin-bottom: 20px;
}

.park-grid ul li img {
    width:100%;
    height:108px;
}

.filterTitle, .ftitle {
	text-transform:uppercase;
	color:#FFF;
	background-color:#ed1c24;
	padding:10px 20px;
	margin:20px 0px 0px;
	border-top-right-radius:20px;
	font-size:1.6rem;
}

.btn-select {
	color:#fff !important;
	background-color:#3a3e45;
	line-height:30px;
	height:37px;
	padding:5px 20px;
	display:inline-block;
}
.btn-select.on {
	background-color:#ed1c24;
}
#list-view.btn-select {margin-right: 5px;}
#list-view.btn-select,#map-view.btn-select {font-family: 'FuturaStd-CondensedBold', serif; margin-bottom: 5px; min-width: 68px; text-align: center;}

#mapdrawer {
	background:#e6e6e8;
}

.park-locations div button {
	border:2px solid #ed1c24;
	border-radius:0px;
	height:40px;
}

.park-locations div button:hover {
	color:#2D2D2D;
}

.park-locations {
	padding:45px 10px 10px 10px;
	/* border:2px solid #ed1c24; */
	border-radius:4px;
	text-align:center;
	margin:120px auto 0;
	width:300px;
	background-image:url(/cms/wp-content/themes/club950-2017/img/destinations-icon.png);
	background-repeat:no-repeat;
	background-position:top 0px right 10px;
	background-size:60px;
}

.park-locations label {
	color:#ed1c24;
	font:normal 20px 'FuturaStd-CondensedBold', serif;
	font-weight:normal;
	text-align:left;
	padding-bottom:2px;
} 

dl.mapareas.accordion a{
	font-family:'FuturaStd-CondensedBold', 'Roboto', serif !important;
	padding:10px !important;
}

.accordion-navigation ul.park-grid {
	display:none;
}

a#mapdrawerclicker {
	pointer-events:none;
}

.accordion.faq.ui-accordion.ui-widget.ui-helper-reset {
	margin:20px;
}

.short_nav_park_details {
	width:100%;
	margin-top:-10px !important;
    float:right;
}
.short_nav_park_details li {
	width:20%;
    display:inline-block;
    margin:0 auto;
    border-top:none;
	min-width:80px;
	text-align:center;
}
.short_nav_park_details li a:hover {
	background:#ed1a24;
}
.swiper-wrapper {
    position:relative;
    width:100%;
    height:100%;
    max-height:450px;
    z-index:1;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-transition-property:-webkit-transform;
    -moz-transition-property:-moz-transform;
    -o-transition-property:-o-transform;
    -ms-transition-property:-ms-transform;
    transition-property:transform;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
}
.gallery-thumbs .swiper-slide {
    width:20%!important;
    height:100%;
    opacity:0.4;
}
.gallery-thumbs .swiper-slide-active {
    opacity:1;
}
.gallery-thumbs {
    height:20%;
    box-sizing:border-box;
    padding:10px 0;
    margin-bottom:10px;
	max-height:100px;
}

.swiper-container {
    margin-left:auto;
    margin-right:auto;
    position:relative;
    overflow:hidden;
    z-index:1;
}
.accordion {
  margin-left: 0;
  list-style-type: none; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }


.accordion-title {
	position:relative;
	display:block;
    border-width: 1px;
    border-color: #ed1a24;
    background:#ed1a24;
    line-height:50px;
    font-size: 20px;
    text-align: left;
    text-transform:uppercase;
    font-family:'FuturaStd-CondensedBold', serif;
    margin-bottom: 1px !important;
      text-indent: 23px;
    color: white;
    text-decoration: none;
    border-bottom: 1px solid white;
    width: 100%;
    float: left;
}
.accordion-title:hover, .accordion-title:focus {color: #fff !important;}
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #ed1a24;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #ed1a24; }
    
  .accordion-title::before {
    position: absolute;
    content: '+';
      font-size: 24px;
      line-height: 50px;
      right: 20px;
  }
    
  .is-active > .accordion-title::before {
    content: '-'; }

.accordion-content {
  display: none;
  padding: 20px;
  border: 1px solid #e4e6e4;
  color: #222;
    margin-top: -2px;
    clear: both;
    margin-bottom: 20px;
    border-bottom-left-radius: 15px;
}
#park-accordion li.accordion-item div.accordion-content {
    float: left;
    width: 100%;
}
.accordion-content div.span-9 {
    width: 100%;
    margin-right: 0;
}
.accordion-content div.span-9 div.content-block__inner {
    padding: 0;
    border-style: none;
}
:last-child > .accordion-content:last-child {
    border-bottom: 1px solid #ccc; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.review-container {padding-bottom:40px;}


ul#park-accordion.accordion p {
    margin-bottom: 0;
}
		  
/* * * * * * * * * *
*
* PARK INFO END
*
* * * * * * * * * * */


/* * * * * * * * * *
*
* BUTTONS START
*
* * * * * * * * * * */

.btn,
.contact-form input[type="submit"] {
	width:200px;
	display:block;
	margin: 0;
	text-decoration:none;
    font: 18px/40px 'FuturaStd-CondensedBold', serif;
    text-align:center;
    text-transform: uppercase;
}
.btn-180 {width:180px !important;}

.btn-yellow {
	background-color:#ffe025;
}

.btn-white {
  background-color:#fff;
}

.btn-red,
.contact-form input[type="submit"] {
  background-color:#eb1e23;
}

.btn.small {
  width:auto;
  display:inline-block;
  text-align:center;
  margin-right:5px;
  height:40px;
  position:relative;
  font-size:16px;
}

#js-add-upload-option.btn.small{
  width:auto;
}


input.btn {
  border:0;
  line-height:inherit;
  font-size:14px;
  display:inline-block;
  float:left;
}

.btn,
.contact-form input[type="submit"] {
  color:#fff;
}

/*a.btn.btn-red.tagged.small::after {
    content:'';
    background:url('//club950-gfm.netdna-ssl.com/cms/wp-content/themes/club950/img/btn_tag_bg.png') left top no-repeat;
    width:98px;
    display:block;
    height:44px;
    left:-95px;
    position:absolute;
    float:left;
    top:0;
}*/

.btn a {
    color:#fff;
    text-decoration:none;
}

@media only screen and ( max-width:1023px ) {
  .buttons {
    margin-top:20px;
  }
  a.belowvid.btn.btn-red.small {
    width:30%;
    min-width:250px;
  }
}

a.belowvid.btn.btn-red.small.tagged:nth-child(2):after,
a.belowvid.btn.btn-red.small.tagged:nth-child(3):after  {
  display:none;
}

/*a.btn.btn-red.small::after {
    content:'';
    background:url('img/btn_tag_bg.png') left top no-repeat;
    width:98px;
    display:block;
    height:44px;
    left:-95px;
    position:absolute;
    float:left;
    top:0;
}
*/

.container-forum .btn:nth-child() {
    width:40%;
    margin-right:auto;
    margin-left:auto;
}

.container-forum .btn-info {
  background:#ee1a24;
}

#search_form button.btn.btn-default {
    margin-left:0;
    padding-left:10px !important;
}

.contact-form input[type="submit"] {
  font-size:18px;
  border:0;
}


.howitworkscontainer ul {
	list-style:circle;
	padding-left:20px;
}

.btn-out {
  display:block;
  right:0;
  position:relative;
}

.btn-out.greyed-out {
  pointer-events:none;
  -webkit-filter:grayscale(1);
          filter:grayscale(1);
}

.btn-out a,
.btn-out input {
  height:55px;
  width:100%;
  font-size:1rem;
  font-weight:bold;
  text-transform:uppercase;
  color:#FFFFFF;
  border-radius:8px;
  cursor:pointer;
  display:block;
  line-height:55px;
  text-align:center;
  text-decoration:none;

  -webkit-transition:box-shadow 0.3s, background-color 0.3s;
     -moz-transition:box-shadow 0.3s, background-color 0.3s;
      -ms-transition:box-shadow 0.3s, background-color 0.3s;
          transition:box-shadow 0.3s, background-color 0.3s;

  box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.45), 0px 0px 0px 3px #FFFFFF inset;
  /* The second box shadow color value is the inner border. */

  /* Fixes for other styles */
  padding-left:0 !important;
}

.btn-out a:hover,
.btn-out a:focus,
.btn-out input:hover,
.btn-out input:focus {
  box-shadow:0 0 0 0 rgba(0, 0, 0, 0.45), 0px 0px 0px 3px #C3C3C3 inset;
  color:#C3C3C3;
  /* The second box shadow color value is the inner border. */
}

.btn-out a:active,
.btn-out input:active {
  box-shadow:0 0 0 0 rgba(0, 0, 0, 0.45), 0px 0px 0px 3px #FFFFFF inset;
  color:#FFFFFF;
  /* The second box shadow color value is the inner border. */
}

.btn-out.orange a,
.btn-out.orange input {
  background-color:#F89E1E;
  border:2px solid #F89E1E;
}

.btn-out.orange a:hover,
.btn-out.orange a:active,
.btn-out.orange a:focus,
.btn-out.orange input:hover,
.btn-out.orange input:active,
.btn-out.orange input:focus {
  background-color:#e38500;
  border:2px solid #e38500;
}

.btn-out.purple a,
.btn-out.purple input {
  background-color:#8C3B98;
  border:2px solid #8C3B98;
}

.btn-out.purple a:hover,
.btn-out.purple a:active,
.btn-out.purple a:focus,
.btn-out.purple input:hover,
.btn-out.purple input:active,
.btn-out.purple input:focus {
  background-color:#682b72;
  border:2px solid #682b72;
}

.btn-out.red a,
.btn-out.red input {
  background-color:#EE1B24;
  border:2px solid #EE1B24;
}

.btn-out.red a:hover,
.btn-out.red a:active,
.btn-out.red a:focus,
.btn-out.red input:hover,
.btn-out.red input:active,
.btn-out.red input:focus {
  background-color:#cc161e;
  border:2px solid #cc161e;
}

.btn-out.yellow a,
.btn-out.yellow input {
  background-color:#FFE200;
  border:2px solid #FFE200;
  /* Color overide */
  color:#333333;
}

.btn-out.yellow a:hover,
.btn-out.yellow a:active,
.btn-out.yellow a:focus,
.btn-out.yellow input:hover,
.btn-out.yellow input:active,
.btn-out.yellow input:focus {
  background-color:#D4BC00;
  border:2px solid #D4BC00;
}

/* * * * * * * * * *
*
* BUTTONS END
*
* * * * * * * * * * */


/* * * * * * * * * *
*
* HOW IT WORKS START
*
* * * * * * * * * * */

.step-outer {
  display:block;
  padding:20px;
  margin:20px 0;
  /*background:#ffee9f;*/
  background-color:#e6e6e8;
  font-size:17px;
}

/*.step-outer:nth-child(odd) {
  background:#ebebeb;
}*/

.step-outer .step-tab {
  /*background:url('//club950-gfm.netdna-ssl.com/cms/wp-content/themes/club950/img/label.png') right top no-repeat;*/
  display:block;
  height:40px;
  background-color:#ee1b24;
  text-align:center;
  width:150px;
}

.step-outer .step-tab p {
  font-family:'FuturaStd-CondensedBold', serif;
  text-transform:uppercase;
  font-size:19px;
  font-weight:normal;
  font-style:normal;
  color:#fff;
  line-height:40px;
}
.st-fix {margin-right: 5% !important;}


.deals .deals-copy-block {
  /*background:#ffee9f;*/
  padding:20px;
  text-align:left;
}

div.howitworkscontainer {
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
}

div.howitworkscontainer div.img-col {
  width: 25%;
  display: inline-block;
  float: left;
}

div.howitworkscontainer div.text-col {
  width: 70%;
  display: inline-block;
  float: left;
  margin-left: 20px;
}

/* * * * * * * * * *
*
* HOW IT WORKS END
*
* * * * * * * * * * */

/* * * * * * * * * *
*
* SLIDER SECTION START
*
* * * * * * * * * * */

.slider-container {
  width:655px;
  margin:0 auto;

}

.slider__inner {
  width:455px;
  margin:5px auto;
  text-align:left;
}

.slider__inner img {
  width:114px;
  height:114px;
  margin-right:10px;
  margin-bottom:45px;
  border-radius:50%;
  float:left;
}

.slider__inner p.review-title {
  font-size:17px;
  font-weight:bold;
  font-family:'Roboto', serif;
  margin-bottom:5px;
}

@media only screen and ( max-width:540px ) {
  .slider__inner p.review-title {
    font-size:14px;
  }
}

.slider__inner p {
  font-size:15px;
  font-family:'Roboto', serif;
  margin:10px 0;
}

.slider__inner span.review-plus-1 {
  background-image:url('//club950-gfm.netdna-ssl.com/cms/wp-content/themes/club950/img/review-star.png');
  height:31px;
  width:32px;
  background-repeat:no-repeat;
  margin-right:5px;
  display:inline-block;
  margin-bottom:10px;
  font-size:0;
  line-height:30px;
  float:left;
}

/* * * * * * * * * *
*
* SLIDER SECTION END
*
* * * * * * * * * * */

/* * * * * * * * * *
*
* WIDGET RELATED START
*
* * * * * * * * * * */

.start-collecting h2 {
  font-size:42px;
  text-align:center;
  font-family:'FuturaStd-CondensedBold', serif;
  display:block;
  background:#fff;
  margin-bottom:10px;
  padding:10px;
}

.start-collecting {
  background:#e2e2e2;
  padding:10px;
}

.start-collecting .textwidget {
  padding:10px;
    font:bold 14px 'Roboto',  serif;
    line-height:18px;
    color:#ed1a24;
}

.join-community {
  margin-bottom:20px;
}

.join-community img {
  width:100%;
}

/* * * * * * * * * *
*
* WIDGET RELATED END
*
* * * * * * * * * * */

/* * * * * * * * * *
*
* FORUM START
*
* * * * * * * * * * */

#boardindex_table {
    background-color:#fff;
    border-style:none;
    -webkit-border-top-right-radius:20px;
    -webkit-border-bottom-left-radius:20px;
    -moz-border-radius-topright:20px;
    -moz-border-radius-bottomleft:20px;
    border-top-right-radius:20px;
    border-bottom-left-radius:20px;
    overflow: hidden;
}

#boardindex_table h3 {
    color:#fff !important;
    background-color:#ed1a24;
    -webkit-border-top-right-radius:20px;
    -webkit-border-bottom-left-radius:0px;
    -moz-border-radius-topright:20px;
    -moz-border-radius-bottomleft:0px;
    border-top-right-radius:20px;
    border-bottom-left-radius:0px;
}

#boardindex_table h3 a {
    color:#fff !important;
}
#search_form .btn {
  color:#000;
}

form#search_form.navbar-form a {
    display: inline;
    float: right;
    margin-top: -25px;
}

/* * * * * * * * * *
*
* FORUM SECTION END
*
* * * * * * * * * * */


/* * * * * * * * * *
*
* REVIEWS PAGE START
*
* * * * * * * * * * */

.add-reviews .content-block__header .row {
  margin-bottom:0 !important;
}

.add-reviews .content-block__header .row .span-6 {
  margin-right:0;
  width:50%;
}

.add-reviews .content-block__header {
  background:transparent;
  color:transparent;
}

.add-reviews .content-block__header a {
  display:block;
  background:#ebebeb;
  color:#000;
}

.add-reviews .content-block__header a.on p.title {
  display:block;
  background:#ee1b24;
  color:#fff;
}



/* * * * * * * * * *
*
* REVIEWS PAGE END
*
* * * * * * * * * * */


/* * * * * * * * * *
*
* CONTACT FORM START
*
* * * * * * * * * * */

.contact-form input,
.contact-form select,
.contact-form textarea {
  width:100%;
}

.contact-form .span-6:nth-child(2) {
  margin-right:0;
}

/* * * * * * * * * *
*
* CONTACT FORM END
*
* * * * * * * * * * */


/* * * * * * * * * *
*
* MAP SECTION
*
* * * * * * * * * * */

.mapdrawerbottom {
    border-top:2px solid #ff831b;
    overflow:hidden;
    width:100%;
    margin:0;
    height:30px;
}

#mapdrawer {
	float:left;
	width:100%;
	padding:0;
    overflow:visible;
}

.accordion.map_container a.orangebg {
    font-family:"FuturaStd-CondensedBold", Verdana, 'Roboto', sans-serif !important;
    text-transform:uppercase;
    font-weight:normal !important;
    font-style:normal !important;
    color:#fff;
    text-align:center;
    clear:both;
    position:relative;
    margin-top:0;
    font-size:26px;
    padding-top:0px;
    padding-bottom:0px;
    margin-top:0;
    box-sizing:border-box;
    height:35px;
    line-height:normal;
}

.accordion-navigation .location-drop{
	float:right;
}


#selectCountryLarge, #selectLocationLarge {
  border: 0;
  font-family:'FuturaStd-CondensedBold', sans-serif;
  outline: none;
}
ul li.locations a, #drop3 li a {
  font-family: 'FuturaStd-CondensedBold', sans-serif;
}
button .location-drop {
  position: absolute;
  right: 0px;
  background: #ed1c24;
  padding: 10px 10px 9px 0px;
  text-align: center;
  border-radius: 0 10px 0 0;
}

.f-dropdown li a {
	background:#3a3e45;
    border:solid 1px #3a3e45;
}
.f-dropdown:before {
	border-color:transparent transparent #3a3e45 transparent !important;
}
.f-dropdown li a {
	color:#fff !important;
}
.f-dropdown li a:hover {
	background:#ed1c24;
}

.H_btn[title="Choose view"]{
	display:none;
}

a.boxed.orangebg {
    font-size:20px !important;
    line-height:35px !important;
}

dl.mapareas.accordion {
	border:1px solid #cfd1cf;
	border-radius:4px;
	padding:0;
  margin:5px 0 0;
  height:auto !important;
  display:block;
}

.accordion-navigation.active img.map_snippet {
    display:none;
}

.selectregion {
    display:none;
}

dl.mapareas.accordion a {
	background-color:#fefffe;
	border-bottom:1px solid #cfd1cf;
	font:18px "FuturaStd-CondensedBold", Verdana, 'Roboto', sans-serif;
	text-transform:uppercase;
    text-indent:0;
	padding:10px;
    color:#636466;
}

#mapareas dd.accordion-navigation.active a {
    color:#ed1a24;
}

.mapareas .content.active {
	padding:0;
}

.accordion-navigation.active .content.active {
     display:none;
    padding:0;
}

.mapareas ul {
	list-style:none;
	margin:0;
}

.mapareas ul li {
	margin:0;
}
.mapareas ul li a {
	width:100%;
	font:13px/24px 'Roboto', Helvetica, Geneva, sans-serif !important;
	border-style:none;
	padding:5px 10px !important;
	clear:left;
	display:block;
	border-bottom:1px solid #cfd1cf;
	color:#333 !important;
    text-transform:none;
}

.mapdrawerbottom span {
	background-color:#ff831b;
	width:40px;
	height:40px;
	display:block;
    margin:-20px auto 10px;
    text-align:center;
    border-radius:40px;
}

.mapdrawerbottom span a {
    display:block;
    float:left;
    width:40px;
    height:40px;
}

.mapdrawerbottom span i.fa {
    color:#fff;
    text-align:center;
    width:40px;
    height:40px;
    margin-left:0;
    font-size:18px;
    line-height:54px;
}

.map_locations {
    padding:15px;
}

#mapContainer div div div div {
    width:100% !important;
}

.H_l_right.H_l_middle.H_l_vertical .H_ctl{
  float:right;
    margin-right:10px;
}

svg.H_icon {
  display:block;
  width:2em;
  height:2em;
  fill:#fff;
    margin-right:auto;
    margin-left:auto;
}
.H_active svg.H_icon {
  fill:#fff;
}
.H_disabled svg.H_icon,
.H_active.H_disabled {
  fill:#5A6166;
}

.circle {
	background:#ee1b24;
	border-radius:80px;
	width:120px;
	height:120px;
	text-align:center;
    margin:0 auto;
}

.span-6.stepblocks {
    display: inline-block;
    float: left;
    margin-bottom: 30px;
    margin-right: 0;
}

.span-6.stepblocks:nth-child(3),
.span-6.stepblocks:nth-child(4) {
    margin-bottom: 0;
}

.step-1 {
    background: url(img/step1-icon.png) center center #ed1a24;
    background-size: cover;
}

.step-2 {
    background: url(img/step2-icon.png) center center #ed1a24;
    background-size: cover;
}

.step-3 {
    background: url(img/step3-icon.png) center center #ed1a24;
    background-size: cover;
}

.step-4 {
    background: url(img/step4-icon.png) center center #ed1a24;
    background-size: cover;
}

/* * * * * * * * * *
*
* MAP SECTION END
*
* * * * * * * * * * */

/* * * * * * * * * *
*
* FOOTER
*
* * * * * * * * * * */

footer .large-12.columns {
    padding:0;
    margin-right:auto;
    margin-left:auto;
    float:none;
}

footer {
	max-width:1140px;
	margin:0 auto;
	background-color:#282828;
	padding: 0 10px;
    width: 100%;
}

.footer-links li a {
    /*text-transform:uppercase;*/
    font-family:'Roboto', sans-serif;
    text-transform:uppercase;
}

img.footerlogo {
    max-width:110px;
	margin:8px auto 3px;
    display: block;
}
footer .siteContent ul {
	text-align:center;
    margin:0 auto;
	max-width:85%;
}

footer .siteContent li {
	font-size:16px;
  color:#fff;
	display: inline-block;
	padding:0 20px;
	text-align:center;
  margin:0 auto;
  height:20px;
  border-right:1px solid #404040;
  width:auto !important;
  float:none;
}

footer .siteContent li:last-child {border:none}

footer .siteContent li a{
	color:#fff;
  font-family: "FuturaStd-CondensedBold",sans-serif;
  text-decoration:none;
}

footer #footerLegal {
	font: 9px/17px 'Roboto', Helvetica, sans-serif;
    color: #aaa;
    text-align: center;
    max-width: 85%;
    margin: 20px auto 40px;
}
footer #footerLegal a {
	color:#fff;
	font-weight:normal;
}

/* VIEW REVIEWS START */
.headline{
  text-decoration:underline;
  font-size:1.1em;
}

.review{
  display:block;
}
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    width: 8em;
}
.rating input {
    position: absolute;
    left: -999999px;
}
.rating label {
    display:inline-block;
    font-size:0;
	position:relative;
}
.rating label span {
    font-size:1.2rem;
	color:#fff;
	font-weight:bold;
	position:absolute;
	top:7px;
	left:0.85rem;
	pointer-events:none;
}
.rating > label:before {
    position: relative;
    font: 2.6rem/1 FontAwesome;
    display: block;
    content: "\f005";
    color: #ccc;
    background: linear-gradient(-45deg, #f7b9bc 0%, #d6878a 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > label.selected:before,
.rating > label.selected ~ label:before {
    color: #f0ad4e;
    background: linear-gradient(-45deg, #ee1b24 0%, #ee1b24 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
span.title {
	margin:10px 0;
	display:block;
	font-weight:bold;
}
#add-review-container select {
	background:#fff;
}
#add-review-container select:focus {
	background:#fafafa;
    border-color:#999999;
    outline:none;
	box-shadow:0 0 5px #999999;
    border-color:#999999;
}

.gallery-image{
  width:50%;
  padding:1.2%;
  display:inline-block;
}

.likes i.fa{
  background-color:#ee1b24;
  border-radius:50px;
  padding:5px;
  color:#fff;
}

.likes i.fa:hover{
  color:inherit;
}
.likes i.fa:active{
  -moz-box-shadow:0 0 5px #000;
  -webkit-box-shadow:0 0 5px #000;
  box-shadow:0px 0px 5px #000;
}



span.like:active{
  color:#ee1b24;
}

/* VIEW REVIEWS END */

/* PARK INFO START */
.park-gallery-main{
  display:inline-block;
  width:50%;
  vertical-align:top;
}

.park-gallery-thumbnail{
  width:30%;
  padding:0 1.2% 1.2% 0;
}

#park-gallery-thumbnail-container{
  display:inline-block;
  width:47.5%;
  margin-left:2.5%;
}

.park-logo{
  max-height:300px;
  text-align:center;
}
/* PARK INFO END */


/* * * * * * * * * *
*
* FOOTER END
*
* * * * * * * * * * */

/* * * * * * * * * *
*
* ADVERT BLOCKS
*
* * * * * * * * * * */

.header_advert {
    /*display:none;*/
    margin:0 0 20px;
}

/* * * * * * * * * *
*
* ADVERT BLOCKS END
*
* * * * * * * * * * */

/* * * * * * * * * *
*
* FOUNDATION OVERRIDES START
*
* * * * * * * * * * */

.accordion .accordion-navigation.active > a,
.accordion dd.active > a {
  background:inherit !important;
  margin-bottom:0;
}

.accordion .accordion-navigation > a, .accordion dd > a {
  padding:0 !important;
  font-family:inherit !important;
}


.upload-option2 {max-width:200px;}
a.cancel {font-size:90%; color:#d11; clear:both}


/* * * * * * * * * *
*
* FOUNDATION OVERRIDES END
*
* * * * * * * * * * */

/* * * * * * * * * *
*
* BXSLIDER OVERRIDES START
*
* * * * * * * * * * */

.slider-container .bx-wrapper .bx-viewport {
  height:auto !important;
}

/* * * * * * * * * *
*
* BXSLIDER OVERRIDES END
*
* * * * * * * * * * */


/* * * * * * * * * *
*
* MOBILE STYLES, see mobile.css
*
* * * * * * * * * * */
/*
.menu-item:nth-last-child(3) a{
	border:none;
}*/

p:empty{
	padding:0;
}

span.ticket{
	background-image:url('https://club950-gfm.netdna-ssl.com/cms/wp-content/themes/club950/img/destinations-icon.png');
	background-size:100%;
	height:133px;
	width:124px;
	display:inline-block;
	float:right;
}

@media only screen and (min-width:1024px) {
  .short_nav_park_details a {
    background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20version%3D%271.1%27%20x%3D%270px%27%20y%3D%270px%27%20width%3D%2732px%27%20height%3D%2732px%27%20viewBox%3D%270%200%2032%2032%27%20enable-background%3D%27new%200%200%2032%2032%27%20xml%3Aspace%3D%27preserve%27%3E%3Crect%20x%3D%2731%27%20y%3D%276%27%20width%3D%271%27%20height%3D%2720%27%20fill%3D%27%23fff%27%20fill-opacity%3D%270.1%27%20%2F%3E%3C%2Fsvg%3E") top right no-repeat;
    background-size: contain;
  }
  .short_nav_park_details li:nth-last-child(1) a {background-image: none;}
}
.f-dropdown {
  width: 85% !important;
  max-height: none;
  height: auto;
  border:0 !important;
  border-top: solid 1px #cccccc;
  max-width: 270px !important;
  box-shadow: none !important;
}
.park-grid a {
  color: #000;
}

fieldset#advanced_search dl#search_options dd.options label {line-height: 45px;}
fieldset#advanced_search dl#search_options dd.options label input {margin-right: 10px;}
#faqs #accordion {margin-top: -10px;}