.slider_main {
	width: 100%;/*100%*/
	min-height:290px;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
	background: #fff;
	/*max-height: 469px;*/
}
.slider-block img {
	max-width:100%;min-width:100%;
	max-height: 300px;
	overflow:hidden;
}
.slider-img {
	display:inline-block;
	max-height:300px;min-height:300px;/*max-height:400px;min-height:400px; max-height:362px;min-height:362px;*/
	text-align:center;
	overflow:hidden;
}
/*de lucrat
@media (min-width: 1200px) {
	.slider-block img {width:600px;max-height: none;}
	.slider-img {max-height:auto;min-height:auto;}
}
@media (max-width: 991px){
	.slider-block img {width:475px;max-height: 450px;}
	
}
@media (max-width: 767px){
	.slider-block img {width:350px;max-height: none;}
}	
@media (max-width: 767px) and (orientation: landscape) {
	.slider-block img {width:500px;max-height: none;}
	.slider-img {max-height:500px;min-height:auto;}
}
*/
.list_carousel {
	background-color: #fff;
	margin: 0 0 0 0;
	width: 100%;/*643px*/
}

.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}

.clearfix_car {
	float: none;
	clear: both;
}
.list_carousel .pager-nav {
	position: absolute;
	/*bottom: 0;height: 50px;background: rgba(30,115,190,0.9);*/
	background: rgba(29, 6, 6, 0.48);
	top: 2px;height:30px;
	/*bottom: 0;height:30px;*/
	right: 0;
	width: 60px;
	z-index: 999;
}
.prev {
	float: left;
	margin-left: 10px;
	color: #fff;
	font-size: 28px;
    font-weight: 500;
}
.next {
	float: right;
	margin-right: 10px;
	color: #fff;
	font-size: 28px;
    font-weight: 500;
}
.pager {
	float: left;
	width: 300px;
	text-align: center;
}
.pager a {
	margin: 0 auto;
	text-decoration: none;
	
}
.pager a.selected {
	text-decoration: underline;
}
.timer {
	background-color: #005ca2;
	height: 1px;
	width: 0px;
}

.slider-block{
	display:inline-block;
}
.slider-block a{
	color:#fff;
	text-decoration: none;			
}
.slider-block a:hover{
	/*color: #000;*/
	text-decoration: none;			
}

			
.slider-block h3 {
	height: 150px;
	background: rgba(0,0,0,0.6);
	font-size:30px;line-height:35px;font-weight:bold;color:#fff;
	font-family: "Noto Serif", serif;
	margin: 0;
	padding: 10px;
	text-transform: none;
	width: 410px;
	display: table-cell;
	vertical-align: middle;
}

.slider-block h3 p{
	white-space: normal;
	font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.slider-block h3 span{
	display:inline-block;
	white-space: normal;
}
@media (min-width: 1200px) {
	.slider-block{width: 600px;}
	.slider-block h3 {width: 600px;}
}
@media (max-width: 991px){
	.slider-block h3 {width: 475px;height: 170px;}
}
@media (max-width: 767px){
	.slider-block h3 {width: 350px;}
}	
@media (max-width: 767px) and (orientation: landscape) {
	.slider-block h3 {width: 410px;}
}