#contact {
    position: relative;
    min-height: 843px; /*768px;*/
    height: calc(100vh - 41px);
}

#contact video {
	/*width: 100%;
	min-height: 791px;
	height: 100%;*/
	position: absolute; 
    right: 0; 
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto; 
    height: auto; 
    z-index: -100;
    background-size: cover;
    overflow: hidden;
	/* fix whitespace */
	display: block;
}

#contact .form-wrapper {
	position: absolute;
	top: 280px; /*230px;*/
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 580px;
	width: 100%;
	height: auto;
}

#contact .form-group {
	margin-bottom: 20px;
	min-height: 65px;
}

#contact .form-group.last {
	margin-bottom: 10px;
}

#contact label {
	color: #D2FF00;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
}

#contact input, #contact textarea {
	border-radius: 0;
}

#contact textarea {
	min-height: 126px;
	resize: none;
}

#contact .button-wrapper {
	text-align: right;
}

#contact .button-wrapper button {
	font-family: 'Oswald', sans-serif;
	color: #000;
	background-color: #D2FF00;
	border: 0;
	font-size: 20px;
	font-weight: 600;
	padding: 2px 15px;
}

#contact .contact-info {
	position: absolute;
	top: 280px; /*230px;*/
	left: 35px;
}

#contact .contact-info .title {
	color: #D2FF00;
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 50px;
	margin-bottom: 112px;
}

#contact .contact-info .content {
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

#contact .contact-info .content a {
	color: #FFF;
}

#contact .contact-info .content .group {
	margin-bottom: 15px;
}

.confirm-container {
	margin-top: 30px;
	padding: 12px;
	margin-bottom: 30px;
	background-color: #CCEC00;
	border-radius: 5px;
	display: none;
}

.confirm-container h2 {
	margin-top: 0px;
	font-size: 20px;
	padding: 0;
}


footer .items {
	display: none;
}

/*footer .bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
}*/

body {
	/*background-color: #000;*/
}

@media(max-width: 1150px) { /* 992px */
	#contact {
		padding-top: 100px;
		min-height: 0;
	}

	#contact .contact-info {
		position: static;
		text-align: center;
	}

	#contact .contact-info .title {
		margin-bottom: 20px;
	}

	#contact .form-wrapper {
		position: static;
	}
	
}

@media(max-width: 768px) {
	#contact .form-wrapper {
		padding: 0 15px;
		padding-bottom: 30px;
	}

	#contact .contact-info .title {
		font-size: 40px;
		margin-bottom: 10px;
	}

	#contact .contact-info .content {
		font-size: 13px;
	}

	#contact .form-group {
		min-height: 0;
	}

	#contact label {
		font-size: 14px;
	}

	.form-control {
		font-size: 13px;
	}

	#contact textarea {
		min-height: 0;
	}

	#contact .form-group.last {
		margin-bottom: 30px;
	}

	#contact {
		height: 100%;
	}

	#contact .button-wrapper button {
		width: 100%;
	}

	#contact .contact-info .content .group {
		margin-bottom: 10px;
	}

}

/* FIX IPAD */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1) {
	 /*#contact {
    	height: 100vh;
	}*/
 }
