/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
}
.logo-wrap {
  float: left;
  white-space: nowrap;
  overflow: hidden;
}
.logo-wrap:after {
  content: "";
  width: 0;
  height: 90px;
  display: inline-block;
  vertical-align: middle;
}
.logo-wrap .vertical-wrapper {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}
.logo-wrap a {
  display: inline-block;
  vertical-align: middle;
}

@media all and (-webkit-min-device-pixel-ratio: 0) {
  #nav ul.menu-list-header {
    display: table;
    width: 100%;
  }
}

.header-content #nav {
  margin-top: 0;
}

#nav ul.menu-list-header {
  display: block;
  text-align: right;
  list-style: none;
  padding: 15px 0;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif, Arial, Helvetica, "Helvetica CY", "Nimbus Sans L", sans-serif;
  word-spacing: -0.36em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
#nav ul.menu-list-header sup {
  vertical-align: top;
  font-size: 65%;
  position: relative;
  top: -3.25px;
}
#nav ul.menu-list-header sub {
  vertical-align: bottom;
  font-size: 65%;
  position: relative;
  bottom: -3.25px;
}
#nav ul.menu-list-header * {
  vertical-align: bottom;
}
#nav ul.menu-list-header .fa {
  vertical-align: baseline;
}
#nav ul.menu-list-header li {
  position: relative;
}
#nav ul.menu-list-header > li {
  border: 0;
  width: auto;
  word-spacing: normal;
  margin: 0 0 0 40px;
  padding: 5px 0;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  -moz-transition: margin, 0.5s;
  -o-transition: margin, 0.5s;
  -webkit-transition: margin, 0.5s;
  -ms-transition: margin, 0.5s;
  transition: margin, 0.5s;
}
#nav ul.menu-list-header > li:hover > a {
  color: #00a7df;
}
#nav ul.menu-list-header > li:hover > ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  display: block;
  visibility: visible;
  z-index: auto;
}

#nav ul.menu-list-header > li:first-child {
  margin-left: 0;
}


#nav ul.menu-list-header > li > ul.left {
  left: 0;
  right: auto;
}
#nav ul.menu-list-header > li > ul.right {
  left: auto;
  right: 0;
}
#nav ul.menu-list-header > li ul {
  text-transform: none;
  margin: 0;
  padding: 0;
  visibility: hidden;
  z-index: -999999;
  width: 240px;
  list-style: none;
  background: #292929;
  position: absolute;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 13px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  transition: all, 0.5s;
}
#nav ul.menu-list-header > li > ul {
  top: 100%;
  margin-top:25px;
}
#nav ul.menu-list-header > li ul li {
  padding: 15px 0;
  margin: 0px 10px;
  border-bottom: 1px solid #474646;
  text-transform: none;
  display: block;
}
#nav ul.menu-list-header > li ul li:last-child {
  border-bottom: 0;
}
#nav ul.menu-list-header > li ul > li ul {
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  transition: all, 0.5s;
  top: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  z-index: -999999;
}
#nav ul.menu-list-header > li ul > li ul.left {
  right: auto;
  left: 232px;
}
#nav ul.menu-list-header > li ul > li ul.right {
  left: auto;
  right: 232px;
}
#nav ul.menu-list-header > li ul > li:hover ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  display: block;
  visibility: visible;
  z-index: auto;
}

#nav ul.menu-list-header > li ul > li ul.left {
    right: auto;
    left: 232px;
}

#nav ul.menu-list-header > li ul a {
  color: #c3c3c3;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  display: block;
  font-size: 13px;
}
#nav ul.menu-list-header > li ul a.active,
#nav ul.menu-list-header > li ul a:hover {
  color: #fff;
}

#nav ul.menu-list-header > li ul a.active {
  text-decoration: none;
}
#nav ul.menu-list-header .menu-link {
  color: #828282;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  vertical-align: top;
}
#nav ul.menu-list-header a:focus,
#nav ul.menu-list-header a:hover {
  text-decoration: none;
  color: #00a7df;
}
#nav ul.menu-list-header a.active {
  text-decoration: none;
  color: #00a7df;
}
#nav ul.menu-list-header a.active:hover {
  text-decoration: none;
  color: #00a7df;
}

.btn-burger {
  padding: 0;
  display: none;
  border: 0;
  background: transparent;
  border-radius: 0;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  text-align: center;
  font-size: 25px;
  position: relative;
  vertical-align: middle;
  -moz-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -ms-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.btn-burger:hover {
  color: #00a7df;
  background: #f9f9f9;
}
/* / Header */

.header-content:before,
.header-content:after {
  content: " ";
  display: table;
}
.header-content:after {
  clear: both;
}
.header-content {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  max-width: 1260px;
  margin: 0 auto;
  z-index: 3;
}

header {
  -webkit-flex: none;
  /* Safari 6.1+ */
  -ms-flex: none;
  /* IE 10 */
  flex: none;
}

#nav ul.menu-list-header  li.has-child  > a > span {
    display: none;
}
#nav{
	float: right;
	margin: 22px -15px 0 0;
}
#nav ul{
	font-size: 0;
	line-height: 0;
}
#nav li{
	display: inline-block;
	margin: 0 0 0 39px;
	padding: 0;
	vertical-align: top;
	font-size: 13px;
	line-height: 18px;
	font-family: 'Montserrat-Bold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#nav li:after{
	display: none;
}
#nav .menu-link{
	color: #828282;
	text-decoration: none;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
    cursor: pointer;
}
#nav a:hover, #nav .menu-link.active{
	color: #13a5dc;
}
