/* RESPONSIVE CSS START */
@media only screen and (min-width:960px) and (max-width:1120px) {

}
@media only screen and (min-width:981px) {
}
@media only screen and (max-width: 980px) {
.eight-section .col {    width: 25%!important;    display: inline-block!important;    padding: 0!important;    margin-bottom: 10px!important;}
.two-section .one-half {    width: 100%!important;    display: inline-block!important;text-align: center;}
.next-game-heading,.next-game-time {    width: 100%!important;    display: inline-block!important;    text-align: center!important;}
.team-games-col-one, .team-games-col-two, .team-games-col-three {    width: 100%!important;    display: inline-block!important;    padding: 10px!important;}
.team-games-col-two {background: #e6e6e6!important;}
.schedule-game-section-three .one-half {    padding-bottom: 15px!important;    padding-top: 0!important;} 
  
 .schedule-white .bigslam-sp-event-widget-list {
    min-width: 250px;
    max-width: 100%;
    background: #fff!important;
}

.bigslam-sp-event-widget-list .bigslam-sp-event-widget-title-left {
    width: 100%;
}

.bigslam-sp-event-widget-list .bigslam-sp-event-result {
    width: 100%;
    margin: 0;
}

.bigslam-sp-event-widget-holder {
    padding: 5px;
    background: #fafafa!important;
}

.schedule-white {
    /*height: auto!important;*/
} 
  
}
@media only screen and (min-width:768px) {
.schedule-white {    max-height: 600px;    overflow: auto;}
.gallery-columns-4 dl.gallery-item {    width: 25%;    display: inline-block;    padding: 0 5px;}	
}
@media only screen and (min-width:768px) and (max-width:959px) {

}
@media only screen and (min-width: 480px) and (max-width: 767px) {

}
@media only screen and (max-width: 479px) {
.inner-page-header h3.gdlr-core-title-item-title.gdlr-core-skin-title {    color: #383838!important;}
.inner-page-header {position: inherit!important;padding-bottom: 30px!important;}
.eight-section .col:nth-child(1),.eight-section .col:nth-child(2),.eight-section .col:nth-child(3),.eight-section .col:nth-child(4) {
    width: 50%!important;
}	
}
@media only screen and (max-width: 300px) {

}
@media only screen and (min-width:1200px) {

}

/* RESPONSIVE CSS END */