
/*-----------------------------------------------------------------------------------*/
/*	PORTFOLIO
/*-----------------------------------------------------------------------------------*/
.items {
    list-style: none
}
.items {
    margin: 0;
    *zoom: 1;
    padding: 0;
}
.items:before,
.items:after {
    display: table;
    content: "";
    line-height: 0;
}
.items:after {
    clear: both
}
.items li {
    float: left;
    min-height: 1px;
    position: relative;
}
.items.col4 {
    margin-left: -8px;
    margin-bottom: -8px;
}
.items.col4 li {
    width: 200px;
    margin-left: 8px;
    margin-bottom: 8px;
}
.items.col3 {
    margin-left: -8px;
    margin-bottom: -8px;
}
.items.col3 li {
    width: 200px;
    margin-left: 8px;
    margin-bottom: 8px;
}
.items.col3.border {
    margin-left: -20px;
    margin-bottom: -20px;
}
.items.col3.border li {
    width: 200px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.items.col4.border {
    margin-left: -20px;
    margin-bottom: -20px;
}
.items.col4.border li {
    width: 200px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.items.col4 .post-title {
    font-size: 16px;
    margin-bottom: 3px;
}
.items.fullscreen {
    width: 100%;
    clear: both;
    margin: 0 0 -1px 0;
    padding: 0;
    list-style: none;
}
.items.fullscreen li {
    float: left;
    position: relative;
    background: none;
    padding: 0;
    width: 16.666666666%;
}
.items.fullscreen li img {
    display: block;
    /*position: relative;*/
    width: 100%;
    height: auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.items.fullscreen:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.items li img {
    display: block;
    width: 100%;
}
.items li a,
.items li a img {
    display: block;
    position: relative;
}
.items li a {
    overflow: hidden
}
.items li a .text-overlay {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 100;
    background: #222;
    background-color: rgba(250,108,101, 0.92);
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.items li a:hover .text-overlay {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.items li a .text-overlay h3 {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    color: #FFF;
}
.items li a .text-overlay .info {
	font-family: 'Arimo', sans-serif;
    position: absolute;
    left: 0;
    top: -105px;
    z-index: 2;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 25px;
}
.items li a:hover .text-overlay .info {
    top: 0!important
}
.items li a .text-overlay span {
    font-weight: 300;
    font-size: 12px;
    margin-top: 2px;
    display: block;
    color: #FFF;
    text-transform: none;
}
.filter {
    padding: 0;
    margin-bottom: 20px;
}
.row .filter {
    margin: 0
}
.filter li {
	color:#3f7f98;
    display: inline;
	font-family: 'Arimo', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 30px 0 0;
}
.filter.text-center {
    margin-left: 0
}
.filter.text-center li {
    margin: 0 15px
}
.filter li a {
    color: #3f7f98
}
.filter li a:hover,
.filter li a.active {
    color: #fa6c65
}

.filter li a:hover:before,
.filter li a.active:before {
    color: #fa6c65
}
.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 .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;
}
/*-----------------------------------------------------------------------------------*/
/*	OVERLAY
/*-----------------------------------------------------------------------------------*/
.icon-overlay {
    display: block;
    position: relative;
}
.icon-overlay img {
    display: block;
    max-width: 100%;
}
.icon-overlay a .icn-more {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 100;
    background: #222;
    background-color: rgba(250,108,101, 0.92);
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    overflow: hidden;
}
.icon-overlay a:hover .icn-more {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.icon-overlay a .icn-more:before {
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    position: absolute;
    text-align: center;
    content: '\f50d';
    line-height: 1;
    width: 44px;
    height: 44px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
    padding-top: 13px;
    color: #FFF;
    top: 0;
    left: 50%;
    z-index: 2;
    border: 1px solid #FFF;
    margin: -22px 0 0 -22px;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.icon-overlay a:hover .icn-more:before {
    top: 50%!important
}
.sidebox .post-list .icon-overlay a .icn-more:before {
    border: none
}
.icon-overlay.icn-link a .icn-more:before {
    content: '\f517'
}
/*-----------------------------------------------------------------------------------*/
/*	PORTFOLIO POST
/*-----------------------------------------------------------------------------------*/
.item-details {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}
.item-details li span {
    font-size: 15px;
    padding-right: 2px;
    font-weight: bold;
    text-transform: uppercase;
    color: #616161;
}
.item-details li a {
    color: #888
}
.item-details li a:hover {
    color: #fa6c65
}
.media-wrapper.portfolio {
    margin: 0 0 20px 0
}
.media-wrapper.portfolio.player {
    margin-bottom: 50px
}
.share {
    color: #9f9f9f
}
.share a i {
    font-size: 15px;
    margin-right: -1px;
}
.share a {
    color: #9f9f9f;
    margin-right: 12px;
}
.share.text-center a {
    margin: 0 6px
}
.share a:hover {
    color: #fa6c65
}
.share .share-facebook a:hover {
    color: #677fb5
}
.share .share-twitter a:hover {
    color: #70c2e9
}
.share .share-gplus a:hover {
    color: #bc7067
}
.share .share-pinterest a:hover {
    color: #d8545d
}
/*-----------------------------------------------------------------------------------*/
/*	PROCESS
/*-----------------------------------------------------------------------------------*/
.process {
    padding: 0;
    margin: 0;
    list-style: none;
}
.process li.process-item {
    padding: 50px
}
.process li.process-item.border-top {
    border-top: 1px solid #e3e3e3
}
.process li.process-item.border-bottom {
    border-bottom: 1px solid #e3e3e3
}
.process li.process-item.border-right {
    border-right: 1px solid #e3e3e3
}
.process li.process-item.border-left {
    border-left: 1px solid #e3e3e3
}
.process li.process-item .number {
    font-size: 60px;
    color: #fa6c65;
    font-weight: 300;
    margin: 10px 25px 0 0;
    float: left;
    display: block;
}
.process li.process-item .info {
    overflow: hidden
}
ul {
    padding: 0 0 0 18px
}
ol {
    padding: 0 0 0 20px
}
ul.circled {
    padding: 0;
    list-style: none;
}
ul.circled li:before {
    content: '\e800';
    margin-right: 10px;
    font-weight: normal;
    vertical-align: top;
    padding-top: 1px;
    display: inline-block;
    color: #fa6c65;
    font-size: 8px;
}
