/* Add here all your css styles (customizations) */
.portfolio-li {
	/*
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    float: left;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    line-height: 1.42857;
    margin:0.5% 0.5% 0.5% 1%;
    overflow: hidden;
    width: 31.5%;
    */
    display: inline-block;
    text-align:  center;
    
}

.portfolio-img{
    border: 0 none;
    display: inline-block;
    /*vertical-align: middle;*/
}

.nopadding{
    padding: 0 !important;
    /*margin: 0 !important;*/
}

.portfolio-li-div{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    left: 0;
    height: 25%;
    position: absolute;
    text-align: center;
    top: 75%;
    display: none;
    width: 100%;
    padding: 5%;
    z-index: 1;
    //font-size: 0.85em;
    line-height: 1.1;
    white-space: normal;
    background-color: #72c02c; 
    /* Theoretically for IE 8 & 9 (more valid) */	
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=90);

    /* Older than Firefox 0.9 */
    -moz-opacity:0.90;

    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.90;

    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 0.90;

}

section#portfolio ul li a{

    color: #fff;
}

section#portfolio ul li a.contact, section#portfolio ul li a.contact:hover{

    color: #555;
}

section#portfolio ul li{

    text-decoration: none;
    color: #555;
}

section#portfolio ul.filter li{
    margin-top:3px;
}

section#portfolio ul li a:hover{

    text-decoration: none;
    color: #fff;

}

ul.filter{

    margin:20px 0 20px 0;
    padding: 0;
}

#contactsweethoney{
    display: none;
}

#divcontactcaptcha pre{
    width:200px;
    text-align: center;
    font-size: 7px;
    line-height: 7px;
    padding:0px 9.5px 0px 9.5px;
    color: #fff;
    box-shadow: none;
    border-color: #eee;
    /*background: rgba(0,0,0,0.2);*/
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0.2);

}

.contacts-in li em{
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    display: inline-block;
    font-size: 22px;
    margin-right: 5px;
    padding: 8px;
    text-align: center;
    width: 35px;
}





