/* bootstrap menu */

.bmp {
    padding-left: 0px !important;
}

.bmp-active {
    font-weight: bold;
}

.navi-custom {
	background: rgba(255, 255, 255, 1);
}

li.list-group-item {
	padding: 10px 30px 10px 0px;
    font-weight: bold;
}

li.list-group-item:hover {
	background: rgba(255, 255, 255, 1);
}

ul.bmp > li.list-group-item > a {
	padding: 0px 0px 0px 30px;
    color: rgba(0, 0, 0, 1);
}

ul.bmp > li.list-group-item > ul {
	margin: 5px 5px 5px 10px;
	background: rgba(230, 230, 230, 1);
	position: absolute;
	display: none;
	z-index: 10;
	border-radius: 0px 0px 10px 10px;
}

ul.bmp > li.list-group-item > ul > li.list-group-item-child {
	margin: 0px 15px 0px 15px;
	padding: 10px 10px 10px 10px;
    color: rgba(0, 0, 0, 1);
    border-top: 1px dotted #666;
}
ul.bmp > li.list-group-item > ul > li.list-group-item-child:first-child {
	    border-style: none;
}

ul.bmp > li.list-group-item > ul > li.list-group-item-child > a {
    color: rgba(0, 0, 0, 1);
}


@media screen and (max-width: 1024px) {
	.menu > div.pbNested > div.pbNested > div.login {
		display: none;
	}

	.navi-custom {
		background: rgba(255, 255, 255, 1);
	}

	li.list-group-item {
	    min-width : 100%;
		padding: 5px 30px;
	    font-weight: bold;
	    clear: both;
	}

	li.list-group-item:hover {
		background: rgba(255, 255, 255, .9);
	}
	ul.bmp > li.list-group-item > a {
	    min-width : 100%;
	    color: rgba(0, 0, 0, 1);
	}

	ul.bmp > li.list-group-item > ul {
		background: rgba(255, 255, 255, .9);
		position: relative;
		display: block;
	    border-top: 1px solid #666;
	    clear: both;
	}
	ul.bmp > li.list-group-item > ul.nav {
	    clear: both;
	}

	ul.bmp > li.list-group-item > ul > li.list-group-item-child {
	    font-weight: normal;
		padding: 5px 60px;
	    border-style: none;
	}
	ul.bmp > li.list-group-item > ul > li.list-group-item-child > a {
	    color: rgba(0, 0, 0, 1);
	}

}

@media screen and (max-width: 767px) {
	.menu > div.pbNested > div.pbNested > div.login {
		display: block;
	}

	.navi-custom {
		background: rgba(255, 255, 255, 1);
	}

	li.list-group-item {
	    min-width : 100%;
		padding: 5px 30px;
	    font-weight: bold;
	    clear: both;
	}

	li.list-group-item:hover {
		background: rgba(255, 255, 255, .9);
	}
	ul.bmp > li.list-group-item > a {
	    min-width : 100%;
	    color: rgba(0, 0, 0, 1);
	}

	ul.bmp > li.list-group-item > ul {
		background: rgba(255, 255, 255, .9);
		position: relative;
		display: block;
	    border-top: 1px solid #666;
	    clear: both;
	}

	ul.bmp > li.list-group-item > ul > li.list-group-item-child {
	    font-weight: normal;
		padding: 5px 60px;
	    border-style: none;
	}
	ul.bmp > li.list-group-item > ul > li.list-group-item-child > a {
	    color: rgba(0, 0, 0, 1);
	}

}

/* detail bottom */

div.details-info > div.articleLink {
	width : 100% !important;
	clear : both !important;
	margin : 10px;
}
div.details-info > div.articleLink > div.prevPage {
	position : relative;
	display : block;
  text-align : left;
	float : left;
  z-index : 1;
}
div.details-info > div.articleLink > div.prevPage > a {
	position : relative;
}
div.details-info > div.articleLink > div.followPage {
	position : relative;
	display : block;
	margin : 0 0 0 auto;
	text-align : right;
}
div.details-info > div.articleLink > div.followPage > a {
	position : relative;
}

/* ranking */
.popular .count span:after {
    content: '';
}

.popular .count > span > div > span.like:before {
    font-family: FontAwesome;
    content: '\f087';
    font-size: 13px;
    margin-right: 3px;
    line-height: 1;
    color: #ccc;
}
.popular .nice > span > div > span.access:before {
    font-family: FontAwesome;
    content: '\f06e';
    font-size: 13px;
    margin-right: 3px;
    line-height: 1;
    color: #ccc;
}

/* summary view detail list */
.details-list .image {
	position : relative;
}

.details-list .already {
	position : absolute;
	top : 0;
	width : 100%;
	padding: 2px 5px;
	background: rgba(0,0,0,.6);
	text-align : left;
	z-index:1;
}

.details-list .already span {
	font-family: FontAwesome;
	font-size: 20px;
	margin-right: 3px;
	line-height: 1;
}
.details-list .already span.read:after {
	content: '\f2b6';
	font-weight : 400;
	color: #FFF;
}
.details-list .already span.unread:after {
	content: '\f003';
	font-weight : 900;
	color: #FFF;
}

/* summary view toppage */
.new .image {
	position : relative;
}

.new .already {
	position : absolute;
	top : 0;
	width : 100%;
	padding: 2px 5px;
	background: rgba(0,0,0,.6);
	z-index:1;
}

.new .already span {
	font-family: FontAwesome;
	font-size: 20px;
	margin-right: 3px;
	line-height: 1;
}
.new .already span.read:after {
	content: '\f2b6';
	font-weight : 400;
	color: #FFF;
}
.new .already span.unread:after {
	content: '\f003';
	font-weight : 900;
	color: #FFF;
}

/* text */

.base-text {
	margin-top: 10px;
	margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
	.base-text {
		margin-top: 10px;
		margin-bottom: 15px;
	}
}

/* logo */
@media screen and (max-width: 1024px) {
	.header .logo {
		max-width: 400px;
		margin-left: 15px;
	}

@media screen and (max-width: 767px) {
	.header .logo {
		max-width: 200px;
		margin-left: 15px;
	}
	.footer .logo {
		max-width: 260px;
		margin: 0 auto;
	}
}


