/* .logo contains the logo image enclosed in an anchor tag*/
.logo { 
	padding:15px 0;
}
.logo img {
		max-height:20px !important;
}
/* Logo image */
.header-scrolled .logo{
	padding: 10px 0;
}
.header-scrolled .logo img {
		max-height:25px !important;
}

.iconbox_top .iconbox_content{
		border: 0px solid !important;
		box-shadow: none;
}

.av-large-testimonial-slider .avia-testimonial-meta-mini{
		text-align: center !important;
}
.av-special-heading-tag span{
		color: red !important;
}

.grid-content{
		text-align: center;
}
.sort_width_container, .sort_by_cat {
		background-color: #222222;
}
#js_sort_items a.active_sort{
		color:#ffffff !important;
}
#js_sort_items a:hover{
		color:#ffffff !important;
}
.main_color .portfolio-preview-content, .main_color .toggle_content{
		background:#ffffff;
}

.toggle_icon{
		border-width: 0px !important;
}
#projekte{
		background-color:#222222;
}
.ajax_controlls a, 
.js_active .toggler, 
.avia-admin-preview-container .toggler, 
.toggle_content, 
div .avia-gallery .avia-gallery-big, 
.portfolio-details-inner,
.div .avia-gallery img{
	border-width: 0px !important;
}
.toggle_icon span{
		border-color:#222222 !important;
}
.toggler{
		font-size:20px !important;
}
.toggler:hover, .toggler.activeTitle{
		color: red !important;
}
.toggler:hover .toggle_icon span,.toggler.activeTitle .toggle_icon span{
		border-color:red !important;
}

/*.grid-image img{
		filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: url(desaturate.svg#greyscale);
		filter: gray;
		-webkit-filter: grayscale(1);
		transition: all 0.4s ease-in-out
}*/

.grid-image:hover img{
		filter: none;
}
.grid-entry .inner-entry{
		box-shadow: none;
}
article .entry-footer{
		display: none !important;
}
#scroll-top-link{
		background-color: #ff0000;
		border-color: #ff0000;
		color: #ffffff;
}
#scroll-top-link:hover{
		background-color: #ff0000;
		border-color: #ff0000;
		color: #ffffff;
}
#scroll-top-link.avia_pop_class:hover{
		opacity:1 ;
}



@media only screen and (max-width: 767px){
		.responsive .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
    	padding: 0px 10px !important;
		}
		.responsive #top .logo {
    	width: 50%;
		}
}