@media (min-width :992px) {
	.col-lg-1-update {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 15%;
	    flex: 0 0 15%;
	    max-width: 15%;
	    margin-top: 10px;
	}
}
@media (min-width :1200px) {
		.slideresult {
	    width: 75%;
	    margin: 0 auto;
	}
	a.nav-link {
	    font-size: 16px;
	    font-weight: 500;
	}
	.dropdown:hover>.dropdown-menu {
	  display: block;
	}
	.footer{
	    -webkit-mask-image: url(../img/footermask.png);
	    mask-image: url(../img/footermask.png);
	    mask-mode: alpha;
	    -webkit-mask-repeat: no-repeat;
	    mask-repeat: no-repeat;
	    -webkit-mask-size: 100%;
	    mask-size: 100%;
	}
}
@media (min-width :1350px) {
	.col-lg-1-update {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 8.333333%;
	    flex: 0 0 8.333333%;
	    max-width: 8.333333%;
	    margin-top: 0;
	}
	a.nav-link {
	    font-size: 20px;
	    font-weight: 500;
	}
}
@media (min-width :1400px) {
	a.nav-link {
    font-size: 22px;
    font-weight: 500;
	}
}

@media (max-width :1200px) {
	.object-fit .footer{
		padding-top: 50px;
	}
	section.partners{
		margin-bottom: 0;
	}
	.footer{
		  -webkit-mask-size: 100% 100%;
    		mask-size: 100% 100%;
    		background:#000; 
	}
	.carousel-caption * {
    font-size: 24px!important;
	}
	.logo {
	    max-width: 40%;
	}
	a.nav-link {
	    font-size: 15px;
	    font-weight: 500;
	}
	li.phone-header{
		padding-left: 40px;
	}
	.phone-header a{
		font-size: 16px;
	}
	li.phone-header i{
		font-size: 20px;
	}
	.logo img {
	    max-height: 80px;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
	    padding-right: 0.2rem;
	    padding-left: 0.2rem;
	}

}


@media (max-width:992px) {
	.homebannerimg {
    display: none;
}
	ol.carousel-indicators {
    display: none;
}
	.headerinfowrap {
	    font-size: 0;
	}
	.leagueslisting ul li, .clubslisting ul li{
		width: 100%;
		line-height: 2;
		padding-right: 0;
	}

	button.navbar-toggler{
		border: 0;
		background: #fff; 
		border-radius: 0;
	}
	.logo img {
	    max-height: 60px;
	}
	li.phone-header{
		padding-top: 35px;
	}
	.dropdown-item {
	    text-align: center;
	    padding-right: 0.2rem;
	    padding-left: 0.2rem;
	}
	.playerimg {
	    display: none;
	}
	.footer ul.footermenu li{
		width: 100%;
		padding-left: 0;
	}
	.footer ul li i{
		position: static;
	}
	.footer ul li{
		padding-left: 0;
	}


}

@media (max-width :768px) {
	.homeresults .slick-prev, .homeresults .slick-next{
		display: none;
		opacity: 0;
	}

}

@media (max-width :575px) {
	ul.righttopheader .social, li.linedivider{display: none;}
	li.phone-header {
    	padding-top: 28px;
    	padding-left: 30px;
	}
	button.navbar-toggler {
	    padding: 0;
	}
	#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
}

@media screen and (max-height: 575px){ #rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;} }