#gallery{
    padding-top: 80px;
    padding-bottom: 80px;
}
#gallery .container,
#gallery .container a,
#gallery .container button{
    color: #000;
}
#gallery .container .mix-controls .btn:hover,
#gallery .container .mix-controls .active .btn{
    color: #ca982f;
}

#mixxx-gallery .mix-body{
    /*height: 100%;*/
}
#mixxx-gallery .mix-bg{
    display: none;
    cursor: default;
}
#mixxx-gallery .mix-content:hover  div.custom-btn{
    display: inline-block;
    position: relative;
    top: 35%;
}
#mixxx-gallery .mix-content:hover + .mix-bg{
    display: block;
    opacity: 0.5;
}

#mixxx-gallery .mix-row > div:first-child > div{
    margin-left: 0px;
}
#mixxx-gallery .mix-row > div:last-child > div{
    margin-right: 0px;
}
#mixxx-gallery .mix-row > div:first-child{
    margin-left: 0;
}
#mixxx-gallery .mix-row > div:last-child{
    margin-right: 0;
}
#gallery .view-all{
    margin: 80px auto 0 auto;
}
#mixxx-gallery .mix-row div.custom-btn .part{
    border-color: #ffffff;
}
#mixxx-gallery .mix-row div.custom-btn{
    color: #ca982f;
    display: none;
}
#mixxx-gallery .mix-row div.custom-btn:hover{
    background: none;
}
#mixxx-gallery .mix-row a.custom-btn:hover,
#mixxx-gallery .mix-row a.custom-btn:active,
#mixxx-gallery .mix-row a.custom-btn:focus{
    color: #ca982f;
}
#gallery .view-all a.custom-btn{
    color: #000;
}
#gallery .view-all div.custom-btn{
    margin: 0 auto;
}
#gallery .view-all div.custom-btn:hover a.custom-btn,
#gallery .view-all a.custom-btn:active,
#gallery .view-all a.custom-btn:focus{
    color: #ffffff;

    -webkit-transition: all 0.4s ease 0.3s;
    -moz-transition: all 0.4s ease 0.3s;
    -o-transition: all 0.4s ease 0.3s;
    transition: all 0.4s ease 0.3s;
}