
.default-page {
    padding-top: 75px;
    padding-bottom: 0px;
    position: relative;
}

.default-page h2 {
    font-size: 28px;
    text-transform: none;
    font-weight: 600;
    color: #09428f;
    margin-bottom: 20px;
    margin-top: 20px;
}

.default-page h2.nopadd {
    margin-top: 0px;
}

.default-page p {
    margin: 10px 0 10px 0;
}

.default-page h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: #4d4d4d;
    margin-top: 40px;
}

.default-gallery {
    margin-top: 40px;
}

.default-gallery img {
    margin-bottom: 30px;
}

.default-gallery .item {
    position: relative;
}

.default-gallery .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    backface-visibility: hidden;
}

.default-gallery .overlay {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}

.default-gallery .overlay-video {
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}

.default-gallery .overlay img.ico-zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.col-sm-3.col-xs-12.theme-manage-area {
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 14px;
    padding-left: 7px;
    padding-right: 7px;
}

.default-gallery .overlay-video img.ico-zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.default-gallery .item:hover .image {
/ / opacity: 0.3;
}

.default-gallery .item:hover .overlay {
    opacity: 1;
    opacity: 0.7;
    visibility: visible;
}
