/*www.oguzhansengul.com*/
    #rcbrandDemo1, #rcbrandDemo2, #rcbrandDemo3 {
    display:none;
    }
    
    .rc-rcbrand-container {
        position:relative;
        max-width:1000%;
        margin-bottom: 20px;
        height:auto;
        max-height:25em;
    }
    .rc-rcbrand-ul {
        position:relative;
        width:1000%;
        margin:0px;
        padding:0px;
        list-style-type:none;   
        text-align:center;  
        overflow: auto;
    }
    .rc-rcbrand-inner {
        position: relative;
        overflow: hidden;
        text-align:center;
        width:94%;
        border-radius:5px;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        margin-left:3%;
    }
    
    .rc-rcbrand-item {
        float:left;
        margin:0px;
        padding:0px;
        cursor:pointer;
        position:relative;
        line-height:0px;
        
    }
    .rc-rcbrand-item img {
        width: 100%;
        cursor: pointer;
        position: relative;
    }
    
    .rc-rcbrand-nav-left,
    .rc-rcbrand-nav-right {
        position: absolute;
        cursor: pointer;
        z-index: 400000;
        top: 45%;
        transform: translateY(-40%);   
        color: #fff;
        font-size:2.5em;
        
    }
    
    .rc-rcbrand-nav-left {
        left: -0.1%;
    }
    
    .rc-rcbrand-nav-left:before {
        content: "<";
        font-family:obvia-medium, arial, sans-serif;
    }
    
    .rc-rcbrand-nav-left.disabled {
        opacity: 1;
    }
    
    .rc-rcbrand-nav-right {
        right: -0.1%;    
    }
    
    .rc-rcbrand-nav-right:before {
        content: ">";
        font-family:obvia-medium, arial, sans-serif;
    }
    
    .rc-rcbrand-nav-right.disabled {
        opacity: 0.4;
    }
    
    
    
/* BIG SMARTPHONES */
@media (max-width:950px){
        .rc-rcbrand-container {
        height:auto;
        max-height:20em;
    }
    .rc-rcbrand-nav-left,
    .rc-rcbrand-nav-right {
        position: absolute;
        cursor: pointer;
        z-index: 400000;
        top: 25%;
        transform: translateY(-40%);   
        color: #fff;
        font-size:2.5em;
        
    }
    
}

/* BIG SMARTPHONES */
@media (max-width:550px){

	.item_actu2{
		width:60%;
				margin:0 1%;
	}
       .rc-rcbrand-container {
        height:auto;
        max-height:15em;
    }
      .rc-rcbrand-container {
        position:relative;
        max-width:5000%;
        margin-bottom: 20px;
        height:auto;
        max-height:25em;
    }
    .rc-rcbrand-ul {
        position:relative;
        width:5000%;
        margin:0px;
        padding:0px;
        list-style-type:none;   
        text-align:center;  
        overflow: auto;
    }
    .rc-rcbrand-nav-left,
    .rc-rcbrand-nav-right {
        position: absolute;
        cursor: pointer;
        z-index: 400000;
        top: 30%;
        transform: translateY(-40%);   
        color: #fff;
        font-size:2.5em;
        
    }

 }