body {
    font: 16px/1.5 'Open Sans', sans-serif;
    background-color: #000;
    color: #fff;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    margin: 20px 0 0 0;
}

.gallery-title {
	padding-top: 50px;
	padding-bottom: 50px;
}

.gallery-title h1 {
	color: #fff;
	font-size: 2em;
	margin: 0 0 10px;
}

.gallery-title span,
.gallery-title p {
	font-size: .875em;
	color: rgba(255,255,255,.75);
}

.gallery-box {
	text-align: center;
}

.gallery-box p {
	font-size: .875em;
	color: rgba(255,255,255,.75);
	margin: 15px 0;
}

.gallery-box > div {
	display: inline-block;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	overflow: hidden;
}

.gallery-box div img {
	display: block;
	margin: 0 auto;
	width: auto;
    max-width: 100%;
}

/* .gallery-box div a {
	position: absolute;
	top: 10px;
	left: 10px;
	display: none;
	height: 40px;
	width: 40px;
	background-color: rgba(63, 103, 178, .5);
	color: rgba(255,255,255,0.75);
	font-size: 1.25em;
	line-height: 40px;
	text-align: center;
	z-index: 49;
    transition: background-color 0.125s ease-in-out 0s, color 0.125s ease-in-out 0s;
    -moz-transition: background-color 0.125s ease-in-out 0s, color 0.125s ease-in-out 0s;
    -webkit-transition: background-color 0.125s ease-in-out 0s, color 0.125s ease-in-out 0s;
    -o-transition: background-color 0.125s ease-in-out 0s, color 0.125s ease-in-out 0s;
    -ms-transition: background-color 0.125s ease-in-out 0s, color 0.125s ease-in-out 0s;
}

.gallery-box div a:hover {
	background-color: #4167b2;
	color: #fff;
} */

.gallery-box div span {
	--scale: 0.75;
	display: none;
	position: absolute;
	bottom: 10px;
	right: 10px;
	background-color: rgba(80,80,80,0.65);
	color: rgba(255,255,255,0.75);
	font-size: calc(.7125em * var(--scale));
	padding: calc(5px * var(--scale)) calc(10px * var(--scale));
	color: #fff;
	z-index: 99;
}

.gallery-back {
	text-align: center;
	padding: 50px 0;
}

.gallery-back a {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
    background: #019ee0;
    color: #fff;
	font-size: 1.125em;
	text-decoration: none;
}

.gallery-close {
	display: block;
	position: fixed;
	top: 10px;
	right: 10px;
	background-color: rgba(80,80,80,0.65);
	color: rgba(255,255,255,0.75);
	font-size: .875em;
	padding: 5px 10px;
	text-decoration: none;
	transition: background-color 0.125s ease-in-out 0s, color 0.125s ease-in-out 0s;
    -moz-transition: background-color 0.125s ease-in-out 0s, color 0.125s ease-in-out 0s;
    -webkit-transition: background-color 0.125s ease-in-out 0s, color 0.125s ease-in-out 0s;
    -o-transition: background-color 0.125s ease-in-out 0s, color 0.125s ease-in-out 0s;
    -ms-transition: background-color 0.125s ease-in-out 0s, color 0.125s ease-in-out 0s;
    z-index: 100;
}

.gallery-close:hover {
	background-color: #505050;
	color: #fff;
	text-decoration: none;
}

.gallery-close span {
	display: inline-block;
	margin-right: 5px;
}

.gallery-next,
.gallery-next:hover,
.gallery-next:focus {
	display: block;
	position: fixed;
	bottom: 110px;
	right: 10px;
	background-color: #019ee0;
	font-size: .875em;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	z-index: 1000;
}

@media (min-width: 768px) {
	.gallery-next,
	.gallery-next:hover,
	.gallery-next:focus {
		bottom: 45px;
	}
}

.gallery-next span {
	width: 40px;
    display: inline-block;
    overflow: hidden;
    font-size: 1em;
    vertical-align: -2px;
}

.gallery-next svg {
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

.gallery-rek {
	text-align: center;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
	    opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
	    opacity: .25;
    }
    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
	    opacity: .25;
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
	    opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
	    opacity: .25;
    }
    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
	    opacity: .25;
    }
}


.rekB > div span {
	bottom: auto !important;
    top: -10px !important;
    color: rgba(255,255,255,.75) !important;
}

.gallery-box-centerme-please {
	text-align: center;
	display: block !important;
	max-width: none !important;
}

@media only screen and (max-width : 1440px) {
	
	.wstaw_baner {
		width: 170px !important;
	}

}

@media only screen and (max-width : 1370px) {

	.gallery-box div {
		max-width: 75%;
	}

}

@media only screen and (max-width : 1279px) {

	.gallery-box div {
		max-width: 90%;
	}
}

@media only screen and (max-width : 1199px) {

	.rekB {
		display: none;
	}

}

@media only screen and (max-width : 991px) {

	.container,
	.col-xs-12 {
		padding: 0;
	}

	.col-xs-12.gallery-back {
		padding: 50px 0;
	}

	.row {
		margin-left: 0;
		margin-right: 0;
	}

	.gallery-close,
	.gallery-next,
	.gallery-next:hover,
	.gallery-next:focus {
		font-size: 1.5em;
	}
	
	.gallery-close span {
		display: none;
	}
	
	.gallery-box.gallery-vertical div {
		max-width: 75%;
	}

	.gallery-next span {
		width: 50px;
		font-size: .65em;
	}

}

@media only screen and (max-width : 767px) {

	.gallery-title {
		padding-right: 10px;
		padding-left: 10px;
	}

}

@media (max-width: 767px) and (orientation:landscape) {

	.gallery-box div img {
		max-height: 300px;
	}

	
}

#cookies-wrapper {
	width: 100%;
	position: fixed;
	height: auto;
	bottom: 0;
	z-index: 999;
}



.gallery-box div a.fb-share-button {
	--border-radius:    0.25em;
	--icon-height:      1em;
	--padding:          0.6em;
	--text-size:        0.9em;
	align-items:        center;
	background-color:   rgba(63, 103, 178, 0.9);
	border:             none;
	border-radius:      var(--border-radius);
	box-sizing:         border-box;
	cursor:             pointer;
	display:            inline-flex;
	font-family:        'Open Sans';
	font-size:          16px;
	justify-content:    start;
	outline:            none;
	padding:            var(--padding);
    position:           absolute;
    top: 10px;
    left: 10px;
	text-decoration:    none;
	transition:         background-color .3s ease;
}
  
.gallery-box div a.fb-share-button:hover {
	background-color:   rgba(63, 103, 178, 1);
}
  
.gallery-box div a.fb-share-button .fb-share-button__icon {
	height:             var(--icon-height);
	width:              var(--icon-height);
}
  
.gallery-box div a.fb-share-button .fb-share-button__text {
	animation:          fb-share-button 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) 2s both;
	color:              white;
	font-size:          var(--text-size);
	height:             var(--icon-height);
	font-weight:        500;
	line-height:        var(--icon-height);
	margin-left:        0px;
	margin-right:       0px;
	max-width:          0px;
	overflow:           hidden;
	text-align:         left;
	white-space:        nowrap;
    transition:         all 2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
  
@keyframes fb-share-button {
	from {
        margin-left:    var(--padding);
        margin-right:   var(--padding);
        max-width:      200px;
	}
    
	to {
        margin-left:    0px;
        margin-right:   0px;
        max-width:      0px;
	}
}

div:has(button#cmpButton) {
    display:            none!important;
}

.cmp-button {
    align-items:        center;
    background-color:   #f7f7f7;
    box-sizing:         border-box;
    display:            flex;
    justify-content:    center;
    padding:            16px;
}

.cmp-button button {
    align-items:        center;
    background-color:   transparent;
    border:             0;
    cursor:             pointer;
    display:            flex;
    flex-wrap:          wrap;
    gap:                8px;
    justify-content:    center;
    margin:             0;
    outline:            0;
    padding:            0;
}

.cmp-button button span {
    color:              #1a73e8;
    font-family:        Arial, sans-serif;
    font-size:          14px;
    font-weight:        bold;
    letter-spacing:     0.2px;
}

@media ( min-width: 768px ) {
    #video-player-3 > div.miniature > div {
        bottom: 		0!important;
        left: 			0!important;
        position:		fixed!important;
        right: 			unset!important;
        top: 			unset!important;
    }
}

.photoreport-more {
  margin-bottom: 20px;
  display: flex;
  height: 150px;
  position: relative;
}

.photoreport-more > div {
  width: 50%;
  flex-shrink: 0;
  flex-grow: 0;
}

.photoreport-more > div:nth-of-type(1) {
  background-color: #0d8ed2;
  position: relative;
  box-sizing: border-box;
  padding: 19px 27px;
  color: white;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  overflow: hidden;
}

.photoreport-more > div:nth-of-type(1) > svg {
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%) rotate(-15deg); 
  color: #269ad7;
  --size: 185px;
  height: var(--size);
  width: var(--size);
  z-index: 0;
}

.photoreport-more > div:nth-of-type(1) > div {
  height: 50px;
  overflow: hidden;
  z-index: 1;
}

.photoreport-more > div:nth-of-type(1) > a {
  flex-shrink: 0;
  flex-grow: 0;
  display: block;
  background-color: rgba(18, 87, 146, 1);
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 1em;
  cursor: pointer;
  transition: background-color 0.3s ease;
  z-index: 1;
  color: white;
}

.photoreport-more > div:nth-of-type(1) > a:hover {
  background-color: rgba(18, 87, 146, 0.5);
}

.photoreport-more > svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(0%, -50%);
}

.photoreport-more > div:nth-of-type(2) {
  display: flex;
  gap: 3px;
}

.photoreport-more > div:nth-of-type(2) > div {
  overflow: hidden;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(50% - (3px / 2));
}

.photoreport-more > div:nth-of-type(2) > div > img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%!important;
}

@media (max-width: 470px) {
  .photoreport-more {
    flex-direction: column;
    height: 300px;
  }

  .photoreport-more > div {
    width: 100%;
    flex-shrink: 0;
    height: 150px;
    flex-grow: 0;
  }

  .photoreport-more > svg {
    transform: translate(-50%, -30%) rotate(90deg);
  }
}

.emoji-reactions, .emoji-reactions--disabled {
	color: #fff;
	font-size: 16px;
	top: 1.875em;
	left: 1.375em;
	position: absolute;
	display: flex;
	flex-direction: column;
	gap: 2.5em;
}

@media (max-width: 767px) {
	.emoji-reactions {
		font-size: 12px;;
	}
}

.emoji-reactions__emojis {
	height: 3.625em;
	cursor: pointer;
	background-color: transparent;
	width: 4.625em;
}

div.emoji-reactions__emojis__list {
	display: flex;
	flex-direction: row;
	position: absolute;
	/* height: 4.875em; */
	top: -0.625em;
	left: 4.625em;
	padding: 0.625em 0;
	background-color: transparent;
	transition: all .3s ease;
	gap: 0;
	border-radius: 0.5em;
	max-width: 0;
	overflow: hidden;
}

.gallery-box .emoji-reactions__emojis__list img {
	width: 3.625em;
	height: 3.625em;
	max-width: unset;
	transition: all .3s ease;
}

.gallery-box .emoji-reactions--disabled .emoji-reactions__emojis__list img {
	pointer-events: none;
	opacity: 0.5;
}

.gallery-box .emoji-reactions__emojis__list:has(img:hover) img {
	transform: scale(.8);
}

.gallery-box .emoji-reactions__emojis__list:has(img:hover) img:hover {
	transform: scale(1.2);
}

.emoji-reactions__emojis:hover .emoji-reactions__emojis__list{
	background-color: rgba(0, 0, 0, .3);
	max-width: 26.875em;
	padding: 0.625em 1em;
	gap: 0.625em;
}

@media (max-width: 767px) {
	div.emoji-reactions__emojis__list {
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.emoji-reactions__emojis:hover .emoji-reactions__emojis__list{
		width: 17em;
	}
}

div.emoji-reactions__emojis__list__item {
	display: flex;
	flex-direction: column;
}

div.emoji-reactions__emojis__list__item span {
	display: block;
	position: relative;
	top: unset;
	right: unset;
	padding: 0;
	margin: 0;
	color: white;
	background-color: transparent;
	bottom: unset;
	font-size: 1em;
	font-weight: bold;
}

.gallery-box img.emoji-reactions__emojis__top-emoji{
	width: 3.625em;
	height: 3.625em;
	margin: 0;
}

.gallery-box img.emoji-reactions__emojis__plus-sign {
	width: 1.875em;
	height: 1.875em;
	position: absolute;
	top: 2.1875em;
	left: 2.1875em;
}

.emoji-reactions__emojis>.emoji-reactions__emojis__top-emoji-count {
	display: block;
    position: relative;
    top: unset;
    right: unset;
    padding: 0;
    margin: 0;
    color: white;
    background-color: transparent;
    bottom: unset;
    font-size: 1em;
    font-weight: bold;
	width: 3.625em;
}

div.emoji-reactions__share {
	cursor: pointer;
	height: 3.625em;
	position: relative;
}

.gallery-box .emoji-reactions__share img {
	width: 3.625em !important;
	height: 3.625em;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	max-width: none !important;
}

div.emoji-reactions__share__bar {
	background-color: #3f7ffe;
	position: absolute;
	top: 0;
	left: 1.8125em;
	height: 3.625em;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	border-radius: 0 1.8125em 1.8125em 0;
	max-width: 0;
	transition: all .3s ease;
	overflow: hidden;
	font-weight: 600;
}

.emoji-reactions__share:hover .emoji-reactions__share__bar {
	max-width: 12.5em;
	padding: 0 1.5625em 0 3.125em;
}

.emoji-reactions__emojis__list__item > img.active {
    transform: scale(1.2);
    filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.7));
    transition: all 0.3s ease;
}

.emoji-balloon {
    will-change: transform, opacity;
}

.emoji-reactions__emojis__list__item > img {
    cursor: pointer;
    transition: all 0.2s ease;
}

.emoji-reactions__emojis__list__item > img:hover {
    transform: scale(1.1);
}