﻿.glyphicon {
    margin-right: 4px !important; /*override*/
}

.pagination .glyphicon {
    margin-right: 0px !important; /*override*/
}

.pagination a {
    color: #555;
}

.panel ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.news-item {
    padding: 30px 10px;
    margin: 0px;
    border-bottom: 1px dotted #555;
}

.stepwizard-step p {
    margin-top: 10px;
}

.process-row {
    display: table-row;
}

.process {
    display: table;
    width: 100%;
    position: relative;
}

.process-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.process-row:before {
    right: 0;
    top: 50px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.process-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

    .process-step p {
        margin-top: 10px;
    }

.btn-circle {
    width: 100px;
    height: 100px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.panel {
    border: 0px !important;
}

.news-item td {
    font-size: 20px;
}

.filter-section {
    padding-top: 40px;
}

.filter-container {
    text-align: center;
    padding: 20px;
}

ul.filter > li > a {
    color: #faa61a;
}

    ul.filter > li > a:hover, ul.filter > li > a:focus {
        text-decoration: none;
        color: #000;
        outline: none;
    }

ul.filter > li.active a {
    color: #111;
}

ul.filter > li span {
    color: #ddd;
    font-size: 20px;
    display: inline-block;
    margin: 0 5px;
}

.filter-section .filter-container .filter > li {
    padding: 0;
    margin: 0;
}

.filter-section h1 {
    text-align: center;
}


/* the color of the transparent overlay border */

.portfolio-section.port-col figure .overlay-background {
    background-color: #000;
    background-color: rgba(0,0,0,0.4);
}


/* portfolio images */

.portfolio-section figure {
    float: left;
    width: 100%;
    position: relative;
}

    .portfolio-section figure img {
        width: 100%;
        height: auto;
    }


/* project title under image */



.portfolio-section .article-title a {
    color: #aaa;
}


/* transparent overlay */

.portfolio-section figure:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.portfolio-section figure:hover .overlay-background {
    opacity: .8;
    visibility: visible;
}

.portfolio-section figure .overlay-background {
    z-index: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

    .portfolio-section figure .overlay-background .inner {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: 11px;
        background-color: #c8e9c8;
        background-color: rgba(194,231,194,0.9);
    }

.portfolio-section figure .overlay {
    z-index: 2;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.portfolio-section figure .inner-overlay {
    display: table;
    width: 100%;
    height: 100%;
}

.portfolio-section figure .inner-overlay-content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    /*padding:20px 40px*/
}

    .portfolio-section figure .inner-overlay-content.with-icons {
        text-align: center;
    }


/* icons inside overlay */




.isotopeSelector img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.isotopeSelector:hover img {
    -moz-transform: scale(1.5) rotate(2deg);
    -webkit-transform: scale(1.5) rotate(2deg);
    -o-transform: scale(1.5) rotate(2deg);
    -ms-transform: scale(1.5) rotate(2deg);
    transform: scale(1.5) rotate(2deg);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.isotopeSelector figure {
    overflow: hidden;
}

.isotopeSelector figure {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.demo-colored-wrap {
    background: #ecf0f1;
}



@media (max-width: 768px) {
    .spliter {
        width: 100%;
        border-bottom: 1px #5e5e5e solid;
        padding: 20px;
    }

    .btn-circle {
        /*width: 70px;*/
        height: 74px;
        text-align: center;
        padding: 6px 0;
        font-size: 12px;
        line-height: 1.428571429;
        border-radius: 15px;
    }

    .process-row:before {
      height: 0;
    }

    .process-step > a > .fa, a > i {
        font-size: 40px !important;
        padding-top: 15px;
    }

    .portfolio-section .article-title {
        text-align: center;
        float: left;
        width: 100%;
        font-size: 18px;
        line-height: 24px;
        padding: 10px 0 30px 0;
    }

    .portfolio-section figure .inner-overlay-content.with-icons a.lbl {
        width: 100%;
        line-height: 2.5em;
        display: inline-block;
        text-decoration: none;
        font-size: 14px;
        font-weight: 900;
        background: #EFEFEF;
        color: #000;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: 1px solid;
    }

    .btn {
        padding: 2px;
    }
}

@media (max-width: 500px) {


    .portfolio-section figure .inner-overlay-content.with-icons a.lbl {
        width: 100%;
        line-height: 1.5em;
        display: inline-block;
        text-decoration: none;
        font-size: 14px;
        font-weight: 900;
        background: #EFEFEF;
        color: #000;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: 1px solid;
    }
}

@media (min-width: 768px ) {
    .spliter {
        width: 100%;
        border-left: 1px #5e5e5e solid;
        padding: 20px;
    }

    .process-step > a > .fa, a > i {
        font-size: 50px !important;
        padding-top: 15px;
    }

    .portfolio-section .article-title {
        text-align: center;
        float: left;
        width: 100%;
        font-size: 18px;
        line-height: 24px;
        padding: 10px 0 30px 0;
    }

    .portfolio-section figure .inner-overlay-content.with-icons a.lbl {
        width: 100%;
        line-height: 1.5em;
        display: inline-block;
        text-decoration: none;
        font-size: 14px;
        background: #EFEFEF;
        color: #000;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: 1px solid;
        font-weight: 900;
    }

    .btn {
        padding: 2px;
    }
}

/*@media (max-width: 992px) {


    .portfolio-section figure .inner-overlay-content.with-icons a.lbl {
        width: 100%;
        line-height: 2.5em;
        display: inline-block;
        text-decoration: none;
        font-size: 12px;
        font-weight: 900;
        background: #EFEFEF;
        color: #000;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: 1px solid;
    }
     .process-step > a > .fa, a > i {
        font-size: 60px !important;
        padding-top: 10px;
    }
}*/

@media (min-width: 992px ) {
    .spliter {
        width: 100%;
        border-left: 1px #5e5e5e solid;
        padding: 20px;
    }

    .process-step > a > .fa, a > i {
        font-size: 60px !important;
        padding-top: 10px;
    }

    .portfolio-section .article-title {
        text-align: center;
        float: left;
        width: 100%;
        font-size: 20px;
        line-height: 24px;
        padding: 10px 0 30px 0;
    }

    .portfolio-section figure .inner-overlay-content.with-icons a.lbl {
        width: 100%;
        line-height: 1.5em;
        display: inline-block;
        text-decoration: none;
        font-size: 14px;
        background: #EFEFEF;
        color: #000;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: 1px solid;
        font-weight: 900;
    }

    .btn {
        padding: 2px;
    }
}

@media (min-width:1300px) {
    .spliter {
        width: 100%;
        border-left: 1px #5e5e5e solid;
        padding: 20px;
    }

    .process-step > a > .fa, a > i {
        font-size: 60px !important;
        padding-top: 10px;
    }

    .portfolio-section .article-title {
        text-align: center;
        float: left;
        width: 100%;
        font-size: 20px;
        line-height: 24px;
        padding: 10px 0 30px 0;
    }

    .portfolio-section figure .inner-overlay-content.with-icons a.lbl {
        width: 100%;
        line-height: 1.5em;
        display: inline-block;
        text-decoration: none;
        font-size: 14px;
        background: #EFEFEF;
        color: #000;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: 1px solid;
        font-weight: 900;
    }

    .btn {
        padding: 4px;
    }
}

@media (min-width: 1700px) {


    .portfolio-section figure .inner-overlay-content.with-icons a.lbl {
        width: 100%;
        line-height: 2.5em;
        display: inline-block;
        text-decoration: none;
        font-size: 16px;
        font-weight: 900;
        background: #EFEFEF;
        color: #000;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: 1px solid;
    }
}
