/** Author Beycan Beycanov* Home.css*/





/*  */



.slider-item {

	height: 900px;

}



.colum1 {

	background-color: rgba(0, 0, 0, 0.5);

	transition: all .3s;

	overflow: hidden;

}



.colum2 {

	background-color: rgba(0, 0, 0, 0.5);

	transition: all .3s;

	overflow: hidden !important;

}



.colum1 img {

	width: 100%;
	object-fit: cover;
	height: 100% !important;
	transition: all .3s;
}



.colum1:hover figure img {

	-webkit-transform: scale(1.15);

	background-color: rgba(0, 0, 0, 0.5);

}



.colum1:hover figure figcaption .caption {

	background-color: rgba(49, 39, 89, .6);

}



.slider-match {

	height: 460px;

}



.slider-match img {

	width: 100%;

	object-fit: cover;

}



.slider-news {

	height: 440px;

	transition: all .3s;

}



.slider-news img {

	width: 100%;

	object-fit: cover;

	transition: all .3s;

}



.slider-news figure img {

	z-index: 888;

}



.slider-news:hover figure img {

	-webkit-transform: scale(1.15);

	background-color: rgba(0, 0, 0, 0.5);

}



.slider-news:hover figure figcaption .caption {

	background-color: rgba(49, 39, 89, .6);

}



.caption-fix {

	z-index: 1030;

	width: 100%;

	position: absolute;

	top: 0px;

	left: 0px;

	height: 100%;

	background-color: rgba(0, 0, 0, 0.5);

	transition: all .5s;

}



.caption-fix:hover {

	background-color: rgba(49, 39, 89, .6)!important;

}



.start-video {

	position: absolute;

	top: 80px;

	padding: 12px;

	left: 174px;

	opacity: .3;

	cursor: pointer;

	transition: all 0.3s;

}



.next-match {

	font-size: 30px;

	font-family: 'DaxlinePro-ExtraBold', "Segoe UI", sans-serif;

	color: rgb(255, 255, 255);

	font-weight: bold;

	text-transform: uppercase;

	line-height: 1.2;

	text-align: center;

	z-index: 868;

	color: #ffb800;

}



.start-video:hover {

	opacity: 1;

	-webkit-filter: brightness (1);

}



div.thumbnail_container {

	width: 434px;

	height: 244px;

	overflow: hidden;

	background-color: #000;

}



img.thumbnail {

	margin-top: -50px;

	opacity: 0.5;

}



.slider-img {

	object-fit: contain;

}



.caption {

	position: absolute;

	bottom: 0px;

	left: 0px;

	width: 100%;

	padding: 20px;

	transition: all .3s;

}



.caption a {

	text-decoration: none;

}



.caption .category {

	color: #fff;

	font-size: 18px;

	font-weight: normal;

	font-family: 'Daxline-pro', sans-serif;

	text-shadow: 0px 4px 6.58px rgba(2, 2, 2, 1)!important;

}



.caption .caption-title {

	width: 580px;

	color: #fff;

	margin-top: 10px;

	font-size: 30px;

	font-weight: bold;

	line-height: 1.2;

	text-transform: uppercase;

	font-family: 'DaxlinePro-ExtraBold', "Segoe UI", sans-serif;

	text-shadow: 0px 4px 6.58px rgba(50, 50, 50, 0.004);

}



.come-in {

	transform: translateY(150px);

	animation: come-in 0.8s ease forwards;

}



.come-in:nth-child(odd) {

	animation-duration: 0.6s;

}



.already-visible {

	transform: translateY(0);

	animation: none;

}



@keyframes come-in {

	to {

		transform: translateY(0);

	}

}





/* small slider */



.item-slider {

	height: 160px;

	overflow: hidden;

}



.item-slider img {

	height: 160px;

	object-fit: cover;

	position: relative;

	transition: all 0.4s linear;

}



.item-slider:hover img {

	transform: scale(1.1);

}



.arrow {

	width: 100%;

	height: 0;

	display: block;

	background-color: rgba(49, 39, 89, .8);

	position: absolute;

	bottom: 0;

	left: 0;

	opacity: 1px;

	transition: all .4s;

}



.arrow:after {

	content: "";

	display: block;

	position: relative;

}



.item-slider:hover .arrow {

	opacity: 1 !important;

	height: 60px;

	opacity: 0;

}



.serperator-king {

	border: 1px solid #ffcb00;

	background-color: #ffcb00;

	font-size: 13px;

	text-align: center;

	vertical-align: middle;

	font-family: Tahoma;

	padding: 5px;

	margin-left: 10px;

	border-radius: 50%;

	transition: all .3s ease-in-out;

	-webkit-transition: all .3s ease-in-out;

	-moz-transition: all .3s ease-in-out;

}



.serperator-king:hover {

	color: #fff;

	box-shadow: 1px 3px 5px rgba(0, 0, 0, .12);

}



.serperator-king span {

	margin-top: -5px;

}



.item-slider .caption {

	z-index: 999;

	width: 100%;

}



.item-slider .caption .caption-title {

	width: 400px;

}



.owl-nav {

	position: absolute;

	width: 100%;

	top: 20px;

}



.owl-nav .owl-prev img {
	position: absolute;
	left: 30px;
}



.owl-nav .owl-next img {
	position: absolute;
  	right: 0px;
}

#news-slider .owl-nav .owl-next img  {
  	right: 30px;
}
.mega-news .owl-carousel .owl-nav .owl-next img {

	position: absolute;

  right: 40px;

}



.item-slider .caption .caption-title {

	width: 100%;

	font-size: 14px;

	font-weight: bold;

	line-height: 1.2;

	font-family: 'DaxlinePro-ExtraBold', "Segoe UI", sans-serif;

	text-shadow: 0px 4px 6.58px rgba(50, 50, 50, 0.004);

}



.title-main {

	margin-top: 35px;

	margin-bottom: 35px;

	border-bottom: 2px solid #312759;

}



.title-main h1 {

	z-index: 1030;

	color: #312759;

	font-size: 35px;

	position: relative;

	top: 9px;

	left: 0;

}



.title-main::before {

	content: '';

	width: 280px;

	height: 20px;

	background-color: #fff;

	position: absolute;

	top: 30px;

}





/* Match Center */



.match-center {

	margin-top: 0px!important;

	padding-bottom: 50px;

}



.match-center-main {

	min-height: 430px;

	/* box-shadow: 1px 3px 5px rgba(0,0,0,.29); */

}



.match-column {

	height: 430px;

	border-right: 1px solid #dedede;

	box-shadow: 0px 2px 26.56px 5.44px rgba(49, 39, 89, 0.09);

	background-color: #fff;

}



.match-center-main:first-child {

	z-index: 1040;

}



.match-column {

	min-height: 430px;
	height: auto!important;
	border-right: 1px solid #dedede;

	background-color: #fff;

}



.premier_legue {

	font-size: 17px;

	font-family: "DaxlinePro";

	color: rgb(255, 255, 255);

}



.center-match-center .tab .nav-tabs {

	width: 300px;

	margin-top: -10px;

	margin-bottom: 15px;

	margin: auto;

}



.center-match-center .tab-content {

	margin-top: 15px;

}



.center-match-center .tab-content .table>thead>tr>th {

	border-bottom: 0;

	text-align: center;

}



.center-match-center .tab-content .table>tbody>tr>td {

	font-size: 10px;

	border-bottom: 0;

	padding-left: 8px;

	padding-right: 8px;

}



.center-match-center .tab-content .table>tbody>tr>td.bottom-border {

	border-bottom: 1px solid #312759;

}



.center-match-center .tab-content .table>tbody>tr:last-child td {

	border-bottom: 0;

}



.center-match-center .tab .nav-tabs li {

	width: 115px;

	margin-left: 10px;

}



.center-match-center .tab .nav-tabs li a {

	text-transform: uppercase;

	line-height: 1.2;

	width: 165px;

	text-align: center;

	font-size: 17px;

	font-family: 'DaxlinePro-Bold', "Segoe UI", sans-serif;

	-moz-transform: matrix( 0.69242191566892, 0, 0, 0.70378849384099, 0, 0);

	-webkit-transform: matrix( 0.69242191566892, 0, 0, 0.70378849384099, 0, 0);

	-ms-transform: matrix( 0.69242191566892, 0, 0, 0.70378849384099, 0, 0);

	cursor: pointer;

}



.datatime-match p {

	width: 406px;

	margin-left: -30px;

	font-size: 15.63px;

	font-family: 'DaxlinePro-Light', sans-serif;

	-moz-transform: matrix( 0.69242191566892, 0, 0, 0.70378849384099, 0, 0);

	-webkit-transform: matrix( 0.69242191566892, 0, 0, 0.70378849384099, 0, 0);

	-ms-transform: matrix( 0.69242191566892, 0, 0, 0.70378849384099, 0, 0);

	text-transform: uppercase;

	line-height: 1.2;

	text-align: center;

	color: #312759;

	margin-top: 32px;

}



.fix-bottom-button {

	width: 100%;

	height: 52px;

	font-weight: bold;

	line-height: 1.2;

	font-size: 16px;

	text-align: center;

	font-family: 'DaxlinePro-ExtraBold', "Segoe UI", sans-serif;

	background-image: url(../../img/sys/buttom-qarabag.svg);

	background-size: 165px;

	background-repeat: no-repeat;

	background-position: center;

	transform: rotate(180deg);

	position: absolute;

	bottom: -3px;

	left: 0px;

}



.club {

	margin-top: 20px;

}



.club-1 {

	width: 40%;

	height: 100px;

	float: left;

}



.club-1 img {

	width: 100%;

	height: 80px;

	object-fit: contain;

}



.club-1 p {

	font-size: 9px;

	font-family: Tahoma;

	font-weight: normal;

	text-align: left;

	width: 120px;

	margin-top: 10px;

}



.club-2 p {

	font-size: 9px;

	font-family: Tahoma;

	font-weight: normal;

	text-align: right;

	width: 120px;

	margin-top: 10px;

}



.club-1 h3 {

	font-size: 17px;

	font-weight: bold;

	text-transform: uppercase;

	line-height: 1.2;

	font-family: 'DaxlinePro-Bold', sans-serif;

	-moz-transform: matrix( 0.69242191566892, 0, 0, 0.70378849384099, 0, 0);

	-webkit-transform: matrix( 0.69242191566892, 0, 0, 0.70378849384099, 0, 0);

	-ms-transform: matrix( 0.69242191566892, 0, 0, 0.70378849384099, 0, 0);

	color: #312759;

	text-align: center;

	margin-top: 10px;

	margin-bottom: 70px;

}



.club-source h1 {

	margin-left: -24px;

	position: absolute;

	font-family: 'DaxlinePro-Light', sans-serif;

	font-weight: normal;

	font-size: 61.202px;

	color: #312759;

	text-align: center;

	text-transform: uppercase;

	margin-top: 100px;

	line-height: 1.2;

	vertical-align: middle;

	-moz-transform: matrix( 0.69242191566892, 0, 0, 0.70378849384099, 0, 0);

	-webkit-transform: matrix( 0.69242191566892, 0, 0, 0.70378849384099, 0, 0);

	-ms-transform: matrix( 0.69242191566892, 0, 0, 0.70378849384099, 0, 0);

}



.club-source {

	width: 20%;

	height: 100px;

	float: left;

}



.club-2 {

	width: 40%;

	height: 100px;

	float: left;

}



.club-2 img {

	width: 100%;

	height: 80px;

	object-fit: contain;

}



.club-2 h3 {

	font-size: 17px;

	font-weight: bold;

	text-transform: uppercase;

	line-height: 1.2;

	font-family: 'DaxlinePro-Bold', sans-serif;

	-moz-transform: matrix( 0.69242191566892, 0, 0, 0.70378849384099, 0, 0);

	-webkit-transform: matrix( 0.69242191566892, 0, 0, 0.70378849384099, 0, 0);

	-ms-transform: matrix( 0.69242191566892, 0, 0, 0.70378849384099, 0, 0);

	color: #312759;

	text-align: center;

	margin-top: 10px;

	margin-bottom: 70px;

}



.center-match-center .table {

	margin-bottom: 10px;

}



.bombareder p {

	font-size: 14px;

	font-family: 'DaxlinePro-Regular', sans-serif;

	text-transform: uppercase;

	line-height: 1.2;

	text-align: center;

	color: rgb(49, 39, 89);

	text-transform: uppercase;

	text-align: center;

}



.fix-bottom-button a {

	text-decoration: none;

	color: #fff;

}



.fix-bottom-button a:hover {

	color: #312759;

	transition: all .5s;

}



.fix-bottom-button p {

	text-align: center;

	transform: rotate(180deg);

	font-size: 15px;

	font-weight: bold!important;

	text-transform: uppercase;

	margin-top: 8px;

}



.macth-center-title {

	padding-top: 10px;

	padding-bottom: 15px;

}



.right-match-center .clubs {

	margin-top: 15px;

}



.macth-center-title h1 {

	font-size: 22.734px;

	text-align: center;

	font-weight: bold;

	line-height: 1.2;

	-moz-transform: matrix( 0.69242191566892, 0, 0, 0.70378849384099, 0, 0);

	-webkit-transform: matrix( 0.69242191566892, 0, 0, 0.70378849384099, 0, 0);

	-ms-transform: matrix( 0.69242191566892, 0, 0, 0.70378849384099, 0, 0);

	font-family: 'DaxlinePro-Bold', sans-serif;

	text-transform: uppercase;

	color: #312759;

}



.clubs-images img {

	width: 210px;

	height: 260px;

	object-fit: contain;

}



.clubs .owl-carousel .owl-nav .owl-prev img {

	position: absolute;

	top: 120px;

	left: 15px;

}



.clubs .owl-carousel .owl-nav .owl-next img {

	position: absolute;

	top: 120px;

	right: 15px;

}



/* .center-match-center .tab .nav-tabs li {
	width: 50%;
}
 */


.clubs-thumb {

	width: 25px;

	height: 25px;

	object-fit: contain;

}



.no-bordered span {

	position: relative;

	top: -8px;

	left: 5px;

}



.no-bordered {

	border-top: 0!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 {

	font-size: 12px;

	padding: 2px;

	vertical-align: middle;

}





/*TV CENTER SECTION*/



.tv-section {

	padding-bottom: 40px;

}



.tv-center-main {

	min-height: 430px;

	background-color: #fff;

	box-shadow: 1px 3px 5px rgba(0, 0, 0, .29);

}



.small-video {

	padding-top: 15px;

	padding-bottom: 15px;

	max-height: 444px;

	overflow-y: scroll;

}



.video-item {

	padding: 5px;

	height: 75px;

	border: 1px solid #dedede;

	margin-bottom: 13px;

}



.img-video-thumb {

	width: 120px;

	float: left;

	height: 63px;

}



.title-vide-thumb {

    vertical-align: middle;
    height: 63px;
    padding: 10px;
    padding-left: 135px;
    padding-top: 5px;
    width: 100% !important;
}





.title-vide-thumb h1 {

	font-weight: bold;

	font-size: 13px;

	font-family: 'Daxline-pro', sans-serif;

	line-height: 18px;

	 overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    padding-top: 5px;
    display: -webkit-box;

}



.play_button {

	width: 30px;

	height: 30px;

	background-position: center center;

	background-image: url(../../img/sys/play-button.svg);

	background-repeat: no-repeat;

	background-size: 30px 30px;

	position: absolute;

	top: 22.5px;

	left: 50px;

	background-color: transparent;

	border: 0;

	outline: 0;

}



.img-video-thumb img {

	width: 120px;

	height: 63px;

	object-fit: cover;

}





/* Banner section */



.banner-section { 
	height: 222px;
	background-color: #312759;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}



.banner-section h1 {

	text-align: center;

	color: #fff;

	font-size: 25px;

	text-transform: uppercase;

	font-family: 'Daxline-pro', sans-serif;

}





/**/





/*fan-shop*/



#fan-shop {

	background-color: #ebebeb;

}



#fan-shop .title-main::before {

	background-color: #ebebeb;

}



.item-cups-main .tab .nav-tabs {

	width: 500px;

	margin: auto;

	margin-bottom: 20px;

}



.item-cups-main .tab .nav-tabs li {

	width: 150px;

	margin-left: 7px;

	margin-right: 7px;

}



.item-cups-main .tab .nav-tabs li a {

	width: 150px;

}



.item-cups {}



.item-cups-lyout {

	border: 1px solid #fff;

	background-color: #fff;

}



.item-cups-main {

	min-height: 500px;

}



.item-cups-image figure {

	width: 253px;

	height: 273px;
	margin: auto;

}



.item-cups-image img {

	width: 100%;

	height: 273px;

	object-fit: contain;

}



.item-cups-image:hover figure img {

	transform: scale(1.03);

}



.item-cups-title {

	padding: 10px;

}



.item-cups-title h2 {

	text-align: center;

	color: #312759;

	font-size: 18px;

	font-weight: bold;

	text-transform: uppercase;

	font-family: 'Daxline-pro', sans-serif;

}



.item-cups-title p {

	text-align: center;

	font-weight: normal;

	font-family: 'Daxline-pro', sans-serif;

	font-size: 30px;

	padding: 0;

	margin-top: 10px;

}



.item-cups-content {

	height: 30px;

	font-weight: normal;

	font-size: 14px;

	color: #000;

}



.item-cups-main .owl-carousel .owl-nav .owl-prev img {

	position: absolute;

	top: 180px;

	left: -45px;

}



.item-cups-main .owl-carousel .owl-nav .owl-next img {

	position: absolute;

	top: 180px;

	right: -45px;

}



.item-cups-content .fix-bottom-button {

	left: 5px;

}



.flextion-index {

	max-height: 470px;

	overflow-y: auto;

}



.flextion-index h1 {

	font-size: 24px;

	font-family: "DaxlinePro";

	color: rgb(49, 39, 89);

	font-weight: bold;

	text-transform: uppercase;

	line-height: 1.2;

	text-align: center;

}

.flextion-index h1 a {
	color: rgb(49, 39, 89);
	text-decoration: none;
}

.flextion-index h1 a:hover {
	color: rgb(49, 39, 89);
	text-decoration: none;
}



.map-aze li {
    border-bottom: 1px solid #312759;
    font-size: 14px;
    font-family: 'Daxline-pro', sans-serif;
    color: rgb(49, 39, 89);
    text-transform: uppercase;
    line-height: 2;
    text-align: left;
    padding: 6px 0px;
    padding-left: 35px;
    box-sizing: border-box;
}



.map-aze li a {

	text-decoration: none;

	color: #312759;

	box-sizing: border-box;

	vertical-align: middle;

}

.map-aze li:nth-child(3) a,
.map-aze li:nth-child(6) a,
.map-aze li:nth-child(8) a,
.map-aze li:nth-child(9) a,
.map-aze li:nth-child(10) a,
.map-aze li:nth-child(11) a,
.map-aze li:nth-child(12) a{
    text-decoration: line-through;
}



.map-aze li a::before {

	content: '';

	width: 30px;

	height: 30px;

	background-image: url(../../img/sys/circle.png);

	background-repeat: no-repeat;

	background-size: 25px 25px;

	background-position: center;

	position: absolute;

	left: 10px;

	margin-top: 0px;

}

.map-aze li:last-of-type {
	border-bottom: none;
}

#news-slider .owl-nav {
	top: 30%;
}

.map-aze li a.active::before {

	content: '';

	width: 30px;

	height: 30px;

	background-image: url(../../img/sys/circle-hover.png);

	background-repeat: no-repeat;

	background-size: 25px 25px;

	background-position: center;

	position: absolute;

	left: 10px;
	margin-top: 0px;
}



.map-aze li a span {

	float: right;

}



.item-cup-history {

	height: 160px;

}



.item-cup-img {

	height: 100px;

}



.item-cup-img img {

	width: 80px;

	height: 80px;

	object-fit: contain;

	transition: all .3s ease-in-out;

	-webkit-transition: all .3s ease-in-out;

	-moz-transition: all .3s ease-in-out;

}



.item-cup-img img:hover {

	transform: scale(1.1);

	-webkit-transform: scale(1.1);

	-moz-transform: scale(1.1);

}



.item-cup-year {

	border: 2px solid #312759;

	height: 46px;

	padding-top: 8px;

}



.item-cup-year h2 {

	font-size: 20px;

	font-weight: bold;

	font-family: "DaxlinePro";

	text-transform: uppercase;

	text-align: center;

	color: #312759;

}



.item-cup-year.active {

	border: 2px solid #312759;

	background-color: #312759;

	height: 46px;

	padding-top: 8px;

}



.item-cup-year.active h2 {

	font-size: 20px;

	font-weight: bold;

	font-family: "DaxlinePro";

	text-transform: uppercase;

	text-align: center;

	color: #fff;

}



.height-200 {

	height: 200px;

	padding-top: 60px;

}



.height-200 h2 {

	font-size: 30px;

	font-family: "DaxlinePro";

	color: rgb(49, 39, 89);

	text-transform: uppercase;

	line-height: 1.2;

	text-align: center;

	z-index: 102;

}



.fixable-history {

	margin-bottom: 40px;

}



.item-cup-carousel .owl-carousel .owl-nav {

	float: right;

}



.item-cup-carousel .owl-carousel .owl-nav .owl-prev img {

	top: 160px;

}



.item-cup-carousel .owl-carousel .owl-nav .owl-next img {

	top: 160px;

}



#partners-main {

	height: 224px;

	background-color: rgb(49, 39, 89)!important;

	opacity: 0.902;

}



.images-partners img {

	height: 150px;

	width: 150px;

	object-fit: contain;

	margin-top: 30px;

}



.partners .owl-carousel .owl-nav .owl-next img {

	margin-right: -86px;

	top: 80px;

}



.partners .owl-carousel .owl-nav .owl-prev img {

	margin-left: -86px;

	top: 80px;

}





/*gece isi*/



.join-nav li.dropdown.login-code ul.dropdown-menu {

	width: 150px;

}



.border-history {

	min-height: 564px;

	margin-bottom: 25px;

	padding-top: 30px;

}



.images-partners img {

	width: 100%;

}



.border-history.height-200 {

	min-height: 20px;

}



#AZ-XCI {

	fill: rgb(255, 203, 0);

}



/**/

.cup-section{

  background-color: #fff;

  min-height: 414px;

}

.trop-absolute{

	border-style: solid;

  border-width: 1px;

  border-color: rgb(255, 255, 255);

  background-color: #fff;

  box-shadow: 0px 2px 26.56px 5.44px rgba(49, 39, 89, 0.09);

	position: absolute;

  width: 320px;

  height: 413px;

  z-index: 1040;

	padding: 35px;

}

.trophies-title{

  font-size: 30px;

  font-family: "DaxlinePro-Light";

  color: rgb(49, 39, 89);

  text-transform: uppercase;

  line-height: 1.2;

  text-align: center;

	margin-top: 15px;

}



.padding-4{

	padding-left: 4px;

	padding-right: 4px;

}

.item-trop{

	height: 413px;

}

.basic-cup .owl-carousel .owl-nav button.owl-prev{

	position: absolute;

	right: 0px;

	top: 350px;

	outline: 0;

}

.basic-cup .owl-carousel .owl-nav button.owl-next{

	position: absolute;

  right: -100px;

	top: 350px;

	outline: 0;

}

.cup-img-trop{

	width: 130px;

	height: 100px;

	padding: 15px;

	margin: auto;

}

.cup-img-trop img{

	width: 100px;

	height: 70px;

	object-fit: contain;

	margin: auto;

}

.cup-year-trop{

	border: 1px solid #312759;

	width: 130px;

	height: 45px;

	margin: auto;

	padding-top:10px;

}

.cup-year-trop h1{

	font-size: 30px;

  font-family: "DaxlinePro";

  color: rgb(49, 39, 89);

  line-height: 0.8;

  text-align: center;

	vertical-align: middle;

}

.trop-text{

	width: 250px;

  min-height: 93px;

  background-color: rgb(49, 39, 89);

  margin: auto;

  position: absolute;

  left: -24.5px;

	padding: 10px;

}

.trop-text span.even{

	width: 2px;

  height: 147px;

  background-color: #312759;

  position: absolute;

  top: -145px;

  left: 50%;

  margin: auto;

}

.trop-text span.odd{

	width: 2px;

  height: 34px;

  background-color: #312759;

  position: absolute;

  top: -22px;

  left: 50%;

  margin: auto;

}

.basic-cup .owl-carousel .owl-stage-outer {

    margin-right: -9px;

}

.basic-cup .owl-carousel{

    margin-left: -9px;

}

.trop-text p{

	font-size: 14px;

  font-family: "DaxlinePro-Regular";

  color: rgb(254, 254, 254);

  line-height: 1.2;

	font-weight: normal;

  text-align: left;

}

/* .trop-text{

	width: 250px;

  height: 93px;

  background-color: rgb(49, 39, 89);

  margin: auto;

  position: absolute;

  left: -12.5px;

} */

/* .trop-text:nth-child(odd) {

	margin-top: 22px;

}

.trop-text:nth-child(even) {

	margin-top: 147px;

} */





.fix-play-button{

	width:80px;

	height: 80px;

	position: absolute;

  top: 185px;

  left: 46%;

	border: 0;

	background-color: transparent;

	outline: 0;

	background-image: url(../../img/sys/play-button.png);

	background-repeat: no-repeat;

	background-size: 75px 75px;

	background-position: center center;

}

.fix-play-button:hover{

	opacity: .8;

}

.club.col-md-12  + .fix-bottom-button {
	/* bottom: 16px; */
}



 @media only screen and (max-width:550px){  
 	

}

.item-cups-main .tab .nav-tabs li {
	width: auto;
	min-width: 144px;
  }
  
  .item-cups-main .tab .nav-tabs li a {
	width: 100%;
  }