/***************************************************
  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 {
  background: #f8f8f8; }
  .header-nav .block-social.block {
    padding: 16px 0;
    float: left; }
    .rtl .header-nav .block-social.block {
      float: right; }
    .header-nav .block-social.block ul li a:before {
      font-size: 13px; }
  .header-nav .popup-over .popup-title {
    color: #888888; }
  @media (max-width: 480px) {
    .header-nav .nav-right {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -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;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse; } }

.box-header {
  padding: 30px 0; }
  @media (max-width: 480px) {
    .box-header {
      padding: 20px 0 10px; }
      .box-header .header-logo {
        margin-bottom: 20px; } }

@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; } }

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