@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
* { position: absolute; background-repeat:no-repeat; -webkit-backface-visibility: hidden; }
body { margin: 0px; overflow:hidden; background-color:white; }
img { width: 100%; height: 100%; }

.bgGrey { background-color: #f4f4f4; }
.bgWhite { background-color: #ffffff; }
.bgBlack { background-color: #000000; }

.sizeFull { width: 100%; height: 100%; background-size: contain; overflow:hidden; }
.sizeImg {
	top: 10px;
	left: 10px;
	width: 280px;
	height: 499px;
	overflow: hidden;
}

.sizeBg {
	top: 10px;
	left: 10px;
	width: 280px;
	height: 580px;
	overflow: hidden;
}
#mainContainer {
	overflow: hidden;
	visibility: hidden;
	width: 300px;
	height: 600px;
	cursor:pointer;
}

#border {
	position: absolute;
	width:300px;
	height:600px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #B2B4B6;
	opacity: 1; cursor: pointer;
}

#ctaRollout {}
#ctaRollover {display:none}

#leftCover { width: 50%; height: 100%; overflow: hidden; }
#leftCover img { width: 3px; right: -1px; }
#rightCover { width: 50%; height: 100%; left: 50%; overflow: hidden; }
#rightCover img { width: 3px; left: -1px; }

#cta{visibility: visible;}

#globalWatch{
	left: -10px;
    top:  -35px;
}

