
/* Large Screen 1366px. */
@media (min-width: 1170px) {
  .container {
    width: 1200px;
  }

  /* Header */

  /* Footer */

}

/* Old Desktop 1024px. */

@media (min-width: 992px) and (max-width: 1169px) {
  .container {
    width: 970px;
  }

  /* Header */

  /*Share */

  /*FAQ*/
  .nav-tabs.nav-justified li a {
    font-size: 14px;
  }

  /* Footer */

}

/* Tablet Screen 768px. */

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 750px;
  }

  /* Header */


  /*Exh */
  .exh-info h2 {
    font-size: 24px;
  }



  /* Video */
  .sec-title h1 {
    font-size: 24px;
  }

  /*Share CSS*/

  .share-details p {
    margin: 20px 0;
    margin: 0;
  }

  .share-box {
    margin-bottom: 5px;
    width: 100%;
  }
  .share-overlay {
    padding: 5px;
  }
  .share-text {
    max-width: 600px;
  }

  .share-box-wrapper {
    text-align: center;
  }

  .icon h3 {
    font-size: 16px;
  }

  /*FAQ*/
  .panel-group {
    border-top: 1px solid #ddd;
  }

  .nav-tabs.nav-justified {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-bottom: 20px;
    padding-bottom: 15px;
    background: transparent;
    border: 0 none;
  }

  .nav-tabs.nav-justified>li {
    display: inline-block;
    width: auto;
  }

  .nav-tabs li {
    white-space: nowrap;
    margin-right: 10px;
  }

  .nav-tabs.nav-justified li a {
    background: #EFEFEF;
    font-size: 14px;
    border-radius: 4px 4px 4px 4px;
  }

  .nav-tabs.nav-justified .active a,
  .nav-tabs.nav-justified .active a:focus,
  .nav-tabs.nav-justified .active a:hover {
    border: 0 none;
    background: #00994E;
    color: #fff;
  }

  .nav-tabs.nav-justified .active a i,
  .nav-tabs.nav-justified .active a i:focus,
  .nav-tabs.nav-justified .active a i:hover {
    color: #fff;
  }

  .inner-img img {
    max-width: 620px;
  }

  /* Prize */
  .tires li {
    font-size: 20px;
  }

  /* Footer */

}

/* Small Mobile 320px. */

@media (max-width: 767px) {
  .container {
    width: 300px;
  }

  /* Header */


  /*Exh CSS*/
  .exh-logo img {
    max-width: 270px;
  }

  .exh-info h2 {
    font-size: 22px;
  }

  .exh-info .promo-dialog {
    font-size: 20px;
  }



  /* Video */
  .sec-title h1 {
    font-size: 22px;
  }

  .intro-area .sec-title h2 {
    font-size: 22px;
  }

  /*Share CSS*/
  .share-box-wrapper {
    flex-direction: column;
  }
  .share-box {
    margin-bottom: 5px;
  }
  .share-overlay {
    padding: 10px;
  }
  .share-text h1 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .share-text p {
    font-size: 16px;
  }

  .share-box-wrapper {
    text-align: center;
  }

  /* Track */
  .reg-button.blue {
    font-size: 15px;
    padding: 0 15px;
  }

  /*FAQ*/
  .track-leads h2,
  .sec-head h2 {
    font-size: 22px;
  }

  .panel-group {
    border-top: 1px solid #ddd;
  }

  .nav-tabs.nav-justified {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-bottom: 20px;
    padding-bottom: 15px;
    background: transparent;
    border: 0 none;
  }

  .nav-tabs.nav-justified li {
    white-space: nowrap;
    margin-right: 10px;
    display: inline-block;
    width: auto;
  }

  .nav-tabs.nav-justified li a {
    background: #EFEFEF;
    font-size: 14px;
    border-radius: 4px 4px 4px 4px;
  }

  .nav-tabs.nav-justified .active a,
  .nav-tabs.nav-justified .active a:focus,
  .nav-tabs.nav-justified .active a:hover {
    border: 0 none;
    background: #EA3D43;
    color: #fff;
  }

  .nav-tabs.nav-justified .active a i,
  .nav-tabs.nav-justified .active a i:focus,
  .nav-tabs.nav-justified .active a i:hover {
    color: #fff;
  }

  .panel-body {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .inner-img img {
    max-width: 100%;
  }

  .ins-img .inner-img img {
    max-width: 200px;
  }

  /*Contact*/
  .contact-text p {
    font-size: 16px;
  }

  /* Prize */
  .prize-desc p {
    font-size: 18px;
  }

  .prize-tiers p {
    font-size: 18px;
  }


  /* Footer */

}

/* Large Mobile :480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }

  /*Share*/
  .sec-title h2 {
    font-size: 16px;
  }

}