/*!
 * index css
 */


#price-section .symbol{
    color: #c49a6c;
    border: none;
}
#price-section .bid{
    color: #ff001e;
    border: none;
}
#price-section .offer{
    color: #24be00;
    border: none;
}
#price-section .change{
    color: #8b8b8b;
    border: none;
}

#map-tips{
    background: url("/img/mainpage/index/uk-map.png") no-repeat center;
    background-size: cover;
    /*margin-top: -120px;*/
    padding-top: 200px;
}

#products-logo{
    width:50% !important;
}


#trade-better{
    background: #1f0000 url("/img/mainpage/index/feather.png") no-repeat center;

}



#trade-better .better{
    background-color: RGBA(61,1 ,1, 0.6);
}

#trade-tech .tech-icon{
    width:50px;
}


#trade-providing .providing-icon{
    width:150px;

}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {


}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    #products-logo{
        width:75% !important;
    }

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    #map-tips{
        padding-top: 300px;
    }

    #trade-tech .tech-icon{
        width:70px;
    }


    #trade-providing .providing-icon{
        width:250px;
    }


}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px ) {

    #map-tips{
        padding-top: 500px;
    }

    #products-logo{
        width:50% !important;
    }

    #trade-better{
        background: #1f0000;

    }

    #trade-tech .tech-icon{
        width:100px;
    }



    #trade-providing .providing-icon{
        width:400px;
    }


}
/*@media screen and (min-width:1900px) and (max-width: 2000px) {
    #map-tips .pro-liq{
        width:79%;
        margin-left: -14rem;
        text-align: center;
    }


    #dma-price .dma{
        width: 96%;
        margin-left: -14rem;
        text-align: right;
    }
}*/

