/* Add here all your css styles (customizations) */
.collapse.show { background-color: #fff;}
.u-shadow-v39 {transition: box-shadow 1s;}
.u-shadow-v39:hover {box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.8);transition: box-shadow .7s;}



.img-zoom img {transform: scale(1);transition: .3s; }
.img-zoom:hover img {transform: scale(1.1);transition: .3s;}

.js-scroll-nav .active a {background-color: rgba(0,0,0,0.05) !important;}


.user-content h2 { font-weight: 800!important;}

@media (min-width: 768px) {
  /* P */
  .g-width-48x--md {
    width: 48% !important;
    /* P */
  }
}