/* 
    Document   : menu
    Created on : Mar 23, 2014, 6:07:14 PM
    Author     : Morgan
    Description: Purpose of the stylesheet follows.
*/

.menu {
    position: relative;
    color: #fff;
    background-color: #fff;
    height: 110px;
}
.menu .border-top
{
    border-top: 0px solid #ddd;
}

.menu .border-bottom
{
    border-bottom: 5px solid #C9C9C9;
}

.menu .border-top, .menu .border-bottom
{
    height: 0px;
    background: none;
}

.menu ul
{
    margin: 0 auto;
    padding: 10px 0;
    list-style: none;
    width: 100%;
}

.menu ul li {
    float: left;
    list-style: none;
    text-align: center;
    position: relative;
    color: #fff;
    border-right: 1px solid #fff2;
    line-height: 60px;
}

.drop-menu .menu ul li {
   line-height: 30px; 
}

.menu ul li.last
{
    margin: 0;
    height: 0;
    padding: 0;
    float: none;
    clear: both;
    border: 0 none;
    border-right: 0px solid #fff2;
}

.menu ul li a img
{
    width: 45px;
    max-width: 100%;
        opacity: 0.3;
    margin-bottom: 20px;
}
.menu ul li a img:hover
{
        opacity: 1;
}
.menu ul li a img:active
{
        opacity: 1;
}

.menu ul li a span {
    padding: 0 28px;
    display: inline-block;
    font-size: 14px;
    line-height: 80px;
    color: #1F1A17;
    text-transform: uppercase;
    text-align: left;
}

/*.menu ul li a span {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
}*/

.menu ul > li > a.drop 
{
    padding-bottom: 24px;
    background: url("../images/region-down.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
}

.menu ul li:hover > ul
{
    visibility: visible;
}





ul.drop-menu {
    top: 50px;
    margin: 0;
    left: -20px;
    width: 200px;
    z-index: 1000;
    padding: 10px 0;
    color: #ffffff;
    position: absolute;
    visibility: hidden;
    border-bottom: 5px solid #C9C9C9;
    background: #fff;
}

ul.drop-menu li
{
    float: none;
    width: auto;
    display: block;
    border-bottom: 0;
    text-align: left;
    padding: 5px 15px;
    position: relative;
    line-height:30px;
}

ul.drop-menu li.last
{
    border-bottom: 0 none;
}

ul.drop-menu li span
{
    height: 5px;
    width: 100px;
    display: block;
}

ul.drop-menu li a {
    width: 100%;
    height: 100%;
    padding: 5px 0;
    display: block;
    text-align: center;
    border-bottom: 1px dashed #ddd;
    font-size: 14px;
    line-height: 2;
    color: #7f8c8d;
    text-transform: uppercase;
}

ul.drop-menu li a.current, ul.drop-menu li a:hover
{
    background: url("../images/region-right.png") no-repeat left center;
}




.small-menu
{
    top: 0;
    width: 100%;
    height: 30px;
    z-index: 200;
    display: none;
    cursor: pointer;
    position: fixed;
    background: #365C89;
    border-bottom: 1px solid #CBCBCB;
}

.small-menu:after,
.small-menu:before
{
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    margin-left: -8px;
    position: absolute;
    border-bottom: 1px solid #fff;
}

.small-menu:after
{
    height: 2px;
    margin-top: -1px;
    border-top: 1px solid #fff;
}

.small-menu:before
{
    margin-top: 5px;
}


.walker
{
    z-index: 5;
    width: 50px;
    height: 9px;
    display: none;
    position: absolute;
    background: #C5C6C8;
}

.m-logo {
    margin: 0 auto;
    display: block;
    float: none;
    text-align: center;
    padding-top: 5em;
}

.sticky {
  top: 0;
  width: 100%;
    z-index: 200;      
}
@media only screen and (max-width: 500px) {
  .sticky {
  position: relative;
  top: 0;
  width: 100%;
    z-index: 200;      
}  
}



.m-items {
    display: inline-block;
    vertical-align: top;
    /* padding-left: 30px; */
    text-align: right;
    float: right;
}

@media (min-width: 690px)
{
  .m-items {
    display: inline-block;
    width: 80%;
    vertical-align: top;
    /* padding-left: 30px; */
    text-align: right;
    float: right;
}
  
}


@media (max-width: 690px)
{
.menu ul li a {
    display: block;
    line-height: 30px;
}
.m-items {
    display: block;
    width: 100% !important;
    vertical-align: top;
    /* padding-left: 30px; */
    text-align: right;
    float: right;
    /* margin: 0px 10px; */
    background-color: #1B1B1B;
}
    .triangle1 {
    display: none;
}
    .menu ul > li > a.drop {
    padding-bottom: 0px;
}
    .menu ul li.current, .menu ul li:hover {
    background: #46A29F !important;
}
    .menu ul li a {
    display: block;
    line-height: 30px;
    text-align: left;
        padding-left:5px;
}
    .openHead {
    margin-top: 0px;
}
    .wrap-transfer {
    width: 90%;
}
}