/*CRITICAL CSS*/

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;*/
}

/* Header */		
.uk-navbar-wrapper{border-bottom:1px solid #e5e5e5;background:#fff;}
.uk-navbar-container-1{max-width:1170px;margin:0 auto;height:60px!important;line-height:60px!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:60px!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;}
.uk-section{padding:40px 0}
.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;
}


.section-header {
	border-bottom: 1px solid #666;
	margin-bottom: 20px;
	line-height: 40px;
}

.section-header .header-title {
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}

.section-header .header-title h3 {
	display: inline-block;
}

.section-header .header-link {
	text-align: right;
	font-size: 13px;
}
.section-header a:hover .header-link {
	color:#FF5722;
}
/*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%;}




