.componentheading{
    background: -webkit-linear-gradient(0deg,#FF8B00 0%,#FEDC00 33%,#3BB647 66%,#0191E5 100%);
    line-height: 32px;
    color: #fff !important;
    margin-bottom: 0 !important;
    text-transform: uppercase;
    text-shadow: 0 1px 2px #666 !important;
    padding: 0 0 0 10px !important;
    border: none;
    border-bottom: none !important;
    font-size: 16px !important;
}
#fbExtended{
    border-top: none;
    background-color: #fff;
    position: relative;
    overflow: visible;
    padding: 0;
}
.itemBackToTop{
    margin-bottom: 20px;
    padding-top: 5px;
}
#content{
    float: none;
}
@media(max-width: 768px) {
    #main, #k2Container{
        width :90%;
    }
}