.section-company {
    background: #ffffff;
    padding: 50px 0;
}

.section-company h2 {font-weight: 600;}
.section-company h5 {margin-top: -30px; color: #915C03;}

.section-warning {
    background: #000000;
    padding: 15px 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 18px;
    font-weight: 300;
    text-align: justify;
}

.section-quote {
	background: #172037 url('../img/bg-quote.jpg') center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 0;
}

.table td, .table th {
    padding: 0.85rem !important;
}
.sgb-time {color: #fff; font-size: 30px; font-weight: 300; padding: 30px 0px !important; border: 1px solid #ffffff; background-color: #000;}
.sgb-time span.companyname {font-weight: 600; color: #C09712;}
.qatitle {font-size: 28px !important; font-weight: 700 !important; color: #000; text-align: center;}
.qavalue {font-size: 30px !important; font-weight: 700; color: #ffffff; margin-bottom: 14px; text-align: center;}
.qall {font-size: 28px !important; font-weight: 500; color: #ffffff;}
.qtime {margin-bottom: 9px;}
.qhead {
background: #ECB302;
background: -moz-linear-gradient(top, #9F6A2B 0%, #ECB302 20%); 
background: -webkit-linear-gradient(top, #9F6A2B 0%,#ECB302 20%); 
background: linear-gradient(to bottom, #9F6A2B 0%,#ECB302 20%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9F6A2B', endColorstr='#ECB302',GradientType=0 );
}
.qc-l {width: 50%; float: left;}
.qc-r {width: 50%; float: left; text-align: right;}
.qcplus {
background: #1d8200; 
background: -moz-linear-gradient(top, #164f00 0%, #1d8200 20%); 
background: -webkit-linear-gradient(top, #164f00 0%,#1d8200 20%); 
background: linear-gradient(to bottom, #164f00 0%,#1d8200 20%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#164f00', endColorstr='#1d8200',GradientType=0 ); 
}
.qcmin {
background: #980d0a; 
background: -moz-linear-gradient(top, #600806 0%, #980d0a 20%); 
background: -webkit-linear-gradient(top, #600806 0%,#980d0a 20%); 
background: linear-gradient(to bottom, #600806 0%,#980d0a 20%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#600806', endColorstr='#980d0a',GradientType=0 );
}
.qblack {
background: #222222;
background: -moz-linear-gradient(top, #000000 0%, #222222 20%); 
background: -webkit-linear-gradient(top, #000000 0%,#222222 20%); 
background: linear-gradient(to bottom, #000000 0%,#222222 20%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222',GradientType=0 );
}


.section-banner {
    background: #172037;
    padding: 50px 0;
}

.reg {
    background: #D66325 url(../img/bg_reg.png) left top no-repeat;
    min-height: 60px;
    text-align: right;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}

a.btn-reg {
    background: #FCC700;
    color: #064054;
    padding: 5px 10px;
    font-size: 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

a.btn-reg:hover{
    background: #064054;
    color: #FCC700;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

.trade {
    background: #FCC500 url(../img/bg_trade.png) left top no-repeat;
    min-height: 60px;
    text-align: right;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}

a.btn-live {
    background: #064054;
    color: #fff;
    padding: 5px 10px;
    font-size: 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

a.btn-live:hover{
    background: #D66325;
    color: #000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

.section-news {
    background: #EDEDED;
    padding: 50px 0;
}

.section-news h2 {
    font-weight: 600;
    text-transform: uppercase;
}
.section-news h4 {color: #8B572A; text-decoration: none;}
.section-news .article-box {
    overflow: hidden;
    height: 160px;
}
.section-news .article-box img{
    width: 100%;
}
.section-news .post-meta {
    color: #F5A623;
}

.section-announcement {
    padding: 50px 0;
}

.section-announcement h2 {
    font-weight: 600;
    text-transform: uppercase;
}
.section-announcement h4 {color: #8B572A; text-decoration: none;}
.section-announcement .post-meta {
    color: #F5A623;
}

.section-callout {
	background: #ECB615 url('../img/bg-callout.jpg') center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 0;
}

.sgb {color: #ECB302;}


.section-content {
    padding: 50px 0;
}

.section-marketupdate {
    background: #EDEDED url('../img/bg-chart.png') center center;
    padding: 50px 0;
}
.section-marketupdate h2 {
    font-weight: 600;
    color:#edd66c;
    text-transform: uppercase;
}
.section-marketupdate h4 {color: #8B572A; text-decoration: none;}
.section-marketupdate .article-box {
    overflow: hidden;
    height: 170px;
    position: relative;
}
.section-marketupdate .article-box img{
    width: 100%;
}
.section-marketupdate .article-box h4{
    bottom: 0.5em;
    background: #0000009e;
    position: absolute;
    color: #e4c14b;
    padding: 0.4em;
    font-size: 1em;
    width: 100%;
}

/*-------------- Start device screen 1024 --------------*/

@media screen and (max-width: 1024px) {

    .sgb-time {font-size: 26px;}
    .qatitle {font-size: 25px !important;}
    .qavalue {font-size: 28x !important;}
    .qall {font-size: 25px !important;}
    .aboutus {
        padding: 95px 0 30px;
    }
}



/*-------------- Start device screen 768 --------------*/

@media screen and (max-width: 768px) {

    .sgb-time {font-size: 20px;}
    .qatitle {font-size: 25px !important;}
    .qavalue {font-size: 25x !important;}
    .qall {font-size: 20px !important;}
}


/*-------------- Start device screen 425 --------------*/

@media screen and (max-width: 425px) {

    .sgb-time {font-size: 12px;line-height: 15px;}
    .qatitle {font-size: 13px !important;}
    .qavalue {font-size: 13px !important; margin-bottom: 0px;}
    .qall {font-size: 10px !important;}
    .table td, .table th {
    padding: 0.3rem !important;
    }
}


/*-------------- Start device screen 375 --------------*/

@media screen and (max-width: 375px) {

    .sgb-time {font-size: 11px;line-height: 15px;}
    .qatitle {font-size: 11px !important;}
    .qavalue {font-size: 11px !important; margin-bottom: 0px;}
    .qall {font-size: 9px !important;}
    .table td, .table th {
    padding: 0.3rem !important;
    }
}

/*-------------- Start device screen 320 --------------*/

@media screen and (max-width: 320px) {

    .sgb-time {font-size: 10px;line-height: 15px;}
    .qatitle {font-size: 10px !important;}
    .qavalue {font-size: 10px !important; margin-bottom: 0px;}
    .qall {font-size: 8px !important;}
    .small-table {padding: 0 !important;}
    .table td, .table th {
    padding: 0.3rem !important;
    }
}