/**
 * Foundation for Sites by ZURB
 * Version 6.4.4-rc1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
.gray {
  color: #868686; }

.orange {
  color: #ea5413; }

.bread-divide-space {
  height: 120px;
  clear: both;
  width: 100%; }
  @media screen and (max-width: 63.9375em) {
    .bread-divide-space {
      height: 70px;
      clear: both; } }

.divide-space-30 {
  height: 30px;
  clear: both;
  width: 100%; }
  @media screen and (max-width: 63.9375em) {
    .divide-space-30 {
      height: 20px;
      clear: both; } }

.divide-space-50 {
  height: 50px;
  clear: both;
  width: 100%; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .divide-space-50 {
      height: 40px;
      clear: both; } }
  @media screen and (max-width: 39.9375em) {
    .divide-space-50 {
      height: 30px;
      clear: both; } }

.divide-space-80 {
  height: 80px;
  clear: both;
  width: 100%; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .divide-space-80 {
      height: 40px;
      clear: both; } }
  @media screen and (max-width: 39.9375em) {
    .divide-space-80 {
      height: 30px;
      clear: both; } }

.c-divide-space-10 {
  height: 10px;
  clear: both; }

.c-divide-space-50 {
  height: 50px;
  clear: both; }

.c-divide-space-100 {
  height: 100px;
  clear: both; }
  @media screen and (max-width: 39.9375em) {
    .c-divide-space-100 {
      height: 50px;
      clear: both; } }

.cross-line {
  margin: 20px 0px;
  width: 100%;
  margin: 20px 0; }
  .cross-line.solid {
    border-top: 1.5px solid #d6d6d6; }
  .cross-line.dot {
    border-top: 1.5px dotted #868686; }
  .cross-line.no-margin {
    margin: 0; }

/* breadcrumb area */
nav[aria-label="Breadcrumbs"] {
  width: 80%;
  margin: auto; }
  @media screen and (max-width: 74.9375em) {
    nav[aria-label="Breadcrumbs"] {
      width: 95%; } }
  nav[aria-label="Breadcrumbs"] .breadcrumb-list {
    margin: 0 auto;
    font-weight: normal;
    padding-left: 0; }
    nav[aria-label="Breadcrumbs"] .breadcrumb-list .breadcrumb-item {
      list-style-type: none;
      display: inline-block;
      position: relative; }
      nav[aria-label="Breadcrumbs"] .breadcrumb-list .breadcrumb-item:not(:first-child):before {
        content: '/';
        position: relative;
        top: 5px;
        font-size: 14px;
        color: #868686; }
      nav[aria-label="Breadcrumbs"] .breadcrumb-list .breadcrumb-item a {
        font-size: 0px;
        display: inline-block; }
        nav[aria-label="Breadcrumbs"] .breadcrumb-list .breadcrumb-item a .icon {
          display: inline-block;
          width: 17.5px;
          line-height: 25px;
          margin-right: 5px; }
        nav[aria-label="Breadcrumbs"] .breadcrumb-list .breadcrumb-item a p {
          display: inline-block;
          line-height: 25px;
          vertical-align: middle;
          margin: 0px 5px;
          color: #868686;
          letter-spacing: 0.5px;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
          nav[aria-label="Breadcrumbs"] .breadcrumb-list .breadcrumb-item a p.active {
            color: #023894; }
        nav[aria-label="Breadcrumbs"] .breadcrumb-list .breadcrumb-item a:hover p {
          color: #023894; }
      nav[aria-label="Breadcrumbs"] .breadcrumb-list .breadcrumb-item span {
        color: #868686; }

/* offer view area */
#offer-view-title {
  min-height: 50vw; }
  #offer-view-title .grid-container {
    position: relative; }
    @media screen and (max-width: 39.9375em) {
      #offer-view-title .grid-container {
        padding-left: 20px;
        padding-right: 20px; } }
  #offer-view-title .title {
    color: #023894; }
  #offer-view-title .offer-date {
    color: #868686;
    letter-spacing: 1px;
    margin-bottom: 10px; }
  #offer-view-title .offer-cat {
    color: #868686;
    letter-spacing: 1px; }
    #offer-view-title .offer-cat span {
      color: #ea5413; }
  #offer-view-title .icon-area.left {
    text-align: left; }
  #offer-view-title .icon-area.right {
    text-align: right; }
    @media screen and (max-width: 39.9375em) {
      #offer-view-title .icon-area.right {
        text-align: left; } }
  @media screen and (max-width: 39.9375em) {
    #offer-view-title .icon-area .icon-box {
      margin: 15px 0px; } }
  #offer-view-title .icon-area .icon-box div {
    display: inline-block;
    margin: 0px 5px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.8;
    width: 35px; }
    #offer-view-title .icon-area .icon-box div:hover {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1; }
  #offer-view-title .offer-view-content img {
    width: 100%; }
  #offer-view-title .offer-attention-area {
    text-align: left; }
    #offer-view-title .offer-attention-area .offer-attention-box ul {
      padding: 0px;
      color: #023894;
      padding-bottom: 20px;
      /* font-weight:bold; */ }
      #offer-view-title .offer-attention-area .offer-attention-box ul li {
        color: #868686;
        list-style-type: none;
        padding-left: 20px;
        position: relative;
        margin: 5px 0px; }
        #offer-view-title .offer-attention-area .offer-attention-box ul li:before {
          content: '';
          float: left;
          width: 5px;
          height: 5px;
          background: #ea5413;
          border-radius: 100%;
          position: absolute;
          top: calc(10px);
          left: 5px; }
    #offer-view-title .offer-attention-area .offer-attention-box ol {
      padding: 0px;
      color: #023894;
      padding-bottom: 20px;
      /* font-weight:bold; */ }
      #offer-view-title .offer-attention-area .offer-attention-box ol li {
        color: #868686;
        position: relative;
        margin: 5px 0px;
        margin-left: 20px; }
  #offer-view-title .share-box {
    color: #023894;
    font-weight: bold; }
    #offer-view-title .share-box p {
      display: inline-block;
      margin: 10px 0px; }
      @media screen and (max-width: 39.9375em) {
        #offer-view-title .share-box p {
          width: 100%;
          text-align: center; } }
    #offer-view-title .share-box .icon-box {
      display: inline-block;
      position: relative;
      top: -5px;
      left: 20px; }
      @media screen and (max-width: 39.9375em) {
        #offer-view-title .share-box .icon-box {
          left: 0px;
          width: 100%;
          text-align: center;
          margin-top: 10px; } }
      #offer-view-title .share-box .icon-box div {
        display: inline-block;
        margin: 0px 5px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: scale(0.9);
                transform: scale(0.9);
        opacity: 0.8;
        width: 35px; }
        #offer-view-title .share-box .icon-box div:hover {
          -webkit-transform: scale(1);
                  transform: scale(1);
          opacity: 1; }
    #offer-view-title .share-box.left {
      margin: 3px 0px; }
