.box-content {
	padding-bottom: 40px;
}
.box-inner {
	padding: 20px;
	background: white;
}

/* box-sidebar */
.box-sidebar {
	margin-top: 20px;
	text-align: center;
}
.box-sidebar ul li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.box-sidebar ul li:not(:last-child) {
	margin-right: 10px;
}
.box-sidebar ul li a {
	background: #fff;
    border: 1px solid #d1d2de;
    height: 40px;
    padding: 0 20px;
    min-width: 170px;
    display: block;
	line-height: 38px;
    border-radius: 20px;
	font-weight: 700;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.box-sidebar ul li a:hover,
.box-sidebar ul li a.active {
	background: #57a501;
    color: white;
    border-color: #57a501;
    text-decoration: none;
}

/* noitem */
.noitem {
	border-radius: 0;
	text-align: center;
	margin: 40px 0 0;
}

/* list-item */
.list-item .group-item {
	margin-left: -10px;
	margin-right: -10px;
}
.group-item:not(:last-child) {
	margin-bottom: 20px;
}
.group-item::after {
	content: '';
	clear: both;
	display: table;
}
.video {
	background: white;
}
.video .img a::before {
	content: '\f144';
	font-size: 50px;
	position: absolute;
	left: 20px;
	bottom: 5px;
	z-index: 10;
	color: white;
}
.video .img a::after {
	content: '';
	left: 20px;
	z-index: 10;
	width: 44px;
    height: 44px;
	bottom: 19px;
	overflow: hidden;
	position: absolute;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
}
.video .txt {
	padding: 20px;
}
.video .txt h2 {
	font-size: 16px;
	margin: 0 0 5px;
	font-weight: 700;
	line-height: 1.4;
	text-transform: uppercase;
}
.video .txt .meta {
    display: flex;
    color: #888888;
    font-size: 13px;
}
.video .txt .meta-sap {
    margin: 0 3px;
}

#primary {
	margin-right: 10px;
}
#primary .post-title {
	margin-bottom: 20px;
}
#primary h1 {
	margin: 0;
    font-size: 28px;
    line-height: 1.3;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
}
#primary h1::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
	width: 62px;
    border-bottom: 2px solid #09715a;
}

#sidebar {
	margin-left: -10px;
}

.date-share {
	margin-bottom: 20px;
}
.box-share li {
    float: left;
    height: 20px;
    overflow: hidden;
    margin-left: 10px;
}
.box-date {
    font-size: 13px;
    line-height: 20px;
    color: #999;
}

#box-comment-wrap {
	margin-top: 20px;
	margin-right: 10px;
	padding-bottom: 0;
}
#box-comment-wrap .box-comment {
	margin-top: 0;
}
#box-comment-wrap .facebook-comment {
	overflow: hidden;
	margin-top: -8px;
	padding-bottom: 20px;
}
#box-comment-wrap .fb-comments {
	margin-left: -8px;
	max-width: initial;
}
.extCMT {
	padding-bottom: 20px;
}

.banner-right .advertise:not(:last-child) {
	display: block;
	margin-bottom: 20px;
}

/* box-news */
#box-news .widget-title {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 15px;
}
#box-news .items li a {
	display: block;
	overflow: hidden;
}
#box-news .items li:not(:last-child) {
	margin-bottom: 20px;
}
#box-news .items .img {
	float: left;
	display: block;
}
#box-news .items .txt {
	display: block;
	margin-left: 95px;
}

.widget.box-inner .widget-title {
    margin: 0 0 15px;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
.widget.box-inner:not(:last-child) {
    margin-bottom: 20px;
}

#box-related {
	margin-top: 20px;
	margin-right: 10px;
}
#box-related .widget-title {
	font-size: 20px;
}
#box-related .group-item {
	margin-left: -10px;
	margin-right: -10px;
}
#box-related .group-item::after {
	content: '';
	clear: both;
	display: table;
}
#box-related .group-item:not(:last-child) {
	margin-bottom: 20px;
}
#box-related .item {
	width: 25%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
#box-related .item .img {
	margin-bottom: 10px;
	}
#box-related .item .img::before {
	content: '\f144';
	font-size: 40px;
	position: absolute;
	left: 15px;
	bottom: 0;
	z-index: 10;
	color: white;
}
#box-related .item .img::after {
	content: '';
    left: 15px;
    z-index: 10;
    width: 34px;
    height: 34px;
    bottom: 12px;
    overflow: hidden;
    position: absolute;
    border-radius: 100%;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
}
.entry {
	margin-top: 20px;
}

/* 1024px */
@media screen and (max-width: 1024px)
{
	.video .txt {
		padding: 15px;
	}
}

/* 768px */
@media screen and (max-width: 768px)
{
	.list-item {
		overflow: hidden;
		margin-top: -20px;
	}
	.group-item::after {
		display: none;
	}
	.video {
		margin-top: 20px;
	}
}

/* 767px */
@media screen and (max-width: 767px)
{
	#content {
		margin-top: 20px;
	}
	.box-sidebar {
		display: none;
	}
	.box-inner {
		padding: 10px;
	}
	#primary,
	#box-comment-wrap,
	#box-related {
		margin-right: 0;
	}
	#box-related .item {
		width: 50%;
	}
	#sidebar {
		margin-left: 0;
	}
	#box-news.widget {
		margin: 20px 0 0;
	}
	#box-news .widget-title {
		margin-left: -10px;
		margin-right: -10px;
	}
	#box-news .items li:not(:last-child) {
		margin-bottom: 10px;
	}
}