body {
	font-family: 'roboto';
	background-color: #666;
}

#overlay{
	position:fixed;
	z-index:99999;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:rgba(255,255,255,0.98);
	text-align: center;
	padding-top:15%;
}

.home {
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow-y: scroll;
    height: 100%;
}

.home .container {
	display: block;
	height: 100%;
	overflow-y: scroll;
}

.slow-hide {
	height: 0px;
}

.home-bg {
	width: 100%;
}

.ad {
	position: absolute;
	left:50px;
	top:0px;
	width: 20%;
	background-color: rgba(255,255,255,0.8);
	text-align: center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 20px;
}

.ad .btn {
	background-color: rgb(77,200,242);
}

.cap-deko-badge {
	font-size: 1.5em;
	text-align: left;
	padding: 20px;
	position: relative;
	margin-bottom:50px;
	font-weight: 200;
}

.cap-deko-badge.middle {
	color: white;
	margin-top: 100px;
}

.cap-deko-badge strong {
	font-weight: 600;
}

.white-bg {
	background-color: rgba(255,255,255,0.8);
}

.cap-deko-badge img {
	position: absolute;
	right: 20px;
	top:-10px;
	z-index: -1;
	width: 30%;
}

.cap-deko-cyan {
	background-color: rgb(77,200,242);
}

.middle-band {
	width: 30%;
	left:50%;
	margin-left: -15%;
	height: 200%;
	position: absolute;
	z-index: -1;
}

.home {
	width: 100%;
	display: block;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.logo-wrapper {
	width: 50%;
	padding: 30px;
	margin-left: auto;
	margin-right: auto;
}

.logo, .contact{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	display: block;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    padding:40px;
    text-align: center;
    background-color: white;
}

.contact img {
	width: 20%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20px;
}

.logo img {
	width: 100%;
}

@media only screen 
and (max-width : 1023px) {
	.middle-band {
		display: none !important;
	}

	.logo-wrapper {
		width: 100% !important;
	}

	.cap-deko-badge img {
		display: none !important;
	}

	.cap-deko-badge.middle {
		color: black !important;
		margin-top: 0px !important;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1024px) {
}