﻿/*** ESSENTIAL STYLES ***/
#menu {
    position:relative;
    /**grad--**/
    background-color: #6c6c6c;
    background-repeat: repeat-x;
    border-bottom: 1px solid #070707;
    line-height: 0;
    text-align: left;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .4);
    -moz-box-shadow: inset -1px 0 0 rgba(0, 0, 0, .4);
    -webkit-box-shadow: inset -1px 0 0 rgba(0, 0, 0, .4);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-image: linear-gradient(to bottom, #6c6c6c, #3d3d3d);/**--grad**/
}

ul.sf-menu > li {
    float: left;
    z-index: 10;
    position:relative;
    border-radius:0;
    background:url(image/line_menu.png) top right no-repeat;
}
ul.sf-menu > li:first-child {
}
ul.sf-menu > li > a {
    font-family: 'Roboto', sans-serif;
    font-weight:500;
    display:block;
    z-index: 1;
    position: relative;
    font-size:16px;
    height: 50px;
    line-height: 45px;
    color:#fff;
    text-decoration:none;
    padding:0;	
    text-align:center;
}
ul.sf-menu > li > a > span {
    display: inline-block;
    /*line-height:18px;*/
    padding: 0 19px 4px 19px;
    position: relative;
    vertical-align: middle;
    text-shadow:0 1px 0 rgba(0,0,0,.33);
}
ul.sf-menu > li.current>a, ul.sf-menu > li>a:hover, ul.sf-menu > li.sfHover>a, ul.sf-menu > ul > li.active>a  {
    /**grad--**/
    background-color: #515151;
    background-repeat: repeat-x;
    overflow: hidden;
    background-image: linear-gradient(to bottom, #515151, #2e2e2e);
}
ul.sf-menu > li:first-child > a{	
    border-radius:6px 0 0 6px;
    -moz-border-radius:6px 0 0 6px;
    -webkit-border-radius:6px 0 0 6px;
    overflow:hidden;
}

.sf-menu {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    display:inline-block;
    background:url(../image/line_menu.png) top left no-repeat;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
}
.sf-menu .sf-mega {
    display: none;
    z-index: 99;
    position: absolute;
    margin-top:3px;
    background-color:#464646;	
    left:0;
    top:100%;
}

/*** mega menu dropdown ***/
.sf-mega {
    padding:0;
}
.sf-mega-section {
    display:table-cell;
}
.sf-mega-section li {
    position:relative;
    display:block;	
    width:188px;
    line-height:20px;
    border-top:1px solid #000;
}
.sf-mega-section li:first-child {
    border-top:none;
}
.sf-mega-section >li a:hover, .sf-mega-section >li.sfHover>a, .sf-mega-section >li.current>a, .sf-mega-section li a.current {
    background-color:#f03d64;
}
.sf-mega-section >li a {
    color:#fff;
    font-size:13px;
    line-height:16px;
    font-weight:500;
    display:block;
    padding:10px 10px;
}
.sf-mega-section >li ul {
    position:absolute;
    left:188px;
    width:188px;
    background-color:#2e2e2e;
    top:0;
    z-index:10;
    display:none;
}

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul>span:after {
    content:'\f107';
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height:0px;
    height: auto;
    margin-top: 0;
    text-decoration: inherit;
    vertical-align: middle;
    width:1.25em;
    padding-right:5px;
    font-size:14px;
    margin-left:3px;
    color:#fff;
}
.sf-mega-section .sf-with-ul:after {
    position:absolute;
    right:0;
    background: none;
    display: inline;
    font-family: FontAwesome;
    font-weight: normal;
    line-height:16px;
    height: auto;
    margin-top: 0;
    text-decoration: inherit;
    width:1.25em;
    padding-left:3px;
    margin-left:3px;
    color:#fff;
    content:'\f105';
    font-size:14px;
}
.sf-mega-section .sf-with-ul:after {	
    color:#fff;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: black; /* IE8 fallback colour */
}
/*****************************************************/
#menu-icon {
    cursor: pointer;
    display: block;
    font-size:16px;	
    line-height:19px;
    font-family: 'Roboto',sans-serif;
    font-weight:500;
    color:#333;
    padding:15px 20px;
    margin-bottom:5px;
    /**grad--**/
    background-color: #fff;
    background-repeat: repeat-x;
    border: 1px solid #c3c3c3;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-image: linear-gradient(to bottom, #fff, #f2f2f2);/**--grad**/
}
#menu-icon{
    text-align:left;
}
#menu-icon:hover:after {
    color: #f03d64;
}
#menu-icon:after {
    float:right;
    content:"\f0d7";
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    display: inline;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    height: auto;
    line-height: 19px;
    margin-top: 0;
    text-decoration: inherit;
    vertical-align: baseline;
    width: auto;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    width: 1.25em;
    font-size:13px;
    color:#333;
    vertical-align:middle;
}
#menu-icon.active:after {
    content:"\f0d8";
}

.sf-menu-phone {
    display:none;
    text-align:left;
    border-top:1px solid #c3c3c3;
}
.sf-menu-phone ul li.last{
    border-bottom:none;
}
.sf-menu-phone li { 
    position: relative;	
    background-color:#fff;
    border:1px solid #c3c3c3;
    border-top:none;
}
.sf-menu-phone li a {
    font-family: 'Roboto',sans-serif;
    font-weight:normal;
    font-size:14px;
    line-height:18px;
    display: inline-block; 
    color: #777;  
    font-weight:500;
}
.sf-menu-phone li.parent ul {
    border-top:1px solid #c3c3c3;
}  
.sf-menu-phone> li ul li {
    background-color:#fff;
    border-left:none;
    border-right:none;
}

.sf-menu-phone li { font-size: 19px; padding: 0; }
.sf-menu-phone li > a {padding: 13px 15px; display: block;}
.sf-menu-phone li li  a {padding: 13px 15px 13px 25px; display: block;}
.sf-menu-phone li li li a {padding: 13px 15px 13px 35px; display: block;}
.sf-menu-phone li a:hover { color: #B90100; }
.sf-menu-phone li li {font-size: 14px;}
.sf-menu-phone li li.last { padding-bottom: 0 !important;  }

.sf-menu-phone li span, .sf-menu-phone li i {
    position: absolute;
    display: block;
    top: 2px;
    right: 0;
    height: 24px;
    width: 24px;
}
.sf-menu-phone li span, .sf-menu-phone li i {
    display:inline-block; 
    top: 0;
    color:#333; 
    font-size:13px;
    line-height:43px; 
    height:44px; 
    padding:0 30px 0 20px; 
    right:0;
    width:53px;
}

.sf-menu-phone li span.icon-caret-up:before,
.sf-menu-phone li i.icon-caret-up:before {content:'\f0d8' !important}

.sf-menu-phone li span:hover,
.sf-menu-phone li i:hover { cursor: pointer; color:#f03d64;}

.sf-menu-phone li span.opened,
.sf-menu-phone li i.opened { background-position: center 7px; }

/** dropdown **/
.sf-menu-phone ul { width: auto;  padding: 0px 0px;  display: none;  }
.sf-menu-phone li.active > a > span {color: inherit;}
.sf-menu-phone li.active > a, .sf-menu-phone  li:hover > a {color: #f03d64;}

.sf-menu-phone li li.active > a, .sf-menu-phone li li > a.active
.sf-menu-phone li li a:hover {color: #f03d64; background: #dedede;}