@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700');

body
{
	background-color:transparent;
}
.container {
    margin-right: auto;
    margin-left: 0;
    width: 100%;  
	line-height:20px;  
    /*padding: 0px 20px;*/
	font-family: 'Noto Sans', sans-serif;
}
/********to hide padding for col**********/
.animated  [class*="col-"]:nth-child(2n)
{
	padding-left:0px;padding-right:8px;
}
.animated  [class*="col-"]:nth-child(2n+1)
{
	padding-right:0px;padding-left:8px;
}
@media (max-width:767px)
{
	.animated  [class*="col-"]:nth-child(n)
{
	padding:0px;
}
}
/********end css to hide padding**********/
.stockTitle
{	
	font-size:25px;
	line-height:26px;	
	color:#bf950f;
	margin-bottom:20px;	
}
.date_news_row {
    border-bottom: 1px dashed #dcd6d3;
}

/***********Bursa Announcements and press releases css***/
.news-section
{
	margin-top:35px;
}
.date_news_row 
{
	/*margin-top:05px;
	margin-bottom:20px;
	padding-bottom:4px;
	border-bottom:1px dashed #f0ebe9;*/
    border-bottom: 1px dashed #dcd6d3;
}

.date_news_row:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
.date-img
{
	min-height:60px;
	min-width:60px;
	background:#d1ae30;
	padding:15px;
	text-align:center;
    border-radius: 30px;
}
@media (max-width:767px)
{
	.date-img
	{
		display:block;
	}
}
.date-img img
{
	margin-right:22px;
}
.date-month
{
	line-height:16px;
}
.date
{
	font-size:20px;color:#fff;text-align:center;
}
.month
{
	font-size:11px;color:#fff;text-align:center;
}

.newstext{
	margin-left:80px;
	display:block;
	height:70px;
}

.newstext p a{
	height:70px;
	display: table-cell;
	vertical-align:middle;
}

.newstext a, .bursaNews a
{
	color:#282828;
	width:100%;
	
}
.newstext a:hover
{
	color:#001e63;
}
.newstext
{
	min-height:58px;
}
.view-more
{
	color: #bf950f !important;
	border:none;font-size:14px;
	outline:none;padding:2px 20px;
	float:left;
	border:1px solid #bf950f;
}
.view-more:after {
    content: "\f105";
    font-family: FontAwesome;
    padding-left: 10px;
	font-size:16px;vertical-align:middle;	
}
.view-more, .view-more:hover
{
	color:#fff ;
	text-decoration:none;
}

/******end News section*****/





/**********stocquote css*************/
.bursa-wrapper{
	width:100%;	
	margin-bottom:20px;
}

.bursaDate{
	text-align:center;	
	width:15%;
	height:100px;
	background:#8e7946;
	color:#fff;
	float:left;
}

.bursanews-Date{
	font-size:20px;
	line-height:22px;
	padding-top:30px;
	
}

.bursanews-month{
	font-size:15px;
	text-transform:uppercase;
	
}

.bursaNews{
	background:rgba(173,134,46,0.08);
	float:left;
	display:block;
	height:100px;
	width:85%;
}

.medianews-publisher{
	font-size:14px;
	font-weight:bold;
	color:#b0975f;
}

.bursaNews a{
	font-size: 14px;
    font-weight: normal;
    margin: 0px 25px 0px 25px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 20px;
}

.media-wrapper{
	margin:20px 0px;	
}





/** stockquote **/
.stockquotes-ir{
	
	
	color:#fff;
	     font-family: "Lato", Arial, Tahoma, sans-serif;
}

.stockquotes-ir .stock-title{
	font-size:32px;
	line-height:32px;
	padding-bottom:15px;
}

.stockquotes-ir .stock-name{
	font-size:22px;
	line-height:0px;
}

.stockquotes-ir .stock-name span{
	font-size:13px;	
	letter-spacing:6px;
}

.stockquotes-ir .stock-label{
	font-size:13px;
	letter-spacing:2px;
	    
	line-height:20px;
	padding:10px 0px;
}

.stockquotes-ir .stock-label span{
	letter-spacing:0px;	
}

.stock-price{
	font-size:22px;
	letter-spacing:3px;
}
.stock-price span{
	font-size:16px;
}	

.stock-price span.price-up{
	color:#009900; 
}

.stock-price span.price-down{
	color:#fe0000;
}

@media (max-width: 1024px) {
	
	.stockquotes-ir{	  
		text-align:center;
	}
	
	.stockquotes-ir .stock-title{
		font-size:30px;
		padding-bottom:20px;
		padding-top:10px;
	}
	
	.stockquotes-ir .stock-name{
		font-size:30px;
		line-height:0px;
		padding-bottom:15px;
	}
	
	.stockquotes-ir .stock-name span{
		font-size:15px;	
		letter-spacing:6px;
	}
	
	.stockquotes-ir .stock-label{
		font-size:15px;
		letter-spacing:2px;
		
		margin-top:10px;	
		line-height:15px;	
	}
	
	.stockquotes-ir .stock-label span{
		letter-spacing:0px;	
		display:block;
	}

	.stock-price{
		font-size:20px;
		letter-spacing:3px;
		padding-top:5px;
	}
	.stock-price span{
		font-size:20px;
	}
	
}

@media (max-width:560px){
	.stockquotes-ir{
		
		text-align:center;
	}
	
	.stockquotes-ir .stock-title{
		font-size:40px;
		padding-bottom:15px;
	}
	
	.stockquotes-ir .stock-name{
		font-size:30px;
		line-height:0px;
		padding-bottom:15px;
	}
	
	.stockquotes-ir .stock-name span{
		font-size:15px;	
		letter-spacing:6px;
	}
	
	.stockquotes-ir .stock-label{
		font-size:15px;
		letter-spacing:2px;
		
		margin-top:20px;
		margin-bottom:5px;
	}

	.stock-price{
		font-size:30px;
		letter-spacing:3px;
	}
	.stock-price span{
		font-size:25px;
	}

}

.quoteSource{
	margin-top:18px;
	border-top:1px solid #7f7f7d;
	border-bottom:1px solid #7f7f7d;
	padding: 3px 0x 5px 0px;
	font-size:12px;
	color:#ccc;
}

.stockQuoteType{
	border-top:1px solid #eee;
	padding-top:15px;
	margin-top:25px;
	font-size:12px;
	color:#fff;
	
	text-align:center;
	letter-spacing:2px;
}



@media (max-width:480px)
{
  .stockTitle
{	
	font-size:14px;
	line-height:20px;	
	
}
.view-more {
   
    font-size: 12px !important;
	padding: 2px 8px;
    
}
.bursaDate {
    text-align: center;
    width: 14%;
    height: 57px;
    background: #8e7946;
    color: #fff;
    float: left;
}

.bursanews-Date
	{
		font-size:14px;
		padding-top: 6px;
	}
	.bursanews-month {
      font-size: 14px;
    
}
.bursaNews a{
	font-size: 11px;   
    padding: 10px 10px;
	height:0;
}

@media (max-width:320px){
	
	.bursaDate {
    text-align: center;
    width: 20%;
    height: 57px;
    background: #8e7946;
    color: #fff;
    float: left;
}

.bursaNews {
    background: rgba(173,134,46,0.08);
    float: left;
    display: block;
    height: 100px;
    width: 79%;
}
	
}
  
}