
body {background:#fff;font-family:Arial, sans-serif;}

p {margin-bottom:20px;}
.clearout {height:20px;clear:both;}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {display:none;}
.nbs-flexisel-container {position:relative;max-width:100%;}
.nbs-flexisel-ul {position:relative;width:99999px;margin:0px;padding:0px;list-style-type:none;text-align:center;}
.sponser_wrap {border: 1px solid #edebeb; padding: 26px 0; width: 100%;}
.nbs-flexisel-item a {float: left;  font-size: 20px;font-weight: 500; text-transform: uppercase;width: 100%;color: #000;padding: 14px 0;}
.nbs-flexisel-inner {position: relative;overflow: hidden;float:left;width:100%;margin: 0px 0 16px;}
.sponsor_sec.gadgetStyleNone .gadgetStyleTitle h4 {float: left;font-size: 35px;font-weight: 600;margin: 28px 0 40px;padding: 0;text-align: center;text-transform: uppercase;position: relative;width: 100%;}
.sponsor_sec.gadgetStyleNone .gadgetStyleTitle h4::after {background: rgba(0, 0, 0, 0) url("/Resources/Pictures/heading-line.png") no-repeat scroll 0 0;content: "";display: block;height: 6px;left: 0;margin: 0 auto;position: absolute;right: 0;text-align: center;top: 60px;width: 100px;}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {display: none;}
.nbs-flexisel-item {float:left;margin:0px;padding:0px;cursor:pointer;position:relative;}
.nbs-flexisel-item .sponser_wrap {
    border: 1px solid #edebeb;
    float: left;
    margin: 0 auto 10px !important;
    padding: 20px 0 !important;
    width: 94%!important;
    background: #444445;
}
.nbs-flexisel-inner h1:after {
    content: "";
    background-image: url(/resources/Pictures/sponser.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    margin: 30px auto;
    background-color: #c10013;
    padding: 10px;
    border-radius: 50px;position: relative;
    background-position: center;
}
.nbs-flexisel-inner h1:before {
    content: "";
    display: block;
    border: 0.1px solid #e3e3e3;
    width: 724px;
    margin: 0px auto;
    position: relative;
    left: auto;
    right: auto;
    top: 80px;
}
.nbs-flexisel-inner h1 {
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: normal;
    color: #444445;
    margin: 50px 0 0;
}
.nbs-flexisel-item img {max-width: 83%;cursor: pointer;position: relative;margin-top: 10px;margin-bottom: 10px;}

/** Navigation **/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {padding:5px 10px;border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;position: absolute;cursor: pointer;z-index: 4;top:40%;background: rgba(0,0,0,0.5);color: #fff;}
.nbs-flexisel-nav-left {left: 10px;}
.nbs-flexisel-nav-left:before {content: "<"}
.nbs-flexisel-nav-left.disabled {opacity: 0.4;}
.nbs-flexisel-nav-right {right: 5px;}
.nbs-flexisel-nav-right:before {content: ">"}
.nbs-flexisel-nav-right.disabled {opacity: 0.4;}


@media only screen and (max-width: 480px) {
.nbs-flexisel-item .sponser_wrap {width: 100%!important;}
.nbs-flexisel-inner h1 {font-size: 24px;}
}


@media only screen and (max-width: 451px) {
.nbs-flexisel-inner h1:before {top: 110px;}

}