#home-banner, #home-banner img { width: 100%; }
#home-category { background: rgb(236, 236, 236); padding: 30px; }
#home-category .item { box-shadow: 0 3px 6px -4px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23); padding: 15px; margin-top: 15px; background: #fff; }
#home-category .item .icon img { margin: 0 auto; transform: scale(0.9); transition: transform .2s; }
#home-category .item:hover .icon img { transform: scale(1); }
#home-category .item h4 { text-align: center; margin-top: 20px; }
#home-step { background-color: rgba(0, 0, 0, 0.92); padding: 100px 0; color: #f1f1f1; }
#home-step .row > div { padding: 0 30px 30px; }
#home-step-content h1 { font-size: 2.4em; }
#home-step-content > div { padding: 20px 0; }
#home-step-content p { font-size: 1em; }
#home-step-content .btn-lg { margin-top: 40px; }
#news-list { padding: 0 0 30px 0; }
#news-list h2 { display: block; background: url('../images/home/news.png') center bottom no-repeat; background-size: contain; width: 130px; }
#news-list .item img { transform: scale(1); transition: transform ease-in-out .2s; }
#news-list .item:hover img { transform: scale(1.02); }

.show-on-home { display: block; }
/*.nav > li > a, .nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus, .nav > li > div { color: rgba(255,255,255,0.8); }*/

@media (min-width: 992px) {
    #news-list .item { height: 370px; overflow: hidden; }
    #news-list .item .img-holder { height: 260px; overflow: hidden; }
    #news-list .item .brief { height: 50px; overflow: hidden; }
}