    @font-face {
        font-family: "Roboto";
        font-weight: 100;
        src: url('/assets/roboto/Roboto/Roboto-Thin.ttf') format('truetype');
    }

    @font-face {
        font-family: "Roboto";
        font-weight: 100;
        font-style: italic;
        src: url('/assets/roboto/Roboto/Roboto-ThinItalic.ttf') format('truetype');
    }

    @font-face {
        font-family: "Roboto";
        font-weight: 300;
        src: url('/assets/roboto/Roboto/Roboto-Light.ttf') format('truetype');
    }

    @font-face {
        font-family: "Roboto";
        font-weight: 300;
        font-style: italic;
        src: url('/assets/roboto/Roboto/Roboto-LightItalic.ttf') format('truetype');
    }

    /* Normal */ 
    @font-face {
        font-family: "Roboto";
        font-weight: 400;
        src: url('/assets/roboto/Roboto/Roboto-Regular.ttf') format('truetype');
    }
    @font-face {
        font-family: "Roboto";
        font-weight: 400;
        font-style: italic;
        src: url('/assets/roboto/Roboto/Roboto-Italic.ttf') format('truetype');
    }

    /* medium */ 
    @font-face {
        font-family: "Roboto";
        font-weight: 500;
        src: url('/assets/roboto/Roboto/Roboto-Medium.ttf') format('truetype');
    }
    @font-face {
        font-family: "Roboto";
        font-weight: 500;
        font-style: italic;
        src: url('/assets/roboto/Roboto/Roboto-MediumItalic.ttf') format('truetype');
    }


    @font-face {
        font-family: "Roboto";
        font-weight: 700;
        src: url('/assets/roboto/Roboto/Roboto-Bold.ttf') format('truetype');
    }

    @font-face {
        font-family: "Roboto";
        font-weight: 700;
        font-style: italic;
        src: url('/assets/roboto/Roboto/Roboto-BoldItalic.ttf') format('truetype');
    }
    
    @font-face {
        font-family: "Roboto";
        font-weight: 900;
        src: url('/assets/roboto/Roboto/Roboto-Black.ttf') format('truetype');
    }

    @font-face {
        font-family: "Roboto";
        font-weight: 900;
        font-style: italic;
        src: url('/assets/roboto/Roboto/Roboto-BlackItalic.ttf') format('truetype');
    }

    html, body, button, select, textarea, input, a, .itracing-nav-container {
      font-family: 'Roboto', sans-serif;
      font-weight: normal;
    }


    .fc-red-itracing {
        color: #ce2933;
    }

    .bgc-red-itracing {
        background-color: #ce2933;
    }

    .fc-dark-grey-itracing {
        color: #333333;
    }
    
    .bgc-dark-grey-itracing {
        background-color: #333333;
    }

    .fc-grey-itracing {
        color: rgb(153, 153, 153);
    }

    .bgc-grey-itracing {
        background-color: rgb(153, 153, 153);
    }

    .fc-light-grey-itracing {
        color: #ebebeb;
    }
    
    .bgc-light-grey-itracing {
        background-color: #ebebeb;
    }

    .uppercase {
        text-transform: uppercase;
    }

    .shadowed {
        text-shadow: 1.5px 2.6px 3px rgba(1, 2, 0, 0.2);
    }

    .sizex4 {
        font-size: 4em;
    }

    .sizex3 {
        font-size: 3em;
    }
    
    .sizex2 {
        font-size: 2em;
    }

    .sizex1-5 {
        font-size: 1.5em;
    }

    .sizex1-2 {
        font-size: 1.2em;
    }

    .content-max-width {
        max-width: 700px;
    }

    .roboto-thin {
        font-family: 'Roboto', sans-serif;
        font-weight: 100;
    }

    .roboto-light {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
    }

    .roboto-regular {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
    }

    .roboto-medium {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
    }

    .roboto-bold {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
    }

    .roboto-black {
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
    }

    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
    }

    .btn-radius {
        border-radius: 5em;
        cursor:pointer; 
    }

    .imagelink:active, .imagelink:focus, .imagelink:visited, .imagelink:link {
        text-decoration: none;
    }

    .imagelink:hover {
        text-decoration: none;
        opacity: 0.8;
    }

    .red_title_itracing {
        font-size: 2em;
        color: #ce2933;
    }

    .itracing-header {
        margin: 0em;
        padding: 0em;
    }

    nav.itracing {
        background-color: rgba(0, 0, 0, 0.1);
    }

    nav.itracing a.nav-link {
        /* font-size: 14px; */
        font-size: 1em;
        text-transform: uppercase;
        padding-left: -2em;
        padding-right: -2em;
        padding-bottom: 0.3em;
        border-bottom: 0em solid;
    }
    
    nav.itracing a.nav-link:link {
        color: white;
        opacity: 0.7;
    }

    nav.itracing a.nav-link.selected:link {
        color: white;
        opacity: 1;
        
        border-bottom: 0.1em solid;
    }

    nav.itracing a.nav-link:visited {
        color: white;
        opacity: 0.7;
    }

    nav.itracing a.nav-link.selected:visited {
        color: white;
        opacity: 1;
        border-bottom: 0.1em solid;
    }
    
    nav.itracing a.nav-link:hover {
        color: white;
        opacity: 0.7;
    }
    
    nav.itracing a.nav-link:active {
        color: white;
        opacity: 0.7;
    }

    nav.itracing .form-inline .nav-link:focus {
        color: white;
        opacity: 0.7;
    }
    
    nav.itracing .form-inline .nav-link:hover {
        color: white;
        opacity: 0.9;
    }



    nav.itracing .navbar-toggler {
        color: white;
        opacity: 0.7;
    }

    nav.itracing .navbar-toggler:hover {
        color: white;
        opacity: 0.7;
    }

    nav.itracing .navbar-toggler:focus {
        color: white;
        opacity: 0.9;
    }


    .itracing-home-carousel .carousel-item
    {
        background-color:transparent;
        color:white;
    }

    .itracing-home-carousel, 
    .itracing-home-carousel .carousel-item {
        width:100%;
        height:15em; 
    }

    .itracing-home-carousel {
        margin-top: 2em;
    }

    .itracing-home-carousel .card {
        color:white;
        background-color: rgba(0, 0, 0, 0.1);
        /* background-color: transparent; */
    }

    .itracing-home-carousel .carousel-indicators {
        margin: 10em;
    }

    /*
    .itracing-nav-container {
        background: url('/images/defence.jpg') no-repeat center;
        background-size: cover;
        padding-bottom: 0em;
    }
    */

    /* bread crumb */ 

    .itracing-breadcrumb {
        margin-top: 1em;
        position: relative; 
        margin-bottom: 1em; 
        width: 100%;
    }

    .itracing-breadcrumb nav {
        position: absolute; 
        top: 30%; 
        left: 20%; 
        width: 70%;
        background-color: transparent;
    }

    /* Menu country selection */ 

    .itracing-select-country {
        margin-top: 0.7em;
    }
    
    .itracing-select-country .dropdown-menu {
        min-width: 1em;
    }

    .itracing-select-country .btn1, 
    .itracing-select-country .dropdown-menu {
        background-color: rgba(0, 0, 0, 0.3);
        color: rgba(255, 255, 255, 0.7);
        font-size: 1.3em;
    }

    .itracing-select-country .dropdown-item {
        color: rgba(255, 255, 255, 0.7);
    }

    .itracing-select-country .dropdown-item:hover {
        background-color: rgba(255, 255, 255, 0.5);
        color: black;
    }

    .itracing-select-country .btn-secondary {
        border-color: rgba(255, 255, 255, 0.5);
    }

    .itracing-select-country .btn-secondary.active, 
    .itracing-select-country .btn-secondary:active, 
    .show>.btn-secondary.dropdown-toggle {
        background-color: rgba(255, 255, 255, 0.5);
    }

    /* FOOTER */
    div.itracing-footer {
        background-color: gray;
        color: white;
    }

    div.itracing-copyright {
        padding: 1em;
        background-color: black;
        color: white;
    }
    
    div.itracing-footer .links div.row {
        padding: 0.5em;
    }

    div.itracing-footer .btn-secondary {
        background-color: transparent;
        color: white;
    }

    div.itracing-footer .title {
        margin: 2em;
    }

    div.itracing-footer .main-col {
        padding-top: 1em;
        padding-bottom: 1em;  
    }

    div.itracing-footer .twitter .ico {
        color: dodgerblue;
    }

    div.itracing-footer .linkedin .ico {
        color: white;
    }

    div.itracing-footer .newsletter .ico {
        color: red;
    }
    
    div.itracing-footer .lastnews-mini p {
        font-size: 0.8em;
    }

    div.itracing-footer .lastnews-mini .date {
        color: darkslategrey;
    }