/*
Theme Name: Webpaint - Multipurpose Responsive HTML5 Template
Theme URI: http://themes.iki-bir.com/webpaint/start
Author: elemis
Author URI: http://iki-bir.com
Version: 1.0
*/
/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	ISOTOPE PORTFOLIO GRID
/*-----------------------------------------------------------------------------------*/
.portfolio-wrapper {
    overflow: hidden
}
.items {
    width: 100%;
    clear: both;
}
.items li {
    float: left;
    position: relative;
    background: none;
}
.items.col4 {
    margin-right: -10px
}
.items.col4 li {
    margin: 0 10px 10px 0;
    width: 270px;
}
.items li img {
    display: block
}
.items li a .overlay {
    display: none;
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 100;
    background-color: rgba(255,103,96, 0.92);
    padding: 20px;
}
.items li a .overlay h3 {
    color: #FFF;
    font-weight: 300;
    font-size: 22px;
    text-transform: uppercase;
}
.items li a .overlay span.meta {
    color: #FFF;
    font-weight: 300;
    font-style: italic;
}
.items:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.items li a,
.items li a img {
    display: block;
    position: relative;
}
.items li a {
    overflow: hidden
}
.filter {
    padding: 0 0 25px 0;
    text-align: center;
    margin-bottom: -10px;
}
.filter li {
    margin: 0;
    background: none;
    display: inline;
    font-size: 12px;
    letter-spacing: 1.5px;
    border: none;
    cursor: pointer;
    color: #616161;
}
.filter li a {
    margin: 0 4px 10px 4px
}
.isotope-item {
    z-index: 2;
    display: block !important;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
.item-details {
    width: 300px;
    float: right;
    overflow: hidden;
}
.item-details .item-info {
    padding-bottom: 20px
}
.item-details .item-info span {
    margin-right: 3px
}
.portfolio-content .item {
    margin-bottom: 60px
}


.filter li a.active {
    background: #2c3e50;
}
.filter li a{
    font-size: 12px;
    color: #FFF;
    display: inline-block;
    background-color: #2c3e50;
    padding: 3px 10px;
    margin: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    cursor: pointer;
    margin-bottom: 20px;
    width: auto;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 0px;
    text-align: center;
    letter-spacing: 1px;
}
.filter li a:hover{
	background: #6e92b7;
}