/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

/*.menu_element
{
	height: 190px;
    background-size: cover !important;
	text-decoration: none;
	margin: 15px 0;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; transition: all .3s;
}
.menu_element:hover {
    background-color: #26308099;
    background-blend-mode: soft-light;
    vertical-align: middle;
    padding: 5% 0;
	text-decoration: none;
	text-align: center;
}
.menu_element:hover .opac_bg1{
	width: 100%;
    display: block;
    text-align: center;
	background: none !important;
	color: #fff;
}
.menu_element:hover{
 text-decoration: none;
}
.title {
    display: inline-block;
    color: #fff;
    padding: 10px;
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: 1px;
	
} */
.menu_element {
    margin: 15px 0;
    height: 15vw;
    color: #fff;
	background-color: #ffffff00 !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
	background-blend-mode: soft-light;
	transition: all .3s;
	
}
.menu_element:hover {
    background-color: #26308099 !important;    
    vertical-align: middle;
    padding: 9% 0;
	text-decoration: none;
	text-align: center;
}
.menu_element .title.opac_bg1 {
	padding: 7px 12px;
    color: #fff;
    text-decoration: none;
	font-size: 1.1em;
    letter-spacing: 0.5px;
	display: inline-block;
	font-weight: 600;
	
}
.menu_element:hover .title.opac_bg1{
	width: 100%;
    display: block;
    text-align: center;
	background: none !important; 
	color: #fff;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



