* {
	box-sizing: border-box;
}

html, h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
    font-size: 2.9vh;
    line-height: 3.3vh;
    color: #EFEFEF;
	margin: 0;
	padding: 0;
	letter-spacing: 0.2vh;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/************************************************/
/************************************************/

h1, h2, h3, h4, h5, h6 {
	color: white;
}

.nowrap{
	white-space: nowrap;
}

.hero-bg-video {
	overflow: hidden;
	z-index: 1;
	position: fixed;
	left: 0;
	top: 0;
	min-width: 100%;
	height: 85vh;
}

.hero-bg-video video {
	height: 100%;
	width: 150.77777778vh;
	min-width: 100%;
	min-height: 56.25vw;
}

.hero-container {
	z-index: 2;
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	height: 85vh;
}

h1 {
	display: inline-block;
	font-weight: 800;
	text-align: center;
	padding: 0.5vh 0;
	line-height: 5vh;
}

.heading {
	margin-top: 20vh;
	font-weight: 800;
	font-size: 12vh;
	line-height: 12.1vh;
}

.offer-main {
	margin-top: 12vh;
	font-weight: 800;
	font-size: 6vh;
	line-height: 6.1vh;
}

.offer-fine {
	margin-top: 2vh;
	font-weight: 600;
	font-size: 3vh;
}

.offer-fine a {
	color: white !important;
}

.inputs {
	margin-top: 3vh;
}

.inputs input {
	margin-bottom: 12px;
	height: 4vh;
	width: 220px;
	border-radius: 3px;
	border: 1px solid transparent;
	border-top: none;
	border-bottom: 1px solid #DDD;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;
	font-size: 2vh;
	line-height: 4vh;
}

.inputs input[type="text"] {
	padding-left: 10px;
	font-weight: 800;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #999999;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #999999;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #999999;
}
:-moz-placeholder { /* Firefox 18- */
	color: #999999;
}

.inputs input[type="submit"] {
	cursor: pointer;
	font-weight: 400;
	text-transform: uppercase;
	width: 170px;
	height: 4vh;
	border-radius: 2px;
	box-shadow: none;
	border: none;
	background-color: #2ECC42;
	color: white;
}

.footer {
	position: absolute;
	right: 3vw;
	bottom: 4.5vh;
	width: 65vw;
	max-height: 8vh;
	height: 15vh;
}

.footer .vendors {
	max-width: 100%;
	max-height: 10vh;
	float: right;
}

.footer .details {
	position: absolute;
	width: 75vw;
	color: black;
	margin-top: 2.5vh;
	font-weight: 400;
	font-size: 2vh;
	line-height: 3.6vh;
	padding: 0 0 0 3vw;
}

.logo {
	position: absolute;
	right: auto;
	left: 3vw;
	bottom: 3vh;
	height: 11vh;
	width: 25vw;
}

.logo a {
	display: inline-block;
	color: #999999;
	text-decoration: none;
	height: 11vh;
	float: left;
}

.logo img {
	width: 100%;
	height: 11vh;
	width: auto;
	-ms-interpolation-mode: bicubic;
}

@media screen and (max-width: 768px) {
	.hero-bg-video video {
 		height: 85vh;
		min-width: 100vw;
		right: -15%;
		position: absolute;
	}
	.hero-container {
		height: 85vh;
	}
	.heading {
		font-size: 70px;
		line-height: 80px !important;
		margin-top: 4vh;
		line-height: 11vh;
		padding: 0 10px;
	}
	.offer-main {
		margin-top: 0.5vh;
		margin-top: 2vh;
		font-size: 5vh;
		padding: 0 10px;
		line-height: 5vh;
	}
	.offer-fine {
		margin-top: 0.5vh;
		padding: 0 10px;
		margin-top: 2vh;
		font-size: 2.5vh;
		line-height: 2.5vh;
	}
	.inputs input {
		margin-top: 0.25vh;
		width: 90%;
	}
	.footer {
		height: 50vh;
	}
	.footer .vendors {
		display: none;
	}
	.footer .details {
		top: 15vh;
		width: 100vw;
		padding: 0 5vw;
	}
	.logo {
		left: 0;
		right: 0;
		bottom: 2vh;
		width: 100vw;
		text-align: center;
	}
	.logo a, .logo a img {
		height: 8vh;
		float: none;
		
	}
}

//@media screen and (max-height: 628px) {
//	.footer {
//		height: 38vh;
//	}
//	.footer .details {
//		font-size: 2vh;
//		line-height: 2.7vh;
//	}
//	.logo {
//		bottom: -2vh;
//		width: 20vw;
//	}
//}

//@media screen and (max-height: 375px) {
//	.footer .details {
//		top: 22vh;
//	}
//}

/************************************************/
/************************************************/

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

@media only screen and (min-width: 35em) {
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
}

@media print {
    *,
    *:before,
    *:after,
    p:first-letter,
    div:first-letter,
    blockquote:first-letter,
    li:first-letter,
    p:first-line,
    div:first-line,
    blockquote:first-line,
    li:first-line {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
