/* = 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;
}
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
-----------------------------------------------------------------------------*/

/*.panel {
width: 728px;
height: 90px;
overflow: hidden;
}
#banner div, 
#banner img {
position: absolute;
}*/

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

.frame {
	box-sizing: border-box;
	border: 1px solid #3f0e6b;
	pointer-events: none; /* IE11+ */
}

.shadow1 {
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .3); /*x,y,blur,strength,(color,alpha)*/
}

/* ----- General Navigation ----- */

.mainClickTag {
	cursor: pointer;
	background-color: black; opacity: 0; /*IE 10 make clickable fix*/
}
.cta {
	/* border-radius: 5px; /*for boxShadow/glow*/
	/* box-shadow: 0px 0px 20px 0px #FFFFFF;*/
	cursor: pointer;
	cursor: hand;
}

/* /General */


/* = Main
-----------------------------------------------------------------------------*/

#main {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
	display: none;
}

#main img {
	position: absolute;
	top: 0;
	width: 100%;
}

#main img#main_toast {
	position: relative;
}

#main_cta1, #main_cta2, #obf {
	position: absolute;
	height: 80%;
	bottom: 0;
}
#main_cta1 {
	width: 37%;
	left: 10%;
}
#main_cta2, #obf {
	width: 37%;
	right: 3%;
}


/* /Main */