@charset "utf-8";

/* CSS Document */



.menu-col1 {

	width: 78px;

	float: left;

	overflow: hidden;

	margin: 0 0 0;

	position: absolute;

	top: 19px;

	right: -100px;

	z-index: 9999999;

}

.menu-col1 img { 

	width: 100%;

	display: block;

}

.menu-col1 .menu-row1 {

	width: 78px;

	float: left;

}

.toggle {

	cursor: pointer;

	position: relative;

	z-index: 9999;

}

.toggle-text1 {

	float: left;

	font-size: 14px;

	font-weight: 400;

	color: #ffffff;

	letter-spacing: 0.25px;

	line-height: 24px;

	display: inline-block;

	margin: 0 0 0 10px;

	font-family: 'graphik-semibold-font';

}

.toggle-row1 {

	width: 27px;

	float: left;

	margin: 0 0 0;

}

.bar {

	width: 100%;

	height: 2px;

	background: #ffffff;

	display: block;

	margin: 7px 0 0;

	-webkit-transition: all .35s ease;

	transition: all .35s ease;

}

.bar:first-child {

	margin-top: 0;

}

.bar:last-child {

	margin-bottom: 0;

}

.middle {

	top: 11px;

	height: 3px;

}

.bottom {

	top: 22px;

}

.toggle-active .toggle-text1 {

	color: #ffffff;

}

.toggle-active .bar {

	background: #ffffff;

}

.toggle-active .top {

	-webkit-transform: translateY(6px) translateX(0) rotate(45deg);

	position: relative;

	top: 4px;

}

.toggle-active .middle {

	opacity: 0;

}

.toggle-active .bottom {

	-webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);

	position: relative;

	top: 3px;

}

.overlay {

	background-image: linear-gradient(180deg,#e0d1eb 0%,#6d367b 100%);;

	z-index: 9999999;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    left: -400px;
	width: 400px;
	height: 100%;
	position: fixed !important;
    top: 0;
}

.nav-active {

    visibility: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    left: 0;
    z-index: 99999999;
}

.overlay.nav-active .scroll.float-panel.fixed {
    position: relative !important;
    left: inherit;
}



/*Smartphone css*/

@media screen and (max-width: 480px) {

.menu-col1 {

	width: 78px;

	margin: 0 0 0;

	position: fixed;

	top: 16px;

	left: 5%;

}

.toggle-text1 {

	font-size: 12px;

	color: #2c6b7d;

	line-height: 22px;

	margin: 0 0 0 10px;

}

.overlay{
	left: -100%;
    width: 100%;
}
.overlay.nav-active {
    left: 0;
    width: 100%;
}

.bar {

	background: #6d367b;

}

}



@media screen and (min-width:481px) and (max-width:600px) {

.menu-col1 {

	width: 78px;

	margin: 0 0 0;

	position: fixed;

	top: 16px;

	left: 5%;

}

.toggle-text1 {

	font-size: 12px;

	color: #2c6b7d;

	line-height: 22px;

	margin: 0 0 0 10px;

}

.overlay{
	left: -100%;
    width: 100%;
}
.overlay.nav-active {
    left: 0;
    width: 100%;
}

.bar {

	background: #6d367b;

}

}



@media screen and (min-width:601px) and (max-width:767px) {

.menu-col1 {

	width: 78px;

	margin: 0 0 0;

	position: fixed;

	top: 16px;

	left: 5%;

}

.toggle-text1 {

	font-size: 12px;

	color: #2c6b7d;

	line-height: 22px;

	margin: 0 0 0 10px;

}

.overlay{
	left: -100%;
    width: 100%;
}
.overlay.nav-active {
    left: 0;
    width: 100%;
}

.bar {

	background: #6d367b;

}

}



@media screen and (min-width:768px) and (max-width:900px) {

	.menu-col1 { 
 
		left: auto;
	
	}

.menu-col1 .menu-row1 {

	width: 27px;

}

.toggle-text1 { 

	display: none;

}

}



@media screen and (min-width:901px) and (max-width:1024px) {

	.menu-col1 { 
 
		left: auto;
	
	}

.menu-col1 .menu-row1 {

	width: 27px;

}

.toggle-text1 { 

	display: none;

}

}



@media screen and (min-width:1025px) and (max-width:1240px) {

.menu-col1 { 

	width: 27px;

	margin: 0 0 0;

	left: 3%;

}

.menu-col1 .menu-row1 {

	width: 27px;

}

.toggle-text1 { 

	display: none;

}
.menu-col1 { 

	right: -50px;
    left: auto;

}
}



@media screen and (min-width:1241px) and (max-width:1340px) {

.menu-col1 { 

	width: 27px;

	margin: 0 0 0;

	left: 3%;

}

.menu-col1 .menu-row1 {

	width: 27px;

}

.toggle-text1 { 

	display: none;

}
.menu-col1 { 

	/*right: -100px;*/
	right: -60px;
    left: auto;

}
}



@media screen and (min-width:1341px) and (max-width:1640px) {

.menu-col1 { 

	width: 27px;

	left: 3%;

}

.menu-col1 .menu-row1 {

	width: 27px;

}

.toggle-text1 { 

	display: none;

}
.menu-col1 { 

	right: -65px;
    left: auto;

}
}