@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg) translateZ(0);
    transform: rotate(360deg) translateZ(0); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg) translateZ(0);
    transform: rotate(360deg) translateZ(0); } }

.cover {
  background-size: cover !important;
  background-position: center; }

#looking .section-box {
  padding-top: 30px !important;
  padding-bottom: 0 !important; }
  #looking .section-box .item .icon {
    display: block;
    margin: 10px auto 0 auto; }
    #looking .section-box .item .icon svg {
      width: auto;
      height: 70px; }
      #looking .section-box .item .icon svg path {
        fill: #000000; }
  #looking .section-box .item p.title {
    margin-top: 25px;
    padding: 0 20px;
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    line-height: 1.1;
    font-family: Geo, sans-serif;
    letter-spacing: normal; }
    #looking .section-box .item p.title:after {
      display: block;
      content: "";
      width: 25%;
      height: 2px;
      background: #e51837;
      margin: 15px auto; }
  #looking .section-box .item .desc-wrp {
    text-align: center;
    font-size: 15px; }
  #looking .section-box .item .ct-list li {
    font-size: 15px; }

#map .section-box {
  padding-bottom: 20px !important; }
  #map .section-box .section-content {
    float: left;
    width: 100%;
    overflow: visible !important; }

#map .acf-map {
  display: block;
  width: 100%; }

#lines-header header.section-title {
  margin-bottom: 0 !important; }
  #lines-header header.section-title h1 {
    color: white !important; }

#lines-products .section-box {
  padding-top: 30px !important; }
  @media (max-width: 599px) {
    #lines-products .section-box .column-item {
      padding: 0; } }
  #lines-products .section-box .column-item header.column-title {
    margin-bottom: 20px; }
    #lines-products .section-box .column-item header.column-title h3 {
      display: block;
      margin: 0;
      font-size: 26px;
      color: #000000;
      font-weight: 600;
      line-height: 1;
      font-family: Geo, sans-serif; }
    #lines-products .section-box .column-item header.column-title:after {
      display: block;
      content: "";
      margin-top: 20px;
      width: 120px;
      height: 2px;
      background: #e51837; }
  #lines-products .section-box .column-item p {
    display: block;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
    font-family: "Roboto", sans-serif; }
  #lines-products .section-box .product-lines {
    margin-top: 50px; }
    #lines-products .section-box .product-lines .product-item {
      padding: 25px; }
      #lines-products .section-box .product-lines .product-item:nth-child(2n + 3) {
        clear: both; }
      #lines-products .section-box .product-lines .product-item .product-content {
        border: 1px solid #e51837;
        padding: 30px;
        max-width: 500px;
        margin: 0 auto;
        text-align: center; }
        #lines-products .section-box .product-lines .product-item .product-content figure img {
          display: block;
          margin: 0 auto 20px auto;
          height: 100px; }
        #lines-products .section-box .product-lines .product-item .product-content header h3 {
          display: block;
          margin: 0;
          font-size: 26px;
          color: #000000;
          font-weight: 600;
          line-height: 1;
          font-family: Geo, sans-serif; }
        #lines-products .section-box .product-lines .product-item .product-content header:after {
          display: block;
          content: "";
          margin: 20px auto;
          width: 120px;
          height: 2px;
          background: #e51837; }
        #lines-products .section-box .product-lines .product-item .product-content .own-btn {
          margin-top: 25px; }

#inspiration .section-box {
  padding: 50px 0 25px 0 !important; }
