/* Put your custom css here */

/*medium+ screen sizes*/
@media (min-width:992px) {
    .desktop-only {
        display:block !important;
    }
    .mobile-only{
      display:none !important;
    }

    .teamforce_bullet_2_digit {
      color:black;
      background-color:#fcc813;
      padding:4px;
      border-radius:30px;
      moz-border-radius:30px;
    }

    .teamforce_bullet_1_digit {
      color:black;
      background-color:#fcc813;
      padding:2px;
      padding-right:8px;padding-left:8px;
      border-radius:15px;
      moz-border-radius:15px;
    }
}

/*small screen sizes*/
@media (max-width: 991px) {
    .mobile-only {
        display:block !important;
    }

    .desktop-only {
        display:none !important;
    }

    .teamforce_bullet_2_digit {
      color:black;
      background-color:#fcc813;
      padding:2px;
      border-radius:30px;
      moz-border-radius:30px;
    }

    .teamforce_bullet_1_digit {
      color:black;
      background-color:#fcc813;
      padding:1px;
      padding-right:6px;padding-left:6px;
      border-radius:15px;
      moz-border-radius:15px;
    }
}

.bold{
  font-weight:bold;
}
.gold{
  color:#fcc813;
}
.round{
  border-radius:50px;
  moz-border-radius:50px;
}
.rounded{
  border-radius:15px;
  moz-border-radius:15px;
}
.thin-black-border{
  border: solid black 1px;
}

.tp-caption.medium_bg_teamforce {
  font-size:20px;
  line-height:20px;
  font-weight:400;
  font-family: 'Roboto',sans-serif;
  color:#fcc813;
  text-decoration:none;
  background-color:rgb(0, 0, 0);
  padding:12px;
  border-width:0px;
  border-color:rgb(255, 214, 88);
  border-style:none;
}

.fixedHeader{
  /*min-height:88px!important;*/
}

.imgHover figcaption{
  color: black;
  background: none repeat scroll 0 0 black;
}

.mfp-close{ color:black; }
