/*-----------------------------------------------------------------------------------

[Table of contents]

1. Base (Global style for some elements)
2. Header (Main navigation)
*------------------------------------------------------------------------------------ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
  margin: 0;
  padding: 0; }

.text-nd-hud {
  color: #e69006; }

.text-primary-hud {
  color: #750d13; }

.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0; }

@font-face {
  font-family: Poppins-regular;
  src: url("../fonts/Poppins/Poppins-Regular.ttf"); }
@font-face {
  font-family: Poppins-bold;
  src: url("../fonts/Poppins/Poppins-Bold.ttf"); }
@font-face {
  font-family: Poppins-Exbold;
  src: url("../fonts/Poppins/Poppins-ExtraBold.ttf"); }
@font-face {
  font-family: Raleway-Regular;
  src: url("../fonts/Raleway/Raleway-Regular.ttf"); }
@font-face {
  font-family: penna;
  src: url("../fonts/penna.otf"); }
li {
  list-style: none;
  display: inline-block;
  text-decoration: none; }

a:link, a:visited, a:hover, a:active, a:focus {
  text-decoration: none;
  cursor: pointer; }

.btn:hover,
.btn:focus,
.btn.active,
.btn-flat:hover,
.btn-flat:focus,
.form-control:hover,
.form-control:focus,
input, textarea, select, button,
button:focus {
  box-shadow: none;
  outline: unset; }

.btn-flat, .btn {
  background-color: #750d13;
  transition: all 300ms ease-in-out; }
  .btn-flat:hover, .btn-flat:focus, .btn:hover, .btn:focus {
    background-color: transparent;
    border: 2px solid #750d13;
    color: #000; }
  .btn-flat#menu-pdf, .btn#menu-pdf {
    background-color: #e69006;
    color: #FBFBFB;
    border: none; }
    .btn-flat#menu-pdf:hover, .btn#menu-pdf:hover {
      background-color: #f99e0d;
      border: none; }

button,
button:focus {
  outline: unset; }

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
  text-decoration: none;
  cursor: pointer; }

a:link, a:visited, a:hover, a:active, a:focus {
  text-decoration: none;
  cursor: pointer; }

.btn:hover,
.btn:focus,
.btn.active,
.btn-flat:hover,
.btn-flat:focus,
.form-control:hover,
.form-control:focus,
input, textarea, select, button,
button:focus {
  box-shadow: none;
  outline: unset; }

button,
button:focus {
  outline: unset; }

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
  text-decoration: none;
  cursor: pointer; }

.btn:hover,
.btn:focus,
.btn-flat:hover,
.btn-flat:focus,
.form-control:hover,
.form-control:focus {
  box-shadow: none;
  outline: unset; }

body {
  font-family: 'Poppins-regular', sans-serif; }

p {
  font-family: Raleway-Regular, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  color: #222222;
  line-height: 1.2em !important;
  margin-bottom: 0;
  margin-top: 0; }

h6 {
  font-size: 14px; }

section {
  position: relative;
  overflow: hidden;
  padding: 50px 0; }
  @media (max-width: 767px) {
    section {
      padding: 30px 0; } }
  section h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px; }
    section h2::after {
      display: block;
      position: relative;
      left: 0;
      top: -.9rem;
      /* height: 2px; */
      transition: all 300ms linear; }

a {
  text-decoration: none;
  transition: all 300ms linear;
  outline: none;
  cursor: pointer; }
  a:hover, a:focus {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: inherit; }

.btn:hover, .btn:focus {
  box-shadow: none;
  outline: unset; }

.btn-flat:hover, .btn-flat:focus {
  box-shadow: none;
  outline: unset; }

.form-control:hover, .form-control:focus {
  box-shadow: none;
  outline: unset; }

.btn, .btn-flat {
  position: relative;
  border-radius: 12px;
  font-size: 16px;
  padding: 10px 50px;
  color: #FBFBFB; }

.lead {
  margin: 10px 0; }

.navbar {
  background-color: rgba(251, 251, 251, 0.86);
  z-index: 1000;
  -webkit-transition: all 300ms  linear;
  -moz-transition: all 300ms  linear;
  -ms-transition: all 300ms  linear;
  -o-transition: all 300ms  linear;
  transition: all 300ms  linear;
  padding: .1rem 1rem; }
  @media (max-width: 767px) {
    .navbar {
      padding: .03rem 1rem; } }
  .navbar .navbar-brand {
    padding: 0; }
    .navbar .navbar-brand img {
      transition: all 300ms linear;
      width: 110px;
      height: 110px; }
      @media (max-width: 767px) {
        .navbar .navbar-brand img {
          width: 100px;
          height: 100px; } }
  .navbar .navbar-nav {
    background-color: transparent; }
    .navbar .navbar-nav .nav-item a.nav-link {
      text-decoration: none;
      outline: none;
      color: #502e18;
      display: block;
      text-transform: uppercase;
      position: relative;
      padding: 26px 22px;
      cursor: pointer;
      font-weight: 600; }
      .navbar .navbar-nav .nav-item a.nav-link:hover, .navbar .navbar-nav .nav-item a.nav-link.active {
        color: #750d13; }
      @media screen and (max-width: 992px) {
        .navbar .navbar-nav .nav-item a.nav-link {
          padding: 10px 15px 10px 15px; } }
    @media screen and (max-width: 992px) {
      .navbar .navbar-nav {
        background-color: rgba(251, 251, 251, 0.9); } }
    .navbar .navbar-nav .dropdown-menu {
      border-radius: 0 0 .25rem .25rem;
      background-color: #fbfbfb;
      border: 1px solid transparent; }
    @media (min-width: 767px) {
      .navbar .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0; } }
  @media screen and (max-width: 991px) {
    .navbar .navbar-collapse {
      text-align: center;
      background-color: rgba(80, 46, 24, 0.6); }
      .navbar .navbar-collapse li {
        border-bottom: 1px solid rgba(188, 141, 93, 0.42); }
        .navbar .navbar-collapse li a {
          text-align: center; }
        .navbar .navbar-collapse li:last-child {
          border-bottom: none; } }
  .navbar.navbar-shrink {
    background-color: #FBFBFB;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    padding: 0; }
    .navbar.navbar-shrink .navbar-brand {
      padding: 0; }
      .navbar.navbar-shrink .navbar-brand img {
        width: 90px;
        height: 90px;
        padding: 2px;
        content: url(../images/logo-new-wzout-slogan.png); }
        @media (max-width: 767px) {
          .navbar.navbar-shrink .navbar-brand img {
            width: 70px;
            height: 70px; } }
    .navbar.navbar-shrink .navbar-nav li a {
      font-weight: 500; }
  .navbar .navbar-collapse {
    text-align: center;
    background-color: transparent; }
  .navbar .navbar-toggler {
    border: none;
    background: transparent !important; }
    .navbar .navbar-toggler:focus {
      outline: none;
      background: transparent !important; }
    .navbar .navbar-toggler .icon-bar {
      background: rgba(117, 13, 19, 0.8);
      transform: rotate(0deg) translate(0px, 0px);
      transition: ease all .2s;
      display: block;
      width: 22px;
      height: 2px;
      border-radius: 1px; }
      .navbar .navbar-toggler .icon-bar + .icon-bar {
        margin-top: 4px; }
  .navbar .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
    transition: ease all .2s; }
  .navbar .navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    transition: ease all .2s; }
  .navbar .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s; }

header {
  position: relative;
  overflow: hidden;
  background: url(../images/header-bg4.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  object-fit: cover;
  height: 300px;
  background-position: center center; }
  @media (max-width: 1024px) {
    header {
      background-size: contain;
      height: auto !important;
      top: 113px;
      margin-bottom: 100px;
      width: 100%;
      background-size: cover;
      background-position: center;
      object-fit: cover; } }
  @media (max-width: 767px) {
    header {
      top: 100px; } }
  header .banner {
    position: relative;
    z-index: 99;
    margin-top: 40%; }
    @media (max-width: 992px) {
      header .banner {
        margin-top: 60%; } }
    @media (max-width: 576px) {
      header .banner {
        margin-top: 70%; } }
    header .banner h6 {
      color: #750d13;
      margin-bottom: 1rem;
      font-family: "Poppins", sans-serif; }
    header .banner h1 {
      text-transform: uppercase;
      text-align: inherit;
      line-height: 45px;
      letter-spacing: 2px;
      font-weight: 700;
      font-size: 44px;
      color: white; }
  header::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.18);
    z-index: 1; }

#services {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  object-fit: cover;
  background-image: url("../images/serv.jpg");
  height: auto; }
  #services .services-content {
    position: relative;
    z-index: 99; }
  #services::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(251, 251, 251, 0.4);
    z-index: 2; }
  #services h2 {
    margin-bottom: 20px;
    color: #FBFBFB; }
  #services li {
    padding: 10px 0;
    margin-top: 0;
    cursor: default;
    -webkit-transition: all ease-in-out 300s;
    -moz-transition: all ease-in-out 300s;
    -ms-transition: all ease-in-out 300s;
    -o-transition: all ease-in-out 300s;
    transition: all ease-in-out 300s; }
    #services li .image-container {
      width: 80px;
      height: 80px;
      line-height: 80px;
      position: relative;
      border-radius: 50%;
      border: 3px solid #750d13;
      overflow: hidden;
      margin: 0 auto; }
      #services li .image-container i {
        color: #750d13; }
    #services li h4 {
      text-align: left;
      padding: 0 40px;
      color: #e69006; }
      @media (max-width: 767px) {
        #services li h4 {
          padding: 3px 10px; } }
    #services li p {
      width: 100%;
      padding: 0 40px;
      text-align: left;
      color: #FBFBFB; }
      @media (max-width: 767px) {
        #services li p {
          padding: 3px 10px; } }
    #services li:hover .image-container {
      transform: scaleX(-1);
      background-color: #750d13; }
      #services li:hover .image-container i {
        color: #FBFBFB; }

#portfolio h2 {
  margin-bottom: 20px; }
#portfolio.gallery-block {
  padding-bottom: 60px;
  padding-top: 60px; }
  #portfolio.gallery-block .heading {
    margin-bottom: 50px;
    text-align: center; }
  #portfolio.gallery-block h2 {
    text-transform: uppercase; }
  #portfolio.gallery-block.compact-gallery .item {
    overflow: hidden;
    margin-bottom: 0;
    background: black;
    opacity: 1; }
    #portfolio.gallery-block.compact-gallery .item .image {
      width: 100%;
      height: 300px;
      transition: 0.8s ease; }
  @media (min-width: 576px) {
    #portfolio.gallery-block .zoom-on-hover:hover .image {
      transform: scale(1.3);
      opacity: 0.7; } }

#contact {
  background-image: url("../images/footer-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  object-fit: cover;
  padding: 20px 0; }
  @media (max-width: 767px) {
    #contact {
      padding: 50px 0; } }
  #contact h2 {
    color: #FBFBFB;
    margin: 28px 0; }
  #contact .contact-box {
    position: relative;
    width: 100%;
    border-radius: 12px;
    height: auto;
    padding: 30px 20px;
    background-color: #FBFBFB;
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$dark-gray', endColorstr='$gray', GradientType=1 );
    color: #FBFBFB !important; }
    #contact .contact-box h5 {
      margin-bottom: 25px; }
  #contact form {
    display: block;
    width: 100%;
    clear: both;
    margin: 0; }
    #contact form input {
      width: 100%;
      height: 45px;
      background-color: inherit;
      padding: 0;
      color: #FBFBFB !important;
      font-family: Raleway-Regular, sans-serif;
      font-size: 14px;
      font-weight: normal;
      line-height: 1.5;
      border-bottom: 1px solid #750d13;
      box-sizing: border-box;
      transition: 300ms linear;
      transition-property: border-color;
      display: block;
      margin: 0;
      border-top: none;
      border-left: none;
      border-right: none;
      border-radius: 0; }
    #contact form textarea {
      background-color: transparent;
      color: #750d13;
      border: 1px solid rgba(117, 13, 19, 0.8); }
  #contact .site-info {
    position: relative;
    overflow: hidden; }
    #contact .site-info p.lead {
      color: #750d13; }
    #contact .site-info .data-connect {
      margin-top: 40px; }
    #contact .site-info a.site-box-row {
      display: block;
      width: 100%;
      color: #750d13; }
      #contact .site-info a.site-box-row h6 {
        display: inline-block;
        margin-right: 5px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 1px solid #750d13;
        text-align: center;
        line-height: 30px; }
        #contact .site-info a.site-box-row h6 .fa {
          margin-top: 8px; }
      #contact .site-info a.site-box-row p, #contact .site-info a.site-box-row address {
        display: inline-block;
        width: 80%;
        vertical-align: text-top; }
      #contact .site-info a.site-box-row:hover {
        color: #b11d24; }
        #contact .site-info a.site-box-row:hover h6 {
          border: 1px solid #b11d24; }
  #contact::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1; }
  #contact .contact-content {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 99; }
    #contact .contact-content .socialize ul li {
      display: inline-block;
      margin-right: 5px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      text-align: center;
      line-height: 30px; }
      #contact .contact-content .socialize ul li.instagram {
        background: #d6249f;
        background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
        border: none; }
      #contact .contact-content .socialize ul li.facebook {
        background-color: #0E90F2;
        border: 1px solid  transparent; }
      #contact .contact-content .socialize ul li a {
        color: #FBFBFB; }
    #contact .contact-content .socialize h6 {
      color: #750d13;
      text-transform: capitalize;
      font-weight: 500; }

.footer {
  position: relative;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  background: #750d13;
  font-weight: 500;
  color: #FBFBFB; }
  .footer a {
    color: #e2e2e2;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600; }

#scroll-top {
  display: inline-block;
  background-color: rgba(251, 251, 251, 0.8);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 45px;
  right: 5px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  -webkit-animation: fade_move_down 2s ease-in-out infinite;
  -moz-animation: fade_move_down 2s ease-in-out infinite;
  animation: fade_move_down 2s ease-in-out infinite; }
  #scroll-top::after {
    content: "\f077";
    font-family: FontAwesome, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.2em;
    line-height: 50px;
    color: #000; }
  #scroll-top:hover {
    cursor: pointer;
    background-color: rgba(251, 251, 251, 0.8); }
  #scroll-top.show {
    opacity: 1;
    visibility: visible; }

/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -10px);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 10px);
    opacity: 0; } }
@-moz-keyframes fade_move_down {
  0% {
    -moz-transform: translate(0, -10px);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -moz-transform: translate(0, 10px);
    opacity: 0; } }
@keyframes fade_move_down {
  0% {
    transform: translate(0, -10px);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: translate(0, 10px);
    opacity: 0; } }
/*---------------- main menu style ----------------------*/
#main-menu header {
  background-position: center; }
@media (max-width: 767px) {
  #main-menu .menu-content {
    margin-top: 30px; } }
#main-menu .navbar .navbar-nav .nav-item a {
  font-size: 22px;
  text-transform: capitalize; }
#main-menu header {
  height: auto;
  margin-bottom: 150px; }
  #main-menu header .banner {
    margin: 0; }
    #main-menu header .banner h3 {
      position: relative;
      text-align: center;
      margin-top: 13%;
      text-transform: capitalize;
      color: #750d13;
      letter-spacing: 2px; }
      @media (max-width: 767px) {
        #main-menu header .banner h3 {
          margin-top: 30%; } }
#main-menu .card {
  height: 350px;
  margin-bottom: 20px;
  background-color: rgba(251, 251, 251, 0.38);
  -webkit-box-shadow: -1px 4px 18px 1px #d6d6d6;
  -moz-box-shadow: -1px 4px 18px 1px #d6d6d6;
  box-shadow: -1px 4px 18px 1px #d6d6d6; }
  #main-menu .card.card-text-only {
    height: auto; }
  #main-menu .card .card-img-description-layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(117, 13, 19, 0.64);
    background-color: #e69006;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    display: block;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: opacity .2s, visibility .2s;
    display: grid;
    vertical-align: middle;
    font-size: 14px; }
    #main-menu .card .card-img-description-layer ul {
      text-align: left; }
      #main-menu .card .card-img-description-layer ul li {
        position: relative;
        display: list-item;
        list-style: circle; }
  #main-menu .card .card-img-wrap {
    position: relative;
    position: relative;
    display: block;
    overflow: hidden;
    height: 80%; }
  #main-menu .card .card-img-wrap:hover .card-img-description-layer {
    visibility: visible;
    opacity: 1; }
  #main-menu .card .card-img-description {
    transition: .2s;
    transform: translateY(1em);
    text-align: left; }
    #main-menu .card .card-img-description p {
      text-align: center;
      border-bottom: 1px solid white; }
      @media (min-width: 767px) {
        #main-menu .card .card-img-description p {
          font-size: 1.5rem; } }
  #main-menu .card .card-img-wrap:hover .card-img-description {
    transform: translateY(0); }
  #main-menu .card img {
    position: relative;
    display: block;
    height: 100%;
    max-width: 100%;
    width: auto;
    margin: auto; }
  #main-menu .card .card-body {
    padding: .95rem; }
    #main-menu .card .card-body.line-two-card-body {
      padding: 0 .95rem; }
    #main-menu .card .card-body .wzout-image-card-body {
      position: relative;
      display: block;
      overflow: hidden; }
    #main-menu .card .card-body ul li {
      list-style: circle;
      display: list-item;
      text-decoration: none; }
    #main-menu .card .card-body ol li {
      display: flex;
      text-decoration: none;
      justify-content: space-between; }
      #main-menu .card .card-body ol li .left-column::before {
        content: '';
        display: inline-block;
        width: 5px;
        height: 5px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: gray; }
#main-menu section {
  padding: 20px 0; }
#main-menu .main-menu-element .nav-item a {
  color: #502e18;
  padding: 0 8px 0 8px;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  outline: none; }
  #main-menu .main-menu-element .nav-item a:hover, #main-menu .main-menu-element .nav-item a.active {
    color: #750d13; }
  @media screen and (max-width: 992px) {
    #main-menu .main-menu-element .nav-item a {
      padding: 10px 15px 10px 15px; } }
#main-menu .d-d-content {
  margin-top: 10px; }

#menu-pdf {
  margin-bottom: 20px;
  border-radius: 4px; }

#events .lightbox {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 100%;
  width: 100%;
  border-radius: 5px;
  height: auto;
  border-radius: 5px; }
  #events .lightbox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5px; }

.open-at {
  display: inline-block;
  height: auto;
  position: relative;
  width: 100%;
  color: #FBFBFB;
  text-align: left;
  padding: 0 10px;
  background: #750d13;
  padding: 50px;
  border-radius: 12px; }
  .open-at h5 {
    color: #e69006;
    margin-bottom: 10px;
    text-align: center; }
  .open-at .till {
    padding: 0 5px;
    color: #e69006;
    font-weight: 900; }
  .open-at .deliv-number {
    color: #e69006;
    font-size: 18px; }
  .open-at p {
    margin-bottom: .3rem; }
  @media (max-width: 767px) {
    .open-at {
      margin-bottom: 20px; } }
  .open-at .delv-company-link {
    position: relative;
    display: block;
    color: #e69006;
    text-align: center; }

/* ******************* 25 - 12 - 2019 edits ***************** */
.site-info {
  background: #FBFBFB;
  padding: 50px;
  border-radius: 12px; }
  @media (max-width: 767px) {
    .site-info {
      padding: 20px; } }

.breadcrumb {
  font-size: 1rem;
  font-weight: 900;
  color: #502e18;
  background-color: transparent; }

.breadcrumb-item a {
  color: #502e18; }
.breadcrumb-item.active {
  color: #750d13; }
  .breadcrumb-item.active::before {
    font-family: 'FontAwesome';
    content: "\f105"; }

.toBottom {
  z-index: 99;
  position: relative;
  display: block;
  margin: auto;
  color: white;
  white-space: nowrap;
  font-size: 4rem;
  position: absolute;
  right: 0;
  bottom: 50px;
  left: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  transform: translateY(0);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 750ms ease-in-out;
  -ms-transition: all 750ms ease-in-out;
  -o-transition: all 750ms ease-in-out;
  transition: all 750ms ease-in-out; }
  .toBottom:hover, .toBottom:focus, .toBottom:visited {
    color: white; }

/* this sets the position of the arrow when it's up, so it will move up or down by 14px when you add or remove this class */
.lift {
  transform: translateY(14px); }

.another-menu .go-to-menu {
  background-color: #750d13;
  padding: 7px;
  color: #FBFBFB;
  border-radius: 3px; }
  .another-menu .go-to-menu:hover {
    color: #FBFBFB;
    background-color: #b11d24; }

@media (max-width: 767px) {
  * {
    font-size: 13px; }

  .lead {
    font-size: 1.1rem; }

  .h2, h2 {
    font-size: 1.6rem; }

  .h4, h4 {
    font-size: 1.3rem; } }
.tabbable .nav-tabs {
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap; }

.tabbable .nav-tabs .nav-link {
  white-space: nowrap; }

.tabs-style-underline nav {
  background: #fff; }

.tabs nav {
  text-align: center; }

.tabs nav ul {
  background: #e69006;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.tabs nav ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.tabs-style-underline nav a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
  padding: 0.25em 0 0.5em;
  border-left: 1px solid #e7ecea;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  color: #FBFBFB;
  text-decoration: none;
  outline: none; }

.nav-tabs .nav-link {
  border: 2px solid transparent;
  border-color: transparent #FBFBFB transparent transparent;
  padding: 0 2px; }
  .nav-tabs .nav-link.last-nav-tab-link {
    border-color: transparent; }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: transparent #FBFBFB transparent transparent; }
  .nav-tabs .nav-link:focus.last-nav-tab-link, .nav-tabs .nav-link:hover.last-nav-tab-link {
    border-color: transparent; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: transparent;
  border-color: transparent #FBFBFB transparent transparent; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #750d13; }

.tabs-style-underline nav a {
  padding: 0.25em 0 0.5em;
  border-left: 1px solid #e7ecea;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }

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