.main-navigation-wrapper{
    z-index: 1;
    background: #fff;
}
.site-title{
    color: rgb(255, 255, 255);
    margin-top: 10%;
}

.menu>li{
    margin-left: 5%;
}

.menu-item-33{
    background: url("http://gorenjeapps.com/gorenje_blog/wp-content/uploads/2016/01/1.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
}

.menu-item-34{
    background: url("http://gorenjeapps.com/gorenje_blog/wp-content/uploads/2016/01/2.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
}

.menu-item-35{
    background: url("http://gorenjeapps.com/gorenje_blog/wp-content/uploads/2016/01/3.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
}

.widget-title{
font-size: 30px !important;
    margin-bottom: 15px;
}

#top{
    position: fixed;
    bottom: 15px;
    right: 35px;
    opacity: 0;
    transition-duration: 0.5s;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image: url(http://homeidealist.gorenje.ua/wp-content/uploads/2016/03/up-arrow-circle-hi.png);
    background-size: 100%;
    cursor: pointer;
}
@media screen and (max-width: 960px){
    #top{
        width: 50px;
        height: 50px;
    }
}