﻿@font-face { font-family: ARMOURCd_Lt; src: url('../fonts/ARMOURCd_Lt.ttf') format('truetype'); }

.menu-new li a:hover, .menu-new li a:active, .menu-new li a.active {
                    color: red;
                }

        .sub-menu-active {
            border-bottom: 5px solid red;
        }

        .menu-active {
            color: red;
        }

      

.fx-text-primary
{
    color: #ed1c24;
}

.navbar-default .nav li.HL a {
    border-bottom-color: #ed1c24;
    border-bottom-style: solid;
    border-bottom-width: thick;
}

.hov{
    width:20px;
    height:20px;
}
.hov2{
    width:30px;
    height:30px;
}
.hov3{
    width:60px;
    height:60px;
}


.endText {
        bottom:50px;
    }

.fx-bg-primary
{
    background-color: #ed1c24;
}

@media (min-width: 992px) {
    .col-rate-nut {
        width: 20%;
    }
}

.bg-full-red {
    background-color: red;
}

.bg-blue {
    background-color: #4575E1;
}

.bg-light-blue {
    background-color: #188EF9;
}

.bg-green {
    background-color: #75C469;
}

.bg-purple {
    background-color: #B46793;
}

.bg-yellow {
    background-color: #F5E22E;
}

.bg-white {
    background-color: #fff;
}


.fx-text-big-blue{
    color:#1AA3D0;
    font-size:20px;
}

.opacityButton {
        opacity: 0.4;
        filter: alpha(opacity=40); /* For IE8 and earlier */
    }

.opacity-text-big {
         font-size:20px;
        opacity: 0.4;

        filter: alpha(opacity=40); /* For IE8 and earlier */
    }

a {
    color: #ed1c24;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #ed1c24;
}

a:hover {
           color: red;
}

h2
{
    color: #ed1c24;
}

.btn-fx-primary-outline
{
    border-style: solid;
    border-width: thin;
    border-color: #ed1c24;
    border-radius: 6px;
    text-transform: uppercase;
    /*font-family: TradeGothic;*/
    background-color: transparent;
    color: #ed1c24;
}

.btn-fx-primary {
    border-color: #ed1c24;
    text-transform: uppercase;
    /*font-family: TradeGothic;*/
    font-weight: 700;
    color: #fff;
    background-color: #ed1c24;
}

.navbar-default .nav li a:hover {
            background-color: #ed1c24;
            color: #fff;
        }

/*Drop Down Menu on NavBar*/
.navbar-default .nav li ul li a, ul.nav-tabs li a {
    text-transform: none;
    /*font-family: TradeGothic;*/
    font-weight: 400;
    letter-spacing: 1px;
    color: #ed1c24;
}



/*Used for red header*/
header div.RedHeader
{
    color: white;
    background-color: #ed1c24;
    padding: 15px;
}

header div.LightRedHeader
{
    color: white;
    background-color: #fee7e8;
    padding: 15px;
}



@font-face {
    font-family: 'ARMOURCd_Lt';
    src: url('../fonts/ARMOURCd_Lt.ttf') format('truetype');
}