/*  Fonts  */

@font-face {
  font-family: 'Josefin Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Josefin Slab'), local('JosefinSlab'), url(http://themes.googleusercontent.com/static/fonts/josefinslab/v4/46aYWdgz-1oFX11flmyEfXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}


/* General menu container Style */

.menu_container{
	position:absolute;
	top: 10vw ;
	height : 30vw ;
	left : 5vw ;
	width : 30vw;
        overflow-y : auto ;
    overflow-x : hidden ;
}


.menu_placeholder{
	position: absolute;
        width:100%;
	height:99%;
        background: transparent ;
        border: none;
        overflow: visible ;
}

.menu_content{
        position: absolute;
        width:100%;
        height: 98%;
        overflow: visible;
}


/* Specific Li style*/

.menu_bmenu{
    padding: 0;
    margin: auto;
    position: relative;
    line-height:2.5vw;
    height: 100%;
}

.menu_bmenu_item{
    position: absolute;
    display: block;
    width : 35%;
    height: 30.5%;
    padding: 0vw 0vw;
    margin: 0vw;
    background: transparent ;
    border: none ;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
    text-align: center;
/*    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);*/
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.menu_bmenu_item > div{
    height: 100%;
    width: 100%;
    position: absolute ;
    opacity : 0.5 ;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.menu_bmenu_item > p{
    top: 60% ;
    height: 40%;
    width: 100%;
    position: absolute ;
    font-size: 1vw;
    line-height:1.2vw;
    padding: 0;
    margin: 0;
}

.menu_bmenu_item > a {
    position: absolute ;
    left:  0%;
    top: 0%;
    height: 100% ;
    width: 100%;
}

.menu_bmenu_item_icon {
    position: absolute ;
    left:  25%;
    top: 0%;
    height: 50% ;
    width: 50%;
    background-size : 100% 100%;
    background-repeat: no-repeat;
}

.menu_bmenu_item a span{
    position: absolute;
    left: 0% ;
    top: 40% ;
    font-size: 1.3vw;
    text-overflow:ellipsis;
    width : 100%;
    overflow: hidden;
    
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(89,22,20,0.3);
    color: #581514;
    font-weight: bolder ; 
    vertical-align: middle;
        
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.menu_bmenu_item_over{
    border: none ;
}

.menu_bmenu:hover a span {
	color: transparent;
	text-shadow: 0px 0px 10px #fff;
}

.menu_bmenu:hover .menu_bmenu_item:hover{
	background: transparent;
        color:#000; 
        font-size: 2vw; 
        font-weight: bolder ; 
        text-shadow: 0px 0px 10px rgba(0,0,0,1);
        -webkit-transform:scale(1.2);
        -moz-transform:scale(1.2);
        -ms-transform:scale(1.2);
        -o-transform:scale(1.2);
        transform:scale(1.2);
        z-index: 7;
}
.menu_bmenu_item:hover > div {
	opacity : 1;
}

.menu_bmenu_item:hover a span{
	text-shadow: 1px 1px 10px rgba(89,22,20,0.6);
	color: #00f;
}

.menu_bmenu_item#_0_{
    left:  32.5%;
    top:  34.75%;
}
.menu_bmenu_item#_1_{
    left:  58.75%;
    top:  19.5%;
}
.menu_bmenu_item#_2_{
    left:  58.75%;
    top:  49.75%;
}
.menu_bmenu_item#_3_{
    left:  32.5%;
    top:  65.25%;
}
.menu_bmenu_item#_4_{
    left:  6.25%;
    top:  49.75%;
}
.menu_bmenu_item#_5_{
    left:  6.25%;
    top:  19.5%;
}
.menu_bmenu_item#_6_{
    left:  32.5%;
    top:  4.25%;
}

/*.menu_bmenu_item#_0_:hover,
.menu_bmenu_item#_1_:hover,
.menu_bmenu_item#_2_:hover,
.menu_bmenu_item#_3_:hover,
.menu_bmenu_item#_4_:hover,
.menu_bmenu_item#_5_:hover,
.menu_bmenu_item#_6_:hover{
    left:  32.5%;
    top:  34.75%;
}*/

