@charset "utf-8";
html, body {
	margin: 0!important;
	padding: 0!important;
	width: 100%;
	height: 100%;
}
body {
	background:#3d3d3d;
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#000;
}
a, a:visited, a:link, a:active {
	color:#224074;
	text-decoration: underline
}
a:hover {color: #224074;}
img{border:0;}
.innerjub, .wht-cont{
	position: relative;
	display: block;
	margin:0 auto;
	padding:0;
	width: 1256px;
}
header{
	width: 100%;
	display: block;
	background:#fff url(../images/bg-hdr2.jpg) center top no-repeat!important;
	background-size: 100%;
	z-index: 9999;
}
body.fixed header{
	position: fixed;
	top: -40px;
}
body.fixed.top header{top:0;}
.slogan{
	background: rgba(255,255,255,.5);
	padding: 5px 0;
	text-align: center;
}
.slogan h1{font-size: 14px;}
.logo{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0 10px 30px;
}
.hdt-src{
	position: absolute;
	top: 12px;
	right: 30px;
	background:rgba(0,0,0,.6);
	border-radius: 150px;
}
.hdt-src:after{
	position: absolute;
	top: 4px;
	right: 12px;
	content:"\f002";
	font-size: 18px;
	font-family:'FontAwesome';
	color: #fff;
}
.hdt-src input[type=text]{
	background: transparent;
	border: 0;
	color: #fff;
	font-size: 14px;
	padding: 6px 15px;
	width: 400px;
}
.hdt-src input[type=text]::-webkit-input-placeholder {color:#fff;}
.hdt-src input[type=text]::-moz-placeholder {color: #fff;}
.hdt-src input[type=text]:-ms-input-placeholder {color: #fff;}
.hdt-src input[type=text]:-moz-placeholder { color: #fff;}
.hdt-src input[type=submit]{opacity: 0;}
.logo-wht{
	display: none;
	vertical-align: middle
}
.navbarj{
	display: block;
	background: #252525;
	text-align: center;
}
.show-menu{
	display:none;
	vertical-align: top;
}
nav input[type=checkbox]{display: none;}
nav{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
nav ul{
	font-size: 0;
	list-style: none;
}
nav li.closechild{display: none}
nav li{
	position: relative;
	display:inline-block;
	vertical-align: middle;
	border-right: 1px solid #000;
	border-left: 1px solid #444;
}
nav li:nth-child(2){border-left:0}
nav li:last-child{border-right:0}
nav li a{
	display:block;
	padding:7px 25px;
	font-size:16px;
	font-weight: 300;
	color:#fff!important;
	text-transform: uppercase;
	text-decoration: none!important
}
nav li a:hover{color: #fff!important}
nav li:hover{background: #383838}
nav li ul{
	display:none;
	position: absolute;
	top: 33px;
	left: 0;
	padding:0;
	width: 220px;
	background: #383838;
	z-index: 99;
}
nav li.catdrp ul{
	width: 625px;
	min-height: 285px;
}
nav li.pvdrp ul{
	width: 340px;
	min-height: 145px;
}
nav li ul li{
	position:static;
	display: block;
	width: 100%;
	border: 0;
}
nav li.catdrp ul li, nav li.pvdrp ul li{width: 170px;}
nav li ul li a{
	padding: 8px 15px;
	font-size: 14px;
	text-transform: none
}
nav li ul li a i{
	float: right;
	margin-right: 5px;
}
nav li ul li.seclvl ul{
	display:none;
	z-index: 99;
	top:0;
	left:170px;
	width:170px;
	background: #404040
}
nav li.catdrp ul li.seclvl ul{width:455px;}
nav li:hover ul, nav li ul li:hover ul{display: block}
nav li ul li:hover{background:#404040 }
nav li.catdrp ul li.seclvl ul li{
	display: inline-block;
	width: 33.333%;
	border: 0;
}
nav li ul li.seclvl ul li a{
	font-size: 13px;
	padding: 5px 10px;
}
nav li ul li.seclvl ul li:hover a{color: #b2b2b2!important}
ul.logjoin, ul.memTop{
	display: inline-block;
	vertical-align: middle;
	margin-left: 50px;
	margin-top: -4px;
	list-style: none
}
.logjoin li, .memTop li{
	position:relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.logjoin li:first-child{display: none}
.logjoin li:nth-child(2) a{
	border-right: 1px solid #fff;
	padding-right: 10px;
	margin-right: 10px;
}
.logjoin li a{
	display: block;
	font-size: 14px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none!important
}
.logjoin li a i{margin-right: 3px;}
.ovrlogin{
	position: absolute;
	top: 24px;
	left: -60px;
	display:none;
	background: #717171;
	width: 197px;
	padding: 10px;
	z-index: 99;
}
.ovrlogin:before, body.fixed header .hdt-src:before{
	position: absolute;
	top: -6px;
	left: 50%;
	margin-left: -5px;
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5.5px 6px 5.5px;
	border-color: transparent transparent #717171 transparent;
}
.ovrlogin input[type=text], .ovrlogin input[type=password]{
	font-size: 13px;
	background: #fff;
	border-radius: 3px;
	padding: 5px 8px;
	border: 0;
	width: 100%;
	margin-bottom: 6px;
	color: #000
}
.ovrlogin input[type=submit]{
	width: 100%;
	border-radius: 3px;
	background: #f37b21;
	font-weight: 700;
	text-transform: uppercase;
	border: 0;
	color: #fff;
	padding: 5px;
}
.ovrlogin input[type=submit]:hover{background: #e96d10}
ul.memTop li ul{
	display: none;
}
.memTop li{
	color: #fff;
	font-size: 14px;
	line-height: 14px;
}
.memTop li a{
	position: relative;
	display: block;
	margin: 0;
	padding: 0 5px;
	color: #fff;
	text-transform: uppercase
}
.memTop li.memTopbtn{cursor: pointer}
.mobProf{display: none}
.memTop li.memTopbtn ul{
	position: absolute;
	display: block;
	display: none;
	top:23px;
	right: 0;
	background: rgba(0,0,0,.8);
	padding:0;
	z-index: 9999;
	width: 170px;
}
body.fixed.top .memTop li.memTopbtn ul{top:25px;}
.memTop li.memTopbtn ul li{
	display: block;
	text-align: left
}
.memTop li.memTopbtn ul li a{
	display: block;
	padding: 10px;
}
.memTop li.memTopbtn ul li a:hover{background: #000}

body.fixed header .slogan, body.fixed header .logo, body.fixed header .hdt-src, body.fixed header .logjoin li span{display: none}
body.fixed header ul.logjoin{margin: 0}
body.fixed header .logjoin li:first-child, body.fixed header .logo-wht{display:inline-block}
body.fixed header .logjoin li:nth-child(2) a{border-right:0;margin:0 15px;padding: 0;}
body.fixed header .logjoin li a i{margin-right:0;}
body.fixed header .ovrlogin{left: -79px;}
body.fixed header nav{margin: 0 50px;}
body.fixed header nav li a{padding:10px 20px;font-size:14px;}
body.fixed header nav li ul li.seclvl ul li a{font-size: 13px;padding: 5px 10px;}
body.fixed header nav li ul li a{padding: 8px 15px;}
body.fixed header .hdt-src{
	top: 40px;
	right: 30px;
	background: #717171;
	border-radius:0;
	padding: 5px;
}
body.fixed header .hdt-src:after{
	top: 9px;
	right: 17px;
}
body.fixed header .hdt-src input[type=text]{background:#333;}
body.fixed header .hdt-src:before{
	left: auto;
	margin-left:0;
	right: 75px;
}
.forumC{
	background: #fff;
	padding: 20px 10px;
}
body.fixed .forumC{margin-top:122px}



.photo-lst.center li{text-align: center}
.logo img, .top-ban img, .btm-ban img, .player img, .promo-box span img{
	max-width: 100%;
	height: auto
}
.photo-lst li img, .moregall li img, .topgal li img, .magcover li img{
	width: 100%;
	height: auto;
}
a, nav, header{
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.cimg{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

footer{
	background: #313131;
	padding: 30px 0 0;
	text-align: center;
	color: #535353;	
}
footer ul{
	display: inline-block;
	vertical-align: middle;
	width: 40%;
	text-align: left;
	list-style: none;
}
footer li{
	position: relative;
	display: inline-block;
	width: 44%;
	font-size: 14px;
	color: #b8b8b8;
	padding: 5px 0 5px 20px;
}
footer li:before{
	position: absolute;
	top: 5px;
	left: 0;
	font-family:'FontAwesome';
	content:"\f138";
}
footer a{
	color: #fff!important;
	text-decoration: none!important
}
.ftr-ryt{
	display: inline-block;
	vertical-align: middle;
	width: 45%;
	margin-left: 5%;
	padding: 15px 0 15px 30px;
	text-align: left;
	border-left: 1px solid #6a6a6a;
	color: #fff;
	font-weight: 300;
	line-height: 24px;
}
.ftr-blk{
	background: #000;
	padding: 15px 0;
	color: #fff;
	margin-top: 30px;
}
.ftr-blk p, .ftr-blk span{
	display: inline-block;
	vertical-align: middle;
	color: #c6c6c6
}
.ftr-blk span{
	margin-left: 25%;
	font-size: 16px;
	font-weight: 300;
}
.ftr-blk span a{
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	margin: -3px 4px 0;
}


|:-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}
.footer_links li a{color: #fff!important}
.below_postlist a.newcontent_textcontrol, .above_postlist a.newcontent_textcontrol, a.newcontent_textcontrol, .threadlisthead.table a{color: #fff!important;text-decoration: none!important}

@media screen and (max-width:1920px) {
header{background-size: inherit}
}
@media screen and (max-width:1260px) {
.innerjub, .wht-cont{width: 100%;}
.logo{margin-left: 15px;}
.hdt-src{right: 15px;}
.top-ban, .btm-ban{margin: 10px 15px;}
nav li a{padding: 7px 15px;}
ul.logjoin{margin-left: 40px}
body.fixed header ul.logjoin{margin: 10px 20px 0 0;float: right;}
body.fixed header .ovrlogin{left: auto;right: 0;top: 26px}
body.fixed header .ovrlogin:before{left:auto;margin-left:0;right: 15px;}
body.fixed header .hdt-src:before{left:auto;margin-left:0;right: 78px;}
body.fixed header .hdt-src{top: 40px;right: 0;z-index: 99}
}
@media screen and (max-width:1200px) {
nav li a{padding: 7px 10px;}
body.fixed header nav li a{padding:10px 13px;font-size:14px;}
}
@media screen and (max-width:1090px) {
body.fixed header nav{margin: 0 20px;}
ul.logjoin{margin-left: 30px}
.sqrban li{margin: 10px 9px;}

.ftr-blk p, .ftr-blk span{width: 100%;margin: 5px 0;}

}
@media screen and (max-width:960px) {
.mobProf{display: inline-block;}
ul.memTop{margin-left: 0;position: absolute;top: 5px;right: 10px;z-index: 999}
.deskProf{display: none}
.logo{z-index: 999}
.navbar{height: 36px;position: relative;text-align: left;}
.show-menu {
	display:inline-block;
	margin:7px 60px 7px 0;
	cursor:pointer;
	color: #fff
}
#menu {
	display: none;
	position:relative;
}
nav{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	text-align: right;
	z-index: 88;
}
nav ul{
	background: #252525;
	text-align: center;
}
nav li a{font-size: 14px;text-align: left}
nav li ul{top: 34px;left: -100px;}
ul.logjoin{margin: 8px 20px 0 0;float: right;z-index: 99;position: relative}
.memTop li.memTopbtn ul{top: 25px;}
body.fixed header nav li ul{top: 40px;}
body.fixed header nav li ul li.seclvl ul{top: 0;}
body.fixed header nav{margin: 0}
body.fixed header ul.logjoin{margin: 8px 15px 0 0;}
.ovrlogin, body.fixed header .ovrlogin{top: 24px}
.logjoin li span{display: none}
body.fixed header .logjoin li:nth-child(2) a, .logjoin li:nth-child(2) a{border-right:0;margin:0 15px;padding: 0;}
body.fixed header .logjoin li a i, .logjoin li a i{margin-right:0;}
.ovrlogin, body.fixed header .ovrlogin{left: auto;right: 0;}
.ovrlogin:before, body.fixed header .hdt-src:before{left:auto;margin-left:0;right: 15px;}
body.fixed header .hdt-src{top: 36px;right: 56px;z-index: 99}
body.fixed header .logo-wht{margin: 6px 0 0 15px;}

footer ul{width: 80%;}
.ftr-ryt{width: 90%; margin: 15px 0 0;border: 0;border-top: 1px solid #6a6a6a;padding: 15px 10px 0;text-align: center}

}
@media screen and (max-width:750px) {
header{position: fixed}
.slogan h1{margin: 0 10px;font-size: 3.5vw;}
.logo, .slogan{display: none}
.logo-wht{display: inline-block;margin: 6px 0 0 15px;position: relative;z-index: 99}
.hdt-src, body.fixed header .hdt-src{display: none;right: 0;width: 100%;top: 36px;z-index: 99;}
body.fixed header .hdt-src:before{right: 72px;}
.show-menu{margin-right: 60px;margin-top: 6px; z-index: 99;position: relative}
nav li{display: block;position: static;border: 0;}
nav li a{font-size: 4.5vw;padding: 10px 20px;}
nav li a .fa-angle-down:before{content:"\f101"!important;}
nav li a i{float: right}
nav li:hover ul, nav li ul li:hover ul{display: none}
nav li ul{top: 0;left: 0;padding:80px 0 0;width: 100%;height: 100%;}
nav li ul li a{padding: 8px 15px;font-size: 18px;}
nav li.catdrp ul li, nav li.pvdrp ul li{width: 100%;}
nav li a .fa-angle-right:before {content:"\f103"!important;}
nav li ul li a i{margin-top: 4px;}
nav li.catdrp ul, nav li.pvdrp ul{width: 100%;min-height:100%;}
nav li.catdrp ul li.seclvl ul, nav li ul li.seclvl ul{width: 100%;position: relative;left: 0;padding:5px 10px 10px;}
nav li.catdrp ul li.seclvl ul li{width: 50%;}
nav li ul li.seclvl ul li a{font-size: 4vw}
nav li.closechild{color: #fff;position:relative;z-index: 999;cursor: pointer;text-align: right;padding: 0 20px;display: none;text-transform: uppercase;}
nav li.closechild a{display: inline-block;padding: 7px 15px;border-radius: 50px;background: #000;font-size: 4.5vw;line-height: 4.5vw}
nav li.closechild a i.fa-times-circle{float: none;margin: 0;}
nav li.closechild.active{display: block}
#menu{position: fixed;height: 100%;width: 100%;top: 0;left: 0;padding-top: 40px;z-index: 88}
ul.logjoin{margin-right: 15px;}

footer ul{width: 90%}
}
@media screen and (max-width:580px) {
.ftr-blk p, .ftr-blk span{padding: 0 10px;}
footer li{font-size: 3.2vw}
.ftr-ryt, .ftr-blk p{font-size: 3vw;line-height: 4.8vw}
}
