.allcolors {
	color: #8cdc1e;
	color: #55b20f;
	color: #1e8700;
	color: #faaa1e;
	color: #e17d0f;
	color: #c85000;

}
@font-face {
	font-family: "SOTSegoe";
	src: local("Segoe UI Semilight"), local("Segoe UI");
}
body {
	margin: 0;
	padding: 0;
	font-family: "SOTSegoe", "Segoe UI",system-ui,-apple-system,"Roboto Condensed",Roboto,"Helvetica Neue","Noto Sans",sans-serif,Arial;
	color: #252525;
	min-width: 350px;
}

button {
	font-family: "SOTSegoe", "Segoe UI",system-ui,-apple-system,"Roboto Condensed",Roboto,"Helvetica Neue","Noto Sans",sans-serif,Arial;
}
a {
	color: #252525;
	text-decoration: none;
}
a:hover {
	color: #c85000;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
hr {
	height: 0;
	border: none;
	border-top: 1px solid #e1e1e1;
}


h1, .zagh1 {
	font-size: 190%;
	text-transform: uppercase;
	word-wrap: break-word;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	font-size: 170%;
	word-wrap: break-word;
}
h3 {
	font-size: 140%;
	word-wrap: break-word;
}

#insedetop {
background: linear-gradient(90deg, #fafafa 80%, #ffffff00 80%), linear-gradient(0deg, #faaa1e 0%, #c85000 100%);
}
.insedepage {
	background: #fafafa;
	scroll-margin-top: 50px;
}
#insedepage {
	background: #fafafa;
	/*background: linear-gradient(90deg, #fafafa 80%, #eeeeee 80%);*/
	margin-bottom: 20px;
}
#insedepage a {
	text-decoration: underline;
}
#insedepage h1 {
	margin: 10px 0;
}
.bread {
	font-size: 85%;
	color: #383838;
	margin-bottom: 10px;
	padding-right: 5px;
}
.bread a {
	color: #383838;
}
.bread a:hover {
	color: #c85000;
}
.bread > span {
	padding-left: 5px;
	border-left: 1px solid #c9c9c9;
}
.bread > span:first-child  {
	padding-left: 0;
	border-left: none;
}

.alltext a {
	text-decoration: underline;
	text-decoration-color: #c9c9c9;
	text-underline-offset: 5px;
}






.topflex {
	display: flex;
	padding-left: 25px;
}
.topflex1 { 
	flex-grow:9;
	align-self:center;
	flex-basis: 900px;
}	
.topflex2 { 
	flex-grow:5;
	align-self:center;
	flex-basis: 500px;
}

#logoimg {
	width: 100%;
	max-width: 380px;
	display: block;
	margin-bottom: 20px;
}
#toppage, #toppage2	{
	background: linear-gradient(90deg, #ffffff 62.6%, #ffffff00 62.6%), linear-gradient(0deg, #faaa1e 0%, #c85000 100%);
}
#toppage2 {
	padding: 20px 0;
}
#topmenu {
	text-transform: uppercase;
	font-size: 120%;
}
#topmenu a {
	margin-right: 30px;
	display: inline-block;
	color: #252525;
}
#topmenu a:hover {
	color:#1e8700;
}
#topmenuinside a {
	margin-right: 30px;
	display: inline-block;
	color: #252525;
}
#topmenuinside a:hover {
	color: #1e8700;
}

.topstrelki * {
	transition: all .35s ease;
}
.topstrelki a {
	position: relative;
}
.topstrelki a::before,
.topstrelki a::after {
	content: '';
	height: 14px;
	width: 14px;
	position: absolute;
	transition: all .35s ease;
	opacity: 0;
}
.topstrelki a::before {
	content: '';
	right: -15px;
	top: -5px;
	border-top: 1px solid #1e8700;
	border-right: 1px solid #1e8700;
	transform: translate(-100%, 50%);
}
.topstrelki a::after {
	content: '';
	left: -15px;
	bottom: -5px;
	border-bottom: 1px solid #1e8700;
	border-left: 1px solid #1e8700;
	transform: translate(100%, -50%)
}
.topstrelki a:hover::before,
.topstrelki a:hover::after{
	transform: translate(0,0);
	opacity: 1;
}
.topflex2 .topstrelki a::before {
	right: -15px;
	top: 0;
	width: 20px;
	height: 20px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.topflex2 .topstrelki a::after {
	left: -15px;
	bottom: 0;
	width: 20px;
	height: 20px;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}





.topphone {
	text-align: right;
	margin-right: 80px;
	font-size: 300%;
}
.topphone a {
	color: #ffffff00;
	font-weight: bold;
	background: url(/img/top/phone.svg) center no-repeat;
}
.topphone a:hover {
	color: #ffffff00;
}
.topflex9002 .topphone {
	display: none;
}
#topimage {
	min-height: 600px;
}
.zag1 {
	/*font-weight: bold;*/
	text-transform: uppercase;
	font-size: 200%;
	color: #c85000;
}
.zag2 {
	text-transform: uppercase;
	font-size: 120%;
}
.zag3 {
	font-size: 120%;
}
.zag4 {
	font-size: 160%;
	text-transform: uppercase;
}
.zag5 {
	text-transform: uppercase;
	font-size: 150%;
}

.topbutt, .soh_button {
	display: inline-block;
	margin: 20px 0;
	padding: 15px 65px;
	text-transform: uppercase;
	font-size: 120%;
	transition: all .5s ease;
	color: #ffffff;
	background: #c85000;
	background: linear-gradient(0deg, #e17d0f 0%, #e17d0f 100%);
	cursor:pointer;
}
.topbutt:hover {
	color: #ffffff;
	background: #c85000;
	background: linear-gradient(0deg, #c85000 0%, #c85000 100%);
}
#topbuttpodbor {
	display: none;
}
.insidebutton {
	text-decoration: none!important;
	display: inline-block;
	margin: 10px 0;
	padding: 15px 65px;
	text-transform: uppercase;
	font-size: 120%;
	transition: all .5s ease;
	color: #ffffff;
	background: #1e8700;
	background: linear-gradient(0deg, #55b20f 0%, #55b20f 100%);
	cursor:pointer;
	border: 0;
}
.insidebutton:hover {
	color: #ffffff;
	background: #1e8700;
	background: linear-gradient(0deg, #1e8700 0%, #1e8700 100%);
}
.inputsst {
    padding: 10px 10px;
    margin: 5px 5px 15px 0;
    width: 100%;
    max-width: 500px;
    background: #ffffff;
    border: 1px solid #cccccc;
	box-sizing: border-box;
}
.inputsst2 {
    padding: 10px 10px;
    margin: 5px 5px 15px 0;
    width: 100%;
    max-width: 500px;
    background: #ffffff;
    border: 1px solid #cccccc;
    height: 308px;
	box-sizing: border-box;
}
.formazaprosa {
    padding: 25px 0;
}
.noshow {
    display: none;
}
.insidebutt {
	display: inline-block;
	margin: 10px 0;
	padding: 15px 25px;
	transition: all .5s ease;
	text-decoration: none!important;
	color: #ffffff;
	background: #c85000;
	background: linear-gradient(0deg, #e17d0f 0%, #e17d0f 100%);
	cursor:pointer;
}
.insidebutt:hover {
	color: #ffffff;
	background: #c85000;
	background: linear-gradient(0deg, #c85000 0%, #c85000 100%);
}

/*
#topimg {
	background: url(/img/top/topimgtext.svg) center no-repeat;
	background-position: 0 0;
	aspect-ratio: 17/13;
	width: 100%;
	max-width: 850px;
	max-height: 600px;
}
#topimg1 {
	background: url(/img/top/topimg1_1.webp) no-repeat;
	height: 100%;
	animation: topimg1 50s infinite cubic-bezier(0.46, 0.03, 0.52, 0.96);
	background-size: 100%;
}
#topimg2 {
	background: url(/img/top/topimg1_2.webp) no-repeat;
	height: 100%;
	animation: topimg2 50s infinite cubic-bezier(0.46, 0.03, 0.52, 0.96);
	background-size: 100%;
}
#topimg3 {
	background: url(/img/top/topimg1_3.webp) no-repeat;
	height: 100%;
	animation: topimg3 50s infinite cubic-bezier(0.46, 0.03, 0.52, 0.96);
	background-size: 100%;
}
*/

#toTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	background: #e6e6e680;
	border-radius: 50px;
	min-width: 45px;
	height: 35px;
	padding-top: 10px;
	text-align: center;
	color: #252525;
}


.otstuptop {
	height: 75px;
}
.menus {
	background: #fafafa;
	height: 69px;
	position: fixed;
	width: 100%;
	z-index: 10;
	top: 0;
	line-height: 15px;
	display: none;
}
.menus .row {
	height: 69px;
}
.menuohone {
	font-size: 130%;
	padding-bottom: 5px;
}

.insidepagemenu a:hover {
	color: #1e8700;
}


.newsgreyfon {
	padding: 20px;
}
.newsitem {
	background: #fafafa;
	height: 100%;
	display: block; 
	overflow: hidden;
}
.grey {
	color: #7b7b7b;
	padding-bottom: 10px;
	font-size: 90%;
}
.newsitem img {
	transition: 0.3s;
	display: block; 
}
.newsitem img:hover {
	transform: scale(1.1);
}
.newsitem a {
	font-weight: bold;
	color: #383838;
}
.newsitem a:hover {
	color: #c85000;
}
.newsitem small {
	font-size: 90%;
	display: block;
	padding-top: 10px;
}
#menudesctop {
	padding: 0 20px;
}
#menudesctop a {
	display: block;
	padding: 5px 20px;
}
#menudesctop strong a {
	font-weight: bold;
	padding: 5px 10px;
}
#menudesctop a.selected {
	background: #fafafa;
}
.otr {
	margin: 0;
}
.otr a {
	text-decoration: none!important;
}
.otr > div {
	margin-bottom: 20px;
}
.otr > div > div {
	background: #fafafa;
}
.otrasl {
	height: 100%;
}
.otrasli {
	padding: 10px 30px 10px 10px;
}

.otrasliimg a {
	display: block;
	overflow: hidden;
}
.otrname {
	font-size: 110%;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.otrname span {
	font-weight: bold;
	display: block;
}
h2.otrname {
	padding:10px 0;
}
.otrasl img {
	transition: 0.3s;
	display: block;
}
.otrasl img:hover {
	transform: scale(1.1);
}

a.zoomhover {
	overflow: hidden;
	display: inline-block;
}
a.zoomhover img {
	transition: 0.2s;
	display: block;
	overflow: hidden;
}
a.zoomhover img:hover {
	transform: scale(1.05);
}
img.zoomhover {
	transition: 0.2s;
	display: block;
	overflow: hidden;
}
img.zoomhover:hover {
	transform: scale(1.05);
}

.toplogistik {
	margin: 50px 0;
	padding: 50px 0;
	background: #fafafa;
}
.toplogistik span {
	font-weight: bold;
	display: block;
	text-transform: uppercase;
}
.toplogistiktext {
	max-width: 800px;
	padding: 30px;
}

.toprnd {
	/*margin: 50px 0;*/
	background: #ffffff;
	/*background: linear-gradient(90deg, #ffffff 75%, #fafafa 75%);*/
}
.toprnd img {
	padding:10px;
	box-sizing: border-box;
}
.rndright {
	max-width: 900px;
	padding: 15px;
	float: right;
}
.rndleft {
	max-width: 900px;
	padding: 15px;
	float: left;
}
.rndnopadding {
	padding: 0;
}
.toprnd span {
	font-weight: bold;
	display: block;
	text-transform: uppercase;
}


.topabout {
	margin: 50px 0;
	background: #ffffff;
	/*background: linear-gradient(90deg, #fafafa 25%, #ffffff 25%);*/
}
.topabouttext {
	max-width: 800px;
	padding: 30px;
}
.topaboutimg {
	background: url("/img/top/sot.webp") right center no-repeat;
	background-size: auto 100%;
}
.topabout span	{
	font-weight: bold;
	display: block;
	text-transform: uppercase;
}

.contentedtext .products a {
text-decoration: none;
}

.footer {
	background: #fafafa;
	padding: 50px 0;
	font-size: 90%;
	line-height: 120%;
}
.footertel {
	font-size: 180%;
	padding-bottom: 5px;
	display: block;
}

.pagenum0 {
	display: inline-block;
    background: #ffffff;
	padding: 0;
	margin: 0 10px 0 0;
	text-decoration: none;
	font-size: 90%;
}
.pagenum {
	display: inline-block;
    background: #ffffff;
	padding: 10px 12px;
	margin: 0 5px 5px 0;
	text-decoration: none;
	font-size: 90%;
}
a.pagenum {
	display: inline-block;
    background: #fafafa;
	padding: 10px 12px;
	margin: 0 5px 5px 0;
	text-decoration: none!important;
	font-size: 90%;
}

.margin0 {
	margin: 0;
}
.textright {
	text-align: right;
}
.paddingr60 {
	padding-right: 60px;
}

.padding20 {
	padding: 20px 0;

}

.colorblack {
  color:#000000;
}
.colorgrey {
  background: #fafafa;
}
.colororange {
	color: #ffffff;
	background: #c85000;
	background: linear-gradient(0deg, #e17d0f 0%, #e17d0f 100%);
}
.cifri {
  padding: 20px 30px 20px 0;
  line-height: 140%;
	text-align: left;
	margin-top: 20px;
}
.cifri > div {
  padding: 10px 50px 10px 0;
}
.uppertext {
  text-transform: uppercase;
}
.contentedtext a {
	text-decoration: underline;
	text-decoration-color: #c9c9c9;
	text-underline-offset: 5px;
	text-decoration-thickness: from-font;
}
.contentedtext a.insidebutton {
	text-decoration: none;
}
.photo-container-4 {
	width: 100%;
	position: relative;
}
.photo-container-4 img {
	width: 100%;
}

#slides{
	position: relative;
  aspect-ratio: 1 / 1;
}
.slide{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	-webkit-transition: opacity 1.5s;
	-moz-transition: opacity 1.5s;
	-o-transition: opacity 1.5s;
	transition: opacity 1.5s;
}
.showing{
	opacity: 1;
	z-index: 2;
}


.search {
    margin: 0 12px 20px 12px;
    display:block;
}
.search input {
    border: #f1f1f1 1px solid;
    background: #fafafa;
    width: 100%;
    line-height: 1.5rem;
    padding: 10px 15px;
    display: block;
    box-sizing: border-box;
}
.search button {
    border: #fff 1px solid;
    background: #fff;
    width: 100%;
    line-height: 1.5rem;
    padding: 10px 0;
    display: block;
    box-sizing: border-box;
    font-size:200%;
    color: #f1f1f1;
    cursor:pointer;
}
.search button:hover {
  color: #55b20f;
}
.search .col-auto {
  padding-left: 0px;
}
.search input:focus {
    border: #ffdc9e 1px solid !important;
    box-shadow: none !important;
    outline: none !important;
}

/*
@keyframes topimg1 {
	0% {background-position: 0 0;}
	10% {background-position: -25px 50px}
	20% {background-position: 0 0}
	30% {background-position: -25px 50px}
	40% {background-position: 0 0;}
	50% {background-position: -25px 50px}
	60% {background-position: 0 0}
	70% {background-position: -25px 50px}
	80% {background-position: 0 0;}
	90% {background-position: -25px 50px}
	100% {background-position: 0 0}
	30% {background-image: url(/img/top/topimg1_1.webp)}
	33% {background-image: url(/img/top/topimg2_1.webp)}
	63% {background-image: url(/img/top/topimg2_1.webp)}
	66% {background-image: url(/img/top/topimg3_1.webp)}
	96% {background-image: url(/img/top/topimg3_1.webp)}
	99% {background-image: url(/img/top/topimg1_1.webp)}
}
@keyframes topimg2 {
	0% {background-position: 0 0;}
	100% {background-position: 0 0;}
	30% {background-image: url(/img/top/topimg1_2.webp)}
	33% {background-image: url(/img/top/topimg2_2.webp)}
	63% {background-image: url(/img/top/topimg2_2.webp)}
	66% {background-image: url(/img/top/topimg3_2.webp)}
	96% {background-image: url(/img/top/topimg3_2.webp)}
	99% {background-image: url(/img/top/topimg1_2.webp)}
}
@keyframes topimg3 {
	0% {background-position: 0 0;}
	10% {background-position: 25px -50px}
	20% {background-position: 0 0}
	30% {background-position: 25px -50px}
	40% {background-position: 0 0;}
	50% {background-position: 25px -50px}
	60% {background-position: 0 0}
	70% {background-position: 25px -50px}
	80% {background-position: 0 0;}
	90% {background-position: 25px -50px}
	100% {background-position: 0 0}
	30% {background-image: url(/img/top/topimg1_3.webp)}
	33% {background-image: url(/img/top/topimg2_3.webp)}
	63% {background-image: url(/img/top/topimg2_3.webp)}
	66% {background-image: url(/img/top/topimg3_3.webp)}
	96% {background-image: url(/img/top/topimg3_3.webp)}
	99% {background-image: url(/img/top/topimg1_3.webp)}
}
*/

.container {
	width: 100%;
}
@media (min-width: 576px) {
	.container, .container-sm {
		max-width: 100%;
	}
}
@media (min-width: 850px) {
	.container {
		width: 95%;
		max-width: 1700px;
	}
	.paddingl30 {
    padding-left: 30px;
    padding-right: 30px;
	}
}
@media (max-width: 1450px) {
	body {
		font-size: 90%;
	}
	#topimg {
		width: 90%;
		margin-left: auto;
	}
	.topphone {
		font-size: 250%;
	}
	#logoimg {
		max-width: 350px;
	}
	.otrname {
		font-size: 100%;
	}
}
@media (max-width: 1399px) {
	#toppage, #toppage2	{
		background: linear-gradient(90deg, #ffffff 65%, #ffffff00 65%), linear-gradient(0deg, #faaa1e 0%, #c85000 100%);
	}
	.zag4 {
		font-size: 130%;
	}
}
@media (max-width: 1200px) {
	body {
		font-size: 80%;
	}
	h1, .zagh1 {
		font-size: 180%;
	}
	#topmenu {
		font-size: 100%;
	}
	#topimg {
		width: 85%;
	}
	#toppage, #toppage2	{
		background: linear-gradient(90deg, #ffffff 65%, #ffffff00 65%), linear-gradient(0deg, #faaa1e 0%, #c85000 100%);
	}
	#logoimg {
		max-width: 200px;
	}
	.topphone {
		font-size: 200%;
	}
	.zag1 {
		font-size: 181%;
	}
	.zag2 {
		font-size: 110%;
	}
	.topbutt {
		padding: 15px 45px;
		font-size: 110%;
		margin: 10px 0;
	}
	.topphone a {
		background: url(/img/top/phonesmall.svg) center no-repeat;
	}
	.topflexmenu {
		padding-bottom: 20px;
	}
	.newsgreyfon {
		padding: 10px 10px 10px 20px;
	}
	.cifri > div {
		padding: 10px 10px;
	}
	.cifri {
		padding: 20px 0;
		font-size: 90%;
	}
	.toprnd img {
		padding:0;
		box-sizing: border-box;
	}
}


@media (max-width: 991px) {
	.menus {
    background: #fdfdfd!important;
	}
	body {
		font-size: 90%;
	}
	.topflex {
		display: block;
		padding-left: 0;
		padding-right: 0;
	}
	.topflexmenu {
		display: none;
	}
	#topimg {
		width: 90%;
		margin: auto;
		background: url(/img/top/topimgtextsmall.svg) center no-repeat;
		
	}
	#logoimg {
		max-width: 150px;
	}
	.topphone {
		text-align: center;
		font-size: 190%;
		padding: 30px 0;
		display: inline-block;
	}
	.topbutt {
		padding: 15px 10px;
		font-size: 100%;
		color: #ffffff;
		background: #1e8700;
		background: linear-gradient(0deg, #55b20f 0%, #55b20f 100%);
	}
	.topbutt:hover {
		color: #ffffff;
		background: #1e8700;
		background: linear-gradient(0deg, #1e8700 0%, #1e8700 100%);
	}

	.zag1 {
		font-size: 150%;
	}
	.zag2 {
		font-size: 90%;
	}

	.news {
		padding-top: 0;
	}
	#topbuttpodbor {
		display: block;
		text-align: center;
	}
	.topbutt {
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	.menus {
		display: block;
	}
	#insedepage {
		padding-top: 80px;
	}
	.toplogotext {
		display: none;
	}
	#toppage {
		/*background: linear-gradient(0deg, #faaa1e 0%, #c85000 100%);*/
		background: linear-gradient(90deg, #ffffff 50%, #ffffff00 50%), linear-gradient(0deg, #faaa1e 0%, #c85000 100%);
		padding-top: 69px;
	}	
	#toppage2 {
		background: none;
		padding: 0;
	}
	.topflex2 {
		display: none;
	}
	.zag1 {
		font-size: 119%;
	}
	.zag2 {
		font-size: 72%;
	}
	.toplogistiktext {
		max-width:100%;
	}
	.rndtext {
		max-width: 100%;
		float:none;
	}
	.toprnd {
		background: none;
		/*padding: 0;*/
		/*marg
		in: 0;*/
	}
	.topabout {
		background: none;
		padding: 0;
		margin: 0;
	}
	.footer {
		text-align: center;
	}
	.insidebutton {
		width: 100%;
		padding: 15px 0;
		text-align: center;
	}
	.cifri > div {
		text-align: center;
	}
}



@media (max-width: 640px) {
	.menutexts {
		display: none;
	}
	.topflex2 {
		display: block;
		padding: 15px 0;
		text-align: center;
	}
	.topnodisplay {
		display: none;
	}
	.zag1, .zag2 {
		color: #ffffff;
	}
	.insidebutt {
    padding: 10px;
	}
	#toppage {
		background: linear-gradient(0deg, #faaa1e 0%, #c85000 100%);
	}	
	.otr > div > div, .otrasl {
		background: none;
		--bs-gutter-y: 1.5rem;
	}
	.otrasli {
		padding: 0 0 0 10px;
	}
	.otrasliimg {
		padding-right: 0px;
	}

}
@media (max-width: 575px) {
	.newsitem {
		background: none;
		padding-right: 15px;
		padding-bottom: 20px;
	}
	.news .newsitem, .news .newsitem2 {
		background: none;
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
	}
	.newsitems {
		background: #fafafa;
		margin-bottom: 10px;
	}
	.toprnd {
		background: none;
		/*margin: 0;*/
		/*padding: 0;*/
	}
	.rndtext {
		padding: 20px;
	}
	.toplogistik {
		background: none;
		margin: 0;
		padding: 0;
	}
	.toplogistiktext {
		padding: 20px;
	}
	.newsgreyfon {
		padding: 10px 10px 10px 0;
	}
}
@media (max-width: 400px) {
	.menus img {
		height: 40px;
	}
	.menuohone {
		font-size: 100%;
	}
}




.imagesot {
	cursor: pointer;
}
.imagesot img{
	transition: transform .3s ease-in-out;
}
.imagesot:hover img{
	transform: scale(1.1);
}
.lightBoxContainer{
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	display: flex;
	position: fixed;
	align-items: center;
	pointer-events: none;
	justify-content: center;
	backdrop-filter: blur(2px);
	background: rgb(0 0 0 / 60%);
	transition: opacity 0.3s ease-in-out;
	z-index: 3;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.lightBoxContainer.show{
    opacity: 1;
    pointer-events: auto;
}
.lightBoxContainer .wrapper{
    display: flex;
    max-height: 90vh;
    max-width: 95vw;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.lightBoxContainer .headergallery{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pre {
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIEdlbmVyYXRvcjogU1ZHIFJlcG8gTWl4ZXIgVG9vbHMgLS0+DQo8c3ZnIGZpbGw9IiMwMDAwMDAiIHdpZHRoPSI4MDBweCIgaGVpZ2h0PSI4MDBweCIgdmlld0JveD0iLTguNSAwIDMyIDMyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8dGl0bGU+bGVmdDwvdGl0bGU+DQo8cGF0aCBkPSJNNy4wOTQgMTUuOTM4bDcuNjg4IDcuNjg4LTMuNzE5IDMuNTYzLTExLjA2My0xMS4wNjMgMTEuMzEzLTExLjM0NCAzLjUzMSAzLjV6Ij48L3BhdGg+DQo8L3N2Zz4=");
	background-size: 100%;
	background-repeat: no-repeat;
}
.next {
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIEdlbmVyYXRvcjogU1ZHIFJlcG8gTWl4ZXIgVG9vbHMgLS0+DQo8c3ZnIGZpbGw9IiMwMDAwMDAiIHdpZHRoPSI4MDBweCIgaGVpZ2h0PSI4MDBweCIgdmlld0JveD0iLTguNSAwIDMyIDMyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8dGl0bGU+cmlnaHQ8L3RpdGxlPg0KPHBhdGggZD0iTTcuNzUgMTYuMDYzbC03LjY4OC03LjY4OCAzLjcxOS0zLjU5NCAxMS4wNjMgMTEuMDk0LTExLjM0NCAxMS4zMTMtMy41LTMuNDY5eiI+PC9wYXRoPg0KPC9zdmc+");
	background-size: 100%;
	background-repeat: no-repeat;
}
.lightBoxContainer .bodygallery img{
		max-width: 90vw;
    max-height: 90vh;
    margin: auto;
}
.lightBoxContainer .bodygallery{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.lightBoxContainer .pre, .lightBoxContainer .next {
    width: 2.6rem;
    height: 2.6rem;
    cursor: pointer;
}

#cookie {
	display: inline-block;
	position: fixed;
	bottom: 0;
	margin: 20px auto;
	width: auto;
	text-align: center;
	padding: 20px;
	border-radius: 20px;
	opacity: 0.9;
	left: 50%;
	transform: translate(-50%, 0);
	max-width: 380px;
	background-color: #fafafa;
	color: #111;
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
	transition: opacity 0.2s linear;
	font-size:90%;
}
#cookie a {
	color: #111;
}
#cookie_apply {
	margin-top: 10px;
	padding: 10px 25px;
	border: 0;
	border-radius: 20px;
	background-color: #111;
	font-size: 120%;
	color: #ffffff;
	cursor: pointer;
	user-select: none;
}