    .banner{ margin-top: 107px; }

    .bannercycle    { 
        float: left; 
        width: 100%; 
        height: 470px;
        z-index: 1;
        margin-bottom: 15px;
    }
    .banner01   { 
        float: left; 
        width: 100%; 
        height: 470px; 
        background-repeat: no-repeat;
        background-position: top center; 
        background-size: cover;
        cursor: default;
    }
    .pagination-benner{
        text-align: right !important;
    }
    #arrow_right{ 
        position:absolute; 
        top: 350px;
        left: 1130px;
        cursor:pointer; 
        z-index:9999; 
        background: url(/templates/images/arrow-right.png); 
        width: 17px;
        height: 74px; 
    }
    #arrow_left{ 
        position: absolute;
        top: 350px;
        left: 10px;
        cursor: pointer;
        z-index: 9999;
        background: url(/templates/images/arrow-left.png);
        width: 17px;
        height: 74px; 
    }
     .cycle-pager span    { 
        border-radius: 10px;
    }
     .cycle-pager    { 
        margin:0 auto; 
        position:relative; 
        text-align:center; 
        z-index:999; 
        top: 353px; 
        display: none
    }
    .cycle-pager span     { 
        display:inline-block; 
        width: 10px; 
        height: 10px; 
        background-color: #FFF !important;
        overflow:hidden;
        line-height:40px; 
        background: none; 
        border: 4px solid #FFF; 
        cursor:pointer; 
        margin:0 5px; 
        box-sizing:content-box; 
        box-shadow: #000 0px 0px 10px -2px; 
    }
    .cycle-pager span.cycle-pager-active     { 
        background: #DC453A !important; 
    }
    .borda-bottom-banner{
        height: 5px;
        background-color: #ED2024;
        position: relative;
    }
    .borda-bottom-banner img{
        margin-top: -17px;
        z-index: 1;
        left: 50%;
        margin-left: -558px;
        position: absolute;
    }
@media (max-width: 1100px) {
/*    #arrow_right{ 
        display: none;
    }
    #arrow_left{ 
        display: none;
    }*/
}    
@media (max-width: 1199px) {
    .banner01   { 
        float: left; 
        width: 100%; 
        height: 450px; 
        background-repeat: no-repeat;
        background-position: top center; 
        background-size: cover;
    }
    .bannercycle    { 
        float: left; 
        width: 100%; 
        height: 450px;
        z-index: 1;
    }
    #arrow_right{ 
        display: none;
    }
    #arrow_left{ 
        display: none;
    }
    .cycle-pager    { 
        top: 255px; 
    }
    .borda-bottom-banner img{
        width: 970px;
        margin-left: -485px;
        margin-top: -14px;
    }
}

@media (max-width: 991px) {
    .banner01   { 
        float: left; 
        width: 100%; 
        height: 300px; 
        background-repeat: no-repeat;
        background-position: top center; 
        background-size: cover;
    }
    .bannercycle    { 
        float: left; 
        width: 100%; 
        height: 300px;
        z-index: 1;
    }
}
@media only screen and (max-width : 768px) {
    .bannercycle {
        display: none;
    }
}


