﻿/* Site Navigation */

#mobiNav {
    margin: 0; 
    background: #8c1f1f;
    padding: 7px 0 20px;
}

#mobiNav li {
    position: relative;
    list-style: none;
    margin: 0;
}

#mobiNav li ul {
    margin-left: 0;
}

#mobiNav > li {
    display: block;
    text-align: left;
    margin: 10px 0 0;
}

#mobiNav > li > a, #mobiNav > li > span {
    display: block;
    padding: 4px 22px;
    font-family: 'Blinker';
    font-size: 103%;
    font-weight: 200;
    line-height: 1em;
    color: #f1eae2;
    text-decoration: none;
    letter-spacing: 1px !important;
    text-align: right;
    transition: all 0.3s ease;
}

#mobiNav > li > span {
    cursor: default;
}

#mobiNav > li:hover > a, #mobiNav > li.active > a, #mobiNav > li:hover > a:active, #mobiNav > li:hover > span {
    color: #d8ccbf;
}

/* Secondary level */
#mobiNav > li ul { /* Styles for all sub levels */
    display: block;
    position: relative;
    z-index: 2;
    width: auto;
    white-space: normal;
    min-width: 100%;
    padding: 0;
    background: transparent;
    border-radius: 0 0 5px 5px;
    text-align: right;
    -webkit-animation-duration: .25s;
    -webkit-animation-delay: .2s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .25s;
    -moz-animation-delay: .2s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .25s;
    -ms-animation-delay: .2s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .25s;
    animation-delay: .2s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

#mobiNav li:hover > ul{
    display: block;
}

#mobiNav > li > ul { /* styles specific to secondary level */
    left: 0;
    margin: 0 auto;
    padding: 4px 22px 3px;
    margin-top: -4px;
}

#mobiNav > li ul a, #mobiNav > li ul span {
    display: block;
    font-family: 'Calps W01 ExtraLight';
    font-size: 90%;
    line-height: 90%;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px !important;
    text-align: right;
    transition: all 0.3s ease;
    padding: 2px 0;
}

#mobiNav > li ul span {
    color: #fff;
    cursor: default;
}

#mobiNav > li > ul li:hover > a {
    color: #fff;
    text-decoration: underline;
}

/* Tertiary level */
#mobiNav li ul li ul {
    display: none !important;
    left: 225px;
    top: -8px;
    padding: 15px 5px;
    border-left: 1px solid #ddd;
}
