@charset "utf-8";
html, body {
	margin: 0!important;
	padding: 0!important;
}
body {
	background:#3d3d3d;
}
.container{
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 965px;
	background: #fff;
	-webkit-box-shadow: 1px 1px 35px 0px rgba(0,0,0,0.82);
	-moz-box-shadow: 1px 1px 35px 0px rgba(0,0,0,0.82);
	box-shadow: 1px 1px 35px 0px rgba(0,0,0,0.82);
}
header{
	position:relative;
	width:100%;
	display:block;
	background: url(../images/bgHdr.jpg) bottom no-repeat;
	font-family: 'Roboto', sans-serif;
}
.slogan{
	display: block;
	background: #dfe9f4;
	border-bottom: 1px solid #fff;
	text-align: center;
	color: #000;
	padding:4px 0;
	text-shadow: 1px 1px 0 rgba(255,255,255,.5)
}
.logo{
	display: inline-block;
	width: 230px;
	margin: 6px 0 8px 15px;
}
.topLog{
	display: inline-block;
	position: absolute;
	top: 44px;
	right: 15px;
	color: #666;
}
.topLog a{
	color: #000;
	text-decoration: underline
}
.logForm, .logForm form{display: inline-block}
.topLog span{
	display: none;
	font-size: 20px;
}
.topLog span a{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px
}
.topLog span a:last-child{
	margin:1px 5px 0
}
.topLog input[type=text], .topLog input[type=password], .logFormComm input[type=text], .logFormComm input[type=password]{
	display: inline-block;
	font-size: 13px;
	color: #000;
	background: #fff;
	width: 115px;
	margin: 0 3px;
	border: 0;
	padding: 4px 7px;
}
.topLog input[type=submit], .logFormComm input[type=submit], .replyBtn a, .commFrm input[type=submit], ul.memTop li.memTopbtn{
	display: inline-block;
	font-size: 13px;
	color: #fff;
	border: 0;
	margin-right: 3px;
	padding: 4px 15px;
	background: #565656;
	background: -moz-linear-gradient(top, #565656 0%, #333333 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #565656), color-stop(100%, #333333));
	background: -webkit-linear-gradient(top, #565656 0%, #333333 100%);
	background: -o-linear-gradient(top, #565656 0%, #333333 100%);
	background: -ms-linear-gradient(top, #565656 0%, #333333 100%);
	background: linear-gradient(to bottom, #565656 0%, #333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#333333', GradientType=0 );
	cursor: pointer
}
ul.memTop li{
	position: relative;
	display: inline-block;
	margin-left: 10px
}
ul.memTop li a{
	color: #000
}
ul.memTop li ul{
	display:none;
	position: absolute;
	top: 27px;
	right: 0;
	width:150px;
	background: #333;
	z-index: 999;
	padding:3px 10px 0;
}
ul.memTop li:hover ul{display:block;}
ul.memTop li ul li{
	display: block;
	margin: 5px 0 ;
	padding: 2px 3px 7px;
	border-bottom: 1px solid #777
}
ul.memTop li ul li:last-child{border: 0}
ul.memTop li ul li a{
	color: #fff;
	text-decoration: none
}
.show-menu {
	font-family:'FontAwesome';
	text-decoration: none;
	color: #fff;
	font-size:24px;
	padding: 0px 10px;
	display: none;
	border-radius: 3px;
}
nav input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}
.navtxt{display:none;}
nav{
	position:relative;
	display: block;
	width: 100%;
	margin:0;
	padding: 0;
	background: #5b5b5b;
	background: -moz-linear-gradient(top, #5b5b5b 0%, #505050 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #5b5b5b), color-stop(100%, #505050));
	background: -webkit-linear-gradient(top, #5b5b5b 0%, #505050 100%);
	background: -o-linear-gradient(top, #5b5b5b 0%, #505050 100%);
	background: -ms-linear-gradient(top, #5b5b5b 0%, #505050 100%);
	background: linear-gradient(to bottom, #5b5b5b 0%, #505050 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5b5b', endColorstr='#505050', GradientType=0 );
	font-family: 'Roboto', sans-serif;
}
nav ul{
	display: inline-block;
	text-align:center;
}
nav li{
	position: relative;
	display:inline-block;
	background: url(../images/menuDiv.png) right center no-repeat;
	margin-right:-4px;
}
nav li a{
	display:block;
	font-size:13px;
	color:#fff!important;
	padding:11px 13px 11px 12px;
	text-transform: uppercase;
	text-shadow: -1px -1px 0 rgba(0,0,0,.8);
	font-weight: 300
}
nav li a:hover, nav li:hover, nav li.mdrop a:hover{background: #000}
nav ul li.mdrop ul, nav ul li.mdrop ul li.seclvl ul {
  padding: 0;
  position:absolute;
  top:37px;
  left:0;
  width: 170px;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  background: #000;
  padding: 8px;
  text-align: left;
}
nav ul li.mdrop ul li.seclvl ul {
  top:0;
  left:162px;
}
nav ul li.mdrop ul li.seclvl a i {
	float: right;
	margin:4px 0 0 0 
}
nav ul li.mdrop ul li.seclvl a i.fa-angle-down {display: none }
nav ul li ul li { 
  display: inline-block;
  width: 100%;
  margin:0;
  padding: 0;
  text-align: left;
  border: 0!important;
  background: none
}
nav ul li ul li a{ 
  padding: 4px 10px;
  font-weight: normal;
  text-transform: none;
}
nav ul li.mdrop:hover ul, nav ul li.mdrop ul li.seclvl:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
nav ul li.mdrop ul li.seclvl a:hover, nav ul li.mdrop ul li.seclvl:hover{background: #525252}
.searchTop{
	display: inline-block;
	vertical-align: top;
	margin: 6px 0 0 12px;
}
.searchTop input[type=text]{
	font-size: 14px;
	color: #000;
	background: #fff url(../images/scr-icon.png) left 7px top 6px no-repeat;
	width: 210px;
	border: 0;
	padding:4px 7px 4px 30px;
}
.searchTop input[type=submit]{display: none}
.forumC{
	position: relative;
	display: block;
	margin: 15px 10px;
}




.searchTop input[type=text]{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
nav ul li ul, nav li a{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.logo img{
	width: 100%;
	height: auto;
}



footer{
	position: relative;
	display: block;
	width: 100%;
	color:#9e9e9e;
	font-size: 12px;
	padding: 15px 0;
	background: #212121;
	font-family: 'Roboto', sans-serif;
}
footer a, footer a:hover{color: #fff}
.leftFM{
	display: inline-block;
	vertical-align: top;
	width: 33%;
	margin:8px 0 8px 30px;
}
.leftFM a{
	width: 49%;
	display: inline-block;
	margin: 3px 0;
}
.leftFM a i{
	font-size: 8px;
	vertical-align: top;
	margin: 4px 4px 0 0;
	color: #d3d3d3
}
footer p{
	margin: 3px 0;
	line-height: 18px;
}
footer p a{margin: 0 4px}
.rytFP{
	display: inline-block;
	vertical-align: top;
	width: 60%;
	padding:8px 0 8px 25px;
	border-left:1px solid #565656 
}
.fllwUs{
	font-size: 22px;
}
.fllwUs span{
	font-weight: 300;
	text-transform: uppercase;
	margin-right: 10px;
}
.sisSites{
	text-align: center;
	border-top:1px solid #565656;
	padding-top: 10px;
	margin: 10px 30px;
}


@media screen and (-webkit-min-device-pixel-ratio:0) { /* hacked for chrome and safari */

}


|:-moz-any-link:focus {outline: none;}
input[type="image"]:focus {outline: none;}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {border: none;}
abbr[title], acronym[title] {border-bottom: none;}
*:focus {outline : none;}

.body_wrapper {padding:0!important;}
.logo-image {display:none!important;}
