/* Sizmek EXPANDING  CSS */
/* M. Herholz @ Petrol Advertising, 2016 */



/* = Browser Reset
-----------------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background: #FFF;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* /Browser Reset */



/* --------------------------------------------------*/
/* GENERAL CLASSES
/* --------------------------------------------------*/
html, body {
    font-family: Arial, Helvetica, sans-serif;
}

#banner div,
#banner img {
	position: absolute;
}

#banner{
    position: absolute;
    display: block;
    width: 974px;
    height: 418px;
}

img, video, svg {
		display: block; /* now it doesn't adhere to line-height anymore */
}

.frame {
		box-sizing: border-box;
		border: 1px solid #000;
}

#ad {
    position: absolute;
    display: block;
    overflow: hidden;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .5s cubic-bezier(.8,0,1,1);
    -webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		box-sizing: border-box;
}

#ad.collapsed {
    width: 974px;
    height: 66px;

}

#ad.expanded {
    width: 974px;
    height: 418px;
		box-sizing: border-box;
}


/* --------------------------------------------------*/
/* Collapsed Panel*/
/* --------------------------------------------------*/
#col_panel {
	width: 974px;
	height: 66px;
	box-sizing: border-box;
	overflow: hidden;
	display: none;
}

#colBG {
	width: 974px;
	height: 66px;
}

#col_tagline {
  top: 18px;
  left: 60px;
	opacity: 0;
	transition: all .5s ease;
}

#expandBtn{
  position: absolute;
  width: 146px;
  height: 28px;
  top: 19px;
  left: 360px;
	opacity: 0;
  overflow: hidden;
  pointer-events: all;
	cursor: pointer;
	transition: all .5s ease;
}

#expandBtn.fadeIn2{
	left: 420px !important;
	opacity: 1 !important;
}

#expContainer {
  position: absolute;
  top: 2px;
  left: 0px;
  width: 146px;
  height: 23px;
  overflow: hidden;
}

#col_exp1 {
	position: absolute;
	top: 4.5px;
	left: 12.5px;
	transition: all .35s ease;
	pointer-events: none;
}
#col_exp1.rollOver { top: 35px; }
#col_exp1.rollOut { top: 4.5px; }

#col_exp2 {
	position: absolute;
	top: -30px;
	left: 12.5px;
	transition: all .35s ease;
	pointer-events: none;
}
#col_exp2.rollOver { top: 4.5px; }
#col_exp2.rollOut { top: -30px; }


#col_exit {
  position: absolute;
  top: 0;
  left: 0;
  width: 970px;
  height: 66px;
  pointer-events: all;
	cursor: pointer;
}



/* --------------------------------------------------*/
/* Expanded Panel*/
/* --------------------------------------------------*/
#expanded {
	position: relative;
  width: 974px;
  height: 418px;
	opacity: 1;
  box-sizing: border-box;
  overflow: hidden;
	display: none;
	transition: all .5s ease;
}

#canvas {
}

#exp_exit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}



/* -------------------------------
	VIDEO
/* -------------------------------*/
#vidContainer {
  position: absolute;
  top: 0;
  left:0;
  width: 974px;
  height: 418px;
  display: none;
  opacity: 0;
  pointer-events: none;
  cursor: default;
  transition: all .5s ease;
}

#vidContainer.videoIn {
  opacity: 1 !important;
}

#vidCloseBtn {
	position: absolute;
	top: 34px;
	right: 170px;
	padding: 1px 5px 0px 5px;
	color: #ffffdd;
	font-size: 20px;
	font-weight: 500;
	transition: all .5s ease;
  pointer-events: all;
	cursor: pointer;
  z-index: 1002;
}

#vidCloseBtn:hover {
	color: #dd2421;
}

#lightbox {
  position: absolute;
  top: 0;
  left:0;
  width: 974px;
  height: 418px;
  background: #000;
  opacity: .75 ;
  pointer-events: none;
  cursor: default;
}

#youtubeVideo {
	position: absolute;
	top: 29px;
	left: 163px;
	width: 640px;
	height: 360px;
	display: block;
	background: #000;
  border: 1px solid #ffffdd;
  cursor: pointer;
  z-index: 1001;
  pointer-events: all;
  display: none;
}



gwd-youtube{display:block; width: 640px; height: 360px;}
gwd-youtube>.youtube-overlay{left:0;position:absolute;top:0}
gwd-youtube>.youtube-play-button{background-color:rgba(255,255,255,.3);background-position:center center;background-repeat:no-repeat; width: 640px; height: 360px;}
gwd-youtube>.youtube-play-button>.youtube-thumbnail{left:0;opacity:0;padding:0;position:absolute;top:0; width: 640px; height: 360px;}



/* -----------------------
/* CLOSE BUTTON
/* -----------------------*/
#closeBtn {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 1px 5px 0px 5px;
	color: #ffffdd;
	font-size: 20px;
	font-weight: 500;
	cursor: pointer;
	transition: all .5s ease;
}

#closeBtn:hover {
	color: #ea8427;
}



/* -----------------------
/* TRAILER BUTTON
/* -----------------------*/
#exp_trailerBtn{
  position: absolute;
  width: 146px;
  height: 28px;
  top: 335px;
  left: 210px;
  opacity: 0;
  overflow: hidden;
  pointer-events: all;
  cursor: pointer;
  transition: all .65s ease;
}

#trlContainer {
  position: absolute;
  top: 2px;
  left: 0px;
  width: 146px;
  height: 23px;
  overflow: hidden;
}

#exp_trl1 {
	position: absolute;
	top: 4.5px;
	left: 12.5px;
	transition: all .35s ease;
	pointer-events: none;
}
#exp_trl1.rollOver { top: 35px; }
#exp_trl1.rollOut { top: 4.5px; }

#exp_trl2 {
	position: absolute;
	top: -30px;
	left: 12.5px;
	transition: all .35s ease;
	pointer-events: none;
}
#exp_trl2.rollOver { top: 4.5px; }
#exp_trl2.rollOut { top: -30px; }



/* -----------------------
/* CTA BUTTON
/* -----------------------*/
#exp_ctaBtn{
  position: absolute;
  width: 196px;
  height: 28px;
  top: 335px;
  left: 360px;
  opacity: 0;
  overflow: hidden;
  pointer-events: all;
  cursor: pointer;
  transition: all .65s ease;
}

#ctaContainer {
  position: absolute;
  top: 2px;
  left: 0px;
  width: 196px;
  height: 23px;
  overflow: hidden;
}

#exp_cta1 {
	position: absolute;
	top: 4.5px;
	left: 20px;
	transition: all .35s ease;
	pointer-events: none;
}
#exp_cta1.rollOver { top: 35px; }
#exp_cta1.rollOut { top: 4.5px; }

#exp_cta2 {
	position: absolute;
	top: -30px;
	left: 20px;
	transition: all .35s ease;
	pointer-events: none;
}
#exp_cta2.rollOver { top: 4.5px; }
#exp_cta2.rollOut { top: -30px; }


.fadeIn{
  opacity: 1 !important;
  top: 355px !important;
}

.fadeOut{
  opacity: 0 !important;
}

.fadeIn2{
  opacity: 1 !important;
}
