﻿/** Head Fonts **/
@font-face {
    font-family: 'FOR smart Sans';
    src: url('../fonts/specific/FORsmartSans-Regular.eot');
    src: url('../fonts/specific/FORsmartSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/specific/FORsmartSans-Regular.woff2') format('woff2'), url('../fonts/specific/FORsmartSans-Regular.woff') format('woff'), url('../fonts/specific/FORsmartSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FOR smart Sans';
    src: url('../fonts/specific/FORsmartSans-Bold.eot');
    src: url('../fonts/specific/FORsmartSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/specific/FORsmartSans-Bold.woff2') format('woff2'), url('../fonts/specific/FORsmartSans-Bold.woff') format('woff'), url('../fonts/specific/FORsmartSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FOR smart Next';
    src: url('../fonts/specific/FORsmartNext-Regular.eot');
    src: url('../fonts/specific/FORsmartNext-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/specific/FORsmartNext-Regular.woff2') format('woff2'), url('../fonts/specific/FORsmartNext-Regular.woff') format('woff'), url('../fonts/specific/FORsmartNext-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FOR smart Next';
    src: url('../fonts/specific/FORsmartNext-Bold.eot');
    src: url('../fonts/specific/FORsmartNext-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/specific/FORsmartNext-Bold.woff2') format('woff2'), url('../fonts/specific/FORsmartNext-Bold.woff') format('woff'), url('../fonts/specific/FORsmartNext-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



h1 {
    /*text-transform: uppercase;*/
    margin-top: 1em;
    margin-bottom: 0.8em;
}

h1 {
    font-family: 'FOR smart Sans', Arial, Helvetica, sans-serif;
}

    h1 strong {
        font-family: 'FOR smart Sans', Arial, Helvetica, sans-serif;
    }

body, input, select, td {
    font-family: 'FOR smart Sans', Arial, Helvetica, sans-serif;
}

.btn-temp1 {
    
    background-color: #ad0040;
    border: 1px solid #ad0040;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 42px;
    vertical-align: middle;
    border-radius: 0;
    height: 42px;
    max-height: 42px;
    padding: 0 18px;
    word-wrap: break-word;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    
}

    .btn-temp1:hover {
        text-decoration: none;
        color: white;
        background: #0068aa;
        background-color: #820030;
        border: 1px solid #820030;
    }

.btn-common {
    background-color: #141413;
    color: #fff;
    border: 1px solid #141413;
    padding: 16px 35px;
    border-radius: 999px !important;
    line-height: 130%;
    font-weight: 700;

    display: inline-block;
    font-size: 15px;
    letter-spacing: .028px;
    text-transform: uppercase;
    margin-top: 30px;
    transition: all ease-in-out 500ms;
}

    .btn-common:hover {
        background-color: #3b3d3e;
        border: 1px solid #3b3d3e;
        color: #fff;
        text-decoration: none;
    }

.btn-locdate, .btn-cta {
    /*background: #fff;
            color: #001e50;
            border: 1px solid #dee1e3;
            box-sizing: border-box;
            display: inline-table;
            font-family: 'Volvo Broad', Arial, Helvetica, sans-serif;
            font-weight: bold;
            font-size: 18px;
            line-height: 20px;
            vertical-align: middle;
            border-radius: 4px;*/
    /*height: 42px;
            max-height: 42px;*/
    /*min-width: 198px;
            padding: 10px 18px;
            padding-top: 7px;
            width: 100%;
            word-wrap: break-word;
            text-transform: none;
            text-align: center;*/
}

    .btn-locdate.active {
        color: #141413 !important;
        background: #d7e600;
        border-color: #d7e600;
        color: #fff;
        text-decoration: none;
    }

    .btn-locdate:hover, .btn-cta:hover {
        color: #141413 !important;
        background: #d7e600;
        color: #fff;
        text-decoration: none;
    }

.btn-locdate {
    margin-top: 0;
}

.btn_cap {
    height: 100%;
    width: 100%;
    background: #141413;
    display: block;
    height: 60px;
    cursor: pointer;
    color: white;
    text-decoration: none;
    line-height: 60px;
    font-size: 32px;
}

.btn {
    border-radius: 0;
    padding: 0;
}

.btn_cap.blocked, .btn_cap.blocked:hover {
    background: #ccc;
    cursor: not-allowed;
}

.btn_cap:hover, .btn_cap.selected {
    background: #d7e600;
    color: #141413;
    text-decoration: none;
}
