@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300|Roboto+Condensed:100,300,400');
@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css';

:root {
    /*
    --color-1: #d5331b;
    --color-2: #b39b81;
    --color-3: #ece3d9;
    --color-4: #766451;
*/

    --color-0: #000;
    --color-1: #333;
    --color-2: #999;
    --color-3: rgb(238, 238, 238);
    --color-4: #666;
    --color-5: #d5331b;
}

.color-1 {
    color: var(--color-1);
}

.color-2 {
    color: var(--color-2);
}

.color-3 {
    color: var(--color-3);
}

.color-4 {
    color: var(--color-4);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Roboto Condensed, sans;
    font-weight: 100;
    font-size: 20px;
    text-align: center;
    position: relative;
    /*
    background: url(../images/bg-2020-subs.jpg) no-repeat center fixed;
    background-size: cover;
    */
}


h1,
h2,
h3 {
    font-family: Roboto Condensed, sans;
    font-weight: 100;
    letter-spacing: -1px;
    color: var(--color-0);
    border-bottom: 1px solid var(--color-0);
}

h1 {
    font-weight: 300;
    letter-spacing: -3px;
    font-size: 3rem;
    text-indent: 50px;
    margin-top: 30px;
}

h1 span {
    font-size: 0.5em;
    letter-spacing: 0;
    margin-left: 30px;
}

p {
    margin: 10px 0;
    text-shadow: 0 0 3px #fff;
    line-height: 150%;
    text-align: justify;
}

a {
    text-decoration: none;
    color: var(--color-0);
}

header {
    background: #fff;
    text-align: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
}


#header {
    width: 1000px;
    margin: 0 auto;
    background-color: #fff;
}

.gallery-group {
    margin-top:40px;
}


a.top {
    position: fixed;
    bottom: calc(100vh*0.05);
    right: calc(100vh*0.05);
    font-size: 48px;
    line-height: 48px;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    box-shadow: 0 0 2px 0 var(--color-3);
    color: var(--color-2);
    background-color: var(--color-3);
    text-decoration: none;
    transition: 0.3s;
    opacity: 0;
    z-index: 10;
}


a.top:hover {
    color: var(--color-1);
    transform: scale(1.5, 1.5);
    padding: 2px 5px;
}


div.mpage-1 {
    height: 100vh;
    background: url(../images/bg-2020-main.jpg) no-repeat center fixed;
    background-size: cover;
    position: relative;
}

img.woman {
    height: 100px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
}

div.mpage-2 {
    background-color: rgba(238, 238, 238, 0.2);
}

div.mpage-3 {
    background-color: var(--color-3);
    background-color: rgba(238, 238, 238, 0.8);
    /* background-color: rgba(var(--color-1), 0.8); */
}

footer {
    background-color: var(--color-2);
    text-align: left;
    font-size: 0;
}

footer * {
    color: white;
    text-shadow: none;
}

.footer-col {
    font-size: 1rem;
}

.clear {
    width: 100%;
    clear: both;
    font-size: 0;
}

.center {
    text-align: center;
}

iframe.gmap {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 50vh;
    box-shadow: 0 0 10px 0 black;
}

a.hamburger {
    display: none;
}

.footer {
    background-color: var(--color-4);
    font-size: 1rem;
    line-height: 4rem;
}

.fb-page {
    width: 100%;
    height: 480px;
    max-height: 480px;
    float: right;
    text-align: right;
}

.fb-page * {
    max-height: 480px;
}


/* GALERIA */

.gallery-item a {
    position: relative;
    float: left;
    background: none;
    padding: 0;
    margin-bottom: 50px;
}

.gallery a img {
    /* width: 33%; */
    /* margin: 22px; */
    /*box-shadow: 0 0 5px 5px white;*/
    /* filter: grayscale(50%); */
    transition: 0.1s;
    float: left;
    z-index: 1;
}

.gallery img.photo {
    width: 100%;
    /* margin: 3px; */
    /* height: 320px; */
    /* margin: 18px; */
    /* box-shadow: 0px 0px 15px #fff; */
}


.gallery-item a span {
    opacity: 1;
    width: 90%;
    z-index: 2;
}

.gallery-item span {
    position: absolute;
    color: var(--color-0);
    font-size: 1rem;
    
    text-transform: lowercase;
    text-shadow: 0px 0px 3px #fff;
    z-index: 3;
    /* transition: .3s; */
}

.gallery-item span.name {
    bottom: 20px;
    left: 0;
    padding: 2px 8px;
    text-align: left;
    /*
    background-color: rgba(238, 238, 238, 0.5);
    border-left: 2px solid var(--color-3);
    */
    /* opacity: 0; */
}

/* .gallery span.number {
    bottom: 30px;
    left: 30px;
} */

.gallery-item span.kingsize {
    bottom: 25px;
    right: 25px;
}

.gallery-item span big {
    padding: 1px 3px;
    letter-spacing: -1px;
    font-size: 2.2rem;
    text-transform: capitalize;
    
}

.gallery-item span.kingsize img {
    width: 30px;
}

.gallery-item strong {
    font-size: 22px !important;
}


#m-503-2 {
    filter: saturate(130%) hue-rotate(2deg);
}

#pizamy-meskie-2021-05-1200x200 {}


#menu ul li a {
    font-size: 1.2em !important;
    color: var(--color-0) !important;
}

nav.main-menu ul li a img.flag {
    padding: 20px 10px;
}

nav.main-menu ul li a img.flag:first-child {
    padding-left: 3px;
}

nav.main-menu ul li a img.flag:last-child {
    padding-right: 3px;
}

.flags a {
    display: inline;
    padding: 0 !important;
}

.box-300 {
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#carouselExampleIndicators {
    max-height: 80vh;
    overflow: hidden;
}

#carouselExampleIndicators .carousel-item {
    display: flex !important;
    justify-content: center;
}

.carousel-item video,
.carousel-item img {
    max-width: 1250px;
    object-position: center center;
}

#loading-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10000;
}

#menu {
    justify-content: space-around;
}

.mmax-home-ico {
    width: 20px;
    margin-right: 4px;
    transform:  translateY(-4px); 
}
.mmax-home-li {
    font-size:0.8em;line-height:150%;text-align:center;
}
@media (min-width: 991px) {
    .mmax-home-li {
        text-align:right;
    }
}

#mainimage-container {
    min-height: 400px;
    max-height: 90vh;
    display: flex;
    justify-content: center;
    text-align: center;
}

#mainimage-container video {
    max-width: 1800px;
}

.gallery-item .new-item-flag {
    --padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color:rgb(158, 62, 62);
    transform: rotateZ(-90deg);
    text-transform: uppercase;
    position:absolute;
    padding:7px 20px 5px 5px;
    left:0;
    top:50px;
    background-color: #ccc;
}

.gallery-item  {
    position:relative;
}


.white-bg-txt {
    text-shadow: 2px -1px 1px #ffffff;
}

/**
endspring2025
*/

.gallery-item span.MILAGROS-main big, .gallery-item span.MILAGROS-second big{
    display: none;
}
.gallery-item span.name.MILAGROS-main {
    font-size:2rem;
    top:0;
    right: 20px;
    left:unset;
}

@media all and (min-width: 576px) {

    .gallery-item span.MILAGROS-second {
    left:-58px;
    }
}

#j-MARINA {
    margin-top:31px;
}

/**
2025-2026 winter
*/

.gallery-group.gallery-group-four .gallery-item img {
    height: 675px;
    /* max-width: 300px; */
}

.gallery-item img {
    max-height: 675px;
}

.gallery-group-single .gallery-item img {
    max-height: 846px;

}

.gallery-group-three .gallery-item {
    /* max-width: 250px; */
}

.gallery-item span big {
    padding: 1px 3px;
    letter-spacing: -1px;
    font-size: 2.2rem;
    text-shadow: 2px -1px 1px #ffffff;
    text-transform: capitalize;
}

.gallery-item span.name {
    bottom: 20px;
    left: 0;
    padding: 2px 8px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    /* opacity: 0; */
}
