
@media (min-width: 992px) {
    .modal-md {
        width: 768px;
    }
}

@media (min-width: 1150px) {
    .navbar .container-fluid {
        padding-left: 75px;
        padding-right: 75px;
    }
}
@media (max-width: 768px) {
    .navbar-collapse {
        z-index: 100;
        background-color: #000000;
    }
    html,body {
        overflow-x: hidden;
    }
    .contentWrapper {
        margin-top: 108px;
    }
}

.topNav {
    background-color: #000000;
}
.topNav a {
    display: inline-block;
    margin-right: -5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    clip-path:polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
    background-color: #FFFFFF;
    padding:0 10px;
    color:#000000;
}
.topNav > a:last-child {
    margin-right: 0;
}
.topNav a:hover {
    text-decoration: none;
    background-color:#E30614;
}
.topNav a img {
    width: 25px;
    max-height: 20px;
    /*width: auto;*/
    height: auto;
    fill:#5C5C5C;
}
.topNav span.text {
    font-size: 12px;
    display: inline-block;
    margin-right: 15px;
    color:#FFF;
}


.externalLanguageHolder {
    display: inline-block;
}
.externalLanguageHolder .externalLanguageDropdown {
    display: none;
    position: absolute;
    top:25px; right:1px;
    z-index: 20;
    background-color: #FFF;
    padding: 5px;
    text-align: center;
}
.externalLanguageHolder .externalLanguageDropdown  a{
    clip-path: none;
    display: block;
    padding: 10px;
    min-width: 130px;
    margin-right: 0;
}

.navbar {
    height: 108px;
    border-top:0;
}
.navbar-btn {
    clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
}
@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
        margin-right: 12px;
    }
}


.label {
    clip-path:polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
    background-color: #5C5C5C;
    color:#FFFFFF;
    text-transform: uppercase;
    padding-left: 10px; padding-right: 10px;
    border-radius: 0;
}
.label-white {
    background-color: #FFFFFF;
    color:#5C5C5C;
}

.brandItem {
    /*background-color: #F7F7F7;*/
    padding: 10px;
    height: 140px;
    text-align: center;
    /*margin-bottom: 25px;*/
}
.brandItem img {
    max-height: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
    filter:grayscale(0);
    transition: all 0.2s;
}
.brandItem:hover img {
    filter:grayscale(0);
}


.modal-content {
    border-radius: 0 !important;
}
.modal-footer {
    border-top:0;
}
.modal-body {
    padding:30px;
}


.modal {
    text-align: center;
    padding: 0!important;
}
@media (min-width: 560px) {
    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px; /* Adjusts for spacing */
    }

    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
}
.modal-backdrop.in {
    filter: alpha(opacity=70);
    opacity: .7;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}



footer {
    background-color: #000000;
    color:#FFF;
    padding:30px 0;
}
.footerLogos {
    position: relative;
    margin-top: -85px;
}
footer h4 {
    font-family: 'FuturaCondensed', sans-serif;
    text-transform: uppercase;
    font-size: 22px;
}

.footerSocialIcons {
    padding-top: 15px;
}
.footerSocialIcons a {
    margin:10px 15px;
}
.footerSocialIcons a:first-child {
    margin-left: 0;
}
@media (max-width: 768px) {
    footer	{
        padding:15px 15px 35px 15px;
        text-align: center;
    }
}




.listSwitch {
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    line-height: 15px;
    padding: 5px 10px;
    border:1px solid #000000;
}
.listSwitch.active {
    background-color: #000;
    color:#FFF;
}

.listView .col-md-3 {
    width: 100% !important;
}
.listView .productCard .image {
    width: 130px;
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
}
.listView .productCard .info {
    width: calc(100% - 140px);
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    padding: 17px;
}


section {
    background-color: #FFF;
}
.headerImage {
    height: 26vw;
    background-position: center center;
    background-size: cover;
    z-index: 0;
    transform:translate3d(0,0,1px);
}
.headerImage.smaller {
    height: 11vw;
    background-position: center center;
    background-size: cover;
}


.brandIntroImage {
    padding: 0 30px;
    width: 200px;
    top:-60px;
    background-color: #FFF;
    display: inline-block;
}
@media (max-width: 768px) {
    .brandIntroImage {
        top:0px;
    }
}

.brandItem.white {
    background-color: #FFF;
}
.brandItem.white img {
    filter:grayscale(0);
}
.officeItem {
    background-color: #F2F3F5;
    margin-bottom: 80px;
}
.newsItem {
    margin-bottom: 80px;
}
.newsItem .photo .labelHolder {
    position: absolute;
    left:0; bottom:0; padding: 10px;
    z-index: 10;
}
.newsItem .info .title {
    height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsItem .info .text {
    height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
}


#newsSlider .owl-stage-outer {
    overflow: visible;
}
#newsSlider .owl-item {
    opacity: 1;
    transition: all 0.2s;
}
#newsSlider .owl-item:not(.active) {
    opacity: 0.5;
}



.pagegallery {

}
.pagegallery .galImg {
    margin-bottom: 20px;
}
*[data-class="mobileCenter"] {
    text-align: center;
}



@media (max-width: 768px) {
    .headerImage {
        display: none;
    }
}


.contactFormRow {
    padding: 5px 0px;
}
@media (max-width: 768px) {
    .contactFormRow {
        padding: 0px;
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .contactFormRow .form-control {
        margin:10px 0;
    }
}

.termsRow {
    margin-top: 25px;
}
.termsRow a {
    padding: 0 7px;
    display: inline-block;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.termsRow a:last-child {
    border-right: 0;
}


.owl-theme .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -30px !important;
}
.owl-theme .owl-prev, .owl-theme .owl-next {
    background-color: #FFF !important;
    border-radius: 0 !important;
    color: #000 !important;
}
.owl-theme .owl-prev {
    position: absolute;
    left: -10px;
}
.owl-theme .owl-next {
    position: absolute;
    right: -10px;
}


.heroCarousel {
    height: 50vw;
}
#heroCarousel .item {
    height: 50vw;
}




.contactItem {
    background-color: #F2F3F5;
    margin-bottom: 30px;
    padding: 20px;
}
.contactItem .title {
    font-family: 'FuturaCondensed', sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    z-index: 10;
}
.contactItem .text {
    margin: 15px 0;
}
.contactItem .info .title {
    font-weight: bold;
}
.contactItem .buttonHolder {
    padding:0 20px;
    bottom: -28px;
}


.popupPage .container {
    width: auto !important;
}


.grecaptcha-badge {
    display: none;
}

section.affix {
    position: fixed;
    left:0; top:108px;
    width: 100%;
    z-index: 20;
    background-color: #FFF;
}