/* Initial */

html {
	margin: 0;
	padding: 0;
	border: 0;
}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn,
em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.flex {
	display: flex;
  	flex-direction: row;
  	flex-wrap: wrap;
}

/* Layout */

.clanci, .topbar, .heroContent {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 15px;
}

.topbar {
	position: relative;
	height: 50px;
	overflow: hidden;
	padding-top: 8px;
}

.topbar .back {
	position: absolute;
	top: 0;
	left: 15px;
	line-height: 54px;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.topbar .social {
	position: absolute;
	top: 0;
	right: 15px;
	line-height: 54px
}

.social a {
	color: black;
}

.topbar .logo {
	display: block;
	margin: 0 auto;
	height: 30px;
}

.topbar .netLogo {
	position: relative;
	top: 7.5px;
}

.social i {
	display: inline-block;
	padding-left: 8px;
}

#hero {
	clear: both;
	height: 700px;
	height: 45vw;
	background-image: url("images/hero.jpg");
	background-size: cover;
	background-position: center center;
}
.heroContainer {
	width: 400px;
	padding: 15px;
}

#logo {
	margin-top: 200px;
	margin-bottom: 15px;
	max-width: 100%;
	height: auto;
}

.small {
	width: 33.32%;

}

p {
	font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, nav, .cta, a, .redCta {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
}
h1{
	text-transform: uppercase;
	font-size: 54px;
	line-height: 82px;
	width: 400px;
	margin-top: 100px;
}

article h4 {
	margin: 10px 0;
	color: #000;
}

article p {
	color: #555;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 20px;
}

.medium h3 {
	font-size: 32px;
	line-height: 40px;
	margin: 10px 0;
}

.ja, .onaKoja, .trcim{
	display: inline-block;
	float: left;
}
.ja{
	font-size: 180px;
	line-height: 180px;
	padding-right: 15px;
}
.trcim {
	font-size: 84px;
	line-height: 105px;
}

h2 {
	clear: both;
	text-transform: uppercase;
	font-size: 22px;
	width: 400px;
	font-weight: 400;
}
.cta {
	text-transform: uppercase;
	text-align: center;
	line-height: 50px;
	background-color: #ffffff;
	height: 50px;
	width: 200px;
	border-radius: 5px;
	margin-top: 25px;
}
.big {
	padding: 50px 15px 30px !important;
}

.opis {
	font-size: 24px;
}
.medium {
	width: 66.66%;
	margin-bottom: 30px;
	overflow: hidden;
}
h3 {
	font-size: 28px;
	line-height: 34px;
	font-weight: 400;
}
a {
	text-decoration: none;
}

.clanci {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding-bottom: 50px;
}

.clanci article {
	padding: 0 15px;
}


.clanci > .small {
	margin-bottom: 20px;
}

.smallContent > p {
	margin-top: 10px;
	font-size: 16px;
}
.smallContent > a {
	height: 50px;
}
.smallImg {
	width: 100%;
	height: auto;
}

.fullCover {
	width: 100%;
	height: auto;
	z-index: 1;
}
.mediumContent {
	z-index: 5;
	margin-top: -245px;
	padding: 15px;
}
h4 {
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
}
.redCta{
	text-transform: uppercase;
	text-align: center;
	line-height: 50px;
	background-color: #e8143c;
	color: #ffffff;
	height: 50px;
	width: 200px;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 25px;
}
.cta:hover{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background-color: #e8143c;
	color: #ffffff;
}
.redCta:hover{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background-color: #ffffff;
	color: #e8143c;
}
h1, h2, .whiteText {
	color: #ffffff;
}
.cta, .ja, .redText, nav > i, a {
	color: #e8143c;
}
.smallContent{
	height: 350px;
}
footer {
	clear: both;
	background-color: #e8efed;
	padding: 25px;
	height: auto;
}
.footerContent {
	margin: 0 auto;
	width: 100%;
	max-width: 1024px;
}
.telegramStudio {
	margin: 0 auto;
	width: 70px;
	height: auto;
}
.show {
	width: auto;
	margin: 0 auto;
	display: none;
}

@media screen and (max-width: 1023px) {
	.medium{
		width: 99.99%;
		height: auto;
	}
	.small{
		width: 49.99%;
		height: auto;
	}
	.clanci > .small, .big, .medium{
		padding: 15px;
	}
	.clanci > .small:nth-child(3n){
		padding-right: 15px;
	}
	.clanci > .small:nth-child(3n+1){
		padding-right: 15px;
		padding-left: 15px;
	}
	.clanci > .small:nth-child(3n+2){
		padding-left: 15px;
	}
	.smallContent > p {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	#hero,
	.map,
	.medium,
	.small,
	.smallContent,
	.small > a {
		height: auto;
	}
	.splitRow > .small, .clanci > .small {
		width: 49.99%;
		padding: 15px;
		height: auto;
	}
	.hide{
		display: none;
	}
	.fullCover{
		width:100%;
	}
	.mediumContent {
		margin-top: 15px;
		padding:0;
	}
	.mediumContent .whiteText {
		color: black;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
	}


	.heroContainer {
		width: 100%;
	}
	nav > i {
		margin-right: 0px;
	}
	.show {
		display: block;
	}
	.telegramStudio {
		margin-left: 0px;
		width: 60px;
	}

	footer .social {
		float: right;
		width: auto;
		font-size: 24px;
		padding-top: 20px;
	}

	footer .social i {
		padding-left: 12px;
	}
}
@media screen and (max-width: 640px) {
	.small {
		width: 99.99%;
	}
	.clanci .small {
		width: 99.99%;
	}
	h1{
		font-size: 27px;
		line-height: 41px;
		width: 80%;
		margin: 0 auto;
		margin-top: 50px;
		height: auto;
		text-align: center;
	}
	.ja{
		font-size: 90px;
		line-height: 90px;
	}
	.trcim {
		font-size: 42px;
		line-height: 52px;
	}
	h2{
		text-align: center;
		width: 100%;
		font-size: 14px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.cta{
		margin: 0 auto;
	}
	.opis{
		font-size: 20px;
	}

	#hero {
		height: 75vh;
	}

	.heroContent {
		position: relative;
		height: 100%;
	}

	.heroContainer {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}

	.heroContainer h1 {
		margin-right: 0;
	}
}

.article {
	position: relative;
}

.article img {
	max-width: 100%;
	height: auto;
	display: block;
}

.article .titles {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px;
}