/*
Theme Name: algotrans
Theme URI: http://algotrans.ru/
Description: Грузоперевозки
Author: Ivan
Author URI: -
Version: 1.0
*/

   /* Активное состояние кнопки */
.btn-success.focus, .btn-success:focus {
    display: none;
}

html {
  font-size: 1rem;
}

@include media-breakpoint-up(sm) {
  html {
    font-size: 0.9rem;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 0.8rem;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 0.7rem;
  }
}

   /* Стили для подвала внизу страницы */
     html,
     body {
       height: 100%;
     }
    
    /* Сайдбар */
  #sidebar {
      text-decoration: none;
      font: inherit;
      list-style: none;
     }
  
 .menu {
    padding-left: 0;
    padding-bottom: 2em;
 }

  #sidebar h1 {
      font-size: 1.5rem;
     }

  #sidebar ul
     {
      list-style: none;
     }

   #sidebar ul li a
     {
       text-decoration: none;
       font: inherit;
       color: white;
     }

   #sidebar li ul li:hover
     {
     background-color: steelblue;
     }


    /* Заголовок */
  header {
  background-image: url("background_algotrans.jpg");
  background-size: cover;
     }
  
  #info a {
      text-decoration: none;
      font-family: monospace;
      color: white;
     }

 #info a:hover {
      text-decoration: none;
      font-family: monospace;
      color: white;
      text-shadow: 0.1em 0.1em 0.1em rgba(46, 77, 173, 0.6);
     }

 /* Телефоны */
  #phone {
    font-size: 1.3rem;
}

  #phone span{
    line-height: normal;
}

    /* Фоновое изображение */
    #fixedratio {
      padding-top: 15%;
      background-size: cover;
      -moz-background-size: cover;  /* Firefox 3.6 */
      background-position: center;  /* Internet Explorer 7/8 */
     }

 /* Кнопка вверх */
   .scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 3em;
    left: 3em;
    display: none;
    text-indent: -9999px;
    background: url(icon_top.png) no-repeat;
}

 /* Стиль для элементов автопарка */
    .item-autopark:hover
     {
    border-color: #00fdfd;
     }

     #wrap {
       max-wight: 500px;
       min-height: 100%;
       height: auto !important;
       height: 100%;
 
       margin: 0 auto -60px;
     }
 
     /* Высота футера */
     #push,
     #footer {
       height: 60px;
     }
     #footer {
       background-color: #f5f5f5;
     }
 
     @media (max-width: 767px) {
       #footer {
         margin-left: -20px;
         margin-right: -20px;
         padding-left: 20px;
         padding-right: 20px;
       }
     }
 
 
     }
     .container .credit {
       margin: 20px 0;
     }

     menu {
     padding:0;
     margin:0;
     }
    

     