/*********** style Menu **********/
.main-menu {
    height: 60px;
    line-height: 60px;
    display: block;
    position: relative;
    float: right;
	margin-right: 20px;
}


.main-menu > .mnu > a {
  margin-left: 5px;
  border: 1px solid rgba(255, 255, 255, 0);
  display: block;
  text-align: center;
  position: relative;
  height: 60px;
  line-height: 60px;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
}

.main-menu > .mnu > a:hover, .main-menu > .mnu:hover > a {
  border: 1px solid rgba(255, 255, 255, 0);
  color: #a82436;
}

/********* end style Menu ********/


/* Menu */

.mnu {
	display: block;
	position: relative;
	height: 100%;
	width: 140px;
    float: left;
}

.mnu:hover {
	height: 200px; /* important */
}

.mnu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	position: relative;
}

.mnu > .visible-box > ul {
	position: absolute;
}

.mnu ul li { 
	position: relative;
	display: block;
}

.mnu ul  li a {
	display: block;
	position: relative;
	text-decoration: none; 
}
/********** end Total **********/

/******** design *********/

.mnu ul {
    background: rgba(38, 23, 13, 1);
/*	height: auto;
	width: 230px;*/
}

.mnu ul  li a {
	width: 230px;
	height: auto;
	line-height: 40px;
	text-align: center;
	color: white;
}

.mnu ul  li {
	height: auto;
	width: 105%; /* important */
}

.mnu ul  li > a:hover, .mnu ul  li:hover > a {	
	color: #fff;
    background: #a82436;
}

/********** position **********/
.mnu > .visible-box > ul {
/*	margin-left: 0px;*//*do not touch/*
/*    margin-top: 0px;*/
right: 40px; /*left: 0; for right menu*/
}	

.mnu ul ul {
	margin-left: -234px;
/*	margin-top: -40px;*/
}	

/******* hover/display ********/

.mnu > ul, .mnu  ul li ul {
	/*display: none;*/
	opacity:0;
	visibility: hidden;
}

.mnu:hover > .visible-box > ul {
		opacity:1;
		visibility: visible;
}

.mnu  ul li:hover > ul {
		opacity:1;
		visibility: visible;
}


/*** design hover/display ***/

.mnu ul, .visible-box > u + ul {
	height: auto;
	width: 230px;
    margin-top: -1000px;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
}

.mnu ul li > ul {
	height: auto;
	width: 230px;
    margin-top: -1000px;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
}


.mnu:hover > .visible-box > ul  {
	height: auto;
	width: 230px;
    margin-top: 0px;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
	z-index:2;
}

.mnu .visible-box ul li:hover > ul {
	height: auto;
	width: 230px;
    margin-top: -40px;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
	z-index: 3;
}


/************ arrow ************/

.mnu > a.arrow:after {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1) transparent transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    height: 0;
    position: absolute;
    left: 50%;
    top: 70%;
    width: 0;
    margin-right: -3px;
}

.mnu:hover > a.arrow:after {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors:   color: #DE5E60;
    border-color: #DE5E60 transparent transparent transparent;
}

.mnu ul a.arrow:after{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: #FFFFFF;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #FFFFFF transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    height: 0;
    margin-top: -5px;
    position: absolute;
    left: .5em;
    top: 50%;
    width: 0;
}

.mnu ul li:hover a.arrow:after{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: #DE5E60;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #DE5E60 transparent transparent;
}


/* effect */
.visible-box {
	display: block;
	position: absolute;
	width: 0%;
	height: 0px;
	left: -320px;
	right: 0px;
	overflow: hidden;
}

.mnu:hover .visible-box {
	width: 550px;
	height: 1000px;
}

.visible-box:hover {

}

.visible-box > u {
	display: block;
	position: absolute;
	width: 100%; /* do not touch */
	height: 100%; /* do not touch */
	top: 0px; /*touch*/
	left: 0px;
	z-index: 1;
}

.visible-box > u:hover {
	z-index: 4;
	top: 0;
}

.visible-box > u:hover + ul {
    margin-top: -1000px!important;
	-webkit-transition: margin-top 600ms ease-in-out;
	-moz-transition: margin-top 600ms ease-in-out;
	-o-transition: margin-top 600ms ease-in-out;
	-ms-transition: margin-top 600ms ease-in-out;
	transition: margin-top 600ms ease-in-out;
}
/* with out z-index 
.visible-box > u:hover + ul > li > ul {
    margin-top: -1000px!important;
	-webkit-transition: margin-top 600ms step-start;
	-moz-transition: margin-top 600ms step-start;
	-o-transition: margin-top 600ms step-start;
	-ms-transition: margin-top 600ms step-start;
	transition: margin-top 600ms step-start;
}
*/

