/***************************************************
  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 
 */
/***********************************************************************/
@media (min-width: 992px) {
  .box-header {
    padding: 30px 0; } }
@media (max-width: 480px) {
  .box-header {
    padding: 20px 0 10px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
    .box-header .header-logo {
      order: 1; } }
.box-header .header-logo {
  -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: 991px) {
  .box-header .left-header {
    position: static !important; } }
@media (max-width: 480px) {
  .box-header .left-header {
    order: 2; } }
@media (max-width: 480px) {
  .box-header .right-header {
    order: 3;
    position: absolute;
    bottom: 30px;
    right: 0; }
    .rtl .box-header .right-header {
      left: 0;
      right: auto; } }

@media (min-width: 1200px) {
  #header #search_widget {
    padding: 0 50px 0 0; }
    .rtl #header #search_widget {
      padding: 0 0 0 50px; }
    #header #search_widget .form-search {
      position: relative;
      padding: 0;
      border: none;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      left: inherit;
      top: inherit;
      width: 100%;
      min-width: 292px;
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100);
      border-radius: 0; }
      #header #search_widget .form-search .search_query {
        width: 100%;
        height: 40px;
        border: none;
        border-bottom: 1px solid #eeeeee;
        font-size: 14px;
        font-weight: 400;
        color: #888888;
        padding: 0 40px 0 10px;
        border-radius: 0; }
        .rtl #header #search_widget .form-search .search_query {
          padding: 0 10px 0 40px; }
        #header #search_widget .form-search .search_query::-webkit-input-placeholder {
          color: #888888;
          opacity: 1; }
        #header #search_widget .form-search .search_query::-moz-placeholder {
          color: #888888;
          opacity: 1; }
        #header #search_widget .form-search .search_query:-moz-placeholder {
          color: #888888;
          opacity: 1; }
        #header #search_widget .form-search .search_query:-ms-input-placeholder {
          color: #888888;
          opacity: 1; }
        #header #search_widget .form-search .search_query:focus {
          border-color: #cf9147; }
      #header #search_widget .form-search .search-button {
        height: 40px;
        width: 40px;
        bottom: 0;
        padding: 0;
        background: transparent;
        color: #222222;
        right: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; }
        .rtl #header #search_widget .form-search .search-button {
          left: 0;
          right: auto; }
        #header #search_widget .form-search .search-button:before {
          display: none; }
        #header #search_widget .form-search .search-button i {
          font-size: 20px; }
        #header #search_widget .form-search .search-button:hover {
          color: #cf9147; }
  #header #click_show_search {
    display: none; } }

.leo-megamenu .navbar-nav {
  padding: 0; }
  @media (min-width: 992px) {
    .leo-megamenu .navbar-nav > li {
      margin: 0 30px 0 0; }
      .rtl .leo-megamenu .navbar-nav > li {
        margin: 0 0 0 30px; } }
  @media (min-width: 992px) {
    .leo-megamenu .navbar-nav > li + .nav-item {
      margin: 0 30px 0 0; }
      .rtl .leo-megamenu .navbar-nav > li + .nav-item {
        margin: 0 0 0 30px; } }

/*# sourceMappingURL=headerposition1535486694.css.map */
