.contests-slider {
    background: rgb(238,226,80); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(238,226,80,1) 0%, rgba(234,222,69,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,226,80,1)), color-stop(100%,rgba(234,222,69,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(238,226,80,1) 0%,rgba(234,222,69,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(238,226,80,1) 0%,rgba(234,222,69,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(238,226,80,1) 0%,rgba(234,222,69,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(238,226,80,1) 0%,rgba(234,222,69,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee250', endColorstr='#eade45',GradientType=0 ); /* IE6-9 */
    border-top: 4px solid #f2efc5;
    height: 84px;
    margin-top: 45px;
}
.contests-slider img.logo {
    display: none;
}
.contests-slider .center-area {
    float: left;   
    position: relative;
    top: -50px;    
    text-align: center;
}
.contests-slider .center-area .contest-button {    
    margin: -19px auto 0;
}
.contests-slider .center-area .decoration {
    background: url('../images/decoration-left.png') no-repeat;
    height: 35px;
    width: 36px;
    display: inline-block;    
    margin: 0px 12px;
}
.contests-slider .center-area .decoration.right {
    background: url('../images/decoration-right.png') no-repeat;    
}
.contests-slider .center-area a.enter-today {
    display: inline-block;
    vertical-align: top;
    background: #8a842f;
    border: 1px solid #585415;
    -webkit-box-shadow: inset 0px 0px 4px 3px rgba(0, 0, 0, 0.4);        
    box-shadow: inset 0px 0px 4px 3px rgba(0, 0, 0, 0.4);    
    padding: 5px 15px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;    
}
.contests-slider .center-area a.enter-today:hover {
    background: #A6A054;
}
.contests-slider img.ribbon {
    max-width: 619px;
    width: 100%;
}
.strider.logo {
    
}
.kre.logo {
}
.contests-slider .inner-wrapper {
    display: table;
    margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
    .contests-slider img.logo {
        float: left;
        margin-top: 22px;
        display: block;
    }
    .contests-slider img.logo.kre {
        margin-top: 5px;
    }
}
@media only screen and (max-width: 400px) {
    .contests-slider .center-area .decoration {
        display: none;
    }

}
@media only screen and (max-width: 500px) {
    .contests-slider .center-area {
        top: -15px;            
    }
    .contests-slider .center-area .contest-button {    
        margin: -3px auto 0;
    }        

}