/*CRITICAL CSS*/
/* updated 20191008-c */
html,
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Verdana, Tahoma, Roboto, Arial, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif!important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.35em;
	margin: 0;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Verdana, Tahoma, Roboto, Arial, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif!important;
}
h1{font-weight:700;font-size:30px;line-height:1.2em;}

h2 {
	font-size: 24px;
	font-weight: 700 !important;
	line-height: 1.2em;
}
h3 {
	font-size: 21px;
	font-weight: 500!important;
	line-height: 1.2em!important;
	margin:0 0 10px;
}

a:hover h3 {
	color:#FF5722;
	transition: all 300ms ease;
}

a {
	text-decoration: none;
	/*color: inherit;*/
}

a:hover {
	text-decoration: none;
	/*color: inherit;*/
}
figcaption{margin-top:10px!important;color:#757575!important;font-size:14px!important;font-style:normal!important;}

/* Header */		
.uk-navbar-wrapper{border-bottom:1px solid #e5e5e5;background:#fff;}
.uk-navbar-container-1{max-width:1170px;margin:0 auto;height:80px!important;line-height:80px!important;background:#fff!important;}
.uk-navbar-container-1 .uk-navbar-item, .uk-navbar-container-1 .uk-navbar-nav>li>a, .uk-navbar-container-1 .uk-navbar-toggle{height:80px!important;white-space:nowrap;text-transform:none;font-size:13px;font-weight:500;color:#424242;padding:0 10px;}
.uk-navbar-container-2{max-width:1170px;margin:0 auto;height:40px!important;line-height:40px!important;background:#fff!important;}
.uk-navbar-container-2 .uk-navbar-item, .uk-navbar-container-2 .uk-navbar-nav>li>a, .uk-navbar-container-2 .uk-navbar-toggle{height:40px!important;white-space:nowrap;text-transform:none;font-size:13px;font-weight:500;color:#424242;padding:0 10px;}
.uk-navbar-nav>li>a{min-height:40px;}
.uk-navbar-nav>li.uk-active>a, .uk-navbar-nav>li>a:hover{color:#FF5722;}
.subscribe_btn_secondary:hover{color:#fff !important;background-color:#FF5722;}
.sign_in_btn:hover{color:#fff!important;background-color:#2196F3;}

article{position: relative;}
.summary, .summary p{margin:0 0 10px!important;padding:0!important;font-size:15px!important;line-height:1.35em!important;color:initial;}
.meta {margin:10px 0 0!important;padding:0!important;color: #7c7c7c;font-size: 13px;line-height:1.2em;}
.sublinks{margin:0;}
.sublinks a{color:#212121;font-size:14px;}
.sublinks a:hover{color:#FF5722;}

.uk-container {
	box-sizing: content-box;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:640px) {
	.uk-container {
		padding-left: 30px;
		padding-right: 30px
	}
}

@media (min-width:960px) {
	.uk-container {
		padding-left: 40px;
		padding-right: 40px
	}
}

.uk-container::after,
.uk-container::before {
	content: "";
	display: table
}

.uk-container::after {
	clear: both
}

.uk-container> :last-child {
	margin-bottom: 0;
}

.uk-container .uk-container {
	padding-left: 0;
	padding-right: 0
}

.uk-container-small {
	max-width: 900px
}

.uk-container-large {
	max-width: 1600px
}

.uk-container-expand {
	max-width: none
}

.uk-grid {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none
}

.uk-grid>* {
	margin: 0
}

.uk-grid>*> :last-child {
	margin-bottom: 0
}

.uk-grid {
	margin-left: -30px
}

.uk-grid>* {
	padding-left: 30px
}


.uk-width-expand {
	width: 1px;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	min-width: 0;
	flex-basis: 1px
}

.uk-grid-collapse {
	margin-left: 0
}

.uk-grid-collapse>* {
	padding-left: 0
}

.uk-grid+.uk-grid-collapse,
.uk-grid-collapse>.uk-grid-margin {
	margin-top: 0
}

.uk-grid-small {
	margin-left: -15px
}

.uk-grid-small>* {
	padding-left: 15px
}

*+.uk-grid-margin-small,
.uk-grid+.uk-grid-small,
.uk-grid-small>.uk-grid-margin {
	margin-top: 15px
}



[class*=uk-width] {
	box-sizing: border-box;
}




.large_search_bar{
	position: fixed;
	background-color: #f5f5f5;
	width: 100%;
	padding: 50px 0px 1000px;
	padding-top: 200px;
	top: 0;
	left: 0;
	z-index: 998;
	transition: transform 300ms ease;
	transform: translateY(-100%);
	border-bottom: 1px solid #dfdfdf;
	vertical-align: middle;
}

.close_search{
	position: absolute;
	top: -30px;
	right: 50px;
	cursor: pointer;
}

.large_search_bar.toggled{
	transform: translateY(0);
}

.large_search_bar label{
	font-size: 18px;
	color: black;
	opacity: 0.8;
	display: block;
}

.large_search_bar input{
	border: 0;
	outline: 0;
	color: #212121;
	font-size: 40px;
	background: transparent;
	vertical-align: middle;
}



/*FIRST FOLD*/

.first_fold .hero_story .summary {
	color: #616161;
	font-size: 16px;
	line-height:1.2em;
}

.sub_heroes,
.hero_columnist {
	float: left;
}

.sub_heroes {
	width: 75%;
	display: flex;
	flex-direction: row;
	box-sizing: border-box;
}

.sub_heroes .sub_hero_item {
	padding: 0px 15px;
	border-right: 1px solid #dfdfdf;
	width: 25%;
	position: relative;
}

.sub_heroes .sub_hero_item:first-child {
	padding-left: 0px;
}

.sub_heroes .sub_hero_item:first-child .meta {
	padding-left: 0px;
}

.sub_heroes .sub_hero_item img {margin:0 0 10px;width: 100%;}


.hero_columnist {
	width: 25%;
	box-sizing: border-box;
}
/*OPINION BOX*/

.opinion-big {
	position: relative;
	cursor: pointer;
}

.opinion-big .card-author {
	border-bottom: 0px solid #212121;
	text-align: center;
	padding: 0px;
	position: relative;
}

.opinion-big .card-author p {
	color: #212121;
	color: #FF5722;
	font-weight: 400;
	margin: 0;
}

.opinion-big .card-author p span {
	color: #212121;
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	font-weight: 400;
}

.opinion-big .card-author img.standout {
	width: 120px;
	margin:0 auto;
}

.opinion-big .card-quote {
	padding: 8px 0px 0px;
}

.opinion-big .card-quote .quote-big {
	color:#212121;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.25em;
}


.opinion-big .card-quote .quote-title {
	color: #616161;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
}
/*MOST READ TABS*/

.pc-tab {
	box-sizing: border-box;
}

.pc-tab>input,
.pc-tab section>div {
	display: none
}

section div.tab1, section div.tab2, section div.tab3{
	min-height: 120px;
}


#tab1:checked~section .tab1,
#tab2:checked~section .tab2,
#tab3:checked~section .tab3 {
	display: block
}

#tab1:checked~section .tab1 .readlist li span,
#tab2:checked~section .tab2 .readlist li span,
#tab3:checked~section .tab3 .readlist li span {
	transform: translateY(0);
}

#tab1:checked~section .tab1 .readlist li a,
#tab2:checked~section .tab2 .readlist li a,
#tab3:checked~section .tab3 .readlist li a {
	opacity: 1;
}

#tab1:checked~nav .tab1,
#tab2:checked~nav .tab2,
#tab3:checked~nav .tab3 {
	color: red
}

.pc-tab section ol.readlist {
	padding: 0px;
	margin: 0px
}

.pc-tab section ol.readlist li {
	display: inline-block;
	width: 20%;
	float: left;
	padding: 20px 10px 20px 10px;
	box-sizing: border-box;
}

.pc-tab section ol.readlist li span {
	width: 24px;
	height: 24px;
	color: #212121;
	border-radius: 50%;
	background: #eeeeee;
	font-size: 16px;
	text-align: center;
	line-height: 24px;
	font-weight: 700;
	transition: transform 300ms ease 1s;
	transform: translateY(10px);
}

.pc-tab section ol.readlist li a {
	font-size: 16px;
	font-weight: 500;
	color: #212121;
	width: calc(100% - 34px);
	padding-left: 10px;
	line-height: 1.25em;
	transition: opacity 300ms ease;
	opacity: 0.7;
}

.pc-tab section ol.readlist li a:hover {
	color: #FF5722;
}

.pc-tab section ol.readlist li a,
.pc-tab section ol.readlist li span {
	display: inline-block;
	float: left
}
/*	.pc-tab section ol.readlist li:nth-of-type(2) span {
	background: #545454
}

.pc-tab section ol.readlist li:nth-of-type(3) span {
	background: #686868
}

.pc-tab section ol.readlist li:nth-of-type(4) span {
	background: #7d7d7d
}

.pc-tab section ol.readlist li:nth-of-type(5) span {
	background: #9b9b9b
}*/

.pc-tab section ol.readlist:before,
.title-link:before {
	display: table;
	content: "";
	box-sizing: border-box
}

.pc-tab section ol.readlist:after,
.title-link:after {
	clear: both;
	display: table;
	content: "";
	box-sizing: border-box
}

.pc-tab {
	width: 100%;
	margin:0 auto;
	border-left: 6px solid #FF5722;
}

.pc-tab ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.pc-tab ul li label {
	float: left;
	padding: 10px 25px;
	margin-bottom: 0px;
	text-transform: uppercase;
	cursor: pointer;
	background: #f5f5f5;
	color: #212121;
	font-size: 13px;
	font-weight: 500;
	box-sizing: border-box;
	border-top: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	transition: background 300ms ease;
}

.pc-tab ul li label:hover {
	background: #e6e6e6
}

.pc-tab ul li label:active {
	background: #e6e6e6
}

.pc-tab section {
	clear: both
}

.pc-tab section div {
	width: 100%;
	background: #fff;
	color: #444;
	border-top: 1px solid #dfdfdf;
}

#tab1:checked~nav .tab1 label,
#tab2:checked~nav .tab2 label,
#tab3:checked~nav .tab3 label {
	background:#fff;
	color: #FF5722;
	position: relative;
	border-top: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	border-bottom: 1px solid white;
}
/*FIRSTFOLD MEDIA QUERIES*/
/*AD UNITS*/

.mrec {
	width: 300px;
	height: 250px;
	background: #f5f5f5;
}
/*UTILS*/

.uk-hidden{
	display: none !important;
}
/*
.uk-dropdown {
	display: none;
	position: absolute;
	z-index: 1020;
	box-sizing: border-box;
	min-width: 200px;
	padding: 25px;
	background: #fff;
	color: #666;
	box-shadow: 0 5px 12px rgba(0,0,0,.15);
}
*/
.uk-position-top-right{
	position: absolute;
	top: 0;
	right: 0;
}

.mk-comment-count{
	background-color: rgba(0,0,0,0.5);
	color:#fff;
	padding: 2px 5px;
	z-index: 100;
}

.mk-comment-count kini-comment-count{
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}

.wide-thumbnail {
	padding-top: 60%;
	position: relative;
	background: #F5F5F5;
	border-radius: 2px;
	overflow: hidden;
	margin-bottom:10px;
}

.wide-thumbnail img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.clear-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

hr {
	border-width: 2px;
}

/*NON-CRITICAL CSS*/

.leaderboard {
	background-color: #f5f5f5;
}



.morenews_sidetag {
	max-width: 60px;
	padding-bottom: 10px;
	padding-right: 18px;
	font-size: 16px;
	color: #212121;
	font-weight: 700;
	line-height: 1.25em;
}

.morenews_sidetag:after {
	content: '';
	width: 45px;
	background: #FF5722;
	height: 3px;
	display: block;
	margin-top: 3px;
}

#section-voiz .morenews_sidetag:after {
	background: #9C27B0;
}

.news_feed {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dfdfdf;
}

.news_feed:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.news_feed_container .thumbnail {
	border-radius: 2px;
	overflow: hidden;
	width: 240px;
	max-width: 240px;
	padding-top: 60%;
	position: relative;
	background-color: #f5f5f5;
}

.news_feed_container .thumbnail img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.news_feed_container .opinion-big {
	padding: 0px 30px;
}

.news_feed_container .opinion-big_last {
	border-left: 1px solid #dfdfdf;
}
/*KINITV FOLD*/

.kinitv_main img, .kinitv_g img{
	width: 100%;
}

/*	.kinitv_main img{
	max-width: 130px;
}*/

.kinitv_main h3 {
	font-size: 24px;
	margin: 0;
	font-weight: 700;
	line-height: 1.25em;
}

.kinitv_g h3 {
	font-size: 15px;
	margin-top: 10px;
	font-weight: 700;
	line-height: 1.25em;
}

#kinilens_main a span{font-size:10px;padding:5px 10px;color:#fff;background:rgba(230,81,0 ,0.8);}
#kinilens_main a:hover span{color:#212121;background:#FFEB3B;}

#section-voiz a:hover, #section-voiz a:hover h3{color:#9C27B0!important;}

.round_thumbnail {
	padding-top: 100%;
	position: relative;
	overflow: hidden;
	background-color: #dfdfdf;
	background-size: cover;
	background-position: center;
	border-radius:200px;
}
.square_thumbnail {
	border-radius:2px!important;
}

.round_thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: auto;
}
.voiz_main.voiz_desc p{margin:0;padding:0;}

.voiz_g{
	margin-bottom: 30px;
}

.seventh-fold .malaysianskini {
	border-right: 1px solid #dfdfdf;
	padding-right: 20px;
}

.kiniguide {
	border-right: 1px solid #dfdfdf;
	padding: 0 20px 0 35px;
}

#social_sidebar{
	min-width: 300px;
	padding-left:20px;
}

.twitter-timeline{
	margin-top: 30px;
}
#hot-topics a{display:inline-block;text-decoration:none;font-size:18px;font-weight:500;padding:5px 0;}
#hot-topics-list li{display:inline-block;margin:0 15px 15px 0;border-bottom:2px solid #9E9E9E;}
#hot-topics-list li:nth-child(1){border-bottom:2px solid #f44336}
#hot-topics-list li:nth-child(2){border-bottom:2px solid #E91E63}
#hot-topics-list li:nth-child(3){border-bottom:2px solid #9C27B0}
#hot-topics-list li:nth-child(4){border-bottom:2px solid #673AB7}
#hot-topics-list li:nth-child(5){border-bottom:2px solid #3F51B5}
#hot-topics-list li:nth-child(6){border-bottom:2px solid #2196F3}
#hot-topics-list li:nth-child(7){border-bottom:2px solid #03A9F4}
#hot-topics-list li:nth-child(8){border-bottom:2px solid #00BCD4}
#hot-topics-list li:nth-child(9){border-bottom:2px solid #009688}
#hot-topics-list li:nth-child(10){border-bottom:2px solid #4CAF50}
#hot-topics-list li:nth-child(11){border-bottom:2px solid #8BC34A}
#hot-topics-list li:nth-child(12){border-bottom:2px solid #CDDC39}

footer{line-height:1em}
footer a{font-size:12px!important;}


@media screen and (max-width: 1170px) {
	.first_fold .hero_story h3 {
		font-size: 26px;
	}
	.sub_heroes .sub_hero_item h3 {
		font-size: 17px;
	}
	.sub_heroes .sub_hero_item {
		padding: 0px 10px 0px 10px;
	}
	.sub_heroes .sub_hero_item .meta {
		padding: 0px 10px;
	}
	.opinion-big .card-quote .quote-big {
		font-size: 18px;
	}
}


@media screen and (max-width: 960px) {
	.first_fold .hero_story h3 {
		font-size: 24px;
		margin-top: 20px;
	}
	.sub_heroes .sub_hero_item {
		padding: 0px 10px 0px 10px;
	}

	.sub_heroes .sub_hero_item .meta {
		padding: 0px 10px;
	}
	.sub_heroes .sub_hero_item h3 {
		font-size: 16px;
	}
	.opinion-big .card-quote .quote-big {
		font-size: 16px;
	}

	.hero_columnist .quote-title {
		width: 100%;
		margin-top: 20px;
		font-size: 14px;
	}

	.news_feed_container {
		border: 0;
		padding-right: 0px;
	}


	.seventh-fold .malaysianskini {
		border-right: 0;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 768px) {
	.sub_heroes {
		width: 100%;
		border: 0;
	}
	.sub_heroes .sub_hero_item {
		padding: 5px;
		border: 0;
	}

	.hero_columnist {
		width: 100%;
		margin-top: 20px;
	}

	.pc-tab section ol.readlist li {
		width: 100%;
		float: none;
		padding: 0;
		padding: 10px 10px 0 10px;
	}
	.pc-tab section ol.readlist li a,
	.pc-tab section ol.readlist li span {
		margin-top: 0;
		vertical-align: middle;
		float: none;
	}

	.pc-tab section ol.readlist li span {
		margin-bottom: 10px;
	}

	.pc-tab section ol.readlist li {
		padding-bottom: 10px;
		border-bottom: 1px solid #f5f5f5;
		font-size: 14px;
	}

	.pc-tab section ol.readlist li:last-child {
		border-bottom: 0;
	}

	.opinion-big .card-quote .quote-big {
		font-size: 16px;
	}

	.hero_columnist .quote-title {
		width: 100%;
		margin-top: 20px;
		font-size: 14px;
	}

	.news_feed .news_feed_meta h3 {
		font-size: 18px;
	}

	.news_feed .news_feed_meta p {
		font-size: 13px;
	}
	.seventh-fold .malaysianskini {
		border-right: 0;
		padding-right: 0px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.voiz_label{
		margin-bottom: 5px;
		margin-top: 5px;
		display: none;
	}
}


@media screen and (max-width: 639px) {

	.news_feed_container .thumbnail {
		width: 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}

	.news_feed .news_feed_meta {
		padding: 0;
	}

	.hero_adslot {
		width: 100%;
		padding-top: 20px;
	}
	.hero_adslot .mrec {
		margin:0 auto;
	}

	.sub_heroes {
		flex-direction: column;
	}

	.sub_heroes .sub_hero_item {
		padding: 0;
		margin-bottom: 10px;
		width: 100%;
	}

	.opinion-big .card-quote .quote-big {
		font-size: 16px;
	}

	.hero_columnist .quote-title {
		width: 100%;
		margin-top: 20px;
		font-size: 14px;
	}
	.seventh-fold .editors-pick,
	.seventh-fold .kiniguide {
		border-right: 0;
		padding-left: 30px;
		margin-bottom: 20px;
		padding-right: 0px;
	}
}

.fb-page span{
	display: block;
	width: 100% !important;
}

.fb-page span iframe{
	display: block;
	width: 100% !important;
}

@media screen and (min-width: 960px) {
	.uk-width-1-2\@m {
			width: 50%;
	}
}


.medium-insert-images-right { float:right; width:40%;}

.ad-unit-LB-1 { padding-top:35px; max-width:970px; height:90px; margin:auto;}
.ad-unit-LB-1 iframe { border-radius:5px;border:1px solid #eee!important; }
.sticky-banner{position:sticky; margin: 0px; top:75px; width:300px;}


/* addthis share element */
.at4-jumboshare .at4-count-container { min-width:20px!important;border-right:0!important;padding-right:0!important; }
.at4-jumboshare .at4-share-container { padding:0!important; }
.at4-jumboshare .at4-count>span { font-size:25px!important;line-height:25px!important; }
.at4-jumboshare .at4-count { line-height:0!important; }
.at4-jumboshare .at4-title { font-size:12px!important; }
.at-resp-share-element .at-share-btn { margin:0 0 0 5px !important; }
.at-style-responsive .at-share-btn .at-icon-wrapper { line-height:27px!important;height:27px!important;width:27px!important; }
.at-style-responsive .at-share-btn .at-icon-wrapper>svg { width:27px!important;height:27px!important; }

.navbar-ip { max-width:1200px;height:55px!important;line-height:50px!important;background:#fff!important;margin:0 auto; }
.navbar-ip .uk-navbar-nav>li>a { height:0;min-height:30px!important;padding:0 10px; }
.navbar-ip .uk-navbar-right .uk-navbar-nav>li>a { margin-left:10px; }
.navbar-ip .uk-navbar-right .uk-navbar-nav>li>.subscribe_btn_secondary { border:1px solid #ff5722;color:#ff5722;border-radius:7px; }
.navbar-ip .uk-navbar-right .uk-navbar-nav>li>.sign_in_btn:hover { color:#ff5722!important;background-color:#FFF; }

/* inside page left bar */
.left-bar { position:relative;margin-right:35px; }
.left-bar .menu-container { position:sticky;background-color:#f8f8f8;width:160px;top:85px;border-radius:5px;margin:0;padding:8px; }
.left-bar .menu-container .menu-list { list-style:none;margin:0;padding:0; }
.left-bar .menu-container .menu-list .menu-items > a { font-size:14px;color:#424242;transition:all 300ms ease;display:block;border-radius:5px;margin:4px 0;padding:3px 7px; }
.left-bar .menu-container .menu-list .menu-items > a:hover { background-color:#FFF;color:#ff6f00; }
.left-bar .menu-container .menu-list .menu-items > a > div { display:inline-block;vertical-align:middle; }
.left-bar .menu-container .menu-list .menu-items > a > span { display:inline-block;float:right;padding-top:5px; }
.left-bar .menu-container .menu-sm .social-media { list-style:none;display:flex;align-items:center;margin:0;padding:8px 7px; }
.left-bar .menu-container .menu-sm .social-media .facebook { background-color:#e0e0e0;color:#757575;border-radius:15px;margin-right:8px;display:flex;transition:all 300ms ease;padding:6px; }
.left-bar .menu-container .menu-sm .social-media .facebook:hover { color:#FFF;background-color:#0071ff; }
.left-bar .menu-container .menu-sm .social-media .twitter:hover { color:#FFF;background-color:#1da1f2; }
.left-bar .menu-container .menu-sm .social-media .youtube:hover { color:#FFF;background-color:red; }
.left-bar .menu-container .menu-sm .social-media .instagram { background-color:#e0e0e0;color:#757575;border-radius:15px;display:flex;transition:all 300ms ease;padding:7px; }
.left-bar .menu-container .menu-sm .social-media .instagram:hover { color:#FFF;background-color:#dd2a7b; }

.category-shared { display:flex;align-items:center;width:100%;margin-bottom:25px;margin-top:20px; }
.category-shared .shared-container { display:flex;width:50%;justify-content:flex-end; }
.category-shared .category-container { display:flex;width:50%; }
.category-shared .category-container .category { background-color:#eee;color:#757575;font-size:14px;text-transform:uppercase;line-height:1.33;letter-spacing:1px;font-weight:800;border-radius:6px;padding:5px 10px; }

.meta-sizing { display:flex;align-items:center; }
.meta-sizing .meta-container { display:flex;flex:1;flex-direction:column; }
.meta-sizing .sizing { width:110px;display:flex;justify-content:flex-end; }
.meta-sizing .sizing .sizing-btn { background-color:#eee;color:#616161;margin-left:2px;font-size:23px;font-weight:600;border:0;transition:all 200ms ease;padding:5px 10px; }
.meta-sizing .sizing .plus { border-top-left-radius:5px;border-bottom-left-radius:5px; }
.meta-sizing .sizing .minus { border-top-right-radius:5px;border-bottom-right-radius:5px; }
.meta-sizing .sizing .sizing-btn:hover { background-color:#e0e0e0; }
.meta-sizing .sizing .sizing-btn:active { background-color:#bdbdbd; }
.meta-sizing .sizing .sizing-btn:focus { outline:0; }

.placeholderAnim > img { border-radius:5px; }
#div-gpt-ad-HALFPAGE1 iframe,#div-gpt-ad-MREC1 iframe { border:1px solid #eee!important;border-radius:5px; }
.voiz-list-0 > article,.desktop-kmpo-widget > div > .uk-card-default { box-shadow:none!important;border:1px solid #e5e5e5;border-radius:5px; }
.voiz-list-0 > article > .uk-card-media-top > img,.desktop-kmpo-widget > div > .uk-card-default > div { border-top-right-radius:5px;border-top-left-radius:5px; }
.left-bar .menu-container .menu-sm .social-media .twitter,.left-bar .menu-container .menu-sm .social-media .youtube { background-color:#e0e0e0;color:#757575;border-radius:15px;margin-right:8px;display:flex;transition:all 300ms ease;padding:7px; }


/* smartfeed */
.AR_2.ob-widget .ob-dynamic-rec-container{max-width: none; border: 1px solid #e0e0e0; height: 315px; margin-bottom: 15px !important; border-radius: 5px; position: relative;}
.AR_2.ob-widget .ob-dynamic-rec-container{width: 48.5% !important;}
.SFD_STP_3.ob-widget .ob-dynamic-rec-container{max-width: none; border: 1px solid #e0e0e0; height: 250px; margin-bottom: 15px !important; border-radius: 5px; position: relative;}
.SFD_STP_3.ob-widget .ob-rec-text{overflow: unset;}
.SFD_STP_4 .ob-dynamic-rec-container{max-width: none; border: 1px solid #e0e0e0; height: 315px; margin-bottom: 15px !important; border-radius: 5px; position: relative;}
.ob-smartfeed-wrapper .ob-widget.ob-smartfeed-strip-layout .ob-widget-items-container .ob-dynamic-rec-container .ob-rec-source{ position:absolute; bottom:10px; left:15px;}
.ob-smartfeed-wrapper .ob-widget.ob-smartfeed-strip-layout .ob-dynamic-rec-container > .ob-rec-image-container > img{border-top-left-radius:5px !important;border-bottom-left-radius:5px !important;}
.ob-smartfeed-wrapper .ob-widget.ob-smartfeed-strip-layout .ob-widget-items-container .ob-dynamic-rec-container .ob-rec-text{padding:10px 15px !important; margin:0px !important; font-size:16px;}


.event_container { max-width:1200px; margin:0 auto; margin-top:30px; margin-bottom:50px; }
.event_container h1 { font-size:50px; font-weight:100; margin-bottom:30px; }
.event_container .event-list { width: 100%; text-align: left;display:flex;margin: 0 auto; }
.event_container .event-list .event-item { width:33.3%; margin-right:20px; box-shadow:0px 10px 20px -15px rgba(0,0,0,0.3); border-radius:10px; overflow:hidden; }
.event_container .event-list .event-item .image { height:250px; width:100%; background-position:top center; background-size:cover; }
.event_container .event-list .event-item .info { padding:20px 25px; }
.event_container .event-list .event-item .info h3 { display:block; }
.event_container .event-list .event-item .info p { margin:0px; color:#333; margin-bottom:5px; }

.event_container .eventlist_back { display:block; width:1000px; margin:0 auto; margin-bottom:20px; }
.event_container .event_single { width:1000px; margin:0 auto; border:1px solid #EEE; box-shadow:0px 10px 20px -15px rgba(0,0,0,0.3); border-radius:20px; overflow:hidden; }
.event_container .event_single > .image { height:600px; width:100%; background-position:top left; background-size:cover; }
.event_container .event_single > .info { padding:20px; }
.event_container .event_single > .info h2 { font-size:30px; font-weight:300 !important; }
.event_container .event_single > .info .location { margin-bottom:10px; }
.event_container .event_single > .info .location label { margin-bottom:3px; display:block; text-transform:uppercase; font-size:14px; font-weight:700; }
.event_container .event_single > .info .date_display {}
.event_container .event_single > .info .date_display label { margin-bottom:3px; display:block; text-transform:uppercase; font-size:14px; font-weight:700; }
.event_container .event_single > .info .content { margin-top:20px; line-height:30px; }
.event_container .event_single > .clear { clear:both; }

@media print {
	.left-bar {display:none !important;}
	.ad-unit-LB-1{display:none;}
	.sticky-banner{display:none;}
	#div-gpt-ad-is{display:none;}
	.text-ad{display:none;}
	.tags-container{display:none;}
	.text-share{display:none;}
}
