	html,body {
		height: 100%;
	}
	.mobile-header {
		display: none;
	}
	.region.region-content {
		height: 100%;
		/* background: #0d1d2c url('../images/Website-28.jpg') repeat-x scroll center top / contain; */
		background: #0d1d2c;
	}
	.custom-top-nav {
		display: none;
	}
	.w-nav {
		background: transparent;
		display: none;
	}
	.w-home-nav {
		display: block;
	}
	.normal-header {
		  box-shadow: none;
	}
	.video-wrap {
		position: absolute;
		transform: translateX(-50%);
		bottom: -60px;
		left: 50%;
		margin-right: -50%;
		text-align: center;
		z-index: 0;
	}
	.video-wrap .video-inner-wrap {
		overflow: hidden;
	}
	.video-wrap video {
		width: 45%;
		margin-top: -60px;
	}
	.video-wrap .backup-image-inner-wrap {
		display: none;
	}
	.video-wrap .backup-image-inner-wrap img {
		width: 100%;
	}
	.w-header {
		position: relative;
	}
	.footer {
		background: transparent;
		display: none;
	}
	.w-home-footer {
		background: #009a80;
		height: 5%;
	}
	.w-home-footer .w-container {
		height: 100%;
	}
	.w-home-footer .w-container .w-row {
		height: 100%;
	}
	.w-home-footer .w-container .w-row .w-col {
		height: 100%;
	}
	.w-home-footer .copyright {
		padding-top: 0;
		left: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.w-home-footer .top-right-wrapper {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		margin: 0;
	}
	.w-home-footer .top-right-wrapper ul.social-icons {
		padding: 0;
		line-height: 8px;
	}
	.w-home-footer .top-right-wrapper ul.social-icons li a img {
		height: 22px;
		width: 22px;
	}
	.w-home-wrapper {
		position: relative;
		/*
		background: url('../images/slice_56.png');
		background-size: cover;
		background-repeat: no-repeat;
		background-color: #0d1d2c;
		*/
		height: 65%;
	}
	.video-wrap .w-container {
		/*
		left: 50%;
		margin-right: -50%;
		position: absolute;
		top: 10%;
		transform: translateX(-50%);
		z-index: 1;
		*/
	}
	.video-wrap .w-container .w-header {
		margin: 0;
	}
	.video-wrap .w-container .w-header h1{
		font-size: 5.5vh;
		line-height: 6vh;
		margin: 0;
	}
	.video-wrap .w-container .w-header h2{
		font-size: 4.6vh;
		line-height: 6vh;
		margin: 0;
	}
	.w-home-wrapper-2 {
		position: relative;
		/*
		background: url('../images/slice-50.png');
		background-size: cover;
		background-repeat: no-repeat;
		background-color: #0d1d2c;
		*/
		/* padding: 130px 0 0; */
		height: 30%;
	}
	.w-home-wrapper-2 .w-container {
		left: 50%;
		margin-right: -50%;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.w-home-btn {
		float: right;
	}
	.w-home-btn:hover div {
		-webkit-animation-name: flipInX;
		animation-name: flipInX;
		-webkit-animation-duration:1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}
	.w-glow-wrapper {
		margin: 0;
	}
	.w-glow-text {
		width: 60%;
	}
	.w-glow-text h1 {
		font-size: 5vh;
		margin-top: 0;
		margin-bottom: 2.2vh 0;
	}
	.w-glow-text p {
		font-size: 2.5vh;
		margin: 2.2vh 0;
	}
	.w-glow-text span {
		font-size: 2.8vh;
		margin: 2.2vh 0;
	}
	.w-glow {
		width: 30%;
	}
	.w-divider {
		margin-left: 20px;
		margin-right: 0px;
	}
	

	/*Media Query*/
	@media (min-width: 1920px) {
		.video-wrap .w-container .w-header h1 {
			font-size: 4.2vh;
			line-height: 5.2vh;
		}
		.video-wrap .w-container .w-header h2{
			font-size: 3.3vh;
			line-height: 5.2vh;
		}
		.w-glow-text h1 {
			font-size: 4vh;
			margin-top: 0;
			margin-bottom: 2.2vh 0;
		}
		.w-glow-text p {
			font-size: 2vh;
			margin: 2.2vh 0;
		}
		.w-glow-text span {
			font-size: 2.3vh;
			margin: 2.2vh 0;
		}
	}
	@media (min-width: 1600px) {
		.video-wrap .w-container .w-header h1 {
			font-size: 4.2vh;
			line-height: 5.2vh;
		}
		.video-wrap .w-container .w-header h2{
			font-size: 3.3vh;
			line-height: 5.2vh;
		}
	}
	@media (max-width: 991px) {
		html,body { height: auto; }
		.region.region-content { height: auto; }
		.w-home-footer { height: auto; }
		.w-home-wrapper { height: 650px; }
		.w-home-wrapper-2 {
			padding: 130px 0 0;
			height: auto;
		}
		.w-home-wrapper-2 .w-container {
			left: auto;
			margin-right: auto;
			position: relative;
			top: auto;
			transform: none;
		}
		.w-glow-wrapper { margin: 50px 0 0; }
		.w-glow-text h1 {
			font-size: 33px;
			margin-top: 20px;
			margin-bottom: 10px;
		}
		.w-glow-text p {
			font-size: 17px;
			margin-top: 0;
			margin-bottom: 20px;
		}
		.w-glow-text span {
			font-size: 20px;
			margin-top: 10px;
			margin-bottom: 0;
		}
		.top-right-wrapper { margin: 0; } 
		.w-home-footer .copyright {
			/* padding-top: 7px; */
			/*
			left: auto;
			position: relative;
			top: auto;
			transform: none;
			*/
		}
		.w-home-footer .top-right-wrapper {
			/*
			right: auto;
			position: relative;
			top: auto;
			transform: none;
			*/
			/* margin: 0; */
		}
		.w-home-footer .top-right-wrapper ul.social-icons {
			/* line-height: normal */;
			/* padding: 0 0 10px; */
		}
		
		.w-home-wrapper-2 {
			padding-bottom: 50px;
			padding-top: 0;
		}
		.w-glow {
			width: 34%;
		}
		.w-glow-wrapper:not(.first-col) {
			margin: 0;
		}
		.w-glow-wrapper {
			margin: 50px 0 0;
		}
		.w-glow-text {
			width: 65%;
		}
		.w-divider {
			border-bottom: 1px solid #24398d;
			box-shadow: 1px 1px 1px #0bcfff;
			margin: 20px 0;
			border-right: 0;
			height: 0;
			display: block;
		}
		
		#output {
			width: 100%;
		}
	}
	
	@media screen and (max-width: 767px) {
		
		.w-header h1 {
			line-height: 30px;
		}
		.w-header h2 {
			font-size: 25px;
		}
		.video-wrap {
			
		}
		
		.video-wrap .video-inner-wrap {
			display: none;
		}
		.video-wrap .backup-image-inner-wrap {
			display: block;
		}
		.video-wrap .w-container .w-header h1{
			font-size: 4.5vw;
			line-height: 7.5vh;
		}
		.video-wrap .w-container .w-header h2{
			font-size: 3.8vw;
			line-height: 7.5vh;
		}
		
		
		.w-home-footer .copyright {
			padding-top: 7px;
			left: auto;
			position: relative;
			top: auto;
			transform: none;
		}
		.w-home-footer .top-right-wrapper {
			right: auto;
			position: relative;
			top: auto;
			transform: none;
			margin: 0;
		}
		.w-home-footer .top-right-wrapper ul.social-icons {
			line-height: normal;
			padding: 0 0 10px;
		}
	}
	
	@media screen and (max-width: 520px) {
		.w-home-btn {
			display: none;
		}
		.video-wrap video {
			margin-top: -50px;
		}
		.video-wrap .w-container .w-header h1{
			font-size: 7vw;
			line-height: 6vh;
			padding: 0px 10px;
		}
		.video-wrap .w-container .w-header h2{
			font-size: 4.8vw;
			line-height: 6vh;
			padding: 0px 10px;
		}
	}
	
	@media screen and (max-width: 480px) {
		.video-wrap .w-container .w-header h1{
			/* font-size: 4.3vw; */
			line-height: 4vh;
		}
		.video-wrap .w-container .w-header h2{
			/* font-size: 3.6vw; */
			line-height: 4vh;
		}
		.video-wrap video {
			margin-top: -40px;
		}
	}
	
	@media screen and (max-width: 375px) {
		/*
		.video-wrap .w-container .w-header h1{
			font-size: 4vw;
			line-height: 4vh;
		}
		.video-wrap .w-container .w-header h2{
			font-size: 3.3vw;
			line-height: 4vh;
		}
		*/
		.video-wrap video {
			margin-top: -30px;
		}
		.w-glow-text {
			width: 64%;
		}
	}