.topanchor {
position: absolute;
top: 0px;
left: 0px;
z-index: 1;
max-width: 1px;
max-height: 1px;
overflow: hidden;
}

/************* MOBILE MENU ************/

.menover {
    position: fixed;
    top: 0;
	left: calc((100vw - 1360px) / 2);
    z-index: 1050;
    display: none;
    overflow: auto;
    width: 460px;
    height: 100%;
	-webkit-box-shadow: 1px 0px 7px 0px rgba(80,80,80,0.4);
	-moz-box-shadow: 1px 0px 7px 0px rgba(80,80,80,0.4);
	box-shadow: 1px 0px 7px 0px rgba(80,80,80,0.4);

}

.menover {
    background: rgba(255,255,255,0.95);
}

.menover .menures {
	position: relative;
    width: 100%;
	top: 90px;
}
.mmh1 { height: 64px; }
.mmh2 { height: 40px; }

a.mrlink, a.mrlinkf, a.mrlinka, a.mrlinkfa {
	font-size: 32px;
	padding-left: 32px;
	padding-top: 12px;
	text-align: left;
	width: 100%;
	display: block;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	vertical-align: middle;
}
a.mrlink, a.mrlinkf {
	color: #746d79;
}
a.mrlinka, a.mrlinkfa, a.mrlink:hover, a.mrlinkf:hover {
	color: #c272af;
}
a.mrlinka:hover , a.mrlinkfa:hover {
	color: #464c67;
}

.mrlist {
	list-style: none;
	padding-left: 0;
}
.mrlist li {
	width: 100%;
	text-align: center;
	border-top: 2px solid rgba(116,109,121,1);
}
.mrlist li.lifirst {
	width: 100%;
	text-align: center;
	border-top: none
}

a.mrsublink {
	font-size: 32px;
	padding-top: 10px;
	padding-left: 84px;
	text-align: left;
	width: 100%;
	display: block;
	font-weight: 400;
	font-style: normal;
	color: #746d79;
	text-decoration: none;
	vertical-align: middle;
}
a.mrsublink:hover {
	color: #c272af;
}


/*** TOPNAV ***/

#topnav {
position: fixed;
width: 100%;
z-index: 1000;
}

#topnav .container {
height: 200px;
}

a.menubutton {
color: #ffffff;
text-decoration: none;
position: absolute;
left: 60px;
top: 30px;
font-weight: 700;
font-size: 46px;
width: 60px;
height: 60px;
border: 1px solid rgba(245,137,108,1);
border-radius: 50%;
text-align: center;
background-color: rgba(245,137,108,1);
display: inline-block;
}
a.menubutton:hover {
border: 1px solid rgba(194,114,175,1);
background-color: rgba(194,114,175,1);
}
a.menubutton span {
display: inline-block;
-ms-transform:scale(1.5,1.0);
-webkit-transform:scale(1.5,1.0);
transform:scale(1.5,1.0);
}

#topnav #logo, #bottom #logo {
position: absolute;
top: 20px;
left: 40px;
width: 160px;
height: 154px;
display: block;
z-index: 1020;
}

#index #logo {
display: none;
}

a.logo { width: 100%; height: 100%; display: block; background: url(../images/logod.svg) top left no-repeat; text-decoration: none;}
a.logo:hover { background: url(../images/logow.svg) top left no-repeat; }

#topnav a.menubutton {
display: none;
}

#menubar, #btmmenu {
position: relative;
top: 90px;
left: calc(100% - 1007px);
width: 1007px;
height: 24px;
text-align: left;
z-index: 1010
}


/************* MENU ************/

/* Main */
#menu, #bmenu {
	height: 100%;
	width: auto;
	list-style: none;  
	margin-top: 0px;
}

#menu li, #bmenu li {
	display: inline-block;
	position: relative;
	max-width: auto;

}

#menu a, #bmenu a {
	text-decoration: none;
	float: left;
	display: block;
	height: 24px;
	padding-left: 13px;
	padding-right: 13px;
	font-weight: 400;
	font-size: 18px;
}

#menu a {
	color: #464c67;
}

#bmenu a {
	color: #ffffff;
}


#menu a.navlinka {
	color: #c272af;
}

#bmenu a.navlinka {
	color: #e5a1d6;
}

#menu li:hover > a {
	color: #c272af;
}

#bmenu li:hover > a {
	color: #e5a1d6;
}

#menu li:hover > a.navlinka {
	color: #c272af;
}

#bmenu li:hover > a.navlinka {
	color: #e5a1d6;
}

#menu li:hover > ul{
	display: block;
}

/* Sub-menu */

@keyframes grow { {}
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    transform: scale(0);
	transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
	transform: translateX(0);
  }
}

#menu ul{
	width: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 24px;
	left: 0px;
	display: none;
	z-index: 99;    
    border: 0;
	animation-name: grow;
	animation-duration: 0.5s;
}

#menu ul li {
    float: none;
    margin: 0px;
	padding: 0;
    height: 23px;
    display: block; 
    background: none; 
    line-height: 1;
	border: 0;
}

#menu ul a{  
	width: 100%;
	padding-left: 17px;
	padding-right: 17px;
    height: 23px;
    display: block;
    white-space: nowrap;
    float: none;
    text-align: left;
    background: none;
    text-align: left;
	font-size: 18px;
}

#menu ul a:hover{
	color: #c272af;
}

/* Clear floated elements */

#menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* Responsive Media Queries */

@media only screen and (max-width: 1240px) {
#menubar, #btmmenu { left: calc(100% - 952px); width: 952px; }
#menu a, #bmenu a, #menu ul a  { padding-left: 10px; padding-right: 10px; }
}

@media only screen and (max-width: 1150px) {
#menubar, #btmmenu { left: calc(100% - 908px); width: 908px; }
#menu a, #bmenu a, #menu ul a { font-size: 16px; padding-left: 7px; padding-right: 7px; }
}

@media only screen and (max-width: 1120px) {
#menubar, #btmmenu { left: 195px; width: calc(100% - 195px); }
}

@media only screen and (max-width: 980px) {
#menubar, #btmmenu { display: none; }
}

/* #### MENU END ### */



@media only screen and (max-width: 1360px) {
.menover { left: 0px; width: 33.834%; }	
}

@media only screen and (max-width: 980px) {
#topnav .container { height: 90px; }
#topnav a.menubutton { display: block; }
a.menubutton { left: 40px; top: 15px; }
#topnav #logo, #index #logo {
position: absolute;
top: 10px;
left: calc(100% - 307px);
width: 267px;
height: 70px;
display: block;
}
a.logo { width: 100%; height: 100%; display: block; background: url(../images/logom.svg) top left no-repeat; text-decoration: none;}
a.logo:hover { background: url(../images/logomw.svg) top left no-repeat; }
.menover .menures { top: 80px; }
.mmh1 { height: 60px; }
.mmh2 { height: 36px; }
a.mrlink, a.mrlinkf, a.mrlinka, a.mrlinkfa {
	font-size: 28px;
	padding-left: 20px;
}
a.mrsublink {
	font-size: 28px;
	padding-left: 66px;
}
}

@media only screen and (max-width: 820px) {
.mmh1 { height: 56px; }
.mmh2 { height: 32px; }
a.mrlink, a.mrlinkf, a.mrlinka, a.mrlinkfa {
	font-size: 24px;
	padding-left: 15px;
}
a.mrsublink {
	font-size: 24px;
	padding-left: 54px;
}
}


@media only screen and (max-width: 683px) {
a.menubutton { left: 15px; }
.mbsaf { line-height: 63px; }
#topnav #logo, #index #logo { left: calc(100% - 282px); }
.menover { left: 0px; width: 100%; }	
}

@media only screen and (max-width: 420px) {
a.menubutton { left: calc(100% - 75px); }
#topnav #logo, #index #logo { left: 15px; width: 229px; height: 60px; top: 15px;}
}

@media only screen and (max-width: 360px) {
#topnav .container { height: 80px; }
a.menubutton { width: 50px; height: 50px; font-size: 38px; left: calc(100% - 65px); }
.mbsaf { line-height: 52px; }
#topnav #logo, #index #logo { top: 13px; width: 206px; height: 54px; }
.menover .menures { top: 60px; }
}
