@charset "utf-8";

/* bootstrap.css  - include resetes ( Media querys, grid-responsive,layout).*/
@import url("bootstrap/bootstrap.css");
@import url("bootstrap/bootstrap-theme.css");
/*Nav.css*/
@import url("nav/megafish.css");
/*jquery.fancybox.css  - Lightbox*/
@import url("../js/fancybox/jquery.fancybox.css");
/*Style Switcher*/
@import url("skins/theme-options.css");
/*Animations*/
@import url("animations/animate.css");
/*carousel*/
@import url("carousel/owl.carousel.css");
@import url("carousel/owl.theme.css");
/*flickr*/
@import url("flickr/flickr.css");
/*Icons Font-Awesome*/
@import url("icons/font-awesome.min.css");
/*slide.css*/
@import url("slide/camera.css");
/*Google font*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300,700");
@import url("https://fonts.googleapis.com/css?family=Raleway");


/* ---------------------------------------------------------------------- */
/*	02 Basic Elements
/* ---------------------------------------------------------------------- */

/* Standar Styles --------------------------------------------------------*/

body{
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	line-height: 23px;
	-webkit-text-size-adjust: 100%;
  	-ms-text-size-adjust: 100%;
  	text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {	
	padding: 5px 0 15px 0;	
	margin: 0;	
	color: #272727;
	font-weight: normal;
	font-family: 'Raleway', sans-serif;
	-webkit-font-smoothing: antialiased;
}
p{
	margin: 0 0 20px 0;
	color: #808080;
}
footer ul,
.sitemap,
.sitemap ul,
.crumbs ul,
header ul,
.owl-carousel,
.list-diary,
.list-diary ul,
.footer-down ul,
.events-carousel,
.events-carousel ul,
.list,
.testimonials,
ul.clubs-teams,
ul.players,
ul.single-carousel,
.post-options{
	margin: 0;
	padding: 0;
	list-style: none;
}
.btn-primary{
	color: #fff;
	font-size: 14px;
	border-color: #dedede;
	text-shadow:none;
}
.btn-primary:hover{
	border-color: #cdcdcd;
}
.btn-default{
	font-size: 14px;
	border-color: #dedede;
	text-shadow:none;
}
.btn:hover{
	opacity: 0.8;
}
.btn-primary:hover{
	color: #fff;	
}
.paddings{
	padding: 100px 0;
}
.padding-top{
	padding-top: 50px;
}
.padding-bottom{
	padding-bottom: 50px;
}
.padding-top-mini{
	padding-top: 30px;
}
.no-margin{
	margin: 0;
}
.bg-gray{
	background-color: #fcfcfc;
}
.bg-dark{
	/*
	background-color: #18191B;
	*/
	background-color: #AAA;
}
.dark-home{
	height: 440px;
	max-width: 1230px;
	margin: 0 auto;
}
.border-top{
	border-top: 1px solid #dfdfdf;
}
.border-bottom{
	border-bottom: 1px solid #dfdfdf;
}
hr.tall {
	margin: 0;
	padding: 0;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.150), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.150), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.150), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.150), rgba(0,0,0,0));
}
.links li{
 line-height: 26px;
}
.links li a{
	color: #fff;
	padding-left: 5px;
	font-size: 15px;
}
.show-grid [class^=col-] {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #eee;
	background-color: rgba(86,61,124,.15);
	border: 1px solid #ddd;
	border: 1px solid rgba(86,61,124,.2);
	margin-bottom: 20px;
}
.fontawesome-icon-list .fa-hover a {
	display: block;
	color: #222222;
	line-height: 32px;
	height: 32px;
	padding-left: 10px;
	border-radius: 4px;
}
iframe.video{
	width: 100%;
	height: 180px;
}
.single-carousel{
	overflow: hidden;
}
.single-carousel li{
	position: relative;
}
.single-carousel .info-single-carousel{
	padding: 10px 5% 0 5%;
}

/* Panel Box --------------------------------------------*/

.panel-box{
	background-color: #fff;
	border:solid 1px #dedede;
	border-bottom:solid 2px #dedede;
	margin:0 0 30px 0;
	padding: auto 10px;	
}
.panel-box .row{
	margin: 0;
}
.section-wide{
	margin-top: 20px;
	background-color: #fff;
	border-top: 1px solid #dedede;
	padding: 50px 0 20px;
}

/* Titles ----------------------------------------------*/

.titles{
	border-bottom: #ddd 1px solid;
	margin-bottom: 15px;
	border-radius: 5px 5px 0 0;
}
.titles h4{
	color: #222;
	padding: 10px 10px;
}
.titles h4 i{
	padding-right: 10px;
	color: #666;
}
.box-info{
	margin-bottom: 10px;
}
.latest .box-info {
	float:left;
	margin:0!important;
}
.latest .box-info img{
	width:37%;
	float:left;
	margin-left:0;
	margin-right:2%;
}
.latest .box-info p{
	width:50%;
	float:left;
	margin-left:2px;
	padding-top:2px;
	font-size:10px;
}
.entry-title {
	float:left;
	padding: 5px 0 0 0;
}
.date-box{
	font-size: 13px;
}

/* Hover efect -------------------------------------------------*/

.img-hover{
  position: relative;
  overflow: hidden;
}
.img-hover img{
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.img-hover .overlay{
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.img-hover:hover .overlay{
  opacity: 1;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.img-hover:hover img{
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
}
.img-hover .overlay a{
  padding-top: 26%;
  height: 100%;
  display: block;
  font-size: 40px;
  color: #fff;
}
.img-hover .overlay a:hover{
  text-decoration: none;
}

/* Semibox Layout ---------------------------------------------*/

.semiboxshadow {
	display: block;
}
.semiboxshadow img {
	width: 1338px !Important;
	max-width: 1340px;
	margin: 0px auto;
	margin-left: -53px;
	margin-top: 150px;
	position: absolute;
	z-index: 0;
}
.nav-tabs{
	margin-top: -44px;
	border-bottom: 0;
}
.tab-content{
	margin-left: 45px;
}
.nav-tabs li{
	margin-right: 10px;
}
.nav-tabs li,
.nav-tabs li.active a,
.nav-tabs li.active a:hover{
	border: 0;
	color: #fff;
}
.nav-tabs li a{
	border:0;
	padding: 12px 35px;
	background: #18191B;
	color: #fff;
}
.title-color{
	margin-top: -47px;
	border-radius: 5px 5px 0 0;
	padding: 14px 10px;
}
.title-color h4{
	color: #fff;
	padding: 0;
}


/* List --------------------------------------------*/

.list li{
	line-height: 40px;
}
.list li:hover{
	cursor: pointer;
}
.list li i{
	padding-right: 8px;
	font-size: 14px;
}
.list li a{
	color: #666;
}
.list li a:hover{
	color: #252525;
}

/* ---------------------------------------------------------------------- */
/*	03 HEADER
/* ---------------------------------------------------------------------- */

/*  Header -------------------------------------------*/

header{	
	background: #fff;	
}
.headerbox{
	padding: 20px 0;
}
#slide {max-width: 1230px;
	margin: 0 auto;}
.topmenu{
	text-align: right;
}
.topmenu a{
	display: inline;
	color:#BE1824;
	text-decoration:none;
}
.mainmenu{
	width: 100%;
	min-height: 65px;
	background-color: #fff;
	border-top: 1px solid #dedede;	
	z-index: 9999;
}
/* Header 2 --------------------------------------------------*/

.header-2 .mainmenu{
	border: 0;
}
.header-2 .mainmenu .sf-menu{
	text-align: right;
	margin: 0;
}
.header-2 .mainmenu .sf-menu li{
	float: none;
	display: inline-block;
	padding-top: 35px;
}
.header-2 .sf-menu > li > a {
  font-size:15px; 
}
.header-2 .mainmenu .sf-menu li li{
	display: block;
	text-align: left;
	padding-top: 0;
}
.header-2 .is-sticky .mainmenu .sf-menu{
	max-width: 1170px;
	margin: 0 auto;
}
.header-2 .is-sticky .mainmenu .sf-menu li{
	padding-top: 10px;
}
.header-2 .is-sticky .mainmenu .sf-menu li li{
	padding-top: 0;
}
.header-2 .is-sticky .mainmenu .sf-menu{
	text-align: center;
}

/* Header 3 --------------------------------------------------*/

.header-3 .sf-menu{
	text-align: center;
	margin: 0;
}
.header-3 .sf-menu li ul{
	text-align: left;
}
.header-3 .sf-menu > li > a {
  font-size:18px; 
}
.header-3 .sf-menu > li {
  margin:0 15px;  
  float: none;
  display: inline-block;
  padding: 20px 10px 18px 10px;
}

/*  Logo Template -----------------------------------------------------*/

.logo img{
	max-width: 100%;	
	max-height: 90px;
}

/*  Main Navigation ---------------------------------------------------*/

.tinynav{ 
	display: none;
}
.is-sticky .sf-menu > li {
  	margin:0 15px 0 0;  
 	padding: 10px 10px 8px 10px;
}
.is-sticky .mainmenu {
	min-height: 30px;
	left: 0;
}
.is-sticky .sf-menu .sf-mega ,
.is-sticky .sf-menu li:hover > .sf-mega,
.is-sticky .sf-menu li.sfHover > .sf-mega,
.is-sticky .sf-menu .sub-current  {
  	top: 44px;
}
.is-sticky .sf-menu .sub-current .sub-current {
 	top: 0px;
}

/* Section Title ---------------------------------------------*/

.section-title{
	height: 300px;
	background-color: #232323;
	position: relative;
}
.section-sports{
	height: 350px;
}
.section-contact{
	height: 400px;
}
.section-title h1{
	color: #01597F;
	padding: 42px 0 0 5px;
	font-size: 45px;
	line-height: 55px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
.overlay-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*
	opacity: 1;
	background: rgba(0, 0, 0, 0.3);
	background: -webkit-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.27) 1%, rgba(0, 0, 0, 0.5) 100%);
	background: -moz-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.27) 1%, rgba(0, 0, 0, 0.5) 100%);
	background: -ms-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.27) 1%, rgba(0, 0, 0, 0.5) 100%);
	background: radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.27) 1%, rgba(0, 0, 0, 0.5) 100%);
	*/
	z-index: 0;
}
.img-about{
	background: url("../img/section-titles/1.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.img-sports{
	background: url("../img/section-titles/2.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.img-gallery{
	background: url("../img/section-titles/3.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.img-feature{
	background: url("../img/section-titles/4.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.img-news{
	background: url("../img/section-titles/5.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.img-contact{
	background: url("../img/section-titles/6.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}


/* ---------------------------------------------------------------------- */
/*	04 General Structure
/* ---------------------------------------------------------------------- */

/*  Counter ------------------------------------------------------------*/

.counter{
	text-align: center;
	margin: 0 auto;
	padding: 30px 0;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
}
.counter span{
	display: inline-block;
	margin: auto 5px;
	font-size: 30px;
	font-weight: bold;
	color: #232323;
}
.counter span small{
	font-size: 16px;
	font-weight: normal;
	color: #666;
}
.content-counter{
	background: #fff;
	width: 100%;
	position: relative;
}
.content-counter-home{
	height: 441px;
	border-bottom: 1px solid #dedede;
}
.content-counter p{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.content-counter .post-options{
	text-align: center;
	border-bottom: 1px solid #dedede;
	margin-bottom: 30px;
	font-size: 13px;
}
.content-counter .post-options li{
	display: inline-block;
	margin: 0 5px;
}
.content-counter .post-options li i{
	padding-right: 5px;
}
.content-counter .btn{
	border-radius: 0;
	border: 0;
	width: 100%;
	margin-top: 30px;
	padding: 25px auto;
	height: auto;
	position: relative;
}
.content-counter-home p.button{
	margin-bottom:0;
}
.content-counter-home .insertevent{
	margin-top:0!important;
}
.content-counter-home .btn-primary{
	bottom: 0;
	position: absolute;
}
.content-counter .btn i{
	font-size: 25px;
	margin-left: 15px;
	padding-bottom: 5px;
}

/* Footer ----------------------------------------------------------------*/

footer{
	/*background: #BE1824;*/
	background: #B3DBE5;
	color: #000;
	margin-top: 40px;
	padding-top: 100px;
	padding-bottom: 10px;
	line-height: 20px;
	-webkit-background-size: 100% !Important;
	-moz-background-size: 100% !Important;
	-o-background-size: 100% !Important;
	background-size: 100% !Important;
}
footer h4, footer a,footer i{
	color: #000!important; padding:5px 0;
}
footer ul.links li a{font-size: 11px!important;}
.footer-2 .social{
	border-top: 0;
	margin-top: 0;
	padding-bottom: 15px;
}
.footer-3{
	padding-bottom: 40px;
}
.footer-3 .social{
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 30px;
    padding-bottom: 20px; 
	border-bottom: 1px solid #626262;
}

/* Social ----------------------------------------------------------------*/

footer .social {   
     text-align: center;
     margin:0 auto;
     margin-top: 30px;
     padding-top: 20px;     
}
footer .social li {
    margin:auto 15px 10px;
    display: inline-block;
}
footer .social li a{
	color: #fff;
}
footer .social li:hover div {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
footer .social li:hover a.facebook {
    color:#3B5998;
}
footer .social li:hover a.twitter-icon {
    color:#4099FF;
}
footer .social li:hover a.youtube {
    color:#bb0000;
}
footer .social li:hover a.google-plus {
    color:#dd4b39;
}
footer .social li:hover a.vimeo {
    color:#1ab7ea;
}
footer .social li div {
    width:50px;
    height:50px;
    background:#01597f;
    border-radius:50%;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
footer .social li i {
    font-size:22px;
    line-height:52px;
}

footer .social li a i{
	color: #fff !important;
}

/* Footer Down ------------------------------------------------------*/

.footer-down{
	padding: 20px 0;
}
.footer-down p{
	color: #fff;
	font-size: 12px;
	margin: 0;
}

.footer-down p a{color:#fff;}

.footer-down ul{
	text-align: right;
}
.footer-down ul li{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	text-transform: uppercase;
}
.footer-down ul li a{
	color: #f5f5f5;
	font-size: 13px;
}
.nav-footer li:before {
	content: '|';
	color: #fff;
	display: inline-block;
	margin-right: 10px;
}
.nav-footer li:nth-child(1):before {
	display: none;
}

/* Top ------------------------------------------------------------*/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	z-index: 9999;
	background:url("../img/img-theme/ui.totop.png") no-repeat left top;
}
#toTopHover {
	background:url("../img/img-theme/ui.totop.png") no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;	
}
#toTop:active, #toTop:focus {
	outline:none;
}

/*	ACCORDION ---------------------------------------------------------*/

.acc-trigger { cursor: pointer;  margin: 0 0 0 0; width: 100%;	}
.no-js .acc-trigger:last-of-type { border-bottom: none; }
.acc-trigger a { 
	background: url("../img/img-theme/accordion-ico.png") no-repeat 14px 13px; 
	display: block; 
	padding: 11px 20px 11px 44px; 
	text-decoration: none; 
	font-size: 14px; 
	border-bottom: 1px solid #e3e3e3; 
	border-top: 1px solid #e3e3e3; 
	color: #232323;
}
.acc-trigger a:first-child{
	border-top: 0;
}
.acc-trigger a:hover { background-position: 14px -58px; }
.acc-trigger a:hover, .acc-trigger.active a, .acc-trigger.active a:hover { color: #fc4242;  }
.acc-trigger.active { cursor: default; background:#fff;}
.acc-trigger.active:last-of-type { border-bottom: none; margin-bottom: 0; }
.acc-trigger.active a { background-position: 14px -58px; cursor: default;	}
.acc-container .content {  
	padding: 15px 14px 5px 44px; 
	color: #999;  
	margin-bottom: 10px; 
}

/* Progress --------------------------------------------------------------*/

/* Webkit animation keyframes */
@-webkit-keyframes animate-stripes {
  from {
    background-position: 0 0;
  }
  
  to {
   background-position: 44px 0;
  }
}
.pro_bar{
	padding-bottom: 20px;
}
.ui-progress-bar {
  position: relative;
  height: 33px;
  padding-right: 2px;
  border-bottom: 5px solid #e0e0e0;
  margin-top: -25px;
}
.ui-progress {
  position: relative;
  display: block;
  overflow: hidden;
  height: 33px;
  border-bottom: 5px solid #41a8ff;
  width: 90%;
}
.ui-progress.two {
  border-bottom: 5px solid #89b505;
  width: 72%;
}
.ui-progress.three {
  border-bottom: 5px solid #9b43f6;
  width: 80%;
}
.ui-progress.four {
  border-bottom: 5px solid #ffc412;
  width: 94%;
}
.ui-progress.five {
  border-bottom: 5px solid #fc4242;
}
.ui-progress span.ui-label {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  color: #272727;
  position: absolute;
  right: 0;
  line-height: 33px;
  display: block;
  padding-right: 12px;
  white-space: nowrap;
}

/* Testimonials ----------------------------------------------------------*/

.testimonials blockquote > p {
	border: 1px solid #dedede;
	font-size: 14px;
	margin: 0 0 14px 0;
	min-height: 70px;
	padding: 30px;
	position: relative;
	text-align: left!important;
	font-style: italic;
}
.testimonials blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 0;
}
.testimonials blockquote > p:before {
	border: 14px solid #dedede;
	border-color: #dedede transparent transparent transparent;
	bottom: -28px;
	left: 25px;
}
.testimonials blockquote > p:before {
	border: 11px solid #dedede;
	border-color: #dedede transparent transparent transparent;
	bottom: -22px;
	content: "";
	height: 0px;
	left: 28px;
	position: absolute;
	width: 0px;
}
.testimonials blockquote > img {
	border-radius: 50%;
	float: left;
	height: 50px;
	margin: 20px;
	width: 50px;
}
.testimonials blockquote > strong {
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;
	padding: 0;
	margin: 34px 0 0 0;
}
.testimonials blockquote > a{
	margin-top: -15px;
	font-size: 14px;
	font-style: italic;
}

/* Filters ----------------------------------------------------------------*/

.portfolioFilter{
	text-align: center;
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
	padding-top: 11px;
}
.portfolioFilter a{
	margin: auto 10px;
	color: #131313;
	font-size: 14px;
	padding: 13px;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.portfolioFilter .current,
.portfolioFilter a:hover{
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
   -webkit-transition-duration: 0.8s;
   -moz-transition-duration: 0.8s;
   transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.portfolioContainer .img-hover{
	margin-bottom: 30px;
}

/* Page Error ------------------------------------------------------------*/

.page-error{
	max-width: 80%;
	margin:70px auto 50px auto;
	text-align: center;
	position: relative;
}
.page-error h1{
	font-size: 140px;
	line-height: 140px;
}
.page-error h1 i{
	font-size: 200px;
	line-height: 190px;
}
.page-error hr.tall{
	margin: 20px 0 30px 0;
}

/* Sitemap ---------------------------------------------------------------*/

.sitemap{ 
	float:left; 
	display:inline; 
	width:370px; 
	margin-right:2px; 
	font-size: 14px;  
	padding:10px 0 0 0;
	background:url("../img/img-theme/line_tree1.gif") left repeat-y;
}
.sitemap li{ 
	float:left; 
	width:347px; 
	padding-left:25px; 
	line-height: 35px;
	background:url("../img/img-theme/line_tree2.gif") 0 center no-repeat;
}
.sitemap li.has_sub{ 
	background:url("../img/img-theme/line_tree2.gif") 0 17px no-repeat;
}
.sitemap li a{ 
	color:#666; 
	position:relative; 
	text-decoration:none;
}
.sitemap li a:hover{
	text-decoration:underline;
}
.sitemap ul{ 
	width:132px;  
	padding-top:0;
}

/* Events Carousel And Not Carousel -----------------------------------------------------------------*/

.events-carousel li {
	margin-right: 20px;
	float: left;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.events-no-carousel li{
	margin: 0 0 30px 0;
}
.events-no-carousel .header-post li{
	margin: 0;
}
.events-carousel li:hover .header-post img{
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
	opacity: 0.9;
	cursor: pointer;
	z-index: 1;
}
.events-carousel li .header-post{
	position: relative;
	overflow: hidden;
}
.events-carousel li .header-post img{
	width: 100%;
}
.events-carousel li .header-post .date{
	position: absolute;
	top: 0;
	left: 5%;
	width: 75px;
	padding: 5px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	z-index: 2;
}
.events-carousel li .header-post .date span{
	display: block;
	font-size: 12px;
	font-weight: 300;
}
.events-carousel li .header-post .meta-tag{
	background: #252525;
	background: rgba(0,0,0,0.7);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 6px 15px;
	color: #fff;
}
.events-carousel li .header-post .meta-tag ul{
	width: 100%;
}
.events-carousel li .header-post .meta-tag ul li{
	display: inline-block;
	font-size: 12px;
	margin-right: 5px;
}
.events-carousel li .header-post .meta-tag ul li a{
	color: #fff;
}
.events-carousel li .header-post .meta-tag ul li.text-right{
	float: right;
}
.events-carousel li .header-post .meta-tag ul li i{
	padding-right: 8px;
}
.events-carousel li .info-post{
	padding: 15px 20px;
	background: #fff;
	border: solid 1px #dedede;
	border-top: none;
}
.events-carousel li .info-post p{
	font-size: 14px;
	line-height: 23px;
}

/* Blog Post ------------------------------------------------------------------*/

.post-item{
	padding-bottom: 35px;
	margin-bottom: 35px;
	background: url("../img/img-theme/border-pattern.gif") bottom left repeat-x;
}
.post-item:last-child{
	background:none;
	padding-bottom: 0;
}
.post-item h4{
	padding:0 0 10px 0;
	line-height: 20px;
}
.post-item h4 a{
	color: #252525;
}
.post-item h4 a:hover{
	text-decoration: none;
}
.post-item p{
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 5px;
}
.post-item .data-info{
	font-size: 13px;
}
.post-item .data-info a,
.post-item .data-info i{
	padding-left: 10px;
}
.content-middle .pagination{
	margin:-5px 0 30px 0;	
	float: right;
}
.single-news .data-info{
	margin-bottom: 10px;
	margin-top: -5px;
	margin-left: 2px;
}

/* Players -----------------------------------------------------------------*/

.players{
	padding-bottom: 20px;
}
ul.players li.item-player{
	margin: 0 10px;
	float: left;
}
.item-player{
	position: relative;
	overflow: hidden;
}
.item-player img{
	width: 100%;
	max-width:420px;
}
.item-player:hover .info-player{
	top: 20%;
	 -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
}
.info-player{
	position: absolute;
	top: 75%;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
}
.info-player h4 a,
.info-player h5{
	color: #fff;
	font-weight: bold;
}
.info-player h4 a{
	padding: 5px 10px;
	display: inline;
}
.info-player h4 a:hover{
	text-decoration: none;
}
.info-player h5 span{
	background: rgba(0,0,0,0.8);
	padding: 5px 20px 5px 10px;
	display: inline;
}
.overlay-player{
	background-color: #232323;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	padding: 10px 5%;
	margin-top: 10px;
}
#players-staff h3,
#club-news h3{
	color: #fff;
	margin: 15px 0;
}
#players-staff h3,{font-size:12px!important}



.overlay-player p{
	color: #fff;
	font-size: 13px;
	line-height: 22px;
}

/* Clubs Teams -------------------------------------------------------*/
.clubs-teams h5{
	float: left;
	text-indent:20px
}
.clubs-teams li{
	float: left;
}
.clubs-teams li h3{
	text-align: center;
}
.item-clubs{
	background-color: #fff;
	height: 115px;
	max-height: 115px;
	border: 1px solid #dedede;
	overflow: hidden;
	max-width: 380px;
	margin: 0 auto 30px auto;
}
.dark-home .item-clubs{
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
}
.img-clubs{
	float: left;
	width: 40%;
}
.img-clubs img{
	width: 100%;
	height: 115px;
}
.info-clubs{
	background-color: #fff;
	width: 60%;
	padding: 10px 2%;
	float: right;
	text-overflow: ellipsis;
	overflow: hidden;	
}
.info-clubs h4 a{
	color: #232323;
}
.info-clubs h4 a:hover{
	text-decoration: none;
}

/* List Diary --------------------------------------------------------*/

.list-diary li h5{
	padding: 0 0 5px 0;
	text-align: center;
}
.list-diary li h5 span{
	display: block;
	font-size: 12px;
	content: #232323;
	line-height: 25px;
}
.list-diary li{
	border-bottom: 1px solid #dedede;
	padding: 10px 0;
	width: 100%;
	display: block;
	overflow: auto;
	margin: 0 0 10px 0;
}
.list-diary li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.club-logo li{
	width: 48%;
	float: left;
	margin-right: 2%;
	text-align: center;
	border:0;
	padding: 0;
	margin: 0;
}
.club-logo li:last-child{
	margin-right: 0;
}
.club-logo li img{
	width: 90%;
}

.content-counter .club-logo{
	display: table;
	margin: 0 auto;
	width: 250px;
}
.content-counter .club-logo li{
	width: 25%;
	display: inline-block;
	float: none;
	padding: 0;
	margin: 0;
	min-height: 80px;
	width: 80px;
}
.content-counter .club-logo li span{
	font-size: 25px;
	color: #232323;
}

/* Login Form ---------------------------------------------------------*/
.login-modal {background:#FFF}
.login-modal .modal-title{text-align:left}
.login-modal label{float:left}

/* Form Theme ---------------------------------------------------------*/
.form-theme{
	margin: 10px auto 30px auto;
}
.form-theme input{
	margin-bottom: 10px;
	height: 30px;
	border-radius: 0;
	width: 100%;
}
.form-theme label{
	font-weight: normal;
}
.form-theme textarea{
	border-radius: 0;
	width: 100%;
	height: 100px;
}
.form-theme .btn{
	margin-top: 25px;
	margin-bottom: -5px;
	width: auto;
	height: auto;
	border:0;
}

/*REGISTER FORM*/
.register_form, .event_form, .mark_form, .conta_form{
	margin: 10px auto 30px auto;
}
.register_form input, .event_form input, select, .mark_form input, .conta_form input{
	margin-bottom: 10px;
	height: 30px;
	border-radius: 0;
	width: 100%;
}
select {border:1px solid #CCC; padding-left:7px; padding-top:4px; color:#999}
.register_form label, .event_form label, .mark_form label, .conta_form label{
	font-weight: normal;
}
.register_form textarea, .event_form textarea, .mark_form textarea, .conta_form textarea{
	border-radius: 0;
	width: 100%;
	height: 100px;color:#999
}
.register_form .btn, .event_form .btn, .mark_form .btn, .conta_form .btn{
	margin-top: 25px;
	margin-bottom: -5px;
	width: auto;
	height: auto;
	border:0;
}

.register_form .input-group-addon, .event_form .input-group-addon, .mark_form .input-group-addon, .conta_form .input-group-addon{
	height: 25px;
	border:0;
	background:none;
}
.register_form .input-group-addon input, .event_form .input-group-addon input, .mark_form .input-group-addon input, .conta_form .input-group-addon input{
	/*
	padding-left:0!important; 
	margin-left:-10px!important;
	*/
	height: 25px!important;
	margin-bottom:20px;
}
input[type=radio] {
	background:none!important;
	width:15px; height:15px;
  vertical-align: middle;
}
.fem, .masc {padding-top:0px; padding-right:5px; float:left!important; display:inline-block!important;}


/* Tags ----------------------------------------------------------------*/

.tags a {
	border: 1px solid #e6e6e6;
	color: #696969;
	font-size: 12px;
	padding: 6px 10px;
	margin: 4px 0;
	display: inline-block;
	border-radius: 2px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.tags a:hover{
	text-decoration: none;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.tags i{
	padding-right: 5px;
}
.tags a:hover i{
	color: #fff;
}

/* Crumbs  -------------------------------------------------------------*/

.crumbs{
	background: #fff;
	padding: 15px 20px;
	border-bottom: 1px solid #dedede;
}
.crumbs:before{
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
    content: '';
    left: 94px!important;
    position: absolute;
    top: -20px;
}
.crumbs ul{
	margin: 0;
	list-style: none;
}
.crumbs ul li{
	display: inline-block;
	padding-right: 5px;
	line-height: 20px;
	font-size: 15px;
}
.crumbs ul li a:hover{
	text-decoration: underline;
}

/* Contact ---------------------------------------------------------------*/

#map{
  display: block;
  width: 100%;
  height: 400px;
  margin: 0 auto;
  border-bottom: solid 1px #dedede;
}
address{
	line-height: 35px;	
	padding-left: 10px;
}
address i{
	padding-right: 10px;
}
address strong{
	padding-right: 3px;
}
.result,.result2{
	display: block;
	margin-top: 25px;
}

/* Newsletter -------------------------------------------*/

#newsletterForm{
	max-width: 750px;
	margin: 20px auto 0 auto;
}
#newsletterForm .form-control,
#newsletterForm .input-group-btn .btn-primary,
#newsletterForm .input-group-addon{
	height: 45px;
	border:solid 1px #dedede;
}
#newsletterForm .form-control{
	border-left: 0;
}
#newsletterForm .input-group-addon i{
	color: #999;
}
#result-newsletter .alert{
	margin: 0 auto;
	margin-top: 20px;
	max-width: 500px;
}
.search{
	margin-bottom:30px;
}
.search input,
.search .btn{
	height: 40px;
}
.search.home .input-group{width:80%; margin-left:8%;}

/*
Table Style - This is what you want
------------------------------------------------------------------ */
table.rankings a:link,#players-staff table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
table.rankings a:visited,#players-staff table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table.rankings a:active,
table.rankings a:hover,
#players-staff table a:hover,
#players-staff table a:active{
	color: #bd5a35;
	text-decoration:underline;
}
table.rankings {
	width:96%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	border:#ccc 1px solid;
	margin:20px;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table.rankings th {
	padding:21px 15px 22px 21px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	text-align:left;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table.rankings th:first-child{
	text-align: left;
	padding-left:10px;
}
table.rankings tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table.rankings tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table.rankings tr{
	text-align: center;
	padding-left:20px;
}
table.rankings tr td:first-child{
	text-align: center;
	padding-left:0px;
	border-left: 0;
}
table.rankings tr td {
	padding:3px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.row.clubs-teams table.rankings td p,.row.clubs-teams table.rankings td a,.row.clubs-teams table.rankings tr td {color:#00597E!important; font-size:12px}
table.rankings tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table.rankings tr:last-child td{
	border-bottom:0;
}
table.rankings tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table.rankings tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table.rankings tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}


.dateEntry-control {
	vertical-align: middle;
	margin-left: 2px;
}

#recovery {color:#FFF}

/* #######################################################

HOW TO CREATE AN INTERACTIVE GRAPH USING CSS3 & JQUERY [TUTORIAL]

"How to create an Interactive Graph using CSS3 & jQuery [Tutorial]" was specially made for DesignModo by our friend Valeriu Timbuc.

Links:
http://vtimbuc.net
http://designmodo.com
http://vladimirkudinov.com

######################################################## */

/* Resets */
.graph-container,
.graph-container div,
.graph-container a,
.graph-container span {
	margin: 0;
	padding: 0;
}

/* Gradinet and Rounded Corners */
.graph-container, #tooltip, .graph-info a {
	background: #E3E3E3;
	background: -moz-linear-gradient(top,  #E3E3E3 0%, #f9f9f9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E3E3E3), color-stop(100%,#f9f9f9));
	background: -webkit-linear-gradient(top,  #E3E3E3 0%,#f9f9f9 100%);
	background: -o-linear-gradient(top,  #E3E3E3 0%,#f9f9f9 100%);
	background: -ms-linear-gradient(top,  #E3E3E3 0%,#f9f9f9 100%);
	background: linear-gradient(to bottom,  #E3E3E3 0%,#f9f9f9 100%);

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/*  Graph Container */
.graph-container {
	position: relative;
	top:0;
	margin-left:2.5%;
	width: 95%;
	height: 560px;
	z-index:99999999999999
}

.graph-container > div {
	position: absolute;
	width: inherit;
	height: inherit;
	top: 10px;
	left: 25px;
}

.graph-info {
	margin-left:2.5%;
	width: 95%;
	margin-bottom: 10px;
}

/* Text Styles */
#tooltip, .graph-info a {
	height: 34px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	color: #646464;
}

.tickLabel {
	font-weight: bold;
	font-size: 12px;
	color: #666;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Tooltip */
#tooltip {
	position: absolute;
	display: none;
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
	z-index:9999999999999999999999999999999
}

/* Links */
.graph-info a {
	position: relative;
	display: inline-block;
	float: left;
	padding: 7px 10px 0px 30px;
	margin-right: 10px;
	text-decoration: none;
	cursor: default;
}

/* Color Circle for Links */
.graph-info a:before {
	position: absolute;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	top: 13px;
	left: 13px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Colors For each Link */
.graph-info .time { border-bottom: 2px solid #71c73e; }
.graph-info .speed { border-bottom: 2px solid #77b7c5; }

.graph-info .time:before { background: #71c73e; }
.graph-info .speed:before { background: #77b7c5; }

/* Lines & Bars Buttons */
#lines, #bars {
	width: 34px;
	height: 32px;
	padding: 0;
	margin-right: 0;
	margin-left: 10px;
	border-bottom: 2px solid #71c73e;
	float: right;
	cursor: pointer;
}

#lines.active, #bars.active {
	background: #82d344;
	background: -moz-linear-gradient(top,  #82d344 0%, #71c73e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82d344), color-stop(100%,#71c73e));
	background: -webkit-linear-gradient(top,  #82d344 0%,#71c73e 100%);
	background: -o-linear-gradient(top,  #82d344 0%,#71c73e 100%);
	background: -ms-linear-gradient(top,  #82d344 0%,#71c73e 100%);
	background: linear-gradient(to bottom,  #82d344 0%,#71c73e 100%);
}

#lines span, #bars span {
	display: block;
	width: 34px;
	height: 32px;
	background: url('../img/lines.png') no-repeat 9px 12px;
}

#bars span { background: url('../img/bars.png') no-repeat center 10px; }

#lines.active span { background-image: url('../img/lines_active.png'); }
#bars.active span { background-image: url('../img/bars_active.png'); }

/* Hide the First and Last Y Label */
.yAxis .tickLabel:first-child,
.yAxis .tickLabel:last-child { /*display:none*/ }

/* Clear Floats */
.graph-info:before, .graph-info:after,
.graph-container:before, .graph-container:after {
	content: '';
	display: block;
	clear: both;
}

.col-md-3.logo{margin-right:100px; padding-left:0;}

.col-md-6.adds{padding:0; width:40%;}

.bg-dark.dark-home{background:#01597F;}

#players-staff.tab-pane.active h3{padding:0; color:#fff; margin-top:30px;}

div.owl-item li.item-player{margin:0;}
	div.owl-item li.item-player h3{font-size:16px; font-family:Arial, Helvetica, sans-serif;}
	
ul#myTab.nav.nav-tabs li a{background:#fff; color:#01597F;}
ul#myTab.nav.nav-tabs li.active a{background:#01597F; color:#fff;}
ul#myTab.nav.nav-tabs li a:hover{background:#01597F; color:#fff;}

div.col-md-3.topmenu{padding:0;}

div.owl-item li.item-player table tbody tr th{font-size:12px; text-align:center;}
div.owl-wrapper div.owl-item li.item-player table tbody tr td{font-size:12px; text-align:center; padding:5px 15px;}

section.content-info div.container.padding-top div.row div.col-md-12 div.panel-box div.row div.col-md-12 div div{color:#000;}
section.content-info div.container.padding-top div.row div.col-md-12 div.panel-box div.row div.col-md-12 div u{color:#000;}

td h6, td p{padding:0; margin-bottom:0;}

div.owl-item li.item-player table tbody tr td{font-weight:normal !important;}
div.owl-item li.item-player table tbody tr td a{font-weight:600 !important; text-align:left;}

div.col-md-4 aside.panel-box address{color:#000;}

div.form-group div.col-md-6 label{color:#000;}

div.form-group div.col-md-12 label{color:#000;}

div#layout.layout-wide section.section-title.img-news div.overlay-bg, div#layout.layout-wide section.section-title.img-contact div.overlay-bg, div#layout.layout-wide section.section-title.img-contact div.overlay-bg{background:#b3dbe5;}


.panel-box div.row div.col-md-12 ul.list li {line-heigth:30px;}
#layout.layout-wide section.section-title.img-feature div.overlay-bg {background:#B3DBE5;}

div.owl-wrapper div.owl-item li div.header-post{max-height:180px;}

.style-caption p{max-width:300px; font-size:14px;}
.style-caption h1{max-width:450px; font-size:30px;}

footer.footer_rank{padding-top:20px; padding-bottom: 10px;}

#layout > section.section-title.img-about > div.overlay-bg{background:#B3DBE5;}



.activante {margin-left:22px; margin-top:-22px}



#players-staff table {
	padding:5px; 
	
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
	}
#players-staff table th{
	padding:5px; 
	 
	font-weight:700;
	font:10px Arial, Helvetica, sans-serif;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #01597F;
	background: -webkit-gradient(linear, left top, left bottom, from(#01597F), to(#01597F));
	background: -moz-linear-gradient(top,  #01597F,  #01597F); text-shadow:none; color:#fff;
	}
	
#players-staff table td{
	padding:5px; 
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	font:10px Arial, Helvetica, sans-serif;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
	color:#666!important;
}
#players-staff table td p{color:#666!important;}
#players-staff table th:first-child{padding:5px 0 5px 5px!important;}
#players-staff table td:first-child{padding:5px 0 5px 5px!important;}
#players-staff table h6{font:9px Arial, Helvetica, sans-serif; font-weight:normal;}
#players-staff table a:link, #players-staff table a:visited, #players-staff table a:active{color:#666!important;}

#players-staff table td.even{	
	background: #f6f6f6;
}


#players-carousel > div.owl-wrapper-outer > div > div:nth-child(1) > li > table td.record_m {font-weight:bold !important; font-size:11px;}
#players-carousel > div.owl-wrapper-outer > div > div:nth-child(1) > li > table td.record_f {font-weight:bold !important; font-size:11px;}
#players-carousel > div.owl-wrapper-outer > div > div:nth-child(2) > li > table td.record_m {font-weight:bold !important; font-size:11px;}
#players-carousel > div.owl-wrapper-outer > div > div:nth-child(2) > li > table td.record_f {font-weight:bold !important; font-size:11px;}
#players-carousel > div.owl-wrapper-outer > div > div:nth-child(3) > li > table td.record_m {font-weight:bold !important; font-size:11px;}
#players-carousel > div.owl-wrapper-outer > div > div:nth-child(3) > li > table td.record_f {font-weight:bold !important; font-size:11px;}
#players-carousel > div.owl-wrapper-outer > div > div:nth-child(4) > li > table td.record_m {font-weight:bold !important; font-size:11px;}
#players-carousel > div.owl-wrapper-outer > div > div:nth-child(4) > li > table td.record_f {font-weight:bold !important; font-size:11px;}



a.rank_btn {background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  margin:10px auto 0 !important;
  display:block;
  text-align:center;
  width:130px;
  }
  
a.rank_btn:hover{background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;}
  
  table.rankings td.record_m, table.rankings td.record_f {font-weight:700 !important; font-size:12px!important;}
  table.rankings td.record_m h6, table.rankings td.record_f h6,
  table.rankings td.record_m h6 a, table.rankings td.record_f h6 a {font-weight:700 !important; font-size:13px!important;}
  /*
  #players-staff table td.record_m, #players-staff table td.record_f {font-weight:800 !important; font-size:11px!important;}
  #players-staff table td.record_m h6, #players-staff table td.record_f h6,
  #players-staff table td.record_m h6 a, #players-staff table td.record_f h6 a {font-weight:700 !important; font-size:11px!important; letter-spacing:-1px}
  */
  
  .nho {padding:10px 0 0 0;
	}
  .nho h3 {padding-top:15px; text-transform:uppercase}
  #sponsors {margin:0;padding:0 0 12px 0;}
  #sponsors li {margin:0;width:120px;}
  #sponsors li img {max-width:120px; margin:auto 0 auto 0;}
  #sponsors li img:last-child {max-height:45px; }
  
div.post-item.single-news a.fancybox{min-height:600px;}

.parceiro {line-height:126px;border:1px solid #CCCCCC; height:126px; margin-bottom:1.5%; margin-left:1.5%; width:23.3%}
.parceiro.primeiro {margin-left:1.1%!important }
.parceiro img{margin:auto; max-width:100%; height:auto}
.dark-home {height:540px}


#players-staff div.parceiro_destaque img{/*width:100%; margin:0 auto 0 auto;*/}
#players-staff h5{color:white!important; padding:5px 0px}
#players-staff div.parceiro_destaque{width:100%; height:100px; margin:14px 0 0 0; background:white; }