@charset "utf-8";
/* CSS Document */

.color-primary, .color-primary a{ color: #0000FF}

.color-primary a:hover{ color: #999999}

.color-gray {color:#47494a}


ul.about-list li {display: block;}


.whatsapp {
	position: fixed;
	z-index: 999;
	width: 50px;
	height: 50px;
	background: #0000FF;
	-webkit-border-radius: 0;
	border-radius: 0;
	right: 20px;
	bottom: 60px;
	-webkit-transition: background-color 300ms, bottom 400ms;
	-o-transition: background-color 300ms, bottom 400ms;
	transition: background-color 300ms, bottom 400ms;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
}

.whatsapp i {	 
	width: 18px;
	height: 18px;
	font-size: 18px;
	color: #0000FF;
	position: absolute;
	top: 50%;
	left: 35%;
	margin-top: -9px;
	margin-left: -1px;
}

.whatsapp:hover {
	background: #128c7e;
}