* {
	font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;

  font-variation-settings:
    "wdth" 100;
		box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
*:focus {
	outline: none;
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}
.popup {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
	margin-left:5%;
	margin-right:5%;
}
.popup strong {
	color:#395619;
}
#searchform {
	float:right;
	margin:0;
	padding:0;
	display:flex;
	margin-top:10px;
}
#searchform input {
	border:0;
	padding-left:5px;
	background-color:#555;
	color:#fff;
}
#searchform input::placeholder {
	color:#fff;
}
button {
	border:0;
	background-color:#395619;
	color:#FFFFFF;
}
#yes, #yes2 {
	background-color:#395619;;
	color:#fff;
	text-align:center;
	padding:7px;
	text-decoration:none;
}
#closePopupBtn, #closePopupBtn2 {
	background-color:#FF0000;
	color:#fff;
	border:0;
	padding:7px;
}
#yes:hover, #closePopupBtn:hover, #yes2:hover, #closePopupBtn2:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
	-ms-transform:scale(0.98);
	-webkit-transform:scale(0.98);
	o-transform:scale(0.98);
	transform:scale(0.98);
	transition:all 0.7s ease;
	cursor:pointer;
}
#results {
	background-color:#395619;
	color:#fff;
	margin-left:1%;
	margin-right:1%;
	padding:5px;
}
#similartitle {
	text-align:center;
	font-size:30px;
}
#resetfilter2 a {
	color:#fff;
	display:block;
	text-decoration:none;
	background-color:#395619;
	text-align:center;
	padding:3px;
}
body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	word-wrap: break-word;
	min-width:330px;
	font-size:14px;
}
#loading {
	display:none;
}
#loading img {
	width:80px;
}
#responseobal {
	display:none;
}
#responseobal {
	position:fixed;
	top:0;
	left:0;
	background-image:url(bg.png);
	align-items:center;
	justify-content:center;
	height:100vh;
	width:100%;
	z-index:15;
}
#responsemessageobal {
	max-width:800px;
	width:100%;
	margin:auto auto;
	position:absolute;
	top:50%;
	left:50%;
	-ms-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	color:#FFFFFF;
	text-align:center;
}
#responsemessage {
	margin-left:10px;
	margin-right:10px;
	padding:17px;
}
#responsemessagenadpis {
	font-size:20px;
	margin:0;
	padding:0;
}
#responsemessageclose {
	position:absolute;
	right:20px;
	top:20px;
	color:#FF0000;
	font-size:20px;
	cursor:pointer;
}
.true #responsemessage {
	background-color:#00CC00;
	padding-top:50px;
	padding-bottom:50px;
}
.false #responsemessage {
	background-color:#FF3300;
	padding-top:50px;
	padding-bottom:50px;
}
.obal{
	max-width:1200px;
	margin:auto auto;
}
#top {
	background-color:#222222;
	color:#FFFFFF;
}
#top p {
	padding:10px;
	margin:0;
}
#top a {
	color:#395619;
	margin-left:7px;
	margin-right:7px;
	font-size:17px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.reset {
	clear:both;
}
img {
	display:block;
	max-width:100%;
}
#logo {
	padding-top:7px;
	padding-bottom:7px;
	background-color:#f4f4f4;
}
#logoimg {
	float:left;
	width:50%;
	display:flex;
	align-items:center;
}
#logoimg img {
	max-height:60px;
}
.logo2 {
	margin:5px;
	height:40px;
}
#logoitem {
	float:left;
	width:25%;
	/*line-height:60px;*/
}
#logoitem i {
	font-size:25px;
	background-color:#f8f8f8;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	color:#395619;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right:20px;
}
#logoitem a {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
#logoitem a#logoff {
	color:#FF0000;
	margin-left:25px;
}
.logocontact {
	float:left;
	width:25%;
	display:flex;
	margin-top:6px;
}
.logocontact span {
	font-weight:bold;
}
.logocontact a {
	color:#000;
	text-decoration:none;
}
.logocontact a:hover, .logoitem a:hover {
	color:#395619;
}
.logocontact i {
	font-size:25px;
	background-color:#f8f8f8;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	color:#395619;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right:20px;
}
.logocontactstext {
	margin-top:7px;
}
#menu {
  background-color: #40601E;
}
.nav-one {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position:relative;
  display: flex;
  justify-content: flex-end;
}
.nav-one li {
  float: right;
}
.nav-one li a, .emulacia_href {
  display: block;
  color: white;
  padding: 14px 33px;
  text-decoration: none;
  font-weight:600;
  cursor:pointer;
}
.nav-one li a:hover, .nav-one li#active, .emulacia_href:hover {
  background-color: #555;
}
.dropdown {
  position: relative;
}

.dropdown-menu {
  display:none;
  position: absolute;
  background-color: #395619;
  z-index: 1000;
  left: 0;
  padding:0;
  width: 100%;
  min-width:180px;
  list-style-type: none;
}
.dropdown-menu li {
  float: none;
  
}
.dropdown:hover .dropdown-menu {
  display: block;
}
#pest_image {
	float:left;
	width:40%;
	position:relative;
}
#pest_info {
	float:left;
	width:55%;
	margin-left:5%;
}

.slick-next {
	position:absolute;
	background-color:#395619;
	border:0;
	color:#fff;
	top:50%;
	right:0;
	z-index:100;
	font-size:26px;
	cursor:pointer;
}
.slick-prev {
	position:absolute;
	background-color:#395619;
	border:0;
	color:#fff;
	top:50%;
	left:0;
	z-index:100;
	font-size:26px;
	cursor:pointer;
}

.slick-next:hover, .slick-prev:hover {
	background-color:#CCCCCC;
}


#baner {
	position:relative;
	display: flex;
  align-items: center;
  justify-content: center;
}
#banertext {
	position:absolute;
	align-items: center;
  justify-content: center;
  text-align:center;
}
#banertext a {
	background-color:#fff;
	border:solid 1px #395619;
	color:#30500e;
	font-size:15px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display:inline-block;
	padding:8px;
	padding-left:20px;
	padding-right:20px;
	text-decoration:none;
	font-weight:600;
}
#banertext a:hover {
	background-color:#395619;
	color:#fff;
}
#slogan {
	color:#fff;
	font-size:40px;
	font-weight:600;
	margin:0;
	padding:0;
	max-width:1100px;
}
#slogan2 {
	color:#fff;
	font-size:30px;
	font-weight:600;
	margin:0;
	padding:0;
}
#forest-protection-service {
	margin-top:55px;
}
#forest-protection-service a, #best-photos a.more {
	background-color:#395619;
	border:solid 1px #395619;
	color:#fff;
	font-size:15px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display:inline-block;
	padding:8px;
	padding-left:20px;
	padding-right:20px;
	text-decoration:none;
	font-weight:600;
}
#forest-protection-service a:hover {
	background-color:#fff;
	color:#395619;
}
#forest-protection-service h2 {
	font-size:40px;
	font-style:italic;
	line-height:normal;
}
#forest-protection-service h2 span {
	color:#395619;
	font-size:40px;
	font-weight:800;
}
#forest-protection-service #left2 {
	float:left;
	width:50%;
	line-height:25px;
}
#forest-protection-service #right2 {
	float:left;
	width:45%;
	margin-left:5%;
}
#recent-activities {
	background-color:#e6e1c4;
	padding-top:50px;
	padding-bottom:50px;
	text-align:center;
}
#recent-activities h2 {
	text-align:center;
	font-style:italic;
	font-size:33px;
	margin:0;
	padding:0;
}
#recent-activities h2 span {
	color:#395619;
	font-size:33px;
	font-weight:800;
}
.activity {
	float:left;
	width:31.33%;
	margin:1%;
	text-decoration:none;
	color:#000000;
}
.activity img {
	height:auto;
}
.activity h3, .pictures h3 {
	height:45px;
	margin:0;
	padding:0;
	margin-top:10px;
	font-size:19px;
}
.pictures:hover {
	background-color:#f8f7f1;
}
.pictures h2 {
	height:45px;
	margin:0;
	padding:0;
	margin-top:10px;
	font-size:16px;
}
.pictures p.infometa {
	padding:0;
	margin:0;
	height:auto;
}
.pest h2 {
	height:45px;
	margin:0;
	padding:0;
	font-size:16px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;
	color:#fff;
	background-color:#395619;
}
.activity p, .pictures p {
	height:50px;
	margin:0;
	padding:0;
	margin-top:7px;
}
.activity:hover img, .pictures:hover img {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
	-ms-transform:scale(0.98);
	-webkit-transform:scale(0.98);
	o-transform:scale(0.98);
	transform:scale(0.98);
	transition:all 0.7s ease;
}
.pest:hover h2 {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
}
.pictures {
	float:left;
	width:25%;
	padding:1%;
	text-decoration:none;
	color:#000000;
	margin-bottom:50px;
}
.pest {
	float:left;
	width:31.33%;
	margin:1%;
	text-decoration:none;
	color:#000000;
	margin-bottom:50px;
}
#pest-identification {
	padding-top:50px;
	padding-bottom:35px;
}
#pest-identification #left3 {
	float:left;
	width:40%;
	line-height:25px;
}
#pest-identification #right4 {
	float:left;
	width:45%;
	margin-left:10%;
}
#pest-identification h2 {
	font-size:40px;
	font-style:italic;
	line-height:normal;
}
#pest-identification h2 span {
	color:#395619;
	font-size:40px;
	font-weight:800;
}
.checked {
	margin-bottom:25px;
}
.checkedicon {
	float:left;
	width:15%;
}
.checkedtext {
	float:left;
	width:85%;
}
.checked i {
	font-size:45px;
	color:#395619;
	margin-right:20px;
}
.checked h4, .checked h3 {
	margin:0;
	padding:0;
	font-size:20px;
	margin-bottom:10px;
}
#counters {
	background-color:#395619;
	padding-top:15px;
	padding-bottom:15px;
}
#counters .pocitadlo {
	float:left;
	width:25%;
	text-align:center;
	color:#fff;
}
#counters .pocitadlo strong {
	font-size:13px;
	font-weight:200;
	margin-top:15px;
	display:block;
}
#counters .pocitadlo span, #counters .pocitadlo i {
	font-size:35px;
}
#counters .pocitadlo i {
	font-size:35px;
	margin-right:15px;
}
#best-photos {
	background-color:#e6e1c4;
	padding-top:50px;
	padding-bottom:50px;
	text-align:center;
}
#best-photos h2 {
	text-align:center;
	font-style:italic;
	font-size:33px;
	margin:0;
	padding:0;
}
#best-photos h2 span {
	color:#395619;
	font-size:33px;
	font-weight:800;
}
#best-photos img {
	width:32.7%;
	margin:0.30%;
	float:left;
}
#best-photos img:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
	-ms-transform:scale(0.98);
	-webkit-transform:scale(0.98);
	o-transform:scale(0.98);
	transform:scale(0.98);
	transition:all 0.7s ease;
}
#contact {
	padding-top:35px;
	padding-bottom:35px;
}
#contact h2 {
	font-size:40px;
	font-style:italic;
	line-height:normal;
}
#contact h2 span {
	color:#395619;
	font-size:40px;
	font-weight:800;
}
#contact #left5 {
	float:left;
	width:50%;
	line-height:25px;
}
#contact #right6 {
	float:left;
	width:45%;
	margin-left:5%;
}
.inputcont {
	width:100%;
	background-color:#f6f6f6;
	max-width:460px;
	border:0;
	padding:10px;
}
.inputconttext {
	width:100%;
	background-color:#f6f6f6;
	max-width:460px;
	border:0;
	padding:10px;
	height:150px;
}
.inputcontsubmit {
	background-color:#395619;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width:150px;
	border:0;
	padding:10px;
	color:#fff;
}
.inputcontsubmit:hover {
	background-color:#517a25;
	cursor:pointer;
}
#help {
	background-color:#395619;
}
#help1 {
	float:left;
	color:#fff;
	padding-top:45px;
	padding-bottom:45px;
	font-size:18px;
	font-weight:600;
}
#help1 span {
	font-style:italic;
	font-weight:300;
}
#help2 {
	float:right;
	margin-top:40px;
}
#help2 a {
	background-color:#fff;
	border:solid 1px #395619;
	color:#395619;
	font-size:15px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display:inline-block;
	padding:8px;
	padding-left:20px;
	padding-right:20px;
	text-decoration:none;
	font-weight:600;
}
#help2 a:hover {
	background-color:#f6f6f6;
}
footer {
	background-color:#e6e1c4;
	padding-top:25px;
	padding-bottom:10px;
	margin-top:25px;
}
.footer1, .footer2 {
	float:left;
	width:25%;
}
.footer1 p, .footer2 p {
	margin:0;
	padding:0;
	margin-bottom:5px;
}
.footer1 p strong, .footer2 p strong {
	font-size:18px;
	margin-bottom:25px;
	display:block;
}
.footer1 img {
	max-width:80%;
}
.footer1 a, .footer2 a {
	color:#000;
	text-decoration:none;
	padding-top:7px;
	padding-bottom:7px;
	display:inline-block;
}
.footer1 a:hover, .footer2 a:hover {
	text-decoration:underline;
}
#legal {
	text-align:center;
	margin-top:25px;
}
main h1 {
	color:#395619;
	font-size:40px;
	font-weight:800;
}
main table {
	overflow-x:auto;
	width:100%;
}
main p {
	line-height:27px;
}
main a {
	color:#395619;
}
#filter {
	float:left;
	width:25%;
}
#atlas {
	float:left;
	margin-left:5%;
	width:70%;
}
#items {
	margin-left:-1%;
	width:102%;
}
#items img, .ratio {
	aspect-ratio: 1/1;
}
.ratio2 {
	aspect-ratio: 4 / 3;
}
.slidingDiv1, .slidingDiv2, .slidingDiv3, .slidingDiv4, .slidingDiv5, .slidingDiv6, .slidingDiv7, .slidingDiv8, .slidingDiv9, .slidingDiv10, .slidingDiv11, .slidingDiv12, .slidingDiv13, .slidingDiv14, .slidingDiv15, .slidingDiv16,  .slidingDiv2pest, .slidingDiv3pest, .slidingDiv4pest, .slidingDiv5pest {
	display:none;
}
.slidingDiv1pest {
	margin-left:-1%;
	width:102%;
}
.filter {
	font-weight:bold;
	cursor:pointer;
	font-size:18px;
}
.filter:hover {
	color:#395619;
}
.filter_sub {
	float:left;
	width:50%;
}
#characteractive {
	font-weight:bold;
	background-color:#CCCCCC;
}
#characters {
	text-align:center;
	border-bottom:solid 1px #CCCCCC;
	padding-bottom:10px;
}
#characters a {
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
}
#characters a:hover {
	background-color:#CCCCCC;
}
.pest_tab {
	float:left;
	width:25%;
	border-bottom:solid 2px #CCCCCC;
	padding-top:17px;
	padding-bottom:17px;
	padding-left:20px;
	margin-bottom:25px;
}
.pest_tab:hover, .active {
	border-bottom:solid 2px #395619;
	color:#395619;
	cursor:pointer;
	font-weight:bold;
}
#characters i {
	font-size:6px;
}
.slicknav_menu {
	display:none;
}
.back-to-top {
	position:fixed;
	bottom:2em;
	z-index:15;
	right:0;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	background-color:#395619;
	padding:1em;
	display:none;
}
.back-to-top:hover {	
	background-color:rgba(135, 135, 135);
	color:#000000;
}
.zvyraznit {
	font-weight:bold;
	font-size:17px;
	color:#395619;
}
.listovanielava a, .listovaniestred a, .listovanieprava a {
	padding-left:7px;
	padding-right:7px;
	text-decoration:none;
}
.listovanielava a:hover, .listovaniestred a:hover, .listovanieprava a:hover {
	color:#000;
}
.listovanielava {
	float:left;
	width:33.3%;
	font-size:16px;
}
.listovaniestred {
	float:left;
	width:33.3%;
	text-align:center;
	font-size:16px;
}
.listovaniestred span {
	font-weight:800;
	padding-left:7px;
	padding-right:7px;
}
.listovanieprava {
	float:left;
	width:33.3%;
	text-align:right;
	font-size:16px;
}
.input3 {
	float:left;
	width:31.33%;
	margin-right:2%;
	background-color:#f6f6f6;
	border:0;
	padding:10px;
	
}
.input4 {
	float:left;
	width:31.33%;
	margin-left:1%;
	margin-right:1%;
	background-color:#f6f6f6;
	border:0;
	padding:10px;
}
.input5 {
	float:left;
	width:31.33%;
	margin-left:2%;
	background-color:#f6f6f6;
	border:0;
	padding:10px;
}
#h1resetfilter {
	float:left;
}
#resetfilter {
	float:right;
	margin-top:40px;
}
#resetfilter a {
	background-color:#FF0000;
	color:#fff;
	text-decoration:none;
	padding:3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#resetfilter a:hover {
	background-color:#CC3300;
}



@media screen and (max-width:1024px) 
{
.obal {
	padding-left:2%;
	padding-right:2%;
}
.nav-one li a, .emulacia_href {
  padding-left:0;
}
#searchform {
	float:none;
	clear:both;
	margin-bottom:20px;
	padding:10px;
}
.pest img {
	margin:auto auto;
}
.fotky_doplnok {
	width:100%;
	max-width:none;
}
#searchform input {
	width: calc(100% - 50px);
}
#searchform button {
	width:50px;
	height:50px;
}
.right i {
	font-size:30px;
	margin-left:20px;
}

.count {
	text-align:center;
}
.slidingDiv1pest, #items {
	margin-left:0;
	width:100%;
}
.dropdown-menu {
  position: relative;
}
#menu {
	display:none;
}
#slogan {
	font-size:22px;
}
#slogan2 {
	font-size:19px;
}
.slicknav_menu {
	display:block;
}
#forest-protection-service #left2 {
	float:none;
	width:100%;
}
#forest-protection-service #right2 {
	float:none;
	width:100%;
	margin:0;
}
#pest-identification #left3 {
	width:17%;
}
#pest-identification #right4 {
	width:68%;
}
#contact #left5 {
	width:100%;
	float:none;
}
#contact #right6 {
	width:100%;
	float:none;
	margin-left:0;
	padding-top:25px;
}
#contact #right6 img {
	max-width:50%;
	margin:auto auto;
}
.inputconttext, .inputcont {
	max-width:none;
}
.inputcontsubmit {
	width:70%;
	margin-left:15%;
}
#help1 {
	float:none;
	width:100%;
	text-align:center;
	padding:0;
	padding-top:25px;
}
#help2 {
	float:none;
	width:100%;
	text-align:center;
	margin-top:10px;
	padding-bottom:25px;
}
.footer1 img {
	margin:auto auto;
	margin-bottom:35px;
}
.footer1, .footer2 {
	float:none;
	width:100%;
	text-align:center;
}
.pictures {
	float:left;
	width:50%;
	padding:1%;
	text-decoration:none;
	color:#000000;
	margin-bottom:50px;
}

}


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

.count {
	text-align:center;
}
#pest_image, #pest_info, .pest_tab {
	float:none;
	width:100%;
	margin:0;
}

.dropdown-menu {
  position: relative;
}
main{
	padding-left:2%;
	padding-right:2%;
}
.logocontact {
	float:none;
	width:100%;
	display:block;
	margin-top:6px;
	text-align:center;
}
.logocontact i {
	margin-right:0;
}
#logo {
	padding-bottom:30px;
}
#baner {
	display:flex;
	flex-flow: column;
}
#banertext{order:2;}
#baner img{order:1;}

#banertext {
	position:relative;
}
#slogan, #slogan2 {
	color:#222222;
	font-size:17px;
	margin-top:25px;
}
.obal {
	padding-left:2%;
	padding-right:2%;
}
#h1resetfilter {
	float:none;
}
.pictures, .activity, .pest {
	float:none;
	width:98%;
}
.input3, .input4, .input5 {
	float:none;
	width:100%;
	margin:0;
	margin-bottom:15px;
}
main h1 {
	text-align:center;
	font-size:33px;
}
#logoimg {
	display:none;
}
#logocontact i {
	margin-right:0;
}
#logoitem, #logocontact {
	float:none;
	width:100%;
	margin:0;
	text-align:center;
	display:block;
}
.pictures, .pest {
	width:48%;
	margin-bottom:45px;
}
#pest-identification #left3 {
	float:none;
	width:100%;
}
#pest-identification #right4 {
	float:none;
	width:100%;
	margin:0;
}
#counters .pocitadlo {
	float:none;
	width:100%;
	margin-bottom:35px;
}
#best-photos img {
	float:none;
	width:98%;
	margin:1%;
	margin-bottom:35px;
}
#help {
	padding-left:10px;
	padding-right:10px;
}
#filter, #atlas {
	float:none;
	width:100%;
	margin:0;
}
#characters {
	display:none;
}


}