@charset "UTF-8";
html, body {
  height: 100%; }

body {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden; }
  body.no-scroll {
    overflow-y: hidden; }

img {
  max-width: 100%; }

.clear {
  clear: both; }

h1 {
  font-family: "rosewood-std-fill"; }

p {
  line-height: 1.8; }

div.big-container {
  width: 1400px;
  margin: 0 auto;
  background: #FAFAFA; }

*:focus {
  outline: none; }

@-webkit-keyframes headerfirst {
  from {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; } }

@keyframes headerfirst {
  from {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; } }

@-webkit-keyframes headersecond {
  from {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }

@keyframes headersecond {
  from {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }

section.s1 {
  background: url(https://cdn.txamfoundation.com/Spirit/Summer-2018/Cover-Page/texture.jpg) center no-repeat;
  background-size: cover;
  width: 100%; }
  section.s1 div.the-magic {
    background: url(https://cdn.txamfoundation.com/Spirit/Summer-2018/Cover-Page/top-image.jpg) center no-repeat;
    background-size: cover;
    width: 90%;
    float: right;
    padding-bottom: 45%;
    position: relative;
    overflow: hidden; }
    section.s1 div.the-magic div.absolute {
      position: absolute;
      left: 120px;
      bottom: 20px; }
    section.s1 div.the-magic h1 {
      font-size: 160px;
      color: #fff;
      width: 780px;
      line-height: 0.75; }
      section.s1 div.the-magic h1:nth-child(1) span {
        display: inline-block; }
        section.s1 div.the-magic h1:nth-child(1) span:nth-child(1) {
          -webkit-transform: translateY(200%);
          -ms-transform: translateY(200%);
          transform: translateY(200%);
          opacity: 0;
          -webkit-animation: headersecond 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
          animation: headersecond 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
        section.s1 div.the-magic h1:nth-child(1) span:nth-child(2) {
          -webkit-transform: translateY(200%);
          -ms-transform: translateY(200%);
          transform: translateY(200%);
          opacity: 0;
          -webkit-animation: headersecond 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s;
          animation: headersecond 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
      section.s1 div.the-magic h1:nth-child(2) span {
        display: inline-block; }
        section.s1 div.the-magic h1:nth-child(2) span:nth-child(1) {
          -webkit-transform: translateY(200%);
          -ms-transform: translateY(200%);
          transform: translateY(200%);
          opacity: 0;
          -webkit-animation: headersecond 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.6s;
          animation: headersecond 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.6s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
        section.s1 div.the-magic h1:nth-child(2) span:nth-child(2) {
          -webkit-transform: translateY(200%);
          -ms-transform: translateY(200%);
          transform: translateY(200%);
          opacity: 0;
          -webkit-animation: headersecond 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.9s;
          animation: headersecond 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.9s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  section.s1 div.text {
    padding: 30px 0; }
    section.s1 div.text h2 {
      margin-top: 0;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 700;
      color: #FFFFFF;
      margin-bottom: 15px; }
    section.s1 div.text h1 {
      color: #FFFFFF;
      font-size: 30px;
      margin: 0; }

section.s2 div.big-container {
  padding: 60px 0;
  position: relative; }
  section.s2 div.big-container p {
    color: #7C7C7C; }

section.s2 div.container {
  position: relative; }

section.s2 div.col-md-3 {
  position: absolute;
  bottom: 0px;
  left: 15px; }
  section.s2 div.col-md-3 div.quote {
    position: relative; }
    section.s2 div.col-md-3 div.quote img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
    section.s2 div.col-md-3 div.quote p {
      color: #555555;
      font-family: "rosewood-std-fill";
      font-size: 22px;
      position: relative;
      line-height: 1.5; }
      section.s2 div.col-md-3 div.quote p:before {
        content: "“";
        position: absolute;
        left: -45px;
        top: 10px;
        color: #A38D6E;
        font-size: 100px;
        line-height: 0.5; }
      section.s2 div.col-md-3 div.quote p:after {
        content: "”";
        position: absolute;
        right: -14px;
        bottom: -24px;
        color: #A38D6E;
        font-size: 100px;
        line-height: 0.5; }
    section.s2 div.col-md-3 div.quote h2 {
      color: #6F5023;
      font-size: 14px;
      text-transform: uppercase;
      margin: 15px 0;
      font-weight: 700; }

section.s3 div.maroon-box {
  padding: 30px;
  position: relative;
  background: #4F0000; }
  section.s3 div.maroon-box div.text {
    width: 75%;
    float: left; }
  section.s3 div.maroon-box div.h1-box {
    position: relative;
    padding-left: 60px;
    width: 100%;
    margin-bottom: 15px; }
    section.s3 div.maroon-box div.h1-box:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      background: #E2E2E2;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    section.s3 div.maroon-box div.h1-box h1 {
      color: #F0F0F0;
      font-size: 40px;
      background: #4F0000;
      margin: 0;
      position: relative;
      padding: 0 10px;
      float: left; }
  section.s3 div.maroon-box div.image-quote {
    width: 30%;
    position: absolute;
    right: -10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    section.s3 div.maroon-box div.image-quote img {
      width: 100%;
      border-bottom: 13px solid #340000; }
    section.s3 div.maroon-box div.image-quote p {
      font-style: italic;
      font-size: 13px;
      margin-top: 10px;
      width: 60%; }
  section.s3 div.maroon-box p {
    color: #F0F0F0; }

section.s4 div.big-container {
  padding: 60px 0;
  position: relative; }
  section.s4 div.big-container p {
    color: #7C7C7C; }

section.s4 div.container {
  position: relative; }

section.s4 div.col-md-3 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px; }

section.s4 div.quote {
  position: relative; }
  section.s4 div.quote img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  section.s4 div.quote p {
    color: #555555;
    font-family: "rosewood-std-fill";
    font-size: 22px;
    position: relative;
    line-height: 1.5; }
    section.s4 div.quote p:before {
      content: "“";
      position: absolute;
      left: -45px;
      top: 10px;
      color: #A38D6E;
      font-size: 100px;
      line-height: 0.5; }
    section.s4 div.quote p:after {
      content: "”";
      position: absolute;
      right: 11px;
      bottom: -26px;
      color: #A38D6E;
      font-size: 100px;
      line-height: 0.5; }
  section.s4 div.quote h2 {
    color: #6F5023;
    font-size: 14px;
    text-transform: uppercase;
    margin: 15px 0;
    font-weight: 700; }

section.s4 div.h1-box {
  position: relative;
  padding-left: 60px;
  width: 100%;
  margin-bottom: 15px; }
  section.s4 div.h1-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #6F5023;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  section.s4 div.h1-box h1 {
    color: #6F5023;
    font-size: 40px;
    background: #FAFAFA;
    margin: 0;
    position: relative;
    padding: 0 10px;
    float: left; }

section.s5 {
  background: url(https://cdn.txamfoundation.com/Spirit/Summer-2018/Cover-Page/texture.jpg) center no-repeat;
  background-size: cover;
  padding-top: 60px;
  position: relative;
  z-index: 1; }
  section.s5 div.slider {
    margin-bottom: -20px; }
    section.s5 div.slider div.slide-image {
      width: 100%;
      padding-bottom: 50%;
      position: relative; }
      section.s5 div.slider div.slide-image img {
        position: absolute;
        left: 0;
        top: 0;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%; }
  section.s5 div.slider-nav {
    position: absolute;
    right: 75px;
    bottom: -60px; }
    section.s5 div.slider-nav button.slick-prev1 {
      float: left;
      width: 96px;
      height: 96px;
      -webkit-appearance: none;
      border: 0;
      border-radius: 0;
      background: #4F0000;
      font-size: 0;
      background: url(https://cdn.txamfoundation.com/Spirit/Summer-2018/Cover-Page/arrow.svg) center no-repeat #4F0000;
      background-size: 27px; }
    section.s5 div.slider-nav ul {
      float: left;
      list-style: none;
      margin: 0;
      padding: 0; }
      section.s5 div.slider-nav ul li {
        display: block;
        float: left;
        margin-left: 2px; }
        section.s5 div.slider-nav ul li button {
          width: 96px;
          height: 96px;
          -webkit-appearance: none;
          border: 0;
          border-radius: 0;
          background: #4F0000;
          color: #fff;
          font-size: 20px;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        section.s5 div.slider-nav ul li.slick-active button {
          font-size: 60px;
          background: #721717; }
    section.s5 div.slider-nav button.slick-next1 {
      float: right;
      width: 96px;
      height: 96px;
      -webkit-appearance: none;
      border: 0;
      border-radius: 0;
      background: #4F0000;
      font-size: 0;
      background: url(https://cdn.txamfoundation.com/Spirit/Summer-2018/Cover-Page/arrow.svg) center no-repeat #4F0000;
      background-size: 27px;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      margin-left: 2px; }

section.s6 div.big-container {
  padding: 120px 0;
  position: relative; }
  section.s6 div.big-container p {
    color: #7C7C7C; }
  section.s6 div.big-container img.horse {
    position: absolute;
    width: 540px;
    right: 165px;
    bottom: -150px; }

section.s6 div.container {
  position: relative; }

section.s6 div.col-md-3 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px; }
  section.s6 div.col-md-3 div.quote {
    position: relative; }
    section.s6 div.col-md-3 div.quote img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
    section.s6 div.col-md-3 div.quote p {
      color: #555555;
      font-family: "rosewood-std-fill";
      font-size: 22px;
      position: relative;
      line-height: 1.5; }
      section.s6 div.col-md-3 div.quote p:before {
        content: "“";
        position: absolute;
        left: -45px;
        top: 10px;
        color: #A38D6E;
        font-size: 100px;
        line-height: 0.5; }
      section.s6 div.col-md-3 div.quote p:after {
        content: "”";
        position: absolute;
        right: 11px;
        bottom: -26px;
        color: #A38D6E;
        font-size: 100px;
        line-height: 0.5; }
    section.s6 div.col-md-3 div.quote h2 {
      color: #6F5023;
      font-size: 14px;
      text-transform: uppercase;
      margin: 15px 0;
      font-weight: 700; }

section.s6 div.h1-box {
  position: relative;
  padding-left: 60px;
  width: 100%;
  margin-bottom: 15px; }
  section.s6 div.h1-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #6F5023;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  section.s6 div.h1-box h1 {
    color: #6F5023;
    font-size: 40px;
    background: #FAFAFA;
    margin: 0;
    position: relative;
    padding: 0 10px;
    float: left; }

section.s6 div.button-section {
  margin-top: 60px;
  text-align: center;
  margin: 60px auto 0;
  width: 665px; }
  section.s6 div.button-section div.maroon-button {
    float: left;
    background: #4F0000;
    width: 265px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 15px;
    margin-right: 15px; }
  section.s6 div.button-section p {
    text-align: left;
    font-size: 14px;
    color: #A38D6E;
    font-weight: 700;
    margin: 0;
    float: left;
    width: 50%;
    margin-top: 5px;
    width: 375px; }

section.s7 {
  position: relative;
  width: 100%;
  padding-bottom: 40%;
  background: url(https://cdn.txamfoundation.com/Spirit/Summer-2018/Cover-Page/texture.jpg) center no-repeat;
  background-size: cover;
  z-index: 2; }
  section.s7 div.s71 {
    position: absolute;
    left: 0;
    top: -70px;
    width: 60%;
    padding-bottom: 40%; }
    section.s7 div.s71 img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  section.s7 div.s72 {
    position: absolute;
    right: 0;
    bottom: -70px;
    width: 60%;
    padding-bottom: 40%; }
    section.s7 div.s72 img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

section.s8 div.big-container {
  padding: 120px 0 160px;
  position: relative; }
  section.s8 div.big-container p {
    color: #7C7C7C; }

section.s8 div.container {
  position: relative; }

section.s8 div.col-md-4 {
  position: absolute;
  bottom: 120px;
  right: 0; }

section.s8 div.h1-box {
  position: relative;
  padding-left: 60px;
  width: 100%;
  margin-bottom: 15px; }
  section.s8 div.h1-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #6F5023;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  section.s8 div.h1-box h1 {
    color: #6F5023;
    font-size: 40px;
    background: #FAFAFA;
    margin: 0;
    position: relative;
    padding: 0 10px;
    float: left; }

section.s8 img {
  border-bottom: 13px solid #340000; }

section.s8 div.image-quote img {
  width: 100%;
  border-bottom: 13px solid #340000; }

section.s8 div.image-quote p {
  font-style: italic;
  font-size: 13px;
  margin-top: 10px; }

section.s9 {
  background: url(https://cdn.txamfoundation.com/Spirit/Summer-2018/Cover-Page/texture.jpg) center no-repeat;
  background-size: cover;
  padding-bottom: 60px; }
  section.s9 div.image-quote {
    width: 50%;
    float: left;
    position: absolute;
    left: 15px;
    top: -115px;
    z-index: 1; }
    section.s9 div.image-quote img {
      width: 100%;
      border-bottom: 13px solid #340000; }
    section.s9 div.image-quote p {
      font-style: italic;
      font-size: 13px;
      margin-top: 10px;
      width: 70%; }
  section.s9 div.maroon-box {
    padding: 30px;
    position: relative;
    background: #4F0000;
    width: 55%;
    z-index: 2;
    margin-top: -115px;
    float: right; }
    section.s9 div.maroon-box div.h1-box {
      position: relative;
      padding-left: 60px;
      width: 100%;
      margin-bottom: 15px; }
      section.s9 div.maroon-box div.h1-box:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #E2E2E2;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      section.s9 div.maroon-box div.h1-box h1 {
        color: #F0F0F0;
        font-size: 40px;
        background: #4F0000;
        margin: 0;
        position: relative;
        padding: 0 10px;
        float: left; }
    section.s9 div.maroon-box p {
      color: #F0F0F0; }

.mobile {
  display: none; }

.small-mobile {
  display: none; }

/* 1400 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
  div.big-container {
    width: 100%; } }

/* --------------------------------------------------------------- */
/* 1200 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  section.s1 div.the-magic h1 {
    left: 60px;
    font-size: 120px;
    width: 680px; }
  section.s3 div.maroon-box div.h1-box,
  section.s4 div.h1-box,
  section.s8 div.h1-box,
  section.s9 div.maroon-box div.h1-box {
    padding-left: 25px; }
    section.s3 div.maroon-box div.h1-box h1,
    section.s4 div.h1-box h1,
    section.s8 div.h1-box h1,
    section.s9 div.maroon-box div.h1-box h1 {
      font-size: 35px; } }

/* --------------------------------------------------------------- */
/* 992 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 992px) {
  .no-mobile {
    display: none; }
  .mobile {
    display: block; }
  section.s2 div.col-md-3,
  section.s4 div.col-md-3,
  section.s6 div.col-md-3,
  section.s4 div.quote.mobile {
    position: relative;
    left: inherit;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
    section.s2 div.col-md-3 div.quote img,
    section.s4 div.col-md-3 div.quote img,
    section.s6 div.col-md-3 div.quote img,
    section.s4 div.quote.mobile div.quote img {
      width: 25%;
      left: 0; }
    section.s2 div.col-md-3 img,
    section.s4 div.col-md-3 img,
    section.s6 div.col-md-3 img,
    section.s4 div.quote.mobile img {
      width: 25%;
      left: 0; }
  section.s3 div.maroon-box div.text {
    width: 100%; }
  section.s3 div.maroon-box img {
    float: left;
    position: relative;
    right: inherit;
    top: inherit;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-right: 15px; }
  section.s8 img {
    float: left;
    width: 40%;
    margin-right: 15px; }
  section.s9 div.image-quote {
    width: 100%;
    float: none;
    left: inherit;
    top: inherit;
    position: relative;
    margin-top: -115px; }
  section.s9 div.maroon-box {
    width: 100%;
    margin-top: none;
    float: none; }
  section.s1 div.the-magic div.absolute {
    left: 80px; }
  section.s5 div.slider-nav button.slick-prev,
  section.s5 div.slider-nav ul li button,
  section.s5 div.slider-nav button.slick-next {
    width: 60px;
    height: 60px;
    background-size: 20px; }
  section.s5 div.slider-nav ul li.slick-active button {
    font-size: 40px; }
  section.s5 div.slider-nav {
    bottom: -30px; } }

/* --------------------------------------------------------------- */
/* 768 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  section.s1 div.the-magic h1 {
    font-size: 100px; }
  section.s1 div.the-magic div.absolute {
    left: 30px; }
  section.s1 div.the-magic {
    padding-bottom: 65%;
    width: 100%; }
  section.s2 div.big-container {
    padding: 30px 0; }
  section.s2 div.col-md-3 div.quote,
  section.s4 div.quote.mobile,
  section.s6 div.col-md-3 div.quote {
    padding-left: 50px;
    padding-right: 50px; }
  section.s2 div.col-md-3 div.quote img, section.s4 div.col-md-3 div.quote img, section.s6 div.col-md-3 div.quote img, section.s4 div.quote.mobile div.quote img, section.s4 div.quote.mobile img {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  section.s5 div.slider-nav button.slick-prev,
  section.s5 div.slider-nav ul li button,
  section.s5 div.slider-nav button.slick-next {
    width: 60px;
    height: 60px;
    background-size: 20px; }
  section.s5 div.slider-nav ul li.slick-active button {
    font-size: 40px; }
  section.s5 div.slider-nav {
    bottom: -30px; }
  section.s4 div.big-container {
    padding: 60px 0 30px; }
  section.s5 {
    padding-top: 30px; }
  section.s6 div.big-container {
    padding: 60px 0 120px; }
  section.s9 {
    padding-bottom: 30px; }
  section.s3 div.maroon-box,
  section.s9 div.maroon-box {
    padding: 15px; }
  section.s3 div.maroon-box img {
    width: 40%; }
  section.s3 div.maroon-box div.h1-box h1, section.s4 div.h1-box h1, section.s8 div.h1-box h1, section.s9 div.maroon-box div.h1-box h1 {
    font-size: 30px; }
  section.s6 div.button-section p {
    margin-top: 10px;
    width: 100%; }
  section.s6 div.button-section {
    width: 100%; } }

/* --------------------------------------------------------------- */
/* 600 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 600px) {
  section.s1 div.the-magic h1 {
    font-size: 80px; }
  section.s5 div.slider-nav {
    right: 13%; }
  section.s4 div.quote {
    margin-top: 45px !important; } }

/* --------------------------------------------------------------- */
/* 500 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 500px) {
  section.s1 div.the-magic h1 {
    font-size: 60px; }
  section.s2 div.col-md-3 div.quote p:after,
  section.s6 div.col-md-3 div.quote p:after {
    right: 0;
    bottom: -32px; }
  section.s4 div.quote p:after {
    right: 0;
    bottom: -55px; }
  section.s2 div.col-md-3 div.quote p:before,
  section.s4 div.quote p:before,
  section.s6 div.col-md-3 div.quote p:before {
    left: -5px;
    top: -15px; }
  section.s2 div.col-md-3 div.quote,
  section.s4 div.quote.mobile,
  section.s6 div.col-md-3 div.quote {
    padding-left: 0px;
    padding-right: 0px; }
  section.s5 div.slider-nav button.slick-prev,
  section.s5 div.slider-nav ul li button,
  section.s5 div.slider-nav button.slick-next {
    width: 40px;
    height: 40px;
    background-size: 16px; }
  section.s5 div.slider-nav ul li button {
    font-size: 16px; }
  section.s5 div.slider-nav ul li.slick-active button {
    font-size: 20px; }
  section.s5 div.col-md-12, section.s5 div.row {
    padding: 0;
    text-align: center; }
  section.s5 div.slider-nav {
    position: relative;
    display: inline-block;
    right: inherit; }
  section.s8 div.big-container {
    padding: 30px 0 160px; }
  section.s8 img,
  section.s3 div.maroon-box img {
    width: 100%;
    margin-bottom: 15px; }
  section.s9 div.maroon-box {
    margin-top: 0; } }

/* --------------------------------------------------------------- */
/* 400 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 400px) {
  section.s1 div.the-magic {
    padding-bottom: 80%; }
  section.s1 div.the-magic h1 {
    font-size: 50px;
    margin: 0; }
  section.s1 div.text h1 {
    font-size: 22px; }
  section.s7 div.s71, section.s7 div.s72 {
    width: 100%;
    position: relative;
    top: inherit;
    bottom: inherit;
    padding: 0; }
    section.s7 div.s71 img, section.s7 div.s72 img {
      position: relative; }
  section.s7 {
    padding-bottom: 0; }
  section.s6 div.big-container {
    padding: 60px 0 30px; }
  section.s6 div.button-section div.maroon-button {
    margin: 0;
    float: none;
    width: 100%; }
  section.s6 div.button-section p {
    float: none; } }

/* --------------------------------------------------------------- */
