body,html{
	margin:0 auto;
	font-family:Open Sans;
	background:#3d3d3d;
}

.overlay{
	background:rgba(0,0,0,0.8);
	width:100%;
	height:100%;
	position:fixed;
	z-index:99;
	display:none;
}
.wrap{
	position:absolute;
	top:0;right:0;bottom:0;left:0;
	margin:auto;
	display:flex;
	justify-content: center;
	align-items: center;
	height:100%;
}
.overlay .box{
	background:#fff;
	width:560px;
	box-shadow:0px 0px 5px #fff;
	text-align:center;
	padding:15px;
	box-sizing: border-box;
	border-radius:3px;
	position:relative;
}
.overlay .box h2{
	margin:0;
	font-weight:300;
	font-size:30px;
}
.overlay .box iframe{
	width:100%;
}

.wrapper{
	width:1100px;
	margin:0 auto;
}
.top{
	background:url(img/top3.jpg) no-repeat;
	background-size:cover;
	width:100%;
	height:350px;
	position:relative;
	text-align:center;
}
.top h1{
	margin:auto;
	font-size:60px;
	color:#fff;
	position:relative;
	top:33%;
	text-transform: uppercase;
	line-height:55px;
	font-weight:900;
	text-shadow: 0px 5px 10px black;
}
.mob{
	padding:30px 60px;
	box-sizing: border-box;

}
.mob .info{
	float:right;
	width:50%;
	text-align:center;
	padding-top:110px;
	color:#fff;
}
.mob img{
	cursor:pointer;
}
.info h1{
	margin:0;
	font-weight:300;
	margin-bottom:25px;
	font-size:28px;
}
.info span{
	font-weight:300;
}
.mob .button{
	background:#c2394d;
	padding:20px;
	width:100%;
	color:#fff;
	text-transform: uppercase;
	font-size:25px;
	font-weight:300;
	border:none;
	border-radius:0;
	cursor:pointer;
	outline:none;
}
.bar{
	background:#313131;
	width:100%;
	padding:80px;
	box-sizing: border-box;
	text-align:center;
}
.bar .c{
	width:33%;
	float:left;
	color:#fff;
}
.c .fa{
	color:#fff;
	font-size:50px;
	display:inline-block;
	margin-left:5px;
	margin-right:5px;
}
.c h3{
	font-weight:300;
	font-size:25px;
	margin-bottom:0;
}
.bar .button{
	background:#c2394d;
	padding:15px;
	width:60%;
	margin:0 auto;
	color:#fff;
	text-transform: uppercase;
	font-size:25px;
	font-weight:300;
	border:none;
	border-radius:0;
	cursor:pointer;
	outline:none;	
	margin-top:25px;
}

.comments{
	text-align:center;
	padding-top:30px;
	padding-bottom:60px;
	color:#fff;
}
.comments h2{
	font-weight:300;
	margin-bottom:40px;
}
.comment{
	width:100%;
	background:#313131;
	padding:15px;
	margin-top:10px;
	margin-bottom:10px;
}
.comment img{
	width:150px;
	height:150px;
	object-fit:cover;
	float:left;
}
.comment h3{
	font-size:30px;
	margin-top:0;
	font-weight:300;
	color:#c2394d;
}
.comment.right img{
	float:right;
}
.comment.right .txt{
	float:left;
	text-align:left;
}
.comment .txt{
	width:80%;
	float:right;
	text-align:right;
}
.comments .button{
	background:#c2394d;
	padding:15px;
	width:60%;
	margin:0 auto;
	color:#fff;
	text-transform: uppercase;
	font-size:25px;
	font-weight:300;
	border:none;
	border-radius:0;
	cursor:pointer;
	outline:none;	
	margin-top:25px;
}
.mobileshow{
	display:none;
}



.formular{
	width:100%;
	margin:0 auto;
	position:relative;
	margin-top:15px;
}
.formular .gender, .formular .gender_search{
	width:100%;
	margin:0 auto;
	height:50px;
}
.formular .step1 h3{
	display:inline-block;
	float:left;
	margin:0 auto;
	margin-right:20px;
	width:110px;
	margin-left:15px;
}
.formular .step1 input[type="radio"]{
	margin-right:5px;
}
.formular .step1 .gender span, .formular .step1 .gender_search span{
	font-size:12px;
}
.formular .step1 .item{
	float:left;
	width:80px;
	margin-top:3px;
}
.formular .step2, .formular .step3{
	text-align:left;
}

.formular .btn, .formular .submit{
	background:#c2394d;
	color:#fff;
	border:none;
	border-radius:5px;
	width:100%;
	padding:10px;
	font-size:25px;
	cursor:pointer;
}
.formular .btn span{
	animation: blinker 1s linear infinite;
}

.formular .number{
	background:#eee;
	border-radius:50%;
	width:35px;
	height:35px;
	line-height:35px;
	display:inline-block;
	margin-left:15px;
	margin-right:15px;
}
.formular .activen{
	background:linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
	color:#fff;
}
.formular .geb select{
    display: inline-block;
    width: 32%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    
}
.formular .land select{
	width:100%!important;
}
.formular .email input, .formular .geb input, .formular .land select, .formular .land input{
    display: inline-block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	outline:none;
	margin-top:5px;
	margin-bottom:5px;
	box-sizing: border-box;
}
.formular .step2, .formular .step3, .formular .step4{
	display:none;
}
.formular .error{
	color:red;
	font-size:12px;
	display:none;
}
.always{
	display:block!important;
}
.hideimp{
	display:none!important;
}
.overlay .close{
	position:absolute;
	border-radius:50%;
	background:#fff;
	right:-10px;
	top:-10px;
	width:30px;
	height:30px;
	line-height:27px;
	font-size:20px;
	border:1px solid #000;
	cursor:pointer;
	z-index:9999;
	color:#000;
}




@media only screen and (max-width:480px){
	
	.mobile{
		display:none;
	}
	.mobileshow{
		display:block;
	}
	.wrapper{
		width:100%;
	}
	.top{
		height:150px;
	}
	.top h1{
	    margin: auto;
	    font-size: 40px;
	    color: #fff;
	    position: relative;
	    top: 25%;
	    text-transform: uppercase;
	    line-height: 38px;
	    font-weight: 900;
	    text-shadow: 0px 5px 10px black;
	}
	.mob{
		padding:0;
		padding-top:30px;
		padding-bottom:30px;
		text-align:center;
	}
	.mob img{
		width:38%;
	}
	.mob .info{
		width:55%;
		padding-top:40px;
		padding-right:10px;
	}
	.info h1{
		font-size:17px;
		margin-bottom:10px;
	}
	.info span{
		font-size:12px;
	}
	.mob .button{
		font-size:21px;
		margin-top:20px;
	}
	.bar .c{
		width:100%;
		margin-top:25px;
		margin-bottom:25px;
	}
	.bar{
		padding:20px;
	}
	.comment{
		box-sizing: border-box;
	}
	.comment img{
		width:80px;
		height:130px;
	}
	.comment .txt{
		width:76%;
	}
	.comment h3{
		font-size:21px;
		margin-bottom:10px;
	}
	.comment span{
		font-size:10px;
	}
	.comments .button{
		width:100%;
	}
	
	.overlay .box{
		width:95%;
	}
	
}