/*--------- CUSTOM SLIDER 1 ---------*/
.theme_slider_1 .os_images{
    border: 15px solid;
    box-sizing:border-box;
}
.theme_slider_1 .nav-control{
    background: no-repeat 0 center;
    width: 27px;
    height: 50px;
    background-size: contain;
    top:50%;
    margin-top: -25px;
}
.theme_slider_1 .nav-outside.prev {
    background-image:url('/images/editor/icon/slider/arrow_prev_outside.png');
    left:-42px;
}
.theme_slider_1 .nav-outside.next {
    background-image:url('/images/editor/icon/slider/arrow_next_outside.png');
    right:-43px;
}
.theme_slider_1 .nav-inside.prev {
    background-image:url('/images/editor/icon/slider/arrow_prev_inside.png');
}
.theme_slider_1 .nav-inside.next {
    background-image:url('/images/editor/icon/slider/arrow_next_inside.png');
}

/******** CONTROLADOR IMAGE ********/
.theme_slider_1 .os_controls.images.inside{
    bottom:0;
}
.theme_slider_1 .os_controls.outside{
    left:-15px;
    margin-top: 15px;
}
.theme_slider_1 .os_controls.images .control-image{
    border: 7px solid rgb(237, 237, 237);
    border-right-width: 9px;
    border-left-width: 9px;
    outline:0;
    box-sizing:border-box;
    height:87px !important;
    width:135px !important;
    margin-top:8px !important;
}
.theme_slider_1 .os_controls.images .control-image:not(:last-of-type){
    margin-right:10px !important;
}
/*seta controlador fora*/
.theme_slider_1 .os_controls.images.outside .control-image.selected::before{
    content: no-open-quote;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-bottom: 10px solid rgb(237, 237, 237);
    border-right: 10px solid transparent;
    z-index: auto;
    width: 0;
}

/*seta controlador dentro*/
.theme_slider_1 .os_controls.images.inside .control-image{
    margin-bottom:10px !important;
}
.theme_slider_1 .os_controls.images.inside .control-image.selected::before{
    content: no-open-quote;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-top: 10px solid rgb(237, 237, 237);
    border-right: 10px solid transparent;
    z-index: auto;
    width: 0px;
}

/******** CONTROLADOR BULLET ********/
.theme_slider_1 .os_controls.bullets.outside{
    margin-top:20px;
}
.theme_slider_1 .os_controls.bullets.inside{
    bottom:10px !important;
}
.theme_slider_1 .os_controls.bullets .control-bullet{
    background-color:rgb(221, 221, 221);
    width: 12px;
    height: 12px;
}
.theme_slider_1 .os_controls.bullets .control-bullet.selected{
    background-color:rgb(0, 0, 0);
}
.theme_slider_1 .os_controls.bullets .control-bullet:not(:last-of-type){
    margin-right:5px !important;
}
/******** CONTROLADOR NUMBER ********/
.theme_slider_1 .os_controls.numbers.outside{
    margin-top:20px;
}
.theme_slider_1 .os_controls.numbers.inside{
    bottom:10px !important;
}
.theme_slider_1 .os_controls.numbers .control-number{
    background-color:rgb(221, 221, 221);
    height: 20px;
    width: 20px;
    line-height: 18px;
    font-size: 10px !important;
}
.theme_slider_1 .os_controls.numbers .control-number.selected{
    background-color:rgb(0, 0, 0);
}
.theme_slider_1 .os_controls.numbers .control-number:not(:last-of-type){
    margin-right:5px !important;
}

/**************************************/
/*--------- CUSTOM SLIDER 1 ---------*/
.theme_slider_1 .os_images{
    border: 15px solid;
    box-sizing:border-box;
}
.theme_slider_1 .nav-control{
    background: no-repeat 0 center;
    width: 27px;
    height: 50px;
    background-size: contain;
    top:50%;
    margin-top: -25px;
}
.theme_slider_1 .nav-outside.prev {
    background-image:url('/images/editor/icon/slider/arrow_prev_outside.png');
    left:-42px;
}
.theme_slider_1 .nav-outside.next {
    background-image:url('/images/editor/icon/slider/arrow_next_outside.png');
    right:-43px;
}
.theme_slider_1 .nav-inside.prev {
    background-image:url('/images/editor/icon/slider/arrow_prev_inside.png');
}
.theme_slider_1 .nav-inside.next {
    background-image:url('/images/editor/icon/slider/arrow_next_inside.png');
}

/******** CONTROLADOR IMAGE ********/
.theme_slider_1 .os_controls.images.inside{
    bottom:0;
}
.theme_slider_1 .os_controls.outside{
    left:-15px;
    margin-top: 15px;
}
.theme_slider_1 .os_controls.images .control-image{
    border: 7px solid rgb(237, 237, 237);
    border-right-width: 9px;
    border-left-width: 9px;
    outline:0;
    box-sizing:border-box;
    height:87px !important;
    width:135px !important;
    margin-top:8px !important;
}
.theme_slider_1 .os_controls.images .control-image:not(:last-of-type){
    margin-right:10px !important;
}
/*seta controlador fora*/
.theme_slider_1 .os_controls.images.outside .control-image.selected::before{
    content: no-open-quote;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-bottom: 10px solid rgb(237, 237, 237);
    border-right: 10px solid transparent;
    z-index: auto;
    width: 0px;
}

/*seta controlador dentro*/
.theme_slider_1 .os_controls.images.inside .control-image{
    margin-bottom:10px !important;
}
.theme_slider_1 .os_controls.images.inside .control-image.selected::before{
    content: no-open-quote;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-top: 10px solid rgb(237, 237, 237);
    border-right: 10px solid transparent;
    z-index: auto;
    width: 0;
}

/******** CONTROLADOR BULLET ********/
.theme_slider_1 .os_controls.bullets.outside{
    margin-top:20px;
}
.theme_slider_1 .os_controls.bullets.inside{
    bottom:10px !important;
}
.theme_slider_1 .os_controls.bullets .control-bullet{
    background-color:rgb(221, 221, 221);
    width: 12px;
    height: 12px;
}
.theme_slider_1 .os_controls.bullets .control-bullet.selected{
    background-color:rgb(0, 0, 0);
}
.theme_slider_1 .os_controls.bullets .control-bullet:not(:last-of-type){
    margin-right:5px !important;
}
/******** CONTROLADOR NUMBER ********/
.theme_slider_1 .os_controls.numbers.outside{
    margin-top:20px;
}
.theme_slider_1 .os_controls.numbers.inside{
    bottom:10px !important;
}
.theme_slider_1 .os_controls.numbers .control-number{
    background-color:rgb(221, 221, 221);
    height: 20px;
    width: 20px;
    line-height: 18px;
    font-size: 10px !important;
}
.theme_slider_1 .os_controls.numbers .control-number.selected{
    background-color:rgb(0, 0, 0);
}
.theme_slider_1 .os_controls.numbers .control-number:not(:last-of-type){
    margin-right:5px !important;
}

/*--------- CUSTOM SLIDER 2 ---------*/
.theme_slider_2 .os_images{
    border: 8px solid white;
    border-radius:3px;
    box-sizing:border-box;
}
/******** PREV & NEXT ********/
.theme_slider_2 .nav-control{
    background: no-repeat 0 center;
    height: 40px;
    width: 45px;
    background-size: contain;
    top:50%;
    margin-top: -20px;
}
.theme_slider_2 .nav-control.prev {
    background-image:url('/images/editor/icon/slider/custom_02_arrow_prev.png');
}
.theme_slider_2 .nav-control.next {
    background-image:url('/images/editor/icon/slider/custom_02_arrow_next.png');
}
.theme_slider_2 .nav-outside.prev {
    left:-40px;
}
.theme_slider_2 .nav-outside.next {
    right:-60px;
}
.theme_slider_2 .nav-inside.prev {
    left:0px;
}
.theme_slider_2 .nav-inside.next {
    right:-20px;
}

/******** CONTROLADOR BULLET ********/
.theme_slider_2 .os_controls.bullets.outside{
    margin-top: 15px !important;
}
.theme_slider_2 .os_controls.bullets.inside{
    bottom:10px !important;
}
.theme_slider_2 .os_controls.bullets .control-bullet{
    border: 0;
    box-shadow: none;
    width: 19px !important;
    height: 19px !important;
    background-color:gray;
    border-radius:100%;
    position:relative;
}
.theme_slider_2 .os_controls.bullets .control-bullet::after{
    content: "";
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.theme_slider_2 .os_controls.bullets .control-bullet.selected{
    background-color:black;
}

/******** CONTROLADOR NUMBERS ********/
.theme_slider_2 .os_controls.numbers.outside{
    margin-top: 15px !important;
}
.theme_slider_2 .os_controls.numbers.inside{
    bottom:10px !important;
}
.theme_slider_2 .os_controls.numbers .control-number{
    background-color:rgb(221, 221, 221);
    height: 20px;
    width: 20px;
    line-height: 18px;
    font-size: 10px !important;
}
.theme_slider_2 .os_controls.numbers .control-number.selected{
    background-color:rgb(0, 0, 0);
}
.theme_slider_2 .os_controls.numbers .control-number:not(:last-of-type){
    margin-right:5px !important;
}
/******** CONTROLADOR IMAGE ********/
.theme_slider_2 .os_controls.images.outside{
    bottom:-60px;
    left: -7px;
    top:auto !important;
}
.theme_slider_2 .os_controls.images.inside{
    bottom:-20px;
}
.theme_slider_2 .os_controls.images .control-image{
    border-width:5px;
    border-style:solid;
    border-color:white;
    box-sizing:border-box;
    border-radius:3px;
    outline:0;
    height:90px !important;
    width:120px !important;
}
.theme_slider_2 .os_controls.images .control-image:not(:last-of-type){
    margin-right:10px !important;
}
.theme_slider_2 .os_controls.images.outside .control-image.selected::before{
    border:0 !important;
}
.theme_slider_2 .os_controls.images.outside .control-image.selected::before{
    border:0 !important;
}

/* THEME_SLIDER_3 */
.theme_slider_3{}

