h1,h2,h3 {
	font-family: 'Teko', sans-serif !important;
}

body {
	background-image: url('support/bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	font-family: 'Roboto', sans-serif !important;
}
a:hover {
	text-decoration: none !important;
	color: #04b100 !important;
}
.clear {
	margin-top: 30px;
	color: white;
	text-transform: uppercase;
}
.content {
	background-color: white;
	margin-top: 30px;
	box-shadow: 0px 0px 25px 0px #000;
}
.content h2 {
	padding-top: 1em;
}
.content p, .content h2, .content h3 {
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
}
.img-responsive {
	width: 100%;
	box-shadow: 0px 0px 25px 0px #000;
}
.contact {
	float: right;
	margin-top: 40px;
}
.contact p {
	color: white;
	display: inline-block;
	font-size: 20px;
}
.contact a {
	color: white;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
}
.info {
	margin-right: 30px;
}
.footer {
	text-align: center;
	margin-top: 0px;
	/*margin-top: -11px;*/
}
.footer a {
	color: white;
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	margin-left: 30px;
    margin-right: 30px;
}
.border {
	border-right: 2px solid #005eb3;
	line-height: 50px;
}
.border:last-child {
	border-right: none;
}


@media screen and (max-width: 1200px) {
	.footer a {
		margin-left: 10px;
    	margin-right: 10px;
	}
}
@media screen and (max-width: 991px) {
	.footer a {
		margin-left: 5px;
    	margin-right: 5px;
    	font-size: 16px;
	}

	.contact {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 767px) {
	.footer a {
		display: block;
	}
	.contact {
		float: none;
		text-align: center;
	}
	.clear {
		text-align: center;
	}
	.border {
		border-right: none;
	}
}
@media screen and (max-width: 505px) {
	.info {
		margin-right: 0;
	}
	.contact a {
		display: block;
	}
	.contact p {
		margin-bottom: 0;
	}
}
.topoffset {margin-top: 2em;}
.ref {
	position: relative;
	height: 190px;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
	display: inline-block;
	float: left;
}
.referencie {
	height: 190px;
	margin: 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webki-transition: all .3s ease;
	transition: all .3s ease;
	transform: scale(1);
	background-size: 100% 100%;
}
.referencie:hover {
	background-size: 110% 110%;
}
.btn-service{font-family: 'Teko', sans-serif !important;margin-left:20px;border:none;position:relative;padding:10px 15px 5px;border-radius:0;text-transform:uppercase;font-size:18px;z-index:100;background-color:#05ca00; color: white;}
.btn-service:after{position:absolute;bottom:-6px;left:0;display:block;width:100%;content:'';z-index:10;height:6px;background-color:#22ab17;}
.btn-service:hover{top:3px;color:#fff;}

.nadpis {
	font-weight: 700;
	color: #000;
	font-family: 'Teko', sans-serif !important;
	text-align: center !important;
}
.offset {
	margin-bottom: 1em;
}
.button a {
	border: 0 solid transparent;
    position: relative;
    display: block;
    padding: 30px;
    border-radius: 0;
    z-index: 100;
    background-color: #05ca00;
    color: white;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
}
.button a:hover {
    color: #014c8c !important;
}
.button {
    width: 200px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 15px;
    background-color: black;
    border: 1px solid white;
}