@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i|Oswald:400,700&display=swap");
@import url(bootstrap.min.css);
#top-header {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 9999; }
  @media (max-width: 992px) {
    #top-header .container {
      max-width: initial;
      padding-left: 0;
      padding-right: 0; } }
  #top-header span {
    padding-top: 15px;
    font-size: 12px; }
    @media (max-width: 992px) {
      #top-header span {
        text-align: center;
        margin-bottom: 10px;
        display: block;
        width: 100%; } }
  #top-header .container-fluid {
    padding-left: 0;
    padding-right: 0; }
  #top-header.dark {
    background: #bc141a; }
    #top-header.dark * {
      color: #FFF; }
  #top-header.light {
    background: #FFF; }
    #top-header.light a {
      color: #000; }
    #top-header.light .socials a {
      background: #000; }
      #top-header.light .socials a:hover {
        background: #bc141a;
        color: #000; }
  #top-header .btn-primary {
    background: #770d10;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }
    @media (max-width: 992px) {
      #top-header .btn-primary {
        display: block;
        width: 100%; } }
  @media (max-width: 992px) {
    #top-header .socials {
      height: 48px;
      margin: 0;
      text-align: center;
      display: flex;
      justify-content: center;
      width: 100%; } }

.admin-bar #main-header.fixed-top {
  padding-top: 80px; }
.admin-bar #main-header.shrink {
  padding-top: 0px; }

#main-header {
  width: 100%;
  height: auto; }
  #main-header .bg-light {
    background-color: initial !important; }
  #main-header.fixed-top {
    width: 100%;
    padding-top: 48px; }
  #main-header.fixed-top, #main-header.shrink {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  #main-header.shrink {
    padding-top: 0px; }
    #main-header.shrink .bg-light {
      background: #FFF; }
    #main-header.shrink #header-logo {
      width: 130px; }
  #main-header .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem; }
  #main-header .navbar-dark .navbar-nav .nav-link {
    color: #FFF;
    font-weight: bold; }
  #main-header .navbar-light .navbar-nav .nav-link {
    color: #bc141a;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 20px; }
  #main-header .navbar-expand-lg .navbar-nav .nav-item:last-child a {
    padding-right: 0; }
  #main-header .navbar.bg-dark {
    background: none !important; }
  #main-header #header-logo {
    width: 200px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  #main-header .navbar {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 992px) {
    #main-header .ml-auto .hovernav {
      position: relative; }
      #main-header .ml-auto .hovernav .dropdown-menu {
        right: 0 !important;
        left: unset; } }
  #main-header .dropdown-submenu {
    position: relative; }
  #main-header .dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em; }
  #main-header .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem; }
  #main-header .dropdown-menu {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }
  #main-header .navbar-toggler {
    border-radius: 100px;
    padding: .75rem; }
  @media (min-width: 992px) {
    #main-header .dropdown-menu-arrow {
      top: -30px;
      left: 80%;
      width: 0;
      height: 0;
      position: relative; }
      #main-header .dropdown-menu-arrow .dropdown-toggle::after {
        vertical-align: .19em; }
      #main-header .dropdown-menu-arrow:before {
        content: "";
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-width: 7px 8px;
        border-style: solid;
        border-color: transparent;
        z-index: 1001; }
      #main-header .dropdown-menu-arrow:after {
        content: "";
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-width: 7px 8px;
        border-style: solid;
        border-color: transparent;
        z-index: 1001;
        bottom: -18px;
        right: -8px;
        border-bottom-color: #fff; }
      #main-header .dropdown-menu-arrow:before {
        bottom: -17px;
        right: -8px;
        border-bottom-color: rgba(0, 0, 0, 0.15); } }
  #main-header.bg-dark {
    background-color: #bc141a !important; }
  #main-header #bs-example-navbar-collapse-2 .nav-link {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    @media (min-width: 992px) {
      #main-header #bs-example-navbar-collapse-2 .nav-link {
        border: 2px solid #bc141a;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        -ms-border-radius: 35px;
        border-radius: 35px; } }
    @media (min-width: 992px) {
      #main-header #bs-example-navbar-collapse-2 .nav-link:hover {
        background: #bc141a;
        color: #FFF; } }

#main-slider.default .carousel-caption {
  transform: translateY(-65%);
  bottom: 0;
  top: 65%; }

#featured-image {
  overflow: hidden;
  -webkit-clip-path: polygon(100% 100%, 90% 96%, 21% 98%, 0 92%, 0% 0%, 100% 0%);
  clip-path: polygon(100% 100%, 90% 96%, 21% 98%, 0 92%, 0% 0%, 100% 0%);
  background: #bc141a;
  padding: 0; }
  @media (min-width: 1200px) {
    #featured-image {
      -webkit-clip-path: polygon(100% 100%, 96% 98%, 11% 99%, 0 86%, 0% 0%, 100% 0%);
      clip-path: polygon(100% 100%, 96% 98%, 11% 99%, 0 86%, 0% 0%, 100% 0%); } }
  #featured-image .container {
    position: relative;
    z-index: 999999;
    height: 100%;
    width: 100%;
    max-width: unset;
    max-height: unset;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-clip-path: polygon(100% 99%, 89% 95%, 21% 94%, 0 86%, 0% 0%, 100% 0%);
    clip-path: polygon(100% 99%, 89% 95%, 21% 94%, 0 86%, 0% 0%, 100% 0%); }
    @media (min-width: 1200px) {
      #featured-image .container {
        -webkit-clip-path: polygon(100% 99%, 94% 95%, 11% 93%, 0 76%, 0% 0%, 100% 0%);
        clip-path: polygon(100% 99%, 94% 95%, 11% 93%, 0 76%, 0% 0%, 100% 0%); } }
    @media (min-width: 992px) {
      #featured-image .container {
        padding: 100px 50px; } }
    @media (max-width: 992px) {
      #featured-image .container {
        padding: 50px 20px; } }
  #featured-image .page-head-overlay {
    height: 100%;
    width: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    background: url(http://staging.opentiersystems.com/wp-content/uploads/2019/11/pattern.png) center no-repeat;
    background-size: cover;
    opacity: .4; }
  @media (min-width: 992px) {
    #featured-image.sticky-header {
      padding: 160px 0 100px 0; } }
  @media (max-width: 992px) {
    #featured-image.sticky-header {
      padding: 80px 0 50px 0; } }
  #featured-image h1 {
    color: #bc141a;
    font-weight: bold;
    text-transform: uppercase; }
  #featured-image #breadcrumbs {
    color: #000; }
    #featured-image #breadcrumbs a {
      color: #000; }

#first-section {
  width: 100%; }
  #first-section .row {
    background: #FFF;
    position: relative;
    z-index: 999;
    padding: 60px 0; }
    @media (min-width: 1200px) {
      #first-section .row {
        margin-top: -60px; } }
    @media (max-width: 480px) and (min-width: 1200px) {
      #first-section .row {
        margin-top: -60px; } }
    #first-section .row .divider {
      position: relative;
      z-index: 99;
      width: 100%;
      height: 88px;
      margin-top: -80px;
      background: url("../img/section-1.svg") no-repeat top center;
      background-size: cover; }
      @media (min-width: 1200px) {
        #first-section .row .divider {
          height: 418px;
          margin-top: -340px; } }
      @media (max-width: 1200px) and (min-width: 480px) {
        #first-section .row .divider {
          height: 190px !important;
          margin-top: -210px !important; } }
      @media (max-width: 480px) {
        #first-section .row .divider {
          height: 190px;
          margin-top: -200px; } }

.home #main-content .border-line {
  width: 80px;
  height: 3px;
  background: #bc141a;
  margin: 15px 0 15px -25px; }

#second-section {
  position: relative;
  z-index: 999999; }
  @media (min-width: 768px) {
    #second-section {
      margin-top: -100px; } }
  @media (max-width: 992px) {
    #second-section .section-wrap {
      text-align: center; } }
  @media (max-width: 992px) {
    #second-section .section-wrap img {
      margin-bottom: 20px; } }
  #second-section .section-wrap h2 {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 0; }
    @media (max-width: 992px) {
      #second-section .section-wrap h2 {
        text-align: center; } }
  @media (max-width: 992px) {
    #second-section .section-wrap .border-line {
      margin-left: auto;
      margin-right: auto;
      position: relative; } }
  @media (max-width: 992px) {
    #second-section .section-wrap p {
      text-align: center; } }

.section-wrap:nth-child(1) {
  padding-bottom: 50px; }

.section-wrap:nth-child(odd) {
  padding-top: 10px;
  padding-bottom: 60px; }

.section-wrap:nth-child(even) {
  background: #e0e0e0; }
  .section-wrap:nth-child(even) .top {
    position: relative;
    display: block;
    width: 100%;
    height: 105px;
    background: url("../img/section-2-top.svg") no-repeat top center;
    background-size: cover; }
  .section-wrap:nth-child(even) .bottom {
    position: relative;
    display: block;
    width: 100%;
    height: 130px;
    background: url("../img/section-2-bottom.svg") no-repeat top center;
    background-size: cover; }
  .section-wrap:nth-child(even) .container {
    padding-bottom: 40px; }
  .section-wrap:nth-child(even) .row {
    flex-direction: row-reverse; }
    @media (min-width: 992px) {
      .section-wrap:nth-child(even) .row .offset-md-1 {
        margin-left: 0;
        margin-right: 8.333333%; } }

#third-section .top {
  background: url("../img/section-3-top.jpg") no-repeat top center;
  background-size: cover;
  height: 146px;
  width: 100%; }
#third-section .bottom {
  background: url("../img/section-3-bottom.jpg") no-repeat top center;
  background-size: cover;
  height: 166px;
  width: 100%;
  margin-top: -160px; }
#third-section .section-wrap {
  background: #c3171d !important;
  width: 100%; }
  @media (min-width: 992px) {
    #third-section .section-wrap {
      margin-top: 0px; } }
#third-section .row {
  flex-direction: row !important; }
@media (min-width: 992px) {
  #third-section .col-md-7 img {
    margin-bottom: -30px; } }
#third-section label {
  color: #FFF; }
#third-section h4, #third-section p {
  color: #FFF; }
#third-section h4 {
  text-transform: uppercase;
  font-weight: bold; }
#third-section .btn-primary {
  background: #AAA;
  color: #000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 2px; }

#testimonials {
  padding: 60px 0; }
  #testimonials h2 {
    text-transform: uppercase;
    color: #bc141a;
    font-weight: bold; }
  #testimonials .slide-box {
    padding: 30px; }
  #testimonials button {
    border: none;
    background: none;
    font-size: 30px;
    position: absolute;
    top: 35%; }
  #testimonials .slick-prev {
    left: -30px; }
  #testimonials .slick-next {
    right: -30px; }

#partners .logo-border {
  width: 100%;
  height: 90px;
  background: url("../img/logos-border.jpg") no-repeat top center;
  background-size: cover; }
#partners .logos-wrap {
  background: #e0e0e0;
  width: 100%; }
@media (min-width: 992px) {
  #partners .logo-partner {
    width: 14.28%;
    float: left;
    padding: 20px; } }
@media (max-width: 992px) {
  #partners .logo-partner {
    width: 50%;
    float: left;
    padding: 20px; }
    #partners .logo-partner:last-child {
      float: none;
      position: relative;
      margin: 0 auto; } }

#mail-wrap {
  width: 100%;
  background: #222;
  padding: 20px 0; }
  #mail-wrap label {
    display: none; }
  #mail-wrap h3 {
    text-transform: uppercase;
    color: #bc141a;
    font-size: 40px;
    font-weight: bold; }
  @media (min-width: 992px) {
    #mail-wrap .gform_wrapper {
      margin: 0;
      padding: 0; }
    #mail-wrap .gform_wrapper ul li.gfield, #mail-wrap .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker), #mail-wrap .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
      margin-top: 0; }
    #mail-wrap .gform_wrapper .gform_body {
      width: 80%;
      float: left; }
    #mail-wrap .gform_wrapper .gform_footer {
      width: 20%;
      float: left;
      clear: none;
      margin: 0;
      padding: 0; } }

#main-content .vc_general.vc_btn3 {
  background: #bc141a;
  color: #FFF;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px; }
#main-content .vc_gitem-post-data-source-post_excerpt {
  display: none; }

.page #main-content {
  padding: 60px 0; }
  .page #main-content a {
    color: #bc141a; }
.page .callout-box {
  margin-bottom: 20px; }

#gform_wrapper_1 {
  background: #DDD;
  padding: 25px; }

#service-nav {
  background: #DFDFDF; }
  #service-nav .service-nav-wrap {
    padding: 0 20px; }
    #service-nav .service-nav-wrap h4 {
      font-weight: bold;
      text-transform: uppercase; }
    #service-nav .service-nav-wrap ul {
      list-style: none;
      padding: 0 0 15px 0;
      margin: 0; }
      #service-nav .service-nav-wrap ul li:first-child a {
        border-top: 1px solid #CCC; }
      #service-nav .service-nav-wrap ul li a {
        color: #000;
        font-size: 16px;
        padding: 10px 5px;
        display: block;
        width: 100%;
        border-bottom: 1px solid #CCC;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
        #service-nav .service-nav-wrap ul li a:hover {
          text-decoration: none;
          background: #ccc;
          padding-left: 10px; }
  #service-nav .top {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    background: url("../img/section-2-top.jpg") no-repeat top center;
    background-size: cover; }
  #service-nav .bottom {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    background: url("../img/section-2-bottom.jpg") no-repeat top center;
    background-size: cover; }

#contact-callout {
  background: #bc141a; }
  #contact-callout .service-nav-wrap {
    padding: 0 20px 15px 20px; }
    #contact-callout .service-nav-wrap h4 {
      font-weight: bold;
      text-transform: uppercase;
      color: #FFF; }
    #contact-callout .service-nav-wrap p {
      color: #FFF; }
    #contact-callout .service-nav-wrap .btn-primary {
      background: #000; }
  #contact-callout .top {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    background: url("../img/service-sidebar-contact-top.jpg") no-repeat top center;
    background-size: cover; }
  #contact-callout .bottom {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    background: url("../img/service-sidebar-contact-bottom.jpg") no-repeat top center;
    background-size: cover; }

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }
  .sidebar .widget {
    margin-bottom: 20px; }
  .sidebar .widget_nav_menu, .sidebar .widget_archive, .sidebar .widget_categories {
    border: 1px solid #DDD;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background: #FFF;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    overflow: hidden; }
    .sidebar .widget_nav_menu h4, .sidebar .widget_archive h4, .sidebar .widget_categories h4 {
      text-transform: uppercase;
      letter-spacing: 2px;
      padding: 10px 15px;
      margin: 0;
      border-bottom: 1px solid #DDD;
      color: #FFF;
      background: #bc141a; }
    .sidebar .widget_nav_menu ul, .sidebar .widget_archive ul, .sidebar .widget_categories ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .sidebar .widget_nav_menu ul li, .sidebar .widget_archive ul li, .sidebar .widget_categories ul li {
        width: 100%;
        border-bottom: 1px solid #DDD; }
        .sidebar .widget_nav_menu ul li:last-child, .sidebar .widget_archive ul li:last-child, .sidebar .widget_categories ul li:last-child {
          border-bottom: 0; }
        .sidebar .widget_nav_menu ul li a, .sidebar .widget_archive ul li a, .sidebar .widget_categories ul li a {
          display: block;
          padding: 5px;
          width: 100%;
          padding: 10px 15px;
          font-size: 18px;
          -webkit-transition: all 0.2s;
          -moz-transition: all 0.2s;
          -ms-transition: all 0.2s;
          -o-transition: all 0.2s;
          transition: all 0.2s; }
          .sidebar .widget_nav_menu ul li a:hover, .sidebar .widget_archive ul li a:hover, .sidebar .widget_categories ul li a:hover {
            background: #bc141a;
            color: #FFF !important;
            text-decoration: none; }
            .sidebar .widget_nav_menu ul li a:hover:before, .sidebar .widget_archive ul li a:hover:before, .sidebar .widget_categories ul li a:hover:before {
              content: "\f0da";
              font-family: 'FontAwesome';
              margin-right: 5px; }
  .sidebar .get-started {
    padding: 20px;
    background: url("http://test3.bemarketinghosting.com/nal/wp-content/uploads/2019/10/blog-bg.jpg") no-repeat center center;
    background-size: cover; }
    .sidebar .get-started h1, .sidebar .get-started h2, .sidebar .get-started h3, .sidebar .get-started h4, .sidebar .get-started h5, .sidebar .get-started h6, .sidebar .get-started p {
      color: #FFF; }

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.entry {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  border-bottom: 1px solid #DDD; }
  @media (min-width: 992px) {
    .entry {
      flex-direction: row; } }
  .entry:first-child {
    padding-top: none; }

#google-map {
  position: absolute;
  width: 100%;
  height: 400px;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  background: linear-gradient(rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.65));
  opacity: 0.65; }

#main-footer {
  width: 100%; }
  #main-footer #footer-logo a {
    display: block;
    width: 100%; }
  #main-footer a {
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  #main-footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    #main-footer ul li a {
      display: block;
      width: 100%;
      padding: 4px 0; }
    @media (min-width: 992px) {
      #main-footer ul.menu {
        column-count: 2; } }
  @media (max-width: 992px) {
    #main-footer .col-lg-8 {
      text-align: center; } }
  @media (max-width: 992px) {
    #main-footer .col-lg-4 {
      margin-bottom: 30px;
      text-align: center; } }
  @media (max-width: 992px) {
    #main-footer .col-lg-4:last-child {
      display: flex;
      padding-top: 30px; } }
  #main-footer.footer-dark {
    background: #DDD; }
    #main-footer.footer-dark #site-sub-footer {
      background: #CCC; }
    #main-footer.footer-dark p {
      color: #000; }
    #main-footer.footer-dark a {
      color: #000; }
  #main-footer.footer-light {
    background: #000; }
    #main-footer.footer-light hr {
      border-bottom: 1px solid #444; }
    #main-footer.footer-light #site-sub-footer {
      background: #000; }
    #main-footer.footer-light h1, #main-footer.footer-light h2, #main-footer.footer-light h3, #main-footer.footer-light h4, #main-footer.footer-light h5, #main-footer.footer-light h6, #main-footer.footer-light p {
      color: #FFF; }
    #main-footer.footer-light a {
      color: #FFF; }
      #main-footer.footer-light a:hover {
        color: #bc141a; }
    #main-footer.footer-light .socials a {
      background: #000; }
      #main-footer.footer-light .socials a:hover {
        background: #bc141a;
        color: #000; }
  #main-footer #top-footer {
    padding: 60px 0; }
  #main-footer #site-sub-footer {
    padding: 15px 0; }
    #main-footer #site-sub-footer p {
      margin: 0;
      padding: 0; }

.socials a {
  padding-top: 8px;
  display: block;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px; }
  @media (max-width: 992px) {
    .socials a:first-child {
      margin-left: 10px; } }

#page-content {
  position: relative;
  z-index: 999999; }
  @media (max-width: 992px) {
    #page-content img.size-full {
      float: none;
      clear: both;
      width: 100%;
      margin: 10px auto;
      max-width: 400px; } }
  @media (max-width: 768px) {
    #page-content > .container:first-child > .row:first-child {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }

.pagination {
  margin-top: 10px; }
  .pagination li {
    margin-right: 5px;
    padding: 4px 8px;
    border: 1px solid #DDD; }

.btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: none; }

.btn-primary {
  background: #bc141a;
  color: #FFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  color: #FFF !important; }

/*
HOVERNAV
========
A simple addition to the dropdown menu (Bootstrap itself is unchanged). Navbar dropdowns appear on hover.
This works only for screen sizes larger than phones.

If you don't want this, delete this segment of the CSS and delete the corresponding segment of js/be_theme.js
*/
@media (min-width: 768px) {
  .navbar-nav .open ul {
    display: none; }

  .navbar-default .navbar-nav > .open > a {
    color: #555;
    background: none; }
    .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
      color: #555;
      background: none; }

  .navbar-inverse .navbar-nav > .open > a {
    color: #969696;
    background: none; }
    .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
      color: #969696;
      background: none; }

  .navbar-nav .hovernav:hover > .dropdown-menu {
    display: block; } }
.callout-box {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media (max-width: 992px) {
    .callout-box {
      margin-bottom: 20px; } }
  .callout-box:hover .callout-box_wrap {
    padding-bottom: 60px; }
  .callout-box .callout-box_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: rgba(188, 20, 26, 0.5);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .callout-box .callout-box_wrap a {
      color: #FFF;
      display: block;
      width: 100%;
      height: 100%; }
    .callout-box .callout-box_wrap h1, .callout-box .callout-box_wrap h2, .callout-box .callout-box_wrap h3, .callout-box .callout-box_wrap h4, .callout-box .callout-box_wrap h5, .callout-box .callout-box_wrap h6, .callout-box .callout-box_wrap p {
      color: #FFF;
      margin: 0; }

/*
MEGANAV
=======
A simple addition to the dropdown menu (Bootstrap itself is unchanged). When you add GRAND-CHILD links in the navbar: on screens larger than phones, Meganav will transform the dropdown into a mega-menu, with child-links displayed as menu-column heads (in bold).

If you don't want this, delete this segment of the CSS and delete the corresponding segment of js/be_theme.js
*/
/*
Max content widths
*/
.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
  max-width: 100%;
  height: auto; }

/*
Site Title
*/
#site-title {
  margin-bottom: 40px; }

/*
Main content
*/
#content article {
  margin-bottom: 40px; }
#content header {
  margin: 20px 0; }
#content section {
  margin-bottom: 20px; }
#content footer {
  padding-bottom: 20px; }

/*
Hide form placeholders on focus
*/
input:focus::-webkit-input-placeholder, input:focus:-moz-placeholder, input:focus::-moz-placeholder {
  color: transparent; }

/* FF 4-18 */
/* FF 19+ */
textarea:focus::-webkit-input-placeholder, textarea:focus:-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent; }

/*
Commentlist
*/
ol.commentlist {
  counter-reset: li;
  /* Initiate a counter */
  padding: 0; }
  ol.commentlist ul {
    padding: 0; }
  ol.commentlist > li {
    position: relative;
    margin: 0 0 20px 0;
    list-style: none; }
    ol.commentlist > li:before {
      content: "Thread " counter(li);
      /* Use the counter as content */
      counter-increment: li;
      /* Increment the counter by 1 */
      position: absolute;
      top: 0;
      right: 0;
      border-bottom: 1px solid #ddd;
      border-left: 1px solid #ddd;
      border-bottom-left-radius: 4px;
      padding: 5px 20px 5px 10px;
      color: #999; }
  ol.commentlist li ol, ol.commentlist li ul {
    list-style-type: none;
    margin: 0; }

.commentlist li {
  padding: 20px; }
  .commentlist li li {
    background: #f8f8f8; }
    .commentlist li li li {
      background: #fff; }
      .commentlist li li li li {
        background: #f8f8f8; }
        .commentlist li li li li li li {
          background: #fff; }
.commentlist ul li {
  margin-top: 20px;
  margin-bottom: 0; }

.reply p {
  margin: 0; }

/*
WOOCOMMERCE - re-styling to match Bootstrap
===========================================
If you don't want this to use the WooCommerce plugin, or if you don't want these styles below, then delete this entire segment of the CSS and delete the corresponding segment of js/be_theme.js
*/
.woocommerce a:focus {
  outline: none; }
.woocommerce .count {
  background: inherit; }
.woocommerce .added_to_cart {
  display: block !important; }
.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before {
  padding-top: 0; }

.woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:before {
  padding-top: 0; }

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  /* .btn */
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  /* .btn-primary */
  color: #FFF;
  background: #337AB7;
  border-color: #2E6DA4;
  /* Extra fixes */
  text-shadow: none;
  box-shadow: none; }

.woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
  /* .btn */
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  /* .btn-primary */
  color: #FFF;
  background: #337AB7;
  border-color: #2E6DA4;
  /* Extra fixes */
  text-shadow: none;
  box-shadow: none; }

.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  /* .btn-primary:hover */
  color: #FFF;
  background: #286090;
  border-color: #204D74; }

.woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {
  /* .btn-primary:hover */
  color: #FFF;
  background: #286090;
  border-color: #204D74; }

.woocommerce #content input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  /* .btn */
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  /* .btn-success */
  color: #FFF;
  background-color: #5CB85C;
  border-color: #4CAE4C;
  /* Extra fixes */
  text-shadow: none;
  box-shadow: none; }

.woocommerce-page #content input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt {
  /* .btn */
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  /* .btn-success */
  color: #FFF;
  background-color: #5CB85C;
  border-color: #4CAE4C;
  /* Extra fixes */
  text-shadow: none;
  box-shadow: none; }

.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  /* Extras fixes */
  background: none;
  text-shadow: none;
  /* .btn-success:hover */
  color: #FFF;
  background-color: #449D44;
  border-color: #398439;
  /* BOOTSTRAP THEME .btn-success:hover */
  background-color: #419641;
  background-position: 0px -15px; }

.woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
  /* Extras fixes */
  background: none;
  text-shadow: none;
  /* .btn-success:hover */
  color: #FFF;
  background-color: #449D44;
  border-color: #398439;
  /* BOOTSTRAP THEME .btn-success:hover */
  background-color: #419641;
  background-position: 0px -15px; }

.woocommerce .woocommerce-error, .woocommerce-page .woocommerce-error {
  /* Extra fixes */
  padding: 0;
  margin: 0;
  position: relative;
  border-top: none;
  background: none;
  text-shadow: none;
  list-style: outside none none !important;
  width: auto;
  box-shadow: none;
  /* .alert */
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  /* .alert-danger */
  color: #A94442;
  background-color: #F2DEDE;
  border-color: #EBCCD1; }

.woocommerce .woocommerce-error:after, .woocommerce .woocommerce-error:before {
  display: none; }

.woocommerce-page .woocommerce-error:after, .woocommerce-page .woocommerce-error:before {
  display: none; }

.alignleft {
  float: left;
  margin: 0 15px 0px 0; }
  @media (max-width: 768px) {
    .alignleft {
      position: relative;
      display: block;
      margin: 0 auto; } }

.alignright {
  float: right;
  margin: 0 0px 15px 15px; }
  @media (max-width: 768px) {
    .alignright {
      position: relative;
      display: block;
      margin: 0 auto; } }

.aligncenter {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center; }

strong, em {
  font-weight: bold; }

i, em {
  font-style: italic; }

/* Font */
html {
  overflow-x: hidden; }

body {
  z-index: 0;
  position: relative;
  color: #000;
  overflow-x: hidden;
  font-family: "Lato", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

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