﻿

.subpage-title .controls {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #FFF;
    padding-left: 20px;
    float: right;
}


/*Controls
 * -------------------------- */
.controls .prev, .controls .next {
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #59AB02;
    background-color: #59AB02;
    color: #ffffff;
    font-size: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.subpage-title .controls .prev, .subpage-title .controls .next {
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 23px;
    font-size: 15px;
}

.controls .prev.disabled, .controls .next.disabled, .controls .prev.disabled:hover, .controls .next.disabled:hover {
    color: #bdc3c7;
    background-color: #ffffff !important;
    border-color: #ecf0f1 !important;
    ;
    opacity: 1;
}

.controls .prev:hover, .controls .next:hover {
    background-color: #000;
    border-color: #000;
}

.controls .next {
    margin-left: 5px;
}

.subpage-title .controls .next {
    margin-left: 0;
}


/*
 * Count Box ( cbox ) & Navigation Box ( nbox )
 * --------------------------------------------------
 */

.cbox {
    padding: 35px 25px;
    background-color: #59AB02;
    color: #ffffff;
}

.cbox .cbox-title {
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 0;
    *font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    line-height: 40px;
}

.cbox .cbox-counter {
    font-size: 65px;
    font-weight: 100;
    line-height: 65px;
}

.nbox {
    border: 1px solid #ecf0f1;
    padding: 25px;
}

/* Section
 * -------------------------- */
.section.type2 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.section.type3 {
    ;
    padding-top: 35px;
}

.section.type4 {
    padding-bottom: 35px;
}

.section.type5 {
    margin-top: -35px;
    padding-bottom: 35px;
}


/* Portfolio Item
 * -------------------------- */
.portfolio-item-wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
}

.portfolio.type3 .portfolio-item-wrapper {
    padding-top: 0;
}

.portfolio-item {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.portfolio-item .portfolio-thumb {
    position: relative;
    overflow: hidden;
}

.portfolio-item .portfolio-thumb img {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.portfolio-item:hover .portfolio-thumb img {
    transform: scale(1.1);
}

.portfolio-item .portfolio-thumb .image-overlay {
    background-color: #59AB02;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.portfolio-item:hover .portfolio-thumb .image-overlay {
    opacity: 0.50;
    filter: alpha(opacity=50);
}

.portfolio-item .portfolio-thumb .portfolio-zoom, .portfolio-item .portfolio-thumb .portfolio-link {
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #ffffff;
    display: none;
    line-height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    font-size: 18px;
    color: #fff;
    display: block;
    color: #59AB02;
}

.portfolio-item .portfolio-thumb .portfolio-zoom:hover, .portfolio-item .portfolio-thumb .portfolio-link:hover {
    background-color: #59AB02;
    color: #fff !important;
}

.portfolio-item .portfolio-thumb .portfolio-link {
    right: 0;
    margin-right: -50px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.portfolio-item .portfolio-thumb .portfolio-zoom {
    left: 0;
    margin-left: -50px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.portfolio-item:hover .portfolio-thumb .portfolio-zoom {
    display: block;
    left: 50%;
    margin-left: -55px;
}

.portfolio-item:hover .portfolio-thumb .portfolio-link {
    display: block;
    right: 50%;
    margin-right: -55px;
}

.portfolio-item .portfolio-details {
    border: 1px solid #ecf0f1;
    padding: 25px;
}

.portfolio-item .portfolio-details .portfolio-title a {
    color: #fff;
}

.portfolio-meta {
    text-transform: uppercase;
    font-size: 11px;
    color: #bdc3c7;
}

.portfolio-meta a {
    color: #95a5a6;
}

.portfolio-meta a:hover, .portfolio-metaa:focus {
    color: #59AB02;
}

.portfolio-likes {
    float: right;
}

