#main-page-header-wrap {
    position: relative;
    z-index: 450;
    background-image: url(https://www.sigatemporada.com/wp-content/uploads/2016/08/back-3.jpg);
}

strong {
    text-transform: uppercase;
    margin-right: 3px;
}

@media only screen and (max-width: 480px){
#logocontainer {
    padding-top: 0px !important;
    margin-bottom: 0px;
}
}

#logocontainer {
    padding-bottom: 0px !important;
}

span.icon-map-marker {
    color: transparent;
}

@media only screen and (max-width: 480px){
#myModal {
    width: 342px !important;
    margin-left: -25px;
    margin-right: auto;
    left: auto;
}
}

@media only screen and (max-width: 480px){
.modal-body, .modal #frontend {
    width: 330px !important;
    margin-left: -14px;
}
}


.site-main .gallery {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1px;
    margin-right: -1px;
}
.site-main .gallery .gallery-item {
    max-width: 100%;
    flex: 1 0 16%;
}

.site-main .gallery .gallery-icon {
    padding: 1px;
}

@media (max-width: 768px) {
    #gallery-1 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 50% !important;
    max-width: 90% !important;
}
}

@media only screen and (max-width: 480px)
#top-language-select, #top-search {
    color: #888;
    float: none !important;
    margin-top: 8px;
    display: none !important;
}