@charset "utf-8";
/* mina-corp english.css */

/*--other--*/
ul#other{
	width:250px;
	margin:50px 0px 0px 0px;
}

ul#other li#mass-media a{
	height:200px;
	display: block;
	text-indent: -9999px;
	background: url("../img/mass_media.jpg") no-repeat;
	margin:0px 0px 20px 0px;
}

ul#other li#publishing a{
	height:200px;
	display: block;
	text-indent: -9999px;
	background: url("../img/publishing.jpg") no-repeat;
	margin:0px 0px 20px 0px;
}

ul#other li#contact a{
	height:73px;
	display: block;
	text-indent: -9999px;
	background: url("../img/contact.png") no-repeat;
	margin:30px 0px 20px 0px;
}

ul#other li#instagram a{
	height:73px;
	display: block;
	text-indent: -9999px;
	background: url("../img/instagram.png") no-repeat;
	margin:0px 0px 20px 0px;
}

ul#other li a:hover{
	opacity: .5;
}

