.owl-carousel-holder .owl-nav .owl-prev {
    border-top: 55px solid #fff;
    border-right: 33px solid #fff;
    border-left: 28px solid #fff;
    border-bottom: 0px solid #fff;
    left: -28px;
}

.owl-carousel-holder .owl-nav .owl-next:before{
    content: '';
    margin: 0;
    background: 0;
}
.owl-carousel-holder .owl-nav .owl-next {
    border-top: 55px solid #fff;
    border-left: 33px solid #fff;
    border-right: 28px solid #fff;
    border-bottom: 0px solid #fff;
    right: -28px;
}

.owl-carousel-holder .owl-nav .owl-prev,
.owl-carousel-holder .owl-nav .owl-next {
        z-index: 0;
    background: 0;
    position: absolute;
    /*top: initial;*/
    /*right: initial;*/
    /*left: initial;*/
    /*bottom: initial;*/
    width: 1px;
    height: 1px;
    border-radius: 45%;
}
.owl-carousel-holder .owl-nav .owl-prev:after, .owl-carousel-holder .owl-nav .owl-next:after {
    content: '';
    position: absolute;
    background: 0;
    width: 0;
    height: 0;
    bottom: initial;
    left:initial;
    right: initial;
    margin:0;
    top: -37px;
}
@media screen and (min-width: 641px) and (max-width: 991px) {
.owl-carousel-holder .owl-nav .owl-prev:after,
.owl-carousel-holder .owl-nav .owl-next:after {
    top: -33px;
  }
}
.owl-carousel-holder .owl-nav .owl-next:after {
    border-top: 10px solid transparent;
    border-left: 10px solid #7a9c58;
    border-bottom: 10px solid transparent;
}

.owl-carousel-holder .owl-nav .owl-prev:after {
    border-top: 10px solid transparent;
    border-right: 10px solid #7a9c58;
    border-bottom: 10px solid transparent;
    left: -10px;
}
.owl-carousel-holder .owl-theme .owl-controls {
    position: absolute;
    width: 100%;
    top: 24.5%;
}

.owl-carousel-holder .owl-nav {
    position: initial;
    top: 35%;
    width: 100%;
    z-index: -1;
    left: 0;
}

.home-banner-block .owl-carousel-holder [class^=col-]:first-child{
    text-align: left;
}
.owl-carousel-holder {
    background: white;
    border-radius: 10px;
    position: relative;
    margin: 0 8% 13px;
    margin-top: 10px;
}

.slider-title {
    position: absolute;
    display: block;
    width: 100%;
    top: -17px;

}
.two-column-list > li {
    display: inline;
    width: 50%;
    float: left;
    margin-left: -6px;
    font-size: 18px;
}
.two-column-list {
    width: 100%;
    padding: 0;
    margin: 0;
}

.two-column-list,
.slider-game-title {
    color: black;
}

.slider-game-title {
    text-align: left;
    margin-top: 11px;
    font-size: 17px;
    padding-bottom: 0;
}
.widgetSlider__reviewCTA {
    position: relative;
    padding-left: 0px;
    color: #2c4b5f;
    text-decoration: underline;
    font-weight: 400;
    float: right;
    margin: 0 5px;
}
.widgetSlider__reviewCTA:before {
    content: none;
}

.slider-item-container hr {
    margin-top: 11px;
    margin-bottom: 13px;
}

.slider-item-container {
    margin: 0 10px;
    margin-top: 25px;
}
.slider-game-rating-stars > .game-rating-stars {
    background-size: 20px;
    width: 98px;
    height: 16px;
}
.slider-game-rating-stars .game-rating-stars-inner {
    background: url("../../img/rating.png") 0 -16px repeat-x;
    background-size: 20px;
    height: 16px;
}
.sliderCTA__padding{
     padding: 5px 18px 0;
}

.slider-game-image {
    /*border: 5px solid white;*/
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.44);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.44);
    max-height: 150px;
}

.slider-game-play-now:hover {
    color: white;
    text-decoration: none;
}

.slider-game-play-now {
    display: block;
    background: #3ac827;
    color: white;
    text-align: center;
    text-transform: uppercase;
    padding: 9px 0px;
    margin-top: 17px;
    -webkit-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.6);
    -moz-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.6);
    box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.6);
    margin-left: -10px;
    margin-right: 10px;
    font-size: 18px;
}

.label-down {
    padding-top: 3px;
    background: #feba12;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 6px;
    position: relative;
    width: 92%;
    display: block;
    margin: 0 auto;
    color: #fff;
    z-index: 2;
}

.label-down:after {
    content: '';
    position: absolute;
    top: 98%;
    width: 98%;
    left: 1%;
    border-left: 210px solid transparent;
    border-right: 210px solid transparent;
    border-top: 16px solid #feba12;
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
    .label-down {
        font-size: 19.7px;
    }
    .label-down:after{
        border-left: 170px solid transparent;
        border-right: 170px solid transparent;
        border-top: 10px solid #feba12;
    }
}
@media screen and (max-width: 991px) {
    .slider-game-play-now{
        margin:0;
    }
    .owl-carousel-holder .owl-theme .owl-controls {
        top: 33.5%;
    }
    .owl-carousel-holder .owl-nav .owl-prev {
        border-top: 46px solid white;
        border-right: 18px solid white;
        border-left: 18px solid white;
        left: -17px;
    }
    .owl-carousel-holder .owl-nav .owl-next {
        border-top: 46px solid white;
        border-left: 18px solid white;
        border-right: 18px solid white;
        right: -17px;
    }

}
@media screen and (max-width: 640px){
    .label-down{
        font-size: 12.7px;
    }
    .label-down:after{
        border-left: 120px solid transparent;
        border-right: 120px solid transparent;
        border-top: 10px solid #feba12;
        top: 97%;
    }
    .owl-carousel-holder .owl-theme .owl-controls {
        position: absolute;
        width: 100%;
        top: 33.5%;
    }
    .owl-carousel-holder .owl-nav .owl-prev {
        border-top: 46px solid white;
        border-right: 18px solid white;
        border-left: 18px solid white;
        left: -17px;
    }
    .owl-carousel-holder .owl-nav .owl-next {
        border-top: 46px solid white;
        border-left: 18px solid white;
        border-right: 18px solid white;
        right: -17px;
    }

    .owl-carousel-holder .owl-nav .owl-prev:after, .owl-carousel-holder .owl-nav .owl-next:after {
        top: -32px;
    }
    .slider-title {
        top: -8px;
    }
}
@media screen and (max-width: 355px){
    .label-down:after{
        border-left: 110px solid transparent;
        border-right: 110px solid transparent;
        left: 0;
    }
}

@media screen and (max-width: 320px){
    .label-down {
        font-size: 11px;
    }
}
.owl-carousel .owl-stage-outer {
    z-index: 1;
}
.hpHeader__subText {
    padding: 0;
}  
.home-banner-block .lst {
    padding: 0 15px 13px 0;
    text-align: left;
}
.newHeaderStyle {
    text-transform: initial;
}
.hpHeader__row {

}
.hpHeader__textCol {
    width: 50%;
    position: relative;
}
.hpHeader__widgetCol {
    position: absolute;
    width: 100%;
    max-width: 570px;
    right: -100%;
    top: 0;
}
.container__hpHeader {

}
@media screen and (max-width: 768px){
    .newHeaderStyle {
        padding: 0 10px;
    }
    .hpHeader__textWrap {
        margin: 0 10px;
    }
    .hpHeader__textCol {
        width: 100%;
    }
    .hpHeader__widgetCol {
        /* DISPLAY NONE UNTIL FREE GAMES BUG IS FIXED */
        display: none;
        position: relative;
        right: 0;
    }
    .container__hpHeader {
        padding: 0 !important;
    }
    /* widget container */
    .slider-item-container {
        margin: 0;
    }
    .owl-carousel-holder {
        margin: 0 21px 13px;
    }
    .owl-item {
        padding: 16px 7px 10px;
    }
    .widgetSlider__reviewCTA:before {
        content: '';
        left: 0;    
        position: absolute;
        top: 50%;
        background-image: url("../../img/sprite.png");
        background-position: -449px -303px;
        width: 12px;
        height: 11px;
        margin-top: -6px;
    }
    .widgetSlider__reviewCTA {
        padding-left: 20px;
    }
    .slider-game-rating-stars {
        position: relative;
        top: -4px;
    }    
}
@media only screen and (min-width: 426px){
.hpHeader__subText {
    padding: 13px 0;
    margin-bottom: 10px; 
}
/*@media only screen and (min-width: 426px){
.container.show-more-wrap {
    min-height: 374px !important;
}*/
.clearfix::after{content:"";display:table;clear:both}
