﻿/*div.m2 				{width: 100%; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; color:#777777; letter-spacing:1px; font-weight:400; display: table;}

div.m2 li,
div.m2 li.submenu	{float:left; padding:0px 7px; margin: 5px 0; font-size: 0.8em; color:#666; font-weight:400;}
div.m2 li:hover		{ color: #2bb5b6;}

div.m2 a,
div.m2 a:link,
div.m2 a:active,
div.m2 a:visited,div.m2 h2	{color:#777777; font-weight:400; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-size: 0.8rem;}

div.m2 a:hover		{color: #777777; font-weight:400;}
div.m2 .active		{color: #777777; font-weight:400;}
div.m2 .active a	{color: #777777; font-weight:400;}

div.m2 li.submenu li {color:#777777;float:left;font-size:0.8rem; padding:0px 20px;}
div.m2 li.submenu ul {padding-top: 5px; width: 150px; background: #fff;}

div.m2 .active ul li a			{color:#777777;text-shadow:-1px 1px 0 #FFFFFF;}
div.m2 .active ul li a:hover	{color: #666;text-shadow:1px -1px 0 #ffffff;}

div.m2 h2 {font-size: 10px;}

div.m2 .mi8 a  { font-weight:bold; color:#F00;}
div.m2 .mi8 a:hover  { font-weight:bold; color:#666;}*/


div.m4 li,
div.m4 li.submenu	{float:left; /*padding:0px 7px; margin: 5px 0;*/ font-size: 0.8em; color:#666; font-weight:400; list-style: none; z-index:999; }
div.m4 li.submenu ul{display:none; }
div.m4 li.submenu:hover ul{ display:block; }

.m4 h2, .m4 h2{margin:0;padding:0}

.m4,
.m4 ul,
.m4 ul li,
.m4 ul li a,
.m4 #menu-button {
  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;
      font-size: 1.1rem !important;
	      text-transform: none;
    padding-left: 15px;
	    font-weight: 300;
}
.m4:after,
.m4 > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.m4 #menu-button {
  display: none;
}
.m4 {
  font-family: Montserrat, sans-serif;
  background:none;
}
.m4 > ul > li {
  float: left;
}
.m4.align-center > ul {
  font-size: 0;
  text-align: center;
}
.m4.align-center > ul > li {
  display: inline-block;
  float: none;
}
.m4.align-center ul ul {
  text-align: left;
}
.m4.align-right > ul > li {
  float: right;
}
.m4 > ul > li > a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #555555;
  font-weight: 400;
  text-transform: capitalize;
}
.m4 > ul > li:hover > a {
  color: #1cbac8 !important;
}
.m4 > ul > li.has-sub > a {
  padding-right: 30px;
}
.m4 > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
.m4 > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  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;
}
.m4 > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
.m4 ul ul {
  position: absolute;
  left: -9999px;
}
.m4.align-right ul ul {
  text-align: right;
}
.m4 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;
}
.m4 li:hover > ul {
  left: auto;
}
.m4.align-right li:hover > ul {
  left: auto;
  right: 0;
}
.m4 li:hover > ul > li {
  height: 35px;
}
.m4 ul ul ul {
  margin-left: 100%;
  top: 0;
}
.m4.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
.m4 ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 320px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 300;
  background: #333333;
  margin-top: 10px;
  margin-left: -35px !important;
}
.m4 ul ul li:last-child > a,
.m4 ul ul li.last-item > a {
  border-bottom: 0;
}
.m4 ul ul li:hover > a,
.m4 ul ul li a:hover {
  color: #ffffff;
}
.m4 ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
.m4.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
.m4 ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  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;
}
.m4.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
.m4 ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
.m4.small-screen {
  width: 100%;
}
.m4.small-screen ul {
  width: 100%;
  display: none;
}
.m4.small-screen.align-center > ul {
  text-align: left;
}
.m4.small-screen ul li {
  width: 100%;
  border-top: 1px solid rgba(120, 120, 120, 0.2);
}
.m4.small-screen ul ul li,
.m4.small-screen li:hover > ul > li {
  height: auto;
}
.m4.small-screen ul li a,
.m4.small-screen ul ul li a {
  width: 100%;
  border-bottom: 0;
}
.m4.small-screen > ul > li {
  float: none;
}
.m4.small-screen ul ul li a {
  padding-left: 25px;
}
.m4.small-screen ul ul ul li a {
  padding-left: 35px;
}
.m4.small-screen ul ul li a {
  color: #dddddd;
  background: none;
}
.m4.small-screen ul ul li:hover > a,
.m4.small-screen ul ul li.active > a {
  color: #ffffff;
}
.m4.small-screen ul ul,
.m4.small-screen ul ul ul,
.m4.small-screen.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
.m4.small-screen > ul > li.has-sub > a:after,
.m4.small-screen > ul > li.has-sub > a:before,
.m4.small-screen ul ul > li.has-sub > a:after,
.m4.small-screen ul ul > li.has-sub > a:before {
  display: none;
}
.m4.small-screen #menu-button {
  display: block;
  padding: 17px;
  color: #dddddd;
  cursor: pointer;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 700;
}
.m4.small-screen #menu-button:after {
  position: absolute;
  top: 22px;
  right: 17px;
  display: block;
  height: 4px;
  width: 20px;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  content: '';
}
.m4.small-screen #menu-button:before {
  position: absolute;
  top: 16px;
  right: 17px;
  display: block;
  height: 2px;
  width: 20px;
  background: #dddddd;
  content: '';
}
.m4.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);
}
.m4.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);
}
.m4.small-screen .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  border-left: 1px solid rgba(120, 120, 120, 0.2);
  height: 46px;
  width: 46px;
  cursor: pointer;
}
.m4.small-screen .submenu-button.submenu-opened {
  background: #262626;
}
.m4.small-screen ul ul .submenu-button {
  height: 34px;
  width: 34px;
}
.m4.small-screen .submenu-button:after {
  position: absolute;
  top: 22px;
  right: 19px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
.m4.small-screen ul ul .submenu-button:after {
  top: 15px;
  right: 13px;
}
.m4.small-screen .submenu-button.submenu-opened:after {
  background: #ffffff;
}
.m4.small-screen .submenu-button:before {
  position: absolute;
  top: 19px;
  right: 22px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
}
.m4.small-screen ul ul .submenu-button:before {
  top: 12px;
  right: 16px;
}
.m4.small-screen .submenu-button.submenu-opened:before {
  display: none;
}
.m4.small-screen.select-list {
  padding: 5px;
}


	.m4 {
			position: relative;
			top: 0px;
			margin: auto;
		}


