.mysony-adj .banner-container{
	margin-top:25px;
}
.mysony-adj .banner-container .banner-header{
	font-size:12px;
	font-weight:bold;
}
.mysony-adj .banner-container .banner-item{
	float:left;
	width:32%;
	margin-left:2%;
}

.mysony-adj .banner-container [class*="banner-item"]:first-child{
	margin-left:0;
}

.mysony-adj .banner-container .banner-row{
	padding:5px 0;
}

@media (min-width: 75em) {
}

@media (min-width: 64em) and (max-width: 74.9375em) {
}

@media (min-width: 35.5em) and (max-width: 63.9375em) {
}

@media (min-width: 30em) and (max-width: 35.4375em) {
	.mysony-adj .banner-container .banner-item{
		float:none;
		width:100%;
		margin-left:0;
		margin:5px 0;
	}
}

@media (max-width: 30em) {
	.mysony-adj .banner-container .banner-item{
		float:none;
		width:100%;
		margin-left:0;
		margin:5px 0;
	}
}
.mysony-adj .slide-wrap .st-grid{
	opacity:0;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	/*-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	display: none;*/
}
.mysony-adj .slide-wrap .st-grid.active{
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity:1;		
}
.mysony-adj .banner-item-slide-wrap .st-item article{
	padding:0 15px 0 0;

}
.mysony-adj .non-scroll .banner-item-slide-wrap .st-container .owl-item:last-child .st-item.span4{
	margin-right: 0;
}
@media (min-width: 1199px){
	.mysony-adj .non-scroll.container.earn-points{
		padding: 0 0px 0 25px;
	}
	.mysony-adj .non-scroll.container.earn-points .owl-stage-outer{
		padding-left: 0!important;

	}
}
@media (min-width: 980px){
	.mysony-adj .container.slide-outter-wrap {
		width: 100%;
		padding:0 15px;
	}
	.mysony-adj .container.slide-outter-wrap.scroll{
    	max-width: none;
    	padding:0;
	}
	.mysony-adj .banner-item-slide-wrap .st-container .st-item.span4{
		width: 32%;
    	margin-right: 2%;
    	margin-bottom: 0;
    	margin-left: 0;
	}

}
@media (min-width: 75em){
	.mysony-adj .container.earn-points{

	}
	.mysony-adj .container.slide-outter-wrap.scroll{
    	max-width: none;
    	padding:0;
	}
	.mysony-adj .slide-wrap .owl-stage-outer{
		padding:0;
	}	
	.mysony-adj .banner-item-slide-wrap .st-container .st-item.span4{
		width: 32%;
    	margin-right: 2%;
    	margin-bottom: 0;
    	margin-left: 0;
	}
	.mysony-adj .non-scroll .banner-item-slide-wrap .owl-item:last-child .st-item.span4{
		margin-right: 0;
	}
}
.mysony-adj .owl-nav button{
    border: 0px;
    background-color: transparent;
}
.mysony-adj .owl-nav button:focus{
	outline: none;
}
.mysony-adj .owl-nav{
	width: 100%;
	height: 20px;
	padding: 0 15px;
	box-sizing:border-box;
	position: relative;
	margin-top: 10px;
	margin-bottom: 0px;	
}
.mysony-adj .owl-nav button{
	text-indent: -9999999999px;
	position: relative;
	width: 40px;
	height:20px;
	padding:0;
    background-position: center center;
    background-repeat: no-repeat;
	background-size:auto 16px;
	-moz-background-size:auto 16px;
	-webkit-background-size:auto 16px;
	-o-background-size:auto 16px;
	-ms-background-size:auto 16px;    
}

.mysony-adj .hide-nav .owl-dots,
.mysony-adj .hide-nav .owl-nav,
.mysony-adj .owl-dots.disabled,
.mysony-adj .owl-nav.disabled {
    display: none
}
.mysony-adj .owl-nav button.disabled{
    display: none	
}
.mysony-adj .owl-nav button:hover{
	cursor: pointer;
}
.mysony-adj .owl-nav button.owl-prev{
	float: left;
    background-position: left center;	
    background-image: url(../img/banner/arrow_prev.png);
}
.mysony-adj .owl-nav button.owl-next{
	float: right;
    background-position: right center;	
    background-image: url(../img/banner/arrow_next.png);
}
@media (min-width: 75em){
	.mysony-adj .owl-nav{
	    max-width: 1190px;
	    margin-right: auto;
	    margin-left: auto;
	    padding:0 25px;
	}
}