article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
	width: 100%
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
a:hover {
	text-decoration: none;
}
.flag-thum {
	width: 30px;
	margin-right: 10px;
	border: 1px solid #333;
}
img {
	-webkit-transition: -webkit-transform 0.55s ease 0s;
	-moz-transition: -moz-transform 0.55s ease 0s;
	-o-transition: -o-transform 0.55s ease 0s;
	transition: transform 0.55s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	max-width: 100%;
}
img:hover {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}
body {
	margin: 0;
	padding: 0;
	font-weight: 300;
	color: #000;
	font-size: 16px;
	line-height: 28px;
	font-family: Roboto, sans-serif
}
.top-strip {
    padding: 0px 0px 20px 0px;
    margin: -20px;
}
.logo img{
	margin:0px auto;
}
.top-strip ul {
	margin: 0px;
	list-style: none;
}
.top-strip ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.top-strip ul li {
	display: inline-block;
	margin-left: 20px;
}
.top-strip ul li:first-child {
	display: inline-block;
	margin-left: 0px;
}
.top-strip ul li a {
	color: #fff;
}
.top-strip ul li a:hover {
	color: #000;
}
.top-strip ul.social-icon li a {
	border: 1px solid #fff;
	width: 25px;
	display: block;
	border-radius: 500px;
	text-align: center;
	font-size: 11px;
	line-height: 22px;
}
.top-strip ul.social-icon li a:hover {
	border: 1px solid #fff;
	background: #fff;
	color: #1f2223;
}
.navbar-default {
	background: #fff;
	border: 0px;
	margin: 0px 0px 15px;
	background:#EA1C20;
	border-radius:0px;
}
.navbar-default .navbar-nav {
	margin-top: 5px;
}
.navbar-default .navbar-brand {
	padding: 0px;
}
.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	width: auto;
	color: #FFF;
	padding: 10px 30px;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.25s ease-in-out;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background: #0a51a1;
	color: #fff;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	background: #333;
	color: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	background: #0a51a1;
	color: #fff;
}
.dropdown-menu {
	background: #333;
	padding: 0px;
}
.dropdown-menu > li > a {
	color: #fff;
	padding: 7px 15px;
}
.banner {
	padding: 0px 0px;
}
.banner #slider .item-title {
	font: 36px/1em;
	position: absolute;
	bottom: 20px;
	padding: 20px;
	text-shadow: 1px 1px 1px #000;
	color: #fff;
	letter-spacing: -1px;
}
#slider .owl-controls .owl-prev, #slider .owl-controls .owl-next {
	position: absolute;
	top: 40%;
	opacity: 0.7;
	color: #fff;
	z-index: 999;
	font-size: 60px;
}
#slider .owl-controls:hover .owl-prev, #slider .owl-controls:hover .owl-next {
	opacity: 1.0;
}
.owl-controls .owl-buttons div.owl-prev {
	left: 10px;
}
.owl-controls .owl-buttons div.owl-next {
	right: 10px;
}
.banner .latest-new-heading h2 {
	background-color: #0a51a1;
	border-left: 1px solid #0a51a1;
	color: #fff;
	margin: 0px;
	font-size: 18px;
	height: 50px;
	letter-spacing: -1px;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	transition: background-color 0.25s ease-in-out;
}
.banner .latest-new {
	background : #181a1b url(../images/widget-pattern.png);
	padding: 20px 20px 05px 20px;
}
.banner .latest-new .tab-content .listing-items {
	margin-bottom: 20px;
	padding: 0px;
	list-style: none;
}
.banner .latest-new .tab-content .listing-items .listing-item-img {
	display: inline-block;
	margin-right: 0;
	overflow: hidden;
	width: 120px;
	vertical-align: middle;
}
.banner .latest-new .tab-content .listing-items .listing-item-info {
	display: inline-block;
	padding-left: 10px;
	padding-top: 0;
	color: #fff;
	font-size: 13px;
	vertical-align: middle;
	width: calc(100% - 130px);
}
.banner .latest-new .tab-content .listing-items .listing-item-info h3 {
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.main-content {
	padding: 20px 0px;
}
.title-name {
	position: relative;
}
.title-name .title-icon {
	width: 30px;
	display: inline-block;
	margin-right: 15px;
	position: absolute;
	top: 5px;
}
.title-name .title-icon .icon-bar {
	height: 3px;
	background: #0a51a1;
	width: 30px;
	margin-bottom: 3px;
	display: block;
}
.title-name h2 {
	margin-left: 45px;
	color: #000;
	font-size: 24px;
	margin-bottom: 30px;
	padding: 0px 0px 0px 0px;
	font-weight: 300;
	margin-top: 0px;
}
.title-name span {
	font-weight: 700;
	color: #0a51a1;
}
.upcoming-tournaments {
	position: relative;
}
.overlay-wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.overlay-wrap:hover img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}
.overlay-wrap img {
	position: relative;
}
.overlay-wrap.yes:after {
	position: absolute;
	content: "";
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1;
	background: url(../images/pattern.png);
}
.overlay-wrap .overlay {
	left: 0;
	bottom: 0;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 2;
}
.overlay-inner {
	bottom: 0;
	width: 100%;
	position: absolute;
	padding: 25px 15px;
	background: transparent;
	background-image: -webkit-linear-gradient(to top, rgba(0,0,0,0.9) 20%, rgba(255,255,255,0) 80%);
	background-image: -moz-linear-gradient(to top, rgba(0,0,0,0.9) 20%, rgba(255,255,255,0) 80%);
	background-image: -ms-linear-gradient(to top, rgba(0,0,0,0.9) 20%, rgba(255,255,255,0) 80%);
	background-image: -o-linear-gradient(to top, rgba(0,0,0,0.9) 20%, rgba(255,255,255,0) 80%);
	background-image: linear-gradient(to top, rgba(0,0,0,0.9) 20%, rgba(255,255,255,0) 80%);
}
.newsletter {
	background: #f5f5f5;
	padding: 50px 0px;
	position: relative;
}
.newsletter input[type=email] {
	height: 40px;
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid #000;
	line-height: 40px;
	padding: 0 12px;
	position: relative;
}
.newsletter .email-box {
	position: relative;
}
.newsletter .email-box:after {
	position: absolute;
	content: "\f054";
	font-family: FontAwesome;
	right: 0;
	color: #000;
	top: 10px;
	cursor: pointer;
	font-size: 16px;
}
.related-link {
	padding: 50px 0px;
}
.overlay-inner.no-image {
	position: relative;
	background: #333;
	padding: 30px;
}
.highlights-intro .entry-category a {
	padding: 5px 12px;
	color: #fff;
	background: #0a51a1;
	display: inline-block;
	margin-bottom: 5px;
}
.highlights-wrapper.overlay-wrap.no-image {
	min-height: 232px;
	background: #333
}
.highlights-wrapper.overlay-wrap.no-image .overlay-inner {
	background: none;
}
.default-intro .entry-title a {
	color: #fff;
}
.highlights-intro .entry-title {
	font-size: 42px;
	line-height: 48px;
	margin-top: 5px;
	font-weight: 700;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	height: 95px;
}
.highlights-intro .entry-date {
	font-size: 16px;
	color: #fff;
}
.highlights-item.all-items .highlights-intro .entry-title {
	font-size: 16px;
	line-height: 20px;
	height: auto;
	font-weight: 400;
}
.highlights-item.all-items .highlights-intro .entry-date {
	font-size: 14px;
}
.video {
	border: 5px solid #000;
	margin-bottom: 20px;
}
/* recent result */
.recent-result {
	margin-bottom: 20px;
}
.recent-result-inner {
	background: #000 url(../images/widget-pattern.png);
	padding: 20px 10px;
	min-height: 427px;
}
.recent-result-inner .clubnames {
	background: #000;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
}
.recent-result-item {
	background: #191a1c;
}
.recent-result-item .recent-result-list {
	width: 32%;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	height: 30px;
	overflow: hidden;
	word-break: break-all;
	line-height: 30px;
	margin-top: 7px;
}
.recent-result-list .goal {
	background: #000;
	padding: 10px 12px;
	line-height: 32px;
}
.recent-result-item-inner {
	margin: 11px 0;
}
.recent-result-list img {
	width: 15px;
	display: inline-block;
	margin: -2px 10px 0;
}
#recent-result .title, #club-ranking .title {
	position: relative;
}
#recent-result .title h2, #club-ranking .title h2 {
	color: #ffffff;
	background-color: #000000;
	font-size: 24px;
	margin-bottom: 12px;
	padding: 12px 0px 12px 0px;
	font-weight: 700;
}
.recent-result-control, .club-ranking-control {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 16px;
}
.recent-result-control a, .club-ranking-control a {
	color: #fff;
}
.recent-result-control a.left, .club-ranking-control a.left {
	margin-right: 10px;
}
/* club ranking */
.club-ranking-inner {
	color: #fff;
	list-style: none;
	padding: 0;
	margin: 0;
}
.club-ranking-inner img {
	width: 15px;
	display: inline-block;
	margin: 0 10px;
}
.club-ranking-inner li {
	background: #EA1C20;
	padding: 10px;
	margin-bottom: 3px;
	font-size: 14px;
	margin-right: 0;
}
.club-ranking-inner li:hover {
	background: #333;
}
.title-black .title-icon {
	top: 17px !important;
}
.title-name.title-black {
	background-color: #0a51a1;
}
.title-name.title-black .title-icon .icon-bar {
	height: 3px;
	background: #fff;
	width: 30px;
	margin-bottom: 3px;
	display: block;
}
.title-name.title-black h2 {
	color: #ffffff;
	background-color: #0a51a1;
	font-size: 24px;
	margin-bottom: 12px;
	padding: 12px 0px 12px 0px;
	font-weight: 700;
}
.adds {
	margin-bottom: 30px;
	overflow: hidden;
}
/* social button */
.social-button {
	background: #0a51a1 url(../images/widget-pattern.png);
	padding: 10px 0;
	margin-bottom: 30px;
}
.social-button ul li {
	background: #022348;
	padding: 10px 0;
	margin: 10px 0;
}
.social-button ul li:hover {
	background: #0a51a1;
	padding: 10px 0;
	margin: 10px 0;
}
.social-button ul li i {
	margin: 0 15px;
}
.social-button ul li a {
	color: #fff;
}
#payer-ranking .owl-prev, #payer-ranking .owl-next {
	position: absolute;
	top: 40%;
	opacity: 1.0;
	color: #fff;
	z-index: 999;
	font-size: 30px;
	background: #0a51a1;
	padding: 20px 9px;
}
#payer-ranking .owl-buttons, #payer-ranking .owl-buttons div:hover {
	background: #da1418;
}
.player-ranking {
	transform: translateZ(0);
	position: relative;
	margin-top: 120px;
}
.player-ranking .player-info {
	margin-right: 28.78412%;
	position: relative;
	height: 145px;
}
.player-ranking .player-info:after {
	content: "";
	display: table;
	clear: both;
}
.player-name {
	float: left;
	text-transform: uppercase;
	font-size: 42px;
	text-align: right;
	color: #0a51a1;
	width: 100%;
}
.player-name .first-name, .player-name .last-name {
	display: block;
	line-height: 31px;
	overflow: hidden;
	font-weight: 900;
	padding-right: 1px;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: auto;
}
.player-ranking-flag {
	margin-left: 20px;
	width: 82px;
	display: inline-block;
	position: relative;
	top: 10px;
	border: 1px solid #ddd;
	overflow: hidden;
}
.player-ranking-data {
	position: relative;
	margin-right: 28.78412%;
	background-color: #ebebeb;
}
.player-ranking-position {
	width: 235px;
	height: 185px;
	float: left;
	padding: 30px;
	border-right: 1px solid #fff;
}
.data-label {
	width: 0;
	display: inline-block;
	color: #969b9d;
	font-size: 16px;
	letter-spacing: -1px;
	text-transform: uppercase;
	position: relative;
	padding-left: 3px;
	top: 15px;
	width: 16px;
}
.data-label1 {
	width: 0;
	display: block;
	color: #969b9d;
	font-size: 16px;
	letter-spacing: -1px;
	text-transform: uppercase;
	position: relative;
	padding-left: 3px;
	top: 5px;
	width: 100%;
}
.player-ranking-move {
	width: calc(100% - 235px);
	padding: 6px 30px;
	border-bottom: 1px solid #fff;
	height: 90px;
	overflow: hidden;
}
.player-ranking-points {
	width: calc(100% - 235px);
	padding: 6px 30px;
	height: 90px;
	overflow: hidden;
}
.ranking-number {
	display: inline-block;
	color: #da1418;
	font-weight: 600;
	font-size: 135px;
	line-height: 120px;
	text-transform: uppercase;
}
.data-number {
	display: inline-block;
	color: #da1418;
	font-weight: 600;
	font-size: 55px;
	line-height: 55px;
	text-transform: uppercase;
}
.data-label-text {
	transform: rotate(-90deg);
	white-space: nowrap;
}
.player-image {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
	width: 360px;
	height: 450px;
}
.gallery {
	padding-top: 75px !important;
	padding-bottom: 75px !important;
	background-image: url(../images/footer-bg.jpg);
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.newsletter-img .item {
	margin-bottom: 30px;
	overflow: hidden;
}
.copyright {
	padding: 20px 0px;
	color: #fff;
	text-align: center;
	background: #EA1C20;
}
.breadcrumb {
	background-image: url(../images/inner-banner.jpg);
	background-size: cover;
	background-position: 50% 50%;
	padding: 90px 0;
	margin: 0px;
	position: relative;
}
.breadcrumb:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.75);
	z-index: 1;
}
.breadcrumb .sub-title-inner {
	position: relative;
	z-index: 99;
	color: #fff;
	display: inline-block;
}
.breadcrumb .sub-title-inner h2 {
	font-size: 35px;
	font-weight: 700;
	text-transform: uppercase;
}
.breadcrumb .sub-title-inner h2 {
	margin: 0px;
}
.breadcrumb ul {
	float: right;
	z-index: 99;
	position: relative;
	margin-top: 10px;
}
.breadcrumb ul li {
	list-style: none;
	display: inline-block;
	color: rgba(255,255,255,0.4)
}
.breadcrumb ul li a {
	color: rgba(255,255,255,1.0)
}
.breadcrumb ul li a:hover {
	color: #0a51a1;
}
.inner-page {
	padding: 80px 0px;
}
.inner-page h2 {
	color: #0a51a1;
	line-height: 50px;
	font-weight: 200;
}
.inner-page h4 {
	position: relative;
	font-size: 20px;
	color: #0a51a1;
	font-weight: 400;
	padding-bottom: 10px;
	margin-top: 20px;
}
.inner-page ul {
	padding-left: 0px
}
.inner-page ul li {
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 23px;
	padding: 0 0 0 26px;
	display: block;
	position: relative;
}
.inner-page ul li:before {
	content: "\f04d";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	position: absolute;
	left: 0;
	top: 8px;
	display: inline-block;
	vertical-align: top;
	font-size: 8px;
	color: #0a51a1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.address-box {
	background: rgba(0,0,0,0.1);
	padding: 40px 30px;
}
.address-box h4 {
	margin-top: 0px;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.news {
	border: 5px solid #f5f5f5;
	position: relative;
	margin-bottom: 30px;
}
.news:hover {
	border: 5px solid #0a51a1;
}
.news .news-img {
	position: relative;
	overflow: hidden;
}
.news .news-img .post-date {
	position: absolute;
	background: #333;
	padding: 3px 10px;
	z-index: 99;
	bottom: 0px;
	color: #fff;
}
.news h4 {
	padding: 0px 10px 10px 10px;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
}
.news h4 a {
	color: #333;
}
.news h4 a:hover {
	color: #0a51a1;
}
.top-ranking .nav-tabs {
	border: 0px;
	text-align: center;
	margin-bottom: 20px
}
.top-ranking .nav-tabs > li {
	display: inline-block;
	float: none;
}
.top-ranking .nav-tabs > li > a {
	border-radius: 0px;
	color: #0a51a1;
	border: 2px solid #0a51a1 !important;
	margin: 0px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	padding: 13px 48px;
}
.top-ranking .nav-tabs > li > a:hover {
	background: #0a51a1;
	color: #fff;
}
.top-ranking .nav-tabs > li.active > a, .top-ranking .nav-tabs > li.active > a:focus, .top-ranking .nav-tabs > li.active > a:hover {
	background: #0a51a1;
	border: 0px solid #000;
	color: #fff;
}
.table-bordered > thead > tr > th {
	background: #0a51a1;
	color: #fff;
}
.table-bordered > tbody > tr > td {
	vertical-align:middle;
}
.table-bordered > tbody > tr > td img{
	margin-right:20px;
}


.executive-body .member {
	background: #f5f5f5;
	padding: 30px 20px;
	text-align: center;
	margin-bottom: 30px;
}
.executive-body .member:hover {
	background: #e8ebff;
}
.executive-body .member img {
	height:300px;
}
.executive-body .member h3 {
	font-weight: 300;
	text-transform: uppercase;
	color: #0a51a1;
}
.executive-body .member h4 {
	font-weight: 400;
	text-transform: uppercase;
}
.executive-body .member h5 {
	font-weight: 400;
	text-transform: uppercase;
}
/*  bhoechie tab */
.bhoechie-tab-container {
	z-index: 10;
	background-color: #ffffff;
	padding: 0 !important;
	margin-top: 20px;
	margin-left: 50px;
}
.bhoechie-tab {
	padding: 0px;
}
.bhoechie-tab-menu {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a.active, div.bhoechie-tab-menu div.list-group>a.active .glyphicon, div.bhoechie-tab-menu div.list-group>a.active .fa {
	background-color: #0a51a1;
	background-image: #0a51a1;
	color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -13px;
	border-left: 0;
	border-bottom: 13px solid transparent;
	border-top: 13px solid transparent;
	border-left: 10px solid #0a51a1;
}
div.bhoechie-tab-content {
	background-color: #ffffff;
	padding: 0px 20px;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
	display: none;
}
.inner-page .member {
	overflow: hidden;
	border: 1px solid #ddd;
	text-align: center;
	margin-bottom: 30px;
	padding: 0px;
}
.inner-page .member img {
	margin-bottom: 10px;
}
/*====  Events ======*/
.events {
	padding: 80px 0px;
}
h2.main{
	font-weight:200;
	text-align:center;
}
.events .nav-tabs {
	border: 0px solid #000;
	margin-top:20px;
}
.events .tab-content{
	padding-top:50px;
	margin-bottom:30px;
}
.events .nav-tabs > li > a {
	color: #0a51a1;
	font-weight: 700;
	border-radius: 0;
	position: relative;
	text-transform: uppercase;
	border:1px solid #eee;
}
.events .nav-tabs > li.active > a, .events .nav-tabs > li > a:hover {
	background: #0a51a1;
	color: #fff;
	border:1px solid #0a51a1;
}
.events .nav-tabs > li.active > a:after {
	content: '';
	background: #fff;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	bottom: -11px;
	left: 35%;
	border-top: 10px solid #0a51a1;
}
.events .nav-tabs > li {
	width: 95px;
	text-align: center;
}
.event-details{
	padding: 20px 0px;
	margin-bottom: 50px;
	border-right:1px solid #f2f2f2;
}
.dates-schedule{
	position: relative;
	background-color: #fafafa;
	border-top: 1px solid #f6f6f6;
}
.dates-schedule h2{
	font-size: 25px;
	line-height: 31px;
	font-weight:300;
	display: inline-block;
	vertical-align: text-bottom;
	width: 80%;
	padding-left: 15px;
}
.date-month {
    display: inline-block;
    position: relative;
    margin: 10px 0px;
}
.date{
	margin-left: 10px;
}
.date-month i{
	font-size: 100px;
	color: #ccc;
}
.date-month .date-day{
	position: absolute;
	top: 31px;
	left: 21px;
	color: #333;
	text-align: center;
}
.date-month span{
	font-size: 23px;
	text-transform:uppercase;
	line-height: 40px;
	letter-spacing: -1px;
}
.date-month p{
	font-size: 20px;
	line-height: 10px;
}
.date-month h2{
	font-size: 35px;
	line-height: 45px;
	text-transform:uppercase;
	display: inline-block;
	vertical-align: text-bottom;
}
.date .vevent ul li{
	border-bottom: 1px solid #ccc;
	padding: 7px 6px 13px 0;
	width: 179px;
	vertical-align: top;
}
.vevent{
	display: inline-block;
}
.vevent h4{
	margin-bottom: 5px;
	color:#0a51a1;
}
.download-schedule-link{
	font-size: 18px;
	font-weight: lighter;
	border: 1px solid #f6f6f6;
	width:285px;
	background:#eee;
	padding: 15px;
}
.download-schedule-link:hover{
	background:#0a51a1;
	color:#fff;
}
.download-schedule-link:hover a{
	color:#fff;
}

.player-info{
	width:100%;
	float:left;
	margin:0 0 30px;
	overflow:hidden;
	position:relative;
	background:#ffffff;
	border:5px solid #eeeeee;
}
.player-info figcaption{
	left:0;
	bottom:0;
	width:100%;
	z-index:2;
	color:#fff;
	position:absolute;
	background:rgba(55, 53 ,66 , 0.70);
}
.player-info figcaption p{
	margin:0px;
	padding:2px 0px;
	border-bottom:1px solid #fff;
}
.player-info figcaption p span{
	width:80px;
	display:inline-block;
}
.player-info figcaption h1{
	color:#fff;
	margin:0px;
	padding:0px;
}
.player-info .img-hover{
	width:100%;
	height:250px;
	padding:20px;
	background:#373542;
	-webkit-transform: translateY(55%);
	-moz-transform: translateY(55%);
	-ms-transform: translateY(55%);
	-o-transform: translateY(55%);
	transform: translateY(55%);
	-webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}
.player-info:hover .img-hover{
	height:100%;
	padding:98px 20px;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.player-info .img-hover::after {
	border-bottom: 30px solid #373542;
	border-right: 260px solid transparent;
	width: 0;
	height: 0;
	content: '';
	position: absolute;
	top: -29px;
	left: 0;
}
.album{
	margin-bottom: 20px;
	padding: 0px 0px ;
	position:relative;
	width:100%;
	text-align: center;
	overflow:hidden;
}
.album img{
	border:5px solid #f5f5f5;
}
.album-name {
    padding:12px 0px;
	background: #ffffff;
	bottom: 20px;
	position: absolute;
	margin: 0px 15px;
	border:1px solid #f4f4f4;
	width:85%;
}
.album-name h2{
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    border-left: 5px solid #0a51a1;
	border-right: 5px solid #0a51a1;
    padding-left: 10px;
	margin: 0px;
}
.payer-ranking{
	padding:80px 0px;
}
.payer-ranking .nav-tabs {
	border: 0px;
	text-align: center;
	margin-bottom: 20px
}
.payer-ranking .nav-tabs > li {
	display: inline-block;
}
.payer-ranking .nav-tabs > li > a {
	border-radius: 0px;
	color: #0a51a1;
	border: 2px solid #0a51a1 !important;
	margin: 0px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 20px;
	padding: 13px 48px;
}
.payer-ranking .nav-tabs > li > a:hover {
	background: #0a51a1;
	color: #fff;
}
.payer-ranking .nav-tabs > li.active > a, .payer-ranking .nav-tabs > li.active > a:focus, .payer-ranking .nav-tabs > li.active > a:hover {
	background: #0a51a1;
	border: 0px solid #000;
	color: #fff;
}
.payer-ranking .table-bordered > thead > tr > th {
    padding: 20px;
}
.coaching{
	padding:80px 0px;
}
.coaching img{
	margin-bottom:40px;
}
.top-ranking h4{
	text-align: center;
    
    font-size: 28px;
	color:#EA1C20;
}
.vs{
	padding:1em;
}
.vs img{
	height:100px;
	margin:0px auto;
	margin-bottom:50px;
}
.vs h3{
	font-size:22px;
	text-align:center;
}
.vs h3 a{
	color:#EA1C20;
}
.resp-logo{
	display:none;
}
@media only screen and (min-width:320px) and (max-width:640px), only screen and (max-width:740px) {
	.title-name{
		margin-top:15px;
	}
	.vs{
		padding:2em 0;
	}
	.resp-logo{
		display:block;
	}
	.resp-logo img{
		margin:0px auto;
	}
}

.contact-area {
    padding: 25px 0 60px;
}
.sidebar-form {
    background: #f6f6f6;
    padding: 7px;
}
.style {
    font-style: italic;
}
.contact-address p{
	font-size:17px;
}
.contact-address.style1 i {
    float: left;
    margin-top: 3px;
}
.contact-address i {
    font-size: 1.1667em;
    background: #EA1C20;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50% 50% 50% 50%;
    color: #fff;
    text-align: center;
}
.contact-address .style1 .details {
    border-bottom: 1px solid #edf6ff;
    margin-left: 50px;
    padding-bottom: 15px;
}
.contact-address li{
	list-style:none;
}
.details {
    padding-left: 15px !important;
}
.details h5 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.details p {
    margin: 0 0 10px;
}

.post-container {
	position: relative;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 0 30px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 1px 1px #ddd;
	-moz-box-shadow: 0 0 1px 1px #ddd;
	-ms-box-shadow: 0 0 1px 1px #ddd;
	-o-box-shadow: 0 0 1px 1px #ddd;
	box-shadow: 0 0 1px 1px #ddd
}
.post-image {
	background-color: #fff;
	padding: 5px
}
.post-image .album{
	margin-bottom:0px;
}

.album img{
	height:360px;
	margin:0px auto;
}

.pcl img{
	margin:0px auto;
}
.mt30{
	margin-top:30px;
}


/* new css starts */

#photogallery img{
	width: 100%;
	height: 550px;
}


/* new css ends */