#content h2{
	margin-top: 5em;
}

#icons {
	position: relative;
	padding-bottom: 150%;
	background: url('watermark-ar-grey.svg') center no-repeat;
	background-size: 70%;
}

.icon {
	position: absolute;
	text-align: center;
	width: 10vw;
}

.icon img {
	display: block;
	max-width: 100%;
	margin-bottom: 0.7em;
}

.brush {
	position: absolute;
}

#background {
	background: url('background-footer.jpg') bottom no-repeat;
	background-size: 100vw;
}

.gray-box {
	margin-top: 20em;
}

.gray-box .row {
	margin-top: -16em;
}

.gray-box .button-circle-shadow {
	width: 75%;
	margin: auto;
	margin-bottom: 2em;
}

.gray-box .handwritten {
	margin-top: 2em;
	margin-bottom: 3em;
}

#icon-1 {
	left: 10%;
	top: 5%;
}

#icon-2 {
	left: 45%;
	top: 10%;
}

#icon-3 {
	left: 80%;
	top: 5%;
}

#icon-4 {
	left: 65%;
	top: 27%;
}

#icon-5 {
	left: 27%;
	top: 26%;
}

#icon-6 {
	left: 8%;
	top: 43%;
}

#icon-7 {
	left: 40%;
	top: 54%;
}

#icon-8 {
	left: 75%;
	top: 55%;
}

#icon-9 {
	left: 47%;
	top: 75%;
}


#brush-1 {
	left: 26%;
	top: 7%;
}

#brush-2 {
	left: 61%;
	top: 12%;
}

#brush-3 {
	left: 78%;
	top: 20%;
}

#brush-4 {
	left:45%;
	top: 33%;
}

#brush-5 {
	left: 13%;
	top: 32%;
}

#brush-6 {
	left: 23%;
	top: 55%;
}

#brush-7 {
	left: 55%;
	top: 55%;
}

#brush-8 {
	left: 65%;
	top: 76%;
}

#button-prezentace {
	background-image: url('sluzba-placeholder-01.jpg');
}

#button-videoprohlidky {
	background-image: url('sluzba-placeholder-01.jpg');
}

#button-3d-virtualni-prohlidky {
	background-image: url('sluzba-placeholder-01.jpg');
}

@media(max-width: 1199px) {
	#content h2 {
		margin-top: 2em;
		margin-bottom: 0em;
	}

	#brush-3 {
		top: 24%;
	}

	.gray-box {
		margin-top: 20em;
	}

	.gray-box .row {
		margin-top: -13em;
	}

	#button-3d-virtualni-prohlidky strong {
		margin-top: -3vw;
	}
}

@media(max-width: 991px) {
	#content h2 {
		margin-top: 2em;
		margin-bottom: 0em;
		font-size: 2.3em;
	}

	#brush-1 {
		width: 18%;
	}

	#brush-3 {
		width: 8%;
		top: 30%;
		left: 80%;
	}

	#brush-4 {
		width: 20%;
	}

	#brush-5 {
		width: 10%;
	}

	#brush-6 {
		width: 16%;
	}

	#brush-7 {
		width: 20%;
	}

	#brush-8 {
		top: 85%;
		width: 15%;
	}

	#icon-9 {
		top: 80%;
	}

	.gray-box {
		margin-top: 28em;
	}

	.gray-box .row {
		margin-top: -10em;
	}

	.gray-box .handwritten {
		font-size: 1.4em;
	}

	.gray-box .button-circle span {
		margin: 1em;
	}
}

@media(max-width: 767px) {
	#content h2 {
		font-size: 1.8em;
		margin-bottom: 2em;
	}

	#icons .brush {
		display: none;
	}

	#icons .icon {
		position: static;
		width: 100%;
		margin-bottom: 2em;
	}

	#icons .icon img{
		width: 20%;
		margin: auto;
	}

	#icons {
		padding-bottom: 0%;
	}

	.gray-box {
		margin-top: 12em;
	}

	.gray-box .button-circle span strong{
		font-size: 5vw;
	}
}