/* Prevent iOS text size adjust after orientation change, without disabling user zoom */

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;} 
	
/* Reset HTML5 Elements to Block */

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: 0px;
	padding: 0px;
	border: 0px;
	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: 0px;}

/* Reset End */

body {
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: auto;
	font: normal 100% 'Roboto', sans-serif;
	z-index:3;
	background-color:#FFF;}

#be {
	width: 100%;
    height: 100%;}

/* Location styles */

#location-x {
	position: fixed;
	z-index: 10;
	left: 1.500em;
	top: 1.500em;}

#location-y {
	position: fixed;
	z-index: 10;
	right: 1.500em;
	top: 1.500em;}

#location-x-container {
	float: right;}

#location-y-container {
	float: left;}

.location {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 0.750em;
	letter-spacing: 0.350em;
	color: #000;
	
	display: inline-block;
	width: 1em;}

#x-inner {
	display: inline-block;
    white-space: nowrap;

    -webkit-transform: translate(1.1em,0) rotate(90deg);
       -moz-transform: translate(1.1em,0) rotate(90deg);
         -o-transform: translate(1.1em,0) rotate(90deg);
            transform: translate(1.1em,0) rotate(90deg);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
   /* IE9+ */
   -ms-transform: none;
   -ms-transform-origin: none;
   /* IE8+ */
   -ms-writing-mode: tb-rl;
   /* IE7 and below */
   *writing-mode: tb-rl;}

#x-inner:before {
    content: "";
    float: left;
	margin-top: 100%;}

#y-inner {
	display: inline-block;
    white-space: nowrap;

    -webkit-transform: translate(1.1em,0) rotate(90deg);
       -moz-transform: translate(1.1em,0) rotate(90deg);
         -o-transform: translate(1.1em,0) rotate(90deg);
            transform: translate(1.1em,0) rotate(90deg);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
   /* IE9+ */
   -ms-transform: none;
   -ms-transform-origin: none;
   /* IE8+ */
   -ms-writing-mode: tb-rl;
   /* IE7 and below */
   *writing-mode: tb-rl;}

#y-inner:before {
    content: "";
    float: left;
	margin-top: 100%;}


/* Scene Styles */

li#pattern.layer img {
	display: block;
	width: 100%;}

li#pattern-mobile.layer img {
	display: none;}

li#logo.layer img {
	display: block;
	width: 100%;}

li#logo-mobile.layer img {
	display: none;}

.container {
	position: relative;
	max-width: 90%;
	margin: 0 auto;
	padding: 1.500em;}

.container-mobile {
	display: none;}

.text-container {
	position: relative;
	max-width: 90%;
	margin: 0 auto;
	padding: 1.500em;
}

.scene {
	padding: 0;
	margin: 0;}


.scene-mobile {
	display: none;}

.text-scene {
	padding: 0;
	margin: 0;}

/* Text Styles */

#main {
	height:100%;
	width: 450px;
	position: relative;
	margin: auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-style: normal;		
	font-size: 0.8750em;
	line-height: 3.063em;
	letter-spacing: 0.350em;
	text-align: center;
	color:#000;}

/* MailChimp Custom Styles */



#mc_embed_signup form {
	display: block;
    position: relative;
    text-align: left;
    padding: 50px;}

#mc_embed_signup input.email {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 1em;
    display: block;
    text-align: center;
    position: relative;
    padding: 10px;
    margin: auto;
    line-height: 32px;
    width: 80%;

	-webkit-border-radius: 10px;
       -moz-border-radius: 10px;
         -o-border-radius: 10px;
            border-radius: 10px;;}

#mc_embed_signup input {
    border: 1px solid #A8A8A8;
    -webkit-appearance: none;}

#mc_embed_signup input.button {
    display: block;
    width: 60%;
    margin: auto;}

#mc_embed_signup .button {
    clear: both;
    background-color: #000;
    border: 0 none;
    border-radius: 10px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    line-height: 32px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    width: auto;

	-webkit-transition: all 0.23s ease-in-out 0s;
       -moz-transition: all 0.23s ease-in-out 0s;
         -o-transition: all 0.23s ease-in-out 0s;
            transition: all 0.23s ease-in-out 0s;}

#mc_embed_signup .button:hover {
	background-color:#FFF; 
	color: #000;}


/* MailChimp Default Styles */


#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}     
#mc_embed_signup .clear {clear:none; display:inline;}
#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}


/* Footer Styles */

#footer {
	background-color: #FBFBFB;
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-style: normal;		
	font-size: 0.875em;
	color:#A8A8A8;
	padding: 1.5em 1.5em 2em 1.5em;}

#footer-left {
	float: left;
}

#footer-right {
	float: right;
}