

.page-gallery-of-excellence .page-content {
    padding: 0 0px;
}
.swipe-image-wrap .box {
    padding: 14px !important;
}

/*gallery*/
.swipe-image-wrap .box {
    display: inline-block;
    list-style:none !important;
    padding: 10px;
}
.swipe-image-wrap ul li::before {
    content: '';
    display:none;
}
.swipe-image-wrap .swipebox .swipe-image {
    display: block;
    height: 350px !important;
}
.swipe-image-wrap .box-container {
    margin: 0 -10px;
    padding: 0;
    font-size: 0;
}
.swipe-image-wrap .box-container::after {
    clear: both;
    content: "";
    display: block;
}
.swipe-image-wrap .box {
    display: inline-block;
    list-style: outside none none;
    padding: 10px;
}
.swipe-image-wrap .swipebox {
    display: block;
    overflow: hidden;
    position: relative;
}
.swipe-image-wrap .swipebox::after {
    background: rgba(0, 0, 0, 0.55) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s linear 0.1s;
    -moz-transition: all 0.3s linear 0.1s;
    -ms-transition: all 0.3s linear 0.1s;
    -o-transition: all 0.3s linear 0.1s;
    transition: all 0.3s linear 0.1s;

}
.swipe-image-wrap .swipebox:hover::after {
    opacity: 1;
}
.swipe-image-wrap .swipebox::before {
    border: 1px solid #a1a0a0;
    border-radius: 100%;
    bottom: 0;
    color: #a1a0a0;
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 16px;
    height: 40px;
    left: 0;
    line-height: 38px;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    -moz-transition: all 0.2s ease-in-out 0.2s;
    -ms-transition: all 0.2s ease-in-out 0.2s;
    -o-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
    width: 40px;
    z-index: 10;
}
.swipe-image-wrap .swipebox {
    border-radius: 4px;
}
.swipe-image-wrap .swipebox:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.swipe-image-wrap .swipebox .swipe-image {
    display: block;
    height: auto;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
    width: 100%;
    border-radius: 4px;
}
.swipe-image-wrap .swipebox:hover .swipe-image {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.swipebox-container .pagination {
    margin-top: 20px;
}
