﻿* {
	margin: 0;
	border: 0;
	padding: 0;	
}
body {
	font-family: 'Raleway';
	background-color: white;
    box-sizing: border-box;
	font-size: 18px;
	margin: 0 auto;
}
.header {
	height: 80px;
	width: 100%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
.logo {
	float: left;
	padding-top: 28px;
}
.logo img{
	height: 45px;
}
.menu {
	float: right;
}
.menu a{
	color: #636363;
	text-decoration: none;
	float: left;
    display: block;
	margin-top: 40px;
	margin-left: 50px;
}
.menu a:hover{
	color: black;
}
.kontakt-btn {
	float: right;	
}
.kontakt-btn a{
	color: white;
	background-color: #f3b800;
    display: block;
	margin-top: 30px;
	margin-left: 50px;
	padding: 10px 30px 10px 30px;
	border-radius: 10px;
}
.kontakt-btn a:hover{
	color: white;
	background-color: #ffc921;
}

.title {
	min-height: 90vh;
	width: 100%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
.title-text {
	width: 50%;
	height: 600px;
	float: left;
}
.title-box {
	max-width: 100%;
	margin-top: 30vh;
}
.title-box a{
	color: #8a8a8a;
}
.title-box h1{

}
.button a{
	color: white;
	background-color: #f3b800;
	text-decoration: none;
	padding: 10px 30px 10px 30px;
	border-radius: 10px;
	float: left;
	margin-top: 50px;
	margin-right: 50px;
}
.button a:hover{
	color: white;
	background-color: #ffc921;
}
.image {
	width: 50%;
	float: right;
}
.image-img {
	background-color: white;
	width: 500px;
	height: 500px;
	margin-top: 14vh;
	border-radius: 50% 0% 50% 50%;
	background-image: url("../img/geodet.jpg");
	background-position: center;
	background-size: cover;
	float: right;
}
.image-respo {
	display: none;
}
.image-img-respo {
	display: none;
}
.services {
	background-color: white;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../img/vektor.png");
	background-repeat: no-repeat;
	background-size: 25%;
}
.services-box {
	width: 100%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
.services-title {
	width: 40%;
	float: left;
	padding-top: 50px;
}
.services-title h1{
	color: #f3b800;
}
.services-title a{
	color: gray;
}
.services-text {
	padding-top: 80px;
	padding-left: 40%;
}
.services-text h2{
	color: #f3b800;
}
.services-text a{
	color: black;
}

.referencie {
	background-color: #f3b800;
	width: 100%;
}
.referencie-box {
	background-color: #f3b800;
	width: 100%;
}
.referencie-nadpis{
	width: 100%;
	max-width: 1080px;
	text-align: center;
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
	color: black;
}
.referencie-nadpis h1{
	color: black;
}
.referencie-text {
	width: 100%;
	max-width: 1080px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.referencie-text li{
	color: white;
}
.contact{
	background-color: white;
	width: 100%;
}
.contact-box {
	width: 100%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	min-height: 210px;
}
.contact-adress {
	width: 33%;
	float: left;
	padding-top: 20px;
}
.contact-adress a{
	text-decoration: none;
	color: black;
}

.contact-adress h2{
	color: #f3b800;
}
.link a:hover{
	color: gray;
}
.foother {
	background-color: white;
	width: 100%;
	font-size: 15px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	text-align: center;
	color: gray;
}


	
@media (max-width: 1150px) {
.header {
	margin-left: 2%;
	margin-right: 2%;
	max-width: 96%;
}
.title {
	margin-left: 2%;
	margin-right: 2%;
	max-width: 96%;
}
.services-box {
	margin-left: 2%;
	margin-right: 2%;
	max-width: 96%;
}
.referencie-box {
	margin-left: 5%;
	margin-right: 5%;
	max-width: 90%;
}
.contact-box {
	margin-left: 2%;
	margin-right: 2%;
	max-width: 96%;
}
}

@media (max-width: 1005px) {
.image-img {
	width: 400px;
	height: 400px;
}
.title-box h1{
	font-size: 32px;
}
.title-box h2{
	font-size: 25px;
}
.services {
	background-size: 40%;
}
}

@media (max-width: 800px) {
.image-img {
	width: 350px;
	height: 350px;
}
.title-box h1{
	font-size: 28px;
}
.title-box h2{
	font-size: 20px;
}
.button a{
	padding: 5px 20px 5px 20px;
	margin-top: 50px;
	margin-right: 20px;
}
.services {
	background-size: 42%;
}
}

@media (max-width: 745px) {
.contact-adress {
	width: 100%;
	padding-top: 20px;
	float: none;
	text-align: center;
}
.foother {
	margin-top: 20px;
}
}
@media (max-width: 660px) {
.logo {
	float: none;
}
.image-img {
	width: 300px;
	height: 300px;
}
.menu a{
	margin-top: 15px;
	margin-left: 40px;
}
.kontakt-btn a{
	margin-top: 5px;
	margin-left: 40px;
}
.title-text {
	width: 100%;
}
.image {
	display: none;
}
.button a{
	padding: 10px 25px 10px 25px;
	margin-top: 50px;
	margin-right: 30px;
}
.image-respo {
	width: 100%;
	display: block;
}
.image-img-respo {
	background-color: white;
	width: 100%;
	height: 100vh;
	border-radius: 0% 0% 0% 0%;
	background-image: url("../img/geodet.jpg");
	background-position: center;
	background-size: cover;
	display: block;
}
.services {
	background-size: 45%;
}
.services-title {
	width: 60%;
	float: right;
	padding-bottom: 25px;
	background-color: white;
}
.services-title {
	background-color: white;
}
.services-title h1{
	font-size: 32px;
}
.services-title a{
	font-size: 16px;
}
.services-text h2{
	font-size: 25px;
}
.services-text a{
	font-size: 16px;
}
.referencie-nadpis h1{
	font-size: 32px;
}
.referencie-text li{
	font-size: 16px;
}
}