@import url(https://fonts.googleapis.com/css?family=Lato:400,300,100,100italic,300italic,400italic,700,700italic,900,900italic);
@import url("fonts.css");
/*  CSS definations for Kia Ventura  */
/*-------------------------------------------------------------------------------------------

INDEX:

0. RESET

1. SETUP
	1.1 Defaults
	1.2 Common Tages

2. SITE STRUCTURE & APPEARANCE
	2.1 Header
		2.1.1 Logo
		2.1.2 Navigation
	2.2 Showcase
	2.3 Anchors
	2.4 Banner
	2.5 Main Container
		2.5.1 Breadcrumb
		2.5.2 Featured Box
		2.5.3 Price Box
		2.5.4 Testimonial Box
		2.5.5 Get Ready
		2.5.6 Table
		2.5.7 Search Box
		2.5.8 Tilte
		2.5.9 Fillform
		2.5.11 Profile Box
		2.5.12 Contact Details
		2.5.13 Login Details
		2.5.14 Specification
		2.5.15 Team Captains
		2.5.16 Selling Points
		2.5.17 Live Stats
		2.5.18 Rating
		2.5.19 Contact Bar
		2.5.20 Facilities
		2.5.21 Map
		2.5.22 Reviews Box
		2.5.23 Social Media
		2.5.24 Filters
	2.6 Footer
		2.6.1 Footer Nav
		2.6.2 Search Bar
		2.6.3 Footer Links

-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	outline:none;
}


.bold {font-weight: 700!important;}
.light {font-weight: 100!important;}
.italic {font-style: italic;}

.size-11 {font-size: 11px!important}
.size-12 {font-size: 12px!important}
.size-14 {font-size: 14px!important}
.size-16 {font-size: 16px!important}
.size-18 {font-size: 18px!important}
.size-20 {font-size: 20px!important}
.size-22 {font-size: 22px!important}
.size-24 {font-size: 24px!important}
.size-26 {font-size: 26px!important}
.size-28 {font-size: 28px!important}

.pl-30 {padding-left: 30px!important;}

.mr-3 {margin-right: 3px!important;}
.mr-6 {margin-right: 6px;}
.mr-8 {margin-right: 8px;}
.mr-10 {margin-right: 10px;}
.mr-12 {margin-right: 12px;}
.mr-16 {margin-right: 16px;}
.mr-20 {margin-right: 20px;}
.mr-30 {margin-right: 30px;}
.ml-8 {margin-left: 8px;}
.ml-10 {margin-left: 10px;}
.ml-36 {margin-left: 36px;}
.mb-0 {margin-bottom: 0px;}
.mb-10 {margin-bottom: 10px!important;}
.mb-16 {margin-bottom: 16px!important;}
.mb-20 {margin-bottom: 20px!important;}
.mb-24 {margin-bottom: 24px!important;}
.mb-30 {margin-bottom: 30px!important;}
.mb-32 {margin-bottom: 32px!important;}
.mb-50 {margin-bottom: 50px!important;}
.mt-10 {margin-top: 10px;}
.mt-20 {margin-top: 20px;}
.mt-30 {margin-top: 30px;}
.mt-40 {margin-top: 40px;}

.white {color: #FFFFFF!important; fill: #FFFFFF!important;}
.black {color: #222222!important; fill: #222222!important;}
.lt-blue {color: #0066CC!important; fill: #0066CC!important;}
.blue {color: #275AA8!important; fill: #275AA8!important;}
.dark-blue {color: #083F6F!important; fill: #083F6F!important;}
.green {color: #18A854!important; fill: #18A854!important;}
.dark-green {color: #0F8542!important; fill: #0F8542!important;}
.red {color: #C85C5B!important; fill: #C85C5B!important;}
.dark_red {color: #953332!important; fill: #953332!important;}
.gray {color: #898989!important; fill: #898989!important;}
.purple {color: #724898!important; fill: #724898!important;}
.brown {color: #6B4400!important; fill: #6B4400!important;}
.orange {color: #FF9900!important; fill: #FF9900!important;}

.bg-green {background: #18A854!important; border:2px solid #18A854}
.bg-red {background: #C85C5B!important;}
.bg-orange {background: #E78041!important;}
.bg-white {background: #FFFFFF!important;}
.bg-blue {background: #083F6F!important;}
.no-bg {background: transparent!important;}
.bg-gray {background: #f0f0f0!important;}
.bg-green:hover {background: #ffffff!important; color:#18A854!important; fill: #18A854!important; border:2px solid #18A854;}
.bg-red:hover {background: #ffffff!important; color:#C85C5B!important; border:2px solid #C85C5B;}
.bg-purple {background: #724898!important;}




/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */
h1, h2, h3, h4, h5, h6, strong {
	font-weight:bold;
}
i, em {
	font-style:italic;
}
.left {
	float:left;
}
.right {
	float:right;
}
.alignleft {
	text-align:left;
}
.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}
.spacer-top-8 {
	margin-top:8px;
}
.spacer-top-15 {
	margin-top:15px;
}
.spacer-top-30 {
	margin-top:30px;
}
.spacer-btm-47 {
	margin-bottom:47px;
}
.spacer-btm-77 {
	margin-bottom:77px;
}
.spacer-btm-70 {
	margin-bottom:70px;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: '';
}
.clearfix:after {
	clear: both;
}
.clear {
	clear:both;
	line-height:1px;
	height:1px;
}
textarea {
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif; /* Body Font Family Will Come Here */
}
a {
	color:#333;
	text-decoration:none;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition: all 0.6s ease;
}
a:hover {
	color:#000;
}
p {
	line-height:24px;
	font-weight:300;
}
address {
	font-style:normal;
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* 1.2 Common Tags */
.heading {
	margin-bottom:42px;
	color:#222;
	font-size:36px;
	font-weight:300;
}
.heading strong {
	margin-bottom:12px;
	display:block;
	color:#18a854;
	font-size:20px;
	font-weight:400;
	text-transform:uppercase;
}
.form-control,
.textarea {
	font-family: Lato, sans-serif;
	background:#fff;
	border:2px solid #d1d1d1;
	box-shadow:none;
	height:40px;
	line-height:40px;
	padding:5px 10px;
	margin-bottom:10px;
	color:#222;
	font-size:16px;
	font-weight:400;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}
.cardPanel .form-control {
	margin-bottom:0px;
}
.textarea {
	min-height:120px;
	line-height:normal;
	padding-top:10px;
	margin-bottom:21px;
	resize:vertical;
}
.btn-primary {
	font-family: 'Lato', sans-serif;
	background:#18a854;
	border:2px solid transparent;
	height:44px;
	line-height:40px;
	padding:0 18px;
	margin-right:17px;
	display:inline-block;
	color:#fff;
	font-size:16px;
	font-weight:400;
	text-transform:uppercase;
	cursor:pointer;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.btn-primary:hover {
	background:transparent;
	border:2px solid #18a854;
	color:#18a854;
}
.btn-secondary {
	font-family: 'Lato', sans-serif;
	background:transparent;
	border:2px solid #18a854;
	height:45px;
	line-height:43px;
	padding:0 23px 0 18px;
	display:inline-block;
	color:#18a854;
	font-size:16px;
	font-weight:400;
	text-transform:uppercase;
	cursor:pointer;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.btn-secondary:hover {
	background:#18a854;
	border:2px solid transparent;
	color:#fff;
}
.select-row {
	margin-bottom:20px;
}
.select-row ul {
	width:100%;
}
.style-select{
	background:#fff;
	border:2px solid #d1d1d1;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	width:57px;
	height:40px;
	line-height:40px;
	margin:0 10px;
	float:left;
	position:relative;
}
select.select{
	width:100% !important;
	height:40px !important;
	line-height:40px;
	position:relative;
	z-index:10;
}
span.select{
	background:url(/images/bg_select2.png) no-repeat right 2px;
	width:100%;
	height:40px;
	line-height:40px;
	float:left;
	cursor:default;
	font-size:16px;
	color:#222;
	text-indent:10px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}

/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
body {
	background:#fff;
	font-family: 'Lato', sans-serif;
	font-size:16px;
	color:#222;
}

/* 2.1 Header */
.header {
	padding:22px 0 16px 0;
}
/* 2.1.1 Logo */
.logo {
	width:320px;
	margin-left:11px;
	float:left;
}
/* 2.1.2 Navigation */
.navigation,
.navigation ul {
	float:right;
}
.navigation {
	padding-right:17px;
	text-transform:uppercase;
}
.navigation li {
	line-height:45px;
	margin-left:26px;
	float:left;
}
.navigation li:first-child {
	margin-left:0;
}
.navigation li a {
	display:block;
	color:#3560CD;
	font-size:15px;
}
.navigation li a:hover,
.navigation li.active a {
	color:#18a854;
}
.navigation .sign-up {
	background:#18a854;
	width:100px;
	line-height:45px;
	display:block;
	margin-left:20px;
	float:right;
	color:#fff;
	font-size:17px;
	text-align:center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	overflow:hidden;
}
.navigation .sign-up:hover {
	background:#1dc362;
	color:#fff;
}
.navigation .login {
	background:transparent;
	width:80px;
	line-height:42px;
	display:block;
	margin-left:20px;
	float:right;
	color:#18a854;
	font-size:17px;
	text-align:center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 2px solid #18a854;
	border-radius:5px;
	overflow:hidden;
}
.navigation .login:hover {
	background:#18a854;
	border:2px solid transparent;
	color:#fff;
}
.menu-icon {
	display:none;
}

/* 2.2 Showcase */
.no-webp .showcase {
	background:url(/images/bg_showcase.png) no-repeat right top #093f6e;
	min-height:364px;
}
.webp .showcase {
	background:url(/images/bg_showcase.webp) no-repeat right top #093f6e;
	min-height:364px;
}

.showcase-caption {
	width:480px;
	padding:62px 0 0 0;
	color:#fff;
}
.showcase-caption h3 {
	line-height:36px;
	margin-bottom:23px;
	font-size:28px;
	font-weight:300;
}
.showcase-caption p {
	line-height:26px;
	margin-bottom:27px;
}
.showcase-caption .btn-primary {
	height:45px;
	line-height:41px;
}

/* 2.3 Anchors */
.anchors {
	background:#0c5fa8;
	line-height:73px;
	color:#fff;
	text-transform:uppercase;
}
.anchors h3 {
	margin-right:35px;
	float:left;
	font-weight:400;
}
.anchors li {
	margin-left:45px;
	float:left;
}
.anchors li:first-child {
	margin-left:0;
}
.anchors li img {
	margin-right:12px;
}
.anchors li a {
	color:#fff;
}
.anchors li a:hover {
	color:#b6dbfc;
}

/* 2.4 Banner */
.banner {
	background:url(/images/bg_banner.jpg) no-repeat center top #155089;
	height:438px;
	margin-bottom:83px;
	color:#fff;
	position:relative;
}
.banner:before {
	content:'';
	background:#093f6e;
	width:100%;
	height:438px;
	margin-left:-315px;
	position:absolute;
	left:-50%;
	top:0;
}
.banner-txtb {
	padding:56px 0 0 10px;
	color:#fff;
}
.banner strong {
	margin-bottom:20px;
	display:block;
	font-size:20px;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:1.2px;
}
.banner h2 {
	line-height:43px;
	margin-bottom:25px;
	font-size:36px;
	font-weight:300;
	letter-spacing:0.3px;
}
.banner ul {
	margin-left:5px;
}
.banner li {
	background:url(/images/ico_right.png) no-repeat left 6px;
	line-height:24px;
	padding-left:45px;
	margin-bottom:12px;
	font-weight:300;
	letter-spacing:0.2px;
}
.banner-imgb {
	margin-top:108px;
	text-align:right;
}
.banner-img-ranking-hero {
	margin-top:130px;
	text-align:right;
}

/* 2.5 Main Container */
.main-container {
	width:100%;
}
/* 2.5.1 Breadcrumb */
.breadcrumb {
	background:none;
	padding:0;
	margin:0 0 37px 0;
	border-radius:0;
}
.breadcrumb li {
	background:url(/images/bg_breadcrumb.png) no-repeat left center;
	float:left;
	padding-left:20px;
	margin-left:18px;
	color:#bfbfbf;
	font-size:20px;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:0.9px;
}
.breadcrumb li:first-child {
	background:none;
	padding-left:0;
	margin-left:0;
}
.breadcrumb li a {
	color:#bfbfbf;
}
.breadcrumb li a:hover,
.breadcrumb li.active a {
	color:#18a854;
}
/* 2.5.2 Featured Box */
.featured-block h3 {
	line-height:42px;
	margin-bottom:20px;
	font-size:32px;
	font-weight:300;
}
.selling-block p {
	background:url(/images/ico_right2.png) no-repeat left 7px;
	padding-left:46px;
	margin-bottom:18px;
}
.featured-imgb {
	text-align:center;
}
.btn-box {
	margin-bottom:48px;
	text-align:center;
}
/* 2.5.3 Price Box */
.price-box {
	background:#f0efef;
	padding:45px 0 53px 0;
}
.price-box h4 {
	border-bottom:1px solid #b0b0b0;
	padding-bottom:11px;
	margin-bottom:14px;
	overflow:hidden;
}
.price-box p {
	font-style:italic;
	letter-spacing:0.4px;
}
.price-box .col1 {
	margin-bottom:15px;
}
.price-box .col1 span {
	margin-top:19px;
	display:block;
	color:#18a854;
}
.price-box .plus {
	float:right;
	margin:12px 0 0 26px;
}
.price-box .col2 {
	margin-bottom:18px;
}
.price-box .col2 .label {
	line-height:35px;
	float:left;
	padding:0;
	margin:0 6px 0 0;
	color:#222;
	font-size:16px;
	font-weight:400;
}
.price-box .col2 .form-control {
	background:#fff;
	border:2px solid #d1d1d1;
	width:77px;
	height:35px;
	line-height:35px;
	float:left;
	padding:5px 10px;
	margin-right:8px;
	color:#222;
	font-size:16px;
	text-align:right;
	font-weight:300;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.price-box .col2 span {
	background:url(/images/ico_multiple.png) no-repeat left 5px;
	line-height:34px;
	padding-left:22px;
	font-weight:300;
}
.price-box .col3 .dollar {
	float:left;
	margin-right:18px;
	color:#18a854;
	font-size:36px;
	font-weight:400;
}
.price-box .col3 .dollar img {
	margin:-2px 26px 0 0;
}
.price-box .col3 .txtb {
	padding-top:4px;
	overflow:hidden;
}
.price-box .col3 .txtb strong {
	margin-bottom:2px;
	display:block;
	font-weight:400;
}
.price-box .col3 .txtb p {
	line-height:19px;
	font-style:normal;
}
/* 2.5.4 Testimonial Box */
.testimonial-box {
	padding:47px 0 65px 0;
}
.testimonial-box .heading {
	margin-bottom:55px;
}
.testimonial-box .imgb {
	width:129px;
	height:129px;
	float:left;
	margin:-20px 25px 0 17px;
	display:block;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}
.testimonial-box .imgb img {
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}
.testimonial-box .txtb {
	overflow:hidden;
}
.testimonial-box blockquote {
	padding:0 100px 0 27px;
	margin-bottom:28px;
	position:relative;
	letter-spacing:0.3px;
}
.testimonial-box blockquote p {
	font-style:italic;
}
.testimonial-box blockquote:before {
	content:'';
	background:url(/images/ico_quote.png) no-repeat left top;
	width:22px;
	height:18px;
	display:block;
	position:absolute;
	left:0;
	top:-2px;
}
.testimonial-box blockquote p span {
	background:url(/images/ico_quote2.png) no-repeat right bottom;
	width:22px;
	height:18px;
	margin-left:5px;
	display:inline-block;
	text-indent:-9999px;
}
.testimonial-box cite {
	padding-left:27px;
}
/* 2.5.5 Get Ready */
.get-ready {
	background:#093f6e;
	padding:47px 0 50px 0;
	color:#fff;
	text-align:center;
}
.get-ready h3 {
	margin-bottom:35px;
	color:#fff;
	font-size:36px;
	font-weight:300;
}
.get-ready .btn-primary:hover {
	background:#fff;
	border:2px solid transparent;
	color:#18a854;
}
.solution-box {
	background:#f0efef;
	padding:68px 0 30px 0;
}
.solution-box .heading {
	margin-bottom:57px;
}
/* 2.5.6 Table */
.table thead tr {
	color:#777373;
	font-size:20px;
	font-weight:400;
	text-transform:uppercase;
}
.table thead tr td {
	padding:18px 8px !important;
}
.table td {
	width:25%;
	line-height:20px;
	padding:12px 8px 10px 8px !important;
	text-align:center;
	vertical-align:middle !important;
}
.table td:first-child {
	text-align:left;
}
.table td.green {
	background:#18a854;
	color:#fff;
}
.table td.light-gray {
	background:#f9f9f9;
}
.table-responsive .btn-primary {
	margin:0 0 10px 0;
}

span.compSubText {
	color: #898989;
}

/* 2.5.7 Search Box */
.search-box {
	padding:60px 0 53px 0;
}
.search-box .heading {
	margin-bottom:55px;
	text-align:center;
}
.search-col {
	font-size:20px;
}
.search-col .imgb {
	width:268px;
	float:left;
	margin-right:22px;
	text-align:center;
}
.search-col .txtb {
	overflow:hidden;
}
.search-col h4 {
	line-height:24px;
	margin-bottom:9px;
	color:#18a854;
	font-size:20px;
	font-weight:400;
	text-transform:uppercase;
}
.search-col p {
	margin-bottom:19px;
}
/* 2.5.8 Tilte */
.title, .title-short {
	background:#3851A3;
	padding:58px 0 49px 0;
	color:#fff;
}
.title-short {
	padding:24px 0 16px 0;
}
.title h2, .title-short h2 {
	margin:0 0 21px 8px;
	font-size:36px;
	/* font-weight:300; */
}
.title p, .title-short p {
	margin-left:8px;
}
/* 2.5.9 Fillform */
.fillform {
	padding:40px 0;
}
.fillform h3 {
	margin-bottom:32px;
	color:#222;
	font-size:32px;
	font-weight:300;
	letter-spacing:0.5px;
}
.fillform .label {
	display:block;
	padding:0;
	margin:0 0 9px 3px;
	color:#222;
	font-size:16px;
	text-align:left;
	font-weight:700;
}
.fillform .label sup {
	color:#18a854;
	top:0;
}

/* 2.5.11 Profile Box */
.form-control-error {
	background-color: #fed4d4;
	height:38px;
	line-height:38px;
}
.form-control-error:after {
  position: absolute;
  font-family: 'FontAwesome';
  top: 0;
  left: 10px;
  content: "\f005";
}


.profile-box {
	border-bottom:1px solid #eaeaea;
	padding-bottom:10px;
	margin-bottom:33px;
}
.profile-row {
	border-bottom:1px solid #eaeaea;
	margin-bottom:19px;
}
.profile-box .form-control2 {
	background:url(/images/ico_right4.png) no-repeat right center #f3f2f2;
	height:38px;
	line-height:38px;
}
.profile-box .select-row2 {
	width:165px;
	float:left;
}
.fillform .green-color {
	line-height:39px;
	margin-left:15px;
	color:#18a854;
	font-weight:700;
}
.fillform .green-link {
	color:#18a854;
	font-weight:300;
}
.profile-row2 {
	margin-bottom:26px;
}
.profile-row2 .label {
	margin-bottom:11px;
}
.profile-row2 .form-control {
	width:748px;
	height:42px;
	line-height:42px;
	float:left;
}
.profile-row3 .col1 {
	width:164px;
	float:left;
	margin-right:29px;
}
.profile-row3 .col2 .label,
.profile-row3 .col2 .multiselect {
	color:#adacac;
}
.profile-row3 .col2 .btn-group {
	border:2px solid #e9e8e8;
}
.profile-imgb {
	border:1px solid #d1d1d1;
	margin:18px;
	text-align:center;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:4px;
}
.profile-imgb-in {
	background:#f3f2f2;
	padding-top:60px;
	height:234px;
}
.profile-imgb-in h4 {
	margin-bottom:27px;
	font-weight:400;
}
.profile-imgb-in .btn-secondary {
	padding:0 37px;
}
/* 2.5.12 Contact Details */
.login-details {
	border-bottom:1px solid #eaeaea;
	padding-bottom:38px;
	margin-bottom:33px;
}
.contact-details {
	border-bottom:1px solid #eaeaea;
	/* padding-bottom:38px; */
	margin-bottom:33px;
}
.contact-details h3,
.league-details h3,
.login-details h3,
.specification h3 {
	margin-bottom:23px;
	font-size:28px;
}
.contact-details p {
	margin-bottom:24px;
	letter-spacing:0.3px;
}
.contact-row {
	margin-bottom:37px;
}
.contact-row .form-control {
	width:294px;
	height:38px;
	line-height:38px;
	float:left;
	margin-bottom:23px;
}
.has-error .form-control {
	margin-bottom:5px;
}
.has-error .help-block {
	margin-bottom: 20px;
	color: #b94a48;
}

.contact-row .label {
	margin-bottom:10px;
}
.contact-row .label2 {
	margin:7px 0 0 15px;
	font-weight:300;
}
.contact-row .checkbox {
	float:left;
	margin:0 5px 0 0;
	font-size:16px;
	font-weight:300;
}
.read-more {
	/* background:url(/images/ico_more.png) no-repeat left center; 
	padding-left:30px; */
	line-height:21px;
	display:inline-block;
	color:#18a854;
	font-size:16px;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:0.8px;
}
.read-more:hover {
	color:#18a854;
}
.contact-row2 span,
.league-row2 span,
.specification span,
.login-row .content-gray,
.specification-row .content-gray {
	margin-left:8px;
	color:#595959;
	font-size:16px;
	font-weight:300;
	text-transform:none;
	letter-spacing:normal;
}
.contact-row2 .label {
	margin:0 0 11px 0;
}
.contact-row2 .col1 {
	width:294px;
	float:left;
	margin:0 12px 23px 0;
}
.contact-row2 .col2 {
	width:138px;
	float:left;
}
.contact-row2 .col2 .label {
	margin-left:8px;
}

/* 2.5.13 League Details */
.league-details {
	border-bottom:0px solid #eaeaea;
	/* padding-bottom:38px; */
	margin-bottom:0px;
}
.league-details p {
	line-height: 20px;
	font-style: 14px;
	margin-bottom: 4px;
	letter-spacing: .25px;
}
.league-row {
	margin-bottom:37px;
}
.league-row .form-control {
	width:294px;
	height:38px;
	line-height:38px;
	float:left;
	margin-bottom:23px;
}
.league-row .label {
	margin-bottom:10px;
}
.league-row .label2 {
	margin:7px 0 0 15px;
	font-weight:300;
}
.league-row .checkbox {
	float:left;
	margin:0 5px 0 0;
	font-size:16px;
	font-weight:300;
}
.league-row2 .label {
	margin:0 0 11px 0;
}
.league-row2 .col1 {
	width:294px;
	float:left;
	margin:0 12px 23px 0;
}
.league-row2 .col2 {
	width:138px;
	float:left;
}
.league-row2 .col2 .label {
	margin-left:8px;
}


/* 2.5.13 Login Details */
.login-details h3 {
	margin-bottom:28px;
}
.login-details .form-control {
	margin-bottom:0;
}
.login-row .label {
	margin-bottom:7px;
}
.login-row  span {
	margin-left:2px;
}
.login-row .col1 {
	width:360px;
	float:left;
	margin-bottom:8px;
}
.login-row .col2 {
	width:118px;
	float:left;
	margin-left:30px;
}
.login-row .label2 {
	margin:36px 0 0 7px;
	font-weight:300;
}
.login-row .checkbox {
	float:left;
	margin:0 15px 0 0;
	font-size:16px;
	font-weight:300;
}
.login-row .col2 .label {
	margin-bottom:14px;
}
.loading {
	height:23px;
	line-height:23px;
	display:inline-block;
	color:#f6a439;
	font-size:16px;
	font-weight:700;
}
.loading:hover {
	color:#595959;
}
/* 2.5.14 Specification */
.specification h3 {
	margin-bottom:35px;
}
.specification-row .select-row2 {
	width:262px;
	float:left;
	/* margin-bottom:33px; */
}
.btn-submit {
	background:#18a854;
	border:2px solid transparent;
	min-width:206px;
	height:56px;
	/* line-height:56px; */
	display:block;
	margin:25px auto;
	color:#fff;
	font-size:20px;
	font-weight:400;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:0.3px;
	cursor:pointer;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.btn-submit:hover {
	background:transparent;
	border:2px solid #18a854;
	color:#18a854;
}

.fillform .btn-submit {
	margin:40px auto 0 auto;
}
/* 2.5.15 Team Captains */
.team-details {
	padding:54px 0;
}
.team-details.bg-gray {
	background:#f0efef;
}
.team-details h3 {
	margin-bottom:20px;
	color:#18a854;
	font-size:20px;
	font-weight:400;
	text-transform:uppercase;
}
.team-details h4 {
	line-height:42px;
	margin-bottom:35px;
	color:#222;
	font-size:36px;
	font-weight:300;
}
.testimonial {
	border-bottom:1px solid #ebebeb;
	padding-bottom:29px;
	margin-bottom:35px;
}
.team-details.bg-gray .testimonial {
	border-bottom:1px solid #d3d2d2;
}
.testimonial .imgb {
	width:68px;
	height:68px;
	margin-right:15px;
	float:left;
}
.testimonial .txtb {
	padding-top:0px;
	overflow:hidden;
	color:#222;
}
.testimonial blockquote p {
	line-height:24px;
	font-style:italic;
	font-weight:300;
}
.testimonial blockquote cite {
	font-weight:400;
	font-style:normal;
}
.testimonial .date {
	display:block;
	font-weight:300;
}
.rating2 {
	padding-top:15px;
	float:right;
}
.rating2 li {
	margin-left:7px;
	float:left;
}
.rating2 li:first-child {
	margin-left:0;
}
.rating2 li span {
	background:url(/images/sprite_ball2.png) no-repeat left top;
	width:26px;
	height:26px;
	display:block;
	text-indent:-9999px;
}
.rating2 li.active span {
	background-position:right top;
}
/* 2.5.16 Selling Points */
.selling-points {
	margin-bottom:16px;
}
.team-details .mockup {
	text-align:center;
}
.team-details .mockup.padding-top {
	padding-top:26px;
}
.team-details .mockup .imgb {
	margin-bottom:6px;
}
.team-details .mockup .app-store {
	width:320px;
	margin:0 auto;
}
.blueBkg-box {
	background:#0c5fa8;
	padding:15px 0;
	color:#fff;
	font-size:8px;
	font-weight:300;
	text-align:center;
}
.blueBkg-box .blueBkg-logo {
	margin-bottom:36px;
}
.blueBkg-box p {
	margin-bottom:30px;
}
/* 2.5.17 Live Stats */
.live-stats {
	padding:47px 0 33px 0;
	color:#333;
}
.live-stats h3 {
	margin-bottom:50px;
	font-size:36px;
	font-weight:300;
	text-align:center;
}
.live-stats .won,
.live-stats .lost {
	line-height:19px;
	padding-top:73px;
	font-size:16px;
	text-transform:uppercase;
	text-align:center;
}
.live-stats .won span,
.live-stats .lost span {
	display:block;
	font-weight:300;
}
.matches-details {
	padding:0 2px;
	margin-bottom:20px;
}
.matches-played {
	background:url(/images/bg_matches_played.png) no-repeat left top;
	width:176px;
	min-height:176px;
	padding-top:60px;
	margin:0 15px 0 10px;
	float:left;
	text-align:center;
	text-transform:uppercase;
}
.matches-played .total {
	margin-bottom:7px;
	display:block;
	font-size:32px;
	font-weight:300;
}
.matches-played span {
	display:block;
}
.playing-stats h4 {
	margin-bottom:14px;
	font-weight:400;
	text-align:center;
	text-transform:uppercase;
}
.playing-stats h4 span {
	font-weight:300;
}
.playing-stats .won-area,
.playing-stats .lost-area {
	border-top:6px solid #18a854;
	width:195px;
	padding:0 20px;
	margin-bottom:20px;
}
.playing-stats .lost-area {
	border-top:6px solid #d67875;
	width:150px;
}
.playing-stats .won,
.playing-stats .lost {
	padding-top:10px;
}
.playing-stats2 .won-area {
	width:220px;
}
.playing-stats2 .lost-area {
	width:125px;
}
.signup-blog {
	line-height:24px;
	margin-bottom:20px;
	font-size:20px;
	font-weight:300;
	color:#222;
}
.signup-blog p {
	margin-bottom:24px;
}
.signup-blog h4 {
	margin-bottom:23px;
	font-weight:400;
}
/* 2.5.18 Rating */
.rating {
	padding-top:10px;
}
.rating h4 {
	margin-bottom:4px;
	padding-left:8px;
	font-weight:400;
}
.rating li {
	float:left;
}
.rating li span {
	background:url(/images/sprite_ball.png) no-repeat left top;
	width:42px;
	height:42px;
	display:block;
	text-indent:-9999px;
}
.rating li.active span {
	background-position:right top;
}
/* 2.5.19 Contact Bar */
.contact-bar {
	background:#6A8BF6;
	padding:10px 0;
	margin-bottom:28px;
}
.contact-bar li {
	line-height:53px;
	margin-left:79px;
	float:left;
	color:#fff;
	text-transform:uppercase;
	position:relative;
}
.contact-bar li:first-child {
	margin-left:0;
}
.contact-bar li a {
	display:block;
	padding:0 15px;
	color:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.contact-bar li:hover a,
.contact-bar li.active a {
	background:#3560CD;
}
.contact-bar li img {
	margin-right:15px;
}
.contact-bar li:hover .phone-pop-up {
	display:block;
}
.phone-pop-up {
	width:348px;
	padding-bottom:25px;
	top:-157px;
	left:-62px;
	position:absolute;
	display:none;
}
.phone-pop-up-in {
	background:#fff;
	box-shadow:rgba(0, 0, 0, 0.30) 0px 0px 5px;
	height:132px;
	padding:33px 22px 0 22px;
}
.phone-pop-up:after {
	content:" ";
	background:url(/images/ico_arrow.png) no-repeat left top;
	width:32px;
	height:25px;
	display:block;
	bottom:0;
	left:80px;
	position:absolute;
}
.phone-pop-up .ico-phone {
	width:63px;
	margin-right:20px;
	float:left;
}
.phone-pop-up .txtb {
	padding-top:10px;
	overflow:hidden;
}
.phone-pop-up .txtb h4 {
	line-height:24px;
	color:#434343;
	font-size:16px;
	font-weight:400;
}
.phone-pop-up .txtb h4 strong {
	display:block;
	color:#0c5fa8;
	font-size:20px;
	font-weight:300;
}
.phone-pop-up .btn-close {
	background:url(/images/ico_close.png) no-repeat left top;
	width:15px;
	height:15px;
	padding:0;
	display:block;
	right:15px;
	top:11px;
	text-indent:-9999px;
	position:absolute;
}
.contact-bar li:hover .phone-pop-up .btn-close {
	background:url(/images/ico_close.png) no-repeat left top;
}
.ad-banner {
	margin-bottom:48px;
	text-align:center;	
}
/* 2.5.20 Facilities */
.facilities {
	padding-bottom:23px;
}
.facilities h3 {
	margin-bottom:40px;
	color:#18a854;
	font-size:24px;
	font-weight:400;
	text-transform:uppercase;
}
.facilities-listing {
	margin-bottom:20px;
}
.facilities-listing li {
	line-height:29px;
	margin-bottom:18px;
	color:#222;
	font-weight:400;
}
.facilities-listing li span {
	font-weight:300;
}
.facilities-listing li img {
	margin-right:15px;
	float:left;
}
.facilities-listing li .txtb {
	overflow:hidden;
}
.facilities-listing li ul {
	margin-left:10px;
}
.facilities-listing li li {
	background:url(/images/bg_bullets.png) no-repeat left 6px;
	padding-left:30px;
	margin-bottom:0;
	font-weight:300;
}
.directions h3 {
	margin-bottom:18px;
}
/* 2.5.21 Map */
#facilityMapOverivew {
	width: 555px;
	height: 500px;
}
#closeCourtsMap {
	width: 457px; 
	height: 357px;
}

.map {
	margin:4px  0 15px 0;
	position:relative;
}
.map img {
	width:100%;
}
.map .full-screen {
	background:url(/images/ico_fullscreen.png) no-repeat left top;
	width:39px;
	height:35px;
	line-height:35px;
	display:block;
	text-indent:-9999px;
	left:12px;
	bottom:12px;
	position:absolute;
}
.map .full-screen:hover {
	background-position:left bottom;
}
.imgb-dummy {
	background:#f9f9f9;
	padding:10px 0;
	margin-bottom:15px;
	text-align:center;
}
/* 2.5.22 Reviews Box */
.reviews-box {
	background:#f0efef;
	padding:50px 0;
}
.reviews-box h3 {
	margin-bottom:27px;
	color:#18a854;
	font-size:24px;
	font-weight:400;
	text-transform:uppercase;
}
.average-rating {
	margin-bottom:42px;
}
.average-rating h4 {
	margin-right:15px;
	float:left;
	font-weight:400;
}
.average-rating h4 strong {
	padding-top:8px;
	display:block;
	font-size:28px;
	font-weight:400;
	text-align:center;
}
.average-rating h4 strong span {
	color:#18a854;
}
.average-rating li {
	width:71px;
	margin-left:2px;
	float:left;
	text-align:center;
}
.average-rating li:first-child {
	margin-left:0;
}
.average-rating li strong {
	margin-bottom:4px;
	display:block;
	font-weight:400;
}
.average-rating li span {
	border-top:5px solid #18a854;
	padding-top:7px;
	display:block;
}
.average-rating li.average-rating1 {
	width:128px;
}
.average-rating li.average-rating2 span {
	border-top:5px solid #3ab86f;
}
.average-rating li.average-rating3 span {
	border-top:5px solid #6bcd94;
}
.average-rating li.average-rating4 span {
	border-top:5px solid #95dab2;
}
.average-rating li.average-rating5 {
	width:90px;
	margin-left:5px;
}
.average-rating li.average-rating5 span {
	border-top:5px solid #cfe9da;
}
.reviews-box .testimonial {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:25px;
}
.reviews-box .testimonial .profile-area {
	border-bottom:1px solid #d1d1d1;
	padding-bottom:5px;
	margin-bottom:16px;
}
.reviews-box  .testimonial .txtb {
	padding-top:16px;
}
.reviews-box  .testimonial .txtb cite {
	display:block;
	margin-bottom:8px;
}
.reviews-box .btn-box {
	margin-bottom:0;
	float:left;
}
.reviews-box .btn-box .btn-primary {
	margin-left:10px;
}
/* 2.5.23 Social Media */
.social-media h4 {
	line-height:47px;
	margin-right:10px;
	color:#787777;
	font-weight:400;
	float:left;
	text-transform:uppercase;
}
.social-media ul {
	float:left;
}
.social-media li {
	margin-left:6px;
	float:left;
}
.social-media li:first-child {
	margin-left:0;
}
.social-media li a {
	background:url(/images/sprite_pagination.png) no-repeat left top;
	width:47px;
	height:47px;
	line-height:47px;
	display:block;
	text-indent:-9999px;
}
.social-media li.facebook a {
	background-position:left top;
}
.social-media li.facebook a:hover {
	background-position:left bottom;
}
.social-media li.gplus a {
	background-position:-53px top;
}
.social-media li.gplus a:hover {
	background-position:-53px bottom;
}
.social-media li.twitter a {
	background-position:-106px top;
}
.social-media li.twitter a:hover {
	background-position:-106px bottom;
}
.contact-box {
	padding:53px 0 45px 0;
}
.contact-box h3 {
	margin-bottom:10px;
	color:#18a854;
	font-size:24px;
	font-weight:400;
	text-transform:uppercase;
}
.contact-box .map {
	margin-top:0;
}
.contact-column {
	padding-top:3px;
}
/* 2.5.24 Filters */
.filters {
	margin-bottom:13px;
}
.filters h4 {
	margin-bottom:10px;
	font-weight:400;
}
.filters li {
	margin-right:15px;
	float:left;
}
.filters li label {
	display:block;
	font-weight:300;
}
.location {
	margin-bottom:8px;
}
.location .location-row {
	border-top:1px solid #ededed;
	padding:15px 0px 0px 9px;
}
.location .location-row:first-child {
	border-top:none;
}
.location .location-row .ico-location {
	/* background:url(/images/ico_location.png) no-repeat left top; */
	background:url(/images/greenMarker_blank1x.svg) no-repeat left top;
	width:30px;
	height:42px;
	padding-top:7px;
	margin-right:8px;
	float:left;
	color:#fff;
	text-align:center;
}
.location .location-row .txtb {
	padding-top:2px;
	overflow:hidden;
}
.location .location-row h4, .location .location-row h4 a {
	margin-bottom:8px;
	color:#18a854;
	font-weight:400;
}
.location .location-row address {
	font-weight:300;
}
.location .location-row .rating2 {
	padding-top:0;
}
.contact-column .btn-box {
	float:left;
	margin-bottom:0;
}

/* 2.6 Footer */
.footer-top {
	background:#18a854;
	padding:18px 0;
}
/* 2.6.1 Footer Nav */
.footer-nav li {
	line-height:37px;
	margin-left:25px;
	float:left;
}
.footer-nav li:first-child {
	margin-left:0;
}
.footer-nav li a {
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
}
.footer-nav li a:hover {
	color:#b7fed5;
}
/* 2.6.2 Search Bar */
.footerSearch::-moz-placeholder { color:#ffffff; font-size:16px;}
.footerSearch::-webkit-placeholder { color:#ffffff; font-size:16px;}
.footerSearch::-webkit-input-placeholder { color:#ffffff; font-size:16px;}
/* .footerSearch:-moz-placeholder{ color:#ffffff; font-size:16px;}
   .footerSearch:-ms-placeholder{ color:#ffffff; font-size:16px;} */

.search-bar {
	background:#46b976;
	padding:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.search-bar .form-control {
	background:none;
	border:none;
	width:228px;
	height:37px;
	line-height:37px;
	padding:0 17px;
	margin-bottom:0;
	float:left;
	color:#fff;
	font-size:16px;
	font-weight:300;
}
.btn-search {
	background:none;
	border:none;
	line-height:37px;
	padding:0;
	margin-right:4px;
	float:right;
	color:#fff;
	font-size:20px;
}
.btn-search:hover {
	color:#d2ffe5;
}
.footer-bottom {
	background:#0f823f;
	line-height:24px;
	padding:30px 0 3px 0;
	color:#fff;
}
.footer-bottom h5 {
	margin-bottom:13px;
	font-size:16px;
	font-weight:400;
	text-transform:uppercase;
}
.footer-bottom a {
	color:#fff;
}
.footer-bottom a:hover,
.footer-links li.active a {
	color:#81dba6;
}
.contact-info {
	margin-bottom:30px;
}
.contact-info cite {
	display:block;
}
.contact-info cite span {
	font-weight:300;
}
/* 2.6.3 Footer Links */
.footer-links {
	margin-bottom:30px;
}

.search-result-box {
	padding:40px 0 67px 0;
}
/* Search Box */
.search-box2 {
	background:#f3f2f3;
	padding:28px 23px 26px 16px;
	margin-bottom:23px;
}
.serach-bar .input-search {
	width:248px;
	height:39px;
	float:left;
}
.serach-bar .form-control::-moz-placeholder {
	color:#222;
}
.serach-bar .btn-search-bar {
	background:#18a854;
	font-family: 'Lato', sans-serif;
	border:none;
	box-shadow:none;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	width:56px;
	height:38px;
	color:#fff;
	font-size:16px;
	text-align:center;
	display:block;
	text-transform:uppercase;
	float:right;
	padding:0;
}
.serach-row label {
	line-height:40px;
	float:left;
	color:#222;
	font-size:16px;
}
/* Filters */
.filters2 {
	background:#f3f2f3;
	padding:32px 23px 34px 16px;
	margin-bottom:23px;
}
.filters2 h3 {
	margin-bottom:24px;
	color:#18a854;
	font-size:20px;
	font-weight:400;
	text-transform:uppercase;
}
.filters2 li {
	margin-bottom:15px;
}
.filters2 li label {
	padding:0;
	color:#222;
	font-size:16px;
}
input[type=checkbox] {
    display:none;
}
input[type=checkbox] + label:before {
    content:"";
	background:url(/images/bg_checkbox.png) no-repeat left top; 
	width:25px;
	height:22px;
    display: inline-block;
	color:#67a2cc;
	font-size:28px;
    vertical-align:middle;
    margin:0px 8px 0 0;  
}
input[type=checkbox]:checked + label:before {
    content:"";
	background:url(/images/bg_checkbox2.png) no-repeat left top;
}
.filters2 input[type=checkbox] + label:before {
	color:#b63aba;
	font-size:21px;
}
.dummy-image-section {
	width:300px;
	margin:0 auto 35px auto;
}
.title-bar {
	border-bottom:1px solid #d1d1d1;
	padding:22px 0 7px 0;
	margin-bottom:27px;
}
.title-bar h3 {
	padding-top:3px;
	float:left;
	color:#222;
	font-size:20px;
	font-weight:400;
}
.title-bar .sortby {
	line-height:30px;
	float:right;
	color:#222;
	font-size:16px;
	font-weight:300;
}
.title-bar .style-select {
	margin-right:0;
	width:auto;
	height:30px;
	border:none;
	float:right;
}
.title-bar select.select {
	height:30px !important;
	line-height:30px;
}
.title-bar .style-select span.select {
	background:url(/images/bg_select3.png) no-repeat left center;
	height:30px;
	line-height:30px;
	padding-left:6px;
}
.search-result-area {
	margin-bottom:5px;
}
.search-result-list {
	margin-bottom:35px;
}
.search-result-list .search-result-imgb {
	width:157px;
	-moz-border-radius:8px 8px 8px 8px;
	-webkit-border-radius:8px 8px 8px 8px;
	border-radius:8px 8px 8px 8px;
	overflow:hidden;
	margin-right:25px;
	float:left;
}
.search-result-list .search-result-txtb {
	overflow:hidden;
}
.search-result-list .search-result-txtb h2 {
	margin:-3px 0 6px 0;
	color:#18a854;
	font-size:24px;
	font-weight:400;
}
.search-result-list .search-result-txtb h2 a {
	color:#18a854;
}
.search-result-list .search-result-txtb h2 a:hover {
	color:#222;
}
.search-result-list .search-result-txtb h2 strong {
	color:#b49817;
	font-weight:400;
}
.search-result-list .search-result-txtb h2 span {
	color:#000002;
	font-size:18px;
	font-weight:300;
}
.search-result-list .search-result-txtb h4 {
	margin-bottom:20px;
	font-size:16px;
	font-weight:400;
}
.search-result-list .search-result-txtb h4 span {
	font-weight:300;
}
.search-result-list .search-result-txtb .lighted-courts {
	background:url(/images/ico_lighted.png) no-repeat left center;
	line-height:16px;
	padding-left:30px;
	margin-bottom:13px;
	color:#222;
	font-size:16px;
	font-weight:300;
}
.search-result-list .search-result-txtb .lighted-courts strong {
	font-weight:400;
}
.search-result-list .search-result-txtb li {
	line-height:19px;
	margin-left:37px;
	float:left;
	font-size:16px;
	font-weight:300;
	color:#222;
}
.search-result-list .search-result-txtb li:first-child {
	margin-left:0;
}
.search-result-list .search-result-txtb li.key {
	background:url(/images/ico_key.png) no-repeat left top;
	padding-left:32px;
}
.search-result-list .search-result-txtb li.shedule {
	background:url(/images/ico_shedule.png) no-repeat left top;
	padding-left:30px;
}
.pagination-section {
	background:#f7f7f7;
	text-align:center;
	position:relative;
}
/* Pagination */
.pagination {
	margin:0;
	line-height:35px;
}
.pagination li {
	display:inline-block;
	margin-left:5px;
}
.pagination li:first-child {
	margin-left:0;
}
.pagination li a {
	color:#afaeae;
	font-size:16px;
}
.pagination li a:hover,
.pagination li.active a {
	color:#18a854;
}
.pagination-section .arrow-next {
	line-height:35px;
	color:#18a854;
	font-size:16px;
	position:absolute;
	right:20px;
}
.pagination-section .arrow-previous {
	line-height:35px;
	color:#18a854;
	font-size:16px;
	position:absolute;
	left:20px;
}
.pagination-section .arrow-next:hover, .pagination-section .arrow-previous:hover {
	color:#222;
}

.player-profile-box {
	background:#e8e6e7;
	padding:38px 0 45px 0;
}
.bg-white {
	background:#fff;
	margin-bottom:30px;
	box-shadow:rgba(0, 0, 0, 0.10) 0px 0px 7px;
}
.title-row {
	background:#f4f4f4;
	border-bottom:1px solid #dcdbdb;
	padding:17px 0 0 0;
	line-height:30px;
}
.title-row:after {
	content:"";
	background:#fff;
	height:1px;
	display:block;
	margin-top:10px;
}
.title-row h3 {
	padding-left:18px;
	color:#18a854;
	font-size:15px;
	font-weight:400;
	text-transform:uppercase;
}
.profile-info {
	padding:18px 18px 0 18px;
}
.profile-name-section {
	margin-bottom:13px;
}
.profile-name-section .profile-imgb2 {
	width:74px;
	height:74px;
	margin-right:15px;
	overflow:hidden;
	float:left;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}
.profile-name-section .profile-imgb2 img {
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}
.profile-name-section .profile-txtb {
	padding:14px 0 0 0;
	overflow:hidden;
}
.profile-name-section .profile-txtb h4 {
	margin-bottom:6px;
	color:#18a854;
	font-size:24px;
	font-weight:400;
	text-transform:uppercase;
}
.profile-name-section .profile-txtb strong {
	display:block;
	color:#222;
	font-size:16px;
	font-weight:300;
}
.profile-info .team-ranking {
	margin-bottom:13px;
	padding-left:5px;
}
.profile-info .team-ranking li {
	line-height:24px;
	padding-left:28px;
	color:#333;
	font-size:16px;
	font-weight:400;
}
.profile-info .team-ranking li:first-child {
	background:url(/images/ico_podium_03.png) no-repeat left center;
}
.profile-info .team-ranking li strong {
	color:#1fab59;
	font-weight:400;
}
.profile-info .team-ranking li span {
	font-weight:300;
}
.current-stats {
	margin-bottom:13px;
}
.current-stats h3 {
	background:#f7f7f7;
	line-height:30px;
	padding:0 12px;
	margin-bottom:3px;
	color:#333;
	font-size:14px;
	text-transform:uppercase;
}
.current-stats li {
	line-height:32px;
	color:#333;
	font-size:16px;
	font-weight:400;
}
.current-stats li span {
	font-weight:300;
}
.current-stats li img {
	margin-right:10px;
}
.btn-row {
	padding-bottom:22px;
	text-align:center;
}
.btn-player {
	background:#1fab59;
	height:30px;
	line-height:30px;
	padding:0 12px;
	margin-bottom:4px;
	display:inline-block;
	color:#fff;
	font-size:15px;
	text-align:center;
	text-transform:uppercase;
}
.btn-player:hover {
	background:#222;
	color:#fff;
}
.btn-row p {
	color:#222;
	font-size:16px;
	font-weight:300;
}
.btn-row p strong {
	font-weight:400;
	color:#1fab59;
}
.ranking-table {
	padding:25px 20px 20px 20px;
	text-align:center;
}
.ranking-table .thead {
	color:#b4b4b4;
	text-transform:uppercase;
}
.ranking-table .tr {
	color:#333;
}
.ranking-table .tr.paddind-t {
	padding-top:7px;
}
.ranking-table .tr.tr-bg1 {
	background:#e0dddf;
}
.ranking-table .tr.tr-bg2 {
	background:#f7f7f7;
}
.ranking-table .td {
	width:32%;
	line-height:30px;
	float:left;
	font-size:14px;
}
.ranking-table .td.td-center {
	margin:0 6px;
}
.ranking-table .td.color-green {
	color:#18a854;
}
.record-box .title-row h3 {
	float:left;
}
.record-box .tab-nav {
	padding-right:16px;
	margin-bottom:10px;
	float:right;
}
.record-box .tab-nav li {
	width:95px;
	margin-left:5px;
	float:left;
}
.record-box .tab-nav li:first-child {
	margin-left:0;
}
.record-box .tab-nav li a {
	background:#fff;
	height:30px;
	line-height:30px;
	display:block;
	color:#8e8d8d;
	font-size:15px;
	text-align:center;
	text-transform:uppercase;
}
.record-box .tab-nav li a:hover,
.record-box .tab-nav li.active a {
	background:#1fab59;
	color:#fff;
}
.team-record-area {
	padding:0 15px 33px 15px;
}
.team-record-area .live-stats {
	padding:20px 0 30px 0;
}
.team-record-area .matches-details {
	width:250px;
	margin:0 auto;
	padding:0;
}
.team-record-area .matches-played {
	background-size:100% 100%;
	width:146px;
	min-height:146px;
	padding-top:35px;
	margin:0 12px;
}
.team-record-area .live-stats .won, 
.team-record-area .live-stats .lost {
	padding-top:55px;
}
.games-level-area h3 {
	margin-bottom:14px;
	color:#333;
	font-size:16px;
	font-weight:400;
	text-transform:uppercase;
	text-align:center;
}
.games-level-area .bar-chart-section {
	margin-bottom:42px;
	text-align:center;
}
.games-score li {
	margin:0 5px 0 25px;
	float:left;
	color:#333;
	font-size:16px;
	font-weight:300;
}
.games-score li strong {
	font-weight:400;
}
.games-score li img {
	margin-right:10px;
}
.latest-result-box .title-bar2 .search-box3 {
	width:295px;
}
.latest-result-box {
	padding:37px 26px 0 22px;
	margin-bottom:0;
}
.latest-result-box .title-bar2 {
	margin-bottom:23px;
}
.latest-result-box .title-bar2 h3 {
	padding-left:6px;
	margin-bottom:20px;
	color:#222;
	font-size:36px;
	font-weight:300;
	float:left;
}
.result-list-section {
	margin-bottom:64px;
}
.result-list-section .result-title-section {
	border-bottom:1px solid #d3d2d2;
	padding-bottom:7px;
	margin-bottom:18px;
}
.result-list-section .result-title-section h3 {
	margin-bottom:2px;
	color:#1fab59;
	font-size:24px;
	font-weight:400;
}
.result-list-section .result-title-section h3 img {
	margin:-5px 0 0 5px;
}
.result-list-section .result-title-section h3 a {
	color:#1fab59;
}
.result-list-section .result-title-section h3 a:hover {
	color:#222;
}
.result-list-section .result-title-section p {
	margin-bottom:4px;
}
.result-list-section .result-title-section li {
	border-left:2px solid #d6d6d6;
	line-height:15px;
	padding:0 5px;
	float:left;
	font-weight:400;
	color:#1fab59;
}
.result-list-section .result-title-section li:first-child {
	border-left:none;
	padding-left:0;
}
.result-list-section .result-title-section li a {
	color:#1fab59;
}
.result-list-section .result-title-section li a:hover {
	color:#222;
}
.latest-result-table {
	margin-left:42px;
	overflow:hidden;
	overflow-x:visible;
}
.latest-result-table h4 {
	margin-bottom:5px;
	color:#222;
	font-size:16px;
	font-weight:300;
}
.latest-result-table h4 strong {
	color:#1fab59;
	font-weight:400;
}
.latest-result-table-in {
	width:660px;
}
.latest-result-table-in .tr {
	margin-bottom:2px;
}
.latest-result-table-in .tr.gray-bg {
	background:#f4f4f4;
}
.latest-result-table-in .td {
	line-height:28px;
	float:left;
	font-size:14px;
	color:#333;
}
.latest-result-table-in .td1 {
	width:58px;
	padding-left:8px;
	margin-right:7px;
	font-weight:300;
	text-align:center;
}
.latest-result-table-in .td2 {
	width:65px;
	margin-right:7px;
	text-align:center;
	text-transform:uppercase;
}
.latest-result-table-in .td3 {
	background:#1fab59;
	width:46px;
	height:28px;
	margin-right:22px;
	color:#fff;
	text-align:center;
}
.latest-result-table-in .td3.red-td {
	background:#c85b5c;
}
.latest-result-table-in .td4 {
	width:190px;
	color:#1fab59;
}
.latest-result-table-in .td5 {
	width:250px;
	font-weight:300;
}
.latest-result-table2 .latest-result-table-in .td4 {
	width:337px;
}
.latest-result-table2 .latest-result-table-in .td5 {
	width:110px;
}
.btn-more-result {
	background:#18a854;
	height:59px;
	line-height:59px;
	display:block;
	color:#fff;
	font-size:15px;
	text-align:center;
	text-transform:uppercase;
}
.btn-more-result:hover {
	background:#222;
	color:#fff;
}
.spacer-56 {
	width:100%;
	height:56px;
	clear:both;
}
.margin-btm-30 {
	margin-bottom:30px;
}
.margin-lt-8 {
	margin-left:8px;
}
.margin-lt-11 {
	margin-left:11px;
}
.margin-lt-16 {
	margin-left:16px;
}
.margin-lt-19 {
	margin-left:19px;
}
.margin-lt-22 {
	margin-left:22px;
}
.height-61 {
	height: 197px;
}
.height-51 {
	height: 185px;
}
.height-40 {
	height: 164px;
}
.height-36 {
	height: 151px;
}
.height-32 {
	height: 139px;
}
.height-31 {
	height: 130px;
}
.height-29 {
	height: 125px;
}
.height-26 {
	height: 117px;
}
.height-21 {
	height: 90px;
}
.height-17 {
	height: 76px;
}
.bg-green {
	background: #18a854;
}
.bg-light-green {
	background: #a3dcbb;
}
.gray-box {
	background: #f1efef;
	padding: 55px 0 0 0;
}
.heading {
	margin-bottom: 31px;
	font-size: 36px;
	font-weight: 300;
}
.view-col {
	margin:0 0 14px 3px;
	text-transform: uppercase;
}
.view-col h4,
.filter h4 {
	margin-bottom: 12px;
}
.view-col li {
	background: #d7d5d5;
	line-height: 35px;
	display: inline-block;
	padding: 0 18px;
	margin-bottom: 11px;
	color: #fff;
}
.view-col li.green {
	background: #18a854;
	position: relative;
}
.view-col li.green::before {
	background: #fff;
	content: '';
	display: block;
	width: 134px;
	height: 35px;
	position: absolute;
	right: 0;
	opacity: 0.6;
}
/* Filter */
.filter {
	margin:0 0 30px 3px;
}
.filter .select-row {
	margin-bottom:17px;
}
.filter.green .select-row {
	margin-bottom:9px;
}
.filter.green {
	margin-bottom:46px;
}
.filter.green .select-row2 {
	margin-bottom:26px;
}
.filter.green h4 {
	margin-bottom: 16px;
	color: #18a854;
	font-size: 18px;
	letter-spacing: 1px;
}
.filter.green .btn-group {
	background:url(/images/bg_select4.png) no-repeat left center #f7f7f7;
	border-bottom: 2px solid #18a854;
}
.filter.green .btn-group:hover {
	background:url(/images/bg_select5.png) no-repeat left center #18a854;
}
.filter.green .btn-group .multiselect:hover {
	color:#fff;	
}
.division {
	margin: 3px 0 17px 135px;
}
.division strong {
	line-height: 22px;
	font-weight: 300;
}
.division span {
	line-height: 22px;
	padding: 0 6px;
	display: inline-block;
	color:#fff;
}
.division .col1,
.division .col2,
.division .col3 {
	width:258px;
	float: left;
	margin-right: 8px;
}
.division .col1 span {
	margin-left:9px;
}
.division .col2 span {
	margin-left:17px;
}
.division .col2 {
	width:132px;
}
.division .col3 {
	width:120px;
}
/* Bar Chart */
.bar-chart,
.ranking-table2 {
	overflow: hidden;
	overflow-x: visible;
	margin-bottom: 25px;
}
.bar-chart::after {
	content: '';
	background: #d7d5d5;
	width: 100%;
	height: 2px;
	display: block;
	top: -67px;
	position: relative;
	z-index: 99;
}
.bar-chart-in {
	width: 845px;
	padding-left: 26px;
}
.bar-chart-in .col {
	width: 103px;
	float: left;
}
.bar-chart-in .col.active {
	background:#f7f7f7;
}
.bar-chart-in .col .bar-chart-top {
	position: relative;
	min-height: 240px;
}
.bar-chart-in .col .bar-chart-top .bar-chart-green {
	background: #18a854;
	left: 15px;
}
.bar-chart-in .col .bar-chart-top .bar-chart-light-green {
	background: #a3dcbb;
	left: 55px;
}
.bar-chart-in .col .bar-chart-top .bar-chart-green,
.bar-chart-in .col .bar-chart-top .bar-chart-light-green {
	width: 32px;
	position: absolute;
	bottom: 0;
	display: block;
}
.bar-chart-in .col .bar-chart-top .bar-chart-green span,
.bar-chart-in .col .bar-chart-top .bar-chart-light-green span {
	margin-top: -26px;
	display: block;
	font-weight: 600;
	text-align: center;
}
.bar-chart-in .col .bagel {
	position: absolute;
	left: 1px;
	bottom: -2px;
}
.bar-chart-in .col .breadstick {
	position: absolute;
	right: 11px;
	bottom: 0;
}
.bar-chart-in .col .bar-chart-bottom {
	padding: 20px 0 10px 0;
	text-align: center;
}
.bar-chart-in .col .bar-chart-bottom h4 {
	margin-bottom: 9px;
	color:#3a3a3a;
	font-size: 21px;
	font-weight: 300;
	text-transform: uppercase;
}
.bar-chart-in .col .bar-chart-bottom .btn-view {
	font-size: 14px;
}
.btn-view {
	width: 103px;
	color: #18a854;
	font-weight: 600;
}
.tournaments-box {
	background: #f7f7f7;
	padding: 23px 12px 9px 62px;
	margin-bottom: 19px;
	position: relative;
}
.number {
	width: 34px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
.clients-info {
	width: 345px;
	float: left;
	margin: 4px 0 30px 0;
}
.clients-imgb {
	width: 82px;
	float: left;
	margin-right: 29px;
}
.clients-txtb {
	overflow:hidden;
	margin-top: 2px;
}
.clients-txtb h4 {
	line-height: 24px;
	margin-bottom: 18px;
	font-weight:300;
}
.clients-txtb h4 strong,
.clients-txtb h4 span {
	font-size: 24px;
	font-weight: 400;
}
.clients-txtb h4 span {
	font-weight: 300;
}
.clients-txtb h4 strong {
	color: #18a854;
}
.tournaments-info {
	width: 265px;
	float:right;
}
.victories {
	background: url(/images/bg_percent.png) no-repeat left top;
	width: 97px;
	height: 98px;
	float: left;
	margin-right: 15px;
	position: relative;
}
.victories-in {
	width: 98px;
	display: block;
	color: #333;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.victories-in strong {
	display: block;
	font-size: 26px;
	font-weight: 300;
}
.victories-in span {
	font-size: 11px;
	text-transform: uppercase;
}
.tournaments-txtb {
	overflow: hidden;
	margin-top: 10px;
}
.tournaments-txtb span {
	margin-bottom: 5px;
	display:block;
	color: #333;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
}
.tournaments-txtb dl {
	line-height: 24px;
}
.tournaments-txtb dl dd {
	display: inline-block;
	font-weight: 600;
}
.tournaments-txtb dl dt {
	display: inline-block;
	font-weight: 300;
}
.ranking-table2 {
	margin-bottom: 8px;
}
.ranking-table2-in {
	width: 750px;
}
.table-row.head {
	line-height: 35px;
	color: #b4b4b4;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
}
.table-row.head .td2 {
	color: #b4b4b4;
}
.table-row {
	line-height: 63px;
	color: #222;
	font-weight: 300;
}
.table-row.bg-light-gray {
	background: #f7f7f7;
}
.table-row .td1,
.table-row .td2,
.table-row .td3,
.table-row .td4,
.table-row .td5,
.table-row .td6,
.table-row .td7 {
	float: left;
}
.table-row .td1 {
	width:57px;
	text-align: center;
}
.table-row .td2 {
	width:209px;
	color: #18a854;
	font-weight: 400;
}
.table-row .td3 {
	width:64px;
}
.table-row .td4 {
	width:149px;
}
.table-row .td5 {
	width:55px;
}
.table-row .td6 {
	width:141px;
	font-weight: 600;
}
.table-row .td7 {
	width:75px;
	font-weight: 600;
}
.table-row.bg-green .td1,
.table-row.bg-green .td2,
.table-row.bg-green .td3,
.table-row.bg-green .td4,
.table-row.bg-green .td5,
.table-row.bg-green .td6,
.table-row.bg-green .td7 {
	color:#fff;
}
.table-row .td6 {
	display:inline-block;
}
.color-percentage {
	background: #e2e2e2;
	width: 63px;
	height: 12px;
	margin-left: 5px;
	display:inline-block;
	position: relative;
	z-index: 2;
}
.color-percentage-in {
	height: 12px;
}
.table-row.bg-green .color-percentage {
	background: #a3dcbb;
}
.table-row.bg-green .color-percentage-in {
	background: #0b7e3b;
}
.search-bar2 {
	margin-bottom:-5px;
}
.search-bar2 .col1 {
	width: 67px;
	float: right;
	margin-right: 31px;
}
.search-bar2 .col1 .btn-group {
	background:url(/images/bg_select6.png) no-repeat left center transparent;
	border-bottom: 2px solid #ccc;
	padding: 0;
}
.search-box3 {
	background:transparent;
	border-bottom:2px solid #ccc;
	width:257px;
	height:30px;
	float:right;
	margin-right:13px;
	overflow:hidden;
}
.search-box3 .input-search {
	background:#fff;
	border:none;
	width:212px;
	height:30px;
	line-height:30px;
	float:left;
	color:#222;
	font-size:16px;
	font-weight:400;
	font-style: italic;
}
.search-box3 .btn-search {
	background:url(/images/ico_search.png) no-repeat right top;
	border:none;
	width:45px;
	height:30px;
	line-height:30px;
	float:right;
	margin: 0;
	cursor:pointer;
}

/* Fonts */
.btn-search, .social-media li {
	font-family:"Sosa Regular"
}



/* The customcheck */
.customcheck {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 3px;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Hide the browser's default checkbox */
.customcheck input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: -1px;
	left: 4px;
	height: 22px;
	width: 22px;
	background-color: #ffffff;
	border: 1px solid #BFBFBF;
	border-radius: 4px;
}
/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
	background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
	background-color: #1561A5;
	border-radius: 4px;
}
/* When the checkbox is checked, add a red background */
.customcheck input:checked ~ .checkmark.red {
	background-color: #C85C5B;
}
/* disabled - change styling */
.customcheck input:checked ~ .checkmark.disabled {
	opacity: 0.6;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
	display: block;
}
/* Style the checkmark/indicator */
.customcheck .checkmark:after {
	left: 8px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}




/* Responsive */
@media only screen and (max-width:1220px) {
	.logo {
		margin-left:0;
	}
	.navigation {
		padding-right:0;
	}
	.anchors h3 {
		margin-right:0;
		float:none;
	}
	.search-col .imgb {
		width:auto;
		margin:0 0 30px 0;
		float:none;
	}
	.search-col h4 br {
		display:none;
	}
	.banner-image-section {
		width:auto;
		text-align:center;
	}
}

@media (min-width:992px) and (max-width:1220px) {
	.navigation li {
		margin-left:17px;
	}
	.navigation li a {
		font-size:14px;
	}
	.navigation .sign-up {
		width:100px;
	}
	.navigation .sign-up, .navigation .login {
		margin-left:18px;
		font-size:14px;
	}
	.navigation .login {
		width:80px;
	}

	/* 2.4 Banner */
	.banner-txtb {
		padding-top: 36px;
	}
	.banner {
		height:375px;
		margin-bottom:43px;
	}
	.banner:before {
		height:375px;
	}
	.showcase-caption {
		width:365px;
	}
	.anchors {
		line-height:40px;
		padding-bottom:15px;
	}
	.anchors li {
		margin-left:30px;
	}
	.team-details h4 {
		font-size:32px;
	}
	.matches-details .won.left,
	.matches-details .lost.right {
		padding-top:0;
		float:none;
	}
	.matches-details .won.left {
		margin-bottom:10px;
	}
	.matches-played {
		margin:0 auto 10px auto;
		float:none;
	}
	.playing-stats .won-area {
		width:160px;
	}
	.playing-stats .lost-area {
		width:130px;
	}
	.playing-stats2 .won-area {
		width:180px;
	}
	.playing-stats2 .lost-area {
		width:110px;
	}
	.search-bar .form-control {
		width:178px;
	}
	.contact-bar li {
		margin-left:12px;
	}
	.banner h2 {
		line-height:28px;
		font-size:22px;
	}
	.banner-imgb { /* team hero image */
		margin-top: 99px;
	}
	.banner-img-ranking-hero {
		margin-top:122px;
	}
	.featured-block h3 {
		line-height:36px;
		font-size:26px;
	}
	.price-box .col2 .label {
		font-size:14px;
	}
	.price-box .col2 .form-control {
		width:60px;
	}
	.price-box .col2 span {
		padding-bottom:5px;
		font-size:12px;
	}
	.price-box .col3 .dollar img {
		margin-right:10px;
	}
	.price-box .col3 .txtb strong {
		font-size:12px;
	}
	.heading {
		font-size:26px;
	}
	.profile-row2 .form-control {
		width:638px;
	}
	.profile-box .select-row2 {
		width:153px;
	}
	.profile-row3 .col1 {
		width:159px;
		margin-right:15px;
	}
	.profile-imgb-in {
		padding-top:75px;
	}
	.contact-row .form-control {
		width:223px;
	}
	.login-row .col1 {
		width:298px;
	}
	.specification-row .select-row2 {
		width:200px;
	}
	
	.view-col li {
		font-size:15px;
	}
	.view-col li.green::before {
		width: 126px;
	}
	.tournaments-box {
		padding-bottom:25px;		
	}
	.clients-info,
	.tournaments-info {
		width:auto;
		float: none;
		margin-top: 0;
	}
	.tournaments-info {
		margin-top:40px;
	}
	.profile-name-section .profile-txtb h4 {
		font-size:19px;
	}
	.ranking-table .td.td-center {
		margin:0;
	}
	.team-record-area .matches-played {
		margin:0 auto 10px auto;
	}
	.serach-bar .input-search {
		width:185px;
	}

	#facilityMapOverivew {
		width: 450px;
		height: 500px;
	}
	#closeCourtsMap {
		width: 373px; 
		height: 350px;
	}
}

@media only screen and (max-width:991px) {
	.logo {
		border-bottom:1px solid #093f6e;
		width:auto;
		padding-bottom:20px;
		margin-bottom:20px;
		float:none;
		text-align:center;
	}
	.navigation .sign-up, .navigation .login {
		margin-left:16px;
		font-size:14px;
	}
	.no-webp .showcase {
		background:#093f6e;
		min-height:inherit;
		padding-bottom:60px;
	}
	.webp .showcase {
		background:#093f6e;
		min-height:inherit;
		padding-bottom:60px;
	}

	.showcase-caption {
		width:auto;
	}
	.team-details-column {
		margin-bottom:25px;
	}
	.testimonial blockquote cite {
		display:block;
	}
	.playing-stats .won-area {
		width:50%;
	}
	.playing-stats .lost-area {
		width:49%;
	}
	.playing-stats2 {
		margin-bottom:35px;
	}
	.playing-stats2 .won-area {
		width:60%;
	}
	.playing-stats2 .lost-area {
		width:39%;
	}
	.contact-bar li {
		margin:0 0 15px 0;
		float:none;
	}
	.phone-pop-up {
		left:0;
	}
	.directions {
		margin-bottom:25px;
	}
	.reviews-box .testimonial {
		margin-bottom:35px;
	}
	.contact-column {
		padding-top:15px;
	}
	.profile-row3 .col1 {
		width:auto;
		margin-right:0;
		float:none;
	}
	.login-row span {
		display:block;
		margin-bottom:20px;
	}
	.view-col,
	.filter {
		margin:0 0 30px 0;
	}
	.view-col li {
		display: block;
	}
	.view-col li.green::before {
		width: 50%;
	}
	.gray-box {
		padding-bottom:50px;
	}
	#facilityMapOverivew {
		width: 450px;
		height: 500px;
	}
	#closeCourtsMap {
		width: 373px; 
		height: 350px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.logo {
		border-bottom:1px solid #093f6e;
		width:auto;
		padding-bottom:20px;
		margin-bottom:20px;
		float:none;
		text-align:center;
	}
	.navigation, 
	.navigation ul {
		float:none;
	}
	.navigation li {
		margin-left:15px;
	}
	.navigation li a {
		font-size:14px;
	}
	.navigation .sign-up, .navigation .login {
		margin-left:10px;
		font-size:16px;
	}
	.anchors {
		line-height:40px;
		padding-bottom:10px;
	}
	.anchors li {
		margin-left:30px;
	}
	.anchors li a {
		font-size:14px;
	}
	.team-details h4 {
		line-height:34px;
		font-size:26px;
	}
	.selling-block p {
		background-size:25px;
	}
	.flextennis-box p {
		font-size:22px;
	}
	.matches-details {
		/* width:355px; */
		margin:0 auto 40px auto;
	}
	.banner strong {
		font-size:16px;
	}
	.banner h2 {
		line-height:32px;
		font-size:24px;
	}
	.featured-block h3 {
		line-height:30px;
		font-size:22px;
	}
	.heading {
		font-size:22px;
	}
	.price-box .col3 {
		margin-bottom:20px;
	}
	.get-ready h3 {
		font-size:28px;
	}
	.table td {
		font-size:14px;
	}
	.table-responsive .btn-primary {
		font-size:13px;
		margin-right:0;
	}
	.search-col h4,
	.search-col p {
		font-size:16px;
	}
	.profile-row2 .form-control {
		width:660px;
	}
	.profile-imgb-in {
		padding-top:75px;
	}
	.contact-row .form-control {
		width:484px;
	}
	.contact-row2 .col1 {
		width:478px;
	}
	.contact-row2 .col2 {
		width:230px;
	}
	.login-row .col1 {
		width:560px;
	}
	.specification-row .select-row2 {
		width:622px;
	}
	.profile-box .select-row2 {
		width:660px;
	}
	.serach-bar .input-search {
		width:90%;
	}
	#facilityMapOverivew {
		width: 735px;
		height: 400px;
	}
	#closeCourtsMap {
		width: 735px; 
		height: 300px;
	}

	/* .footer-nav {
		margin-bottom:15px;
	}
	.footer-nav li {
		border-bottom:1px solid #fff;
		margin-left:0;
		float:none;
	} */
	.footer-nav li a {
		font-size:14px;
	}
	.footer-links li a {
		font-size:14px;	
	}
	.contact-info cite {
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	.title {
		padding: 24px 0px 24px 0px;
	}
	.header {
		position:relative;
	}
	.header .col-md-12 {
		position:static;
	}
	.navigation {
		float:none;
	}
	.menu-icon {
		background:url(/images/ico_menu.png) left top no-repeat;
		display:block;
		width:36px;
		height:30px;
		margin-top:8px;
		padding:0 !important;
		color:#fe9807 !important;
		text-indent:-9999px;
		text-transform:uppercase;
	}
	.navigation ul {
		background:#18a854;
		display:none;
		width:100%;
		position:absolute;
		top:100%;
		left:0;
		z-index:999;
	}
	.navigation li {
		border-bottom:1px solid #128d45;
		margin:0;
		float:none;
		line-height:40px;
		text-align:center;
	}
	.navigation li a {
		display:block;
		color:#fff;
		font-size:15px;
	}
	.navigation li a:hover,
	.navigation li.active a {
		background:#0c5fa8;
		color:#fff;
	}
	.showcase-caption h3 {
		font-size:20px;
		line-height:30px;
	}
	.showcase-caption p {
		font-size:14px;
	}
	.anchors {
		line-height:40px;
		padding-bottom:10px;
	}
	.anchors li:first-child {
		margin-left:20px;
	}
	.anchors li {
		float:none;
		margin-left:20px;
	}
	.team-details h4 {
		line-height:30px;
		font-size:24px;
	}
	.team-details h3 {
		margin-bottom:12px;
		font-size:15px;
	}
	.selling-block p {
		background-size:22px;
		padding-left:40px;
	}
	.testimonial .imgb {
		margin:0 auto 5px auto;
		float:none;
	}
	.btn-primary {
		margin-right:13px;
	}
	.flextennis-box .flextennis-logo {
		margin-bottom:28px;
	}
	.flextennis-box p {
		line-height:22px;
		font-size:16px;
	}
	.matches-details {
		margin-bottom:40px;
	}
	.matches-details .won.left,
	.matches-details .lost.right {
		padding-top:0;
		float:none;
	}
	.matches-details .won.left {
		margin-bottom:10px;
	}
	.matches-played {
		margin:0 auto 10px auto;
		float:none;
	}
	.live-stats h3 {
		margin-bottom:45px;
		font-size:24px;
	}
	.signup-blog p {
		line-height:22px;
		font-size:14px;
	}
	.signup-blog h4 {
		font-size:18px;
	}
	.title h2 {
		font-size:26px;
	}
	.rating {
		padding-top:30px;
	}
	.phone-pop-up {
		width:100%;
	}
	.facilities h3 {
		line-height:24px;
		font-size:20px;
	}
	.reviews-box h3 {
		text-align:center;
	}
	.average-rating {
		margin-bottom:22px;
	}
	.average-rating h4 {
		margin:0 0 25px 0;
		float:none;
		text-align:center;
	}
	.average-rating li {
		margin-bottom:20px;
	}
	.rating2 {
		float:none;
		text-align:center;
	}
	.rating2 li {
		display:inline-block;
		float:none;
	}
	.testimonial .txtb {
		text-align:center;
		padding-bottom:15px;
	}
	.reviews-box .btn-box,
	.social-media ul,
	.contact-column .btn-box {
		float:none;
	}
	.social-media.right {
		float:none;
		text-align:center;
	}
	.social-media h4 {
		margin-right:0;
		float:none;
	}
	.social-media li {
		display:inline-block;
		float:none;
	}
	.contact-box h3 {
		font-size:20px;
	}
	.filters li {
		float:none;
		margin-bottom:20px;
	}
	.reviews-box .btn-secondary,
	.reviews-box .btn-primary {
		margin-bottom:15px;
	}
	.location .location-row .rating2 {
		margin-bottom:20px;
	}
	.location .location-row .ico-location {
		float:none;
		margin:0 auto 20px auto;
	}
	.location .location-row .txtb {
		text-align:center;
	}
	.banner {
		background:#093f6e;
		height:auto;
		padding-bottom:20px;
		margin-bottom:45px;
	}
	.banner h2 {
		line-height:32px;
		font-size:22px;
	}
	.banner strong {
		font-size:17px;
	}
	.banner li {
		background-size:20px;
		padding-left:35px;
	}
	.banner-imgb {
		margin-top:25px;
	}
	.breadcrumb li {
		font-size:15px;
	}
	.featured-block h3 {
		line-height:30px;
		font-size:20px;
	}
	.featured-box.spacer-btm-77 {
		margin-bottom:0;
	}
	.featured-imgb {
		margin-bottom:20px;
	}
	.heading {
		font-size:20px;
	}
	.price-box .col3 .dollar {
		margin-bottom:20px;
		display:block;
		float:none;
	}
	.price-box .col2 .form-control {
		float:none;
	}
	.price-box .col3 .txtb {
		margin-bottom:20px;
	}
	.main-container .btn-box {
		margin-top:-40px;
	}
	.main-container .btn-primary {
		margin:0 0 20px 0;
	}
	.testimonial-box .imgb {
		margin:0 auto 20px auto;
		float:none;
	}
	.testimonial-box blockquote {
		padding-right:0;
		margin-bottom:20px;
	}
	.testimonial-box cite {
		line-height:22px;
		padding-left:0;
	}
	.get-ready h3 {
		font-size:20px;
	}
	.table td {
		font-size:14px;
	}
	.search-col {
		margin-bottom:40px;
	}
	.search-col .txtb {
		text-align:center;
	}
	.search-col h4 {
		font-size:14px;
	}
	.search-col p {
		line-height:20px;
		font-size:14px;
	}
	.fillform h3 {
		font-size:24px;
	}
	.profile-box .select-row2,
	.profile-row2 .form-control {
		width:390px;
	}
	.contact-row .form-control {
		width:100%;
		float:none;
	}
	.contact-row .label2 {
		margin:7px 0 20px 0;
	}
	.contact-row2 .col1,
	.contact-row2 .col2,
	.login-row .col1,
	.login-row .col2 {
		width:auto;
		margin-right:0;
		margin-left:0;
		float:none;
	}
	.contact-details {
		padding-bottom:15px;
	}
	.login-details {
		padding-bottom:0;
	}
	.login-row .col2 {
		margin-bottom:20px;
	}
	.login-row .label2 {
		margin:0 0 10px 0;
	}
	.specification-row .select-row2 {
		width:350px;
	}
	.read-more,
	.contact-row2 span, 
	.login-row .content-gray, 
	.specification-row .content-gray {
		font-size:13px;
	}
	.contact-column .btn-box {
		margin-top:0;
	}
	
	.search-bar2 .col1,
	.search-box3,
	.division,
	.clients-info,
	.tournaments-info {
		width:auto;
		float: none;
		margin: 0 0 20px 0;
	}
	.clients-txtb h4 strong, 
	.clients-txtb h4 span {
		font-size:20px;
	}
	
	.team-record-area .matches-played {
		margin:0 auto 10px auto;
	}
	.latest-result-box .title-bar2 h3 {
		float:none;
	}
	.profile-name-section .profile-txtb h4 {
		font-size:18px;
	}
	.ranking-table .td.td-center {
		margin:0 5px;
	}
	.games-score li {
		float:none;
		margin-bottom:15px;
	}
	.latest-result-box .title-bar2 h3 {
		font-size:26px;
	}
	.record-box .title-row h3 {
		float:none;
	}
	.record-box .tab-nav {
		padding-left:16px;
		float:none;
	}
	.result-list-section .result-title-section h3 {
		font-size:18px;
	}
	.latest-result-table {
		margin-left:0;
	}
	.serach-bar .input-search {
		width:100%;
		margin-bottom:5px;
		float:none;
	}
	.serach-bar .btn-search-bar {
		float:none;
		margin-bottom:10px;
	}
	.title-bar h3 {
		margin-bottom:10px;
		float:none;
	}
	.title-bar .style-select {
		float:left;
		margin-left:0;
	}
	.search-result-list .search-result-imgb {
		width:auto;
		float:none;
		margin:0 0 25px 0;
	}
	.search-result-list .search-result-imgb img {
		width:100%;
	}
	.search-result-list .search-result-txtb h2 {
		font-size:20px;
	}
	.search-result-list .search-result-txtb li {
		margin:0 0 20px 0;
		float:none;
	}
	.latest-result-box .title-bar2 .search-box3 {
		width:257px;
	}
}

@media only screen and (max-width: 479px) {
	.logo {
		border-bottom:none;
		padding-bottom:0px;
		margin-bottom:0px;
		float:none;
	}
	.navigation {
		float: none;
		margin-top: 20px;
	}
	.webp .showcase {
		min-height: inherit;
		padding-bottom: 10px;
	}
	.title {
		padding: 18px 0px 18px 0px;
	}
	.anchors li {
		float: none;
		margin-bottom: 10px;
	}
	.breadcrumb li {
		background:none;
		padding-left:0;
		margin:0 0 20px 0;
		float:none;
	}
	.profile-box .select-row2, 
	.profile-row2 .form-control {
		width:230px;
	}
	.specification-row .select-row2 {
		width:195px;
	}
	
	.tournaments-box {
		padding: 35px;
	}
	.clients-imgb {
		margin-right: 15px;
	}
	.clients-imgb,
	.victories {
		float: none;
		margin: 0 auto 20px auto;
	}
	.clients-txtb,
	.tournaments-txtb {
		text-align: center;
	}
	.clients-info {
		margin-bottom:30px;
	}
	#facilityMapOverivew {
		width: 300px;
		height: 300px;
	}
	#closeCourtsMap {
		width: 300px; 
		height: 240px;
	}
	.footer-nav {
		margin-bottom:15px;
	}
	.footer-nav li {
		border-bottom:1px solid #fff;
		margin-left:0;
		float:none;
	}
}