/* @font-face {
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	src: url(sansation_light.woff);
}

div {
	font-family: myFirstFont;
} */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

*{
	margin: 0;
	padding: 0;
}
html, body{
	height: 100%;
	width: 100%;
	background-color:#eeeeee;
}
img{
	border: none;
}
a{
	color: #666666;
}
a:hover{
	color: #336699;
}
#contentwrapper
{
	padding-bottom: 50px;
}

#menuwrapperfull
{
	height:80px;
}
.menuwrapper {
	display: none;
}
#menulistholder{
	display: none;
}
#menulist1 {
	position: absolute;
    z-index: 3;
    width: 300px;
    height: 300px;
    margin-left: -195px;
    background: #eee;
}
#menulist1 .menu {
	display: flex;
    flex-direction: column;
    text-align: end;
}


#menuholder
{
	height:80px;
	margin: 0 auto;
	width: 493px;
	/* width: 1024px; */
	text-align:center;
}
#logo
{
	width:540px; 
	margin: 0 auto; 
	position:relative;
	z-index:2;
	top:-40px;
	
}
#logodummy
{
	width:390px;
	height:80px;
	background:#c8d2d3;
	margin:0 auto;
	position:relative;
	top:80px;
}

.maintenance{
	display: none;
	position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 3;
    align-content: center;
    text-align: center;
    justify-items: center;
    font-size: 30px;
}

/* .displaynone {
	display: none !important;
} */

ul.nav
{
	list-style-type:none;
	
	
}

ul.nav li
{
	display:inline-block;    
	height: 64px;
}

ul.nav li a
{
	height:86px;
	display:block;
	padding-top:15px;
	text-decoration:none;
	font-family:Impact;
	/* font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; */
	/* font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal; */
  font-family: "Oswald", sans-serif;
  font-weight: bold;
	font-size:25px;
	color: #000000;
	margin-left:35px;
	margin-right:35px;	
}

ul.nav li a:active
{
	
}

div#title
{
	/* background: #c8d2d3 url(../images/shadow.png) bottom left repeat-x; 
	height: 170px; */
}

div#titleholder
{
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-top: 50px;
	width: 100%;
	max-width: 1024px;
    justify-content: space-between;
	justify-self: center;
}
div#titleholder>div
{


margin-bottom: 50px;
}

div#title, div#title img
{
	height: 20vh;
	max-height: 200px;
	margin: 0 20px 0 10px;
}

ul.nav li.current
{
	/* border-bottom: 5px solid; */
	box-shadow: 3px 3px 1px #000, -0.2em 0 0.2em #DDBC59;
}

#logowrapper
{
	height: 265px;
	background: #c8d2d3;	
}

#logowrapper a
{
	margin:0 auto;
}

#mainblock
{
	height: 650px;
	background: #79605e;
}

#logo
{
	height:245px;
	width:540px;
	
}

#slider
{
	width:955px;
	height:565px;
	margin:0 auto;
	background:url(../images/slider.png) 0 0 no-repeat;	
	padding-left:94px;
	padding-top:23px;
}

#slidercontent
{
}

.djslider-default{
	
	margin: 0;

}

.camera_pag
{
	display:none;
}

#content
{
	width:1024px;
	margin: 0 auto;
	font-family:Arial;
	font-size:1.5em;
	margin-bottom: 30px;
	color: #42190d;
}

div.row
{
	display: flex;
    justify-content: space-between;
}

div.width25, div.width25.first-item
{
	width:230px !important;
	height:360px;
	margin:5px;	
	display:inline-block !important;	
	/*border: solid 1px #79605e;*/
}

#mainbottom
{
	background: url(../images/bottomframe.png) no-repeat center;
	width:530px;
	height:358px;
	margin:0 auto;
	position:relative;
	z-index:1;
	top:-150px;
}


#main{
	min-height: 100%;
	margin-bottom: -170px;
}

#mainsecond{
    min-height: 100%;
	padding-bottom: 200px;
	background-color: #f9ead7;
}
#menu{
	height: 170px;
	background: url(../images/lSection.png) top center repeat-y #d6e1e2;
}
#menusecond{
	height: 170px;
	background-color: #d6e1e2;
}
.center{
	width: 1024px;
	margin: auto;
}
#mainPageMainMenu{
	height: 170px;
	margin-left: 127px;
	float: left;
}
#mainPageMainMenu ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#mainPageMainMenu li {
	float: left;
	padding-top: 35px;
	padding-bottom: 55px;
}
#mainPageMainMenu li a{
	font: 8px Impact, sans-serif;
	color:#42190d;
	text-decoration:none;
	margin-left: 43px;
	/*text-align: left; */
}
#mainPageMainMenu li:hover{
	background-color: #f9ead7;
	border-bottom: 20px ridge #79605e;
}
#name{
	height: 360px;
	background: url(../images/polosa.png) 0 80px repeat-x #c8d2d3;
	z-index: 1;
}
#name .center{
	height: 360px;
	width: 530px;
	background: url(../images/lSection.png) 0 48px  repeat-y #c8d2d3;
}
#logotip{
	margin-top: -130px;
	margin-left: 80px;
	float: left;
	width: 530px;
	height: 154px;
	z-index: 4;
}
#abra{
	margin-top: 80px;
	float: left;
	width: 530px;
	height: 85px;
	background: url(../images/polosa.png) 0 0px repeat-x #c8d2d3;
	z-index: 3;
}


#slider{
	height: 573px;
	z-index: 2;
	top: -60px;
}
#name, #slider, #logotip, #abra{
	position: relative;
}
#ramka{
	height: 573px;
	background: url(../images/ramka1.png) 37px 0 no-repeat;
	top: -220px;
	z-index: 2;
}
#namesecond{
	height: 168px;
	background-color: #c8d2d3;
	border-bottom: 3px ridge #aea396;
	border-top: 2px solid #b6bfc0;
}
#logotipsecond{
	margin-top: 43px;
	margin-left: 197px;
	float: left;
	width: 615px;
	height: 66px;
}
#footer{
	display: none;
	height: 170px;
	background-color: #c8d2d3;
	position:relative;
	z-index:2;
}
#text {
	margin-top: 100px;
	margin-left: 35px;
	color: #42190d;
	font: 16px Arial, sans-serif;
	text-decoration:none;
}
#text a{
	margin-top: 100px;
	color: #42190d;
	font: 16px Arial, sans-serif;
	text-decoration:none;
}
#polosaNadFooterom{
	height: 19px;
	border-top: 1px ridge #66514f;
	border-bottom: 10px solid #705957;
}
#polosaNadFooterom2{
	height: 19px;
	border-top: 1px ridge #dccebe;
	border-bottom: 10px solid #f9ead7;
}
#camera_wrap_103{
  width: 770px;
}
#yoo-zoo ul{
	margin-left: 35px;
}
#doppolosa{
	height: 49px;
    background: #c8d2d3 url(../images/dop_polosa.png) bottom left repeat-x; 
}
#dop {
	padding-top: 18px;
	margin-left: 245px;
	color: #42190d;
	font: 18px Arial, sans-serif;
	text-decoration:none;
}
#dop a{
	padding-top: 18px;
	color: #42190d;
	font: 18px Arial, sans-serif;
	text-decoration:underline
;
}
#yoo-zoo div.width25, div.width25.first-item{
    overflow: hidden;
    background: #eee;
    padding: 10px;
    font: 11px Arial, sans-serif;
	box-shadow: 3px 3px 3px #c3c3c3, -0.2em 0 0.2em #e5e0cd;
}
#yoo-zoo div.width25 h2{
	text-align: center;
	padding-bottom: 5px;
	color: #000 !important;
}
#yoo-zoo .items div.teaser-item {
	padding: 0;
}
#yoo-zoo .items .teaser-item .pos-description img{
	width: 240px;
	height: auto;
	max-height: 310px;

}

#yoo-zoo .items .teaser-item .pos-description img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

#yoo-zoo .items .teaser-item:hover .pos-description img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

#yoo-zoo div.box-t1, #yoo-zoo div.box-b1 {
	display: none;
}
#yoo-zoo div.box-1 {
	border: none;
	background: none;
}

.yoo-zoo .thumb img {
    max-width: 100%;
    height: 170px;
    width: auto;
}



h1.pos-title{
    font: 28px Trebuchet MS, sans-serif;
}

@media (max-width:1024px) {
	#menuholder {
		display: none;
	}
	#menulistholder{
		display: block;
	}
	
	#menubutton img{
		width: 80px;
		border: 3px solid #DDBB58;
		padding: 10px;
		border-radius: 50%;
	}
	#menulist {
		display: none;
	}
	div#titleholder {
		align-items: center;
	}

	#menuwrapperfull {
		display: none;
	}
	.menuwrapper {
		display: block;
	}
	
	#menulistholderclosed {
		
	}

	
.menuwrapper input[type=checkbox]+label {
	margin: 0.2em 0;
	cursor: pointer;
	padding: 0.2em 0;
	text-align: left;
	font: normal normal normal 14px/14px Poppins;
	color: #8E8E93;
  }
  .menuwrapper input[type=checkbox]+label#l2 {
	display: none;
  }
  .menuwrapper input[type=checkbox]:checked+label#l2 {
	display: block;
  }
  
  .menuwrapper input[type=checkbox] {
	display: none;
  }
  
  .menuwrapper input[type=checkbox]+label:before {
	content: "✓";
	display: none;
	width: 1em;
	height: 1em;
	padding-left: 0.1em;
	padding-bottom: 0.10em;
	margin-right: 0.5em;
	vertical-align: bottom;
	color: transparent;
	transition: .2s;
	color: #000;
	border-radius: 100%;
	background-color: #8E8E93;
  }
  
  .menuwrapper input[type=checkbox]+label:active:before {
	transform: scale(0);
	color: #000;
  }
  
  .menuwrapper input[type=checkbox]:checked+label:before {
	background-color: MediumSeaGreen;
	border-color: MediumSeaGreen;
	color: #000;
  }
  
  .menuwrapper input[type=checkbox]:disabled+label:before {
	transform: scale(1);
	border-color: #aaa;
  }
  
  .menuwrapper input[type=checkbox]:checked:disabled+label:before {
	transform: scale(1);
	background-color: #bfb;
	border-color: #bfb;
  }
  
  .menuwrapper input[type=checkbox]+label #menulistholderopened {
	display: none;
  }
  .menuwrapper input[type=checkbox]:checked+label #menulistholderclosed{
	display: none;
  }
  .menuwrapper input[type=checkbox]:checked+label #menulistholderopened{
	display: block;
  }
  
  
  li.menuwrapper label{
	background: #2C2C2E 0% 0% no-repeat padding-box;
	border-radius: 5px;
	width: 184px;
	height: 41px;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  
  li.menuwrapper{
  list-style: none;
  }
}

/* @media (max-width:750px) {
	#menubutton img{
		width: 100px;
	
	}
} */
