

/*Button*/
.appstorebutton {
	height: 80px;
	width: 80px;
	margin: 10px 10px 10px 30px;
	position: absolute;
	overflow: hidden;
	float: left;

	-webkit-border-radius: 40px;
	   -moz-border-radius: 40px;
			border-radius: 40px;

	-webkit-transition: width 1s ease;
	   -moz-transition: width 1s ease;
		 -o-transition: width 1s ease;
		-ms-transition: width 1s ease;
			transition: width 1s ease;
}

.appstorebutton:hover {
	width: 275px;
}

.appstorebutton a {
	color: white;
	text-decoration: none;
}

/*Paragraph*/
.appstorebutton p {
	font: 30px/1 Helvetica, Arial, sans-serif;
	text-align: center;
	color:#fff;
	margin: 4px 0 0 70px;
	width: 180px;
}

.appstorebutton p small {
	font-size: 15px;
}



.mac small:before {
	content: url("imgs/ios.png");
	position: absolute;
	top: 10px;
	left: 20px;
}


/*Button Colors*/
.mac {
	/*background: #7b7a7f;*/
	background: rgba(0,0,0, 0.5);
}
