
.gallery-page .gallery-nav {
    text-align: center
}

.gallery-page .grid:after {
    content: '';
    display: block;
    clear: both
}

.gallery-page .grid-item {
	padding : 0px;
	overflow: hidden;
    float: left;
    margin: 15px;
    transition: box-shadow .5s ease
}

.gallery-page .grid-item img {
    position: absolute;
	left : 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.gallery-page .grid-item .link {
    position: absolute;
    height: 100%;
    width: 100%;
    display: table
}

.gallery-page .grid-item .link .content {
    position: relative;
    z-index: 1;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 12px;
    text-align: center;
    background-color: #1a265c;
    opacity: 0;
    transition: all 0.5s ease
}

.gallery-page .grid-item .link .content .content-title {
    color: #fff;
    font-size: 1.571em;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.5s ease;
    display: block
}

.gallery-page .grid-item .link .content .content-edu {
    transition: all 0.5s ease;
    color: #e9f0f4;
    display: block
}

.gallery-page .grid-item .link .content .content-edu .icons {
    margin-right: 10px
}

.gallery-page .grid-item .link .wrapper {
    position: relative
}

.gallery-page .grid-item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5)
}

.gallery-page .grid-item:hover .content {
    opacity: 1;
    background-color: rgba(10, 15, 28, 0.7)
}

.gallery-page.gallery-mansonry .grid-item, .gallery-page.gallery-3column .grid-item {
    width: 350px;
    height: 260px
}

.gallery-page.gallery-mansonry .grid-item-height2, .gallery-page.gallery-3column .grid-item-height2 {
    height: 550px
}

.gallery-page.gallery-4column .grid-item {
    width: 255px;
    height: 190px;
}

.gallery-page .load-more {
    margin: 50px 0 0 0;
    text-align: center;
}

.gallery-page .load-more .btn {
    width: 200px
}

html * {
    outline: 0 !important
}

html, body {
    min-height: 100%;
    overflow-x: hidden
}

/*body {*/
/*    font-family: 'Lato', Helvetica, Arial, sans-serif;*/
/*    font-size: 14px;*/
/*    line-height: 1.42857143;*/
/*    color: #737373;*/
/*    background-color: #ffffff*/
/*}*/

