


.portfolio-filter.text-center{
opacity:1;
    margin-bottom: 50px;
}
.portfolio-filter > li {
    display: inline;
    margin-bottom: 10px;
}
.portfolio-filter > li a:hover, .portfolio-filter > li a.active {
    color: #FFF;
    background: #FF9C00;
    border: 1px solid #FF9C00;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    padding: 2px;
    transition-duration: 0.8s;
	padding:10px;
	margin: -1px;
}
/*
.recent-work-wrap {
    margin-right: 10px;
    position: relative;
	    padding-bottom: 10px;
		    transition-duration: 0.8s;
}
*/
.recent-work-wrap img {
    width: 100%;
}

.recent-work-wrap.colored img {
    #-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
    #-moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
    #box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
    #border: 0!important;
	#border: 10px solid #F79600!important;
	border: 1px solid #AFAFAF!important;
	}


.recent-work-wrap.smallw{
    #width: 100%;
}



.img-responsive, .thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}


.recent-work-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    #border: 10px solid #1E2225;
    opacity: 0;
    #background: rgba(30, 34, 37, 0.73);
	#padding: 20px;
	padding: 0px;
}
/*
.recent-work-wrap .recent-work-inner {
    padding: 30px;
}
*/
.recent-work-wrap .recent-work-inner {
    top: 0;
    background: rgba(0, 0, 0, 0);
    opacity: .8;
    width: 100%;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    display: table;
    #padding: 25px;
}
.recent-work-wrap .recent-work-inner h3 {
    margin: 10px 0;
	    padding: 21px;
}
div.recent-work-inner h3 {
    color: #201D19;
    font-weight: 300;
    text-shadow: 1px 1px #ECD1A9;
}
.recent-work-inner > H3 {
    text-transform: none;
}
.portfolio-items.isotope{
text-align: center;
transition: height 1s ease-in-out;
margin-bottom: 80px;
	}
.gallery-left{
float:left;
}
.gallery-right{
float:right;
}
.gallery-center{
float:none;
}
.gallery-variable{
    background: #F1F1F1;
	background: #161616;
    border-top: 1px solid #9A9A9A;
    padding: 50px 0 100px 0;
    border-bottom: 1px solid #92989A;
}
.gallery-button-false{
display:none;
}
.overlay:hover{
opacity:0.8;
}

.recent-work-inner h3 ul li{
	font-size: 18px;
    color: #FFF;
    line-height: normal;
    text-shadow: 0 0;
    font-weight: 300;
	}
/*
.galerie-logo {
    width: 200px;
    height: 200px;
    text-align: center;
    margin: 0 auto;
    margin-top: 3px;
    background: url(../img/firmenlogo.png);
    background-size: cover;
    background-position: 50%;
}
*/

.recent-work-inner h3{
  display: table-cell; 
  vertical-align: middle; 
  text-align: center;
  background: #1D1C1C;
}

.btn{
border-radius:0;
}

.gallery-center{ 
    margin-left: 7px !important; 
} 




@media only screen and (max-width: 986px) {
	ul.nav.navbar-nav {
		background: #F79600!important;
	}
	.galerie-logo {
    width: 60px;
    height: 60px;
	}
	.galerie-logo { 
	background:none; 
	} 
}

@media only screen and (max-width: 1200px) { 
.galerie-logo {
    width: 140px;
    height: 140px;
	}
.galerie-logo-yt {
    width: 0!Important;
    height: 0!Important;;
}	

}

@media only screen and (max-width: 768px) {
	.portfolio-item.col-xs-6 {
		width: 49.5%;
	}
}
@media only screen and (max-width: 986px) {
	ul.nav.navbar-nav {
		background: #F79600!important;
	}
	.galerie-logo {
    width: 60px;
    height: 60px;
	}
}


