main-title-area.mt-16 {
  margin-top: 16px; }

.mt-8 {
  margin-top: 8px !important; }

.plr-8 {
  padding-left: 8px !important;
  padding-right: 8px !important; }

.pl-8 {
  padding-left: 8px !important; }

.pr-8 {
  padding-right: 8px !important; }

.mb-16 {
  margin-bottom: 16px !important; }

.mb-8 {
  margin-bottom: 8px !important; }

.nf-background-video {
  position: relative;
  overflow: hidden;
  background: black;
  z-index: 1; }
  .nf-background-video video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 1s opacity;
    opacity: .5; }
  .nf-background-video .middle-aligned {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: 32%;
    left: 34%; }
    .nf-background-video .middle-aligned h1, .nf-background-video .middle-aligned h5 {
      font-size: 32px;
      line-height: 1.5;
      margin: 0;
      color: #ffffff; }
    .nf-background-video .middle-aligned h5 {
      font-size: 16px;
      font-weight: bold; }

header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1); }

header.logged-out {
  /*    .search-section{
            width: calc(100% - 545px);
            margin-left: 20px;
            form{
                max-width: 100%;
            }
        }*/ }
  header.logged-out.transparent {
    background: transparent;
    border-bottom: none;
    box-shadow: none; }
  header.logged-out .nf-header {
    padding: 16px 40px; }
    header.logged-out .nf-header .header-menu__col-humb,
    header.logged-out .nf-header .logo-area,
    header.logged-out .nf-header .search-section,
    header.logged-out .nf-header .buttons-section {
      display: inline-block; }
    header.logged-out .nf-header .btn, header.logged-out .nf-header a {
      font-weight: normal; }
    header.logged-out .nf-header .header-menu__col-humb {
      float: left;
      width: auto;
      margin: 7px 12px 0 0; }
      header.logged-out .nf-header .header-menu__col-humb .menu__icon {
        padding: 8px 5px 8px 5px; }
        header.logged-out .nf-header .header-menu__col-humb .menu__icon .nf_iconset.menu {
          width: 24px;
          height: 24px;
          font-size: 24px !important;
          color: white; }
        header.logged-out .nf-header .header-menu__col-humb .menu__icon:hover .nf_iconset.menu {
          color: white; }
        header.logged-out .nf-header .header-menu__col-humb .menu__icon.active .nf_iconset.menu {
          color: #55505a; }
        header.logged-out .nf-header .header-menu__col-humb .menu__icon.active:hover .nf_iconset.menu {
          color: #55505a; }
    header.logged-out .nf-header .logo-area a {
      background-image: url("../images/new_images/logo-white.svg");
      width: 160px;
      background-repeat: no-repeat;
      /*background-size: 115px auto;*/
      background-position-y: center;
      margin-top: 4px;
      height: 24px; }
    header.logged-out .nf-header .logo-area .black {
      background: url(../images/new_images/logo-grey02.svg);
      background-repeat: no-repeat; }
    header.logged-out .nf-header .search-section {
      width: calc(100% - 200px);
      margin-left: 20px; }
      header.logged-out .nf-header .search-section #quick-search {
        max-width: 100%;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 3px; }
      header.logged-out .nf-header .search-section.transparent-box form input[type='search'] {
        background: transparent; }
    header.logged-out .nf-header .buttons-section a {
      color: #ffffff;
      text-decoration: underline;
      margin: 0 8px; }
      header.logged-out .nf-header .buttons-section a:hover {
        text-decoration: none; }
      header.logged-out .nf-header .buttons-section a:last-child {
        margin-right: 12px; }
      header.logged-out .nf-header .buttons-section a.btn.btn-tertiary {
        color: #55505a;
        text-decoration: none; }
    header.logged-out .nf-header .buttons-section button {
      margin: 0 0 0 4px; }
  header.logged-out.colored {
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1); }
    header.logged-out.colored .logo-area a {
      background: url(../images/new_images/logo-grey02.svg);
      background-repeat: no-repeat; }
    header.logged-out.colored .nf-header .buttons-section a {
      color: #55505a; }
    header.logged-out.colored .header-menu__col-humb .menu__icon .nf_iconset.menu {
      color: #55505a; }
    header.logged-out.colored .header-menu__col-humb .menu__icon:hover .nf_iconset.menu {
      color: #55505a; }

footer .row {
  margin-left: -8px;
  margin-right: -6px; }

@media (min-width: 1400px) {
  .nf-header .search-section {
    /*width: 1172px;*/ } }

@media (min-width: 1367px) {
  .col-xl-1 {
    width: calc((100% / 12) * 1); }
  .col-xl-2 {
    width: calc((100% / 12) * 2); }
  .col-xl-3 {
    width: calc((100% / 12) * 3); }
  .col-xl-4 {
    width: calc((100% / 12) * 4); }
  .col-xl-5 {
    width: calc((100% / 12) * 5); }
  .col-xl-6 {
    width: calc((100% / 12) * 6); }
  .col-xl-7 {
    width: calc((100% / 12) * 7); }
  .col-xl-8 {
    width: calc((100% / 12) * 8); }
  .col-xl-9 {
    width: calc((100% / 12) * 9); }
  .col-xl-10 {
    width: calc((100% / 12) * 10); }
  .col-xl-11 {
    width: calc((100% / 12) * 11); }
  .col-xl-12 {
    width: calc((100% / 12) * 12); }
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4,
  .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8,
  .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
    position: relative;
    min-height: 1px; } }

@media (max-width: 1279px) {
  .nf-background-video .middle-aligned {
    width: 100%;
    left: 0; } }

@media (max-width: 992px) {
  header.logged-out .nf-header {
    padding: 16px; }
    header.logged-out .nf-header .header-menu__col-humb {
      float: right;
      width: auto; }
    header.logged-out .nf-header .logo-area a {
      background-image: url("../images/symbols/NFLogo-white.svg");
      background-size: auto 100%;
      width: 30px; }
      header.logged-out .nf-header .logo-area a.black {
        background-size: auto 100%; }
    header.logged-out .nf-header .nf_iconset.search {
      color: #ffffff;
      font-size: 21px !important; }
    header.logged-out .nf-header .header__mobile-search {
      width: 100%;
      left: 40px !important;
      background: transparent; }
      header.logged-out .nf-header .header__mobile-search .nf_iconset.search {
        color: #ffffff; }
      header.logged-out .nf-header .header__mobile-search #quick-search-mobile {
        top: 0 !important;
        width: calc(100% - 16px) !important; }
        header.logged-out .nf-header .header__mobile-search #quick-search-mobile input[type='search'] {
          background: transparent;
          height: 28px;
          color: #ffffff;
          padding-right: 16px; }
          header.logged-out .nf-header .header__mobile-search #quick-search-mobile input[type='search']::-webkit-input-placeholder {
            color: #ffffff; }
          header.logged-out .nf-header .header__mobile-search #quick-search-mobile input[type='search']:-moz-placeholder {
            color: #ffffff; }
          header.logged-out .nf-header .header__mobile-search #quick-search-mobile input[type='search']::-moz-placeholder {
            color: #ffffff; }
          header.logged-out .nf-header .header__mobile-search #quick-search-mobile input[type='search']:-ms-input-placeholder {
            color: #ffffff; }
  header.logged-out.isOpen .logo-area a, header.logged-out.colored .logo-area a {
    background-image: url("../images/new_images/logo-grey02.svg"); }
  header.logged-out.isOpen .header__mobile-search .nf_iconset.search, header.logged-out.colored .header__mobile-search .nf_iconset.search {
    color: #55505a; }
  header.logged-out.isOpen .header__mobile-search #quick-search-mobile input[type='search'], header.logged-out.colored .header__mobile-search #quick-search-mobile input[type='search'] {
    color: #55505a; }
    header.logged-out.isOpen .header__mobile-search #quick-search-mobile input[type='search']::-webkit-input-placeholder, header.logged-out.colored .header__mobile-search #quick-search-mobile input[type='search']::-webkit-input-placeholder {
      color: #55505a; }
    header.logged-out.isOpen .header__mobile-search #quick-search-mobile input[type='search']:-moz-placeholder, header.logged-out.colored .header__mobile-search #quick-search-mobile input[type='search']:-moz-placeholder {
      color: #55505a; }
    header.logged-out.isOpen .header__mobile-search #quick-search-mobile input[type='search']::-moz-placeholder, header.logged-out.colored .header__mobile-search #quick-search-mobile input[type='search']::-moz-placeholder {
      color: #55505a; }
    header.logged-out.isOpen .header__mobile-search #quick-search-mobile input[type='search']:-ms-input-placeholder, header.logged-out.colored .header__mobile-search #quick-search-mobile input[type='search']:-ms-input-placeholder {
      color: #55505a; }
  header.logged-out.isOpen .nf_iconset.search, header.logged-out.colored .nf_iconset.search {
    color: #55505a; }
  header.logged-out.isOpen.colored {
    background: transparent;
    border-bottom: none;
    box-shadow: none; }
  header.logged-out .prev-popup {
    display: none; } }

@media (min-width: 1367px) and (max-width: 1520px) {
  .nf-header .col-xl-8 {
    width: calc((100% / 12) * 7.5); } }

@media (max-width: 767px) {
  header.logged-out .nf-header {
    padding: 16px 4px 16px 16px; }
  header.logged-out .nf-header .header__mobile-search #quick-search-mobile {
    width: calc(100% - 4px) !important; } }

nav.side__menu.sidebar-menu.sidebar-menu ul .sub li .category {
  padding-left: 40px; }

.main-title-area h6 .oval,
#categories_main_menu a.category:before,
nav.side__menu a.category:before {
  visibility: hidden;
  opacity: 0; }

@media (min-width: 1367px) {
  .col-xl-1 {
    width: calc((100% / 12) * 1); }
  .col-xl-2 {
    width: calc((100% / 12) * 2); }
  .col-xl-3 {
    width: calc((100% / 12) * 3); }
  .col-xl-4 {
    width: calc((100% / 12) * 4); }
  .col-xl-5 {
    width: calc((100% / 12) * 5); }
  .col-xl-6 {
    width: calc((100% / 12) * 6); }
  .col-xl-7 {
    width: calc((100% / 12) * 7); }
  .col-xl-8 {
    width: calc((100% / 12) * 8); }
  .col-xl-9 {
    width: calc((100% / 12) * 9); }
  .col-xl-10 {
    width: calc((100% / 12) * 10); }
  .col-xl-11 {
    width: calc((100% / 12) * 11); }
  .col-xl-12 {
    width: calc((100% / 12) * 12); }
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4,
  .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8,
  .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
    position: relative;
    min-height: 1px; } }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 8px;
  padding-right: 8px; }
