
.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;
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
    background:white;
    border:1px solid #5a7f38;
    border-radius: 0.25rem;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding: 0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}

@media only screen and (max-width: 331px) {
    .nbs-flexisel-item img {
        min-width: 100%;
        max-height: 175px !important;
        cursor: pointer;
        position: relative;
    }
    .nbs-flexisel-item .onhover{
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        background-color: rgba(0, 0, 0, 0.52);
        margin: 0;
        padding: 3px;
    }
    .nbs-flexisel-item:hover .onhover{
        background-color: rgba(0, 0, 0, 0.68);
        margin: 0;
    }
    .nbs-flexisel-item .onhover p{
        color: white;
        padding: 3px;
        margin: 0;
    }

    .nbs-flexisel-item .onhover .news-name{
        font-size: 15px;
        line-height: 15px;
        font-weight: bold;
        padding: auto 2px;
    }
    .nbs-flexisel-item .onhover .news-anons{
        font-size: 13px;
        line-height: 13px;
        text-indent: 20px;
        display: none;
        transition: 1s;
        text-align: justify;
        padding: auto 5px;
    }

    .nbs-flexisel-item:hover .onhover .news-anons{
        display: block;
        /*animation: bigger 0.7s 1;*/
        transition: 3s;
    }
    /*@keyframes bigger {*/
    /*0%{*/
    /*font-size: 1px;*/
    /*}*/
    /*50%{*/
    /*font-size: 7px;*/
    /*}*/
    /*100%{*/
    /*font-size: 14px;*/
    /*}*/
    /*}*/
    .nbs-flexisel-item .onhover .view{
        font-size: 13px;
        line-height: 13px;
        padding:5px;
    }

    .nbs-flexisel-item .onhover a{
        text-decoration: none;
        color: white;
    }
    .nbs-flexisel-item .onhover a:hover{
        text-decoration: none;
        color: orange;
    }
}

@media only screen and (min-width: 331px) and (max-width: 428px) {
    .nbs-flexisel-item img {
        min-width: 100%;
        max-height: 175px !important;
        cursor: pointer;
        position: relative;
    }
    .nbs-flexisel-item .onhover{
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        background-color: rgba(0, 0, 0, 0.52);
        margin: 0;
        padding: 3px;
    }
    .nbs-flexisel-item:hover .onhover{
        background-color: rgba(0, 0, 0, 0.68);
        margin: 0;
    }
    .nbs-flexisel-item .onhover p{
        color: white;
        padding: 3px;
        margin: 0;
    }

    .nbs-flexisel-item .onhover .news-name{
        font-size: 15px;
        line-height: 15px;
        font-weight: bold;
        padding: auto 2px;
    }
    .nbs-flexisel-item .onhover .news-anons{
        font-size: 13px;
        line-height: 13px;
        text-indent: 20px;
        display: none;
        transition: 1s;
        text-align: justify;
        padding: auto 5px;
    }

    .nbs-flexisel-item:hover .onhover .news-anons{
        display: block;
        /*animation: bigger 0.7s 1;*/
        transition: 3s;
    }
    /*@keyframes bigger {*/
    /*0%{*/
    /*font-size: 1px;*/
    /*}*/
    /*50%{*/
    /*font-size: 7px;*/
    /*}*/
    /*100%{*/
    /*font-size: 14px;*/
    /*}*/
    /*}*/
    .nbs-flexisel-item .onhover .view{
        font-size: 13px;
        line-height: 13px;
        padding:5px;
    }

    .nbs-flexisel-item .onhover a{
        text-decoration: none;
        color: white;
    }
    .nbs-flexisel-item .onhover a:hover{
        text-decoration: none;
        color: orange;
    }
}

@media only screen and (min-width: 428px) and (max-width: 488px) {
    .nbs-flexisel-item img {
        min-width: 100%;
        max-height: 175px !important;
        cursor: pointer;
        position: relative;
    }
    .nbs-flexisel-item .onhover{
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        background-color: rgba(0, 0, 0, 0.52);
        margin: 0;
        padding: 3px;
    }
    .nbs-flexisel-item:hover .onhover{
        background-color: rgba(0, 0, 0, 0.68);
        margin: 0;
    }
    .nbs-flexisel-item .onhover p{
        color: white;
        padding: 3px;
        margin: 0;
    }

    .nbs-flexisel-item .onhover .news-name{
        font-size: 15px;
        line-height: 15px;
        font-weight: bold;
        padding: auto 2px;
    }
    .nbs-flexisel-item .onhover .news-anons{
        font-size: 13px;
        line-height: 13px;
        text-indent: 20px;
        display: none;
        transition: 1s;
        text-align: justify;
        padding: auto 5px;
    }

    .nbs-flexisel-item:hover .onhover .news-anons{
        display: block;
        /*animation: bigger 0.7s 1;*/
        transition: 3s;
    }
    /*@keyframes bigger {*/
    /*0%{*/
    /*font-size: 1px;*/
    /*}*/
    /*50%{*/
    /*font-size: 7px;*/
    /*}*/
    /*100%{*/
    /*font-size: 14px;*/
    /*}*/
    /*}*/
    .nbs-flexisel-item .onhover .view{
        font-size: 13px;
        line-height: 13px;
        padding:5px;
    }

    .nbs-flexisel-item .onhover a{
        text-decoration: none;
        color: white;
    }
    .nbs-flexisel-item .onhover a:hover{
        text-decoration: none;
        color: orange;
    }
}

@media only screen and (min-width: 488px) and (max-width: 581px) {
    .nbs-flexisel-item img {
        min-width: 100%;
        max-height: 135px !important;
        cursor: pointer;
        position: relative;
    }
    .nbs-flexisel-item .onhover{
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        background-color: rgba(0, 0, 0, 0.52);
        margin: 0;
        padding: 3px;
    }
    .nbs-flexisel-item:hover .onhover{
        background-color: rgba(0, 0, 0, 0.68);
        margin: 0;
    }
    .nbs-flexisel-item .onhover p{
        color: white;
        padding: 3px;
        margin: 0;
    }

    .nbs-flexisel-item .onhover .news-name{
        font-size: 13px;
        line-height: 13px;
        font-weight: bold;
        padding: auto 2px;
    }
    .nbs-flexisel-item .onhover .news-anons{
        font-size: 11px;
        line-height: 11px;
        text-indent: 20px;
        display: none;
        transition: 1s;
        text-align: justify;
        padding: auto 5px;
    }

    .nbs-flexisel-item:hover .onhover .news-anons{
        display: block;
        /*animation: bigger 0.7s 1;*/
        transition: 3s;
    }
    /*@keyframes bigger {*/
    /*0%{*/
    /*font-size: 1px;*/
    /*}*/
    /*50%{*/
    /*font-size: 7px;*/
    /*}*/
    /*100%{*/
    /*font-size: 14px;*/
    /*}*/
    /*}*/
    .nbs-flexisel-item .onhover .view{
        font-size: 11px;
        line-height: 11px;
        padding:5px;
    }

    .nbs-flexisel-item .onhover a{
        text-decoration: none;
        color: white;
    }
    .nbs-flexisel-item .onhover a:hover{
        text-decoration: none;
        color: orange;
    }
}

@media only screen and (min-width: 581px) and (max-width: 767.98px) {
    .nbs-flexisel-item img {
        min-width: 100%;
        max-height: 158px !important;
        cursor: pointer;
        position: relative;
    }
    .nbs-flexisel-item .onhover{
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        background-color: rgba(0, 0, 0, 0.52);
        margin: 0;
        padding: 3px;
    }
    .nbs-flexisel-item:hover .onhover{
        background-color: rgba(0, 0, 0, 0.68);
        margin: 0;
    }
    .nbs-flexisel-item .onhover p{
        color: white;
        padding: 3px;
        margin: 0;
    }

    .nbs-flexisel-item .onhover .news-name{
        font-size: 14px;
        line-height: 14px;
        font-weight: bold;
        padding: auto 2px;
    }
    .nbs-flexisel-item .onhover .news-anons{
        font-size: 12px;
        line-height: 12px;
        text-indent: 20px;
        display: none;
        transition: 1s;
        text-align: justify;
        padding: auto 5px;
    }

    .nbs-flexisel-item:hover .onhover .news-anons{
        display: block;
        /*animation: bigger 0.7s 1;*/
        transition: 3s;
    }
    /*@keyframes bigger {*/
    /*0%{*/
    /*font-size: 1px;*/
    /*}*/
    /*50%{*/
    /*font-size: 7px;*/
    /*}*/
    /*100%{*/
    /*font-size: 14px;*/
    /*}*/
    /*}*/
    .nbs-flexisel-item .onhover .view{
        font-size: 12px;
        line-height: 12px;
        padding:5px;
    }

    .nbs-flexisel-item .onhover a{
        text-decoration: none;
        color: white;
    }
    .nbs-flexisel-item .onhover a:hover{
        text-decoration: none;
        color: orange;
    }
}

@media only screen and (min-width: 768px) and (max-width: 859.98px) {
    .nbs-flexisel-item img {
        min-width: 100%;
        max-height: 148px !important;
        cursor: pointer;
        position: relative;
    }
    .nbs-flexisel-item .onhover{
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        background-color: rgba(0, 0, 0, 0.52);
        margin: 0;
        padding: 3px;
    }
    .nbs-flexisel-item:hover .onhover{
        background-color: rgba(0, 0, 0, 0.68);
        margin: 0;
    }
    .nbs-flexisel-item .onhover p{
        color: white;
        padding: 3px;
        margin: 0;
    }

    .nbs-flexisel-item .onhover .news-name{
        font-size: 14px;
        line-height: 14px;
        font-weight: bold;
        padding: auto 2px;
    }
    .nbs-flexisel-item .onhover .news-anons{
        font-size: 12px;
        line-height: 12px;
        text-indent: 20px;
        display: none;
        transition: 1s;
        text-align: justify;
        padding: auto 5px;
    }

    .nbs-flexisel-item:hover .onhover .news-anons{
        display: block;
        /*animation: bigger 0.7s 1;*/
        transition: 3s;
    }
    /*@keyframes bigger {*/
    /*0%{*/
    /*font-size: 1px;*/
    /*}*/
    /*50%{*/
    /*font-size: 7px;*/
    /*}*/
    /*100%{*/
    /*font-size: 14px;*/
    /*}*/
    /*}*/
    .nbs-flexisel-item .onhover .view{
        font-size: 12px;
        line-height: 12px;
        padding:5px;
    }

    .nbs-flexisel-item .onhover a{
        text-decoration: none;
        color: white;
    }
    .nbs-flexisel-item .onhover a:hover{
        text-decoration: none;
        color: orange;
    }
}

@media only screen and (min-width: 860px) and (max-width: 991.98px) {
    .nbs-flexisel-item img {
        min-width: 100%;
        max-height: 165px !important;
        cursor: pointer;
        position: relative;
    }
    .nbs-flexisel-item .onhover{
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        background-color: rgba(0, 0, 0, 0.52);
        margin: 0;
        padding: 3px;
    }
    .nbs-flexisel-item:hover .onhover{
        background-color: rgba(0, 0, 0, 0.68);
        margin: 0;
    }
    .nbs-flexisel-item .onhover p{
        color: white;
        padding: 3px;
        margin: 0;
    }

    .nbs-flexisel-item .onhover .news-name{
        font-size: 15px;
        line-height: 15px;
        font-weight: bold;
        padding: auto 2px;
    }
    .nbs-flexisel-item .onhover .news-anons{
        font-size: 13px;
        line-height: 13px;
        text-indent: 20px;
        display: none;
        transition: 1s;
        text-align: justify;
        padding: auto 5px;
    }

    .nbs-flexisel-item:hover .onhover .news-anons{
        display: block;
        /*animation: bigger 0.7s 1;*/
        transition: 3s;
    }
    /*@keyframes bigger {*/
        /*0%{*/
            /*font-size: 1px;*/
        /*}*/
        /*50%{*/
            /*font-size: 7px;*/
        /*}*/
        /*100%{*/
            /*font-size: 14px;*/
        /*}*/
    /*}*/
    .nbs-flexisel-item .onhover .view{
        font-size: 13px;
        line-height: 13px;
        padding:5px;
    }

    .nbs-flexisel-item .onhover a{
        text-decoration: none;
        color: white;
    }
    .nbs-flexisel-item .onhover a:hover{
        text-decoration: none;
        color: orange;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1179.98px) {
    .nbs-flexisel-item img {
        min-width: 100%;
        max-height: 150px !important;
        cursor: pointer;
        position: relative;
    }
    .nbs-flexisel-item .onhover{
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        background-color: rgba(0, 0, 0, 0.52);
        margin: 0;
        padding: 3px;
    }
    .nbs-flexisel-item:hover .onhover{
        background-color: rgba(0, 0, 0, 0.68);
        margin: 0;
    }
    .nbs-flexisel-item .onhover p{
        color: white;
        padding: 3px;
        margin: 0;
    }

    .nbs-flexisel-item .onhover .news-name{
        font-size: 14px;
        line-height: 14px;
        font-weight: bold;
        padding: auto 2px;
    }
    .nbs-flexisel-item .onhover .news-anons{
        font-size: 12px;
        line-height: 12px;
        text-indent: 20px;
        display: none;
        transition: 1s;
        text-align: justify;
        padding: auto 5px;
    }

    .nbs-flexisel-item:hover .onhover .news-anons{
        display: inline-block;
        transition: 3s;
    }
    .nbs-flexisel-item .onhover .view{
        font-size: 12px;
        line-height: 12px;
        padding:5px;
    }

    .nbs-flexisel-item .onhover a{
        text-decoration: none;
        color: white;
    }
    .nbs-flexisel-item .onhover a:hover{
        text-decoration: none;
        color: orange;
    }
}

@media only screen and (min-width: 1180px) and (max-width: 1295.98px) {
    .nbs-flexisel-item img {
        min-width: 100%;
        max-height: 180px !important;
        cursor: pointer;
        position: relative;
    }
    .nbs-flexisel-item .onhover{
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        background-color: rgba(0, 0, 0, 0.52);
        margin: 0;
        padding: 3px;
    }
    .nbs-flexisel-item:hover .onhover{
        background-color: rgba(0, 0, 0, 0.68);
        margin: 0;
    }
    .nbs-flexisel-item .onhover p{
        color: white;
        padding: 3px;
        margin: 0;
    }

    .nbs-flexisel-item .onhover .news-name{
        font-size: 17px;
        line-height: 17px;
        font-weight: bold;
        padding: auto 2px;
    }
    .nbs-flexisel-item .onhover .news-anons{
        font-size: 15px;
        line-height: 15px;
        text-indent: 25px;
        display: none;
        transition: 1s;
        text-align: justify;
        padding: auto 5px;
    }

    .nbs-flexisel-item:hover .onhover .news-anons{
        display: inline-block;
        transition: 3s;
    }
    .nbs-flexisel-item .onhover .view{
        font-size: 15px;
        line-height: 15px;
        padding:5px;
    }

    .nbs-flexisel-item .onhover a{
        text-decoration: none;
        color: white;
    }
    .nbs-flexisel-item .onhover a:hover{
        text-decoration: none;
        color: orange;
    }
}

@media only screen and (min-width: 1296px) {
    .nbs-flexisel-item img {
        min-width: 100%;
        max-height: 224px;
        cursor: pointer;
        position: relative;
    }
    .nbs-flexisel-item .onhover{
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        background-color: rgba(0, 0, 0, 0.52);
        margin: 0;
        padding: 3px;
    }
    .nbs-flexisel-item:hover .onhover{
        background-color: rgba(0, 0, 0, 0.68);
        margin: 0;
    }
    .nbs-flexisel-item .onhover p{
        color: white;
        padding: 3px;
        margin: 0;
    }

    .nbs-flexisel-item .onhover .news-name{
        font-size: 17px;
        line-height: 17px;
        font-weight: bold;
        padding: auto 2px;
    }
    .nbs-flexisel-item .onhover .news-anons{
        font-size: 15px;
        line-height: 15px;
        text-indent: 25px;
        display: none;
        transition: 1s;
        text-align: justify;
        padding: auto 5px;
    }

    .nbs-flexisel-item:hover .onhover .news-anons{
        display: block;
        /*animation: bigger 0.7s 1;*/
        transition: 3s;
    }
    /*@keyframes bigger {*/
        /*0%{*/
            /*font-size: 5px;*/
        /*}*/
        /*100%{*/
            /*font-size: 15px;*/
        /*}*/
    /*}*/
    .nbs-flexisel-item .onhover .view{
        font-size: 15px;
        line-height: 15px;
        padding:5px;
    }

    .nbs-flexisel-item .onhover a{
        text-decoration: none;
        color: white;
    }
    .nbs-flexisel-item .onhover a:hover{
        text-decoration: none;
        color: orange;
    }
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:3px 10px;
    border-radius:100%;
    -moz-border-radius:100%;
    -webkit-border-radius:100%;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(17, 133, 15, 0.56);
    color: #fff;
}

.nbs-flexisel-nav-left {
    left: 10px;
}

.nbs-flexisel-nav-left:before {
    content: "<";
    font-weight: bold;
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 5px;
}

.nbs-flexisel-nav-right:before {
    content: ">";
    font-weight: bold;
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}