
@media only screen and (max-width: 1595px) {
	.about-section aside {
		width: 105vh;
	}

}
@media only screen and (max-width: 1500px) {
    .fixed-left{
        right: 3%;
    }
    .fixed-right{
        left: 3%;
    }
}

@media only screen and (max-width: 7000px) and (min-width: 1024px) {
    .container{
        width: 70%;
    }
}

@media only screen and (max-width: 1300px) {
    .fixed-left{
        right: 2%;
    }
    .fixed-right{
        left: 2%;
    }

}
@media only screen and (max-width: 1250px) {
    .navmenu li a {
        padding:  0 19px;
    }		.news-detail img {    width: 94%;}
}
@media only screen and (max-width: 1199px){
    /*index-page*/

    a.hdradd {
        margin: 13px 0 0 0;
        display: inline-block;
        float: right;
    }




}

@media only screen and (max-width: 1024px) {
    .no-pdding{
        padding-right: 15px;
        padding-left: 15px;
    }
}


@media only screen and (max-width: 1023px) {
 .container{
       width: 70%;
       	margin: 0 auto;
   }
   .fixed-left img, .fixed-right img {
    width: 100%;
}
   

    .posts-section em {
        font-size: 13px;
        float: right;
        margin: 0 20px 0 0;
    }

    .posts-section {
        margin: 0 0 20px 0;
    }
    .latest-posts {
        max-height: 188px;
    }

    .news-connent {
        margin: -6px 0 0 0;
    }

    .football-news .news-connent p {
        padding: 0;
        line-height:  20px;
    }

    .join-club ul li {
        width: 18%;
    }

}

@media only screen and (max-width: 992px){
    .news-posts{
        width: 100%;
    }
    .news-connent{
        width: 100%;
        padding: 0;
    }
    .advertise-sec img {
        width: 100%;
    }

    .posts-section .latest-img {
        width: 100%;
    }

    .posts-section em {
        font-size: 12px;
        float: left;
        margin: 0;
    }

    aside.content-workd {
        float: left;
        width: 100%;
    }

    .posts-section .latest-img{
        margin: 0 0 10px 0;
        float: left;    width: 70px;    height: 70px;
    }

    .latest-content a {
        font-size: 19px;
        line-height: 30px;
    }

    .football-news img {
        width:  100%;
        margin: 0 0 20px 0;
    }

    .about dd {
        padding: 0 0 0 0;
    }

    .football-new-cont {
        margin: 0 0 15px 0;
    }

    .about {
        margin: 25px 0 0 0;
    }

    .latest-content {
        padding: 0 0 30px 0;
    }

    .table-pad {
        padding: 15px 0 30px 0;
    }

    .patner {
        height: auto;
    }
    .contact-page {
        margin: 15px 0 53px 0;
    }
}

@media only screen and (max-width: 800px){
    a.hdradd {
        margin: 17px 0 0 0;
        display: inline-block;
    }
}
@media only screen and (max-width: 767px){
	
		.row .side {
    		margin: 40px 0 0;
		}
    .logo{
        margin: 0 0 9px 0;
    }
    a.hdradd {
        margin: 0 0 11px 0;
    }
    header .logo img{
        margin: inherit;
        width: 60px;
    }
    .navmenu li a {
        padding: 9px 5px 0px;
    }

    .mbheader {
        background: #fff;
        z-index: 122;
        padding: 10px 15px;
    }

    #configure {
        float: right;
        color: #fff;
        cursor: pointer;
        font-size: 24px;
        line-height: 0;
        background: #A9A9A9;
        padding: 5px 10px;
        border-radius: 3px;
        margin: 22px 18px 0px;
        font-weight: normal;
        position: relative;
        z-index: 99;
    }
    #configure:hover, #configure:focus, #configure:active{
        color:#fff !important;
        background: #d65800;
    }
    header .hidden-xs {
        display: block !important;
        left: -228px !important;
    }
    .showsidebar:before {
        background: #000;
        opacity: 0.5;
        content: '';
        position: fixed;
        left: 0;
        right: 0;
        height: 100%;
        z-index: 99;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .showsidebar .fa-bars:before {
        content: "\f00d";
    }
    .showsidebar  #configure{
        position: fixed;
        top: 0;
        right: 0;
    }
    .navmenu {
        float: left;
        width: 100%;
        margin:0;
        padding: 6px 0 0 0;
    }
    header .navmenu li {
        line-height: normal;
        float: none !important;
        text-align: left;
        display: inline-block;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #ff8c8c !important;
        box-shadow: 0 1px 0px 0 #da6b6b !important;
        width: 100%;
    }
    header .navmenu li:nth-last-child(1) {
        border-bottom: none !important;
        box-shadow: none !important;
    }
    header #configurator-wrap {
        background-color: #fd8181;
        padding: 0;
        position: fixed;
        top: 0;
        margin: 0;
        left: 0;
        width: 195px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        z-index: 121;
        height: 100%;
    }
    header .navmenu ul {
        float: left;
        margin: 0;
        width: 100%;
    }
    header .navmenu li a {
        display: block;
        padding: 10px 15px 9px !Important;
        line-height: normal;
        font-size: 14px !important;
        color: #fff;
        border: 0 !important;
    }
    .navmenu .active a{
        border: 0 !important;
        color: #fff;
    }
    header .navmenu li a:hover, header .navmenu li a:focus, header .navmenu li a:active{
        color: #fff;
        background: #ff9595;
        width: 100%;
    }
    .visible-xs, .visible-sm, .visible-md, .visible-lg, .mobile-toggle{
        display: block !important;
    }
    .navmenu li a:hover::before{
        display: none;
    }
    .heroslider p {
        font-size: 14px;
        line-height: 22px;
    }
    .add-padding {
        padding-top: 0px;
    }
    .swiper-zoom-container img{
        width: 100%;
    }
    .latest-content {
        padding: 30px 0 30px 0;
    }
    .latest-posts {
        max-height: 313px;
        overflow-y: auto;
        background: #eaeaea;
        padding: 20px;
    }
    .foot-new-sec img{
        width: 100%;
    }
    .add-advertise img{
        width: auto;
    }
    .facebook-tweet img{
        width: auto;
    }
    footer p{
        font-size: 12px;
    }
    .football-news dd {
        font-size: 16px;
        padding: 10px 0 0 0;
    }
    /*about*/
    .about {
        margin: 0px 0 0 0;
    }

    .contact-page {
        margin: 0px 0 35px 0;
    }
    .contact {
        margin: 0px 0 53px 0;
    }
    .detail-nw-sec img{
        width: 100%;
    }
    .news-detail img{
        width: 100%;
    }
    .pagination {
        margin: 16px 0 7px 0;
    }
    .football-sec-dtr img{
        width: 100%;
    }
    .section-news {
        margin: 0 0 0px 0;
    }
    .contact-section {
        margin: 0px 0 0 0;
    }
    .patner.resouce {
        padding: 13px;
        height: auto;
    }

    .posts-section .latest-img {
        width: 70px;		height:70px;
        margin:0 20px 0 0;
    }

    aside.content-workd {
        width: inherit;
        float: none;
    }

   .fixed-left , .fixed-right {
       width: 8%;
   }

   .fixed-left img , .fixed-right img {
       width: 100%;
   }

   .container {
       width: 75%;
       margin:0 auto;
   }

    .advertise-sec {
        overflow: hidden;
    }

    .kf_border ul li span {
        width: 9%;
        display: inline-block;
        font-size: 13px;
        color: #333;
    }

    .navmenu li a:after {
        display:  none;
    }

    .section-news.join-club {
        width: 100%;
    }

    .section-news.join-club li {
        width: auto;
        display: block;
        margin:0 0 10px 0;
    }

    .club-detail {
        margin: 0 -15px;
    }			.news-detail a {		height: auto;		display: block;	}		.news-detail {		min-height: auto;	}		.fb_iframe_widget {    display: inline-block;    position: relative;	width:100% !important;}.fb_iframe_widget span{ 	width:100% !important;}.fb_iframe_widget iframe{ 	width:100%!important;}body.plugin ._2p3a{	width:100%!important;	min-width:100%;!important;	}		.news-detail img {    width: 100%;}
	
	span.football-sec-dtr, .news-detail span {
		height: auto;
		display: block;
	}
	
	.about p {
    	padding: 0;
	}
	.hdradd img {
		display: inline-block;
		margin-right: 0;
	}
	
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] { width: 100% !important; }
.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] { width: 100% !important; }

}
@media only screen and (max-width: 500px) {
    .join-club ul li {
        width: 28%;
    }
}
@media only screen and (max-width: 550px) {
    .heroslider dd{
        font-size: 14px;
    }

}
@media only screen and (max-width: 480px){
    .football-nwe-se .col-xs-6{
        width: 100%;
    }
    .section-news .col-xs-4{
        width: 50%;
    }
    .news-connent{
        width: inherit;
        padding: 0 0 0 10px;
    }
    .news-posts{
        width: inherit;
    }
    .foot-newsposts {
        margin: 0;
    }
    .football-dt-nw .col-xs-6{
        width: 100%;
    }
    .hill-associt ul li{
        width: 100%;
        padding: 0 0 5px 28px;
    }
    .join-club ul li {
        width: 41%;
    }
    .online-resurce .col-xs-3{
        width: 100%;
    }
    .patner.resouce {
        margin: 0 0 13px 0;
        display: block;
    }

    .heroslider figure {
        position: static;
        background: #000;
    }
	.widget-title{
		font-size:19px
	}
	
	._2p3a { 
		width: 198px !important;
	}
	
	.row .side {
    margin: 40px 0 0;
}
}

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

    .kf_border img {
        display:  none;
    }
}


@media only screen and (max-width: 430px) {
    .posts-section .latest-img {    width: 100%;    margin: 0 0 10px 0 !important;    height: auto;}.posts-section .latest-img img{ 	width:100%; 	}		.posts-section .content-workd {margin: 0 0 20px 0;}

    .news-connent {
        width: 100%;
        padding: 0;
    }

    .latest-content {
        padding: 15px 0 30px 0;
    }
}
@media only screen and (max-width: 360px) {
    .latest-posts {
        padding: 7px;
    }
    .kf_border {
        padding: 8px;
    }
    .section-news .col-xs-4{
        width: 100%;
    }
    .patner {
        display: inherit;
        height: auto;
    }
    .patner.resouce {
        margin: 0 0 13px 0;
        display: block;
    }
    .join-club ul li {
        width: 100%;
    }
}
@media only screen and (max-width: 350px) {
    .news-posts {
        width: 100%;
    }
    .news-connent {
        width: 100%;
        padding: 0 0 0 0px;
    }
}
@media only screen and (max-width: 7000px) and (min-width: 1024px) { .container{ width: 70%; } }



