/*
||===================================================||
||                                                   ||
||          Table of Contents                        ||
||                                                   ||
||          1. 	Navigation                           ||
||                                                   ||
==================================================== ||
*/
/*-------------------------------------------------------------------

==  Navigation

-------------------------------------------------------------------*/
.fl-bars-style-one .tmp--navigation-icon-container {
  cursor: pointer;
  position: absolute;
  z-index: 999;
  right: 0; }
  .fl-bars-style-one .tmp--navigation-icon-container .tmp--hamburger-menu {
    display: block;
    position: relative; }
    .fl-bars-style-one .tmp--navigation-icon-container .tmp--hamburger-menu.opened {
      position: fixed; }
    .fl-bars-style-one .tmp--navigation-icon-container .tmp--hamburger-menu .tmp-flipper-icon {
      background-color: #fc4c59;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: .6s;
      transform-style: preserve-3d;
      width: 60px;
      height: 60px;
      line-height: 20px;
      perspective: 40px;
      position: relative; }
      .fl-bars-style-one .tmp--navigation-icon-container .tmp--hamburger-menu .tmp-flipper-icon .tmp-front-content {
        display: flex;
        flex-direction: unset;
        align-items: center;
        backface-visibility: hidden;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0 auto;
        height: 100%;
        width: 100%;
        z-index: 2;
        text-align: center; }
        .fl-bars-style-one .tmp--navigation-icon-container .tmp--hamburger-menu .tmp-flipper-icon .tmp-front-content span {
          border-radius: 50%;
          width: 6px;
          height: 6px;
          background: #fff;
          position: relative;
          margin-right: 4px; }
          .fl-bars-style-one .tmp--navigation-icon-container .tmp--hamburger-menu .tmp-flipper-icon .tmp-front-content span:first-child {
            width: 6px;
            margin-top: 0; }
          .fl-bars-style-one .tmp--navigation-icon-container .tmp--hamburger-menu .tmp-flipper-icon .tmp-front-content span:last-child {
            width: 6px; }
      .fl-bars-style-one .tmp--navigation-icon-container .tmp--hamburger-menu .tmp-flipper-icon .tmp-back-content .tmp-custom-icon-plus-sign {
        color: #fff;
        font-size: 15px;
        transform: rotate(45deg);
        left: -1px;
        position: relative; }

.fl-bars-style-two .tmp--navigation-icon-container {
  cursor: pointer;
  position: absolute;
  z-index: 999;
  right: 0; }
  .fl-bars-style-two .tmp--navigation-icon-container .tmp--hamburger-menu {
    display: block;
    position: relative; }
    .fl-bars-style-two .tmp--navigation-icon-container .tmp--hamburger-menu.opened {
      position: fixed; }
    .fl-bars-style-two .tmp--navigation-icon-container .tmp--hamburger-menu .tmp-flipper-icon {
      background-color: transparent;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: .6s;
      transform-style: preserve-3d;
      width: 60px;
      height: 60px;
      line-height: 20px;
      perspective: 40px;
      position: relative;
      border: 2px solid #fff; }
      .fl-bars-style-two .tmp--navigation-icon-container .tmp--hamburger-menu .tmp-flipper-icon .tmp-front-content {
        display: flex;
        flex-direction: unset;
        align-items: center;
        backface-visibility: hidden;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0 auto;
        height: 100%;
        width: 100%;
        z-index: 2;
        text-align: center; }
        .fl-bars-style-two .tmp--navigation-icon-container .tmp--hamburger-menu .tmp-flipper-icon .tmp-front-content span {
          border-radius: 50%;
          width: 6px;
          height: 6px;
          background: #fff;
          position: relative;
          margin-right: 4px; }
          .fl-bars-style-two .tmp--navigation-icon-container .tmp--hamburger-menu .tmp-flipper-icon .tmp-front-content span:first-child {
            width: 6px;
            margin-top: 0; }
          .fl-bars-style-two .tmp--navigation-icon-container .tmp--hamburger-menu .tmp-flipper-icon .tmp-front-content span:last-child {
            width: 6px; }
      .fl-bars-style-two .tmp--navigation-icon-container .tmp--hamburger-menu .tmp-flipper-icon .tmp-back-content .tmp-custom-icon-plus-sign {
        color: #fff;
        font-size: 15px;
        transform: rotate(45deg);
        left: -1px;
        position: relative; }

.fl-bars-style-three .tmp--navigation-icon-container {
  cursor: pointer;
  position: absolute;
  z-index: 999;
  right: 0; }
  .fl-bars-style-three .tmp--navigation-icon-container .tmp--hamburger-menu {
    display: block;
    position: relative; }
    .fl-bars-style-three .tmp--navigation-icon-container .tmp--hamburger-menu.opened {
      position: fixed; }
    .fl-bars-style-three .tmp--navigation-icon-container .tmp--hamburger-menu .tmp-flipper-icon {
      background-color: #fc4c59;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: .6s;
      transform-style: preserve-3d;
      width: 80px;
      height: 80px;
      line-height: 20px;
      perspective: 40px;
      position: relative; }
      .fl-bars-style-three .tmp--navigation-icon-container .tmp--hamburger-menu .tmp-flipper-icon .tmp-front-content {
        display: block;
        flex-direction: unset;
        align-items: center;
        backface-visibility: hidden;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin: 0 auto;
        height: 100%;
        width: 100%;
        z-index: 2;
        text-align: center; }
        .fl-bars-style-three .tmp--navigation-icon-container .tmp--hamburger-menu .tmp-flipper-icon .tmp-front-content span {
          width: 30px;
          height: 3px;
          background: #fff;
          position: relative;
          margin-right: 4px;
          display: block;
          top: 38%;
          bottom: 38%;
          margin-bottom: 6px;
          left: 22px; }
          .fl-bars-style-three .tmp--navigation-icon-container .tmp--hamburger-menu .tmp-flipper-icon .tmp-front-content span:first-child {
            width: 25px;
            margin-top: 0; }
          .fl-bars-style-three .tmp--navigation-icon-container .tmp--hamburger-menu .tmp-flipper-icon .tmp-front-content span:last-child {
            width: 35px;
            margin-bottom: 0px; }
      .fl-bars-style-three .tmp--navigation-icon-container .tmp--hamburger-menu .tmp-flipper-icon .tmp-back-content .tmp-custom-icon-plus-sign {
        color: #fff;
        font-size: 15px;
        transform: rotate(45deg);
        left: -1px;
        position: relative; }

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

==  Mobile Menu

-------------------------------------------------------------------*/
.tmp-mobile-menu-wrapper {
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1098; }
  .tmp-mobile-menu-wrapper .tmp-sidebar-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1099;
    cursor: pointer; }
  .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper {
    position: fixed;
    z-index: 1100;
    left: 0;
    top: 0;
    background: #182327;
    padding: 115px 10px;
    box-sizing: border-box;
    height: 100vh;
    width: 650px; }
    .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-top {
      margin-left: 20%; }
    .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center {
      position: relative;
      top: 0;
      bottom: 0;
      margin-bottom: auto;
      margin-top: auto;
      height: fit-content;
      margin-left: 20%;
      margin-top: 35%; }
      .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul.menu {
        margin-top: auto;
        margin-bottom: auto; }
      .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul {
        margin-bottom: 0px; }
        .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul > li:first-child {
          margin-top: 0px; }
        .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul > li:last-child {
          margin-bottom: 0px; }
          .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul > li:last-child a {
            border-bottom: none; }
        .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li {
          transition: background-color .3s ease-in;
          overflow: hidden;
          margin: 40px 40px 17px 0px; }
          .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li.opened {
            transition: background-color .3s ease-in;
            background: #f7f7f7; }
            .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li.opened > a .tmp-menu-flipper-icon {
              transition: 0.6s;
              transform: rotateY(180deg); }
              .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li.opened > a .tmp-menu-flipper-icon .tmp-front-content i {
                transition: 0.6s;
                opacity: 0; }
          .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li a {
            position: relative;
            line-height: 1.1;
            display: block;
            color: #ffffff;
            font-size: 48px;
            transition: all .3s;
            font-weight: 300; }
            .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li a:before {
              width: 1px;
              height: 50px;
              content: '';
              background-color: #fc4c59;
              bottom: -50px;
              position: absolute;
              transform: rotate(15deg);
              left: 40px;
              transition: all .3s; }
            .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li a:after {
              width: 1px;
              height: 50px;
              content: '';
              background-color: #fc4c59;
              bottom: -50px;
              position: absolute;
              transform: rotate(15deg);
              left: 20px;
              transition: all .3s; }
            .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li a:hover, .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li a.opened {
              padding-left: 50px; }
              .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li a:hover:before, .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li a.opened:before {
                bottom: 0; }
              .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li a:hover:after, .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li a.opened:after {
                bottom: 0; }
            .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li a .tmp-menu-flipper-icon {
              position: absolute;
              right: 0;
              color: #000;
              height: 100%;
              width: 50px;
              top: 0;
              display: flex;
              align-items: center;
              justify-content: center; }
          .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li:last-child {
            border-bottom: none; }
          .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li .sub-menu {
            display: none;
            background: #f7f7f7; }
            .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li .sub-menu li a {
              text-transform: none;
              font-size: 11px; }
            .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li .sub-menu li .sub-menu {
              border-left: none;
              margin-left: 0; }
              .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li .sub-menu li .sub-menu li a {
                padding-left: 37px; }
          > .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li:first-child a {
            border-bottom: none; }
    .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom {
      margin-left: 20%;
      background: inherit;
      z-index: 9;
      display: flex;
      width: fit-content;
      height: fit-content;
      left: 0;
      right: 0;
      margin-top: auto;
      margin-bottom: auto;
      margin-right: auto;
      margin-left: 20%; }
      .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom .tmp-sidebar-bottom-left {
        width: 50%; }
      .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom .tmp-sidebar-bottom-right {
        width: 50%; }
      .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom .widget-info-wrap {
        color: #fff;
        margin-bottom: 20px; }
        .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom .widget-info-wrap a {
          color: #fff; }
      .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom .widget-phone-wrap {
        position: relative; }
        .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom .widget-phone-wrap a {
          color: #82b0bf;
          font-size: 20px; }
        .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom .widget-phone-wrap i {
          left: -25px;
          position: absolute;
          color: #fc4c59;
          font-size: 30px; }
      .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom .widget-address-wrap {
        font-size: 15px; }
    .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .mc4wp-form .fl-mailchimp-widget {
      position: relative; }
      .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .mc4wp-form .fl-mailchimp-widget .searchsubmit {
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        height: 100%;
        z-index: 0; }
        .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .mc4wp-form .fl-mailchimp-widget .searchsubmit input {
          position: absolute;
          z-index: 1;
          width: 100%;
          height: 100%;
          background: transparent;
          border: none; }
          .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .mc4wp-form .fl-mailchimp-widget .searchsubmit input:hover, .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .mc4wp-form .fl-mailchimp-widget .searchsubmit input:active, .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .mc4wp-form .fl-mailchimp-widget .searchsubmit input:focus {
            box-shadow: none !important;
            background: transparent !important; }
        .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .mc4wp-form .fl-mailchimp-widget .searchsubmit i {
          transition: .3s ease;
          color: #fc4c59;
          z-index: 0;
          position: absolute;
          top: 0;
          right: 0;
          display: flex;
          width: 100%;
          height: 100%;
          justify-content: center;
          align-items: center; }
        .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .mc4wp-form .fl-mailchimp-widget .searchsubmit:hover i {
          transition: .3s ease; }
    .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .mc4wp-form input[type=email] {
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #464f52;
      border-radius: 0px;
      color: #fff; }
      .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .mc4wp-form input[type=email]::placeholder {
        color: #fff; }
    .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp--mobile-menu-navigation {
      max-height: calc(100% - 85px);
      overflow-x: auto; }

.tmp--mobile-menu-navigation-wrapper::-webkit-scrollbar, .tmp--mobile-menu-navigation::-webkit-scrollbar {
  width: 6px;
  background: #fff;
  margin-right: 20px; }
.tmp--mobile-menu-navigation-wrapper::-webkit-scrollbar-thumb, .tmp--mobile-menu-navigation::-webkit-scrollbar-thumb {
  height: 150px;
  border-radius: 10px;
  background: #f7f7f7; }

body.admin-bar .tmp--mobile-menu-navigation-wrapper {
  top: 30px; }
body.admin-bar ul.tmp-sidebar-social-profiles {
  bottom: 50px; }

.tmp-menu-flipper-icon {
  position: absolute;
  right: 0;
  color: #2a2b30;
  height: 100%;
  width: 50px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  transition: 0.6s;
  perspective: 40px; }
  .tmp-menu-flipper-icon .tmp-front-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: inherit;
    z-index: 2;
    backface-visibility: hidden; }
  .tmp-menu-flipper-icon .tmp-back-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: inherit;
    transform: rotateY(180deg); }

.tmp-close-sidebar-icon {
  opacity: 1;
  visibility: visible;
  transition: opacity .6s ease-in;
  border: 0;
  border-radius: 0;
  position: absolute;
  height: 80px;
  width: 80px;
  margin: 0;
  outline: 0;
  padding: 10px;
  vertical-align: top;
  background-color: #fc4c59;
  top: 0;
  right: -80px;
  z-index: 99999;
  cursor: pointer; }
  .tmp-close-sidebar-icon:before {
    content: '';
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 33px;
    height: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    margin: auto; }
  .tmp-close-sidebar-icon:after {
    content: '';
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 33px;
    height: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    margin: auto; }

ul.tmp-sidebar-social-profiles {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 24px; }
  ul.tmp-sidebar-social-profiles li {
    display: inline-flex; }
    ul.tmp-sidebar-social-profiles li a {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      font-size: 14px;
      padding: 0 2px;
      color: #1b1b1b;
      transition: color .3s ease, opacity .3s ease;
      z-index: 1;
      width: 26px;
      height: 26px;
      opacity: .8; }
      ul.tmp-sidebar-social-profiles li a i {
        display: flex; }
      ul.tmp-sidebar-social-profiles li a:before {
        z-index: -1;
        content: '';
        display: block;
        height: 0;
        left: 50%;
        position: absolute;
        top: 50%;
        transition: all 0.3s;
        width: 0;
        border-radius: 100%; }
      ul.tmp-sidebar-social-profiles li a:hover {
        opacity: 1;
        color: #fff; }
        ul.tmp-sidebar-social-profiles li a:hover:before {
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
      ul.tmp-sidebar-social-profiles li a.facebook:before {
        background: #4267b2; }
      ul.tmp-sidebar-social-profiles li a.twitter:before {
        background: #1da1f2; }
      ul.tmp-sidebar-social-profiles li a.linkedin:before {
        background: #0274b3; }
      ul.tmp-sidebar-social-profiles li a.instagram:before {
        background: #231f20; }
      ul.tmp-sidebar-social-profiles li a.behance:before {
        background: #0057ff; }
      ul.tmp-sidebar-social-profiles li a.pinterest:before {
        background: #bd081c; }
      ul.tmp-sidebar-social-profiles li a.google:before {
        background: #db4445; }
      ul.tmp-sidebar-social-profiles li a.youtube:before {
        background: #f30007; }
      ul.tmp-sidebar-social-profiles li a.vimeo:before {
        background: #1ab7ea; }

.tmp-header-menu-container .tmp--mobile-menu-icon {
  display: none !important; }

.fl-bars-style-two .tmp--navigation-icon-container {
  right: 0px !important;
  top: -12px !important; }

.fl-bars-style-one .tmp--navigation-icon-container {
  right: 0px !important;
  top: -12px !important; }

.fl-bars-style-three .tmp--navigation-icon-container {
  right: 0px !important;
  top: 15px !important; }

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

==  max-width 1425px

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

==  max-width 1200px

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

==  max-width 1170px

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

==  max-width 1024px

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

==  max-width 992px

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

==  max-width 991px

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

==  max-width 870px

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

max-width 782px

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

min-width 768px

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

==  max-width 680px

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

==  max-width 630px

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

==  max-width 630px

-------------------------------------------------------------------*/
@media (max-width: 600px) {
  .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper {
    padding: 70px 30px; }

  .fl-bars-style-two .tmp--navigation-icon-container {
    right: 0px !important;
    top: -12px !important; }

  .fl-bars-style-one .tmp--navigation-icon-container {
    right: 0px !important;
    top: -12px !important; }

  .fl-bars-style-three .tmp--navigation-icon-container {
    right: 0px !important;
    top: 15px !important; }

  .fl-bars-style-three .tmp--navigation-icon-container .tmp--hamburger-menu .tmp-flipper-icon {
    width: 50px;
    height: 50px; }

  .fl-bars-style-three .tmp--navigation-icon-container .tmp--hamburger-menu .tmp-flipper-icon .tmp-front-content span {
    top: 37%;
    bottom: 28%;
    margin-bottom: 5px;
    left: 15px;
    width: 20px !important;
    height: 1px; }

  .fl-bars-style-three .tmp--navigation-icon-container .tmp--hamburger-menu.opened .tmp-flipper-icon .tmp-front-content span:first-child {
    width: 20px !important;
    left: 15px;
    top: 26px; }

  .fl-bars-style-three .tmp--navigation-icon-container .tmp--hamburger-menu.opened .tmp-flipper-icon .tmp-front-content span:last-child {
    width: 20px !important;
    left: 15px;
    top: 13px;
    height: 1px !important; }

  .fl-bars-style-three .tmp--navigation-icon-container .tmp--hamburger-menu.opened .tmp-flipper-icon .tmp-front-content span {
    height: 1px !important; }

  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-top img {
    max-width: 145px !important; }

  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-top {
    margin-top: 12px;
    padding-left: 5px; }

  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom {
    display: block; }

  .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom .tmp-sidebar-bottom-left {
    width: 100%; }

  .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom .tmp-sidebar-bottom-right {
    width: 100%; }

  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center {
    height: 80%; }

  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .menu li a {
    font-size: 32px; }

  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom .mc4wp-form {
    width: 100%; }

  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom .widget-address-wrap .right-content,
  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom .widget-info-wrap .right-content a {
    padding-left: 0px; }

  html .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li a:before,
  html .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li a:after {
    bottom: 10px !important; }

  .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li a:hover, .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li a.opened {
    padding-left: 36px; } }
/*-------------------------------------------------------------------

==  max-width 570px

-------------------------------------------------------------------*/
@media (max-width: 570px) {
  .fl-bars-style-two .tmp--navigation-icon-container {
    right: 0px !important;
    top: -12px !important; }

  .fl-bars-style-one .tmp--navigation-icon-container {
    right: 0px !important;
    top: -12px !important; }

  .fl-bars-style-three .tmp--navigation-icon-container {
    right: 0px !important;
    top: 15px !important; }

  .fl-bars-style-three .tmp--navigation-icon-container .tmp--hamburger-menu .tmp-flipper-icon {
    width: 50px;
    height: 50px; }

  .fl-bars-style-three .tmp--navigation-icon-container .tmp--hamburger-menu .tmp-flipper-icon .tmp-front-content span {
    top: 37%;
    bottom: 28%;
    margin-bottom: 5px;
    left: 15px;
    width: 20px !important;
    height: 1px; }

  .fl-bars-style-three .tmp--navigation-icon-container .tmp--hamburger-menu.opened .tmp-flipper-icon .tmp-front-content span:first-child {
    width: 20px !important;
    left: 15px;
    top: 26px; }

  .fl-bars-style-three .tmp--navigation-icon-container .tmp--hamburger-menu.opened .tmp-flipper-icon .tmp-front-content span:last-child {
    width: 20px !important;
    left: 15px;
    top: 13px;
    height: 1px !important; }

  .fl-bars-style-three .tmp--navigation-icon-container .tmp--hamburger-menu.opened .tmp-flipper-icon .tmp-front-content span {
    height: 1px !important; }

  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-top img {
    max-width: 145px !important; }

  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-top {
    margin-top: 12px;
    padding-left: 5px; }

  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom {
    display: block; }

  .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom .tmp-sidebar-bottom-left {
    width: 100%; }

  .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom .tmp-sidebar-bottom-right {
    width: 100%; }

  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center {
    height: 80%; }

  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .menu li a {
    font-size: 32px; }

  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom .mc4wp-form {
    width: 100%; }

  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom .widget-address-wrap .right-content,
  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom .widget-info-wrap .right-content a {
    padding-left: 0px; }

  html .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li a:before,
  html .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li a:after {
    bottom: 10px !important; }

  .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li a:hover, .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li a.opened {
    padding-left: 36px; } }
/*-------------------------------------------------------------------

==  max-width 500px

-------------------------------------------------------------------*/
@media (max-width: 500px) {
  .fl-bars-style-two .tmp--navigation-icon-container {
    right: 0px !important;
    top: -12px !important; }

  .fl-bars-style-one .tmp--navigation-icon-container {
    right: 0px !important;
    top: -12px !important; }

  .fl-bars-style-three .tmp--navigation-icon-container {
    right: 0px !important;
    top: 15px !important; }

  .fl-bars-style-three .tmp--navigation-icon-container .tmp--hamburger-menu .tmp-flipper-icon {
    width: 50px;
    height: 50px; }

  .fl-bars-style-three .tmp--navigation-icon-container .tmp--hamburger-menu .tmp-flipper-icon .tmp-front-content span {
    top: 37%;
    bottom: 28%;
    margin-bottom: 5px;
    left: 15px;
    width: 20px !important;
    height: 1px; }

  .fl-bars-style-three .tmp--navigation-icon-container .tmp--hamburger-menu.opened .tmp-flipper-icon .tmp-front-content span:first-child {
    width: 20px !important;
    left: 15px;
    top: 26px; }

  .fl-bars-style-three .tmp--navigation-icon-container .tmp--hamburger-menu.opened .tmp-flipper-icon .tmp-front-content span:last-child {
    width: 20px !important;
    left: 15px;
    top: 13px;
    height: 1px !important; }

  .fl-bars-style-three .tmp--navigation-icon-container .tmp--hamburger-menu.opened .tmp-flipper-icon .tmp-front-content span {
    height: 1px !important; }

  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-top img {
    max-width: 145px !important; }

  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-top {
    margin-top: 12px;
    padding-left: 5px; }

  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom {
    display: block; }

  .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom .tmp-sidebar-bottom-left {
    width: 100%; }

  .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom .tmp-sidebar-bottom-right {
    width: 100%; }

  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center {
    height: 80%; }

  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .menu li a {
    font-size: 32px; }

  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom .mc4wp-form {
    width: 100%; }

  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom .widget-address-wrap .right-content,
  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom .widget-info-wrap .right-content a {
    padding-left: 0px; }

  html .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li a:before,
  html .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li a:after {
    bottom: 10px !important; }

  .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li a:hover, .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li a.opened {
    padding-left: 36px; } }
/*-------------------------------------------------------------------

==  max-width 400px

-------------------------------------------------------------------*/
@media (max-width: 400px) {
  .fl-bars-style-two .tmp--navigation-icon-container {
    right: 0px !important;
    top: -12px !important; }

  .fl-bars-style-one .tmp--navigation-icon-container {
    right: 0px !important;
    top: -12px !important; }

  .fl-bars-style-three .tmp--navigation-icon-container {
    right: 0px !important;
    top: 15px !important; }

  .fl-bars-style-three .tmp--navigation-icon-container .tmp--hamburger-menu .tmp-flipper-icon {
    width: 50px;
    height: 50px; }

  .fl-bars-style-three .tmp--navigation-icon-container .tmp--hamburger-menu .tmp-flipper-icon .tmp-front-content span {
    top: 37%;
    bottom: 28%;
    margin-bottom: 5px;
    left: 15px;
    width: 20px !important;
    height: 1px; }

  .fl-bars-style-three .tmp--navigation-icon-container .tmp--hamburger-menu.opened .tmp-flipper-icon .tmp-front-content span:first-child {
    width: 20px !important;
    left: 15px;
    top: 26px; }

  .fl-bars-style-three .tmp--navigation-icon-container .tmp--hamburger-menu.opened .tmp-flipper-icon .tmp-front-content span:last-child {
    width: 20px !important;
    left: 15px;
    top: 13px;
    height: 1px !important; }

  .fl-bars-style-three .tmp--navigation-icon-container .tmp--hamburger-menu.opened .tmp-flipper-icon .tmp-front-content span {
    height: 1px !important; }

  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-top img {
    max-width: 145px !important; }

  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-top {
    margin-top: 12px;
    padding-left: 5px; }

  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom {
    display: block; }

  .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom .tmp-sidebar-bottom-left {
    width: 100%; }

  .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom .tmp-sidebar-bottom-right {
    width: 100%; }

  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center {
    height: 80%; }

  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .menu li a {
    font-size: 32px; }

  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom .mc4wp-form {
    width: 100%; }

  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom .widget-address-wrap .right-content,
  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom .widget-info-wrap .right-content a {
    padding-left: 0px; }

  html .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li a:before,
  html .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li a:after {
    bottom: 10px !important; }

  .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li a:hover, .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li a.opened {
    padding-left: 36px; } }
/*-------------------------------------------------------------------

==  max-width 360

-------------------------------------------------------------------*/
@media (max-width: 360px) {
  .fl-bars-style-two .tmp--navigation-icon-container {
    right: 0px !important;
    top: -12px !important; }

  .fl-bars-style-one .tmp--navigation-icon-container {
    right: 0px !important;
    top: -12px !important; }

  .fl-bars-style-three .tmp--navigation-icon-container {
    right: 0px !important;
    top: 15px !important; }

  .fl-bars-style-three .tmp--navigation-icon-container .tmp--hamburger-menu .tmp-flipper-icon {
    width: 50px;
    height: 50px; }

  .fl-bars-style-three .tmp--navigation-icon-container .tmp--hamburger-menu .tmp-flipper-icon .tmp-front-content span {
    top: 37%;
    bottom: 28%;
    margin-bottom: 5px;
    left: 15px;
    width: 20px !important;
    height: 1px; }

  .fl-bars-style-three .tmp--navigation-icon-container .tmp--hamburger-menu.opened .tmp-flipper-icon .tmp-front-content span:first-child {
    width: 20px !important;
    left: 15px;
    top: 26px; }

  .fl-bars-style-three .tmp--navigation-icon-container .tmp--hamburger-menu.opened .tmp-flipper-icon .tmp-front-content span:last-child {
    width: 20px !important;
    left: 15px;
    top: 13px;
    height: 1px !important; }

  .fl-bars-style-three .tmp--navigation-icon-container .tmp--hamburger-menu.opened .tmp-flipper-icon .tmp-front-content span {
    height: 1px !important; }

  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-top img {
    max-width: 145px !important; }

  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-top {
    margin-top: 12px;
    padding-left: 5px; }

  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom {
    display: block; }

  .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom .tmp-sidebar-bottom-left {
    width: 100%; }

  .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom .tmp-sidebar-bottom-right {
    width: 100%; }

  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center {
    height: 80%; }

  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .menu li a {
    font-size: 32px; }

  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom .mc4wp-form {
    width: 100%; }

  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom .widget-address-wrap .right-content,
  .fl-mobile-full-width.tmp-mobile-menu-wrapper .tmp-nav-container .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-bottom .widget-info-wrap .right-content a {
    padding-left: 0px; }

  html .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li a:before,
  html .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li a:after {
    bottom: 10px !important; }

  .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li a:hover, .tmp-mobile-menu-wrapper .tmp--mobile-menu-navigation-wrapper .tmp-sidebar-center ul li a.opened {
    padding-left: 36px; } }

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