﻿.port-carusel
{
    /*background-color:#67b0d1;*/
    padding-left:20px;
    padding-right:20px;
}
.port
{
    position:relative;
    overflow:hidden;  
	list-style:none;
    /*margin: 10px;*/ 
    border-radius:4px;  
    border:solid #F5F5F5 1px; 
    transition-duration: 0.5s;
    /*height: 96%;
    padding: 0 0 15px;*/
    height: 100%;
    padding: 0 0 10px;
}

.port-carusel > div {
padding-top: 15px;
padding-bottom: 15px;
}

.portfol:hover .portfolio-img{
    transition-duration: 0.5s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); 
}
.port:hover {
    border:solid #dedede 1px;
}
.port:focus {
    font-weight:300;
    color: #505050;
}
.port a:focus {
    font-weight:300;
    color: #505050;
}
.port a:hover {
    color: #505050;
    }
.port h6 {
    margin:0 20px;
    }
.caption 
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom:0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    color:#fff !important;
    font-size:12px;
    font-weight:500;
    padding: 0px 10px;
}
.portfolio-img
{
    /*width:auto;
    height:300px;*/
    width:70%; /*max-width:350px;*/
    height:auto;
    padding: 0 5px;
    max-width: 100%;
}
.developed
{
    font-size:10px;
    font-weight:300;
}