@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Alte Haas Grotesk';
    src: url('../fonts/AlteHaasGrotesk_Bold.eot');
    src: url('../fonts/AlteHaasGrotesk_Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AlteHaasGrotesk_Bold.woff2') format('woff2'),
        url('../fonts/AlteHaasGrotesk_Bold.woff') format('woff'),
        url('../fonts/AlteHaasGrotesk_Bold.ttf') format('truetype'),
        url('../fonts/AlteHaasGrotesk_Bold.svg#AlteHaasGrotesk_Bold') format('svg');
    font-weight: bold;
    font-style: normal;
   
}

@font-face {
    font-family: 'Alte Haas Grotesk';
    src: url('../fonts/AlteHaasGrotesk.eot');
    src: url('../fonts/AlteHaasGrotesk.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AlteHaasGrotesk.woff2') format('woff2'),
        url('../fonts/AlteHaasGrotesk.woff') format('woff'),
        url('../fonts/AlteHaasGrotesk.ttf') format('truetype'),
        url('../fonts/AlteHaasGrotesk.svg#AlteHaasGrotesk') format('svg');
    font-weight: normal;
    font-style: normal;
    
}

@font-face {
    font-family: 'Arial';
    src: url('../fonts/Arial-BoldMT.eot');
    src: url('../fonts/Arial-BoldMT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Arial-BoldMT.woff2') format('woff2'),
        url('../fonts/Arial-BoldMT.woff') format('woff'),
        url('../fonts/Arial-BoldMT.ttf') format('truetype'),
        url('../fonts/Arial-BoldMT.svg#Arial-BoldMT') format('svg');
    font-weight: bold;
    font-style: normal;
    
}

@font-face {
    font-family: 'Arial';
    src: url('../fonts/Arial-ItalicMT.eot');
    src: url('../fonts/Arial-ItalicMT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Arial-ItalicMT.woff2') format('woff2'),
        url('../fonts/Arial-ItalicMT.woff') format('woff'),
        url('../fonts/Arial-ItalicMT.ttf') format('truetype'),
        url('../fonts/Arial-ItalicMT.svg#Arial-ItalicMT') format('svg');
    font-weight: normal;
    font-style: italic;
   
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Bold.eot');
    src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Bold.woff2') format('woff2'),
        url('../fonts/MyriadPro-Bold.woff') format('woff'),
        url('../fonts/MyriadPro-Bold.ttf') format('truetype'),
        url('../fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    
}

@font-face {
    font-family: 'Arial';
    src: url('../fonts/ArialMT.eot');
    src: url('../fonts/ArialMT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArialMT.woff2') format('woff2'),
        url('../fonts/ArialMT.woff') format('woff'),
        url('../fonts/ArialMT.ttf') format('truetype'),
        url('../fonts/ArialMT.svg#ArialMT') format('svg');
    font-weight: normal;
    font-style: normal;
    
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff'),
        url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
        url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    
}


body{
	font-family: 'Arial';
	font-size:16px;
	color:#2d2d2d;
}
.mb15{
	margin-bottom:15px !important;
}
.mb20{
	margin-bottom:20px !important;
}
.mb-30{
	margin-bottom:30px !important;
}
.mb-50{
	margin-bottom:50px !important;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border:none;
    border-radius: 0px;
}

.btn-primary {
    color: #fff;
    background-color: #2d68b3;
    border-color: #2d68b3;
}
.btn-primary:hover{
    color: #fff;
    background-color: #fb7203;
    border-color: #fb7203;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
	 color: #fff;
    background-color: #fb7203;
    border-color: #fb7203;
	outline:none;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #fb7203;
    border-color: #fb7203;
}

.vm-btn, a.vm-btn {
    font-family: 'Arial';
    font-weight: bold;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    background: #2f6eb6;
    border-radius: 50px;
    padding: 8px 30px;
   
	text-align:center;
	display:inline-block;
	text-decoration:none;
	border:none;
	outline:none;
	
}

a{
	color:#2d2d2d;
}
a:hover{
	color:#fb7203;
}

/*===================================================
INTRO SECTION
=====================================================*/
.sec-2, .sec-3, .sec-4{
	float:left;
	width:100%;
	margin-bottom:100px;
}
.sec-1{
	float:left;
	width:100%;
	margin-bottom:50px;
}
.home-intro{
	margin-bottom:73px;
}
.home-intro p{
	font-family: 'Arial';
	font-size:15px;
	line-height:24px;
	font-weight:normal;
	color:#000;
	text-align:justify;
}




/*===================================================
inner button section
=====================================================*/
.mbcntnr{
	margin-bottom:50px;
}
.in-menu-bg-sec{
	display:block;
	background:#f99f1c;
	border-radius:30px;
	padding:10px 30px;
	text-align:center;
	position:relative;
}
.in-menu-icon{
	display:block;
	margin:0 auto;
	width:145px;
	height:145px;
}

.in-menu-title-sec{
	font-family: 'Arial';
	font-size:19px;
	line-height:19px;
	float:left;
	background:#9c7d51;
	opacity:0.9;
	
	padding:10px 20px;
	text-align:center;
	position:absolute;
	bottom:0;
	left:15px;
	right:15px;
}

.in-menu-title-sec p{
	font-family: 'Arial';
	font-size:12px;
	line-height:16px;
	color:#fff;
	margin-bottom:0;
}


/*=========================================================
BURSA ANNOUNCEMENTS AND PRICE TICKER SECTION STARTS HERE
===========================================================*/
.ba-sec{
	float:left;
	width:100%;
	
}

.ba-sec .title h3{
	font-family: 'Arial';
	font-size:12px;
	line-height:16px;
	color:#000;
	text-transform:inherit;
	margin-bottom:39px;
	margin-top:20px;
	font-weight:bold;
}

.ba-item{
	float:left;
	width:100%;
	margin-bottom:15px;
	
}

.ba-date-sec{
	font-family: 'Myriad Pro';
	float:left;
	width:14%;
	padding:20px 25px;
	background:#f99f1c;
	/*margin-top:11px;
	margin-bottom:11px;*/
	margin-right:11px;
}
.ba-date{
	font-family: 'Myriad Pro';
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	color:#000;
	margin-bottom:8px;
	width:100%;
	display:block;
	text-align:center;
}

.ba-month{
	font-family: 'Myriad Pro';
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	color:#000;
	width:100%;
	display:block;
	text-align:center;
}
.ba-news-sec{
	float:left;
	width:82%;
	min-height:79px;
	border-bottom:1px dotted #c1c1c1;
	display:table;
}
.ba-news-sec a{
	font-family: 'Alte Haas Grotesk';
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	color:#5e5d5f;
	display:table-cell;
	vertical-align:middle;
	padding-left:35px;
	padding-right:35px;
}
.ba-news-sec a:hover{
	background:#f3f3f3;
}

.ba-news-sec a p{
	font-family: 'Alte Haas Grotesk';
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	color:#5e5d5f;
	display:table-cell;
	vertical-align:middle;
	padding-left:35px;
	padding-right:35px;
	
}
.view-all{
	float:left;
	width:100%;
	margin-top:6px;
	text-align:left;
}
.view-all a{
	font-family: 'Arial';
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	color:#000;
	padding-right:15px;
	padding-top:15px;
	display: block;
}


.ptk-title-sec{
	float:left;
	width:39%;
	margin-right:1%;
	margin-bottom:23px;
}
.stkprc-sec{
	float:left;
	width:59%;
	margin-bottom:23px;
	text-align:right;
}


.price-ticker{
	float: left;
    background: #fff;
    width: 100%;
    min-height: 395px;
    padding: 20px 20px;
    border: 1px solid #2d68b3;

}


.price-ticker .title h3{
	font-family: 'Arial';
	/*font-family: 'Myriad Pro';*/
	font-size:32px;
	line-height:32px;
	color:#2d68b3;
	text-transform:inherit;

	font-weight:bold;
	margin-top: 0;
	margin-bottom:0;
	
}






.stk-price{
	float: left;
	width: 100%;
	font-family: 'Arial';
	font-size: 36px;
	line-height:36px;
	font-weight: bold;
	color: #2d2d2d;
	
}

.stk-price span{
	font-family: 'Arial';
	font-size: 21px;
	line-height: 21px;
	font-weight:normal;
	color: #2d2d2d;
}


.PriceDown, .PriceDown span{
	color: #a11d21;
	
}

.PriceDown:before{
	content: url(../images/price-down.png);
	display: inline-block;
	width: 22px;
	height: 18px;
	margin-right: 10px;
}


.priceUp, .priceUp span{
	color: #0e783d;
	
}
.priceUp:before{
	content: url(../images/price-up.png);
	display: inline-block;
	width: 22px;
	height: 18px;
	margin-right: 10px;
}

.ohlv-sec{
	float:left;
	width:100%;
	margin-bottom:32px;
}

.ohlv-box{
	
	text-align:left;
	
}


.open, .high, .low, .vol{
	font-family: 'Arial';
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #2d2d2d;
	
}

.high{
	color: #0e783d;
}
.low{
	color: #a11d21;
}

.open span, .high span, .low span, .vol span{
	font-family: 'Arial';
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #2d2d2d;
	display: inline-block;
	margin-bottom: 10px;
	
}


.plgl-calc{
	float: left;
	width: 100%;
}

.plgl-calc a{
	float: right;
	padding:15px 20px;
	background: #2d68b3;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	text-decoration: none;
	margin-top: 16px;
}
.graph{
	float:left;
	width:100%;
	margin-bottom:32px;
}

.stk-rm{
	float:left;
	width:50%;
}
.stk-rm a{
	font-family: 'Arial';
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #2d2d2d;
	text-transform:uppercase;
	
}
.eot{
	float: left;
	width: 50%;
	font-family: 'Arial';
	font-size: 14px;
	line-height: 14px;
	color: #2d2d2d;
	font-weight: bold;
	
	text-align:right;
}


/*=========================================================
NEWS ALERTS SECTION CSS STARTS HERE
===========================================================*/

.news-alert{
	float: left;
	width: 100%;
}
.news-alert .title h3{
	font-family: 'Arial';
	font-size:15px;
	line-height:18px;
	color:#000;
	text-transform:inherit;
	margin-bottom:39px;
	font-weight:bold;
	margin-top:0;
}

.nl-intro{
	font-family: 'Arial';
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: 22px;
	color: #000;
	font-weight: normal;
	margin-bottom: 48px;
}


.form-control {
    display: block;
    width: 100%;
    height: 49px;
    padding: 6px 12px;
    font-size: 15px;
	font-weight:bold;
	
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 2px solid #f99f1c;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(249,159,28,.075);
    box-shadow: inset 0 1px 1px rgba(249,159,28,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input[type="text"]{
	color:rgba(0,0,0,0.5)
}

.btn-cont{
	margin-top: 20px;
}

.nl-sub {
	float: right;
	
	font-size:12px;
	line-height: 22px;
	color:#fff;
	margin-left:0;
	border:none;
	outline:none;
	font-weight:bold;
	
}
.btn-cont p, a.pp-link {font-family: 'Arial';
	font-size:12px;
	line-height: 22px;
	color:#000;
	text-decoration:none;
	text-transform: inherit;
	display:inline-block;
	font-weight:bold;
	
}
/*=========================================================
IR CONTACT SECTION CSS STARTS HERE
===========================================================*/
.sec-4{
	background:url(../images/ir-contact-bg.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
}
.ir-contact-sec{
	float: left;
	width: 100%;
	padding: 53px 57px;
	/*background: #f99f1c;*/
	min-height: 430px;
	
}

.ir-contact-sec .title h3{
	font-family: 'Arial';
	font-size:15px;
	line-height:25px;
	color:#fff;
	text-transform:inherit;
	margin-bottom:45px;
	font-weight:bold;
}

.irc-intro{
	font-family: 'Arial';
	font-size:15px;
	line-height:25px;
	color:#fff;
	text-transform:inherit;
	margin-bottom:45px;
	font-weight:normal;
	
}

.ir-cp{
	font-family: 'Arial';
	font-size:15px;
	line-height:25px;
	color:#fff;
	text-transform:inherit;
	margin-bottom:32px;
	font-weight:normal;
	
}
.ir-cp span{
	font-family: 'Arial';
	font-size:15px;
	line-height:25px;
	color:#fff;
	
	font-weight:bold;
	
}

.tel{
		font-family: 'Arial';
	font-size:15px;
	line-height:25px;
	color:#fff;
	text-transform:inherit;
	margin-bottom:17px;
	font-weight:normal;
	
}
.email, .email a{
		font-family: 'Arial';
	font-size:15px;
	line-height:25px;
	color:#fff;
	text-transform:inherit;
	margin-bottom:17px;
	font-weight:normal;
	
}

/*=========================================================
MEDIA QUERIES STARTS HERE
===========================================================*/




/* Large desktops and laptops */
@media (min-width: 1200px){
	.ptk-title-sec{
	float:left;
	width:44%;
	margin-right:1%;
	margin-bottom:23px;
}
.stkprc-sec{
	float:left;
	width:55%;
	margin-bottom:23px;
	text-align:right;
}


.price-ticker{
	float: left;
    background: #fff;
    width: 100%;
    min-height: 395px;
    padding: 20px 20px;
    border: 1px solid #2d68b3;

}


.price-ticker .title h3{
	font-family: 'Arial';
	/*font-family: 'Myriad Pro';*/
	font-size:32px;
	line-height:32px;
	color:#2d68b3;
	text-transform:inherit;

	font-weight:bold;
	margin-top: 0;
	margin-bottom:0;
	
}






.stk-price{
	float: left;
	width: 100%;
	font-family: 'Arial';
	font-size: 32px;
	line-height:32px;
	font-weight: bold;
	color: #2d2d2d;
	
}

.stk-price span{
	font-family: 'Arial';
	font-size: 21px;
	line-height: 21px;
	font-weight:normal;
	color: #2d2d2d;
	margin-left:5px;
}


.priceDown, .priceDown span{
	color: #a11d21;
	
}

.priceDown:before{
	content: url(../images/price-down.png);
	display: inline-block;
	width: 20px;
	height: 17px;
	margin-right: 5px;
}


.priceUp, .priceUp span{
	color: #0e783d;
	
}
.priceUp:before{
	content: url(../images/price-up.png);
	display: inline-block;
	width: 20px;
	height: 17px;
	margin-right: 5px;
}

.ohlv-sec{
	float:left;
	width:100%;
	margin-bottom:32px;
}

.ohlv-box{
	
	text-align:center;
	
}


.open, .high, .low, .vol{
	font-family: 'Arial';
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #2d2d2d;
	
}

.high{
	color: #0e783d;
}
.low{
	color: #a11d21;
}

.open span, .high span, .low span, .vol span{
	font-family: 'Arial';
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #2d2d2d;
	display: inline-block;
	margin-bottom: 10px;
	
}


.plgl-calc{
	float: left;
	width: 100%;
}

.plgl-calc a{
	float: right;
	padding:15px 20px;
	background: #2d68b3;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	text-decoration: none;
	margin-top: 16px;
}
.graph{
	float:left;
	width:100%;
	margin-bottom:32px;
}

.stk-rm{
	float:left;
	width:50%;
}
.stk-rm a{
	font-family: 'Arial';
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #2d2d2d;
	text-transform:uppercase;
	
}
.eot{
	float: left;
	width: 50%;
	font-family: 'Arial';
	font-size: 14px;
	line-height: 14px;
	color: #2d2d2d;
	font-weight: bold;
	
	text-align:right;
}
	
	
 }


/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px){
.ba-sec .title h3 {
    font-family: 'Arial';
    font-size: 28px;
    line-height: 28px;
    color: #000;
    text-transform: inherit;
    margin-bottom: 39px;
    font-weight: bold;
}
.price-ticker .title h3 {
    /* font-family: 'Arial'; */
    font-family: 'Arial';
    font-size: 28px;
    line-height: 28px;
    color: #2d68b3;
    text-transform: inherit;
    margin-bottom: 30px;
    font-weight: bold;
    margin-top: 0;
}
.news-alert .title h3 {
    font-family: 'Arial';
    font-size: 28px;
    line-height: 28px;
    color: #000;
    text-transform: inherit;
    margin-bottom: 39px;
    font-weight: bold;
}
.ir-contact-sec .title h3 {
    font-family: 'Arial';
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    text-transform: inherit;
    margin-bottom: 45px;
    font-weight: bold;
}	
	
	.ptk-title-sec{
	float:left;
	width:48%;
	margin-right:1%;
	margin-bottom:23px;
}
.stkprc-sec{
	float:left;
	width:51%;
	margin-bottom:23px;
	text-align:right;
}
.stk-price {
    float: left;
    width: 100%;
    font-family: 'Arial';
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    color: #000;
}
.stk-price span {
    font-family: 'Arial';
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    color: #000;
}
.open span, .high span, .low span, .vol span {
    font-family: 'Arial';
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #2d2d2d;
    display: inline-block;
    margin-bottom: 10px;
    display: block;
}	
}


/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px){
	
.ba-sec .title h3 {
    font-family: 'Arial';
    font-size: 26px;
    line-height: 26px;
    color: #000;
    text-transform: inherit;
    margin-bottom: 39px;
    font-weight: bold;
}
.price-ticker .title h3 {
    /* font-family: 'Arial'; */
     font-family: 'Arial';
    font-size: 26px;
    line-height: 26px;
    color: #2d68b3;
    text-transform: inherit;
    margin-bottom: 30px;
    font-weight: bold;
    margin-top: 0;
}
.news-alert .title h3 {
    font-family: 'Arial';
    font-size: 26px;
    line-height: 26px;
    color: #000;
    text-transform: inherit;
    margin-bottom: 39px;
    font-weight: bold;
}
.ir-contact-sec .title h3 {
    font-family: 'Arial';
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    text-transform: inherit;
    margin-bottom: 45px;
    font-weight: bold;
}
	
	
	
.home-intro p {
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
    color: #000;
}
.ba-sec .title h3 {
    font-family: 'Arial';
    font-size: 26px;
    line-height: 26px;
    color: #000;
    text-transform: inherit;
    margin-bottom: 39px;
    font-weight: bold;
}

.ptk-title-sec {
    float: left;
    width: 100%;
    margin-right: 0%;
     margin-bottom: 0; 
}
.stkprc-sec {
    float: left;
    width: 100%;
    margin-bottom: 23px;
    text-align: left;
}
	
.ba-date-sec {
    font-family: 'Myriad Pro';
    float: left;
    width: 24%;
    padding: 20px 25px;
    background: #f99f1c;
    margin-top: 11px;
    margin-bottom: 11px;
    margin-right: 11px;
}
.ba-news-sec a {
    font-family: 'Alte Haas Grotesk';
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #5e5d5f;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
}

.ba-news-sec {
    float: left;
    width: 68%;
    min-height: 100px;
    border-bottom: 1px dotted #c1c1c1;
}
.ba-news-sec a p {
    font-family: 'Alte Haas Grotesk';
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #5e5d5f;
    display: table-cell;
    vertical-align: middle;
    padding-left: 35px;
    padding-right: 35px;
}
.plgl-calc a {
    float: right;
    padding: 15px 20px;
    background: #2d68b3;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    margin-top: 16px;
}
.view-all a {
    font-family: 'Arial';
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #000;
    padding-left: 171px;
    padding-top: 15px;
    display: block;
}	
	
.price-ticker {
    float: left;
   
    width: 100%;
    min-height: 395px;
    padding: 20px 20px;
}
	
.nl-intro {
    font-family: 'Arial';
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    color: #000;
    font-weight: normal;
    margin-bottom: 48px;
}
	
a.pp-link {
    font-family: 'Arial';
    font-size: 24px;
    line-height: 24px;
    color: #000;
    text-decoration: none;
    text-transform: inherit;
}
	
.vm-btn, a.vm-btn {
    font-family: 'Arial';
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    background: #2f6eb6;
    border-radius: 50px;
    padding: 14px 47px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}
	
.irc-intro {
    font-family: 'Arial';
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    text-transform: inherit;
    margin-bottom: 45px;
    font-weight: normal;
}
.ir-cp {
    font-family: 'Arial';
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    text-transform: inherit;
    margin-bottom: 32px;
    font-weight: normal;
}
.tel {
    font-family: 'Arial';
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    text-transform: inherit;
    margin-bottom: 17px;
    font-weight: normal;
}
.email, .email a {
    font-family: 'Arial';
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    text-transform: inherit;
    margin-bottom: 17px;
    font-weight: normal;
}	
	
	
}


/* Landscape phones and portrait tablets */
@media (max-width: 767px){

.sec-2, .sec-3, .sec-4 {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.sec-1{
	 float: left;
    width: 100%;
    margin-bottom: 0px;
}
.home-intro p {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    color: #000;
}
.ba-sec {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.price-ticker .title h3 {
    /* font-family: 'Arial'; */
    font-family: 'Arial';
    font-size: 32px;
    line-height: 32px;
    color: #2d68b3;
    text-transform: inherit;
    margin-bottom: 30px;
    font-weight: normal;
    margin-top: 0;
    text-align: center;
}
.eot {
    float: left;
    width: 100%;
    /* font-family: 'Alte Haas Grotesk'; */
    /* font-family: 'Arial'; */
    font-family: 'Myriad Pro';
    font-size: 16px;
    line-height: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 32px;
    text-align: left;
}
.stk-price {
    float: left;
    width: 100%;
    font-family: 'Arial';
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    
    margin-bottom: 40px;
    text-align: center;
}
.ohlv-box {
    margin-bottom: 26px;
    text-align: center;
}
.nl-intro {
    font-family: 'Arial';
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: normal;
    margin-bottom: 48px;
}
a.pp-link {
    font-family: 'Arial';
    font-size: 20px;
    line-height: 30px;
    color: #000;
    text-decoration: none;
    text-transform: inherit;
}	
.vm-btn, a.vm-btn {
    font-family: 'Arial';
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    background: #2f6eb6;
    border-radius: 50px;
    padding: 10px 40px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}	
.irc-intro {
    font-family: 'Arial';
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-transform: inherit;
    margin-bottom: 45px;
    font-weight: normal;
}
	
.ir-cp span {
    font-family: 'Arial';
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
}	
.ir-cp {
    font-family: 'Arial';
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-transform: inherit;
    margin-bottom: 32px;
    font-weight: normal;
}	
	
.tel {
    font-family: 'Arial';
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-transform: inherit;
    margin-bottom: 17px;
    font-weight: normal;
}
.email, .email a {
    font-family: 'Arial';
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-transform: inherit;
    margin-bottom: 17px;
    font-weight: normal;
}	
	
}


/* Portrait phones and smaller */
@media (max-width: 480px){

.ba-date-sec {
    font-family: 'Myriad Pro';
    float: left;
    width: 14%;
    padding: 20px 9px;
    background: #f99f1c;
    margin-top: 11px;
    margin-bottom: 11px;
    margin-right: 11px;
}
.ptk-title-sec {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
}
.stkprc-sec {
    float: left;
    width: 100%;
    margin-bottom: 23px;
    text-align: center;
}

	
.nl-sub {
    float: left;
    
    margin-top: 20px;
}
.ir-contact-sec {
    float: left;
    width: 100%;
    padding: 30px 30px;
  
    min-height: 430px;
}	
	
}

/* Portrait i phones and smaller */
@media (max-width: 414px){
	

.priceDown, .priceDown span{
	color: #a11d21;
	
}




.priceUp, .priceUp span{
	color: #70bf44;
	
}

	
	
	
.ba-sec .title h3 {
    font-family: 'Arial';
    font-size: 26px;
    line-height: 26px;
    color: #000;
    text-transform: inherit;
    margin-bottom: 39px;
    font-weight: bold;
}
.price-ticker .title h3 {
     font-family: 'Arial'; 
   
    font-size: 26px;
    line-height: 26px;
    color: #2d68b3;
    text-transform: inherit;
    margin-bottom: 30px;
    font-weight: bold;
    margin-top: 0;
    text-align: center;
}	
	
	
.ba-date-sec {
    font-family: 'Myriad Pro';
    float: left;
    width: 16%;
    padding: 20px 9px;
    background: #f99f1c;
    margin-top: 11px;
    margin-bottom: 11px;
    margin-right: 11px;
}	
.ba-news-sec {
    float: left;
    width: 80%;
    min-height: 100px;
    border-bottom: 1px dotted #c1c1c1;
}
.plgl-calc a {
    float: right;
    padding: 15px 20px;
    background: #2d68b3;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    margin-top: 16px;
}

.news-alert .title h3 {
    font-family: 'Arial';
    font-size: 26px;
    line-height: 26px;
    color: #000;
    text-transform: inherit;
    margin-bottom: 39px;
    font-weight: bold;
}	
	
a.pp-link {
    font-family: 'Arial';
    font-size: 18px;
    line-height: 18px;
    color: #000;
    text-decoration: none;
    text-transform: inherit;
}
	
.irc-intro {
    font-family: 'Arial';
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-transform: inherit;
    margin-bottom: 45px;
    font-weight: normal;
}
	
.ir-cp span {
    font-family: 'Arial';
   font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
}	
.ir-cp {
    font-family: 'Arial';
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-transform: inherit;
    margin-bottom: 32px;
    font-weight: normal;
}	
	
.tel {
    font-family: 'Arial';
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-transform: inherit;
    margin-bottom: 17px;
    font-weight: normal;
}
.email, .email a {
    font-family: 'Arial';
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-transform: inherit;
    margin-bottom: 17px;
    font-weight: normal;
}		
	
.ir-contact-sec .title h3 {
    font-family: 'Arial';
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    text-transform: inherit;
    margin-bottom: 45px;
    font-weight: bold;
}	
	
}

/* Portrait i phones and smaller */
@media (max-width: 360px){
.ba-sec .title h3 {
    font-family: 'Arial';
    font-size: 22px;
    line-height: 22px;
    color: #000;
    text-transform: inherit;
    margin-bottom: 39px;
    font-weight: bold;
}

.price-ticker {
    float: left;
  
    width: 100%;
    min-height: 395px;
    padding: 20px 20px;
}	
	
.price-ticker .title h3 {
     font-family: 'Arial'; 
   
    font-size: 22px;
    line-height: 22px;
    color:#2d68b3;
    text-transform: inherit;
    margin-bottom: 30px;
    font-weight: bold;
    margin-top: 0;
    text-align: center;
}
.price-ticker .title h3 span {
    /* font-family: 'Arial'; */
    font-family: 'Myriad Pro';
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-transform: inherit;
    margin-bottom: 30px;
    font-weight: normal;
}
.plgl-calc a {
    float: right;
    padding: 15px 20px;
    background: #2d68b3;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    margin-top: 16px;
}	
	
.news-alert .title h3 {
    font-family: 'Arial';
    font-size: 22px;
    line-height: 22px;
    color: #000;
    text-transform: inherit;
    margin-bottom: 39px;
    font-weight: bold;
}		
	
.ir-contact-sec .title h3 {
    font-family: 'Arial';
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    text-transform: inherit;
    margin-bottom: 45px;
    font-weight: bold;
}
	
a.pp-link {
    font-family: 'Arial';
    font-size: 16px;
    line-height: 16px;
    color: #000;
    text-decoration: none;
    text-transform: inherit;
	font-weight: bold;
}

.ir-contact-sec {
    float: left;
    width: 100%;
    padding: 22px 22px;
   
    min-height: 430px;
}	
	
.ir-cp span {
    font-family: 'Arial';
   font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: bold;
}	
.ir-cp {
    font-family: 'Arial';
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-transform: inherit;
    margin-bottom: 32px;
    font-weight: normal;
}	
	
.tel {
    font-family: 'Arial';
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-transform: inherit;
    margin-bottom: 17px;
    font-weight: normal;
}
.email, .email a {
    font-family: 'Arial';
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-transform: inherit;
    margin-bottom: 17px;
    font-weight: normal;
}	
	
	
}

/* Portrait i phones and smaller */
@media (max-width: 320px){
	
.ba-sec .title h3 {
    font-family: 'Arial';
    font-size: 20px;
    line-height: 20px;
    color: #000;
    text-transform: inherit;
    margin-bottom: 39px;
    font-weight: bold;
}
.price-ticker .title h3 {
    /* font-family: 'Arial'; */
    font-family: 'Myriad Pro';
   font-size: 20px;
    line-height: 20px;
    color: #fff;
    text-transform: inherit;
    margin-bottom: 30px;
    font-weight: normal;
    margin-top: 0;
}
.news-alert .title h3 {
    font-family: 'Arial';
    font-size: 20px;
    line-height: 20px;
    color: #000;
    text-transform: inherit;
    margin-bottom: 39px;
    font-weight: bold;
}
.ir-contact-sec .title h3 {
    font-family: 'Arial';
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    text-transform: inherit;
    margin-bottom: 45px;
    font-weight: bold;
}
	
.home-intro p {
    font-size: 18px;
    line-height: 25px;
    font-weight: normal;
    color: #000;
}
.nl-intro {
    font-family: 'Arial';
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    font-weight: normal;
    margin-bottom: 48px;
}
	
.ba-date-sec {
    font-family: 'Myriad Pro';
    float: left;
    width: 21%;
    padding: 20px 9px;
    background: #f99f1c;
    margin-top: 11px;
    margin-bottom: 11px;
    margin-right: 11px;
}
	
.ba-news-sec {
    float: left;
    width: 73%;
    min-height: 100px;
    border-bottom: 1px dotted #c1c1c1;
}	
.ba-news-sec a p {
    font-family: 'Alte Haas Grotesk';
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #5e5d5f;
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 0px;
}
	
.view-all a {
    font-family: 'Arial';
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #000;
    padding-left: 103px;
    padding-top: 15px;
    display: block;
}
	
.plgl-calc a {
    float: right;
    padding: 15px 15px;
    background: #2d68b3;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    margin-top: 16px;
}
a.pp-link {
    font-family: 'Arial';
    font-size: 14px;
    line-height: 16px;
    color: #000;
    text-decoration: none;
    text-transform: inherit;
    font-weight: normal;
}
	
.vm-btn, a.vm-btn {
    font-family: 'Arial';
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    background: #2f6eb6;
    border-radius: 50px;
    padding: 10px 40px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}	
	
.email, .email a {
    font-family: 'Arial';
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-transform: inherit;
    margin-bottom: 17px;
    font-weight: normal;
    word-break: break-all;
}	
	
}


























