/*--- MAIN NAV COMMON ---*/

nav {
	
}
.navWrapper {
   float: none;
    clear: both;
    width: 1096px;
	margin-top: 9px;
}
ul.MainNav {
	margin: 0;	
  	padding: 0;
	float: none;	
}
ul.MainNav li {
    list-style-type: none;	
}
ul.MainNav li a {
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
	display: block;
	color: #FFF;
	padding-bottom: 0px;
	text-transform: uppercase;
}
ul.MainNav li a:hover {
	color: #70b6b9;
	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: #70b6b9;
  	display: block;
  	transition: width 0.3s ease-in-out;
  	margin: 10px auto;
  	text-align: center;
}
a.menuLine:before {
  width: 0;
}
a.menuLine:hover:before {
  width: 100%;
}
.menuPad {
	padding-left: 19px;
	padding-right: 19px;	
}
.mbr {
    background-image: url(../images/menuBorder.png);
    background-repeat: no-repeat;
    background-position: right 0px top 28px;
}
.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: 144px;
	padding-right: 6%;
}
.navMobile a {
  display: block;
  height: 30px;
  width: 30px;
}
.navMobile a:after,
.navMobile a:before,
.navMobile a div {
  background-color: #FFF;
  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: 1255px) {
nav {
	float: right;
    clear: none;
	margin-top: 9px;	
}
.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: rgba(0,112,120,1);
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	margin-top: 2em;
	padding: 100px 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: #A9D5D6;
}
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: 1255px) {

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) {
.navMobile {
	position: absolute;
	z-index: 1000;
	right: 0;
	top: 20px;
	padding-right: 6%;
}
.navMobile a:after,
.navMobile a:before,
.navMobile a div {
	background-color: #1DAFAF;
}
.mobileWrap1 {
	display: block;
}
.mobileWrap2 {
	display: none;
}
}
