html, body, h1, h2, h3, h4, h5, ul, li, a, p {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-family: Akkurat, Helvetica, Arial, sans-serif; }

.clear {
  clear: both; }

/*=============================== */
/*========= Colors ========== */
/*=============================== */
.red {
  color: red; }

.blue {
  color: #0099ca; }

.orange {
  color: #f1592a; }

/*=============================== */
/*========= Navigation ========== */
/*=============================== */
.navbar-inverse .navbar-inner {
  font-family: Akkurat-Bold, Helvetica, Arial, sans-serif;
  background: white;
  border: none;
  box-shadow: 0px 3px 5px #c4c4c4;
  color: black; }
  .navbar-inverse .navbar-inner ul.nav a {
    color: black;
    text-shadow: none; }
    .navbar-inverse .navbar-inner ul.nav a:hover {
      background: none; }
  .navbar-inverse .navbar-inner ul.nav li.active {
    -webkit-box-shadow: none;
      -webkit-box-shadow--moz-box-shadow: none;
        -webkit-box-shadow--moz-box-shadow-box-shadow: none; }
    .navbar-inverse .navbar-inner ul.nav li.active a {
      background: none;
      color: #37c6f4;
      box-shadow: none;
      -webkit-box-shadow: none;
        -webkit-box-shadow--moz-box-shadow: none; }
      .navbar-inverse .navbar-inner ul.nav li.active a:hover {
        color: #37c6f4;
        background: none;
        -webkit-box-shadow: none;
          -webkit-box-shadow--moz-box-shadow: none;
            -webkit-box-shadow--moz-box-shadow-box-shadow: none; }
      .navbar-inverse .navbar-inner ul.nav li.active a:focus {
        color: #37c6f4;
        background: none;
        -webkit-box-shadow: none;
          -webkit-box-shadow--moz-box-shadow: none;
            -webkit-box-shadow--moz-box-shadow-box-shadow: none; }
  .navbar-inverse .navbar-inner .brand {
    float: left;
    font-size: 18px; }
    .navbar-inverse .navbar-inner .brand img {
      padding-right: 10px; }
    .navbar-inverse .navbar-inner .brand:hover {
      color: black; }
  .navbar-inverse .navbar-inner ul {
    margin: 8px 0px 0px 0px;
    float: right; }
    .navbar-inverse .navbar-inner ul li a {
      font-size: 16px;
      color: black; }
      .navbar-inverse .navbar-inner ul li a:hover {
        color: #37c6f4; }
  @media (max-width: 979px) {
    .navbar-inverse .navbar-inner .container {
      padding: 5px 25px; }
    .navbar-inverse .navbar-inner ul {
      float: left;
      width: 100%; } }

@media (max-width: 767px) {
  .navbar-fixed-top {
    margin-right: 0px; } }

/*================================== */
/*========= First Section ========== */
/*================================== */
.jumbotron {
  background: white;
  color: black;
  text-shadow: none;
  padding-top: 100px;
  padding-bottom: 50px;
  z-index: 200;
  /*==== Media Queries ==== */
  /*======================= */
  /*======================= */
  /*======================= */ }
  .jumbotron h1 {
    padding-bottom: 20px;
    font-size: 80px;
    font-family: Akkurat-Bold, Helvetica, Arial, sans-serif; }
  .jumbotron p {
    font-size: 24px;
    line-height: 38px;
    color: #212121;
    text-align: left;
    margin-bottom: 30px; }
    .jumbotron p span {
      color: #f1592a; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .jumbotron h1 {
      font-size: 65px; }
    .jumbotron p {
      font-size: 21px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .jumbotron {
      padding-top: 50px; }
      .jumbotron h1 {
        font-size: 50px; }
      .jumbotron p {
        font-size: 16px;
        line-height: 31px; } }
  @media (max-width: 480px) {
    .jumbotron {
      padding: 20px 0px 0px 20px;
      margin-right: 0px; }
      .jumbotron h1 {
        font-size: 40px; }
      .jumbotron p {
        font-size: 18px;
        line-height: 32px;
        padding: 0px 10px; }
      .jumbotron img {
        width: 90%; } }
  @media (max-width: 320px) {
    .jumbotron h1 {
      font-size: 38px; } }

/*==================================== */
/*========= Dilemma Section ========== */
/*==================================== */
.dilemma-section {
  padding: 75px 0px;
  background-color: #ededed;
  border-top: solid 1px #babbbf;
  border-bottom: solid 1px #babbbf;
  z-index: 200;
  position: relative;
  /*==== Media Queries ==== */
  /*======================= */
  /*======================= */
  /*======================= */ }
  .dilemma-section h1 {
    text-align: center;
    font-size: 80px;
    font-family: Akkurat-Bold, Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: black; }
  .dilemma-section h2 {
    font-family: Akkurat-Light, Helvetica, Arial, sans-serif;
    font-size: 34px;
    padding: 30px 80px; }
  .dilemma-section h3 {
    font-family: "Indie Flower", cursive;
    font-size: 14px;
    padding: 0px;
    line-height: 18px;
    position: absolute;
    text-align: left; }
  .dilemma-section p {
    font-size: 24px;
    line-height: 38px;
    color: #212121;
    font-family: Akkurat, Helvetica, Arial, sans-serif;
    padding: 20px 80px;
    text-align: left; }
  .dilemma-section .list {
    padding: 50px 0px; }
    .dilemma-section .list p {
      border-top: solid 1px #c2c2c2;
      padding: 10px 30px;
      font-size: 22px;
      text-align: center;
      line-height: 28px; }
    .dilemma-section .list .last {
      border-bottom: solid 1px #c2c2c2; }
  .dilemma-section .fixed-image {
    background: url("images/fixed-image.png") no-repeat center center;
    background-size: cover;
    height: 70%;
    margin-top: 30px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .dilemma-section h1 {
      font-size: 65px; }
    .dilemma-section h2 {
      font-size: 30px;
      padding: 10px 40px 30px 40px; }
    .dilemma-section p {
      font-size: 21px;
      padding: 20px 40px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .dilemma-section {
      padding-top: 50px; }
      .dilemma-section h1 {
        font-size: 50px; }
      .dilemma-section h2 {
        font-size: 28px;
        padding: 10px 0px 30px 0px; }
      .dilemma-section p {
        font-size: 16px;
        line-height: 31px;
        padding: 20px 0px; } }
  @media (max-width: 480px) {
    .dilemma-section {
      padding: 20px 0px 20px 0px;
      margin-right: 0px; }
      .dilemma-section h1 {
        font-size: 40px; }
      .dilemma-section h2 {
        font-size: 25px;
        padding: 0px 10px; }
      .dilemma-section p {
        font-size: 18px;
        line-height: 32px;
        padding: 0px 10px; } }
  @media (max-width: 320px) {
    .dilemma-section h1 {
      font-size: 30px; }
    .dilemma-section h2 {
      font-size: 20px; } }

/*==================================== */
/*========= Sonic Section ============= */
/*==================================== */
.sonic-section {
  background: white;
  padding: 75px 0px 0px 0px;
  position: relative;
  z-index: 200;
  position: relative;
  /*==== Media Queries ==== */
  /*======================= */
  /*======================= */
  /*======================= */ }
  .sonic-section h1 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 80px;
    color: black;
    font-weight: bold;
    font-family: Akkurat-Bold, Helvetica, Arial, sans-serif; }
  .sonic-section h2 {
    font-family: Akkurat-Light, Helvetica, Arial, sans-serif;
    font-size: 34px;
    padding: 30px 80px 0px 80px; }
  .sonic-section p {
    font-size: 24px;
    line-height: 38px;
    color: #212121;
    font-family: Akkurat, Helvetica, Arial, sans-serif;
    text-align: left; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .sonic-section h1 {
      font-size: 65px; }
    .sonic-section h2 {
      font-size: 30px; }
    .sonic-section p {
      font-size: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .sonic-section h1 {
      font-size: 50px; }
    .sonic-section h2 {
      font-size: 28px;
      padding: 20px 0px 40px 0px; }
    .sonic-section p {
      font-size: 16px;
      line-height: 31px; } }
  @media (max-width: 480px) {
    .sonic-section {
      padding: 20px 0px; }
      .sonic-section h1 {
        font-size: 40px; }
      .sonic-section h2 {
        font-size: 25px; }
      .sonic-section p {
        font-size: 18px;
        line-height: 32px; }
      .sonic-section p, .sonic-section h2 {
        padding: 5px 10px; } }
  @media (max-width: 320px) {
    .sonic-section h1 {
      font-size: 30px; }
    .sonic-section h2 {
      font-size: 20px; } }

/*=========================================== */
/*========= Sonic Shutter Section ============= */
/*=========================================== */
.sonic-info {
  text-align: center;
  padding: 150px 0px 55px 0px; }
  .sonic-info h1 {
    font-family: Akkurat-Bold, Helvetica, Arial, sans-serif;
    font-size: 165px;
    color: #dddddd;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 100px; }
  .sonic-info h2 {
    font-family: Akkurat-Bold, Helvetica, Arial, sans-serif;
    font-size: 41px;
    color: black;
    z-index: 1; }
  .sonic-info p {
    font-family: Akkurat, Helvetica, Arial, sans-serif;
    font-size: 22px;
    color: black;
    padding-top: 10px; }

.sonic-bg {
  box-shadow: inset 0 0 20px black;
  -moz-box-shadow: inset 0 0 20px black;
  -webkit-box-shadow: inset 0 0 20px black;
  height: 326px; }

.sonic-1 {
  position: relative; }
  .sonic-1 .sonic-bg {
    background: url("images/sonic-bg-1.jpg") center center no-repeat, url("images/sonic-bg1-repeat.jpg") repeat-x; }

.sonic-2 {
  position: relative; }
  .sonic-2 .sonic-bg {
    background: url("images/sonic-bg-2.jpg") center center no-repeat, url("images/sonic-bg2-repeat.jpg") repeat-x; }

.sonic-3 {
  position: relative; }
  .sonic-3 .sonic-bg {
    background: url("images/sonic-bg-3.jpg") center center no-repeat, url("images/sonic-bg3-repeat.jpg") repeat-x; }

/*=========================================== */
/*========= S & S Section ============= */
/*=========================================== */
.ss-section {
  background-color: white;
  text-align: center;
  padding: 90px 0px 0px 0px;
  position: relative;
  z-index: 200;
  /*==== Media Queries ==== */
  /*======================= */
  /*======================= */
  /*======================= */ }
  .ss-section h1 {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 80px;
    color: black;
    font-weight: bold;
    font-family: Akkurat-Bold, Helvetica, Arial, sans-serif; }
  .ss-section h2 {
    font-family: Akkurat-Light, Helvetica, Arial, sans-serif;
    font-size: 34px;
    padding: 30px 80px 0px 80px; }
  .ss-section p {
    font-size: 24px;
    line-height: 38px;
    color: #212121;
    font-family: Akkurat, Helvetica, Arial, sans-serif;
    text-align: left; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .ss-section h1 {
      font-size: 65px; }
    .ss-section h2 {
      font-size: 30px; }
    .ss-section p {
      font-size: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .ss-section h1 {
      font-size: 50px; }
    .ss-section h2 {
      font-size: 28px;
      padding: 20px 0px 40px 0px; }
    .ss-section p {
      font-size: 16px;
      line-height: 31px; } }
  @media (max-width: 480px) {
    .ss-section {
      padding: 20px 0px; }
      .ss-section h1 {
        font-size: 40px; }
      .ss-section h2 {
        font-size: 25px; }
      .ss-section p {
        font-size: 18px;
        line-height: 32px; }
      .ss-section p, .ss-section h2 {
        padding: 5px 10px; } }
  @media (max-width: 320px) {
    .ss-section h1 {
      font-size: 30px; }
    .ss-section h2 {
      font-size: 20px; } }

/*=========================================== */
/*========= S & S Shutter Section ============= */
/*=========================================== */
.ss-info {
  text-align: center;
  padding: 150px 0px 55px 0px; }
  .ss-info h1 {
    font-family: Akkurat-Bold, Helvetica, Arial, sans-serif;
    font-size: 165px;
    color: #dddddd;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 100px; }
  .ss-info h2 {
    font-family: Akkurat-Bold, Helvetica, Arial, sans-serif;
    font-size: 41px;
    color: black;
    z-index: 1; }
  .ss-info p {
    font-family: Akkurat, Helvetica, Arial, sans-serif;
    font-size: 22px;
    color: black;
    padding-top: 10px; }

.ss-bg {
  box-shadow: inset 0 0 20px black;
  -moz-box-shadow: inset 0 0 20px black;
  -webkit-box-shadow: inset 0 0 20px black;
  height: 326px; }

.ss-1 {
  position: relative; }
  .ss-1 .ss-bg {
    background: url("images/ss-bg-1.jpg") center center no-repeat, url("images/ss-bg1-repeat.jpg") repeat-x; }

.ss-2 {
  position: relative; }
  .ss-2 .ss-bg {
    background: url("images/ss-bg-2.jpg") center center no-repeat #ebebeb; }

.ss-3 {
  position: relative; }
  .ss-3 .ss-bg {
    background: url("images/ss-bg-3.jpg") center center no-repeat #ebebeb; }

/*================================== */
/*========= Demo Section ========== */
/*================================== */
.demo-section {
  background: white;
  color: black;
  padding: 75px 0px;
  text-align: center;
  position: relative;
  z-index: 200;
  /*==== Media Queries ==== */
  /*======================= */
  /*======================= */
  /*======================= */ }
  .demo-section h1 {
    padding-bottom: 20px;
    font-size: 80px;
    font-family: Akkurat-Bold, Helvetica, Arial, sans-serif;
    font-weight: bold; }
  .demo-section h2 {
    font-family: Akkurat-Italic, Helvetica, Arial, sans-serif;
    font-style: italic;
    line-height: 50px;
    text-align: center;
    font-size: 34px;
    padding: 20px 0px 0px 0px; }
  .demo-section p {
    font-size: 24px;
    line-height: 38px;
    color: #212121;
    font-family: Akkurat, Helvetica, Arial, sans-serif;
    padding: 0px 80px;
    text-align: left; }
    .demo-section p span {
      color: #f1592a; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .demo-section h1 {
      font-size: 72px;
      padding: 0px 0px 15px; }
    .demo-section h2 {
      font-size: 29px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .demo-section h1 {
      font-size: 56px;
      padding: 0px 0px 0px; }
    .demo-section h2 {
      font-size: 22px; } }
  @media (max-width: 480px) {
    .demo-section {
      padding: 20px 0px; }
      .demo-section h1 {
        font-size: 44px;
        padding: 0px 0px 10px; }
      .demo-section h2 {
        font-size: 20px;
        padding: 10px 10px 0px 10px;
        line-height: 35px; } }
  @media (max-width: 320px) {
    .demo-section {
      padding: 20px 0px; }
      .demo-section h1 {
        font-size: 38px; }
      .demo-section h2 {
        padding: 10px 10px 0px 10px; } }

/*=========================================== */
/*========= Partner Section ================= */
/*=========================================== */
.partner-section {
  background: url("images/partner_section_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 75px 0px;
  position: relative;
  z-index: 200;
  /*==== Media Queries ==== */
  /*======================= */
  /*======================= */
  /*======================= */ }
  .partner-section h1 {
    padding: 35px 60px 50px;
    font-size: 80px;
    font-family: Akkurat-Bold, Helvetica, Arial, sans-serif;
    text-align: center;
    color: white;
    font-weight: bold; }
  .partner-section h2 {
    font-family: Akkurat-Light, Helvetica, Arial, sans-serif;
    font-size: 34px;
    padding: 30px 0px 30px 0px;
    text-align: left; }
  .partner-section h3 {
    font-size: 26px;
    font-family: Akkurat-Bold, Helvetica, Arial, sans-serif;
    color: white;
    font-weight: bold;
    text-align: left; }
  .partner-section p {
    font-size: 24px;
    line-height: 38px;
    color: white;
    font-family: Akkurat, Helvetica, Arial, sans-serif;
    padding: 20px 0px;
    text-align: left; }
  .partner-section img {
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;
    margin-top: 75px;
    height: auto;
    width: auto; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .partner-section h1 {
      font-size: 70px;
      padding: 35px 0px 50px; }
    .partner-section p {
      font-size: 24px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .partner-section h1 {
      font-size: 53px;
      padding: 35px 0px 50px; }
    .partner-section p {
      font-size: 21px; } }
  @media (max-width: 480px) {
    .partner-section {
      padding: 30px 0px; }
      .partner-section img {
        width: 35%;
        margin-top: 0px;
        margin-bottom: 30px; }
      .partner-section h1 {
        font-size: 40px;
        padding: 25px 5px 40px; }
      .partner-section h3 {
        font-size: 22px;
        padding: 0px 10px; }
      .partner-section p {
        font-size: 18px;
        padding: 0px 10px; } }
  @media (max-width: 320px) {
    .partner-section h1 {
      font-size: 28px; }
    .partner-section h3 {
      font-size: 22px;
      padding: 0px 10px; }
    .partner-section img {
      margin-bottom: 20px; } }

/*=========================================== */
/*============= Bios Section ================ */
/*=========================================== */
.bios-section {
  background-color: #ededed;
  border-top: solid 1px #babbbf;
  border-bottom: solid 1px #babbbf;
  text-align: center;
  padding: 75px 0px;
  position: relative;
  z-index: 200;
  /*==== Media Queries ==== */
  /*======================= */
  /*======================= */
  /*======================= */ }
  .bios-section h1 {
    padding-bottom: 60px;
    font-size: 80px;
    font-family: Akkurat-Bold, Helvetica, Arial, sans-serif;
    text-align: center;
    font-weight: bold;
    color: black; }
  .bios-section h2 {
    font-family: Akkurat-Bold, Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    font-size: 34px;
    padding: 20px 0px 0px 0px; }
  .bios-section h3 {
    font-family: Akkurat-Italic, Helvetica, Arial, sans-serif;
    font-style: italic;
    text-align: left;
    font-size: 30px;
    padding: 0px 0px 10px 0px; }
  .bios-section p {
    font-size: 24px;
    line-height: 38px;
    color: #212121;
    font-family: Akkurat, Helvetica, Arial, sans-serif;
    padding: 0px;
    text-align: left; }
  .bios-section .orange-line {
    width: 80%;
    background-color: #f1592a;
    height: 1px;
    margin: 10px 0px 15px 235px; }
  .bios-section ul {
    padding-top: 20px; }
    .bios-section ul li {
      display: inline-block; }





  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .bios-section h1 {
      font-size: 72px;
      padding: 0px 0px 55px; }
    .bios-section h2 {
      font-size: 29px; }
    .bios-section p {
      font-size: 21px; }
    }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .bios-section h1 {
      font-size: 55px;
      padding: 0px 0px 40px; }
    .bios-section h2 {
      font-size: 28px; }
    .bios-section h3 {
      font-size: 22px; }
    .bios-section p {
      font-size: 18px;
      line-height: 35px; }
    }
  @media (max-width: 480px) {
    .bios-section {
      padding: 50px 0px; }
      .bios-section h1 {
        font-size: 44px;
        padding: 0px 0px 25px; }
      .bios-section p {
        font-size: 18px;
        line-height: 30px;
        padding: 0px 10px; }
      .bios-section ul {
        padding-top: 10px; }
        .bios-section ul li {
          display: inline-block; }
          .bios-section ul li img {
            width: 10px; } }
  @media (max-width: 320px) {
    .bios-section {
      padding: 40px 0px; }
      .bios-section h1 {
        font-size: 44px;
        padding: 0px 0px 40px; }
      .bios-section p {
        font-size: 18px;
        line-height: 30px;
        padding: 0px 10px; }
      .bios-section ul {
        padding-top: 10px; }
        .bios-section ul li {
          display: inline-block; }
          .bios-section ul li img {
            width: 10px; } }

/*=========================================== */
/*============= Footer Section ============== */
/*=========================================== */
.footer {
  padding: 50px 0px 25px;
  margin-top: 0px;
  background: white;
  text-align: center;
  position: relative;
  z-index: 200;
  /*==== Media Queries ==== */
  /*======================= */
  /*======================= */
  /*======================= */ }
  .footer h1 {
    padding: 15px 0px;
    font-size: 80px;
    font-family: Akkurat-Bold, Helvetica, Arial, sans-serif;
    text-align: center;
    color: black;
    font-weight: bold; }
  .footer p {
    font-size: 24px;
    line-height: 40px;
    color: #212121;
    font-family: Akkurat, Helvetica, Arial, sans-serif;
    padding: 20px 0px;
    text-align: left; }
    .footer p span.bold {
      font-family: Akkurat-Bold, Helvetica, Arial, sans-serif; }
  .footer .copyright p {
    text-align: center;
    font-size: 14px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .footer h1 {
      font-size: 72px;
      padding: 35px 0px 0px 0px; }
    .footer p {
      font-size: 19px; }
      .footer p span.bold {
        font-weight: bold; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .footer h1 {
      font-size: 56px;
      padding: 0px 0px 40px; }
    .footer p {
      font-size: 19px; }
      .footer p span.bold {
        font-weight: bold; }
    .footer .span2 {
      display: none; }
    .footer .span4 {
      width: 42%;
      margin-left: 50px; } }
  @media (max-width: 480px) {
    .footer {
      margin-right: 0px;
      padding: 25px 0px 5px 0px; }
      .footer h1 {
        font-size: 34px; }
      .footer p {
        font-size: 18px;
        text-align: center;
        line-height: 32px; }
        .footer p span.bold {
          font-weight: bold; }
      .footer .orange-line {
        width: 60%;
        background-color: #f1592a;
        height: 1px;
        margin: 0 auto; }
      .footer .span1, .footer .span2 {
        display: none; } }
  @media (max-width: 320px) {
    .footer h1 {
      font-size: 34px; }
    .footer p {
      font-size: 18px;
      text-align: center; }
      .footer p span.bold {
        font-weight: bold; } }





/*============================================= */
/*============= Carousel Section ============== */
/*============================================= */



#myCarousel .carousel-inner > .item {
  height: 520px;
}

#myCarousel .carousel-caption {
  background: none;
  top: 0px;
}

#myCarousel .carousel-caption img {
  float: left;
  padding-right: 30px;
  padding-bottom: 5px;
}

#myCarousel .carousel-caption h2 {
  padding-top: 0px;
  text-align: left;
}

#myCarousel .carousel-control.left {
  left: -75px;
}

#myCarousel .carousel-control.right {
  right: -75px;
}

#myCarousel .carousel-indicators {
  display: inline-block;
  position: relative;
}

#myCarousel .carousel-indicators li {
  background: #cccccc;
}

#myCarousel .carousel-indicators .active {
  background: #000000;
}




/*============= Media Queries ============== */



  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    #myCarousel .carousel-inner > .item {
      height: 570px;
    }
    #myCarousel .carousel-control.left {
      left: -25px;
    }

    #myCarousel .carousel-control.right {
      right: -25px;
    }
  }


  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    #myCarousel .carousel-inner > .item {
      height: 650px;
    }
  }


  @media (max-width: 480px) {

    #myCarousel .carousel-inner > .item {
      height: 950px;
    }

    #myCarousel .carousel-caption img {
      float: none;
      padding-right: 0px;
      padding-bottom: 30px;
    }

    #myCarousel .carousel-caption h2 {
      font-size: 28px;
      padding: 0px 10px 5px;
      text-align: center;
    }

    #myCarousel .carousel-caption h3 {
      font-size: 22px;
      text-align: center;
      padding: 0px 10px;
    }

    #myCarousel .carousel-caption .orange-line {
      width: 95%;
      margin: 10px 10px 15px 10px;
    }

    #myCarousel .carousel-control {
      top: 100%;
    }

    #myCarousel .carousel-control.left {
      left: 5px;
    }

    #myCarousel .carousel-control.right {
      right: 5px;
    }
  }


  @media (max-width: 320px) {

  }

