#body {
	font-family: Calibri, Arial, Verdana, sans-serif;
	/*background: #5b5b5b;*/
	/*background: #000;*/
	/*background: linear-gradient(to top right, #114c5c, #194f67  );*/
	background: linear-gradient(to top right, rgb(44,102,130), black);
	/*margin: 0px auto;*/
	/*padding: 0 0 10px 0;
	width: 1300px;*/
	/*overflow: scroll;*/
	overflow: hidden;
	
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none; 
	
}




/********************* MENU ICON ****************************/
.menu_icon {
    display: inline-block;
    cursor: pointer;

	padding: 4px 20px 15px 8px;
	    
    margin-top: -12px;
    margin-left: -8px;
    margin-bottom: -15px;
}

.bar1, .bar2, .bar3 {
    width: 21px;
    height: 2px;
    border-radius: 1px;
    background-color: #00eeee;
    margin: 3px 0;
    transition-duration: 400ms;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 2px);
    transform: rotate(-45deg) translate(-5px, 2px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -3px);
    transform: rotate(45deg) translate(-5px, -3px);
}

/*.bar1, .bar2, .bar3 {
    width: 25px;
    height: 3px;
    border-radius: 1px;
    background-color: #00eeee;
    margin: 4px 0;
    transition-duration: 400ms;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 3px);
    transform: rotate(-45deg) translate(-7px, 3px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -3px);
    transform: rotate(45deg) translate(-7px, -3px);
}
*/


/********************* MENU PAGE ****************************/

.menu_top {
	/*display: inline-block;*/

	float: left;
	position: relative;
	z-index: 1;
}

.menu_page {

    overflow: scroll;
    overflow-x: hidden;
	scrollbar-color: #fff #ccc;
	scrollbar-width: thin;

	width: 250px;
	/*height: 93vh;*/
	/*max-width: 75%;*/
	border-right: 2px solid #00eeee;
	
	margin-left: -250px;
	/*margin-right: 10px;*/
	
	overflow: auto;	

	transition-duration: 400ms;
}
::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
	border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #fff;
	border-radius: 10px;
}

.show_menu .menu_page {

    -webkit-transform: translate(250px, 0px);
    transform: translate(250px, 0px);

}

/********************* MENU TITLE  ****************************/

.menu_part1, .menu_part2, .menu_part3, .menu_part4 {
	-webkit-transition: transform;
	transition: transform;
	
	min-height: 60px;
}

.menu_part5 {
	/*display: none;*/
	opacity: 0.0;
	visibility: hidden;

	-webkit-transition: transform;
	transition: transform;
	
	transition: visibility 0.1s, opacity 4s;
	-webkit-transition: visibility 0.1s, opacity 4s;
}

.show_menu_part5 .menu_part5 {
	/*display: block;*/
	opacity: 1.0;
	visibility: visible;
	
	/*transition: visibility 3s, opacity 3s;
	-webkit-transition: visibility 3s, opacity 3s;*/
}


.menu_part1 {
	/* extra space for first menu */
	margin-top: 15px;
}

.menu_image1 {
	position: relative;
	top: -17px;
	left: 17px;
}

.menu_image2 {
	position: relative;
	top: -16px;
	left: 17px;
}

.menu_image3 {
	position: relative;
	top: -16px;
	left: 19px;
}

.menu_image4 {
	position: relative;
	top: -17px;
	left: 17px;
}

.menu_image5 {
	position: relative;
	top: -16px;
	left: 17px;
}



.svg_hex2, .svg_hex1, .svg_hex3, .svg_hex4, .svg_hex5 {

	height: 60px;
	width: 64px;
	
	-webkit-transition: transform;
	transition: transform;
}

.svg_hex1{
	position: relative;
	top: 0px;
	left: -34px;
}


.svg_hex2{
	position: relative;
	top: 0px;
	left: -34px;
}

.svg_hex3{
	position: relative;
	top: 0px;
	left: -34px;
}

.svg_hex4{
	position: relative;
	top: 0px;
	left: -34px;
}

.svg_hex5{
	position: relative;
	top: 0px;
	left: -34px;
}


.hex1, .hex2, .hex3, .hex4, .hex5 {

	cursor: pointer;
	fill-opacity: 0;
	/*stroke: #fc0;*/
	stroke: #6fc0ba;
	stroke-width: 2px;

	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
 
	transform-origin: 32px 30px;
	-webkit-transform-origin: 32px 30px;    

	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.rotate_hex .hex1, .rotate_hex .hex2, .rotate_hex .hex3, .rotate_hex .hex4, .rotate_hex .hex5 {
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}


.menu_part1_title, .menu_part2_title, .menu_part3_title, .menu_part4_title, .menu_part5_title {

	cursor: pointer;

	padding-left: 4px;
	padding-bottom:5px;
	
	width: 150px;
	height: 18px;
	
	font-size:18px;
	font-weight:bold;
	/*color:#f93;*/
	color:#fff;
	/*background-color:#000;*/
	text-align:left;
	
	/*border-bottom: solid 2px #fc0;*/
	border-bottom: solid 2px #6fc0ba;

	-webkit-transition: transform;
	transition: transform;

	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

.menu_part1_title, .menu_part2_title, .menu_part3_title, .menu_part4_title, .menu_part5_title {
	margin-top:-59px;
	margin-left:60px;
}

.move_menu_title .menu_part1_title, .move_menu_title .menu_part2_title, .move_menu_title .menu_part3_title, .move_menu_title .menu_part4_title, .move_menu_title .menu_part5_title {

   -webkit-transform: translate(-4px, -14px);
    transform: translate(-4px, -14px);
}


.menu_part1_content, .menu_part2_content, .menu_part3_content, .menu_part4_content, .menu_part5_content {
	
	margin-top: -5px;
	margin-left: 60px;
	
	/*border: 1px solid #fff;	*/
	height: 0px;
	overflow:hidden;
	z-index: 3;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}


.show_hide_menu_content .menu_part1_content {
	
	height:100px; /* can't find a way to make auto with duration :-/ */

	-webkit-transition: height 0.5s ease-in;
    transition: height 0.5s ease-in;	
    
  /* -webkit-transform: translate(0px, -15px);
    transform: translate(0px, -15px);*/
}


.show_hide_menu_content .menu_part2_content {
	
	height:125px; /* can't find a way to make auto with duration :-/ */

	-webkit-transition: height 0.5s ease-in;
    transition: height 0.5s ease-in;	
    
  /* -webkit-transform: translate(0px, -15px);
    transform: translate(0px, -15px);*/
}

.show_hide_menu_content .menu_part3_content {
	
	height:75px; /* can't find a way to make auto with duration :-/ */

	-webkit-transition: height 0.5s ease-in;
    transition: height 0.5s ease-in;	
    
   /*-webkit-transform: translate(0px, -15px);
    transform: translate(0px, -15px);*/
}

.show_hide_menu_content .menu_part4_content {
	
	height:75px; /* can't find a way to make auto with duration :-/ */

	-webkit-transition: height 0.5s ease-in;
    transition: height 0.5s ease-in;	
    
   /*-webkit-transform: translate(0px, -15px);
    transform: translate(0px, -15px);*/
}

.show_hide_menu_content .menu_part5_content {
	
	height:90px; /* can't find a way to make auto with duration :-/ */

	-webkit-transition: height 0.5s ease-in;
    transition: height 0.5s ease-in;	
    
   /*-webkit-transform: translate(0px, -15px);
    transform: translate(0px, -15px);*/
}

/********************* MENU CELL  ****************************/


.MenuCell {

	margin-left: 15px;
	padding-top: 2px;
	
	max-width: 175px;

	font-weight:bold;
	font-size:15px;
	text-align: left;
	/*color: #6fc0ba;*/
	color: #ddd;

	/*border-bottom: 1px solid #00eeee;*/
	/*border-top: solid 1px #ff0000;	*/
	
}

.MenuCell:hover {
	/*padding-top: 1px;*/
	font-size:15px;
	color: #fff;
	cursor: pointer;
}



.MenuSubCell {

	margin-left: 40px;
	padding-top: 1px;
	
	max-width: 175px;

	font-weight:bold;
	font-size:14px;
	text-align: left;
	color: #6fc0ba;
	
	border-top: solid 1px #000ff;	

}

.MenuSubCell:hover {
	padding-top: 1px;
	font-size:14px;
	color: #fff;
	cursor: pointer;
}

/********************* OTHER  ****************************/

.horizontal_line {
	/*clear: left;*/
	width: 100%;
	border-bottom: 2px solid #00eeee;
	/*padding-bottom: 5px;*/
	/*margin-top: -20px;*/
	margin-bottom: 4px;
}

.horizontal_test {
    /*width: 100%;*/
    height: 3px;
    border-radius: 1px;
    background-color: #ff0000;
	margin-bottom: 5px;
}


/********************* PAGE  ****************************/

.main_top {
	margin-top: 2px;
	margin-left: 8px;
}

.main_page {	/*which is the main iframe*/

	border: solid 0px #000;
	
	background-color: transparent;
	/*background:url(./loader3.gif) center center no-repeat;*/
	text-align: center;

	transition-duration: 400ms;
}

p .main_page{
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	background: #000;
}

.move_main .main_page {

    -webkit-transform: translate(250px, 0px);
    transform: translate(250px, 0px);
	
}


.hide_main .main_page {opacity: 0.1;}

.full_hide_main .main_page {opacity: 0.1;}




/********************* EASTER  ****************************/

#easter {

	margin-top: -5px;
	float:right;
	width: 50px;
	height: 20px;
	/*background-color: #111;*/
	color: #114c5c;
	text-align: center;

}





