body {
	font-family: 'Roboto', sans-serif;
}
a {
	-webkit-transition: all 700ms;
	transition: all 500ms;
}
.navbar {
	//background: #242424;
	overflow: hidden;
	border: 0;
	border-radius: 0 !important;
	text-align: left;
	-webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
	box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
	min-height: 100px;
	
	font-weight: 500;
}
.navbar-nav {
	margin-top: 25px;
}
.navbar-toggle {
	margin-top: 30px;
	margin-bottom: 30px;
}
.navbar-brand>img {
	height: 70px;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}
.navbar-brand>img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);	
}
.navbar-nav>li>a {
	color: #175591;
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: transparent;
	color: #cc0000;
}
.icon-bar {
	background-color: #175591;
}

#uvod {
	font-size: 55px;
	background: #F5F5F5;
	margin-top: -15px;
}

#uvod article {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding: 100px 0 140px 0;
}

.shadow {
	text-shadow: 2px 2px 5px #800000;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}

.shadow:hover {
	text-shadow: none;
}

#reference {
	padding: 80px 0;
}

.tbox {
	width: 120px;
	display: inline-block;
}
.timg {
	width: 100%;
	display: inline-block;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}

.timg:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


#kontakt {
	background: #242424;
	padding: 80px 0;
}

#kontakt article {
	font-size: 20px;
	color: white;	
	line-height: 40px;
	text-align: center;
}

#kontakt a {
	color: white;
	text-decoration: none;
}

#kontakt a:hover {
	color: #175591;
}

.glyphicon-chevron-down {
	font-style: italic;
}

.glyphicon-chevron-up {
	font-style: italic;
	left: -8px;
	top: 5px;
}

.blue {
	color: #175591;
}

.red {
	color: #cc0000;	
}

#fb-root {
	margin-top: 80px;
}