<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Insage Responsive | Pei Yan
*/
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;1,500&amp;display=swap');*/

 
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap');
 


/* Basic */
body, input, select, textarea {
	color:#626262;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px;
	font-weight: normal !important;
	line-height: 18px;
}

body {
	background: #fff;
	overflow-y: scrolling;
}

body.loading * {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}
	
a {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	/* ...and now for the proper property */
	transition:.5s;
	border-bottom: dotted 0px;
	color: inherit;
	outline: 0;
	text-decoration: none;
	color:#0279be;
}

a:hover {
	/*border-color: transparent;*/
	text-decoration:none;
	color:#1c2d7f;
}

p{
	text-align:justify;
}
/* Icon */

.icon {
	position: relative;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

.icon &gt; .label {
	display: none;
}

/* Wrapper */
@-moz-keyframes wrapper { 0% { opacity: 0; } 100% { opacity: 1; } }
@-webkit-keyframes wrapper { 0% { opacity: 0; } 100% { opacity: 1; } }
@-o-keyframes wrapper { 0% { opacity: 0; } 100% { opacity: 1; } }
@-ms-keyframes wrapper { 0% { opacity: 0; } 100% { opacity: 1; } }
@keyframes wrapper { 0% { opacity: 0; } 100% { opacity: 1; } }

#wrapper {
	-moz-animation: wrapper 3s forwards;
	-webkit-animation: wrapper 3s forwards;
	-o-animation: wrapper 3s forwards;
	-ms-animation: wrapper 3s forwards;
	animation: wrapper 3s forwards;
	height: 100%;
	left: 0;
	opacity: 0;
	position:;
	top: 0;
	width: 100%;
}

/* BG */
#bg {
	-moz-animation: bg 60s linear infinite;
	-webkit-animation: bg 60s linear infinite;
	-o-animation: bg 60s linear infinite;
	-ms-animation: bg 60s linear infinite;
	animation: bg 60s linear infinite;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	/* Set your background with this */
	background: #348cb2 url("images/bg.jpg") bottom left;
	background-repeat: repeat-x;
	height: 100%;
	left: 0;
	opacity: 1;
	position: fixed;
	top: 0;
}
@-moz-keyframes bg { 0% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } 100% { -moz-transform: translate3d(-2250px,0,0); -webkit-transform: translate3d(-2250px,0,0); -o-transform: translate3d(-2250px,0,0); -ms-transform: translate3d(-2250px,0,0); transform: translate3d(-2250px,0,0); } }
@-webkit-keyframes bg { 0% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } 100% { -moz-transform: translate3d(-2250px,0,0); -webkit-transform: translate3d(-2250px,0,0); -o-transform: translate3d(-2250px,0,0); -ms-transform: translate3d(-2250px,0,0); transform: translate3d(-2250px,0,0); } }
@-o-keyframes bg { 0% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } 100% { -moz-transform: translate3d(-2250px,0,0); -webkit-transform: translate3d(-2250px,0,0); -o-transform: translate3d(-2250px,0,0); -ms-transform: translate3d(-2250px,0,0); transform: translate3d(-2250px,0,0); } }
@-ms-keyframes bg { 0% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } 100% { -moz-transform: translate3d(-2250px,0,0); -webkit-transform: translate3d(-2250px,0,0); -o-transform: translate3d(-2250px,0,0); -ms-transform: translate3d(-2250px,0,0); transform: translate3d(-2250px,0,0); } }
@keyframes bg { 0% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } 100% { -moz-transform: translate3d(-2250px,0,0); -webkit-transform: translate3d(-2250px,0,0); -o-transform: translate3d(-2250px,0,0); -ms-transform: translate3d(-2250px,0,0); transform: translate3d(-2250px,0,0); } }

#bg {
	background-size: 2250px auto;
	width: 6750px;
}

/* Overlay */
@-moz-keyframes overlay { 0% { opacity: 0; } 100% { opacity: 1; } }
@-webkit-keyframes overlay { 0% { opacity: 0; } 100% { opacity: 1; } }
@-o-keyframes overlay { 0% { opacity: 0; } 100% { opacity: 1; } }
@-ms-keyframes overlay { 0% { opacity: 0; } 100% { opacity: 1; } }
@keyframes overlay { 0% { opacity: 0; } 100% { opacity: 1; } }

#overlay {
	-moz-animation: overlay 1.5s 1.5s forwards;
	-webkit-animation: overlay 1.5s 1.5s forwards;
	-o-animation: overlay 1.5s 1.5s forwards;
	-ms-animation: overlay 1.5s 1.5s forwards;
	animation: overlay 1.5s 1.5s forwards;
	background-attachment: fixed, fixed;
	background-image: url("images/overlay-pattern.png"), url("images/overlay.svg");
	background-position: top left, center center;
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	width: 100%;
}


@-moz-keyframes header { 0% { -moz-transform: translate3d(0,1em,0); -webkit-transform: translate3d(0,1em,0); -o-transform: translate3d(0,1em,0); -ms-transform: translate3d(0,1em,0); transform: translate3d(0,1em,0); opacity: 0; } 100% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; } }
@-webkit-keyframes header { 0% { -moz-transform: translate3d(0,1em,0); -webkit-transform: translate3d(0,1em,0); -o-transform: translate3d(0,1em,0); -ms-transform: translate3d(0,1em,0); transform: translate3d(0,1em,0); opacity: 0; } 100% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; } }
@-o-keyframes header { 0% { -moz-transform: translate3d(0,1em,0); -webkit-transform: translate3d(0,1em,0); -o-transform: translate3d(0,1em,0); -ms-transform: translate3d(0,1em,0); transform: translate3d(0,1em,0); opacity: 0; } 100% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; } }
@-ms-keyframes header { 0% { -moz-transform: translate3d(0,1em,0); -webkit-transform: translate3d(0,1em,0); -o-transform: translate3d(0,1em,0); -ms-transform: translate3d(0,1em,0); transform: translate3d(0,1em,0); opacity: 0; } 100% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; } }
@keyframes header { 0% { -moz-transform: translate3d(0,1em,0); -webkit-transform: translate3d(0,1em,0); -o-transform: translate3d(0,1em,0); -ms-transform: translate3d(0,1em,0); transform: translate3d(0,1em,0); opacity: 0; } 100% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; } }
@-moz-keyframes nav-icons { 0% { -moz-transform: translate3d(0,1em,0); -webkit-transform: translate3d(0,1em,0); -o-transform: translate3d(0,1em,0); -ms-transform: translate3d(0,1em,0); transform: translate3d(0,1em,0); opacity: 0; } 100% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; } }
@-webkit-keyframes nav-icons { 0% { -moz-transform: translate3d(0,1em,0); -webkit-transform: translate3d(0,1em,0); -o-transform: translate3d(0,1em,0); -ms-transform: translate3d(0,1em,0); transform: translate3d(0,1em,0); opacity: 0; } 100% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; } }
@-o-keyframes nav-icons { 0% { -moz-transform: translate3d(0,1em,0); -webkit-transform: translate3d(0,1em,0); -o-transform: translate3d(0,1em,0); -ms-transform: translate3d(0,1em,0); transform: translate3d(0,1em,0); opacity: 0; } 100% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; } }
@-ms-keyframes nav-icons { 0% { -moz-transform: translate3d(0,1em,0); -webkit-transform: translate3d(0,1em,0); -o-transform: translate3d(0,1em,0); -ms-transform: translate3d(0,1em,0); transform: translate3d(0,1em,0); opacity: 0; } 100% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; } }
@keyframes nav-icons { 0% { -moz-transform: translate3d(0,1em,0); -webkit-transform: translate3d(0,1em,0); -o-transform: translate3d(0,1em,0); -ms-transform: translate3d(0,1em,0); transform: translate3d(0,1em,0); opacity: 0; } 100% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; } }
	
#header {
	-moz-animation: header 1s 2.25s forwards;
	-webkit-animation: header 1s 2.25s forwards;
	-o-animation: header 1s 2.25s forwards;
	-ms-animation: header 1s 2.25s forwards;
	animation: header 1s 2.25s forwards;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	cursor: default;
	display: inline-block;
	opacity: 0;
	position: relative;
	text-align: center;
	top: -1em;
	vertical-align: middle;
	width: 90%;
}

#header h1 {
	font-size: 4.35em;
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1em;
}

#header p {
	font-size: 1.25em;
	margin: 0.75em 0 0.25em 0;
	opacity: 0.75;
}

#header nav {
	margin: 1.5em 0 0 0;
}

#header nav li {
	-moz-animation: nav-icons 0.5s ease-in-out forwards;
	-webkit-animation: nav-icons 0.5s ease-in-out forwards;
	-o-animation: nav-icons 0.5s ease-in-out forwards;
	-ms-animation: nav-icons 0.5s ease-in-out forwards;
	animation: nav-icons 0.5s ease-in-out forwards;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	display: inline-block;
	height: 5.35em;
	line-height: 5.885em;
	opacity: 0;
	position: relative;
	top: 0;
	width: 5.35em;
}

#header nav li:nth-child(1) {
	-moz-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
	-o-animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

#header nav li:nth-child(2) {
	-moz-animation-delay: 2.75s;
	-webkit-animation-delay: 2.75s;
	-o-animation-delay: 2.75s;
	-ms-animation-delay: 2.75s;
	animation-delay: 2.75s;
}

#header nav li:nth-child(3) {
	-moz-animation-delay: 3s;
	-webkit-animation-delay: 3s;
	-o-animation-delay: 3s;
	-ms-animation-delay: 3s;
	animation-delay: 3s;
}

#header nav li:nth-child(4) {
	-moz-animation-delay: 3.25s;
	-webkit-animation-delay: 3.25s;
	-o-animation-delay: 3.25s;
	-ms-animation-delay: 3.25s;
	animation-delay: 3.25s;
}

#header nav li:nth-child(5) {
	-moz-animation-delay: 3.5s;
	-webkit-animation-delay: 3.5s;
	-o-animation-delay: 3.5s;
	-ms-animation-delay: 3.5s;
	animation-delay: 3.5s;
}

#header nav li:nth-child(6) {
	-moz-animation-delay: 3.75s;
	-webkit-animation-delay: 3.75s;
	-o-animation-delay: 3.75s;
	-ms-animation-delay: 3.75s;
	animation-delay: 3.75s;
}

#header nav li:nth-child(7) {
	-moz-animation-delay: 4s;
	-webkit-animation-delay: 4s;
	-o-animation-delay: 4s;
	-ms-animation-delay: 4s;
	animation-delay: 4s;
}

#header nav li:nth-child(8) {
	-moz-animation-delay: 4.25s;
	-webkit-animation-delay: 4.25s;
	-o-animation-delay: 4.25s;
	-ms-animation-delay: 4.25s;
	animation-delay: 4.25s;
}

#header nav li:nth-child(9) {
	-moz-animation-delay: 4.5s;
	-webkit-animation-delay: 4.5s;
	-o-animation-delay: 4.5s;
	-ms-animation-delay: 4.5s;
	animation-delay: 4.5s;
}

#header nav li:nth-child(10) {
	-moz-animation-delay: 4.75s;
	-webkit-animation-delay: 4.75s;
	-o-animation-delay: 4.75s;
	-ms-animation-delay: 4.75s;
	animation-delay: 4.75s;
}

#header nav a {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	border: 0;
	display: inline-block;
}

#header nav a:before {
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 100%;
	border: solid 1px white;
	display: block;
	font-size: 1.75em;
	height: 2.5em;
	line-height: 2.5em;
	position: relative;
	text-align: center;
	top: 0;
	width: 2.5em;
}

#header nav a:hover {
	font-size: 1.1em;
}

	#header nav a:hover:before {
		background-color: rgba(255, 255, 255, 0.175);
		color: white;
	}

	#header nav a:active {
		font-size: 0.95em;
		background: none;
	}

		#header nav a:active:before {
			background-color: rgba(255, 255, 255, 0.35);
			color: white;
		}

#header nav a span {
	display: none;
}

/* Footer */

#footer {
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5) 75%);
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5) 75%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5) 75%);
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5) 75%);
	background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5) 75%);
	bottom: 0;
	cursor: default;
	height: 6em;
	left: 0;
	line-height: 8em;
	position: absolute;
	text-align: center;
	width: 100%;
}
	
/* IR section start here */
/* General css */
.condensed{
	font-family: 'Montserrat', sans-serif;
}
		
.container {
  margin-left:auto;
  margin-right:auto;
  padding-left:15px;
  padding-right:15px;
  position:relative;

}
/*@media (max-width: 479px) {
.container {
	width:310px!important;
}
}
@media (max-width: 767px) and (min-width: 480px) {
.container {
	width:470px!important;
}
}*/
@media (max-width: 480px) {
.container {
   padding-left:10px;
  padding-right:10px;
}
}
@media (min-width: 768px) {
.container {
   width:750px;
   padding-left:10px;
  padding-right:10px;
}
.table-responsive {
   border: 0px solid #ddd;
}
}
@media (min-width: 992px) {
.container {
    width:970px;
}
}
@media (min-width: 1200px) {
  .container {
    width:1170px;
  }
}

 /*@media (max-width: 767px) {    over write for responsive.css container*/
  /*.container {
  width:100% !important;
  margin-bottom:50px;
  }
}*/
/*@media (min-width: 480px) {   over write for responsive.css container*/
 /* .container {
  width:100% !important;
  margin-bottom:50px;
  }
}*/
/*@media (max-width: 479px) {  over write for responsive.css container*/
  /*.container {
  width:100% !important;
  margin-bottom:50px;
  }
}*/
/*@media (max-width: 20em) and (orientation: landscape) {  320 */
/*}*/

/* container padding and margin change here */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	padding-left:15px; padding-right:15px;
}

.row{
    margin-left:-15px; margin-right:-15px; 
}

.border{ 
	border:1px solid #ccc;
}

table.noBorder tbody tr td{ 
	border:0px;
}

.borderLeft{
	border-left:1px solid #ccc;
}

.borderRight{
	border-right:1px solid #ccc;
}

.borderTop{
	border-top:1px solid #ccc;
}

.borderBottom{
	border-bottom:1px solid #ccc;
}

.colorBlack{
	background:#000;
}

.colorDarkGrey{
	background:#666;
}

.colorLightGrey{
	background:#ccc;
}

.colorFontWhite{
	color:#fff;	
}

select {
    padding:5px;
    margin: 0;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    -webkit-box-shadow: 0 3px 0 #c72729, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #c72729, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #c72729, 0 -1px #fff inset;
    background: #000;
    color:#ffffff;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

select::-ms-expand {
    display: none;
}

.searchResult{
	border-top:1px solid #ccc;
	margin:10px 0;
	padding-top:5px;	
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:30px;}
}

label {position:relative}
label:after {
    color:#fff;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:5px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:auto;
	z-index:-1;
}
label:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    background:#none;
    position:absolute;
    pointer-events:none;
    display:block;
}

.dropDownArrow{
	background-image:url(../images/dropdownArrow.png);
	background-repeat: no-repeat;
	background-position: center right; 
	background-color:#ddd;
	min-width:150px;	
	color:#333;
}

.pageTitle h3{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 30px;
	color: #c72729;
	margin: 0px 0  30px 0;
	letter-spacing: 1px;	
	/*padding:8px;
	border-bottom:1px solid #ccc;
	
	background:#444;*/
	
}
.figureAlign{
	text-align:right;
}

.nonFigureAlign{
	text-align:left;
}

/** padding &amp; margin classes **/
.p5{ padding:5px; }
.p10{ padding:10px; }
.p15{ padding:15px; }
.p20{ padding:20px; }

.pt5{ padding-top:5px; }
.pt10{ padding-top:10px; }
.pt15{ padding-top:15px; }
.pt20{ padding-top:20px; }
.pt25{ padding-top:25px; }
.pt30{ padding-top:30px; }
.pt35{ padding-top:35px; }

.pb5{ padding-bottom:5px; }
.pb10{ padding-bottom:10px; }
.pb15{ padding-bottom:15px; }
.pb20{ padding-bottom:20px; }
.pb50{ padding-bottom:50px; }

.pl5{ padding-left:5px; }
.pl10{ padding-left:10px; }
.pl15{ padding-left:15px; }
.pl20{ padding-left:20px; }
.pl30{ padding-left:30px; }
.pl40{ padding-left:40px; }

.pr5{ padding-right:5px; }
.pr10{ padding-right:10px; }
.pr15{ padding-right:15px; }
.pr20{ padding-right:20px; }

.m5{ margin:5px; }
.m10{ margin:10px; }
.m15{ margin:15px; }
.m20{ margin:20px; }

.mt5{ margin-top:5px; }
.mt10{ margin-top:10px; }
.mt15{ margin-top:15px; }
.mt20{ margin-top:20px; }

.mb5{ margin-bottom:5px; }
.mb10{ margin-bottom:10px; }
.mb15{ margin-bottom:15px; }
.mb20{ margin-bottom:20px; }

.ml20{ margin-left:20px; }

.mr10{ margin-right:10px; }
.mr20{ margin-right:20px; }

/* IR Home */
.irContent{
	width:100% !important;
	padding:0px;
}

.irBanner{
	border: solid 1px #d8d8d8;
	max-height:230px;
}
@media (max-width: 819px) {
.irBanner {
	margin-bottom: 30px;
}
}
.headerContainer {
	margin: 0 0 5px 0;
}
.irAnnouncementsHeader{
	font-size: 30px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	margin: 0 0 20px 0;
	line-height:30px;
	/*color: #fff;*/
	color: #c72729;
	float:left;
	padding-left:15px; 
}
@media (max-width:480px){
.irAnnouncementsHeader {
    font-size: 28px;
}
}
.announcementsArrow {
	background:url(../images/announcementsIcon.png)	 no-repeat center center;
	float:right;
	width:25px;
	height: 24px;
	margin-left:10px;
	margin-top:4px;
}

.irHomeHeader{
	font-size: 30px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	padding: 0 0 30px 0;
	line-height:30px;
	color: #c72729;
}
@media (max-width: 480px) {
.irHomeHeader {
	font-size: 28px;
}
}

.irHomeHeader span{
	color:#f78d0f;
	padding:10px 0;
}

.irHomeHeaderRight{
	font-size:20px;
	min-height:25px;
	margin-top:10px;
}
.profileContent {
	padding: 10px 0 0 0;
}
.rm{
	font-size:9px;	
}

.more{
	font-size:10px;
	font-weight:700;
	float:right;	
}

table.listSpacing tbody tr td{
	padding:5px 10px 10px 0px;
	vertical-align:top;
}
/* ================================
   ========== 3. Content ==========
   ================================ */
.innerContainer {
	background-color:#fff;
	padding-bottom: 50px;
}
.contentBG {
	height: 350px;
	width: 100%;
	margin-bottom:35px;
	background-repeat: repeat-x;
	background-image: url(../images/bannerBg.jpg);
	border-bottom: 1px solid #e4e4e4;
 }
.contentWrapper {
	margin:auto;padding:0;
	position:relative;
	height:auto;
	/*overflow: hidden;*/		/** clearing floats **/
	/*width: 100%;*/			/** clearing floats **/
	width:1080px;
}

/** stock quote **/
.stockContainer {
	background-image: url(../images/stockBG.png);
	background-repeat: repeat-x;
	background-position: left top;
	min-height:195px;
}
@media (max-width: 1199px) {
.stockContainer {
	background-image: url(../images/stockBG-small.png);
	background-repeat: repeat-x;
	background-position: left top;
	min-height:347px;
}
}
.sharePrice {

}
.stockWrapper{
	padding: 30px 0px;
}
.stockQuote{
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	margin-top: 15px;
}

.stockTitle{
	font-size:42px;
	font-family: 'Montserrat', sans-serif;
	line-height:42px;
	font-weight:bold;
	text-align:left;
	color: #fff;
	padding:25px 0 0 0;
}
@media (max-width: 1199px) {
.stockTitle {
	font-size: 32px;
}
}
@media (max-width: 480px) {
.stockTitle {
	font-size: 23px;
	padding:0;
}
}
.stockTitle span{
	font-weight:normal;
	color: #fff;
}

.stockQuote .divider{
	background:url(../images/stockQuoteDivider.jpg) repeat-y;
	height:100%;
}

.stockName{
	color:#fff;
	font-size:20px;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
}

.stockPrice{
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
	font-size:80px;
	color:#fff;
	text-align:right;
}
@media (max-width: 1199px) {
.stockPrice {
	text-align:left;
	padding-top:30px;
}
}
.stockPrice span.priceUp {
	font-family: 'Montserrat', sans-serif;
	color:#fff;	
	font-size: 80px;
	line-height:80px;
	font-weight: bold;
	text-align: right;
	letter-spacing:1px;
	display:inline-block;
}
@media (max-width: 819px) {
.stockPrice span.priceUp {
	font-size: 65px;
	line-height:65px;
}
}
.stockPrice span.priceDown {
	font-family: 'Montserrat', sans-serif;
	color:#fff;	
	font-size: 80px;
	line-height:80px;
	font-weight: bold;
	text-align: right;
	letter-spacing:1px;
	display:inline-block;
}
@media (max-width: 819px) {
.stockPrice span.priceDown {
	font-size: 65px;
	line-height:65px;
}
}
.stockPrice span.Up{
	font-family: 'Montserrat', sans-serif;
	color:#fff;	
	font-size: 40px;
	font-weight: 400;
	text-align: right;
	letter-spacing:1px;
	vertical-align: middle;
}
.stockPrice span.Down{
	font-family: 'Montserrat', sans-serif;
	font-size:40px;
	color:#fff;
	font-weight: 400;
	text-align: right;	
	letter-spacing:1px;
	vertical-align: middle;
}
.stockRM {
	font-size:40px; 
	font-weight:normal; 
	vertical-align:middle;
}
@media (max-width: 819px) {
.stockRM {
	font-size:30px;
}
}
.stockTextUp 
{
	vertical-align: top !important;
}

.stockQuoteType{
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	color:#fff;
	text-align: left;
	float:left;
}
@media (max-width: 1199px) {
.stockQuoteType {
	font-size:15px;
	line-height:30px;
	float:left;
}
}
@media (max-width: 767px) {
.stockQuoteType {
	font-size:13px;
	float:left;
}
}
@media (max-width: 479px) {
.stockQuoteType {
	font-size:13px;
	float:left;
}
}
.stockDetail{
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	line-height:18px;
	color:#fff;
	text-align:right;
	float:right;
}
@media (max-width: 1199px) {
.stockDetail {
	font-size:22px;
	float:left;
	text-align:left;
}
}
@media (max-width: 767px) {
.stockDetail {
	font-size:15px;
	float:left;
	text-align:left;
}
}
@media (max-width: 479px) {
.stockDetail {
	font-size:18px;
	float:left;
	text-align:left;
	line-height:25px;
}
}
.stockDetail span{
	padding-right:10px;
}

.miniChart{
	margin:15px 0 0 0;
	padding-top:10px;
	text-align:center;
	border:solid 1px #CCC;
	background-color: #fff;
}

/** Highlight **/
.highlight{
	margin:10px 0px;
}

.highlightTitle{
	background:#189bd7;
	padding:12px;
	font-size:15px;
	font-weight:bold;
	color:#fff;
}

.highlightContent{
	padding:12px;
	background:#ededed;
}

.highlightCTA{
	padding:12px;
	background:#ededed;
}

.highlightCTA span{
	background:#9b9da5;
	padding:5px 10px;
	color:#fff;
}


/** IR home **/
.bursaAnnouncement, .pressReleases, .irContact, .ar, .qr, .Alert{
	/**color:#fff;
	position:relative;
	width:100%;
	z-index:99;**/
}

/** ar **/
.ar{
	margin-top:15px;
}

.arContent{
	position:relative;
	top:-19px;
	width:100%;
	display:block;
}

.arDownload{
	position:relative;
	z-index:99;
	text-align:right;
	padding-right:10px;
	top:-35px;
	height:10px;
	width:100%;
}

/* Container */
.container-fluid {
  background:url(../images/reportBG.jpg) repeat-x center left !important;
	padding:15px 15px 25px 15px !important;
}
/* Thumbnail Box */
.caption {
    height: 140px;
    width: 50%;
	float:right;
}
.caption .span8 {
    padding: 11px 10px 0 0;
}
.caption h3 {
    font-size: 19px;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
	color:#000000;
	padding:0 0 10px 0; margin:0;
	text-shadow:none;
	line-height:25px;
    }
.caption p {
	font-size: 13px;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
	color:#666666;
	padding:0; margin:0;
	text-shadow:none;
	text-align:left;
}
.btn.btn-mini {
     background: #a83b3b;
     border-radius: 0 0 0 0;
     color: #fbf4e0;
     font-size: 0.63rem;
     text-shadow: none !important;
 }
.carousel-control {
    top: 40% !important;
}
.bannerWrapper{
	width: 1080px;
	height: 350px;
	float: left;
	/**position: absolute;
	z-index: 99;
	top:0px;**/
}
.investors {
	width: 140px;
	height: 30px;
	color: #000000;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom:solid 3px #e52e31;
	float: right;
	position: relative;
	z-index: 999;
	top:322px;
	right: 40px;
}
.reportContainer {
	background-color:#fff;
	/*padding-bottom: 57px; */
	/*padding-top: 50px;*/
	margin-bottom:47px;
}
.reportBG {
	/*background-color:#e5e5e5;*/
	padding: 100px 0;
        min-height:400px;
}

#blockrandom
{
       /* background-color:#eee;*/
        padding:17px 0px;
        min-height:400px;
}

.cpoBG {
	background-color:#fff;
	max-height:260px;
	display:block;
}
@media (min-width:1217px)
{
 .reportContainer .col-lg-3 {
    width: 23%;
 }
 .reportContainer .col-lg-3:nth-child(4) {
    width: 31%;
  }
}
@media (max-width:1216px){
.cpoBG {
	display:none;
}
}
.cpoBGMobile {
	/*background-color: #eaeaea;*/
    color: #323f83;
    font-size: 18px;
    display: none;
    min-height: 400px;
    padding: 170px 20px;
    text-align: center;
}
.cpoBGMobile a {
	color: #cc2a25;
	text-decoration: underline;
}
.cpoBGMobile a:hover {
	color:#cc2a25;
}
@media (max-width:1216px){
.cpoBGMobile {
	display:block;
}
}
.reportImg {
	text-align:center;
	padding: 30px 0;
}
.arHeader {
	font-size: 27px;
	line-height: 30px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	text-transform:capitalize;	
	/*color: #c72729;*/
	color: #c72729;
	text-align:center;
}
@media (max-width:380px){
.arHeader {
	font-size: 28px;
}
}
.arrowReport{
	color:#0279be;
	padding:0 17px 0 0;
	background: url(../images/arrowReport.gif) no-repeat center right;
	text-align:center;
}
.arrowReport:hover{
	color:#1c2d7f;
		background: url(../images/arrowReport-hover.gif) no-repeat center right;
}
.arrowAlert{
	color:#0279be;
	text-align:center;
}
.arrowAlert a{
	color:#0279be;
}
.arrowAlert a:hover{
	color:#1c2d7f;
}

.interactiveIcon {
	background: url(../images/interactiveIcon.png) no-repeat top left;
	padding: 0 22px;
	display:block;
}

.interactiveIcon:hover {
	background: url(../images/interactiveIconHover.png) no-repeat top left;
	padding: 0 22px;
	display:block;
}

.reportCover {
	padding: 29px 0 0 0;
}

.reportDownload {
	width: 90px;
	background-color: #000000;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 0;
	position: relative;
	z-index: 1;
	top: 25px;
	margin-bottom: 20px;
}

.reportDownload a{color:#ffffff; text-decoration:none;}
.reportDownload a:hover{color:#ffffff; text-decoration:none;}


.carousel-control {
	width: 27px;
	height: 27px;
	background-color:#ed1c24;
}
.carousel-control.right {
	background: url(../images/icon-next.png) no-repeat center center;
	width: 27px;
	height: 27px;
	background-color:#ed1c24;
}
.carousel-control.left {
	background: url(../images/icon-prev.png) no-repeat center center;
	width: 27px;
	height: 27px;
	background-color:#ed1c24;
}

/** qr  **/

.qr{
	margin-top:15px;
}

.qrContent{
	position:relative;
	top:-19px;
	width:100%;
	
}

.qrDownload{
	position:relative;
	z-index:99;
	text-align:right;
	padding-right:10px;
	top:-35px;
	height:10px;
	width:100%;
}

/** News **/
.news{
	padding:0px;
	margin:0px;
}

.news .nav-tabs {
  border-bottom: 1px solid #666666;
}

.news .nav-tabs &gt; li {
  float: left;
  margin-bottom: -1px;
}

.news .nav-tabs &gt; li &gt; a {
	margin-right: 4px;
	margin-bottom:1px;
	line-height: 1;
	border-radius: 0px 0px 0 0;
	background: #f9f9f9;
	font-weight: normal;
	color: #ed1c24;
	font-size: 19px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	padding: 10px 12px;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
.news .nav-tabs &gt; li &gt; a:hover {
  border-color: #eee #eee #ddd;
  font-weight:normal;
  background-color: #f9f9f9;
  border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
.news .nav-tabs &gt; li.active &gt; a,
.news .nav-tabs &gt; li.active &gt; a:hover,
.news .nav-tabs &gt; li.active &gt; a:focus {
  color: #fff;
  cursor: default;
  background-color: #ed1c24;
  border-bottom-color: transparent;
  font-weight:normal;
	border-top: solid 1px #ed1c24;
	border-left: solid 1px #ed1c24;
	border-right: solid 1px #ed1c24;
}

.news tbody tr {
	border-bottom: solid 1px #cccccc;
}

/** bursa announcement **/
.emptyContainer{
    display: block;
	padding:50px;
}
@media (max-width:819px){
.emptyContainer{
	display: none;
	padding:0px;
}
}
.irAnnouncements{
	/*background-color:#15324d;*/
	/*padding: 30px 0;*/
	margin-bottom:65px;
}
.bursa, .media{
	padding:0px;
	margin:0px;
}

.bursa tbody tr, .media tbody tr {
	/*border-bottom: dotted 1px #cccccc;*/
}


.bursaContent{

}

.bursaDate{
	/*display:inline-block;*/
	display:block;
	text-align:left;
	color:#626262;
	line-height:13px;
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	font-weight:bold;
	margin-bottom:7px;
}

.bursaDate span{
}

.bursaNews{
	display:inline-block;
	font-size:14px;
	line-height:18px;
	font-family: 'Montserrat', sans-serif;
	min-height:36px;

}
.bn-mb-20{
	margin-bottom:20px;
}

@media (max-width:400px){
.bursaNews{
	margin-top:0px;
	}
}

.bursaNews a{
	/*color: #fff;*/
	color: #626262;
}
.bursaNews a:hover{
	text-decoration: underline;
}

/** media news **/
.irMedia {
   background: url(../images/mediaBG.jpg) no-repeat left top #f3f3f3;
   min-height:450px;
   padding: 35px 0 0 0;
}
@media (max-width:1200px){
.irMedia{
	background: url(../images/mediaBG.jpg) no-repeat right top #f3f3f3;
	}
}
.mediaContainer {
	border-bottom:solid 1px #797979;
	padding-bottom: 3px;
}
.mediaDate{
	display:inline-block;
	text-align:left;
	color:#69747a;
	line-height:18px;
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	font-weight:400;
	padding-bottom:20px;
}

.mediaNews{
	display:inline-block;
	font-size:20px;
	line-height:20px;
	color:#333333;
}
@media (max-width:380px){
.mediaNews{
    font-size:18px;
}
}

.mediaSource{
	font-size:13px;
	font-family: 'Montserrat', sans-serif;
	line-height:18px;
	text-align:left;
	font-weight:400;
	padding-left:10px;
	color:#69747a;
}

.arrowHead{
	float:left;
	color:#0279be;
	padding:0 17px 0 0;
	background: url(../images/arrowIRhome.gif) no-repeat center right;
}

.arrowHead:hover{
	float:left;
	color:#1c2d7f;
	padding:0 17px 0 0;
	background: url(../images/arrowIRhome-hover.gif) no-repeat center right;
}


@media (max-width:380px){
	.arrowHead{
		float:left;
		clear:both;
	}
}

.arrowHead:hover{
	color: #1c2d7f;
}
@media (max-width:380px){
	.arrowHead:hover{
		float:left;
		clear:both;
	}
}
/** contact **/

.irContact{
	position:relative;
	/*background-color:#1d2e7c;*/
	background-color:#f4f4f5;
/*	margin-top:77px;*/
}
.irContactHeader{
	font-size: 30px;
	font-weight:500;
	text-transform:capitalize;
	color:#c72729;
	margin: 0 0 10px 0;
}
@media (max-width:480px){
.irContactHeader{
	font-size: 28px;
	}
}
.contactMap{
	position:relative;
}
.contactFrame {
	/*position:absolute;*/
	z-index:99;
	bottom:30px;
	right:0;
}
.contactContainer {
	/*padding:25px;*/
	/*background-color:rgb(29, 46, 124);*/
	padding:25px 0;
	

}
.contactContent{
	color:#626262;
	font-size:15px;
	font-weight:400;
	line-height:25px;
}
.phone-cont, .email-cont{
	text-align:center;
}


@media (max-width:479px){
.contactContent{
	font-size:12px;
	line-height:20px;
	}
}

@media (max-width:375px){
.contactContent{
	font-size:10px;
	line-height:20px;
	}
}


.contactContent a{
	color:#626262;
}
.contactContent a:hover{
	color: #fff;
	text-decoration: underline;
}

/* Corporation Info */
.corpInfo{	
}

.corpInfo th{
	font-weight:700;
	width:25%;
}

.corpInfo_subHeader{
	background:#666;	
	color:#fff;
	text-align:center;
	width:25%;
}

.corpInfoListing{
	list-style:lower-latin;
}

.corpInfoListing li{
	padding:3px 0px;
}


/* Director Profile - updated 18/09/2014 */
.directorProfile{
	border:0px;
}

.directorProfile .panel{
	border:0px;
	display:block;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); 
}


.directorProfile .panel-title {
	font-size:15px;
	display:block;
	height:20px;
}

.directorProfile .panel-heading{
	background:none; 
	padding:5px 0px 0px 0px;
	border-color: 0px solid transparent;
	
}

.panel-default &gt; .panel-heading {
  color: #333;
  border-color: 0px solid transparent;
  background-color:none;
}

.directorProfile .panel-body{
	padding:0px;
	margin-bottom:20px;
	border:none;
}

.directorProfile .panel-heading + .panel-collapse &gt; .panel-body{
	border:0px solid #ccc;
}

.directorProfile .panel-title:hover{
	display:block;
	height:20px;
}

.directorProfile .panel-title .collapsed{
	font-size:15px;
	display:block;
	height:20px;
}

.directorProfile .panel-heading .accordion-toggle.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "+";  
	position:relative;
	float:right;
	top:-35px;
}


.directorProfile .panel-heading .accordion-toggle:after {
	/* symbol for "opening" panels */
	color: grey;  
	float:right;   
	top:-30px;  
	position:relative; 
	overflow: no-display;
	color:#ed1555;
	content: "-"; 
	font-size:20px;
	font-weight:bold;
	padding:0 5px 0 0;
}

.directorProfile a.accordion-toggle{
	text-decoration: none;
}

.directorDesignation{
	font-weight:normal;
	font-size:13px;
	color:#444444;
	padding-bottom:10px;
}

.directorProfileContainer .pic{
	float:left;
	padding-right:15px;
	padding-bottom:10px;
}

.directorProfileContent{
	color:#333;
	text-align:justify;
	line-height:18px;
    padding: 0 0 0 8px;
}
	
.directorName{
	font-weight:bold;
	font-size:20px;
	line-height:24px;
	border-bottom:1px dashed #ccc;
    color:#c72729;
}

/* commented - 18 / 09 / 2014 - Director Profile restructure */
/* Director Profile 
.directorProfileContainer li{
	border-bottom:1px solid #ccc;
}

.directorProfileContainer a{
	font-weight:bold;
	font-size:13px;
}

.directorProfile{
	padding:5px 10px;
	background:#189bd7;
	color:#fff;
}

.directorDesignation{
	font-weight:normal;
	font-size:12px;
	color:#189bd7;
	padding-top:3px;
}

.directorProfileContainer .pic{
	float:left;
	padding-right:15px;
	padding-bottom:10px;
}

.directorProfileContent{
	border:1px solid #ccc;
	padding:10px;
	float:left;
}*/

/* Presentation Material*/
.presentationContainer{
}

.presentationContainer thead{
	background:#444;
	color:#fff;
}

.iconDownload{
	background:url(../images/iconDownload.png) no-repeat center center;
	width:100%; height:20px;
	display:block;
	padding-left:35px;
	margin-bottom:10px !important;
}

.iconDownload:hover{
	background:url(../images/iconDownloadHover.png) no-repeat center center;
	width:100%; height:20px;
	display:block;
}

.iconView{
	background:url(../images/iconView.png) no-repeat center center;
	width:100%; height:20px;
	display:block;
	padding-left:35px;
}

.iconView:hover{
	background:url(../images/iconViewHover.png) no-repeat center center;
	width:100%; height:20px;
	display:block;
}

.iconInteractive{
	background:url(../images/iconInteractive.png) no-repeat center center;
	width:100%; height:20px;
	display:block;
	padding-left:35px;
}

.iconInteractive:hover{
	background:url(../images/iconInteractiveHover.png) no-repeat center center;
	width:100%; height:20px;
	display:block;
}

/** Priceticker **/

.tableNoBorder tbody tr td{
	border:0px;
}
.shareFooter{
	font-size:12px;
	line-height:16px;	
}

.shareFooter a{ 
	font-weight:600;	
}

/** Annoucements **/

.ColorUp{
	color:#090;
}

.ColorDown{
	color:#900;
}

.annoucementContainer{
		
}

.announcementSelection{
	margin:15px 0;
	padding:15px 0;
	/*background:#ffffff;*/
}

.announcementDate{
	font-weight:600;
	padding:5px 0;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;	
	
}

.announcementTime{
	font-weight:600;
	padding:2px 0px ;
}

.announcementTitle{
	padding:2px 0px;
	margin-bottom: 18px;

}

.announcementByDate{
	padding-top:15px;
	line-height:16px;
}

.announcementByTime{
	padding-top:8px;	
}

.announcementByTime a{
	color:#000;
}

.announcementByTime a:hover{
	color:#c72729;
}


/** stock charts **/
.stockChartContainer{
	padding-top:10px;
}

.stockChartImg{
	padding:10px 0px;	
}

.dailyChartIcon{
	float:right;
}


.dailyChartIcon .nav-tabs {
  border-bottom: 0px solid #ddd;
}

.dailyChartIcon .nav-tabs &gt; li {
  float: left;
  margin-bottom: -1px;
}

.dailyChartIcon .nav-tabs &gt; li &gt; a {
  margin-right: 2px;

  line-height: 1;

  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
  background:#e3e3e3;
  font-weight:bold;
}
.dailyChartIcon .nav-tabs &gt; li &gt; a:hover {
  border-color: #eee #eee #ddd;
  font-weight:bold;
  color: #c72729;
}
.dailyChartIcon .nav-tabs &gt; li.active &gt; a,
.dailyChartIcon .nav-tabs &gt; li.active &gt; a:hover,
.dailyChartIcon .nav-tabs &gt; li.active &gt; a:focus {
  color: #ffffff;
  cursor: default;
  background-color: #c72729;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  font-weight:bold;
}

.iconPrinter{
	background:url(../images/iconPrinter.png) no-repeat center center;
	padding:5px 8px;
}

.iconPrinter:hover, .iconPrinter.focus, li.active .iconPrinter{
	background:url(../images/iconPrinterHover.png) no-repeat center center;
	padding:5px 8px;
}

li.active .iconPrinter{
	background:url(../images/iconPrinterActive.png) no-repeat center center;
	padding:5px 8px;
}

.iconPrinter.focushover{
	background:url(../images/iconPrinterHover.png) no-repeat center center;
	padding:5px 8px;
}

.iconMonthly{
	padding:5px 10px;
	background:#ccc;
	margin:5px 0;
}

.iconYearly{
	padding:5px 10px;
	background:#ccc;
	margin:5px 0;
}


/** &amp;volume**/
.priceVolume{
	margin: 0 0 10px 1px;
}

.priceVolume .nav-tabs &gt; li {
  float: left;
  margin-bottom: -1px;
}

.priceVolume .nav-tabs &gt; li &gt; a {
  margin-right: 2px;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
  background:#e3e3e3;
  font-weight:bold;
}
.priceVolume .nav-tabs &gt; li &gt; a:hover {
  border-color: #eee #eee #ddd;
  font-weight:bold;
  color: #c72729;
}
.priceVolume .nav-tabs &gt; li.active &gt; a,
.priceVolume .nav-tabs &gt; li.active &gt; a:hover,
.priceVolume .nav-tabs &gt; li.active &gt; a:focus {
  color: #ffffff;
  cursor: default;
  background-color: #2eaf9b;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  font-weight:bold;
}

.priceVolumeSelection{
	padding:15px 0px;
}

.priceVolumeSelection a{
	margin-right:12px;
}

.priceVolumeTable thead{
	background:#888;
	color:#fff;
}

.priceVolumeTable thead tr td, .priceVolumeTable tbody tr td{
	text-align:right;
}

/** Analysis Of Shareholdings **/
.analysisShareholdingsContainer{
	/*border:1px solid #ccc;*/
	padding:10px;
	margin-bottom:100px;
}

.analysisShareholdingsContainer table tbody tr  td{
	vertical-align:middle;
}

.analysisShareholdingsContainer table .tableTitle{
	background:#333;
	color:#fff;	
	text-align:right;
}
 
.tableHeader
{
	background:#444 !important;
	color:#fff;
	font-weight: bold;
}

table .tableTitle, .table-bordered .tableTitle, .table-hover .tableTitle, .table-striped .tableTitle{
	background:#333;
	color:#fff;	
	text-align:right;
}
.analysisShareholdingsContainer table th:nth-child(1){
	text-align:center;
}

.analysisShareholdingsContainer table th:nth-child(2){
	text-align:left;
}

.analysisShareholdingsContainer table tbody tr td{
	text-align:right;
}

.analysisShareholdingsContainer table tbody tr td:nth-child(1){
	text-align:center;
}
 
.analysisShareholdingsContainer table tbody tr td:nth-child(2){
	text-align:left;
}

.monthYearSelection {
	padding-bottom:10px;
}

.monthYearSelection label select{
	background:url(../images/dropdownArrowGrey.png) right center no-repeat;
	color:#666;
	border:1px solid #ccc;
	-webkit-box-shadow: 0 0px 0 #ccc, 0 -1px #fff inset !important; 
    -moz-box-shadow: 0 0px 0 #ccc, 0 -1px #fff inset !important;
    box-shadow: 0 0px 0 #ccc, 0 -1px #fff inset !important;
	min-width:100px;
}

.monthYearSelection span{
	 width:50px; 
	 display:inline-block;
}


/* entitlements */

.entitlement .nav-tabs &gt; li {
  float: left;
  margin-bottom: -1px;
  font-size:15px;
}

.entitlement .nav-tabs &gt; li &gt; a {
  margin-right: 2px;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
  background:#e3e3e3;
  font-weight:bold;
  font-size:15px;
  padding:12px;
  font-family: 'Montserrat', sans-serif;
  color:#444444;
}
.entitlement .nav-tabs &gt; li &gt; a:hover {
  border-color: #eee #eee #ddd;
  font-weight:bold;
  color:#c72729;
}
.entitlement .nav-tabs &gt; li.active &gt; a,
.entitlement .nav-tabs &gt; li.active &gt; a:hover,
.entitlement .nav-tabs &gt; li.active &gt; a:focus {
  color: #fff;
  cursor: default;
  background-color: #2eaf9b;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  font-weight:bold;
}

.entitlementTable{
	font-size:12px;
}

.entitlementTable thead{
	background:#888;
	color:#fff;
}


.totalFigure{
	text-align:right;
	background:#e3e3e3;
	color:#000;
	border-top:2px solid #666;
	border-bottom:2px solid #666;
	font-weight:bold;
}

table tbody tr td.totalTitle{
	border:1px solid transparent;
	background:#fff;
}


/* annual reports */

.AnnualReportsContainer
{
	margin-top:40px;
}

.iconAlignRight{
	background-position:left center;
}

.iconAlignRight:hover{
	background-position:left center;
}

/* quartely reports */
.quarterlyReportsContainer table tr td:nth-child(0), {
	background:#ff0000;	
}

.quarterlyReportsContainer thead {
	background:#333;	
	color:#fff;
}

.quarterlyReportsContainer thead tr td{
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:15px;
}

.quarterlyReportsContainer tbody tr td{
	padding-top:10px;
	padding-bottom:10px;
}

.quarterlyReportsContainer thead tr td:nth-child(1) {
	background:#fff;
}

.quarterlyReportsContainer tbody tr td:nth-child(1) {
	font-size:15px;
	font-weight:bold;
	padding-top:20px;
}

.quarterlyReportsContainer ul{
    padding: 0px;
    margin: 0px;
}

.quarterlyReportsContainer ul li{
	list-style:inside;
	list-style-type:square;
    padding-left: 0px; 
}

/** Circulars **/
.circularsContainer{
	padding-bottom:30px;
	margin-top: 10px;
}

.circulars{
	padding:10px 0px;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}

.circularDate{
	padding-bottom:10px;
	font-weight:bold;
}

.circularContent{
	text-align:justify;
}

.circularButton{
	padding-top:20px;
}

.circularButton span{
	padding-left:40px;
	margin-bottom:5px;
	padding-top:1px;
}


/**  alert**/
.newAlertContainer {

}

@media (max-width:998px){
	.name-cont, .phone-cont, .email-cont{
	text-align:left;
	margin-bottom:20px;
}
}


@media (max-width:979px){
.newAlertContainer {
	padding: 0 15px;
}
.name-cont, .phone-cont, .email-cont{
	text-align:left;
	margin-bottom:20px;
}

}
.newAlert{
	background-color: #6195c8;
	padding: 15px;
	margin-top:10px;
}
.newAlertContent {
	color:#fff;
}
.newAlert .form-group {
	margin:0 0 10px 0 ;
	padding:0;
}

.form-control {
	/*background:#ccc;*/
	color:#000000;	
}
.form-control:focus {
	border-color: #0454a6;
}
.AlertContainer{
}

.emailAlert{
	border-bottom:0px solid #ccc;
}

.unregister{
	border-top:1px solid #ccc;
	padding-top:3px;
}

/** calculator **/

.calculatorContainer{
}

.calculatorContainer .nav-tabs &gt; li {
	float: left;
	margin-bottom: -1px;
}


.calculatorContainer .nav-tabs &gt; li &gt; a {
      margin-right: 2px;
      line-height: 1;
      border: 1px solid transparent;
      border-radius: 0px 0px 0 0;
      background:#ff0000;
      font-weight:bold;
}


.calculatorContainer .nav-tabs &gt; li &gt; a {
	margin-right: 2px;
	line-height: 1;
	border: 1px solid transparent;
	border-radius: 0px 0px 0 0;
	background:#e3e3e3;
	font-weight:bold;
	padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  	font-size: 12px;  
}
.calculatorContainer .nav-tabs &gt; li &gt; a:hover {
  	border-color: #eee #eee #ddd;
	font-weight:bold;
}
.calculatorContainer .nav-tabs &gt; li.active &gt; a,
.calculatorContainer .nav-tabs &gt; li.active &gt; a:hover,
.calculatorContainer .nav-tabs &gt; li.active &gt; a:focus {
	color: #ffffff;
  	cursor: default;
  	background-color: #c72729;
  	border: 1px solid #ddd;
  	border-bottom-color: transparent;
	font-weight:bold;
}	

.calculatorSelection{
	padding-top:10px;
	
}

.calculatorWrapper{
	border-bottom:1px solid #ccc;
}

.calculatorWrapper table tr td:nth-child(3), .calculatorWrapper table tr td:nth-child(6){
	text-align:right;
}

.calculatorNotes{
	padding:10px 20px;
	line-height:12px;
	background:#e3e3e3;
	margin-top:10px;
}

.selectedTable{
	background:#ccc;
}

.calculationResults thead {
	background:#444;
	color:#fff;	
}

/** Events Calendar **/
.eventsCalendarContainer{
}

.eventsCalendar{
	border-bottom:1px solid #ccc;
	margin-bottom:30px;

	padding-bottom:10px;
}

.eventCalendarContent{
	padding-left:10px;
}

.eventCalendarBtn a{
	display:block;
	padding-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	background:url(../images/arrow.png) no-repeat 155px 55%; 
	}

.eventCalendarBtn a:hover{
	background:url(../images/arrowHover.png) no-repeat 155px 55%; 
}

.eventCalendarTitle{
	font-size:15px;
	font-weight:bold;
	padding-bottom:10px;
	padding-left:10px;
}

.eventCalendarImg {
	background:url(../images/calendar.png) no-repeat;
	width:68px;
	height:80px;
	margin-bottom: 10px;
	margin-left:10px;
}

.eventCalendarImg .month{
	display:block; 
	text-align:left; 
	font-size:12px; 
	position:relative; 
	top:12px;
	color:#000; 
	font-weight:bold; 
	text-align:center;
}

.eventCalendarImg .date{
	display:block; 
	text-align:left; 
	font-size:38px; 
	position:relative; 
	color:#fff; 
	font-weight:normal; 
	text-align:center;
	top:20px;
}

/* Animation */
.fade {
	opacity: 0;
	-webkit-transition: opacity 1.25s linear;
  	-moz-transition: opacity 1.25s linear;
    -ms-transition: opacity 1.25s linear;
    -o-transition: opacity 1.25s linear;
	transition: opacity 1.25s linear;
	/*position:relative;
	z-index:-99;*/
}

/* Privacy Policy */
.privacyPolicy{
	font-size:11px;
	padding-top:5px;
	line-height:11px;
	text-align:right;
	color:#fff;
}
.privacyPolicy a{
	color: #0454a6;
}
.privacyPolicy a:hover {
	text-decoration : underline;
}
.privacyPolicy span{
	text-decoration:none;
}
/* analyst reports */
.analystReports{
}
.analystContainer{
}
.analystContainer thead{
	background:#444;
	color:#fff;
}

/* Financial Info */

.financialInfo .tab-content{
	padding-top:20px;
}

.financialInfo{
	margin-bottom:10px;
}

.financialInfo .nav-tabs &gt; li {
  float: left;
  margin-top: 2px;
}

.financialInfo .nav-tabs &gt; li &gt; a {
  margin-right: 2px;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
  background:#e3e3e3;
  font-weight:bold;
}
@media (max-width: 360px) {
.financialInfo .nav-tabs &gt; li &gt; a {
	font-size: 12px;
	padding: 10px;
}
}
.financialInfo .nav-tabs &gt; li &gt; a:hover {
  border-color: #eee #eee #ddd;
  font-weight:bold;
  color: #c72729;
}
.financialInfo .nav-tabs &gt; li.active &gt; a,
.financialInfo .nav-tabs &gt; li.active &gt; a:hover,
.financialInfo .nav-tabs &gt; li.active &gt; a:focus {
  color: #ffffff;
  cursor: default;
  background-color: #c72729;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  font-weight:bold;
}

.financialInfo .nav-icon &gt; li {
  float: left;
  margin-bottom: -2px;
}

.financialInfo .nav-icon &gt; li &gt; a {
  margin-right: 2px;
  line-height: 1;
  padding:3px;
  margin-bottom: -2px;
  font-weight:bold;
}
.financialInfo .nav-icon &gt; li &gt; a:hover {
  border-color: none;
  margin-bottom:-1px;
  font-weight:bold;
}
.financialInfo .nav-icon &gt; li.active &gt; a,
.financialInfo .nav-icon &gt; li.active &gt; a:hover,
.financialInfo .nav-icon &gt; li.active &gt; a:focus {
  cursor: default;
  background:#ccc;
  padding:3px;
  margin-bottom:-2px;
  font-weight:bold;
}

.nonAdjusted{
	height:15px;
	display:block;
}
.nonAdjusted:hover{
	height:15px;
	display:block;
	cursor:pointer;
}

.adjusted{
	height:15px;
	display:block;
}
.adjusted:hover{
	height:15px;
	display:block;
	cursor:pointer;
}

.graphIcon{
	background:url(../images/graph.png) no-repeat center center;
	width:28px; height:28px;
	display:block;
}
.graphIcon:hover{
	background:url(../images/graphHover.png) no-repeat center center;
	width:28px; height:28px;
	display:block;
	cursor:pointer;
}

.tableIcon{
	background:url(../images/table.png) no-repeat center center;
	width:28px; height:28px;
	display:block;
}
.tableIcon:hover{
	background:url(../images/tableHover.png) no-repeat center center;
	width:28px; height:28px;
	display:block;
	cursor:pointer;
}

.financialInfo table tr td, .financialInfo table thead tr th{
	vertical-align:middle;
}

.financialInfo thead{
	background:#c72729;
	color:#ffffff;
	border-bottom-width: 1px;
}
.financialInfo table thead tr th{
	text-align:right;
	border-bottom-width: 1px;
}
.financialInfo table thead tr th:nth-child(1){
	text-align:left;
	border-bottom-width: 1px;
}
.financialInfo table th:nth-child(1){
	text-align:left;
}
.financialInfo table tbody th:nth-child(1) {
	background-color:#555;
	color:#fff;
}
.financialInfo table tbody th:nth-child(2) {
	background-color:#004f17;
}
.financialInfo table tbody tr td{
	text-align:right;
}
.financialInfo table tbody tr td:nth-child(1){
	text-align:left;
}

.tspan
{
	list-style:none;	
}

/* responsive iframe */
.iframeCorp{ height:1850px;}

/** terms of use **/
.terms{}
.terms h4{
	font-size:18px;
	font-weight:bold;
}
.terms h5{
	font-size:15px;
	font-weight:bold;
}

.terms ul li{
	text-align:justify;
}

table tr.tableHeader td:nth-child(1){
	text-align:center;
}


/** btn **/
.btn {
  display: inline-block;
  padding: 5px 20px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-transition-duration: 0.4s;
   -moz-transition-duration: 0.4s;
   -o-transition-duration: 0.4s;
   transition-duration: 0.4s;
   background-color:#0454a6;
   color: #fff;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  /*opacity: .65;*/
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open &gt; .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open &gt; .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #2eaf9b;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open &gt; .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #2ca693;

}
.btn-primary:active,
.btn-primary.active,
.open &gt; .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #000;
  border-color: #444;
}
.btn-primary .badge {
  color: #189bd7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open &gt; .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open &gt; .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open &gt; .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open &gt; .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open &gt; .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open &gt; .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open &gt; .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open &gt; .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #189bd7;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg &gt; .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
.btn-sm,
.btn-group-sm &gt; .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs &gt; .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}

.fiveYrsTabImage_On
{
  background-image:url("/IR/tdm/images/5years-on.png");
  background-position:center;
  background-repeat:no-repeat;
}
.fiveYrsTabImage_Off
{
  background-image:url("/IR/tdm/images/5years-off.png");
  background-position:center;
  background-repeat:no-repeat;
}
.AsRprtTabImage_On
{
  background-image:url("/IR/tdm/images/asreported-on.png");
  background-position:center;
  background-repeat:no-repeat;
}
.AsRprtTabImage_Off
{
  background-image:url("/IR/tdm/images/asreported-off.png");
  background-position:center;
  background-repeat:no-repeat;
}

/* Pagination */

.pagination {
  display: inline-block;
  padding-left: 1px;
  margin: 20px 0;
  border-radius: 0px;
}
.pagination &gt; li {
  display: inline;
}
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:first-child &gt; span {
  /*margin-left: 0;*/
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination &gt; li:last-child &gt; a,
.pagination &gt; li:last-child &gt; span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:hover,
.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; span:focus {
  color: #fff;
  background-color: #c72729;
  border-color: #ddd;
}
.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #c72729;
  border-color: #ddd;
}
.pagination &gt; .disabled &gt; span,
.pagination &gt; .disabled &gt; span:hover,
.pagination &gt; .disabled &gt; span:focus,
.pagination &gt; .disabled &gt; a,
.pagination &gt; .disabled &gt; a:hover,
.pagination &gt; .disabled &gt; a:focus {
  color: #000;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg &gt; li &gt; a,
.pagination-lg &gt; li &gt; span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg &gt; li:first-child &gt; a,
.pagination-lg &gt; li:first-child &gt; span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination-lg &gt; li:last-child &gt; a,
.pagination-lg &gt; li:last-child &gt; span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination-sm &gt; li &gt; a,
.pagination-sm &gt; li &gt; span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm &gt; li:first-child &gt; a,
.pagination-sm &gt; li:first-child &gt; span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination-sm &gt; li:last-child &gt; a,
.pagination-sm &gt; li:last-child &gt; span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

/** tabs **/
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.tabs {
	float: right;
	margin: 0 0 5px 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 0;padding: 0;
	border-bottom-width: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: right;
	padding: 0 10px;
	text-decoration: none;
	border-right: solid 1px #666666;
	font-size:12px;
	font-weight:normal;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
	color: #000000;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 5px;
	background: none;
}
&lt;!-- menu --&gt;
.list-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.list-wrapper .list-container {
  position: relative;
  overflow: hidden;
  margin: 0 10px 0 0;
}

.list-wrapper .list-container .list-header-container {
  position: relative;
  background: none;
  background-color: #fff;
}

.list-wrapper .list-container .list-header-container a.back-link {
  display: inline-block;
  position: absolute;
  padding: 24px 10px 24px 0px;
  vertical-align: middle;
  text-decoration: none;
}

.list-wrapper .list-container .list-header-container a.back-link:hover { color: #2eb5ef; }

.list-wrapper .list-container .list-header-container h3 {
  margin: 0;
  border: 0 none;
  padding:20px 10px;
  font-weight: 400;
  color: #187cbe;
  font-size: 24px;
  position:relative;
  margin-left:20px;
}

.list-wrapper .list-body-container {
  position: relative;
  left: -15%;
  overflow-x: hidden;
  overflow-y: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 410px;
  width: 115%;
  clear:both;
}
@media (max-width: 768px) {
	.list-wrapper .list-body-container {
		position:relative;
	}	
}
@media (max-width: 820px) {
	.list-wrapper .list-container{
		height:460px;
	}
}

.list-wrapper .list-body-container ul {
  -moz-transition: min-height 0 linear, -moz-transform 0.3s ease-out;
  -o-transition: min-height 0 linear, -o-transform 0.3s ease-out;
  -webkit-transition: min-height 0 linear, -webkit-transform 0.3s ease-out;
  transition: min-height 0 linear, transform 0.3s ease-out;
  -moz-transform: translateX(115%);
  -ms-transform: translateX(115%);
  -webkit-transform: translateX(115%);
  transform: translateX(115%);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  list-style: none;
  top: 0;
  left: 0;
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.list-wrapper .list-body-container ul.hidden { display: none; }

.list-wrapper .list-body-container ul.active-list {
  display: block;
  -moz-transform: translateX(13%);
  -ms-transform: translateX(13%);
  -webkit-transform: translateX(13%);
  transform: translateX(13%);
  min-height: 100%;
}

.list-wrapper .list-body-container ul.active-list.parent-list {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.list-wrapper .list-body-container ul li {
  display: block;
  border-bottom: 1px solid #C0C1C3;
  background: url(../images/menuLeftIcon.gif) left center no-repeat;
  padding: 0;
}

.list-wrapper .list-body-container ul li:first-child { border-top: 0 none; }

.list-wrapper .list-body-container ul li a {
  font-family: 'Open Sans Condensed', Arial, Helvetica;
  display: block;
  padding: 12px 15px;
  color: #187cbe;
  text-decoration: none;
  font-weight: 700;
  font-size:14px;
}

.list-wrapper .list-body-container ul li a .list-label { float: left; }

.list-wrapper .list-body-container ul li a .right-arrow { float: right; }

.list-wrapper .list-body-container ul li a:hover,
.list-wrapper .list-body-container ul li a:focus,
.list-wrapper .list-body-container ul li a.active-link { color: #f78d0f; }


/*mobile device for responsive financial info sections*/
.financialMobile {
	display: none;
}
@media (max-width: 650px) { /* 650px */
.financialMobile {
	display: block;
}
}
.financialDesktop {
	display: block;
}
@media (max-width: 650px) { /* 650px */
.financialDesktop {
	display: none;
}
}
.clickIcon {
	background: url(../images/clickIcon.png) center left no-repeat;
	padding: 0 0 0 18px;
}
.clickIcon:hover {
	background: url(../images/clickHoverIcon.png) center left no-repeat;
}
/* responsive hard code sections */
.frameAnnouncements {
	height: 300px;
}



.iframe-ratio{
	height:2200px !important;
}

.iframe-stats{
	height:2290px !important;
}
.iframe-segmental{
	height:1150px !important;
}
.iframe-fh{
	height:1250px !important;
}
@media (min-width: 1200px) 
{ 

}
@media (max-width: 1200px) { /* 1024px */
.frameAnnouncements {
	height:300px;
}
}
@media (max-width: 1024px) { /* 1024px */
.frameAnnouncements {
	height: 450px;
}
.iframe-ratio{
	height:2300px !important;
}
.iframe-segmental{
	height:1290px !important;
}
.iframe-fh{
	height:1250px !important;
}
.iframe-stats{
	height:2450px !important;
}
}
@media (max-width: 836px) { /* 836px */
.frameAnnouncements {
	height: 260px;
}
.iframe-ratio{
	height:2350px !important;
}
.iframe-stats{
	height:2450px !important;
}
.iframe-segmental{
	height:1290px !important;
}
.iframe-fh{
	height:2250px !important;
}
}
@media (max-width: 480px) { /* 480px */
.frameAnnouncements {
	height: 300px;
}
.iframe-ratio{
	height:2750px !important;
}
.iframe-stats{
	height:2250px !important;
}
.iframe-segmental{
	height:1250px !important;
}
.iframe-fh{
	height:2250px !important;
}

}
@media (max-width: 360px) { /* 360px */
.frameAnnouncements {
	height: 350px;
}


}

.frameUpdates {
	height: 300px;
}
@media (max-width: 1200px) { /* 1024px */
.frameUpdates {
	height:300px;
}
}
@media (max-width: 1024px) { /* 1024px */
.frameUpdates {
	height: 450px;
}
}
@media (max-width: 836px) { /* 836px */
.frameUpdates {
	height: 260px;
}
}
@media (max-width: 480px) { /* 480px */
.frameUpdates {
	height: 300px;
}
}
@media (max-width: 360px) { /* 360px */
.frameUpdates {
	height: 350px;
}
}

/*IPO*/
.ipoHeader {
	color: #ff0000;
	font-weight:bold;
	font-size:16px;
}
/* ----------------------------------------------------------------
    Accordions
-----------------------------------------------------------------*/

.accordion { margin-bottom: 20px; }

.acctitle,
.acctitlec {
    display: block;
    position: relative;
    line-height: 24px;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    border-top: 1px dotted #DDD;
    padding: 10px 0 10px 0px;
}

.director-title{
	color:#c72729;
	font-size:25px;
	padding-right:10px;
}

.acctitle span{
	color:#000;
}

.acctitlec { cursor: auto; }

.acctitle:first-child { border-top: none; }

.acctitle i {
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    text-align: right;
    font-size: 14px;
    line-height: 55px;
}

.acctitle i.acc-open,
.acctitlec i.acc-closed { display: none;}

.acctitlec i.acc-open { display: block;}

.acc_content {
    position: relative;
    padding: 15px 0px;
}


/* Accordion - with Title Background
-----------------------------------------------------------------*/

.accordion.accordion-bg .acctitle,
.accordion.accordion-bg .acctitlec {
    background-color: #EEE;
    line-height: 44px;
    padding: 0 0 0 36px;
    margin-bottom: 5px;
    border-top: 0;
}

.accordion.accordion-bg .acctitle i {
    left: 14px;
    line-height: 44px;
}

.accordion.accordion-bg .acc_content { padding: 10px 0 15px 36px; }


/* Accordion - Bordered
-----------------------------------------------------------------*/

.accordion.accordion-border {
    border: 1px solid #DDD;
    border-radius: 4px;
}

.accordion.accordion-border .acctitle,
.accordion.accordion-border .acctitlec {
    border-color: #CCC;
    line-height: 44px;
    padding: 0 15px 0 36px;
}

.accordion.accordion-border .acctitle i {
    left: 14px;
    line-height: 44px;
}

.accordion.accordion-border .acc_content { padding: 0 15px 15px 36px; }


/*---- policies ------*/
/** News **/
.policies{
	padding:0px;
	margin:0px;
}

.policies .nav-tabs {
  border-bottom: 1px solid #666666;
}

.policies .nav-tabs &gt; li {
  float: left;
  margin-bottom: -1px;
}

.policies .nav-tabs &gt; li &gt; a {
	margin-right: 4px;
	margin-bottom:1px;
	line-height: 1;
	border-radius: 0px 0px 0 0;
	background: #f9f9f9;
	font-weight: normal;
	color: #c72729;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	padding: 10px 12px;
	border-top: solid 1px #f9f9f9;
	border-left: solid 1px #f9f9f9;
	border-right: solid 1px #f9f9f9;
}
@media (max-width: 767px) { /* 650px */
.policies .nav-tabs &gt; li &gt; a {
	min-width: 410px;
	margin-right: 0px;
}
}
@media (max-width: 479px) { /* 650px */
.policies .nav-tabs &gt; li &gt; a {
	min-width: 250px;
	margin-right: 0px;
}
}

.policies .nav-tabs &gt; li &gt; a:hover {
  border-color: #eee #eee #ddd;
  font-weight:normal;
  background-color: #c72729;
  color:#fff;
  border-top: solid 1px #c72729;
	border-left: solid 1px #c72729;
	border-right: solid 1px #c72729;
}
.policies .nav-tabs &gt; li.active &gt; a,
.policies .nav-tabs &gt; li.active &gt; a:hover,
.policies .nav-tabs &gt; li.active &gt; a:focus {
  color: #fff;
  cursor: default;
  background-color: #c72729;
  border-bottom-color: transparent;
  font-weight:normal;
	border-top: solid 1px #c72729;
	border-left: solid 1px #c72729;
	border-right: solid 1px #c72729;
}

.policies tbody tr {
	border-bottom: solid 1px #cccccc;
}

/*Videos*/
.VideosContainer {
	float:left;
	width: 244px;
	margin-left:28px;
	margin-bottom:40px;
}
@media (max-width: 479px) { /* 479px */
.VideosContainer {
	margin-left:0px;
}
}
.videosImages {
	display:block;
	position:relative;
	width:100%;
	margin-bottom:30px;
}
.videosTitle {
	font-weight: left;
	font-size: 19px;
	text-transform: uppercase;	
}
.videosTitle-meta {
	margin: 10px -10px -15px 0px;
	list-style:none;
	padding:0;
}
.videosTitle-meta li{
	float:left;
	font-size:13px;
	line-height:14px;
	margin:0 10px 15px 0;
	color:#999;
	font-style:italic;
}
.videosTitle-meta li:before{
	content:'/';
	display:inline-block;
	margin-right:10px;
	opacity:.5;
}
.videosTitle-meta li i{
	position:relative;
	top:1px;
	font-size:14px;
	margin-right:3px;
}
.videosTitle-meta li a{
	color:#999;
}
.videosTitle-meta li a:hover{
	color:#999;
}
.videosTitle-meta li:first-child:before{
	display:none;
}
.videosTitle-meta li ins{
	font-weight:600;
	text-decoration:none;
}



/** added by kc 201605041719PM **/
/* new quarterly report section */
/* please copy 5 image files as well - q0-14.png */

.quarter-year{
	font-size:120%;
	font-weight:bold;	
	text-align:center;
	margin-bottom:15px;
}

.quarter-icon{
	text-align:center;
	padding:5px 0px;
}

.quarter-icon img{
	opacity: 0.5;
    filter: alpha(opacity=50);
}


.quarter-icon span{
	display:block;	
}

/** added by kc 201605041720PM **/
/* new corporate governance section */

.reports-date{
	border-bottom:3px solid #004D9B;
	text-align:left;
	margin-bottom:10px;
	padding-bottom:10px;
	font-size:80%;
	color:#666;
}

.reports-title{
	font-size:120%;
	min-height:200px;
}

/******* Interactive Stock Charts *******/

.interactiveChartIcon .nav &gt; li &gt; a{
	padding:0px;		
}

.interactiveChartIcon{
	margin:0px;
	padding:0px;
	border:0px;
	margin:10px;
}

.interactiveChartIcon .nav-tabs {
  border-bottom: 0px solid #ddd;
  margin-right:20px;	
}

.interactiveChartIcon .nav-tabs &gt; li {
  transition: all .2s ease-in-out;
}

.interactiveChartIcon .nav-tabs &gt; li &gt; a {
  margin:0 1px;
  background:#e3e3e3;
  padding:8px;
  transition: all .7s ease-in-out;  
}

.interactiveChartIcon .nav-tabs &gt; li &gt; a:hover{
  color: #ffffff;
  cursor:pointer;
  background-color: #2eaf9b;
  transform: scale(1.2);
  margin:0 6px;
}

.interactiveChartIcon .nav-tabs &gt; li.active &gt; a,
.interactiveChartIcon .nav-tabs &gt; li.active &gt; a:hover,
.interactiveChartIcon .nav-tabs &gt; li.active &gt; a:focus {
  color: #ffffff;
  cursor: default;
  background-color: #2eaf9b;
  transform: scale(1.2);
  margin:0 6px;
}

.iconLine{
	background:url(../../cmn/images/interactive-stock-chart/line-chart.png) no-repeat center center;
	padding:14px;
}

.iconLine:hover{
	background:url(../../cmn/images/interactive-stock-chart/line-chart-hover.png) no-repeat center center;
	padding:14px;
}

li.active .iconLine{
	background:url(../../cmn/images/interactive-stock-chart/line-chart-hover.png) no-repeat center center;
	padding:14px;
}


.iconCandleStick{
	background:url(../../cmn/images/interactive-stock-chart/candle-chart.png) no-repeat center center;
	padding:14px;
}

.iconCandleStick:hover{
	background:url(../../cmn/images/interactive-stock-chart/candle-chart-hover.png) no-repeat center center;
	padding:14px;
}

li.active .iconCandleStick{
	background:url(../../cmn/images/interactive-stock-chart/candle-chart-hover.png) no-repeat center center;
	padding:14px;
}

.iconOHLC{
	background:url(../../cmn/images/interactive-stock-chart/ohlc-chart.png) no-repeat center center;
	padding:14px;
}

.iconOHLC:hover{
	background:url(../../cmn/images/interactive-stock-chart/ohlc-chart-hover.png) no-repeat center center;
	padding:14px;
}

li.active .iconOHLC{
	background:url(../../cmn/images/interactive-stock-chart/ohlc-chart-hover.png) no-repeat center center;
	padding:14px;
}


.interactiveChartIcon .durationChart .nav-tabs{
	border:1px solid #ccc;
	margin:0px;
	
}

.interactiveChartIcon .durationChart .nav-tabs li{
	margin:0px;
}

.interactiveChartIcon .durationChart &gt; li &gt; a, .interactiveChartIcon .durationChart .nav &gt; li &gt; a {
	background:none;
	font-weight:normal;	
	color:#666;
	cursor:pointer;
}

.interactiveChartIcon .durationChart &gt; li &gt; a, .interactiveChartIcon .durationChart .nav &gt; li &gt; a:hover {
	background:none;
	font-weight:normal;	
	transform: scale(1);
	padding:8px 3px;
}

.interactiveChartIcon .durationChart &gt; li &gt; a, .interactiveChartIcon .durationChart .nav &gt; li.active &gt; a {
	background:none;
	font-weight:normal;	
	transform: scale(1);
	padding:8px 3px;
}

.interactiveChartIcon .durationChart .nav-tabs &gt; li &gt; a span, .interactiveChartIcon .durationChart .nav &gt; li &gt; a span {
	margin:0px; padding:0px;

}

.interactiveChartIcon .durationChart .nav-tabs &gt; li.active &gt; a,

.interactiveChartIcon .durationChart .nav-tabs &gt; li.active &gt; a:hover,
.interactiveChartIcon .durationChart .nav-tabs &gt; li.active &gt; a:focus {
	color: #2c3e50   !important;
	background:none;
	transform: scale(1);
	text-transform:uppercase;
	font-weight:bold;
}

.interactiveChartIcon .durationChart .nav-tabs &gt; li .durationLabel {background:#2eaf9b; color:#fff; margin-right:0px;margin-bottom:0px; cursor:default;padding:8px;}

@media (max-width:480px){
	.interactiveChartIcon .durationChart .nav-tabs{
		margin-top:20px;
		width:100%;
		border-left:0px;
		border-right:0px;
	}
	
	.interactiveChartIcon .durationChart .nav-tabs &gt; li .durationLabel {
		display:none;	
	}
	
	.interactiveChartIcon .durationChart &gt; li &gt; a, .interactiveChartIcon .durationChart .nav &gt; li &gt; a {
		background:none;
		font-weight:normal;	
		transform: scale(1);
		padding:8px 3px;
	}
	
	span.highcharts-title{
			left:10px!important;
			padding-bottom:25px;
	}
}

/******* end Interactive Stock Charts *******/

/* Date picker*/
.ui-widget-content
{
	font-size:14px;
}

.ui-datepicker .ui-datepicker-prev
{
left:5px;
background: url(../img/glyphicons-217-circle-arrow-left.png) no-repeat left center;
height:40px;
width:35px;
}

.ui-datepicker .ui-datepicker-prev:hover
{
background: url(../img/glyphicons-217-circle-arrow-left-hover.png) no-repeat left center;
height:40px;
width:35px;
left:5px;
}


.ui-datepicker .ui-datepicker-next {
background: url(../img/glyphicons-218-circle-arrow-right.png) no-repeat right center;
height:40px;
width:35px;
right:5px;
}

.ui-datepicker .ui-datepicker-next:hover
{
background: url(../img/glyphicons-218-circle-arrow-right-hover.png) no-repeat right center;
height:40px;
width:35px;
right:5px;
	}

.ui-datepicker th{
	color:#2b3991;	
}

.ui-datepicker th:first-child{
	color:#ff0000;	
}

.ui-datepicker td:first-child a{
	color:#ff0000;	
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
	background:#c72729 !important;
	color:#ffffff!important;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{

	min-width:0px;
	border: 0px solid #eee;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background:#fff;
	color:#333;
	border-radius:0px;
	border:none;
	color:#666666;
	font-size: 14px;
	font-weight:normal;
}

.icon-circle-arrow-left:before, .icon-circle-arrow-left:after{
	content:""!important;
}

.icon-circle-arrow-right:before, .icon-circle-arrow-right:after{
	content:""!important;
}
/******* end Date Picker*******/

/*****New Corporate Governance******/

#corporate-governance .section
{
      margin-bottom:15px;margin-top:15px;
}
.pdf-box
{
  text-align:center;background-image:url(../images/cg-bg.jpg);
  background-position:center center;background-size:cover;height:100%;
  display:table;width:100%;
}
.pdf-box h4
{
                padding:20px 12px;font-size:17px;line-height:20px;color:#fff;height:100%;
                display:table-cell;vertical-align:middle;height:120px;font-weight:400;     
                margin:0px;
}
.pdf-box a, .download-wrapper a
{
                background-color:rgba(2,121,190,0.9);color:#fff;padding:5px 3px;display:block;
                font-size:14px;transition:1s ease all;text-align:center;
                
}
.pdf-box:hover a, .download-wrapper a:hover
{
                background-color:rgba(28,45,127,0.9);color:#fff;
}
.pdf-box a:after, .download-wrapper a:after
{
                content: "\f019";
    font-family: FontAwesome;
    padding-left: 08px;
}
.download-wrapper
{
                text-align:center;background-image:url(../images/cg-bg.jpg);
}
.box-wrapper
{
                height:100%;
                margin-bottom:30px;
}

/*****End New Corporate Governance******/
/*==========================================================
new section stock performance css starts here
============================================================*/
.irstkkperformance{
	background-color: #fff;
   /* padding-bottom: 20px;*/
    padding-top: 50px;
	margin-bottom:31px;
}

.stk-header{
	float:left;
	width:100%;
	font-size: 30px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform:inherit;
    margin: 0 0 20px 0;
    line-height: 30px;
    color: #c72729;
    float: left;
    
	text-align:center;
}



.stk-title{
		float:left;
	width:100%;
	font-size: 30px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform:inherit;
    margin: 0 0 20px 0;
    line-height: 30px;
    color: #2eaf9b;
}

.stk-price{
		float:left;
	width:100%;
	font-size: 30px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform:inherit;
    margin: 0 0 20px 0;
    line-height: 30px;
    color: #000;
	text-align:right;
}
.stk-price .stk-rm{
	font-size:24px;
	line-height:24px;
	margin-right:10px;
}
.stk-price .chg{
	margin-left:10px;
	font-size:18px;
	line-height:18px;
	font-weight:normal;
}

.stk-price.priceUp{
	color:#2eaf9b !important;
}
.stk-price.priceDown{
	color:#a71e22 !important;
}
.stk-open, .stk-val, .stk-low, .stk-high{
	/*background:#f2efef;*/
	width:100%;
	height:100%;
	text-align:center;
	font-size:20px;
	color:#000000;
	padding:20px;
	min-height:138px;
}
.lc{
	background:#f2efef;
}
.dc{
	background:#e5e5e5;
}
.o-icon, .h-icon, .l-icon, .v-icon{
	text-align:center;
	margin-bottom:10px;
}
.o-title, .h-title, .l-title, .v-title{
	font-size:18px;
	line-height:18px;
	font-weight:normal;
	color:#000;
	margin-bottom:10px;
}

.o-val, .h-val, .l-val, .v-val{
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	color:#000;
}

.ohlv-foot{
	margin-top:20px;
}

.eot{
	font-size:14px;
	line-height:14px;
	color:#8b8b8b;
	text-align:right;
}

.stk-graph{
}

@media (max-width: 767px) {
	
.stk-title{
	text-align:center;
}
.stk-price{
	text-align:center;
}

.ohlv-sec{
	margin-bottom:20px;
}
	
.mhc{
	background:#f2efef !important;
}
.mlc{
	background:#e5e5e5 !important;
}	
}

@media (max-width:360px){
	.stk-header {
		font-size:24px;
		
	}
	
	.medianews-date-wrapper {
    width: 30%;
	padding-top: 18%;
}
.medianews-title-wrapper {
    width: 70%;
}
.pageTitle h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #c72729;
    margin: 0px 0 30px 0;
    letter-spacing: 1px;
}

.bursanews-header {
    background-color: #f2ede8;
    padding: 20px 10px;
    border-bottom: 2px solid #c72729;
    margin-bottom: 10px;
}
.bursanews-header .more-button input {
    background-color: #c72729;
    color: #fff;
    border-radius: 0px;
    font-weight: normal !important;
    /* border: 2px solid #ece1d7; */
    padding: 7px 12px;
    letter-spacing: 2px;
    border: none;
    border-radius: 5px;
}
.stockWrapper {
    padding: 50px 0px;
}
.stockTitle {
    font-size: 19px;
    padding: 0;
	line-height:22px;
}
.stockPrice span.priceUp {
    font-size: 32px;
    line-height: 32px;
}
.stockPrice {
    text-align: center;
    padding-top: 30px;
}
.stockPrice span.Up {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    vertical-align: middle;
}
.stockPrice span.Down {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    vertical-align: middle;
}
.stockDetail {
    font-size: 15px;
    float: left;
    text-align: center;
    line-height: 25px;
}
.stockQuoteType {
    font-size: 13px;
    float: left;
    text-align: center;
    width: 100%;
}
	
}</pre></body></html>