﻿/* -----------------------------------------
:: index.htm ( and variations )
----------------------------------------- */
.showcase {
	width: 100%;
	position: relative;
	z-index: 0;
}

body {
	background: url('../../graphics/body-bg.jpg') center top , #1D1D1D;
}

.top {
	width: 100%;
}

.header {
	position: relative;
	z-index: 1;
}

.menu-outer {
	position: relative;
	z-index: 1;
}

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

.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%;
}

@media (min-width: 992px) {
.top {
	min-height: 30px;
}

.header-wrapper {
	height: 100%;
}

.header div.container {
	padding: 10px 0 0 70px;
}

.phone {
	float: left;
	margin-left: 110px;
	display: inline;
	text-align: left;
	padding-bottom: 0;
}

.graphic-logo {
	display: inline;
	position: absolute;
	left: 0;
	top: 50px;
}

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

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

.bootstrap-slider-bottom {
	width: 100%;
	height: 738px;
	background: url('../../graphics/bootstrap-slider-bottom.png') center center repeat-x;
	position: absolute;
	bottom: -400px;
	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;
}

}
