.box-title {
    margin-bottom: 35px;
}

.box-content {
    padding-bottom: 90px;
}

.list-item {
    margin-bottom: 30px;
}

.group-item {
    margin-left: -10px;
    margin-right: -10px;
}

.group-item::after {
    content: '';
    clear: both;
    display: table;
}

.group-item:not(:last-child) {
    margin-bottom: 30px;
}

.news {
    background: white;
    position: relative;
}

.news .txt {
    padding: 15px 20px 20px;
    border: 1px solid #e4e4e4;
    border-top: none;
}

.news .title {
    margin: 0;
    color: #444;
    height: 48px;
    font-size: 18px;
    overflow: hidden;
    line-height: 24px;
}

.news .meta {
    font-size: 16px;
    overflow: hidden;
    position: relative;
    padding-left: 60px;
    margin-bottom: 10px;
}

.news .meta .day {
    left: 0;
    top: 50%;
    font-size: 40px;
    position: absolute;
    transform: translate(0, -50%);
}

.news .meta .day,
.news .meta .month,
.news .meta .year {
    color: #374a9f;
    font-weight: 700;
    line-height: 20px;
}

.widget {
    padding: 20px;
    position: relative;
    background: url(../images/bg-widget.jpg) repeat;
}

.widget:not(:last-child) {
    margin-bottom: 20px;
}


/* box-sidebar */

#box-sidebar.widget::before {
    content: url(../images/mask-left.png);
    position: absolute;
    top: -15px;
    left: -1px;
}

#box-sidebar.widget::after {
    content: url(../images/mask-right.png);
    position: absolute;
    top: -15px;
    right: -1px;
}

#box-sidebar .widget-title {
    color: white;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    padding-left: 18px;
    padding-right: 23px;
    text-transform: uppercase;
    margin: -30px -8px 10px -9px;
    border-radius: 0 0 10px 10px;
    background: #374a9f url(../images/icon-widget-title.png) no-repeat right center;
    background-origin: content-box;
}

#box-sidebar .items li {
    color: #444;
    border-bottom: 1px solid white;
}

#box-sidebar .items li:last-child,
#box-sidebar .items li:last-child a {
    border-bottom: 0;
}

#box-sidebar .items li a {
    display: block;
    line-height: 20px;
    position: relative;
    padding: 9px 10px 10px;
    transition: all .2s ease;
    text-transform: uppercase;
    border-bottom: 1px solid #cacacb;
}

#box-sidebar .items li a::before {
    right: 10px;
    content: '\f105';
    position: absolute;
}

#box-sidebar .items li a:hover,
#box-sidebar .items li a.active {
    background: white;
}


/* box-views */

#box-views .widget-title {
    color: #374a9f;
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: 700;
    text-transform: uppercase;
}

#box-views .items li {
    color: #444;
    border-top: 1px solid #cacacb;
}

#box-views .items li:last-child a {
    padding-bottom: 0;
}

#box-views .items li a {
    display: block;
    padding: 20px 0;
    overflow: hidden;
    line-height: 22px;
    position: relative;
    transition: all .3s ease;
    text-transform: uppercase;
    border-top: 1px solid white;
}

#box-views .items .img {
    width: 100px;
    float: left;
    margin-right: 15px;
}


/* box-focus */

.box-focus {
    overflow: hidden;
    max-height: 300px;
    position: relative;
    margin-bottom: 30px;
}

.box-focus .row,
.box-focus .col-md-6 {
    position: initial;
}

.news-focus .img {
    top: 0;
    left: 0;
    position: absolute;
    margin-right: -12.5px;
    transition: all .3s ease;
}

.news-focus:not(.active) .img {
    opacity: 0;
}

.news-focus .txt {
    color: #666;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    margin-left: 52.5px;
    padding: 15px 0 15px 80px;
    border-top: 1px dashed #b7bdc3;
}

.news-focus:first-child .txt {
    border-top: 0;
    padding-top: 0;
}

.news-focus:last-child .txt {
    padding-bottom: 0;
}

.news-focus:hover .txt,
.news-focus.active .txt {
    color: #3a50b9;
}

.news-focus .num {
    left: 0;
    width: 64px;
    height: 46px;
    padding: 2px;
    color: #666666;
    font-size: 26px;
    position: absolute;
    border-radius: 3px;
    text-align: center;
    background: #e4e4e4;
    display: inline-block;
    vertical-align: middle;
}

.news-focus:hover .num,
.news-focus.active .num {
    color: white;
    background: #3a50b9;
}

.news-focus.active .num::before {
    top: 50%;
    left: -5px;
    content: '';
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 12px solid #3a50b9;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.news-focus .title {
    display: block;
    line-height: 24px;
}


/* box-share */

.box-share {
    overflow: hidden;
    margin-bottom: 30px;
}

.box-share ul {
    padding: 10px;
    overflow: hidden;
    background: #f5f5f5;
}

.box-share li {
    float: left;
    overflow: hidden;
    margin-right: 10px;
}

.box-share li.last {
    margin-right: 0;
}


/* noitem */

.noitem {
    margin: 0;
    border-radius: 0;
    text-align: center;
}


/* entry */

.entry {
    margin-bottom: 30px;
}

.entry,
.entry *,
.entry p {
    font-size: 16px;
}

.entry table[border="0"],
.entry table[border="0"] * {
    margin: 0;
    padding: 0;
    border: none;
}

.entry table[border="0"] {
    margin-bottom: 20px;
}

.entry .box-date {
    color: #999999;
    font-size: 14px;
}

.entry p:last-child {
    margin-bottom: 0;
}

.entry img {
    margin: auto;
    height: initial ! important;
}

#box-news-related h3.title {
    font-size: 34px;
    margin: 0 0 20px;
    text-align: center;
    font-family: 'Judson-Regular';
}

@media screen and (max-width: 1200px) {
    .box-content {
        padding-bottom: 60px;
    }
    .box-focus {
        padding-top: 0;
        margin-bottom: 20px;
    }
    .news-focus .num {
        display: none;
    }
    .news-focus .img {
        max-width: 55%;
        margin-right: 0;
    }
    .news-focus .txt {
        padding: 10px 0;
        margin-left: 47px;
    }
    #box-sidebar.widget::before,
    #box-sidebar.widget::after {
        display: none;
    }
    #box-sidebar .widget-title {
        margin: -15px -15px 10px;
    }
    .widget-title {
        font-size: 15px ! important;
    }
}

@media screen and (max-width: 992px) {
    .box-title {
        margin-bottom: 40px;
    }
    .box-focus {
        display: none;
    }
    .list-item {
        margin-bottom: 0;
    }
    .list-item::after {
        content: '';
        clear: both;
        display: table;
    }
    .group-item:not(:last-child) {
        margin-bottom: 0;
    }
    .group-item::after {
        display: none;
    }
    .list-item .news {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .box-content {
        padding-bottom: 40px;
    }
    .box-title {
        padding: 180px 0 30px;
	}
    #sidebar>a,
    .box-share,
    #box-views {
        display: none;
    }
    .news img {
        width: 100%;
    }
    .news .title {
        height: initial;
    }
    #box-news-related .news {
        margin-bottom: 20px;
    }
    .entry {
        margin-bottom: 20px;
        padding-bottom: 25px;
        border-bottom: 1px dashed #ddd;
    }
    .entry,
    .entry *,
    .entry p {
        font-size: 18px;
        line-height: 1.6;
    }
    #box-news-related h3.title {
        font-size: 30px;
    }
	
	#box-sidebar {
		padding: 0;
		background: none;
	}
	#box-sidebar .widget-title {
		margin: 0;
		cursor: pointer;
		padding: 0 15px;
		border-radius: 0;
		position: relative;
		background: #374a9f;
	}
	#box-sidebar:not(.open) .widget-title::after {
		content: '';
		top: 50%;
		right: 15px;
		position: absolute;
		transform: translate(0, -50%);
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 8px solid white;
	}
	#box-sidebar.open .widget-title::after {
		content: '';
		top: 50%;
		right: 15px;
		position: absolute;
		transform: translate(0, -50%);
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 8px solid white;
	}
	#box-sidebar .widget-content {
		display: none;
		padding: 5px 15px;
		background: url(../images/bg-widget.jpg) repeat;
	}
}