/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}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:none}table{border-collapse:collapse;border-spacing:0}

body {
	background: #000000;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
}

body.subpage {
	background: #fff;
}

#slides {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#slides li {
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-size: cover;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform:translateZ(0);
	-webkit-transition: opacity 2s; /* For Safari 3.1 to 6.0 */
	transition: opacity 2s;
}

#slides li.right {
	left: auto;
	right: 0;
}

#slides li.active {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity:1;
}

#content {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 420px;
	height: 233px;
	background: #000000;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	z-index: 30;
	-webkit-transform:translateZ(0);
	-webkit-transition: background 1.0s; /* For Safari 3.1 to 6.0 */
	transition: background 1.0s;
	background: url(/welcome/img/green-back.png);
}

#content:hover .heading {
	opacity: 0;
}

.heading {
	text-indent: -99999px;
	background: url(/welcome/img/green-back.png);
	width: 100%;
	height: 100%;
	-webkit-transform:translateZ(0);
	-webkit-transition: opacity 1.0s; /* For Safari 3.1 to 6.0 */
	transition: opacity 1.0s;
	position: absolute;
	top:0;
	left: 0;
	-webkit-box-shadow: 11px 4px 28px 0px rgba(0,0,0,1);
	-moz-box-shadow: 11px 4px 28px 0px rgba(0,0,0,1);
	box-shadow: 11px 4px 28px 0px rgba(0,0,0,1);
}

.subpage .heading {
	width: 420px;
	height: 233px;
	background: url(/welcome/img/green-back.png);
	position: static;
	display: block;
	margin: 0 auto;
}


#mail-link {
	font-size:  18px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	text-align: center;
	text-decoration: none;
	position: absolute;
	top: 245px;
	width: 100%;
	color: white;
	animation-name: example;
	animation-duration: 4s;
}
@keyframes example {
	from {color: #0015FF;}
	to {color: green;}
}


#mainContent {
	width: 570px;
	position:
			absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	color: #000;
	text-align: center;
}

h2 {
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 35px;
}

#footer {
	/*width: 40%;*/
	/*position:
	absolute;
	left: 40%;
	margin-left: -20%;
	bottom: 0;*/
	color: #000;
	margin: auto;
	margin-top: 100px;
	text-align: center;
	padding-bottom: 35px;
}

#footer li {
	color: #9d9d9c;
	font-size: 12px;
	line-height: 15px;
}

#footer > a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 75px;
	display: inline-block;
}

#footer li a {
	color: #9d9d9c;
	text-decoration: none;
	font-size: 12px;
	line-height: 15px;
}

#mainContent p {
	line-height: 20px;
}

hr {
	width: 8px;
	height: 1px;
	border: 0;
	background: #000;
	margin: 25px auto;
}

#mainContent a {
	color: #000;
}

#mainContent strong {
	font-weight: 800;
}