/**header**/

.line_top {
  width: 100%;
  background: #5e451c;
  height: 15px;
}

.header_bg {
  height: 160px;
  position: relative;
  margin: 0;
  width: 100%;
}

.header {
  background: none;
}

.header .navbar-nav {
  text-align: center;
  padding: 0;
  width: 100%;
  margin: 0;
  border: 0 #F00 solid;
}

.header .navbar-nav > ul {
  text-align: center;
  padding: 0;
  width: 100%;
  margin-top: 25px;
  border: 0 #F00 solid;
  list-style: none;
}

.header .navbar-nav ul > li > a {
  text-align: center;
  font-family: 'Gabriola',Sans-Serif!important;
  padding: 10px 18px!important;
  font-size: 1.2em;
  line-height: 16px;
  color: #c2c0b1;
  /*  width: 105px;*/
  display: inline;
  float: left;
  text-transform: uppercase;
  cursor: pointer;
}

.header .navbar-nav ul > li > a:hover {
  color: #dcc867;
  text-decoration: none;
}

@media (min-width: 769px) {
  .logo {
    margin: 0 auto;
    height: 146px;
    width: 238px;
    text-align: center;
    padding: 0!important;
    border: 0 #F00 solid;
    margin-bottom: 10px;
    /*background: url(../img/bg/logo_bg.png);
*/
  }

  .logo2 {
    position: absolute;
    margin-top: 40px;
    z-index: 9999;
  }
}

@media (max-width: 768px) {
  .logo {
    margin: 0 auto;
    height: 106px;
    width: 238px;
    text-align: center;
    padding: 0!important;
    border: 0 #F00 solid;
    margin-bottom: 10px;
    /*background: url(../img/bg/logo_bg.png);
*/
  }

  .logo2 {
    position: absolute;
    margin-top: 0;
    z-index: 9999;
  }
}

.logo2 img {
  width: 100%;
}

.language {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0 #F00 solid;
  text-align: right;
}

.active {
  -webkit-filter: none!important;
          filter: none!important;
}

.language img {
  margin: 0 3px;
}

.language img:hover {
  -webkit-filter: none;
          filter: none;
}

.language a {
  color: #fff;
  font-size: 0.8em;
  text-decoration: none;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.language a:hover {
  color: #dcc867;
  font-size: 0.8em;
  text-decoration: none;
  -webkit-filter: none;
          filter: none;
}

.language .active {
  color: #dcc867!important;
  text-decoration: none;
}

.tel {
  color: rgb(241, 192, 7)!important;
}

.header .dropdown-menu {
  border: 0!important;
  box-shadow: none!important;
  width: 100%;
  min-width: 0px;
}

.header .dropdown-menu > li > a {
  padding: 3px 10px!important;
}

.header .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #ffbc1c;
}

.social {
  text-align: right;
  padding: 0;
  margin: 0;
}

.fb {
  background: url(../img/header/fb.png)top center no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
}

.fb:hover {
  background: url(../img/header/fb-hover.png)top center no-repeat;
}

.tw {
  background: url(../img/header/tw.png)top center no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
}

.tw:hover {
  background: url(../img/header/tw-hover.png)top center no-repeat;
}

.ig {
  background: url(../img/header/ig.png)top center no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
}

.ig:hover {
  background: url(../img/header/ig-hover.png)top center no-repeat;
}

.header_menu_left {
  margin-top: -45px;
  width: 440px!important;
  border: 0 #F00 solid;
  font-size: 1em;
  float: left;
}

.header_menu_left ul {
  border: 0 #F00 solid;
  list-style: none;
  padding: 0;
}

.header_menu_left ul li {
  padding-top: 20px;
  font-size: 1.3em!important;
  color: #686868;
  position: relative;
  display: inline-block;
  font-weight: normal;
  letter-spacing: 0px;
  float: right;
}

.header_menu_left ul li a {
  color: #686868;
  height: 60px;
  padding: 10px 16px;
}

.header_menu_left ul li a:hover {
  background: url(../img/bg/menu_bg.png);
  color: #000!important;
  height: 60px;
  padding: 10px 16px;
}

.header_menu_right {
  margin-top: -45px;
  width: 490px!important;
  border: 0 #F00 solid;
  font-size: 1em;
  float: right;
}

.header_menu_right ul {
  border: 0 #F00 solid;
  list-style: none;
}

.header_menu_right ul li {
  padding-top: 20px;
  font-size: 1.3em!important;
  color: #686868;
  position: relative;
  display: inline-block;
  font-weight: normal;
  letter-spacing: 0px;
}

.header_menu_right ul li a {
  color: #686868;
  height: 60px;
  padding: 10px 18px;
}

.header_menu_right ul li a:hover {
  background: url(../img/bg/menu_bg.png);
  color: #000!important;
  height: 60px;
  padding: 10px 18px;
}
