/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */


section#tm-top-b {
    padding: 25px 0px !important;
    margin: 0 !important;
}

#top-results {
    background-color: orange;
    margin: 0;
    padding: 20px;
}

#tm-middle {
    padding-top: 25px;
}

nav.tm-navbar.uk-navbar {
    margin-bottom: 0;
    margin-top: 0 !important;
}

.uk-navbar-nav > li > a {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 3px #383028;
}

#tm-bottom-b {
    background-color: #F5F5F5;
    margin-top: 20px;
}

.tm-headerbar {
        background: -webkit-linear-gradient(left, #F3F3F3, white, #F3F3F3);
    background: -moz-linear-gradient(left, #F3F3F3, white, #F3F3F3);
    background: -ms-linear-gradient(left, #F3F3F3, white, #F3F3F3);
    background: -o-linear-gradient(left, #F3F3F3, white, #F3F3F3);
    background: linear-gradient(left, #F3F3F3, white, #F3F3F3);
    margin: 0;
    padding: 20px;
}

.frca-front-slideshow div ul li div div h3 {
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0px 3px 6px #000;
    font-size: 65px;
    z-index: 2 !important;
    position: relative;
    line-height: 60px;
}

.frca-front-slideshow div ul li div div p {
    position: relative;
    z-index: 2;
    font-size: 24px;
}

.frca-front-slideshow div ul li div div {
    width: 84%;
    margin-left: auto;
    margin-right: auto;
}

.slide-title:before {
    content: '';
    display: block;
    background: rgba(27, 27, 29, 0.71);
    position: absolute;
    width: 55%;
    height: 100%;
    z-index: 1 !important;
    top: 0;
    left: -60px;
    transform: skewx(-8deg);
}

.frca-title h3 {
    background: -webkit-linear-gradient(left, #EF8500, rgba(255, 144, 0, 0));
    background: -moz-linear-gradient(left, #EF8500, rgba(255, 144, 0, 0));
    background: -ms-linear-gradient(left, #EF8500, rgba(255, 144, 0, 0));
    background: -o-linear-gradient(left, #EF8500, rgba(255, 144, 0, 0));
    background: linear-gradient(left, #EF8500, rgba(255, 144, 0, 0));
    padding: 13px 10px;
    color: white;
    font-size: 20px;
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.frca-orange-position {
    color: white;
    background: -webkit-radial-gradient(circle, #FFA100, #FF7600);
    background: -moz-radial-gradient(circle, #FFA100, #FF7600);
    background: -ms-radial-gradient(circle, #FFA100, #FF7600);
    background: -o-radial-gradient(circle, #FFA100, #FF7600);
    background: radial-gradient(circle, #FFA100, #FF7600);
}

.uk-navbar {
    box-shadow: 0px 2px 2px RGBA(81, 81, 81, 0.55);
    z-index: 2;
    position: relative;
    background: -webkit-linear-gradient(left, #FF7600, #FFA100, #FF7600);
    background: -moz-linear-gradient(left, #FF7600, #FFA100, #FF7600);
    background: -ms-linear-gradient(left, #FF7600, #FFA100, #FF7600);
    background: -o-linear-gradient(left, #FF7600, #FFA100, #FF7600);
    background: linear-gradient(left, #FF7600, #FFA100, #FF7600);
}

.uk-dropdown-navbar {
    background: #222222;
    color: #FFFFFF;
}

.uk-nav-navbar > li > a {
    color: #FFFFFF;
    font-family: 'Titillium Web',sans-serif;
    font-size: 20px;
}

.uk-nav > li > a {
    padding: 10px 20px;
}

.tm-footer {
    position: relative;
    text-align: left;
    background-color: #1A1A1C;
    color: #FFFFFF;
    padding: 20px 0px;
    margin: 0px;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1000px) {
    .uk-navbar-nav > li > a {
        padding: 0 14px;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
      .frca-front-slideshow div ul li div div h3 {
          font-size: 40px;
          line-height: 40px;
          text-align: center;
      }

      .frca-front-slideshow div ul li div div p {
          font-size: 18px;
          text-align: center;
      }

      .tm-headerbar {
        padding: 20px 0px;
      }

      .is-countdown, .countdown-row {
          position: relative;
          right: 10px;
        }

        .tm-navbar {
          margin: 0 0px 25px -25px;
        }

        .slide-title:before {
          background: rgba(47, 47, 51, 0.44);
          width: 100%;
          height: 100%;
          top: 0px;
          left: 0px;
          transform: skewx(0deg);
      }
}