@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700,100);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

#menu,
#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu {
    margin: 38px auto 0;
    display: inline-block;
    float: right;
}

#menu:before,
#menu:after {
  content: "";
  display: block;
}

#menu:after { clear: both; }

#menu li {
  float: left;
  background: url(../img/sep.png) no-repeat;
  position: relative;
  margin-top:0px; padding: 0 23px 0 0;
}

#menu li li {
padding:0 0px 0 0;
}

#menu li:last-child{ padding:0;}

#menu a {
    float: left;
    color: #333;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    line-height: 35px;
    font-weight: bold;

}


#menu li li a { font-weight:normal;
  color: #333;
    line-height: 17px;}
  
#menu li li a:hover{
  color: #000;}


#menu a:hover{ color:#F3A62D;}

#menu ul {
  margin: 20px 0 0 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 38px;
  left: 0;
  z-index: 10000;
background-color:#fff;
 
  border-radius: 3px;
  transition: all .2s ease-in-out;
  
}

#menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}

#menu ul ul {
  top: 0;
  left: 200px;
  margin: 0 0 0 20px;
  box-shadow: 0 -1px 0 rgba(255,255,255,.3);
}

#menu ul a {
  padding: 10px;
  width: 200px;
  display: block;
  white-space: nowrap;
  float: none;
  text-transform: none;
}

#menu ul a:hover { background-color:#ccc; }

#menu ul li:first-child > a:after {
  content: '';
  position: absolute;
  left: 40px;
  top: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #1ebdbe;
}

#menu ul ul li:first-child > a:after {
  left: -6px;
  top: 50%;
  margin-top: -6px;
  border-left: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid #107677;
  border-bottom: 6px solid transparent;
}

#menu-trigger { /* Hide Initially */ display: none; }
 @media(max-width: 900px) {

#menu-wrap { position: relative; }

#menu-wrap * { box-sizing: border-box; }

#menu-trigger {
    display: block;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    padding: 0 0 0 56px;
    color: #fff;
    font-weight: normal;
    background-color: #BF7003;
    background: url(images/menu.png) no-repeat 10px center, linear-gradient(#BF7003, #BF7003);
    border-radius: 6px;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
}
#menu {
    margin: 0 0 10px 0;
    padding: 10px;
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 1;
    display: none;
    box-shadow: none;
    background-color: #BF7003;
    border-radius: 6px;
}

#menu:after {
  content: '';
  position: absolute;
  left: 25px;
  top: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #107677;
}

#menu ul {
  position: static;
  visibility: visible;
  opacity: 1;
  margin: 0;
  background: none;
  box-shadow: none;
}

#menu ul ul {
  margin: 0 0 0 20px;
  box-shadow: none;
}

#menu li {
  position: static;
  display: block;
  float: none;
  border: 0;
  margin: 5px;
  box-shadow: none;
  background: none !important;
}

#menu ul li {
  margin-left: 20px;
  box-shadow: none;
}

#menu a {
  display: block;
  float: none;
  padding: 0;
  color: #fff;
}

#menu a:hover { color: #fafafa; }

#menu ul a {
  padding: 0;
  width: auto;
}

#menu ul a { background: none !important; }
}

/*menu css second*/
#jquery-script-menu {
position: fixed;
height: 90px;
width: 100%;
top: 0;
left: 0;
border-top: 5px solid #316594;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 10px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

.jquery-script-center {
width: 960px;
margin: 0 auto;
}
.jquery-script-center ul {
width: 212px;
float:left;
line-height:45px;
margin:0;
padding:0;
list-style:none;
}
.jquery-script-center a {
	text-decoration:none;
}
.jquery-script-ads {
width: 728px;
height:90px;
float:right;
}
.jquery-script-clear {
clear:both;
height:0;
}