/* GALLERY */

.gallery { 
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-top: 10px;
    overflow: hidden;
}

.gallery img { 
    width: 100%; 
    height: auto;
    transition: 500ms;
    margin-bottom: 10px;
    opacity: 0.8;
    page-break-inside: avoid; 
    -webkit-column-break-inside: avoid; 
    break-inside: avoid; 
}

.gallery img:hover {
    opacity: 1;
}

.modal-img,.model-vid {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table
}

.modal-body{
    padding: 0px;
}

.modal-dialog {
    height: 100%;
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    border: none;
}

@media screen and (max-width: 767px) {

	.gallery { 
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

	.gallery div { margin: 0; 
        width: 200px;
    }

    .modal-dialog {
        margin: 0 8vw;
    }
}

@media screen and (max-width: 479px) {

    .gallery { 
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    
    .gallery div { 
        margin: 0; 
        width: 200px;
    }
}

header {
    box-sizing: unset !important;
}

a#menu-icon {
    box-sizing: unset !important;
}

.slider-text {
    width: 100% !important;
    padding: 0px !important;
    height: 260px !important;
    padding-top: 80px !important;
}

.slider-text h2 {
    font-size: 4.6rem !important;
}

.slider-text h4 {
    font-size: 2.3rem !important;
    line-height: 40px !important;
}

.container {
    margin-top: 50px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    max-width: 1000px !important;
}

footer {
    width: 100% !important;
    height: 300px !important;
}

h1 {
    font-size: 2.8rem !important;
    font-weight: 700 !important;
}

p {
    font-size: 1.6rem !important;
}

.gallery-button {
    font-size: 1.6rem !important;
    text-decoration: none !important;
    font-weight: 300 !important;
    color: #fff !important;
    margin-left: calc(50% - 75px) !important;
    min-width: 150px !important;
}

.gallery-button:hover {
    color: #fff !important;
}

#nav ul.level1 li, #nav-scroll ul.level1 li {
    font-size: 1.6rem !important;
    height: 40px !important;
    box-sizing: unset !important;
}

#nav ul.level1 li a, #nav-scroll ul.level1 li a {
    font-size: 1.6rem !important;
    box-sizing: unset !important;
}

#nav ul.level1 li a::after {
    height: 2px !important;
    top: 36px !important;
}

#nav ul.level1 li.dropdown a::after, #nav-scroll ul.level1 li.dropdown a::after {
    height: 0px !important;
}

.footer-address ul li {
    font-size: 1.6rem !important;
    box-sizing: unset !important;
}

.footer-address span strong, .footer-nav span strong {
    font-size: 1.6rem !important;
}

.footer-nav ul li a {
    font-size: 1.6rem !important;
}

.tooltip {
    position: relative !important;
    display: inline-block !important;
}

.tooltip .tooltiptext {
    visibility: hidden !important;
    width: auto !important;
    background-color: rgba(0, 0, 0, 0) !important;
    color: #fff !important;
    text-align: center !important;
    border-radius: 0px !important;
    padding: 10px 20px !important;
    position: absolute !important;
    z-index: 1 !important;
    bottom: -5px !important;
    left: -180px !important;
    margin-left: 0px !important;
    opacity: 1 !important;
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
    font-size: 1.3rem !important;
    display: block !important;
    border: solid 1px #fff !important;
}

.tooltip:hover .tooltiptext {
    visibility: visible !important;
    opacity: 1 !important;
}