/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
#wrapper {
	position:absolute;
	width: 298px;
	height: 598px;
	border: 1px solid #565656;
	overflow: hidden;
	cursor: pointer;
}
#scene1 {
	opacity: 0;
	display: block;
}
#citybg {
  	bottom: 0px;
  	left: 0px;
	width: 300px;
	height: 600px;
	background-image: url(../img/bk_cityscape.jpg);
	background-size: 300px 600px;
	background-repeat: no-repeat;
	position: absolute;
}
#brand1 {
	margin: 0;
	width: 300px;
	height: 64px;
	background-image: url(../img/brand1.png);
	background-repeat: no-repeat;
	position: absolute;
	opacity: 0;
}
#brand2 {
	margin: 0;
	width: 300px;
	height: 64px;
	background-image: url(../img/brand.png);
	background-repeat: no-repeat;
	position: absolute;
	opacity: 0;
}
#capital1 {
	left: 50px;
	top: 64px;
	width: 300px;
	height: 66px;
	background-image: url(../img/capital1.png);
	background-repeat: no-repeat;
	position: absolute;
	opacity: 0;
}
#creates1 {
	left:50px;
	top: 130px;
	width: 300px;
	height: 48px;
	background-image: url(../img/creates1.png);
	background-repeat: no-repeat;
	position: absolute;
	opacity: 0;
}
#more1 {
	left: 50px;
	top: 178px;
	width: 300px;
	height: 55px;
	background-image: url(../img/more1.png);
	background-repeat: no-repeat;
	position: absolute;
	opacity: 0;
}
#mobility1 {
	left: 50px;
	top: 233px;
	width: 300px;
	height: 61px;
	background-image: url(../img/mobility1.png);
	background-repeat: no-repeat;
	position: absolute;
	opacity: 0;
}


#scene2 {
	opacity:0;
	/*display: none;*/
}
#capital2 {
	top: 64px;
	width: 300px;
	height: 65px;
	background-image: url(../img/capital.png);
	background-repeat: no-repeat;
	position: absolute;
	opacity: 0;
}
#creates2 {
	top: 129px;
	width: 300px;
	height: 55px;
	background-image: url(../img/creates.png);
	background-repeat: no-repeat;
	position: absolute;
	opacity: 0;
}
#change {
	top: 184px;
	width: 300px;
	height: 61px;
	background-image: url(../img/change.png);
	background-repeat: no-repeat;
	position: absolute;
	opacity: 0;
}
#line1 {
	top: 268px;
	width: 300px;
	height: 21px;
	background-image: url(../img/line1.png);
	background-repeat: no-repeat;
	position: absolute;
	opacity: 0;
}
#line2 {
	top: 289px;
	width: 300px;
	height: 21px;
	background-image: url(../img/line2.png);
	background-repeat: no-repeat;
	position: absolute;
	opacity: 0;
}
#line3 {
	top: 310px;
	width: 300px;
	height: 21px;
	background-image: url(../img/line3.png);
	background-repeat: no-repeat;
	position: absolute;
	opacity: 0;
}
#cta {
	top: 499px;
	width: 170px;
	height: 70px;
	position: absolute;
	opacity: 0;
}
#ctaDown {
	width: 170px;
	height: 70px;
	background-image: url(../img/seehow-down.png);
	background-repeat: no-repeat;
	position: absolute;
}
#ctaOver {
	width: 170px;
	height: 70px;
	background-image: url(../img/seehow-over.png);
	background-repeat: no-repeat;
	position: absolute;
	display: none;
}
#blueBg {
	margin: 0;
	width: 300px;
	height: 600px;
	background-color: #0f8ec7;
	position: absolute;
	opacity: 0;
}


#wrapper:hover #ctaDown {
	display:none;
}
#wrapper:hover #ctaOver {
	display:inline-block;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */


/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
