/* VARIABLES */
/* MIXINS */
html body main > article {
  width: 100%; }

section.container {
  width: 1080px;
  margin: 0 auto 15px auto; }
  section.container:after {
    height: 29px;
    bottom: -19px; }

main article > div {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  margin-bottom: 20px; }
  main article > div span {
    font-size: 1.4em;
    font-weight: 600;
    padding: 0.6em 0.8em;
    border-radius: 10px;
    color: #ffffff;
    background-image: url(/img/layout/topBg.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: inset 0px 0px 25px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 25px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 25px 2px rgba(0, 0, 0, 0.3);
    display: inline-block;
    position: relative; }
    main article > div span:after {
      content: '';
      background-image: url(/img/layout/shadow.png);
      background-position: top;
      background-size: 100% auto;
      background-repeat: no-repeat;
      width: 100%;
      height: 22px;
      position: absolute;
      bottom: -22px;
      left: 0; }

.row {
  padding: 20px 0;
  position: relative; }
  .row div.clear {
    clear: both; }
  .row > div.content {
    width: 1080px;
    margin: 0 auto;
    position: relative; }
    .row > div.content > div {
      display: flex;
      display: -webkit-flex;
      float: right;
      border-radius: 15px 15px 0 0;
      margin: 0 0 10px 20px;
      z-index: 10;
      position: relative;
      flex-wrap: wrap; }
      .row > div.content > div:after {
        content: '';
        background-image: url(/img/layout/shadow.png);
        background-position: top;
        background-size: 100% auto;
        background-repeat: no-repeat;
        width: 100%;
        height: 22px;
        position: absolute;
        bottom: -22px;
        left: 0; }
      .row > div.content > div a {
        border-radius: 0;
        width: 200px;
        height: 200px; }
        .row > div.content > div a:after {
          display: none; }
        .row > div.content > div a > img {
          height: 100%;
          border-radius: 0; }
        .row > div.content > div a .overlay {
          border-radius: 0; }
        .row > div.content > div a:first-of-type {
          border-radius: 15px 0 0 0; }
          .row > div.content > div a:first-of-type img {
            border-radius: 15px 0 0 0; }
          .row > div.content > div a:first-of-type .overlay {
            border-radius: 15px 0 0 0; }
        .row > div.content > div a:last-of-type {
          border-radius: 0 15px 0 0; }
          .row > div.content > div a:last-of-type img {
            border-radius: 0 15px 0 0; }
          .row > div.content > div a:last-of-type .overlay {
            border-radius: 0 15px 0 0; }
    .row > div.content h3 {
      letter-spacing: 0.5px; }
    .row > div.content h5 {
      font-size: 1em;
      color: #5e5e5e;
      margin-bottom: 10px; }
    .row > div.content p {
      text-align: justify;
      margin-bottom: 5px; }
    .row > div.content ul {
      margin-bottom: 5px;
      overflow: initial; }
      .row > div.content ul li {
        padding-left: 14px;
        margin-bottom: 0.1em; }
        .row > div.content ul li:before {
          background-color: #5e5e5e;
          width: 6px;
          height: 6px;
          top: 6px; }
    .row > div.content > a {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      background-image: url(/img/layout/topBg.jpg);
      background-position: top;
      background-size: cover;
      background-repeat: no-repeat;
      -webkit-box-shadow: inset 0px 0px 25px 2px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: inset 0px 0px 25px 2px rgba(0, 0, 0, 0.3);
      box-shadow: inset 0px 0px 25px 2px rgba(0, 0, 0, 0.3);
      font-size: 1.1em;
      color: #ffffff;
      font-weight: 600;
      padding: 8px 10px 8px 4px;
      border-radius: 10px;
      position: absolute;
      bottom: 0;
      right: 0; }
      .row > div.content > a img {
        width: 30px;
        height: 30px;
        margin: 0 10px 0 0; }
  .row:nth-child(5) > div.content {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start; }
    .row:nth-child(5) > div.content section {
      width: 600px;
      margin-right: 20px; }
      .row:nth-child(5) > div.content section > div {
        display: flex;
        display: -webkit-flex;
        float: right;
        border-radius: 15px 15px 0 0;
        margin: 0 0 25px 0;
        z-index: 10;
        position: relative; }
        .row:nth-child(5) > div.content section > div:after {
          content: '';
          background-image: url(/img/layout/shadow.png);
          background-position: top;
          background-size: 100% auto;
          background-repeat: no-repeat;
          width: 100%;
          height: 22px;
          position: absolute;
          bottom: -22px;
          left: 0; }
        .row:nth-child(5) > div.content section > div a {
          border-radius: 0;
          width: 200px;
          height: 200px; }
          .row:nth-child(5) > div.content section > div a:after {
            display: none; }
          .row:nth-child(5) > div.content section > div a > img {
            height: 100%;
            border-radius: 0; }
          .row:nth-child(5) > div.content section > div a .overlay {
            border-radius: 0; }
          .row:nth-child(5) > div.content section > div a:first-of-type {
            border-radius: 15px 0 0 0; }
            .row:nth-child(5) > div.content section > div a:first-of-type img {
              border-radius: 15px 0 0 0; }
            .row:nth-child(5) > div.content section > div a:first-of-type .overlay {
              border-radius: 15px 0 0 0; }
          .row:nth-child(5) > div.content section > div a:last-of-type {
            border-radius: 0 15px 0 0; }
            .row:nth-child(5) > div.content section > div a:last-of-type img {
              border-radius: 0 15px 0 0; }
            .row:nth-child(5) > div.content section > div a:last-of-type .overlay {
              border-radius: 0 15px 0 0; }
      .row:nth-child(5) > div.content section table {
        width: 100%; }
        .row:nth-child(5) > div.content section table caption {
          text-align: center;
          padding: 10px 20px;
          border-radius: 10px;
          color: #ffffff;
          background-image: url(/img/layout/topBg.jpg);
          background-position: top;
          background-size: cover;
          background-repeat: no-repeat;
          -webkit-box-shadow: inset 0px 0px 25px 2px rgba(0, 0, 0, 0.3);
          -moz-box-shadow: inset 0px 0px 25px 2px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0px 0px 25px 2px rgba(0, 0, 0, 0.3);
          margin-bottom: 15px;
          position: relative; }
          .row:nth-child(5) > div.content section table caption:after {
            content: '';
            background-image: url(/img/layout/shadow.png);
            background-position: top;
            background-size: 100% auto;
            background-repeat: no-repeat;
            width: 100%;
            height: 22px;
            position: absolute;
            bottom: -22px;
            left: 0; }
          .row:nth-child(5) > div.content section table caption span {
            font-size: 1.2em;
            font-weight: 600; }
        .row:nth-child(5) > div.content section table tr:first-of-type td {
          border-bottom: 1px solid #cdcdcd; }
        .row:nth-child(5) > div.content section table tr td {
          padding: 4px 0;
          text-align: center;
          font-weight: 600; }
          .row:nth-child(5) > div.content section table tr td:first-of-type {
            border-right: 1px solid #cdcdcd;
            width: 140px;
            text-align: left;
            padding-left: 4px; }
    .row:nth-child(5) > div.content article {
      flex: 1; }

.row:nth-child(odd) {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 65%, rgba(255, 255, 255, 0.1) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 65%, rgba(255, 255, 255, 0.1) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 65%, rgba(255, 255, 255, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); }
  .row:nth-child(odd) > div.content > div {
    float: left;
    margin: 0 20px 10px 0; }
  .row:nth-child(odd) > div.content ul {
    overflow: hidden; }

/*# sourceMappingURL=offer.css.map */
