/* Global Styles */


.push50 {
    margin-top: 50px;
}

.filter {
    background:black;
    color:white; 
    cursor: pointer;
}

#Grid .mix {
    opacity: 0;
    display: none;
    max-height: 230px;
}

.filter.active {
    background-color:#6BD8BA !important;
    /*border: 1px solid white !important;
    border-radius: 20px;*/
    /**filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    *zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);*/
}

.label {
    border-radius: 0px !important;
}

label.valid {
    width: 24px;
    height: 24px;
    background: url(../img/valid.png) center center no-repeat;
    display: inline-block;
    text-indent: -9999px;
}

label.error {
    font-weight: bold;
    color: #6BD8BA;
    padding: 2px 8px;
    margin-top: 2px;
}

/*.portfolio {
    background: #f1f1f1;
}*/

/* gallery */
.gallery {
    overflow: hidden;
}

.gallery:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.gallery .mix {
    color: #FFFFFF;
    display: none;
    font-size: 30px;
    margin: 0 0 30px;
    opacity: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}

.gallery .mix.full {
    height: auto;
}

.gallery a.mix-cover img {
    width: 100%;

}

.gallery a.mix-cover,
.gallery span.cover {
    background-color: #FFFFFF;
    border-radius: 4px 4px 0 0;
    display: block;
    overflow: hidden;
}

.gallery.portfolio a.mix-cover,
.gallery.portfolio a.mix-cover .overlay {
    border-radius: 4px;
}

.gallery .mix a img,
.gallery .mix a span.overlay {
    border-radius: 4px 4px 0 0;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
}


.gallery a.mix-cover {
    position: relative;
    transition: top 0.5s ease 0s;
}

.gallery span.cover {
    background-color: #F4D432;
    position: absolute;
    top: -100%;
}

.gallery span.cover span {
    color: #FFFFFF;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin-top: -25px;
    position: absolute;
    right: 0;
    top: 50%;
}

img.placeholder {
    height: 100%;
    width: 100%;
}

/* Overlay */
.overlay {
    background-color: rgba(0, 0, 0, 0.48);
    border: 0 solid rgba(255, 255, 255, 0.2);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    z-index: 9;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.overlay:hover {
    opacity: 1;
}

.overlay i,
.overlay span.title {
    color: #FFFFFF;
    font-size: 40px;
    position: relative;
    top: -60px;
    transition: all 0.3s ease 0s;
}

.overlay span.title {
    font-size: 30px;
}

.overlay:hover i,
.overlay:hover span.title {
    top: 10px;
}

span.valign {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}


.modal-body {
    width: auto !important;
    height: auto !important;
}

.modal-dialog {
    width: 60% !important;
}



/* responsive */
/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
    #Grid .mix {
        margin-left: -25px;
    }
}