/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

nav {
    height: 40px;
    width: 100%;
    font-size: 11pt;
    position: relative;
    margin-left: 35px;

}

nav ul {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: 40px;
    list-style: none;
    list-style-image: none;
}

nav li {
    display: inline;
    float: left;
    background: none;
    padding: 1px 2px 17px 20px;
}

nav a {
    color: #fff;
    display: inline-block;
    /*width: 100px;*/
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    text-shadow: 1px 1px 0px #283744;
    text-transform: uppercase;
}

nav a:hover, nav a:active {
    color: #fff;
}

nav a#pull {
    display: none;
}

.home_page #container #header nav ul li .active {
    color: #fff;
}

@media only screen and (max-width: 480px) {
    nav {
        border-bottom: 0;
        height: auto;
        width: 480px;
        margin-left: 30px;
        font-weight: bold;
        font-size: 0.8em;

    }

    nav ul {
        display: none;
        width: 480px;
        height: auto;
        background-color: #112255;
    }

    nav li {
        width: 50%;
        float: left;
        position: relative;
    }

    nav li a {
        border-bottom: 1px dotted #7cc9e5;

    }

    nav a {
        text-align: left;
        width: 100%;
        text-indent: 25px;
    }

    nav a#pull {
        display: block;
        font-family: 'Dosis', sans-serif;
        font-size: 22px;
        width: 100%;
        position: relative;
        padding-bottom: 10px;
        border-bottom: 1px dotted #7cc9e5;


    }

    nav a#pull:after {
        content: "";
        background: url('nav-icon.png') no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;

    }
}

/*Smartphone*/
@media only screen and (max-width: 320px) {
    nav li {
        display: block;
        float: none;
        width: 100%;
    }

    nav li a {
        border-bottom: 1px dotted #7cc9e5;
    }
}
