.ei-slider-thumbs li a 
{
	background: #fff !important;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3), 0px 0px 0px 0px rgba(255,255,255,0.5) !important;
}

.ei-slider-thumbs li.ei-slider-element 
{
	background: #F5F5F5 !important;
}

.ei-title h3 
{
    font-size: 24px !important;
    line-height: 20px !important;
	font-family: roboto !important;
}

.ei-title 
{
	right: 59% !important;
    top: 40% !important;
}

.ei-slider 
{
    height: 550px !important;
}

.ei-slider-thumbs li 
{
	list-style-type:none;
}

@media only screen and (min-width:641px) and (max-width:991px) 
{
	.ei-title 
	{
		right: 3% !important;
		top: 65% !important;
	}
	
	.ei-slider 
	{
		height: 325px !important;
	}
}

@media only screen and (min-width:320px) and (max-width:640px) 
{
	.ei-title 
	{
		right: 18% !important;
		top: 60% !important;
	}
	
	.ei-slider 
	{
		height: 250px !important;
	}
	
	.ei-title h3 
	{
		font-size: 14px !important;
		line-height: 8px !important;
	}
}