/***************************************************
  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-container {
  position: relative; }

.header-top {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 26px;
  padding-bottom: 38px; }

.information a {
  color: #30373E; }
  .information a:hover {
    color: #DAA14C; }

.header_logo a {
  text-align: center; }

.mini-navbar .header-top {
  background: #fff !important; }

#leo_search_block_top {
  position: relative;
  margin-left: 30px; }
  .rtl #leo_search_block_top {
    margin-right: 30px;
    margin-left: inherit; }
  #leo_search_block_top .title_block {
    display: flex;
    align-items: center;
    text-align: left;
    color: #30373E;
    font-style: normal;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0; }
    .rtl #leo_search_block_top .title_block {
      text-align: right; }
    #leo_search_block_top .title_block i {
      padding-right: 5px;
      font-size: 22px; }
      .rtl #leo_search_block_top .title_block i {
        padding-left: 5px;
        padding-right: inherit; }
    #leo_search_block_top .title_block:hover {
      color: #DAA14C; }
    #leo_search_block_top .title_block span {
      display: none; }
  #leo_search_block_top #leosearchtopbox {
    z-index: 9999;
    position: absolute;
    top: 100%;
    visibility: hidden;
    right: -111px;
    left: auto;
    opacity: 0;
    min-width: 290px;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45); }
    .rtl #leo_search_block_top #leosearchtopbox {
      right: auto;
      left: -111px; }
  #leo_search_block_top.active #leosearchtopbox {
    visibility: visible;
    opacity: 1;
    transform: translateY(10px); }

@media (min-width: 992px) {
  #header, #header .header-top {
    background: transparent; }

  .header-top {
    padding-right: 46px;
    padding-left: 46px; }

  #index .header-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
    padding: 27px 15px;
    background: transparent; } }
@media (min-width: 1200px) {
  #index .header-top {
    padding: 27px 95px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .menu-w {
    order: 3; }

  .ApMegamenu {
    display: flex;
    justify-content: center; } }
@media (max-width: 767px) {
  .header-top {
    padding: 15px; } }
@media (max-width: 480px) {
  .icon-w {
    order: 3; }

  .logo-w {
    order: 1; }

  .header_logo a {
    margin: 0 auto 10px;
    text-align: center; }

  .menu-w {
    order: 2; } }

/*# sourceMappingURL=headerposition2856270878.css.map */
