/* sass presets & mixins */
/*************************/
/* frontend styles */
/*******************/
body {
  font-family: 'Source Sans Pro';
  font-size: 16px;
  color: #222; }

a:hover, a:active, a:visited, a:link {
  text-decoration: none;
  color: inherit; }

a {
  color: inherit; }

header {
  font-family: 'Roboto', sans-serif;
  font-weight: 400; }

#supramenu {
  background-color: rgba(12, 25, 41, 0.4);
  background-clip: content-box; }
  #supramenu ul {
    margin: 0 -15px;
    padding: 0; }
    #supramenu ul li {
      display: block;
      margin-left: 1px;
      position: relative; }
      #supramenu ul li:first-child:after {
        display: none; }
      #supramenu ul li:after {
        display: block;
        content: "";
        height: 10px;
        position: absolute;
        left: -1px;
        top: 50%;
        margin-top: -5px;
        background-color: #2B3D51;
        width: 1px; }
      #supramenu ul li a, #supramenu ul li .supped {
        color: #64778C;
        display: block;
        padding: 9px 15px 10px;
        font-size: 14px;
        line-height: 16px; }
        #supramenu ul li a:hover, #supramenu ul li .supped:hover {
          color: #D6DEE6; }
      #supramenu ul li .supped:hover {
        background-color: transparent; }
      #supramenu ul li i {
        font-size: 16px; }
      #supramenu ul li.susnat:after {
        display: none; }

#darkmenu {
  background: url(../img/bg-darker.png) 10% -170px no-repeat #18283b; }

#bigmenu .row {
  padding: 15px 0; }
#bigmenu .frf-brand a, #bigmenu .frf-brand-mobile a {
  display: block;
  margin-left: 10px; }
  #bigmenu .frf-brand a h3, #bigmenu .frf-brand-mobile a h3 {
    font-size: 19px;
    font-weight: 500;
    margin: 15px 0 0;
    color: #fff; }
  #bigmenu .frf-brand a p, #bigmenu .frf-brand-mobile a p {
    margin: 3px 0 0;
    font-size: 12px;
    color: #fff;
    opacity: .5; }
#bigmenu .frf-brand-mobile {
  display: none;
  position: relative;
  z-index: 9999; }
#bigmenu .frf-brand-mobile a h3 {
  font-size: 26px; }
#bigmenu .frf-logo {
  width: 60px;
  height: 60px;
  margin-top: 3px; }
  #bigmenu .frf-logo img {
    width: 100%;
    height: auto; }
#bigmenu .fa-bars {
  display: none; }
#bigmenu .col-logo {
  position: relative; }
#bigmenu .col-euromenu {
  float: right; }
  #bigmenu .col-euromenu .euro-logo {
    margin-left: 20px;
    margin-top: 8px; }
    #bigmenu .col-euromenu .euro-logo img {
      width: 130px;
      height: auto; }
  #bigmenu .col-euromenu ul {
    padding: 0;
    margin-bottom: 0; }
    #bigmenu .col-euromenu ul li {
      display: block;
      float: left;
      position: relative; }
      #bigmenu .col-euromenu ul li a {
        display: block;
        font-size: 22px;
        padding: 18px 25px;
        font-weight: 300;
        color: #BCC5D0; }
        #bigmenu .col-euromenu ul li a:hover {
          color: #fff; }
      #bigmenu .col-euromenu ul li.sub:first-child {
        margin-left: 10px; }
      #bigmenu .col-euromenu ul li.sub:after, #bigmenu .col-euromenu ul li.sub:before {
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #BCC5D0 transparent transparent transparent;
        position: absolute;
        top: 50%;
        margin-top: -2px;
        right: 5px; }
      #bigmenu .col-euromenu ul li.sub:before {
        margin-top: -5px;
        border-color: #18283b transparent transparent transparent;
        z-index: 2; }
  #bigmenu .col-euromenu.tempo {
    float: right; }
    #bigmenu .col-euromenu.tempo .euro-logo {
      float: right;
      position: relative;
      padding-left: 30px; }
      #bigmenu .col-euromenu.tempo .euro-logo:after {
        display: block;
        content: "";
        height: 30px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -15px;
        background-color: #213751;
        width: 1px; }
#bigmenu .big-search {
  float: right; }
  #bigmenu .big-search input {
    padding: 6px 10px 4px 10px;
    font-size: 18px;
    margin-top: 5px;
    background-color: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 300;
    width: calc(100% - 60px);
    float: left; }
    #bigmenu .big-search input:focus {
      outline: none; }
  #bigmenu .big-search a.search-btn {
    color: rgba(255, 255, 255, 0.4);
    font-size: 20px;
    float: left;
    display: block;
    padding: 10px 20px;
    margin-top: 8px; }
    #bigmenu .big-search a.search-btn:hover {
      color: #fff; }

#mainmenu {
  border-top: 1px solid #eaeaea;
  border-bottom: 3px solid #eaeaea;
  position: relative;
  z-index: 2;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  #mainmenu:hover {
    border-bottom: 3px solid rgba(0, 0, 0, 0.3); }
  #mainmenu ul.main {
    padding: 0;
    margin-left: -20px; }
    #mainmenu ul.main li.main {
      display: block;
      float: left; }
      #mainmenu ul.main li.main:hover {
        border-bottom: 3px solid #fec100;
        color: #111;
        background-color: #f8f8f8;
        margin-bottom: -3px; }
        #mainmenu ul.main li.main:hover a.main {
          color: #111; }
        #mainmenu ul.main li.main:hover ul.submain {
          display: block; }
      #mainmenu ul.main li.main a.main {
        padding: 10px 20px;
        display: block;
        font-size: 15px;
        color: #777; }
  #mainmenu ul.submain {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    margin-top: 3px;
    color: #fff;
    padding: 30px; }
    #mainmenu ul.submain li.submain {
      float: left;
      display: block;
      font-size: 16px;
      margin-right: 40px; }
      #mainmenu ul.submain li.submain a.subcat {
        display: block;
        margin-top: 6px;
        font-weight: 300; }
        #mainmenu ul.submain li.submain a.subcat:hover {
          text-decoration: underline; }
      #mainmenu ul.submain li.submain span {
        display: block;
        margin-top: 15px; }
      #mainmenu ul.submain li.submain .hili {
        border-color: rgba(255, 255, 255, 0.4); }
        #mainmenu ul.submain li.submain .hili:hover {
          border-color: #fff; }

#mainmenu.home-menu {
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom: 3px solid transparent;
  border-top: none;
  position: relative;
  z-index: 2;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  #mainmenu.home-menu:hover {
    border-bottom: 3px solid rgba(0, 0, 0, 0.3); }
  #mainmenu.home-menu ul.main {
    padding: 0;
    margin-left: -20px; }
    #mainmenu.home-menu ul.main li.main {
      display: block;
      float: left; }
      #mainmenu.home-menu ul.main li.main:hover {
        border-bottom: 3px solid #fec100;
        color: #111;
        background-color: transparent;
        margin-bottom: -3px; }
        #mainmenu.home-menu ul.main li.main:hover a.main {
          color: #fff; }
        #mainmenu.home-menu ul.main li.main:hover ul.submain {
          display: block; }
      #mainmenu.home-menu ul.main li.main a.main {
        padding: 12px 20px;
        display: block;
        font-size: 15px;
        color: #BCC5D0; }
        #mainmenu.home-menu ul.main li.main a.main.search a i {
          font-size: 16px; }
  #mainmenu.home-menu ul.submain {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    margin-top: 3px;
    color: #fff;
    padding: 30px; }
    #mainmenu.home-menu ul.submain li.submain {
      float: left;
      display: block;
      font-size: 16px;
      margin-right: 40px; }
      #mainmenu.home-menu ul.submain li.submain a.subcat {
        display: block;
        margin-top: 6px;
        font-weight: 300; }
        #mainmenu.home-menu ul.submain li.submain a.subcat:hover {
          text-decoration: underline; }
      #mainmenu.home-menu ul.submain li.submain span {
        display: block;
        margin-top: 15px; }
      #mainmenu.home-menu ul.submain li.submain .hili {
        border-color: rgba(255, 255, 255, 0.4); }
        #mainmenu.home-menu ul.submain li.submain .hili:hover {
          border-color: #fff; }

.featured-news {
  position: relative;
  margin-top: -48px;
  background-color: #eee;
  background-image: linear-gradient(white 1px, transparent 1px), linear-gradient(90deg, white 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.3) 1px, transparent 1px);
  background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px; }

.fn-inner {
  background-position: 50% 0;
  height: 550px;
  background-repeat: no-repeat; }
  .fn-inner .container a.big-link {
    height: 550px;
    width: 100%;
    display: block; }
  .fn-inner .feat-title {
    position: absolute;
    bottom: 30px; }
  .fn-inner h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.7);
    float: left;
    color: #fff;
    display: block;
    margin: 0 0 2px 0; }
  .fn-inner h1 {
    font-weight: 300;
    color: #fff;
    display: block;
    color: #111;
    margin: 0;
    font-size: 36px;
    line-height: 44px; }
  .fn-inner a.title-link {
    clear: both;
    padding: 20px 20px 25px;
    display: block;
    background-color: rgba(255, 255, 255, 0.9); }
    .fn-inner a.title-link:hover {
      background-color: rgba(0, 0, 0, 0.7); }
      .fn-inner a.title-link:hover h1 {
        color: #fff; }
      .fn-inner a.title-link:hover span {
        color: #fff; }
  .fn-inner span {
    display: block;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-top: 5px;
    border-bottom: 3px solid #fec100;
    float: left;
    clear: both;
    line-height: 22px; }

.featured-alt .container {
  border-bottom: 1px solid #eaeaea; }
.featured-alt .col-md-4:after {
  display: block;
  width: 1px;
  content: "";
  height: 15px;
  top: 50%;
  margin-top: -7px;
  background-color: #eaeaea;
  position: absolute; }
.featured-alt .col-md-4:first-child:after {
  display: none; }
.featured-alt .col-md-4:first-child a {
  padding-left: 10px; }
.featured-alt a {
  display: block;
  padding: 15px 0 15px 25px;
  color: #777; }
  .featured-alt a:hover, .featured-alt a.active {
    color: #111; }
    .featured-alt a:hover span, .featured-alt a.active span {
      display: inline; }
  .featured-alt a span {
    display: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #fec100;
    padding-bottom: 3px; }

.slider-controls a {
  color: #fff;
  font-size: 40px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  position: absolute !important;
  z-index: 99;
  top: 50%;
  width: 40px;
  text-align: center;
  display: block;
  margin-top: -20px;
  color: rgba(255, 255, 255, 0.5); }
  .slider-controls a:hover {
    color: #fff; }
  .slider-controls a#slider-next {
    right: 20px; }
  .slider-controls a#slider-prev {
    left: 20px; }

.section-head h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px; }

.news-rack .thumb {
  background-color: #000; }
  .news-rack .thumb img {
    width: 100%;
    height: auto;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8; }
  .news-rack .thumb a:hover img {
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1; }
.news-rack .item:hover .thumb img {
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }
.news-rack .desc {
  margin: 15px 20px; }
  .news-rack .desc h3 {
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    margin: 10px 0 10px; }
    .news-rack .desc h3 a:hover {
      border-bottom: 3px solid #e3e3e3; }
  .news-rack .desc p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-top: 0px;
    color: #999; }
    .news-rack .desc p strong {
      color: #111;
      border-bottom: 3px solid #fec100;
      padding-bottom: 3px;
      text-transform: uppercase; }

.next-match {
  background: url(../img/bg-match.png) 50% 0 no-repeat; }
  .next-match .team-1, .next-match .team-2 {
    width: 38%;
    text-align: center; }
  .next-match .team-1 {
    padding-left: 7%; }
  .next-match .team-2 {
    padding-right: 7%; }
  .next-match .score-details {
    width: 24%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400; }
    .next-match .score-details p {
      margin: 0; }
    .next-match .score-details p.match-date, .next-match .score-details p.match-stadium, .next-match .score-details p.match-city {
      font-weight: 500;
      font-size: 22px; }
    .next-match .score-details p.match-time {
      font-weight: 300;
      font-size: 52px; }
    .next-match .score-details p.match-city {
      color: #999;
      font-weight: 400; }
    .next-match .score-details .delimiter {
      height: 3px;
      width: 50px;
      background-color: #fec100;
      margin: 10px auto; }
    .next-match .score-details .buy-tickets {
      display: block;
      margin: 0 auto;
      padding: 10px 50px;
      background-color: #3795E8;
      color: #fff;
      margin-top: 15px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      border-radius: 6px;
      border: 1px solid #3795E8;
      font-weight: 500;
      font-size: 18px; }
      .next-match .score-details .buy-tickets:hover {
        background: #fff;
        color: #3795E8; }
  .next-match h4 {
    font-size: 52px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700; }
  .next-match .team-logo {
    width: 120px;
    height: 120px;
    margin: 0 auto; }
    .next-match .team-logo img {
      width: auto;
      height: 100%; }
  .next-match .match-news .item .inner {
    border: 1px solid #ccc;
    padding: 15px 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    position: relative; }
    .next-match .match-news .item .inner:hover {
      border-color: #3795E8;
      background-color: #fff; }
      .next-match .match-news .item .inner:hover h3 {
        color: #3795E8; }
    .next-match .match-news .item .inner a {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0; }
  .next-match .match-news .item p {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #3795E8;
    margin: 0; }
  .next-match .match-news .item h3 {
    margin: 10px 0;
    font-weight: 300; }
  .next-match .match-news .item span {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #A2A2A2;
    font-size: 14px; }

.press-releases {
  background-color: #EDEDED;
  padding: 20px 0; }
  .press-releases .item {
    margin-bottom: 20px; }
    .press-releases .item a:hover h4 {
      text-decoration: underline; }
  .press-releases .release-date {
    width: 60px;
    height: 80px;
    float: left;
    background: #FFF;
    border: 1px solid #ddd;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    margin-right: 10px; }
    .press-releases .release-date span.month, .press-releases .release-date span.day {
      color: #999;
      font-size: 20px;
      display: block;
      text-align: center;
      margin-top: 4px; }
    .press-releases .release-date span.day {
      color: #111; }
      .press-releases .release-date span.day:before {
        content: "";
        display: block;
        height: 3px;
        width: 30px;
        margin: 4px auto 5px;
        background-color: #fec100; }
  .press-releases .release-title p {
    font-size: 16px;
    font-weight: 400;
    color: #888;
    margin: 0; }
  .press-releases .release-title h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0; }
  .press-releases .quote .thumb img {
    width: 100%;
    height: auto; }
  .press-releases .quote-text {
    position: absolute;
    margin: -70px 50px 0 35px;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 20px;
    z-index: 5; }
    .press-releases .quote-text .inner {
      background-color: #FFF;
      padding: 20px 25px; }
    .press-releases .quote-text strong {
      font-size: 16px; }
    .press-releases .quote-text:before {
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
      width: 150px;
      height: 70px;
      bottom: -3px;
      left: -3px;
      background-color: #fec100; }

.players-showcase {
  height: 700px;
  background: url(../img/bg-players.jpg) 50% bottom no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden; }
  .players-showcase .row.start .item {
    margin-top: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1; }
  .players-showcase .item {
    margin-top: 100px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease; }
    .players-showcase .item.p2 {
      transition-delay: 0.3s; }
    .players-showcase .item.p3 {
      transition-delay: 0.6s; }
    .players-showcase .item.p4 {
      transition-delay: 0.9s; }
    .players-showcase .item.start {
      margin-top: 0;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1; }
    .players-showcase .item .p-header {
      margin-top: 50px;
      position: relative;
      padding: 0 20px; }
      .players-showcase .item .p-header .no {
        float: left;
        font-family: 'College';
        color: #fff;
        font-size: 64px;
        line-height: 68px;
        padding-right: 10px;
        border-right: 3px solid rgba(255, 255, 255, 0.4); }
        .players-showcase .item .p-header .no img {
          width: 64px;
          height: 64px; }
      .players-showcase .item .p-header .position {
        float: left;
        margin: 18px 0 0 15px;
        color: #fff;
        font-size: 22px;
        font-weight: 600; }
    .players-showcase .item .photo {
      margin-top: 20px;
      text-align: center; }
      .players-showcase .item .photo img {
        max-width: 100%;
        height: auto; }
    .players-showcase .item .p-footer {
      padding: 0 20px; }
      .players-showcase .item .p-footer h3 {
        margin: 20px 0 10px;
        font-size: 32px;
        color: #fff;
        font-weight: 600;
        text-align: center;
        line-height: 1.2em; }
        .players-showcase .item .p-footer h3:first-line {
          font-weight: 300; }
      .players-showcase .item .p-footer .social {
        color: #fff;
        text-align: center; }
        .players-showcase .item .p-footer .social a {
          font-size: 40px;
          margin-left: 20px;
          -webkit-opacity: 0.5;
          -moz-opacity: 0.5;
          opacity: 0.5; }
          .players-showcase .item .p-footer .social a:hover {
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1; }
          .players-showcase .item .p-footer .social a:first-child {
            margin-left: 0; }
  .players-showcase .full-crew {
    width: 260px;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 300;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 6px 0;
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -130px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px; }
    .players-showcase .full-crew:hover {
      background-color: #3795E8; }
    .players-showcase .full-crew span {
      font-weight: 600; }
  .players-showcase .row-head {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 6px 15px;
    color: #fec100;
    margin: 30px 20px 0 20px;
    font-weight: 300;
    font-size: 32px;
    border-bottom: 1px solid #fec100; }
  .players-showcase.team-page {
    height: auto;
    padding-bottom: 50px; }

.news-special .thumb {
  position: relative; }
  .news-special .thumb:hover:after {
    height: 50%; }
  .news-special .thumb img {
    width: 100%;
    height: auto; }
  .news-special .thumb a {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    bottom: 0;
    position: absolute;
    z-index: 10; }
  .news-special .thumb:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    bottom: 0;
    position: absolute;
    z-index: 2;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
    /* IE6-9 */ }
.news-special .title {
  position: absolute;
  margin: 20px;
  bottom: 0;
  color: #fff;
  z-index: 5; }
  .news-special .title p.supra {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 3px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    display: inline; }
  .news-special .title h2 {
    margin: 10px 0 0;
    font-size: 32px;
    font-weight: 600; }
  .news-special .title span.author {
    font-size: 22px;
    font-weight: 300;
    font-style: italic; }

.frf-shop .container {
  background: url(../img/bg-shop-2.jpg) 0 0 no-repeat; }
  .frf-shop .container .item {
    min-height: 300px; }
    .frf-shop .container .item .title {
      padding-top: 30px;
      text-align: center; }
      .frf-shop .container .item .title h4 {
        margin: 0;
        font-weight: 600;
        font-size: 28px; }
      .frf-shop .container .item .title a {
        font-size: 36px;
        font-weight: 300; }
  .frf-shop .container .product .t {
    margin-right: 20px; }
  .frf-shop .container .product h4 {
    font-size: 25px;
    font-weight: 600; }
    .frf-shop .container .product h4 a:hover {
      text-decoration: underline; }
  .frf-shop .container .product p {
    color: #777; }
  .frf-shop .container .product h4.price {
    color: #777; }
    .frf-shop .container .product h4.price a:hover {
      text-decoration: none;
      color: #111; }

.banner-300 {
  width: 300px;
  margin: 0 auto; }

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

.parteneri-slides {
  width: 300px;
  margin: 0 auto; }

.item.newsletter p {
  margin: 20px 0;
  font-size: 16px; }
.item.newsletter .nl-rack {
  border-left: 3px solid #eaeaea;
  padding-left: 20px; }
  .item.newsletter .nl-rack input[type="text"] {
    font-size: 16px;
    padding: 6px 10px;
    width: 95%; }
    .item.newsletter .nl-rack input[type="text"]:focus {
      outline: none; }

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

footer .upper {
  margin-top: 50px;
  padding: 40px 0;
  background-color: #f4f4f4;
  font-family: 'Roboto', sans-serif;
  font-weight: 400; }
  footer .upper .subcats {
    margin-top: 20px; }
  footer .upper a.subcat {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #5E5E5E; }
  footer .upper a.cat.hili {
    margin-bottom: 30px !important; }

footer .lower {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding: 20px 0;
  font-size: 14px; }
  footer .lower .footer-logo {
    float: left;
    margin: 0 20px 0 0; }
  footer .lower p {
    margin-top: 18px;
    color: #5E5E5E; }

#article .article-col h1 {
  font-size: 40px;
  margin: 0 0 15px;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: -1px; }
#article .article-col p.published, #article .article-col p.article-date {
  color: #818181;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 0px; }
  #article .article-col p.published a, #article .article-col p.article-date a {
    display: block;
    float: left; }
    #article .article-col p.published a:hover, #article .article-col p.article-date a:hover {
      text-decoration: underline; }
    #article .article-col p.published a.active, #article .article-col p.article-date a.active {
      text-decoration: underline; }
  #article .article-col p.published span, #article .article-col p.article-date span {
    display: block;
    float: left;
    margin-right: 12px;
    color: #818181; }
  #article .article-col p.published i.fa-chevron-right, #article .article-col p.article-date i.fa-chevron-right {
    font-size: 9px;
    display: block;
    float: left;
    margin: 6px 10px; }
#article .article-col p.article-date {
  margin: 0;
  font-weight: 300; }
  #article .article-col p.article-date span {
    float: none;
    font-size: 16px; }
  #article .article-col p.article-date i {
    font-size: 14px; }
#article .article-col .article-photo {
  margin: 25px 0;
  position: relative;
  text-align: center;
  background-color: #f6f6f6; }
  #article .article-col .article-photo img {
    max-width: 100%;
    height: auto; }
#article .article-col .article-text {
  padding: 0 20px 0 100px;
  position: relative; }
  #article .article-col .article-text p {
    font-size: 20px;
    font-weight: 300;
    margin-top: 30px;
    line-height: 30px; }
  #article .article-col .article-text b, #article .article-col .article-text strong {
    font-weight: 600; }
  #article .article-col .article-text .article-share {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px; }
    #article .article-col .article-text .article-share a {
      display: block;
      width: 80px;
      height: 78px;
      border-top: 1px solid #eaeaea;
      position: relative;
      color: #818181; }
      #article .article-col .article-text .article-share a:hover.fb {
        color: #fff;
        background-color: #3B5998; }
      #article .article-col .article-text .article-share a:hover.tw {
        color: #fff;
        background-color: #55acee; }
      #article .article-col .article-text .article-share a:hover.pin {
        color: #fff;
        background-color: #cb2027; }
      #article .article-col .article-text .article-share a:hover.in {
        color: #fff;
        background-color: #006699; }
      #article .article-col .article-text .article-share a:first-child {
        border-color: transparent; }
      #article .article-col .article-text .article-share a i {
        font-size: 36px;
        width: 100%;
        text-align: center;
        height: 36px;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
#article .article-col .eof-share {
  margin-top: 20px; }
#article .article-col .article-footer {
  margin-top: 30px;
  padding: 0 20px 20px 100px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background-color: #fafafa; }
  #article .article-col .article-footer .inner {
    margin-top: 20px;
    color: #555; }
    #article .article-col .article-footer .inner a:hover {
      text-decoration: underline; }

.article-side .small-tops .section-head {
  margin: 0 0 10px; }
  .article-side .small-tops .section-head h5 {
    float: left;
    margin-top: 0;
    text-transform: uppercase; }
.article-side .small-tops .item .inner {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eaeaea; }
.article-side .small-tops .item .thumb {
  width: 40%;
  float: left; }
.article-side .small-tops .item .desc {
  margin: 0;
  width: 60%;
  padding-left: 15px;
  float: left; }
  .article-side .small-tops .item .desc h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;
    margin: 0; }

.listing-col .listing-title {
  margin-bottom: 50px; }
  .listing-col .listing-title h5 {
    font-size: 30px;
    font-weight: 700;
    color: #999;
    margin-top: 0; }
    .listing-col .listing-title h5 strong {
      color: #555; }
  .listing-col .listing-title p {
    font-size: 20px;
    font-weight: 300;
    color: #999; }
  .listing-col .listing-title span {
    font-size: 22px; }
.listing-col .listing-tabs {
  border-bottom: 3px solid #eaeaea; }
  .listing-col .listing-tabs a {
    display: block;
    padding: 8px 20px;
    font-size: 16px;
    float: left;
    border-bottom: 3px solid #eaeaea;
    background-color: #fafafa;
    color: #333;
    margin-right: 2px;
    margin-bottom: -3px; }
    .listing-col .listing-tabs a.selector {
      display: none; }
    .listing-col .listing-tabs a:hover {
      background-color: #eaeaea; }
    .listing-col .listing-tabs a.act {
      color: #fff;
      border-color: #ffe698;
      background-color: #fec100;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
.listing-col .listing-item {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .listing-col .listing-item .thumb {
    width: 30%;
    float: left;
    margin-right: 20px; }
  .listing-col .listing-item .desc {
    margin-top: 0; }
    .listing-col .listing-item .desc h3 {
      margin-top: 0; }

.listing-pages, .mobile-pages {
  margin-bottom: 40px; }
  .listing-pages ul, .listing-pages li, .mobile-pages ul, .mobile-pages li {
    margin: 0;
    padding: 0;
    display: block; }
  .listing-pages li, .mobile-pages li {
    float: left;
    font-size: 18px;
    margin-right: 4px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400; }
    .listing-pages li.act, .listing-pages li a, .mobile-pages li.act, .mobile-pages li a {
      padding: 5px 8px;
      display: block;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px; }
      .listing-pages li.act:hover, .listing-pages li a:hover, .mobile-pages li.act:hover, .mobile-pages li a:hover {
        background-color: #fec100; }
    .listing-pages li.act, .mobile-pages li.act {
      background-color: #fec100;
      color: #fff; }

a.btn-gallery {
  display: block;
  padding: 10px 20px;
  color: #fff;
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  a.btn-gallery:hover {
    background-color: #000; }

#gallery {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  z-index: 99;
  color: #fff;
  padding: 20px; }
  #gallery .photo-frame {
    width: 70%;
    float: left;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    position: relative; }
    #gallery .photo-frame:after {
      display: block;
      content: '';
      height: 160px;
      bottom: 0;
      width: 100%;
      position: absolute;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+100 */
      background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
      /* IE6-9 */ }
    #gallery .photo-frame a.nav-gal {
      display: block;
      width: 50%;
      position: absolute;
      height: 100%;
      z-index: 5; }
      #gallery .photo-frame a.nav-gal.nav-right {
        right: 0;
        left: auto; }
        #gallery .photo-frame a.nav-gal.nav-right:hover i {
          left: 50px;
          right: auto; }
        #gallery .photo-frame a.nav-gal.nav-right i {
          left: 30px;
          right: auto;
          padding: 20px 22px 15px 28px; }
      #gallery .photo-frame a.nav-gal:hover i {
        color: #fff;
        text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
        right: 50px;
        left: auto; }
    #gallery .photo-frame i.arrow {
      display: block;
      position: absolute;
      font-size: 40px;
      color: rgba(255, 255, 255, 0.3);
      right: 30px;
      left: auto;
      bottom: 28px;
      padding: 20px 28px 15px 22px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      border-radius: 6px;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    #gallery .photo-frame .photo-count {
      font-size: 22px;
      font-family: 'Roboto', sans-serif;
      font-weight: 600;
      color: #fff;
      text-align: center;
      bottom: 0;
      position: absolute;
      z-index: 3;
      width: 100%;
      bottom: 40px; }
    #gallery .photo-frame #video {
      position: absolute;
      z-index: 99;
      height: calc(100% - 120px);
      max-width: 100%;
      left: 0;
      right: 0;
      margin: auto; }
      #gallery .photo-frame #video iframe {
        height: 100%;
        max-width: 100%; }
  #gallery .photo-info {
    width: 30%;
    float: right;
    position: relative;
    height: 100%; }
    #gallery .photo-info .photo-inner {
      position: absolute;
      padding: 30px;
      line-height: 26px;
      font-size: 18px;
      bottom: 0;
      color: #fff;
      z-index: 10;
      font-weight: 300; }
  #gallery .btn-gallery-close {
    position: absolute;
    top: 0;
    right: 0; }
    #gallery .btn-gallery-close a {
      font-size: 36px;
      padding: 17px 20px; }
      #gallery .btn-gallery-close a:hover {
        background-color: rgba(255, 255, 255, 0.2); }

.fb-box {
  background: url(../img/bg-fbbox.jpg) 0 0 no-repeat;
  height: 360px;
  margin: 0 0 20px 0; }
  .fb-box h5 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 30px;
    padding: 175px 20px 20px;
    display: block;
    float: left;
    width: calc(100% - 520px);
    font-size: 48px; }
  .fb-box .fb-page {
    margin: 130px 20px 20px 0;
    float: right; }

#site-search, #mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.9); }
  #site-search .search-close, #site-search .menu-close, #mobile-menu .search-close, #mobile-menu .menu-close {
    margin-top: 35px;
    font-size: 32px;
    color: #fff;
    display: block;
    padding: 20px 32px;
    position: absolute;
    top: 0;
    right: 0; }
  #site-search .search-box, #mobile-menu .search-box {
    max-width: 600px;
    width: calc(100% - 40px);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -100px; }
    #site-search .search-box p, #mobile-menu .search-box p {
      text-transform: uppercase;
      font-weight: 300;
      font-size: 20px;
      color: #fff; }
    #site-search .search-box input, #mobile-menu .search-box input {
      width: 100%;
      border: 1px solid rgba(255, 255, 255, 0.4);
      background-color: transparent;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      border-radius: 6px;
      padding: 3px 12px;
      font-size: 24px;
      font-weight: 300;
      color: #fff; }
      #site-search .search-box input:focus, #mobile-menu .search-box input:focus {
        outline: none; }
    #site-search .search-box a.do-search, #mobile-menu .search-box a.do-search {
      background-color: #fec100;
      display: block;
      color: #fff;
      text-align: center;
      position: absolute;
      bottom: 0;
      right: 0;
      padding: 13px 24px;
      -webkit-border-top-right-radius: 6px;
      -webkit-border-bottom-right-radius: 6px;
      -moz-border-radius-topright: 6px;
      -moz-border-radius-bottomright: 6px;
      border-top-right-radius: 6px;
      border-bottom-right-radius: 6px; }
      #site-search .search-box a.do-search:hover, #mobile-menu .search-box a.do-search:hover {
        background-color: #cb9a00; }

#mobile-menu {
  font-family: 'Roboto', sans-serif;
  font-weight: 500; }
  #mobile-menu ul {
    padding: 0;
    margin: 0;
    margin-top: 120px; }
    #mobile-menu ul li {
      color: #fff;
      display: block;
      text-align: left;
      border-top: 1px solid transparent;
      border-bottom: 1px solid transparent; }
      #mobile-menu ul li a {
        display: block;
        padding: 7px 0 7px 80px;
        width: 100%;
        border-left: 1px solid rgba(255, 255, 255, 0.3); }
        #mobile-menu ul li a:hover {
          color: #fec100; }
      #mobile-menu ul li:hover {
        background-color: rgba(255, 255, 255, 0.1);
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  #mobile-menu li.submob div {
    display: none; }

/* chef's ready cooked */
/***********************/
.fll {
  float: left; }

.flr {
  float: right; }

.mt-0 {
  margin-top: 0px; }

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mb-0 {
  margin-bottom: 0px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-50 {
  margin-bottom: 50px; }

.bdt {
  border-top: 1px solid #eaeaea;
  padding-top: 20px; }

.hili {
  color: #111;
  border-bottom: 3px solid #fec100;
  padding-bottom: 3px;
  font-size: 14px;
  font-weight: 700; }

.hv {
  color: #111;
  border-left: 3px solid #fec100;
  padding-left: 15px;
  font-size: 14px; }

a.blue-btn {
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: #3795E8;
  color: #fff;
  margin-top: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #3795E8;
  font-weight: 500;
  font-size: 18px;
  color: #fff; }
  a.blue-btn:hover {
    background: #fff;
    color: #3795E8; }

.ovh {
  overflow: hidden; }

.mobile-share {
  display: none; }

.news-rack .clearfix {
  margin-bottom: 30px; }

/*** media queries ***/
/*********************/
@media (max-width: 990px) {
  body, html {
    overflow-x: hidden; }

  #bigmenu .row {
    padding: 5px 0 10px; }

  #bigmenu .col-euromenu.tempo .euro-logo {
    padding-left: 0; }
    #bigmenu .col-euromenu.tempo .euro-logo:after {
      display: none; }

  #bigmenu .frf-logo {
    width: 48px;
    height: 48px;
    position: relative;
    z-index: 9999; }

  #bigmenu .fa-bars {
    display: block;
    color: #fff;
    padding: 16px 20px 14px 5px;
    font-size: 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    margin-right: 15px; }

  #bigmenu .big-search a.search-btn {
    padding: 5px 10px; }

  #site-search .search-close, #mobile-menu .menu-close {
    padding: 16px 24px;
    font-size: 22px; }

  #mobile-menu .menu-close {
    right: auto;
    left: -2px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 22px; }

  #site-search .search-box {
    top: 240px; }

  #supramenu ul li.susnat {
    display: none; }

  .euro-logo {
    display: none; }

  .frf-brand {
    display: none; }

  #bigmenu .frf-brand-mobile {
    display: block; }

  .featured-news {
    margin-top: 0; }

  #mainmenu {
    display: none; }

  #supramenu ul li a, #supramenu ul li .supped {
    padding: 9px 10px 10px; }

  .fb-rack {
    display: none; }

  .next-match h4 {
    font-size: 16px; }

  .fn-inner {
    height: 360px;
    background-size: cover; }

  .fn-inner .container a.big-link {
    height: 360px; }

  .fn-inner h5 {
    padding: 10px 15px;
    font-weight: 300; }

  .fn-inner h1 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400; }

  .fn-inner .feat-title {
    bottom: 15px;
    margin: 0 15px 0 0; }

  .fn-inner span {
    display: none; }

  .fn-inner a.title-link {
    padding: 10px 15px 10px; }

  .slides {
    display: none; }

  .news-rack .desc {
    margin: 15px 0; }

  .news-rack .desc h3 {
    margin-bottom: 5px; }

  .news-rack .item {
    margin-bottom: 40px; }

  .news-rack .small-tops .item {
    margin-bottom: 20px; }
    .news-rack .small-tops .item .inner {
      padding-bottom: 0; }

  .next-match {
    margin-top: 0 !important; }

  .next-match .score-details .buy-tickets {
    width: 300%;
    margin: 20px 0 0 -100%; }

  .next-match .team-logo {
    width: 60px;
    height: 60px; }

  .next-match .score-details p.match-date, .next-match .score-details p.match-stadium, .next-match .score-details p.match-city {
    font-size: 14px; }

  .next-match .score-details p.match-time {
    font-size: 24px; }

  .next-match .team-1, .next-match .team-2 {
    padding-left: 0;
    padding-right: 0; }

  .next-match .match-news .item {
    margin-top: 15px; }
    .next-match .match-news .item:first-child {
      margin-top: 0; }

  .press-releases .quote-text {
    position: relative; }

  .news-special {
    margin-top: 0 !important; }

  .news-special .col-md-6:first-child {
    margin-bottom: 30px; }

  .news-special .title h2 {
    font-size: 24px; }

  .players-showcase .row.start .item {
    display: none; }
    .players-showcase .row.start .item:first-child {
      display: block; }

  .frf-shop .container .row:first-child .col-md-4 {
    display: none; }
    .frf-shop .container .row:first-child .col-md-4:nth-child(2) {
      display: block;
      margin-bottom: 0; }

  .frf-shop .container .product .t {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }

  .frf-shop .container .item {
    margin-bottom: 40px; }
    .frf-shop .container .item .desc {
      text-align: center; }
    .frf-shop .container .item:last-child {
      margin-bottom: 0; }

  footer .upper {
    display: none; }

  footer .lower {
    border-top: 1px solid #eaeaea; }

  .players-showcase {
    background-attachment: scroll; }

  #article .article-col h1 {
    font-size: 28px; }

  #article .article-col .article-text {
    padding: 0 15px; }

  #article .article-col .article-text .article-share {
    display: none; }

  #article .article-col .article-photo {
    margin-top: 20px; }

  #article .article-col h1 {
    margin-bottom: 10px; }

  #article .article-col .article-text p {
    font-size: 18px;
    line-height: 26px; }

  #article .article-col .article-footer {
    padding: 0 15px 20px;
    margin-bottom: 30px; }

  .photo-info {
    display: none; }

  #gallery {
    z-index: 9999; }

  #gallery .btn-gallery-close {
    z-index: 9999; }
    #gallery .btn-gallery-close a {
      font-size: 22px; }

  #gallery .photo-frame {
    width: 100%;
    border: none; }

  .mobile-share {
    width: 100%;
    display: block;
    position: fixed;
    bottom: -1px;
    z-index: 999; }
    .mobile-share a {
      display: block;
      width: 25%;
      float: left;
      text-align: center;
      font-size: 24px;
      padding: 4px 0;
      color: #fff; }
      .mobile-share a.mobile-fb {
        background-color: #3d5c95;
        border-bottom: 5px solid #2e4671; }
      .mobile-share a.mobile-pin {
        background-color: #D2031A;
        border-bottom: 5px solid #a00214; }
      .mobile-share a.mobile-twit {
        background-color: #33ccff;
        border-bottom: 5px solid #00b8f5; }
      .mobile-share a.mobile-what {
        background-color: #25d366;
        border-bottom: 5px solid #1da851; }

  .slider-controls {
    display: none; }

  .listing-col .listing-tabs a {
    float: none;
    display: none;
    margin-right: 0; }
    .listing-col .listing-tabs a.act {
      display: block; }
    .listing-col .listing-tabs a.selector {
      display: block;
      float: left;
      background-color: transparent;
      border: none;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
      margin-right: 20px;
      border-right: 2px solid #fff; }

  .listing-col .listing-title {
    margin-bottom: 20px; }

  .listing-col .listing-title h5 {
    font-size: 20px;
    line-height: 1.3em; }
    .listing-col .listing-title h5 i {
      font-size: 16px; } }

/*# sourceMappingURL=main-style.css.map */
