a{
	color:#fff;
}
#header  ul  li  a {
    padding: 17px;
    font-size: 11px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
#header ul ul li a {
    border-bottom: 1px solid white;
    padding: 11px 15px;
    width: 180px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
	text-transform: inherit;
    letter-spacing: 0.5px;
}
#header .dropdown-menu{
	background:none;
	border:none;
	padding-top:0;
	margin:0;
	
}
#header ul ul li {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#header ul li{
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.no-border{
	    border-bottom:none !important;
}
.wide-drop li a{
	width:225px !important;
}
#header ul li:hover > a {
    color: #ffffff;
    position: relative;
}
#header ul li.has-sub > a {
  padding-right: 30px;
}
#header ul li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  content: '';
}
#header  ul  li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #fff;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#header ul li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#header .nav-item.show .nav-link:before {
	 top: 23px;
  height: 10px;
}
.nav-item.show .nav-link{
	 background: #262626;
} 
#header ul li.has-sub a:focus:before {
  top: 23px;
  height: 0;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: none;
    vertical-align: none;
    content: "";
border:none;
}
#header ul ul > li.has-sub:hover > a:before {
    top: 17px;
}
#header ul ul > li.has-sub a:focus:before{
    top: 17px;
}
#header ul ul > li.has-sub > a:before {
    top: 13px;
}
#header ul ul > li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: '';
}
#header #menu-button {
  display: block;
  padding: 17px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
#header #menu-button:after {
  position: absolute;
  top: 22px;
  right: 17px;
  display: block;
  height: 8px;
  width: 20px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}
#header #menu-button:before {
  position: absolute;
  top: 16px;
  right: 17px;
  display: block;
  height: 2px;
  width: 20px;
  background: #fff;
  content: '';
}
#header #menu-button.menu-opened:after {
  top: 23px;
  border: 0;
  height: 2px;
  width: 15px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header #menu-button.menu-opened:before {
  top: 23px;
  background: #ffffff;
  width: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#header.mobile-screen ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
}
#header.mobile-screen ul ul li a {
    padding-left: 25px;
}
#header.mobile-screen ul li a, #header.mobile-screen ul ul li a {
    width: 100%;
    border-bottom: 0;
}
#header.mobile-screen #logo{
	float:none;
	    margin-top: 12px;
	text-align:center;
	margin-left: auto;
    margin-right: auto;
}
#header.mobile-screen #nav{
	margin-top:11px;
}
.navbar-toggler{
	line-height:0;
padding-left:0;
padding-right:0;
	
	}
#header.mobile-screen .navbar{
	padding:0;
}
#footer .dropdown-item:hover ,#footer .dropdown-item:focus{
    color: #ebebeb;
    text-decoration: none;
    background-color: transparent;
}
#footer a:hover {
    color: #ebebeb;
	    text-decoration: none;
}
#footer .dropdown-item {
    padding: 0;
}
@media only screen and (max-width: 767px){
.one-half, .one-third, .one-thirdd, .one-third3, .one-fourth, .two-thirds, .three-fourths, .one-fifth, .one-sixth, .one-full {
 
    width: 100% !important;
}
}
@media (min-width: 999px)
{
.drop_right
{
  margin-left:-100% !important;
}
.drop_right2
{
  margin-left:-200% !important;
}
}
