﻿.popUpImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    .popUpImg:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
.popUpImgmodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.popUpImgmodal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
.popUpImgCaption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.popUpImgmodal-content, .popUpImgCaption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.popUpImgClose {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .popUpImgClose:hover,
    .popUpImgClose:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .popUpImgmodal-content {
        width: 100%;
    }
}


.col-center {
    float: none;
    margin: 0 auto;
}

.col-left {
    float: left;
    margin: 0 auto;
    margin-left: 0;
}


.col-right {
    float: right;
    margin: 0 auto;
    margin-right: 0;
}

.title-text-shadow {
    text-shadow: 0px 5px 12px rgba(0, 80, 90, .9);
}

.contact-text {
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #00879d;
}

.lang-select {
    padding: 3px 7px;
    border-radius: 7px;
    border-color: #00879d;
    color: #00879d;
    text-transform: uppercase;
    font-weight: 500;
}

.lang-select-item {
    text-transform: uppercase;
    padding: 3px 10px !important;
    font-weight: 500 !important;
    color: #00879d !important;
    font-family: "sans-serif", sans-serif;
}

@media (min-width: 992px) {
    .lang-button {
        margin-top:-7px;
    }
}
@media (max-width: 992px) {
    .lang-button {
        margin-top: 3px;
    }
}
.lang-button {
    padding-right: 13px;
}