/* Add here all your css styles (customizations) */

.top-buffer-20 { margin-top:20px; }
.bottom-buffer-20 { margin-bottom:20px; }

.gray-image {
    opacity: 0.4;
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
            filter: grayscale(100%); 
}


li > a {
    color: #72c02c;
}

/*Apps Page
------------------------------------*/
.apps-page {
	margin-top: 10px;
	margin-bottom: 50px;
	padding-bottom: 30px;
	border-bottom: solid 1px #eee; 
}

.apps-page ul {
	margin-bottom: 10px;
}

.apps-page li {
	margin: 0 5px 3px 0;
}

.apps-page h3 {
	margin-top: 0;
	font-size: 22px;
}

.apps-page img {
	padding: 4px;
	margin: 5px 0; 
	border: solid 1px #eee;
	background: #fafafa;
}

.apps-page:hover img {
	border-color: #bbb;
}

@media (max-width: 992px) { 
	.apps-page {
		text-align: center;
	}
	.apps-page img {
		margin: 0 auto 30px;
	}
}