/* ==========================================================================
	BANNER STYLES - 970PX X 250PX
   ========================================================================== */


/* All styles for the banner should go in here */


/* General Styles and Resets */

*,
:before,
:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	color: #000000;
	font-family: 'Cabin', sans-serif;
	font-size: 100%;
	/* Optimal Line Height - Ref - https://www.smashingmagazine.com/2009/08/typographic-design-survey-best-practices-from-the-best-blogs/ */
	line-height: 1.48;
	border: 0;
	margin: 0;
	font-weight: 400;
	font-size: 12px;
	color: #30363c;
	letter-spacing: 0.3px;
}

p {
	margin: 0;
	padding: 0;
}

a,
img {
	border: 0;
	outline: none;
}


/* Loader GIF Styles */

#loading_dc {
	position: absolute;
}

#loading_image_dc {
	position: relative;
	width: 970px;
	height: 250px;
}

#loading_image_dc img {
	position: absolute;
	top: 50%;
	left: 50%;
}


/* Stage Styles */

.display-ad-size,
#wrapper,
#wrapper #stage {
	display: block;
	margin: 0;
	padding: 0;
	width: 970px;
	height: 250px;
	overflow: hidden;
	background: #ffffff;
	cursor: pointer;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

#wrapper {
	position: absolute;
	border: 1px solid #000;
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

#stage {
	border: 3px solid #689eb2;
	position: absolute;
	top: -1px;
	left: -1px;
}


/* Utils */

.absolute {
	position: absolute;
	z-index: 0;
}


/* Animation Frame Classes */

#animation,
#frame1,
#frame2,
#frame3,
#frame4 {
	width: 964px;
	height: 244px;
}

#tab1,
#tab2,
#tab3 {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 361px;
	height: 203px;
	overflow: hidden;
}

#tab2,
#tab3 {
	display: none;
}


/* Frame 1 */

#frame1 {
	position: absolute;
	background: #000000;
}

#frame1 #video1 {
	position: absolute;
	top: -3px;
	left: -3px;
}

#frame1Controls {
	width: 100%;
	height: auto;
	z-index: 50;
}

#frame1Skip {
	width: 126px;
	height: 34px;
	padding: 8px;
	top: 2px;
	left: 2px;
	color: #ffffff;
	background: #30363c;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 800;

	transition: 0.1s linear;
	-o-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
	-webkit-transition: 0.1s linear;
}

#frame1Skip:hover {
	top: 3px;
	left: 3px;
	color: #30363c;
	background: #ffffff;
}

#frame1Tt {
	bottom: 8px;
	left: 10px;
}

#frame1Release {
	bottom: 8px;
	right: 10px;
}


/* Frame 2 */

#frame2Bg {
	top: -3px;
	left: -3px;
}

.squares {
	background: #ffffff;
}

.col1 {
	width: 48px;
}

.col2 {
	left: 49px;
	width: 50px;
}

.col3 {
	width: 49px;
	left: 100px;
}

.col4 {
	width: 48px;
	left: 150px;
}

.col5 {
	width: 48px;
	left: 200px;
}

.col6 {
	width: 48px;
	left: 250px;
}

.col7 {
	width: 49px;
	left: 299px;
}

.col8 {
	width: 49px;
	left: 349px;
}

.col9 {
	width: 49px;
	left: 399px;
}

.col10 {
	width: 49px;
	left: 448px;
}

.col11 {
	width: 49px;
	left: 498px;
}

.col12 {
	width: 46px;
	left: 548px;
}

.row1 {
	height: 48px;
}

.row2 {
	height: 50px;
	top: 48px;
}

.row3 {
	height: 50px;
	top: 97px;
}

.row4 {
	height: 50px;
	top: 146px;
}

.row5 {
	bottom: 0;
	height: 48px;
}

#frame2Tt {
	left: 288px;
	top: 22px;
}

#frame2Release {
	color: #689eb2;
	font-size: 19px;
	text-align: center;
	text-transform: uppercase;
	left: 250px;
	top: 108px;
	width: 344px;
	letter-spacing: 2px;
}

#frame2Tabs {
	right: 5px;
	bottom: 6px;
	z-index: 50;
}

#frame2Tabs ul {
	margin: 0;
	padding: 0;
}

#frame2Tabs ul li {
	list-style: none;
	float: left;
	margin-right:3px;
	width: 82px;
	height: 30px;
	background: #689eb2;
	border: 1px solid #689eb2;
	color: #ffffff;
	line-height: 2.25em;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;

	transition: 0.1s linear;
	-o-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
	-webkit-transition: 0.1s linear;
}

#frame2Tabs ul li:hover {
	background: #30363c;
	border: 1px solid #30363c;
}

#frame2Tabs ul li:nth-child(4) {
	color: #30363c;
	background: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #30363c;
	margin-right: 0px;
	width: 106px;
}

#frame2Tabs ul li:nth-child(4):hover {
	background: #30363c;
	color: #ffffff;
	border: 1px solid #30363c;
}


/* Tab 1 */

#tab1 {
	display: none;
}

#tab1Controls {
	display: none;
	width: 361px;
	height: 203px;
	right: 6px;
	top: 6px;
	z-index: 50;
}

#scrollLeft {
	width: 25px;
	height: 51px;
	left: 6px;
	top: 50%;
	cursor: pointer;
	transform: translateY(-50%);
	background: url('arrow-left-off.png') no-repeat center center;
	z-index: 50;
	transition: 0.1s linear;
}

#scrollLeft:hover {
	background: url('arrow-left-on.png') no-repeat center center;
}

#scrollRight {
	width: 25px;
	height: 51px;
	right: 6px;
	top: 50%;
	cursor: pointer;
	transform: translateY(-50%);
	background: url('arrow-right-off.png') no-repeat center center;
	z-index: 50;
	transition: 0.1s linear;
}

#scrollRight:hover {
	background: url('arrow-right-on.png') no-repeat center center;
}

#tab1 #gallery {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#tab1 #gallery .galleryImage {
	visibility: hidden;
	opacity: 0;
	/*transition: 0.15s linear;*/
}

#tab1 #gallery .galleryImage.showImage {
	visibility: inherit;
	opacity: 1;
}


/* Tab 2 */

#tab2 {
	display: none;
}

#synopsis {
	width: 320px;
    top: 25px;
    left: 50%;
    transform: translate(-50%, 0%);
    overflow-y: scroll;
    height: 167px;
}


/* Tab 3 */

#tab3 {
	display: block;
}

#tab3 iframe {
	position: absolute;
	width: 100%;
	height: 203px;
	z-index: 50;
}


/* Video holder classes */

#videoHolder {
	z-index: 999;
	top: 1px;
	right: 1px;
	width: 373px;
	height: 248px;
	background: #000;
	display: none;
}

#videoClip {
	z-index: 999;
	/*	display: none;*/
}

#videoStill {
	z-index: 0;
	height: 248px;
	width: 373px;
	right: 0;
}

#videoStill img {
	height: 248px;
	width: 373px;
	display: block;
}


/* IE Specific Styling */

.lt-ie8 #wrapper #stage {
	/* IE7 specific styling */
}

.lt-ie9 #wrapper #stage {
	/* IE8 specific styling */
}


/* Exit Classes */

#bgExit {
	background-color: rgba(255, 255, 255, 0);
	cursor: pointer;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 596px;
	z-index: 49;
}

#cta {
	z-index: 50;
}

ci-ytclosebutton {
	z-index: 999;
}