/*--- MAIN NAV COMMON ---*/

nav {
	float: right;
	margin-top: 24px;
}
ul.MainNav {
	margin: 0;	
  	padding: 0;
	float: right;	
}
ul.MainNav li {
    list-style-type: none;	
}
ul.MainNav li a {
	font-weight: 400;
	font-size: 18px;
	text-decoration: none;
	display: block;
	color: #116761;
	padding-bottom: 0px;
}
ul.MainNav li a:hover {
	color: #8BA7A5;
	text-decoration: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
a.menuLine:before {
  	content: '';
 	height: 2px;
	background-color: #116761;
  	display: block;
  	transition: width 0.3s ease-in-out;
  	margin: 2px auto;
  	text-align: center;
}
a.menuLine:before {
  width: 0;
}
a.menuLine:hover:before {
  width: 100%;
}
.menuPad {
	padding-left: 22px;
	padding-right: 22px;	
}
.mbr {
    background-image: url(../images/menuBorder2.png);
    background-repeat: no-repeat;
    background-position: right 0px top 12px;
}
.menuStatic {
	font-weight: 600;
	font-size: 21px;
	text-decoration: none;
	display: block;
	color: #FFF;
	padding: 26px 22px 10px 22px;
  }

/*--- MOBILE MENU BUTTON ---*/

.mobileWrap1 {
	display: none;
}
.mobileWrap2 {
	display: block;
}
.navMobile {
	position: absolute;
	z-index: 1000;
	right: 0;
	top: 92px;
	padding-right: 4%;
	padding-top: 0px;
}
.navMobile a {
  display: block;
  height: 30px;
  width: 30px;
}
.navMobile a:after,
.navMobile a:before,
.navMobile a div {
  background-color: #BDD7D4;
  border-radius: 3px;
  content: '';
  display: block;
  height: 2px;
  margin: 7px 0;
  transition: all .3s ease-in-out;
}
.navigationActive a div {
  transform: scale(0);
  background-color: #FFF;
}
.navigationActive a:before {
  transform: translateY(6px) rotate(135deg);
  background-color: #FFF;
}
.navigationActive a:after {
  transform: translateY(-12px) rotate(-135deg);
  background-color: #FFF;
}
/*animation stopper*/
.resize-animation-stopper * {
  animation: none !important;
  transition: none !important;
}

/*--- MEDIA QUERIES ---*/
@media (max-width: 1210px) {
.navigationActive ul.MainNav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: transform 0.6s cubic-bezier(0.65, 0, 0.07, 1), -webkit-transform 0.6s cubic-bezier(0.65, 0, 0.07, 1);
}
ul.MainNav {
	background-color: #114232;
	background-image: url(../images/logo-white-menu.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	margin-top: 2em;
	padding: 200px 0 0 0;
	text-align: center;
	transition: transform 0.6s cubic-bezier(0.65, 0, 0.07, 1), opacity 0.01s linear 0.6s, -webkit-transform 0.6s cubic-bezier(0.65, 0, 0.07, 1);
	-webkit-transform: translate(100%,0);
	transform: translate(100%,0);
	margin: 0;
	height: 100vh;
	width: 100vw;
}
ul.MainNav li a {
    color: #FFF;
	font-weight: 400;
    font-size: 24px;
    line-height: 48px;
}
ul.MainNav li a:hover {
	color: #90A0D1;
}
a.menuLine:before {
  display: none;
}
a.menuLine:before {
  width: 0;
}
a.menuLine:hover:before {
  width: 0;
}
a.menuLine2:before {
  	display: none;
}
.mbr {
	background-image: none;
}
}

@media (min-width: 1210px) {

ul.MainNav {
    height: auto;
    display: block;
}
ul.MainNav li {
    float: left;
}
ul.MainNav li a {
    line-height: auto;
}
.navMobile {
    display: none;
}
}

@media only screen and (max-width: 660px) {
nav {
	margin-top: 0px;
}
.navMobile {
	position: absolute;
	z-index: 1000;
	right: 0;
	top: 70px;
	padding-right: 4%;
}
.navMobile a:after,
.navMobile a:before,
.navMobile a div {
	background-color: #BDD7D4;
}
.mobileWrap1 {
	display: block;
}
.mobileWrap2 {
	display: none;
}
}
