.gridder {
    margin: 0 0 -15px;
    padding:0 ;
    overflow: hidden;
    list-style-type: none;
    font-size: 0
}
.gridder-list,
.gridder-show {
    font-size: 12px
}
.gridder-list {
    display: inline-block;
    vertical-align: top
}
.gridder-list > a {
    display: block;
    position: relative;
}
.gridder.hasSelectedItem .gridder-list:not(.selectedItem) { opacity: .5; }
.selectedItem > a:after { 
    border-bottom-colors: none;
    border-left-colors: none;
    border-right-colors: none;
    border-top-colors: none;
    border-color: transparent transparent #eeeeee;
    border-image: none;
    border-style: solid;
    border-width: 15px;
    content: " ";
    height: 0;
    left: 50%;
    margin: -12px 0 0 -15px;
    pointer-events: none;
    position: absolute;
    top: auto;
    width: 0;
}
.gridder-show {
    display: block;
    float: left;
    width: 100%;
    position: relative
}
.gridder-content {
    display: none
}
.gridder-list {
    width: 11.625%;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.gridder-list:nth-child(n) {
    margin-bottom: 15px;
    margin-right: 1%
}
.gridder-list:nth-of-type(8n) {
    margin-right: 0;
    margin-bottom: 0
}
.gridder-show {
    background: #eeeeee;
    display: block;
    float: left;
    margin-bottom: 1%;
    padding: 15px;
    position: relative;
    text-align: left;
    width: 100%;
}
.gridder-expanded-content .well { 
    background: none;
    border: 1px solid #bbbbbb;
    margin-top: 35px;
}
.og-stats{
    margin:0 0 15px ;
    list-style: none;
    padding: 0px;
}
.og-stats > li {
    margin-bottom: 5px;
}
.og-stats > li span:first-child {
    display: inline-block;
    min-width: 80px;
}
.videotool{
    min-height: 150px;
}
.gridder-navigation .gridder-close {
    cursor: pointer;
    height: 24px;
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 15px;
    width: 24px;
    font-size: 0;
}
.gridder-navigation .gridder-close:before,
.gridder-navigation .gridder-close:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #888;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.gridder-navigation .gridder-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.gridder-navigation .gridder-close:hover:before,
.gridder-navigation .gridder-close:hover:after {
    background: #333;
}
.gridder-navigation .gridder-nav { 
    display: none !important;
}
.vid-thumb .section-loader { 
    background-color: #eeeeee;
}