html, body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp, small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,header,nav,footer {
	vertical-align: baseline;
	background: transparent;
	font-family: Arial, sans-serif;
	font-size: 18px;
}
body {
	background: #b0b0b0 url(bg-pattern.png) top left;
}
:focus{
	outline: 0;
}
::-webkit-input-placeholder { /* Chrome */
  color: #d0d0d0;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #d0d0d0;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #d0d0d0;
}

.popup-shadow {
	background-color: #000000;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1000;
	opacity: 0.75;
	display: none;
}
.popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1001;
    display: block;
    overflow-y: auto;
}
.popup-tbl {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    max-width: 100%;
	max-height: 100%;
    margin: 0px auto;
}
.popup-tr {
    display: table-row;
    height: 100%;
}
.popup-td {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.popup-content-wrap {
    display: inline-block;
    max-width: 100%;
    min-width: 320px;
    max-height: 100%;
}
.popup-content {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}
.popup-content > * {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}
.popup-content * {
    max-width: 100%;
	max-height: 100%;
}

.popup-form {
	background-color: #fff;
	padding: 16px;
	box-sizing: border-box;
}


.hdr {
	position: relative;	
}
.hdr-img {
	width: 100%;
	display: inline-block;
}
.hdr-logo {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 30%;
}
.hdr-logo-img {
	display: inline-block;
	max-width: 100%;
}
.hdr-right {
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: right;
	padding: 20px 20px 20px 40px;
}
.hdr-right-entry {
	font-size: 20px;
	padding-bottom: 8px;
	font-weight: bold;
	text-shadow:
		1px 1px 0px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 10px #fff;
}


.hdr-menu {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: justify;
	border-bottom: 2px solid #fff;
}
.hdr-menu-tbl {
	display: table;
	width: 100%;
}
.hdr-menu-tr {
	display: table-row;
}
.hdr-menu-entry {
	display: table-cell;
	color: #fff;
	text-decoration: none;
	background-color: rgba(0,0,0,0.85);
	border-left: 2px solid rgba(255,255,255,0.5);
	text-align: center;
	height: 48px;
	vertical-align: middle;
	padding: 0px 5px;
	transition: 250ms;
}
.hdr-menu-entry:first-child {
	border-left: none;
}
.hdr-menu-entry-line {
	display: inline-block;
	width: 100%;
}
.hdr-menu-entry:hover {
	background-color: rgba(96,96,96,0.95);
}

.content-hdr {
	font-size: 32px;
	line-height: 32px;
	text-align: center;
	padding: 12px 0px;
	margin: 0px;
	background-color: #00923F;
	color: #fff;
}
.content {
	max-width: 1280px;
	margin: 0px auto;
	line-height: 28px;
	padding: 20px;
	box-sizing: border-box;
	background-color: #fff;
}
.content li li {
	color: #808080;
}
.content li {
	padding-bottom: 5px;
}
.content li ul {
	padding-top: 10px;
}

.img-list {
	width: 340px;
	float: left;
}

.img-list-entry {
	display: block;
	float: left;
	width: 150px;
	height: 150px;
	border: 1px solid #808080;
	transition: 250ms;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	background-color: #000;
	position: relative;
}
.img-list-entry-popup {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	margin: auto;
	border: 16px solid #fff;
	box-sizing: border-box;
}
.img-list-entry:hover {
	transform: scale(1.1);
	opacity: 0.75;
}
.img-list img {
	display: block;
	width: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}
.content-right-text {
	margin-left: 360px;
}

.form {
	text-align: center;
	width: 300px;
	margin: 20px auto 50px auto;
}
.input-text {
	width: 100%;
	line-height: 34px;
	padding: 0px 15px;
	box-sizing: border-box;
	border: 1px solid #a0a0a0;
	border-radius: 4px;
	font-size: 16px;
}
.input-text:focus  {
	box-shadow: 0px 0px 3px #00923F;
}
.button {
	position: relative;
	cursor: pointer;
	border: none;
	background-color: #f09000;
	line-height: 38px;
	border-radius: 4px;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	padding: 0px 24px;
	text-decoration: none;
	box-sizing: border-box;
}
.button:hover {
	background-color: #ffa800;
}
.button:active {
	top: 2px;
}

.form-line {
	margin-bottom: 15px;
}
.field-error {
	color: #ff0000;
	font-size: 14px;
}
.field-error-row .input-text {
	color: #ff0000;
	border-color: #ff0000;
	background-color: #fff0f0;
}

.field-error-row .input-text:focus  {
	box-shadow: 0px 0px 3px #ff4040;
}

.footer {
	background-color: #000;
	color: #fff;
	padding: 20px 0px;
	text-align: center;
	font-size: 14px;
}
.footer-delimeter {
	margin: 0px 20px;
}

@media (max-width: 1280px) {
	.footer {
		font-size: 12px;
	}
	.footer-delimeter {
		margin: 0px 10px;
	}
}
@media (max-width: 1024px) {
	.footer-delimeter {
		display: block;
		height: 4px;
		opacity: 0;
	}
	.footer-delimeter:first-child {
		height: 12px;
	}
}
@media (max-width: 960px) {
	.hdr-right-entry {
		font-size: 14px;
	}
	.content-hdr {
		font-size: 26px;
	}
	li {
		font-size: 16px;
	}
	.content-right-text {
		font-size: 16px;
		margin-left: 340px;
	}
}
@media (max-width: 750px) {
	.hdr-right-entry {
		font-size: 12px;
	}
	.hdr-menu-entry {
		font-size: 14px;
	}
	.content-hdr {
		font-size: 20px;
		padding: 8px 0px;
	}
	.img-list {
		width: 280px;
	}
	.img-list-entry {
		width: 120px;
		height: 120px;
	}
	ul {
		padding-left: 25px;
	}
	li {
		font-size: 14px;
	}
	.content-right-text {
		font-size: 14px;
		line-height: 20px;
		margin-left: 280px;
	}
	.field-error {
		font-size: 12px;
	}
}

@media (max-width: 600px) {
	.hdr-logo {
		left: 10px;
		top: 10px;
	}
	.hdr-right {
		padding: 10px 10px 0px 0px;
	}
	.hdr-right-entry {
		font-size: 12px;
		padding-bottom: 4px;
	}
	.content {
		padding: 10px;
	}
	.img-list {
		width: 220px;
	}
	.img-list-entry {
		width: 100px;
		height: 100px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	ul {
		padding-left: 20px;
	}
	li {
		font-size: 12px;
	}
	.content li {
		padding-bottom: 2px;
	}
	.content li ul {
		padding-top: 2px;
	}
	
	.content-right-text {
		font-size: 12px;
		line-height: 18px;
		margin-left: 230px;
	}
	.hdr-menu-entry {
		font-size: 12px;
		height: 34px;
	}
	.content-hdr {
		font-size: 16px;
		padding: 0px;
	}
}
@media (max-width: 500px) {
	.img-list {
		width: 90px;
	}
	.img-list-entry {
		width: 80px;
		height: 80px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.content-right-text {
		margin-left: 100px;
	}
}

@media (max-width: 400px) {
	.hdr-right-entry {
		font-size: 10px;
	}
	.hdr-right-entry .perenos {
		display: block;
		height: 4px;
		opacity: 0;
	}
	.hdr-menu {
		margin-top: -6px;
		position: relative;
	}
	.hdr-menu-tbl,
	.hdr-menu-tr,
	.hdr-menu-td {
		display: block;
		margin-right: -1px;
	}
	.hdr-menu-entry {
		width: 50%;
		display: block;
		height: inherit;
		height: 34px;
		float: left;
		border: none;
		border-bottom: 1px solid rgba(255,255,255,0.75);
		border-right: 1px solid rgba(255,255,255,0.75);
		box-sizing: border-box;
		line-height: 32px;
	}
}
@media (max-width: 347px) {
	.hdr-menu-entry {
		padding-top: 2px;
		line-height: 14px;
	}
	.hdr-menu-entry-small {
		padding-top: 0px;
		line-height: 32px;
	}
	
}
