/* Header */
header {
  clear: both;
  height: 80px;
  width: 100%;
  background-color: #303a46;
}
header h1 {
  width: 200px;
  height: 52px;
  float: left;
  display: block;
  margin-top: 15px;
  background-position: -6px 0;
  background-repeat: no-repeat;
  background-image: url("images/nav-icon.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  header h1 {
    background-image: url("images/nav-icon@2x.png");
    background-size: 48px 52px;
  }
}
header h1 a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  float: left;
  background: none;
  height: 36px;
  width: auto;
  margin-top: 8px;
  margin-right: 0;
  padding: 5px 0 0 9px;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.25px;
}
header h1 a:hover,
header h1 a:visited {
  color: #fff;
}
header h1 a:hover {
  font-weight: 400;
  padding: 5px 0 0 9px;
}
header h1 a:first-child {
  padding-left: 48px;
  margin-right: 0;
  width: 48px;
  height: 36px;
  float: left;
  padding-top: 0;
  border-right: 1px solid #646f7c;
}
header .right-nav a,
header .right-nav a:hover {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #fff;
  padding: 0 16px;
  text-align: center;
  display: inline-block;
}
header .right-nav a.active {
  color: #88949f;
}
header .right-nav {
  display: block;
  float: right;
  padding-top: 32px;
  height: 80px;
  text-align: right;
  position: relative;
  z-index: 3;
  width: 700px;
}
header .right-nav a:last-of-type {
  padding-right: 0;
}
header .mobile-menu {
  display: block;
  float: right;
  height: 80px;
  padding-top: 22px;
}
header .mobile-menu a {
  font-size: 16px;
  cursor: pointer;
  letter-spacing: 0.25px;
}
header .mobile-menu a.hamburger {
  display: block;
  padding: 3px 3px;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-position: 2px 2px;
  background-repeat: no-repeat;
  background-image: url("images/menu-light.png");
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  header .mobile-menu a.hamburger {
    background-image: url("images/menu-light@2x.png");
    background-size: 32px 32px;
  }
}
header .mobile-menu a.hamburger:hover {
  background-color: #4e5a6b;
}
header .mobile-menu a:hover {
  background-color: #f6f9fd;
}
#mobile-menu {
  display: none;
  position: absolute;
  right: 10px;
  top: 62px;
  z-index: 200;
}
#mobile-menu .menu-arrow {
  position: absolute;
  top: 0;
  right: 18px;
  width: 14px;
  height: 10px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("images/mobile-menu.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #mobile-menu .menu-arrow {
    background-image("images/mobile-menu@2x.png");
    background-size: 14px 10px;
  }
}
#mobile-menu ul {
  margin: 8px 0 0 0;
  padding: 25px 0;
  min-width: 150px;
  background-color: #fff;
  border: 2px solid #92d4e6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#mobile-menu ul li {
  list-style-type: none;
  padding-bottom: 0;
}
#mobile-menu ul li:hover {
  background-color: #f4f4f4;
}
#mobile-menu a {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 5px 60px 5px 30px;
}
#mobile-menu a.active {
  color: #aaaaaa;
  text-decoration: none !important;
}
#mobile-menu a:hover {
  text-decoration: none !important;
}

/* Footer */
footer a,
footer a:link {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  color: #468ec3;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}
footer a:hover {
  color: #4f6989;
}
footer .info {
  padding-top: 60px;
  margin-bottom: 40px;
  border-top: 1px solid #e6ebf1;
}
footer .info h1 a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url("images/nav-logo.png");
  width: 160px;
  height: 52px;
  margin-bottom: 10px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  footer .info h1 a {
    background-image: url("images/nav-logo@2x.png");
    background-size: 157px 52px;
  }
}
@media (min-width: 992px) {
  footer .info .company-description {
    padding-right: 50px;
  }
}
footer .info .company-description p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  color: #468ec3;
  font-size: 16px;
  line-height: 24px;
  color: #303a46;
  margin-bottom: 24px;
}
footer .info .company-description p a {
  display: inline;
  line-height: 24px;
}
footer .info a {
  line-height: 32px;
  display: block;
}
footer .info h5 {
  color: #303a46;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0;
  text-transform: uppercase;
}
footer .info h5.developers {
  margin-top: 32px;
}
footer .copyright {
  padding: 16px 0 60px 0;
  color: #88949f;
  border-top: 1px solid #e6ebf1;
  font-size: 16px;
  line-height: 24px;
}
footer .copyright span {
  padding: 0 16px;
}
footer .copyright .heart {
  vertical-align: middle;
  margin-bottom: 2px;
}
footer .copyright .contact-menu {
  text-align: right;
}
footer .copyright #year {
  padding: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .info .search-menu {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  footer .info .company-description {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
 footer .info {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 16px;
  }
  footer .info .search-menu,
  footer .info .products-menu,
  footer .info .technology-menu,
  footer .info .company-menu {
    margin-bottom: 35px;
  }
  footer .copyright div,
  footer .copyright .contact-menu {
    text-align: center;
    padding-bottom: 10px;
  }
}
