/* Menu icon styles */

.menu-icon-wrapper {
	position: absolute;
	display: inline-block;
    width: 34px;
    height: 34px;
	margin: 2em;
	pointer-events: none;
	transition: 0.1s;
	z-index:99999999;
	right:39px;
	top:-8px;
}

.menu-icon-wrapper.scaled {
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}

.menu-icon-wrapper svg {
	position: absolute;
	top: -33px;
	left: -33px;
	-webkit-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}


.menu-icon-wrapper svg path {
	stroke: #fff;
	stroke-width: 60px;
	stroke-linecap: round;
    stroke-linejoin: round;
	fill: transparent;
}

.menu-icon-wrapper.iconint svg path {
	stroke: #1769b3;
	stroke-width: 60px;
	stroke-linecap: round;
    stroke-linejoin: round;
	fill: transparent;
}

.menu-icon-wrapper.iconint:hover svg path {
	stroke: #000;
}

.menu-icon-wrapper:hover svg path {
	stroke: #1769b3;
	}

.menu-icon-wrapper .menu-icon-trigger {
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
	pointer-events: auto;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

.menu-icon-wrapper .menu-icon-trigger:hover,
.menu-icon-wrapper .menu-icon-trigger:focus {
	outline: none;
}







.menu-icon-wrapperdos {
	position: absolute;
	display: inline-block;
    width: 34px;
    height: 34px;
	margin: 2em;
	pointer-events: none;
	transition: 0.1s;
	z-index:99999999;
	right:39px;
	top:-8px;
}

.menu-icon-wrapperdos.scaled {
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}

.menu-icon-wrapperdos svg {
	position: absolute;
	top: -33px;
	left: -33px;
	-webkit-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}


.menu-icon-wrapperdos svg path {
	stroke: #000;
	stroke-width: 60px;
	stroke-linecap: round;
    stroke-linejoin: round;
	fill: transparent;
}

.menu-icon-wrapperdos:hover svg path {
	stroke: #1769b3;
	}

.menu-icon-wrapperdos .menu-icon-trigger {
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
	pointer-events: auto;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

.menu-icon-wrapperdos .menu-icon-trigger:hover,
.menu-icon-wrapperdos .menu-icon-trigger:focus {
	outline: none;
}

@media only screen and (min-width:0px) and (max-width:999px){
	
.menu-icon-wrapper {
	position: absolute;
	display: inline-block;
    width: 34px;
    height: 34px;
	margin: 2em;
	pointer-events: none;
	transition: 0.1s;
	z-index:99999999;
	right:0;
	top:-8px;
}

.menu-icon-wrapper.iconint:hover svg path {
	stroke: #1769b3;
}
	
	}
