/**
* Man Carousel v1.3.1
* @author kik-off.com <info@kik-off.com>
**/
#mancarousel_block {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto 30px;
	background: none;
	float: left;

}

header #mancarousel_block,
footer #mancarousel_block {
	margin-left: 15px;
    margin-top: 80px;
    margin-bottom: 50px;
}


  @media (max-width: 767px)  {    
footer #mancarousel_block {
	margin-left: 15px;
    margin-top: 80px;
    margin-bottom: 0px;
}
}

#mancarousel_block .title_block {
	text-transform: uppercase;
	border: none;
	padding: 14px 5px 0 20px;
	margin-bottom: 0;
  text-align: center;
  color: white;
}

  @media (max-width: 767px)  {    
#mancarousel_block .title_block {
	padding: 0px;
}
  } 

#mancarousel_block .title_block a {
	color: white;
  letter-spacing: 1px;
}

#mancarousel_block .title_block a:hover {
	color: #ccc;
}

#mancarousel_block .title_block::after {
	display: none;
}

.mancarousel_slider {
	margin: 0 auto 20px;
	position: relative;
	max-width: 1170px;
	background: none;
	float: none !important;
	padding: 15px 0 !important;
  min-height:340px;
}
.mancarousel_slider .mancarousel_wrapper {
  min-height:340px;
}

.mancarousel_slider a {
	text-decoration: none;
	display: block;
	float: left;
	position: relative;
     margin-right: 10px;
   
}
.mancarousel_slider a.objekty {overflow:hidden;}
.mancarousel_slider a.objekty:hover {cursor:Default;}

.mancarousel_slider img {
	background: none;
	padding: 0%;
	margin: -46px;
	display: inline-block;
	float: left;
      WIDTH: 400px;
    HEIGHT: AUTO;
}

.mancarousel_slider .mancarousel_badge {
	left: auto;
	position: absolute;
	right: 10%;
	top: -20%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.mancarousel_slider a:hover .mancarousel_badge {
	top: 10%;
}

#mancarousel_prev,
#mancarousel_next {
	background: transparent;
	color: #ccc;
	display: block;
	font-family: "FontAwesome" !important;
	font-size: 32px;
	height: 32px;
	line-height: 32px;
	position: absolute;
	top: -32px;
	text-align: center;
	width: 32px;
 top:40%;

}

.footer-container #footer #mancarousel_prev { color:#737373;}
.footer-container #footer #mancarousel_next { color:#737373;}

.footer-container #footer #mancarousel_prev:hover { color:#94D60A;}
.footer-container #footer #mancarousel_next:hover { color:#94D60A;}

#mancarousel_prev {
	left: 0px;
  
}

#mancarousel_prev::before {
	content: "\f104";
}

#mancarousel_next {
	right: 5px;
}

#mancarousel_next::before {
	content: "\f105";
}

#mancarousel_next:hover,
#mancarousel_prev:hover {
	color: #333;
}

#mancarousel_next.disabled,
#mancarousel_prev.disabled {
	color: #ccc;
	cursor: default;
}

#mancarousel_prev.prev span,
#mancarousel_next.next span {
	display: none;
}

.logo_gray {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: .5;
	filter: alpha(opacity=50);
	zoom: 1;
}

.logo_gray:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
	filter: alpha(opacity=100);
	zoom: 1;
}