body {
	@import url('https://fonts.googleapis.com/css?family=Open+Sans');
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
body, html {
	min-height: 100%;
}

header#top-header {
	background-color: #00a0d0;
	height: 60px;
	position: relative;
	z-index: 5;
}
#top-header.home #top-header-sidebar-title {
	border-right: none;
}
#top-header-sidebar-title {
	border-right: 1px solid #FFF;
	box-sizing: border-box;
	color: #FFF;
	font-weight: 600;
	line-height: 60px;
	padding-left: 30px;
	text-transform: uppercase;
	width: 321px;
}
#top-header-logo {
	position: absolute;
	text-align: center;
	top: 10px;
	width: 100%;
	z-index: 10;
}
#top-header-reset {
	left: 320px;
	position: absolute;
	top: 60px;
}
#top-header-reset a {
	background-image: url(../img/layout/top-header-reset-background.png);
	color: #FFF;
	display: block;
	font-size: 11px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	width: 164px;
}

#body-intro {
	background-image: url(../img/intro/desktop-background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#introdoors {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#intro-header {
	background-color: #00a0d0;
	height: 50px;
}
#intro-header img {
	height: 50px;
}
#intro-header div {
	float: left;
	height: 50px;
	width: 50%;
}
#intro-header div#intro-header-logo {
	text-align: right;
}
footer#footer-bottom {
	background-color: #2e2e2e;
	bottom: 0;
	line-height: 44px;
	height: 44px;
	position: fixed;
	width: 100%;
}
#footer-bottom { box-sizing: border-box; padding-left: 50px; padding-right: 50px; color: #FFF; z-index: 15; }
#footer-bottom a { color: #FFF; }
#footer-bottom-copyright { float: left; }
#footer-bottom-web { float: right; }

#home-doors-locks {
	margin: auto;
	max-width: 100%;
	width: 1200px;
}
#home-doors-locks .lock {
	display: inline-block;
	margin-bottom: 30px;
	margin-right: 10px;
	text-align: center;
	width: 30%;
}
#home-doors-locks .lock a.lock-title {
	border-top: 2px solid #00a0d0;
	color: #333;
	display: block;
	line-height: 30px;
	margin-top: -5px;
	text-align: right;
	text-decoration: none;
	transsition: all 0.5s;
}
#home-doors-locks .lock img {
	border: 1px solid #CCC;
	border-bottom: none;
	box-sizing: border-box;
	margin-bottom: 0px;
	transition: all 0.5s;
}
#home-doors-locks .lock img, #home-doors-locks .lock a {
	margin: auto;
	max-width: 60%;
}
#body-home h1 {
	border-bottom: 2px solid #00a0d0;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 30px;
	padding: 4px 0;
	text-transform: uppercase;
}

#home-doors-locks .lock .lock-bottom-bar {
	position: relative;
	height: 6px;
	margin: auto;
	width: 60%;
}
#home-doors-locks .lock .lock-bottom-bar div {
	background-color: #666;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.5s;
	width: 0;
}
#home-doors-locks .lock:hover img {
	border-color: #00a0d0;
}
#home-doors-locks .lock:hover a.lock-title {
	color: #00a0d0;
}
#home-doors-locks .lock:hover .lock-bottom-bar div {
	background-color: #00a0d0;
	width: 100%;
}

@media (max-width: 600px) {
	#intro-header { height: 100px; }
	#intro-header div { display: block!important; float: none; width: 100%; text-align: center!important;}
	#home-doors-locks h1 { text-align: center; }
	#home-doors-locks .lock { width: 100%; margin: auto; margin-bottom: 20px; }
	body { margin-bottom: 50px; }
}