
.app-store-container {
	height: 50px;
}

.app-store-badge {
	height: 50px;
	display: inline-block;
}

.play-store-badge {
	height: 75px;
	display: inline-block;
}


/***** Social icons *****/

.social {
	display: inline-block;
	width: 42px;
	height: 42px;
	margin: 5px;
    padding: 11px 0 0 0;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.social:hover { color: #fff; background: #888; }

.social-facebook { background: #6686b7; }
.social-twitter { background: #54c0dd; }
.social-instagram { background:  #bc2a8d; }
