.page-wrap {
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%; }

nav.push-menu {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  z-index: 20;
  overflow-y: scroll; }

nav.slide-menu-left,
nav.slide-menu-right,
nav.push-menu-left,
nav.push-menu-right {
  top: 0;
  width: 300px;
  height: 100%; }

nav.slide-menu-left,
nav.push-menu-left {
  left: -300px; }

nav.slide-menu-right,
nav.push-menu-right {
  right: -300px; }

body.sml-open nav.slide-menu-left,
body.pml-open nav.push-menu-left {
  left: 0; }

body.smr-open nav.slide-menu-right,
body.pmr-open nav.push-menu-right {
  right: 0; }

body.pml-open .page-wrap {
  left: 300px; }

body.pmr-open .page-wrap {
  left: -300px; }

nav.slide-menu-top,
nav.slide-menu-bottom,
nav.push-menu-top,
nav.push-menu-bottom {
  left: 0;
  width: 100%;
  height: 100%; }

nav.slide-menu-top,
nav.push-menu-top {
  top: -100%; }

nav.slide-menu-bottom,
nav.push-menu-bottom {
  bottom: -100%; }

body.smt-open nav.slide-menu-top,
body.pmt-open nav.push-menu-top {
  top: 0; }

body.smb-open nav.slide-menu-bottom,
body.pmb-open nav.push-menu-bottom {
  bottom: 0; }

body.pmt-open .page-wrap {
  top: 100%; }

body.pmb-open .page-wrap {
  top: -100%; }

.main-menu {
  border: 1px solid #eac824;
  border-bottom: none;
  border-radius: 3px;
  background: #f3d959;
  background-image: -webkit-linear-gradient(top, #f3d959 0%, #eac824 100%);
  background-image: -moz-linear-gradient(top, #f3d959 0%, #eac824 100%);
  background-image: -o-linear-gradient(top, #f3d959 0%, #eac824 100%);
  background-image: -ms-linear-gradient(top, #f3d959 0%, #eac824 100%);
  background-image: linear-gradient(to bottom, #f3d959 0%, #eac824 100%);
  -moz-box-shadow: inset 0px 1px 0px #fff;
  -webkit-box-shadow: inset 0px 1px 0px #fff;
  box-shadow: inset 0px 1px 0px #fff; }
  .main-menu .vnav {
    list-style: none;
    padding: 0;
    margin: 0; }
    .main-menu .vnav__item {
      background: transparent;
      position: relative; }
    .main-menu .vnav__item:hover {
      background: transparent; }
    .main-menu .vnav__link {
      color: #333;
      background: transparent;
      display: block;
      padding: 21px 16px;
      text-shadow: 0 1px 0px #fff;
      text-decoration: none;
      text-align: center;
      font-weight: bold;
      font-size: 13px;
      text-transform: uppercase; }
      .main-menu .vnav__link:hover {
        color: #333;
        background: #f1bb19;
        text-decoration: none;
        -moz-box-shadow: inset 0px 1px 0px #fff;
        -webkit-box-shadow: inset 0px 1px 0px #fff;
        box-shadow: inset 0px 1px 0px #fff; }
      .main-menu .vnav__link--active {
        color: #333;
        background: #f1bb19;
        -moz-box-shadow: inset 0px 1px 0px #fff;
        -webkit-box-shadow: inset 0px 1px 0px #fff;
        box-shadow: inset 0px 1px 0px #fff; }
    .main-menu .vnav__item:hover > .vnav__subnav {
      display: block; }
    .main-menu .vnav__subnav {
      background: #eeeeee;
      display: none;
      position: absolute;
      z-index: 1; }
    .main-menu .vnav__subnav .vnav__item {
      display: block; }
    .main-menu .vnav__subnav .vnav__link {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 10px 25px;
      background-color: #ebebeb;
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ebebeb));
      background-image: -webkit-linear-gradient(top, #fff, #ebebeb);
      background-image: -moz-linear-gradient(top, #fff, #ebebeb);
      background-image: -ms-linear-gradient(top, #fff, #ebebeb);
      background-image: -o-linear-gradient(top, #fff, #ebebeb);
      color: #333;
      white-space: nowrap;
      text-align: left;
      text-transform: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .main-menu .vnav__subnav .vnav__link:hover {
        color: #c95600;
        text-decoration: none; }
    .main-menu .vnav--level1 {
      position: relative;
      display: inline-table; }
    .main-menu .vnav--level1 > .vnav__item {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline; }
    .main-menu .vnav--horizontal .vnav__subnav {
      left: 0;
      top: 100%; }
    .main-menu .vnav--horizontal .vnav--level3, .main-menu .vnav--horizontal .vnav--level4 {
      left: 100%;
      top: 0; }
    .main-menu .vnav--vertical .vnav__item {
      display: block; }
    .main-menu .vnav--vertical .vnav__subnav {
      left: 100%;
      top: 0px; }

.push-menu {
  padding: 50px 20px;
  text-align: left;
  background: #ededed;
  overflow: hidden;
  overflow-y: scroll; }
  .push-menu .search-mobile .form-group {
    width: 100%; }
  .push-menu .search-mobile input {
    padding: 10px;
    width: 210px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .push-menu .search-mobile button {
    padding: 11px;
    float: right; }
  .push-menu::-webkit-scrollbar {
    display: none; }
  .push-menu__close-btn {
    height: 30px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    background: #f3d959;
    width: 30px;
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: center; }
    .push-menu__close-btn:before {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      content: '';
      height: 100%;
      margin-right: -0.25em; }
    .push-menu__close-btn .close-menu__inner {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      width: 90%;
      max-width: 30px; }
  .push-menu .vnav {
    list-style: none;
    padding: 0;
    margin: 0; }
    .push-menu .vnav__item {
      position: static;
      background: transparent;
      border-bottom: 1px solid #ddd; }
    .push-menu .vnav__item:hover {
      color: #c95600;
      background: #eee; }
    .push-menu .vnav__item:hover > a {
      color: #c95600; }
    .push-menu .vnav__link {
      text-transform: none;
      display: block;
      text-align: left;
      padding: 12px 15px;
      color: #333333;
      background: transparent; }
    .push-menu .vnav__subnav {
      text-align: left;
      display: none;
      background: transparent;
      border: 0;
      position: relative;
      -moz-transition: all 0.12s linear 0.3s;
      -o-transition: all 0.12s linear 0.3s;
      -webkit-transition: all 0.12s linear;
      -webkit-transition-delay: 0.3s;
      transition: all 0.12s linear 0.3s; }
  .push-menu .vnav__link--active + .vnav__subnav, .push-menu .vnav__item:hover > .vnav__subnav {
    display: block;
    text-align: left; }
  .push-menu .vnav__subnav .vnav__item {
    display: block; }
  .push-menu .vnav__subnav .vnav__link {
    background: transparent;
    color: #333;
    font-size: 12px;
    white-space: nowrap;
    text-align: left;
    padding: 8px 15px 8px 35px; }
  .push-menu .vnav--level3 .vnav__link {
    padding-left: 55px; }
  .push-menu .vnav--level1 {
    position: relative;
    display: block; }
  .push-menu .vnav--level1 > .vnav__item {
    padding: 0;
    display: block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
  .push-menu .vnav--horizontal .vnav__subnav {
    left: 0;
    top: 100%;
    padding: 0; }
  .push-menu .vnav--horizontal .vnav--level3, .push-menu .vnav--horizontal .vnav--level4 {
    left: 0;
    top: 0; }
  .push-menu .vnav--vertical .vnav__item {
    display: block; }
  .push-menu .vnav--vertical .vnav__subnav {
    left: 100%;
    top: 0px; }

#showLeftPush.active {
  background: none; }

.side-bar {
  /* --- LIST ITEMS --- */ }
  .side-bar ul {
    list-style-type: none;
    color: #666;
    font-size: 12px;
    font-weight: normal;
    list-style: none;
    margin: 10px 0;
    padding: 0px;
    width: auto; }
  .side-bar li {
    margin: 0;
    padding: 0; }
  .side-bar li a {
    display: block;
    padding: 7px 10px 7px 22px;
    text-decoration: none;
    font-size: 13px;
    color: #333333; }
  .side-bar li a:hover,
  .side-bar li.nav_selected a {
    background-color: none;
    color: #c95600;
    text-decoration: none; }

@media only screen and (min-width: 992px) {
  .navbar-nav > li > a {
    padding: 0; } }

/*****************************
* *      RESPONSIVE TEMPLATE STYLES     * *
******************************/
.footer {
  position: relative;
  background: #ebebeb;
  border-top: 1px solid #b9b9b9;
  box-shadow: inset 0 1px #fff; }
  @media only screen and (min-width: 992px) {
    .footer:before {
      content: "";
      display: block;
      width: 100%;
      position: absolute;
      top: 100px;
      height: 2px;
      border-bottom: 1px solid #fff;
      box-shadow: inset 0 -1px 0 #b9b9b9; } }
  .footer .navbar {
    min-height: inherit;
    margin-bottom: 0; }
  .footer .navbar-toggle {
    float: none;
    margin: 0;
    padding: 10px 0;
    color: #c95600;
    width: 100%;
    text-align: left;
    font-size: 21px;
    border-top: 1px solid #b9b9b9;
    box-shadow: inset 0 1px #fff;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; }
  .footer .ssl {
    border-top: 1px solid #b9b9b9;
    box-shadow: inset 0 1px #fff;
    text-align: center; }
    @media only screen and (min-width: 992px) {
      .footer .ssl {
        border-top: none;
        box-shadow: none; } }
    .footer .ssl img {
      padding-bottom: 10px; }
      @media only screen and (min-width: 992px) {
        .footer .ssl img {
          padding-bottom: 0; } }
  .footer .creditcards {
    display: inline-block; }
    .footer .creditcards .icon {
      display: inline-block;
      vertical-align: middle;
      width: 41px;
      height: 25px;
      fill: white;
      margin-right: 5px; }
    .footer .creditcards .icon.fill {
      background: #fff;
      border-radius: 3px; }

/* ========== MAILING LIST ============ */
.elist {
  margin: 15px 0; }
  @media only screen and (min-width: 992px) {
    .elist {
      margin: 0; } }
  .elist .elist__title {
    font-size: 18px;
    font-weight: bold;
    color: #c95600;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    padding-left: 67px;
    line-height: 47px;
    background: url(../images/template/envelope.jpg) no-repeat 0 0;
    display: block;
    margin: 0 auto;
    max-width: 320px; }
    @media only screen and (min-width: 992px) {
      .elist .elist__title {
        font-size: 21px;
        float: left;
        max-width: none;
        padding-right: 10px; } }
    @media only screen and (min-width: 1200px) {
      .elist .elist__title {
        font-size: 27px; } }
  .elist form {
    margin: 10px auto 0;
    padding: 0;
    width: 290px;
    height: 47px;
    background: url(../images/template/news-bg.png) no-repeat 100% 0; }
    @media only screen and (min-width: 992px) {
      .elist form {
        float: left;
        margin: 0 auto;
        width: 360px; } }
  .elist .elist__input {
    padding: 10px 10px;
    display: inline-block;
    border: none;
    font-size: 12px;
    width: 190px;
    box-shadow: none;
    border-radius: 0px;
    margin: 5px 0 0 5px; }
    @media only screen and (min-width: 992px) {
      .elist .elist__input {
        width: 235px; } }
  .elist .elist__input::-webkit-input-placeholder {
    color: #666666;
    font-style: italic;
    font-weight: normal; }
  .elist .elist__input:-moz-placeholder {
    color: #666666;
    font-style: italic;
    font-weight: normal; }
  .elist .elist__input::-moz-placeholder {
    color: #666666;
    font-style: italic;
    font-weight: normal; }
  .elist .elist__input:-ms-input-placeholder {
    color: #666666;
    font-style: italic;
    font-weight: normal; }
  .elist .elist__input:focus::-webkit-input-placeholder {
    color: #cccccc;
    font-style: normal;
    font-weight: normal; }
  .elist .elist__input:focus:-moz-placeholder {
    color: #cccccc;
    font-style: normal;
    font-weight: normal; }
  .elist .elist__input:focus::-moz-placeholder {
    color: #cccccc;
    font-style: normal;
    font-weight: normal; }
  .elist .elist__input:focus:-ms-input-placeholder {
    color: #cccccc;
    font-style: normal;
    font-weight: normal; }
  .elist .elist__input:focus {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-color: #777; }
  .elist .elist__submit {
    font-size: 0;
    color: #444;
    border: none;
    background-color: transparent;
    text-decoration: none;
    border-radius: 0px;
    cursor: pointer;
    width: 90px;
    height: 45px;
    float: right;
    margin: 3px 3px 0 0; }
  .elist .elist__submit:hover {
    opacity: 0.8; }

/*****************************
* *      LEGACY TEMPLATE STYLES     * *
******************************/
.footer a {
  color: #666666; }
.footer .column {
  list-style: none;
  margin: 0px;
  padding: 0; }
.footer ul li {
  font-size: 15px;
  margin: 0 0 2px 0;
  padding: 0;
  text-align: left; }
  @media only screen and (min-width: 992px) {
    .footer ul li {
      font-size: 13px; } }
.footer .column__title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #c95600; }
.footer ul li a {
  color: #666666; }
.footer ul li a:hover {
  color: #666666;
  text-decoration: underline; }
.footer .footer__ceiling-wrap {
  width: 100%; }
.footer .footer__ceiling {
  margin: 0; }
  @media only screen and (min-width: 992px) {
    .footer .footer__ceiling {
      margin: 25px 0px; } }
.footer .footer__ceiling .social {
  padding-top: 5px;
  text-align: center; }
  @media only screen and (min-width: 992px) {
    .footer .footer__ceiling .social {
      float: right; } }
.footer .footer__ceiling .social span {
  font-size: 21px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #c95600; }
  @media only screen and (min-width: 1200px) {
    .footer .footer__ceiling .social span {
      font-size: 28px; } }
.footer .footer__ceiling .social img {
  vertical-align: bottom; }
.footer .footer__top {
  margin: 20px auto 30px; }
  @media only screen and (min-width: 992px) {
    .footer .footer__top {
      margin: 40px auto 10px; } }
.footer .footer__top .blurb {
  text-align: left; }
.footer .footer__top .blurb .title {
  font-size: 18px;
  color: #c95600;
  margin-bottom: 15px; }
.footer .footer__top .blurb p {
  font-size: 13px; }
.footer .footer__top .ssl {
  padding-top: 30px; }
.footer .footer__bottom {
  font-size: 12px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  color: #666666;
  text-transform: uppercase; }
  @media only screen and (min-width: 992px) {
    .footer .footer__bottom {
      text-align: left; } }
.footer .footer__bottom a {
  color: #666666; }
.footer .footer__bottom a:hover {
  text-decoration: underline;
  color: #666666; }

/*Important tags prevent document shadowing in iOS7*/
#visa .orange {
  fill: #D97B16 !important; }

#visa .blue {
  fill: #265697 !important; }

#amex .path1 {
  fill: #306FC5 !important; }

#discover .orange {
  fill: #D97B16 !important; }

#discover .slate {
  fill: #444444 !important; }

#paypal .drkblue {
  fill: #265697 !important; }

#mastercard .path1 {
  fill: #DFAC16 !important; }

#mastercard .path2 {
  fill: #BF3126 !important; }

#paypal .lightblue {
  fill: #306FC5 !important; }

header {
  /* ========== SEARCH BOX ============ */ }
  header .navbar-header {
    float: none; }
  @media only screen and (min-width: 992px) {
    header .navbar-default {
      background: none;
      border-color: transparent; } }
  header .navbar-default .container {
    position: relative; }
  @media only screen and (min-width: 768px) {
    header .navbar-toggle {
      margin-top: 38px;
      margin-bottom: 38px; } }
  header .navbar-collapse {
    padding: 0; }
  header .site-name.logo {
    margin: 25px 0 25px 15px; }
    @media only screen and (min-width: 768px) {
      header .site-name.logo {
        margin: 15px 0; } }
    @media only screen and (min-width: 992px) {
      header .site-name.logo {
        min-height: 104px; } }
    header .site-name.logo .text-hide {
      height: 0;
      width: 0; }
    header .site-name.logo a {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline; }
      header .site-name.logo a#homepage_title {
        color: #333;
        font-size: 18px;
        line-height: 1.1;
        text-indent: 0; }
      header .site-name.logo a img {
        max-width: 160px; }
        @media only screen and (min-width: 768px) {
          header .site-name.logo a img {
            max-width: 300px; } }
        @media only screen and (min-width: 992px) {
          header .site-name.logo a img {
            max-width: none; } }
  header .site-tools-wrap {
    font-size: 12px;
    background: #e3e3e3;
    -moz-box-shadow: 0px 0px 10px 2px #999;
    -webkit-box-shadow: 0px 0px 10px 2px #999;
    box-shadow: 0px 0px 10px 2px #999;
    position: relative;
    z-index: 1; }
    header .site-tools-wrap .site-tools {
      position: relative; }
      header .site-tools-wrap .site-tools > ul {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: right; }
        header .site-tools-wrap .site-tools > ul > li {
          display: inline-block;
          padding: 0 14px;
          border-left: 1px solid #aeaeae; }
          header .site-tools-wrap .site-tools > ul > li:first-child {
            border-left: none; }
          header .site-tools-wrap .site-tools > ul > li > a {
            color: #333333;
            line-height: 34px; }
            header .site-tools-wrap .site-tools > ul > li > a:hover {
              color: #666; }
        header .site-tools-wrap .site-tools > ul li.last li {
          border-left: none; }
  header .cart-summary {
    position: absolute;
    right: 70px;
    top: 35px; }
    @media only screen and (min-width: 768px) {
      header .cart-summary {
        right: 80px;
        top: 44px; } }
    @media only screen and (min-width: 992px) {
      header .cart-summary {
        position: relative;
        top: auto;
        right: auto; } }
    header .cart-summary .cart-summary__link {
      color: #333333;
      position: relative;
      padding-left: 30px; }
      header .cart-summary .cart-summary__link:before {
        content: "";
        display: block;
        width: 24px;
        height: 19px;
        position: absolute;
        left: 0px;
        top: -2px;
        background: url(../images/template/cart.png) 0 0 no-repeat; }
      header .cart-summary .cart-summary__link .cart-summary__count:before {
        content: "("; }
      header .cart-summary .cart-summary__link .cart-summary__count:after {
        content: ")"; }
  header .call {
    position: absolute;
    top: 45px;
    right: 15px;
    font-size: 18px; }
    header .call .today {
      font-weight: bold;
      font-style: italic;
      color: #c95600;
      display: block; }
    header .call .number {
      font-weight: normal;
      color: #333; }
      header .call .number:hover {
        text-decoration: underline; }
  header .site-search {
    position: absolute;
    top: 47px;
    right: 160px;
    background: url(../images/template/search-bg.png) no-repeat 0 0;
    width: 378px;
    height: 51px; }
  header .site-search form {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%; }
  header .site-search .site-search__input {
    padding: 16px 10px;
    display: inline-block;
    border: none;
    font-size: 12px;
    box-shadow: none;
    border-radius: 0px;
    width: 260px;
    background: transparent;
    /* Firefox 18- */
    /* Firefox 19+ */
    /* Firefox 18- */
    /* Firefox 19+ */ }
  header .site-search .site-search__input::-webkit-input-placeholder {
    color: #666666;
    font-style: italic;
    font-weight: normal; }
  header .site-search .site-search__input:-moz-placeholder {
    color: #666666;
    font-style: italic;
    font-weight: normal; }
  header .site-search .site-search__input::-moz-placeholder {
    color: #666666;
    font-style: italic;
    font-weight: normal; }
  header .site-search .site-search__input:-ms-input-placeholder {
    color: #666666;
    font-style: italic;
    font-weight: normal; }
  header .site-search .site-search__input:focus::-webkit-input-placeholder {
    color: #cccccc;
    font-style: normal;
    font-weight: normal; }
  header .site-search .site-search__input:focus:-moz-placeholder {
    color: #cccccc;
    font-style: normal;
    font-weight: normal; }
  header .site-search .site-search__input:focus::-moz-placeholder {
    color: #cccccc;
    font-style: normal;
    font-weight: normal; }
  header .site-search .site-search__input:focus:-ms-input-placeholder {
    color: #cccccc;
    font-style: normal;
    font-weight: normal; }
  header .site-search .site-search__input:focus {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-color: #777; }
  header .site-search .site-search__submit {
    font-size: 0;
    color: #444;
    border: none;
    background-color: transparent;
    text-decoration: none;
    border-radius: 0px;
    cursor: pointer;
    width: 90px;
    height: 45px;
    float: right;
    margin: 3px 3px 0 0; }
  header .site-search .site-search__submit:hover {
    opacity: 0.8; }

body {
  background: url(../images/template/page-wrap-bg.gif) 50% 0 repeat; }

/* ========== SIDE BAR ============ */
.side-bar {
  background: #ededed;
  float: left;
  text-align: left;
  vertical-align: top;
  width: 210px;
  display: none; }
  @media only screen and (min-width: 1200px) {
    .side-bar {
      display: block; } }

.side-bar .menu_title {
  border-radius: 4px 4px 0 0;
  border: 1px solid #eac824;
  background: #f1d54c;
  box-shadow: inset 0 1px 0 #fff;
  color: #000;
  font-size: 16px;
  padding: 12px 10px 10px 22px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #333333; }

.side-bar .menu_title:first-child {
  margin-top: 0; }

.side-bar .menu_title:empty {
  display: none; }

#content_area {
  width: 100%;
  position: relative;
  padding: 0px;
  padding-bottom: 20px;
  text-align: left; }
  @media only screen and (min-width: 1200px) {
    #content_area {
      width: 810px;
      float: right; } }

.sbWrap .sbContainer {
  background: #f3ebc3 url(../images/socialbar/sb-bg.png) 0 0 repeat-x;
  left: 0;
  position: absolute;
  top: 0;
  /*Change Top Positioning to Get the Solid Line*/
  width: 100%;
  z-index: 2;
  display: none; }
  @media only screen and (min-width: 1200px) {
    .sbWrap .sbContainer {
      display: block; } }

/* NOTE: Static height is not needed. */
/* .sbContent height is calculated by the javascript */
.sbWrap .sbContent {
  margin: 0 auto;
  position: relative;
  width: 1040px;
  /*Change to match width of site*/
  z-index: 1;
  padding: 10px 0; }

/*****************************
* *    	      TAB 	 	   * *
******************************/
.sbWrap .sbTab {
  background: url("../images/socialbar/sb-tab.png") 0 0 no-repeat;
  bottom: 99%;
  cursor: pointer;
  height: 53px;
  position: absolute;
  right: 6px;
  text-indent: -9999px;
  width: 177px;
  z-index: 2; }

/*****************************
* *   	  HIDE BUTTON 	   * *
******************************/
.sbWrap .hide {
  background: transparent url(../images/socialbar/hide-btn.png) no-repeat 0 50%;
  color: #333333;
  font-size: 14px;
  font-style: italic;
  cursor: pointer;
  display: block;
  float: right;
  line-height: 24px;
  /*Control height*/
  margin: 0px 35px 0 0;
  padding-left: 27px;
  text-align: center; }

/*****************************
* *     SOCIAL BUTTONS     * *
******************************/
.sbWrap .socialBtns {
  margin-bottom: 45px;
  overflow: hidden; }

/* General class to float social icons */
.sbWrap .icon {
  float: left;
  margin-right: 10px; }

/* Text for "Are you a fan of? */
.sbWrap .fanText {
  color: #333333;
  float: left;
  font-size: 14px;
  font-style: italic;
  margin-right: 10px; }

/*****************************
* *    	    COLUMNS 	   * *
******************************/
.sbWrap .colWrap {
  overflow: hidden; }

.sbWrap .column {
  float: left;
  margin-left: 40px;
  text-align: left; }

.sbWrap .column .title {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-size: 27px;
  color: #333333;
  margin-bottom: 15px;
  display: block; }

.sbWrap .column.one {
  margin-left: 0;
  width: 404px; }

.sbWrap .column.one p {
  font-size: 13px;
  line-height: 21px;
  padding: 0; }

.sbWrap .column.one span.name {
  display: block;
  color: #c95600;
  font-size: 13px; }

.sbWrap .column.one span.name b {
  text-transform: uppercase;
  font-weight: normal; }

.sbWrap .column.two {
  width: 320px; }

.sbWrap .column.two iframe {
  background: #fff; }

.sbWrap .column.three {
  width: 230px; }

.sbWrap .column.three .small {
  font-style: italic;
  font-size: 20px;
  color: #333333; }

.sbWrap .column.three .title {
  font-size: 24px; }

.sbWrap .column.three .learn {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: #333333; }

/*****************************
* *     LIKE-BOX IFRAME    * *
******************************/
.sbWrap .fb-like-box {
  background: #fff; }

.sbWrap .fb-like-box > span {
  display: block; }

/*****************************
* *    	 DON'T TOUCH 	   * *
******************************/
.sbWrap {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 9999; }
