/* CSS Document by sladek*logiq.cz */
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	display: block;
	clear: both;
	height: 1px;
	width: 100%;
	overflow: hidden;
}
.clear30 {
	display: block;
	clear: both;
	height: 30px;
	width: 100%;
	overflow: hidden;
}
.clear60 {
	display: block;
	clear: both;
	height: 60px;
	width: 100%;
	overflow: hidden;
}
strong {
	/*font-weight: 700;*/
}

.seo {
	display: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	filter: alpha(opacity=100);
  	opacity: 1;
	/*color: #fff;*/
}
input::-moz-placeholder, textarea::-moz-placeholder {
	filter: alpha(opacity=100);
  	opacity: 1;
	/*color: #fff;*/
}
input:-moz-placeholder, textarea:-moz-placeholder {   /* Older versions of Firefox */
	filter: alpha(opacity=100);
  	opacity: 1;
	/*color: #fff;*/
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
	filter: alpha(opacity=100);
  	opacity: 1;
	/*color: #fff;*/
}

*:focus {
    outline: none;
   }
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}
* {
-webkit-font-smoothing: subpixel-antialiased;
-webkit-text-stroke:1px transparent;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
.center {
	text-align: center;
}










/* BASIC STYLING */


* {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	min-height: 100%;
	margin: 0;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover, a:focus, a:active {
	color: #000;
	text-decoration: none;
}

body {
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-size: 22px;
	color: #000;
	background-color: #fff;
	font-family: 'Fira Sans', sans-serif;
}


.header {
	position: relative;
	width: 100%;
	padding: 40px 0;
	box-sizing: border-box;
}

.header0, .layout {
	max-width: 1640px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.logo {
	display: block;
	margin: 0 auto 30px auto;
	height: 150px;
	width: 400px;
	background-repeat: no-repeat;
	background-image: url(../img/logo.svg);
	background-size: 100% auto;
	background-position: 50% 50%;
}
.logo a {
	display: block;
	width: 100%;
	height: 100%;
}
.logo span {
	display: none;
}


.menu {
	padding: 0 0 0 0;
}
.menu ul li {
	display: inline-block;
	padding: 0 30px 0 0;
}
.menu ul li a {
	color: #000;
	text-decoration: none;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
	position: relative;
	text-transform: uppercase;
}
.menu ul li a span {
	display: block;
	width: 0;
	transition: all 0.25s;
	height: 2px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
}
.menu ul li a:hover span, a.menus {
	width: 100%;
}
a.aunderline {
	position: relative;
}
a.aunderline span {
	display: block;
	width: 0;
	transition: all 0.25s;
	height: 2px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
}
a.aunderline:hover span, a.aunderlines span  {
	width: 100%;
}
.header00 {
	padding: 0 380px 0 0;
	position: relative;
}
.header1 {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 380px;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
}
.header1language {
	display: inline-block;
	vertical-align: top;
}
.header1language a {
	text-decoration: none;
}
.header1search {
	display: inline-block;
	background-color: #000;
	padding: 5px;
	height: 21px;
	margin: 0 15px 0 20px;
}
.header1search1 {
	display: inline-block;
	background-color: #000;
	border: none;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 20px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(../img/search.svg);
	background-size: auto 100%;
	background-position: 50% 50%;
	text-indent: 100px;
	box-sizing: border-box;
	vertical-align: top;
}
.header1search2 {
	display: inline-block;
	background-color: #fff;
	border: none;
	color: #000;
	font-family: 'Fira Sans', sans-serif;
	padding: 3px 10px;
	margin: 0;
	width: 155px;
	box-sizing: border-box;
	vertical-align: top;
	font-size: 13px;
	line-height: 13px;
}
a.soc-fb {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 31px;
	background-repeat: no-repeat;
	background-image: url(../img/soc-fb.svg);
	background-size: auto 30px;
	background-position: 50% 50%;
}
.intro {
	padding: 0 0 70px 0;
}
.intro2 {
	float: right;
	width: 64%;
	width: 60%;
}
.intro1 {
	float: left;
	width: 32%;
	width: 38%;
	text-align: right;
	padding: 0 0 0 0;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
}
.intro img {
	display: block;
	max-width: 100%;
	height: auto;
}
.intro h2 {
	font-size: 50px;
	line-height: 62px;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;	
	padding: 0 0 50px 0;
}
.intro h2 a {
	text-decoration: none;
	transition: color 0.25s;
}
.intro h2 a:hover {
	color: #666;
}

a.loadmore {
	color: #fff;
	background-color: #000;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	font-size: 23px;
	display: inline-block;
	padding: 3px 10px;
	text-decoration: none;
	transition: background-color 0.25s;
}
a.loadmore:hover {
	background-color: #666;
}
.newsunit a.loadmore { 
	margin: 20px 0 0 0;
}

.promo {
	padding: 0 0 50px 0;
}
.owl-dots {
	position: relative;
	bottom: 0;
	width: 100%;
	height: 12px;
	text-align: center;
}
.owl-carousel .owl-dot {
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 0 5px;
	background-color: #ccc;
}
.owl-carousel .owl-dot.active {
	background-color: #000;
}

.newsunit {
	float: left;
	width: 31%;
	margin: 0 3.5% 50px 0;
}
.newsnoimg .newsunit {
	border-top: 1px solid #000;
	padding: 10px 0 0 0;
}
.newsunit:nth-child(3n) {
	margin: 0 0 50px 0;
}
.newsunit:nth-child(3n+1) {
	clear: both;
}
.newsunit img {
	display: block;
	margin: 0;
	max-width: 100%;
	transition: transform 300ms;
}
.newsunit1 {
	display: block;
	width: 100%;
	min-height: 10px;
	/*aspect-ratio: 1.6;*/
	overflow: hidden;
	margin: 0 0 20px 0;
}
a.newsunit1:hover img {
	transform: scale(1.1);
}
.newsunit h3 {
	font-size: 36px;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;	
	padding: 0 0 20px 0;
}
.newsunit h3 a {
	text-decoration: none;
	transition: color 0.25s;
}
.newsunit h3 a:hover {
	color: #666;
}
.newsunit p {
	font-size: 23px;
	line-height: 36px;
	padding: 0 0 0 0;
}
.newsunit p strong {
	font-weight: 700;
}


.partner h3 {
	font-size: 28px;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;	
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #000;
}
.partner {
	padding: 0 0 50px 0;
}
.partner img {
	max-width: 90%;
}
.partner1 p, .partner2 p {
	display: table;
	width: 100%;
}
.partner1 p a, .partner2 p a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	transition: opacity 0.25s;
}
.partner1 p a:hover, .partner2 p a:hover {
	opacity: 0.6;
}
.partner1 p a:first-child, .partner2 p a:first-child {
	text-align: left;
}
.articledate {
	font-size: 22px;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
.article h2, .author {
	font-size: 50px;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
.article h1, .article h3 {
	font-size: 50px;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	padding: 0 0 40px 0;
}
.article img {
	display: block;
	max-width: 100%;
	margin: 0 0 20px 0;
}
.article p {
	padding: 0 0 50px 0;
	font-size: 22px;
	line-height: 32px;
	text-align: justify;
}
.article p strong {
	font-weight: 700;
}
.article p em {
	font-style: italic;
	font-weight: 400;
}
.article ul, .article ol {
	padding: 0 0 50px 30px;
}
.article ul li {
	list-style-type: disc;
	margin: 0 0 0 15px;
	padding: 0 0 15px 0;  
}
.article ol li {
	list-style-type: decimal;
	margin: 0 0 0 25px;
	padding: 0 0 15px 0;  
}


.footer {
	padding: 50px 0;
	text-align: center;
	font-size: 14px;
}

.predplatne {
	padding: 10px 20px;
	background-color: #000;
	color: #fff;
	margin: 0 0 50px 0;
	max-width: 1200px;
}
.predplatne p {
	padding: 0;
	font-size: 18px;
 	line-height: 28px;
}
.predplatne a {
	color: #fff;
}




.clientheader {
	font-size: 28px;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;	
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	text-align: center;
}
.clientform {
	padding: 0 0 100px 0;
	max-width: 500px;
	margin: 0 auto;
}

.inputmidi, .inputmaxi {
	bordeR: none;
	background-color: #f6f6f6;
	display: block;
	width: 100%;
	clear: both;
	margin: 0 0 20px 0;
	box-sizing: border-box;
	padding: 10px;
font-family: 'Fira Sans', sans-serif;
	font-size: 15px;
}
.inputsubmit {
	float: right;
	border: none;
	width: 100px;
	background-color: #000;
	color: #fff;
	cursor: pointer;
	padding: 10px;
	font-family: 'Fira Sans', sans-serif;
}
.inputsubmit:hover {
	background-color: #666;
}
.alert, p.alert {
	padding: 20px 10px;
	color: #fff;
	font-weight: 700;
	background-color: #cc0000;
	margin: 0 0 10px 0;
	text-align: center;
}

.file_tab {
	width: 100%;
	margin: 20px 0;
}

.loginformline {
	position: relative;
}
.passwordeye {
	position: absolute;
	top: 0;
	right: 10px;
	display: block;
	height: 100%;
	width: 38px;
	cursor: pointer;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url(../img/pass.png);	
}
.headerclient {
	background-color: #000;
	font-size: 14px;
	color: #fff;
	text-align: right;
	padding: 10px 20px;
}
.headerclient a {
	color: #fff;
}
.headerclient strong {
	font-weight: 700;
}
.file_tab {
	margin: 0 0 50px 0;
	max-width: 100%;
}
.drobek {
	font-size: 14px;
	padding: 0 0 20px 0;
}



@media screen and (min-width: 1px) and (max-width: 1366px) {
.intro h2 {
  font-size: 36px;
  line-height: 42px;
}
}

@media screen and (min-width: 1px) and (max-width: 1100px) {
.newsunit, .newsunit:nth-child(3n) {
  width: 48%;
  margin: 0 4% 50px 0;
}
.newsunit:nth-child(2n) {
  margin: 0 0 50px 0;
}
.newsunit:nth-child(3n + 1) {
 clear: none;
}
.newsunit:nth-child(2n + 1) {
 clear: both;
}

}




@media screen and (min-width: 1px) and (max-width: 768px) {
.logo {
	margin: 0;
	height: 100px;
	width: 200px;
}
.header {
	padding: 20px 0;
}
.intro {
  padding: 0 0 10px 0;
}
.intro1, .intro2 {
	float: none;
	width: auto;
	text-align: left;
	padding: 0 0 20px 0;
}
.intro h2 {
    font-size: 22px;
    line-height: 27px;
	padding: 0 0 20px 0;
}
 .newsunit, .newsunit:nth-child(3n) {
    width: auto;
    margin: 0 0 50px 0;
  }
.newsunit p {
  font-size: 18px;
  line-height: 25px;
}
.newsunit h3 {
  font-size: 31px;
}
.intro1 a, a.loadmore {
  font-size: 20px;
}
.partner h3 {
  font-size: 26px;
}
.partner1 p, .partner2 p {
	display: block;
}
.partner1 p a  {
	display: inline-block;
	width: 32%;
}
.partner2 p a  {
	display: inline-block;
	width: 23%;
}
a.menubutt {
	display: block;
	width: 60px;
	height: 100px;
	position: absolute;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	background-image: url(../img/menubutt.svg);
	background-size: 100% auto;
	background-position: 50% 50%;
}
a.menubutts {
	background-image: url(../img/menubutts.svg);
	background-size: 100% auto;
}
.header00 {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	z-index: 100;
	padding: 50px 0;
	width: 100%;
}
.menu ul li {
  display: block;
  padding: 0 0 0 0;
}
.header1 {
  position: relative;
  top: auto;
  right: auto;
  max-width: 100%;
}
.header1language {
  display: block;
}
.header1search {
  display: block;
  margin: 20px 0 10px 0;
	width: 200px;
}
.article h2 {
	font-size: 36px;
}
.article h3 {
	font-size: 36px;
}
.article p {
	padding: 0 0 30px 0;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
}
}