﻿/* ReSharper disable once UnknownCssVendorExtension */
@charset "UTF-8";
/* CSS Document */

body {
    background-color: #ffffff;
    font-family: "Open Sans";
    line-height: 1.4em;
}

li {
    list-style: none;
    line-height: 1.8em;
}
#menucontent li {
    text-align: left;
    padding-left: 10px;
}

    li > a {
        color: #ffffff;
    }

        li > a:hover {
            color: #ffffff;
            font-weight:bold;
            text-decoration:none;
       
        }
        li > a:active {
            color: #ffffff;
            font-weight:bold;
            text-decoration:none;
       
        }
         li > a:visited {
            color: #ffffff;
            font-weight:normal;
            text-decoration:none;

        }

H4, H5 {
    text-align: center;
    line-height: .8em;
}
.colorbox H4 {
    text-align: left;
    font-size: 14px;
    font-weight: 900;
    padding-left: 15px;
}

#menucontent {
    background: #ffffff;
    pointer-events: initial;
    color: #FFF;
    position: relative;
-webkit-box-shadow: 0px 19px 20px -2px rgba(0,0,0,0.33);
-moz-box-shadow: 0px 19px 20px -2px rgba(0,0,0,0.33);
box-shadow: 0px 19px 20px -2px rgba(0,0,0,0.33);
    /*top: -185px;
left: 0;
height: 210px;*/
    width: 100%;
    padding: 3px 20px 0 20px;
    /*transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);*/
    overflow: hidden;
    box-sizing: border-box;
}

.menutab {
    pointer-events: initial;
    position: relative;
    top: -2px;
    left: 115px;
    background-color: white;
    border-radius: 0 0 10px 10px;
    padding: 0 5px 5px 5px;
-webkit-box-shadow: 0px 19px 20px -2px rgba(0,0,0,0.33);
-moz-box-shadow: 0px 19px 20px -2px rgba(0,0,0,0.33);
box-shadow: 0px 19px 20px -2px rgba(0,0,0,0.33);
}

    #menucontent h1 {
        color: #000000;
    }

/* FONT AWESOME */

@font-face {
    font-family: 'FontAwesome';
    src: url('../Bundles/fontawesome-webfont.eot?v=4.0.1');
    src: url('../Bundles/fontawesome-webfont.eot?#iefix&v=4.0.1') format('embedded-opentype'), url('../Bundles/fontawesome-webfont.woff?v=4.0.1') format('woff'), url('../Bundles/fontawesome-webfont.ttf?v=4.0.1') format('truetype'), url('../Bundles/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
}

/* TOGGLE */

#toggle {
    position: relative;
    appearance: none;
    cursor: pointer;
    left: -100%;
    top: -100%;
}

    #toggle + label {
        margin-top: 22px;
        margin-bottom: 22px;
        cursor: pointer;
        padding: 10px;
        background: #ffffff;
        width: 184px;
        border-radius: 4px;
        padding: 8px 10px;
        text-align: center;
        cursor: pointer;
        /*transition:azll 500ms ease;*/
    }

    #toggle:checked + #menutransition {
        background: #ffffff;
        top: -3px;
    }

.colorbox {
    height: 175px;
    padding: 10px;
}

.red {
    background-color: #be1e2d;
}

.blue {
    background-color: #104e97;
}

.orange {
    background-color: #a84e16;
}

.yellow {
    background-color: #d2b323;
}

.green {
    background-color: #006838;
}

.purple {
    background-color: #58336b;
}

.tagline {
    color: #000000;
    padding: 4px;
}

/* LOGO */

#logo1 {
    background-image: url('../Content/images/L-T.png');
    width: 50px;
    height: 50px;
    margin-right: 4px;
    float: left;
    transition: background-image .4s ease;
}

    #logo1:hover {
        background-image: url('../Content/images/L-truck.png');
        transition: background-image .4s ease;
    }

#logo2 {
    width: 50px;
    height: 50px;
    background-image: url('../Content/images/L-D.png');
    margin-right: 4px;
    float: left;
    transition: background-image .4s ease;
}

    #logo2:hover {
        background-image: url('../Content/images/L-direct.png');
        transition: background-image .4s ease;
    }

#logo3 {
    background-image: url('../Content/images/L-M.png');
    width: 50px;
    height: 50px;
    float: left;
    transition: background-image .4s ease;
}

    #logo3:hover {
        background-image: url('../Content/images/L-mail.png');
        transition: background-image .4s ease;
    }


header {
    text-align: center;
    margin-bottom: 75px;
}

#navmenu {
    position: fixed;
    width: 100%;
    z-index: 2;
    top:0;
    margin: 0;
    padding: 0;
    pointer-events: none;
}

#menutransition {
    transition: top 300ms cubic-bezier(0.17, 0.13, 0.86, 1.14);
    position: relative;
    top: -180px;
    left: 0;
    height: 210px;
}

.notificationPopup {
    width: 416px;
    position: absolute;
    height: auto;
    background-color: white;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
