.menu-full-width{margin:0px 0px;background-color:#30355d;margin-bottom:0px;border-top:1px solid #30355d;}
#t_menu, #t_menu ul, #t_menu ul li, #t_menu ul li a, #t_menu #menu-button{padding:0px;//text-transform: uppercase;
text-decoration:none;}
#t_menu {
	position: relative;
	top: 0px;
	z-index:9999999;
}
#t_menu,
#t_menu ul,
#t_menu ul li,
#t_menu ul li a,
#t_menu #menu-button {
  margin: 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;
}
#t_menu:after,
#t_menu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#t_menu #menu-button {
  display: none;
}
#t_menu > ul > li {
  	color:#fff;
	font-size:14px;
	font-weight:400;
	float:left;
	border-right:1px solid #346593;
}
#t_menu li:last-child{
	background:right none;
}
#t_menu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#t_menu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#t_menu.align-center ul ul {
  text-align: left;
}
#t_menu.align-right > ul > li {
  float: right;
}
#t_menu > ul > li > a {
 color:#fff;
	display:block;
	font-weight: 500;
	//padding: 18px 40px 15px 40px;
	padding: 18px 34px 15px 34px;
	
}
#t_menu > ul > li:hover > a {
  color: #fff;
background: #346593;
border-bottom: 3px solid #f99021;
}
#t_menu > ul > li a.active {
      color: #fff;
    background: #346593;
    border-bottom: 3px solid #f99021;
}
#t_menu > ul > li.has-sub > a {
  padding-right: 31px;
  font-size:15px;
}
#t_menu > ul > li.has-sub > a:after {
  position: absolute;
  top: 24px;
  right: 14px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  content: '';
}
#t_menu > ul > li.has-sub > a:before {
  position: absolute;
  top: 21px;
  right: 17px;
  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;
}
#t_menu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#t_menu ul ul {
  position: absolute;
  left: -9999px;
}
#t_menu.align-right ul ul {
  text-align: right;
}
#t_menu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#t_menu li:hover > ul {
  left: auto;
}
#t_menu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#t_menu li:hover > ul > li {	
  height: auto;
}
#t_menu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#t_menu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#t_menu ul ul li a {
  border-bottom: 1px solid #fff;
  padding: 10px 15px;
  width: 240px;
  font-size: 14px;
  line-height:15px;
  text-decoration: none;
  color: #fff;
  background: #038ebb;
  text-transform:none;
}
#t_menu ul ul li:last-child > a,
#t_menu ul ul li.last-item > a {
  border-bottom: 0;
}
#t_menu ul ul li:hover > a,
#t_menu ul ul li a:hover {
  color: #ffffff;
  background:#15586d;
}
#t_menu ul ul li.has-sub > a:after {
  position: absolute;
  top: 19px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  content: '';
}
#t_menu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#t_menu ul ul li.has-sub > a:before {
  position: absolute;
  top: 16px;
  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;
}
#t_menu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#t_menu ul ul > li.has-sub:hover > a:before {
  top: 25px;
  height: 0;
}
#t_menu.small-screen {
  width: 100%;
  background:transparent;
}
#t_menu.small-screen ul {
  width: 100%;
  display: none;
}
#t_menu.small-screen.align-center > ul {
  text-align: left;
}
#t_menu.small-screen ul li {
  width: 100%;
   background:right none;
  border-top: 1px solid #fff;
}
#t_menu.small-screen ul ul li,
#t_menu.small-screen li:hover > ul > li {
  height: auto;
}
#t_menu.small-screen ul li a,
#t_menu.small-screen ul ul li a {
  width: 100%;
  border-bottom: 0;
}
#t_menu.small-screen > ul > li {
  float: none;
}
#t_menu.small-screen ul ul li a {
  padding-left: 25px;
}
#t_menu.small-screen ul ul ul li a {
  padding-left: 35px;
}
#t_menu.small-screen ul ul li a {
  color: #fff;
  background: none;
}
#t_menu.small-screen ul ul li:hover > a,
#t_menu.small-screen ul ul li.active > a {
  color: #ffffff;
  background:#15586d;
}
#t_menu.small-screen ul ul,
#t_menu.small-screen ul ul ul,
#t_menu.small-screen.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
#t_menu.small-screen > ul > li.has-sub > a:after,
#t_menu.small-screen > ul > li.has-sub > a:before,
#t_menu.small-screen ul ul > li.has-sub > a:after,
#t_menu.small-screen ul ul > li.has-sub > a:before {
  display: none;
}
#t_menu.small-screen #menu-button {
  display: block;
  padding: 15px 0px;;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  
}
#t_menu.small-screen #menu-button:after {
  position: absolute;
  top: 22px;
  right: 0px;
  display: block;
  height: 4px;
  width: 20px;
  cursor:pointer;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  //content: '';
}
#t_menu.small-screen #menu-button:before {
  position: absolute;
  top: 16px;
  right: 0px;
  display: block;
  height: 2px;
  width: 20px;
  background: #fff;
  //content: '';
}
#t_menu.small-screen #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);
}
#t_menu.small-screen #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);
}
#t_menu.small-screen .submenu-button {  
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  border-left: 1px solid #fff;
  height: 50px;
  width: 46px;
  cursor: pointer;
}
#t_menu.small-screen .submenu-button.submenu-opened {
  background: #15586d;
}
#t_menu.small-screen ul ul .submenu-button {
  height: 41px;
  width: 37px;
}
#t_menu.small-screen .submenu-button:after {
  position: absolute;
  top: 22px;
  right: 19px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  content: '';
}
#t_menu.small-screen ul ul .submenu-button:after {
  top: 15px;
  right: 13px;
}
#t_menu.small-screen .submenu-button.submenu-opened:after {
  background: #ffffff;
}
#t_menu.small-screen .submenu-button:before {
  position: absolute;
  top: 19px;
  right: 22px;
  display: block;
  width: 2px;
  height: 8px;
  background: #fff;
  content: '';
}
#t_menu.small-screen ul ul .submenu-button:before {
  top: 12px;
  right: 16px;
}
#t_menu.small-screen .submenu-button.submenu-opened:before {
  display: none;
}
#t_menu.small-screen.select-list {
  padding: 5px;
}