/* Fixed header
----------------------------------------*/
header {
  //position: fixed;
  position: absolute;
  //top: 0;
  left: 0;
  //width: 100%;
  //background: #ffffff;
  z-index: 10000;
  max-width: none;
  margin: 0;
  //overflow: hidden;
  //box-shadow: 0 -30px 20px 30px #333333;
}
@media screen and (max-width: 960px) {
  header {
    margin-left: 60px;
  }
}
header .logo60 {
}
header .logo60 img{
  vertical-align: top;
}
header .wrapper {
  display: table;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: none;
}
header .logo {
  display: table-cell;
  width: 35%;
  height: 100%;
}
header .logo a {
  display: inline-block;
}
header .logo img {
  height: 71px;
  vertical-align: top;
  margin: 35px 0 34px 10px;
}
header .social {
  display: table-cell;
  width: 65%;
  text-align: right;
  height: 100%;
  vertical-align: middle;
}
header .social .inner {
  display: inline-block;
}
header .social .phone {
  height: 32px;
  line-height: 32px;
  font-size: 24px;
  margin: 0;
  float: left;
  color: #656565;
  padding-right: 15px;
}
header .social a.icons {
  font-size: 24px;
  float: left;
  color: #949599;
  margin: 0 10px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}
header .social a:last-child {
  margin-right: 15px;
}
header nav {
  background: transparent;
  height: 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  header {
    /*position: relative;*/
  }
  header .logo {
    width: 30%;
    padding: 0 0 0 10px;
  }
  header .logo img {
    /*height: 65px !important;*/
  }
  header .social {
    width: 70%;
    padding: 0 20px 0 0;
  }
  header .social .phone {
    height: 24px;
    line-height: 24px;
    float: none;
    display: block;
  }
}
@media screen and (max-width: 320px) {
  header .social {
    padding: 0 10px 0 0;
  }
}