/*
 * 
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
/*
 * 
 * Created on : 17.07.2017, 11:01:53
 * Author     : Сергей
 */
/*
 * 
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
/*
 * 
 * Created on : 07.07.2017, 10:48:30
 * Author     : Сергей
 */
/*
 * CSS3 calc() function to perform calculations
 */
.header {
  color: white; }
  .header a {
    color: white; }
  .header__logo {
    margin-top: 5px; }
    .header__logo span {
      font-family: ProximaNova-Semibold;
      text-transform: uppercase; }
  .header .header-fixed {
    -webkit-transition: all 0.5s ease-out 0.1s;
    -moz-transition: all 0.5s ease-out 0.1s;
    -o-transition: all 0.5s ease-out 0.1s;
    transition: all 0.5s ease-out 0.1s;
    background: rgba(1, 30, 49, 0);
    z-index: 400;
    padding: 0px 0; }
  .header .navbar-toggle {
    padding-top: 12px; }
    .header .navbar-toggle .icon-bar {
      height: 2px;
      background-color: white; }
    .header .menu .navbar-nav > li > a {
      font-size: 16px; }
    .header .menu .navbar-nav > li > a:hover {
      background: none;
      border: none;
      text-decoration: none; }
      .header .menu .navbar-nav > li > a:hover .menu__underline {
        width: 100%; }
    .header .menu .navbar-nav > li > a:active,
    .header .menu .navbar-nav > li > a:focus {
      background: none;
      border: none;
      text-decoration: none; }
    .header .menu__underline {
      background-color: #3dc4d0;
      height: 2px;
      width: 16px;
      margin-top: 6px;
      -webkit-transition: width 0.5s;
            /*
       * For Safari 3.1 to 6.0
       */
      transition: width 0.5s; }
  .header__tel {
    margin-top: 12px; }
    .header__tel a {
      font-family: ProximaNova-Bold;
      font-size: 20px; }
      .header__tel a:hover {
        text-decoration: none; }
    @media (max-width: 767px) {
      .header__tel {
    padding-top: 5px; } }
    @media (max-width: 479px) {
      .header__tel a {
        background: url(/sites/all/themes/aoiot/img/call.png) no-repeat;
        width: 28px;
        height: 0;
        display: block;
        overflow: hidden;
        padding-top: 28px; } }
  .header .menu .navbar-nav  li a.header__link_enter {
    background: url(/sites/all/themes/aoiot/img/header_enter.png) no-repeat;
    background-position: 0 40% !important;
    padding-left: 20px !important;
    margin-top: 10px; }
    @media (min-width: 992px) {
      .header .menu .navbar-nav  li a.header__link_enter {
    background: url(/sites/all/themes/aoiot/img/header_enter.png) no-repeat, #45488f;
    background-position: 15px 50% !important;
    padding-left: 35px !important;
    border-radius: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 8px;
    margin-bottom: 8px; } }
    .header .menu .navbar-nav  li a.header__link_enter:hover {
      background: url(/sites/all/themes/aoiot/img/header_enter.png) no-repeat, #61639c;
      text-decoration: none;
      background-color: #61639c;
      color: white; }
    .header .menu .navbar-nav  li a.header__link_enter:active {
      background-color: #333676;
      color: white; }

