.outer-slide {
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    overflow: hidden;
}
.outer-slide .loading {
    position: absolute; 
    top: 0px; 
    left: 0px;
    width: 100%;
    height: 100%;
    display: block; z-index: 1;
}
.outer-slide .loading .bg-loading {
    position: absolute; 
    display: block;
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%;
    background: #fff;
}
.outer-slide .loading .icon-loading {
    position: absolute; 
    display: block; 
    background: url('../images/loading.gif') no-repeat center center;
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%;
}
.outer-slide [data-u="slides"] {
    cursor: move; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    overflow: hidden;
}
.outer-slide [data-u="navigator"] {
    position: absolute; bottom: 60px; left: 10px;
}
.outer-slide [data-u="navigator"] [data-u="prototype"] {
    border: 1px solid #ffffff;
    position: absolute;
    height: 12px;
    width: 25px;
    text-align:center;
    cursor: pointer;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.outer-slide [data-u="navigator"] [data-u="prototype"].av{
    border-color: #cd2122;
}
.outer-slide [data-u="navigator"] [data-u="prototype"].av:before {
    background-color: transparent;
    content: "";
    width: 17px;
    height: 4px;
    position: absolute;
    top: 3px;
    left: 3px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.outer-slide [data-u="navigator"] [data-u="prototype"].av:before {
    background-color: #cd2122;
}
.outer-slide [data-u="arrowleft"],
.outer-slide [data-u="arrowright"] {
    display: none;
}
 #slider_row img{width:100%;}
.big-slide-title,
.large-slide-title,
.small-slide-title{
    color:#ffffff;
    background-color:transparent;
    text-decoration:none;
    text-transform:uppercase;
    font-size: 30px;
    font-weight:700;
    position: absolute;
    right: 60px;;
    top: auto; 
    width: 80%;
    bottom: 50%;
    text-align: right;
    line-height: 1;
}
.large-slide-title{
    margin-bottom: 40px; 
}
.big-slide-title{
    margin-bottom: 100px; 
}
.small-slide-title{
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    line-height: 16px;
    margin-bottom: -25px;
}
.small-slide-title *{
    margin: 0;
}
.shop_now {
    text-decoration: none;
    background: transparent;
    text-shadow: none;
    position: absolute;
    right: 60px;
    top: 50%;
    text-align: right;
    margin-top: 66px;
}
.shop_now a.slide-button{
    text-transform: uppercase;
    color: #fff;
    padding: 10px 22px;
    background: #cd2122;
}
.shop_now a.slide-button:hover{
    opacity: 0.6;
}
.field-main-slider_1 .big-slide-title,
.field-main-slider_1 .large-slide-title,
.field-main-slider_1 .small-slide-title,
.field-main-slider_1 .shop_now{
    text-align: left;
    right: auto;
    left: 60px;
    width: 100%;
}
.field-main-slider_1 .large-slide-title{
    max-width: 460px;
}
@media (max-width: 767px){
    .big-slide-title,
    .large-slide-title,
    .small-slide-title,
    .shop_now{
        text-align: center;
        width: 100%;
    }
}