.eazieMenu
{
	width:100%;
	overflow:hidden;
	padding-left:-40px;
}

.menuBlock
{
	display:inline-block;
	position:relative;
	margin-bottom:36px;
	
}

.menuBlock.odd
{
	margin-left:60px;
} 

.menuBlock img {
    border-radius: 50%;
		-webkit-border-radius:50%;
	-moz-border-radius:50%;
    display: inline-block;
    height: 140px;
    margin-right: 20px;
    width: 140px;
	vertical-align:middle;
}

.menuBlock a
{ 
	color:#2C0E1D;
}

.menuInfo {
	display: inline-block;
	vertical-align: middle;
	width:300px;
	height:130px;
}

.menuInfo p
{
	height:46px;
	line-height:23px;
	padding:10px 10px 10px 20px;
}

.menuTitleBox
{
	text-align:left;
	display:inline-block;
	width:100%;
	text-indent:20px;
	height:50px;
	line-height:50px;
	color:#2C0E1D;
	margin-bottom:10px;
	display:inline-block;
	margin-top:2px;
}

.menuBlock:hover .menuTitleBox
{
	color:#fff;
	background-color:#2C0E1D;
}

.menuBlock:hover .whiteDashed
{
	border:2px dashed #2C0E1D;
}

.menuTitleBox span
{
	position:absolute;
	right:20px;
}

.menuSubMenu
{
	text-align:center;
	padding: 20px 5px;
}

.menuSubMenu a
{ 
	text-align:center;
	width:120px;
	display:inline-block;
	color:#2C0E1D;
	vertical-align: top;
	margin-bottom: 20px;
}	

.menuSubMenu img
{
	width:100px;
	height:100px;
	display:block;
	border-radius:50%;
		-webkit-border-radius:50%;
	-moz-border-radius:50%;
	margin: 0px auto;
}

.menuItemTitle
{
	color:#eb1c23;
}

.menuSubMenu a:hover
{
	color:#fff;
}

.currentMenuItem
{
	color:#fff!important;
}



.eazieMenuContent p .wp-image-479
{
	width:100%!important;
	height:auto!important;
}	
@media screen and (min-width:980px)
{
	.eazieMenuContent p .wp-image-479
	{
		width: 977px!important;
		margin-left: -50px;
	}
	
	.menuSubMenu
	{
		padding:20px 5px;
	}
	
	.menuSubMenu a
	{
		margin:0px 36px 5px;
	}
}

@media screen and (max-width:979px)
{
	.menuBlock
	{
		display:block;
		width: 100%;
		margin-bottom:36px;
		
	}
	
	.menuInfo
	{
		width:548px;
	}

	.menuBlock.odd
	{
		margin-left:0px;
	} 
	
}

@media screen and (max-width:707px)
{
	.menuInfo {
		width: 280px;
	}
}

@media screen and (max-width:439px)
{
	.menuInfo {
		width: 190px;
	}
	
	.menuBlock img {
		height:92px;
		width:92px;
		margin-right:8px;
	}

	.menuInfo {
		left:100px;
		height:92px;
	}
	
	.menuBlock
	{
		margin-bottom:15px;
	}
	
	.menuInfo p
	{
		font-size:0px!important;
		line-height:0px;
		height:20px;
		color:#CEDC00;
	}
	
	.menuInfo p span
	{
		font-size:16px!important;
		line-height:16px;
	}
	
	.menuTitleBox
	{
		height:34px;
		line-height:34px;
		font-size:18px;
	}
	
	.menuTitleBox {
		text-indent: 10px;
	}
}
