#header-top {
    background: #697884 none repeat scroll 0 0;
    color: #fff;
    margin-bottom: 15px;
}

.same-title .widget-title {
    background: #e11226!important;
    border-bottom: medium none;
    border-radius: 10px 0 0;
    -moz-box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.2) inset;
    color: #fff !important;
    display: inline-block;
    padding: 13px 27px;
    margin-bottom: 22px;
}

.post-title {
    background: #df1226!important;
    border-radius: 13px 0 0;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 47px;
    padding: 8px 23px;
    text-transform: capitalize;
  -webkit-box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.2) inset; }

.sidebar .widget .title {
    background: #e11226!important;
    border-bottom: medium none;
    border-radius: 10px 0 0;
    box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.2) inset;
    color: #fff;
    padding: 12px 18px;
    margin-bottom: 22px;
    
}



.buttons-home {width:200px;height:50px;padding:10px;float:left;margin-right:10px;background: #e11226;text-align: center;color: #fff;font-size: 15px;line-height: 31px; font-weight:bold;}



.buttons-main { margin-top: -123px;
position: absolute;
z-index:9999;
      background: rgba(0, 0, 0, 0.59) none repeat scroll 0 0;
    border-top: 5px solid #DB1226;
    padding: 13px 0 19px;
    padding-left: 19px
}


/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-width : 100px) and (max-width : 580px) {

.buttons-home {
    width: 100%;
    height: 50px;
    padding: 10px;
    float: left;
    margin-right: 10px;
    background: #e11226;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 31px;
    font-weight: bold;
    margin-bottom: 9px;
}

  .buttons-main { margin-top:0px;
position: static!important;
z-index:9999;
}
  

}