[class^="icon-"], [class*=" icon-"] {
	font-size: 3.7em;
}

/* co už... dodělávka */
span.img-moving-anim {
	background-image: url(../img/icon-moving-anim.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: inline-block;
	width: 60px;
	height: 60px;
}

/* oprava justify */
.tile > p, .logos, #clients, #clients > p, #partners > h1 {
	text-align: center;
}

#header {
	background-image: url(../img/index/studio_2.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#header > div.container {
	padding: 180px 0 20px;
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
}

#header div.intro {
	display: block;
	text-align: center;
	font-size: 20pt;
	line-height: 1.6em;
}

#header div.knowHow {
	margin: 100px auto 0px;
	padding: 0;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

#header div.knowHow  > .star:before {
	content: "\2605";
	margin: 0 10px;
}

#header div.knowHowCS {
	text-transform: uppercase;
	font-size: 10pt;
	margin: 50px auto 0px;
	padding: 0;
	display: flex;
	justify-content: space-around;
}
#header div.knowHowCS div {
	width: 145px;
	text-align: center;
}
#header div.knowHowCS div > img {
	width: 80%;
}

#kamion {
	text-align: center;
}

#kamion a.button {
	padding: 1em 2.7em;
	margin: 50px auto 50px;
	background-color: #ed5155;
	border-color: #dc1a1c;
}

#quote {
	background-color: #50adee;
	padding: 60px;
	color: white;
}

#quote > h1 {
	display: block;
	font-size: 20pt;
}

#quote > hr {
	width: 150px;
	height: 1px;
	background-color: white;
	border: 0px;
	margin: 20px 0px 5px;
	padding: 0;
}

#quote > p {
	margin: 0;
	padding: 0;
}

#quote > p > b {
	text-transform: uppercase;
}

#quote > p > a {
	color: white;
	text-decoration: none;
	font-size: 0.9em;
}

#quote > p > a:hover {
	text-decoration: underline;
}

.cell {
	position: relative;
	background-color: white;
}

.cell > div {
	width: 360px;
	padding: 0;
	margin: 0;
}

.cell > div.left {
	float: left;
}

.cell > div.right {
	float: right;
}

.cell > .text {
	padding-top: 60px;
}

.cell h1 {
	margin-top: 10px;
}

.cell p {
	font-size: 0.9em;
}

.cell a.button {
	padding: 0.5em 2.4em;
	font-size: 0.95em;
	background-color: #50ADEE;
	border-color: #1975DE;

}

.cell > .anim {
	width: 360px;
	height: 400px;
	overflow: hidden;
}

#infobar {
	padding: 60px;
}

#infobar .tile {
	width: 24%;
	display: inline-block;
	text-align: center;
}

#infobar .tile > h1 {
	font-weight: bold;
	font-size: 2.8em;
}

#clients {
	background-color: #50adee;
	color: white;
	padding: 40px;
}

#clients > h1 {
	font-size: 1.6em;
}

#clients > hr {
	width: 250px;
	height: 1px;
	background-color: #7cc2f2;
	border: 0px;
	margin: 20px auto;
	padding: 0;
}

#clients .logos {
	padding: 10px 100px;
}

#clients .logos > img {
	width: 180px;
}

#clients p {
	font-size: 1.1em;
}

#clients button, #clients a.button {
	padding: 1em 1.2em;
	margin-left: 20px;
	color: #546173;
	background-color: white;
	border-color: #1975DE;
}

#partners {
	padding: 40px;
	padding-bottom: 20px;
}
#partners .logo {
	width: 190px;
	box-sizing: border-box;
	padding: 20px;
}
#partners .logo > img {
	max-width: 150px;
	max-height: 145px;
}