﻿.mr10 {
    margin-right: 10px;
}

.p15 {
    padding: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pb40 {
    padding-bottom: 40px;
}

.mt40 {
    margin-top: 40px;
}

.mb40 {
    margin-bottom: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pb50 {
    padding-bottom: 50px;
}

.mt50 {
    margin-top: 50px;
}

.mb50 {
    margin-bottom: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pb60 {
    padding-bottom: 60px;
}

.mt60 {
    margin-top: 60px;
}

.mb60 {
    margin-bottom: 60px;
}

.mt80 {
    margin-top: 80px;
}

.mb80 {
    margin-bottom: 80px;
}

.pt80 {
    padding-top: 80px;
}

.pt160 {
    padding-top: 160px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb110 {
    padding-bottom: 110px;
}

.mb160 {
    margin-bottom: 160px;
}

.mt160 {
    margin-top: 160px;
}

.pr10 {
    padding-right: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pl50 {
    padding-left: 50px;
}

.nopadding {
    padding: 0;
}

.altcolor {
    background-color: #F5F5F5;
}

.bckgrey1 {
    background-color: #F5F5F5;
}

.bckgrey2 {
    background-color: #E6E6E6;
}

.containerleft6 {
    float: right;
}

.containerright6 {
    padding-left: 50px;
}

#map {
    height: 450px;
}

.coverfit {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
}

.compat-object-fit {
    background-size: cover;
    background-position: center center;
}

    .compat-object-fit img {
        display: none !important;
    }

.subfooter {
    background-color: #3F3F3F;
    margin-top: 50px;
    padding: 15px 0;
    font-size: 12px;
    color: #666;
}

    .subfooter p {
        display: inline;
    }

.jiswo img {
    height: 12px;
}

/* Breakpoints */
/* ———————————— */
/* Large desktop */
@media (min-width: 1200px) {
    .containerleft6, .containerright6 {
        width: calc(1110px / 2);
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 992px) and (max-width: 1199px) {
    .containerleft6, .containerright6 {
        width: calc(910px / 2);
    }
}

/* Landscape phone to portrait tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .containerleft6, .containerright6 {
        width: calc(690px / 2);
    }
}

/* Landscape phone to portrait tablet */
@media (min-width: 480px) and (max-width: 767px) {
}

/* Landscape phones and down */
@media (max-width: 479px) {
}

/* Menu breakpoints */
/* ———————————— */

/* Normal menu */
@media (min-width: 992px) {
}

/* Collapsed menu */
@media (max-width: 991px) {
}

@media (max-width: 767px) {
    .containerleft6, .containerright6 {
        width: auto;
        float: none;
    }

    .containerright6 {
        padding-left: 0;
    }
}

.product-grid .title strong:after, .news-list-homepage .title strong:after {
    display: none;
}

.fieldset .title strong:after {
    display: none;
}
