﻿
/* PORTFOLIO
   ================================================== */

#Grid .mix {
    opacity: 0;
    display: none;
}

.all {
    margin-bottom: 35px
}

.row-portfolio-last {
    padding-bottom: 80px
}

.ul-portfolio {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
}

.ul-portfolio li {
    cursor: pointer;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 40px;
    padding: 15px 30px;
    border: solid 3px #28D8B3;
    color: #28D8B3;
    font-weight: 700;
    letter-spacing: 1px;
    -webkit-transition: all .15s ease-in;
    -moz-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
}

.ul-portfolio li:hover {
    background-color: #28D8B3;
    color: #FFF;
}

.ul-portfolio li:focus,
.ul-portfolio li:active {
    border-color: #18ad90;
    background-color: #18ad90;
}

.ul-portfolio li.active {
    background-color: #28D8B3;
    color: #FFF;
}

.hr-portfolio {
    margin-bottom: 60px
}

.img-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.bg-img-portfolio {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #19BC9C;
    opacity: 0;
    -webkit-transition: all .26s ease-in;
    -moz-transition: all .26s ease-in;
    -o-transition: all .26s ease-in;
    transition: all .26s ease-in;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.img-wrapper:hover .bg-img-portfolio {
    visibility: visible;
    opacity: 1;
    left: 0;
}

.img-portfolio {
    margin: 0 auto;
    height: auto;
    -webkit-transition: all .36s linear;
    -moz-transition: all .36s linear;
    -o-transition: all .36s linear;
    transition: all .36s linear;
    width: 100%;
}

.lightbox-wrapper a {
    opacity: 0.2;
    overflow: hidden;
    visibility: hidden;
    color: #FFF;
    position: absolute;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    right: -55px;
    bottom: -200px;
    background-color: #26e2bd;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transition-delay: .11s;
    -moz-transition-delay: .11s;
    -o-transition-delay: .11s;
    transition-delay: .11s;
}

.img-wrapper:hover .lightbox-wrapper a {
    opacity: 1;
    visibility: visible;
    bottom: -55px;
}

.lightbox-wrapper {
    width: 50%;
    height: 50%;
    position: absolute;
    top: 0;
}

.lightbox-wrapper a:hover {
    background-color: #70e5cc
}

.lightbox-wrapper .glyphicon-search {
    padding: 0;
    padding-left: 24px;
    padding-top: 24px;
    font-size: 60px;
    color: #FFF;
}

.img-responsive {
    margin: 0 auto
}

@media (max-width:767px) { 
	.img-portfolio,
	.img-wrapper {
	    margin: 0 auto;
	    max-width: 400px;
	}

	.images-portfolio {
	    max-width: 360px
	}

	.ul-portfolio li {
	    margin-bottom: 18px
	}
}

@media (max-width:767px) { 
	
}

@media (min-width:768px) { 
	.bg-portfolio {
	    min-height: 500px /*1100px*/
	}
}

@media (min-width:992px) { 
	.bg-portfolio {
	    min-height: 690px/*1290px*/
	}
}

@media (min-width:1200px) { 
	.bg-portfolio {
	    min-height: 850px /*1450*/
	}
}

