<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

/*
	Theme Name: esportdna
	Description: eSports DNA
	Version: 1.0
	Author: begha
	Website: http://esportdna.azurewebsites.net/
*/

/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - General &amp; Basic Styles   */
/*   02 - Header &amp; Navigation      */
/*   03 - Top Sliders              */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800);
@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700);
/*   01 - General &amp; Basic Styles   */
html, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,  abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 21px;
	outline: none;
}


body {
background:#eeeeee;
}

::selection {
	background: #ccc;
	color: #fff;
	text-shadow: none;
} /* Safari */
::-moz-selection {
background: #ccc;
color: #fff;
text-shadow: none;
} /* Firefox */
:-moz-placeholder {
color: #bbb;
}
::-webkit-input-placeholder {
color: #bbb;
}
:-ms-input-placeholder {
color: #bbb;
}
a {
	transition: all 0.5s ease 0s;
}
a:hover, a:focus, a:active {
	outline: none;
	text-decoration: none;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
@font-face {
	font-family: "Verdana";
	src: url('../fonts/Verdana.eot');
	src: url('../fonts/Verdana.eot?#iefix') format('embedded-opentype'), url('../fonts/Verdana.woff') format('woff'), url('../fonts/Verdana.ttf') format('truetype'), url('../fonts/Verdana.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
     color: #504E4E;
}
p {
	font-family: 'Open Sans', sans-serif;
    color: #504E4E;
}
.pt50px {
	padding-top: 25px;
}
.pb50px {
	padding-bottom: 50px;
}
.header-main {
    background: #000000;
    position: relative;
    z-index: 1;
}
.logo img {
	max-width: 100%;
}
.profile-menu {
	background: #15385f;
	border-radius: 0 0 4px 4px;
	float: right;
	padding: 5px;
}
.profile-menu li {
	float: left;
	padding: 0 10px;
}
.profile-menu li a {
	color: #fff;
	font-size: 12px;
}
.profile-menu a:hover {
	color: #0070BA;
}
/*   02 - Header &amp; Navigation      */

#cssmenu, #cssmenu ul, #cssmenu li, #cssmenu a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-weight: normal;
	text-decoration: none;
	line-height: 1;
	position: relative;
}
#cssmenu a {
	line-height: 1.5;
}
#cssmenu &gt; ul:after {
	clear: both;
	content: '';
	display: table;
}
#cssmenu &gt; ul &gt; li {
	float: left;
}
#cssmenu &gt; ul &gt; li.mobile {
	display: none;
}
#cssmenu &gt; ul &gt; li:hover, #cssmenu &gt; ul &gt; li.active {
	background: #fff;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2) inset;
}
#cssmenu &gt; ul &gt; li.mobile {
	border-right: 0 none;
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
}
#cssmenu &gt; ul &gt; li &gt; a {
	margin: 0;
	display: block;
	color: #ffffff;
	transition: all 0.5s ease 0s;
}
header, #cssmenu &gt; ul &gt; li &gt; a &gt; span {
	
}
#cssmenu &gt; ul &gt; li &gt; a &gt; span {
	display: block;
	padding: 15px 8px;
	font-weight: 500;
	font-size: 12px;
}
#cssmenu &gt; ul &gt; li &gt; a:hover {
	text-decoration: none;
}
#cssmenu &gt; ul &gt; li.active {
	border-bottom: none;
}
#cssmenu &gt; ul &gt; li.active &gt; a, #cssmenu &gt; ul &gt; li &gt; a:hover {
	color: #0078bd;
}
/*   03 - Top Sliders      */
.body_wrap {
	width: 100%;
	position: relative;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.top_slider {
	position: relative;
	z-index: 2;
}
.top_slider img {
	max-width: none !important;
	height: auto !important
}
.top_slider .tp-caption {
	font-family: 'Open Sans';
	-webkit-text-stroke: 0.3px;
}
.tp-caption.cap_big_white {
	background: rgba(0, 0, 0, 0.5);
	line-height: normal;
	padding: 5px 15px;
	font-weight: bold;
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
}
.tp-caption.cap_small_white {
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 28px;
}
.tp-caption.cap_big_white_bg {
	background: -moz-linear-gradient(#0078bd, #005180); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#0078bd, #005180); /* Standard syntax */
	background: -webkit-linear-gradient(#0078bd, #005180); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#0078bd, #005180); /* For Opera 11.1 to 12.0 */
	font-size: 18px;
	font-weight: 500;
	border-radius: 3px;
	padding: 7px 9px 9px !important;
	border: 1px solid transparent;
	transition: all 0.5s ease 0s;
}
.fullwidthbanner li:nth-child(2n) .tp-caption.cap_small_white, .fullwidthbanner li:last-child .tp-caption.cap_small_white {
	color: #000;
}
.tp-caption.cap_big_white_bg a {
	color: #fff;
}
.tp-caption.cap_big_white_bg:hover {
	border-color: #0078bd;
	background: none;
}
.tp-caption.cap_big_white_bg:hover a {
	color: #0078bd;
}
/* section */
.sec_1 {
	display: block;
	overflow: hidden;
}
.about_us_title, .featured_title {
	position: relative;
}
.about_us_title:after {
	background-color: #00aac8;
	bottom: -2px;
	content: "";
	display: inline-block;
	height: 6px;
	position: absolute;
	width: 165px;
}
.about_us_title:before {
	background-color: #e6e6e6;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 2px;
	position: absolute;
	width: 100%;
}
.about_us_title h3 {
	color: #0070BA;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.about_us p {
	line-height: 28px;
	font-size: 13px;
}
.about_us .featured_title h3 {
	margin-bottom: 20px;
}
.email-box {
    background-color: #A4A6A7;
    padding: 3px;
}

.faq-section strong {
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 400;
}

.faq-section.panel-default {
    border-color: #fff;
    border-radius: 0;
}
.newsletter {
	background-color: #fff;
	border: 2px solid #fff;
	padding: 24px 16px;
}
.newsletter &gt; h3 {
    font-weight: 600;
    color: #2a2b2c;
    margin-bottom: 15px;
    font-size: 20px;
}
.newsletter &gt; p {
	font-size: 15px;
	line-height: 22px;
}
.newsletter input {
	width: 100%;
	padding: 7px;
	border: 1px solid #e5e5e5;
	margin: 15px 0;
}
.newsletter .btn_go {
    background-color: #636466;
    border: 1px solid transparent;
    padding: 5px 20px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border-radius: 3px;
    transition: all 0.5s ease 0s;
    box-shadow: 1px 1px 1px #fff inset;
    box-shadow: none;
}
.newsletter .btn_go:hover {
	border-color: #0070BA;
	background-color: transparent;
	color: #0070BA;
}
.platform_bucket {
	background: url(../images/parellx_bg.jpg) no-repeat;
	background-size: cover;
	box-shadow: 0 3px 8px 0 rgba(105, 105, 105, 0.1) inset;
	position: relative;
	
}
.platform_bucket .col-md-8 {
	margin: 0 auto;
	float: none;
}
.platform_content {
	/*background: url(../images/section-carat-white.png) no-repeat scroll 50% 0 transparent;*/
	padding: 80px 0 55px;
	text-align: center;
	color: #fff;
}
.platform_content &gt; p {
	line-height: 28px;
	padding: 30px 0;
	margin-bottom: 20px;
    color:#FFF;
}
.platform_content &gt; a {
    background-color: transparent;
    color: #FFF;
    display: inline-block;
    font-size: 18px;
    padding: 12px 28px;
    border: 2px solid #FFF;
    transition: all 0.5s ease 0s;
    border-radius: 3px;
}
.platform_content &gt; a:hover {
    background-color: #FFF;
    border-color: #FFF;
    color: #2A2727;
    text-decoration: none;
}
.featured_title::after {
    background-color: #474848;
    bottom: 2px;
    content: "";
    display: inline-block;
    height: 2px;
    position: absolute;
    width: 50px;
}
.featured_title h3 {
    color: #2E2F30;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 7px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.featured_img {
    background-color: #595757;
    float: left;
    margin-right: 30px;
    padding: 15px 20px;
    transition: all 0.9s ease 0s;
    border: 1px solid #6E6B6B;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: #000;
}
.featured:hover .featured_img {
	background-color: #000;
	transform: rotate(360deg);
}
.featured_text {
	display: block;
	overflow: hidden;
}
.featured_text h5 {
    font-size: 17px;
    color: #49494a;
   
    margin-bottom: 10px;
    font-weight: 600;
}
.featured_text &gt; a {
    color: #363A3C;
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
}
.featured_text &gt; a:hover {
	color: #0070BA;
}
.featured_button {
	text-align: center;
}
.featured_button &gt; a, .attendencewrapper input {
    background-color: #303132;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 12px 28px;
    border: 2px solid transparent;
    border-radius: 0;
    transition: all 0.5s ease 0s;
    box-shadow: none;
}
.featured_button &gt; a, .attendencewrapper input {
    padding: 5px 15px;
}
.attendencewrapper input {
	font-size: 14px;
	padding: 7px 14px;
	float: right;
}
.featured_button &gt; a:hover, .attendencewrapper input:hover {
	background-color: transparent;
	border-color: #303132;
	color: #303132;
	text-decoration: none;
}
.products-image-race {
	background: url(../images/Products-1.png) no-repeat;
	border: 1px solid #e8e8e8;
}
.products-image-recreation {
	background: url(../images/Products-2.png) no-repeat;
	border: 1px solid #e8e8e8;
}
.products-image-outdoor {
	background: url(../images/Products-3.png) no-repeat;
	border: 1px solid #e8e8e8;
}
.products-image-sports {
	background: url(../images/Products-4.png) no-repeat;
	border: 1px solid #e8e8e8;
}
.products-image-container {
	height: 294px;
	overflow: hidden;
	background-size: 100% 100%;
}
.products-slideup-content {
	background-color: rgba(255, 255, 255, 0.85);
	height: 294px;
	padding: 10px;
	position: relative;
	top: 209px;
	transition: top 0.3s ease 0s, color 0.3s ease 0s, background-color 0.3s ease 0s;
}
.products-block:hover .products-slideup-content {
	background-color: rgba(46, 47, 48, 0.9);
	top: 0 !important;
}
.products-item {
margin-bottom:40px;
}

.products-slideup-content &gt; h3 {
    color: #000;
    padding: 12px 0;
    line-height: 27px;
    font-size: 16px;
    text-align: center;
}
.products-block:hover .products-slideup-content h3 {
	color: #fff;
}
.intro-text {
	color: #fff;
	line-height: 28px;
}
.products-block a:hover {
	text-decoration: none;
}
.products_cart:hover {
	color: #fff;
	background-color: #373839;
	text-decoration: none;
}
.products_bottom {
	border: 1px solid #e8e8e8;
	border-top: none;
}
.products_dolar {
	background-color: #f1f1f1;
	color: #000;
	display: inline-block;
	float: left;
	font-weight: bold;
	padding: 15px 28px;
	text-align: center;
	width: 50%;
}
.cap_big_white {
	line-height: 40px!important;
}
.coacheswrapper {
	width: 100%;
	display: inline-block;
}
.coacheswrapper li {
	width: 100%;
	display: inline-block;
	margin: 20px 0px;
}
.coachimage {
	width: 200px;
	display: inline-block;
	float: left;
	margin: 15px auto;
	text-align: center;
}
.coachimage img {
	width: 118px;
	height: 129px;
}
.coachdetails {
	width: 54%;
	float: left;
}
.coachdetails ul {
	width: 100%;
	display: inline-block;
}
.coachdetails ul li {
	width: 100%;
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 0px;
	line-height: 35px;
	font-weight: bold;
	border-top: 1px dotted #dcdcdc;
}
.coachdetails ul li:first-child {
	border-top: 0px dotted #dcdcdc;
}
.coachdetails ul li span {
	float: left;
	line-height: 35px;
	text-align: right;
	width: 110px;
	margin-right: 10px;
	font-weight: normal;
	color: #15385f;
}
.coachdetails ul li input {
	width: 88%;
	float: left;
	height: 35px;
	padding: 5px;
	color: #777;
}
.coachdetailbtn {
	width: 300px;
	float: left;
	padding-top: 55px;
}
.coachdetailbtn .featured_button {
	margin-bottom: 10px;
}
.classpartwrapper {
	display: inline-block;
	float: left;
	margin-bottom: 30px;
	margin-right: 2%;
	width: 45%;
}
.classpartwrapper:last-child {
	margin-right: 0;
}
.classes_page {
	width: 100%;
	display: inline-block;
}
.classeswrapper {
	width: 100%;
	display: inline-block;
    background: rgb(246, 246, 246) none repeat scroll 0% 0%;
padding: 33px 20px 0px;
box-shadow: 0px 0px 2px rgb(185, 181, 181);
}
.classeswrapper li {
	width: 100%;
	display: inline-block;
}
.classdetails {
	width: 100%;
	display: inline-block;
}
.classdetails ul {
	width: 970px;
	display: inline-block;
	float: left;
}
.classdetails ul li {
	width: 300px;
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.classdetails ul li span {
	width: 60px;
	display: inline-block;
	float: left;
	margin-right: 5px;
	line-height: 32px;
	text-align: right;
}
.classdetails ul li select, .classdetails ul li input {
	width: 230px;
	float: left;
	height: 35px;
	padding: 5px;
	color: #000;
}
.classdetails .featured_button a {
	float: left;
	padding: 6px 15px;
}
.classdatacheck {
    width: 100%;
    display: inline-block;
    background: #45474a;
    padding: 10px 5px 10px 10px;
    margin: 20px 0px;
}
.classdatacheck span {
	margin-left: 5px;
	color: #fff;
}
.classdetailwrapper {
	width: 100%;
	display: inline-block;
}
.classdetailwrapper li {
	width: 48%;
	float: left;
	margin-right: 4%;
}
.classdetailwrapper &gt; li:nth-child(2n) {
	margin-right: 0px;
}
.classdetailwrapper li ul {
	width: 100%;
	display: inline-block;
}
.classdetailwrapper li ul li {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
	border-bottom: 1px solid #DCDCDC;
}
.classdetailwrapper li ul li span {
    float: left;
    line-height: 22px;
    text-align: left;
    width: 50%;
    margin-right: 10px;
    color: #777777;
}
.classdetailwrapper li ul li input, .classdetailwrapper li ul li label {
    font-weight: bold;
    width: auto;
    float: left;
    height: auto;
    padding: 0;
    color: #000;
    display: inline-block;
}
.classpartwrapper .coachdetailbtn {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding-top: 0px;
}
.class_page h1:after {
	background: #0070BA;
	bottom: -1px;
	content: "";
	height: 3px;
	left: 50%;
	margin-left: -30px;
	position: absolute;
	width: 50px;
}
.class_page h1 {
	color: #595959;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
}
.class_page h1:before {
	background: #595959;
	bottom: 0;
	content: "";
	height: 1px;
	position: absolute;
	width: 100%;
}
.studentsnamewrapper {
	width: 300px;
	float: left;
}
.studentsnamewrapper ul {
	width: 100%;
	display: inline-block;
}
.studentsnamewrapper ul li {
	width: 100%;
	display: inline-block;
}
.studentsnamewrapper ul li span {
	margin-left: 5px;
	float: left;
}
.studentsnamewrapper ul li input {
	float: left;
}
.studentsnamewrapper p {
	color: #000;
	margin-bottom: 6px;
}
.studentsnamewrapper .featured_button {
	width: auto;
	display: inline-block;
	margin-top: 10px;
}
.studentsnamewrapper .featured_button a {
	padding: 5px 10px;
	font-size: 14px;
}
.addnoteswrapper {
	width: 700px;
	float: left;
}
.addnoteswrapper div {
	width: 100%;
	display: inline-block;
}
.addnoteswrapper div span {
	margin-left: 5px;
	float: left;
	width: 100%;
	display: inline-block;
}
.addnoteswrapper div input {
	float: left;
	width: 100%;
	display: inline-block;
	margin-top: 5px;
	height: 40px;
}
.addnoteswrapper p {
	color: #000;
	margin-bottom: 6px;
}
.addnoteswrapper ul {
	width: 100%;
	display: inline-block;
	margin-top: 10px;
}
.addnoteswrapper ul li {
	width: 100%;
	display: inline-block;
	margin-bottom: 5px;
}
.addnoteswrapper ul li span {
	color: #0070ba;
	margin-left: 5px;
	float: left;
}
.addnoteswrapper ul li input {
	float: left;
}
.ladder_page {
	width: 100%;
	display: inline-block;
}
.ladder_page .featured_button a {
	float: right;
}
.signwrapper {
	width: 100%;
	display: inline-block;
}
.laddertabwrapper {
	width: 100%;
	display: inline-block;
}
.laddertabwrapper #container {
	width: 100%;
	display: inline-block;
}
.tab_container .classpartwrapper {
	width: 46%;
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-bottom: 0px!important;
}
.tab_container .classpartwrapper .classdetailwrapper {
	width: 100%;
	display: inline-block;
}
.tab_container .classpartwrapper .classdetailwrapper li {
	width: 100%;
	display: inline-block;
}
.tab_container .classpartwrapper .classdetailwrapper li ul li {
	width: 30%;
	float: left;
	margin-right: 0px;
	margin-left: 17px;
	margin-bottom: 0px;
}
.tab_container .classpartwrapper .classdetailwrapper li ul li b {
	float: left;
	line-height: 35px;
	margin-right: 10px;
	text-align: left;
	width: 101px;
	font-size: 13px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	color: #777777;
}
.tab_container .classpartwrapper .classdetailwrapper li ul li span {
	float: left;
	text-align: center;
	border: none;
	width: auto;
	font-size: 14px
}
.tabdataun {
	width: 100%;
	display: inline-block;
}
.vswrapper {
	width: 6%;
	display: inline-block;
	float: left;
	margin-top: 29px;
	text-align: center;
	color: #002c52;
}
.tab_container h2:after {
	background: #0070BA;
	bottom: -1px;
	content: "";
	height: 3px;
	left: 50%;
	margin-left: -30px;
	position: absolute;
	width: 50px;
}
.tab_container h2 {
	color: #595959;
	
	font-weight: 400;
	margin-bottom: 20px;
	position: relative;
}
.tab_container h2:before {
	background: #595959;
	bottom: 0;
	content: "";
	height: 1px;
	position: absolute;
	width: 100%;
}
.shoppingwrapper {
	width: 100%;
	display: inline-block;
}
.shopping {
	background-color: #fff;;
	padding: 10px;
	position: relative;
	text-align: center;
	transition: opacity 0.3s linear 0s;
}

.shop-info-text {
    background: #FFF;
    border-top: 1px solid #efeded;
    padding: 20px 10px;
    text-align: center;
}
.shop-info-text p {
    margin-bottom: 12px;
    font-weight: 600;
}
.shop-info-text .featured_button a {
    background: transparent;
    padding: 2px 17px;
    font-size: 15px;
    color: #333232;
    border: 1px solid #656262;
}
.shop-info-text .featured_button a:hover {
    background: #000;
   
    color: #FFF;
    border: 1px solid #000;
}

.shop-inner .col-md-4 {
margin-bottom:40px;
}

.shoppingimg {
	max-width: 100%;
}
.discountimg {
	position: absolute;
	right: -15px;
	top: -25px;
	height: auto;
}
.shoppingwrapper p {
	margin-top: 5px;
}
.shoppingwrapper .featured_button {
	margin-top: 10px;
	display: inline-block;
}
.shoppingwrapper .featured_button a {
	font-size: 14px;
	padding: 5px 9px;
}
.shoppingwrapper .col-md-4 {
	margin-bottom: 70px;
}
.shoppingwrapper .col-md-4:hover .shopping {
	opacity: 0.7;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
}
.fleft {
	float: left;
}
.assesment.agreement-liability {
	display: block;
}
.assesment.administration-use {
	border-top: 1px dashed #333;
	padding-top: 1em;
	display: block;
}
.administration-box &gt; input {
	float: left;
	width: 100px;
	height: 64px;
	margin-right: 1em;
}
.administration-box &gt; p {
	display: inline-block;
}
.marginbtm30px {
	margin-bottom: 30px;
}
.attendence {
	width: 100%;
}
.classdetailwrapper label {
	font-weight: normal;
}
.col2 &gt; input {
	box-shadow: none;
	border: 1px solid #ccc;
	width: 372px;
	height: 30px;
}
.col2 {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.col2 &gt; span, .birth_date span, .age span {
	width: 105px;
	float: left;
	margin-right: 10px;
	text-align: right;
}
.birth_date {
	float: left;
	width: 100%;
}
.birth_date select {
	width: 114px;
	margin-right: 11px;
}
.male_female {
	float: left;
	width: 35%;
}
.male_female input[type="radio"] {
	float: left;
	margin-top: 1px;
}
.age {
	width: 50%;
	float: left;
}
.age &gt; input {
	width: 160px;
}
.male_female &gt; span {
	float: left;
	width: auto;
	margin: 0 9px;
}
.lebal &gt; span {
	margin-bottom: 20px;
	display: inline-block;
}
.pl25px {
	padding-left: 25px;
}
.camp_wp {
	margin-right: 10px;
	width: 43%;
}
.camp_wp &gt; input {
	width: 122px;
}
.assesment &gt; h1 {
	font-size: 25px;
	margin-bottom: 15px;
	color: #0070BA;
}
.assesment h6 {
	background: #0070ba;
	padding: 6px 10px;
	font-size: 16px;
	margin-bottom: 15px;
	color: #fff;
}
.col4 &gt; input {
	float: right;
}
.col4 &gt; p {
	width: 360px;
	float: left;
}
.assesment {
	margin-top: 20px;
	display: inline-block;
}
.col4 {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.assesment.declaration {
	padding-top: 20px;
	border-top: 1px solid #ccc;
}
.assesment.declaration .col4 &gt; p {
	width: 100%;
}
.col2wp1 .age {
	float: left;
	width: 100%;
	margin-right: 10px;
	margin-bottom: 10px;
}
.col2wp1 .age &gt; span {
	width: 218px;
}
.col2.col2wp1 {
	float: left;
	width: 50%;
	margin-top: 25px;
}
.table_wp .container {
	
	padding: 25px 15px;
}
.classdetailwrapper label {
	margin-top: 2px;
}
.coaches_input span {
	text-align: left !important;
}
.products_cart {
	background-color: #f8f8f8;
	display: inline-block;
	padding: 15px;
	text-align: center;
	color: #000;
	transition: all 0.5s ease 0s;
	width: 50%;
}
.products_dolar &gt; p {
	color: #6d6d6d;
	display: inline-block;
	font-weight: normal;
	margin-right: 8px;
	text-decoration: line-through;
}
.ladder {
	background-color: #f5f5f5;
	text-align: center;
	padding: 70px 0 0;
	margin-bottom: 25px;
}
.ladder &gt; span {
	display: inherit;
	font-size: 16px;
	color: #8f8f8f;
	padding: 10px 0 30px;
}
.ladder_name h4 {

	background: #AEACAC;
	padding: 10px 14px;
	color: #fff;
}
.sec_5 {
	background: url(../images/pstack.png) repeat-x scroll 0 0 #333;
	background-size: cover;
	background-attachment: fixed;
}
.feedbimg {
	float: left;
}
.fitfeedb_content.cro_accent {
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	overflow: hidden;
	width: 60%;
}
.fbcontentinner {
	padding-left: 50px;
	overflow: hidden;
	display: block;
}
.fitfeedb_title {
	color: #fff;
	margin-top: 30px;
}
/*box-slide*/
.bxslider-slide .bx-pager, .sidebar-tweet .bx-pager {
	display: none;
}
.bxslider-slide {
	position: relative;
}
.bxslider-slide-title .bx-controls-direction {
	margin-left: 0;
	position: absolute;
	right: 11px;
	text-align: right;
	top: -75px;
	z-index: 3;
}
.bxslider-slide .bx-controls-direction a, .sidebar-tweet .bx-controls-direction a {
	color: #b9b9b9;
	display: inline-block;
	margin: 0 3px;
	text-align: center;
}
.bxslider-slide .bx-controls-direction a:hover, .sidebar-tweet .bx-controls-direction a:hover {
	color: #0070BA;
	text-decoration: none;
}
.bxslider-slide .bx-controls-direction a:before, .sidebar-tweet .bx-controls-direction a:before {
	background-color: transparent;
	color: #0070BA;
	font-family: "FontAwesome";
	font-size: 10px;
	padding: 6px 8px;
	border-radius: 100%;
	border: 2px solid #0070BA;
}
.bxslider-slide .bx-controls-direction a:hover:before, .sidebar-tweet .bx-controls-direction a:hover:before {
	background: #0070BA;
	color: #FFF;
}
.bxslider-slide .bx-controls-direction a.bx-prev:before, .sidebar-tweet .bx-controls-direction a.bx-prev:before {
	content: "\f053";
}
.bxslider-slide .bx-controls-direction a.bx-next:before, .sidebar-tweet .bx-controls-direction a.bx-next:before {
	content: "\f054";
}
/* New css */
.sec_3 {
	background: #ddd;
	padding-top: 50px;
}
.panel-well {
	background-color: #eceff1;
	border-radius: 3px;
	height: 10.9375em;
	color: #333e45;
}
.coach-brief .brief-image {
	/*float: left;
	width: 10.9375em;
	border-right: 1px solid #fff;
	height: 10.9375em;
	padding: 0.78125em;*/
}
.profile-img-xl {
	height: 8em;
	width: 8em;
}
.circle-container {
	border-radius: 50%;
	overflow: hidden;
	position: relative;
    margin-bottom: 20px;
}
.centered {
	display: block;
	margin: auto;
}
.circle-container &gt; img {
	max-width: 100%;
}
.coach-badge {
	background-color: #005193;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	height: auto;
	z-index: 1;
	color: #fff;
	font-weight: 700;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	bottom: 1.5625em;
	font-size: 0.80902em;
	line-height: 2;
}
.centered-text {
	text-align: center;
}
.coach-brief .brief-data {
	/*float: right;
	height: 10.9375em;
	padding: 1.5625em 0.78125em 0.78125em;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	position: relative;
	text-align: center;
	width: 16.9375em;*/
}

.coach-box {
    background: rgb(246, 246, 246) none repeat scroll 0% 0%;
    text-align: center;
    margin-bottom: 50px;
    box-shadow: 0px 0px 2px #ccc;
    padding: 15px 10px 1px;
    min-height: 404px;
}


.brief-data .featured_button:first-child {
	margin-bottom: 10px;
}
.tooltip-item {
	cursor: pointer;
	position: relative;
}
.coach-brief .brief-content {
	padding: 1.5625em 17.5em 1.5625em 12.5em;
	width: 100%;
	height: 10.9375em;
}
.coach-brief h4 {
	color: #0070BA;
	line-height: 1;
	font-size: 1.25em;
	font-weight: bold;
}
.panel-well p {
	margin: 0 0 0.78125em;
}
.coach-brief h4 + p {
	margin-bottom: 0;
	text-transform: uppercase;
}
.coach-brief h4 + p + p {
	color: #5e7280;
	line-height: 1.2;
}
.coaches_1 {
	margin-bottom: 20px;
}
.table-programs .featured_button {
	text-align: left;
	width: 16%;
}
.table-programs .featured_button &gt; a {
    font-size: 15px;
    padding: 1px 10px;
    line-height: 22px;
    cursor: pointer;
}
.table-programs tr th {
	border-bottom: 1px solid #ddd;
	color: #005193;
}
.table-programs tr td {
	border-top: none !important;
	color: #666;
}
.table-programs tbody tr:nth-child(2n+1) td, .table-programs tbody tr:nth-child(2n+1) th {
	background-color: #f5f5f5;
}
.assesment.player {
	display: block;
	margin: 0;
}
.institute {
	text-align: center;
}
.institute h3 {
	color: #005193;
}
.institute span {
	display: block;
	font-style: italic;
	margin: 10px 0;
}
/* Begin Footer */
footer {
	background: #262727;
	padding: 30px 0 0;
	width: 100%;
	display: inline-block;
	color: #8f8c8c;
	float: left;
}
footer h1 {
	font-size: 18px;
	font-weight: 400;
	color: #FFF;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
footer h1:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 80%;
	height: 1px;
	left: 10%;
	background: rgba(255,255,255,0.2);
}
footer h1:after {
	content: "";
	position: absolute;
	bottom: -1px;
	width: 50px;
	height: 3px;
	left: 50%;
	margin-left: -30px;
	background: #919496;
}
footer .row div:nth-child(2) h1:after {
	background: #919496;
}
footer .row div:nth-child(3) h1:after {
	background: #919496;
}
footer label {
	margin-right: 5px;
}
footer p {
    color: #bcc2c6;
    margin-bottom: 5px;
    line-height: 23px;
}
.footer-top {
	text-align: center;
}
.subscribe {
	margin-top: 10px;
	display: inline-block;
	width: 100%;
}
.subscribe input[type="text"] {
	color: #999999;
	border: 0;
	padding: 8px;
	background: #fff;
	height: 35px;
}
.subscribe input[type="submit"] {
	color: #FFF;
	border: 0;
	padding: 7px 8px;
	background: #7C7E80;
	height: 35px;
}
.footer-logo {
	margin-bottom: 10px;
}
.footer-bottom {
    background: #0E0D0D;
    float: left;
    margin-top: 30px;
    width: 100%;
    display: inline-block;
    padding: 15px 0;
    color: #929496;
}
.footer-bottom .row &gt; div {
	line-height: 35px;
}
.footer-bottom .social {
	float: right;
}
.social li {
	display: inline-block;
}
.social li i {
    border: 1px solid rgba(246, 246, 246, 0.5);
    border-radius: 100%;
    height: 35px;
    width: 35px;
    font-size: 14px;
    color: #C0C1C2;
    text-align: center;
    line-height: 34px;
    transition: all 0.5s ease 0s;
}
.social li a:hover i {
	color: #FFF;
	border-color: #FFF;
}
/* Everything but IE6-8 */
:root *&gt; .products_dolar {
	padding: 15px 5px;
}
.subscribe input {
	padding: 12px 8px;
}
.classpartwrapper input[type="checkbox"] {
	height: 13px;
	line-height: normal;
}
.attendence input, .attendence select {
	display: inline-block;
	height: 35px;
	color: #333 !important;
	padding: 3px;
	width: 100%;
}
.attendence .col1 {
	float: left;
	margin-right: 8%;
}
.attendence .col1 label {
	float: left;
	font-weight: normal;
	margin-bottom: 10px;
	width: 100%;
	margin-left: 1px;
}
.attendencewrapper {
	display: inline-block;
	margin-top: 23px;
}
.attendence {
	margin-bottom: 15px;
	display: inline-block;
	float: left;
}
.teble {
	width: 100%;
	border: 1px solid #999999;
}
.teble th {
	color: #000;
	font-weight: normal;
	padding: 10px 15px;
}
.teble th:nth-child(9) {
	background-image: none;
}
.teble tr:nth-child(3), .teble tr:nth-child(4), .teble tr:nth-child(5), .teble tr:nth-child(6) {
	background: #e5e5e5;
}
.teble td {
	border: 1px solid #999999;
	padding-left: 5px;
	text-align: center;
	white-space: nowrap;
	padding: 5px;
}
.teble tr:nth-child(2) td {
	color: #0070BA;
	font-weight: 600;
	padding: 10px;
	text-align: center;
}
.logo_login &gt; h1 {
	color: #fff;
	line-height: 40px;
	padding: 20px 0;
	text-align: center;
}
.content_login {
	padding-top: 80px;
	padding-bottom: 80px;
}
.content_login .full_logo {
	text-align: center;
}
.footer-bo-login {
	text-align: center;
}
.form-group {
	position: relative;
}
.form-group .login-field-icon {
	font-size: 20px;
	position: absolute;
	left: 10px;
	top: 3px;
	transition: all 0.25s ease 0s;
	padding-top: 2%;
	color: #ccc9c9;
}
.form {
	border-left: 4px solid #ddd;
}
.modal-body {
	margin: 0 auto;
	width: 50%;
	padding: 0;
}
.modal-login-btn {
	width: 100%;
	margin-bottom: 10px;
}
.btn-primary {
	background-color: #0070ba;
	border: 2px solid transparent;
	border-radius: 3px;
	box-shadow: 1px 1px 1px #fff inset;
	color: #fff;
	display: inline-block;
	transition: all 0.5s ease 0s;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: transparent;
    border-color: #67696C;
    color: #353536;
    text-decoration: none;
}
.login-link {
	color: #428bca;
}
.login-link:hover {
	color: #2a6496;
}
.form-group select option {
	padding: 5px 10px;
}
.full_logo img {
    width: 280px;
    margin-top: 2px;
}
/* Login-1 */
.site_nav {
	background: url(../images/np_sitenav_bg.png) repeat-x scroll left top rgba(0, 0, 0, 0);
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #dedee1;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	height: 49px;
}
.site_nav #cssmenu .main_site_links {
	height: 49px;
	margin: 0 auto;
}
.site_nav #cssmenu li {
	margin: 0 auto;
	width: 140px;
	height: 100%;
	position: relative;
}
.site_nav #cssmenu li.logo {
	width: 118px;
}
.site_nav #cssmenu li.last {
	width: 200px;
}
.site_nav #cssmenu li a {
	display: block;
	color: #363636;
	margin: 0;
	text-shadow: none;
	text-decoration: none;
	height: 49px;
	width: 100%;
}
.nav_item_container {
	height: 100%;
	text-align: center;
	width: 100%;
	line-height: 48px;
}
.site_nav .divider {
	height: 100%;
	position: absolute;
	top: 0;
	width: 1px;
}
.site_nav .divider.left {
	background-color: #fff;
	left: 0;
}
.site_nav .divider.right {
	background-color: #bbb;
	right: 0;
}
.site_nav #cssmenu &gt; ul &gt; li:hover, .site_nav #cssmenu &gt; ul &gt; li.active {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	box-shadow: none;
}
.logo .nav_item_container &gt; span {
	font-size: 20px;
	font-weight: bold;
	line-height: 47px;
}
.site_nav .nav_item_container &gt; span {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.page_content_wrapper {
	background: none repeat scroll 0 0 #f0f2f4;
	padding: 40px 0 10px;
}
.login_center {
	font-size: 50px;
	line-height: 50px;
}
.page_content_wrapper .form_login {
	border-bottom: 1px solid #d7d8da;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	padding: 48px 0 20px;
	position: relative;
	width: 280px;
}
.form_login h2 {
	color: #333;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 24px;
	margin-bottom: 25px;
	text-align: center;
	text-transform: uppercase;
}
/* Anil Start */

.buttonStyle {
    background-color: #393939;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 7px 28px;
    border: 2px solid transparent;
    border-radius: 0;
    transition: all 0.5s ease 0s;
    box-shadow: none;
}
.rowbgcolor {
	background-color: #54595f;
	color: #fff;
}
.LoginBase {
    padding: 50px 24px;
    border-radius: 4px 4px 4px 4px;
    margin-left: 24%;
    background-color: #fff;
    margin-top: 89px;
    box-shadow: 0px 0px 2px #CCC4C4;
}
.subHeaderGrey {
	background-color: #000;
	padding: 8px;
	padding-left: 4px;
	color: #fff;
}
/* Anil End */


/*----Court----*/
.court_name h4 {
	color: #333;
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
}
.tab_content .rules {
    padding: 0px 38px;
}
.tab_content .rules p {
	color: #000;
	font-size: 20px;
	padding: 10px 15px;
}
.tab_content .rules li {
	list-style: inherit;
	padding-left: 15px;
}
.ladder1_page .tab_container {
	border-top: 1px solid;
}
.tab_container .col-md-12 {
	padding: 0;
}
.studentformwrapper {
	display: inline-block;
	margin-top: 20px;
	width: 100%;
}
.studentformwrapper li {
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}
.studentformwrapper li span {
	float: left;
	line-height: 35px;
	margin-right: 3%;
	text-align: right;
	width: 22%;
}
.studentformwrapper li input, .studentformwrapper li select {
	color: #000;
	display: inline-block;
	float: left;
	height: 35px;
	padding: 5px;
	width: 66%;
}
.court_page .tab_content .marginbtm30px, .court_booking_page .tab_content .col-md-12:last-child {
	display: inline-block;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
.products_dolar {
	padding: 15px 26px;
	width: 129px;
}
.products_cart {
	width: 50.4%;
}
}

/* Safari */
_::-moz-svg-foreign-content, :root .featured_img {
-webkit-transition: all 0.9s ease-out;
transition: all 0.9s ease-out;
}
_::-moz-svg-foreign-content, :root .featured:hover .featured_img {
-webkit-transform: rotate(360deg);
}
_::-moz-svg-foreign-content, :root .products-slideup-content {
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
_::-moz-svg-foreign-content, :root #cssmenu &gt; ul &gt; li &gt; a &gt; span {
padding: 15px 16px;
}
 @media all and (max-width: 1200px) {
.coachimage {
	width: 15%;
	margin-right: 3%;
}
.coachdetails {
	width: 52%;
}
.coachdetailbtn, .studentsnamewrapper {
	width: 30%;
}
.classdetails ul {
	width: 87%;
}
.classdetails ul li {
	margin-right: 2%;
	width: 31%;
}
.classdetails ul li span {
	width: 29%;
}
.classdetails ul li select, .classdetails ul li input {
	width: 68%;
}
.classdetailwrapper li ul li input {
	width: 65%;
}
.coachdetailbtn .session_btn &gt; a {
	padding: 1.5% 5%;
}
.classdetailwrapper li:nth-child(odd) {
	float: right;
	margin-right: 0px;
}
.classdetailwrapper li:nth-child(even) {
	margin-right: 0px;
	float: left;
}
.studentformwrapper li input, .studentformwrapper li select, .studentformwrapper li textarea, .submitradio, .submitradiononewidth {
	width: 59%;
}
.submitradio li {
	font-size: 13px;
	width: 48%;
	margin-top: 4px;
}
.submitradio input, .submitradiononewidth input, .submitradiononewidth2 input {
	height: 30px !important;
	margin-right: 10px;
	width: 1% !important;
}
.submitradio span {
	margin-right: 0 !important;
	line-height: 28px !important;
}
.submitradiononewidth li span {
	margin-right: 0 !important;
	line-height: 22px;
	text-align: left;
	width: 156px;
	margin-top: 4px;
}
.submitradiononewidth li {
	margin-bottom: 0px;
	margin-top: 4px;
}
.ladderformwrapper li input, .ladderformwrapper li select {
	width: 32%;
}
.addnoteswrapper {
	width: 70%;
}
.ladder_page .featured_button a {
	float: right;
	padding: 12px 28px;
}
.tab_container .classpartwrapper {
	margin-right: 0px;
	width: 45%;
}
.vswrapper {
	margin: 29px 10px 0;
}
.col2 &gt; input {
	width: 66%;
}
.birth_date select {
	width: 20%;
}
.age &gt; input {
	width: 41%;
}
}
@media all and (max-width: 1199px) {
    
    .navbar.horizontal-menu .navbar-inner .navbar-nav &gt; li &gt; a {
        padding: 0 5px;
       line-height: 47px;
        font-size: 13px;
    
}
#cssmenu &gt; ul &gt; li &gt; a &gt; span {
	font-size: 11px;
	padding: 15px 11.3px;
}
.products_dolar {
	padding: 15px 31%;
	width: 100%;
}
.products_cart {
	width: 100%;
	text-align: center;
}
.caption.fade.fade.cap_big_white.tp-caption.start, .caption.sft.stt.cap_small_white.tp-caption.start, .caption.sfb.stb.cap_big_white_bg.tp-caption.start {
	margin-top: -11px !important;
}
.col4 &gt; p {
	float: left;
	width: 59%;
}
.tab_container .classpartwrapper .classdetailwrapper li ul li {
	width: 45%;
}
.classdetailwrapper li ul li span {
	width: 60%;
}
.table-programs .featured_button {
	width: 19%;
}
.shopping {
	min-height: 270px;
}
}
 @media all and (max-width: 991px) {
#cssmenu &gt; ul {
	max-height: 52px;
	overflow: hidden;
	-webkit-transition: max-height 0.5s;
	transition: max-height 0.5s;
}
#cssmenu.expand ul {
	max-height: 900px;
}
#cssmenu &gt; ul &gt; li {
	border-right: 0 none;
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	display: block;
	float: none;
}
#cssmenu &gt; ul &gt; li.mobile {
	display: block;
}
#cssmenu &gt; ul &gt; li.mobile i {
	float: right;
	font-style: normal;
}
#cssmenu ul ul {
	position: relative;
	top: 0;
	width: 100%;
}
.products-item {
	margin-bottom: 20px;
}
.subscribe input[type="text"] {
	width: 180px;
}
.about_us {
	margin-bottom: 20px;
}
.col2wp1 .age &gt; span {
	width: 42%;
}
.caption.fade.fade.cap_big_white.tp-caption.start, .caption.sft.stt.cap_small_white.tp-caption.start, .caption.sfb.stb.cap_big_white_bg.tp-caption.start {
	margin-top: -50px !important;
}
.teble tr:nth-child(2) td {
	padding: 5px;
}
.teble td {
	font-size: 11px;
}
.tab_container .classpartwrapper .classdetailwrapper li ul li {
	width: 100%;
}
.classdetailwrapper li ul li span {
	width: 75%;
}
.table-programs .featured_button {
	width: 25%;
}
}
 @media (max-width: 767px) {
.feedbimg, .fbcontentinner, .fitfeedb_content.cro_accent {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 0;
}
footer {
	text-align: center;
}
footer .row &gt; div {
	margin-bottom: 30px;
}
.footer-bottom .social {
	float: none;
}
.featured {
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
}
.logo {
	text-align: center;
	margin: auto;
}
.profile-menu {
	display: block;
	float: none;
	padding: 8px 0;
	width: 262px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 4px 4px 0px 0px;
}
.profile-menu ul {
	display: table;
	margin: auto;
}
.header-main {
	padding: 15px 0 0;
}
.featured {
	border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
	padding-bottom: 10px;
}
.products-item, .sec_4 .col-md-3 {
	float: left;
	width: 50%;
}
.client-item {
	float: left;
	width: 33%;
}
.caption.fade.fade.cap_big_white.tp-caption.start, .caption.sft.stt.cap_small_white.tp-caption.start, .caption.sfb.stb.cap_big_white_bg.tp-caption.start {
	margin-top: -30px !important;
}
.caption.sfb.stb.cap_big_white_bg.tp-caption.start {
	padding: 0 5px!important;
}
.coachimage {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 25px;
	text-align: center;
}
.coachdetails {
	width: 100%;
}
.coachdetailbtn {
	width: 100%;
	padding-top: 25px;
}
.coachdetails ul li input {
	width: 100%;
}
.featured_button &gt; a {
	padding: 12px 28px;
}
.coacheswrapper li {
	margin: 20px 0 0;
}
.classdetails ul li {
	margin-right: 0;
	width: 100%;
	float: none;
	text-align: center;
	display: inline-block;
}
.classdetails ul {
	text-align: center;
	width: 76%;
	margin-right: 2%;
}
.classdetailwrapper li {
	width: 100%;
}
.addnoteswrapper {
	float: left;
	width: 100%;
}
.classdetailwrapper li ul li input {
	width: 62%;
}
.submitradiononewidth2 {
	display: inline-block;
	margin-left: 0;
	width: 100%;
	float: left;
}
.submitradiononewidth2 li {
	margin-bottom: 0px;
}
.ladderformwrapper li span {
	text-align: left;
}
.ladderformwrapper li p {
	float: left;
}
.ladderformwrapper li input, .ladderformwrapper li select {
	width: 350px;
}
.addnoteswrapper span {
	margin-left: 0!important;
}
.addnoteswrapper {
	margin-top: 20px;
}
.studentsnamewrapper {
	width: 100%;
}
.ladderformwrapper li span {
	width: 100%;
}
.submitradiononewidth2 li span {
	width: 85% !important;
	line-height: 32px !important;
}
.profile-menu {
	margin-top: 10px;
}
.tab_container .classpartwrapper .classdetailwrapper li ul li {
	width: 90%;
	clear: both;
}
.sec_1.pt50px.pb50px.table_wp {
	padding: 50px 15px;
}
.teble td {
	font-size: 9px;
}
.teble th {
	padding: 5px;
}
.coach-brief .brief-image {
	width: 50%;
}
.coach-brief .brief-data {
	width: 50%;
}
.panel-well {
	height: auto;
}
.panel-well .panel-column {
	border-right: medium none;
}
.coach-brief .brief-content {
	padding: 0.78125em;
	width: 100%;
}
.brief-content {
	border-top: 1px solid #fff;
	clear: left;
	height: auto;
}
.table-programs .featured_button {
	width: 29%;
}
.shopping {
	min-height: 100%;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.profile-menu {
width: 267px;
}
}
}
@media all and (max-width: 640px) {
.vswrapper {
	margin: 29px 10px 0;
	float: none;
	width: 100%;
}
.tab_container .classpartwrapper {
	margin: 0 auto;
	width: 100%;
	float: none;
	display: table;
}
.attendence .col1 label, .attendence input, .attendence select {
	font-size: 10px;
}
.teble td {
	font-size: 8px;
}
.attendencewrapper {
	margin-top: 20px;
}
.responsive .attendencewrapper &gt; input {
	font-size: 11px;
	padding: 2px 15px;
}
.attendence input, .attendence select {
	height: 30px;
}
.table-programs .featured_button &gt; a {
	font-size: 14px;
}
#myTab.tabs li a, #myTab.tabs2 li a {
	padding: 11px 20px;
}
}
 @media all and (max-width: 600px) {
.products-item, .sec_4 .col-md-3 {
	float: none;
	width: 50%;
	margin: 0 auto 20px;
}
.client-item {
	width: 50%;
}
.featured_title h3 {
	font-size: 25px;
}
.caption.fade.fade.cap_big_white.tp-caption.start, .caption.sft.stt.cap_small_white.tp-caption.start, .caption.sfb.stb.cap_big_white_bg.tp-caption.start {
	margin-top: -29px !important;
}
.studentformwrapper li input, .studentformwrapper li select {
	width: 66%;
}
.submitradiononewidth2 li span {
	line-height: 38px;
	width: 86%;
	margin-right: 0;
}
.caption.fade.fade.cap_big_white.tp-caption.start {
	line-height: 1.3!important;
}
.studentformwrapper li textarea {
	width: 66%;
}
#myTab.tabs li a, #myTab.tabs2 li a {
	padding: 11px 10px;
}
}
@media all and (max-width: 581px) {
.laddertabwp ul.tabs li {
	padding: 0px;
	text-align: center;
}
.searchstudentwrapper .featured_button a {
	margin-bottom: 10px;
}
.attendencewrapper {
	width: 100%;
}
.attendence .col1 {
	float: left;
	margin-right: 0;
	width: 100%;
}
.male_female {
	float: left;
	width: 40%;
}
.teble tr:nth-child(2) td {
	padding: 2px;
}
.teble td {
	font-size: 6px;
}
.col4 &gt; p {
	float: left;
	width: 61%;
}
.assesment .col4 &gt; input {
	float: right;
	width: 38%;
}
.table-programs tr {
	font-size: 14px;
}
.table-programs .featured_button &gt; a {
	padding: 5px 15px;
}
}
@media all and (max-width: 480px) {
    .buttonStyle {
    margin-bottom:5px;}
    .nav.nav-tabs &gt; li {
    width:100%;}
.products-item, .sec_4 .col-md-3 {
	width: 70%;
}
.featured_title h3 {
	font-size: 20px;
}
.caption.fade.fade.cap_big_white.tp-caption.start, .caption.sft.stt.cap_small_white.tp-caption.start, .caption.sfb.stb.cap_big_white_bg.tp-caption.start {
	margin-top: -22px !important;
}
.caption.sfb.stb.cap_big_white_bg.tp-caption.start {
	padding: 0 10px !important;
}
.laddertabwrapper ul.tabs li {
	padding: 0;
	text-align: center;
}
#myTab.tabs li a, #myTab.tabs2 li a {
	padding: 11px 4px;
}
.res_tab ul.tabs2 li {
	padding: 0;
	text-align: center;
}
.res_tab ul.tabs2 li:nth-child(1) {
	width: 33%;
}
.res_tab ul.tabs2 li:nth-child(2) {
	width: 33%;
}
.res_tab ul.tabs2 li:nth-child(3) {
	width: 34%;
}
.laddertabwrapper, .res_tab {
	margin-top: 20px;
}
.studentformwrapper li textarea {
	width: 100%;
}
.studentformwrapper li input, .studentformwrapper li select {
	width: 100%;
}
.studentformwrapper li span {
	text-align: left;
	width: 100%;
}
.submitradio {
	display: inline-block;
	width: 100%;
}
.submitradio input {
	width: 1% !important;
}
.submitradio span {
	margin-left: 8px;
	width: auto !important;
}
.submitradiononewidth li span {
	width: 81%;
	float: left;
	margin-top: 0px;
}
.submitradiononewidth {
	width: 100%;
}
.ladderformwrapper li input, .ladderformwrapper li select {
	width: 100%;
}
.laddertabwp ul.tabs li {
	padding: 0px;
	text-align: center;
	font-size: 12px;
}
.select_wp {
	float: left;
	width: 100%;
}
.col2 &gt; input {
	width: 58%;
}
.birth_date select {
	width: 16%;
}
.age {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.age &gt; input {
	width: 58%;
}
.col2wp1 .age &gt; span {
	text-align: left;
	width: 100%;
}
.col2wp1 .age &gt; input {
	width: 90%;
}
.col2.col2wp1 {
	margin-top: 10px;
	width: 100%;
}
.age.male_femalewp {
	padding-left: 61px;
	margin-bottom: 0;
}
.teble td {
	font-size: 3px;
	line-height: 10px;
}
.attendence .col1 label, .attendence input, .attendence select {
	font-size: 6px;
	padding: 0;
	margin-bottom: 2px;
}
.classpartwrapper {
	width: 100%;
}
.brief-data .featured_button &gt; a {
	padding: 6px 10px;
	font-size: 16px;
}
.table-programs .featured_button &gt; a {
	font-size: 12px;
	line-height: 12px;
}

.client {
	text-align: center;
}
.client-item {
	width: 100%;
}
}
@media all and (max-width: 360px) {
.products-item, .sec_4 .col-md-3 {
	width: 100%;
}
    .fitfeedb_content.cro_accent {
    font-size:14px;}
.caption.fade.fade.cap_big_white.tp-caption.start, .caption.sft.stt.cap_small_white.tp-caption.start, .caption.sfb.stb.cap_big_white_bg.tp-caption.start {
	margin-top: -20px !important;
}
.caption.sfb.stb.cap_big_white_bg.tp-caption.start {
	padding: 0 5px !important;
}
.teble td {
	font-size: 2px;
	line-height: 8px;
}
.attendence .col1 label, .attendence input, .attendence select {
	font-size: 5px;
	line-height: 8px;
}
.teble th {
	padding: 3px;
}
.attendencewrapper {
	margin-top: 8px;
}
.responsive .attendencewrapper &gt; input {
	font-size: 8px;
	padding: 0px 10px;
}
.attendence input, .attendence select {
	height: 20px;
}
.brief-data .featured_button &gt; a {
	font-size: 14px;
	padding: 6px 22px;
	line-height: 18px;
}

.col2 &gt; span, .birth_date span, .age span {
	font-size: 12px;
	width: 95px;
}
.male_female &gt; span {
	width: auto;
}
.birth_date select {
	margin-right: 7px;
}
.administration-box &gt; p {
	font-size: 13px;
}
.featured_title h3 {
	font-size: 18px;
}
#myTab.tabs li a, #myTab.tabs2 li a {
	font-size: 10px;
}
}





.brief-content1 {
    margin: 20px 0px;
    min-height: 170px;
}

.brief-content1 p {
    font-size: 19px;
    font-weight: normal;
    color: #3C3B3B;
    line-height: 27px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 7px;
}

.brief-content1 p  strong{
   
    font-weight: normal;
}

.brief-content1 h4 {
    font-size: 20px;
    color: rgb(14, 74, 114);
    margin-bottom: 9px;
}

.custom-padd {
    padding: 6px 64px !important;
    margin-top: 19px;
    width: 100%;
}

.bottom-btn-class {
    text-align: right;
    margin-top: 26px;
    clear: both;
    float: left;
    width: 100%;
}

 .logo-main {
        background: rgb(0, 0, 0) none repeat scroll 0% 0%;
}

.session_btn {
    text-align: right;
    margin-right: 22px;
}

.session_btn a{
    padding: 3px 15px !important;
}


.class-inner-new {
    background: #f9f9f9;
    float: left;
    width: 100%;
    padding: 20px 20px;
    box-shadow: 0px 0px 2px #ccc;
}

.custom-bottom-check a {
    margin-top: 10px;
    position: absolute;
    line-height: 11px;
}


#tdStudentIds {
font-size:18px;
}

.add-text-head{
font-size:18px;
margin-bottom:15px;
}

.classdetails {
      background: #fff;
    float: left;
    width: 100%;
    padding: 20px 20px;
    box-shadow: 0px 0px 2px #ccc;
}

.wrap-main {
  background: #f9f9f9;
    float: left;
    width: 100%;
    padding: 20px 20px;
    box-shadow: 0px 0px 2px #ccc;
}

.head-new {
    border-bottom: 2px solid transparent;
    border-top-style: none;
    font-size: 22px;
    border-top: 1px solid transparent !important;
    margin-bottom: 20px !important;
}

.custom-label-check label{
    font-size:14px;
    font-weight:400;
}

.btn-class {
    text-align: right;
}

#removeclass {
 background: rgb(204, 63, 68) ;
padding: 3px 8px;
width: 66px;
}

.student-summary {
    background: #fefefe;
    padding: 20px;
    box-shadow: 0px 0px 2px #aeadad;
}

.student-summary h4{
   margin:20px 0px;
}


.pay-summary {
    margin-top: 28px;
}



.pay-summary h4 {
     margin:20px 0px;
}

.pay-summary .tab-content {
    background: rgb(251, 251, 251) none repeat scroll 0% 0%;
    box-shadow: 0px 0px 2px #ccc;
}

.tab-contentStyle {
    padding-bottom: 23px;
    padding-top: 20px;
}

#CreditCardclass h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.pay-summary .tab-contentStyle h3 {
   margin-left: 12px;
margin-bottom: 10px;
}


.right-main-button {
    text-align: right;
    margin-bottom: 20px;
}

.save-right {
    text-align: right;
}

.custom-check-new {
    float: left;
    margin-right: 30px;
    min-width: 220px;
}

.new-page-right {
text-align:right;
margin-bottom:20px;
}

.custom-input {
height: 39px;
}

.gcheck input[type="radio"], .gcheck input[type="checkbox"] {
    height: auto;
    margin-top: 1px;
    line-height: normal;
    margin-right: 11px;
}

.gcheck label {
margin-right:20px;
}

.ladder-right {
text-align:right;
}

.tab-padd {
    padding: 14px 0px;
}

.form-title {
    font-size: 20px;
    margin-bottom: 16px;
    color: #413E3E;
}

.form-title2 {
    font-size: 16px;
    margin-bottom: 16px;
    color: #FFF;
    margin-left: 11px;
    background: #626262;
    padding: 6px 10px;
}

.rules .form-title2 {
   
    margin-left: -16px;
}

label {
    font-weight: normal !important;
}

.ass-btn-right {
text-align:right;
}


.welcome-text {
    font-size: 29px;
    line-height: 43px;
    text-align: center;
    margin-top: 116px;
    color: #000;
}

.tab_container {
    border: 1px solid #FFF !important;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #FFF;
}

.court-btn {
    text-align: left;
   
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.court-top-btn {
    text-align: right;
    margin-right: 28px;
}

.logo-box {
    padding: 20px 20px;
    text-align: center;
    border: 1px solid #ccc;
    min-height: 122px;
    margin-bottom: 20px;
}

.logo-box img {
vertical-align:middle;
}

.about-section, .coaching-section, .facility-section {
    background: #FFF;
    padding: 20px;
    margin-bottom: 30px;
}

.about-content {

}

.coaching-section{

}1908


.featured-item {
    padding: 100px 0px;
}

.home-products {
    padding: 100px 0px 50px;
}


.home-team {
    padding: 100px 0px;
}

.home-testimonial {
    padding: 100px 0px;
}

.home-logo {
    padding: 70px 0px;
}


.my-page {
    margin-top: 131px;
}

#home-slider {
max-height:533px;
position:relative;
}

#home-slider .owl-item img{
max-width:100%;
width:100%;
max-height:533px;
}

#home-slider.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
}

#home-slider.owl-theme .owl-controls .owl-buttons div {
    background: #262323;
    font-size: 20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 34px;
    text-align: center;
    opacity: 0.7;
}

#home-slider .owl-prev {
    position: absolute;
    left: 0;
}

#home-slider .owl-next {
    position: absolute;
    right: 0;
   
}

.league_title h3
{
    color: #E4E6E9;
font-weight: 600;
margin-bottom: 30px;
line-height: 7px;
text-transform: uppercase;
background-color: #474848;
padding: 14px;
text-align: center;
font-size: 17px;
}
.space-form {
    float: left;
    width: 100%;
    margin-top: 20px;
   
    border-top: 1px solid rgb(204, 204, 204);
    padding-top: 26px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 31px;
    padding-bottom: 15px;
}


</pre></body></html>