
  @import url(animate.css);
  /*==========================================================
                          NORMALIZE
  ==========================================================*/
  @import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed,
  figure, figcaption, footer, header, hgroup,
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: top;
  }

  article, aside, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section {
    display: block;
  }

  body {
    line-height: 1;
  }

  ol, ul {
    list-style: none;
  }

  blockquote, q {
    quotes: none;
  }

  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  button,
  input[type='button'] {
    background: none;
    border: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    outline: none;
    outline-offset: 0;
    overflow: visible;
    cursor: pointer;
    -webkit-appearance: none;
  }
  button::-moz-focus-inner,
  input[type='button']::-moz-focus-inner {
    border: none;
    padding: 0;
  }

  input[type='text'],
  input[type='time'],
  input[type='url'],
  input[type='month'],
  input[type='week'],
  input[type='email'],
  input[type='color'],
  input[type='datetime'],
  input[type='datetime-local'],
  input[type='range'],
  input[type='search'],
  input[type='tel'],
  input[type='date'],
  input[type='password'],
  input[type='number'] {
    outline: none;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    vertical-align: baseline;
    box-shadow: none;
  }

  *,
  *:before,
  *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1979px;
    min-width: 300px;
  }
  .container:before, .container:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .container:after {
    clear: both;
  }
  @media (min-width: 768px) {
    .container {
      width: 750px;
    }
  }
  @media (min-width: 992px) {
    .container {
      width: 970px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      width: 1200px;
    }
  }

  .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1979px;
  }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .container-fluid:after {
    clear: both;
  }

  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }

  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }

  @media (min-width: 480px) {
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
      float: left;
    }

    .col-xs-1 {
      width: 8.33333%;
    }

    .col-xs-2 {
      width: 16.66667%;
    }

    .col-xs-3 {
      width: 25%;
    }

    .col-xs-4 {
      width: 33.33333%;
    }

    .col-xs-5 {
      width: 41.66667%;
    }

    .col-xs-6 {
      width: 50%;
    }

    .col-xs-7 {
      width: 58.33333%;
    }

    .col-xs-8 {
      width: 66.66667%;
    }

    .col-xs-9 {
      width: 75%;
    }

    .col-xs-10 {
      width: 83.33333%;
    }

    .col-xs-11 {
      width: 91.66667%;
    }

    .col-xs-12 {
      width: 100%;
    }

    .col-xs-offset-0 {
      margin-left: 0%;
    }

    .col-xs-offset-1 {
      margin-left: 8.33333%;
    }

    .col-xs-offset-2 {
      margin-left: 16.66667%;
    }

    .col-xs-offset-3 {
      margin-left: 25%;
    }

    .col-xs-offset-4 {
      margin-left: 33.33333%;
    }

    .col-xs-offset-5 {
      margin-left: 41.66667%;
    }

    .col-xs-offset-6 {
      margin-left: 50%;
    }

    .col-xs-offset-7 {
      margin-left: 58.33333%;
    }

    .col-xs-offset-8 {
      margin-left: 66.66667%;
    }

    .col-xs-offset-9 {
      margin-left: 75%;
    }

    .col-xs-offset-10 {
      margin-left: 83.33333%;
    }

    .col-xs-offset-11 {
      margin-left: 91.66667%;
    }

    .col-xs-offset-12 {
      margin-left: 100%;
    }

    .col-xs-clear {
      clear: left;
    }

    .col-xs-release {
      clear: none;
    }
  }
  @media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
      float: left;
    }

    .col-sm-1 {
      width: 8.33333%;
    }

    .col-sm-2 {
      width: 16.66667%;
    }

    .col-sm-3 {
      width: 25%;
    }

    .col-sm-4 {
      width: 33.33333%;
    }

    .col-sm-5 {
      width: 41.66667%;
    }

    .col-sm-6 {
      width: 50%;
    }

    .col-sm-7 {
      width: 58.33333%;
    }

    .col-sm-8 {
      width: 66.66667%;
    }

    .col-sm-9 {
      width: 75%;
    }

    .col-sm-10 {
      width: 83.33333%;
    }

    .col-sm-11 {
      width: 91.66667%;
    }

    .col-sm-12 {
      width: 100%;
    }

    .col-sm-offset-0 {
      margin-left: 0%;
    }

    .col-sm-offset-1 {
      margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
      margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
      margin-left: 25%;
    }

    .col-sm-offset-4 {
      margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
      margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
      margin-left: 50%;
    }

    .col-sm-offset-7 {
      margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
      margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
      margin-left: 75%;
    }

    .col-sm-offset-10 {
      margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
      margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
      margin-left: 100%;
    }

    .col-sm-clear {
      clear: left;
    }

    .col-sm-release {
      clear: none;
    }
  }
  @media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
      float: left;
    }

    .col-md-1 {
      width: 8.33333%;
    }

    .col-md-2 {
      width: 16.66667%;
    }

    .col-md-3 {
      width: 25%;
    }

    .col-md-4 {
      width: 33.33333%;
    }

    .col-md-5 {
      width: 41.66667%;
    }

    .col-md-6 {
      width: 50%;
    }

    .col-md-7 {
      width: 58.33333%;
    }

    .col-md-8 {
      width: 66.66667%;
    }

    .col-md-9 {
      width: 75%;
    }

    .col-md-10 {
      width: 83.33333%;
    }

    .col-md-11 {
      width: 91.66667%;
    }

    .col-md-12 {
      width: 100%;
    }

    .col-md-offset-0 {
      margin-left: 0%;
    }

    .col-md-offset-1 {
      margin-left: 8.33333%;
    }

    .col-md-offset-2 {
      margin-left: 16.66667%;
    }

    .col-md-offset-3 {
      margin-left: 25%;
    }

    .col-md-offset-4 {
      margin-left: 33.33333%;
    }

    .col-md-offset-5 {
      margin-left: 41.66667%;
    }

    .col-md-offset-6 {
      margin-left: 50%;
    }

    .col-md-offset-7 {
      margin-left: 58.33333%;
    }

    .col-md-offset-8 {
      margin-left: 66.66667%;
    }

    .col-md-offset-9 {
      margin-left: 75%;
    }

    .col-md-offset-10 {
      margin-left: 83.33333%;
    }

    .col-md-offset-11 {
      margin-left: 91.66667%;
    }

    .col-md-offset-12 {
      margin-left: 100%;
    }

    .col-md-clear {
      clear: left;
    }

    .col-md-release {
      clear: none;
    }
  }
  @media (min-width: 1200px) {
    .col-lg-clear {
      clear: left;
    }

    .col-lg-release {
      clear: none;
    }

    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
      float: left;
    }

    .col-lg-1 {
      width: 8.33333%;
    }

    .col-lg-2 {
      width: 16.66667%;
    }

    .col-lg-3 {
      width: 25%;
    }

    .col-lg-4 {
      width: 33.33333%;
    }

    .col-lg-5 {
      width: 41.66667%;
    }

    .col-lg-6 {
      width: 50%;
    }

    .col-lg-7 {
      width: 58.33333%;
    }

    .col-lg-8 {
      width: 66.66667%;
    }

    .col-lg-9 {
      width: 75%;
    }

    .col-lg-10 {
      width: 83.33333%;
    }

    .col-lg-11 {
      width: 91.66667%;
    }

    .col-lg-12 {
      width: 100%;
    }

    .col-lg-offset-0 {
      margin-left: 0%;
    }

    .col-lg-offset-1 {
      margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
      margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
      margin-left: 25%;
    }

    .col-lg-offset-4 {
      margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
      margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
      margin-left: 50%;
    }

    .col-lg-offset-7 {
      margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
      margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
      margin-left: 75%;
    }

    .col-lg-offset-10 {
      margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
      margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
      margin-left: 100%;
    }
  }
  .row-no-gutter {
    margin-left: 0;
    margin-right: 0;
  }
  .row-no-gutter > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }

  /*
  *  @section  Main Styles
  */
  body {
    color: #7f7f7f;
    font: 400 18px/26px "Marcellus SC";
    -webkit-text-size-adjust: none;
    line-height: 1.2;
    background: #fff;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    line-height: 1;
    color: #3c3c3c;
  }

  h1, .heading-1 {
    font-size: 40px;
  }
  @media (min-width: 767px) {
    h1, .heading-1 {
      font-size: 40px;
    }
  }
  @media (min-width: 1200px) {
    h1, .heading-1 {
      font-size: 60px;
    }
  }

  h2, .heading-2 {
    font-size: 35px;
  }
  @media (min-width: 1200px) {
    h2, .heading-2 {
      font-size: 40px;
    }
  }

  h3, .heading-3 {
    font-size: 30px;
  }
  @media (min-width: 1200px) {
    h3, .heading-3 {
      font-size: 32px;
    }
  }

  @media (min-width: 768px) {
    h4, .heading-4 {
      font-size: 24px;
    }
  }

  h5, .heading-5 {
    font-size: 18px;
  }

  h6, .heading-6 {
    font-size: 15px;
    padding-bottom: 24px;
  }

  p .fa, .marked-list .fa, .list .fa {
    text-decoration: none;
  }

  time {
    display: block;
  }

  a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:focus {
    outline: none;
  }
  a:hover {
    color: #8d0000;
  }
  a:active {
    background-color: transparent;
    color: #8d0000;
  }

  a[href^="tel:"],
  a[href^="callto:"] {
    text-decoration: none;
  }
  a[href^="tel:"] :hover,
  a[href^="callto:"] :hover {
    color: #8d0000;
  }

  strong {
    font-weight: 700;
  }

  .fa {
    line-height: inherit;
  }

  [class*='fa-']:before {
    font-weight: 400;
    font-family: "FontAwesome";
  }

  .page {
    overflow: hidden;
    min-height: 500px;
  }
  .lt-ie9 .page {
    min-width: 1200px;
  }

  /*
  *  @section  Main Layout
  */
  * + .row {
    margin-top: 40px;
  }

  .row + * {
    margin-top: 30px;
  }

  .row + .row {
    margin-top: 29px;
  }

  .image-wrap + .row {
    margin-top: 60px;
  }
  @media (min-width: 992px) {
    .image-wrap + .row {
      margin-top: 0;
    }
  }

  .row-no-gutter + .row-no-gutter {
    margin-top: 30px;
  }
  @media (min-width: 992px) {
    .row-no-gutter + .row-no-gutter {
      margin-top: 0;
    }
  }

  * + .btn-secondary-1 {
    margin-top: 15px;
  }
  @media (min-width: 992px) {
    * + .btn-secondary-1 {
      margin-top: 45px;
    }
  }

  * + .btn-group {
    margin-top: 30px;
  }

  * + .btn-variant-1 {
    margin-top: 32px;
  }

  * + .btn-group {
    margin-top: 23px;
  }

  * + .border-top {
    margin-top: 25px;
  }
  @media (min-width: 992px) {
    * + .border-top {
      margin-top: 47px;
    }
  }

  p + p {
    margin-top: 42px;
  }

  p + address {
    margin-top: 25px;
  }

  p + .btn-primary {
    margin-top: 17px;
  }

  p + .border-bottom-secondary {
    margin-top: 29px;
  }
  @media (min-width: 768px) {
    p + .border-bottom-secondary {
      margin-top: 49px;
    }
  }

  p + dl {
    margin-top: 28px;
  }

  address dl + dl {
    margin-top: 4px;
  }

  .mark + p {
    margin-top: 26px;
  }

  .small + .btn-secondary-1 {
    margin-top: 29px;
  }

  .border-bottom-secondary + small {
    margin-top: 35px;
  }

  .border-top + * {
    margin-top: 25px;
  }
  @media (min-width: 992px) {
    .border-top + * {
      margin-top: 38px;
    }
  }

  .border-top + .box-skin-1 {
    margin-top: 27px;
  }
  @media (min-width: 992px) {
    .border-top + .box-skin-1 {
      margin-top: 57px;
    }
  }

  .box-skin-1 + .border-top {
    margin-top: 35px;
  }
  @media (min-width: 992px) {
    .box-skin-1 + .border-top {
      margin-top: 75px;
    }
  }

  img + * {
    margin-top: 20px;
  }
  @media (min-width: 768px) {
    img + * {
      margin-top: 40px;
    }
  }

  img + h4 {
    margin-top: 21px;
  }
  @media (min-width: 992px) {
    img + h4 {
      margin-top: 41px;
    }
  }

  h2 + p {
    margin-top: 11px;
  }

  h3 + p {
    margin-top: 14px;
  }
  @media (min-width: 992px) {
    h3 + p {
      margin-top: 27px;
    }
  }

  h4 + p {
    margin-top: 10px;
  }
  @media (min-width: 992px) {
    h4 + p {
      margin-top: 20px;
    }
  }

  h5 + p {
    margin-top: 15px;
  }
  @media (min-width: 992px) {
    h5 + p {
      margin-top: 35px;
    }
  }

  p + p {
    margin-top: 17px;
  }

  .terms-list {
    display: inline-block;
  }
  .terms-list dt {
    text-transform: uppercase;
  }
  .terms-list dt + dd {
    margin-top: 27px;
  }
  .terms-list dd + dt {
    margin-top: 57px;
  }
  .terms-list + .link {
    margin-top: 53px;
  }

  .thumb + h6 {
    margin-top: 33px;
  }

  .flow-offset-1 > * + * {
    margin-top: 30px;
  }
  @media (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n) {
      margin-top: 0;
    }
  }
  @media (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n + 2) {
      margin-top: 30px;
    }
  }
  @media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n) {
      margin-top: 0;
    }
  }
  @media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n + 2) {
      margin-top: 30px;
    }
  }
  @media (min-width: 992px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n) {
      margin-top: 0;
    }
  }
  @media (min-width: 992px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n + 2) {
      margin-top: 30px;
    }
  }
  @media (min-width: 1200px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n) {
      margin-top: 0;
    }
  }
  @media (min-width: 1200px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n + 2) {
      margin-top: 30px;
    }
  }
  @media (min-width: 992px) {
    .flow-offset-1 > * + * {
      margin-top: 56px;
    }
  }
  @media (min-width: 992px) and (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n) {
      margin-top: 0;
    }
  }
  @media (min-width: 992px) and (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n + 2) {
      margin-top: 56px;
    }
  }
  @media (min-width: 992px) and (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n) {
      margin-top: 0;
    }
  }
  @media (min-width: 992px) and (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n + 2) {
      margin-top: 56px;
    }
  }
  @media (min-width: 992px) and (min-width: 992px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n) {
      margin-top: 0;
    }
  }
  @media (min-width: 992px) and (min-width: 992px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n + 2) {
      margin-top: 56px;
    }
  }
  @media (min-width: 992px) and (min-width: 1200px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n) {
      margin-top: 0;
    }
  }
  @media (min-width: 992px) and (min-width: 1200px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n + 2) {
      margin-top: 56px;
    }
  }

  .flow-offset-2 > * + * {
    margin-top: 20px;
  }
  @media (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-12:nth-child(n) {
      margin-top: 0;
    }
  }
  @media (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-xs-12:nth-child(n + 2) {
      margin-top: 20px;
    }
  }
  @media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-12:nth-child(n) {
      margin-top: 0;
    }
  }
  @media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-sm-12:nth-child(n + 2) {
      margin-top: 20px;
    }
  }
  @media (min-width: 992px) {
    html:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-12:nth-child(n) {
      margin-top: 0;
    }
  }
  @media (min-width: 992px) {
    html:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-md-12:nth-child(n + 2) {
      margin-top: 20px;
    }
  }
  @media (min-width: 1200px) {
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-12:nth-child(n) {
      margin-top: 0;
    }
  }
  @media (min-width: 1200px) {
    html:not(.lt-ie10) .flow-offset-2 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-lg-12:nth-child(n + 2) {
      margin-top: 20px;
    }
  }
  @media (min-width: 992px) {
    .flow-offset-2-md > * + * {
      margin-top: 0;
    }
  }
  @media (min-width: 992px) and (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-2-md > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-xs-12:nth-child(n) {
      margin-top: 0;
    }
  }
  @media (min-width: 992px) and (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-2-md > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2-md > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2-md > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2-md > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2-md > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2-md > .col-xs-12:nth-child(n + 2) {
      margin-top: 0;
    }
  }
  @media (min-width: 992px) and (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-2-md > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-sm-12:nth-child(n) {
      margin-top: 0;
    }
  }
  @media (min-width: 992px) and (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-2-md > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2-md > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2-md > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2-md > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2-md > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2-md > .col-sm-12:nth-child(n + 2) {
      margin-top: 0;
    }
  }
  @media (min-width: 992px) and (min-width: 992px) {
    html:not(.lt-ie10) .flow-offset-2-md > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-md-12:nth-child(n) {
      margin-top: 0;
    }
  }
  @media (min-width: 992px) and (min-width: 992px) {
    html:not(.lt-ie10) .flow-offset-2-md > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2-md > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2-md > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2-md > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2-md > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2-md > .col-md-12:nth-child(n + 2) {
      margin-top: 0;
    }
  }
  @media (min-width: 992px) and (min-width: 1200px) {
    html:not(.lt-ie10) .flow-offset-2-md > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2-md > .col-lg-12:nth-child(n) {
      margin-top: 0;
    }
  }
  @media (min-width: 992px) and (min-width: 1200px) {
    html:not(.lt-ie10) .flow-offset-2-md > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2-md > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2-md > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2-md > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2-md > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2-md > .col-lg-12:nth-child(n + 2) {
      margin-top: 0;
    }
  }

  .flow-offset-3 > * + * {
    margin-top: 30px;
  }
  @media (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-12:nth-child(n) {
      margin-top: 0;
    }
  }
  @media (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-xs-12:nth-child(n + 2) {
      margin-top: 30px;
    }
  }
  @media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-12:nth-child(n) {
      margin-top: 0;
    }
  }
  @media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-sm-12:nth-child(n + 2) {
      margin-top: 30px;
    }
  }
  @media (min-width: 992px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-12:nth-child(n) {
      margin-top: 0;
    }
  }
  @media (min-width: 992px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-md-12:nth-child(n + 2) {
      margin-top: 30px;
    }
  }
  @media (min-width: 1200px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-12:nth-child(n) {
      margin-top: 0;
    }
  }
  @media (min-width: 1200px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-lg-12:nth-child(n + 2) {
      margin-top: 30px;
    }
  }
  @media (min-width: 992px) {
    .flow-offset-3 > * + * {
      margin-top: 48px;
    }
  }
  @media (min-width: 992px) and (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-12:nth-child(n) {
      margin-top: 0;
    }
  }
  @media (min-width: 992px) and (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-xs-12:nth-child(n + 2) {
      margin-top: 48px;
    }
  }
  @media (min-width: 992px) and (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-12:nth-child(n) {
      margin-top: 0;
    }
  }
  @media (min-width: 992px) and (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-sm-12:nth-child(n + 2) {
      margin-top: 48px;
    }
  }
  @media (min-width: 992px) and (min-width: 992px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-12:nth-child(n) {
      margin-top: 0;
    }
  }
  @media (min-width: 992px) and (min-width: 992px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-md-12:nth-child(n + 2) {
      margin-top: 48px;
    }
  }
  @media (min-width: 992px) and (min-width: 1200px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-12:nth-child(n) {
      margin-top: 0;
    }
  }
  @media (min-width: 992px) and (min-width: 1200px) {
    html:not(.lt-ie10) .flow-offset-3 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-lg-12:nth-child(n + 2) {
      margin-top: 48px;
    }
  }

  .flow-offset-4 > * + * {
    margin-top: 43px;
  }
  @media (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-4 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-12:nth-child(n) {
      margin-top: 0;
    }
  }
  @media (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-4 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-4 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-4 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-4 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-4 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-4 > .col-xs-12:nth-child(n + 2) {
      margin-top: 43px;
    }
  }
  @media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-4 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-12:nth-child(n) {
      margin-top: 0;
    }
  }
  @media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-4 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-4 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-4 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-4 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-4 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-4 > .col-sm-12:nth-child(n + 2) {
      margin-top: 43px;
    }
  }
  @media (min-width: 992px) {
    html:not(.lt-ie10) .flow-offset-4 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-12:nth-child(n) {
      margin-top: 0;
    }
  }
  @media (min-width: 992px) {
    html:not(.lt-ie10) .flow-offset-4 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-4 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-4 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-4 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-4 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-4 > .col-md-12:nth-child(n + 2) {
      margin-top: 43px;
    }
  }
  @media (min-width: 1200px) {
    html:not(.lt-ie10) .flow-offset-4 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-12:nth-child(n) {
      margin-top: 0;
    }
  }
  @media (min-width: 1200px) {
    html:not(.lt-ie10) .flow-offset-4 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-4 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-4 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-4 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-4 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-4 > .col-lg-12:nth-child(n + 2) {
      margin-top: 43px;
    }
  }

  .inset-1 {
    padding-left: 20px;
    padding-right: 20px;
  }
  @media (min-width: 1800px) {
    .inset-1 {
      padding-left: 406px;
      padding-right: 45px;
    }
  }

  .inset-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  @media (min-width: 1800px) {
    .inset-2 {
      padding-left: 115px;
      padding-right: 406px;
    }
  }

  @media (min-width: 1200px) {
    .inset-3 {
      padding-left: 10px;
    }
  }

  .inset-4 {
    padding-left: 54px;
  }

  @media (min-width: 1200px) {
    .inset-5 {
      padding: 0 60px;
    }
  }

  .offset-1 {
    margin-top: 29px;
  }

  .offset-2 {
    margin-top: 12px;
  }

  .offset-3 {
    margin-top: 15px;
  }
  @media (min-width: 1200px) {
    .offset-3 {
      margin-top: 52px;
    }
  }
  @media (min-width: 1600px) {
    .offset-3 {
      margin-top: 127px;
    }
  }

  .offset-4 {
    margin-top: 20px;
  }
  @media (min-width: 1200px) {
    .offset-4 {
      margin-top: 50px;
    }
  }
  @media (min-width: 1600px) {
    .offset-4 {
      margin-top: 132px;
    }
  }

  .offset-5 {
    margin-top: 30px;
  }
  @media (min-width: 992px) {
    .offset-5 {
      margin-top: 0;
    }
  }

  .offset-6 {
    margin-top: 35px;
  }

  .offset-7 {
    margin-top: 15px;
  }
  @media (min-width: 1200px) {
    .offset-7 {
      margin-top: 50px;
    }
  }
  @media (min-width: 1600px) {
    .offset-7 {
      margin-top: 132px;
    }
  }

  .offset-8 {
    margin-top: 15px;
  }
  @media (min-width: 1200px) {
    .offset-8 {
      margin-top: 20px;
    }
  }
  @media (min-width: 1400px) {
    .offset-8 {
      margin-top: 52px;
    }
  }
  @media (min-width: 1600px) {
    .offset-8 {
      margin-top: 127px;
    }
  }

  .offset-9 {
    margin-top: 15px;
  }
  @media (min-width: 1200px) {
    .offset-9 {
      margin-top: 50px;
    }
  }
  @media (min-width: 1600px) {
    .offset-9 {
      margin-top: 141px;
    }
  }

  .offset-10 {
    margin-top: 15px;
  }
  @media (min-width: 1200px) {
    .offset-10 {
      margin-top: 52px;
    }
  }
  @media (min-width: 1600px) {
    .offset-10 {
      margin-top: 127px;
    }
  }

  /*
  *  @section   Helpers
  */
  .relative {
    position: relative;
  }

  .round {
    border-radius: 50%;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .text-center {
    text-align: center;
  }

  .text-left {
    text-align: left;
  }
  @media (min-width: 992px) {
    .text-left-md {
      text-align: left;
    }
  }

  .text-right {
    text-align: right;
  }

  .border-top {
    border-top: 1px solid gainsboro;
  }

  .border-bottom-default {
    border-bottom: 1px solid #fff;
  }

  .border-bottom-secondary {
    border-bottom: 1px solid #9dcd38;
    width: 290px;
    margin: 0 auto;
  }
  @media (min-width: 480px) {
    .border-bottom-secondary {
      width: 460px;
    }
  }
  @media (min-width: 992px) {
    .border-bottom-secondary {
      width: 972px;
    }
  }
  @media (min-width: 1200px) {
    .border-bottom-secondary {
      width: 768px;
    }
  }

  .small {
    font-size: 16px;
    line-height: 1.4;
    display: inline-block;
  }

  .mark {
    font-size: 22px;
    color: #727272;
    line-height: 1.27;
  }
  @media (min-width: 768px) {
    .mark {
    font-size: 35px;
  }
}

.no-gutter {
  padding-left: 0;
  padding-right: 0;
}

small {
  display: inline-block;
}

@media (min-width: 992px) {
  .pull-md-right {
    float: right;
  }
}

@media (min-width: 992px) {
  .pull-md-left {
    float: left;
  }
}
.pdf {
  margin-bottom: 20px;
  width: 100%;
  height: 716px;
}

/*
*  @section   Components
*/
/*
*  @subsection  Inline-list
*/
@media (min-width: 992px) {
  .image-wrap {
    overflow: hidden;
    position: absolute;
    top: 0;
    height: 100%;
  }
  .image-wrap img {
    max-width: none;
    position: absolute;
    height: 100%;
  }
  .image-wrap-left {
    left: 0;
    right: calc(50% - 1200px / 2  + (1200px / 12) * 6);
  }
  .image-wrap-left img {
    right: 0;
  }
  .image-wrap-right {
    right: 0;
    left: calc(50% - 1200px / 2  + (1200px / 12) * 6);
  }
  .image-wrap-right img {
    left: 0;
  }
}

/*
*  @subsection Welcome-message
*/
.welcome-message {
  position: absolute;
  font-size: 20px;
  color: #8d0000;
  width: auto;
  left: 50%;
  top: 50%;
  z-index: 1;
  line-height: 1;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 1200px) {
  .welcome-message {
    font-size: 35px;
    line-height: 2.05;
  }
}
.welcome-message .big {
  line-height: 80px;
  font-size: 50px;
}
@media (min-width: 992px) {
  .welcome-message .big {
    font-size: 80px;
  }
}
@media (min-width: 1200px) {
  .welcome-message .big {
    font-size: 100px;
  }
}
.welcome-message::before, .welcome-message::after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  width: 250px;
  height: 57px;
}
/*.welcome-message::before {
  background-image: url("../images/page-1_img20.png");
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.welcome-message::after {
  background-image: url("../images/page-1_img20.png");
  top: 100%;
  right: 50%;
  transform: rotate(180deg) translateX(-50%);
  -webkit-transform: rotate(180deg) translateX(-50%);
}*/

p {
  line-height: 1.5;
}

/*
*  @subsection  Inline-list
*/
.inline-list {
  display: inline-block;
}
.inline-list li + li {
  margin-left: -2px;
}
.inline-list > li {
  display: inline-block;
}
.inline-list > li:hover {
  opacity: 0.7;
}

/*
*  @subsection  Thumb
*/
.thumb_cnt {
  border-bottom: 1px solid #9dcd38;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.thumb_cnt img {
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.thumb_cnt:hover {
  border-bottom-color: #8d0000;
}
.thumb_cnt:hover a {
  color: #8d0000;
}
.thumb:hover {
  opacity: 0.7;
}
.lt-ie9 .thumb:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.7)";
  filter: alpha(opacity=70);
}

/*
*  @subsection  Link
.link
*/
.link {
  color: #63ad00;
  display: inline-block;
  text-decoration: underline;
}

/*
*  @subsection  Address
*/
address dt, address dd {
  display: inline-block;
}

/*
*  @subsection  Mosaic
*/
.box-skin-1 p, .mosaic p {
  line-height: 1.4;
}

/*
*  @subsection  Term-list
*/
.terms-list dt, .terms-list .link {
  color: #63ad00;
}
.terms-list dd {
  line-height: 1.5;
}

/*
*  @subsection   Brand
*/
.brand {
  display: inline-block;
}
.brand_name {
  overflow: hidden;
  color: #fff;
  position: relative;
  font-size: 42px;
  line-height: 1.2;
  text-transform: none;
  font-family: PRISTINA;
}
.brand img {
  height: 100px;
}

/*
*  @subsection   Backgrounds
*/
.bg-default {
  background: #000;
  color: #fff;
}

.bg-contrast {
  background: #fff;
  color: #000;
}

.bg-primary {
  background: #8d0000;
}

.bg-secondary {
  background: #9dcd38;
}

.bg-secondary-1 {
  background: #f6f6f6;
}

.bg-secondary-2 {
  background: #f7f7f7;
}

/*
*  @subsection   Colors
*/
.secondary-color {
  color: #63ad00;
}

.secondary-color-1 {
  color: #221e14;
}

/*
*  @subsection   Icons
*/
.icon {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}
.icon-md {
  border-width: 1px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 14.56px;
}
.icon-default {
  color: #3f3f3f;
  background: #fff;
  border-color: #e6e6e6;
  border-style: solid;
}

/*
*  @subsection   Buttons
*/
.btn {
  display: inline-block;
  border-radius: 2px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn-primary {
  text-transform: uppercase;
  color: #fffffe;
  background: #8d0000;
}
.btn-primary:hover {
  background: #9dcd38;
  color: #fffffe;
}
.btn-primary:active {
  color: #46454c;
  background: #8d0000;
}
.btn-secondary {
  text-transform: uppercase;
  color: #fffffe;
  background: #9dcd38;
}
.btn-secondary:hover {
  color: #fffffe;
  background: #8d0000;
}
.btn-secondary:active {
  color: #46454c;
  background: #9dcd38;
}
.btn-secondary-1 {
  text-transform: uppercase;
  color: #46454c;
  background: none;
  border: 1px solid #c4c4c6;
}
.btn-secondary-1:hover {
  background: #8d0000;
  color: #fff;
  border-color: #8d0000;
}
.btn-secondary-1:active {
  background: #9dcd38;
}
.btn-md {
  padding: 9px 30px;
  font-size: 15px;
  line-height: 30px;
}
.btn-sm {
  padding: 9px 25px;
  font-size: 15px;
  line-height: 30px;
}

/*
*  @subsection   Imports
*
* @subpackage  menu.scss
* @subpackage  navbar.scss
* @subpackage  stuck-menu.scss
* @subpackage  to-top.scss
*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  font-size: 16px;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 25px;
}
@media (min-width: 1200px) {
  .sf-menu > li + li {
    margin-left: 40px;
  }
}
.sf-menu a {
  display: block;
}
@media (min-width: 992px) {
  .sf-menu {
    font-size: 18px;
  }
}

.sf-menu > li > a {
  color: #3c3c3c;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #8d0000;
}
.sf-menu > li.active > a {
  color: #8d0000;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 102px;
  margin-top: 30px;
  padding: 14px 20px 17px 16px;
  text-align: center;
  background-image: url("../images/menu-bg.jpg");
  background-size: cover;
  -webkit-background-size: cover;
  z-index: 2;
  font-size: 13px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 47%;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  background-image: url("../images/menu-bg.jpg");
  background-size: cover;
  -webkit-background-size: cover;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}

.sf-menu ul > li {
  padding-top: 10px;
}
.sf-menu ul > li > a {
  color: #9d9d9d;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #fff;
}
.sf-menu ul > li + li {
  border-top: 1px dotted #424242;
  margin-top: 10px;
}

.sf-menu ul ul {
  position: absolute;
  top: 65.5%;
  right: 17%;
  left: 142%;
  width: 88px;
  margin-top: 0;
  padding: 6px 18px 17px;
  z-index: 4;
  text-align: left;
  background-image: url("../images/sub-menu-bg.jpg");
  background-size: cover;
  -webkit-background-size: cover;
}
.sf-menu ul ul:before {
  display: none;
}

.sf-menu ul ul > li > a {
  color: #8b8b8b;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #FFF;
}
.sf-menu ul ul > li + li {
  border: 1px dotted #424242;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
.caret {
  display: none;
  width: 0;
  height: 0;
  margin-left: 1px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
@media (min-width: 992px) {
  .caret {
    display: inline-block;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #8d0000;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  z-index: 999;
  height: 75px;
  background: #444;
  border-bottom: 1px solid #333333;
}
.isStuck .brand {
  padding-bottom: 12px !important;
  padding-top: 12px !important;
  height: 75px;
  display: table-cell;
  vertical-align: middle;
}
.isStuck .brand:after {
  width: 160%;
}
.isStuck .brand_name {
  font-size: 42px;
}
.isStuck .brand_name:before {
  left: 65px;
  background-size: 18%;
}
.isStuck nav {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.isStuck .sf-menu {
  display: table-cell;
  vertical-align: middle;
  height: 75px;
}
.isStuck .sf-menu li > a {
  color: #fff;
}
.isStuck .sf-menu li > a:hover {
  color: #8d0000;
}
.isStuck .sf-menu .active > a {
  color: #8d0000;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 22px;
  line-height: 40px;
  color: #fff;
  background: #9dcd38;
  border-radius: 50%;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #8d0000;
  text-decoration: none;
}
.toTop:active {
  color: #fff;
  background: #8d0000;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  font-size: 21px;
  position: relative;
  color: #fff;
}
.parallax_cnt p {
  line-height: 1.2;
}
@media (min-width: 480px) {
  .parallax_cnt {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .parallax_cnt {
    font-size: 40px;
  }
}
.parallax_cnt .big {
  font-size: 55px;
}
@media (min-width: 992px) {
  .parallax_cnt .big {
    font-size: 120px;
  }
}
.parallax_cnt small {
  font-size: 18px;
}

/*
*  @section   HEADER
*/
header {
  padding-bottom: 0;
  position: relative;
  background: #8d0000;
}
header .brand {
  float: left;
}
header .nav {
  float: right;
}
@media (min-width: 768px) {
  header .nav {
    padding-top: 64px;
  }
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}
@media (min-width: 768px) {
  header {
    background: none;
  }
  header::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #8d0000;
    z-index: -1;
  }
}
header .brand {
  position: relative;
  padding-bottom:11px;
  padding-top: 11px;
}
header .brand:before, header .brand:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  background-color: #8d0000;
}
header .brand:after {
  left: 0;
  width: 124%;
}
header .brand:before {
  right: 80%;
  width: 80vw;
}

/*
*  @section   CONTENT
*/
main {
  display: block;
}

/*
*  @subsection  Well
*/
.well {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 1200px) {
  .well {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.well-md {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .well-md {
    padding-top: 63px;
    padding-bottom: 66px;
  }
}
@media (min-width: 992px) {
  .well-md-skin-1 {
    padding-top: 73px;
  }
}
.well-skin-1 {
  padding-bottom: 60px;
}
@media (min-width: 1200px) {
  .well-skin-1 {
    padding-bottom: 110px;
  }
}
.well-skin-3 {
  padding-top: 60px;
}
.well-skin-4 {
  padding-bottom: 70px;
}

.well-1 {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width: 992px) {
  .well-1 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

/*
*  @section    FOOTER
*/
footer {
  color: #333333;
}
footer .copyright {
  line-height: 42px;
  display: inline-block;
}
@media (min-width: 992px) {
  footer .copyright {
    float: left;
  }
}
footer .copyright .dote {
  font-size: 30px;
  line-height: 25px;
}
footer .copyright a {
  outline: medium none;
}
footer address {
  font-size: 15px;
  display: inline-block;
}
@media (min-width: 992px) {
  footer .address_img {
    float: right;
  }
}
@media (min-width: 1200px) {
  footer .inline-list {
    float: right;
  }
}
@font-face {
	font-family: 'PRISTINA';
	src: url('../font/PRISTINA.eot');
	src: local('PRISTINA'), url('../font/PRISTINA.woff') format('woff'), url('../font/PRISTINA.ttf') format('truetype');
}

.map iframe {
  width: 100%;
  height: 500px;
}