:link,:visited {text-decoration: none;}
ul {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img,img {border: none;}
address {font-style: normal;}

body {
	background-color: #FFF;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}
a {
	color: #007090;
	text-decoration: none;
}
a,input,button {
	transition: background-color 0.15s ease 0s, color 0.15s ease 0s;
}
a.link-gray {
	color: #333;
}
a:hover,a:focus {
	color: #1e9dc1;
}
p {
	margin-bottom: 1.5em;
}
strong {
	font-weight: 700;
}
th {
	font-weight: 400;
}
.clearfix {
	overflow: hidden;
	clear: both;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}

.content h3 {
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #233632;
}
.content h4 {
	font-size: 16px;
	line-height: 1.2em;
	font-weight: 400;
	margin-bottom: 20px;
	color: #000;
}
.large {
	font-size: 120%;
}
.larger {
	font-size: 150%;
}
.small {
	font-size: 90%;
}
.smaller {
	font-size: 75%;
}
.text h1 {
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #233632;
}
.text h2 {
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 400;
}
.text ul {
	margin-left: 20px;
	margin-bottom: 20px;
}
.text li {
	margin-bottom: 10px;
	list-style-type: disc;
}
.wrapper {
	width: 100%;
}
.content {
	padding: 0 10px;
}
.white {
	background-color: #FFF;
	padding: 30px 0;
}
.pale {
	background-color: #EEE;
	padding: 30px 0;
}
.pale h3 {
	color: #233632;
	line-height: 1.2em;
}
.pale-2 {
	background-color: #97bbc4;
	padding: 30px 0;
}
.dark {
	background-color: #004354;
	padding: 30px 0;
}
.dark h3 {
	color: #FFF;
	line-height: 1.2em;
}
.dark p {
	color: #bfddd7;
}
.btn-red {
	background-color: #D81817;
	font-weight: 400;
	padding: 0 25px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	color: #FFF;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	border-width: 0;
	cursor: pointer;
}
.btn-red:hover, .btn-red:focus {
	color: #FFF;
	background-color: #EF6B6A;
}
.btn-green {
	background-color: #007090;
	font-weight: 400;
	padding: 0 25px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	color: #FFF;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	border-width: 0;
	cursor: pointer;
}
.btn-green:hover, .btn-green:focus {
	color: #FFF;
	background-color: #1e9dc1;
}
.btn-brightgreen {
	background-color: #5da30c;
	font-weight: 400;
	padding: 0 25px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	color: #FFF;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	border-width: 0;
	cursor: pointer;
}
.btn-brightgreen:hover, .btn-brightgreen:focus {
	color: #FFF;
	background-color: #9dc76d;
}
.btn-gray {
	background-color: #666;
	font-weight: 400;
	padding: 0 25px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	color: #FFF;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	border-width: 0;
	cursor: pointer;
}
.btn-gray:hover, .btn-gray:focus {
	color: #FFF;
	background-color: #999;
}
.btn-white {
	background-color: #FFF;
	font-weight: 400;
	padding: 0 25px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	border-width: 0;
	cursor: pointer;
}
.btn-palegreen {
	background-color: #8baaa4;
	font-weight: 400;
	padding: 0 12px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	color: #FFF;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	border-width: 0;
	cursor: pointer;
}
.btn-palegreen:hover, .btn-palegreen:focus {
	color: #FFF;
	background-color: #a3b9b5;
}
.btn-small {
	font-size: 12px !important;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
}
.btn-smaller {
	font-size: 12px !important;
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
}
.btn-medium {
	font-size: 18px !important;
	font-weight: 400;
	text-transform: uppercase;
	height: 45px;
	line-height: 45px;
}
.btn-large {
	font-size: 24px !important;
	font-weight: 700;
	text-transform: uppercase;
	height: 60px;
	line-height: 60px;
}
.status_box {
	background-color: #EEE;
	padding: 20px;
	margin-bottom: 20px;
}

/* Form */
input, textarea, select, button {
	font-family: 'Open Sans', sans-serif;
}
.form-container {
	padding: 0 0 30px;
}
#form-simple label {
	display: block;
}
input[type="text"], input[type="email"], input[type="password"], textarea, select {
	margin-bottom: 15px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	border: 1px solid #CCC;
	padding: 3px 5px;
	transition: border-color 0.25s ease 0s, box-shadow 0.25s ease 0s;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
       -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	font-size: 12px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	border-color: #007090;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,112,144,.6);
       -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,112,144,.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,112,144,.6);
	outline:none;
}
#form-simple input[type="text"], #form-simple input[type="email"], #form-simple input[type="password"], #form-simple textarea, #form-simple select {
	width: 90%;
}
#form-login label {
	display: block;
	margin-bottom: 5px;
}
#form-login input[type="text"], #form-login input[type="email"], #form-login input[type="password"], #form-login textarea, #form-login select {
	width: 90%;
	font-size: 18px;
}

/* Header*/

#header {
	background-color: #FFF;
}
#header-logo {
	padding: 10px 0;
	text-align: center;
}
#header-logo img {
	margin: 0 auto;
	display: block;
	width: auto;
	height: 68px;
}
#header-ph {
	text-align: center;
	color: #424242;
	font-size: 18px;
	font-weight: 700;
	padding: 5px 0;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}
#header-nav {
	height: 35px;
	margin: 0 auto;
	clear: both;
}
#header-nav > li {
	width: 33%;
	font-weight: 400;
	float: left;
	position: relative;
}
#header-nav > li > a {
	padding: 7px 0;
	text-align: center;
	display: block;
}
.navflyout {
	position: absolute;
	display: block;
}
.navflyout {
	z-index: 10;
	position: absolute;
	font-size: 12px;
	background-color: #FFF;
	margin: 0 auto;
	width: auto;
	min-width: 100%;
	text-align: center;
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}
.navflyout li a {
	display: block;
	border-top: 1px solid #EEE;
	padding: 5px 10px;
}

/* Footer*/

#footer {
	border-top: 1px solid #DDD;
}
#footer-logo {
	display: none;
}
.footer-nav {
	font-size: 12px;
	padding-top: 20px;
}
#footer p {
	font-size: 11px;
	padding-top: 20px;
}

/* Home */
.home-img {
	padding: 30px 0;
}
.home-img h2 {
	font-size: 24px;
	margin-bottom: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #FFF;
}
.home-img h2 span {
	display: block;
}
.home-img p {
	font-size: 20px;
	font-weight: 400;
	color: #FFF;
	text-shadow: 0 0 2px rgba(0,0,0,0.7);
}
#home-img-1 {
	background: url(/images/btb2014/home-img-1.jpg) no-repeat center center;
	background-size: cover;
}
.home-img-1 {
	text-align: center;
}
.home-img-1 h2 {
	font-size: 32px;
	margin-bottom: 15px;
	text-align: center;
}
#txt-ptr {
	background-color: #000;
	padding: 3px 0;
	color: #FFF;
	display: block;
	text-align: center;
}
#txt-ptr:hover,#txt-ptr:focus {
	background-color: #333;
}
.badge-ptr {
	display: none;
}
#home-img-2 {
	background: url(/images/btb2014/home-img-2.jpg) no-repeat center center;
	background-size: cover;
}
#home-img-3 {
	background: url(/images/btb2014/home-img-3.jpg) no-repeat center center;
	background-size: cover;
}
#home-img-bb {
	background: url(/images/btb2014/home-img-2.jpg) no-repeat center center;
	background-size: cover;
}
#home-img-gb {
	background: url(/images/btb2014/home-img-1.jpg) no-repeat center center;
	background-size: cover;
}
#home-img-bv {
	background: url(/images/btb2014/home-img-bv.jpg) no-repeat center center;
	background-size: cover;
}
#home-img-gv {
	background: url(/images/btb2014/home-img-3.jpg) no-repeat center center;
	background-size: cover;
}
#home-img-sv {
	background: url(/images/btb2014/home-img-sv.jpg) no-repeat center center;
	background-size: cover;
}
#home-img-gl {
	background: url(/images/btb2014/home-img-gl.jpg) no-repeat center center;
	background-size: cover;
}
#home-img-bl {
	background: url(/images/btb2014/home-img-bl.jpg) no-repeat center center;
	background-size: cover;
}
#home-sports {
	background-color: #FFF;
}
#home-sports ul {
	padding: 20px 0 20px 45px;
	overflow: hidden;
	clear: both;
}
#home-sports li {
	height: 21px;
	line-height: 21px;
	vertical-align: middle;
	float: left;
	padding-right: 20px;
}
#home-bb {
	border-bottom: 1px solid #D3E4E0;
	background: url(/images/btb2014/icon-bb.png) no-repeat left center;
}
#home-vb {
	border-bottom: 1px solid #D3E4E0;
	background: url(/images/btb2014/icon-vb.png) no-repeat left center;
}
#home-la {
	background: url(/images/btb2014/icon-la.png) no-repeat left center;
}
#home-howitworks {
	text-align: center;
}
.home-col-3 {
	text-align: center;
	padding-bottom: 20px;
}
.home-col-3 h3 {
	margin-bottom: 5px;
}
.home-col-3 p {
	margin: 0;
}
.home-testimonial {
	background-color: #FFF;
	padding: 30px 0;
}
.home-testimonial p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	line-height: 24px;
	color: #868686;
	padding: 0 20px;
	margin: 0;
}
.home-testimonial p span {
	display: block;
	text-align: right;
	font-size: 14px;
}
#home-func {
	padding-bottom: 20px;
	overflow: hidden;
	clear: both;
}
#home-func li {
	float: left;
	text-align: center;
	width: 33%;
	font-weight: 400;
}
#home-func li i {
	font-size: 200%;
}
#home-func li span {
	display: block;
}
#home-links {
	background-color: #FFF;
	padding: 30px 0;
	border-top: 1px solid #DDD;
}
#home-links li {
	float: left;
	text-align: center;
	width: 20%;
	font-size: 10px;
	line-height: 1em;
	padding-bottom: 10px;
}
#home-links li i {
	padding-bottom: 5px;
}
#home-links li a {
	display: inline-block;
	margin: 0 auto;
}
#home-links li span {
	display: block;
}

#sports-menu-wrap {
	background-color: #e4eae9;
}
#sports-menu-wrap .content {
	padding: 0;
}
.sports-menu-open {
	display: block;
	padding: 0 10px;
	line-height: 30px;
	height: 30px;
	vertical-align: middle;
	font-weight: bold;
}
.sports-menu-open i {
	width: 10px;
}
#sports-menu {
	display: none;
}
#sports-menu li {
	border-bottom: 1px solid #d3e4e0;
	font-weight: 400;
}
#sports-menu li a {
	padding: 0 10px;
	background-color: #FFF;
	display: block;
	line-height: 30px;
	height: 30px;
	vertical-align: middle;
}
#sports-partner {
	text-align: center;
}
#sports-coach-pic {
	width: 150px;
	height: 150px;
	margin: 0 auto 10px;
	overflow: hidden;
	-webkit-border-radius: 75px;
	   -moz-border-radius: 75px;
			border-radius: 75px;
}
#sports-partner-pic img {
	width: 150px;
	height: 150px;
}
#sports-coach-pic img {
	width: 150px;
	height: 150px;
}
#sports-partner-info h3 {
	color: #233632;
}
#sports-partner-info li {
	margin-bottom: 10px;
}
#sports-partner-info li i,#sports-coach-info li i {
	display: none;
}
.sports-partner-ptr {
	padding: 20px 0 0;
	text-align: center;
}
.sports-partner-ptr img {
	width: 200px;
	height: auto;
}

/* Press */
#press-wrap {
	border-top: 1px solid #DDD;
	padding-top: 20px;
}

/* Contact Us */
.contact-now {
	background-color: #f0f8f7;
	display: block;
	text-align: center;
	width: 110px;
	padding: 10px;
	float: left;
	margin: 0 20px 20px 0;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
			border-radius: 10px;
}
.contact-now i {
	line-height: 120px;
	vertical-align: middle;
}
.contact-now p {
	margin-bottom: 0;
}
.contact-info {
	width: 100%;
	float: left;
}

/* Tips */
.tips-home-box {
	border-top: 1px solid #DDD;
	padding: 20px 0 15px;
}
.tips-home-pic {
	display: none;
}
.tips-home-body h3 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: none;
}
.tips-home-body p {
	margin-bottom: 5px;
}
.tips-home-body p.tips-date {
	color: #999;
}

/* Tour */
#tour .text {
	position: relative;
}
#tour-menu {
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
}
#tour-menu li {
	list-style-type: none;
	float: left;
	margin-left: 5px;
}
#tour-menu li a {
	background-color: #e4eae9;
	text-align: center;
	line-height: 25px;
	vertical-align: middle;
	display: block;
	width: 25px;
	text-align: center;
}
#tour-menu li a.active {
	background-color: #6da499;
	color: #FFF;
}
#tour-menu .tour-menu-title {
	display: none;
}
.tour-body {
	padding: 20px 0;
	border-top: 1px solid #DDD;
}
.tour1-box a {
	background-color: #779C95;
	padding: 10px 10px 15px;
	text-align: center;
	display: block;
	color: #FFF;
}
.tour1-box a:focus,.tour1-box a:hover {
	background-color: #7fc9ba;
}
.tour1-box span {
	display: block;
	margin-bottom: 10px;
	font-weight: 400;
}
#tour-body-1 .fa-caret-down {
	text-align: center;
	display: block;
	color: #6da499;
}
#tour-body-1 .fa-caret-right {
	display: none;
	color: #6da499;
}
.tour2-box {
	background-color: #779C95;
	padding: 10px;
	margin-bottom: 10px;
	color: #FFF;
}
.tour2-box span {
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
}
.tour2-box p {
	margin-bottom: 5px;
}
.tour2-box ul {
	margin-bottom: 2px;
}
.tour2-box li {
	margin-bottom: 3px;
}
.tour3-box {
	border: 1px solid #DDD;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
}
.tour3-logo {
	border-bottom: 1px solid #EEE;
	padding-bottom: 10px;
}
.tour3-box img {
	margin: 0 auto;
	display: block;
	height: 60px;
}
.tour3-box span {
	display: block;
	margin: 10px auto;
	font-weight: 700;
}
.tour3-box ul {
	margin: 0 0 10px;
}
.tour3-box li {
	list-style-type: none;
	margin-bottom: 2px;
}
#tour-nav {
	text-align: center;
}

/* Testimonials */
.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	line-height: 24px;
	color: #868686;
	padding: 20px;
	margin: 0;
	border-top: 1px solid #EEE;
}
.testimonial span {
	font-size: 14px;
}

/* Modal Box */
.ui-widget-overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
	background-color: #000;
	opacity: 0.8;
	z-index: 50;
}
.ui-dialog {
	width: auto !important;
	background-color: #FFF;
	padding: 1px;
	border: 1px solid #AAA;
	z-index: 99;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
       -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.ui-dialog-titlebar {
	background-color: #E4EAE9;
	padding: 10px 20px;
	position: relative;
}
.ui-dialog-title {
	font-weight: 400;
}
.ui-dialog-content {
	padding: 20px;
}
.login_panel {
	padding: 0 20px;
}
.reg_msg {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.reg_panel p {
	font-size: 12px;
	line-height: 18px;
}
#reg-ptr {
	padding-bottom: 20px;
}
#reg-ptr > div {
	width: 50%;
}
#reg-ptr > div:first-child {
	float: left;
	text-align: right;
}
#reg-ptr > div:last-child {
	float: right;
}
#reg-ptr > div > img {
	width: 70%;
	margin: 0 5px;
}
#reg-ptr > div:last-child > img {
	margin-top: 10%;
}
.form_light .f_left {
	float: none;
	margin-bottom: 5px;
}
.form_light .f_right {
	float: none;
}
.ui-dialog-titlebar-close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	border-width: 0;
	padding: 0;
	display: block;
}
.ui-dialog-titlebar-close .ui-icon-closethick {
	width: 20px;
	height: 20px;
	background: url(/images/btb2014/close.png) no-repeat;
	display: block;
}
.ui-dialog-titlebar-close .ui-button-text {
	display: none;
}
.ui-dialog-buttonset {
	padding: 5px 10px 15px;
	text-align: right;
	font-size: 12px;
}
.ui-dialog-buttonset button {
	background-color: #666;
	font-weight: 400;
	padding: 0 25px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	color: #FFF;
	display: inline-block;
	margin: 0 auto 0 10px;
	text-align: center;
	border-width: 0;
}
.ui-dialog-buttonset button:hover, .ui-dialog-buttonset button:focus {
	color: #FFF;
	background-color: #999;
}

/* Date Picker */
#ui-datepicker-div, #ui-timepicker-div {
	display: none;
	background-color: #FFF;
	padding: 20px;
	font-size: 12px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
       -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.ui-datepicker-prev {
	display: block;
	float: left;
	width: 50%;
        cursor: pointer;
}
.ui-datepicker-next {
	display: block;
	float: right;
	width: 50%;
	text-align: right;
        cursor: pointer;
}
.ui-datepicker-title {
	clear: both;
	overflow: hidden;
	font-weight: 400;
}
.ui-datepicker-calendar td, .ui-datepicker-calendar th,
table.ui-timepicker td, table.ui-timepicker th {
	border: 1px solid #DDD;
	width: 25px;
	text-align: center;
	vertical-align: middle;
}
.ui-datepicker-calendar th {
	font-weight: 400;
	background-color: #EEE;
}
.ui-timepicker {
    cursor: pointer;
}


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

/* Form */

#form-login label {
	float: left;
	width: 30%;
	font-size: 18px;
	line-height: 34px;
	vertical-align: middle;
	text-align: right;
}
#form-login .form-input {
	float: right;
	width: 68%;
}
.input-short {
	width: 60% !important;
}

/* Header */

#header {
	position: relative;
}
#header-logo {
	padding: 10px 0;
	text-align: left;
}
#header-logo img {
	margin: 0;
}
#header-ph {
	position: absolute;
	text-align: right;
	padding: 0;
	border-width: 0;
	top: 30px;
	right: 10px;
}
#header-nav {
	border-top: 1px solid #EEE;
}
#sports-partner {
	text-align: left;
}
#sports-partner .content {
	position: relative;
}
#sports-partner-pic, #sports-coach-pic {
	position: absolute;
	top: 0;
	left: 20px;
}
#sports-partner-info, #sports-coach-info {
	margin-left: 180px;
}
#sports-partner-info li i, #sports-coach-info li i {
	display: inline;
	margin-right: 5px;
	color: #6da499;
}
.sports-partner-ptr {
	text-align: left;
}
#home-links li {
	font-size: 12px;
}

/* Tour */
.tour3-box {
	text-align: left;
	position: relative;
}
.tour3-logo {
	border-bottom-width: 0;
	padding-bottom: 0;
	position: absolute;
	top: 10px;
	left: 10px;
}
.tour3-txt {
	margin-left: 217px;
}
.tour3-box span {
	display: block;
	margin: 0 0 10px;
	font-weight: 700;
}
.tour3-box ul {
	margin: 0 0 10px;
}
.tour3-box li {
	list-style-type: none;
	margin-bottom: 2px;
}

/* Modal Box */
.ui-dialog {
	margin: 0 20px;
}
.reg_msg {
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
}
.login_panel .reg_msg {
	margin-bottom: 20px;
}
.reg_panel p {
	font-size: 14px;
	line-height: 21px;
}
.form_light .f_left {
	float: left;
	width: 40%;
	text-align: right;
}
.form_light .f_right {
	float: right;
	width: 57%;
}
.login_panel .form_light .f_left {
	width: 25%;
}
.login_panel .form_light .f_right {
	width: 72%;
}
.form_light .f_right .txtfield {
	width: 90%;
}
}


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

.content h3 {
	font-size: 20px;
}
.content h4 {
	font-size: 18px;
	margin-bottom: 30px;
}
.text h1 {
	font-size: 20px;
}
.content {
	padding: 0 20px;
}
.white {
	padding: 40px 0;
}
.pale {
	padding: 40px 0;
}
.dark {
	padding: 40px 0;
}

/* Form */
#form-login input[type="text"], #form-login input[type="password"], #form-login textarea, #form-login select {
	width: 60%;
}

/* Footer */

#footer {
	padding: 50px 0;
	display: block;
	font-size: 12px;
}
#footer-logo {
	display: block;
}
#footer-logo img {
	width: 227px;
	height: auto;
}
.footer-nav {
	float: left;
	width: 25%;
	padding: 20px 0 40px;
}
.footer-nav span {
	font-weight: 400;
}
#footer p {
	text-align: center;
}

/* Home */

.home-img h2 {
	font-size: 32px;
	margin-bottom: 15px;
}
.home-img-1 {
	padding: 50px 0;
	position: relative;
}
.home-img-1 h2 {
	font-size: 48px;
	margin-bottom: 25px;
}
#txt-ptr {
	display: none;
}
.badge-ptr {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
}
.badge-ptr img {
	display: block;
}
.home-img-2 {
	padding: 50px 0;
}
.home-img-2 .content {
	padding-left: 80px;
}
.home-img-3 {
	padding: 50px 0;
}
.sports-img {
	padding: 90px 0;
}
#home-sports {
	background-color: transparent;
	position: relative;
}
#home-sports .content {
	margin-top: -16px;
}
#home-sports-wrap {
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	text-align: center;
}
#home-sports ul {
	padding: 35px 0 15px;
	float: left;
	overflow: auto;
	clear: none;
}
#home-sports li {
	height: 47px;
	line-height: 47px;
	vertical-align: middle;
	float: left;
	font-size: 13px;
	padding: 0 7px;
}
#home-sports ul > li:last-child {
	border-right: 1px solid #D3E4E0;
}
#home-bb {
	border-bottom-width: 0;
	background-position: center top;
}
#home-vb {
	border-bottom-width: 0;
	background-position: center top;
}
#home-la {
	background-position: center top;
}
ul#home-la > li:last-child {
	border-right-width: 0 !important;
}
.home-col-3 {
	float: left;
	width: 30%;
	padding-right: 5%;
}
.home-col-3:last-child {
	padding-right: 0;
}
.home-col-3 h3 {
	margin-bottom: 10px;
}
.home-testimonial {
	padding: 40px 0;
}
.home-testimonial p {
	font-size: 20px;
	line-height: 2em;
}
.home-testimonial p span {
	font-size: 18px;
}
#home-testimonial-2 .content {
	overflow: hidden;
	clear: both;
}
#home-func {
	padding-bottom: 0;
	float: left;
	width: 33%;
}
#home-func li {
	float: none;
	text-align: left;
	font-weight: 400;
	font-size: 16px;
	line-height: 60px;
	height: 60px;
	vertical-align: middle;
	width: 100%;
	border-bottom: 1px solid #D3E4E0;
}
#home-func li i {
	margin-right: 10px;
	vertical-align: middle;
	width: 35px;
}
#home-func li span {
	display: inline;
}
#home-testimonial-2 p {
	float: right;
	width: 60%;
}
#sports-menu-wrap .content {
	padding: 0 20px;
}
.sports-menu-open {
	display: none;
}
#sports-menu {
	display: block;
}
#sports-menu li {
	float: left;
	font-size: 12px;
	border-bottom-width: 0;
}
#sports-menu li a {
	padding: 0 8px;
	height: 40px;
	line-height: 40px;
	background-color: transparent;
}
#sports-menu li a.active {
	background-color: #6da499;
    color: #fff;
}
#sports-partner {
	min-height: 250px;
}
#sports-partner-pic img {
	width: 250px;
	height: 250px;
}
#sports-coach-pic {
	width: 200px;
	height: 200px;
	-webkit-border-radius: 100px;
	   -moz-border-radius: 100px;
			border-radius: 100px;
}
#sports-coach-pic img {
	width: 200px;
	height: 200px;
}
#sports-partner-info {
	margin-left: 280px;
	position: relative;
}
#sports-coach-info {
	margin-left: 230px;
}
#sports-partner-info h3, #sports-coach-info h3 {
	font-size: 28px;
}
#sports-partner-info li, #sports-coach-info li {
	font-size: 18px;
	margin-bottom: 15px;
}
#sports-partner-info li:last-child, #sports-coach-info li:last-child {
	margin-bottom: 25px;
}

/* Contact Us */
#contactus-inner {
	position: relative;
}
.contact-info {
	width: 220px;
}
#contactus .form-container {
	margin-top: 20px;
}

/* Tips */
.grid-row {
	margin-bottom: 15px;
}
.tips-home-box {
	border-top-width: 0;
	padding: 0;
	float: left;
	width: 31%;
	margin-right: 3.5%;
}
.grid-row div.tips-home-box:last-child {
	margin-right: 0;
}
.tips-home-pic {
	display: block;
	background-color: #e4eae9;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(/images/btb2014/tips-no-pic.png);
	background-position: center center;
	height: 120px;
}
.tips-home-body {
	padding-top: 10px;
}
.tips-home-body h3 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: none;
}

/* Tour */
#tour-menu li a {
	width: auto;
	padding: 0 10px;
}
#tour-menu .tour-menu-num {
	display: none;
}
#tour-menu .tour-menu-title {
	display: block;
}
.tour1-box, .tour-body .fa-caret-right {
	float: left;
}
.tour1-box {
	width: 30%;
}
.tour1-box a {
	height: 230px;
}
#tour-body-1 .fa-caret-down {
	display: none;
}
#tour-body-1 .fa-caret-right {
	display: block;
	width: 5%;
	text-align: center;
	padding-top: 100px;
}
.tour2-box {
	float: left;
	width: 45%;
	padding: 15px 2%;
	height: 150px;
	margin-bottom: 15px;
}
.tour2-box:first-child, .tour2-box:nth-of-type(3) {
	margin-right: 2%;
}
.tour3-box {
	padding: 20px;
}
.tour3-logo {
	top: 20px;
	left: 20px;
}
.tour3-txt {
	margin-left: 227px;
}
#tour-nav {
	text-align: right;
}

/* Modal Box */
.ui-dialog {
	margin: 0;
	width: 720px !important;
}
.form_light .f_right #regfrm_name {
	width: 70%;
}
.login_panel {
	width: 60%;
	margin: 0 auto;
	padding: 0;
}
}


@media only screen and (min-width:980px){
	
.content h3 {
	font-size: 28px;
}
.content h4 {
	font-size: 20px;
	margin-bottom: 40px;
}
.text h1 {
	font-size: 28px;
}
.text h2 {
	font-size: 24px;
}
.content {
	padding: 0 !important;
	width: 960px;
	margin: 0 auto;
}
.white {
	padding: 50px 0;
}
.pale {
	padding: 50px 0;
}
.dark {
	padding: 50px 0;
}

/* Footer */

#footer .content {
	position: relative;
}
#footer-logo {
	position: absolute;
	top: 0;
	left: 0;
}
#footer-nav-wrap {
	padding-left: 320px;
}
.footer-nav {
	float: left;
	width: 25%;
	padding: 20px 0 40px;
}
.footer-nav span {
	font-weight: 400;
}
#footer p {
	text-align: center;
}

/* Header*/

#header {
	height: 88px;
}
#header-logo {
	padding: 0;
	position: absolute;
	top: 10px;
	left: 10px;
}
#header-logo img {
	margin: 0 auto;
	display: block;
}
#header-nav {
	clear: both;
	margin: 0;
	position: absolute;
	top: 33px;
	left: 335px;
	border-top-width: 0;
}
#header-nav > li {
	width: auto;
	padding-right: 75px;
}
#header-nav > li > a {
	padding: 0;
	text-align: left;
}
.navflyout {
	text-align: left;
	top: 30px;
}
.navflyout li a {
	padding: 7px 10px;
}

/* Home */

.home-img-1 {
	padding: 0;
	height: 380px;
	padding-top: 130px;
}
.home-img h2 {
	font-size: 48px;
	line-height: 1em;
	margin-bottom: 20px;
}
.home-img-1 h2 {
	font-size: 72px;
	line-height: 1.2em;
	margin-bottom: 25px;
}
.home-img-2 {
	padding: 0;
	height: 430px;
	padding-top: 80px;
}
.home-img-2 .content {
	padding-left: 320px !important;
	width: 640px !important;
}
.home-img-3 {
	padding: 0;
	height: 460px;
	padding-top: 50px;
}
.home-img  p {
	font-size: 28px;
	line-height: 1.3em;
}
.home-img  p span {
	display: block;
}
.home-img  a {
	font-size: 18px;
}
#sports-menu li a {
	padding: 0 15px;
}
#home-sports-wrap {
	/*padding-left: 153px;*/
}
#home-sports ul {
	padding: 35px 0 15px;
	float: left;
	overflow: auto;
	clear: none;
}
#home-sports li {
	height: 47px;
	line-height: 47px;
	vertical-align: middle;
	float: left;
	padding: 0 13px;
	font-size: 14px;
}
#home-sports ul li:first-child {
	padding: 0 13px 0 26px;
}
#home-sports ul li:last-child {
	padding: 0 26px 0 13px;
}
.home-col-3 {
	padding-bottom: 40px;
}
.home-col-3 h3 {
	margin-bottom: 20px;
}
.home-col-3 p {
	font-size: 18px;
	line-height: 1.5em;
}
#home-testimonial-1 p, #home-testimonial-3 p {
	padding: 30px 90px;
}
.home-testimonial p {
	font-size: 24px;
	line-height: 48px;
	padding: 0;
}
.home-testimonial p span {
	font-size: 18px;
}
#sports-partner-info {
	margin-left: 320px;
}
#sports-coach-info {
	margin-left: 270px;
}
#sports-partner-info h3, #sports-coach-info h3 {
	margin-bottom: 20px;
}
.sports-partner-ptr {
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
}
.sports-partner-ptr img {
	width: 200px;
	height: auto;
}

/* Tips */
.grid-row {
	margin-bottom: 20px;
}
.tips-home-box {
	border-top-width: 0;
	padding: 0;
	float: left;
	width: 32%;
	margin-right: 2%;
}
.grid-row div.tips-home-box:last-child {
	margin-right: 0;
}
.tips-home-pic {
	height: 180px;
}
.tips-home-body {
	padding-top: 10px;
}
.tips-home-body h3 {
	font-size: 18px;
}

/* Tour */
#tour-body-1 .fa-caret-right {
	padding-top: 80px;
}
.tour1-box a {
	height: 190px;
}


/* Testimonials */
.testimonial {
	font-size: 18px;
	line-height: 30px;
	color: #868686;
	padding: 30px;
}
}