/*
Theme Name: Inspire Tennis
Version: 1.0
Author: Kinski & Bourke
Author URI: http://www.kinskiandbourke.com/
*/

/* start presets */

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, strike, strong, sub,  tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

html, html a {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}


a, input, span {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out; 
	-o-transition: all .2s ease-in-out; 
	-ms-transition: all .2s ease-in-out; 
}

input {
	-webkit-appearance: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}

nav#mobile-menu {display:none}

body {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-family: 'Roboto', sans-serif, Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 16px;
	background-color: #ececec;
	color: #455560;
	background-image: url(images/bg-new.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end presets */



/* Adjust colours of submenu text for enrol button */

#menu-item-2093 a {
    color: #0084cb!important;
    text-transform: uppercase!important;
}

#menu-item-2094 a {
    color: #0084cb!important;
    text-transform: uppercase!important;
}

/* END */


div#header {
	height: 210px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	width: 1120px;
	position: relative;
	margin-bottom: 0px;
}

div#header img#logo {
	position: absolute;
	left: 40px;
	top: 15px;	
}

/* start three buttons */

div#three-buttons {
	height: 50px;
	line-height: 50px;	
}

div#three-buttons ul {	
	font-family: 'volkswagen-serial-extraboldRg';
	font-size: 18px;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}

div#three-buttons ul li {
	display: inline-block;	
}

div#three-buttons ul li a {
	display: block;	
	color: #ffffff;
	text-decoration: none;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
}

div#three-buttons ul li a.book-court {
	background-color: #98d000;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
	padding-right: 40px;
	position: relative;
	left: 70px;
}

div#three-buttons ul li a.shop-online {
	background-color: #ec008c;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
	padding-right: 40px;
	position: relative;
	left: 45px;
}

/* WP Data Tables CSV Styling */

.dataTables_filter {
      display: none!important;
}

.dataTables_info  {
    display: none!important;
}

tbody {
    font-size: 10pt!important;
}




div#three-buttons ul li a.become-a-member {
	background-color: #455560;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
	padding-right: 40px;
	position: relative;
	left: 23px;
}

div#three-buttons ul li a.my-account {
	background-color: #0084cb;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	position: relative;
}

div#three-buttons ul li a:hover {
	color: #455560;
	background-color: #ffffff;	
}

/* end three buttons */

/* start button menu */

ul#menu-button-menu {
	font-family: 'volkswagen-serial-extraboldRg';
	font-size: 18px;
	line-height: 50px;
	text-align: right;
}

ul#menu-button-menu li {
	display: inline-block;
}

ul#menu-button-menu li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 40px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
}

ul#menu-button-menu li a:hover {
	color: #ffffff;
}

/* Enrol */		li#menu-item-934 a {background-color: #98d000;}
/* Shop Online */	li#menu-item-634 a {background-color: #ec008c;}
/* Become a Member */	li#menu-item-635 a {background-color: #455560;}
/* My Account */	li#menu-item-636 a {background-color: #0084cb; -webkit-border-bottom-right-radius: 20px; -moz-border-radius-bottomright: 20px; border-bottom-right-radius: 20px; padding-right: 20px !important;}

/* Enrol */		li#menu-item-934 a:hover {background-color: #a8e20c;}
/* Shop Online */	li#menu-item-634 a:hover {background-color: #ff4db7;}
/* Become a Member */	li#menu-item-635 a:hover {background-color: #62717b;}
/* My Account */	li#menu-item-636 a:hover {background-color: #35afe1;}

/* Enrol */		li#menu-item-934 {position: relative; left: 75px;}
/* Shop Online */	li#menu-item-634 {position: relative; left: 50px;}
/* Become a Member */	li#menu-item-635 {position: relative; left: 25px;}
/* My Account */	li#menu-item-636 {}


/* start submenu */


ul#menu-button-menu li {
	position: relative;
}

ul#menu-button-menu li ul {
	opacity: 0;
	visibility: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute; 
	left: 0px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out; 
	-o-transition: all .2s ease-in-out; 
	-ms-transition: all .2s ease-in-out; 
	width: 195px;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	z-index: 9999999;
	-webkit-box-shadow: 0px 6px 6px 0px rgba(69,85,96,0.22);
	-moz-box-shadow: 0px 6px 6px 0px rgba(69,85,96,0.22);
	box-shadow: 0px 6px 6px 0px rgba(69,85,96,0.22);
}

ul#menu-button-menu li:hover ul {
	opacity: 1;
	visibility: visible;
	background-color: #ffffff;
}

ul#menu-button-menu li li {
	display: block;
	padding: 0px 0 0px 0;
}

ul#menu-button-menu li li a {
	color: #455560;
	background-color: transparent;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	padding: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 20px;
}

ul#menu-button-menu li li a:hover {
	color: #98d000;
	background-color: transparent;
}

/* end submenu */



/* end button menu */

/* start phone and facebook */

div#phone-and-facebook {
	height: 30px;
	line-height: 30px;	
	position: absolute;
	right: 0;
	top: 75px;
}

div#phone-and-facebook a:link {color: #455560; text-decoration: none;}
div#phone-and-facebook a:visited {color: #455560; text-decoration: none;}
div#phone-and-facebook a:hover {color: #0084cb; text-decoration: none;}
div#phone-and-facebook a:active {color: #455560; text-decoration: none;}

div#phone-and-facebook ul li {
	display: inline-block;
}

div#phone-and-facebook ul li.phone {
	font-family: 'volkswagen-serial-extraboldRg';
	font-size: 24px;	
	border-right: 1px solid #c9c9c9;
	padding-right: 25px;
}

div#phone-and-facebook ul li.phone:before {
	font-family: FontAwesome;
	content: '\f098';	
	color: #acb3b7;
	padding-right: 10px;
	font-size: 34px;
	position: relative;
	top: 4px;
}

div#phone-and-facebook ul li.facebook:before {
	font-family: FontAwesome;
	content: '\f082';	
	color: #0084cb;
	padding-right: 10px;
	font-size: 34px;
	position: relative;
	top: 4px;
}

div#phone-and-facebook ul li.facebook {
	font-family: 'Roboto';
	font-size: 18px;	
	padding-left: 25px;
}

div#header a.free-trial {
	position: absolute;
	right: 166px;
	top: 108px;
	font-family: 'volkswagen-serial-extraboldRg';
	color: #455560;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
}

div#header a.free-trial:hover {
	color: #0084cb;
}

/* end phone and facebook */

/* start search area */

#search-area {
	height: 30px;
	width: 180px;
	margin: auto;
	position: absolute;
	right: 0;
	top: 130px;
}

div#search-area div {
	width: 180px;
	height: 30px;
	background-color: #ffffff;
}

div#search-area form {
	width: 180px;
	height: 30px;
	margin: 0;
	padding: 0;
}

div#search-area form input#s {
	width: 138px;
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #ffffff;
	line-height: 30px;
	font-style: italic;
	color: #a5abaf;
	font-size: 16px;
	float: left;
	font-family: 'Roboto';
	padding-left: 10px;
	border: 1px solid #ffffff;
}

div#search-area form input#s:focus {
	border: 1px solid #ffffff !important;
}

div#search-area form input#searchsubmit {
	width: 30px;
	height: 30px;
	float: right;
	background-image: url(images/icon-search.png);
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

div#search-area form input#searchsubmit:hover {
	opacity: .6;	
}
nav {
	height: 70px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	width: 1120px;
}

/* end search area */

#container {
	text-align: center;
	width: 1120px;
	margin-right: auto;
	margin-left: auto;
}

.main {
	width: 740px;
	float: left;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(69,85,96,0.22);
	-moz-box-shadow: 0px 0px 6px 0px rgba(69,85,96,0.22);
	box-shadow: 0px 0px 6px 0px rgba(69,85,96,0.22);
	text-align: left;
	margin-bottom: 30px;
}

#slider-area {
	width: 1080px;
	height: 600px;
	margin: auto;
	margin-bottom: 40px;	
	margin-top: 20px;
	background-color: #cecece;
}

.cycloneslider-template-standard .cycloneslider-caption-title {
	font-size: 32px!important;
	font-family: 'volkswagen-serial-extraboldRg'!important;
}

.cycloneslider-template-standard .cycloneslider-caption-description {
	font-size: 16px!important;
	font-family: 'Roboto', sans-serif, Arial, Helvetica, sans-serif!important;
}



#sidebar {
	float: right;
	width: 360px;
	text-align: left;
}

#footer {
	clear: both;
	margin: auto;
	height: auto;
	background-color: #cecece;
	line-height: 30px;
	width: 100% !important;
}

div#footer-inside {
	width: 1120px;	
	margin: auto;
}

div#footer-left {
	width: 33.3%;
	float: left;	
}

div#footer-middle {
	width: 33.3%;
	float: left;	
}

div#footer-middle a {
	font-family: 'FontAwesome';
	text-decoration: none;
	font-size: 46px;
	margin-right: 15px;
}

div#footer-middle a.twitter {color:#2b97f0}
div#footer-middle a.google-plus {color:#db2814}
div#footer-middle a.youtube {color:#ca1c26}
div#footer-middle a.facebook {color:#3e5c97}


div#footer-right {
	width: 33.3%;
	float: right;	
}

span.credit {
	display: block;
	padding: 50px 20px 50px 20px;	
	opacity: .7;
}
span.credit:hover {
	opacity: 1;
}

p, h1, h2, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}

a:link {color: #0084cb; text-decoration: none;}
a:visited {color: #0084cb; text-decoration: none;}
a:hover {color: #0084cb; text-decoration: underline;}
a:active {color: #0084cb; text-decoration: none;}

div.mobile-phone {
	display: none;
}

/* start menu */

nav ul#menu-header-menu-1 {
	text-transform: uppercase;
/*	line-height: 70px; */
	position: relative;
}

nav ul#menu-header-menu-1 ul {
	z-index: 999999999999;
}


nav ul#menu-header-menu-1 li {
	display: block;
	float: left;
	margin-right: 1px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(69,85,96,0.22);
	-moz-box-shadow: 0px 0px 6px 0px rgba(69,85,96,0.22);
	box-shadow: 0px 0px 6px 0px rgba(69,85,96,0.22);
}

nav ul#menu-header-menu-1 li a {
	display: block;
	color: #0084cb;
	text-decoration: none;
	font-family: 'volkswagen-serial-extraboldRg';
	width: 139px;
	height: 70px;
	display: table-cell;
	vertical-align: middle;
	background-color: #ffffff;
	position: relative;
	z-index: 99998;
}

nav ul#menu-header-menu-1 li a:hover {
	color: #ffffff;
	background-color: #0084cb;
}

/* start submenu */

nav ul#menu-header-menu-1 li {
	position: relative;
}

nav ul#menu-header-menu-1 li ul {
	opacity: 0;
	visibility: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	right: -100px;
/*	right: -161px;	*/
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out; 
	-o-transition: all .2s ease-in-out; 
	-ms-transition: all .2s ease-in-out; 
	width: 239px;
/*	width: 300px;	*/
	font-size: 15px;
	line-height: 19px;
	text-align: left;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 6px 6px 0px rgba(69,85,96,0.22);
	-moz-box-shadow: 0px 6px 6px 0px rgba(69,85,96,0.22);
	box-shadow: 0px 6px 6px 0px rgba(69,85,96,0.22);
}

nav ul#menu-header-menu-1 li ul a {
	width: auto;
	height: auto;
	font-family: 'volkswagen-serial-extraboldRg';
	text-transform: initial !important;
}

nav ul#menu-header-menu-1 li ul a:hover {
	color: #ec008c;
	background-color: #ffffff;	
}

nav ul#menu-header-menu-1 li:hover ul {
	opacity: 1;
	visibility: visible;
}

nav ul#menu-header-menu-1 li li {
	margin-right: 0px;
	padding: 8px 20px 8px 20px;
	clear: both;
	display: block;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(69,85,96,0.22);
	-moz-box-shadow: 0px 0px 0px 0px rgba(69,85,96,0.22);
	box-shadow: 0px 0px 0px 0px rgba(69,85,96,0.22);
}

/* end submenu */

/* end menu */

/* start four boxes */

div#four-boxes {
	width: 1120px;
	margin: auto;
	margin-bottom: 30px;	
	vertical-align: middle;
}

div#four-boxes a {
	width: 265px;
	height: 90px;
	padding-top: 50px;
	padding-bottom: 50px;
	float: left;	
	font-family: 'volkswagen-serial-extraboldRg';
	font-size: 36px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	vertical-align: middle;
	text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.18);
	background-image: url(images/tennis-ball.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 20px;
}

div#four-boxes a:nth-child(even):hover {
-webkit-transform: rotate(2deg); 
-moz-transform: rotate(2deg); 
-o-transform: rotate(2deg);
-ms-transform: rotate(2deg); 
}

div#four-boxes a:nth-child(odd):hover {
-webkit-transform: rotate(-2deg); 
-moz-transform: rotate(-2deg); 
-o-transform: rotate(-2deg);
-ms-transform: rotate(-2deg); 
}


div#four-boxes a.book-a-course {background-color: #0093d0;}
div#four-boxes a.book-a-course:hover {background-color:#35afe1}

div#four-boxes a.book-a-court {background-color: #98d000;}
div#four-boxes a.book-a-court:hover {background-color: #a8e20c;}

div#four-boxes a.find-my-nearest-centre {background-color: #ec008c;}
div#four-boxes a.find-my-nearest-centre:hover {background-color: #ff4db7;}

div#four-boxes a.my-account {background-color: #455560;}
div#four-boxes a.my-account:hover {background-color: #62717b;}


/* end four boxes */

/* start three boxes */

div#three-boxes {
	width: 1120px;
	margin: auto;
	margin-bottom: 30px;
	text-align: left;
}

div#three-boxes div#recent-posts, div#three-boxes div#find-my-nearest-centre, div#three-boxes div#about-us {
	width: 360px;
	height: 420px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(69,85,96,0.22);
	-moz-box-shadow: 0px 0px 6px 0px rgba(69,85,96,0.22);
	box-shadow: 0px 0px 6px 0px rgba(69,85,96,0.22);
	float: left;
	margin-right: 20px;
}

div#three-boxes div#recent-posts h2 {background-color: #ec008c;}
div#three-boxes div#about-us h2 {background-color: #0093d0;}

div#three-boxes h2 {
	display: block;
	background-color: #455560;
	color: #ffffff;
	height: 80px;
	line-height: 80px !important;
	padding-left: 40px;
	font-family: 'volkswagen-serial-extraboldRg';
	font-weight: normal;
	font-size: 24px;	
}

div#three-boxes p {
	line-height: 30px;
	margin-bottom: 22px;
}

div#three-boxes h3 {
	line-height: 30px !important;
	margin-bottom: 0;
	color: #ec008c;
	font-family: 'volkswagen-serial-extraboldRg';
	font-size: 16px;
	font-weight: normal;
}

div#recent-posts h3 a {
	color: #ec008c;
}

/* end three boxes */

div.main div.frame {
	padding: 40px;	
}

div#footer div.frame {
	text-align: left;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 40px;
	padding-right: 40px;
}

div#three-boxes div.frame {
	padding: 40px;
}

div#sidebar div.frame {
	padding: 30px;
}

/* start typography */

div.main h1 {
	font-family: 'volkswagen-serial-extraboldRg';
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	color: #ec008c;
	margin-bottom: 30px;
}

div.main h2, div#footer h2 {
	font-family: 'volkswagen-serial-extraboldRg';
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	color: #455560;
	margin-bottom: 24px;
}

div.main h3 {
	font-family: 'volkswagen-serial-extraboldRg';
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	color: #0093d0;
	margin-bottom: 24px;
	padding-top: 10px;
}

div.main h4 {
	font-family: 'volkswagen-serial-extraboldRg';
	font-weight: normal;
	font-size: 16px;
	line-height: auto;
	color: #455560;
	margin-bottom: 24px;
	padding-top: 10px;
}

hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin-bottom: 30px;
	margin-top: 30px;
	clear: both;
}



div.main p {
	line-height: 30px;
	margin-bottom: 22px;
}

div.frame ul {
	line-height: 30px;
	margin-bottom: 22px;
}

div.frame ul li {
	position: relative;
	padding-left: 30px;
}

div.frame ul li:before {
	content: '\f054'!Important;
	font-family: 'FontAwesome'!Important;
	font-size: 12px!Important;
	color: #a1acb3;
	position: absolute!Important;
	left: 0!Important;
	top: 0!Important;
}

#paging_container ul.content li:before {
	content: ''!Important;
}


/* end typography */

a.button {
	display: inline-block;
	font-family: 'volkswagen-serial-extraboldRg';
	color: #ffffff;	
	text-transform: lowercase;
	text-decoration: none;
	font-size: 16px;
	padding: 10px 15px 10px 15px;
}

div.post a.button {
	padding: 5px 10px 5px 10px;
}

a.button:after {
	font-family: 'FontAwesome';
	font-size: 16px;
	content: '\f138';
	padding-left: 7px;
	opacity: .5;
}

a.blue 		{background-color: #0093d0;}
a.blue:hover	{background-color: #35afe1;}

a.pink 		{background-color: #ec008c;}
a.pink:hover	{background-color: #ff4db7;}

a.enquiry 	{background-color: #ec008c;}
a.enquiry:hover	{background-color: #ff4db7;}

a.grey 		{background-color: #455560;}
a.grey:hover	{background-color: #62717b;}

/* end buttons */

/* start footer menu */

ul#menu-footer-menu li {
	display: inline-block;
	width: 150px;
}

ul#menu-footer-menu li:before {
	font-family: 'FontAwesome';
	content: '\f054';
	color: #ffffff;
	padding-right: 7px;
	font-size: 12px;
}

/* end footer menu */



/* Hide google text on 3d */

/* end Hide google text on 3d */



/* start centre details */

div#centre-details {
}

div#centre-details div.segment {
	line-height: 30px;
	border-bottom: 1px solid #e2e3e3;
	padding: 15px 0 15px 30px;
	position: relative;
}

div#centre-details div.segment:before {
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	top: 15px;
	font-size: 20px;
	color: #8f99a0;
}

div#centre-details div.address:before		{content: '\f041';}
div#centre-details div.contact-email:before	{content: '\f0e0';}
div#centre-details div.phone-number:before	{content: '\f098';}
div#centre-details div.opening-hours:before	{content: '\f017';}

div#centre-details span.day {
	display: inline-block;
	width: 95px;
}

div#sidebar h3 {
	display: block;
	background-color: #455560;
	color: #ffffff;
	height: 80px;
	line-height: 80px !important;
	padding-left: 40px;
	font-family: 'volkswagen-serial-extraboldRg';
	font-weight: normal;
	font-size: 24px !important;	
}

/* end centre details */







/* start Nearest Centre widget */

div#gwebprostorewidget-2 {
}

div#gwebprostorewidget-2 div.popupbox, div.widget_gwebprostorewidget div.popupbox {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border-radius: none !important;
	border: none !important;
	margin: 0;
	padding: 0;
	padding: 0px;
}

div#gwebprostorewidget-2 div.popupbox fieldset, div.widget_gwebprostorewidget div.popupbox fields {
	clear: both !important;
	display: block !important;
}

div#gwebprostorewidget-2 div.popupbox input#searchTextField1, div.widget_gwebprostorewidget div.popupbox input#searchTextField1 {
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-style: italic;
	color: #a5abaf;
	font-size: 16px;
	font-family: 'Roboto';
	height: 28px;
	line-height: 28px;
	border: 1px solid #d7e4ed;
	border-radius: 0px !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	padding-left: 10px;
	margin-bottom: 15px;
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
}

div.popupbox {
	max-width: 100% !important;
}

div#gwebprostorewidget-2 div.popupbox input[type=button], div.widget_gwebprostorewidget div.popupbox input[type=button] {
	padding: 0;
	margin: 0;
	font-family: 'volkswagen-serial-extraboldRg';
	color: #ffffff;	
	text-transform: lowercase;
	text-decoration: none;
	font-size: 16px;
	padding: 10px 30px 10px 15px;
	background-color: #455560;
	border-radius: 0px !important;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	display: block !important;	
	clear: both !important;
	max-width: 100% !important;
	width: auto !important;
}

div#gwebprostorewidget-2 div.popupbox input[type=button]:hover, div.widget_gwebprostorewidget div.popupbox input[type=button]:hover {
	background-color: #62717b !important;
}

.popupbox .contbox fieldset {
    width: auto;
    display: block;
    clear: both;
}

.popupbox .contbox input[type=text] {
	max-width: 100% !important;
}


/* end Nearest Centre widget */

/* start mail chimp widget */

div#mc_embed_signup input#mcd-email {
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-style: italic;
	color: #a5abaf;
	font-size: 16px;
	font-family: 'Roboto';
	height: 28px;
	line-height: 28px;
	border: 1px solid #d7e4ed;
	padding-left: 0px;
	margin-bottom: 15px;
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	text-indent: 10px;
	border-radius: none !important;
}

div#mc_embed_signup input[type=submit] {
	padding: 0;
	margin: 0;
	font-family: 'volkswagen-serial-extraboldRg';
	color: #ffffff;	
	text-transform: lowercase;
	text-decoration: none;
	font-size: 16px;
	padding: 10px 30px 10px 15px;
	background-color: #98d000;
	border-radius: 0px !important;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	display: block !important;	
	clear: both !important;
	max-width: 100% !important;
	width: auto !important;
	cursor: pointer;
	border: none;
}

div#mc_embed_signup input[type=submit]:hover {
	background-color: #749f00 !important;
}

div#enhancedtextwidget-3 h3 {
	background-color: #98d000!important;
}

div.mce_inline_error {
	padding: 0 !important;
	background-color: #ffffff !important;
	color: #749f00 !important;
}

div#mce-success-response {
	margin-bottom: 10px !important;
}



/* end mail chimp widget */

/* start Nearest Centre main page */

div.inner_contarea div.search {
	display: none;
}

div.inner_contarea div.popupbox {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

div.inner_contarea div.contbox input#searchTextField {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-style: italic;
	color: #a5abaf;
	font-size: 16px;
	font-family: 'Roboto';
	height: 38px;
	line-height: 38px;
	border: 1px solid #d7e4ed;
	border-radius: 0px !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	padding-left: 10px;
	margin-bottom: 10px;
	max-width: 100% !important;
}

div.inner_contarea div.contbox input[type=button] {
	padding: 0;
	margin: 0;
	font-family: 'volkswagen-serial-extraboldRg';
	color: #ffffff;	
	text-transform: lowercase;
	text-decoration: none;
	font-size: 16px;
	padding: 10px 30px 10px 15px;
	background-color: #0093d0;
	border-radius: 0px !important;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	margin-left: 10px;
}

div.inner_contarea div.contbox input[type=button] {
	margin-left: 0px;
}

div.inner_contarea div.contbox input[type=button]:hover {
	background-color: #35afe1;
}

.popupbox .contbox input[type="text"] {
	width: 100% !important;
}

.popupbox .contbox fieldset input[type="button"] {
	width: auto !important;
}

span.fontawesome {
	font-family: 'FontAwesome';
	color: #8f99a0;
}

#paging_container ul.content li {
	border-top: 1px solid #e2e3e3 !important;
	padding-top: 30px !important;
	padding-bottom: 30px !important;
	width: 50%;
	float: left;
}

#paging_container ul.content li .list_box .left {
	width: 100% !important;
}

/* end Nearest Centre main page */

/* start collapse o matic accordion */

span.collapseomatic {
	display: block;
	cursor: pointer;
	border-bottom: 1px solid #e2e3e3;
	margin-bottom: 15px;
	padding-bottom: 15px;
	color: #ec008c;
	font-family: 'Roboto';
}

span.collapseomatic:hover {
	color: #0093d0;
}

span.collapseomatic:before {
	font-family: 'FontAwesome';
	content: '\f078';
	font-size: 12px;
	padding-right: 15px;
}

.colomat-close:before {
	content: '\f077' !important;
}

/* end collapse o matic accordion */

/* start news and blogs */

h1.blog-title {
	border-bottom: 4px solid #ec008c;
	padding-bottom: 10px;
	margin-bottom: 10px !important;
}

time {
	display: block;
	font-weight: 500;
	color: #ec008c;
	font-size: 14px;
	margin-bottom: 30px;
}

img.attachment-large {
	display: block;
	margin-bottom: 30px;
	width: 100%;
	height: auto;
}

div.type-post img.attachment-medium {
	float: left;
	width: 47%;
	height: auto;
}

div.has-post-thumbnail div.blog-index {
	float: right;
	width: 47%;
}

div.blog-index {
	margin-bottom: 30px;
}

div.blog-index a.read-more {
	font-weight: 500;
	text-decoration: none;
}

div.blog-index a.read-more:hover {
	color: #ec008c;
}

div.blog-index a.read-more:after {
	font-family: 'FontAwesome';
	content: '\f054';
	font-size: 12px;
	opacity: .5;
	padding-left: 7px;
}

div#recent-posts-2 h3 {
	background-color: #ec008c;
}

div#recent-posts-2 a {
	color: #ec008c;
}

div.widget ul {
	margin-bottom: 0;
}

div#archives-2 h3 {
	background-color: #0093d0;
}

/* end news and blogs */

div.inner_lsb div.store_content {
	display: none;
}

input:focus {
    outline: none !important;
}

div.widget {
	background-color: #ffffff;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(69,85,96,0.22);
	-moz-box-shadow: 0px 0px 6px 0px rgba(69,85,96,0.22);
	box-shadow: 0px 0px 6px 0px rgba(69,85,96,0.22);
}

#wprmenu_bar {
	border-bottom: 1px solid #e2e3e3;
}

#wprmenu_bar .menu_title {
	font-family: 'volkswagen-serial-extraboldRg' !important;
	text-transform: lowercase;
}

ul#wprmenu_menu_ul {
	font-family: 'Roboto' !important;
}

div.tabcontent h2 {
	padding-top: 30px;
}

table {
	margin-bottom: 30px;
}

img.alignleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}

img.alignright {
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
}

img.coach {
	border-radius: 30px;
}

/* start gallery */


div.gallery {
	text-align: center;
}

div.gallery br, div.gallery p {
	display: none !important;
}



div.gallery dl.gallery-item {
	margin: 0;
	padding: 0;
	display: inline-block;
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 14px;
	font-size: 1px;
}


div.gallery dl dt {
	margin: 0;
	padding: 0;
	display: inline-block;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out; 
	-o-transition: all .2s ease-in-out; 
	-ms-transition: all .2s ease-in-out; 

}

div.gallery dl dt:hover {
	-webkit-box-shadow: 0px 0px 6px 0px rgba(69,85,96,0.22);
	-moz-box-shadow: 0px 0px 6px 0px rgba(69,85,96,0.22);
	box-shadow: 0px 0px 6px 0px rgba(69,85,96,0.22);

}

div.gallery img {
	border: 8px solid #ececec;
	height: 130px;
	width: 185px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out; 
	-o-transition: all .2s ease-in-out; 
	-ms-transition: all .2s ease-in-out; 
}

div.gallery img:hover {
	border: 8px solid #ffffff;
}

.gallery-caption {
	display: none;
}


/* end gallery */

a.enrol {
	background-color: #e9168c;
	display: block;
	font-family: 'volkswagen-serial-extraboldRg';
	color: #ffffff;
	text-transform: lowercase;
	font-size: 12px;
	padding: 2px 3px 2px 5px;
	border-radius: 3px;
}

a.enrol:after {
	font-family: 'FontAwesome';
	content: '\f054';
	font-size: 8px;
	opacity: .5;
	padding-left: 2px;
	position: relative;
	bottom: 1px;
}

a.enrol:hover {
	background-color: #fc52b6;
	text-decoration: none;

}

/* start Testimonials widget */

div.testimonials-widget blockquote {
	font-style: italic;
	font-weight: 300italic;
	line-height: 30px;
}

div.testimonials-widget span.author {
	font-weight: 500;
}

div.Testimonials_Widget_Slider_Widget h3.widget-title {
	background-color: #0084cb !important;
}

/* end Testimonials widget */


/* gravity forms */

div.gform_body ul li:before {
 display: none !important;
}


div.gform_widget h3 {
	background-color: #98d000 !important;
}

#gform_wrapper_1 ul, #gform_wrapper_1 ul li {
	list-style: none !important;
	padding: 0 !important;
}

#gform_wrapper_1 ul li:before {
	content: none;
}

span.gform_description {
	display: block;
	line-height: 30px !important;
	margin-bottom: 22px !important;
	color: #465058 !important;
	font-weight: 300 !important;
}

div.gform_body input, div.gform_body textarea {
	width: 100%;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}

div.gform_body input[type="text"] {
	background-color: #ffffff;
	font-style: italic;
	color: #a5abaf;
	font-size: 16px;
	font-family: 'Roboto';
	height: 28px;
	line-height: 28px;
	border: 1px solid #d7e4ed !important;
	padding-left: 0px;
	margin-bottom: 15px !important;
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	text-indent: 10px;
}

div.gform_body textarea {
	background-color: #ffffff;
	font-style: italic;
	color: #a5abaf;
	font-size: 16px;
	font-family: 'Roboto';
	height: 100px;
	line-height: 28px;
	border: 1px solid #d7e4ed !important;
	padding-left: 0px;
	margin-bottom: 15px !important;
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	text-indent: 10px;
}

div.gform_footer input.gform_button {
	padding: 0;
	margin: 0;
	font-family: 'volkswagen-serial-extraboldRg';
	color: #ffffff;	
	text-transform: lowercase;
	text-decoration: none;
	font-size: 16px;
	padding: 10px 30px 10px 15px;
	background-color: #98d000;
	border-radius: 0px !important;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	display: block !important;	
	clear: both !important;
	max-width: 100% !important;
	width: auto !important;
	cursor: pointer;
	border: none;
}

div.gform_footer input.gform_button:hover {
	background-color: #749f00 !important;
}


li.gform_validation_container {
	display: none;
}

label.gfield_label {
	display: none;
}

div.validation_error {
	display: none;
}

div.validation_message {
	color: #e2173e !important;
	position: relative;
	bottom: 15px;
	font-weight: 300 !important;
}

div.gform_confirmation_message {
	color: #e2173e !important;
	background-color: rgba(255,255,255,.9);
	padding: 35px;
	line-height: 30px !important;
	display: block;
}

label.gfield_label {
	display: none !important;
}

.gform_wrapper .gform_footer {
	padding: 0 !important;
	margin: 0 !important;
}

.gform_wrapper {
	padding: 0 !important;
	margin: 0 !important;
}

div.spu-box h3.gform_title {
	color: #98d000 !important;
	font-weight: normal;
	font-family: 'volkswagen-serial-extraboldRg' !important;
}

/* end gravity forms */

/* social media share */

span.synved-social-container {
	display: block;
	clear: both;
	margin-bottom: 22px;
}

/* end social media share */


/* Map list Pro styles */

div.frame ul.prettyListItems li:before {
color: #ffffff !important;
}

.prettyMapList .address {
    display: none!important;
}

.featuredImage.float_left {
    display: none!important;
}

.prettyMapList .featuredImage {
    border-radius: 0px!Important;
    border:none!Important;

}

.getDirections {
    display: none;
}

select#distanceSelector.distanceSelector {
display:none!Important;

}

.prettyMapList .mapHolder {
    height: 500px!important;
}

body .infoWindowContainer .infoWindow h3{
    font-size:16px!important;
    line-height:1em!important;
    margin:0 !important;
    padding:15px!important;
}

.prettyMapList .mapHolder .infoWindow {

width:auto!important;

} 

.FullMapPage #SingleMapLocation {
    display: none!important;
}

.prettyMapList .map {
width: 42%;
float: left!important;
display:block;
margin-right:2%!important;
}


.prettyMapList .prettylink::after {
    left: 0px!important;
}


.prettyMapList .map::after {
    background: transparent url(images/locationicon.png) no-repeat 0 0!important;
}

.prettyMapList .prettyFileBar .prettyMapListSearch {
    padding-bottom:15px!Important;
}

.prettyMapList .prettyFileBar .prettyMapListSearch a {
    padding: 0;
    margin: 0;
    font-family: 'volkswagen-serial-extraboldRg';
    color: #ffffff;
    text-transform: lowercase;
    text-decoration: none;
    font-size: 14px;
    padding: 7px 27px 7px 12px;
    background-color: #0093d0;
    border-radius: 0px !important;
    background-image: url(images/arrow.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    margin-left: 15px;
	border:none!important;
}


.prettyMapList .prettyFileBar .prettyMapListSearch a:hover {
display: inline-block;
font-family: 'volkswagen-serial-extraboldRg';
color: #ffffff!important;
text-transform: lowercase;
opacity: .8;

}

li.prettylink a:hover {
    color: #0084cb! important;
}


.viewLocationPage.btn.corePrettyStyle {
background-color: #ec008c;
display: inline-block;
font-family: 'volkswagen-serial-extraboldRg';
color: #ffffff!Important;
text-transform: lowercase;
text-decoration: none;
font-size: 16px;
padding: 10px 15px 10px 15px;
border:none!Important;
}

.viewLocationPage.btn.corePrettyStyle:hover {
background-color: #ff4db7;
display: inline-block;
font-family: 'volkswagen-serial-extraboldRg';
color: #ffffff!important;
text-transform: lowercase;
opacity: .8;

}

.viewLocationPage.btn.corePrettyStyle::after {
    font-family: 'FontAwesome';
    font-size: 16px;
    content: '\f138';
    padding-left: 7px;
    opacity: .5;
}

#ListContainer {
    padding-top: 20px;
}


/* map search front page box */

input#searchText {
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-style: italic;
	color: #a5abaf;
	font-size: 16px;
	font-family: 'Roboto';
	height: 28px;
	line-height: 28px;
	border: 1px solid #d7e4ed;
	border-radius: 0px !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	padding-left: 10px;
	margin-bottom: 15px;
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
}

.mapprosearchbox input[type="submit"] {
    padding: 0;
    margin: 0;
	border:none!Important;
    font-family: 'volkswagen-serial-extraboldRg';
    color: #ffffff;
    text-transform: lowercase;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 30px 10px 15px;
    background-color: #455560;
    border-radius: 0px !important;
    background-image: url(images/arrow.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    display: block !important;
    clear: both !important;
    max-width: 100% !important;
    width: auto !important;
}

div#content-wrapper ul.prettyListItems li:after {
	content: none !important;
}

.mapprosearchbox input[type="submit"]:hover {
background-color: #555560;
cursor: pointer; cursor: hand;
opacity: .6;

}



/* # Media Queries
---------------------------------------------------------------------------------------------------- */

html {
	min-width: 1120px;
}


@media only screen and (max-width: 1140px) {

	div#phone-and-facebook, div#search-area {
	right: 40px;
	}

	div#header a.free-trial {
	right: 206px;
	}

}

@media only screen and (max-width: 768px) {


.prettyMapList .map {
width: 90%;
float: left!important;
display:block;
margin-right:2%!important;
}

	div#header a.free-trial {
	display: none;
	}



	html {
	min-width: 100%;
	}

	nav {display:none}

	div#header {
	height: auto;
	}

	div#header img#logo {
	position: static;
	padding: 20px 0 20px 0;
	}

	div#search-area, div#phone-and-facebook {display:none}


	/* start mobile menu */

	nav#mobile-menu {
	display: block;
	height: auto;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 100%;
	background-color: white;
	text-align: left;
	}

	a#menu-icon {
	display: block;
	font-family: 'FontAwesome';
	height: 50px;
	line-height: 50px;
	color: #0093d0;
	padding-left: 40px;
	padding-right: 40px;
	}

	a#menu-icon span {font-family: 'volkswagen-serial-extraboldRg';}

	nav#mobile-menu a {
	text-decoration: none;
	display: block;
	cursor: pointer;
	}

	nav#mobile-menu a:hover {
	color: #ec008c;
	}

	nav#mobile-menu ul {
	text-align: left;
	}

	nav#mobile-menu ul li {
	padding: 0 40px 0 40px;
	}

	nav#mobile-menu ul li a {
	border-top: 1px solid #ececec;
	padding: 10px 0 10px 0;
	}

	nav#mobile-menu ul li ul li {
	padding: 0;
	font-size: 12px;
	}

	nav#mobile-menu ul li ul li a {
	padding-left: 10px;
	position: relative;
	}

	nav#mobile-menu ul li ul li a:before {
	font-family: 'FontAwesome';
	content: '\f054';
	color: #ececec;
	padding-right: 7px;
	font-size: 7px;
	position: absolute;
	left: 0;
	top: 14px;
	}


	nav#mobile-menu ul li ul {
	display: none;
	}

	nav#mobile-menu ul li.menu-item-has-children:hover ul {
	display: block !important;
	}





	/* end mobile menu */
	
	div#header, div#container, div#slider-area, div#footer-inside, div#four-boxes, div#three-boxes {
	width: 100%;
	}

	div#slider-area {
	margin-top: 0px;
	height: auto;
	margin-bottom: 0px;
	}

	div#footer-left {
	width: 100%;
	}

	div#footer-middle {
	width: 100%;
	}

	div#footer-middle .frame {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	}

	div#footer-right {
	width: 100%;
	}

	div.main {
	width: 66.6%;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	margin-bottom: 0px;
	}

	div#sidebar {
	width: 33.3%;
	}

	div.widget {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	margin-bottom: 0px;
	}


	div#four-boxes {
	margin-bottom: 0px;
	}

	div#four-boxes a {
	width: 25%;
	height: auto;
	font-size: 20px!important;
	background-size: cover;
	margin-right: 0px;
	}



	div#three-boxes {
	margin-bottom: 0px;
	}

	div#three-boxes div#recent-posts, div#three-boxes div#find-my-nearest-centre, div#three-boxes div#about-us {
	width: 100%;
	height: auto;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	margin-right: 0px;
	margin-bottom: 0px;
	}

	div#four-boxes a:nth-child(even):hover {
	-webkit-transform: rotate(0deg); 
	-moz-transform: rotate(0deg); 
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg); 
	}

	div#four-boxes a:nth-child(odd):hover {
	-webkit-transform: rotate(0deg); 
	-moz-transform: rotate(0deg); 
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg); 
	}

	div#three-boxes div#recent-posts h2 {
	color: #ec008c;
	border-bottom: 4px solid #ec008c;
	padding-bottom: 0px;
	background-color: #ffffff;
	margin-left: 40px;
	margin-right: 40px;
	padding-left: 0px;
	}

	div.main {
	width: 100%;
	}
	
	div#sidebar {
	width: 100%;
	}

	div.segment.opening-hours span.day {
	display: block;
	float: left;
	clear: left;
	}
	
	div.segment.opening-hours span.time {
	display: block;
	float: right;
	}

	div.mobile-phone {
	display: block;
	margin-bottom: 20px;
	}

	div.mobile-phone a:link {color: #455560; text-decoration: none;}
	div.mobile-phone a:visited {color: #455560; text-decoration: none;}
	div.mobile-phone a:hover {color: #0084cb; text-decoration: none;}
	div.mobile-phone a:active {color: #455560; text-decoration: none;}


	div.mobile-phone a {
	font-family: 'volkswagen-serial-extraboldRg';
	font-size: 24px;	
	}

	div.mobile-phone a:before {
	font-family: FontAwesome;
	content: '\f098';	
	color: #acb3b7;
	padding-right: 10px;
	font-size: 34px;
	position: relative;
	top: 4px;
	}


	div#three-buttons {
	height: auto;
	line-height: 40px;	
	}

	div#three-buttons ul {
	width: 100%;	
	font-size: 14px;
	text-align: center;
	position: static !important;
	top: 0;
	right: 0;
	display: block;
	}

	div#three-buttons ul li {
	display: block;	
	}

	div#three-buttons ul li a {
	padding-left: 0px;
	padding-right: 0px;
	}

	div#three-buttons ul li a.book-court {
	background-color: #98d000;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	padding-right: 10px;
	position: relative;
	left: 0px;
	}



	div#three-buttons ul li a.shop-online {
	background-color: #ec008c;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	padding-right: 10px;
	position: relative;
	left: 0px;
	}

	div#three-buttons ul li a.become-a-member {
	background-color: #455560;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	padding-right: 10px;
	position: relative;
	left: 0px;
	}

	div#three-buttons ul li a.my-account {
	background-color: #0084cb;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	position: relative;
	}

	div#three-buttons ul li a:hover {
	background-color: #ffffff;
	}


	img {
	max-width:100%!important;
	height: auto!important;
	}


	/* start button menu */

	ul#menu-button-menu {
	font-family: 'volkswagen-serial-extraboldRg';
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	}

	ul#menu-button-menu li {
	display: block;
	float: left;
	width: 25%;
	}

	ul#menu-button-menu li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	}

	ul#menu-button-menu li a:hover {
	color: #455560;
	background-color: #ffffff;
	}

	/* Enrol */		li#menu-item-934 a {background-color: #98d000;}
	/* Shop Online */	li#menu-item-634 a {background-color: #ec008c;}
	/* Become a Member */	li#menu-item-635 a {background-color: #455560;}
	/* My Account */	li#menu-item-636 a {background-color: #0084cb; -webkit-border-bottom-right-radius: 0px; -moz-border-radius-bottomright: 0px; border-bottom-right-radius: 0px; padding-right: 0px !important;}

	/* Enrol */		li#menu-item-934 {position: relative; left: 0px;}
	/* Shop Online */	li#menu-item-634 {position: relative; left: 0px;}
	/* Become a Member */	li#menu-item-635 {position: relative; left: 0px;}
	/* My Account */	li#menu-item-636 {}


	/* start submenu */

	ul#menu-button-menu li {
	position: relative;
	}

	ul#menu-button-menu li ul {
	display: none;
	}

	ul#menu-button-menu li li {
	display: block;
	padding: 0px 0 0px 0;
	}

	ul#menu-button-menu li li a {
	color: #455560;
	background-color: transparent;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	padding: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 20px;
	}

	ul#menu-button-menu li li a:hover {
	color: #98d000;
	background-color: transparent;
	}

	/* end submenu */

	/* end button menu */




}

@media only screen and (max-width: 480px) {

	html {
	min-width: 100%;
	}
	
	div#footer-left, div#footer-right {
	width: 100%;
	}

	div#three-buttons {
	height: auto;
	line-height: 40px;	
	}

	div#three-buttons ul {
	width: 100%;	
	font-size: 14px;
	text-align: center;
	position: static !important;
	top: 0;
	right: 0;
	display: block;
	}

	div#three-buttons ul li {
	display: block;	
	}

	div#three-buttons ul li a {
	padding-left: 0px;
	padding-right: 0px;
	}

	div#three-buttons ul li a.book-court {
	background-color: #98d000;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	padding-right: 10px;
	position: relative;
	left: 0px;
	}



	div#three-buttons ul li a.shop-online {
	background-color: #ec008c;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	padding-right: 10px;
	position: relative;
	left: 0px;
	}

	div#three-buttons ul li a.become-a-member {
	background-color: #455560;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	padding-right: 10px;
	position: relative;
	left: 0px;
	}

	div#three-buttons ul li a.my-account {
	background-color: #0084cb;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	position: relative;
	}

	div#three-buttons ul li a:hover {
	background-color: #ffffff;
	}

	div#header {
	height: auto;
	}

	div#header img#logo {
	position: static;
	padding: 20px 0 20px 0;
	}

	div#search-area, div#phone-and-facebook {display:none}

	div#four-boxes a br {
	display: none;
	}

	div#four-boxes a {
	width: 100%;
	height: auto;
	font-size: 20px!important;
	background-size: auto 70%;
	background-position: left 10px center;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	text-indent: 55px;
	}

	div#recent-posts {
	padding-top: 20px;
	}

	div#footer div#footer-left div.frame {
	padding-bottom: 0px;
	}

	div#footer div#footer-right div.frame {
	padding-top: 10px;
	}

	span.credit {
	padding: 50px 40px 50px 40px;	
	line-height: 2;
	font-size: 14px
	}

	span.credit .mdash {display: none}

	span.credit .kandb, span.credit .copyright {
	display: block;
	clear: both;
	}

	div.type-post img.attachment-medium {
	float: none;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	}

	div.has-post-thumbnail div.blog-index {
	float: none;
	width: 100%;
	}


	#paging_container ul.content li {
	width: 100%;
	float: none;
	}


	div.tab-menu-con {
	display: inline-block !important;
	width: 100% !important;
	float: none !important;
	background-color: #98d000;
	color: #ffffff;
	height: 50px;
	line-height: 50px;
	font-family: 'volkswagen-serial-extraboldRg';
	font-size: 14px;
	text-transform: lowercase;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	margin-bottom: 5px !important;
	background-image: url(images/white.png);
	background-repeat: no-repeat;
	background-position: right;
	overflow: visible;
	}

	div.gallery img {
	border: 6px solid #ececec;
	height: 65px;
	width: 93px;
	}

	div.mobile-phone {
	display: block;
	margin-bottom: 20px;
	}

	div.mobile-phone a:link {color: #455560; text-decoration: none;}
	div.mobile-phone a:visited {color: #455560; text-decoration: none;}
	div.mobile-phone a:hover {color: #0084cb; text-decoration: none;}
	div.mobile-phone a:active {color: #455560; text-decoration: none;}


	div.mobile-phone a {
	font-family: 'volkswagen-serial-extraboldRg';
	font-size: 24px;	
	}

	div.mobile-phone a:before {
	font-family: FontAwesome;
	content: '\f098';	
	color: #acb3b7;
	padding-right: 10px;
	font-size: 34px;
	position: relative;
	top: 4px;
	}

	ul#menu-button-menu li {
	display: block;
	float: none;
	width: 100%;
	}


	div#footer-middle .frame {
	padding-top: 20px !important;
	padding-bottom: 30px !important;
	}





}