/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
	background:#000;
	line-height: 1.3em;
	font-family:'HelvNeue-Norm', Helvetica, Arial, Sans-serif;
}

.bg {

}

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;
}

a {
	text-decoration: none;
}

p {
	font-family:'HelvNeue-Norm', Helvetica, Arial, Sans-serif;
	line-height:1.6em;
	color:#fff;
	margin-bottom:20px;
}


/* -------------------- */

@font-face {
    font-family: 'HelvNeue'; /*a name to be used later*/
    src: url(assets/fonts/HelveticaNeueLTStd-UltLt.otf); /*URL to font*/
    font-style:normal;
    font-weight:normal;
}

@font-face {
    font-family: 'HelvNeue-Norm'; /*a name to be used later*/
    src: url(assets/fonts/HelveticaNeueLTStd-Lt.otf); /*URL to font*/
    font-style:normal;
    font-weight:normal;
}

@font-face {
    font-family: 'HelvNeue-Norm'; /*a name to be used later*/
    src: url(assets/fonts/HelveticaNeueLTStd-Md.otf); /*URL to font*/
    font-style:normal;
    font-weight:bold;
}

.leftbg {
	background:url(assets/img/bg.png) no-repeat left bottom;
	background-color:#000;
	width:50%;
	position:fixed;
	left:0;
	bottom:0;
	height:100%;
	z-index:1;
}

.rightbg {
	background-color:#fefdf6;
	width:50%;
	right:0;
	position:fixed;
	top:0;
	height:100%;
	z-index:1;
}


.text {
	z-index:999;
	width:1000px;
	height:auto;
	overflow:hidden;
	display:block;
	position:relative;
	left:50%;
	top:80px;
	margin-left:-500px;
}

.text .leftcontent {
	width:440px;
	float:left;
}

.text .rightcontent {
	width:440px;
	float:right;
	margin-top:115px;
}

.leftcontent span#logo {
	background:url(assets/img/logo.png) 0 0 no-repeat;
	width:182px;
	height:50px;
	display:block;
	margin-bottom:60px;
}

.rightcontent span#logo {
	background:url(assets/img/logo2.png) 0 0 no-repeat;
	width:84px;
	height:24px;
	display:block;
	margin-bottom:30px;
}

.rightcontent p {
	color:#545454;
	font-size:14px;
	margin-bottom:20px;
}

.rightcontent ul {
	margin-bottom:20px;
}

.rightcontent ul li {
	color:#545454;
	font-size:14px;
	margin-bottom:10px;
	list-style-image:url(assets/img/bullet.png);
	margin-left:12px;
	padding-left:8px;
}

.rightcontent a {
	color:#545454;
}

.leftcontent h2 {
	font-family:'HelvNeue', helvetica, arial, sans-serif;
	font-size:34px;
	color:#fff;
	line-height:1.3em;
}

.leftcontent .login {
	width:300px;
	float:left;
	margin-top:60px;
}

.leftcontent .login input[type=text] {
	border:none;
	background:#fff;
	width:300px;
	height:32px;
	float:left;
	margin-bottom:15px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	padding-left:10px;
}

.leftcontent .login input[type=submit] {
	background:#8dbc3e;
	border:none;
	width:130px;
	height:32px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	color:#fff;
	text-transform: uppercase;
	font-size:12px;
	padding-top:5px;
	cursor:pointer;
	text-shadow:1px 1px #60843a;
}

span#fbicon {
	background:url(assets/img/social.png) 0 0 no-repeat transparent;
	width:18px;
	height:18px;
	float:left;
	margin-right:8px;
	opacity:0.5;
}

span#fbicon:hover, span#twicon:hover, span#liicon:hover, span#gpicon:hover, span#insticon:hover, span#tmicon:hover {
	opacity:1.0;
}

span#twicon {
	background:url(assets/img/social.png) -23px 0px no-repeat transparent;
	width:18px;
	height:18px;
	float:left;
	margin-right:8px;
	opacity:0.5;
}

span#liicon {
	background:url(assets/img/social.png) -46px 0 no-repeat transparent;
	width:18px;
	height:18px;
	float:left;
	margin-right:8px;
	opacity:0.5;
}

span#gpicon {
	background:url(assets/img/social.png) -69px 0 no-repeat transparent;
	width:18px;
	height:18px;
	float:left;
	margin-right:8px;
	opacity:0.5;
}

span#insticon {
	background:url(assets/img/social.png) -92px 0 no-repeat transparent;
	width:18px;
	height:18px;
	float:left;
	margin-right:8px;
	opacity:0.5;
}

span#tmicon {
	background:url(assets/img/social.png) -115px 0 no-repeat transparent;
	width:18px;
	height:18px;
	float:left;
	margin-right:8px;
	opacity:0.5;
}


@media (min-width: 840px) and (max-width: 1000px) {

.text {
	z-index:999;
	width:840px;
	height:auto;
	overflow:hidden;
	display:block;
	position:relative;
	left:50%;
	top:80px;
	margin-left:-420px;
}

.text .leftcontent {
	width:380px;
	float:left;
}

.text .rightcontent {
	width:380px;
	float:right;
	margin-top:115px;
}

}


@media (min-width: 640px) and (max-width: 840px) {

.text {
	z-index:999;
	width:640px;
	height:auto;
	overflow:hidden;
	display:block;
	position:relative;
	left:50%;
	top:80px;
	margin-left:-320px;
}

.text .leftcontent {
	width:280px;
	float:left;
}

.text .rightcontent {
	width:280px;
	float:right;
	margin-top:115px;
}


.leftcontent .login input[type=text] {
	border:none;
	background:#fff;
	width:240px;
	height:32px;
	float:left;
	margin-bottom:15px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	padding-left:10px;
}

}

@media (min-width: 480px) and (max-width: 640px) {

.text {
	z-index:999;
	width:480px;
	height:auto;
	overflow:hidden;
	display:block;
	position:relative;
	left:50%;
	top:80px;
	margin-left:-240px;
}

.text .leftcontent {
	width:200px;
	float:left;
}

.text .rightcontent {
	width:200px;
	float:right;
	margin-top:115px;
}


.leftcontent .login input[type=text] {
	border:none;
	background:#fff;
	width:180px;
	height:32px;
	float:left;
	margin-bottom:15px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	padding-left:10px;
}

.leftcontent h2 {
	font-size:26px;
}

}

@media (max-width: 480px) {

.text {
	z-index:999;
	width:300px;
	height:auto;
	overflow:hidden;
	display:block;
	position:relative;
	left:50%;
	top:80px;
	margin-left:-150px;
}

.leftbg {
	width:100%;
}





.rightbg {
	display:none;
}

.text .leftcontent {
	width:100%;
	float:left;
}

.text .rightcontent {
	width:100%;
	float:left;
	margin-top:115px;
}

.text .rightcontent p, .text .rightcontent a, .text .rightcontent ul li {
	color:#efefef;
}

.leftcontent .login {
	width:80%;
	float:left;
	margin-top:60px;
}

.leftcontent .login input[type=text] {
	border:none;
	background:#fff;
	width:80%;
	height:32px;
	float:left;
	margin-bottom:15px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	padding-left:10px;
}

.leftcontent h2 {
	font-size:24px;
}

.rightcontent span#logo {
	display:none;
}

}


