
.multisteps-form__progress {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.multisteps-form__progress-btn {
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    position: relative;
    padding-top: 20px;
    color: rgba(108, 117, 125, 0.7);
    text-indent: -9999px;
    border: none;
    background-color: transparent;
    outline: none !important;
    cursor: pointer;
}

.multisteps-form__progress-btn:hover {
    background-color: transparent;
    font-weight: bold;

}

@media (min-width: 500px) {
    .multisteps-form__progress-btn {
        text-indent: 0;
    }
}

.multisteps-form__progress-btn:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 13px;
    height: 13px;
    content: '';
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    border: 2px solid currentColor;
    border-radius: 50%;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 3;
}

.multisteps-form__progress-btn:after {
    position: absolute;
    top: 5px;
    left: calc(-50% - 13px / 2);
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: block;
    width: 100%;
    height: 2px;
    content: '';
    background-color: currentColor;
    z-index: 1;
}

.multisteps-form__progress-btn:first-child:after {
    display: none;
}

.multisteps-form__progress-btn.js-active {
    color: #007bff;
}

.multisteps-form__progress-btn.js-active:before {
    -webkit-transform: translateX(-50%) scale(1.2);
    transform: translateX(-50%) scale(1.2);
    background-color: currentColor;
}

.multisteps-form__form {
    position: relative;
}

.multisteps-form__panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.multisteps-form__panel.js-active {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.multisteps-form__panel[data-animation="scaleOut"] {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.multisteps-form__panel[data-animation="scaleOut"].js-active {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.multisteps-form__panel[data-animation="slideHorz"] {
    left: 50px;
}

.multisteps-form__panel[data-animation="slideHorz"].js-active {
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
    transition-delay: 0s;
    left: 0;
}

.multisteps-form__panel[data-animation="slideVert"] {
    top: 30px;
}

.multisteps-form__panel[data-animation="slideVert"].js-active {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    top: 0;
}

.multisteps-form__panel[data-animation="fadeIn"].js-active {
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
}

.multisteps-form__panel[data-animation="scaleIn"] {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.multisteps-form__panel[data-animation="scaleIn"].js-active {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.bkg-custom {
    background-size: 125px;
    background-image: url("/img/back.jpg");
    background-repeat: repeat;
    background-position: -32px -32px;
}

@media (min-width: 1281px) {
    .map {
        position: fixed !important;
    }

    .tms-pagination {
        display: none !important;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .map {
        position: fixed !important;
    }

    .tms-pagination {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .map {
        position: absolute !important;
    }

    .tms-pagination {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .map {
        position: absolute !important;
    }

    .tms-pagination {
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .map {
        position: absolute !important;
    }

    .tms-pagination {
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .map {
        position: absolute !important;
    }

    .tms-pagination {
    }
}

.spinner {
    background-image: url('/img/spinner.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 64px 64px;
}

.scroll {
}


.product-thumbnail {
    width: 50% !important;
}

.product-name {
    width: 50% !important;
}

@media (min-width: 1281px) {
    .product-thumbnail {
        width: 50% !important;
    }

    .product-name {
        width: 50% !important;
    }

    .search-column {
        width: 512px !important;
        min-width: 512px !important;
        position: absolute;
    }

    .map-column {
        width: calc(100% - 512px);
        margin-left: calc(512px);
        min-width: calc(100% - 512px);
    }

    .map {
        width: calc(100% - 512px);
        min-width: calc(100% - 512px);
        height: calc(100% - 60px);
    }

    #cards1 {
        overflow-y: scroll;
    }
}

@media (min-width: 756px) and (max-width: 1024px) {
    .margin-top {
        margin-top: 0 !important;
    }

    .product-thumbnail {
        width: 50% !important;
    }

    .product-name {
        width: 50% !important;
    }

    .search-column {
    }

    .map-column {
    }

    .map {
        min-height: 512px;
    }

    #cards1 {
        max-height: none !important;
        overflow-y: hidden;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .product-thumbnail {
        width: 50% !important;
    }

    .product-name {
        width: 50% !important;
    }

    .search-column {
        width: 40% !important;
    }

    .search-column > #cards1 {
        padding-left: 10% !important;
        padding-right: 10% !important;
        width: 100% !important;
    }

    .map-column {
        width: 60% !important;
        min-height: 512px !important;
    }

    .map {
        width: 60% !important;
        min-height: calc(100% - 60px) !important;
    }

    #cards1 {
        overflow-y: scroll;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .product-thumbnail {
        width: 40% !important;
    }

    .product-name {
        width: 60% !important;
    }

    .search-column > #cards1 {
        padding-left: 10% !important;
        padding-right: 10% !important;
        width: 100% !important;
    }

    .map-column {
        width: 100% !important;
        min-height: 512px !important;
    }

    .map {
        width: 100% !important;
        min-height: 512px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .product-thumbnail {
        width: 40% !important;
    }

    .product-name {
        width: 60% !important;
    }

    .search-column > #cards1 {
        padding-left: 20% !important;
        padding-right: 20% !important;
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .product-thumbnail {
        width: 40% !important;
    }

    .product-name {
        width: 60% !important;
    }

    .search-column > #cards1 {
        padding-left: 20% !important;
        padding-right: 20% !important;
        width: 100% !important;
    }

    .map-column {
        width: 100% !important;
        min-height: 512px !important;
    }

    .map {
        width: 100% !important;
        min-height: 512px !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .product-thumbnail {

        width: 50% !important;
    }

    .product-name {
        width: 50% !important;
    }

    .search-column {
        width: 100% !important;
    }

    .map-column {
        width: 100% !important;
        min-height: 512px !important;
    }

    .map {
        width: 100% !important;
        min-height: 512px !important;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .product-thumbnail {
        width: 50% !important;
    }

    .product-name {
        width: 50% !important;
    }

    .search-column {
        width: 100% !important;
    }

    .map-column {
        width: 100% !important;
        min-height: 512px !important;
    }

    .map {
        width: 100% !important;
        min-height: 512px !important;
    }
}

.shadow {
    border-color: lightgrey;
    border-width: 1px;
    border-style: solid;
    border-collapse: separate;
    border-radius: 10%;
}

.shadow:hover td {
    background-color: #21BC8920 !important;
    /*color: grey;*/
}

.shadow:hover td:first-child {
    background-size: 120% 120%;
    background-position: center;
}

table {
    border-collapse: separate !important;
    border-style: none !important;
}

thead {
    background: none 0 !important;
    height: 0 !important;
}

tbody {
    border-style: none;
    border-collapse: separate;
}

.search-row > td:first-child {
    -webkit-transition: background-size 0.5s ease-in-out;
    transition: background-size 0.5s ease-in-out;
    background-position: center;
    border-style: solid;
    border-width: 1px !important;
    border-collapse: separate;
    border-color: lightgray !important;
    background-size: 100% 100%;
    border-right-style: none;
    border-radius: 4% 0 0 4%;

}

.search-row > td:last-child {
    border-style: solid;
    border-collapse: separate;
    border-color: lightgray !important;
    border-width: 1px !important;
    border-left-style: none;
    border-radius: 0 4% 4% 0;
}

.row-no-result {
    -webkit-transition: background-size 0.5s ease-in-out;
    transition: background-size 0.5s ease-in-out;
    background-position: center;
    border-style: solid;
    border-width: 1px !important;
    border-collapse: separate;
    border-radius: 4%;
    border-color: lightgray !important;
    background-size: 100% 100%;
    border-right-style: none;
}

.CountryLabel:hover {
    font-weight: bold;
}

.RegionLabel:hover {
    font-weight: bold;
}

.gallery-image{
    width: 100%;
    height: 25rem;
}

.announcement-medium{
    width: 100%;
    min-height: 20rem;
}

.announcement-large{
    width: 100%;
    min-height: 50rem;
}