/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.header-nav,
.header-banner {
  color: #FFFFFF;
  background: #FFFFFF;
  border-bottom: 1px solid #E2E2E2; }

.header-nav {
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-banner {
  padding-top: 10px;
  padding-bottom: 9px;
}

.header-top {
  background: #FFFFFF;
  border-bottom: 1px solid #E0E0E0;
  padding-top: 27px;
  padding-bottom: 37px; }

.box-top-header {
  position: relative; }
  @media (min-width: 768px) {
    .box-top-header {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      flex-wrap: wrap; } }
  
  .box-top-header > [class*="col-"] {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    flex-wrap: wrap; }
  .box-top-header .top-top-header {
    justify-content: center;
  }
  .box-top-header .left-top-header {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start; }
  .box-top-header .right-top-header {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }
    .box-top-header .right-top-header .popup-over .popup-content {
      right: 0px;
      left: auto; }
      .rtl .box-top-header .right-top-header .popup-over .popup-content {
        right: auto;
        left: 0px; }

.box-bottom-header {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  .box-bottom-header:after {
    display: none; }
  .box-bottom-header > [class*="col-"] {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .box-bottom-header .left-bottom-header {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start; }
    @media (max-width: 991px) {
      .box-bottom-header .left-bottom-header {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; } }
  .box-bottom-header .center-bottom-header {
    position: static;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start; }
    .box-bottom-header .center-bottom-header .ApMegamenu {
      width: 100%; }
    @media (max-width: 991px) {
      .box-bottom-header .center-bottom-header .leo-megamenu .navbar-header {
        padding: 7px 0; } }
  .box-bottom-header .right-bottom-header {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }
  .box-bottom-header .right-bottom-header-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    @media (max-width: 1499px) {
      .box-bottom-header .right-bottom-header #leo_search_block_top {
        width: auto; } }
  @media (max-width: 1499px) and (min-width: 480px) {
    .box-bottom-header .right-bottom-header #leo_search_block_top {
      position: relative; } }
    /*@media (max-width: 1499px) {
        .box-bottom-header .right-bottom-header #leo_search_block_top #leosearchtopbox {
          position: absolute;
          top: 100%;
          z-index: 1002;
          display: none;
          right: 0px;
          left: auto; }
          .rtl .box-bottom-header .right-bottom-header #leo_search_block_top #leosearchtopbox {
            right: auto;
            left: 0px; } }*/
    @media (max-width: 1499px) and (max-width: 479px) {
      .box-bottom-header .right-bottom-header #leo_search_block_top #leosearchtopbox {
        right: 15px;
        left: auto; }
        .rtl .box-bottom-header .right-bottom-header #leo_search_block_top #leosearchtopbox {
          right: auto;
          left: 15px; } }
    @media (max-width: 1499px) {
        .box-bottom-header .right-bottom-header #leo_search_block_top .icon-open-search {
          display: block; } }
  .box-bottom-header .logo {
    padding: 0px 0;
    display: inline-block;
    vertical-align: middle; }
  @media (max-width: 360px) {
    .box-bottom-header .search-widget {
      position: static; }
      .box-bottom-header .search-widget .popup-content {
        width: auto;
        right: 15px;
        left: auto; }
        .rtl .box-bottom-header .search-widget .popup-content {
          right: auto;
          left: 15px; } }



@media (max-width: 991.5px) {
  .box-top-header .left-top-header,
  .box-top-header .right-top-header {
      justify-content: center;
      text-align: center;
  }

  .box-top-header {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
  }

  .box-bottom-header .left-bottom-header {
    order: 1;
  }

  .box-bottom-header .center-bottom-header {
    order: 3;
    padding-right: 0;
  }

  .box-bottom-header .right-bottom-header {
    order: 2;
  }

  .box-bottom-header .right-bottom-header-center {
    order: 4;
  }

  .header-top {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/*# sourceMappingURL=headerposition1491413718.css.map */
