#web-menu ul {
  margin: 0px !important;
  padding: 0px !important;
}
#web-menu li {
  list-style: none;
}
#web-menu li > ul{
  display: none;
}
#web-menu li:hover > ul{
  display: inline-block;
}
.no-padding {
  padding: 0px;
}
.no-margin {
  margin: 0px;
}
.no-radius {
  border-radius: 0px;
}

.rotate {
  transform: rotate(90deg);
  color: #ffffff;
}
/*  Main
-----------*/
.menu-fixed {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:999999;
}


.flatMenu {
  padding-top: 5%;
}
.flat-mega-menu ul {
  text-align: center;
}
.flat-mega-menu ul li {
  display: inline-block;
  float: left;
  font-family: "oswaldbook",arial;
  /*width: 180px;*/
  /*border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;*/
  background: #3E3E3E;
  padding: 15px 20px;
  transition: all 0.4s;
  position: relative;
}
.flat-mega-menu ul li:hover,
.flat-mega-menu ul li:focus,
.flat-mega-menu ul li.active {
  background: #d80c7b;
}
.flat-mega-menu ul li a {
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;  
}
.flat-mega-menu ul li i {
  margin-right: 10px;
}
.flat-mega-menu ul li:hover .single-nav {
  display: block;
}
.flat-mega-menu ul li:hover #user-form {
  display: block;
}
.flat-mega-menu ul li:hover #contact {
  display: block;
}
/*.flat-mega-menu ul li:nth-child(6),
.flat-mega-menu ul li:nth-child(7) {
  width: 200px;
}*/
.flat-mega-menu ul li:last-child {
  border-right: 0px;
}
.flat-mega-menu ul .single-nav {
  left: 0;
  position: absolute;
  top: 43px;
  display: none;
  z-index:999999;
}
.flat-mega-menu ul .single-nav li {
  width: 200px;
  /*border-bottom: 1px solid #222222;*/
  border-right: 0px;
  position: relative;
  text-align: left;
  z-index: 9999;
}

.flat-mega-menu ul .single-nav li:hover .drop-right {
  display: block;
}

.flat-mega-menu ul .single-nav li {
	padding: 10px;
	padding-left: 20px;
}

.flat-mega-menu ul .single-nav li a {
	font-size:11px;
	text-transform: uppercase;  
	color: #FFF;
	line-height: 20px;
	/*font-family: "Source Sans Pro",Arial;*/
}
.flat-mega-menu ul .single-nav li a i {
  /*position: relative;
  right: 10px !important;*/
  float:right;
  margin-right:5px;
  margin-top:4px;
}
.flat-mega-menu ul .single-nav li .drop-right {
  left: 200px;
  position: absolute;
  top: 0px;
  width: 100%;
  display: none;
}
.flat-mega-menu ul .single-nav li .drop-right li {
  position: relative;
  border-right: 0px;
  text-transform: none;
  z-index:9999;
}
.flat-mega-menu ul .single-nav li .drop-right li:hover .drop-right-two {
  display: block;
}
.flat-mega-menu ul .single-nav li .drop-right li .drop-right-two {
  left: 202px;
  position: absolute;
  top: 0px;
  width: 100%;
  display: none;
  text-transform: none;
}
.flat-mega-menu ul .single-nav li:last-child {
  border-bottom: 0px;
}
.flat-mega-menu .mega-menu {
  position: static;
}
.flat-mega-menu .mega-menu:hover .mega-menu-body {
  display: block;
}
.flat-mega-menu .mega-menu .mega-menu-body {
  text-align: left;
  position: absolute;
  width: 100%;
  left: 0;
  top: 54px;
  display: none;
  background: #545c67;
}
.flat-mega-menu .mega-menu .mega-menu-body li {
  text-align: left;
  width: 100%;
  border-right: 0px;
}
.flat-mega-menu .mega-menu .mega-menu-body li:hover,
.flat-mega-menu .mega-menu .mega-menu-body li:focus,
.flat-mega-menu .mega-menu .mega-menu-body li:active {
  background: #545c67;
}
.flat-mega-menu .mega-menu .mega-menu-body li h3 {
  background: #d80c7b;
  color: #ffffff;
  font-size: 16px;
  margin: 0;
  padding: 15px 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #222222;
}
.flat-mega-menu .mega-menu .mega-menu-body li .category-title li {
  padding: 0px;
}
.flat-mega-menu .mega-menu .mega-menu-body li .category-title .category-list {
  background: #ffffff !important;
  position: relative;
  padding: 13px 20px;
  border-bottom: 0px;
  transition: all 0.4s;
}
.flat-mega-menu .mega-menu .mega-menu-body li .category-title .category-list:hover,
.flat-mega-menu .mega-menu .mega-menu-body li .category-title .category-list:focus,
.flat-mega-menu .mega-menu .mega-menu-body li .category-title .category-list.active {
  background: #d80c7b !important;
}
.flat-mega-menu .mega-menu .mega-menu-body li .category-title .category-list:hover a,
.flat-mega-menu .mega-menu .mega-menu-body li .category-title .category-list:focus a,
.flat-mega-menu .mega-menu .mega-menu-body li .category-title .category-list.active a {
  color: #ffffff !important;
}
.flat-mega-menu .mega-menu .mega-menu-body li .category-title .category-list:hover a i,
.flat-mega-menu .mega-menu .mega-menu-body li .category-title .category-list:focus a i,
.flat-mega-menu .mega-menu .mega-menu-body li .category-title .category-list.active a i {
  color: #ffffff !important;
}
.flat-mega-menu .mega-menu .mega-menu-body li .category-title .category-list a {
  text-transform: none;
  color: #545C67;
}
.flat-mega-menu .mega-menu .mega-menu-body li .category-title .category-list a i {
  position: absolute;
  right: 10px;
  bottom: 19px;
}
.flat-mega-menu .mega-menu .mega-menu-body li:last-child {
  border-bottom: 0px;
}
.flat-mega-menu #contact {
  display: none;
  position: absolute;
  left: 0;
  top: 54px;
  font-size: 16px;
}
.flat-mega-menu #contact li {
  width: 100%;
}
.flat-mega-menu #contact li:hover,
.flat-mega-menu #contact li:focus,
.flat-mega-menu #contact li:active {
  background: #545c67;
}
.flat-mega-menu #contact .address {
  border-bottom: 1px solid #222222;
  color: #ffffff;
}
.flat-mega-menu #contact .email {
  color: #ffffff;
  padding: 10px;
  border-bottom: 1px solid #222222;
}
.flat-mega-menu #contact .phone {
  padding-top: 10px;
  color: #ffffff;
}
.flat-mega-menu #user-form {
  position: absolute;
  right: 0;
  top: 54px;
  width: 400%;
  display: none;
  background: #545c67;
}
.flat-mega-menu #user-form li {
  text-align: left;
  width: 100%;
}
.flat-mega-menu #user-form li:hover,
.flat-mega-menu #user-form li:focus,
.flat-mega-menu #user-form li:active {
  background: #545c67;
}
.flat-mega-menu #user-form li label {
  color: #ffffff;
}
.flat-mega-menu #user-form li button {
  background: #d80c7b;
  border: 0 none;
  color: #ffffff;
  width: 100%;
  transition: all 0.4s;
  padding: 10px;
}
.flat-mega-menu #user-form li button:hover,
.flat-mega-menu #user-form li button:focus,
.flat-mega-menu #user-form li button:active {
  background: #a8095f;
}
.direction {
  position: relative;
  left: 80px;
}
#web-menu .title {
  left: 150px;
  position: absolute;
  top: 14px;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
}