﻿@charset "utf-8";
/* CSS Document */
.quicknav { /*float:left;*/
    width: 100%;
    max-width: 950px;
    margin: 10px auto 5px auto;
    background: #fff;
    overflow: hidden;
    position: relative;
    font-size: 12px;
    font-weight: bold;
}

.quicknav br {
    display: block;
}

.quicknav img {
    display: block;
    margin: 0 auto 5px auto; /*display:inline-block;
	margin-bottom: 5px;
	text-align:center;*/ /*position: absolute;
    top: 0; bottom:0; left: 0; right:0;*/
    width: 48px;
    height: 48px;
}

.quicknav ul {
    display: block;
    clear: left;
    float: left;
    list-style: none;
    margin: 10px auto 10px auto;
    padding: 0;
    position: relative;
    left: 50%;
    text-align: center;
    width: auto;
}

.quicknav ul li {
    display: block;
    float: left;
    list-style: none;
    margin: 0 15px;
    padding: 0;
    position: relative;
    right: 50%;
    text-align: center;
    width: 67px;
    border: 0;
}
/*.quicknav ul li a*/
.quicknav a {
    display: block;
    margin: 0;
    padding: 0;
    color: #000;
    text-decoration: none;
    line-height: 1.3em;
    text-align: center;
    width: 67px;
}

.quicknav a:visited, .quicknav a:active {
    color: #000;
}
/*.quicknav ul li a:hover*/
.quicknav a:hover {
    color: rgb(229,38,35);
}

.quicknav a#pull {
    display: none;
}

@media only screen and (max-width: 949px) {
    .quicknav {
        width: 92%;
    }
}

@media only screen and (max-width: 768px) {
    .quicknav {
        height: auto;
        width: 90%;
        font-size: 16px;
        position: static;
        margin-bottom: 10px;
        margin-right: auto;
        margin-left: auto;
        border: none;
    }

    .quicknav ul {
        display: none;
        padding: 0;
        margin: 0;
        height: auto;
        width: 100%;
        list-style: none;
        position: static;
        left: 0;
        right: 0;
        clear: none;
        float: none;
        text-align: right;
    }
    /*.quicknav img ,.quicknav br {
	display: none;
	display: inline-block;
	float:left;
	margin-left: 7%;
	margin-right: 10px;
}*/
    .quicknav img {
        margin: 0% 3% 0 3%;
        float: left;
    }

    .quicknav li
    /*.quicknav ul li*/ {
        display: block;
        width: 100%;
        float: none;
        position: static;
        background-color: rgb(229,38,35);
    }

    .quicknav li a span {
        width: 75%;
        display: block;
        float: left;
    }

    .quicknav ul li {
        position: static;
        margin: 0;
        right: 0;
        display: table;
        float: none;
        width: 100%;
        border-top: 1px solid #f08970;
    }

    .quicknav ul li a {
        text-align: left;
    }

    .quicknav a {
        display: block;
        width: 100%;
        padding: 0;
        text-align: left;
        text-decoration: none;
        line-height: 50px;
        color: #fff;
    }

    .quicknav a:hover {
        color: #fff;
    }

    .quicknav ul li a:hover {
        color: #fff;
    }

    .quicknav a:visited, .quicknav a:active {
        color: #fff;
    }

    .quicknav li:hover {
    }

    .quicknav ul li:last-child {
        -webkit-border-bottom-right-radius: 9px;
        -moz-border-radius-bottomright: 9px;
        border-bottom-right-radius: 9px;
        -webkit-border-bottom-left-radius: 9px;
        -moz-border-radius-bottomleft: 9px;
        border-bottom-left-radius: 9px;
    }

    .quicknav a#pull {
        display: block;
        width: 95%; /*	margin: 0 auto;*/
        position: relative; /*padding: 10px 7%;*/
        padding-left: 5%;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 2em;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        background-color: rgb(229,38,35);
        text-decoration: none;
    }

    .quicknav a#pull.pborder {
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
    }

    .quicknav a#pull:after {
        content: "";
        background: url(../images/nav-icon.png) no-repeat;
        width: 24px;
        height: 17px;
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 16px;
    }
}

@media only screen and (max-width: 320px) {
    .quicknav li a span[data-length='28'] {
        width: 75%;
        display: block;
        float: left;
    }

    .quicknav li a span[data-length='28'] {
        line-height: 25px;
    }

    .quicknav img {
        margin: 1% 1% 0 3%;
        float: left;
    }
}
