/* line 2, ../sass/_header.scss */
#header img.img_logo {
  width: auto;
  height: 32px;
}
@media screen and (max-width: 767px) {
  /* line 5, ../sass/_header.scss */
  #header img.img_logo.-d {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  /* line 5, ../sass/_header.scss */
  #header img.img_logo.-d {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  /* line 13, ../sass/_header.scss */
  #header img.img_logo.-m {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  /* line 13, ../sass/_header.scss */
  #header img.img_logo.-m {
    display: none;
  }
}
/* line 22, ../sass/_header.scss */
#header ul.custom_dropdown_menu {
  left: auto;
  right: 0;
}

/* line 2, ../sass/_footer.scss */
div.custom_footer_container footer.custom_footer {
  background-color: white;
  padding-top: 40px;
  padding-bottom: 31px;
}
/* line 6, ../sass/_footer.scss */
div.custom_footer_container footer.custom_footer ul.social_list {
  margin: 0;
  padding: 0;
  line-height: 1;
}
/* line 10, ../sass/_footer.scss */
div.custom_footer_container footer.custom_footer ul.social_list > li {
  margin: 0 10px 0 0;
  padding: 0;
  display: inline-block;
  list-style: none;
  line-height: 1;
  font-size: 0;
}
/* line 17, ../sass/_footer.scss */
div.custom_footer_container footer.custom_footer ul.social_list > li:last-child {
  margin: 0;
}
/* line 20, ../sass/_footer.scss */
div.custom_footer_container footer.custom_footer ul.social_list > li > a {
  display: inline-block;
}
/* line 22, ../sass/_footer.scss */
div.custom_footer_container footer.custom_footer ul.social_list > li > a > img {
  width: 26px;
}
/* line 28, ../sass/_footer.scss */
div.custom_footer_container footer.custom_footer p.copy-right {
  color: black;
  margin-top: 24px;
}
/* line 28, ../sass/_footer.scss */
div.custom_footer_container footer.custom_footer p.connect-address {
    color: black;
    margin-top: 24px;
    margin-bottom: 0px;
}
/* line 28, ../sass/_footer.scss */
div.custom_footer_container footer.custom_footer p.connect-us {
  color: black;
    margin-bottom: 0px;
}
