
.block ul
{
	padding:0;
	margin:0;
}
.block ul li
{
	padding:0;
	margin:0;
}

.close-btn {
	display: block;
	width: 2.625em;
	height: 2.25em;
	padding: 0px;
	border: 0px none;
	outline: medium none;
	background: url('../images/close-btn.svg') no-repeat scroll left center / 1.875em 1.875em #1C222E;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	opacity: 1;
}
.close-btn:focus, .close-btn:hover {
	opacity: 1;
}

#outer-wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
}
#inner-wrap {
	position: relative;
	width: 100%;
}
#nav {
	z-index: 200;
	position: relative;
	overflow: hidden;
	width: 100%;
	color: rgb(255, 255, 255);
}
#nav .close-btn {
	display: none;
}
#nav .block-title {
	border: 0px none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0px;
	position: absolute;
	width: 1px;
}
#nav .block {
	z-index: 2;
	position: relative;
	padding: 0.75em 1.25em;
	background:#1C222E;
}
#nav ul {
	display: block;
}
#nav ul:before, #nav ul:after {
	content: "";
	display: table;
}
#nav ul:after {
	clear: both;
}
#nav li {
	display: block;
	
}
#nav li a {
	display: block;
	line-height:2em;
	font-weight: bold;
	font-size:14px;
	color:#fff;
	outline: medium none;
	text-decoration:none;
}
#nav li a:focus, #nav li a:hover {
	background: #dd2d2f;
}
#top {
	z-index: 100;
	position: relative;
	color: rgb(255, 255, 255);
	background: none repeat scroll 0% 0% rgb(51, 51, 51);
}
#top .block-title {
	margin: 0px;
	font-size: 1.875em;
	line-height: 1.2em;
	text-align: center;
	white-space: nowrap;
}
#top .nav-btn {
	position: absolute;
	top: 1.5em;
	left: 1.875em;
}
#main {
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
}
#main .block {
	padding: 2.625em 1.875em;
}
footer[role="contentinfo"] {
	background: none repeat scroll 0% 0% rgb(221, 221, 221);
}
@media screen and (min-width: 45.0625em) {
#top .nav-btn {
	border: 0px none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0px;
	position: absolute;
	width: 1px;
}
.close-btn {
	border: 0px none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0px;
	position: absolute;
	width: 1px;
}
#nav .block-title {
	border: 0px none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0px;
	position: absolute;
	width: 1px;
}
#nav ul {
	text-align: center;
	white-space: nowrap;
}
#nav li {
	display: inline-block;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
#nav li:last-child {
	border-right: medium none;
}
#nav li a {
	padding: 0.42857em 0.85714em;
}

/*.login-btn
{
	background:#ccc;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}*/
}
@media screen and (max-width: 45em) {
#nav {
	position: absolute;
	top: 0px;
	padding-top: 3em;
}
#nav:not(:target) {
	z-index: 1;
	height: 0px;
}
#nav:target .close-btn {
	display: block;
}
#nav .close-btn {
	position: absolute;
	top: -2.5em;
	right:0.875em;
}
#nav .block {
	position: relative;
	padding: 0px;
}
#nav li {
	position: relative;
	/*border-top: 1px solid rgba(255, 255, 255, 0.1);*/
	background:url(../images/menu-border.gif) repeat-x left bottom;
	
}
#nav li:last-child {
	
}
#nav li a {
	padding: 0.85714em 2.14286em;
}
.js-ready #nav {
	height: 100%;
	width: 70%;
	background:#1c222e;
	box-shadow: -1.5em 0px 1.5em -0.75em rgba(0, 0, 0, 0.25) inset;
}
.js-ready #nav .block {
	background: none repeat scroll 0% 0% transparent;
}
.js-ready #nav .close-btn {
	display: block;
	opacity: 0.7;
}
.js-ready #nav .close-btn:focus, .js-ready #nav .close-btn:hover {
	opacity: 1;
}
.js-ready #nav {
	right: -70%;
}
.js-ready #inner-wrap {
	right: 0px;
}

.login-section
{
	width:100%;
	overflow:hidden;
	padding:0;
}
.login-section ul
{
	list-style:none;
	padding:0;
	margin:0;
}
.login-section ul li
{
	list-style:none;
	padding:0;
	margin:0;
	background:url(../images/menu-border.gif) repeat-x left bottom;
}
/*.login-section span
{
	
	padding: 0.42857em 0.85714em;
}*/
.login-btn
{
	 display: block;
    margin-bottom: 0;
    margin-left:7em;
    overflow: hidden;
    padding: 1.429em 0.85714em;
    text-align: center;
}
.login-btn a
{
	width:66%;
	height:22px;
	background:#097bba;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
display:block;
	
}
.login-btn a:hover
{
	background:#358bba !important;
}
.reg-btn
{
	 display: block;
    margin-bottom: 0;
    margin-left:7em;
    overflow: hidden;
    padding: 1.429em 0.85714em;
    text-align: center;
}
.reg-btn a
{
	width:66%;
	height:22px;
	background:#dd2d2f;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
display:block;
	
}
.reg-btn a:hover
{
	background:#D71D1F !important;
}

}

@media screen and (max-width: 35em) {
	
	.login-btn
	{
		 margin-left:3em;
	}
	.reg-btn
	{
		 margin-left:3em;
	}
}
@media screen and (max-width: 25em) {
	
	.login-btn
	{
		 margin-left:1em;
	}
	.reg-btn
	{
		 margin-left:1em;
	}
}

.msg {
 font-weight:bold;
 color: #000;
 border: 2px #FF0000 solid;
 padding: 10px;
 margin: 10px;
 background-color:#FFF;
 display:block;
 font-size:12px;
}
