/*
*
	Core
*
*/

body {
	background: #fff;
}

/*
	Hd
*/

.hd {
	background: #2c2c2c;	
	color: #888;
	text-align: center;
	height: 120px;
	padding: 15px 0;
	width: 100%;
	z-index: 10000;
}

.hd h1 {
	margin: 0;
}

.hd h1 a {
	background: transparent url('../img/core/hd/logo.png') no-repeat left top;
	display: block;
	text-indent: -99999px;
	padding: 0;
	margin: 12px auto 5px;
	width: 200px;
	height:60px;
	background-size: 200px 60px;
}

.hd p {
	font-size: 11px;
}

.hd a {
	color: #888;
}

.hd .info {
	position: absolute;
	top: 18px;
	left: 0;
	width: 200px;
}

.hd .info p,
.hd .tool .logos {
	margin-top: 15px;
	line-height: 12px;
	text-align: left;
}

.hd .info p:first-child,
.hd .tool .logos:first-child {
	border: none;
	margin-top: 0;
}

.hd .info i {
	font-size: 26px;
	float: left;
	margin-right: 5px;
}

.hd .info .currency i {
	margin-left: 0;
	text-align: center;
	width: 30px;
}

.hd .info strong {
	font-size: 14px;
	font-weight: normal;
}

.hd .search {
	text-transform: uppercase;
	letter-spacing: 1px;
	position: absolute;
	right: 15px;
	top: 25px;
}

.hd .search a {
}

.hd .tool {
	position: absolute;
	right: 0;
	top: 18px;
	z-index: 200;
}

.hd .social {
	position: absolute;
	top: 20px;
	left: 0;
	width: 200px;
	z-index: 500;
}

.hd .social ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 15px;
	width: 90px;
}

.hd .social li {
	line-height: 13px;
	float: left;
}

.hd .social li a {
	border: solid 1px #555;
	border-radius: 5px;
	float: left;
	padding: 5px;
	margin: 0 5px 5px 0;
}

.hd .social li i {
	width: 13px;
}

.heading.awsm {
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 150;
	top: 15px;
}


/*
	Nv
*/

.dropdown-menu > li > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus   {
	background: #fff;
	padding: 16px 13px;
}

.dropdown-menu > li > a  {
	color: #333;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 13px;
	padding: 16px 13px;
}

.nv .navbar-default {
	background: rgba(247, 246, 245, 0.95);
	border-top: 2px solid #fb9a1c;
	border-bottom: 1px solid #ddd;
	border-left: none;
	border-right: none;
	border-radius: 0;
	margin-bottom: 0;
	width: 100%;
}

.nv .navbar-default .navbar-nav > li > a {
	color: #333;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 13px;
	padding: 18px 13px;
}

.nv .navbar-default .navbar-nav > .active > a,
.nv .navbar-default .navbar-nav > .active > a:hover,
.nv .navbar-default .navbar-nav > .active > a:focus {
	background: #fff;
	border-top: 2px solid #e6711b;
	border-left: 1px solid #ded8ca;
	border-right: 1px solid #ded8ca;
	margin-top: 8px;
	margin-bottom: -1px;
	padding: 12px 13px 16px;
}

.nv .navbar-default .navbar-nav a:hover,
.nv .navbar-default .navbar-nav a:focus {
	color: rgba(251, 153, 27, 1);
}

.navbar-default .navbar-toggle {
	border: none;
	margin-top: 22px;
}

.navbar-default .navbar-toggle:hover {
	background: rgba(251, 153, 27, 0.25);
	border-radius: none;
}

.navbar-default .navbar-toggle .icon-bar {
	background: #fb9a1c;
}

.navbar-collapse {
	padding: 0;
}

.navbar .container .navbar-brand {
	height: 50px;
	width: 113px;
	background: transparent url(../img/core/hd/tmi-logo-mobile.png) no-repeat 0 center;
	
	text-indent: -99999px;
	padding: 0;
	margin: 0 15px 0 0;
}

.nv .apps {
	float: right;
	padding-top: 15px;
	padding-left: 0;
}

.nv .apps li {
	list-style-type: none;
	float: left;
	padding: 0;
}

.nv .apps li:first-child,
.nv .apps li:last-child {
	border: none;
}

.nv .apps li:first-child {
	padding-left: 0;
}

.nv .apps li a {
	display: block;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	width: 20px;
	height: 20px;
}

#prime-nv.navbar.navbar-default.fixed {
	position: fixed;
	width: 100%;
	border-radius: none !important;
	top: 0;
}

/*
	Bd
*/

.bd {
	padding-top: 0;
	-webkit-transition: padding 0.25s ease-in-out 0s;
}

.bd .container {
	background: #fff;
}

.bd.sticky {
/*	padding-top: 93px;*/
}

/*
	Ft
*/

.ft .container {
	background: #fff;
}

.ft .wrap {
	color: #666;
	border-top: 1px solid #ccc;
	font-size: 11px;
	padding: 20px 0;
	overflow: hidden;
}

.ft .links {
	float: left;
}

.ft .social {
	float: right;
}

.ft ul {
	list-style-type: none;
	margin: 0 0 5px;
	padding: 0;
}

.ft li {
	border-right: 1px solid #ccc;
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	line-height: 1.2;
}

.ft li:last-child {
	border-right: none;
}


/*
	Block and Unit
*/

.block {
	border-bottom: 1px solid #ccc;
	padding: 30px 0 20px;
	overflow: hidden;
}

.divider-0-4-4-0 {
	background: transparent url(../img/core/grid/divider-0-4-4-0.gif) left top repeat-y;
}


.divider-2-4-4-2 {
	background: transparent url(../img/core/grid/divider-2-4-4-2.gif) left top repeat-y;
}

.divider-3-5-4 {
	background: transparent url(../img/core/grid/divider-3-5-4.gif) left top repeat-y;
}

.divider-8-4 {
	background: transparent url(../img/core/grid/divider-6-6.gif) 200px top repeat-y;
}

.divider-7-5 {
	background: transparent url(../img/core/grid/divider-6-6.gif) 99px top repeat-y;
}

.divider-6-6 {
	background: transparent url(../img/core/grid/divider-6-6.gif) left top repeat-y;
}

.divider-6-3-3 {
	background: transparent url(../img/core/grid/divider-6-3-3.gif) left top repeat-y;
}

.divider-7-3-2 {
	background: transparent url(../img/core/grid/divider-7-3-2.gif) left top repeat-y;
}

.divider-3-3-6 {
	background: transparent url(../img/core/grid/divider-3-3-6.gif) left top repeat-y;
}
.divider-3-3 {
	background: transparent url(../img/core/grid/divider-3-3.gif) left top repeat-y;
}

.divider-3-3-3 {
	background: transparent url(../img/core/grid/divider-3-3-3.gif) left top repeat-y;
}

.divider-3-3-3-3 {
	background: transparent url(../img/core/grid/divider-3-3-3-3.gif) left top repeat-y;
}

.divider-4-3-3 {
	background: transparent url(../img/core/grid/divider-3-3-3-3.gif) 99px top repeat-y;
}

.divider-4-2 {
	background: transparent url(../img/core/grid/divider-3-3.gif) 40px top repeat-y;
}

.divider-4-3 {
	background: transparent url(../img/core/grid/divider-6-6.gif) -192px top repeat-y;
}

.divider-4-4-4 {
	background: transparent url(../img/core/grid/divider-4-4-4.gif) left top repeat-y;
}

.divider-2-2-2-2-2-2 {
	background: transparent url(../img/core/grid/divider-2-2-2-2-2-2.gif) 15px top repeat-y;
}

.divider-5-5 {
	background: transparent url(../img/core/grid/divider-5-5.gif) left top repeat-y;
}
.divider-5-5 .divider-3-3 {
	background: transparent url(../img/core/grid/divider-3-3.gif) -48px top repeat-y;
}
.divider-7-4-4-4 {
	background: transparent url(../img/core/grid/divider-7-4-4-4.gif) 15px top repeat-y;
}
.divider-5-7 {
	background: transparent url(../img/core/grid/divider-5-7.gif) 15px top repeat-y;
}

.block .row {
/*	margin-bottom: 20px;*/
}

.block .row .row {
	margin-top: 20px;
}

.block .row:first-child {
	margin-bottom: 0;
}

.block .row:last-child {
	border-bottom: none;
}

.block .row.divider-4-2 .col-md-6:first-child {
	width: 330px;
}

.block .row.divider-4-2 .col-md-6:last-child {
	width: 255px;
}

.block .heading {
	background: #fff;
	border-bottom: 2px solid #666;
	padding: 0 0 20px;
	position: relative;
	margin: 0 0 20px;
}

.block .heading p {
	margin-bottom: 0;
}

.block .heading .link {
	font-size: 11px;
	font-weight: normal;
	float: right;
	text-transform: none;
	letter-spacing: 0;
}

.block .heading .slider-control {
	position: absolute;
	right: 0;
	top: 0;
}

.block .heading .slider-control .carousel-indicators,
.block .heading .slider-control .controller {
	float: left;
	margin: 0;
}

.block .heading .slider-control .carousel-indicators {
	margin-right: 10px;
	padding: 0;
	position: relative;
	left: 0;
	text-align: left;
	top: 0;
	width: auto;
}

.block .heading .slider-control .carousel-indicators li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 3px 1px 1px;
	text-indent: -999px;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 12px;
	box-shadow: 0px 0px 0px 2px #fff inset;
}

.block .heading .slider-control .carousel-indicators li.active {
	background-color: #ccc;
	padding: 2px;
}

.block .heading .slider-control .carousel-indicators li:hover {
	background-color: #ccc;
}

.block .heading .slider-control a:hover {
	color: #0b6a92;
}

.block .heading .slider-control .controller-left,
.block .heading .slider-control .controller-right {
	color: #444;
	border: 1px solid #ccc;
	padding: 2px 10px 1px;
}

.block .heading .slider-control .controller-left {
	border-radius: 5px 0 0 5px;
	border-right: none;
}

.block .heading .slider-control .controller-right {
	border-radius: 0 5px 5px 0;
}

.block h2 {
	color: #444;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}

.block .widget {
	overflow: hidden;
}

.block .widget object {
	width: 100%;
}

.block .widget iframe {
	width: 100% !important;
}

.block .awsm {
	text-align: center;
	padding-bottom: 15px;
	min-height: 100px;
	overflow: hidden;
}

.block .awsm img {
	margin: 0 auto;
	padding: 0;
}

.block .unit {
	background: #fff;
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
	overflow: hidden;
	min-height: 72px;
}

.block.awsm {
	text-align: center;
}

.block .col-md-1 .unit:last-child, .block .col-md-2 .unit:last-child, .block .col-md-3 .unit:last-child, .block .col-md-4 .unit:last-child, .block .col-md-5 .unit:last-child, .block .col-md-6 .unit:last-child, .block .col-md-7 .unit:last-child, .block .col-md-8 .unit:last-child, .block .col-md-9 .unit:last-child, .block .col-md-10 .unit:last-child, .block .col-md-11 .unit:last-child, .block .col-md-12 .unit:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.block .col-sm-1 .unit:last-child, .block .col-sm-2 .unit:last-child, .block .col-sm-3 .unit:last-child, .block .col-sm-4 .unit:last-child, .block .col-sm-5 .unit:last-child, .block .col-sm-6 .unit:last-child, .block .col-sm-7 .unit:last-child, .block .col-sm-8 .unit:last-child, .block .col-sm-9 .unit:last-child, .block .col-sm-10 .unit:last-child, .block .col-sm-11 .unit:last-child, .block .col-sm-12 .unit:last-child {
	border-bottom: none !important;
}

.block .col-md-1 .unit:first-child, .block .col-md-2 .unit:first-child, .block .col-md-3 .unit:first-child, .block .col-md-4 .unit:first-child, .block .col-md-5 .unit:first-child, .block .col-md-6 .unit:first-child, .block .col-md-7 .unit:first-child, .block .col-md-8 .unit:first-child, .block .col-md-9 .unit:first-child, .block .col-md-10 .unit:first-child, .block .col-md-11 .unit:first-child, .block .col-md-12 .unit:first-child {
	padding-top: 0;
}

.block .heading + .unit {
	padding-top: 0;
}

.block .unit-full {
	border-bottom: 1px solid #ccc !important;
	margin-bottom: 20px !important;
	padding-bottom: 20px !important;
}

.unit h3 {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	line-height: 1.2;
}

.unit-primary h3 {
	font-size: 32px;
	letter-spacing: -1px;
	line-height: 1.1;
}

.unit-secondary h3 {
	font-size: 24px;
}

.unit h3 small.pull-right {
	line-height: 28px;
}

.unit p {
	margin: 15px 0 0 0;
}

.unit img,
.unit iframe {
	margin: 0 auto 5px;
}

.unit img.pull-left {
	/*margin: 8px 15px 0 0;*/
	margin: 0 10px 0 0;
}

.unit img.pull-right {
	margin: 0 0 0 10px;
}

.unit .gallery-cover-link {
	position: relative;
	float: right;
}

.unit .gallery-cover-link img {
	border: 1px solid #ccc;
	padding: 3px;
}

.gallery .sharing-icon iframe,
.gallery .sharing-icon img {
	margin: 0;
}

.unit a:hover .gallery-cover-link img {
	border: 1px solid #0b6a92;
}

.unit .gallery-cover-link i {
	color: #fff;
	font-size: 16px;
	position: absolute;
	left: 15px;
	bottom: 15px;
}

.unit-gallery {
	margin: 0 -5px;
}

.unit-gallery h3 {
	margin: 0 5px;
}

.unit-gallery .gallery-cover-link {
	float: left;
	margin: 0 5px 10px;
}

.unit-slideshow .carousel-inner {
	position: relative;
	min-height: 450px;
	padding: 0;
	margin: 0;
}

.unit-slideshow .carousel-inner li {
	background: #fff;
	/*position: absolute;*/
	left: 0;
	top: 0;
	overflow: hidden;
	/*width: 647px;
	height:522px;*/
	height:480px;
}

.unit-slideshow .carousel-inner .slideshow-picture {
	/*float: left;
	margin-right: 15px;*/
}

.unit-slideshow .carousel-inner .slideshow-text {
}

.unit .meta {
	color: #888;
	font-size: 11px;
	margin: 10px 0 0;
}

.unit .meta a {
	color: #888;
	margin-right: 8px;
	vertical-align: bottom;
}

.unit .meta a:hover {
	color: #0b6a92;
}

.unit .meta .section-link {
	border: 1px solid #ccc;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 3px;
}

.unit .meta .section-link:hover {
	border-color: #0b6a92;
}

.unit .meta-author {
	background: url('../img/core/speech-bubble-pointer.gif') no-repeat right top;
	line-height: 1;
	text-align: right;
	padding-top: 20px;
	margin-top: -1px;
}

.unit .meta-author a {
	color: #004562;
	margin: 0;
}

.unit .meta i {
	margin-right: 3px;
}

.unit blockquote {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 0;
}

.unit blockquote p {
	color: #111;
	font-size: 13px;
	margin: 0;
	line-height: 1.5;
}

.unit .video div div{
	width: 100% !important;
	min-height: 310px !important;
}

.unit .video div {
	width: 100% !important;
}

.unit .video iframe {
	width: 100% !important;
}

.unit .featured-pictures {
	margin-top: 10px;
	text-align: center;
}

.most-read .unit {
	padding-right: 30px;
	min-height: 120px;
	overflow: hidden;
}

.most-read .row .col:first-child .unit {
	background: #fff url(../img/core/mostread-count.png) no-repeat right -20px;
}

.most-read .row .col:nth-child(2) .unit {
	background: #fff url(../img/core/mostread-count.png) no-repeat right -219px;
}

.most-read .row .col:nth-child(3) .unit {
	background: #fff url(../img/core/mostread-count.png) no-repeat right -419px;
}

.most-read .row .col:nth-child(4) .unit {
	background: #fff url(../img/core/mostread-count.png) no-repeat right -620px;
}

.most-read .row .col:nth-child(5) .unit {
	background: #fff url(../img/core/mostread-count.png) no-repeat right -820px;
}

.most-read .row .col:nth-child(6) .unit {
	background: #fff url(../img/core/mostread-count.png) no-repeat right -1019px;
}

.news-list-row .unit {
	border-top: 1px solid #ccc;
	border-bottom: none;
	padding:  20px 0 !important;
}

.news-list .news-list-row:first-child .unit {
	border-top: none;
}

.whatithink h3 {
	margin-bottom: 10px;
}

.opinion .unit .byline {
	margin-top: 0;
}

/*
	List
*/

.list-special .list-group-item:first-child {
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.list-special .list-group-item:last-child {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
 
/*
	Section
*/

.section-link {
	color: #888;
	border: 1px solid #ccc;
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 3px;
}

.section-link:hover {
	border-color: #0b6a92;
}

.section-trending-topics {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 248px;
}

.section-trending-topics li {
	display: inline-block;
	float: none;
	margin-bottom: 10px;
}

.section-trending-topics .awsm {
	position: absolute;
	left: 234px;
	top: 0;
}

/*
	Topics
*/

.hashtag {
	border: 1px solid #ccc;
	border-radius: 20px;
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	padding: 3px 10px;
}

.hashtag:hover {
	border-color: #0b6a92;
}

/*
	Author
*/

.author-pic {
	border-radius: 100px;
	float: right;
	height: 50px;
	overflow: hidden;
	width: 50px;
	margin-left: 10px;
}

.author-pic img {
	margin: 0;
}

.byline {
	text-transform: uppercase;
}

.author-pic.pull-left {
	float: left;
	margin: 0 10px 0 0;
}

/*
*
	Index
*
*/


/*
	Trending Topics
*/

.featured.block .row {
	margin-bottom: 10px;
}

.trending-topics.block {
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
}

.trending-topics h2 {
	text-align: right;
	line-height: 27px;
	text-transform: none;
	letter-spacing: 0;
}

.trending-topics ul {
	list-style-type: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.trending-topics .hashtag {
	float: left;
	margin-right: 10px;
}

.dont-miss {
	border-bottom: none;
	margin-bottom: 10px;
}

/* 
*

	Ajax Preload

* 
 */

.ias_trigger {
	text-align: center;
	display: block;
	margin: 20px 0;
}

.ias_trigger a {
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px 20px;
	background: #fff;
	border-radius: 25px;
	border: 2px solid #ddd;
}

.ias_loader {
	margin: 20px 0;
	text-align: center;
}


/*
*
	Article Page
*
*/

/*
	Article Elements
*/

article {
	padding-bottom: 30px;
	overflow: hidden;
}

article p, article h2, article h3, article h4 {
	padding-left: 292px;
	padding-right: 195px;
}

article h2, article h3, article h4 {
	font-weight: bold;
}

article p {
	font-family: Georgia, serif;
	font-size: 17px;
	margin-bottom: 1em;
}

article p a:link,
article p a:hover {
	text-decoration: underline;
}

article p:first-child {
	color: #444;
	font-family: Merriweather, Georgia, serif;
	font-size: 20px;
	font-style: italic;
	line-height: 1.5;
	margin-bottom: 20px;
}

article strong {
	font-weight: bold;
}

article em {
	font-style: italic;
}

article blockquote {
	margin-left: 292px;
	margin-right: 195px;
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
}

article blockquote p {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 10px;
}

article blockquote p:last-child {
	margin-bottom: 0;
}

article ul {
	font-family: Georgia, serif;
	font-size: 17px;
	padding-left: 312px;
	padding-right: 195px;
	margin-bottom: 1em;
}

article ul li {
	margin-bottom: 5px;
}

article p .caption-box {
	margin: 10px;
	line-height: 0.8 !important;
}

article .img-caption {
	font-family: 'Open Sans', sans-serif;
	color: #666;
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 20px;
	display: block;
}

article .caption-box img {
	margin-bottom: 5px;
}

/*
	Page Elements
*/

.article-page {
	position: relative;
	margin-top: 30px;
}

.article-page .section-name {
	float: left;
	overflow: hidden;
	margin-top: 15px;
	text-align: center;
	width: 262px;
}

.article-page .section-name p {
	color: #888;
	border: 1px solid #ccc;
	display: inline;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0 5px;
}

.article-page .topic {
	float: right;
	font-size: 16px;
	margin-top: 15px;
	margin-left: 15px;
}

.article-page h1 {
	border-bottom: 1px solid #ccc;
	font-size: 42px;
	font-weight: 600;
	padding: 0 0 20px 292px;
	margin-bottom: 20px;
	letter-spacing: -1px;
}

.article-page h2 {
	border-bottom: 1px solid #ccc;
	font-size: 42px;
	font-weight: 600;
	padding: 0 0 20px 292px;
	margin-bottom: 20px;
	letter-spacing: -1px;
}

.article-page .article-meta {
	position: absolute;
	text-align: center;
	width: 262px;
}

.article-page .article-meta .datetime {
	font-weight: bold;
}

.article-page .article-meta .datetime_updated {
	line-height: 1.2;
}

.article-page .article-meta .datetime_updated em {
	color: #888;
	font-family: Georgia, serif;
	font-size: 11px;
}

.article-page .article-meta .author {
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-top: 20px;
}

.article-page .article-meta .author img {
	border-radius: 10px;
}

.article-page .article-meta-2 {
	color: #999;
	font-size: 11px;
	padding: 0 0 20px 292px;
}

.article-page .article-meta-2 .author {
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
}

.article-page .article-meta-2 .author-pic,
.article-page .article-meta-2 .author-pic img {
	border-radius: 5px;
	float: left;
	margin-right: 3px;
}

.article-page .author-box {
	border: solid 1px #ccc;
	border-radius: 5px;
	padding: 10px;
	position: absolute;
	left: 30px;
	width: 200px;
}

.article-page .author-box h4 {
	font-weight: bold;
	margin-top: 0;
}

.article-page .author-box p {
	margin-bottom: 0;
}

.article-page .big-picture {
	display: block;
	width: 100% !important;
	height: auto !important;
	clear: both;
	margin-bottom: 20px;
	margin-left: 0;
}

.article-page .big-picture img {
	width: 100% !important;
	height: auto !important;
}


.article-page article .awsm {
	float: left;
	margin: 0 20px 0 -200px;
}

.article-page .figure {
	margin-bottom: 20px;
	padding-left: 292px;
	padding-right: 195px;
}

.article-page .figure img {
	margin-bottom: 5px;
}

.article-page .figure p {
	color: #888;
	font-size: 14px;
	font-style: italic;
	margin: 0;
	padding: 0;
}

.article-page .sharing {
	border-top: 1px solid #ccc;
	padding-top: 30px;
	padding-bottom: 30px;
}

.article-page .sharing .sharing-icon {
	line-height: 2;
}

.article-page .sharing p {
	color: #444;
	font-family: Georgia, Times, serif;
	font-size: 13px;
	font-style: italic;
	text-align: right;
}

.article-page .sharing span
{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.article-page .sharing ul {
	margin: 0;
	padding: 0;
}

.article-page .sharing ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0 5px;
	border-radius: 50px;
}

.article-page .sharing ul li a {
	border-radius: 40px;
	width: 40px !important;
	height: 40px !important;
	background: #fff;
	border: 2px solid #ccc;
	text-align: center;
	padding-top: 5px;
	display: block;
	font-size: 14px;
	color: #ccc;
	cursor: pointer;
}

.article-page .sharing ul li:hover span.count {
	display: block !important;
}

.article-page .sharing ul li span.count {
	border: 1px solid #ddd;
	padding: 10px;
	position:absolute;
	text-align:center;
	display: none;
	z-index: 1000;
	background: #fff;
	border-radius: 5px;
}

.article-page .sharing .facebook a:hover {
	border-color: #3b5998;
	color: #3b5998;
}

.article-page .sharing .twitter a:hover {
	color: #3cf;
	border-color: #3cf;
}

.article-page .sharing .linkedin a:hover {
	color: #005696;
	border-color: #005696;
}

.article-page .sharing .google a:hover {
	color: #dd4b39;
	border-color: #dd4b39;
}

.article-page .sharing .email a:hover,
.article-page .sharing .print a:hover {
	color: #666;
	border-color: #666;
}

.article-page .heading {
	border: none;
	padding: 0;
	margin: 0;
}

.article-page .more-from-topic {
	border-top: 1px solid #ccc;
	border-bottom: none;
	padding: 30px 10px;
}

.article-page .more-from-topic .heading p {
	color: #444;
	font-family: Georgia, Times, serif;
	font-size: 13px;
	font-style: italic;
	text-align: right;
}

.article-page .more-from-section {
	border-top: 1px solid #ccc;
	border-bottom: none;
	padding: 30px 10px;
}

.article-page .more-from-section .heading p {
	color: #444;
	font-family: Georgia, Times, serif;
	font-size: 13px;
	font-style: italic;
	text-align: right;
}

.article-page .more-from-topic .row .row,
.article-page .more-from-section .row .row,
.article-page .more-from-most-read .row .row {
	margin-top: 0;
}

.article-page .comments {
	border-top: 1px solid #ccc;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
}

.article-page .comments .heading p {
	color: #444;
	font-family: Georgia, Times, serif;
	font-size: 13px;
	font-style: italic;
	text-align: right;
}

.article-page .fb-video{
	padding-left:292px;
	padding-right:195px
}

.article-page .outbrain {
	border-top: 1px solid #ccc;
	padding-top: 30px;
	padding-bottom: 30px;
}
/* Gallery Page */

.gallery .summary {
	margin-bottom: 30px;
}

.gallery-picture {
	margin: 0 auto 30px;
	width: 900px;
}

.gallery-picture p,
.gallery-img {
	margin: 0;
}

.gallery-picture .caption {
	display: block;
}


/* Comment Box */

.article-page .comments #idc-container h3 {
	display: none;
}

.article-page .comments #idc-container {
	margin-top: 0;
}

.article-page .comments #commentMessage.idc-message {
	float: none;
	width: 100%;
	padding: 20px;
}

.article-page .comments #idc-container .idc-c-h {
	padding: 10px;
	overflow: hidden;
	height: auto;
	background: rgba(247, 246, 245, 0.95);
	border: 1px solid #ddd;
}

.article-page .comments .idc-a {
	height: auto;
}

.article-page .comments img.idc-avatar {
	width: 30px;
	height: 30px;
	border-radius: 30px;
}

.team {
	padding-left: 292px;
	padding-right: 195px;
}

.team .row {
	padding: 10px 0;
}

.team p.dept {
	background: #ddd;
	padding: 10px;
	margin-bottom: 0;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	font-size: 14px;
}

.feed {
	padding-left: 292px;
	padding-right: 195px;
}

.feed .row {
	padding: 10px 0;
}

.search {
	max-width: 650px;
	margin: 0 auto;
	font-family: sans-serif;
	padding: 150px 0;
}

.search .pagination {
	display: block !important;
}

.search.results {
	padding: 20px 0;
	max-width: 850px;
}

.search.results strong {
	font-weight: normal;
	font-size: 18px;
	display: block;
}

.search .alert h2 {
	font-size: 32px;
	text-transform: none;
	color: inherit;
	margin-bottom: 10px;
}

.search p.search-note {
	padding: 0;
	font-size: 18px;
	font-family: sans-serif;
	color: #ccc;
}

.search input {
	display: block;
	border: 1px solid #ddd;
	padding: 20px;
	width: 100%;
}

.search select#channel_id {
	height: auto;
	padding: 10px;
	color: #999;
}

.search select#channel_id option {
	padding: 20px;
}

.search select {
	border: 1px solid #ddd;
	padding: 20px;
	font-size: 16px;
	border-radius: 0;
	background: #fff;
	width: 100%;
	height: 30px;
}

.search .btn {
	width: auto !important;
	padding: 10px 50px;
}

/* 2 Tabs on homepage */

.heroin .nav-tabs li:first-child{
	/*margin-bottom:-1px;
	padding-left:0;
	font-size:14px;
	font-weight:bold;*/
}
.heroin .nav-tabs li a{
	text-transform:uppercase;
}
.heroin .list-group{
	margin-bottom:0;
}
.heroin .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top:none;
}
.heroin .list-group-item:last-child{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	border-bottom:none;

}
.heroin .list-group-item{
	padding-left:0;
	padding-right:0;
	border-right:none;
	border-left:none;
	font-size:13px;
	font-weight:600;
	line-height:1.1;
	
}
/* The Edge Markets block on homepage */
.hero{
	background:#004562 !important;
        padding-top:0;
        padding-bottom:0 !important;
}
.hero .list-group{
	margin-bottom:0;
}
.hero .list-group p,
.hero .list-group div{
 display:none
}
.hero .list-group-item{
	background-color:#004562;
	padding:5px 0;
	border-right:none;
	border-left:none;
	margin-right:10px;
	margin-left:10px;
	font-size:13px;
	font-weight:600;
	line-height:1.1;
	border-color: #4387a4
}
.hero .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: none;
	/*height:42px;*/
	background: #f3f3f3 url(http://www.themalaysianinsider.com/assets-v5/img/core/hd/logo_theedgemarkets.png) no-repeat scroll 50% 6px;
        padding:0 10px;
        margin-right:0;
        margin-left:0;
}
.hero .list-group-item:nth-child(2){
	border-top: none;
    margin-top:1px;
    padding-top: 15px;
}
.hero .list-group-item:nth-child(5){
	border-bottom:none;
}
.hero .list-group-item:first-child h3{
	text-indent:-999px
}
.hero .list-group-item:first-child h3 a{
       display:block;
       height:42px;
}
.hero .list-group-item:last-child{
	border-bottom:none;
    	border-bottom-left-radius: 0;
    	border-bottom-right-radius: 0;
        padding:1px 10px 5px 10px;
        margin-right:0;
        margin-left:0;
        background:#f3f3f3;
        text-align:center;
        font-size:10px;
        margin-top: 5px;
}
.hero .list-group-item:last-child a{
        color:#000000;
}
.hero .list-group-item a{
        color:#ffffff;
}
.hero .list-group-item:last-child a:hover,
.hero .list-group-item:last-child a:focus{
        color:#0b6a92;
        outline: none;
}
.hero .list-group-item a:hover,
.hero .list-group-item a:focus{
        color:#f4c7c9;
       outline: none;
}
#stockticker{
	padding-bottom:3px;
}
#stockticker span{
	color: #dd3138; 
	font-size: 10px; 
	text-transform: uppercase; 
	font-weight: bold; 
	border-top: 1px solid #ccc; 
	display: block; 
	padding: 3px 0px; 
	margin: 4px 0px 0px;
	text-align: center
}
p.stockticker{
	margin:0;
	text-align: center;
}
p.stockticker a{
	margin-left:20px;
}
p.stockticker a:first-child{
	margin-left:0;
}
.hero .list-group-item p.stockticker a{
	color:#004562;
}
#local-picker{
    position: absolute;
    top: 20px;
    left: 120px;
    width: 130px;	

}
.local-list-row {
	
}
.local-list-row .heading{
	border-bottom: none;
	margin-bottom: 0;
	border-top: 1px solid #ccc;
	padding-top:20px;

}

.local-list-row .unit{
	
}

.local .unit .meta{
	
	margin:0;
}

.local .unit a .fa{
	float:right;
	margin-top: 8px
}

.block .local .unit h3{
	font-size: 13px;
	font-weight: 900;
}

.block .local .unit{
	padding: 10px 0;
	min-height: 32px;	
}

.block .local .unit.info{
	min-height: 0;	
}

.block .local .unit.info p{
	margin: 0;	
}

.block .local .heading h2 {
	font-size: 12px;
}

.block .local .heading {
	background: #fff;
	border-bottom: 2px solid #666;
	padding: 0 0 10px;
	position: relative;
	margin: 0 0 20px;
}

.block .local .heading + .unit {
	padding-top: 0;
}

.article-page .local h2{
	border-bottom: none;
	margin: 0;
	padding: 0;
}

.block .local-list-row .news-list-row{
	margin-top: 0;
	margin-bottom: 0;	
}

.block .local-list-row .news-list-row .unit {
	border-top: none;
	padding-top: 10px !important;
	padding-bottom: 10px !important;

}
#submenu{
    background-color: #fff;
	margin-bottom:-1px;
    border:none;   
    z-index: 1; 
}
.breadcrumb{
	background: none;
	float: left
}
.btn-group{
	height: 8px;
}
.btn-sm{
	padding-bottom: 1px;
	padding-top: 1px;
}
.label{
	background: rgba(247, 246, 245, 0.95);
	color:#888;
	font-weight: normal
}
.text-warning{
	color:#e71818;
}
#submenu ul{
    width: 100%;
    margin-left: 128px;
}
#submenu ul.in li a{
	
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 13px;
    padding: 18px 13px;
    text-transform: uppercase;	
}

#submenu ul.in li a:hover{
	color: rgba(251, 153, 27, 1);
}
#submenu ul.in li.active a{
	font-size: 14px;
	font-weight: 600;
	background: none;
    letter-spacing: 1px;
    line-height: 13px;
    padding: 18px 13px;
    text-transform: uppercase;	
    margin: 0;	
    border: none;
}
.collapsing {
	display:none;
}	
.text-warning{
	color: #e71818;
}
.loader{
	background: url(../img/core/loader.gif) no-repeat 50% 50%;
	height: 26px;
	width: 24px;
	margin: 0 auto;	
}
/**Start Deploy 970 grid if screen less than 1420px**/
@media only screen and (max-width: 1420px)
{
 .featured .divider-2-2-2-2-2-2{
        background:url("http://www.themalaysianinsider.com/assets-v5/img/core/grid/divider-md-2-2-2-2-2-2.gif") repeat-y scroll 40px top transparent
 }
}


.featured .most-read{
	border-bottom: medium none;
	border-top: 1px solid #ccc; 
	margin-top: 20px;
}
.nav-tabs > li:first-child > a:hover,
.nav-tabs > li:first-child > a:focus{
	background:none;
	border-color:#fff;
	color:#333;
}

/**Start Deploy 970 grid if screen less than 1420px**/
@media only screen and (max-width: 1420px)
{
	
	/*.divider-3-5-4,
	.divider-7-5,
	.divider-6-6,
	.divider-3-3,
	.divider-3-3-3,
	.divider-3-3-3-3,
	.divider-4-3-3 {
		background: none;
	}
	*/
	
	/** Main Grid **/
	.divider-6-3-3 { background: transparent url(../img/core/grid/divider-md-6-3-3.gif) left top repeat-y; }
	.divider-3-3-6 { background: transparent url(../img/core/grid/divider-md-3-3-6.gif) left top repeat-y; }
	.divider-7-3-2 { background: transparent url(../img/core/grid/divider-md-7-3-2.gif) left top repeat-y; }
	.divider-6-6 { background: transparent url(../img/core/grid/divider-md-6-6.gif) left top repeat-y; }
	.divider-7-5 { background: transparent url(../img/core/grid/divider-md-7-5.gif) left top repeat-y; }
	.divider-md-7-5.divider-8-4 { background: transparent url(../img/core/grid/divider-md-7-5.gif) left top repeat-y; }
	.divider-8-4 { background: transparent url(../img/core/grid/divider-md-8-4.gif) left top repeat-y; }
	.divider-4-3-3 { background: transparent url(../img/core/grid/divider-md-4-3-3.gif) 0 top repeat-y; }
	.divider-3-3-3-3 { background: transparent url(../img/core/grid/divider-md-3-3-3-3.gif) left top repeat-y; }
	.divider-4-4-4 { background: transparent url(../img/core/grid/divider-md-4-4-4.gif) left top repeat-y; }
	.divider-2-2-2-2-2-2 { background: transparent url(../img/core/grid/divider-md-2-2-2-2-2-2.gif) left top repeat-y; }
	.divider-5-5 { background: transparent url(../img/core/grid/divider-5-5.gif) -83px top repeat-y; }
	.divider-5-5 .divider-3-3 { background: transparent url(../img/core/grid/divider-3-3.gif) -93px top repeat-y; }	
	/** Inside Grid **/
	.divider-7-5 .divider-4-3 { background: transparent url(../img/core/grid/divider-md-7-5-4-3.gif) 3px top repeat-y; }
	.divider-7-5 .divider-3-3 { background: transparent url(../img/core/grid/divider-md-7-5-3-3.gif) -560px top repeat-y; }
	.divider-6-6 .divider-3-3 { background: transparent url(../img/core/grid/divider-md-7-5-3-3.gif) -555px top repeat-y; }
	.divider-md-7-5 .divider-4-3 { background: transparent url(../img/core/grid/divider-md-7-5-3-3.gif) -515px top repeat-y; }
	
	.nv .navbar-default .navbar-nav > li > a {
		font-size: 12px;
		line-height: 11px;
		padding: 20px 11px;
	}

	.navbar-nav .open .dropdown-menu > li > a{
			font-size: 12px;
			line-height: 11px;
			padding: 20px 11px;	
		
	}	
		
	.hd .info .currency {
		/*display: none;*/
	}
	
	.nv .navbar-default .navbar-nav > .active > a {
		padding-bottom: 20px;
	}
	
	.bd {
		/*padding-top: 84px;*/
	}
	
	.article-page h1, .article-page h2, article p, article h2, article h3, article h4, .article-page .article-meta-2 {
		padding-left: 250px;
		padding-right: 50px;
	}
	
	.team {
		padding-left: 150px;
		padding-right: 150px;
	}
	
	.feed {
		padding-left: 150px;
		padding-right: 150px;
	}
	
	.article-page h1, .article-page h2 {
		clear: both;
	}
	
	.article-page .article-meta {
		display: none;
	}
	
	.article-page .section-name {
		position: absolute;
		width: auto;
	}
	
	.article-page .author-box {
		left: 0;
	}
	.unit-slideshow .carousel-inner{
		min-height: 380px;
	}	
	.slideshow-picture img {
		width: 100%;
		height: auto;
	}
	
	article .awsm {
		margin-left: -150px !important;
	}
	
	.featured-pictures a:nth-child(2) .gallery-cover-link img,
	.featured-pictures a:nth-child(3) .gallery-cover-link img,
	.featured-pictures a:nth-child(4) .gallery-cover-link img {
		width: 115px;
		height: 115px;
	}
	
	.featured-pictures a:nth-child(5) .gallery-cover-link {
		display: none;
	}
	
	.featured-pictures .gallery-cover-link {
		margin-bottom: 5px;
	}

}


@media only screen and (max-width: 1210px)
{
	.awsm.skinner.visible-lg.visible-md {
		display: none !important;
	}
}

@media only screen and (max-width: 1024px)
{
	.featured-pictures a:nth-child(5) .gallery-cover-link {
		display: none !important;
	}
	
	.featured-pictures a:first-child .gallery-cover-link img {
		width: 410px !important;
	}
	
	.featured-pictures .gallery-cover-link {
		margin-bottom: 5px;
	}

}

@media only screen and (width: 768px)
{
	.featured-pictures a:first-child .gallery-cover-link img {
		width: 560px !important;
	}
	
	.featured-pictures a:nth-child(2) .gallery-cover-link img,
	.featured-pictures a:nth-child(3) .gallery-cover-link img,
	.featured-pictures a:nth-child(4) .gallery-cover-link img,
	.featured-pictures a:nth-child(5) .gallery-cover-link img {
		width: 185px;
		height: 185px;
	}
}

/**Start Deploy 720 (SM) grid if screen less than 992px**/
@media only screen and (max-width: 992px)
{

	/*.hd h1 a {
		background: transparent url('../img/core/hd/logo-sm.png') no-repeat 15.5px 15px;
		box-sizing: content-box;
		float: left;
		height: 18px;
		text-indent: -99999px;
		padding: 17px;
		margin: 0;
		width: 276px;
	}*/
	
	/** Main Grid **/
	.row {
		background: none !important;
	}
	
	.heading.awsm {
		top: 65px;
	}
	
	.hd .info,
	.hd .tool {
		display: none;
	}
	
	.mobile-logo {
		display: block !important;
		margin-left: 15px !important;
	}
	
	.navbar-default .navbar-toggle {
		margin-top: 10px !important;
	}
	
	.navbar-nav li a {
		padding: 15px !important;
	}
	
	.nv .navbar-default {
/*		background: #0072C6;
		
		background: -moz-linear-gradient(top,  #0072C6 0%, #1e79cc 100%); /* FF3.6+ *!/
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0072C6), color-stop(100%,#1e79cc)); /* Chrome,Safari4+ *!/
		background: -webkit-linear-gradient(top,  #0072C6 0%,#1e79cc 100%); /* Chrome10+,Safari5.1+ *!/
		background: -o-linear-gradient(top,  #0072C6 0%,#1e79cc 100%); /* Opera 11.10+ *!/
		background: -ms-linear-gradient(top,  #0072C6 0%,#1e79cc 100%); /* IE10+ *!/
		background: linear-gradient(to bottom,  #0072C6 0%,#1e79cc 100%); /* W3C *!/
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072C6', endColorstr='#1e79cc',GradientType=0 ); /* IE6-9 *!/*/
		position: fixed;
		padding-top: 0;
		width: 100%;
	}
	
	.nv .navbar-default .navbar-nav > .active > a {
		border-left: none;
		border-right: none;
		background: rgba(251, 153, 27, 0.25);
	}
	
	.bd {
		padding-top: 40px;
	}
	
	.block {
		border-bottom: none;
		padding-bottom: 0;
	}
	
	.block .heading {
		/*margin-bottom: 0;*/
	}
	
	.block .col {
	}
	
	.block.featured {
		padding-top: 70px;
	}
	
	.article-page {
		padding-top: 70px;
	}
	
	.gallery.block {
		border-bottom: 1px solid #ccc;
	}
	
	.block .col .unit:first-child {
		padding-top: 20px;
	}
	
	.block .col .unit:last-child {
		border-bottom: 1px solid #ccc !important;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.block .col + .col .heading {
		padding-top: 30px;
	}
	
	.unit h3 {
		font-size: 16px;
	}
	
	.unit-primary h3 {
		font-size: 32px;
	}
	
	.unit-secondary h3 {
		font-size: 20px;
	}
	
	.news-list .news-list-row:first-child .unit {
		border-top: 1px solid #ddd;
	}
	
	.editors-pick .unit img {
		float: left;
		margin-right: 10px;
	}
	
	.most-read .row .col:first-child .unit {
		background: #fff url(../img/core/mostread-count.png) no-repeat right 5px;
	}
	
	.most-read .row .col:nth-child(2) .unit {
		background: #fff url(../img/core/mostread-count.png) no-repeat right -204px;
	}
	
	.most-read .row .col:nth-child(3) .unit {
		background: #fff url(../img/core/mostread-count.png) no-repeat right -404px;
	}
	
	.most-read .row .col:nth-child(4) .unit {
		background: #fff url(../img/core/mostread-count.png) no-repeat right -605px;
	}
	
	.most-read .row .col:nth-child(5) .unit {
		background: #fff url(../img/core/mostread-count.png) no-repeat right -805px;
	}
	
	.most-read .row .col:nth-child(6) .unit {
		background: #fff url(../img/core/mostread-count.png) no-repeat right -1004px;
	}
	
	.article-page h1, .article-page h2, article p, article h2, article h3, article h4, .article-page .article-meta-2 {
		padding-left: 0;
		padding-right: 0;
	}
	
	article ul {
		padding-left: 20px;
	}
	
	article blockquote {
		margin: 0 0 19px;
	}
	
	.article-page h1, .article-page h2 {
		font-size: 32px;
	}
	
	.team {
		padding-left: 0;
		padding-right: 0;
	}
	
	.feed {
		padding-left: 0;
		padding-right: 0;
	}
	
	.article-page .section-name {
		position: relative !important;
	}
	
	.article-page .sharing .heading {
		display: none;
	}
	
	.article-page .more-from-topic .heading,
	.article-page .more-from-section .heading,
	.article-page .comments .heading {
		border-bottom: 1px solid #ccc;
		padding-bottom: 20px;
	}
	
	.article-page .comments .heading {
		margin-bottom: 20px;
	}
	
	.article-page .more-from-topic .heading p,
	.article-page .more-from-section .heading p,
	.article-page .comments .heading p {
		text-align: left;
	}
	
	.article-page article .awsm {
		margin-left: 0 !important;
	}
	
	.author-box {
		position: relative !important;
		margin-bottom: 15px !important;
		width: auto !important;
	}
	
	.dont-miss {
		display: none;
	}
	
	.block .unit {
		min-height: 120px;
	}
	
	.most-read .unit {
		min-height: 130px !important;
		max-height: 130px !important;
	}
	
	.most-read .unit h3 {
		font-size: 14px;
	}
	
	.ft .wrap {
		text-align: center;
	}
	
	.ft .links,
	.ft .social {
		float: none;
	}
	
	.search {
		margin: 60px auto 0;
	} 
	.unit-slideshow .carousel-inner .slideshow-picture{
		float: none;
	}
	.slideshow-picture img {
		width: 100%;
		height: auto;
	}
	
	.featured-pictures a:nth-child(2) .gallery-cover-link img,
	.featured-pictures a:nth-child(3) .gallery-cover-link img,
	.featured-pictures a:nth-child(4) .gallery-cover-link img,
	.featured-pictures a:nth-child(5) .gallery-cover-link img {
		width: 150px;
		height: 150px;
	}
	
	.gallery-picture {
		width: auto;
	}
	
	.block .unit {
		min-height: 40px !important;
	}
}

@media only screen and (max-width: 500px)
{
	.unit-primary h3 {
		font-size: 24px;
	}
	
	.article-page article .awsm {
		float: none !important;
		display: block;
		text-align: center;
		margin-bottom: 20px;
		margin-left: 0 !important;
	}
	
	.featured-pictures a:nth-child(2),
	.featured-pictures a:nth-child(3),
	.featured-pictures a:nth-child(4),
	.featured-pictures a:nth-child(5) {
		display: none !important;
	}
	
	.unit-slideshow .carousel-inner li {
		position: relative;
		height:auto
	}
	.unit-slideshow .carousel-inner .slideshow-picture {
		float: none;
		margin-right: 0;
	}
	
	
	.unit-slideshow .slideshow-picture iframe {
		width: 100%;
	}
	
	.block .unit {
		min-height: 40px !important;
	}
	
	.block.featured {
	padding-top: 30px;
	}
	
	.article-page {
		padding-top: 0;
	}
	
	.most-read .unit {
		min-height: 130px !important;
	}
	#local-picker{
	    position: relative;
	    width: 100%;
	    left:0;
	    top:20px;	
	
	}	
}