﻿
.callouts .modContent {
    display: inline !important;
}

.row .col-xs-12:nth-child(n), .row .col-xs-6:nth-child(n), .row .col-md-3:nth-child(n) {
    clear: none;
}
.row .col-xs-12:nth-child(n), .row .col-md-12:nth-child(n), .row .col-xs-6.col-md-3:nth-child(n) {
    clear: none;
}
.row .description {
    font-size: 0.8em;
    text-align: center;
	padding-top:10px;
}
.callout .item .aside a img {
     width: 100%;
}
.row .item {
    margin: 2px;
}
.callouts .callout {
    margin-top: 0px;
    margin-bottom: 10px;
}

.row .col-xs-6.col-md-4:nth-child(3n+1), .row .col-xs-6.col-md-4:nth-child(3n+1) {
    clear: none;
}

/* Removal of the right border line caused by background */
.mainContent .Gallery .callout:before
{
    background: none; 
}

/* Image border and shadow removal */
.Gallery .item .aside a img
{
    border: none;
    box-shadow: none;
}

/* Removes top gray border */
.Gallery .callouts {border-top:none;}
