/* Custom */

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
}

@media only screen and (max-width: 767px) {
  #header-wrap {
    background-color:#fff;
  }  
}

body #inner h1,
body #inner h2,
body #inner h3,
body #inner h4,
body #inner h5,
body #inner h6 {
  margin: inherit;
/*  padding:inherit;*/
}

@media only screen and (max-width: 480px) {
  #header-wrap {
    height: 57px;
  }
}

.slick-prev:hover, 
.slick-next:hover {
    background:transparent;
    font-size:0;
    border-radius: 4px;
}

#footer #footer-left #footer-nav .footer-col ul li {
  font-size: 1rem;
  line-height: 1.6rem;
}




