﻿@charset "utf-8";
/* CSS Document */

/* @font-face */
@font-face {
    font-family: 'Century_Gothic';
    src: url('fonts/GOTHIC_0.eot'); /* IE9 Compat Modes */
    src: url('fonts/GOTHIC_0?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/GOTHIC_0.woff') format('woff'), /* Modern Browsers */
    url('fonts/GOTHIC_0.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/GOTHIC_0.svg#svgfonts/GOTHIC_0') format('svg'); /* Legacy iOS */
}

div.clear {
    clear: both;
}

body {
    margin: 0px;
    font-size: 12px;
    color: #808080;
    overflow-x: hidden;
}

header {
    width: 100%;
    background: #FFFFFF;
}

#header-fixed {
    margin: 10px 20px;
}

#header-content {
    margin: 0 auto;
}

.col-left {
    float: left;
}

.col-right {
    float: right;
}

#logo img {
    border: 0;
    height: 90px;
    display: block;
    max-width: 100%;
}

#container {
    margin: 0;
    height: auto;
}

nav ul {
    list-style: none;
    overflow: hidden;
    position: relative;
}

    nav ul li {
        width: 10%;
        float: left;
        margin: 15px;
        height: 130px;
        display: block;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    }

        nav ul li a {
            height: 100%;
            display: block;
            padding: 0 15px;
            text-align: center;
            background: #f9f9f9;
            font-family: "Arial";
            text-decoration: none;
            color: #37424a !important;
            font-size: 12px !important;
        }

            nav ul li a:hover {
                background: #d52b1e;
                color: #ffffff !important;
            }

        /*nav ul li:nth-child(1) {
            background: #0199d8;
        }

        nav ul li:nth-child(2) {
            background: #616e7c;
        }

        nav ul li:nth-child(3) {
            background: #f14f45;
        }

        nav ul li:nth-child(4) {
            background: #7a7d7f;
        }

        nav ul li:nth-child(5) {
            background: #2c3e50;
        }

        nav ul li:nth-child(6) {
            background: #a6b4bb;
        }

        nav ul li:nth-child(7) {
            background: #191919;
        }

        nav ul li:nth-child(8) {
            background: #29356C;
        }

        nav ul li:nth-child(9) {
            background: #2a1e72;
        }

        nav ul li:nth-child(10) {
            background: #004c4c;
        }

        nav ul li:nth-child(11) {
            background: #4C7490;
        }

        nav ul li:nth-child(12) {
            background: #005376;
        }

        nav ul li:nth-child(13) {
            background: #0199d8;
        }

        nav ul li:nth-child(14) {
            background: #63D0FF;
        }

        nav ul li:nth-child(15) {
            background: #3E3E3E;
        }

        nav ul li:nth-child(16) {
            background: #93cca3;
        }*/




            nav ul li a span, nav ul li a i {
                font-size: 50px;
                font-family: "Arial";
                color: #21076a !important;
            }
