#nav-wrap {
    width: 100%;
    background: #de6326;
    border-bottom: 2px solid #fff;
}

#cssmenu ul li a.fb-link {
	display:none;	
}

nav {
  position: relative;
  /*! width: 980px; */
  margin: 0 auto;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
  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
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

#cssmenu #head-mobile {
  display: none
}

#cssmenu {
  z-index: 999;
  margin: 0 auto;
  display: inline-block;
  position: absolute;
}

#cssmenu i {
    font-size: 17px;
    margin-top: -3px;
}

#cssmenu > ul > li {
  float: left
}

#cssmenu > ul > li > a {
	text-decoration: none;
	text-align: center;
	color: #5e5e5e;
	padding: 17px 20px;
	display: block;
	font-weight: 700;
	font-size: 15px;
}

#cssmenu > ul > li:hover > a,
#cssmenu ul li.active a {-webkit-transition: all .2s ease;-ms-transition: all .2s ease;transition: all .2s ease;color: #FFF;}

#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
  -webkit-transition: background .3s ease;
  -ms-transition: background .3s ease;
  transition: background .3s ease;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 35px;
}

#cssmenu > ul > li.has-sub > a:after {
  /* position: absolute; */
  /* top: 22px; */
  /* right: 21px; */
  /* width: 8px; */
  /* height: 2px; */
  /* display: block; */
  /* background: #000; */
  /* content: ''; */
}

#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 21px;
  right: 15px;
  display: block;
  content: '';
  border-top: 5px solid #5e5e5e;
  border-top-color: inherit;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid transparent;
}

#cssmenu > ul > li.has-sub:hover > a:before {
  border-top: 0;
  border-bottom: 6px solid #FFF;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
  background: #FFF;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

#cssmenu ul ul li:hover {
}

#cssmenu li:hover > ul {
  left: auto;
  z-index: 999;
  border-bottom: 1px solid #dcdcdc;
  border-top: 10px solid #FFF;
}

#cssmenu li:hover > ul > li {
  height: 40px;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0
}

#cssmenu ul ul li a {
  width: 190px;
  text-decoration: none;
  text-align: left;
  color: #5e5e5e;
  padding: 12px 18px;
  display: block;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  background-color: #f3f3f3;
}

#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: ''
}
#cssmenu > ul > li.has-sub:hover > a:after {background-color: #073ddc;}

#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease
}

#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0
}

#cssmenu ul ul ul li.active a {
border-left: 1px solid #333}

#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active> a {
border-top: 1px solid #333}

.contentcontain {margin-top:127px;}

/* Large Desktop */
@media all and (max-width:1300px) {
 
    #cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
        color: #5e5e5e;
    }

    #cssmenu li:hover > ul {
        border-top: 0;
    }

    #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
        background-color: #28496f;
    }

	#cssmenu ul li a.fb-link {
		display:block;	
	}
      .logo2 {
        display: none
      }
      nav {
        width: 100%;
        background-color: transparent;
        height: 60px;
        padding-right: 0;
      }
      #cssmenu {
        width: 100%;
      }
      #cssmenu ul {
        width: 100%;
        display: none;
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
      }
      #cssmenu ul li {
        width: 100%;
      }
      #cssmenu ul li:hover {
        background: #363636;

      }
      #cssmenu ul ul li,
      #cssmenu li:hover > ul > li {
        height: auto
      }
      #cssmenu ul li a,
      #cssmenu ul ul li a {
        width: 100%;
        background: #FFF;
        border-right: none;
        border-left: none;
        text-align: left;
      }
      #cssmenu ul li a {
        border-bottom: 1px solid #dcdcdc;
        font-weight: 700;
        }
      #cssmenu ul ul li a {
          border-bottom: solid;
      }

      #cssmenu > ul > li {
        float: none
      }
      #cssmenu ul ul li a {
      }
      #cssmenu ul ul li {
      border: 0;
      }
      #cssmenu ul ul li:hover {
        background: #363636!important
      }
      #cssmenu ul ul ul li a {
        padding-left: 35px
      }
      #cssmenu ul ul li a {
        color: #fff;
        background: #084387;
        border-bottom: 1px solid #28496f;
        font-weight: 500;
        font-size: 13px;
        padding: 15px 18px 15px 25px;
      }
      #cssmenu ul ul li:hover > a,
      #cssmenu ul ul li.active > a {
        color: #fff
      }
      #cssmenu ul ul,
      #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
        box-shadow: none;
      }
      #cssmenu > ul > li.has-sub > a:after,
      #cssmenu > ul > li.has-sub > a:before,
      #cssmenu ul ul > li.has-sub > a:after,
      #cssmenu ul ul > li.has-sub > a:before {
        display: none
      }
      #cssmenu #head-mobile {
        display: block;
        padding: 30px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700;
        width: 100%;
      }
      .button-nav {
        width: 76px;
        height: 60px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        z-index: 12399994;
        background: #fcc601;
      }
      .button-nav:after {
        position: absolute;
        top: 28px;
        right: 21px;
        display: block;
        height: 5px;
        width: 35px;
        border-top: 4px solid #fff;
        border-bottom: 4px solid #fff;
        content: '';
      }
      .button-nav:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 19px;
        right: 21px;
        display: block;
        height: 4px;
        width: 35px;
        background: #fff;
        content: '';
      }
      .button-nav.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 26px;
        border: 0;
        height: 4px;
        width: 33px;
        background: #FFF;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 19px;
      }
      .button-nav.menu-opened:before {
        top: 26px;
        background: #FFF;
        width: 33px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: 19px;
        height: 4px;
      }
      #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #dcdcdc;
        height: 49px;
        width: 57px;
        cursor: pointer;
        background-color: #dcdcdc;
      }
      #cssmenu .submenu-button.submenu-opened {
        background: #dcdcdc;
      }
      #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
      }
      #cssmenu .submenu-button:after {
        position: absolute;
        top: 23px;
        right: 23px;
        width: 13px;
        height: 3px;
        display: block;
        background: #5e5e5e;
        content: '';
      }
      #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
      }
      #cssmenu .submenu-button.submenu-opened:after {
        background: #5e5e5e;
      }
      #cssmenu .submenu-button:before {
        position: absolute;
        top: 18px;
        right: 28px;
        display: block;
        width: 3px;
        height: 13px;
        background: #5e5e5e;
        content: '';
      }
      #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
      }
      #cssmenu .submenu-button.submenu-opened:before {
        display: none
      }
      #cssmenu ul ul ul li.active a {
        border-left: none
      }
      #cssmenu > ul > li.has-sub > ul > li.active > a,

      #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: none
      }
        .contentcontain {
        margin-top:78px;	
        }
}

@media screen and (max-width:600px) {
    #cssmenu {
        margin-bottom: 0;
        margin-top: 0;
    }
}