/* !DOCTYPE CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

.hand {
    cursor: pointer;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}


/* Showcase */
#showcase_wrapper {
    padding: 100px 0;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
    overflow: auto;
}

#showcase_main,
#showcase_thumbnails {
    width: 90%;
    margin: 0 auto;
    padding: 0px;
    background: #fff;
}

#showcase_main {
    position: relative;
}

#showcase_main .slide_control {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 75px !important;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    background-color: #76BC1E;
    color: #fff;
    overflow: hidden;
}

#showcase_main .slide_control > img {
    width: 100%;
}

#showcase_main .slide_control.left {
    left: 7%;
}

#showcase_main .slide_control.right {
    right: 7%;
}

#showcase_main #close_showcase {
    font-family: Helvetica, sans-serif;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 16px;
    font-weight: bold;
   /* box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);*/
    top: 3%;
    right: 3%;
    border: 1px solid #000;
    color: #000;
}

#showcase_main a:hover {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}

#showcase_main a:active {
    box-shadow: none;
}

#showcase_main img {
    display: block;
    width: 100%;
    margin: auto;
}

#showcase_thumbnails {
    /*border-top: 1px solid #eee;*/
    padding: 25px 20px;
padding-right:6%
}

#imggg {
    border: 2px solid transparent;
    float: right;
    cursor: pointer;
    width: 115px;
padding-right:5px;

}

@media screen and (max-width: 768px) {
    #imggg {
        width: 90px;
    }
}

#showcase_thumbnails img.active,
#showcase_thumbnails img:hover {
    border: 2px solid #76BC1E;
}
/*============*/

#module_wrapper {
    position: relative;
    margin: 0 auto;
}


/* Categories */
#categories {
    /*display: table;*/
display: none;
    margin: auto;
    padding: 15px 0;
}

#categories .category {
    display: inline-block;
    margin: 10px 0;
    padding: 0 15px;
    font-family: Helvetica, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    border-right: 2px solid #ccc;
}

#categories .category:last-child {
    border: none;
}

#categories .category.active,
#categories .category:hover {
    font-weight: bold;
    color: #76BC1E;
}
/*============*/



/* Potfolio Items */
.portfolio_item {
    position: relative;
    width: 25%;
    float: left;
    cursor: pointer;
}
.portfolio_item.hide {
    transform: scale(0);
    width: 0;
    padding: 0;
    margin: 0;
    border: 0;
    transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 768px) {
    .portfolio_item {
        width: 33%;
    }
}
@media screen and (max-width: 539px) {
    .portfolio_item {
        width: 50%;
    }
}
@media screen and (max-width: 400px) {
    .portfolio_item {
        width: 100%;
        margin-right: 0;
    }
    
}

.portfolio_item img {
    display: block;
    width: 100%;
}

.portfolio_item .detail {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding-top: 25%;
    display: none;
}
.portfolio_item:hover .detail {
    display: block;
}

.portfolio_item .detail h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 0;
    color: #fff;
}

.portfolio_item .detail p {
    color: #76BC1E;
font-size:16px;
}
/*==================*/

div#showline {
   border-top: 1px dotted #ddd;
    width: 86%;
    padding-left: 50px;
    background: #fff;
    position: relative;
        padding-top: 16px;
    padding-bottom: 10px;
    TEXT-ALIGN: right;
    margin: 0 auto;
    margin-bottom: -25px;
}
.showclass{display:block}
.hideclass{display:none}
p#imgggt {
    text-align: center;
    text-transform: capitalize;
font-size:16px;

}