/*User Style*/

/* ---- HOME PAGE MAIN ---- */
.prev-slider-header, .next-slider-header {
    opacity: 0;
}

.menu-fixed, #pamphletu52858 {
    position: fixed;
}

.SlideShowWidget:hover .prev-slider-header,
.SlideShowWidget:hover .next-slider-header {
    opacity: 0.6;
}

.block-parallax {
    background-attachment: fixed !important;
}

.Button.services,
.team {
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.Button.services:hover,
.team:hover {
    transform: translateY(-10px);
}

/* LightBox */

.thumb-bg {
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.thumb-bg {
    opacity: 0;
}

.PamphletWidget .Thumb:hover .thumb-bg {
    opacity: 0.7;
}

/* Item Blog */
.arrow-item-blog {
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.desc-item-blog:hover .arrow-item-blog {
    transform: translateY(-15px);
}

.icon-plus {
    opacity: 0;
    transform: translateY(25px);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.thumb-blog:hover .icon-plus {
    opacity: 1;
    transform: translateY(0);
}

/* Team Page */
.bg-team-thumb {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.team-thumb:hover .bg-team-thumb {
    opacity: 1;
}

.bg-socicons, .menu-icons-2 {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.menu-icons-2 {
    transform: translateY(30px);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.meet-team:hover .bg-socicons {
    opacity: 1;
}

.meet-team:hover .menu-icons-2 {
    opacity: 1;
    transform: translateY(0);
}

/* Portfolio */
.thumb-portfolio {
    overflow: hidden;
}

.desc-item-portfolio {
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    transform: translateY(60px);
}

.thumb-portfolio:hover .desc-item-portfolio {
    opacity: 1;
    transform: translateY(0);
}