/*
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 : 10.12.2015, 20:08:19
    Author     : Дмитрий
*/

.navbar-default {
    background-color: #fff;
}

.navbar {
    border-radius: 0;
    border: 0;
    padding: 0;
}

.navbar-header {
    padding: 0 15px;
}

.navbar-default .nav li a {
    color: #777;
}

.navbar-default.navbar-shrink {
    background-color: #fff;
}

.bg-light-gray {
    background-color: #f3f3f5;
}

#portfolio .portfolio-item .portfolio-caption p {
    font-style: inherit;
}

.breadcrumb {
    background-color: #fff;
}

a, a:hover, a:focus, a:active, a.active {
    color: #337ab7;
}

.footer {
    margin-top: 20px;
    padding: 20px 0;
    background-color: #e5e5e5;
    color: #777;
}

/*
.footer a, a:hover, .footer a:focus, .footer a:active, a.active {
    color: #ccc;
}
*/

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand.active {
    color: #337ab7;
}

.navbar-default .navbar-brand {
    color: #000;
}

.navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
    color: #337ab7;
}

.info {
    padding: 10px 0;
    background-color: #2196f3;
    color: #fff;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.info a, .info a:hover, .info a:focus, .info a:active, .info a.active {
    color: #fff;
    text-decoration: underline;
}

.breadcrumb {
    border-radius: 0;
}

.clip {
    white-space: nowrap; /* Запрещаем перенос строк */
    overflow: hidden; /* Обрезаем все, что не помещается в область */
    text-overflow: ellipsis; /* Добавляем многоточие */
}

@media (min-width: 300px) and (max-width: 768px) {
    .mobile-size {
        display: none;
    }
}