@charset "utf-8";
/* CSS Document */

body
{
  
   font-family: open sans,sans-serif;
   line-height: 1.6;
   font-size: 15px;
   font-weight:400;
   color: #383838;
}
a
{
	text-decoration:none;color:#feb300;
}
a:hover
{
	text-decoration:none;color:#e90202;
}
.button, .btn-primary, .ClsButton, .size{
    color: #ffffff!important;
    border-width: 0px!important;    
    border-radius: 0px;
    letter-spacing: .2em!important;
    font-size: 15px !important;
    font-family: open sans,sans-serif !important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: #feb300 !important;
	transition: all .3s ease 0s;
	padding: .8em 2.1em!important;
    line-height: 1.42857143 !important;
	min-width: 120px;
    display: inline-block;
	outline:none;height: auto !important;
}
.button:hover, .btn-primary:hover, .ClsButton:hover, .size:hover
{
	 background-color: #e90202 !important;
}
#stockinfo-wrapper, #bursa-wrapper, #reports-wrapper, #newsalert-wrapper
{
	margin-bottom:55px;
}
#stockinfo-wrapper h3, #bursa-wrapper h3, #reports-wrapper h3, #newsalert-wrapper h3, #ircontact-wrapper h3
{
	font-family: open sans;
    color: #000;
    font-weight: 700;
    margin:0px 0px 30px 0px;
	position:relative;
	font-size:30px;
	display: inline-block;
	text-transform:uppercase;
}
#stockinfo-wrapper h3::after, #bursa-wrapper h3::after, #reports-wrapper h3::after, #newsalert-wrapper h3::after, #ircontact-wrapper h3::after {
    content: '';
    display: block;
    height: 2px;
    width: 32%;
    margin-top: 30px;   
	background-color: red;
}

#stockinfo-wrapper .stockinfobg-wrapper
{
	background-color:#efefef;	
	border:1px solid #999999;
	padding:24px;
}
#stockinfo-wrapper .stockinfobg-wrapper .row
{
	margin-bottom:20px;
}
#stockinfo-wrapper .stockinfobg-wrapper h4
{
	font-size:24px;color:#000000;font-weight:bold;
	margin: 0px 0px 10px 0px;
}
#stockinfo-wrapper .stockinfobg-wrapper .stockprice
{
	font-size: 60px;
    line-height: 65px;
    font-weight: bold;  
	display:inline-block;	 
}
#stockinfo-wrapper .stockinfobg-wrapper .stockprice sub
{
	font-size: 24px;
    line-height: 24px;bottom: 1px;
    padding-right: 8px;
	font-weight: 400; color: #000;
}
#stockinfo-wrapper .stockinfobg-wrapper .stockprice span
{
	font-size: 24px;font-weight: 400;line-height: 30px;
    padding-left: 12px;display: inline-block;
    vertical-align: middle;
}
#stockinfo-wrapper .stockinfobg-wrapper .stockprice .priceUp 
{
	color: #4ec002 !important;
}
#stockinfo-wrapper .stockinfobg-wrapper .stockprice .priceDown 
{
	color: #ff4b4b !important;
}

#stockinfo-wrapper .stockinfobg-wrapper .stockdetails
{
	
}
#stockinfo-wrapper .stockinfobg-wrapper .stocklist {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
	text-align:right;
	width: 24.33%;
    float: left;
    padding: 8px 12px;
    border-right: 1px solid #bdbcbc;
}
#stockinfo-wrapper .stockinfobg-wrapper .stocklist:last-child
{
	border:none;
}
#stockinfo-wrapper .stockinfobg-wrapper .stocklist:first-child, #stockinfo-wrapper .stockinfobg-wrapper .stocklist:nth-child(2)
{
	
}
#stockinfo-wrapper .stockinfobg-wrapper .stocklist:nth-child(3), #stockinfo-wrapper .stockinfobg-wrapper .stocklist:nth-child(4)
{
	
}
#stockinfo-wrapper .stockinfobg-wrapper .stocklist:nth-child(2) span
{
	color:#4ec002;
}
#stockinfo-wrapper .stockinfobg-wrapper .stocklist:nth-child(3) span
{
	color:#ff4b4b;
}
#stockinfo-wrapper .stockinfobg-wrapper .stocklist span
{
	font-size: 30px;
    line-height: 34px;
    font-weight: bold !important;
    display: block;  
}
#stockinfo-wrapper .eod {
    color: #000;
    margin-top: 11px;
    float: right !important;
    font-size: 14px;
    width: auto;  
}

#bursa-wrapper, #newsalert-wrapper, #ircontact-wrapper
{
	position:relative;
}
 .image-bg
{
	max-width: 95rem;
    min-height: 40rem;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 11%);
    box-shadow: 0 0 10px rgb(0 0 0 / 11%);
}
 .image-bg img
{
	/*height: 40rem;*/
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
 .textbox
{
    width: 100%;
    padding: 3rem 40px;
    background: #efefef;
    position: relative;	
}
 .textbox::before {
    content: '';
    position: absolute;
    min-height: 1px;
    top: 0;
    left: 0;
    height: .9rem;
    width: 100%;
    background-color: #feb300;
}
#bursa-wrapper .medianews-wrapper
{
	font-size: 15px;
    color: #000;
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #bdbcbc;
}
#bursa-wrapper  div.medianews-wrapper:after
{
	content:'';
	 display:table;
	 clear:both;
}
#bursa-wrapper .textbox  div.medianews-wrapper:last-of-type
{
	border:none;padding:0px; margin-bottom:22px;
}
#bursa-wrapper .medianews-date-wrapper {
    text-align: center;
    width: 20%;
    height: 68px;
    background: #feb300;
    float: left;
    display: table;
    padding: 3px 8px;
    line-height: 22px;
    color: #000;
    margin-bottom: 0px;
    min-height: 68px;
}
#bursa-wrapper .medianews-date-wrapper span
{
	display: block;
    font-size: 22px;
    line-height: 16px;
    font-weight: bold;
}
#bursa-wrapper .medianews-title-wrapper {
   
    float: left;
    display: table;
    height: 68px;
    width: 80%;
	background: transparent;
}
#bursa-wrapper .medianews-title {   
    font-weight: normal;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 0px 0px 15px;
    line-height: 18px;    height: 100%;
}
#bursa-wrapper .medianews-title a
{
	color:#000;
	
}
#bursa-wrapper .medianews-title a:hover
{
      color:#e90202 !important;                
}
#bursa-wrapper .image-bg img
{
  height:560px;	
}
#newsalert-wrapper .image-bg img
{
	height:462px;
}
#ircontact-wrapper .image-bg img
{
	height:462px;
}


#reports-wrapper .reports-box
{
  padding: 40px 15px;text-align:center;height:100%;
  background-color:	#fff;max-width:96%;
  -moz-box-shadow: 0 0 11px #e1e1e1;
  -webkit-box-shadow: 0 0 11px #e1e1e1;
  box-shadow: 0 0 11px #e1e1e1;margin:0 auto;
}
#reports-wrapper .reports-box h5
{
	margin: 24px 0px 40px 0px;color: #000; font-weight:bold;
	font-size:20px;line-height:24px;min-height: 55px;
	
}
#reports-wrapper .reports-box .button
{
	min-width:180px;
}
#reports-wrapper .reports-box .button:first-of-type
{
	margin: 0px 0px 12px 0px;
}

#newsalert-wrapper input[type="text"]
{
	background-color: #fff;
	padding:10px 15px;		
	border-radius:0px;
	color:#444 !important;font-size:15px;
	outline:none;	
	margin-bottom:15px;border: 1px solid #999999;
    width: 100%;
    font-weight: 400;
}
#newsalert-wrapper  .button
{
	margin:15px 18px 0px 0px;
}
#newsalert-wrapper p{
    
   line-height:22px;margin-bottom:25px;color:#000;
}
#newsalert-wrapper a
{
  font-weight:600;
  padding-bottom:2px;text-transform:uppercase;
   letter-spacing:1px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;  
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;  
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;  
}
:-moz-placeholder { /* Firefox 18- */
 color: #000;  
}
input-placeholder { 
  color: #000;  
}


#ircontact-wrapper p:first-of-type
{
    line-height: 22px;
    margin-bottom: 25px;
    color: #000;
}
#ircontact-wrapper .phone-icon, #ircontact-wrapper .mail-icon, #ircontact-wrapper .user-icon
{
	font-size: 16px;
    font-weight: bold;
    display: block;
    color: #000;margin:12px 0px 0px 0px;
}
#ircontact-wrapper .user-icon strong
{
	font-size:24px;font-weight: bold;display:inline-block;vertical-align:top;
	    line-height: 24px;
}
#ircontact-wrapper .user-icon span
{
	font-size:16px;font-weight:400;color:#000;    display: block;
	    line-height: 18px;
    padding-top: 3px;
}
#ircontact-wrapper .mail-icon
{
	display:block;
}
#ircontact-wrapper .mail-icon a
{
	 color:#000;
}
#ircontact-wrapper .mail-icon a:hover
{
	color: #e90202;
}
#ircontact-wrapper .phone-icon:before, #ircontact-wrapper .mail-icon:before, #ircontact-wrapper .user-icon:before
{   
    content: "";   
	width: 35px;height: 25px;display: inline-block;
    vertical-align: middle;margin-right: 8px;
	background-repeat:no-repeat;
}
#ircontact-wrapper .phone-icon:before
{	
    background-image: url(../images/call-icon.png);    
}
#ircontact-wrapper .mail-icon:before
{
	background-image: url(../images/mail-icon.png);
    
}
#ircontact-wrapper .user-icon:before
{	
    background-image: url(../images/user-icon.png);
}
#ircontact-wrapper .textbox.rightbox {
     min-height: 402px;
}
/*==========  Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px)
 {
	 
 }
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) 
{
 
}
@media (min-width: 992px)
{
  .image-bg
   {
	margin: auto;
    margin-left: 0;
   }
   .right-image
   {
	   margin: auto;
       margin-right: 0;
   }    
   .textbox
   {
	  max-width: 45rem;
      position: absolute;
      top: 50%;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%); 
   }
    .rightbox
   {
	 right: 0;  
   }
    .leftbox
   {
	 left: 0;  
   }
   .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
 } 
}
@media (max-width: 991px) 
{
	.news-box, #reports-wrapper .reports-box
	{
		max-width:100%;width:100%;
	}
	#reports-wrapper .row .col-lg-3:first-child .reports-box, #reports-wrapper .row .col-lg-3:nth-child(2) .reports-box
	{
		margin-bottom:30px !important;
	}
	#stockinfo-wrapper .stockprice
	{
		font-size:45px;line-height:50px;
	}
	#stockinfo-wrapper .stockprice span
	{
		font-size:20px;line-height:24px;
	}
	#stockinfo-wrapper .stockprice sub
	{
		 font-size:18px;line-height:18px;
	}
	.stockname
	{
		font-size:24px;
	}
	#bursa-wrapper .image-bg img, #newsalert-wrapper .image-bg img, #ircontact-wrapper .image-bg img {
      height: 410px;
    }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) 
{
	
	
	
  
}
@media (min-width: 768px)
{
 
 
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) 
{
  .stockname
  {
	  margin-top:25px;
  }
  .news-box, #reports-wrapper .reports-box
  {
	  margin-bottom:30px !important;
  }
   .news-box, #reports-wrapper .row .col-lg-3:last-child .reports-box
   {
	   margin-bottom:0px !important;
   }
  #bursa-wrapper .col-lg-4:last-child .news-box, #press-wrapper .col-lg-4:last-child .news-box,  #reports-wrapper .row:last-child .col-lg-4:last-child .reports-box
  {
	  margin-bottom:0px;
  } 
  #reports-wrapper .row:first-of-type
  {
	  margin-bottom:0px;
  }
  #newsalert-wrapper .container div
  {
	  display:block;width:100%;
  }
  #newsalert-wrapper .container div:first-of-type
  {
	  margin-right:0px;
  }
  #stockinfo-wrapper .stockinfobg-wrapper .stocklist
  {
	  width:50%;text-align:center;
  }
  #stockinfo-wrapper .stockinfobg-wrapper .stocklist:nth-child(2)
  {
	  border:none;
  }
	
}
/* Portrait phones and smaller */
@media (max-width: 480px) 
{
  #stockinfo-wrapper .eod
  {
	display: block;
    float: none !important;
    margin-top: 20px;
  }
  .stocklist h3
	{
		display:block;margin-top:12px;text-align:center;
	}
	.stocklist div
	{
		padding:20px 10px;
	}
	#newsalert-wrapper a
	{
		display:block;margin-top:20px;
	}
}
/* Portrait i phones and smaller */
@media (max-width: 380px) 
{
	#stockinfo-wrapper .stockinfobg-wrapper .stocklist
	{
		width:100%;text-align:center;border:0px;margin: 5px 0px;
	}
	#stockinfo-wrapper h3, #bursa-wrapper h3, #reports-wrapper h3, #newsalert-wrapper h3, #ircontact-wrapper h3
	{
		font-size:26px;line-height:32px;
	}
}


