@font-face {
    font-family: 'Gill Sans MT';
    src: url('../fonts/GillSansMT.woff2') format('woff2'),
        url('../fonts/GillSansMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/GillSans-Light.woff2') format('woff2'),
        url('../fonts/GillSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.stocks, .stk-mkt {width: 100%; max-width: 570px; margin: auto;}
.full-bg {
    background: url('../images/genting-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover; 
    padding: 20px 0;
    line-height: 1;
    width: 100%;
}
.stock-title {text-align: center;}
.stock-title h2 {
    font-family: 'Gill Sans Mt', sans-serif;
    font-weight: normal;
    font-size: 3rem;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

.stock-title h2 span:first-child {padding-right: 10px;}
.stock-title h2 span:last-child {border-left: 4px solid; padding-left: 10px;}
.stock-title h2:before {
    content: url('../images/gentingstock-logo.png');
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

.stock-price {
    text-align: center;
    font-family: 'Gill Sans Mt', sans-serif;
    font-weight: normal;
    color: #fff;
}

.stock-price span {font-size: 2.5rem;}
.stock-price {font-size: 6rem;}
.stock-price .priceUp:before {
    content: url('../images/priceUp.png');
    width: 20px;
    height: 20px;
    padding-left: 10px;
}
.stock-price .priceDown:before {
    content: url('../images/priceDown.png');
    width: 20px;
    height: 20px;
    padding-left: 10px;
}
.stock-price .stock-chg {
    font-family: 'Gill Sans', sans-serif;
    font-weight: 300;
    font-size: 2rem;
    margin-top: 10px;
}
.stock-price .chg-percent {padding-left: 10px;}

.hlv {
    color: #fff;
    text-align: center;
    font-family: 'Gill Sans', sans-serif;
    font-size: 0;
    padding: 20px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #fff;
    width: 100%;
    max-width: 570px;
    margin: 15px auto;
}

.hlv .high, .hlv .low, .hlv .vol {
    display: inline-block;
    width: 33.33%;
    max-width: 136px;
    line-height: 1.2;
}

.hlv span{display: block; font-size: 1.5rem; text-transform: capitalize;}
.hlv .high span:last-child, .hlv .low span:last-child, .hlv .vol span:last-child {font-size: 2rem;}

.stk-quote{
    font-family: 'Gill Sans', sans-serif;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
}

.genrm-btn {
    background-color: #e6e6e6;
    font-family:'Gill Sans Mt', sans-serif ;
    max-width: 570px;
    margin: auto;    
}
.genrm-btn a, .genrm-btn span {
    display: block;
    color: #707070;
    text-decoration: none;
}
.genrm-btn a {
    border: 0;
    border-radius: 0;
    background: url(../images/icoArrowRedRight.png);
    background-repeat: no-repeat;
    background-position: center right 30px;
    padding: 16px 15px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.genrm-btn a:hover {
    background-color: #e6e6e6;
    border: 0;
    border-radius: 0;
    background-position: center right 25px;
}

.genrm-btn span:first-child {font-size: 2rem; text-transform: uppercase;}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary, .btn:focus, .btn:active:focus, .btn.active:focus {
    border: 0;
    border-radius: 0;
    background-color: #e6e6e6;
}
#ctl00_submenu ul li a:hover{background: transparent; border: 0;}

.priceticker .btn:before {
    font-family: FontAwesome;
    content: "\f01e";
    font-size: 16px;    
    pointer-events: none;
    color: #fff;    
}
@media (min-width: 1200px){
    .full-bg {}
    .stocks {max-height: 380px;}
}

@media (max-width: 480px){
    .full-bg {background-size: cover;}
}

