﻿header {
    background-color: #0075B0;
    color: #ffffff;
    /*padding: 15px 0 0;*/
}

.navbar-fixed-top {
    height: 100px;
    background-color: #FFFFFF;
    z-index: 20;
}

/* Animate Menu */
a.nav-expander {
    /*background: none repeat scroll 0 0 #000000;*/
    color: #0075b0;
    display: block;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    margin-right: 0;
    padding: 3.1em 5em 2em;
    position: absolute;
    right: -30px;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
    transition: right 0.3s ease-in-out 0s;
    width: 130px;
    z-index: 12;
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
}

    a.nav-expander:hover {
        cursor: pointer;
    }

    a.nav-expander.fixed {
        position: fixed;
    }

.nav-expanded a.nav-expander.fixed {
    right: 20em;
    visibility: hidden;
}

/* Menu Style and Icons */
nav {
    background: #0075B0;
    display: block;
    height: 100%;
    overflow: auto;
    position: fixed;
    right: -25em;
    font-size: 15px;
    top: 0;
    width: 25em;
    z-index: 30;
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
}

@media screen and (max-width: 360px) {
    nav {
        width: 23em;
    }

        nav li a {
            font-size: 15px;
        }
}

.nav-expanded nav {
    right: 0;
}

body.nav-expanded {
    margin-left: 0em;
    transition: right 0.4s ease-in-out 0s;
    -webkit-transition: right 0.4s ease-in-out 0s;
    -moz-transition: right 0.4s ease-in-out 0s;
    -o-transition: right 0.4s ease-in-out 0s;
}

.main-menu.list-unstyled {
    padding-top: 0;
}

.main-menu .closeMenu {
    background: #0075B0;
    margin-left: 0;
    height: 100px;
    padding-top: 40px;
}

#nav-close {
    font-family: "StRydeRegular", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    color: #FFF;
    font-weight: 300;
    font-size: 24px;
    padding-right: 35px;
    height: 100px;
}

/* Style the Menu */
.main-menu {
    padding-top: 12px;
}

    .main-menu li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        margin-left: 20px;
        font-size: 18px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

@media screen and (max-width: 360px) {
    .main-menu li {
        padding-left: 15px;
    }
}

.main-menu li a {
    color: #FFFFFF;
    text-decoration: none;
}

    .main-menu li a:hover {
        color: #FFFFFF;
        text-decoration: none;
    }

.main-menu li .sub-nav {
    border-bottom: 0px;
    padding: 4px;
}

.main-menu a .caret {
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: top;
    border-top: 4px solid #FFFFFF;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    margin-top: 8px;
}

.main-menu a:hover .caret {
    border-top-color: #FFFFFF;
}

.main-menu li.open > a > .caret {
    border-top: none;
    border-bottom: 4px solid #FFFFFF;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.main-menu li.open > a:hover > .caret {
    border-bottom-color: #FFFFFF;
}

.icon:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    /*content: '\f105';*/
    position: relative;
    top: 6px;
}

.main-menu li > a > span.icon {
    float: right;
    margin: 0.1em 1.7em -0.1em 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.main-menu li > a:hover > span.icon {
    float: right;
    margin: 0.1em 0.8em -0.1em 0;
    opacity: 1;
}

.navLogo {
    width: 300px;
    position: relative;
    z-index: 30;
    top: 30px;
    left: 30px;
}

@media screen and (max-width : 768px) {
    .navLogo {
        width: 200px;
    }
}

/* position  navbar for IE */

/* Small Devices, Tablets */
/*@media only screen and (min-width : 768px) {
    .navbar-default {
        width: 750px;
    }
}*/

/* Medium Devices, Desktops */
/*@media only screen and (min-width : 992px) {
    .navbar-default {
        width: 970px;
    }
}*/

/* Large Devices, Wide Screens */
/*@media only screen and (min-width : 1200px) {
    .navbar-default {
        width: 1170px;
    }
}*/


.icon-nav_rewards_icon:before {
    content: "\e910";
    font-size: 30px;
    position: relative;
    top: 5px;
    margin-right: 20px;
}

/* logged out */
.icon-nav_register_icon:before {
    content: "\e90f";
    font-size: 30px;
    position: relative;
    top: 5px;
    margin-right: 20px;
}


/* Logged in */
.icon-nav_redeem_icon:before {
    content: "\e90e";
    font-size: 30px;
    position: relative;
    top: 5px;
    margin-right: 15px;
}

.icon-transaction_history_icon:before {
    content: "\e912";
    font-size: 30px;
    position: relative;
    top: 5px;
    margin-right: 20px;
}

.icon-nav_AcDetails_icon:before {
    content: "\e90d";
    font-size: 30px;
    position: relative;
    top: 5px;
    margin-right: 20px;
}

.icon-nav_signOut_icon:before {
    content: "\e911";
    font-size: 30px;
    position: relative;
    top: 5px;
    margin-right: 20px;
}
