/* 
    Document   : modify
    Created on : Aug 30, 2020, 4:08:50 PM
    Author     : Hello World
    Description:
        Purpose of the stylesheet follows.
*/

@font-face {
    font-family: "Karla-Regular";
    src: url("../fonts/Karla-Regular.ttf");
  }
  
  @font-face {
    font-family: "Karla-Bold";
    src: url("../fonts/Karla-Bold.ttf");
  }

root {
	display: block;
}

/* ============================================================== 
     # Post Area
=================================================================== */

.post-area .post-content .single-item {
	display: table;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #e7e7e7;
	padding: 25px 0;
}

.post-area .post-content .single-item:last-child {
	border: medium none;
}

.post-area .thumb-sambutan {
	position: relative;
	float: left;
	margin-right: -45px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.post-area .thumb-sambutan img {
	max-width: 85%;
}

.post-area .post-items .post-content .thumb {
	overflow: hidden;
	position: relative;
	z-index: 1;
	text-align: center;
	/*background-color: #cccccc4d;*/
	margin-top: 0px;
	padding-left:0;
	padding-right:0;
}

.post-area .post-items .post-content .thumb.img-ls img{
	height: 190px;
	padding: 0;
	object-fit: cover;
	width:100%;
	border:1px solid #ddd;
}

.post-area .thumb-sambutan > span {
	display: block;
	padding-top: 5px;
	font-weight: 600;
	color: #828282;
}

.post-area .post-items .pict-desc {
	text-align: center;
	display: block;
	margin-bottom: 0px;
	color: #a2a0a0;
	font-size: 12px;
}

.post-area .thumb {
	position: relative;
	overflow: hidden;
	z-index: 1;
	border: 2px solid #a4b1a1;
    border-radius: 0.2rem;
    background-color: #a3b2a1;
}

.post-area .thumb.img-one img {
	height: 336px;
	object-fit: cover;
	width:100%;
	
}
.post-area .thumb.img-three img {
	height: 240px;
	object-fit: cover;
	width:100%;
}

.post-area .meta,
.event-details-area .meta,
.download-area .meta {
	color: #666666;
	font-family: "Poppins", sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	/* text-transform: capitalize; */
	font-size: 12px;
	font-weight: 500;
}

.post-area .meta .fas {
	font-weight: 500;
	margin-right: 5px;
}

.overlay-video {
	left: 50%;
	margin-left: -15px;
	margin-top: -70px;
	position: absolute;
	top: 50%;
}

.post-area .overlay-video {
	margin-left: -15px;
}

.our-featues-area.inc-pendidikan .overlay-video {
	margin-left: -25px;
}

.post-area .post-info {
	overflow: hidden;
}

.post-area .post-info.item-block .info {
	margin-top: 30px;
}

.post-area .info > a {
	margin-top: 10px;
	border-bottom: 2px solid #a4b1a1;
	padding-bottom: 2px;
}

.seperator .border {
	border-bottom: 1px solid rgba(20, 23, 28, 0.1);
	margin-bottom: 50px;
	padding-bottom: 50px;
	overflow: hidden;
	float: left;
	width: 100%;
}

.post-area .our-features .item .icon {
	padding-right: 15px;
}

.post-area .our-features .item .icon i {
	display: inline-block;
	font-size: 80px;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}

.post-area.inc-pendidikan .our-features .item .icon i {
	display: inline-block;
}

.post-area .our-features.text-light .item .icon i {
	color: #ffffff;
}

.post-area .our-features.inc-counter .item .info h4 {
	margin: 0;
	text-transform: uppercase;
}

.post-area .our-features.inc-counter .item .info .timer {
	color: #ffffff;
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 40px;
	font-weight: 900;
	margin-bottom: 15px;
}

.post-area .our-features .item .info h4 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: uppercase;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	line-height: 1.3;
}

.post-area .our-features {
	float: left;
	width: 100%;
}

.post-area .our-features .item .info a {
	color: #666666;
	text-transform: uppercase;
}

.post-area .our-features.text-light .item .info a {
	color: #ffffff;
}

.post-area .info h1,
.post-area .info h2 {
	font-weight: 600;
	line-height: 1.3;
	/*margin-bottom: 25px;*/
	/*padding-bottom: 25px;*/
	position: relative;
	z-index: 1;
	text-transform: capitalize;
}

.post-area .info h1::before,
.post-area .info h2::before {
	background: #61b634 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	width: 40px;
	z-index: 1;
	border-radius:99px;
}

.post-area .info h1::after,
.post-area .info h2::after {
	background: #a4b1a1 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 4px;
	left: 45px;
	position: absolute;
	width: 20px;
	border-radius:99px;
}

.post-area .info.less-bar h1::before,
.post-area .info.less-bar h1::after {
	display: none;
}

.post-area .info.less-bar h1 {
	margin-bottom: 20px;
	padding-bottom: 0;
}

.post-area .info h5 {
	color: #666666;
	font-size: 18px;
	text-transform: uppercase;
}

.post-area .info h3 {
	font-size: 20px;
	color: #666666;
	font-family:'Karla-Regular';
    font-weight:600;
}

.post-area .info h3 a,
.pengumuman .info h4 a,
.info h4 a{
    font-family:'Karla-Regular';
    font-weight:600;
}

.post-area .info h1 span,
.post-area .info h2 span {
	color: #ffb606;
}

.post-area .info h4,
.event-details-area .info h4,
.download-area .info h4 {
	line-height: 1.2;
	margin-bottom: 0px;
	font-size: 18px;
}

.post-area .info p {
	line-height: 1.5;
}

.post-area .post-items .single-item {
	/* margin-bottom: 30px; */
}

.post-area .post-items .item .info {
	/* padding-top: 25px; */
}

.post-area .info .content {
	line-height: 1.6;
	font-family: Quicksand, sans-serif; 
    font-weight: 500;
}

.w-100 {
	width: 100% !important;
}

/*.post-area .post-items .pict-desc {
    text-align: center;
    display: block;
    font-style: italic;
    margin-bottom: 0px;
    color: #a2a0a0;
    font-size: 12px;
}*/

/* ============================================================== 
     # Event 
=================================================================== */

.event-area .event-items .item .thumb,
.event-area .event-items .item .info {
	display: table-cell;
	vertical-align: middle;
}

.event-area .event-items .item.vertical .thumb,
.event-area .event-items .item.vertical .info {
	display: block;
	vertical-align: middle;
}

/*.event-area .event-items .item .info {
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    padding: 30px;
}*/

.event-area.single-view .event-items .item .info {
	padding: 30px;
}

.event-area .event-items .item .info {
	/* padding: 0;
      padding-right: 10px; */
	padding: 15px 12px 0 0;
}

.event-area.circle .event-items .item > .info {
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

.event-area.circle .event-items .item.vertical > .info {
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.event-area .event-items .item .info li {
	color: #666666;
	display: inline-block;
	font-weight: 300;
	margin-bottom: 10px;
	margin-right: 10px;
	text-transform: capitalize;
}

.event-area .event-items .item .info li i {
	margin-right: 5px;
	font-weight: 500;
}

.event-area .event-items .item .info h2,
.event-area .event-items .item .info h3,
.event-area .event-items .item .info h4 {
	font-weight: 300;
	line-height: 1.3;
	padding-top: 5px;
}

.event-items .item .info h2 a:hover,
.event-items .item .info h3 a:hover,
.event-items .item .info h4 a:hover {
	/*    color: #ffb606;*/
}

.event-area .event-items .item .info .price {
	background: #f4f4f4 none repeat scroll 0 0;
	color: #002147;
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
	padding: 5px 20px;
	text-transform: capitalize;
}

.event-area .event-items .item .info .meta {
	border-bottom: 0px solid #e7e7e7;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.event-area .event-items .item .info > a {
	margin-top: 10px;
	margin-right: 3px;
}

.event-area.circle .event-items .item .info > a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.event-area .event-items .item .thumb {
	position: relative;
	text-align: center;
	z-index: 1;
}

.event-area.circle .event-items .item .thumb {
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

.event-area.circle .item.vertical .thumb img {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.event-area .event-items .item .thumb .date {
	padding: 15px 20px;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 1;
}

.event-area .event-items .item .thumb .date h4 {
	color: #6f6f6f;
	font-size: 14px;
	margin: 0;
	text-transform: uppercase;
	font-family: "Lora", serif;
}

.event-area .event-items .item .thumb .date h4 span {
	display: block;
	font-size: 42px;
	font-weight: 600;
}

.event-area .event-items .item .thumb .date::after {
	/* background: #ececec none repeat scroll 0 0; */
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	/* border-left: 4px solid #a4b1a1; */
}

.event-area.circle .event-items .item .thumb .date::after {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.event-area .event-items.event-carousel .item {
	margin-bottom: 0;
}

.event-area .event-items .more-btn a {
	margin-top: 20px;
}

.event-area.full-event.right-sidebar .event-items .item .thumb .date {
	padding: 5px 20px 0 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

/*.event-area.full-event.right-sidebar .event-items .item { 
    display: table;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ddd;
}*/

/*.event-area .event-content .single-item {
    display: table;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #e7e7e7;
    padding: 25px 0;
}*/

.event-area .event-content .single-item {
	display: block;
	width: 100%;
	border-bottom: 1px solid #e7e7e7;
	padding: 25px 0;
}

.single-item .event-date {
	max-width: 110px;
	padding-right: 0;
	text-align: center;
	border-right: 1px solid #dadada;
}

.event-area.full-event .single-item .event-date > span {
	/* display: block; */
	width: 100%;
	line-height: 1;
	font-size: 62px;
	color: #444;
	font-family: "Lora", serif;
}

.event-area.full-event .single-item .event-date strong {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #696969;
}

.event-area.full-event.right-sidebar .event-items .item::after {
	border-bottom: medium;
}

.event-area.full-event.right-sidebar .event-items .item .info {
	/* padding: 0;
      padding-right: 10px; */
	padding: 0px 12px 0 0;
	margin-left: 90px;
}

.event-area.full-event.right-sidebar .title h2,
.post-area.full-post.right-sidebar .title h2,
.download-area.right-sidebar .title h2 {
	padding-bottom: 15px;
	position: relative;
	font-weight: 600;
	color: #1d8007;
	font-family:'Karla-Regular';
}

.event-area.full-event.right-sidebar .title h2::before,
.post-area.right-sidebar .title h2::before,
.download-area.right-sidebar .title h2::before {
	background: #a4b1a1 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	width: 30px;
	border-radius:99px;
}

.event-area.full-event.right-sidebar .title h2::after,
.post-area.full-post.right-sidebar .title h2::after,
.download-area.right-sidebar .title h2::after {
	background: #a4b1a1 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 4px;
	left: 35px;
	position: absolute;
	width: 10px;
	border-radius:99px;
}

/* ============================================================== 
     # Event Details
=================================================================== */

.event-details-area .event-details-info .top-info .meta {
	border-bottom: 1px solid #e7e7e7;
	border-top: medium none;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 0px;
	padding-top: 0;
	width: 100%;
	font-size: 11px;
}

.event-details-area .event-details-info .top-info .meta > ul {
	display: inline-block;
	padding: 5px 0;
}

.event-details-area .event-details-info .top-info .meta li {
	color: #666666;
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
}

.event-details-area .event-details-info .top-info .meta .share {
	float: right;
	position: relative;
}

.event-details-area .event-details-info .top-info .meta .share > i {
	display: inline-block;
	float: left;
	font-size: 15px;
	margin: 0 7px 0 0;
	padding: 8px 0;
}

.event-details-area .event-details-info .top-info .meta .share li {
	margin-left: 5px;
	margin-right: 0;
	padding-top: 3px;
}

.event-details-area .event-details-info .top-info .meta li {
	color: #666666;
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
}

.event-details-area .event-details-info .meta li.facebook a {
	background-color: #3b5998;
}
.event-details-area .event-details-info .meta li.whatsapp a {
	background-color: #65ad3f;
}

.event-details-area .event-details-info .top-info .meta li.twitter a {
	background-color: #00b6f1;
}

.event-details-area .event-details-info .top-info .meta .share li a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: 25px;
}

.event-details-area .event-details-info .top-info .meta li a {
	color: #666666;
	display: inline-block;
}

.event-details-area .event-details-info .meta ul {
	display: inline-block;
}

.event-details-area .event-details-info .event-meta .item {
	border-left: 0px dashed #999999;
	float: left;
	font-family: "Poppins", sans-serif;
	/* margin-left: 20px;
    padding-left: 20px; */
}

.event-details-area .event-details-info .event-meta .item .desc {
	padding-right: 10px;
}

.event-details-area .event-details-info .top-info .event-meta {
	border-bottom: 1px solid #e7e7e7;
	display: inline-block;
	margin-bottom: 25px;
	margin-top: 0px;
	padding-bottom: 20px;
	width: 100%;
}

.event-details-area .event-details-info .event-meta .item:first-child {
	border: medium none;
	margin: 0;
	padding: 0;
}

.event-details-area .event-details-info .event-meta .item.align-right {
	float: right;
	margin-top: 2px;
}

.event-details-area .event-details-info .event-meta .item.align-right a {
	color: #ffffff;
	text-transform: uppercase;
}

.event-details-area .event-details-info .event-meta .item.author .thumb,
.event-details-area .event-details-info .event-meta .item.author .desc {
	display: table-cell;
	vertical-align: top;
}

.event-details-area .event-details-info .event-meta .item.author .thumb img {
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 55px;
	margin-right: 10px;
	margin-top: -3px;
	padding: 2px;
	width: 55px;
}

.event-details-area .event-details-info .event-meta .item h4 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #7c7c7c;
}

.event-details-area .event-details-info .top-info .event-meta {
	border-bottom: 1px solid #e7e7e7;
	display: inline-block;
	margin-bottom: 15px;
	margin-top: 30px;
	padding-bottom: 10px;
	width: 100%;
}

.event-details-area .event-details-info .event-meta .item a {
	color: #666666;
	text-transform: capitalize;
}

.event-details-area .event-details-info .event-meta .item span {
	color: #666666;
}

.event-details-area .event-details-info .event-meta .item i,
.event-details-area .event-details-info .tab-content-info .info.title i {
	color: #3a3a3a;
}

.event-details-area .event-details-info .title h2 {
	line-height: 1.3;
	font-weight: 600;
	margin-bottom: 25px;
}

.event-details-area .meta .fas {
	font-weight: 500;
	margin-right: 5px;
}

.tab-info .nav-pills li a {
	background: #6f756c none repeat scroll 0 0;
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	font-weight: 600;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 10px 25px;
	text-transform: uppercase;
}

.tab-info .nav-pills li.active a {
	background: #3d9d0f none repeat scroll 0 0;
	border: 1px solid transparent;
	color: #fff;
}

.tab-info .nav-pills {
	margin-bottom: 25px;
}

.tab-content .info h4 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	color: #7c7c7c;
}

.event-details-area .event-details-info .event-list-items .panel-heading a {
	background: #ffffff none repeat scroll 0 0;
	padding: 20px;
}

.event-details-area .event-details-info .event-list-items .panel-body {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #e7e7e7;
	border-image: none;
	border-style: solid none none;
	border-width: 1px medium medium;
	padding: 20px !important;
}

.event-details-area .event-details-info .event-list-items .panel.panel-default {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	margin-top: 10px;
}

.event-details-area .event-details-info .event-list-items {
	margin-bottom: 15px;
}

.event-details-area .event-details-info .event-list-items:last-child {
	margin-bottom: 0;
}

.event-details-area .tab-content .advisor-list-items .info ul li {
	margin-bottom: 0;
}

.event-details-area .tab-content ul li {
	font-family: "Poppins", sans-serif;
	margin-bottom: 15px;
	overflow: hidden;
	text-transform: capitalize;
}

.event-details-area .tab-content .info > ul li:last-child {
	margin-bottom: 0;
}

.event-details-area .tab-content ul li i {
	margin-right: 5px;
	min-width: 15px;
	color: #ffb606;
}

.event-list-items .panel-group {
	margin-bottom: 0;
}

.event-list-items li .item {
	display: inline-block;
	padding-right: 20px;
}

.event-list-items li .item:last-child {
	float: right;
	padding-right: 0;
}

.event-list-items li .item:last-child span {
	margin-right: 5px;
}

.event-list-items li {
	background: #f7f7f7 none repeat scroll 0 0;
	padding: 10px 15px;
	margin-bottom: 15px;
}

.event-list-items li:last-child {
	margin: 0 !important;
}

.event-list-items li .item.info a {
	background: #002147 none repeat scroll 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	padding: 0 15px;
	text-transform: capitalize;
}

.event-list-items li .item.info a i {
	margin-right: 2px;
}

.event-list-items li .item h5 {
	color: #002147;
	margin: 0;
	text-transform: capitalize;
}

.event-details-area .advisor-list-items .item .thumb,
.event-details-area .advisor-list-items .item .info {
	display: table-cell;
	vertical-align: top;
}

.event-details-area .advisor-list-items .item .info {
	padding-left: 20px;
}

.event-details-area .advisor-list-items .item .thumb img {
	height: 150px;
	width: 150px;
}

.event-details-area .advisor-list-items .item .thumb {
	height: 150px;
	width: 150px;
}

.event-details-area .advisor-list-items .item {
	border: 1px solid #e7e7e7;
	margin-bottom: 30px;
	padding: 30px;
}

.event-details-area .advisor-list-items .item .info h4 {
	margin-bottom: 5px;
}

.event-details-area .advisor-list-items .item span {
	color: #ffb606;
	display: block;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.event-details-area .advisor-list-items .item .info li {
	display: inline-block;
	margin-right: 3px;
}

.event-details-area .advisor-list-items .item .info li a {
	border: 1px solid #e7e7e7;
	color: #002147;
	display: inline-block;
	font-size: 12px;
	height: 35px;
	line-height: 37px;
	text-align: center;
	width: 35px;
}

.event-details-area .advisor-list-items .item .info li a i {
	color: #002147;
}

.event-details-area .advisor-list-items .item .info li a i {
	margin: 0;
}

.event-details-area .advisor-list-items .item .info ul {
	border-top: 1px solid #e7e7e7;
	padding-top: 18px;
}

.event-details-area .advisor-list-items .item:last-child {
	margin-bottom: 0;
}

.event-details-area .event-rating-list ul li {
	color: #002147;
	display: block;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	min-height: 40px;
	position: relative;
	overflow: hidden;
}

.event-details-area .tab-content .event-rating-list ul li {
	overflow: inherit;
}

.event-details-area .event-rating-list ul li:last-child {
	margin-bottom: 0;
	min-height: inherit;
}

.event-details-area .event-rating-list ul li span:last-child {
	float: right;
}

.event-details-area .event-rating-list ul li .rating-bar {
	background: #ffb606 none repeat scroll 0 0;
	height: 3px;
}

.event-details-area .event-rating-list ul li span {
	left: 0;
	position: absolute;
	top: -30px;
}

.event-details-area .event-rating-list ul {
	margin-top: 40px;
}

.event-details-area .event-rating-list ul li span:last-child {
	color: #666666;
	left: auto;
	right: 0;
}

/* Sidebar */
.event-details-area .sidebar .sidebar-item {
	margin-bottom: 40px;
}

/*.event-details-area .sidebar {
    padding-left: 35px;
}*/

/*.event-details-area .sidebar .sidebar-item .title h4 {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.event-details-area .sidebar .sidebar-item .title h4::before {
    background: #ffb606 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 30px;
}

.event-details-area .sidebar .sidebar-item .title h4::after {
    background: #ffb606 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 35px;
    position: absolute;
    width: 10px;
}*/

.event-details-area .sidebar .sidebar-item input {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	box-shadow: inherit;
}

.event-details-area .sidebar .sidebar-item:last-child {
	margin-bottom: 0;
}

.event-details-area .sidebar .sidebar-item form {
	position: relative;
}

.event-details-area .sidebar .sidebar-item form input[type="submit"] {
	background: #002147 none repeat scroll 0 0;
	border: medium none;
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	padding: 0 20px;
	position: absolute;
	right: 0;
	text-transform: capitalize;
	top: 0;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}

.event-details-area .sidebar .sidebar-item form input[type="submit"]:hover {
	background: #ffb606 none repeat scroll 0 0;
	border: none;
}

.event-details-area .sidebar .sidebar-item.category li a {
	color: #666666;
	display: block;
	position: relative;
	text-transform: capitalize;
	z-index: 1;
}

.event-details-area .sidebar .sidebar-item.category li {
	border-bottom: 1px dashed #999999;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.event-details-area .sidebar .sidebar-item.category li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

.event-details-area .sidebar .sidebar-item.category li a span {
	background: #f4f4f4 none repeat scroll 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #002147;
	float: right;
	padding: 0 5px;
	position: relative;
	right: 0;
	text-align: center;
}

.event-details-area .sidebar .sidebar-item.recent-post .thumb,
.event-details-area .sidebar .sidebar-item.recent-post .info {
	display: table-cell;
	vertical-align: top;
}

.event-details-area .sidebar .sidebar-item.recent-post .item {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.event-details-area .sidebar .sidebar-item.recent-post .item:last-child {
	border: medium none;
	margin: 0;
	padding: 0;
}

.event-details-area .sidebar .sidebar-item.recent-post .thumb {
	height: 80px;
	padding-right: 0;
	width: 80px;
}

.event-details-area .sidebar .sidebar-item.recent-post .info {
	padding-left: 0px;
}

.event-details-area .sidebar .sidebar-item.recent-post .rating {
	color: #666666;
}

.event-details-area .sidebar .sidebar-item.recent-post .meta {
	color: #666666;
	font-family: "Poppins", sans-serif;
	margin-top: 10px;
	text-transform: uppercase;
}

.event-details-area .sidebar .sidebar-item.recent-post .meta i {
	color: #666666;
	font-weight: 500;
	margin-right: 3px;
}

.event-details-area .sidebar .sidebar-item.recent-post a {
	color: #666666;
}

.event-details-area .sidebar .sidebar-item.recent-post .item .rating i {
	color: #ffb606;
}

/*=================================================================
    # Sidebar
===================================================================*/

.post-area .sidebar .sidebar-item,
.event-area .sidebar .sidebar-item,
.download-area .sidebar .sidebar-item {
	margin-bottom: 40px;
	overflow: hidden;
}

.post-area .sidebar .sidebar-item.category,
.post-area .sidebar .sidebar-item.archives,
.event-area .sidebar .sidebar-item.category,
.event-area .sidebar .sidebar-item.archives {
	margin-bottom: 35px;
}

/*.post-area .sidebar,
.event-area .sidebar {
    padding-left: 35px;
}*/

.post-area .sidebar .sidebar-item .title h4,
.event-area .sidebar .sidebar-item .title h4,
.download-area .sidebar .sidebar-item .title h4,
.event-details-area .sidebar .sidebar-item .title h4 {
	display: inline-block;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 15px;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
	color: #1d8007;
	font-size: 22px;
}

.title h3 {
	display: inline-block;
	font-weight: 300;
	/* margin-bottom: 20px;
    padding-bottom: 15px; */
	position: relative;
	z-index: 1;
	margin-bottom: 5px;
}

.post-area .sidebar .sidebar-item .title h4::before,
.event-area .sidebar .sidebar-item .title h4::before,
.download-area .sidebar .sidebar-item .title h4::before,
.event-details-area .sidebar .sidebar-item .title h4::before {
	background: #f08519 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	width: 30px;
	border-radius:99px;
}

.post-area .sidebar .sidebar-item .title h4::after,
.event-area .sidebar .sidebar-item .title h4::after,
.download-area .sidebar .sidebar-item .title h4::after,
.event-details-area .sidebar .sidebar-item .title h4::after {
	background: #a4b1a1 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 4px;
	left: 35px;
	position: absolute;
	width: 20px;
	border-radius:99px;
}

.post-area .sidebar .sidebar-item input,
.event-area .sidebar .sidebar-item input,
.download-area .sidebar .sidebar-item input {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	box-shadow: inherit;
}

.post-area .sidebar .sidebar-item:last-child,
.event-area .sidebar .sidebar-item:last-child,
.download-area .sidebar .sidebar-item:last-child {
	margin-bottom: 0;
}

.post-area .sidebar .sidebar-item form,
.event-area .sidebar .sidebar-item form,
.download-area .sidebar .sidebar-item form {
	position: relative;
}

.post-area .sidebar .sidebar-item form input[type="submit"],
.event-area .sidebar .sidebar-item form input[type="submit"],
.download-area .sidebar .sidebar-item form input[type="submit"] {
	background: #002147 none repeat scroll 0 0;
	border: medium none;
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	padding: 0 20px;
	position: absolute;
	right: 0;
	text-transform: capitalize;
	top: 0;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}

.post-area .sidebar .sidebar-item form input[type="submit"]:hover,
.event-area .sidebar .sidebar-item form input[type="submit"]:hover {
	background: #ffb606 none repeat scroll 0 0;
	border: medium none;
}

.post-area .sidebar .sidebar-item.category li a,
.event-area .sidebar .sidebar-item.category li a {
	color: #666666;
	display: block;
	position: relative;
	text-transform: capitalize;
	z-index: 1;
}

.post-area .sidebar .sidebar-item.category li,
.event-area .sidebar .sidebar-item.category li {
	border-bottom: 1px dashed #999999;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.post-area .sidebar .sidebar-item.category li:last-child,
.event-area .sidebar .sidebar-item.category li:last-child {
	border: medium none;
	margin: 0;
	padding: 0;
}

.post-area .sidebar .sidebar-item.category li a span,
.event-area .sidebar .sidebar-item.category li a span {
	background: #f4f4f4 none repeat scroll 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #002147;
	float: right;
	padding: 0 5px;
	position: relative;
	right: 0;
	text-align: center;
}

.post-area .sidebar .sidebar-item.recent-post h4 a,
.event-area .sidebar .sidebar-item.recent-post h4 a,
.event-details-area .sidebar .sidebar-item.recent-post h4 a,
.download-area .sidebar .sidebar-item.recent-post h4 a {
	text-transform: capitalize;
	line-height: 1.4;
	font-size: 18px;
	font-family:'Karla-Regular';
    font-weight:600;
}

.post-area .sidebar .sidebar-item.recent-post .info h4,
.event-area .sidebar .sidebar-item.recent-post .info h4,
.event-details-area .sidebar .sidebar-item.recent-post .info h4,
.download-area .sidebar .sidebar-item.recent-post .info h4 {
	margin-bottom: 4px;
	font-size: 14px;
}

.post-area .sidebar .sidebar-item.recent-post .thumb,
.post-area .sidebar .sidebar-item.recent-post .info,
.event-area .sidebar .sidebar-item.recent-post .thumb,
.event-area .sidebar .sidebar-item.recent-post .info,
.download-area .sidebar .sidebar-item.recent-post .thumb,
.download-area .sidebar .sidebar-item.recent-post .info {
	display: table-cell;
	vertical-align: top;
}

.post-area .sidebar .sidebar-item.recent-post .item,
.event-area .sidebar .sidebar-item.recent-post .item,
.download-area .sidebar .sidebar-item.recent-post .item {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.post-area .sidebar .sidebar-item.recent-post .item:last-child,
.event-area .sidebar .sidebar-item.recent-post .item:last-child,
.download-area .sidebar .sidebar-item.recent-post .item:last-child {
	border: medium none;
	margin: 0;
	padding: 0;
}

.post-area .sidebar .sidebar-item.recent-post .thumb,
.event-area .sidebar .sidebar-item.recent-post .thumb,
.download-area .sidebar .sidebar-item.recent-post .thumb {
	height: 80px;
	padding-right: 0;
	width: 80px;
}

.post-area .sidebar .sidebar-item.recent-post .info,
.event-area .sidebar .sidebar-item.recent-post .info,
.download-area .sidebar .sidebar-item.recent-post .info {
	padding: 0px;
}

/*.post-area .sidebar .sidebar-item.recent-post .item :hover .thumb img,
.event-area .sidebar .sidebar-item.recent-post .item :hover .thumb img{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}*/

/*.post-area .sidebar .sidebar-item.recent-post .rating,
.event-area .sidebar .sidebar-item.recent-post .rating {
    color: #666666;
}*/

.post-area .sidebar .sidebar-item.recent-post .meta,
.event-area .sidebar .sidebar-item.recent-post .meta,
.event-details-area .sidebar .sidebar-item.recent-post .meta,
.download-area .sidebar .sidebar-item.recent-post .meta {
	border: medium none;
	color: #797979;
	font-family: Quicksand, sans-serif;
	margin-top: 0px;
	margin-bottom: 0;
	padding: 0;
	text-transform: capitalize;
	font-size: 14px;
	font-weight:600;
}

.post-area .sidebar .sidebar-item.recent-post .meta i,
.event-area .sidebar .sidebar-item.recent-post .meta i,
.download-area .sidebar .sidebar-item.recent-post .meta i {
	color: #666666;
	font-weight: 500;
	margin-right: 3px;
}

.post-area .sidebar .sidebar-item.recent-post a,
.event-area .sidebar .sidebar-item.recent-post a {
	color: #666666;
}

.post-area .sidebar .sidebar-item.recent-post .item .rating i,
.event-area .sidebar .sidebar-item.recent-post .item .rating i {
	color: #ffb606;
}

.post-area .sidebar .sidebar-item.archives a,
.event-area .sidebar .sidebar-item.archives a {
	color: #666666;
	text-transform: capitalize;
}

.post-area .sidebar .sidebar-item.archives li,
.event-area .sidebar .sidebar-item.archives li {
	border-bottom: 1px dashed #999999;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.post-area .sidebar .sidebar-item.archives li:last-child,
.event-area .sidebar .sidebar-item.archives li:last-child {
	border: medium none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar-item.gallery ul li {
	box-sizing: border-box;
	float: left;
	padding: 0 10px 10px 0;
	width: 33.333%;
}

.sidebar-item.gallery ul li img {
	min-height: 70px;
	width: 100%;
}

.sidebar-item.social-sidebar li {
	display: inline-block;
}

.sidebar-item.social-sidebar li.facebook a {
	background: #3b5998 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.twitter a {
	background: #1da1f2 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.instagram a {
	/* background: #bd081c none repeat scroll 0 0; */
	background: #f09433;
	background: -moz-linear-gradient(
		45deg,
		#f09433 0%,
		#e6683c 25%,
		#dc2743 50%,
		#cc2366 75%,
		#bc1888 100%
	);
	background: -webkit-linear-gradient(
		45deg,
		#f09433 0%,
		#e6683c 25%,
		#dc2743 50%,
		#cc2366 75%,
		#bc1888 100%
	);
	background: linear-gradient(
		45deg,
		#f09433 0%,
		#e6683c 25%,
		#dc2743 50%,
		#cc2366 75%,
		#bc1888 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.sidebar-item.social-sidebar li.pinterest a {
	background: #bd081c none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.g-plus a {
	background: #db4437 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.linkedin a {
	background: #0077b5 none repeat scroll 0 0;
}

.sidebar .sidebar-item.tags li {
	display: inline-block;
}

.sidebar .sidebar-item.tags li a {
	border: 1px solid #e7e7e7;
	display: inline-block;
	float: left;
	margin-right: 3px;
	padding: 8px 20px;
	text-transform: uppercase;
}

.sidebar-item.social-sidebar li a {
	background: #002147 none repeat scroll 0 0;
	border: medium none;
	color: #ffffff;
	display: inline-block;
	font-size: 22px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 50px;
	border-radius:.2rem;
}

/*==================================================================
    # Pagination
===================================================================*/

.event-area .pagi-area nav,
.post-area .pagi-area nav {
	border-top: 1px solid #e7e7e7;
}

.post-area .pagi-area .pagination li a,
.event-area .pagi-area .pagination li a,
.download-area .pagi-area .pagination li a {
	border: 1px solid #e7e7e7;
	color: #737373;
	font-weight: 600;
	padding: 10px 20px;
	margin-top: 5px;
}

.post-area .pagi-area .pagination li.active a,
.event-area .pagi-area .pagination li.active a,
.download-area .pagi-area .pagination li.active a {
	background: #c3c2c2 none repeat scroll 0 0;
	border: 1px solid transparent;
	color: #ffffff;
}

/*.post-area .pagi-area .paginatio,
.event-area .pagi-area .pagination {
    margin-bottom: 0;
}*/

.post-area .pagi-area,
.event-area .pagi-area,
.download-area .pagi-area {
	margin-bottom: -10px;
}

.post-area.single-post .post-pagi-area,
.event-details-area .event-details-info .post-pagi-area,
.download-area .event-details-info .post-pagi-area {
	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	margin: 40px 0 50px;
	overflow: hidden;
	padding: 15px 0;
}

.post-area.single-post .post-pagi-area a,
.event-details-area .event-details-info .post-pagi-area a {
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 1.4;
	font-family: 'Open Sans';
} 

.post-area.single-post .post-pagi-area a:hover,
.event-details-area .event-details-info .post-pagi-area a:hover {
	color: #2154cf;
}

.post-area.single-post .post-pagi-area a:last-child,
.event-details-area .event-details-info .post-pagi-area a:last-child {
	float: right;
}

.post-area.single-post .post-pagi-area a:first-child i,
.event-details-area .event-details-info .post-pagi-area a:first-child i {
	margin-right: 3px;
}

.post-area.single-post .post-pagi-area a:last-child i,
.event-details-area .event-details-info .post-pagi-area a:last-child i {
	margin-left: 3px;
}

/*=================================================================
    # Single Post
===================================================================*/

.post-area.single-post .item {
	margin-bottom: 0;
}

.post-area .post-items .info-content {
	padding-top: 20px;
}

.info-content ol,
.info-content ul {
	margin-left: 15px;
	font-weight: 500;
    font-family: Quicksand, sans-serif;
}

.post-area.full-post.single-post .post-items .post-content .item .meta {
	border-bottom: 0px solid #e7e7e7;
	border-top: medium none;
	display: block;
	margin-bottom: 20px;
	margin-top: 5px;
	padding-bottom: 0px;
	padding-top: 0;
	width: 100%;
	font-size: 11px;
}

.post-area.full-post.single-post .meta ul {
	display: inline-block;
}

.post-area.full-post.single-post .meta > ul {
	display: inline-block;
	padding: 5px 0;
}

.post-area.full-post.single-post .meta .share > i {
	display: inline-block;
	float: left;
	font-size: 15px;
	margin: 0 7px 0 0;
	padding: 8px 0;
}

.post-area .post-items .item .info .meta li a {
	color: #666666;
	display: inline-block;
}

.post-area.full-post.single-post .meta .share li a {
	background: #2154cf none repeat scroll 0 0;
	border-radius: 50%;
	color: #ffffff;
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: 25px;
}

.post-area.full-post.single-post .meta .share li a i {
	margin: 0;
}

.post-area .full-post .single-post .meta .share li {
	margin-left: 5px;
	margin-right: 0;
}

.post-area.full-post.single-post .meta li.twitter a {
	background-color: #00b6f1;
}

.post-area.full-post.single-post .meta li.pinterest a {
	background-color: #bd081c;
}

.post-area.full-post.single-post .meta li.facebook a {
	background-color: #3b5998;
}

.post-area.full-post.single-post .meta li.whatsapp a {
	background-color: #65ad3f;
}

.post-area.full-post.single-post .meta li.vimeo a {
	background-color: #1ab7ea;
}

.post-area.full-post.single-post .meta li.instagram a,
.event-details-area .event-details-info .meta li.instagram a {
	background-color: #cd486b;
}

.post-area .item blockquote {
	background: #002147 none repeat scroll 0 0;
	border: medium none;
	color: #cccccc;
	font-size: 15px;
	padding: 50px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.post-area .item blockquote::after {
	content: ",,";
	font-family: "Times New Roman";
	font-size: 180px;
	left: 80px;
	letter-spacing: -15px;
	margin-left: -20px;
	opacity: 0.2;
	position: absolute;
	top: 118px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.post-area .item blockquote p {
	margin: 0;
}

.post-area .post-items .item .info .meta li {
	color: #666666;
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
}

.post-area.full-post.single-post .meta .share {
	float: right;
}

.post-area.full-post.single-post .meta .share li {
	margin-left: 5px;
	margin-right: 0;
	padding-top: 3px;
}

/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {
	padding: 25px 0 0;
}

.breadcrumb-area .breadcrumb {
	background: #f5f5f5;
	display: block;
	margin: 0;
	padding: 5px 15px;
	position: relative;
	z-index: 1;
	/*padding-left: 0;*/
}

.breadcrumb-area .breadcrumb li i {
	color: #ffb606;
	margin-right: 3px;
}

.breadcrumb-area .breadcrumb::after {
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.breadcrumb-area h1 {
	display: block;
	font-size: 60px;
	font-weight: 300;
}

.breadcrumb > li + li::before {
	color: #333;
	font-family: "FontAwesome";
	/*content: "\f105";*/
	font-size: 10px;
	font-weight: 500;
	padding: 0 5px;
	position: relative;
	top: -1px;
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
	font-weight: 300;
	text-transform: capitalize;
	font-family: "Poppins", sans-serif;
}

.breadcrumb-area .breadcrumb li.active {
	color: #0f7404;
}

.default-padding-top-20 {
	padding-top: 20px;
	padding-bottom: 50px;
}

/*========================================
    # Pengumuman
==========================================*/

.pengumuman .pengumuman-items .single-item {
	margin-bottom: 30px;
}

.pengumuman .pengumuman-items .thumb img {
	display: block;
	position: relative;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.pengumuman .pengumuman-items .thumb {
	overflow: hidden;
	position: relative;
	z-index: 1;
	border-radius:.2rem;
}

.pengumuman .pengumuman-items .thumb.img-pengumuman {
	height: 245px;
	/*border: 1px solid #d9d9d9;*/
}

.pengumuman .pengumuman-items .info {
	padding-top: 20px;
}

.pengumuman .pengumuman-items .info h3 {
}

.pengumuman .pengumuman-items {
	padding-top: 30px;
}

/*==================================
    #Padding
======================================*/

.default-padding-20 .bottom-less {
	padding-top: 20px;
	padding-bottom: 30px;
}

.bg-brown {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	background: #f9f9f9;
}
.page-content-peng {
	padding-top: 70px;
}

.border-layer-2 {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

/*===================================
    # Event
=======================================*/

.event-area .sidebar-item .event-items .item {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.event-area .sidebar-item .event-items .item .thumb .date {
	padding: 15px 0;
	position: relative;
	left: 0;
	top: 0;
	z-index: 1;
}

.event-area .sidebar-item .event-items {
	padding: 25px 0;
}

/*===================================
    # Video dan Gallery
========================================*/

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.border-right-slide {
	border-right: 1px solid #d2d2d2;
}

.view-home-gal {
	height: 133px;
	margin: 0 auto 13px auto;
}

.view {
	overflow: hidden;
	position: relative;
	text-align: center;
	box-shadow: 1px 1px 2px #e6e6e6;
	cursor: default;
	margin: 5px auto;
	max-width: 248px;
}

.gal-list.mask {
	display: block;
}

.view-first .info {
	opacity: 0;
	transition: all 0.2s ease-in-out;
}
.view .info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	box-shadow: 0 0 1px #000;
	height: 100%;
	width: 100%;
}

.view-first .mask {
	opacity: 0;
	background-color: rgba(219, 127, 8, 0.7);
	transition: all 0.4s ease-in-out;
}
.view .mask,
.view .content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}

view-first img {
	transition: all 0.2s linear;
}
.view img {
	display: block;
	position: relative;
	height: 164.5px;
	width: 100%;
}

/* ============================================================== 
     # About Area
=================================================================== */

.about-area .info h2 {
	font-weight: 600;
	margin-bottom: 25px;
	text-transform: capitalize;
}

.about-area .info a {
	margin-top: 10px;
}

.about-area .site-heading h2 {
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 25px;
	text-transform: capitalize;
}

.about-area .sidebar-item {
	margin-bottom: 15px;
}
.about-area .sidebar {
	padding-top: 20px;
	padding-bottom: 20px;
}

.about-area .sidebar li {
	padding-left: 0px;
}

.about-area .sidebar i {
	/*    padding-left: 10px;
        padding-right: 5px;*/
}

.about-area .site-heading {
	margin-bottom: 0;
}
.about-area .info h1,
.about-area .info h2 {
	font-weight: 600;
	line-height: 1.3;
	padding-bottom: 20px;
	position: relative;
	z-index: 1;
	text-transform: capitalize;
}

.about-area .info h1::before,
.about-area .info h2::before {
	background: #ffb606 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	width: 40px;
	z-index: 1;
	border-radius:99px;
}

.about-area .info h1::after,
.about-area .info h2::after {
	background: #ffb606 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 4px;
	left: 45px;
	position: absolute;
	width: 20px;
	border-radius:99px;
}

.about-area .info h3 {
	color: #333333;
}

.our-features .item.mariner i {
	color: #333333;
}

.students-profiel .main-content h2,
.students-profiel .main-content h4 {
	color: #444;
}

.students-profiel .recent-post p {
	font-size: 28px;
	line-height: 1.3;
	font-family: "Handlee", cursive;
	padding-top: 20px;
	color: #444;
}

.bg-about {
	background: #3879162e none repeat scroll 0 0;
}

.btn-more {
	margin-top: 10px;
	border-bottom: 2px solid #989898;
	padding-bottom: 2px;
	font-weight: 500;
	font-family: Quicksand, sans-serif; 
}

.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5,
.text-dark h6,
.text-dark p,
.text-dark a {
	color: #333333;
}

/* ============================================================== 
     # Pendidikan
=================================================================== */
.row.faculty {
	margin-bottom: 20px;
}

.our-featues-area.inc-pendidikan .home-sidebar.contact-info {
	margin-top: 20px;
}

.our-featues-area.inc-pendidikan .info h3 {
	color: #444;
	margin-bottom: 10px;
	font-size: 20px;
}

.our-featues-area.inc-pendidikan .col-md-4 .item {
	margin-top: 30px;
}

.home-sidebar .sidebar-item.pendidikan-box h4 {
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.home-sidebar .pendidikan-items,
.home-sidebar .reg-form {
	/*    background: #ffffff none repeat scroll 0 0; */
	padding: 5px 0 4px 0;
}

.our-featues-area.inc-pendidikan .pendidikan-items ul li {
	display: block;
	margin-bottom: 10px;
	text-transform: none;
}

.our-featues-area.inc-pendidikan .pendidikan-items ul li span,
.our-featues-area.inc-pendidikan .pendidikan-items ul li i {
	display: table-cell;
}

.our-featues-area.inc-pendidikan .pendidikan-items ul li span {
	padding-left: 10px;
}

.reg-form input {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	box-shadow: inherit;
}

.home-sidebar .sidebar-item.pendidikan-box {
	background: #fff none repeat scroll 0 0;
	font-weight: 600;
	margin: 0 !important;
	padding: 19px 30px;
	text-transform: uppercase;
	border-radius: 0.4rem;
	-webkit-box-shadow: 0 0 10px #cccccc;
	-o-box-shadow: 0 0 10px #cccccc;
	box-shadow: 0 0 10px #cccccc;
}

.home-sidebar .sidebar-item > h4 {
	color: #444;
}

.home-sidebar .sidebar-item .item,
.home-sidebar .sidebar-item.pendidikan-box .item {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.home-sidebar .sidebar-item.pendidikan-box .item:last-child {
	border: medium none;
	margin: 0;
	padding: 0;
}

.home-sidebar .sidebar-item {
	background: #fff none repeat scroll 0 0;
	font-weight: 600;
	margin: 0 !important;
	padding: 19px 30px;
	text-transform: uppercase;
}

.home-sidebar .sidebar-item .item i {
	color: #ffb606;
}

.home-sidebar .sidebar-item .item .rating {
	color: #666666;
}

.home-sidebar .sidebar-item .meta {
	color: #666666;
	font-family: "Poppins", sans-serif;
	margin-top: 10px;
	text-transform: uppercase;
}

.home-sidebar .sidebar-item .meta a {
	color: #666666;
}

.home-sidebar .sidebar-item .meta a:hover {
	color: #ffb606;
}

.home-sidebar .sidebar-item h4 {
	/*    line-height: 1.4;*/
	margin-bottom: 10px;
	text-transform: capitalize;
	font-weight: 300;
}

.home-sidebar .sidebar-item a:hover {
	/*    color: #ffb606;*/
}

.home-sidebar .sidebar-item .meta span {
	float: right;
}

.home-sidebar .sidebar-item .meta i {
	color: #666666;
	font-weight: 500;
	margin-right: 3px;
}

.more {
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 12px;
}

.more:hover {
	color: #ffb606;
}

.home-sidebar .sidebar-item {
	margin-bottom: 30px;
}

.home-sidebar .sidebar-item:last-child {
	margin: 0;
}

.home-sidebar .sidebar-item.pendidikan-box .thumb,
.home-sidebar .sidebar-item.pendidikan-box .info {
	display: table-cell;
	vertical-align: top;
}

.home-sidebar .sidebar-item.pendidikan-box .thumb {
	height: 80px;
	padding-right: 0;
	width: 80px;
}

.home-sidebar .sidebar-item.pendidikan-box .info {
	padding-left: 0px;
}

/* ============================================================== 
     # Struktur
=================================================================== */

.struktur-area .meta {
	border-bottom: 1px solid #e7e7e7;
	border-top: medium none;
	display: block;
	margin-bottom: 20px;
	margin-top: 5px;
	padding-bottom: 0px;
	padding-top: 0;
	width: 100%;
	font-size: 11px;
}

.struktur-area .meta .share > ul {
	display: inline-block;
}

.struktur-area .meta > ul {
	display: inline-block;
	padding: 5px 0;
}

.struktur-area .info .meta li {
	color: #666666;
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
}

.struktur-area .meta .share {
	float: right;
}

.struktur-area .meta .share li {
	margin-left: 5px;
	margin-right: 0;
	padding-top: 3px;
}

.struktur-area .meta .share li a {
	background: #2154cf none repeat scroll 0 0;
	border-radius: 50%;
	color: #ffffff;
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: 25px;
}

.struktur-area .info .meta li a {
	color: #fff;
	display: inline-block;
}

.struktur-area .meta li.facebook a {
	background-color: #3b5998;
}

.struktur-area .meta li.twitter a {
	background-color: #00b6f1;
}

.struktur-area .meta li.instagram a {
	background-color: #cd486b;
}

.struktur-area .meta li.whatsapp a {
	background-color: #65ad3f;
}

.struktur-area .meta .share > i {
	display: inline-block;
	float: left;
	font-size: 15px;
	margin: 0 7px 0 0;
	padding: 8px 0;
}

.struktur-area.info-default {
	padding-bottom: 35px;
}

.struktur-area .meta .fas {
	font-weight: 500;
	margin-right: 5px;
}

.struktur-item {
	position: relative;
}

.struktur-area .struktur-items .single-item {
	margin-bottom: 30px;
}

.struktur-item .info-box {
	display: block;
	overflow: hidden;
	position: relative;
}

.struktur-items .struktur-item .info-box {
	display: block;
	overflow: hidden;
	position: relative;
	background: #ffffff;
	text-align: center;
	max-height:500px;
}

.struktur-item .info-box .info-title span {
	color: #7f7f7f;
	font-family: Quicksand, sans-serif;
	font-weight: 500;
	text-transform: capitalize;
}

.struktur-item .info-box img {
	width: 85%;
}

.circle .struktur-item .info-box img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.struktur-item .info-title {
	bottom: 15px;
	left: 15px;
	right: 15px;
	transform: translate3d(0px, 0%, 0px);
	-webkit-transform: translate3d(0px, 0%, 0px);
	-moz-transform: translate3d(0px, 0%, 0px);
	-ms-transform: translate3d(0px, 0%, 0px);
	-o-transform: translate3d(0px, 0%, 0px);
	-webkit-transition: all 800ms ease 0.35s;
	-moz-transition: all 800ms ease 0.35s;
	-ms-transition: all 800ms ease 0.35s;
	-o-transition: all 800ms ease 0.35s;
	transition: all 800ms ease 0.35s;
	padding: 25px 30px;
	background: #ffffff none repeat scroll 0 0;
	text-align: center;
	position: absolute;
}

.struktur-items .struktur-item .info-title {
	background: #ffffff none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	padding: 25px 0px;
	position: relative;
	right: 0;
	text-align: center;
	transform: inherit;
	width: 100%;
}

.struktur-item:hover .info-title {
	transform: translate3d(0px, 120px, 0px);
	-webkit-transform: translate3d(0px, 120px, 0px);
	-moz-transform: translate3d(0px, 120px, 0px);
	-ms-transform: translate3d(0px, 120px, 0px);
	-o-transform: translate3d(0px, 120px, 0px);
	transition-delay: 0.2s;
}

.struktur-items .struktur-item:hover .info-title,
.struktur-items .struktur-item {
	transform: inherit;
}

.struktur-item .info-title h4 {
	color: #444;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
	margin-bottom: 5px;
	text-transform: capitalize;
	font-weight: 600;
}

.struktur-item .overlay {
	background: rgba(0, 33, 71, 0.7) none repeat scroll 0 0;
	left: 15px;
	right: 15px;
	opacity: 1;
	padding: 0 20px;
	position: absolute;
	top: 15px;
	bottom: 15px;
	transform: translate3d(0px, -110%, 0px);
	-webkit-transform: translate3d(0px, -110%, 0px);
	-moz-transform: translate3d(0px, -110%, 0px);
	-ms-transform: translate3d(0px, -110%, 0px);
	-o-transform: translate3d(0px, -110%, 0px);
	-webkit-transition: all 700ms ease 0.35s;
	-moz-transition: all 700ms ease 0.35s;
	-ms-transition: all 700ms ease 0.35s;
	-o-transition: all 700ms ease 0.35s;
	transition: all 700ms ease 0.35s;
	border: 1px solid rgba(255, 255, 255, 0.1);
	-moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
	-o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.struktur-item .overlay-content h4 {
	font-weight: 500;
	text-transform: capitalize;
}

.struktur-item .overlay-content > a {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffb606;
}

.struktur-item:hover .overlay {
	transform: translate3d(0px, 0, 0px);
	-webkit-transform: translate3d(0px, 0, 0px);
	-moz-transform: translate3d(0px, 0, 0px);
	-ms-transform: translate3d(0px, 0, 0px);
	-o-transform: translate3d(0px, 0, 0px);
	transition-delay: 0.1s;
}

.struktur-item .overlay .box {
	display: table;
	height: 100%;
	width: 100%;
}

.struktur-item .overlay .box .content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.struktur-item .overlay .overlay-content .icon-holder {
	margin-bottom: 30px;
}

.struktur-item .overlay .overlay-content .icon-holder span::before {
	color: #ffffff;
	font-size: 40px;
	line-height: 40px;
}

.struktur-item .overlay .overlay-content h4 .title {
	color: #ffffff;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}

.struktur-item .overlay .overlay-content .text {
	margin-bottom: 13px;
	margin-top: 17px;
}

.struktur-item .social li {
	display: inline-block;
}

.struktur-item .social {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: 9px;
	padding-top: 9px;
}

.struktur-items .struktur-item .social {
	border-top: 1px solid #e7e7e7;
	position: relative;
	z-index: 1;
}

.struktur-items .struktur-item .social::after {
	background: #ffb606 none repeat scroll 0 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	top: -2px;
	width: 30px;
}

.struktur-item .social li a {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin: 5px 3px 0;
	text-align: center;
	width: 40px;
	color: #002147;
	background-color: #ffffff;
}

.struktur-item .social li.facebook a {
	background-color: #3b5998;
	color: #ffffff;
}

.struktur-item .social li.twitter a {
	background-color: #1da1f2;
	color: #ffffff;
}

.struktur-item .social li.pinterest a {
	background-color: #bd081c;
	color: #ffffff;
}

.struktur-item .social li.google-plus a {
	background-color: #db4437;
	color: #ffffff;
}

.struktur-item .social li.linkedin a {
	background-color: #0077b5;
	color: #ffffff;
}

.struktur-items .struktur-item .social li a {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 5px 3px 0;
}

/*====================================================================*/

.pmb-area .pmb-items.text-center {
	padding-right: 35px;
}

.pmb-area .pmb-items.text-center .equal-height {
	margin-bottom: 0;
	margin-top: 30px;
}

.pmb-area .pmb-items.text-center {
	margin-top: -30px;
}

.pmb-items .equal-height {
	margin-bottom: 30px;
}

.pmb-items .item {
	background-size: cover;
}

.pmb-items .item a {
	display: block;
	padding: 30px;
	position: relative;
	z-index: 1;
}

.pmb-items .item a:hover {
	/*background: #002147 none repeat scroll 0 0;*/
	/*opacity: 0.6;*/
	/*color:#68420a;*/
} 

.pmb-items .item a h4,
.pmb-items .item a i,
.pmb-items .item a span {
	color : #68420a;
}

.pmb-items .item a:hover h4,
.pmb-items .item a:hover i,
.pmb-items .item a:hover span {
	color: #68420a;
}

.pmb-items .item a::after {
	background: #ff9800 none repeat scroll 0 0;
	opacity: 0.8;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.pmb-items .item i,
.pmb-items .item .info {
	display: table-cell;
	vertical-align: top;
}

.pmb-items.text-center .item i,
.pmb-items.text-center .item .info {
	display: block;
}

.pmb-items.text-center a {
	padding: 30px;
}

.pmb-items.text-center .item i {
	margin: auto auto 15px;
	color: #002147;
}

.pmb-items.text-light .item i {
	margin: auto auto 15px;
	color: #ffffff;
}

.pmb-items.text-center .item .info {
	padding-left: 0;
}

.pmb-items.text-center .item .info h4 {
	margin-bottom: 2px;
}

.pmb-items .item .info {
	padding-left: 15px;
}

.pmb-items .item i {
	font-size: 50px;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	color: #666666;
}

.pmb-items .item h4 {
	font-weight: 600;
	margin-bottom: 10px;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}

.pmb-items .item span {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	font-family: Quicksand, sans-serif;
	font-weight:500;
	color: #666666;
}

.pmb-items.text-light .item span {
	color: #ffffff;
}

/* Category BG Color */

.pmb-area .pmb-items.inc-bg-color .item.mariner a::after {
	background: #307ad5 none repeat scroll 0 0;
}

.pmb-area .pmb-items.inc-bg-color .item.java a::after {
	background: #1ec1d9 none repeat scroll 0 0;
}

.pmb-area .pmb-items.inc-bg-color .item.malachite a::after {
	background: #10c45c none repeat scroll 0 0;
}

.pmb-area .pmb-items.inc-bg-color .item.brilliantrose a::after {
	background: #e948ae none repeat scroll 0 0;
}

.pmb-area .pmb-items.inc-bg-color .item.casablanca a::after {
	background: #f9bd44 none repeat scroll 0 0;
}

.pmb-area .pmb-items.inc-bg-color .item.emerald a::after {
	background: #47c58e none repeat scroll 0 0;
}

.pmb-area .pmb-items.inc-bg-color .item.cinnabar a::after {
	background: #e84b3a none repeat scroll 0 0;
}

.pmb-area .pmb-items.inc-bg-color .item.plum a::after {
	background: #92278f none repeat scroll 0 0;
}

.top-bar-area {
	padding: 0;
	min-height: 38px;
}

.top-bar-area .link li:first-child a {
	margin: 0;
	padding: 0;
}

.top-bar-area .link li {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.top-bar-area .link ul.navi li a {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	line-height: 0px;
	position: relative;
	z-index: 1;
}

.top-bar-area .link .dropdown.lang-item {
	border-left: 1px solid #51942e;
	background: #387916;
	padding-left:10px;
	top:4px;
}

.top-bar-area .link a {
	padding: 12px;
}

.top-bar-area .link .dropdown.lang-item:hover > a {
	background: #306913 !important;
}

.top-bar-area .navi .lang-item .dropdown-menu {
	min-width: 100%;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.top-bar-area .navi .lang-item .dropdown-menu > li > a {
	padding-top: -10px;
	padding-left: 10px;
}

.top-bar-area .link .dropdown.lang-item a {
	margin-left: 0;
}

.top-bar-area .lang-item a img {
	position: relative;
	top: -1px;
}

.top-bar-area .link li a:hover {
	background: transparent;
}

.top-bar-area .lang-item .dropdown-menu {
	margin-top: -1px;
}
.top-bar-area .lang-item ul.dropdown-menu li a {
	padding-left: 10px;
}

/*.top-bar-area .link ul.navi li a::before {
    background: #61b150 none repeat scroll 0 0;
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    top: -6px;
    width: 1px;
}*/

.top-bar-area .link li:first-child a::before {
	display: none;
}

.students-profiel .panel-group {
	margin-bottom: 0;
}

.clients .single-item {
	height: 200px;
}
* .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 130px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #306913;
	border: 1px solid #306913;
	border-radius: 0.2em;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.13);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.13);
	background-clip: padding-box;
}

/*
    ===== Program Area
*/

.program-area {
	padding: 450px 0 40px;
	background-position: center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.program-area h2 {
	display: block;
	font-size: 42px;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
}
.program-area h4 {
	display: block;
	font-size: 24px;
	color: #ffc107;
	text-transform: capitalize;
	margin-bottom: 2px;
}

.program-area .program {
	background: transparent none repeat scroll 0 0;
	display: inline-block;
	margin: 0;
	padding: 10px 20px;
	position: relative;
	z-index: 1;
}

.program-area .program::after {
	background: #000000 none repeat scroll 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.program {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}

.program-area .program-bottom-gradient {
	height: 314px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: -webkit-linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 1)
	);
	background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: -moz-linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 1)
	);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.contact-info .sidebar-item.contact-box {
	background: #edeef2 none repeat scroll 0 0;
	font-size: 14px;
	margin: 0 !important;
	padding: 19px 30px;
}

.contact-info .sidebar-item {
	padding: 5px 0 4px 0;
}

.about-area .sidebar-item ul li {
	display: block;
	margin-bottom: 10px;
	text-transform: none;
}

.about-area .sidebar i {
	padding-right: 10px;
	font-weight: 600;
	color: #888888;
}

.about-area .info {
	margin-bottom: 10px;
}

.about-area .info .program-title h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
	padding-bottom: 10px;
	color: #444;
}

.contact-box h4 {
	color: #444;
}

.about-area .info h3 {
	color: #4c4c4c;
}

.program-title li {
	margin-bottom: 5px;
}

.program-title li a {
	color: #397918;
	display: inline-block;
	font-weight: 400;
	padding-left: 15px;
	position: relative;
	text-transform: capitalize;
	font-family: "Open Sans", sans-serif;
	line-height:1.3;
}

ul.list-prodi{
    list-style-type: none;
}

.program-title li a::before {
	background: #444 none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 4px;
	left: 0;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	width: 4px;
}

.sidebar-items ul li {
	display: block;
	margin-bottom: 10px;
	text-transform: none;
}

.contact-box .contact-items ul li i,
.contact-box .contact-items ul li span {
	display: table-cell;
}

.info ol{
    padding-left:15px;
}

.info p{
    margin-bottom:0;
}


.category-sidebar .sidebar-info .list_item {
	display: flex !important;
	justify-content: space-between !important;
	margin-bottom: 10px;
	font-family: 'Karla-Regular';
}

.category-sidebar .sidebar-info .list_item a {
	font-weight: bold;
	font-family: 'Karla-Regular';
	font-size:18px;
}

.category-sidebar .list_item span {
	color: #b5b5b5;
}