/*
 * 
 * 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, 18:03:59
 * 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
 */

.sidebar-fixed {
  position: fixed;
  z-index: 50;
  max-width: 260px;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease; }
  @media (max-width: 767px) {
    .sidebar-fixed {
  display: none; } }
  .sidebar-fixed__menu {
    list-style-type: none;
    padding-left: 0; }
    .sidebar-fixed__menu li {
      padding-left: 0;
      padding-bottom: 20px; }
      .sidebar-fixed__menu li a {
        color: #aeaeae;
        text-decoration: none;
        font-size: 16px; }
        .sidebar-fixed__menu li a:hover,
        .sidebar-fixed__menu li a:active,
        .sidebar-fixed__menu li a:focus {
          color: #aeaeae;
          text-decoration: none; }
        .sidebar-fixed__menu li.active a {
          color: #48c6d2;
          text-decoration: none;
          font-size: 16px; }
          .sidebar-fixed__menu li.active a:hover,
          .sidebar-fixed__menu li.active a:active,
          .sidebar-fixed__menu li.active a:focus {
            color: #48c6d2;
            text-decoration: none; }

