.addbtn {
	background: #fafafa;
	background: -moz-linear-gradient(top, #fafafa 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top, #fafafa 0%,#dedede 100%);
	background: -o-linear-gradient(top, #fafafa 0%,#dedede 100%);
	background: -ms-linear-gradient(top, #fafafa 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#dedede',GradientType=0 );
	background: linear-gradient(top, #fafafa 0%,#dedede 100%);
	border: 1px solid #BFBFBF;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 2px #4f4f4f;
    color: #333333;
    float: left;
    margin: 5px;
    padding: 5px 10px;
    text-decoration: none;
	text-shadow: 1px 1px 0 #FFFFFF;
}
.addbtn img {
    margin-left: -5px;
    padding: 0 5px 0 0;
}
.addbtn:hover {
	background: #dedede;
	background: -moz-linear-gradient(top, #dedede 0%, #c4c4c4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedede), color-stop(100%,#c4c4c4));
	background: -webkit-linear-gradient(top, #dedede 0%,#c4c4c4 100%);
	background: -o-linear-gradient(top, #dedede 0%,#c4c4c4 100%);
	background: -ms-linear-gradient(top, #dedede 0%,#c4c4c4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#c4c4c4',GradientType=0 );
	background: linear-gradient(top, #dedede 0%,#c4c4c4 100%);
	text-shadow: 1px 1px 0 #E5E5E5;
	color: #101010;
	cursor:pointer;
}

.portfolio-imgs {
	width: 100%;
}

.cat_wrapper {
	border-bottom: 0px solid #e5e5e5;
	display: inline-block;
	margin-bottom: 38px;
	padding-bottom:0px;
	width:100%;
}

.cat_wrapper h1 {
	font-size: 2.5em;
}

.perso_wrapper {
	margin: 0px;
	background: #fff;
	box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.2);
	position: relative;
	margin-bottom: 23px;
}

.perso_wrapper a:hover {
	text-decoration: none!important;
}

.perso-inner {
    /* position: absolute; */
    /* bottom: -95px; */
    background: #fff;
    width: 100%;
    right: 0px;
    padding: 0px 14px 6px;
    line-height: 1.5em;
}


.perso_wrapper ul{
	list-style: none;
	color:#000;
	padding:0;
}

.tellie{
	background: #ffffff;
    color: #5f5f5f;
    padding: 0px;
    font-weight: 400;
    text-align: left;
}

.emailtje{
	color:#000;
	padding:10px 0px;
	word-wrap: break-word;
}

.perso_wrapper .detail ul{
	list-style: none;
	padding:0px !important;
	margin:0px !important;
	font-size:90%;
	color:#000;
}

.perso_wrapper h4{
    color: #1391d1;
    font-size: 1.7em;
    margin-top: 15px;
    margin-bottom: 5px;
}



.overlay{
	background:rgba(0,43,81,0.7);
	position: absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	color:#fff;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.perso_wrapper:hover .overlay{
	opacity: 1;
}

.overlay .detail{
	height:100%;
}

.perso_wrapper .overlay h4, .perso_wrapper .overlay li{
	color:#fff;
	font-weight: 500;
}

.overlay .pospos{
	position: absolute;	
	font-size:100%;
	bottom:10px;
}

.rel{
	position: relative;
}

.border{	
	border:1px solid #d2d2d2;
}
.perso_wrapper.first {
	clear: left;
}
.perso_wrapper .img {
	border: 0px solid #004B99;
	padding: 0 !important;
}

.cat_title {
	display:inline-block;
	width:100%;
}
.cat_wrapper h2 {
	display: inline-block;
	margin:0 0 20px 0;
}
.cat_title a {
	display: inline-block;
}
.img {

}
.img img {
	width:100%;
}
.detail {


}
.detail h2 {

	margin-top: 2px ;
}
.detail span {
	font-weight:400;
}
.detail ul  {
	margin: 0 0 10px;
	padding: 0 0 0 20px;
}
.detail ul li {

	padding:0;
}
.editimg {
	position:absolute;
	top:5px;
	left:5px;
}
.editdel {
	position: absolute;
	right:5px;
	top:5px;
}
.editedit {
	position: absolute;
	top:5px;
	right:25px;
}
#portfolio_admin {
	border-bottom: 1px solid #e5e5e5;
	display: inline-block;
	padding: 0px 0 10px;
	margin: 0 0 20px 0;
	width:100%;
}
.quotesmall {
	font-size: 85%;
	font-style: italic;
}