/***************************************************
  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 2
*******************************************/
.header-nav {
  background: transparent;
  padding: 0 20px; }

.keep-header .header-nav {
  background: #000000; }

#header {
  background: #333333; }

#index #header {
  position: relative; }
  #index #header .header-container {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9; }
    @media (max-width: 1199px) {
      #index #header .header-container {
        position: relative;
        background: #000000; } }

#index.keep-header #header {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  top: 0; }

.header_logo.block {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 20px; }
  .rtl .header_logo.block {
    text-align: right; }
  .header_logo.block img {
    max-width: 100%; }
  @media (min-width: 1200px) {
    .header_logo.block {
      padding-left: 50px; }
      .rtl .header_logo.block {
        padding-right: 50px;
        padding-left: inherit; } }
  @media (max-width: 767px) {
    .header_logo.block {
      text-align: center; } }

@media (max-width: 767px) {
  .rtl .header_logo.block {
    text-align: center; } }

@media (min-width: 1400px) {
  .leo-megamenu {
    margin-left: 35px; }
    .rtl .leo-megamenu {
      margin-right: 35px;
      margin-left: inherit; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
    width: 120% !important; } }
.leo-megamenu .navbar-nav > li > a {
  color: #FFFFFF;
  padding: 15px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .leo-megamenu .navbar-nav > li > a {
      padding: 10px; } }
.leo-megamenu .navbar-header button {
  color: #FFFFFF; }

body.layout-boxed-md .leo-megamenu .navbar-nav > li > a {
  padding: 10px; }

.txt-nav {
  text-align: right;
  font-size: 13px;
  color: #FFFFFF;
  margin-top: 50px;
  text-transform: uppercase; }
  .rtl .txt-nav {
    text-align: left; }
  @media (min-width: 1400px) {
    .txt-nav {
      margin-right: 50px; }
      .rtl .txt-nav {
        margin-left: 50px;
        margin-right: inherit; } }
  @media (max-width: 767px) {
    .txt-nav {
      text-align: center;
      margin-right: 0;
      margin-top: 20px; }
      .rtl .txt-nav {
        margin-left: 0;
        margin-right: inherit; } }

@media (max-width: 767px) {
  .rtl .txt-nav {
    text-align: center; } }

.group-nav-right {
  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;
  -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; }
  @media (min-width: 1400px) {
    .group-nav-right {
      padding-right: 60px; }
      .rtl .group-nav-right {
        padding-left: 60px;
        padding-right: inherit; } }
  @media (max-width: 991px) {
    .group-nav-right {
      position: relative;
      bottom: 20px;
      height: 0; } }

body.layout-boxed-md .txt-nav {
  margin-right: 10px; }
  .rtl body.layout-boxed-md .txt-nav {
    margin-left: 10px;
    margin-right: inherit; }
body.layout-boxed-md .group-nav-right {
  padding-right: 20px; }
  .rtl body.layout-boxed-md .group-nav-right {
    padding-left: 20px;
    padding-right: inherit; }

.popup-over a.popup-title {
  color: #FFFFFF; }
.popup-over .popup-content a {
  color: #FFFFFF; }

body.layout-boxed-md .popup-over a.popup-title .expand-more, body.layout-boxed-md .popup-over a.popup-title .title-search {
  display: none; }

#leo_block_top {
  margin-left: 15px; }
  .rtl #leo_block_top {
    margin-right: 15px;
    margin-left: inherit; }
  @media (max-width: 767px) {
    #leo_block_top {
      margin-left: 10px; }
      .rtl #leo_block_top {
        margin-right: 10px;
        margin-left: inherit; } }
  #leo_block_top .popup-title .lnr-chevron-down {
    position: relative;
    top: 1px; }
  #leo_block_top .popup-content {
    width: 600px;
    background-color: rgba(0, 0, 0, 0.8);
    border: none;
    color: #FFFFFF;
    text-align: right;
    padding: 20px; }
    .rtl #leo_block_top .popup-content {
      text-align: left; }
    @media (min-width: 576px) and (max-width: 767px) {
      #leo_block_top .popup-content {
        width: 455px; } }
    @media (min-width: 576px) {
      #leo_block_top .popup-content .center-block {
        border-left: 1px solid #3a3d41;
        border-right: 1px solid #3a3d41; } }
    #leo_block_top .popup-content .title {
      display: inline-block;
      margin-bottom: 10px; }
    @media (max-width: 575px) {
      #leo_block_top .popup-content {
        width: 190px; } }
  #leo_block_top .user-info .lnr {
    padding-left: 8px; }
    .rtl #leo_block_top .user-info .lnr {
      padding-right: 8px;
      padding-left: inherit; }

@media (max-width: 1199px) and (min-width: 992px) {
  .rtl #leo_block_top {
    margin-left: 10px; } }

@media (max-width: 767px) {
  #cart-block {
    margin-left: 5px;
    margin-right: 15px; } }

@media (max-width: 575px) {
  .search-widget .popup-content {
    right: -90px; }
    .rtl .search-widget .popup-content {
      left: -90px;
      right: auto; } }

@media (max-width: 767px) and (min-width: 576px) {
  .rtl .search-widget .popup-content {
    left: 0;
    right: auto; } }

/*# sourceMappingURL=headerposition1483438954.css.map */
