/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 6, 2014, 2:02:21 AM
    Author     : Kevon
*/
@import url(https://fonts.googleapis.com/css?family=Arvo);
body {
  background: #FFFFFF;
  background-image: url(../img/nfl.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 0px; }
  @media screen and (max-width: 768px) {
    body {
      background-image: none; } }

#nfl-preview #crumbs-container {
  padding-left: 30px;
  padding-top: 25px; }
#nfl-preview #footer {
  width: 100%; }
  #nfl-preview #footer .ads, #nfl-preview #footer .social {
    display: none; }
#nfl-preview #logo {
  width: 250px;
  height: 77px;
  margin: 0 0 0 80px;
  background-size: cover;
  background-image: url(/images/buffalovibe_logo_250.png); }
  @media screen and (max-width: 768px) {
    #nfl-preview #logo {
      width: 200px;
      height: 62px;
      margin-left: 10px; } }
#nfl-preview .modal-dialog {
  z-index: 2000; }
#nfl-preview .full {
  width: 100%; }
#nfl-preview .sitebar {
  height: 100px;
  background-color: #FFF;
  margin-bottom: 30px;
  border-bottom: 15px solid #003a70; }
  @media screen and (max-width: 768px) {
    #nfl-preview .sitebar {
      background: none;
      height: 80px; } }
#nfl-preview .body-block {
  padding: 30px 230px 30px 80px;
  background-position: bottom right;
  background-size: 300px;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 22px; }
  #nfl-preview .body-block.intro {
    padding: 30px 80px 30px;
    font-size: 18px;
    line-height: 24px; }
    #nfl-preview .body-block.intro h2 {
      margin-bottom: 20px; }
  #nfl-preview .body-block b, #nfl-preview .body-block strong {
    color: #666;
    font-weight: 600;
    font-size: 18px; }
  #nfl-preview .body-block li {
    margin-bottom: 8px;
    list-style-type: circle; }
  @media screen and (max-width: 768px) {
    #nfl-preview .body-block {
      background-position-x: -2000px;
      padding: 20px; }
      #nfl-preview .body-block .container h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 48px; }
        #nfl-preview .body-block .container h2 small {
          display: block;
          padding: 0; }
      #nfl-preview .body-block .container.intro {
        padding: 20px;
        font-size: 18px; }
        #nfl-preview .body-block .container.intro h2 {
          margin-bottom: 20px; } }
#nfl-preview .img-thumbnail {
  width: 150px;
  height: 95px;
  float: left;
  background-size: cover;
  margin-right: 10px; }
#nfl-preview .container h2 {
  color: #003a70;
  font-family: 'Arvo', serif;
  font-size: 45px;
  line-height: 45px;
  margin: 15px 0 5px 5px; }
  #nfl-preview .container h2 small {
    font-size: 20px;
    padding-left: 8px;
    color: #999; }
#nfl-preview .container h3 {
  color: #dbab39;
  font-family: 'Arvo', serif;
  font-size: 25px;
  line-height: 28px;
  margin: 25px 0 10px 0; }
#nfl-preview .carousel-control.left, #nfl-preview .carousel-control.right {
  width: 6%;
  background-image: none;
  color: #003a70;
  opacity: 1; }
  @media screen and (max-width: 768px) {
    #nfl-preview .carousel-control.left, #nfl-preview .carousel-control.right {
      width: 25px;
      position: fixed;
      font-size: 24px;
      top: 40%; } }
#nfl-preview .carousel {
  height: auto;
  margin: 0; }
#nfl-preview .carousel-inner {
  background-color: #FFF;
  margin-bottom: 30px;
  border: 1px solid #DDD;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }
  #nfl-preview .carousel-inner .item {
    min-height: 600px; }
#nfl-preview .indicators {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #FFF;
  border: 1px solid #DDD;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
  #nfl-preview .indicators li {
    width: 86px;
    height: 86px;
    float: left;
    margin: 0 12px 10px 0;
    border: 1px solid #EEE;
    background-size: cover;
    cursor: pointer;
    overflow: hidden;
    list-style: none; }
    @media screen and (max-width: 768px) {
      #nfl-preview .indicators li {
        width: 65px;
        height: 65px;
        float: left;
        margin: 0 6px 6px 0; } }
#nfl-preview .hidden-desktop.hidden-phone #crumbs {
  height: auto;
  margin: 0;
  padding: 0;
  margin-bottom: 15px; }
#nfl-preview .hidden-desktop.hidden-phone .breadcrumb {
  background: #EFEFEF;
  padding: 8px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

/*# sourceMappingURL=style.css.map */
