@charset "utf-8";
/* CSS Document */
body
{
	
    font-family: 'Lato', sans-serif;
    background: #ffffff;font-size: 15px;
    line-height: 23px;font-weight: 300;
    letter-spacing: 0px;-webkit-font-smoothing: antialiased;
	color:#000;
}
a
{
  color:#dd3333;	text-decoration:none;
}
a:hover
{
	color:#dd3333;
}
a:focus, a:hover, a:active
{
	text-decoration: none;outline:none;   
}
a:focus, a:hover, input:focus, input:acticve, img
{
	outline:none;
}
h3
{
	text-transform: none;
    letter-spacing: 0px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;margin:0px;
	padding-bottom:15px;position:relative;
	margin-bottom:20px;
}
h3:after
{
	content: "";
    background-color: #dd3333;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 75px;
    height: 2px;
}

.note-text{
	color:#dd3333;
}
.inner-contnt3:hover .note-text{
	color:#fff;
}

/*.note-text:hover{
	color:#fff !important;
}*/

#reportsinfo-wrapper, #bursasec-wrapper, #newsalert-wrapper, #contact-wrapper
{
	margin-top:30px;
}
.morebutton, .btn-primary, .ClsButton, .size
{	
    outline: none;height: auto !important; font-family: inherit !important;
    width:auto !important; text-align:center;
	vertical-align:middle;overflow:hidden;padding: 10px 15px !important;
    font-size: 12px !important;line-height:20px !important;
	display: inline-block;outline: none !important;background-color:#dd3333;color: #fff !important; min-width: 110px;
	border:0px;font-weight: 600;opacity: 1;position: relative;margin-bottom:10px;
	border-radius: 4px!important; box-shadow: none;
    -webkit-border-radius: 4px!important;   
    -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), 
	transform .45s cubic-bezier(0.25, 1, 0.33, 1), 
	border-color .45s cubic-bezier(0.25, 1, 0.33, 1), 
	color .45s cubic-bezier(0.25, 1, 0.33, 1), 
	background-color .45s cubic-bezier(0.25, 1, 0.33, 1), 
	box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), 
	transform .45s cubic-bezier(0.25, 1, 0.33, 1), 
	border-color .45s cubic-bezier(0.25, 1, 0.33, 1), 
	color .45s cubic-bezier(0.25, 1, 0.33, 1), 
	background-color .45s cubic-bezier(0.25, 1, 0.33, 1), 
	box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}
.viewbutton {
   margin-top: 0px;display: inline-block;font-family: inherit !important;
   color:#dd3333;font-weight: 600;font-size: 14px;line-height: 14px;
}
.morebutton:hover, .btn-primary:hover, .ClsButton:hover, .size:hover
{
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16)!important;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}



#stockinfo-wrapper .stockborder
{
	border: 1px solid #ddd;
    text-align: center;
    padding: 24px;
    height: 100%;
}
#stockinfo-wrapper .stockname {
    text-transform: uppercase;
    font-weight: 700;
    color: #dd3333;
    margin-bottom: 4px;
}
#stockinfo-wrapper .stockprice
{
	font-size:55px;line-height:62px;
	font-weight:900;
}
#stockinfo-wrapper .stockprice sub
{
	font-size: 30px;
    line-height: 30px;bottom: 2px;
    padding-right: 3px;
}
#stockinfo-wrapper .stockprice span
{
	font-size: 30px;font-weight: 400;line-height: 30px;
    display:block;margin-top:3px;
}
#stockinfo-wrapper .stockprice .priceUp span
{
	color: #038103 !important;
}
#stockinfo-wrapper .stockprice .priceDown span
{
	color: #eb2828 !important;
}
.stockdetails-wrapper div 
{
    width: 49%;
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    font-weight: 900;
}
.stockdetails-wrapper div span
{
	 display:block;text-transform: uppercase;padding-bottom:2px;
	 font-size:14px;line-height:16px; font-weight:700;
}
.stockdetails-wrapper
{
	margin:12px 0px;
}
.stockdetails-wrapper div
{
	margin:6px 0px;
}
#stockinfo-wrapper p
{
	color:#848484;font-size:14px;
	margin: 10px 0px 20px;
}
#stockinfo-wrapper  .morebutton
{
	margin-bottom:0px;
}
/*#stockinfo-wrapper .stockprice .priceDown:before
{
  background-image:url(../images/arrowdown.png);
}
#stockinfo-wrapper .stockprice .priceUp:before
{
  background-image:url(../images/arrowup.png);	
}
#stockinfo-wrapper .stockprice .priceDown:before, #stockinfo-wrapper .stockprice .priceUp:before {
   content: "";width: 26px;height:30px;margin-right:1px;
   display:inline-block;vertical-align:middle;	
   background-repeat:no-repeat;
}*/


#reportsinfo-wrapper .col-lg-4 div
{
	text-align:center;
}
#reportsinfo-wrapper .col-lg-4 div img
{
	margin:0 auto;
}
#reportsinfo-wrapper .col-lg-4 div h4
{
	font-size:20px;line-height:24px;margin:12px 0px 14px;
	font-weight:700;
}
#reportsinfo-wrapper .morebutton
{
	margin:0px 15px 0px 0px;
}
#reportsinfo-wrapper .col-lg-4:last-child .morebutton
{
	margin:0px;
}


#bursasec-wrapper
{
  background-color:#efefef;
  padding:30px 0px; min-height:300px;
  width: 1px; min-width: 100%;
}
#bursasec-wrapper .announcements-slider {
    width: 96%;
    margin: 0 auto;
}
#bursasec-wrapper  .news-wrapper
{
	border: 2px solid #8c8c8c;
    text-align: left;
    margin: 0px 10px;
    padding: 20px;
}
#bursasec-wrapper  .news-wrapper p
{
	 color: #dd3333;font-weight: 400;font-size: 14px;
}
#bursasec-wrapper  .news-wrapper a
{
	font-weight:400;color:#000;
}

#bursasec-wrapper .announcements-slider .slick-dots
{
	position:inherit;
}
#bursasec-wrapper .morebutton
{
	margin:30px 0px 0px;
}

#newsalert-wrapper .morebutton
{
	margin-right:15px;vertical-align:middle;
}
#newsalert-wrapper #ctl00_cphContent_pnlSubscribe div
{
    display: inline-block;
    width: 48%;
}
#newsalert-wrapper #ctl00_cphContent_pnlSubscribe div:last-child {
    margin-top: 30px;
    width: 100%;
}
#newsalert-wrapper #ctl00_cphContent_pnlSubscribe div:first-of-type
 {
    margin-right: 20px !important;
}
#newsalert-wrapper input[type="text"] {
    background-color: #fff;
    padding: 10px 20px !important;
    color: #b3afaf;font-weight: 400;
    outline: none;width:100%;
    border-radius: 4px !important;
    border: 1px solid #b3b2b2;
}
#newsalert-wrapper p, #contact-wrapper p
{
	font-weight:500;margin-bottom:18px;
}

#contact-wrapper
{
	background:url(../images/ircontact-bg.jpg) no-repeat center;
	padding:30px 0px;background-size:cover;
}
.contact-name
{
	font-size: 22px;
    margin-bottom: 15px;
    line-height: 26px;
    font-weight: 600;
    color: #dd3333;
}
.contact-name span
{
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.phone-icon, .mail-icon, .fax-icon
{
  font-size: 17px;
  font-weight: 600;position:relative;
  padding-left:26px;margin: 06px 0px;
}
.mail-icon
{
	margin-bottom:0px;
}
.mail-icon a
{
	text-decoration:underline !important; color:#dd3333;
}
.phone-icon:before, .mail-icon:before, .fax-icon:before {
    font-family: 'FontAwesome';   
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    font-style:normal;min-width:20px;
    text-align: center;
	position: absolute;
    top: 0;
    left: 0; color: #dd3333;
}
.phone-icon:before {
     content: "\f095";
}
.mail-icon:before {
     content: "\f0e0";
}
.fax-icon:before
{
	 content: "\f1ac";
}
@media (min-width: 1200px)
{
  
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) 
{
	
}

@media (max-width: 991px)
{

}
@media (min-width: 768px)
{
 .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
 }
 .col-centered {
    display: inline-block;
    float: none !important;  
  }
  .row-centered {
    text-align: center !important;
 }
}
@media (max-width: 767px)
{
	#reportsinfo-wrapper .col-lg-4 div
	{
		margin:20px 0px;
	}
	#newsalert-wrapper #ctl00_cphContent_pnlSubscribe div, #newsalert-wrapper div
	{
		width:100%;
	}
	#newsalert-wrapper #ctl00_cphContent_pnlSubscribe div:first-of-type, #newsalert-wrapper div:first-of-type
	{
		margin:0px 0px 10px 0px !important;
	}
	#bursasec-wrapper .announcements-slider
	{
	  width:94%;
	}
  
}

@media (max-width: 480px) 
{
	#bursasec-wrapper .announcements-slider
	{
	  width:88%;
	}
}
