/*www.oguzhansengul.com*/
#rcbrandDemo1, #rcbrandDemo2, #rcbrandDemo3 {
    display:none;
}

.rc-rcbrand-container {
    position:relative;
    max-width:100%;
    margin-bottom: 40px;
}
.rc-rcbrand-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}    
.rc-rcbrand-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
    /* background: #ffffff;; */
    /* border:1px solid #ccc; */
    /* box-shadow: 0 .1rem 1rem #000000;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;   */
}    
.rc-rcbrand-item {
    float:left;
    margin:0px;
    padding:0px;
    /* cursor:pointer; */
    position:relative;
    line-height:0px;
}
.rc-rcbrand-item img {
    max-width: 100%;
    /* cursor: pointer; */
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}    
.rc-rcbrand-nav-left,
.rc-rcbrand-nav-right {
    font-size: 7rem;
    font-weight: 400;
    padding: 5px 1px 5px 1px;
    border-radius:50%;
    position: absolute;
    cursor: pointer;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);   
    /* background: rgb(16, 73, 97, .6); */
    color: #2B668C;
    /* box-shadow: 0 .1rem .3rem #2B668C; */
}
@media screen and (max-width: 768px){
    .rc-rcbrand-nav-left,
    .rc-rcbrand-nav-right {
        font-size: 4rem;
        font-weight: 900;
    }
}
.rc-rcbrand-nav-left {
    left: 10px;
}    
.rc-rcbrand-nav-left:before {
    content: "<"
}    
.rc-rcbrand-nav-left.disabled {
    opacity: 0.4;
}    
.rc-rcbrand-nav-right {
    right: 5px;    
}    
.rc-rcbrand-nav-right:before {
    content: ">"
}    
.rc-rcbrand-nav-right.disabled {
    opacity: 0.4;
}