  /* Custom Gallery Box */

.custom-boxRed h5 a {
    font-family: "DinWebBold";
    text-transform:uppercase;
/*     font-size: 0.7em; */
    background: #ac1d2f none repeat scroll 0 0;
    border: 1.5px solid #ac1d2f;
    box-shadow: 2.5px 2.5px 0 #561e22;
    color: #fff;
    letter-spacing: normal;
    margin: 0;
    padding: 0.85em 1em;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
	}

.custom-boxRed h5 a:hover {
    background: #fff none repeat scroll 0 0;
    color: #ac1d2f;
	}


.custom-boxWhite h5 a {
    font-family: "DinWebBold";
/*     font-size: 0.7em; */
    text-transform: uppercase;
    border: 1.5px solid #ac1d2f;
    box-shadow: 2.5px 2.5px 0 #561e22;
    color: #ac1d2f;
    font-family: "DinWebBold";
    letter-spacing: normal;
    margin: 0;
    padding: 0.85em 1em;
    text-align: center;
	}

.custom-boxWhite h5 a:hover {
    background: #b55767 none repeat scroll 0 0;
    color: #fff;
	}


/* Custom Margin for the First Child Element */

.noTopMargin > :first-child { 
	margin-top: 0 !important; 
}

.noLeftMargin > :first-child {
	margin-left: 0 !important; 
}

.noBottomMargin > :first-child {
	margin-bottom: 0 !important; 
}

.noRightMargin > :first-child {
	margin-right: 0 !important; 
}