.home-page {
	margin-top: -3em;
	
}



/* CHARTS *********************************************************************/

/* See chart_tabs/style.css */

.tab-sets div[class^="col"] {
	margin: 0 0 1.8em 0;
	/* padding-left: 0;
	padding-right: 0; */
}



/* NEWS ITEMS *****************************************************************/

.news-headline {
	display: flex;
	font-size: 0.85em;
	margin: 0 0 0.8em 0;
}

.news-headline span.news-time, .news-headline a {
	display: block;
	white-space: nowrap;
}

.news-headline span.news-time span {
	color: #255680;
	font-weight: bold;
}

.news-headline a, .news-headline span:last-child {
	white-space: normal;
	padding: 0 0 0 0.4em;
}

/* MOST VIEWED ****************************************************************/

.home-most-viewed div[class^="col"] {
	padding: 0.2em;
	cursor: pointer;
}

.home-most-viewed .row {
	margin-bottom: 0;
}

.well {
	background: #D7D7D7;
	padding: 1.2em 1em;
	height: 100%;
}

.well h3 {
	font-size: 1em;
	letter-spacing: 0.1em;
	font-weight: bold;
}

.well .price {
	font-size: 1.2em;
}

.well .percent-views {
	font-size: 1em;
}


/* HOME ***********************************************************************/

.full-btn.btn-secondary {
	font-size: 0.8em;
	font-weight: bold;
	margin: 1em 0;
	background: #D7D7D7 !important;
	border-color: #D7D7D7 !important;
	color: #333;
}

.full-btn {
	width: 100%;
}

.full-btn:hover {
	color: #ed1941;
	background: #EEE !important;
	border-color: #EEE !important;
}

.full-btn i {
	display: inline-block;
	margin: 0 0 0 1em;
}

.divider {
	border-top: 1px solid #999;
	margin: 1em 0;
}

.home-page h2 {
	/* margin: 1em 0 1em 0; */
}

/* EQ *************************************************************************/

.eq {
	overflow: hidden;
}

/* BTN ************************************************************************/

.full-btn {
	border-radius: 0;
	font-size: 0.8em;
	margin-bottom: 3em;
}

/* SPOTS **********************************************************************/

.spots-quick-links {
	margin: 0 0 2em 0;
	display: flex;
	background: #d7d7d7;
	overflow: hidden;
}


.spots-quick-links a {
	display: block;
	flex: 1;
	text-align: center;
	padding: 0.9em 0.2em;
	font-size: 0.6em;
	font-weight: bold;
	white-space: nowrap;
	border-right: 1px solid #ccc;
}

.spots-quick-links a:last-child {
	border-right: none;
}

/* VIEWS **********************************************************************/

.cycle-slideshow {
	width: 100%;
	height: 183px;
	overflow: hidden;
}

.numbertext {
	position: absolute;
	width: 100%;
	z-index: 9999;
	background: #000;
	text-align: center;
	top: 25%;
	padding: 2em 2em;
}

.numbertext a {
	color: #fff;
}

.numbertext a:hover {
	color: #fff;
}

.slide {
	overflow: hidden;
	height: 100%;
	width: 100%;
	position: relative;
	background-size: cover;
	background-position: bottom right;
}

.cycle-prev, .cycle-next {
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	font-size: 1em;
	left: 0.5em;
	color: #fff;
	z-index: 999;
	cursor: pointer;
}

.cycle-next {
	left: inherit;
	right: 0.5em;
}

.trading-btn .btn a {
	color: #fff;
}

.trading-btn .btn:hover {
	background-color: #ec1941 !important;
	border-color: #ec1941 !important;
}

/* ALL SHARE PERFORMANCE  *****************************************************/

.tab-sets .row {
	margin: 0;
}

.tab-sets .all-share-performance div[class^="col"] {
	margin: 0;
}

.all-share-performance h3 {
	font-size: 0.8em;
	font-weight: bold;
}

.all-share-performance h3 span {
	font-weight: normal;
}

.all-share-performance .table td {
	padding: 0.2em;
}

.all-share-performance .table {
	margin-bottom: 0;
}

/* SHARENET DAILY *************************************************************/

.sharenet-daily {
	padding: 0;
}

.sharenet-daily-box {
	border: 1px solid #eee;
	padding: 2em;
}

.sharenet-daily img {
	width: 100%;
}

.sharenet-daily h4 {
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	margin: 1em 0;
	color: #255680;
}

.sharenet-daily p {
	font-weight: bold;
}

.sharenet-daily-btn {
	background: #ed1941 !important;
	border-color: 1px solid #ed1941 !important;
	color: #fff;
	border: 1px solid #ed1941 !important;
	margin-bottom: 0;
}

/* MARKET CALENDAR ************************************************************/

.bs .market-calendar {
	max-height: 300px;
}


/* HOME HEADINGS SHIFT ********************************************************/

.bs .home-page h2 {
	margin-top: 1em;
}



/* SM ***/
@media screen and (min-width: 576px) {
	.chart-box .nav-tabs li {
		font-size: 0.7em;
	}

	/* Home Heading Hacks */
	.home-sa-business-news h2, .market-calendar h2, .sharenet-daily, .home-dividends2 h2, .home-projected-dividends h2, .home-upcoming-agms h2 {
		margin-top: 1em;
	}

}

/* MD ***/
@media screen and (min-width: 768px) {

	.row.spots-views {
		margin-top: 2em;
	}

	/* Home Heading Hacks */
	.home-projected-dividends h2, .home-dividends2 h2, .home-upcoming-agms h2 {
		margin-top: 1em;
	}

	.sharenet-daily-btn {
		position: relative;
		top: -3px;
	}

	.chart-box .nav-tabs li .nav-link {
		padding: 0.2em 0.3em;
	}

	.cycle-slideshow {
		height: 172px;
	}

}

/* LG ***/
@media screen and (min-width: 992px) {
	.home-most-viewed div[class^="col"]:first-of-type {
		padding-left: 0;
	}

	.home-most-viewed div[class^="col"]:last-of-type {
		padding-right: 0;
	}

	.well {
		padding: 0.9em;
	}

	.well .price {
		font-size: 1em;
	}

	.chart-box .nav-tabs li .nav-link {
		padding: 0.2em 0.4em;
	}

	.chart-tabs-viewport {
		padding: 1.3em 0;
	}

	.sharenet-daily-box {
		padding: 1.25em 1em;
	}

	.sharenet-daily h4 {
		font-size: 1.1em;
	}

	.sharenet-daily p {
		font-size: 0.8em;
	}

	/* Home Heading Hacks */
	.home-projected-dividends h2, .sharenet-daily, .market-calendar h2 {
		margin-top: 0;
	}

	.home-dividends2 h2, .home-upcoming-agms h2 {
		margin-top: 1em;
	}

	.home-page {
		margin-top: 0;
	}
	
	.cycle-slideshow {
		height: 183px;
	}

	.spots-quick-links a {
		padding: 1em 0.3em;
		font-size: 0.6em;
	}
}


/* XL ***/
@media screen and (min-width: 1200px) {
	.well .price {
		font-size: 1.2em;
	}

	.chart-tabs-viewport {
		padding: 1.35em 1em;
	}

	.home-spot-prices .table td {
		font-size: 1.1em;
	}

	.sharenet-daily-box {
		padding: 1.7em 1em;
	}

	.sharenet-daily h4 {
		font-size: 1.3em;
	}

	.sharenet-daily p {
		margin: 0;
		font-size: 0.9em;
	}

	.chart-box .nav-tabs li .nav-link {
		padding: 0.2em 0.6em;
	}

	.spots-quick-links a {
		padding: 0.9em;
		font-size: 0.7em;
	}

	.cycle-slideshow {
		height: 212px;
	}

}

/* TINY ***/
@media screen and (max-width: 320px) {
}



@-moz-document url-prefix() {

	@media screen and (min-width: 576px) {
		.cycle-slideshow {
			height: 200px;
		}
	}

	@media screen and (min-width: 768px) {
		.cycle-slideshow {
			height: 170px;
		}
	}

	@media screen and (min-width: 992px) {
		.cycle-slideshow {
			height: 198px;
		}
	}		


	@media screen and (min-width: 1200px) {
		.cycle-slideshow {
			height: 220px;
		}
	}

}