@import url('https://fonts.googleapis.com/css?family=Anton|Muli:300,300i,400,400i,700,800|Oswald');

.next-last {background-color: #CCC; padding: 4px;}

/* Logo Height on Scroll */
.header.headhesive.headhesive--stick .logo img {
	/*height: 28px;*/
}

.magazine-slider-holder .item-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  color: #fff;
  background: #024494;
}

.bbp-forum-title { font-weight: 800; }

.bbp-topic-count-mobile { display: none; }
.bbp-reply-count-mobile { display: none; }

.page-content-dw {
  padding-top: 10px;
  padding-bottom: 30px;
}

.logindw {color: #000; font-size:24px;font-weight:bold; line-height:2px;}

.userdw {color: #000; font-size:14px;font-weight:bold;}

.register {font-size:18px}

.scroll {color: #000; font-size:24px; font-weight:bold;}

.whiteBox {padding: 10px;background: #fff;max-width:400px;color: #000;font-size:14px;}

.whiteBox a {color: #000}
.whiteBox a:hover {color: #777}

.padR {padding: 0px 0px 0px 0px;}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
    color: #fff;
}

.user { background-color:#FC0;padding:4px; }

@media only screen and (max-width: 1180px) {
.fhmm .navbar-collapse .navbar-nav > li > a {
    font-size: 12px;
}
}

@media only screen and (max-width: 800px) {
	.bbp-forums .bbp-header .forum-titles {
	font-size:14px;
	}
}

@media only screen and (max-width: 500px) {
	.bbp-forum-topic-count {
  	display: none;
	}
	.bbp-forum-reply-count {
  	display: none;
	}
	
	.bbp-topic-count-mobile { display: inline ; }
	.bbp-reply-count-mobile { display: inline ; }
	
	.userdw {display:none !important;}
}

