/* ==========================================================================
   Global styles
   ========================================================================== */
   body {
    font-family: 'Roboto Condensed', sans-serif;
  }
  
  h1,h2,h3,h4,h5,h6 {
    font-family: "Arvo";
  }
  
  h1 {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.5px;
    color: #58595b;
    font-weight: 700;
    text-transform: none;
    max-width: 768px;
    margin: 15px auto 15px;
  }

  @media (min-width: 480px) {
    h1 {
      font-size: 18px;
      line-height: 24px;
      margin-top: 0px;
    }
  }
  
  h2 {
    font-size: 20px;
    line-height: 20px;
    color: #58595b;
    font-weight: 700;
  }
  
  h3 {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #231f20;
    font-weight: 700;
  }
  
  .lead {
    font-size: 21px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
  }
  
  p, ol {
    font-size: 17px;
    line-height: 22px;
    color: #58595b;
    font-weight: 400;
  }
  
  ol li {
      margin-bottom: 15px;
  }
  
  /*------------------Utilities---------------------*/
  a {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    text-decoration: none;
    color: #477526;
  }
  
  a.rules {
    color: #edd8af;
    display: inline-block;
    border-bottom:1px dotted;
  }

  footer a.rules {
    color: #4a7628;
  }
  
  a:hover, a:focus {
    text-decoration: none;
    color: #231f20;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  
  .fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -10%;
  }
  
  ::selection {
    background: #231f20; /* Safari */
    color: #FFFFFF;
  }
  ::-moz-selection {
    background: #231f20; /* Firefox */
    color: #FFFFFF;
  }  
  
  /*------------------Buttons---------------------*/
  .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline: none;
  }
  
  .btn {
    text-transform: uppercase;
    border-radius: 4px;
    border: none;
  }
  
  .btn-lg {
    font-size: 15px;
    line-height: 1.33;
    padding: 22px 30px;
    font-weight: 400;
    letter-spacing: 1px;
  }
  
  .btn-sm {
    font-size: 11px;
    line-height: 1.33;
    padding: 10px 18px;
    font-weight: 400;
  }
  
  .btn-wide {
    width: 100%;
    font-size: 13px;
    line-height: 1.33;
    padding: 18px 28px;
    font-weight: 400;
    letter-spacing: 1px;
  }
  
  .btn-primary {
    background-color: #edd8af;
    color: #4a7628;
    box-shadow: 0 4px 4px rgba(255, 255, 255, 0.3) inset;
    border: 1px solid #967600;
  }
  
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    background-color: #edd8af;
    color: #4a7628;
    border-color: #967600;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  
  .btn-secondary {
    background-color: #ffffff;
    color: #231f20;
  }
  
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
    background-color: #ededed;
    color: #231f20;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  
  .play-video-btn {
    line-height: 60px;
    display: inline-block;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 14px;
    color: #58595b;
  }
  
  .play-video-btn svg {
    margin-right: 5px;
    float: left;
    fill: #58595b;
    height: 60px;
  }
  
  
  /*-----------------Margins------------------*/
  .margin-0 {
      margin-bottom: 0 !important;
  }
  .margin-10 {
      margin-bottom: 10px !important;
  }
  .margin-15 {
      margin-bottom: 15px !important;
  }
  .margin-20 {
      margin-bottom: 20px !important;
  }
  .margin-30 {
      margin-bottom: 30px !important;
  }
  .margin-40 {
      margin-bottom: 40px !important;
  }
  .margin-50 {
      margin-bottom: 50px !important;
  }
  .margin-60 {
      margin-bottom: 60px !important;
  }
  .margin-70 {
      margin-bottom: 70px !important;
  }
  .margin-80 {
      margin-bottom: 80px !important;
  }
  .margin-90 {
      margin-bottom: 90px !important;
  }
  .margin-100 {
      margin-bottom: 100px !important;
  }
  
  
  /*-----------------Colors------------------*/
  
  .black {
    color: #231f20;
  }
  
  .blue {
    color: #edd8af;
  }
  
  .white {
    color: #ffffff;
  }
  
  .black-bg {
    background: #231f20;
  }
  
  .blue-bg {
    background: #edd8af;
  }
  
  .white-bg {
    background: #ffffff;
  }
  
  .purple-bg {
    background: #6d3f96;
  }
  
  
  
  /* ==========================================================================
     Nav Styles
     ========================================================================== */
  
  .navbar {
      border: 0px solid rgba(0, 0, 0, 0);
      background: #FC3E1E;
      margin: auto;
      min-height: 60px;
      position: fixed;
      top: -140px;
      transition: top 0.4s ease 0s;
  }
  
  .navbar.open {
      top: 0;
  }
  
  .navbar-inverse .navbar-nav > li > a, .navbar-nav a {
      color: #ffffff;
      font-size: 16px;
  }
  
  .navbar-inverse .navbar-nav > li > a:hover {
      color: #ffffff;
      opacity: 0.6;
  }
  
  .navbar-nav > li {
    float: none;
    display: inline-block;
  }


  .color-header {
    background: rgba(255, 255, 255, 0.75);
    z-index: 9999999;
    position: relative;
  }
  
  
  .top-nav .navbar-nav {
      padding: 50px 0 5px;
      position: relative;
      width: 33.33333%;
  }
/*   
  .top-nav .navbar-nav:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 2px;
      left: 0;
      bottom: 0px;
      background: repeating-linear-gradient(90deg,#58595b,#58595b 2px,transparent 0,transparent 6px);
  } */
  
  
  .top-nav img {
    margin: 0 auto;
    max-height: 115px;
  }

  .top-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  @media (min-width: 480px) {
    .top-nav img {
      max-height: 145px;
    }
  }
  
  .sticky-nav .navbar-nav {
      padding: 17px 0;
  }
  
  .top-nav .featured,
  .sticky-nav .featured {
      background-color: mintcream;
  }
  
  .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 30px;
      color: #4a7628;
      text-transform: uppercase;
      font-weight: 700;
  }
  
  .nav > li > a:hover,
  .nav > li > a:active,
  .nav > li > a:focus {
    background: transparent;
  }
  
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
      border-color: #FC3E1E;
  }
  
  .navbar-inverse .navbar-toggle {
      border-color: transparent;
  }
  
  /* .logo img {
    max-height: 75px;
    margin: 0 auto;
  }

  .logo-wrapper {
    background: rgba(0,0,0,0.1);
    border-radius: 50%;
    overflow: visible; width: 300px; margin: 0 auto; 
    box-sizing:border-box"
  } */

  .logo-container {
    min-width: 320px;
  }

  .logo-container img {
    max-width: 100%;
  }

  @media (max-width: 400px) {
    .logo-container img {
      width: 33.33333%!important;
      padding: 10px!important;
      max-width: 100%!important;
      height: auto!important;
      max-height: none!important;
    }

    .logo-container a:nth-child(1) img {
      margin-top: 10px!important;
    }
    .logo-container a:nth-child(3) img {
      padding-left: 25px!important;
      padding-right: 25px!important;

    }
  }

  .logo-wrapper img {
    padding: 10px 0 0;
    max-width: 100%;
  }
  
  .mobile-logo {
    position: absolute;
    left: 0;
    right: 0;
  }
  
  .mobile-logo img {
    max-height: 100px;
    padding: 5px 0;
    margin: 0 auto;
  }
  
  .logo-list {
    position: relative;
  }
  
  .dotted-above,
  .dotted-below {
    position: relative;
  }
  
  .dotted-above:before,
  .dotted-below:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 2px;
      left: 0;
      background: repeating-linear-gradient(90deg,#ddd,#ddd 2px,transparent 0,transparent 6px);
  }
  
  .dotted-above:before {
      top: 0px;
  }
  .dotted-below:after {
      bottom: 0px;
  }
  
  /* ==========================================================================
     Main styles
     ========================================================================== */
  header {
    /* background: url(../media/Slide1.jpg) no-repeat center center; */
    background-attachment: fixed;
    width: 100%;
    /* padding-bottom: 60px; */
    /* min-height: 100vh; */
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
  }
  /* 
  header:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 25%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 25%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 25%,rgba(0,0,0,0.65) 100%);
  } */

  .header-info-wrapper {
    position: relative;
    min-height: 65vh;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  @media (min-width: 480px) and (max-width: 991px) {
    .header-info-wrapper {
      min-height: 85vh;
    }
  }

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

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

  @media(min-width: 480px) {
    .header-info {
      position: absolute;
      bottom: 0;
      width: 100%;
      left: 0;
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: left;
    }

    .cta-link {
      text-align: left;
      float: left;
    }
  }

  @media (min-width: 768px) {
    .header-info-wrapper {
      min-height: 55vh;
    }
    .header-info {
      width: 50%;
      bottom: auto;
      left: auto;
      right: 0;
      top: 50%;
  
      
    }
  }
  
  .header-info p {
    margin-bottom: 15px;
    font-size: 21px;
  }
  
  .header-info h1,
  .header-info p {
    text-shadow: 0 2px 5px rgba(0,0,0, 0.6);
    color: #fff;
  }
  
  .header-info .btn {
    margin-top: 15px;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    transform: none;
  }

  .header-info .btn:hover,
  .header-info .btn:active,
  .header-info .btn:focus {
    background: #fff;
  }
  .header-info .btn:hover {
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    transform: translateY(-1px);
  }
  .header-info .btn:active {
    background-color: #f5f5f5;
    box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    transform: translateY(1px);
    transition: all 0.2s ease;
  }
  
  .column {
    padding: 30px 30px;
    position: relative;
    min-height: 500px;
  }
  
  .column:first-child {
    background: #4a7628;
    background: #9b7a2c;
    color: #fff;
  }
  .column:first-child p, .column:first-child h2{
	  color: #fff;
  }
  
  .img-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    text-shadow: 0 1px 0 black;
    padding: 30px;
    width: 100%;
    background: rgba(0,0,0,0.5);
  }
  
  .img-caption a:hover {
    color: #fff;
    text-decoration: underline;
  }
  
  .img-caption h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .img-caption ul{
    padding: 15px;
      width: 85%;
  }
  
  .signin {
    padding-top: 9px;
  }
  
  
  .scroll-icon {
      display: block;
      height: 50px;
      margin: 0 auto 50px;
      position: relative;
      width: 30px;
      z-index: 10;
      color: #fff;
      font-size: 40px;
      animation-delay: 0s;
      animation-duration: 1.8s;
      animation-iteration-count: infinite;
      animation-name: scrolling;
      animation-play-state: running;
      animation-timing-function: linear;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 100px;
  }
  @keyframes scrolling {
  0% {
      opacity: 0;
      top: 5px;
  }
  
  40% {
      opacity: 1;
      top: 15px;
  }
  60% {
      opacity: 1;
      top: 20px;
  }
  100% {
      opacity: 0;
      top: 25px;
  }
  }
  
  .pad-xl {
    padding: 200px 0px;
  }
  
  .pad-lg {
    padding: 160px 0px;
  }
  
  .pad-sm {
    padding: 80px 0px;
  }
  
  .pad-xs {
    padding: 30px 0px;
  }
  
  #giveaway-info {
    background: #4FC3F7 url('../media/texture.png') repeat top left;
    min-height: 300px;
    border-width: 0 0 15px 0;
    border-color: transparent;
    border-style: solid;
    background-clip: padding-box;
    border-image: url(../media/rough-divider.svg) 15 15 round;
  }
  
  #giveaway-info h2 {
    line-height: 1.4;
  }
  
  #partners-top {
    background: #fff;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
  }

  /* @media (min-width: 768px){
    #partners-top {
      position: absolute;
    }
  } */
  
  #partners-top .logo-list img {
      max-height: 75px;
      margin: 0 auto;
  }
  
  #prizes h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    margin-top: 30px;

  }

  /* .bg-img {
    background: #fff url('../media/FT-FormSquareImage.jpg') no-repeat center center;
    background-size: 100%;
  } */

  .prize-img {
    background: #fff;
    padding: 0;
    display: flex;
    align-items: flex-start;
    background-color: #eed9af;
    
  }

  #prizes .bottomdivider {
    margin-bottom: 30px;
    border-bottom: 3px solid black;
    padding-bottom: 15px;
  }
  
  #prizes h3 sup {
    text-transform: none;
  }
  
  /* #prizes img{
	height: 80px;
    margin: auto;
    display: block;
    border-bottom: 1px solid;
    padding-bottom: 10px;
  } */
  #prizes ul{
	padding: 0;
    list-style: none;
    text-align: center;
    margin-top: 10px;
  }
  hr.line {
    width: 100%;
    border: 2px solid;
  }
  
  .blue {
    border-color: #edd8af;
    color: #edd8af
  }
  
  .yellow {
    border-color: #fdc05d;
    color: #fdc05d;
  }
  
  .products {
      position: relative;
      max-width: 430px;
      margin: 0 auto -350px;
  }
  
  @media screen and (max-width: 480px) {
    .products {
      margin-bottom: -200px;
    }
  }
  
  .products img {
    max-width: 100%;
    
    position: relative;
    z-index: 3;
  }
  
  
  
  .shadow:before, .shadow:after{
    position:absolute;
    content:"";
    box-shadow:0 10px 4px 20px rgba(0,0,0,0.1);
    top:30px;left:15px;bottom:50px;
    width:15%;
    z-index:1;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-2deg);
    transform: rotate(-2deg);
    background: #fff;
  }
  .shadow:after{
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    transform: rotate(2deg);
    right: 15px;left: auto;
  }
  
  
  #enter-to-win {
    background: #4a7628;
  }
  
  #enter-to-win h2 {
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 1;
  }
  #enter-to-win h2 span {
    font-size: 40px;
    display: block;
    text-transform: uppercase;
  }
  
  .fa-angle-double-down {
    color: #edd7af;
    font-size: 22px;
    display: block;
    padding-top: 10px;
    width: 40px;
    height: 40px;
    border: 2px solid #edd7af;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    margin: auto;
  }
  
  
  
  .news-container {
    padding: 10px 0px 20px;
    border-bottom: 1px dotted #d9d9d9;
  }
  
  .news-img {
    padding-right: 20px;
  }
  
  footer {
    background: #ffffff;
    padding: 40px 0px;
  }
  
  .social li a:hover {
    opacity: 0.5;
  }
  
  .logo-list img {
    max-width: 100%;
    height: auto;
  }
  
  .logo-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .logo-list .logo {
    width: 20%;
    /* float: left; */
    padding: 0 15px;
  }
  
  @media (min-width: 992px) {
    .logo-list .logo {
      width: 15%;
    }
  }
  
  
  
  
  /* ==========================================================================
     Form styles
     ========================================================================== */
  #form {
    max-width: 500px;
    margin: 0 auto;
  }
  
  .form-control {
      background-color: #FFFFFF;
      background-image: none;
      border: 0px solid transparent;
      border-radius: 4px;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
      color: #929496;
      display: block;
      font-size: 15px;
      height: 40px;
      line-height: 1.42857;
      padding: 6px 12px;
      transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
      margin-bottom: 15px;
  }
  
  .form-control:active,
  .form-control:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid #FC3E1E;
  }
  
  .form-control::-moz-placeholder {
      color: #d9d9d9;
      font-size: 15px;
      opacity: 1;
  }
  
  .form-control::-webkit-placeholder, .form-control::-o-placeholder {
      color: #d9d9d9;
      font-size: 15px;
      opacity: 1;
  }
  
  .form-control::-o-placeholder {
      color: #d9d9d9;
      font-size: 15px;
      opacity: 1;
  }
  
  
  
  
  /* ==========================================================================
     Mobile styles
     ========================================================================== */
  /* Landscape phones and down */
  @media (max-width: 480px) { 
  
  .btn-lg {
    font-size: 12.5px;
    line-height: 1.33;
    padding: 16px 13px;
    letter-spacing: 0px;
  }
  
  
  .btn-wide {
    width: 100%;
    font-size: 12.5px;
    line-height: 1.33;
    padding: 16px 13px;
    letter-spacing: 0px;
  }
  
  #giveaway-info { 
        background-attachment: scroll;
    }
  
  .pad-xl,
  .pad-lg {
    padding: 100px 0;
  }
  
  }
  
  
  /* Landscape phone to portrait tablet */
  @media (min-width: 481px) and (max-width: 767px) { 
    #giveaway-info { 
          background-attachment: scroll;
      }
  }
  
  @media (max-width: 767px) {
    .navbar-nav > li {
      display: block;
    }
    /*.top-nav .navbar-nav {
      display: none!important;
    }*/
    .sticky-nav .navbar-nav {
      margin: 0;
      padding: 0;
    }
    .sticky-nav {
      top: 0!important;
    }
  
    .navbar-header,
    .sticky-nav {
      min-height: 110px;
    }
  
  }
  
  @media (min-width: 768px) {
    .navbar-nav.left-nav {
      text-align: right;
    }
  }
  
  /* Portrait tablet to landscape and desktop */
  @media (min-width: 768px) and (max-width: 991px) {
  
  #giveaway-info { 
        background-attachment: scroll;
    }
  
    .nav > li > a {
      padding: 10px 15px;
    }
    
  }
  
  /* @media (max-height: 539px) {
    header {
      height: auto;
      min-height: 700px;
      overflow: initial;
    }
  } */
  
  

  /* Video Modal */

  .fluid-video {
    position: relative;
    padding-bottom: 175%; /* 16:9 */
    height: 0;
  }
  .fluid-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #videoModal {
    display: none; 
    position: fixed;
    z-index: 99999999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
  }

  .video-modal-content {
    margin: auto;
    display: block;
    max-width: 300px;
  }

  .video-modal-content { 
    animation-name: zoom;
    animation-duration: 0.6s;
  }

  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }

  .video-modal-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 5;
    font-size: 40px;
  }

  .video-modal-close:hover,
  .video-modal-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }

  .slide:focus,
  .slide a:focus {
    outline: none;
  }

@media (min-width: 768px) {
  .slider {
    margin-top: -95px;
  }
}

.slider-overlay {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  text-align: center;
  max-width: 320px;
}

.slider .slide img{
  width: 100%;
}


.prize-details {
  max-width: 800px;
  margin: 0 auto;
}


.prize-details h2 {
  margin: 30px 0;
}

.prize-detail {
  border: 1px solid #eee;
  padding: 30px;
  margin-top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
}

@media (min-width: 768px) {
  .prize-detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.prize-detail p {
  margin: 0;
}
.prize-detail img {
  max-width: 200px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .prize-detail img {
    border-right: 1px solid #eee;
    border-bottom: 0;
    margin-right: 20px;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
