.owl-theme .owl-controls {
    /* margin-top: 10px; */
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #000000;
    color: #fff;
    text-decoration: none
}
/* Custom edit SECTION1S EDIT */
.section1s .owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #FFF;
    position: absolute;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 5px 3px;
    padding: 10% 0px;
    font-size: 34px;
    line-height: 16px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 0;
    background: #1B1F22;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5; 
    -webkit-transition: all .2s ease;  
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* START EDIT Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #444444;
    position: absolute;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 5px;
    padding: 12px 12px;
    font-size: 12px;
    line-height: 16px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 0;
    background: #FFFFFF;
    filter: Alpha(Opacity=0);/*IE7 fix*/
    opacity: 0.5;
    margin-top: -120px;
    -webkit-transition: all .2s ease; 
    border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    filter: Alpha(Opacity=0);/*IE7 fix*/
    opacity: 0;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; 
}
.owl-theme:hover .owl-controls .owl-nav [class*=owl-] {
    filter: Alpha(Opacity=60);/*IE7 fix*/
    opacity: .8; 
}
.owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    left: -50px;
}
.owl-carousel:hover .owl-controls .owl-nav .owl-next {
    position: absolute;
    left: -8px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
    position: absolute;
    right: -50px;
}
.owl-carousel:hover .owl-controls .owl-nav .owl-prev {
    position: absolute;
    right: -8px;
}
/* END EDIT Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 0 7px;
    background: #AAAAAA;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    opacity: .4;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    opacity: 1;
}
.owl-theme .owl-dots .owl-dot.active span {
    margin: 0 5px;
    margin-bottom: -1px;
    width: 7px;
    height: 7px;
    opacity: 1;
}









/* START EDIT Styling Next and Prev buttons */
.style-cate2{
    position: relative !important; 
}
.style-cate2 .owl-controls .owl-nav [class*=owl-] {
    color: #FFFFFF;
    position: absolute;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 0; 
    font-size: 18px;
    line-height: 16px; 
    background: #C40000;
    filter: Alpha(Opacity=0);/*IE7 fix*/
    opacity: 0; 
    -webkit-transition: all .2s ease; 
    border-radius: 3px;
    height: 100%;
    width: 64px;
    top: 0;
    box-sizing: border-box; /* Opera/IE 8+ */
    -webkit-box-sizing: border-box; /* Safari, Chrome et al */
    -moz-box-sizing: border-box; /* Firefox */ 
}
.style-cate2 .owl-controls .owl-nav [class*=owl-] i { 
    font-size: 28px;
    top: 50%;
    left: 50%; 
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.style-cate2 .owl-theme:hover .owl-controls .owl-nav [class*=owl-] {
    filter: Alpha(Opacity=60);/*IE7 fix*/
    opacity: .96; 
} 
.export-slide{
    background: #F3AB0F; 
    position: relative;    
    margin: 0 !important; 
    padding: 0 !important; 
}
.export-slide img{
    margin: 0 !important; 
    padding: 0 !important; 
}
.export-slide .export-title{
    text-align: center;
    font-size: 30px;  
    text-shadow: -1px 0 #FFDD66, 
        0 1px #FFDD66,
        1px 0 #FFDD66, 
        0 -1px #FFDD66,
        0 0 4px rgba(0, 0, 0, .92);
    color: #CE141D;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: rgba(254,205,14,.72);
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%; 
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-box-shadow: 5px 5px 14px 0px rgba(0,0,0,0.42);
    -moz-box-shadow: 5px 5px 14px 0px rgba(0,0,0,0.42);
    box-shadow: 5px 5px 14px 0px rgba(0,0,0,0.42);
}

@media only screen and (max-width: 780px) {
    .export-slide .export-title{
        font-size: 20px;
    }
}