#totsplashscreen p {
	float: left!important;
}
#totsplashscreen img {
	display: block!important;
}
#totSplashLeft {
	width: 48%!important;
	float: right!important;
	padding: 3vw 2vw 3.5vw 1vw!important;
	font-family: 'Gotham Light'!important;
}
#totSplashLeft h2 {
	margin-bottom: 1.5vw!important;
	font-size: 2.56vw!important;
}
#totSplashLeft h2 span {
	font-family: 'gotham_mediumregular';
	font-size: 2vw!important;
	display: block;
	clear: both;
}
#totSplashLeft p {
	margin-top: 0.3vw;
	text-align: justify;
}
#totSplashLeft form p {
	text-align: center;
	width: 100%;
	margin: 0.8vw 0;
}
#totSplashLeft form center .button {
	text-transform: uppercase;
	padding: 7px 22px;
}




#totSplashLeft a:nth-of-type(1){
	width: 85.7%;
	margin: 7vw auto 1.5vw auto;
}
#totSplashLeft a:nth-of-type(2){
	width: 69.1%;
}


@media (max-width: 767px) {
	.fancybox-outer, .fancybox-inner {
		height: 480px;
	}
	#totsplashscreen p:nth-of-type(2) {
		display: none;
	}
	#totSplashLeft {
		width: 100%!important;
		padding: 8vw 6vw!important;
	}
	#totSplashLeft h2 {
		font-size: 18.8vw!important;
		margin: 5vw 0 10vw 0!important;
	}
	#totSplashLeft h2 span {
		font-size: 14.7vw!important;
	}
	#totSplashLeft p {
		margin-bottom: 10vw;
	}
	#totSplashLeft a:nth-of-type(1){
		width: 59%;
		margin: 7vw auto 5.5vw auto;
	}
	#totSplashLeft a:nth-of-type(2){
		width: 47.7%;
	}
}




/* @media (max-width: 767px) {
	.fancybox-outer {
		height: 480px;
	}
	#totsplashscreen p:nth-of-type(2) {
		display: none;
	}
	#totSplashLeft {
		width: 100%!important;
		padding: 8vw 6vw!important;
	}
	#totSplashLeft h2 {
		font-size: 10vw!important;
		margin-bottom: 5vw!important;
	}
	#totSplashLeft form p {
		margin-top: 8vw;
	}
} */