@font-face {
    font-family: 'urbanistlight';
    src: url('fonts/Urbanist-Thin.eot');
    src: url('fonts/Urbanist-Thin.eot?#iefix') format('embedded-opentype'),
         url('fonts/Urbanist-Thin.woff2') format('woff2'),
         url('fonts/Urbanist-Thin.woff') format('woff'),
         url('fonts/Urbanist-Thin.ttf')  format('truetype'),
         url('fonts/Urbanist-Thin.svg#Urbanist Thin') format('svg');
}
@font-face {
    font-family: 'urbanistregular';
    src: url('fonts/Urbanist-VariableFontwght.eot');
    src: url('fonts/Urbanist-VariableFontwght.eot?#iefix') format('embedded-opentype'),
         url('fonts/Urbanist-VariableFontwght.woff2') format('woff2'),
         url('fonts/Urbanist-VariableFontwght.woff') format('woff'),
         url('fonts/Urbanist-VariableFontwght.ttf')  format('truetype'),
         url('fonts/Urbanist-VariableFontwght.svg#Urbanist') format('svg');
}
@font-face {
    font-family: 'urbanistmedium';
    src: url('fonts/Urbanist-Medium.eot');
    src: url('fonts/Urbanist-Medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/Urbanist-Medium.woff2') format('woff2'),
         url('fonts/Urbanist-Medium.woff') format('woff'),
         url('fonts/Urbanist-Medium.ttf')  format('truetype'),
         url('fonts/Urbanist-Medium.svg#Urbanist Medium') format('svg');
}
@font-face {
    font-family: 'urbanistbold';
    src: url('fonts/Urbanist-Bold.eot');
    src: url('fonts/Urbanist-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Urbanist-Bold.woff2') format('woff2'),
         url('fonts/Urbanist-Bold.woff') format('woff'),
         url('fonts/Urbanist-Bold.ttf')  format('truetype'),
         url('fonts/Urbanist-Bold.svg#Urbanist') format('svg');
}
@font-face {
    font-family: 'urbanistheavy';
    src: url('fonts/Urbanist-ExtraBold.eot');
    src: url('fonts/Urbanist-ExtraBold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Urbanist-ExtraBold.woff2') format('woff2'),
         url('fonts/Urbanist-ExtraBold.woff') format('woff'),
         url('fonts/Urbanist-ExtraBold.ttf')  format('truetype'),
         url('fonts/Urbanist-ExtraBold.svg#Urbanist ExtraBold') format('svg');
}


.fbold
{
	font-family: 'urbanistbold', sans-serif;
}
.fmed
{
	font-family: 'urbanistmedium', sans-serif;
}
.freg
{
	font-family: 'urbanistregular', sans-serif;
}
.fs80
{
	font-size: 80%;
}
.fs90
{
	font-size: 90%;
}
.fs100
{
	font-size: 100%;
}
.fs110
{
	font-size: 110%;
}
.fs120
{
	font-size: 120%;
}
.fs130
{
	font-size: 130%;
}
.fs140
{
	font-size: 140%;
}
.fs150
{
	font-size: 150%;
}
.fs180
{
	font-size: 180%;
}
.fs200
{
	font-size: 200%;
}
.strike
{
	text-decoration: line-through;
	font-size: 90%;
}
.show_lt992
{
	display: none;
}
.hide_lt992
{
	display: inline;
}
.show_lt768
{
	display: none;
}
.hide_lt768
{
	display: inline;
}
.show_lt600
{
	display: none;
}
.hide_lt600
{
	display: inline;
}
.show_lt480
{
	display: none;
}
.hide_lt480
{
	display: inline;
}
.show_lt400
{
	display: none;
}
.hide_lt400
{
	display: inline;
}
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	outline:0;
	vertical-align:baseline;
	margin:0;
	padding:0;
}
html, body
{
	max-width: 100%;
    overflow-x: hidden;
}
html
{
	background-color:#FFFFFF;
	color:white;
}
body 
{
	line-height: 1;
	color: #000000;
	font-size: 1.2em;
	font-family: 'urbanistregular', sans-serif;
	color: white;
}
ul
{
	list-style-position: inside;
}
:focus 
{ 
	outline:0; 
}
::placeholder 
{
    color: #7B7B7B;
    font-family: "urbanistregular";
    text-align: center; 
    font-size: 100%;
}

.center_sect, .fw_center_sect 
{
 	width: 1600px;
 	margin: 0 auto;
}
h1 
{ 
	margin: 20px 0; 
	color: #03254B;
	font-family: 'urbanistbold';
	font-size: 240%;
	text-align: center;
	padding: 0;
	line-height: 70px;	
}
h2 
{ 
	font-size: 180%;
	text-align: center;
	padding: 30px 0;
	color: #03254B;
	font-family: "urbanistbold";
}
h3
{
	margin-top:20px;
	color: #03254B;
	font-family: 'urbanistregular';
	font-size: 140%;
	text-align: left;
}
h4
{
	text-align: left;
	margin:20px 0;
	color: #03254B;
	font-family: 'urbanistregular';
	font-size: 110%;
}
a 
{
	color:#03254B;
	text-decoration: none;
}
a:hover 
{ 
	color: #03254B;
	text-decoration: underline;
}
#general_text
{
	float: none;
	width: 100%;
	text-align: justify;
	color: #4D4D4D;
	line-height: 30px;
	font-size: 100%;
	margin: 0 0 40px 0;
	font-family: 'urbanistregular', sans-serif;
}
img.pgleft 
{
	margin: 0 2% 20px 0;
	float: left; 
}
img.pgright 
{
 	margin: 0 0 20px 2%;
 	float: right; 
}
img.pg100 
{
 	width: 100%;
 	margin: 0 0 20px 0; 
}
img.pg75 
{
 	width: 75%;
 	padding: 0; 
}
img.pg66 
{
 	width: 66%;
 	padding: 0; 
}
img.pg50 
{
 	width: 50%;
 	padding: 0; 
}	
img.pg33 
{
 	width: 33%;
 	padding: 0; 
}
img.pg25 
{
 	width: 25%;
 	padding: 0; 
}
img.pg20 
{
 	width: 20%;
 	padding: 0; 
}

.column100
{
	width: 100%;
	float: left;
}
.column95
{
	width: 95%;
	float: left;
}
.column45
{
	width: 45%;
	float: left;
}
.margleft2
{
	margin-left: 2%;
}
.margright2
{
	margin-right: 2%;
}
.margleft5
{
	margin-left: 5%;
}
.margright5
{
	margin-right: 5%;
}
.margleft10
{
	margin-left: 10%;
}
.margright10
{
	margin-right: 10%;	
}
.margtop40
{
	margin-top: 40%;
}
.margbtm40
{
	margin-bottom: 40%;	
}
.clear 
{
	clear: both; 
}
.slider_center_sect
{
	width:100%;
	margin:0;	
}
#full_width
{
	float: left;
	width: 100%;
}
#pre_header_wrap
{	
	float: left;
	width: 100%;
	padding: 0;
	font-family: 'urbanistbold';
	font-size: 120%;
	text-align: center;
	background: #03254B; 
	line-height: 50px;
}
#pre_header_wrap a
{
	color: #FFFFFF;
	text-decoration: none;
}
#pre_header_wrap a:hover
{
	color: #6DBE83;
}
#login_wrap
{
	float: left;
	width: 100%;
	text-align: right;
}
#header_wrap
{	
	float: left;
	width: 100%;
	padding: 30px 0 30px 0;
	background: #FFFFFF; 
}
#header_wrap #logo
{
	float: left;
	width: 25%;	
	height: 90px;
	line-height: 90px;
}
#header_wrap #logo a
{
	width: 100%;
	text-decoration: none; 
}
#header_wrap #logo a img
{
	width: 100%;
	border: 0;
}
#navigation
{
	min-height: 50px;
	line-height: 50px;
	float: left;
	width: 40%;
	margin: 22px 2%;
	font-family: 'urbanistbold', sans-serif;
}
#header_contact 
{
	float: left;
	width: 20%;
	height: 60px;
	line-height: 30px;
	margin: 17px 0;
	color: #000000;
	text-align: center;
}
#header_contact a
{
	float: left;
	width: 100%;
	text-align: right;
	color: #000000;
	font-size: 150%;
	font-family: 'urbanistbold';
}
#header_contact a:hover
{
	color: #6DBE83;
}
#header_contact a.email
{
	font-size: 100%;
}
#header_social
{
	float: left;
	width: 6%;
	height: 55px;
	line-height: 55px;
	margin: 15px 0 0 0;
	color: #000000;
	text-align: right;
}
#header_social a i
{
	font-size: 250%;
	text-align: right;
	color: #03254B;
	line-height: 60px;
}
#header_social a:hover i
{
	color: #6DBE83;
}
#header_basket 
{
	float: left;
	width: 3%;
	margin: 25px 0 0 2%;
}
#header_basket a
{	
	float: left;
	width: 100%;
	height: 45px;	
	background-image: url('../images/basket.png');
	background-color: inherit;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}
#header_basket a span
{
	float: left;	
	color: #03254B;
	background: #6DBE83;
	height: 20px;
	line-height: 20px;
	width: 25px;
	padding: 5px;
	margin: 0 0 20px 0;
	border: 4px solid white;
	border-radius: 10px;
	text-align: center;
	position: relative;
	top: -18px;
	right: -14px;
	font-family: 'urbanistregular';
	text-decoration: none;
	font-size: 90%;
}
#header_basket a:hover span
{
	color: #FFF;
	background: #03254B;
}
.content
{
	color: #4D4D4D;
	padding: 40px 0;
}
.mapcontent
{
	color: #4D4D4D;
	padding: 40px 0 0 0;
}
.bckleft
{
	padding: 100px 0;
	background: #FFFFFF;
	background-image: url('../images/bckleft.jpg');
  	background-repeat: no-repeat;
  	background-attachment: scroll;
  	background-position: left bottom;  	
}
.bckright
{
	background: #FFFFFF;
	background-image: url('../images/bckright.jpg');
  	background-repeat: no-repeat;
  	background-attachment: scroll;
  	background-position: right bottom;
  	padding: 0 0 50px 0;
}
#hd_image
{
	float: left;
	height: auto;
	width: 100%;
	z-index: 900; 
	max-height: 720px;
	height: 720px;
	overflow: hidden;
}
#hd_image img
{
	width: 100%;
	border: 0;
	height: 720px;
}
.hdfw
{
	display: inline-block;
}
.hdtab, .hdmob
{
	display: none;
}
.slidwrap 
{
	float: left;
	height: auto;
	width: 100%;
	z-index: 0; 
	position: relative;
	background-color: #FFFFFF;
}
.hm_capt 
{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 35%;
	margin: 50px 55% 0 10%;
	font-family: 'urbanistregular';
	font-size: 100%;
	color: #03254B;
	text-align: left;
	line-height: 50px;
	z-index: 902;
	opacity: 1; 
}
.hm_capt:before 
{
	z-index: 902;
	opacity: 1;
	display: block; 
}
.hm_capt h1 
{
	color: #03254B;
	line-height: 90px; 
	text-align: left;
	font-size: 400%;
	font-family: 'urbanistbold';
	font-weight: bold;
	margin: 40px 0 60px 0;
}
.hm_capt #head_para
{
	color: #000000;
	line-height: 34px; 
	text-align: left;
	font-size: 120%;
}
.slider_btn a 
{
	opacity: 1;
  	z-index: 902;
  	text-decoration: none;
  	border-radius: 30px;
  	float: left;
  	width: auto;
  	height: 60px;
  	margin: 80px 0;
  	padding: 0 5%;
  	background: #6DBE83;
  	font-size: 90%;
  	font-family: 'urbanistbold';
  	color: #FFFFFF;
  	text-align: center;
  	line-height: 60px; 
}
.slider_btn a:hover
{ 
	background-color: #03254B;
  	color: #FFFFFF; 
  	text-decoration:none;
}
#minor_header
{
	float: left;
	height: 10px;
	width: 100%;
	z-index: 900;
	background: #03254B;
	border-bottom: 5px solid #6DBE83;
}
.hp_chk 
{
  	display: none; 
}
#hp_50
{
	float: left;
	width: 50%;
}
#hp_img
{
	float: left;
	width: 100%;
	border-radius: 20px;
}
#hp_img img 
{
	float: left;
	border: 0;
	width: 90%;
	margin: 0 10% 0 0;
	border-radius: 20px;
}
#hp_title
{
	float: left;
	text-align: left;
	font-family: 'urbanistbold';
	font-size: 250%;
	color: #03254B;
	width: 100%;
	margin: 0 0 40px 0;
}
#hp_ctitle
{
	float: left;
	text-align: center;
	font-family: 'urbanistbold';
	font-size: 250%;
	color: #03254B;
	width: 100%;
	margin: 0 0 40px 0;
}
#hp_subtext
{
	float: left;
	text-align: left;
	font-family: 'urbanistregular';
	font-size: 120%;
	color: #000000;
	width: 100%;
	line-height: 30px;
	margin: 0 0 40px 0;
}
#hp_bullets_wrap
{
	float: left;
	width: 100%;
}
#hp_bullet
{
	float: left;
	width: 46%;
	height: 60px;
	margin: 20px 4% 20px 0;
}
#hp_bullet_icon
{
	float: left;
	text-align: center;
	line-height: 60px;
	height: 60px;
	width: 60px;
	border-radius: 30px;
}
#hp_bullet_icon.orange_bck
{
	background: #FF6400;
}
#hp_bullet_icon.yellow_bck
{
	background: #F9B73C;
}
#hp_bullet_icon.teal_bck
{
	background: #00C2C1;
}
#hp_bullet_icon.blue_bck
{
	background: #7293F2;
}
#hp_bullet_icon i
{
	float: left;
	font-size: 160%;
	color: #FFF;
	text-align: center;
	line-height: 58px;
	height: 60px;
	width: 60px;
}
#hp_bullet_txt
{
	float: left;
	width: 70%;
	margin: 0 5%;
	font-family: 'urbanistbold';
	color: #03254B;
	font-size: 120%;
	line-height: 30px;
}
#hp_link a
{
  	text-decoration: none;
  	border-radius: 30px;
  	float: left;
  	width: auto;
  	height: 60px;
  	margin: 30px 0;
  	padding: 0 5%;
  	background: #6DBE83;
  	font-size: 110%;
  	font-family: 'urbanistbold';
  	color: #FFFFFF;
  	text-align: center;
  	line-height: 60px; 
}
#hp_link a:hover
{ 
	background-color: #03254B;
  	color: #FFFFFF; 
  	text-decoration:none;
}
#hp_footgolf_wrap
{
	float: left;
	width: 45%;
	margin: 40px 5% 40px 0;
	background-image: url("../images/footgolf.jpg");
	background-size: 100%;
	border-radius: 20px;
}
#hp_parties_wrap
{
	float: left;
	width: 45%;
	margin: 40px 0 40px 5%;
	background-image: url("../images/parties.jpg");
	background-size: 100%;
	border-radius: 20px;
}
#hp_gvisits_wrap
{
	float: left;
	width: 45%;
	margin: 40px 5% 40px 0;
	background-image: url("../images/gvisits.jpg");
	background-size: 100%;
	border-radius: 20px;
}
#hp_fvisits_wrap
{
	float: left;
	width: 45%;
	margin: 40px 0 40px 5%;
	background-image: url("../images/fvisits.jpg");
	background-size: 100%;
	border-radius: 20px;
}
#hp_act_title
{
	float: left;
	text-align: left;
	font-family: 'urbanistbold';
	font-size: 250%;
	color: #FFFFFF;
	width: 60%;
	margin: 310px 0 30px 5%;
}
#hp_act_link a
{
	text-decoration: none;
  	border-radius: 30px;
  	float: left;
  	width: auto;
  	height: 60px;
  	margin: 300px 0 30px 5%;
  	padding: 0 5%;
  	background: #6DBE83;
  	font-size: 110%;
  	font-family: 'urbanistbold';
  	color: #FFFFFF;
  	text-align: center;
  	line-height: 60px; 
}
#hp_act_link a:hover
{ 
	background-color: #03254B;
  	color: #FFFFFF; 
  	text-decoration:none;
}
/* BOOK NOW PAGE */
#booknow-left
{
	width: 38%;
	float: left;
	margin: 0 2% 0 0;
	color: #000000;
}
#book_img
{
	float: left;
	width: 100%;
}
#book_img img
{
	border-radius: 20px;
	border: 0;
	width: 90%;
}
#book_act_title
{
	float: left;
  	width: 100%;
  	margin: 40px 0;
  	font-family: 'urbanistbold';
  	color: #03254B;
  	font-size: 250%;
  	line-height: 30px;
}
#book_act_desc
{
	float: left;
  	text-align: left;
  	font-family: 'urbanistregular';
  	font-size: 120%;
  	color: #000000;
  	width: 90%;
  	line-height: 30px;
  	margin: 0 10% 40px 0;
}
#booknow-right
{
	width: 60%;
	float: left;
	margin: 0;
	color: #000000;
}
#hp_title
{
	width: 100%;
	float: left;
	text-align: center;
}
#hp_datepicker
{
	width: 100%;
	float: left;
	margin: 0 0 40px 0;
}
#hp_datepicker input
{
	width: 40%;
	float: left;
	margin: 0 30%;
	text-align: center;
	line-height: 50px;
	font-size: 120%;
}
#slots_wrap
{
	width: 100%;
	float: left;
	margin: 20px 0 40px 0;
}
#slot_msg
{
	text-align: center;
}
#am_slots_wrap,
#aft_slots_wrap,
#eve_slots_wrap
{
	width: 100%;
	float: left;
}
#sect_slots_title
{
	float: left;
	width: 100%;
	background: #6DBE83;
	line-height: 40px;
	color: #FFF;
	text-align: center;
	font-size: 120%;
	margin: 20px 0;
}
#slots_note
{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 100%;
	font-style: italic;
	font-family: 'urbanistlight';
}
#slot_wrap
{	
	width: 14.5%;
	float: left;
	margin: 20px 1.5%;
	border: 2px solid #CCCCCC;
	border-radius: 20px;
	padding: 10px 1%;
	text-align: center;
	background: #FFFFFF;
	color: #02244A;
	font-size: 100%;
}
#slot_wrap form
{
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
}
#slot_wrap form button
{
	width: 99.5%;
	float: left;
	text-align: center;
	background: #FFFFFF;
	color: #02244A;
	border: 0;
	border: 2px solid #6DBE83;
	border-radius: 10px;
}
#slot_wrap form button:hover
{
	background: #FFF3DD;
	color: #02244A;
	border: 2px solid #02244A;
}

#slot_wrap form button.inBasket
{
	width: 99.5%;
	float: left;
	text-align: center;
	background: #6DBE83;
	color: #FFFFFF;
	border: 0;
	border: 2px solid #02244A;
	border-radius: 10px;
}
#slot_wrap form button:hover
{
	background: #FFF3DD;
	color: #02244A;
	border: 2px solid #02244A;
}

#slot_time
{
	width: 100%;
	float: left;
	line-height: 50px;
	font-size: 130%;
}
#slot_participants
{
	width: 100%;
	float: left;
	font-size: 100%;
	line-height: 26px;
	margin: 0 0 20px 0;
}
#slot_price
{
	width: 100%;
	float: left;
	line-height: 30px;
	font-size: 140%;
	font-family: 'urbanistbold';	
}
#slot_price .sup 
{ 
	position: relative;
	top: -0.5em;
	font-size: 70%;
}
#bskt_btn_wrap
{
	float: left;
	width: 100%;
	margin: 0 0 40px 0;
}
#bskt_btn_wrap a
{
	float: left;
	width: 40%;
	margin: 0 0 0 60%;
	border-radius: 30px;
	background: #6DBE83;
	color: #FFFFFF;
	height: 60px;
	line-height: 60px;
	font-family: 'urbanistbold', sans-serif;
	font-size: 120%;
	text-align: center;
}


#basket_step_wrap
{
	float: left;
	width: 90%;
	margin: 40px 5.5% 60px 5.5%;
}
#basket_step
{
	float: left;
	width: 27%;
	margin: 0 3%;
}
#bstep_num
{
	float: left;
	width: 12.5%;
	height: 48px;
	line-height: 48px;
	border: 1px solid #03254B;
	
	text-decoration: none;
	text-align: center;
	font-family: 'urbanistregular", sans-serif;
	font-size: 90%;
	margin: 0 10% 0 0;
}
.bstepon
{
	background: #6DBE83;
	color: #03254B;
}
#bstep_name
{
	float: left;
	width: 75%;
	font-family: 'urbanistmedium', sans-serif;
	line-height: 48px;
	font-size: 110%;
	color: #03254B;
}
#bstep_name i
{
	margin: 0 0 0 20px;
	color: #03254B;
}
#basket_wrap
{
	width: 100%;
	float: left;
}
#basket_response
{
	width: 100%;
	float: left;
}
#basket_response_msg
{
	width: 100%;
	float: left;
	line-height: 30px;
	color: #03254B;
	font-style: italic;
	margin: 0 0 20px 0;
	text-align: center;
}
#basket_icon
{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 500%;
	margin: 40px 0;
	color: #03254B;
}
#basket_alert
{
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 0 40px 0;
	font-family: 'urbanistlight', sans-serif;
	font-size: 180%;
}
#basket_note
{
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 0 40px 0;
	font-family: 'urbanistregular', sans-serif;
	font-size: 100%;
	line-height: 30px;
}
#basket_btn
{
	float: left;
	width: 100%;
	text-align: center;
	margin: 20px 0 40px 0;
}
#basket_btn a
{
	width: 10%;
	background: #03254B;
  	background-color: rgb(3, 37, 75);
	color: #FFFFFF;
	line-height: 50px;
	height: 50px;
	border-radius: 25px;
	font-family: 'urbanistregular';
	padding: 0 2%;
	float: left;
	text-align: center;
	margin: 0 45%;
}
#basket_btn a:hover
{
	background-color: #6DBE83;
	color: #03254B;
	text-decoration: none;
}
#basket_cntnt_wrap
{
	width: 100%;
	float: left;
}
#basket_head
{
	display: inline-block;
	width: 100%;
	float: left;
	background-color: #6DBE83;
	color: #03254B;
	font-size: 100%;
	font-family: 'urbanistregular', sans-serif;
	line-height: 70px;
}
#basket_subhead
{
	display: none;
}
#basket_product
{
	width: 47%;
	float: left;
	margin: 0 2%;
}
#basket_pimg
{
	width: 10%;
	float: left;
}
#basket_pimg img
{
	width: 100%;
	border: 0;
}
#basket_pname
{
	width: 85%;
	float: left;
	margin: 0 0 0 5%;
	font-family: 'urbanistmedium', sans-serif;
	font-size: 110%;
	color: #03254B;
}
#basket_prc
{
	width: 8%;
	float: left;	
	margin: 0 2%;
}
#basket_qty
{
	width: 8%;
	float: left;	
	margin: 0 2%;
	text-align: left;
}
#basket_sub
{
	width: 8%;
	float: left;	
	margin: 0 2%;
}
#basket_cmd a
{
	width: 6%;
	float: left;	
	margin: 0 2%;
	text-align: center;
	color: #6DBE83;
}
#basket_cmd a:hover
{
	color: #03254B;
}
#basket_cmd a i
{
	font-size: 200%;	
}
#basket_body
{
	width: 100%;
	float: left;
}
#basket_row
{
	width: 100%;
	float: left;
	padding: 35px 0;
	line-height: 26px;
	font-family: 'urbanistregular', sans-serif;
	border-bottom: 1px solid #FFF3DD;
}
#basket_form
{
	float: left;
	width: 60%;
	background: #FFF;
	margin: 0 40% 0 0;
}
#basket_form select
{
	height: 50px;
	line-height: 50px;
	font-size: 90%;
	text-align: center;
	width: 100%;
	background: #FFF;
	border-radius: none;
	border: 1px solid #03254B;
}
#basket_form select option
{
	font-size: 100%;
	text-align: center;
	width: 100%;
	background: #FFF;
}
#basket_links
{
	float: left;
	width: 65%;
	margin: 40px 0;
}
#basket_links a
{
	width: 20%;
	background: #03254B;
	color: #FFFFFF;
	line-height: 50px;
	height: 50px;
	border-radius: 25px;
	font-family: 'urbanistregular';
	padding: 0 1%;
	float: right;
	text-align: center;
	margin: 0 1%;
	font-size: 90%;
}
#basket_links a:hover
{
	background-color: #6DBE83;
	color: #03254B;
	text-decoration: none;
}
#basket_totals_wrap
{
	width: 40%;
	float: right;
	margin: 30px 0 30px 60%;
	border-top: 1px solid #6DBE83;
	border-left: 1px solid #6DBE83;
	border-right: 1px solid #6DBE83;
	font-family: 'urbanistregular';
}
#basktot_title
{
	width: 32%;
	float: left;
	color: #03254B;
	background: #6DBE83;
	padding: 30px 4%;
	border-bottom: 1px solid #FFF;
	font-family: 'urbanistmedium';
}
#basktot_val
{
	width: 52%;
	float: left;
	color: #03254B;
	padding: 30px 4%;
	border-bottom: 1px solid #6DBE83;
}
#basket_chkbtn a
{
	width: 40%;
	float: right;
	margin: 30px 0 80px 60%;
	background: #03254B;
	color: #FFFFFF;
	line-height: 60px;
	height: 60px;
	font-family: 'urbanistregular';
	border-radius: 30px;
	text-align: center;
}
#basket_chkbtn a:hover
{
	background-color: #6DBE83;
	color: #03254B;
	text-decoration: none;
}
.orderbck
{
	background: #BDC4BC;
}
#basketsumm_row
{
	float: left;
	width: 90%;
	background: #6DBE83;
	margin: 0 5%;	
	color: #000;
	font-family: 'urbanistregular';
	height: 60px;
	padding: 10px 0;
}
#basketsumm_desc
{
	float: left;
	width: 70%;
	line-height: 30px;	
	margin: 0 0 0 5%;
}
#basketsumm_prc
{
	float: left;
	width: 25%;
	line-height: 30px;
	text-align: center;
}
#basketsubs_row
{
	float: left;
	width: 90%;
	background: #6DBE83;
	margin: 0 5%;
	height: 30px;
	padding: 15px 0;
	color: #000;
	font-family: 'urbanistregular';	
	border-top: 1px solid #FFF;
}
#baskettot_row
{
	float: left;
	width: 90%;
	background: #6DBE83;
	color: #FFF;
	height: 30px;
	padding: 15px 0;
	font-family: 'urbanistmedium';
	margin: 0 5% 10px 5%;
	border-top: 1px solid #FFF;
}
#basket_voucher
{
	float: left;
	width: 30%;
	margin: 40px 5% 40px 0;
	height: 50px;
}
#basket_voucher form 
{
	float: left;
	position: relative;
	border: 0;
	font-family: 'urbanistlight';
	height: 50px;
	width: 100%;
}
#basket_voucher form input[type=text] 
{
	display: block;
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	height: 48px;
	margin: 0;
	background: #E5E5E5;
	font-size: 100%;
	text-align: center;
	border: none;
	border-radius: 25px;
	color: #03254B;
}
#basket_voucher form input[type=submit] 
{
	position: relative;
	top: -48px;
	right: 0;
	width: 30px;
	height: 30px;
	margin: 10px 20px 10px 10px;
	float: right;
	border: 0;
	color: transparent;
	background-image: url('../images/search.png');
    background-color: inherit;
    background-size: cover;
    font-size : 0;
    cursor: pointer;
}
.voucher_result
{
    float: left;
    width: 100%;
	margin: 10px 0;
    font-family: 'urbanistmedium';
    font-size: 100%;
  	color: #03254B;
    text-align: center; 
}
#vouchers_applied
{
	float: left;
	width: 100%;
	text-align: center;
	margin: 20px 0;
	font-family: 'urbanistmedium';
	color: #03254B;
}
.voucher_detail
{
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	line-height: 25px;
}
.voucher_detail a i
{
	font-size: 110%;
	margin: 0 0 0 10px;
	color: #6DBE83;
	line-height: 25px;
}
.voucher_detail a:hover i
{
	color: #03254B;
}
#nlh_wrap
{
	float: left;
	width: 100%;
	margin: 40px 0;
	font-size: 140%;
	text-align: center;
	line-height: 40px;
	color: #03254B;
}
#nlh_wrap i
{
	float: left;
	width: 20%;
	margin: 0 40% 40px 40%;
	font-size: 400%;
	text-align: center;
	color: #6DBE83;
}
#nlh_wrap a
{
	display: inline-block;
  	float: right;
  	width: 20%;
  	margin: 40px 38%;
    padding: 0 2%;
  	background: #03254B;
  	color: #FFFFFF;
  	line-height: 60px;
  	height: 60px;
  	border-radius: 30px;
  	cursor: pointer; 
  	font-family: 'urbanistregular';
}
#nlh_wrap a:hover
{
	background-color: #6DBE83;
  	color: #FFFFFF; 
  	text-decoration:none;
}	
#status_wrap
{
	width: 100%;
	float: left;
	text-align: center;
	margin: 40px 0;
}
#status_wrap a
{
	width: 30%;
	float: left;
	text-align: center;
	font-size: 120%;
	text-decoration: none;
	height: 60px;
	line-height: 60px;
	border-radius: 20px;
	margin: 60px 35% 0 35%;
	color: #FFFFFF;	
	background: #6DBE83;
}
#status_wrap a:hover
{
	color: #FFFFFF;
	background: #03254B;
	text-decoration: none;
}
#status_icon
{
	width: 100%;
	float: left;
}
#status_icon i
{
	font-size: 800%;
	margin: 0 0 40px 0;
	color: #6DBE83;
}
#status_txt
{
	width: 100%;
	float: left;
	color: #03254B;
	font-family: 'urbanistregular', sans-serif;
	font-size: 120%;
}
#status_err
{
	width: 100%;
	float: left;
	color: #FF0000;
	font-size: 100%;
	font-family: 'urbanistlight', sans-serif;
	margin: 20px 0;	
}




#footer_wrap
{
	float: left;
	width: 100%;
	background: #FFF3DD;
	padding: 0 0 20px 0;
	color: #000000;
}
#ft_wrap
{
	display: block;
	position: relative;
	top: -40px;
}
#ft_subone
{
	width: 25%;
	margin: 120px 5% 0 0;
	float: left;
}
#ft_subtwo
{
	width: 30%;
	margin: 210px 5% 0 0;
	float: left;
} 
#ft_subthree
{
	position: relative;
	width: 25%;
	float: left;
	padding: 30px 5%;
	background: #03254B;
	border-radius: 20px;
}
#footer_logo
{
	float: left;
	width: 90%;
	margin: 0 10% 40px 0;	
}
#footer_logo a img
{
	width: 100%;
	border: 0;
}
#ft_contact
{
	float: left;
	width: 100%;
}
#ft_contact a.tel
{
	float: left;
	width: 100%;
	text-align: left;
	color: #000000;
	font-size: 140%;
	font-family: 'urbanistbold';
	line-height: 50px;
}
#ft_contact a.email
{
	float: left;
	width: 100%;
	text-align: left;
	color: #000000;
	font-family: 'urbanistmedium';
	line-height: 30px;
}
#ft_address
{
	float: left;
	width: 100%;
	text-align: left;
	color: #000000;
	font-family: 'urbanistmedium';
	line-height: 24px;
	margin: 20px 0;
}
#ft_social
{
	float: left;
	width: 8%;
	height: 40px;
	line-height: 40px;
	color: #000000;
	text-align: right;
	margin: 0 0 40px 0;
}
#ft_social a i
{
	font-size: 150%;
	text-align: right;
	color: #03254B;
	line-height: 40px;
}
#ft_social a:hover i
{
	color: #6DBE83;
}

#footer_cards
{
	float: left;
	width: 100%;
	margin: 0;
}
#ftcardtxt
{
	float: left;
	width: 70%;
	text-align: left;
	font-size: 60%;
	font-family: 'urbanistmedium', sans-serif;
	line-height: 25px;
}
#ftcardimgs
{
	float: left;
	width: 25%;
	margin: 0 5% 0 0;	
}
#ftcardimgs img
{
	width: 100%;
	border: 0;
}
#ft_subhead
{
	float: left;
	width: 85%;
	margin: 0 10% 30px 5%;
	font-family: 'urbanistbold';
	font-size: 100%;
	text-align: left;
}
#ft_subtext
{
	float: left;
	width: 85%;
	margin: 0 10% 30px 5%;
	text-align: left;
	font-size: 110%;
	line-height: 30px;
}
#ft_subtext a
{
	color: #000;
	text-decoration: none;
	width: 100%;
	float: left;
	line-height: 35px;
}
#ft_subtext a:hover
{
	color: #6DBE83;
	text-decoration: none;
}
#signup_subhead
{
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
	font-family: 'urbanistbold';
	font-size: 220%;
	text-align: left;
	color: #FFFFFF;
}
#signup_subtext
{
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	text-align: left;
	font-size: 110%;
	line-height: 30px;
	font-family: 'urbanistmedium';
	color: #FFFFFF;
}
#signup_form
{
	float: left;
	width: 100%;
	margin: 0;
}
#signup_form div
{
	float: left;
	width: 100%;
}
#signup_form div input[type="text"],
#signup_form div input[type="email"]
{
	float: left;
	width: 70%;
	height: 50px;
	line-height: 50px;
	border: 0;
	border-bottom: 1px solid #03254B;
	font-family: 'urbanistregular', sans-serif;
	font-size: 100%;
	margin: 5px 0 10px 0;
	padding: 0 5%;
	border-radius: 25px;
	text-align: left;
}
#signup_form div input[type="submit"]
{
	float: left;
	width: 50%;
	height: 50px;
	line-height: 50px;
	font-family: 'urbanistbold', sans-serif;
	font-size: 100%;
	margin: 5px 0 10px 0;
	padding: 0 5%;
	border-radius: 25px;
	text-align: left;
	background: #6DBE83;
	color: #FFFFFF;
	border: 0;
	text-align: center;
}
#signup_form div input[type="submit"]:hover
{
	background: #FFF3DD;
	color: #000000;
}
#signup_form section .chk_surround 
{
    display: block;
    float: left;
    width: 95%;
    margin: 10px 0 20px 0;
    padding: 0 0 0 35px;
    font-family: "urbanistregular", sans-serif;
    font-size: 95%;
    color: #FFFFFF;
    text-align: left;
    line-height: 24px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
#signup_form section .chk_surround a
{
	color: #6DBE83;
	text-decoration: none;
}
#signup_form section .chk_surround a:hover
{
	color: #6DBE83;
	text-decoration: underline;
}
#signup_form section .chk_surround input 
{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 2%; 
}
#signup_form section .chk_surround input:checked ~ .checkmark 
{
	background-color: #6DBE83; 
	color: #FFFFFF;
}
#signup_form section .chk_surround input:checked ~ .checkmark:after 
{
	display: block; 
}
#signup_form section .chk_surround:hover input ~ .checkmark 
{
	background-color: #E5E5E5; 
	color: #03254B;
}
#signup_form section .chk_surround .checkmark:after 
{
    width: 5px;
    height: 10px;
    left: 9px;
    top: 5px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); 
}
#signup_result 
{
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
    font-family: "urbanistregular", sans-serif;
    font-size: 100%;
  	color: #6DBE83;
    text-align: center; 
}
.hide_chk 
{
	display: none; 
}
.checkmark 
{
	position: absolute;
  	top: 0;
  	left: 0;
  	height: 25px;
  	width: 25px;
  	background-color: #FFF;
  	border: 1px solid #03254B; 
}
.checkmark:after 
{
    content: "";
    position: absolute;
    display: none; 
}
.cerror 
{
  	float: left;
  	width: 100%;
  	font-family: "urbanistregular", sans-serif;
  	color: red;
  	text-align: center; 
}
#half_wrapl 
{
	float: left;
	width: 48%;
	margin: 10px 2% 10px 0; 
}
#half_wrapr 
{
	float: left;
	width: 48%;
	margin: 10px 0 10px 2%; 
}

#contact_us_form 
{
	float: left;
	width: 100%;
	margin: 0 0 40px 0; 
}
#contact_us 
{
	float: left;
	width: 92%;
	padding: 0 4%; 
}
#contact_us p input 
{
    float: left;
    width: 90%;
    height: 40px;
    line-height: 40px;
    margin: 15px 0;
    padding: 10px 4.75%;
    border: solid 1px #03254B;
    font-family: "urbanistregular", sans-serif;
    font-size: 100%;
    text-align: center; 
}
#contact_us p input[type=submit] 
{
    display: block;
    float: left;
    width: 40%;
    height: 40px;
    margin: 10px 30%;
    border-radius: 20px;
    padding: 0 5%;
    background: #6DBE83;
    font-family: "urbanistbold", sans-serif;
    font-size: 100%;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    border: none; 
}
#contact_us p input[type=submit]:hover 
{
    background: #03254B;
    color: #FFFFFF;
    text-decoration: none; 
}
#contact_us p textarea 
{
    float: left;
    width: 99.5%;
    height: 165px;
    margin: 15px 0;
    padding: 10px 0;
    border: solid 1px #03254B;
    font-family: "urbanistregular", sans-serif;
    font-size: 95%;
    text-align: center; 
}
#contact_us p textarea.placeholder,
#contact_us p textarea:-moz-placeholder,
#contact_us p textarea::-moz-placeholder,
#contact_us p textarea:-ms-input-placeholder,
#contact_us p textarea::-webkit-input-placeholder
{
    color: #7B7B7B;
    font-family: "urbanistregular";
    text-align: center; 
}
#contact_us section 
{
    float: left;
    width: 100%;
    margin: 0 0 17px 0;
    padding: 0;
    font-family: "urbanistregular", sans-serif;
    font-size: 80%;
    text-align: left;
    line-height: 24px; 
}
#contact_us section .chk_surround 
{
    display: block;
    float: left;
    width: 95%;
    margin: 20px 0;
    padding: 0 0 0 35px;
    font-family: "urbanistregular", sans-serif;
    font-size: 120%;
    color: #000000;
    text-align: left;
    line-height: 24px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
#contact_us section .chk_surround input 
{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 2%; 
}
#contact_us section .chk_surround input:checked ~ .checkmark 
{
	background-color: #6DBE83; 
	color: #FFFFFF;
}
#contact_us section .chk_surround input:checked ~ .checkmark:after 
{
	display: block; 
}
#contact_us section .chk_surround:hover input ~ .checkmark 
{
	background-color: #E5E5E5; 
	color: #03254B;
}
#contact_us section .chk_surround .checkmark:after 
{
    width: 5px;
    height: 10px;
    left: 9px;
    top: 5px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); 
}
#contact_result 
{
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
    font-family: "urbanistregular", sans-serif;
    font-size: 100%;
  	color: #03254B;
    text-align: center; 
}
#cntct_det 
{
  	float: left;
  	width: 100%;
  	margin: 15px 0 25px 0; 
  	height: 50px;
  	line-height: 50px;
}
#cntct_det a 
{
    float: left;
    width: 100%;
    height: 50px;
    margin: 0;
    font-size: 120%;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    min-width: 100px; 
    color: #000000;
}
#cntct_det a i 
{
    font-size: 150%;
    line-height: 50px;
    width: 10%; 
    color: #6DBE83;
}
#cntct_det a:hover 
{
	text-decoration: underline;
	color: #03254B;
}
#cntct_det a img 
{
	width: 10%;
	border: 0; 
}
#accdesc 
{
  width: 60%;
  margin: 40px 20% 0 20%;
  text-align: center;
  float: left;
  line-height: 35px;
}
#accform 
{
	width:34%;
	font-size:100%;
	padding:40px 0;
	float: left;
	margin:0 33%;
	text-align:center;
	font-family: 'urbanistregular';
}
#accform a
{
	width:100%;
	float: left;
	color:#03254B;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	font-family: 'urbanistregular';
}
#accform a:hover 
{ 
	color: #03254B;
	text-decoration: underline;
}

#accform form input[type=text],
#accform form input[type=password],
#accform form input[type=tel]
{
	margin-bottom: 20px;
	padding: 0;
	font-size:100%;
	width:99%;
	float: left;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
#accform form select 
{
	float:left;
	width: 99.7%;
	padding: 0 5%;
	height: 50px;
	color: #000000;
	background: #FFFFFF;
	font-size: 95%;
	text-align: center;
	border: 1px solid #7B7B7B;
	margin-bottom: 20px;
}
#accform form input[type=submit] {
	border: none;
	width : 60%;
	height:50px;
	line-height: 50px;
	color: #FFFFFF;
	background: #6DBE83;
	float:left;
	margin:20px 20%;
	padding: 0;
	font-family: 'urbanistregular', sans-serif;
	font-size:100%;
	border-radius: 25px;
}

#accform form input[type=submit]:hover
{
	background-color: #03254B;
	color: #FFFFFF;
	text-decoration: none;
}
.error_msg
{
	color:red;
	font-size:100%;
	width:100%;
	font-style:italic;
	text-align:center;
	margin: 0 0 20px 0;
}
.login_message
{
	font-size:100%;
	width:100%;
	font-style:italic;
	text-align:center;
	float:left;
	margin:15px 0;
	height:24px;
}
#acclink
{
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
}
#acclink a
{
	color: #03254B;
	font-family: 'urbanistregular', sans-serif;
}
#chkoutform
{
	float: left;
	width: 100%;
	margin: 0;
}
#chkoutform div
{
	float: left;
}
#chkoutform div label
{
	float: left;
	width: 100%;
	font-family: 'urbanistregular', sans-serif;
	font-size: 90%;
	color: #03254B;
	margin: 20px 0 10px 0;
}
#chkoutform div input[type="text"],
#chkoutform div input[type="tel"]
{
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 0;
	border-bottom: 1px solid #03254B;
	font-family: 'urbanistregular', sans-serif;
	font-size: 100%;
	margin: 5px 0 20px 0;
}
#chkoutform div select
{
	height: 50px;
	line-height: 50px;
	font-size: 90%;
	text-align: left;
	width: 100%;
	background: #FFF;
	border-radius: none;
	border: none;
	border-bottom: 1px solid #03254B;
	font-family: 'urbanistregular', sans-serif;
	font-size: 100%;
}
#chkoutform div select option
{
	font-size: 100%;
	text-align: center;
	width: 100%;
	background: #FFF;
	font-family: 'urbanistregular', sans-serif;
	font-size: 100%;
}
#chkoutform div textarea
{
	float: left;
	width: 100%;
	height: 150px;
	line-height: 50px;
}
#chkoutform section .chk_surround 
{
    display: block;
    float: left;
    width: 95%;
    margin: 40px 0 20px 0;
    padding: 0 0 0 35px;
    font-family: "urbanistregular", sans-serif;
    font-size: 100%;
    color: #7B7B7B;
    text-align: left;
    line-height: 24px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
#chkoutform section .chk_surround input 
{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 2%; 
}
#chkoutform section .chk_surround input:checked ~ .checkmark 
{
	background-color: #03254B; 
	color: #FFF;
}
#chkoutform section .chk_surround input:checked ~ .checkmark:after 
{
	display: block; 
}
#chkoutform section .chk_surround:hover input ~ .checkmark 
{
	background-color: #E5E5E5; 
	color: #03254B;
}
#chkoutform section .chk_surround .checkmark:after 
{
    width: 5px;
    height: 10px;
    left: 9px;
    top: 5px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); 
}
#chkoutform p 
{
	float: left;
  	width: 100%;
}
#chkoutform p label
{
	float: left;
  	width: 93%;
  	margin: 0 0 40px 0;
  	font-size: 100%;
  	line-height: 20px;
}
#chkoutform p input[type="radio"]
{
	float: left;
	width: 5%;
	margin: 0 2% 40px 0;
	line-height: 20px;
	height: 20px;
}
#agree_tcs
{
	width:100%;
	float:right;
	margin-top:20px;
	margin-bottom:20px;
	height:30px;
	padding:0px;
	font-family: 'urbanistmedium', sans-serif;
}
#agree_tcs .check_txt
{
	float: left;
	width: 86.5%;
	margin: 0 2% 0 0;
	text-align: right;
	height: 32px;
	line-height: 32px;
}
#agree_tcs .checkbox > input[type=checkbox] {
    visibility: hidden;
}
#agree_tcs .checkbox_wrap 
{
	float: left;
	width: 11.5%;
}
#agree_tcs .checkbox {
   position: relative;
   display: block;
   width: 100%;
   height: 30px;
   line-height: 30px;
   margin: 0 auto;
   background: #FFF;
   border: 1px solid #2E2E2E;
   border-radius: 2px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
}

#agree_tcs .checkbox:after {
   position: absolute;
   display: inline;
   right: 10px;
   content: 'no';
   color: #E53935;
   font: 16px/30px 'urbanistregular', sans-serif;
   text-transform: capitalize;
   z-index: 0;
}

#agree_tcs .checkbox:before {
   position: absolute;
   display: inline;
   left: 10px;
   content: 'yes';
   color: #43A047;
   font: 16px/30px 'urbanistregular', sans-serif;
   font-weight: bold;
   text-transform: capitalize;
   z-index: 0;
}
#agree_tcs .checkbox label {
   position: absolute;
   display: block;
   top: 3px;
   left: 3px;
   width: 35px;
   height: 24px;
   background: #03254B;
   cursor: pointer;
   transition: all 0.5s linear;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   border-radius: 2px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   z-index: 1;
   margin: 0;
}
#agree_tcs .checkbox input[type=checkbox]:checked + label {
   left: 43px;
}
#agree_tcs a
{
	color:#03254B;
	text-decoration: none;
}
#agree_tcs a:hover
{
	color:#03254B;
	text-decoration:underline;
}
#ord_cont
{
	width:100%;
	float:right;
	text-align:right;
}
#ord_cont input[type=submit]
{ 
	width: 50%;
	float: right;
	margin: 30px 0 80px 50%;
	background: #6DBE83;
	color: #FFFFFF;
	line-height: 60px;
	height: 60px;
	font-family: 'urbanistbold';
	border-radius: 30px;
	text-align: center;
	border: none;
	font-size: 120%;
}
#ord_cont input[type=submit]:hover
{
	background-color: #03254B;
	color: #FFFFFF;
	text-decoration: none;
}
#basket_chkbtn a
{
	width: 40%;
	float: right;
	margin: 30px 0 80px 60%;
	background: #6DBE83;
	color: #FFFFFF;
	line-height: 60px;
	height: 60px;
	font-family: 'urbanistbold';
	border-radius: 30px;
	text-align: center;
	border: none;
	font-size: 120%;
}
#basket_chkbtn a:hover
{
	background-color: #03254B;
	color: #FFFFFF;
	text-decoration: none;
}









#myacc_top_menu
{
	width: 60%;
	float: left;
	border-radius: 20px;
	height: 60px;
	line-height: 60px;	
	margin: 0 20% 40px 20%;
	font-family: 'urbanistmedium', sans-serif;
	background: rgb(255,255,255);
}
#myacc_top_menu a
{
	width: 33%;
	float: left;
	text-align: center;
	font-size: 120%;
	text-decoration: none;
}
#myacc_top_menu a.tmtoplft
{
	border-radius: 30px 0 0 30px;
}
#myacc_top_menu a.tmtopmid
{
	border-radius: 0;
}
#myacc_top_menu a.tmtoprgt
{
	border-radius: 0 30px 30px 0;
}

#myacc_top_menu a.active
{
	color: #FFFFFF;
	background: #6DBE83;
}
#myacc_top_menu a.inactive
{
	color: #03254B;
	background: #E5E5E5;
}
#myacc_top_menu a:hover
{
	color: #03254B;
	background: #FFF3DD;
	text-decoration: none;
}
#mydetails_fw
{
	float: left;
	width: 70%;
	padding: 20px 5%;
	margin: 40px 10%;
	text-align: left;
	border-radius: 40px;
	font-size: 110%;
}
#acc_dets_wrap
{
	float: left;
	width: 50%;
}
#acc_head
{
	float: left;
	width: 100%;
	color: #03254B;
	font-family: 'urbanistmedium', sans-serif;
	margin: 10px 0 10px 0;
	text-align: left;
}
#acc_dets
{
	float: left;
	width: 100%;
	color: #4D4D4D;	
	font-family: 'urbanistregular', sans-serif;
	margin: 0 0 20px 0;
}
#buttons_area_fw
{
	float: left;
	width: 20%;
	margin: 40px 0 40px 80%;
}
#buttons_area_fw a
{
	width: 50%;
	float: left;
	text-align: center;
	font-size: 160%;
	text-decoration: none;
	height: 80px;
	line-height: 80px;
	color: #FFFFFF;	
	background: #6DBE83;
}
#buttons_area_fw a:hover
{
	color: #FFFFFF;
	background: #03254B;
	text-decoration: none;
}
#buttons_area_fw a.btnlft
{
	border-radius: 20px 0 0 20px;
}
#buttons_area_fw a.btnrgt
{
	border-radius: 0 20px 20px 0;
}
#myadds_fw
{
	float: left;
	width: 90%;
	padding: 20px 5%;
	margin: 40px 0;
	text-align: left;
	border-radius: 40px;
	font-size: 110%;
}
#addnew_btn a
{
	float: left;
	width: 26%;
	padding: 105px 2%;
	text-align: center;
	margin: 10px 1.5%;
	border-radius: 10px 10px 0 0;
	border: 1px dashed #03254B;
	height: 110px;
}
#addnew_btn a i
{
	font-size: 300%;
	margin: 0 0 10px 0;
}
#addnew_btn a:hover
{
	background: #FFF3DD;
	text-decoration: none;
}
#addressbx
{
	float: left;
	width: 30%;
	padding: 0;
	text-align: center;
	margin: 10px 1.5% 40px 1.5%;
	border-radius: 10px 10px 0 0;
	border: 1px solid #03254B;
	height: 320px;
}
#address_status
{
	float: left;
	width: 90%;
	padding: 10px 5%;
	margin: 0 0 20px 0;
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-size: 90%;
	border-bottom: 1px solid #03254B;
	font-family: 'urbanistregular', sans-serif;
}
#address_details
{
	float: left;
	width: 90%;
	height: 179px;
	padding: 0 5%;
	margin: 0 0 20px 0;
	line-height: 26px;
	text-align: left;
	font-family: 'urbanistregular', sans-serif;
}
#address_details_nohead
{
	float: left;
	width: 90%;
	height: 230px;
	padding: 20px 5% 0 5%;
	margin: 0 0 20px 0;
	line-height: 26px;
	text-align: left;
	font-family: 'urbanistregular', sans-serif;
}
#address_buttons_area
{
	float: right;
	width: 100%;
}
#address_buttons_area a
{
	width: 25%;
	float: right;
	text-align: center;
	font-size: 120%;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;	
	background: #6DBE83;
}
#address_buttons_area a:hover
{
	color: #FFFFFF;
	background: #03254B;
	text-decoration: none;
}
#orddet_head
{
	float: left;
	width: 100%;
	color: #03254B;
	font-family: 'urbanistbold', sans-serif;
	margin: 10px 0 10px 0;
	text-align: left;
	font-size: 120%;
}
#orddet_subhead
{
	float: left;
	width: 100%;
	text-align: left;
	font-family: 'urbanistmedium', sans-serif;
	line-height: 35px;
	font-size: 110%;
	color: #666666;
	margin: 10px 0 0 0;
}
#orddet_book_dets
{
	float: left;
	width: 100%;
	text-align: left;
	font-family: 'urbanistmedium', sans-serif;
	line-height: 25px;
	height: auto;
	font-size: 110%;
	color: #03254B;
	margin: 0;
}
#myacc_order_wrap {
	float: left;
	width: 100%;
	background: #FFF;
	margin: 20px 0;
	border-radius: 10px 10px 0 0;
	border: 1px solid #03254B;
	border-top: none;
}

#myacc_order_header {
	float: left;
	width: 100%;
	background: #6DBE83;
	text-align: center;
	line-height: 30px;
	font-family: 'urbanistregular', sans-serif;
	color: #FFF;
	border-radius: 10px 10px 0 0;
	font-size: 120%;
}

#myacc_order_hleft {
	float: left;
	width: 30%;
	margin: 0 2.5%;
	text-align: left;
	line-height: 30px;	
	padding: 10px 0;
}
#myacc_order_hmid {
	float: left;
	width: 20%;
	text-align: left;
	line-height: 30px;
	background: #BDC4BC;	
	color: #03254B;
	padding: 10px 2.5%;
}
#myacc_order_hright {
	float: left;
	width: 35%;
	margin: 0 2.5%;
	text-align: right;
	line-height: 30px;	
	padding: 10px 0;	
}

#myacc_order_stat {
	float: left;
	width: 85%;
	padding: 10px 2.5%;
	text-align: left;
	color: #000000;
	font-family: 'urbanistregular', sans-serif;
}

#myacc_order_dets {
	float: left;
	width: 45%;
	margin: 5px 2.5%;
	text-align: left;
	color: #000000;
	font-family: 'urbanistregular', sans-serif;
	font-size: 90%;
}
#myacc_order_detln {
	float: left;
	width: 100%;
	margin: 10px 0;
}
#orddet_img
{
	float: left;
	width: 20%;
	margin: 0 5% 0 0;
}
#orddet_img img
{
	width: 100%;
	border: 0;
}
#orddet_wrap
{
	float: left;
	width: 75%;
}
#orddet_booking
{
	float: left;
	width: 100%;
	text-align: left;
	font-family: 'urbanistmedium', sans-serif;
	line-height: 25px;
	height: auto;
	font-size: 110%;
	color: #03254B;
	margin: 0;
}
#orddet_price
{
	float: left;
	width: 100%;
	text-align: left;
	font-family: 'urbanistmedium', sans-serif;
	line-height: 35px;
	font-size: 110%;
	color: #666666;
	margin: 10px 0 0 0;
}
#orddet_buyagain a
{
	float: left;
	width: 20%;
	text-align: left;
	font-family: 'urbanistmedium', sans-serif;
	line-height: 35px;
	font-size: 90%;
	color: #03254B;
	margin: 10px 0 0 0;
}
#orddet_buyagain a:hover
{
	color: #666666;
	text-decoration: none;
}
#myacc_order_btn
{
	float: right;
	width: 100%;
	margin: 20px 0 0 0;
}
#myacc_order_btn a {
	width: 15%;
	float: right;
	text-align: center;
	height: 80px;
	line-height: 80px;
	font-size: 180%;
	background: #03254B;
	color: #FFFFFF;	
	border-left: 1px solid #FFF;
}

#myacc_order_btn a:hover {
	background: #FFF3DD;
	color: #03254B;
}
#status_wrap
{
	width: 100%;
	float: left;
	text-align: center;
	margin: 40px 0;
}
#status_wrap a
{
	width: 30%;
	float: left;
	text-align: center;
	font-size: 120%;
	text-decoration: none;
	height: 60px;
	line-height: 60px;
	border-radius: 20px;
	margin: 60px 35% 0 35%;
	color: #FFFFFF;	
	background: #03254B;
}
#status_wrap a:hover
{
	color: #03254B;
	background: #BDC4BC;
	text-decoration: none;
}
#status_icon
{
	width: 100%;
	float: left;
}
#status_icon i
{
	font-size: 800%;
	margin: 0 0 40px 0;
	color: #BDC4BC;
}
#status_txt
{
	width: 100%;
	float: left;
	color: #03254B;
	font-family: 'urbanistregular', sans-serif;
	font-size: 120%;
}
#status_err
{
	width: 100%;
	float: left;
	color: #FF0000;
	font-size: 100%;
	font-family: 'urbanistlight', sans-serif;
	margin: 20px 0;	
}
#pagination_ordstop,
#pagination_ordsbottom
{
	float: left;
	width: 100%;
	text-align: center;	
	line-height: 50px;
	font-family: "urbanistregular", sans-serif;
	font-size: 90%;
}
#pagination_ordstop a,
#pagination_ordsbottom a
{	
	width: 48px;
	height: 48px;
	line-height: 48px;
	border: 1px solid #03254B;
	color: #03254B;
	text-decoration: none;
	text-align: center;
	font-family: "urbanistregular", sans-serif;
	font-size: 90%;
	margin: 0 2px;
}	
#pagination_ordstop a,
#pagination_ordsbottom a
{
	float: right;
}
#pagination_ordstop a.optselected,
#pagination_ordsbottom a.optselected
{
	background: #6DBE83;
}
#pagination_ordstop a:hover,
#pagination_ordsbottom a:hover
{
	background: #03254B;
	color: #FFF;
}
#pagination_ordstop .pagfill,
#pagination_ordsbottom .pagfill
{
	float: right;
	width: 24px;
	height: 12px;
	line-height: 12px;
	margin: 30px 0 0 0;
	text-align: center;
	font-family: "urbanistregular", sans-serif;
	color: #03254B;
}
#vform_wrap
{
	float: left;
	width: 100%;
	background: #6DBE83;
	padding: 40px 0 80px 0;
}
#visit_form_wrap
{
	float: left;
	width: 50%;
	margin: 0 25%;
}
#visit_info
{
	float: left;
	width: 100%;
	padding: 0; 
}
#visit_info p input 
{
    float: left;
    width: 90%;
    height: 40px;
    line-height: 40px;
    margin: 15px 0;
    padding: 10px 4.75%;
    border: solid 1px #03254B;
    font-family: "urbanistregular", sans-serif;
    font-size: 100%;
    text-align: center; 
}
#visit_info p input[type=submit] 
{
    display: block;
    float: left;
    width: 40%;
    height: 40px;
    margin: 10px 30%;
    border-radius: 20px;
    padding: 0 5%;
    background: #03254B;
    font-family: "urbanistbold", sans-serif;
    font-size: 100%;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    border: none; 
}
#visit_info p input[type=submit]:hover 
{
    background: #FFF3DD;
    color: #03254B;
    text-decoration: none; 
}
#date_box_wrap
{
	width: 100%;
	float: left;
	margin: 15px 0;
	height: 60px;
}
#visit_info p textarea 
{
    float: left;
    width: 99.5%;
    height: 165px;
    margin: 15px 0;
    padding: 10px 0;
    border: solid 1px #03254B;
    font-family: "urbanistregular", sans-serif;
    font-size: 95%;
    text-align: center; 
}
#visit_info p textarea.placeholder,
#visit_info p textarea:-moz-placeholder,
#visit_info p textarea::-moz-placeholder,
#visit_info p textarea:-ms-input-placeholder,
#visit_info p textarea::-webkit-input-placeholder
{
    color: #7B7B7B;
    font-family: "urbanistregular";
    text-align: center; 
}
#visit_info section 
{
    float: left;
    width: 100%;
    margin: 0 0 17px 0;
    padding: 0;
    font-family: "urbanistregular", sans-serif;
    font-size: 80%;
    text-align: left;
    line-height: 24px; 
}
#visit_info section .chk_surround 
{
    display: block;
    float: left;
    width: 95%;
    margin: 20px 0;
    padding: 0 0 0 35px;
    font-family: "urbanistregular", sans-serif;
    font-size: 120%;
    color: #000000;
    text-align: left;
    line-height: 24px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
#visit_info section .chk_surround input 
{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 2%; 
}
#visit_info section .chk_surround input:checked ~ .checkmark 
{
	background-color: #03254B; 
	color: #FFFFFF;
}
#visit_info section .chk_surround input:checked ~ .checkmark:after 
{
	display: block; 
}
#visit_info section .chk_surround:hover input ~ .checkmark 
{
	background-color: #E5E5E5; 
	color: #03254B;
}
#visit_info section .chk_surround .checkmark:after 
{
    width: 5px;
    height: 10px;
    left: 9px;
    top: 5px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); 
}
#visit_info_result 
{
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
    font-family: "urbanistregular", sans-serif;
    font-size: 100%;
  	color: #03254B;
    text-align: center; 
}



.legend
{
	background: #03254B;
	line-height: 20px;
	color: #FFFFFF;
	text-align: center;
	font-size: 80%;
	padding: 5px 0;
	font-family: 'urbanistregular';
}
.legend a
{
	color: #6DBE83;
	text-decoration: none;
}
.legend a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
.cookies 
{
  	float: left;
	width: 100%; 
	font-size: 18px;
  	color: #000;
  	text-align: center;
  	line-height: 30px;
  	position: fixed;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	z-index: 9999;
  	padding: 10px 0;
  	background-color: rgba(255, 255, 255, 0.9);
  	min-height: 30px;
  	display: none;
  	font-family: 'urbanistregular';
}
.cookies a 
{
   	color: #03254B;
  	text-decoration: none;
}
.cookies a:hover 
{
    color: #03254B; 
    text-decoration: underline;
}
.cookies a.cookieConsentOK 
{
  	display: inline-block;
  	float: right;
  	width: auto;
  	margin: 0 5% 5px 0;
    padding: 0 20px;
  	background: #03254B;
  	color: #FFFFFF;
  	line-height: 30px;
  	border-radius: 15px;
  	cursor: pointer; 
  	font-family: 'urbanistregular';
}
.cookies a.cookieConsentOK:hover 
{
  	background-color: #D1D9D1;
  	color: #03254B; 
  	text-decoration:none;
}


@media screen and (min-width: 0px) and (max-width: 1799.99px) 
{
	.center_sect, .fw_center_sect
	{
  		width: 1440px;
  		margin: 0 auto;
	}
	
	#navigation 
	{
  		margin: 18px 2%;
	}
	#header_contact a.email 
	{
  		font-size: 90%;
	}
	#header_basket 
	{
  		width: 4%;
  		margin: 25px 0 0 1%;
  	}
  	#header_basket a 
	{
  		background-size: contain;
  	}
	#hd_image
	{
		max-height: 550px;
		height: 550px;
	}
	.hm_capt 
	{
  		width: 38%;
		margin: 50px 52% 0 10%;
	}
	.hm_capt h1
	{
  		margin: 20px 0 40px 0;
  		line-height: 60px;
  		font-size: 350%;
	}
	.slider_btn a
	{
		margin: 40px 0;
	}
	#hp_bullet_txt 
	{
  		font-size: 110%;
	}
	#hp_act_title 
	{
		margin: 310px 0 30px 5%;
	}
	#ft_subtwo 
	{
  		width: 25%;
	}
	#ft_subthree 
	{
  		width: 30%;
	}
	#agree_tcs .check_txt {
		width: 85%;
	}
	#agree_tcs .checkbox_wrap {
		width: 12.5%;
	}
	#booknow-left 
	{
  		width: 33%;
	}
	#booknow-right
	{
		width: 65%;
	}
	#basket_btn a
	{
		width: 20%;
		padding: 0;
		margin: 0 40%;
	}
}

@media screen and (min-width: 0px) and (max-width: 1439.99px) 
{
    .center_sect, .fw_center_sect 
	{
  		width: 1200px;
  		margin: 0 auto;
	}
	#header_wrap #logo 
	{
  		height: 70px;
  		line-height: 70px;
	}
	#navigation 
	{
    	margin: 10px 0;
    	width: 43%;
  	}
  	#header_contact 
  	{
  		margin: 10px 0;
  	}
  	#header_contact a
  	{
  		font-size: 120%;
  	}
  	#header_contact a.email 
  	{
    	font-size: 80%;
  	}
  	#header_social 
  	{
  		margin: 5px 0 0 0;
  		width: 5%;
  	}
  	#header_basket
  	{
  		margin: 15px;
  	}
  	#hd_image
	{
		width: 100%;
  		max-height: 500px;
  		height: 500px;
  		min-height: 500px;
  		overflow: hidden;
  	}
  	#hd_image img
	{
  		max-height: 500px;
  		height: 500px;
  	}
  	.hm_capt 
  	{
    	width: 42%;
    	margin: 30px 53% 0 5%;
  	}
  	.hm_capt h1
  	{
  		font-size: 300%;
  		line-height: 70px;
  	}
  	.hm_capt #head_para 
  	{
  		font-size: 100%;
	}
	.slider_btn a
	{
		margin: 20px 0;
	}
  	#hp_title 
  	{
  		margin: 0 0 20px 0;
	}	
	#hp_subtext 
	{
  		font-size: 100%;
  		margin: 0 0 20px 0;
	}
	#hp_bullet 
	{
  		height: 50px;
  		margin: 20px 4% 20px 0;
	}
	#hp_bullet_icon 
	{
  		line-height: 50px;
  		height: 50px;
  		width: 50px;
  		border-radius: 25px;
	}
	#hp_bullet_icon i 
	{
  		font-size: 155%;
  		line-height: 48px;
  		height: 50px;
  		width: 50px;
	}
	#hp_bullet_txt 
	{
		margin: 0 5% 20px 5%;
    	font-size: 95%;
    	line-height: 25px;
  	}
  	#hp_link a 
  	{
  		margin: 20px 0 0 0;
	}
	#hp_act_title 
	{
    	margin: 270px 0 30px 5%;
  	}
  	#hp_act_link a 
  	{
  		margin: 260px 0 30px 5%;
	}
	#ft_subone 
	{
    	width: 30%;
  	}
   	#ft_subtwo 
   	{
    	width: 15%;
  	}
   	#ft_subthree 
   	{
    	width: 35%;
  	}
	#agree_tcs .check_txt {
		width: 80%;
	}
	#agree_tcs .checkbox_wrap {
		width: 15%;
	}
	#slot_wrap
	{
		width: 19%;
	}
	#accform 
	{
  		width: 50%;
    	margin: 0 25%;
    }
    #basket_step_wrap 
	{
  		width: 100%;
  		margin: 40px 0% 60px 0%;
	}
	#basket_step 
	{
  		width: 29%;
  		margin: 0 2%;
	}
	#basket_product
	{
		width: 45%;
	}
	#basket_qty
	{
		width: 10%;
	}
	#basket_form 
	{
  		width: 60%;
  		margin: 0 20%;
	}
	#basket_links a 
	{
  		width: 25%;
	}
}

@media screen and (min-width: 0px) and (max-width: 1199.99px)
{
	.center_sect, .fw_center_sect 
	{
  		width: 992px;
  		margin: 0 auto;
	}
    #header_wrap #logo 
	{
  		height: 60px;
  		line-height: 60px;
	}
	#navigation 
	{
		width: 42%;
    	margin: 5px 0;
  	}
  	#header_contact 
  	{
    	margin: 0;
  	}
  	#header_contact a
  	{
  		font-size: 100%;
  	}
  	#header_contact a.email 
  	{
    	font-size: 65%;
  	}
  	#header_social 
  	{
    	margin: 0;
  	}
  	#header_social a i 
  	{
  		font-size: 200%;
  	}
  	.hm_capt 
  	{
    	width: 45%;
    	margin: 10px 50% 0 5%;
  	}
  	.hm_capt h1 
  	{
    	font-size: 240%;
    	line-height: 50px;
  	}
  	.hm_capt #head_para
	{
    	font-size: 95%;
    	line-height: 26px;
  	}
  	.slider_btn a
	{
    	margin: 30px 0 0 0;
  	}
  	#hd_image
  	{
  		max-height: 420px;
    	height: 420px;
  		min-height: 420px;
  	}
  	#hd_image img
  	{
    	max-height: 420px;
    	height: 420px;
  	}
  	.bckleft
  	{
  		padding: 80px 0;
  	}
  	#hp_title, #hp_ctitle 
  	{
    	font-size: 200%;
    	margin: 0 0 10px 0;
  	}
  	#hp_subtext 
  	{
    	margin: 0 0 10px 0;
  	}
  	#hp_bullet 
  	{
    	height: 44px;
    	margin: 10px 4% 10px 0;
  	}
  	#hp_bullet_icon 
  	{
    	line-height: 44px;
    	height: 44px;
    	width: 44px;
    	border-radius: 22px;
  	}
  	#hp_bullet_icon i 
  	{
    	font-size: 120%;
    	line-height: 44px;
    	height: 44px;
    	width: 44px;
  	}
  	#hp_bullet_txt 
  	{
  		width: 75%;
    	margin: 0 0 20px 5%;
    	font-size: 85%;
    	line-height: 22px;
    }
    #hp_act_title 
	{
    	margin: 210px 0 30px 5%;
    	font-size: 180%;
    	width: 55%;
  	}
  	#hp_act_link a 
  	{
  		margin: 200px 0 30px 5%;
  		font-size: 100%;  		
	}
	#ft_subone 
	{
		margin: 120px 2% 0 0;
	}
	#ft_subtwo 
	{
    	width: 21%;
    	margin: 210px 2% 0 0;
  	}
  	#ft_subtext
  	{
  		font-size: 100%;
  	}
  	#signup_subhead
  	{
  		font-size: 180%;
  	}
  	#signup_subtext
  	{
  		font-size: 95%;
  		line-height: 25px;
  	}
  	#signup_form section .chk_surround
  	{
  		font-size: 90%;
  	}
  	#ftcardtxt 
  	{
  		width: 100%;
  	}
  	#agree_tcs .check_txt 
  	{
		width: 77%;
		font-size: 90%;
	}
	#agree_tcs .checkbox_wrap 
	{
		width: 18%;
	}
	#slot_price
	{
		font-size: 125%;
	}
	#mydetails_fw
	{
		width: 80%;
		margin: 40px 10%;
		padding: 20px 0%;
	}
	#myacc_top_menu
	{
		width: 80%;
		margin: 0 10% 40px 10%;
	}
	#myacc_order_header
	{
		font-size: 100%;
	}
	#basket_step_wrap 
	{
  		width: 100%;
  		margin: 40px 0 60px 0;
	}
	#basket_step 
	{
  		width: 31%;
  		margin: 0 1%;
	}
	#bstep_num 
	{
  		margin: 0 5% 0 0;
	}
	#bstep_name
	{
		font-size: 100%;
		width: 80%;
	}
	#basket_product
	{
		width: 42%;
	}
	#basket_qty
	{
		text-align: center;
		width: 13%;
	}
	#basket_voucher 
	{
  		width: 45%;
	}
	#basket_links
	{
		width: 50%;
	}
	#basket_links a 
	{
  		width: 50%;
	}
	#basket_btn a
	{
		width: 30%;
		padding: 0;
		margin: 0 35%;
	}
}

@media screen and (min-width: 0px) and (max-width: 991.99px)
{
	.show_lt992
	{
		display: inline;
	}
	.hide_lt992
	{
		display: none;
	}
	.center_sect, .fw_center_sect 
	{
  		width: 768px;
  		margin: 0 auto;
	}
	#header_wrap 
	{
  		padding: 30px 0 0 0;
	}
	#header_wrap #logo
	{
		width: 40%;
	}
	#header_contact
	{
		width: 40%;
	}
	#header_contact a 
	{
    	font-size: 140%;
  	}
  	#header_contact a.email 
  	{
    	font-size: 80%;
  	}
	#header_social
	{
		width: 10%;
	}
	#header_basket 
	{
    	width: 5%;
  	}
    #navigation 
	{
	  	width: 100%;
	  	line-height: 50px;
	  	min-height: 50px;
	  	margin: 0;
	  	padding: 0;
	  	background: #BDC4BC;
	}
	.hm_capt 
  	{
    	width: 42%;
    	margin: 10px 53% 0 5%;
  	}
  	.hm_capt h1 
  	{
    	font-size: 200%;
    	line-height: 40px;
    	margin: 40px 0 10px 0;
  	}
  	.hm_capt #head_para
	{
    	font-size: 85%;
    	line-height: 23px;
  	}
  	.slider_btn a
	{
    	margin: 20px 0 0 0;
    	font-size: 80%;
  	}
  	#hd_image 
  	{
    	max-height: 400px;
    	height: 400px;
    	min-height: 400px;
    	background-size: contain; 
  	}
  	#hd_image img
  	{
    	max-height: 400px;
    	height: 400px;
  	}
  	#hp_title, #hp_ctitle 
  	{
    	font-size: 150%;
    	margin: 0 0 10px 0;
  	}
  	#hp_subtext 
  	{
  		font-size: 90%;
    	margin: 0 0 10px 0;
    	line-height: 24px;
  	}
  	#hp_img img
  	{
  		margin: 20px 10% 0 0;
  	}
  	#hp_bullet 
  	{
    	height: 40px;
    	margin: 10px 0;
    	width: 50%;
  	}
  	#hp_bullet_icon 
  	{
    	line-height: 40px;
    	height: 40px;
    	width: 40px;
    	border-radius: 22px;
  	}
  	#hp_bullet_icon i 
  	{
    	font-size: 120%;
    	line-height: 40px;
    	height: 40px;
    	width: 40px;
  	}
  	#hp_bullet_txt 
  	{
  		width: 70%;
    	font-size: 65%;
    	line-height: 20px;
    }
    #hp_link a 
    {
    	margin: 10px 0 0 0;
    	height: 50px;
    	line-height: 50px;
  	}  	
  	#hp_act_title 
	{
    	margin: 150px 0 30px 5%;
    	font-size: 160%;
    	width: 50%;
  	}
  	#hp_parties_wrap #hp_act_title,
  	#hp_gvisits_wrap #hp_act_title,
  	#hp_fvisits_wrap #hp_act_title 
  	{
    	margin: 140px 0 10px 5%;
    	width: 50%;
  	}
  	#hp_act_link a 
  	{
  		margin: 140px 0 30px 5%;
  		font-size: 100%;
  		height: 50px;
  		line-height: 50px;
  		border-radius: 25px;  		
	}
	#ft_subone 
	{
    	margin: 80px 2% 0 0;
    	width: 48%;
  	}
  	#ft_social
  	{
  		margin: 0;
  	}
  	#ft_subtwo 
	{
    	margin: 120px 2% 0 0;
    	width: 48%;
  	}
  	#ft_subthree 
	{
		width: 50%;
		margin: 30px 20%;
	}
  	#ft_subhead, #ft_subtext
  	{
  		text-align: right;
  	}
  	#footer_cards
  	{
  		width: 50%;
  		margin: 20px 25%;
  	}
  	#ftcardimgs
  	{
  		width: 30%;
  		margin: 0 30%;
  	}
  	#ftcardtxt 
  	{
    	text-align: center;
  	}
	#agree_tcs .check_txt 
	{
		width: 84%;
		font-size: 100%;
	}
	#agree_tcs .checkbox_wrap 
	{
		width: 11%;
	}
	.bckright
	{
		padding: 0;
	}
	#half_wrapl, #half_wrapr
	{
  		width: 96%;
 		margin: 20px 2%;
	}
  	#booknow-left
  	{
    	width: 96%;
    	margin: 0 2%;
  	}
  	#booknow-right
  	{
    	width: 96%;
    	margin: 40px 2% 0 2%;
  	}
  	#slot_price
  	{
  		font-size: 140%;
  	}
	#book_img
	{
		width: 45%;
		margin: 0 5% 0 0;
	}
	#book_act_title
	{
  		width: 50%;
  		margin: 0 0 30px 0;
  		text-align: center;
	}
	#book_act_desc 
	{
  		width: 50%;
  		margin: 0;
	}
	#accdesc 
	{
  		width: 80%;
  		margin: 40px 10% 0 10%;
	}
	#accform 
	{
    	width: 60%;
    	margin: 0 20%;
  	}
  	#mydetails_fw
	{
		width: 90%;
		margin: 40px 5%;
	}
	#myacc_top_menu
	{
		width: 84%;
		margin: 0 8% 40px 8%;
	}
	#buttons_area_fw 
	{
  		width: 30%;
  		margin: 40px 0 40px 70%;
	}
	#addnew_btn a
	{
		float: left;
		width: 41.7%;
		margin: 10px 2%;
	}
	#addressbx
	{
		float: left;
		width: 45.7%;
		margin: 10px 2% 40px 2%;
	}
	#myacc_order_header
	{
		font-size: 90%;
	}
	#bstep_num 
  	{
  		width: 20%;  		
		height: 52px;
		line-height: 52px;
	}
  	#bstep_name
	{
		font-size: 90%;
		line-height: 25px;
		text-align: center;
		width: 72.5%;
	}
	#bstep_name i 
	{
  		margin: 0 20%;
  	}
	#basket_form 
	{
  		width: 80%;
  		margin: 0 20% 0 0;
	}
	#basket_head
	{
		font-size: 90%;
		line-height: 50px;
	}
	#basket_product 
	{
    	width: 40%;
  	}
  	#basket_prc 
  	{
  		width: 10%;
  	}
	#basket_voucher 
	{
  		width: 96%;
  		margin: 40px 2% 20px 2%;
  		height: auto;
  	}
  	#basket_links 
  	{
  		width: 40%;
  		margin: 0 8% 0 2%;
	}
	#basket_links a 
	{
  		width: 100%;
  		margin: 10px 0 0 0;
  		padding: 0;
	}
	#basket_totals
	{
		float: left;
  		width: 50%;
  		margin: 10px 0 30px 0;
	}
	#basket_totals_wrap 
	{
  		width: 100%;
  		margin: 0;
	}
	.column45, .column100 
	{
	  	width: 96%;
	  	margin: 0 2%;
 	}
	.margleft5, .margright5 
	{
		margin-left: 2%;
	  	margin-right: 2%;
	}
	#agree_tcs .check_txt {
		width: 84%;
		font-size: 100%;
	}
	#agree_tcs .checkbox_wrap {
		width: 11%;
	}
}

@media screen and (min-width: 0px) and (max-width: 767.99px)
{
	.show_lt768
	{
		display: inline;
	}
	.hide_lt768
	{
		display: none;
	}
	.fw_center_sect
	{
		width: 100%;
		margin: 0;
	}
	.center_sect 
	{
  		width: 96%;
  		margin: 0 2%;
	}
	.bckleft 
	{
    	padding: 60px 0;
  	}
	#hd_image 
	{
    	max-height: 410px;
    	height: 410px;
    	min-height: 410px;
  	}
  	#hd_image img
	{
    	max-height: 410px;
    	height: 410px;
  	}
	.hm_capt h1 
	{
    	font-size: 180%;
    	line-height: 40px;
    	margin: 20px 0;
  	}
  	.hm_capt #head_para 
  	{
    	font-size: 90%;
    	line-height: 25px;
  	}
  	.slider_btn a 
  	{
    	margin: 30px 0 0 0;
    	font-size: 90%;
  	}
	#hp_50 
	{
  		width: 90%;
  		margin: 20px 5%;
	}
	#hp_img img 
	{
    	margin: 20px 10%;
    	width: 80%;
  	}
  	#hp_title, #hp_ctitle 
  	{
    	font-size: 180%;
    	text-align: center;
  	}
  	#hp_subtext 
  	{
    	font-size: 100%;
    	margin: 20px 0;
    	line-height: 26px;
  	}
	#hp_bullet_txt 
	{
    	width: 70%;
    	font-size: 100%;
    	line-height: 26px;
  	}
  	#hp_link a 
  	{
    	margin: 30px 40% 0 40%;
    	width: 20%;
    	
  	}
	#hp_footgolf_wrap,
	#hp_parties_wrap,
	#hp_gvisits_wrap,
	#hp_fvisits_wrap
	{
		width: 70%;
		margin: 20px 15%;
	}
	#hp_act_title
	{
		margin: 200px 0 30px 5%;
	}
	#hp_act_link a 
	{
    	margin: 190px 0 30px 5%;
	}
	
	#agree_tcs .check_txt 
	{
  		width: 80%;
  		font-size: 100%;
	}
	#agree_tcs .checkbox_wrap 
	{
  		width: 15%;
	}
	#book_act_title, #hp_title
	{
    	font-size: 160%;
    	margin: 0 0 20px 0;
  	}
	#book_act_desc 
	{
		font-size: 100%;
		line-height: 25px;
	}
	#slot_price 
	{
    	font-size: 125%;
  	}
  	#accform 
	{
    	width: 80%;
    	margin: 0 10%;
  	}
  	#myacc_top_menu
	{
		width: 60%;
		margin: 0 20% 40px 20%;
	}
	#myacc_top_menu a 
	{
  		font-size: 160%;
	}
	#addnew_btn a
	{
		float: left;
		width: 41.5%;
		margin: 10px 2%;
	}
	#addressbx
	{
		float: left;
		width: 45.5%;
		margin: 10px 2% 40px 2%;
	}
	#myacc_order_stat 
	{
  		font-size: 100%;
  		width: 95%;
  		text-align: center;
  		padding: 20px 2.5%;
	}
	#myacc_order_dets 
	{
  		font-size: 80%;
  		width: 95%;
	}
	#myacc_order_btn 
	{
  		width: 100%;
	}
	#myacc_order_btn a
	{
  		width: 25%;
  		font-size: 140%;
  		height: 60px;
  		line-height: 60px;
	}
	#orddet_head, #orddet_subhead, #orddet_book_dets
	{
		text-align: center;
	}
	#orddet_img 
	{
  		width: 25%;
	}
	#orddet_wrap
	{
		width: 70%;
	}
	#basket_head
	{
		display: none;
	}
	#basket_subhead
	{
		display: inline-block;
		float: left;
		width: 50%;
		margin: 10px 0 0 0;
		text-align: left;
		line-height: 50px;
	}
	#basket_btn a
	{
		width: 40%;
		padding: 0;
		margin: 0 30%;
	}
	#basket_product 
	{
  		width: 100%;
  		margin: 0;
	}
	#basket_pimg 
	{
  		width: 15%;
  		float: left;
  		margin: 10px 0 0 0;
	}
	#basket_pname 
	{
		width: 80%;
		margin: 10px 0 0 5%;
	}
	#basket_prc, #basket_qty, #basket_sub
	{
  		width: 50%;
  		margin: 10px 0 0 0;
  		text-align: right;
  		line-height: 50px;
	}
	#basket_form 
	{
  		width: 20%;
  		margin: 0 0 0 80%;
	}
	#basket_cmd a
	{
  		width: 20%;
  		margin: 20px 40% 0 40%;
  		background: #6DBE83;
  		border-radius: 20px;
  		height: 40px;
  		line-height: 40px;
  		color: #FFF;
	}
	#basket_cmd a:hover
	{
		background: #03254B;
		color: #FFFFFF;
	}
	#basket_voucher 
	{
  		width: 100%;
  		margin: 40px 0 20px 0;
  		height: auto;
	}
	#basket_links 
	{
  		width: 100%;
  		margin: 0 0% 0 0%;
	}
	#basket_links a 
	{
  		width: 60%;
  		margin: 10px 20% 0 20%;
  		padding: 0;
	}
	#basket_totals 
	{
  		width: 100%;
  		margin: 80px 0 30px 0;
	}
	#basket_chkbtn a 
	{
  		width: 60%;
  		float: left;
  		margin: 30px 20% 80px 20%;
	}
	#basket_btn a
	{
		width: 40%;
		padding: 0;
		margin: 0 30%;
	}
	#agree_tcs .check_txt 
	{
  		width: 80%;
  		font-size: 100%;
	}
	#agree_tcs .checkbox_wrap 
	{
  		width: 15%;
	}
	#status_wrap a
	{
		width: 50%;
		margin: 60px 25% 0 25%;
	}
}

@media screen and (min-width: 0px) and (max-width: 679.99px)
{
 	#header_social 
 	{
    	width: 10%;
    	margin: 0 0 0 2%;
    	text-align: left;
  	}
  	#header_social a i 
  	{
  		font-size: 150%;
  		color: #6DBE83;
  		line-height: 55px;
  	}
  	#header_social a:hover i
  	{
  		color: #FFFFFF;
  	}
	#login_wrap 
	{
	  	float: left;
	  	width: 76%;
	  	margin: 0 2% 0 0;
	  	text-align: right;
	}
	#header_wrap 
	{
    	padding: 0;
  	}
	#header_wrap #logo 
	{
    	width: 50%;
    	height: 70px;
    	line-height: 70px;
    	margin: 20px 5% 0 0;
  	}
  	#header_contact 
  	{
    	width: 45%;
    	margin: 20px 0 0 0;
    	height: 70px;
    	line-height: 35px;
  	}
	#header_basket a span 
	{
  		margin: 10px 0 10px 0;
	}
	#header_basket 
	{
		width: 6%;
		height: 33px;
		line-height: 33px;
		margin: 11px 2%;
	}
	#header_basket a 
	{
  		background-image: url('../images/basketwhite.png');
  		height: 45px;
	}
	#header_basket a span
	{
		right: -40px;
		margin: 15px  0 2px 0;
	}
	#hd_image 
	{
    	max-height: 340px;
    	height: 340px;
    	min-height: 340px;
    	width: 110%;
  	}
  	#hd_image img
	{
    	max-height: 360px;
    	height: 360px;
  	}
  	 .hm_capt 
  	 {
    	width: 47%;
    	margin: 10px 48% 0 5%;
  	}
	.hm_capt h1 
	{
    	font-size: 160%;
    	line-height: 35px;
    	margin: 20px 0;
  	}	
  	.hm_capt #head_para 
  	{
    	font-size: 80%;
    	line-height: 22px;
  	}
  	.slider_btn a 
  	{
    	margin: 10px 0 0 0;
    	font-size: 80%;
    	line-height: 40px;
    	height: 40px;
  	}
  	#hp_img img 
  	{
    	margin: 20px 5%;
    	width: 90%;
  	}
  	#hp_50 
  	{
    	width: 100%;
    	margin: 20px 0;
  	}
  	#hp_img img 
  	{
    	margin: 20px 10%;
    	width: 80%;
  	}
  	#hp_subtext 
  	{
    	font-size: 95%;
  	}
  	#hp_footgolf_wrap, #hp_parties_wrap,
  	#hp_gvisits_wrap, #hp_fvisits_wrap 
  	{
    	width: 80%;
    	margin: 20px 10%;
  	}
  	#hp_act_title 
  	{
    	width: 55%;
  	}
  	#ft_subone 
  	{
    	width: 63%;
  	}
  	#ft_subtwo 
  	{
    	width: 33%;
  	}
  	#ft_subthree 
  	{
    	width: 70%;
    	margin: 30px 10%;
  	}
  	#signup_form div input[type="text"], 
  	#signup_form div input[type="email"] 
  	{
  		width: 90%;
  		padding: 0 5%;
	}
	#signup_form div input[type="submit"] 
	{
  		width: 70%;
  		margin: 5px 15% 10px 15%;
  		padding: 0 5%;
	}
	#contact_us p input[type="submit"] 
  	{
  		width: 60%;
  		margin: 10px 20%;
	}
	#hp_datepicker input
	{
		width: 60%;
		margin: 0 20%;
	}
	#slot_wrap 
	{
    	width: 27.5%;
  	}
  	#slot_price 
  	{
    	font-size: 140%;
  	}
  	#mydetails_fw
	{
		width: 100%;
		margin: 40px 0;
	}
	#myacc_order_hleft, #myacc_order_hmid,
	#myacc_order_hright
	{
  		width: 95%;
  		text-align: center;
	}
}

@media screen and (min-width: 0px) and (max-width: 599.99px)
{
	.show_lt600
	{
		display: inline;
	}
	.hide_lt600
	{
		display: none;
	}
	#header_social 
	{
    	width: 12%;
    	margin: 0 0 0 2%;
  	}
	#header_contact 
	{
    	width: 24%;
    	line-height: 55px;
    	height: 55px;
    	margin: 0;
	}
	#header_contact a i 
  	{
  		font-size: 150%;
  		color: #6DBE83;
  		line-height: 55px;
  	}
  	#header_contact a:hover i
  	{
  		color: #FFFFFF;
  	}
  	#header_contact a,
  	#header_contact a.email 
  	{
  		width: 50%;
  		text-align: left;
    	font-size: 100%;
  	}
  	#header_basket 
	{
		width: 7%;
	}
  	#login_wrap 
  	{
    	width: 38%;
    	text-align: right;
    	margin: 0 2% 0 0;
    	float: right;
  	}
	#header_wrap #logo 
	{
    	width: 70%;
    	height: 70px;
    	line-height: 70px;
    	margin: 10px 15% 0 15%;
  	}
  	#hd_image 
  	{
    	max-height: 420px;
    	height: 420px;
    	min-height: 420px;
    	width: 180%;    	
  	}
  	#hd_image img
  	{
    	max-height: 420px;
    	height: 420px;
    	left: -40%;
    	position: relative;
  	}
	#hd_image:after 
	{
  		content: " ";
		z-index: 10;
		display: block;
		position: absolute;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		background: rgba(255, 243, 221, 0.6);
	}
	.hm_capt 
	{
    	width: 90%;
    	margin: 10px 5% 0 5%;
  	}
	.hm_capt h1 
	{
    	font-size: 240%;
    	line-height: 45px;
    	margin: 20px 25% 30px 0;
    	width: 75%;
  	}
  	.hm_capt #head_para 
  	{
    	font-size: 110%;
    	line-height: 24px;
 	}
 	.slider_btn a 
 	{
    	margin: 40px 0 0 0;
    	font-size: 100%;
    	height: 50px;
    	line-height: 50px;
  	} 
  	#hp_bullet 
  	{
    	margin: 10px 0;
    	width: 100%;
  	}
  	#hp_bullet_icon 
  	{
    	line-height: 50px;
    	height: 50px;
    	width: 50px;
    	border-radius: 25px;
  	}
  	#hp_subtext 
  	{
    	text-align: center;
  	}
  	#hp_bullet_icon i 
  	{
    	font-size: 140%;
    	line-height: 50px;
    	height: 50px;
    	width: 50px;
  	}
  	#hp_bullet_txt {
    	width: 80%;
    	font-size: 95%;
    	line-height: 50px;
  	}
  	#hp_act_title 
  	{
    	margin: 150px 0 10px 5%;
    	width: 50%;
  	}
  	#hp_parties_wrap #hp_act_title,
  	#hp_gvisits_wrap #hp_act_title,
  	#hp_fvisits_wrap #hp_act_title
  	{
    	margin: 140px 0 10px 5%;
    	width: 50%;
  	}
  	#hp_act_link a 
  	{
    	margin: 140px 0 30px 5%;
  	}
  
  	#ft_subone 
  	{
    	width: 90%;
    	margin: 80px 5% 0 5%;
  	}
  	#footer_logo
	{
  		width: 80%;
  		margin: 0 10% 40px 10%;
	}
	#ft_contact a.tel,
	#ft_contact a.email,
	#ft_address
	{
  		width: 100%;
  		text-align: center;
  	}
  	#ft_social 
  	{
  		width: 20%;
  		height: 50px;
  		line-height: 50px;
	  	text-align: center;
  		margin: 0 40%;
	}
	#ft_social a i
	{
		text-align: center;
		font-size: 200%;
	}
  	#ft_subtwo 
  	{
    	width: 100%;
    	margin: 20px 2% 0 0;
  	}
  	#ft_subhead, #ft_subtext 
  	{
    	text-align: center;
    	width: 90%;
  		margin: 0 5% 30px 5%;
  	}
  	#ft_subthree 
  	{
    	width: 80%;
    	margin: 30px 5%;
  	}
  	#footer_cards 
  	{
    	width: 90%;
    	margin: 20px 5% 0 5%;
  	}
	#agree_tcs .check_txt 
	{
  		width: 76.5%;
  		font-size: 100%;
	}
	#agree_tcs .checkbox_wrap 
	{
  		width: 18.5%;
	}
	#contact_us_form
	{
		margin: 0 0 20px 0;
	}
	#cntct_det
	{
		margin: 15px 0;
	} 
	#book_act_title
	{
    	font-size: 200%;
    	width: 100%;
    	line-height: 50px;
  	}
  	#book_img
  	{
  		width: 100%;
  		margin: 0 0 20px 0;
  	}
  	#book_img img
  	{
  		width: 100%
  	}
  	#book_act_desc
  	{
  		width: 100%;
  		text-align: center;
  	}
  	#slot_wrap 
  	{
    	width: 44%;
  	}
  	#bskt_btn_wrap a
  	{
  		width: 80%;
  		margin: 0 10%;
  	}
  	#accform 
	{
    	width: 96%;
    	margin: 0 2%;
  	}
  	#buttons_area_fw 
	{
  		width: 40%;
  		margin: 40px 0 40px 60%;
	}
	#acc_dets_wrap 
	{
  		width: 96%;
  		margin: 0 2%;
	}
	#acc_head
	{
		width: 38%;
		margin: 20px 2% 10px 0;
		text-align: right;
	}
	#acc_dets
	{
		width: 60%;
		margin: 20px 0 10px 0;
	}
	 #addnew_btn a
	{
		float: left;
		width: 92%;
		margin: 10px 2%;
	}
	#addressbx
	{
		float: left;
		width: 96%;
		margin: 10px 2% 40px 2%;
	}
	#basket_step_wrap 
  	{
  		width: 100%;
  		margin: 40px 0 20px 0;
	}
  	#basket_step 
	{
  		width: 100%;
  		margin: 0 0 10px 0;
  		text-align: center;
	}
	#bstep_num 
	{
  		margin: 0 4.5% 0 0;
  		width: 50px;
  		height: 48px;
  		line-height: 48px;
	}
	#bstep_name i 
	{
  		margin: 0 0 0 20px;
	}
	#bstep_name
	{
		font-size: 100%;
		width: auto;
		line-height: 50px;
		text-align: left;
	}
	#basket_form 
	{
  		width: 25%;
  		margin: 0 0 0 75%;
	}
	#basket_links a 
	{
  		width: 60%;
  		margin: 10px 20%;
	}
	#basket_btn a
	{
		width: 50%;
		padding: 0;
		margin: 0 25%;
	}
	#basket_chkbtn a 
	{
  		width: 60%;
  		margin: 30px 20% 40px 20%;
	}
	#basket_totals 
	{
  		margin: 30px 0;
	}
	#agree_tcs .check_txt 
	{
  		width: 76.5%;
  		font-size: 100%;
	}
	#agree_tcs .checkbox_wrap 
	{
  		width: 18.5%;
	}
	#ord_cont input[type=submit] 
	{
  		width: 60%;
  		float: left;
  		margin: 30px 20% 80px 20%;
	}
	#status_wrap a
	{
		width: 60%;
		margin: 60px 20% 0 20%;
	}
}

@media screen and (min-width: 0px) and (max-width: 479.99px)
{
	.show_lt480
	{
		display: inline;
	}
	.hide_lt480
	{
		display: none;
	}
	#login_wrap
	{
		width: 96%;
		margin: 0 2%;
		text-align: center;
	}
	#header_social 
	{
    	width: 23%;
  	}
	#header_contact 
	{
    	width: 46%;
	}
	#header_basket 
	{
    	width: 9%;
  	}
	#header_wrap #logo 
	{
    	width: 85%;
    	margin: 10px 5% 0 10%;
  	} 	
  	#hd_image 
  	{
    	max-height: 380px;
    	height: 380px;
    	min-height: 380px;
    	width: 220%;    	
  	}
  	#hd_image img
  	{
    	max-height: 380px;
    	height: 380px;
    	left: -50%;
  	}  	
    .hm_capt h1 
    {
    	font-size: 200%;
    	line-height: 45px;
    	margin: 20px 2% 30px 2%;
    	width: 96%;
  	}
  	.hm_capt #head_para 
  	{
    	font-size: 95%;
    }
    .slider_btn a 
    {
    	margin: 20px 20% 0 20%;
    	font-size: 90%;
    	width: 50%;
  	}
  	.bckleft 
  	{
    	padding: 40px 0;
  	}
  	#hp_50 
  	{
    	margin: 0 0 40px 0;
  	}
  	#hp_bullet_txt 
  	{
    	line-height: 25px;
    	height: 50px;
  	}
  	#hp_link a 
  	{
    	margin: 30px 25% 0 25%;
    	width: 50%;
    	font-size: 100%;
  	}
  	#hp_act_title 
  	{
    	margin: 140px 0 20px 5%;
    	width: 45%;
  	}
  	#hp_parties_wrap #hp_act_title,
  	#hp_gvisits_wrap #hp_act_title,
  	#hp_fvisits_wrap #hp_act_title
  	{
    	margin: 120px 0 10px 5%;
    	width: 50%;
  	}
  	#hp_act_link a 
  	{
  		font-size: 90%;
    	margin: 130px 0 20px 5%;
  	}
	#agree_tcs 
	{
  		height: 75px;
	}
  	#agree_tcs .check_txt 
	{
  		width: 100%;
  		font-size: 100%;
  		text-align: center;
  		margin: 0;
	}	
	#agree_tcs .checkbox_wrap 
	{
  		width: 22%;
  		margin: 10px 39% 20px 39%;
	}
	#hp_datepicker input 
	{
    	width: 80%;
    	margin: 0 10%;
  	}
  	#slot_wrap 
  	{
    	width: 43%;
  	}
  	#acc_head
  	{
  		width: 100%;
  		margin: 20px 0 10px 0;
  		text-align: center;
  	}
  	#acc_dets
  	{
  		width: 100%;
  		margin: 0 0 10px 0;
  		text-align: center;
  	}
  	#accform form input[type="submit"] 
  	{
  		width: 100%;
  		margin: 20px 0;
  	}
  	#myacc_top_menu
	{
		width: 80%;
		margin: 0 10% 40px 10%;
	}
	#buttons_area_fw 
	{
  		width: 50%;
  		margin: 40px 25%;
	}	
	#myacc_order_btn a 
	{
    	width: 100%;
    	font-size: 160%;
   		height: 60px;
    	line-height: 60px;
    	border-left: 0;
    	border-top: 1px solid #FFF;
  	}
	#myacc_order_stat 
	{
  		padding: 30px 2.5% 20px;
	}
	#orddet_wrap 
	{
    	width: 100%;
    	text-align: center;
  	}
	#orddet_img 
	{
  		width: 100%;
   		padding: 30px 0;
   		margin: 0;
  		border-top: 1px solid #14536E;
	}
	#orddet_img img
	{
  		width: 90%;
  		margin: 0 5%;
	}
	#orddet_booking
	{
  		width: 100%;
  		text-align: center;
  		margin: 0;
	}
	#orddet_price
	{
		width: 100%;
		text-align: center;
		font-size: 120%;
	}
	#basket_btn a
	{
		width: 70%;
		padding: 0;
		margin: 0 15%;
	}
	#basket_form 
	{
  		width: 30%;
  		margin: 0 0 0 70%;
	}
	#basket_cmd a 
	{
  		width: 30%;
  		margin: 20px 35% 0 35%;
	}
	#basket_links a 
	{
  		width: 80%;
  		margin: 10px 10%;
	}
	#basket_chkbtn a 
	{
  		width: 80%;
  		margin: 30px 10% 40px 10%;
	}
	#basket_totals 
	{
  		margin: 30px 0;
	}
	#basketsumm_row
	{
		height: auto;
		min-height: 60px;
	}
	#ord_cont input[type=submit]
	{
  		width: 80%;
  		margin: 30px 10% 80px 10%;
	}
	#status_wrap a
	{
		width: 80%;
		margin: 60px 10% 0 10%;
	}
}

@media screen and (min-width: 0px) and (max-width: 399.99px)
{
	.show_lt400
	{
		display: inline;
	}
	.hide_lt400
	{
		display: none;
	}
	#pre_header_wrap 
	{
  		font-size: 100%;
	}
  	#hd_image 
  	{
    	max-height: 320px;
    	height: 320px;
    	min-height: 320px;
    	width: 260%;    	
  	}
  	#hd_image img
  	{
    	max-height: 320px;
    	height: 320px;
    	left: -60%;
  	}  	
	.hm_capt h1 
	{
    	font-size: 150%;
    	line-height: 30px;
    	margin: 0 2% 10px 2%;
  	}
  	.hm_capt #head_para 
  	{
    	font-size: 85%;
    	line-height: 22px;
  	}
  	.slider_btn a 
    {
    	height: 50px;
    	line-height: 50px;
    	font-size: 85%;
  	}
  	#hp_img img 
  	{
    	margin: 10px 2%;
    	width: 96%;
  	}
  	#hp_bullet_txt 
  	{
    	width: 75%;
  	}
  	#hp_footgolf_wrap, #hp_parties_wrap,
  	#hp_gvisits_wrap,  	#hp_fvisits_wrap
  	{
    	width: 96%;
    	margin: 20px 2%;
  	} 
  	#hp_footgolf_wrap #hp_act_title,
  	#hp_parties_wrap #hp_act_title,
  	#hp_gvisits_wrap #hp_act_title,
  	#hp_fvisits_wrap #hp_act_title
  	{
    	margin: 30px 5%;
    	width: 90%;
    	text-align: center;
    	color: #03254B;
  	}
  	#hp_act_link a 
  	{
    	font-size: 90%;
    	width: 50%;
    	margin: 0 20% 20px 20%;
  	}
  	#signup_subhead 
  	{
    	font-size: 130%;
    	text-align: center;
  	}
  	#signup_subtext 
  	{
    	font-size: 90%;
    	text-align: center;
  	}
  	#signup_form section .chk_surround 
  	{
  		width: 85%;
  	}
  	#signup_form div input[type="submit"]
	{
    	width: 80%;
    	margin: 5px 10% 10px 10%;
    	padding: 0 5%;
 	}
	#agree_tcs .check_txt 
	{
  		font-size: 85%;
	}	
	#agree_tcs .checkbox_wrap 
	{
  		width: 28%;
  		margin: 10px 36% 20px 36%;
	}
	#contact_us p input[type="submit"] 
  	{
  		width: 80%;
  		margin: 10px 10%;
	}
	#cntct_det a
	{
		font-size: 100%;
	}
	#hp_title 
	{
    	font-size: 140%;
  	}
  	#hp_datepicker input
	{
    	width: 96%;
    	margin: 0 2%;
  	}
  	#slot_wrap 
  	{
    	width: 96%;
    	margin: 10px 2%;
  	}
  	#slot_time, #slot_participants
  	{
  		width: 50%;
  		font-size: 120%;
  		line-height: 30px;
  		margin: 0 0 10px 0;
  	}
  	#slot_wrap form
  	{
  		width: 48%;
  		margin: 0 1%;
  	}
  	#bskt_btn_wrap a
	{
    	width: 90%;
    	margin: 0 5%;
  	}
  	#buttons_area_fw 
	{
  		width: 80%;
  		margin: 40px 10%;
	}
	#basket_pimg 
	{
  		width: 20%;
	}
	#basket_pname 
	{
  		width: 75%;
	}
	#basket_form 
	{
  		width: 35%;
  		margin: 0 0 0 65%;
	}
	#basket_links a 
	{
  		width: 100%;
  		margin: 10px 0;
	}
	#basket_chkbtn a 
	{
  		width: 100%;
  		margin: 30px 0 40px 0;
	}
	#basket_btn a
	{
		width: 80%;
		padding: 0;
		margin: 0 10%;
	}
	#ord_cont input[type=submit]
	{
  		width: 96%;
  		margin: 30px 2% 80px 2%;
	}
}