﻿.videoWrapper 
{
	position: relative;

	padding-bottom:31.0%;
	padding-top: 25px;
	height: 0;
	text-align:center;
	/*background: #232f53;*/
}
.videoWrapper iframe 
{
	position: absolute;
	margin: 0 auto;
	width: 80%;
	height: 90%;
	left:10%;
	border: 3px solid #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#page-header,
.navbar
{
	display:none;
}
.intro-body{
	vertical-align:top !important;
	padding-top: 9%;
}
.link_return_home{
	text-align: center;
	font-size: 20px;
	text-decoration: underline;
}
.underline_link{
	text-decoration: underline;
}
.shadow{
	text-shadow: 0px 0px 5px #232f53;
}
.brand-heading{
	word-spacing: 5px;
}

#citybg{
	bottom: initial;
	top: 50%;
}
#bottom_blue{
	background: #232f53;
	width:100%;
	display:block;
	height:30%;
	position:absolute;
	bottom:0;
}

footer, 
#footer {
	background: #0d121d!important;
}

.intro .intro-body .brand-heading{
	font-size: 36px;
	letter-spacing: 0px;
}
.intro{
	height: auto !important;
}

@media(max-width : 768px){
	.retry_link{
		margin-top: 50px;
	}
}

/* Redesign 03.08.2019 */
#logo{
	margin-bottom: 43px;
}

.intro .intro-body .brand-heading{
	margin-bottom:10px;
	letter-spacing: -1.8px!important;

}

.videoWrapper .how-to{
	color:#333;
	background-color: #ffffff;
	padding:25px 25px 49px 25px;
	border-radius: 3px;

}

.videoWrapper .how-to .text{
	text-align: left;
}

.videoWrapper .how-to img{
	padding: 25px 0 0 25px;
}

.videoWrapper .how-to h4{

	font-size: 24px;
	font-weight: bold;
	color: #377bba;
	margin-bottom: 10px;
}

.videoWrapper .how-to p{

	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.56;
	letter-spacing: normal;
	color: #0d121d;
	margin-bottom: 30px;

}

.videoWrapper .how-to .video{
	text-align: left;
}


.videoWrapper .how-to .video a{
	font-size:14px;
	font-weight: bold;
	color:#377bba!important;
	text-transform: uppercase;
	border:1px solid #377bba;
	border-radius:1.5px;
	padding:10px 25px;
	transition: 0.25s ease-in-out;
}

.videoWrapper .how-to .video a:hover{
	background-color: #377bba;
	color:#fff!important
}

.videoWrapper .how-to .text{
	padding-top: 15px;
	padding-left: 55px;

}

.intro .intro-body .brand-heading{
	font-size: 36px!important;
}


@media screen and (min-width: 1200px){
	.videoWrapper .how-to{
		position: relative;
		left:49px;
	}
}

@media screen and (max-width: 1200px){
	.videoWrapper .how-to .text{
		padding-left: 65px;
	}
}

@media screen and (max-width: 992px){
	.videoWrapper .how-to h4{
		font-size:20px;
	}

	.videoWrapper .how-to p{
		font-size:16px;
	}

	.videoWrapper .how-to img{
		padding: 25px 0 0 0;
	}
}

@media screen and (max-width: 767px){


	.videoWrapper .how-to .text{
		text-align: center;
		padding-left: 0;
	}

	.videoWrapper .how-to .video{
		text-align: center;
	}
	.videoWrapper .how-to img {
		padding: 15px 0 0 0;
	}

	.videoWrapper .how-to{

		margin:0 10px;
	}

}


@media screen and (max-width: 769px){
	.videoWrapper{
		padding-bottom: 11.0%!important;
	}
}


@media screen and (max-width: 768px) {

	.videoWrapper{
		height:inherit!important;
		background:inherit!important;
	}



	.videoWrapper .how-to-install .video{
		text-align: center;
	}

	.videoWrapper .how-to-install{
		margin:0 10px;
	}

}

@media screen and (max-width: 440px) {
	.videoWrapper {
		padding-bottom: 11.0%!important;
	}
	.intro .intro-body .brand-heading{
		font-size:24px!important;
	}

	.intro .intro-body .brand-heading{
		font-size: 24px!important;
		padding-top: 30px;
	}
	.intro .intro-body p{
		font-size: 16px!important;
		padding-top: 10px;
	}
	.videoWrapper {
		padding-top: 35px!important;
	}

	#logo{
		margin-bottom: 10px;
	}
}


/* Works */