.menu {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }

.banner-type-1 > a {
  display: block;
  overflow: hidden; }

.banner-type-1 .banner-content {
  position: unset;
  text-align: center;
  margin-top: 18px; }
  .banner-type-1 .banner-content .banner-title {
    font-size: 24px;
    padding-bottom: 12px; }

.banner-type-2 .banner-content {
  top: 65%;
  left: 0;
  width: 100%;
  padding: 0 20px;
  text-align: center; }
  .banner-type-2 .banner-content .text-1 {
    font-size: 44px;
    text-transform: uppercase;
    padding-bottom: 27px;
    letter-spacing: 2px; }
  .banner-type-2 .banner-content .text-2 {
    font-size: 18px;
    padding-bottom: 37px; }

#footer {
  text-align: center; }
  #footer .border-beside::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e5e5e5; }
  #footer .border-beside::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e5e5e5; }
  #footer .addon-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #footer .addon-title h3 {
    text-align: center;
    padding-bottom: 0; 
}
  #footer .addon-title span {
    line-height: 1.3; }
  #footer #newsletter_block_left .form-group {
    display: block; }
  #footer #newsletter_block_left #newsletter-input {
    margin-right: 0;
    margin-bottom: 20px; }
  #footer #newsletter_block_left .news_content {
    margin-top: 20px; }
  #footer .footer-social {
    margin-top: 50px;
    padding: 18px 0;
    border-top: 1px solid #e5e5e5; }
    #footer .footer-social .addon-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    #footer .footer-social .addon-title {
      padding: 0; }
    #footer .footer-social .find-us {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-bottom: 0; }
      #footer .footer-social .find-us li {
        padding: 0 10px; }
        #footer .footer-social .find-us li a {
          font-size: 14px; }
  #footer .footer-bottom {
    padding: 18px 0 11px; }
#footer .footer-bottom p {
    font-size: 12px;
    color: #858585;
    margin-bottom: 0;
}
      #footer .footer-bottom p:first-child {
        margin-bottom: 6px; }
      #footer .footer-bottom p a {
        text-decoration: underline;
        color: #858585; }
        #footer .footer-bottom p a:hover {
          color: #141414; }

@media (max-width: 767px) {
  .banner-type-2 .banner-content .text-1 {
    font-size: 25px;
    padding-bottom: 10px; }
  .banner-type-2 .banner-content .text-2 {
    font-size: 16px;
    padding-bottom: 10px; }
  .banner-type-1 {
    margin-bottom: 20px; }
    .banner-type-1 .banner-content .banner-title {
      font-size: 16px; } }

@media (max-width: 481px) {
  .banner-type-2 .banner-content .text-1 {
    font-size: 16px;
    padding-bottom: 10px; }
  .banner-type-2 .banner-content .text-2 {
    font-size: 10px;
    padding-bottom: 10px; }
  .banner-type-1 {
    margin-bottom: 20px; }
    .banner-type-1 .banner-content .banner-title {
      font-size: 16px; } }
