/* @import url('reset.css');*/
/* General Demo Style */
body{
	background-color: transparent;
    background-repeat: repeat, no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: auto, cover;
    -moz-background-size: auto, cover;
    -o-background-size: auto, cover;
    background-size: auto, cover;
	color: #fff;
	font-family: 'Josefin Sans', Arial, sans-serif;
	font-size: 13px;
}
.menucontainer{
	position:relative;
}
a{
	color: #fff;
	text-decoration: none;
}
.clr{
	clear: both;
}
.menucontent{
	position:relative;
    width:300px;
    margin: 0 auto;
}
/* Style 5 CSS */
.bmenu{
    padding: 0px;
    margin: 0 0 10px 0;
    position: relative;
	line-height: 30px;
	z-index: 100;
}
.bmenu li{
    font-size: 30px;
    display: block;
}
.bmenu li a{
	color: rgba(255,255,255,0.5);
	display: block;
	text-transform: uppercase;
	text-shadow: 0px 0px 6px #fff;
	letter-spacing: 1px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.bmenu:hover li a{
	color: rgba(255,255,255,0.5);
	text-shadow: 0px 0px 6px #fff;
}
.bmenu li a:hover{
	color: #fff;
	text-shadow: 0px 0px 1px #fff;
	padding-left: 10px;
}
.bmenu li.select a{
	color: #fff;
	text-shadow: 0px 0px 1px #fff;
	padding-left: 10px;
}
