/* DOUBLE CLICK STUDIO INPAGE CSS */
/* M. Herholz @ Petrol Advertising, 2016 */


* {
	padding: 0;
	margin: 0;
}

html, body {
    font-family: Arial, Helvetica, sans-serif;
    /*-webkit-font-smoothing: antialiased;*/
    text-rendering: optimizeLegibility;
    color: #FFF;
}

#ad {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 970px;
	height: 250px;
	margin: auto;
	overflow: hidden;
}

#exitBtn {
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	width: 100%;
  	height: 100%;
  	background-color: rgba(255,255,255,0);
  	cursor: pointer;
  	display: none;
}

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

/* VIDEO SETTINGS */
#youtubeVideo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 444px;
	height: 250px;
	display: block;
	opacity: 0;
	display: none;
	background: #000;
  	cursor: pointer;
  	transition:opacity 1.25s cubic-bezier(.33,.38,.33,1);
}

gwd-youtube{display:block; width: 444px; height: 250px;}
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: 444px; height: 250px;}
gwd-youtube>.youtube-play-button>.youtube-thumbnail{left:0;opacity:0;padding:0;position:absolute;top:0; width: 444px; height: 250px;}

.fadeIn {
	opacity: 1 !important;
}

#border {
	position: absolute;
  	top: 0px;
  	left: 0px;
  	width: 968px;
  	height: 248px;
  	border:1px solid #666666;
  	display: none;
}


:focus {outline:none;}
::-moz-focus-inner {border:0;}
::-moz-focus-inner {border:0;}