.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.container-fluid {
    margin-top: 30px;
    margin-bottom: 20px;
    min-width: 350px;
}

a {
    color: inherit;
    font-family: "Arial";
}

a:hover {
    color: inherit;
}

.header {
    border: 1px solid #212121;
    border-bottom: 5px solid #f0751d;
    color: #666;
}

.header .row {
    height: 130px;
}

@media (max-width: 768px) {
    .logo-container {
        text-align: center;
    }
}

.logo {
    max-height: 150px;
    position: relative;
    top: -15px;
}

.header .sub-title {
    font-size: 20px;
}

@media (max-width: 975px) {
    .header-contact {
        display: none;
    }
}

.orange {
    color: #f0751d;
}

.gallery {
    padding: 0;
}

.gallery img {
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.navigation {
    background-color: #666;
    color: #FFF;
}

@media (max-width: 768px) {
    .navigation-item {
        text-align: center;
    }
}

.navigation .row {
    min-height: 30px;
}

.navigation .row a {
    color: #FFF;
    font-family: "Arial";
    font-weight: bold;
}

.navigation .row .current {
    text-decoration: underline;
}

.content {
    background-color: #dedede;
    border-left: 1px solid #212121;
    border-right: 1px solid #212121;
    box-sizing: border-box;
    color: #666;
    font-family: Arial;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.link {
    text-decoration: underline;
}

.content h2 {
    font-family: "Arial";
    font-size: 18px;
    line-height: 40px;
}

.content .contentImage {
    border: 3px solid #666;
    max-height: 100%;
    max-width: 100%;
    margin-top: 10px;
}

.contentImage-container {
    z-index: 1;
}

.contactForm button {
    background-color: #f0751d;
    color: #FFF;
}

.contactForm button:hover {
    background-color: #d96a1a;
    color: #FFF;
}

.company {
    font-size: 15px;
}

.company h2 {
    font-family: "Arial Black";
    font-size: 35px;
    line-height: 0.4;
}

.footer {
    background: #f0751d no-repeat right -300px bottom -80px;
    border-bottom: 3px solid #FFF;
    -webkit-box-shadow: 0px 5px 0px #666;
    -moz-box-shadow: 0px 5px 0px #666;
    box-shadow: 0px 5px 0px #666;
    color: #FFF;
}

.logo-footer-container {
    overflow: hidden;
    position: absolute;
    top: -217px;
    right: 0px;
    width: 265px;
}

.logo-footer {
    height: 410px;
    position: relative;
}

@media (max-width: 576px) {
    .logo-footer-container {
        right: -40px;
    }
}

.footer .row {
    min-height: 150px;
}

.footer p {
    font-size: 20px;
    font-weight: bold;
}