/*!
 * index css
 */


.bg-window{
    background-color: rgba(255,255,255,0.1);
}


.border-focus-orange {
    border-radius: 0.25rem;
    border: 1px solid #ea5830;
}

.border-white-radius {
    border-radius: 0.25rem;
    border: 1px solid #ffffff;
}

.border-orange {
    border: 1px solid #ea5830;
}



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

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {


}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {



}

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



}
/*@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;
    }
}*/

