﻿/* -----------------------------------------
:: index.htm ( and variations )
----------------------------------------- */
body {
	background-color: #F6F6F6;
	background: #F6F6F6;
}

.showcase {
	width: 100%;
	position: relative;
	z-index: 0;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.header-wrapper {
	width: 100%;
	height: auto;
	position: relative;
}

@media (min-width: 992px) {
.header-wrapper {
	height: 100%;
	height: 100vh;
}

.header-wrapper .container {
	height: auto;
}

.showcase {
	position: absolute;
	top: 0;
	left: 0;
}

.text-links {
	position: relative;
	top: -140px;
	bottom: auto;
	right: auto;
	z-index: 2;
	float: right;
}

.phone {
	position: relative;
	top: -140px;
	bottom: auto;
	right: auto;
	left: auto;
	z-index: 2;
	float: right;
	padding: 0 27px 0 0;
}

.social-icons {
	position: relative;
	bottom: auto;
	left: auto;
}

.bs-slider-caption-bg {
	width: 100%;
	height: 100%;
	background: url('../../graphics/bs-slider-caption-bg.png') center top no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.bs-slider-top-right {
	width: 100%;
	height: 100%;
	background: url('../../graphics/bs-slider-top-right.png') center top no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.bs-slider-bottom-right {
	width: 100%;
	height: 100%;
	background: url('../../graphics/bs-slider-bottom-right.png') center bottom no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.bs-slider-bottom-left {
	width: 100%;
	height: 100%;
	background: url('../../graphics/bs-slider-bottom-left.png') center bottom no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.info-box-carousel {
	position: relative;
	margin-bottom: 50px;
}

.whatsnew-video {
	background: url('../../graphics/whatsnew-video-bg.png') center top no-repeat;
	height: 430px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 21px;
}

.whatsnew-video iframe {
	border: 0;
	width: 458px;
	height: 256px;
	margin-left: 21px;
}

.phone-animation {
	width: 100%;
	min-height: 500px;
	position: relative;
}

.cellphone-left {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url('../../themed-images/backgrounds/cellphone-bg-left.png') center center no-repeat;
	width: 100%;
	height: 100%;
	visibility: hidden;
}

.cellphone-right {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url('../../themed-images/backgrounds/cellphone-bg-right.png') center center no-repeat;
	width: 100%;
	height: 100%;
	visibility: hidden;
}

}
