@charset "utf-8";

/* CSS Document */





 body::-webkit-scrollbar-track {

 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);

 border-radius: 10px;

 background-color: #F5F5F5;

}

 body::-webkit-scrollbar {

 width: 5px;

 background-color: #0d173e;

}

 body::-webkit-scrollbar-thumb {

 background-color: #0d173e;

}

h1, h2, h3, h4, h5, h6, p, ul, ol {

	margin: 0;

	padding: 0

}

a {

	text-decoration: none;

	transition: ease-in 0.3s;

	-moz-transition: ease-in 0.3s;

	-webkit-transition: ease-in 0.3s;

	-ms-transition: ease-in 0.3s;

	-o-transition: ease-in 0.3s;

}

.clear {

	clear: both;

}

img {

	max-width: 100%;

}

/* CSS Document */







/* CSS header */







.header-wraper {

	background: #0d173e;

	padding: 20px 0;

	position: relative;

}

.header-wraper .logo-wraper {

	top: 0;

	z-index: 100;

	position: absolute;

	width: 70%;

	left: 0;

	right: 0;

	margin: 0 auto;

}

.header-navigation-wrap {

}

.header-navigation-wrap ul {

	list-style: none;

}

.header-navigation-wrap ul li {

	display: inline-block;

	margin-right: 65px

}

.header-navigation-wrap ul li a {

	color: #fff;

	font-size: 14px;

	text-decoration: none;

	font-weight: normal;

}

.drawer-menu {

	box-sizing: border-box;

	position: fixed;

	top: 0;

	left: 0;

	width: 300px;

	height: 100%;

	padding-top: 20px;

	background: #09111f;

	-webkit-transition-property: all;

	transition-property: all;

	-webkit-transition-duration: .5s;

	transition-duration: .5s;

	-webkit-transition-delay: 0s;

	transition-delay: 0s;

	-webkit-transform-origin: left center;

	-ms-transform-origin: left center;

	transform-origin: left center;

	-webkit-transform: perspective(500px) rotateY(-90deg);

	transform: perspective(500px) rotateY(-90deg);

	opacity: 0;

}

.drawer-menu li {

	text-align: left;

}

.drawer-menu li a {

	display: block;

	height: 45px;

	line-height: 50px;

	font-size: 14px;

	font-weight: 300;

	color: #fff;

	-webkit-transition: all .8s;

	transition: all .8s;

	padding-left: 40px;

	font-family: 'Roboto', sans-serif;

}

.drawer-menu li a:hover {

	color: #1a1e24;

	background: #fff;

}

/* checkbox */



.check {

	display: none;

}

/* menu button - label tag */



.menu-btn {

	position: relative;

	display: block;

	top: 3px;

	left: 0px;

	display: block;

	width: 40px;

	font-size: 10px;

	text-align: center;

	cursor: pointer;

	z-index: 1;

}

.bar {

	position: absolute;

	top: 0;

	left: 0;

	display: block;

	width: 35px;

	height: 2px;

	background: #070C20;

	-webkit-transition: all .5s;

	transition: all .5s;

	-webkit-transform-origin: left top;

	-ms-transform-origin: left top;

	transform-origin: left top;

}

.bar.middle {

	top: 10px;

	opacity: 1;

}

.bar.bottom {

	top: 20px;

	-webkit-transform-origin: left bottom;

	-ms-transform-origin: left bottom;

	transform-origin: left bottom;

}

.menu-btn__text {

	position: absolute;

	bottom: -15px;

	left: 0;

	right: 0;

	margin: auto;

	color: #fff;

	-webkit-transition: all .5s;

	transition: all .5s;

	display: block;

	visibility: visible;

	opacity: 1;

}

.menu-btn:hover .bar {

	background: #f89422;

}

.close-menu {

	position: fixed;

	top: 0;

	left: 250px;

	width: 100%;

	height: 100vh;

	background: rgba(0,0,0,0);

	cursor: url(http://theorthodoxworks.com/demo/images/cross.svg), auto;

	-webkit-transition-property: all;

	transition-property: all;

	-webkit-transition-duration: .3s;

	transition-duration: .3s;

	-webkit-transition-delay: 0s;

	transition-delay: 0s;

	visibility: hidden;

	opacity: 0;

}

/* checked */



.check:checked ~ .drawer-menu {

	-webkit-transition-delay: .3s;

	transition-delay: .3s;

	-webkit-transform: none;

	-ms-transform: none;

	transform: none;

	opacity: 1;

	z-index: 1111111111;

}

.check:checked ~ .contents {

	-webkit-transition-delay: 0s;

	transition-delay: 0s;

	-webkit-transform: translateX(-300px);

	-ms-transform: translateX(-300px);

	transform: translateX(-300px);

}

.check:checked ~ .menu-btn .menu-btn__text {

	visibility: hidden;

	opacity: 0;

}

.check:checked ~ .menu-btn .bar.top {

	width: 56px;

	-webkit-transform: rotate(45deg);

	-ms-transform: rotate(45deg);

	transform: rotate(45deg);

}

.check:checked ~ .menu-btn .bar.middle {

	opacity: 0;

}

.check:checked ~ .menu-btn .bar.bottom {

	width: 56px;

	top: 40px;

	-webkit-transform: rotate(-45deg);

	-ms-transform: rotate(-45deg);

	transform: rotate(-45deg);

}

.check:checked ~ .close-menu {

	-webkit-transition-duration: 1s;

	transition-duration: 1s;

	-webkit-transition-delay: .3s;

	transition-delay: .3s;

	background: rgba(0,0,0,.5);

	visibility: visible;

	opacity: 1;

	z-index: 111111

}

.drawer-menu ul {

	list-style: none;

}

.drawer-menu ul li a {

	text-decoration: none;

}

.menusitebar-main-wraper {

	display: none;

}

/* CSS header */







/* CSS content */



.owl-nav {

	display: none;

}

.owl-dots {

	display: none;

}

.content-wraper {

}

/* CSS articles */







.articles-wraper {

	padding: 30px 0;

}

.articles-wraper h1 {

	font-size: 36px;

	color: #0d173e;

	font-weight: bold;

	font-family: 'Segoe UI';

	margin-bottom: 17px

}

.articles-wraper ul {

	list-style: none;

}

.articles-wraper ul li {

}

.articles-wraper ul li .listing-articles-wraper {

	border-top: 6px solid #0d173e;

	box-shadow: 0px 8px 12px -2px #d4d4d4;

	margin-bottom: 30px

}

.articles-wraper ul li:hover .listing-articles-wraper {

	box-shadow: 3px 5px 60px -2px #d4d4d4;

	transition: ease-in 0.3s;

	-moz-transition: ease-in 0.3s;

	-webkit-transition: ease-in 0.3s;

	-ms-transition: ease-in 0.3s;

	-o-transition: ease-in 0.3s;

}

.listing-articles-wraper .col-md-7 {

	padding-left: 0;

}

.listing-articles-wraper a {

	display: block;

}

.listing-articles-wraper .listing-articles-image {

	height: 240px;

	background-size: cover !important;

	margin-top: -1px;

}

.lisitng-articles-text {

	padding: 15px 0

}

.lisitng-articles-text h4 {

	font-style: italic;

	font-size: 14px;

	font-weight: normal;

}

.lisitng-articles-text h2 {

	font-size: 20px;

	color: #000000;

	padding: 15px 0;

	font-weight: bold;

	font-family: 'Segoe UI';

}

.lisitng-articles-text p {

	font-size: 14px;

	line-height: 22px;

	padding-bottom: 15px;

	padding-right: 15px;

	max-height: 70px;

	overflow: hidden;

}

.lisitng-articles-text a {

	color: #A58759;

	font-size: 14px;

	text-decoration: none;

}

.articles-wraper ul li:hover .lisitng-articles-text a {

	color: #A58759;

}

.category-wraper {

	height: 420px;

	margin-bottom: 34px;

	background-size: cover !important

}

.right-bar-listing-wraper {

	margin-top: 60px;

}

.category-filter-button {

	display: none;

}

.category-filter-button a {

	background: #0d173e;

	font-size: 18px;

	text-decoration: none;

	color: #fff;

	display: block;

	text-align: center;

	padding: 15px 130px;

	margin-bottom: 30px

}

/* CSS articles */







/* CSS articles detail */







.article-detail-wraper {

	box-shadow: 0px 0px 5px 1px #ccc;

}

.article-detail-wraper .article-detail-image {

	height: 488px;

	background-size: cover !important;

	border-top: 5px solid #0d173e;

}

.article-detail-text {

	padding: 15px;

}

.article-detail-text h2 {

	font-size: 30px;

	font-weight: bold;

}

.article-detail-text h3 {

	font-style: italic;

	font-size: 14px;

	font-weight: normal;

	padding: 15px 0

}

.article-detail-text p {

	font-size: 14px;

	line-height: 22px;

	padding-bottom: 15px;

	padding-right: 15px;

}

.article-detail-text p strong {

	display: block;

}

.home-article-detail-wraper {

	margin-bottom: 30px;

}

/* CSS articles detail */







/* CSS matches  */







.matches-main-wraper {

	padding: 30px 0;

}

.matches-main-wraper h1 {

	font-size: 25px;

	color: #0d173e;

	font-weight: bold;

	font-family: 'Segoe UI';

	margin-bottom: 30px;

}

.matches-main-wraper h1 span {

	font-weight: normal;

}

.dropdown-filters-matches {

	background: #0d173e;

	padding: 15px;

	color: #fff;

	border-radius: 6px;

	margin-bottom: 15px

}

.dropdown-table-main-wrp {

}

.dropdown-table-main-wrp .table {

	border: none;

	box-shadow: 0px 0px 5px 1px #ccc;

	border-top: 5px solid #0d173e;

}

.dropdown-table-main-wrp .table tr {

	border: none;

}

.dropdown-table-main-wrp .table tr td {

	border: none;

	font-size: 12px;

	text-align: center;

}

.dropdown-table-main-wrp .table tr td a {

	color: #000;

	text-decoration: none;

}

.dropdown-table-main-wrp .table tr td a:hover {

	color: #A58759

}

.dropdown-table-main-wrp .heading-table {

}

.dropdown-table-main-wrp .heading-table td {

	font-size: 16px;

	font-weight: bold;

	color: #000;

	padding: 15px 10px !important;

}

.dropdown-table-main-wrp .table td, .dropdown-table-main-wrp .table th {

	padding: 6px 10px;

}

.player-info-section-wrp {

	border-top: 6px solid #0d173e;

	box-shadow: 0px 2px 8px 0px #d4d4d4;

	margin-bottom: 30px;

}

.player-info-section-wrp h4 {

	font-size: 16px;

	font-weight: bold;

	padding: 15px

}

.player-info-section-wrp {

}

.player-info-section-wrp ul {

	list-style: none;

}

.player-info-section-wrp ul li {

}

.player-info-section-wrp ul li a {

	display: block;

	padding: 6px 24px;

	color: #000000;

	font-size: 13px;

	text-decoration: none

}

.player-info-section-wrp ul li a:hover {

	background: #F6F6F6;

	color: #A58759

}

.oppositon-wraper {

	border-top: 6px solid #0d173e;

	box-shadow: 0px 2px 8px 0px #d4d4d4;

	margin-bottom: 30px;

}

.inner-oppositon-wraper {

	padding: 15px;

}

.oppositon-wraper h3 {

	font-size: 22px;

	font-weight: bold;

	margin-bottom: 15px;

}

.oppositon-wraper ul {

	list-style: none;

}

.oppositon-wraper ul li {

	font-size: 14px;

}

.match-detail-wraper {

	border-top: 6px solid #0d173e;

	box-shadow: 0px 2px 8px 0px #d4d4d4;

	margin-bottom: 30px;

}

.match-detail-top-info {

	padding: 15px;

}

.logo-match {

	width: 80px;

	height: 80px;

	margin: 0 auto;

	float: right;

}

.logo-text-wrp {

	text-align: right;

	float: right;

}

.logo-text-wrp h4 {

	font-weight: bold;

	font-size: 25px;

	color: #0D173E

}

.logo-text-wrp p {

	font-size: 13px;

	color: #0D173E

}

.player-rating-wrp {

	text-align: center;

	line-height: 22px;

	margin-top: 15px;

	font-size: 14px

}

.player-rating-wrp strong {

	font-size: 36px;

	font-weight: bold;

	color: #0D173E

}

.logo-text-wrp-player {

	float: left;

	text-align: left;

	width: 70%;

}

.match-detail-image-wrp {

	height: 400px;

	background-size: cover !important;

	border-bottom: 4px solid #0D173E

}

.match-listing-wrp {

	padding: 12px

}

.match-listing-wrp ul {

	list-style: none;

}

.match-listing-wrp ul li {

	font-size: 14px;

}

.player-table-main-wrp .table-responsive {

	border-top: 6px solid #0d173e;

	box-shadow: 0px 2px 8px 0px #d4d4d4;

}

.player-table-main-wrp .table-responsive .table {

	margin-bottom: 0;

	border-bottom: 2px solid #0d173e;

}

.player-table-main-wrp .table-responsive tr {

	border: none;

}

.player-table-main-wrp .table-responsive tr td {

	border: none;

	text-align: left;

	padding: 6px 24px;
	font-size:14px;

}

.player-table-main-wrp .table-responsive tr td a {

	font-size: 14px;

	color: #000000;

	text-decoration: none;

	text-decoration: none !important;

}

.player-table-main-wrp .table-responsive tr td a:hover {

	color: #A58759

}

.player-table-main-wrp .player-heading {

	text-align: left;

	font-weight: bold;

	font-size: 30px;

}

.player-table-main-wrp .player-heading td {

	color: #0D173E

}

.player-table-responsive tr td {

	text-align: left !important;

}

.player-detail-main-wrp {

	border-top: 6px solid #0d173e;

	box-shadow: 0px 2px 8px 0px #d4d4d4;

	margin-bottom: 30px;

}

.player-detail-image {

	height: 365px;

	background-size: cover !important;

}

.player-detail-main-wrp a {

	display: block;

	border-top: 3px solid #ccc;

	padding: 14px 0;

	color: #0D173E;

	text-align: center;

	font-size: 18px;

	font-weight: bold;

	text-decoration: none;

}

.player-detail-table {

	border-top: 6px solid #0d173e;

	box-shadow: 0px 2px 8px 0px #d4d4d4;

	margin-bottom: 30px;

}

.player-detail-table .table-responsive {

	padding: 0;

	margin: 0;

}

.player-detail-table .table-responsive .table {

	padding: 0;

	margin: 0;

}

.player-detail-table .table-responsive .table tr {

	border: none;

}

.player-detail-table .table-responsive .table tr td {

	border: none;

	font-size: 13px;

	padding: 6px 8px

}

.player-heading {

	font-weight: bold;

	font-size: 16px !important;

	color: #000000

}

.player-heading td {

	padding: 15px 8px !important

}

/* CSS matches  */







/* CSS home  */







.home-goals-wraper {

	border-top: 6px solid #0d173e;

	box-shadow: 0px 2px 8px 0px #d4d4d4;

	margin-bottom: 30px;

}

.home-goals-wraper h2 {

	font-size: 25px;

	font-weight: bold;

	margin-bottom: 15px

}

.inner-goals-wrp {

	padding: 15px;

}

.inner-goals-wrp ul {

	list-style: none;

}

.inner-goals-wrp ul li {

}

.inner-goals-wrp ul li .listing-goal-wrp {

	text-align: center;

}

.listing-goal-wrp .goal-list-image {

}

.listing-goal-wrp h3 {

	font-size: 10px;

	color: #0D173E;

	margin-top: 5px

}

.listing-goal-text {

	text-align: center;

	font-size: 25px

}

.listing-goal-text strong {

	font-size: 38px;

	display: block;

	margin-top: 15px

}

.listing-goal-text span {

	font-size: 10px;

	display: block;

	color: #0D173E

}

.bottom-list-info {

	margin: 20px 0 0 0;

}

.bottom-list-info h5 {

	text-align: right;

	font-size: 12px;

	font-weight: normal;

	color: #0D173E

}

.bottom-list-info h6 {

	font-size: 12px;

	color: #0D173E;

	font-weight: normal;

}

.database-status-wraper {

	border-top: 6px solid #0d173e;

	box-shadow: 0px 2px 8px 0px #d4d4d4;

	margin-bottom: 30px;

}

.inner-database-status-wraper {

	padding: 15px;

}

.database-status-wraper h2 {

	font-size: 25px;

	font-weight: bold;

	margin-bottom: 15px;

}

.database-status-wraper ul {

	list-style: none

}

.database-status-wraper ul li {

	font-size: 16px;

}

.player-info-wraper {

	border-top: 6px solid #0d173e;

	box-shadow: 0px 2px 8px 0px #d4d4d4;

	margin-bottom: 30px;

}

.player-info-inner-wraper {

	padding: 15px;

}

.player-info-inner-wraper h2 {

	font-size: 25px;

	font-weight: bold;

	margin-bottom: 15px;

}

.player-info-inner-image {

	height: 320px;

	background-size: cover !important;

}

.player-info-inner-wraper h3 {

	font-size: 24px;

	font-weight: bold;

	margin: 15px 0;

}

.player-info-inner-wraper ul {

	list-style: none;

}

.player-info-inner-wraper ul li {

	font-size: 14px;

}

.view-profile-button {

	text-align: right;

	margin-top: 0;

	margin-bottom: 0;

}

.view-profile-button a {

	font-size: 16px;

	color: #A58759;

	text-decoration: none;

}

.dropdown-filters-matches .form-group {

	margin-bottom: 0;

}

.dropdown-filters-matches select {

	height: 45px;

	width: 28%;

	border-radius: 7px;

	margin-right: 10px;

	padding-left: 12px;

	font-size: 14px;

	border: none;

	outline: none;

}

.btn-success {

	color: #fff;

	background-color: #1e7e34;

	border-color: #1c7430;

	height: 42px;

	width: 10%;

	outline: none;

}

/* CSS home  */







/* CSS player */







.player-info-main-wraper {

	border-top: 6px solid #0d173e;

	box-shadow: 0px 2px 8px 0px #d4d4d4;

	margin-bottom: 30px;

}

.player-info-main-wraper .player-info-image-wraper {

	background-size: cover !important;

	height: 270px;

	margin-top: -2px;

}

.player-info-text-wrp h4 {

	margin: 15px 0;

	font-weight: bold;

}

.player-info-text-wrp {

	padding: 25px;

	background: #fff;

	

}

.shadow-match-detail .player-info-text-wrp {

	margin-top: 0;

}

.gallery-item-wrap {

	height: 160px;

}

.player-info-text-wrp ul {

	list-style: none;

}

.player-info-text-wrp ul li {

	font-size: 14px;

}

.player-table-main-wrp tr td {

	text-align: center;

}

.player-info-text-wrp {

	/* margin-top: 30px */

}

.player-info-text-wrp .owl-gallery-wrap {

	border-top: 6px solid #0d173e;

	box-shadow: 0px 2px 8px 0px #d4d4d4;

	margin-bottom: 30px;

	margin-top: 30px;

	padding: 15px

}

.player-gallery-text-wrp {

	border: none !important;

	margin: 0 !important;

	padding: 0 !important

}

.tesrt-bio-wraper {

	border-top: 6px solid #0d173e;

	box-shadow: 0px 2px 8px 0px #d4d4d4;

	margin-bottom: 30px;

	margin-top: 30px;

	padding: 15px

}

.player-info-text-wrp h2 {

	font-size: 16px;

	font-weight: bold;

	margin-bottom: 15px

}

.player-info-text-wrp p {

	font-size: 14px;

}

.about-inner-main-wraper .heading-table {

	padding: 20px;

}

.contact-info-about {

	border: none;

	box-shadow: 0px 0px 5px 1px #ccc;

	border-top: 5px solid #0d173e;

	padding: 25px;

	margin-top: 60px;

}

.contact-info-about ul {

	list-style: none;

}

.contact-info-about ul li {

}

.contact-info-about ul li .contact-info-listing {

	background: #f5f5f5;

	padding: 15px;

	border-radius: 8px;

	margin-bottom: 20px

}

.contact-info-listing strong {

	display: block;

	font-size: 16px;

	color: #000

}

.contact-info-listing p {

	font-size: 14px;

}

.contact-info-about h4 {

	font-size: 25px;

	color: #0d173e;

	font-weight: bold;

	font-family: 'Segoe UI';

	margin-bottom: 25px;

}

/* CSS player */







/* CSS Ground */







.grounds-main-wraper {

	padding: 30px 0;

}

.grounds-main-wraper h1 {

	font-size: 25px;

	color: #0d173e;

	font-weight: bold;

	font-family: 'Segoe UI';

	margin-bottom: 30px;

}

.grounds-main-text-image {

	height: 460px;

	background-size: cover !important;

	border-top: 5px solid #0d173e;

	box-shadow: 0px 0px 5px 1px #ccc;

	margin-bottom: 30px

}

.team-ground-wraper {

	border-top: 5px solid #0d173e;

	margin-top: 60px;

	box-shadow: 0px 2px 8px 0px #d4d4d4;

}

.team-ground-list {

	padding: 12px;

}

.team-ground-list h4 {

	font-size: 20px;

	color: #0D173E;

	font-weight: bold;

	margin-bottom: 5px

}

.team-ground-list p {

	font-size: 13px;

	padding-bottom: 10px

}

.article-detail-text-about h2 {

	font-size: 40px;

	margin-bottom: 15px;

}

.about-image-bottom {

	margin-top: 30px;

}

.statics-main-wraper h1 {

	font-size: 25px;

	color: #0d173e;

	font-weight: bold;

	font-family: 'Segoe UI';

	margin-bottom: 30px;

}

.heading-table-statistics {

}

.statistics-table-wraper {

}

.statistics-table-wraper .table {

	border-top: 6px solid #0d173e;

	box-shadow: 0px 2px 8px 0px #d4d4d4;

	margin-bottom: 30px;

}

.statistics-table-wraper .table tr {

	border: none;

}

.statistics-table-wraper .table td {

	border: none;

	font-size: 13px;

	padding: 6px 15px;

}

.statistics-table-wraper .table td a {

	font-size: 11px;

	color: #A58759;

	text-decoration: none;

}

.heading-table-statistics {

	font-weight: bold;

	color: #000;

}







/* CSS Ground */







/* CSS Ground */







@media (max-width:1500px) and (min-width:1170px) {

.header-navigation-wrap ul li {

	margin-right: 45px;

}

}

 @media (max-width:1300px) and (min-width:1170px) {

.header-navigation-wrap ul li {

	margin-right: 25px;

}



}



@media (max-width:1200px) and (min-width:1170px) {



.logo-text-wrp-player {

    float: left;

    text-align: left;

    width: 67%;

}

}

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

.header-navigation-wrap ul li {

	margin-right: 15px;

}

.article-detail-wraper .article-detail-image {

	height: 300px;

}

.player-info-inner-image {

	height: 220px;

}

.logo-text-wrp-player {

	width: 65%;

}

}

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

.header-navigation-wrap ul li a {

	font-size: 11px;

}

.header-wraper .logo-wraper {

	width: 80px;

}

.player-rating-wrp strong {

	font-size: 30px;

}

.inner-goals-wrp ul li {

	flex: 100%;

	max-width: 100%

}

.logo-text-wrp-player {

	width: 100%;

}

.logo-text-wrp {

	float: left;

	text-align: left;

}

.logo-text-wrp-player {

	text-align: right;

}

.logo-match {

	margin-bottom: 15px;

}

.logo-left-text-wrp {

	float: none !important;

	clear: both;

}

}

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

.header-wraper .logo-wraper {

	text-align: center;

}

.player-info-main-wraper .player-info-image-wraper {

	background-size: contain !important;

}

.article-detail-text h3 {

	padding: 5px 0;

}

.article-detail-text p {

	padding-bottom: 0;

}

.header-navigation-wrap {

	display: none;

}

.menusitebar-main-wraper {

	display: block;

	left: 0

}

.articles-wraper {

	padding: 60px 0;

}

.inner-goals-wrp ul li {

	flex: 100%;

	max-width: 33.33%;

}

.bottom-list-info .col-md-6 {

	max-width: 50%;

}

.lisitng-articles-text h2 {

	font-size: 13px;

	padding: 10px 0

}

.listing-articles-wraper .listing-articles-image {

	height: 175px;

}

.player-info-inner-image {

	height: 470px;

}

.articles-wraper h1 {

	display: none;

}

.article-detail-text h2 {

	font-size: 20px;

}

.category-filter-button {

	display: block;

}

.lisitng-articles-text-mobile {

	padding-left: 30px;

}

.right-bar-listing-wraper {

	margin-top: 0;

}

.matches-main-wraper h1 {

	margin-top: 30px;

	margin-bottom: 20px;

}

.dropdown-table-main-wrp {

	margin-bottom: 30px;

}

.logo-text-wrp h4 {

	text-align: center;

}

.logo-match {

	float: none !important;

}

.player-rating-wrp {

	margin: 30px 0;

}

}

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

.lisitng-articles-text h2 {

	max-height: 25px;

	overflow: hidden;

	margin-bottom: 0px

}

.lisitng-articles-text p {

	max-height: 50px;

}

.listing-articles-wraper .listing-articles-image {

	height: 155px;

}

.bottom-list-info {

	margin: 10px 0;

}

.player-info-inner-image {

	height: 300px;

}

.articles-wraper {

	padding-bottom: 0;

}

.player-info-wraper {

	margin-bottom: 15px;

}

.dropdown-table-main-wrp .table tr td {

	min-width: 140px;

	font-size: 11px;

}

.logo-match {

	width: 60px;

	height: 60px;

}

.listing-goal-text strong {

	font-size: 30px;

}

.category-filter-button a {

	padding: 15px 0;

}

.dropdown-filters-matches select {

	width: 100%;

	margin-bottom: 10px !important

}

.btn-success {

	width: 100%;

}

.contact-info-about {

	margin-top: 20px;

}

}

