body {
  background: #000 url(/img/traditional14tm/bg-traditional14tm.jpg) no-repeat center top;
  margin: 0;
  padding: 0;
  font: 16px Arial;
}

.clear:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

a{
  color: ;
  font-weight: bold;
  text-decoration: none;
}

a:hover{
  color: #333;
}

.wrap1, .wrap2{
  overflow: scroll;
  height: 500px;
}


h1{
  display: none;
}

h2, h3{
  width: 100%;
}

  h2 a{
    position: absolute;
    top: 0;
    right: 15px;
    padding: 5px;
    font-size: .7em;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #FFF;
  }

  h2 a:hover{
    background: #222
  }

ol, ul{
  text-align: left;
  padding: 0 0 0 20px
}

  ol li, ul li{
    border-bottom: 1px solid #333;
    padding-bottom: 8px;
    margin-bottom: 8px;
    width: 100%;
  }

    ul li strong{
      color: #cc9930
    }

  ol li a, ul li a{
    float: right;
  }

/* Animated */

.animated, .contest-traditional, .button-div, .pick, .submit-link {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated2, .team-div, .rightc{
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated3 {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInLeft, .team-div, .submit-link, .rightc {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.rubberBand, .pick {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn, .contest-traditional{
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

/* End Animated */

/* Login */

.body{
  color: #FFF;
  text-align: center;
}

.box-login{
  border: 1px solid #cc9930;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: inline-block;
  max-width: 500px;
  margin: 30px 5%;
  padding: 30px 5%;
  width: 80%;
      border: 0;
    background: #121e26;
}

  .body:before{
    content: 'Welcome to our NFL Playoffs Bracket Contest!';
    font-size: 1.5em;
    line-height: 1.2em;
    margin: 20px 0 0 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #FFF;
  }

  .row-input{
    margin-bottom: 20px;
  }

    .box-login input[type="text"], .box-login input[type="password"]{
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cccccc+0,ffffff+100 */
      background: rgb(204,204,204); /* Old browsers */
      background: -moz-linear-gradient(top,  rgba(204,204,204,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
      border: 1px solid #CCC;
      font-size: 1em;
      padding: 15px 2%;
      width: 96%;
    }

    .box-login label{
      color: #FFF;
      text-transform: uppercase;
      display: inline-block;
      margin-bottom: 10px;
    }

      .box-login label.username:before{
        content: 'username';
      }

      .box-login label.password:before{
        content: 'password';
      }

      .box-login input[type="submit"]{
        cursor: pointer;
      }

    .box-login input[type="submit"]{
      border: 1px solid #005986;
      background: none;
      padding: 20px 0;
      color: #FFF;
      position: relative;
      width: 100%;
      z-index: 2
    }

      .box-login input[type="submit"]:hover{
        border:1px solid #FFF;
      }

  #submit {
    position: relative;
}

#submit:after{
      content: 'Login';
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005986+0,0b6c9d+100 */
            background: #005986; /* Old browsers */
            background: -moz-linear-gradient(top,  #005986 0%, #0b6c9d 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top,  #005986 0%,#0b6c9d 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom,  #005986 0%,#0b6c9d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005986', endColorstr='#0b6c9d',GradientType=0 ); /* IE6-9 */
      width: 100%;
      color: #FFF;
      font-weight: bold;
      line-height: 55px;
      position: absolute;
      font-size: 1.5em;
      top: 0;
      left: 0;
      text-align: center;
      z-index: 1
    }

/* End Login */

div.container {
  border: 1px solid #cc9930;
  margin: 15% 5%;
  padding: 2%;
  width: 86%;
}

  .leftc, .rightc{
    float: left;
    margin: 10px 0;
    text-align: center;
    width: 100%;
  }

    .rules li{
      border-bottom: 0;
      font: .9em Arial;
      text-align: justify;
    } 

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

      .rules span{
        color: #cc9930;
        text-transform: uppercase;
      }

    .pick, .pick:visited{
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc9930+0,ffd378+100 */
      background: #cc9930; /* Old browsers */
      background: -moz-linear-gradient(left,  #cc9930 0%, #ffd378 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(left,  #cc9930 0%,#ffd378 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right,  #cc9930 0%,#ffd378 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc9930', endColorstr='#ffd378',GradientType=1 ); /* IE6-9 */
      border: 1px solid #cb8b07;
      color: #000!important;
      display: inline-block;
      font-size: 1.5em;
      font-weight: bold;
      line-height: 1.2em;
      text-transform: uppercase;
      text-align: center;
      padding: 15px 0;
      width: 80%;
    }

      .pick:hover{
        color: #666
      }

  .contest-traditional {
    position: absolute;
    text-align: center;
    z-index: 100;
    top: 168px !important;
    left: 0!important;
    width: 100%;
  }

  .contest-traditional:after{
    background: url(/img/25/bg-bracket_10kcontest-bp.jpg?v=1) no-repeat center top #FFF;
    background-size: 1000px;
    content: '';
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -2
  }

  .fixed-team-div{
    display: none;
  }

  .team-div{
    float: left;
    width: 44%;
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,cccccc+100 */
      background: rgb(255,255,255); /* Old browsers */
      background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    margin: 1%;
    padding: 14px 2%;
  }

    .team-div:before{
      content: "";
      display: inline-block;
      background-size: 100%;
      
    }

      #team-div-1:before{
        width: 150px;
        padding: 40px 0 0 0;
        background: url(/img/25/mobile/wildcard1.png?v=1) no-repeat center top;
        display: inline-block;
        background-size: 100%;
      }

      #team-div-2:before{
        width: 150px;
        padding: 40px 0 0 0;
        background: url(/img/25/mobile/wildcard2.png?v=1) no-repeat center top;
        display: inline-block;
        background-size: 100%;
      }

      #team-div-3:before{
        width: 150px;
        padding: 40px 0 0 0;
        background: url(/img/25/mobile/wildcard3.png?v=1) no-repeat center top;
        display: inline-block;
        background-size: 100%;
      }

      #team-div-5:before{
        width: 150px;
        padding: 40px 0 0 0;
        background: url(/img/25/mobile/wildcard4.png?v=1) no-repeat center top;
        display: inline-block;
        background-size: 100%;
      }

      #team-div-6:before{
        width: 150px;
        padding: 40px 0 0 0;
        background: url(/img/25/mobile/wildcard5.png?v=1) no-repeat center top;
        display: inline-block;
        background-size: 100%;
      }

      #team-div-7:before{
        width: 150px;
        padding: 40px 0 0 0;
        background: url(/img/25/mobile/wildcard6.png?v=1) no-repeat center top;
        display: inline-block;
        background-size: 100%;
      }
      
      #team-div-8:before{
        width: 150px;
        padding: 30px 0 0 0;
        background: url(/img/25/mobile/divisional1.png?v=1) no-repeat center top;
        display: inline-block;
        background-size: 100%;
      }

      #team-div-9:before{
        width: 150px;
        padding: 30px 0 0 0;
        background: url(/img/25/mobile/divisional1.png?v=1) no-repeat center top;
        display: inline-block;
        background-size: 100%;
      }

      #team-div-10:before{
        width: 150px;
        padding: 30px 0 0 0;
        background: url(/img/25/mobile/divisional2.png?v=1) no-repeat center top;
        display: inline-block;
        background-size: 100%;
      }

      #team-div-11:before{
        width: 150px;
        padding: 30px 0 0 0;
        background: url(/img/25/mobile/divisional2.png?v=1) no-repeat center top;
        display: inline-block;
        background-size: 100%;
      }

      #team-div-12:before{
        width: 100%;
        padding: 60px 0 0 0;
        background: url(/img/25/mobile/championship1.png?v=1) no-repeat center top;
        display: inline-block;
        background-size: 100%;
        max-width: 185px;
      }

      #team-div-13:before{
        width: 100%;
        padding: 60px 0 0 0;
        background: url(/img/25/mobile/championship2.png?v=1) no-repeat center top;
        display: inline-block;
        background-size: 100%;
        max-width: 185px;
      }

      #team-div-14{
        width: 92%;
      }

        #team-div-14:before{
          width: 100%;
          padding: 110px 0 0 0;
          background: url(/img/25/mobile/superbowl.png?v=1) no-repeat center top;
          display: inline-block;
          background-size: 100%;
          max-width: 185px;
          margin: 0 100px
        }

    div.team-sel{
      width: 95px;
      font: 13px Arial
    }

    .team-div#team-div-0{
      top: 70px;
      left: 270px;
    }

    .team-div#team-div-1{
      top: 32.5%;
      left: 12.5%;
    }

    .team-div#team-div-2{
      top: 55%;
      left: 12.5%;
    }

    .team-div#team-div-3{
      left: 12.5%;
      top: 77.5%;
    }

    .team-div#team-div-4{
      right: 269px;
      top: 70px;
    }

    .team-div#team-div-5{
      top: 32.5%;
      right: 12.5%;
    }

    .team-div#team-div-6{
      top: 55%;
      right: 12.5%;
    }

    .team-div#team-div-7{
      top: 77.5%;
      right: 12.5%;
    }

    .team-div#team-div-8{
      top: 21%;
      left: 23%;
    }

    .team-div#team-div-9{
      left: 23%;
      top: 66%;
    }

    .team-div#team-div-10{
      top: 21%;
      right: 23%;
    }

    .team-div#team-div-11{
      right: 23%;
      top: 66%;
    }

    .team-div#team-div-12{
      left: 34%;
      top: 43.5%;
    }

      .team-div#team-div-12 div#sel-12{
        margin: 0 0 0 15px;
        font-weight: bold;
      }

    .team-div#team-div-13{
      top: 43.5%;
      right: 34%;
    }

      .team-div#team-div-13 div#sel-13{
        margin: 0 15px 0 0;
        font-weight: bold;
      }

    .team-div#team-div-14{
      top: 48%;
      left: 45%;
    }

      .team-div#team-div-14 div#sel-14{
        width: 115px;
        font-weight: bold;
        margin: 0;
      }

  .button-div, .submit-div{
    float: left;
    text-align: center;
    margin: 0 1%;
    width: 98%;
  }

  .submit-div{
    bottom: -60px !important;
  }

      .random-link, .random-link:visited, .reset-link, .reset-link:visited{
        background: #000;
        color: #cc9930;
        border: 1px solid #333;
        display: inline-block;
        padding: 10px 15px;
        margin: 15px ;
      }

      .random-link:hover, .reset-link:hover{
        background: #cc9930;
        color: #000;
      }

    .submit-link, .submit-link:visited{
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc64c+0,cc9930+100 */
      background: rgb(255,198,76); /* Old browsers */
      background: -moz-linear-gradient(top,  rgba(255,198,76,1) 0%, rgba(204,153,48,1) 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(top,  rgba(255,198,76,1) 0%,rgba(204,153,48,1) 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom,  rgba(255,198,76,1) 0%,rgba(204,153,48,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc64c', endColorstr='#cc9930',GradientType=0 ); /* IE6-9 */
      border: 1px solid #ffd883;
      
      color: #000;
      display: inline-block;
      font-size: 1.5em;
      line-height: 1.5em;
      padding: 10px 0;
      width: 99.7%;
    }

      .submit-link:hover{
        -webkit-box-shadow: 0px 0px 41px 9px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 41px 9px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 41px 9px rgba(0,0,0,0.5);
      }

    .cancel-link, .cancel-link:visited{
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,cccccc+100 */
      background: rgb(255,255,255); /* Old browsers */
      background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

      border: 1px solid #CCC;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      color: #000;
      font-size: .8em;
      font-weight: bold;
      width: 60px;
      height: 20px;
      line-height: 25px;
      position: fixed;
      padding: 20px 0;
      right: 2%;
      top: 2%;
    }

      .cancel-link:hover{
        color: #333;
        opacity: .8
      }



@media  screen and (min-width: 480px){


}

@media screen and  (min-width: 780px){

  /* Login */

    .body{
      width: 100%;
      top: 30%;
      height: 0;
      left: 0;
      position: fixed;
    }

    .body:before{
      margin: 0;
      position: absolute;
      left: 0;
      top: -20px;
    }

  /* End Login */

}

@media screen and  (min-width: 960px){
  
  .leftc, .rightc{
    margin: 0;
    width: 50%;
  }

  ol, ul{
    padding: 0 0 0 40px
  }

  .rightc{
    float: right;
  }

  .submit-link, .submit-link:visited{
    margin: 5px 25%;
    width: 50%;
  }

  h2 a{
    padding: 10px 15px;
    font-size: 1em;
  }


}

@media screen and  (min-width: 1260px) {

  .team-div{
    position: absolute;
    width: auto;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
  }
  
  div.container {
    width: 960px;
    margin: 150px auto 50px auto;
    padding: 2%;
  }

  .contest-traditional {
    width: 1300px;
    height: 500px;
    left: 9%;
  }

    .team-div:before{
      display: none!important;
    }
  
    #team-div-14{
        width: auto;
      }

    .contest-traditional:before{
      background: url(/img/25/bracket-10kcontest.png?v=1) no-repeat center top;
      background-size: 100%;
      content: '';
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: -1
    }

    .contest-traditional:after{
      background-size: 100%;
    }

    .button-div, .submit-div{
      position: absolute;
      bottom: 0;
    }


}

@media screen and (min-width: 1600px){

    .contest-traditional{
      left: 15%!important;
    }

}

@media screen and ( min-width: 1420px ) and ( max-height: 800px ){

  

}