/*** ESSENTIAL STYLES ***/

#menu {
    background: url("../images/manu-bg.png") repeat;
    opacity: 1;
    position: relative;
    text-align: center;
    top: -74px;
    width: 100%;
    z-index: 23;
}

.sf-menu {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.sf-menu > li:first-child {
    border-left: none;
}

ul.sf-menu > li {
    float: left;
    z-index: 10;
    position: relative;
    border-radius: 0;
    margin: 0px 0px;
}

.sf-mega-section li ul {
    display: none;
}

ul.sf-menu > li > a {
    color: #fff;
    display: inline-block;
    font-family: Open Sans;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    opacity: 1;
    padding: 28px;
    position: relative;
    font-weight: 700;
    text-decoration: none;
    text-transform: capitalize;
    z-index: 1;
}

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 {
    background: #fff;
    color: #000;
}

.sf-menu .sf-mega {
    text-align: left;
    display: none;
    z-index: 99;
    position: absolute;
    z-index: 5;
    left: 0;
    width: 220px;
    top: 100%;
    padding-top: 0px;
}
/*** mega menu dropdown ***/

.sf-mega {
    padding-top: 30px;
}

.sf-mega-section {
    display: table-cell;
    margin-left: 0;
    padding-left: 0;
    background-color: #fff;
}

.sf-mega-section li {
    position: relative;
    line-height: 20px;
}

.sf-mega-section li >a:hover,
.sf-mega-section li.sfHover>a,
.sf-mega-section li a.current,
.sf-mega-section li.current>a {
    color: #fff;
    background-color: #040404;
    text-decoration: none;
}

.sf-mega-section li:hover .sf-with-ul:after,
.sf-mega-section li.sfHover .sf-with-ul:after {
    color: #fff;
}

.sf-mega-section li >a {
    color: #000;
    display: inline-block;
    padding: 10px 10px 13px 13px;
    width: 100%;
    font-family: Open Sans;
    font-size: 13px;
    box-sizing: border-box;
    border-bottom: 1px solid #191c1b;
}

.sf-mega-section li:last-child > a {
    border: none
}

.sf-mega-section li ul {
    background: #e7e6e6 none repeat scroll 0 0;
    left: 190px;
    padding-left: 0;
    position: absolute;
    top: -1;
    width: 198px;
    z-index: 10;
    display: none;
}
/* styling for both css and generated arrows */

.sf-arrows .sf-with-ul:after {}

.sf-mega-section .sf-with-ul:after {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 0;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 34px;
    height: 34px;
    width: 1em;
    padding-left: 3px;
    font-size: 13px;
    color: #040404;
    content: '\f0da';
}

.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: white;
    /* IE8 fallback colour */
}
/*****************************************************/

#menu-icon {
 background: #040404 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    padding: 20px 20px;
    text-transform: uppercase;
    position: relative;
}

#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: normal;
    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: #fff;
    vertical-align: middle;
}

#menu-icon:hover:after {
    color: #fff;
}

#menu-icon.active:after {
    content: "\f0d8";
}

/*#menu-icon1 {
    background: inherit;
    color: #fff;
    cursor: pointer;
    left: 0px;
    display: block;
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    padding: 20px 20px;
    text-transform: uppercase;
    position: absolute;
    z-index: 1000;
}

#menu-icon1: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: normal;
    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: #fff;
    vertical-align: middle;
}

#menu-icon1:hover:after {
    color: #fff;
}

#menu-icon1.active:after {
    content: "\f0d8";
}*/

/*-------------- Hamburger --------------*/ 
#menu-icon1 {
    background: inherit;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    width: 60px;
    color:#fff;
    height: 45px;
    top: 15px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#menu-icon1 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 70%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#menu-icon1 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#menu-icon1 span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#menu-icon1 span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#menu-icon1.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 5px;
}

#menu-icon1.active span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#menu-icon1.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 27px;
  left: 6px;
}
/*-------------- End of hamburger --------------*/ 
.sf-menu-phone1 li {
    position: relative;
    background-color: #040404;
}

.sf-menu-phone1 li a {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    text-transform: capitalize;
}

.sf-menu-phone1 li {
    padding: 0;
}

.sf-menu-phone1 li > a {
    padding: 10px 15px;
    display: block;
}

.sf-menu-phone1 li li a {
    padding: 10px 15px 10px 25px;
    display: block;
}

.sf-menu-phone1 li li li a {
    padding: 10px 15px 10px 35px;
    display: block;
}

.sf-menu-phone1 li li {
    font-size: 13px;
}

.sf-menu-phone1 li li.last {
    padding-bottom: 0 !important;
}

.sf-menu-phone1 li i {
    position: absolute;
    display: block;
    top: 0;
    color: #fff;
    font-size: 13px;
    line-height: 38px;
    height: 40px;
    width: 52px;
    padding: 0 20px;
    right: 0;
}

.sf-menu-phone1 li i:hover {
    color: #000;
}

.sf-menu-phone1 li i.icon-angle-up:before {
    content: '\f106' !important
}

.sf-menu-phone1 li i:hover {
    cursor: pointer;
}

.sf-menu-phone1 li i.opened {
    background-position: center 7px;
}
/** dropdown **/

.sf-menu-phone1 ul {
    width: auto;
    padding: 0 0;
    display: none;
}

.sf-menu-phone1 li.active > a > span {
    color: inherit;
}

.sf-menu-phone1 li.active > a,
.sf-menu-phone1 li:hover > a,
.sf-menu-phone1 li a:hover,
.sf-menu-phone1 li a.active {
    color: #000!important;
    text-decoration: none;
    background: #fff;
}

.sf-menu-phone {
    display: none;
}

.sf-menu-phone li {
    position: relative;
   background-color: #040404;
}

.sf-menu-phone li a {
    display: inline-block;
    color: #fff;
    border-bottom: 1px solid #fff;
	 text-transform: capitalize;
}

.sf-menu-phone li {
    padding: 0;
}

.sf-menu-phone li > a {
    padding: 10px 15px;
    display: block;
}

.sf-menu-phone li li a {
    padding: 10px 15px 10px 25px;
    display: block;
}

.sf-menu-phone li li li a {
    padding: 10px 15px 10px 35px;
    display: block;
}

.sf-menu-phone li li {
    font-size: 13px;
}

.sf-menu-phone li li.last {
    padding-bottom: 0 !important;
}

.sf-menu-phone li i {
    position: absolute;
    display: block;
    top: 0;
    color: #fff;
    font-size: 13px;
    line-height: 38px;
    height: 40px;
    width: 52px;
    padding: 0 20px;
    right: 0;
}
.sf-menu-phone li.active > a + .fa-caret-down:before , .sf-menu-phone li:hover > a + .fa-caret-down:before , .sf-menu-phone li a:hover + .fa-caret-down:before , .sf-menu-phone li a.active{
    color: #040404;
}

.sf-menu-phone li i:hover {
    color: #000;
}

.sf-menu-phone li i.icon-angle-up:before {
    content: '\f106' !important
}

.sf-menu-phone li i:hover {
    cursor: pointer;
}

.sf-menu-phone li i.opened {
    background-position: center 7px;
}
/** dropdown **/

.sf-menu-phone ul {
    width: auto;
    padding: 0 0;
    display: none;
}

.sf-menu-phone li.active > a > span {
    color: inherit;
}

.sf-menu-phone li.active > a,
.sf-menu-phone li:hover > a,
.sf-menu-phone li a:hover,
.sf-menu-phone li a.active {
    text-decoration: none;
background: #fff none repeat scroll 0 0;
    color: #000;
}