* {
    font-family: 'Roboto', sans-serif;
}

body {
    background-color: #acacac;
}

.container {
    background-color: #fff;
}

h1 {
    color: #707070;
    font-size: 24.25px;
    font-weight: 300;
    text-align: center;
    background-color: #eeeeee;
    margin-top: 0;
    text-transform: lowercase;
    border-bottom: 1px solid #d3d3d3;
    padding: 25px 0;
}

h2 {
    color: #004c8e;
    font-size: 21.02px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 30px;
    text-transform: uppercase;
}

h3 {
    color: #004c8e;
    font-size: 24.25px;
    font-weight: 400;
    margin-bottom: 25px;
}

.navbar {
    border: 0;
    background-color: #004c8e;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-header {
    position: relative;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    height: auto;
}

.nav>li>a {
    padding: 15px 15px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>.active>a {
    color: #fff;
    background-color: #00437d;
}

.navbar-default .navbar-nav>li>a:hover {
    text-decoration: underline;
    color: #fff;
}

.navbar-default .navbar-nav>.active>a:hover {
    background-color: #00437d;
    color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #00437d;
}

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

.navbar-nav {
    margin: 0 -15px;
}

.navbar-default .navbar-collapse {
    margin-right: -15px;
}

.home h1 {
    font-size: 24.24px;
    font-weight: 300;
    color: #707070;
    border-bottom: 1px solid #cccccc;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 10px;
    background-color: transparent;
}

.home h2 {
    font-size: 24.24px;
    color: #004c8e;
    text-align: center;
    margin-top: 0;
    font-weight: 400;
    margin-bottom: 20px;
}

.home h3 {
    color: #ec1a31;
    font-size: 19.39px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
}

.home h4 {
    color: #004c8e;
    font-size: 19.39px;
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 30px;
}

.home .slider {
    position: relative;
}

.home .slider .caption {
    position: absolute;
    bottom: 0;
    background-image: url(/media/frontend/img/home-slider-caption.png);
    color: #fff;
    font-size: 14.16px;
    width: 100%;
    text-align: center;
    min-height: 77px;
    line-height: 77px;
}

.home .slider .caption * {
    margin: 0;
}

.sdel-values .item {
    margin-bottom: 40px;
}

.sdel-values p {
    color: #3d3d3d;
    font-size: 12.93px;
}

.sdel-values .value-img {
    line-height: 38px;
}

.sdel-values .value-img img {
    vertical-align: bottom;
}

.home .more-info {
    background-color: #eeeeee;
    border-top: 1px solid #d6d6d6;
    padding-bottom: 35px;
}

.home .more-info p {
    color: #3c3c3c;
    font-size: 11.31px;
}

.home .more-info a {
    color: #3c3c3c;
    text-decoration: underline;
}

.home .more-info a:hover {
    color: #004c8e;
}

.footer {
    background-color: #004c8e;
    color: #fff;
    font-size: 11.31px;
    padding: 30px;
    padding-bottom: 0;
    border-bottom: 1px solid #2d6ba1;
}

.footer .contact {
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 0;
}

.footer p {
    line-height: 21px;
}

.footer .link {
    text-align: center;
    margin-bottom: 20px;
}

.footer .link a {
    color: #fff;
    font-size: 12.93px;
    font-weight: 700;
    text-decoration: underline;
}

.footer .link a:hover {
    color: #eee;
}

.copyright {
    background-color: #00437d;
    font-size: 9.7px;
    color: #fff;
    padding: 12px 30px;
    position: relative;
}

.copyright img {
    position: absolute;
    right: 10px;
    bottom: 0;
    max-width: 150px;
}

.catalog .categories {
    margin-top: 30px;
}

.catalog .item {
    text-align: center;
    margin-bottom: 40px;
}

.catalog p {
    margin-top: 20px;
}

.catalog a {
    color: #004c8e;
    font-size: 12.93px;
    font-weight: 300;
}

.category {
    padding-bottom: 50px;
}

.table-responsive thead {
    background-color: #eeeeee;
    color: #747474;
    font-size: 12.93px;
}

.table-responsive thead tr th {
    font-weight: 300;
    border: 0;
    padding: 15px 20px;
}

.table-responsive tbody tr td {
    border: 0;
    border-bottom: 2px solid #d6d6d6;
    padding: 15px 20px;
    vertical-align: middle;
    color: #373737;
    font-weight: 300;
    font-size: 12.93px;
}

.category a {
    color: #004c8e;
}

.category .mail-request {
    color: #373737;
    text-decoration: underline;
}

.category table .notice {
    min-width: 220px;
}

.category table .notice img {
    margin-right: 15px;
}

.category table .notice .dropdown-toggle {
    font-weight: 300;
    font-size: 13px;
}

.category table .notice .dropdown-menu a {
    font-weight: 300;
    font-size: 13px;
}

.contact {
    padding-bottom: 70px;
}

.contact form {
    margin-bottom: 45px;
    margin-top: 30px;
}

/*.contact */label {
    color: #707070;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 12px;
}

.form-control {
    font-size: 13px;
    background-color: #eeeeee;
    border-radius: 0;
    border: 1px solid #cfcfcf;
    min-height: 40px;
}

textarea.form-control {
    resize: none;
    min-height: 175px;
}


.form-control::-webkit-input-placeholder {
    color: #949494;
    font-style: italic;
    font-weight: 300;
}

.form-control:-moz-placeholder {
    color: #949494;
    font-style: italic;
    font-weight: 300;
}

/*.category form input,
.catalog form input,
.contact input,
.cart .form-control {
    font-size: 13px;
    background-color: #eeeeee;
    border-radius: 0;
    border: 1px solid #cfcfcf;
    min-height: 40px;
}*/

/*.contact textarea {
    background-color: #eeeeee;
    border-radius: 0;
    border: 1px solid #cfcfcf;
    min-height: 175px;
    resize: none;
    font-size: 13px;
}*/

/*.category form input::-webkit-input-placeholder,
.catalog form input::-webkit-input-placeholder,
.contact input::-webkit-input-placeholder {
    color: #949494;
    font-style: italic;
    font-weight: 300;
}

.category form input:-moz-placeholder,
.catalog form input:-moz-placeholder,
.contact input:-moz-placeholder {
    color: #949494;
    font-style: italic;
    font-weight: 300;
}*/

.contact form span {
    color: #004c8e;
}

.contact form .help-block {
    color: #004c8e;
    font-size: 13px;
    font-weight: 300;
}

.btn-sdel {
    border: 1px solid #00396b;
    font-size: 14px;
    border-top-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 210px;
    height: 45px;
    font-weight: 300;
    text-align: right;
    padding-right: 20px;
}

.category form button,
.catalog form button,
.contact form button,
.presentation .btn,
.cart .btn {
    border: 1px solid #00396b;
    background-color: #004c8e;
    color: #fff;
    font-size: 14px;
    border-top-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 210px;
    height: 45px;
    font-weight: 300;
    text-align: right;
    padding-right: 20px;
}

.category form button,
.catalog form button {
    width : auto;
    height : 40px;
}

.category form button:hover,
.catalog form button:hover,
.contact form button:hover,
.presentation .btn:hover,
.cart .btn:hover {
    background-color: #00437d;
    border: 1px solid #00396b;
    color: #fff;
}

.has-feedback .form-control-feedback {
    top: 34px;
}

.contact .map {
    position: relative;
}

.contact .address {
    position: absolute;
    background-color: #004c8e;
    color: #fff;
    font-size: 16.17px;
    opacity: 0.85;
    height: 255px;
    line-height: 255px;
    z-index: 1;
}

.contact .address-xs {
    background-color: #004c8e;
    color: #fff;
    font-size: 14.17px;
    padding: 10px;
    text-align: center;
}

.contact .address-xs p {
    margin: 0;
}

.contact .address p {
    vertical-align: middle;
    display: inline-block;
    line-height: normal;
}

.page p {
    color: #3d3d3d;
    font-size: 12.93px;
}

.back-button {
    display: block;
    position: absolute;
    height: 76px;
    line-height: 90px;
    width: 81px;
    background-color: #cccccc;
    text-align: center;
}

.back-button:hover {
    background-color: #747474;
}

.back-button p {
    vertical-align: middle;
    display: inline-block;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
    text-align: center; 
    font-size: 11.32px;
    font-weight: bold;
}

.back-button p img {
    margin-bottom: 5px;
    width: 25px;
}

.presentation {
    padding-bottom: 50px;
}

.presentation .carousel {
    margin-bottom: 50px;
}

.cart {
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    
    .footer .contact {
        text-align: left;
    }
    .footer .link {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .copyright img {
        right: 30px;
        max-width: 260px;
    }
    .nav>li>a {
        padding: 30px 20px;
    }
    .navbar-default .navbar-collapse {
        margin-right: 0;
    }
    .home .slider .caption {
        font-size: 16.16px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 970px;
    }
}