@font-face {
 font-family: 'HelveticaNeueLTPro-HvCn';
 src: url('../fonts/HelveticaNeueLTPro-HvCn.eot?#iefix') format('embedded-opentype'),
      url('../fonts/HelveticaNeueLTPro-HvCn.otf') format('opentype'),
      url('../fonts/HelveticaNeueLTPro-HvCn.woff') format('woff'),
      url('../fonts/HelveticaNeueLTPro-HvCn.ttf') format('truetype'),
      url('../fonts/HelveticaNeueLTPro-HvCn.svg#HelveticaNeueLTPro-HvCn') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLTPro-Roman';
  src: url('../fonts/HelveticaNeueLTPro-Roman.eot?#iefix') format('embedded-opentype'),
       url('../fonts/HelveticaNeueLTPro-Roman.otf')  format('opentype'),
       url('../fonts/HelveticaNeueLTPro-Roman.woff') format('woff'),
       url('../fonts/HelveticaNeueLTPro-Roman.ttf')  format('truetype'),
       url('../fonts/HelveticaNeueLTPro-Roman.svg#HelveticaNeueLTPro-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
 font-family: 'HelveticaMedium';
 src: url('../fonts/Helvetica65Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Helvetica65Medium.otf') format('opentype'),
      url('../fonts/Helvetica65Medium.woff') format('woff'),
      url('../fonts/Helvetica65Medium.ttf') format('truetype'),
      url('../fonts/Helvetica65Medium.svg#Helvetica65Medium') format('svg');
 font-weight: normal;
 font-style: normal;
}
html {
   position: relative;
   min-height: 100%;
}

body {
	font-family:'HelveticaNeueLTPro-Roman', Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	line-height:24px;
	font-size: 16px;
	margin-bottom: 70px;
}
a, i {
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	transition: all ease 0.2s;
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
.top-btm-space{padding-top:20px; padding-bottom:20px;}
h1 {
	font:24px 'HelveticaNeueLTPro-Roman', Arial, Helvetica, sans-serif;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    font-weight: normal;
    border-bottom: 1px solid #c7c7c7;
	text-transform:uppercase;
}
h2 {
	font:18px 'HelveticaNeueLTPro-HvCn', Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
}
h3 {
	font:14px 'HelveticaNeueLTPro-Roman', Arial, Helvetica, sans-serif;
	color: #3c82a2;
    margin: 0;
    padding:10px 15px;
    font-weight: normal;
	background:#f3f5f9;
	text-transform:uppercase;
	border: 1px solid #d2d6e6;
}
h4 {
	font:20px 'HelveticaNeueLTPro-Roman', Arial, Helvetica, sans-serif;
	color:#7f8b90;
    margin: 0 0 20px 0;
    padding:0;
    font-weight: normal;
	text-transform:uppercase;
}
h5 {
	font:16px 'HelveticaNeueLTPro-HvCn', Arial, Helvetica, sans-serif;
	margin: 20px 0 5px 0;
	padding: 0;
	color:#636363;
}
h6 {
	font-size:20px;
	margin:0 0 5px 0;
	padding:0;
	
}
h6 small{
	border-left: 1px solid #ccc;
	margin-left: 5px;
	padding-left: 5px;
	font-size: 14px;
	vertical-align: middle;
	color:none;
}
b{
	font-family: 'HelveticaNeueLTPro-HvCn';
}
.main-container{
	min-height:488px;
	position:relative;
}
.loadingoverlay{z-index:99;}
.btn-info{background:#2097ce;font-size:14px; border:0; display:inline-block; font-family:'HelveticaMedium', Arial, Helvetica, sans-serif; position:relative; text-transform:uppercase;}
.btn-lg{padding:15px 30px; border-radius:3px;}
.btn-green{background: green;}
.btn-green:hover{background: #2097ce !important;}
.loginbox {	background:#000; text-align:right; z-index:2; position:relative;min-height:32px;}
.loginbox .btn-info{border-radius:0;}
.loginbox .emailtop{display:inline-block; margin-right:20px;}
.loginbox .emailtop a{color: #31b0d5; text-decoration: none; font-size: 14px;}
.loginbox .social{display:inline-block; margin-right:20px;}
.loginbox .social a{color:#fff;	font-size:18px;	vertical-align:middle; display:inline-block; padding:0 10px; line-height:50px;}
.social a:hover{color:#2097ce;}

.login-setting .dropdown-menu{right:0;left:auto;margin-top:9px;}
.login-setting .dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.login-setting .dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}
.logos {
	width:200px;
	position:absolute;
	text-align:center;
	top:0;
	min-height:170px;
	background:rgba(0,0,17,0.4);
	height:100%;
}
.logos img{
	display:inline-block;
	margin:10px 30px;
	width:140px;
}
.navbar-brand > img {
	height:50px;
}
.owl-carousel .owl-item img {
    display: inline-block !important;
    width: auto !important;
	 height:70px;
}
.owl-carousel .owl-stage{
	margin:0 auto;
}

.banner {
	background: url(images/banner.jpg) center center;
	background-size:cover;
	width: 100%;
	min-height: 650px;
	position:relative;
	background-position:100% !important;
}
.banner .logos{
	display:none;
}
.caption {
	position:absolute;
	margin:0 auto;
	padding:70px;
	left:0;
	right:0;
	top:50%;
	text-align:center;
	color:#fff;
	font-size:18px;
	transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	text-shadow: 1px 1px #000, -1px 1px #000, 1px -1px #000, -1px -1px #000;
}
.caption span {
	display:block;
	font:4.5vw 'HelveticaNeueLTPro-HvCn', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-shadow: 2px 2px #000, -2px 2px #000, 2px -2px #000, -2px -2px #000;
}
.caption a {
	margin:0 20px;
	text-shadow:none;
}

.home-partner-sec {
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: #dde6ea;
    text-align: center;
    padding: 5px 10px;
    border-radius:5px;
}
.home-partner-sec img{
    max-width:100px;
    width:100%;
}
.home-partner-sec h6{
    font-size: 10px;
    margin: 4px 0 0;
    text-transform: uppercase;
}
.menubox{box-shadow:0 0 3px rgba(0,0,0,.6); z-index:1; position:relative; background:#dde6ea}
.navbar{margin:0; border:0}
.navbar-nav>li{	display:inline-block;}
.navbar-brand{padding:10px 0; height:inherit;}
.navbar-nav{float:right;}
.navbar-toggle{ font-size:30px; margin:0; padding:0; margin-top: 26px; color: #fff;}


#menu ul li ul{
  display: none;
  position: absolute;
  background-color: #0e1a40;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
#menu ul li ul li{
  width:185px;
}
#menu ul li ul li a {
  line-height:40px !important;
  color:#fff !important;
}
#menu ul li ul li a:hover {
	border-bottom:2px solid #fff !important; 
	color:#fff !important;
}
/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
#menu ul li:hover ul{
  display: block;
}





#menu .nav>li>a{line-height:70px;color:#0E1A40;font-size: 12px;font-weight:bold;padding: 0 7px;display:block;border-bottom:2px solid transparent;text-transform:uppercase;}
#menu .nav>li>a:hover{ background:none; border-bottom:2px solid #2097ce; color:#2097ce}
.navbar-collapse{padding:0;}

.footertop {background:#0e1a40; padding:20px 0; text-transform:uppercase; font-size:12px; line-height:30px;}
.footertop a{display:block; color:#ffffff;}
.footertop i{margin-right:10px; font-size:14px;}

.footerbtm{background:#000011; border-top:1px solid #111131; font-size:11px; color:#313142; min-height:70px;height:70px; padding:20px 0;position:absolute;bottom:0;width:100%}
.footerbtm a{display:inline-block; color:#1f94c9; margin:0 5px;}
.footertop a:hover, .footerbtm a:hover{color:#1f94c9}

label span, .label_error {
	color:red;
}
.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
label{font-weight:normal;}
.panel-primary .panel-title{font-size:15px; border:0; padding:0;}
.no-float{float:none;}
.inner-banner{/*background:#324d7b;*/ color:#fff; position:relative;}
.color-bg{
	background-color:#bfc3c7;
	background-image: url("../images/cover-photo-stripes.png");
	background-position:104% 0;
	background-repeat:no-repeat;
	width:100%;
	height:138px;
	opacity:1;
	position:absolute;
	top:0;
	left:0;
}

table {
/*	border: 1px solid #ccc;*/
	width: 100%;
	margin:0;
	padding:0;
	border-collapse: collapse;
	border-spacing: 0;
}

table tr {
	/*border: 1px solid #ddd;*/
	padding: 5px;
}

table th, table td {
	padding: 10px 15px;
	text-align: center;
	border-bottom: 1px dotted #ccc;
}

table th {
	text-transform: uppercase;
    font-weight: normal;
    color: #3c82a2;
}
.table thead > tr > td, .table tbody > tr > td {
    vertical-align: middle;
}

.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #2097ce;
  color:#fff;
  font-size:15px;
}
.panel-default>.panel-heading {
    background-color: #f3f5f9;
}
.panel-title {text-transform:uppercase;}

.fixme { text-align: right; width: 100%; font-size:0; text-transform:uppercase; padding:15px 0; background:#fff; z-index:1;margin-top:-32px;border-bottom:1px solid #bfc3c7; }
.users .fixme{background: rgba(0, 0, 0, 0.38);border-bottom: 1px solid rgba(255, 255, 255, 0.15);border-top: 1px solid rgba(255, 255, 255, 0.15);}
.fixme a { color:#3B5998; display:inline-block; font-size:16px;font-weight:bold; padding:0 10px; border:1px solid #3B5998; border-top:0; border-bottom:0; margin-left:-1px;}
.fixme a:hover { color:#3c82a2;}
.leftbox{background:#F5F5F5; padding:15px; font-size: 14px; color: #7f8b90;}
.listbox{ border-top: 1px solid #bbbbbb; padding:20px 0; font-size: 14px; }
.listbox i{vertical-align:middle;margin-left:10px;}
.listbox span{display:block;font-size:14px;/* color:#7f8b90; */}
.sortbox{margin-bottom:-11px;font-size:14px;color: #fff;}
.sortbox a{color: #f5f5f5;margin:0 15px;}
.sortbox i{margin-right:5px;color: #f5f5f5;}
.listbox .btn i{margin:0 5px 0 0;}
.users .list-group-item{
    margin-bottom: 1px;
    background-color: rgba(0, 0, 0, 0.5);
	border:none;
}
.users .list-group-item a:hover{
	color:#fff !important;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top:none;
}
#filter{
	background:#F5F5F5;
	border:0;
	border-radius:0;
	padding:15px;
}
.removefav i {
    margin: 0 !important;
    line-height: 17px;
}
.rating img{margin:10px 0 0 0;}
.rating a{font-size:12px;margin-bottom:10px;}

.flashmsg{margin-top:10px;}
.athlete-name{
	font:40px 'HelveticaNeueLTPro-Roman', Arial, Helvetica, sans-serif;
  padding-right: 40px;
	font-weight:bold;
}
.athlete-photo{
	padding-right:0;
}
.athlete-photo img{
	width:200px;
	height: 200px;
}
.athlete-meta{
	
}
.athlete-info h2{
	margin-bottom:0;
}
.athlete-info .position{
	color: #2097ce;
}
.info{
	font-family: "HelveticaNeueLTPro-Roman",Arial,Helvetica,sans-serif;
	font-size: 20px;
	text-transform:none;
	color: #BDBDBD;
}
.noanswer{color:#aeaeae;}
.snapshot-action{
	position:absolute;
	top:10px;
	right:25px;
}
.snapshot-action .dropdown-menu{
	right:0;left:auto;
}
.statistics{
	text-align:center;
}
.statistics li{overflow:hidden;}
.statistics .stats-number{
	display: inline-block;
  float: left;
  font-size: 22px;
  font-weight: bold;
  text-align: right;
  width: 50%;
	color:#3b5998;
	text-transform:none;
} 
.users .statistics .stats-number{
	color:#2097ce;
}
.users .panel{
	background-color: rgba(255, 255, 255, 0.09);
	border:none;
}
.users .panel-default>.panel-heading {
    background-color: #131117;
	border:none;
	color:#a0a0a0;
}
.users table th {
    color: #337ab7;
}
.users table th, table td {
    border-bottom: 1px dotted #616161;
}
.statistics .stats-text{
	color: #818a8a;
  display: inline-block;
  font-size: 14px;
  text-align: left;
  width: 40%;
}
.stats-box {
  /* display: table; */
  width: 100%;
}
.stats-box .stats-cell {
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid rgba(204, 204, 204, 0.4);
}

.stats-cell:last-child {
    border: none;
}
.stats-cell {
  padding-bottom: 0;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 0;
}
.stats-box .stats-cell a {
  color: #fff;
}
.stats-box .stats-cell span.stats-number {
  font-size: 22px;
  padding-top: 10px;
	font-weight:bold;
}
.stats-box .stats-cell span {
  display: block;
  text-transform: uppercase;
}
.stats-box .stats-cell span.stats-text {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 10px;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: underline;
    text-decoration-style: solid;
}
.section{
	margin-bottom:15px;
}
.gallery .thumbnail > img {min-height:260px !important;}
.gallery .video::before{
 background-attachment: scroll;
 background-clip: border-box;
 background-color: #000;
 background-image: none;
 background-origin: padding-box;
 background-position: 0 0;
 background-repeat: repeat;
 background-size: auto auto;
 border-radius:50%;
 content: "";
 display: block;
 height: 70px;
 left: 50%;
 margin-left: -46px;
 margin-top: -46px;
 position: absolute;
 top: 50%;
 width: 70px;
 z-index: 1;
 opacity: 0.5;
}
.gallery .video::after{
		border-bottom-color: transparent;
		border-bottom-style: solid;
		border-bottom-width: 20px;
		border-left-color: rgba(255,255,255,0.5);
		border-left-style: solid;
		border-left-width: 30px;
		border-right-color: transparent;
		border-right-style: solid;
		border-right-width: 0;
		border-top-color: transparent;
		border-top-style: solid;
		border-top-width: 20px;
		bottom: 0;
		content: "";
		height: 0;
		left: 50%;
		margin-left: -20px;
		margin-top: -30px;
		position: absolute;
		top: 50%;
		width: 0;
		z-index: 2;
}
.delete-item {
    -moz-appearance: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    color: #da3d52;
    cursor: pointer;
    font-size: 25px;
    height: 25px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: absolute;
    width: 25px;
    z-index: 999;
		right: 25px;
    top: 15px;
}
.search-btn{position:absolute;top:50%;transform:translate(0,-50%);right:100px;}

figure {
  position: relative;
  min-height: 174px;
}
figure img {
  display: block;
}

figcaption {
  position: absolute;
  bottom: 0;
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 200%;
  width: 100%;
  text-transform: capitalize;
}
figcaption span {
  color: white;
  background: black;
  /* fallback */
  background: rgba(0, 0, 0, 0.7);
  padding: .5em;
  width: 100%;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.rating{position:relative;}
/* .roundedTwo */
.roundedTwo {
  position: absolute;
  top: 0;
  left: 0;
}
.roundedTwo label {
  width: 20px;
  /* height: 20px; */
  position: absolute;
  top: 4px;
  left: 4px;
  cursor: pointer;
  background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
  background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}
.roundedTwo label:after {
  content: '';
  width: 12px;
  height: 7px;
  position: absolute;
  top: 0px;
  left: 5px;
  border: 2px solid #2196F3;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.roundedTwo label:hover::after {
  opacity: 0.3;
}
.roundedTwo input[type=checkbox] {
  visibility: hidden;
}
.roundedTwo input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.intl-tel-input {
    display: block !important;
}
/* end .roundedTwo */

.listbox.verified {
    background: rgba(32, 151, 206, 0.5);
}
.listbox.selected {
    background: rgba(198,230,255,0.5);
}
.listbox {
    position: relative;
}
.search-result .table tbody > tr > td, .table>thead:first-child>tr:first-child>th{
	vertical-align:middle;
	border:0;
	position: relative;
}
.table tbody > tr > td.ptd{
	padding:0;
	color: #fff;
	vertical-align:middle;
}
.ath-img{
	width: 60px;
	height: 60px;
}
#target-content .table thead > tr > td, #target-content .table tbody > tr > td {
    font-size: 16px;
    padding: 5px;
}
.ath-img .pimage{
	width: 65px;
	display: inline-block;
	height: 65px;
	overflow: hidden;
	position: relative;
	vertical-align: middle;

}
.ath-img h6{
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	width: 165px;
	padding-left:10px;
}
.ath-img h6 a{
	display:block;
}
.ath-img h6 a:first-child{
	font-size:14px;
	
}
.ath-img img {
   position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.users .main-container, .coaches-profile .main-container {
    text-transform: uppercase;
}
.search-result .school-info {
    min-height: 20px;
}
.who-we-are {
    background: url('../images/wwe-bg.jpg') no-repeat;
    background-size: cover;
}
body.news,body.camp,body.news-details,body.camp-details {
    background: url('../images/wwe-bg.jpg') no-repeat;
    background-size: cover;
}
.news-details .main-container,.camp-details .main-container, .camp .main-container {
    color: #fff;
}
.coaches-profile {
    background: url('../images/wwe-bg.jpg') no-repeat;
    background-size: cover;
}
.users {
    background: url('../images/wwe-bg.jpg') no-repeat;
    background-size: cover;
	color: #fff;
}
.who-we-are .main-container span,.who-we-are .main-container p {
    color: #fff;
}
.who-we-are .main-container img {
    border: 1px solid #0e1a40;
}

.coach-menu{
  display: block;
  background: #2097ce;
	padding:5px;
}
.coach-menu  a{
  color: #fff;
  margin-right:20px;
}
.highlight{
	height:250px;
}
.video-thumbnail {
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
    overflow-y: hidden;
		background-position:center center;
    border:1px solid rgba(56, 67, 79, 0.1);
    border-radius: 3px;
    margin-bottom: 20px;
}
.media .media-left i{
	color:#2097ce;
}
.media .media-body .media-heading{
	color:#2097ce;
	text-transform:unset;
	font-weight:bold;
}
.users-register  {
    background: url('../images/register-bg.jpg') no-repeat;
    background-size: cover;
}
.users-register .main-container .panel.panel-primary {
    background: rgba(32, 151, 206,.3);
    border: 0;
    box-shadow: 0 0 20px rgba(0,0,0,.5);
    padding: 20px 15px;
    margin-top: 20px;
}
.users-register .main-container .form-control {
    background: rgba(0,0,0,0.5);
    color: #333;
    border-radius: 0;
    height: 40px;
	background:#fff;
}
.users-register .main-container p{
    color: #fff;
}.users-register label{font-weight: normal;
   color: #fff;}
.users-register .btn-info{padding:10px 60px;}
.page.what-we-do {background: url('../images/wwd-bg.jpg') no-repeat; background-size: cover;}
.meet-the-staff,.coaches-search,.showcases-and-events,.college-camp-tour,.school-placement-and-college-recruiting,.high-school,.college-and-junior-college,.our-foundation,.college,.junior-college, .the-foundation-in-action, .give-here, .for-parents{background: url('../images/wwd-bg.jpg') no-repeat; background-size: cover;color: #fff;}
.video {background: url('../images/wwd-bg.jpg') no-repeat; background-size: cover;color: #fff;}
.gallery, .placement {background: url('../images/wwd-bg.jpg') no-repeat; background-size: cover;color: #fff;}

.what-we-do .media-body {
    color: #fff;
    font-size: 15px;
}
.what-we-do h1,.who-we-are h1,.users-complete_register h1, .users-register .main-container h1 {
    color: #fff;
}
.page h3{
	color: #2097ce;
    text-transform: unset;
	font-weight:bold;
	padding:0;
	border:none;
	background:none;
	font-size:18px;
	margin-bottom:20px;
}
.nav>li>a:focus, .nav>li>a:hover {
    background: none;
    outline: none;
}
.users-register .col-md-12 .wrap {
    width: 375px;
    margin: 0 auto;
    padding: 20px 60px;
    position: relative;
}
.users-register .col-md-12:first-child .wrap {
    background: #2097ce;
}
.users-register .col-md-12:nth-child(2) .wrap {
    background: rgba(32,151,206,0.8);
}
.users-register .col-md-12:nth-child(3) .wrap {
    background: rgba(32,151,206,0.6);
}
.steps h3 {
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 10px;
    color: #fff;
    text-transform: initial;
    font-size: 18px;
}
.steps p {
    font-size: 12px;
    line-height: 17px;
}
.steps .step {
    position: absolute;
    left: -25px;
    background: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    font-size: 40px;
    font-family: 'HelveticaMedium';
    color: #2097ce;
}
.users-register .steps {
    margin-top: 20px;
}
.page .main-container a {
    color: #8faaff;
    font-style: italic;
    text-decoration: underline;
    word-break: break-all;
}
.signpage {
    min-height: 300px;
	margin-top:80px;
}
.form-control {border-radius:0;}
.tooltipster-sidetip.tooltipster-borderless .tooltipster-content {font-size:14px;}
.testimonial-list blockquote p:before {
  content: '\201C';
  color: #ffffff;
  font-size: 5.5em;
  font-weight: 700;
  opacity: .5;
  position: absolute;
  top: 20px;
  left: 10px;
  text-shadow: none;
  z-index: 300;
}
.quote-container {
    position: relative;
}
.quote-container p {
    margin-left: 30px;
    color: #fff;
	font-size:14px;
}
.testimonial cite {
    color: #fff;
}
.testimonial blockquote {
    border: none;
}
body.testimonials, .users-payment {
    background: url('../images/testimonial-bg.jpg') no-repeat; background-size: cover;
}
body.users-success, .payment {
    background: url('../images/success-bg.jpg') no-repeat; background-size: cover;
}
body.users-complete_register, .users-login {
    background: url('../images/regcomp-bg.jpg') no-repeat fixed; background-size: cover;
}
body.coaches-register, .users-login, .home-contact {
    background: url('../images/regcomp-bg.jpg') no-repeat fixed; background-size: cover;
}
body.recruit {
    background: url(../images/testimonial-bg.jpg) no-repeat;
    background-size: cover;
}
.recruit tbody{
	color:#fff;
}
.recruit i{
	color:#fff;
}
.recruit .sortbox a {
    color: #fff;
}

.dropdown-menu>li>a {
    color: #333 !important;
}
.recruit table thead tr th{
	border-bottom:none !important;
}
.coaches-register h1{
	color:#fff;
}
.heading {
    background: #2db052;
    border-radius: 10px 10px 0 0;
    position: relative;
}
.heading:before {content: '\f00c';font: normal normal normal 14px/1 FontAwesome;color: #fff;display: block;position: absolute;width: 60px;height: 60px;background: #2db052;border-radius: 50%;left: 0;right: 0;margin: 0 auto;top: -25%;line-height: 55px;font-size: 25px;border: 3px solid;}
.signpage h3 {
    background: none;
    border: none;
    color: #fff;
    text-transform: initial;
    font-size: 20px;
}
.pbody {
    background: rgba(255,255,255,0.6);
    padding: 50px;
    border-radius: 0 0 3px 3px;
}
.signpage h2 {
    padding: 30px 0 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 0;
    margin-top: 20px;
}
.signpage .btn-primary {
    padding: 15px 20px;
    text-transform: uppercase;
    background: #03A9F4;
    border-color: #2196F3;
}
.users-complete_register .panel-primary,.coaches-register  .panel-primary{
    background: rgba(255,255,255,0.5);
}
.users-complete_register h5,.coaches-register  h5{color:#fff;}
a.ovideo, a.hvideo {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
	z-index:99;
}
a:focus{outline:none;}
.highlight iframe {
    width: 100%;
}
.banner.banner2 {
    background-position: 100%;
}
.video .gallery{
	background: #fff;
    padding: 10px;
	margin-bottom:30px;
	text-align:center;
	color:#000;
	font-size:20px;
}
.gallery .video-thumbnail {
    min-height: 200px;
	width:350px;
}
.coaches-profile .gallery .video-thumbnail {
	width:100%;
}
.video-item{
	position:relative;
}

.video .gallery .video-title {
   /*  background: rgba(0,0,0,0.6); */
   background: rgba(256,256,256,0.6);
    width: 99%;
    position: absolute;
    text-align: center;
    line-height: 25px;
    color: #000;
    bottom: 0;
}
.video-item .video-title {
    /* background: rgba(0,0,0,0.6); */
	 background: rgba(256,256,256,0.6);
    width: 100%;
    position: absolute;
    text-align: center;
    line-height: 25px;
    color: #000;
    bottom: 0;
}
.ovideo:after {content: '';position: absolute;border-width: 15px 0 15px 20px;border-color: transparent #fff;border-style: solid;top: 0;left: 0;right: 0;margin: auto;bottom: 0;height: 15px;width: 15px;}
.iti-flag {
    margin-bottom: auto;
    margin-left: 5px;
    margin-right: auto;
    margin-top: auto;
    position: relative;
    top: 3px;
}
.social-box{
	min-height:435px;
	background:#172552;
	border:1px solid #202f5f;
	padding:10px;
	
}
.instagram-box .wrapper{
	background:#fff;
	border-radius:5px;
}
.instagram-box .wrapper .header{
	overflow:hidden;
	padding:5px;
	border-bottom:1px solid #000;
}
.instagram-box .image-wrapper{
	padding:5px;
}
.image-wrapper .image-box{
   float: left;
   margin-bottom: 5px;
   margin-left: 5px;
   width: 30.8153%;
}
/*.footertop #menu ul{text-align:center;}
.footertop #menu ul li{display:inline-block;}
.footertop a{display:inline-block; margin:0 10px;}*/
.footerbtm #menu{display:inline-block;}
.footerbtm #menu ul{text-align:center;}
.footerbtm #menu ul li{display:inline-block;}
.footerbtm a{display:inline-block; margin:0 4px;}

.button-position .checkbox-inline {
   margin:4px;
   background-color:#fff;
   border-radius:4px;
   overflow:auto;
   float:left;
	cursor:pointer;
	padding:0;
}
.button-position .checkbox-inline input {
	display:none;
}
.button-position .checkbox-inline span {
   text-align:center;
  	vertical-align:middle;
   padding:10px;
   display:block;
  	line-height:10px;
  	float:left;
   min-width:80px;
  	height:30px;
	color:#000;
}

.button-position .checkbox-inline input:checked + span {
    background-color:#2097CE;
    color:#fff;
}

.button-position .checkbox-inline:hover {
    margin:4px;
    background-color:#000;
    border-radius:4px;
    overflow:auto;
    float:left;
    
}
.button-position .checkbox-inline:hover span {
	color:#fff;
}
.logincheck{
	display: block;
	position: absolute;
	height: 94%;
	width: 100%;
	top: 0;
	background: #000;
	opacity: 0.6;
}
.logincheck .innercontent{
text-align: center;
color: #fff;
margin-top: 30%;
}

/*---------------------For Profile Page-------------------*/
.profile-head{
	border-left: 10px solid #2097ce;
    border-bottom: none;
    padding: 0 0 0 15px;
    font-size: 30px;
    color: #2097ce;
	margin-bottom:35px;
}
.profile-body{
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	padding: 30px;
	color: #fff;
}
.profile-sec{
	margin-left: 20px;
	margin-bottom: 30px;
	/* float: right; */
	/* width: 60%; */
	display: inline-block;
	vertical-align: top;
}
.profile-sec h3{
	display: inline-block;
	background: none;
	border: none;
	padding: 0 0 5px 0;
	color: #2097ce;
	font-size: 25px;
	text-transform: capitalize;
}
.profile-sec ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.profile-sec ul li{
	font-size:14px;
}
.profile-sec ul li a:hover{
	color:#2097ce !important;
}
.profile-sec ul li i{
	padding-right: 15px;
}
/*--------------For Article Page ------------------------------*/
.blogShort{
	border: 1px solid #dcdcdc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
	padding: 15px;
	min-height:265px;
	display:inline-block;
	width:100%;
	color:#fff;
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	margin-bottom:30px;
}
.blogShort div{ 
	display: inline-block;
	width: 62%;
}
.blogShort h2{
	font-size:20px;
}
.blogShort article{
	font-size:14px;
	margin-bottom: 20px;
}
.meet-sec{
	margin-bottom: 20px;
	box-shadow: inset 0 0 90px #545454;
	border-radius: 10px;
	padding: 40px;
	width:100%;
	/*display:inline-block;*/
}
.camp-card {
    padding: 5px 5px 10px;
    border: 1px solid #4c4c4c;
    background: rgba(255, 255, 255, 0.2);
}
.camp-details .tab-pane {
    margin-top: 20px;
}
span.verified-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    margin: 0 auto;
    vertical-align: middle;
    background: url('../images/helmet-icon.png');
    background-size: cover;
    right: 0;
    top: 40%;
}
ul.scbox li {
    text-align: center;
    font-size: 12px;
}
.logos.l-right {right: 0;}
#cboxLoadedContent { position: relative; }
#extra-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
    padding: 10px;
    
}
.country_list label{
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
	background: #2097ce;
    color: #fff;
}
.select_option{
	margin: 20px 0 30px;
}
.country_list label.selected{
	background: #fff;
	color:#000;
}
.country_list input{
	display:none;
}
td iframe{
	width:140px !important;
	height:60px !important
}
.give-here .panel, .for-parents .panel{
    text-align:center;
}
.give-here .panel-default>.panel-heading, .for-parents .panel-default>.panel-heading {
    background-color: #dde6ea;
    border-color: #dde6ea;
}
.give-here .thumbnail, .for-parents .thumbnail{
    background: none;
    border: 1px solid #dde6ea;
}
.give-here .thumbnail .caption, .for-parents .thumbnail .caption{
    position: relative;
    background: #dde6ea;
    margin: 0;
    padding: 0;
    min-height: 105px;
    transform: none;
}
.thumbnail .caption{
    min-height: 270px !important;
}
.for-parents .thumbnail .caption{
    padding:10px;
}
.for-parents .thumbnail .caption p{
    font-size:14px !important;
    text-shadow: none !important;
}
.for-parents .thumbnail .caption p a{
    margin:0;
}
.for-parents .thumbnail .caption h3{
    text-shadow:none !important;
}
.for-parents .thumbnail .caption img{
   max-width: 60px;
    margin-bottom: 20px;
    margin-top: 10px;
    filter: invert(60%) sepia(59%) saturate(2578%) hue-rotate(167deg) brightness(84%) contrast(91%);
}
.give-here .thumbnail .caption .price{
    color: #000;
    text-shadow: none;
    font-weight: bold;
    font-size: 25px;
}
.give-here .thumbnail .caption .price span{
    background: none;
    text-shadow: none;
    font-size: 14px !important;
    text-transform: capitalize;
}
/*===============================Media===============================*/
@media (min-width:1200px) {
.container {
	width: 1200px;
	position:relative;
}
.footerbtm .right{text-align:right;}
.rating img{float:right; margin-bottom:20px;}
.search-btn{left:245px;right:inherit;}
.panel-body.form-pad {
    padding: 30px 70px;
}
}
 @media (min-width:992px) and (max-width:1199px) {
.nav>li>a{ padding:0 20px;}
.rating img{float:right; margin-bottom:20px;}
.search-btn{display:none;}
.stats-box .stats-cell span.stats-number { font-size: 18px;}
.panel-body.form-pad {
    padding: 30px 70px;
}
}
 @media (min-width:768px) and (max-width:991px) {
.footerbtm .right{text-align:right;}
.nav>li>a{ padding:0 10px;}
.logos img{	margin:13px 20px;}
.rating img{float:right; margin-bottom:20px;}
.stats-box .stats-cell span.stats-number{font-size: 20px;}
.steps .step{
    left: -20px;
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
}
 @media (min-width:200px) and (max-width:767px) {
.caption{padding:10px;}
.caption {
    top: 30%;
}
.caption span { font-size:30px;}
.caption a { margin:5px 0;}
.footerbtm, .footertop{text-align:center;}
.footertop i{font-size:20px;}

.footertop #menu ul{text-align:center;}
.footertop #menu ul li{display:inline-block;}
.footertop a{display:inline-block; margin:0 10px;}

.footertop hr{border-color:#243054;}
.navbar-brand{width:80%;}
.logos img{margin: 10px;width: 25%;}
.social span{display:none;}
.social a{display:inline-block; margin:0 5px;}
.loginbox .social{margin-right:0;}
.loginbox .social a{ padding: 0;}
.xs-center {margin: 0 auto; float: none;}
.xs-center img {margin: 0 auto;}
.stats-box .stats-cell span.stats-number{font-size: 13px;}
.users-register .col-md-12 .wrap{width:100%;padding: 30px 50px;}
.steps .step{left: -10px; font-size: 30px; width: 40px; height: 40px; line-height: 40px;}

.page #content img {display: block; float: none !important; height: auto !important; margin: 15px auto !important; max-width: 100%;}

.menubox{z-index:3;}

#sort-container{text-align:center;}
#sort-container li{display:block; padding:0;}
.src-cnt{text-align:center;}
.src-cnt h6{font-size:16px; margin-top:10px;}
.ath-img img{margin:auto;}
.prospect-type{float:none !important; text-align:center;}
.pagination-outer{text-align:center;}

#sidebar .nav{background:none; border:0;}
#sidebar .nav > li{border:0;}
#sidebar .nav > li > a{padding-top:5px; padding-bottom:5px;}

.athlete-info{text-align:center; margin-top:5px;}
.snapshot-action{position:relative; top:0; right:0; text-align:center;}
.athlete-name{color:#333; font-size:20px; padding:0;}
.fixme{text-align:center; margin:0;}
.fixme a{font-size:14px; line-height:normal; margin:5px 0;}
.fixme.scroll-to-fixed-fixed{margin-top:-32px;}
.loginbox{z-index:4;}
.gallery .video-title{left:0; right:0; margin:auto;}
ul.scbox li{display:block;}
.logos{
    width: 100%;
    height: auto;
    top: 50%;
}
.owl-carousal .item{
    display: inline;
    width: 25%;
}
}
@media (min-width:200px) and (max-width:991px) {
.navbar-header { float: none;}
.navbar-left,.navbar-right { float: none !important;}
.navbar-toggle { display: block;}
.navbar-collapse.collapse { display: none!important}
.navbar-nav {float: none!important;}
.navbar-nav>li { float: none;}
.collapse.in{display:block !important;}
	
.navbar-collapse{position: absolute; right:0; width:100%; left:0; z-index:9999;}
.nav{ margin:0; border-top:2px solid #445179; width:100%; background:#0e1a40;}
.nav>li{ display:block; border-bottom:1px solid #242f52;}
#menu .nav>li>a{ line-height:34px; padding:0 10px; border:none; color:#fff;}
#menu .nav>li>a:hover{ border:none; background:#2097ce; color:#fff;}
#menu ul li ul{
  display: block;
  position: relative;
  background-color: #0e1a40;
  min-width: 160px;
  box-shadow: none;
  z-index: 1;
  border-top: 1px solid #445179;
}
#menu ul li ul li a:hover{
  display: block;
  position: relative;
  background-color: #0e1a40;
  min-width: 160px;
  box-shadow: none;
  z-index: 1;
  border-bottom:none !important;
}
}
@media screen and (max-width: 600px) {
table { border: 0; }
table thead { display: none; }
table tr {
	display: block;
}
table td {
	display: block;
	text-align: right;
	border-bottom: 1px dotted #ccc;
}
table td:last-child {
	border-bottom: 0;
}
table td:before {
	content: attr(data-label);
	float: left;
	text-transform: uppercase;
	font-weight: normal;
	color: #3c82a2;
}
}
