/*responsive*/
@media screen and (max-width:1199px){
	.prihoda_news .cs-section.prihoda_news_item .col-md-8 .wpb_single_image.wpb_content_element.vc_align_left .wpb_wrapper.vc_figure {
		height: 100%;
	}
	.prihoda_news .cs-section.prihoda_news_item .col-md-8 .cs-column-inner,
	.prihoda_news .cs-section.prihoda_news_item .col-md-8 .cs-column-inner .wpb_single_image.wpb_content_element.vc_align_left,
	.prihoda_news .cs-section.prihoda_news_item .col-md-8 .cs-column-inner .vc_single_image-wrapper.vc_box_border_grey{
		height: 100%;
	}
	.prihoda_news .cs-section.prihoda_news_item .col-md-8 .cs-column-inner .vc_single_image-wrapper.vc_box_border_grey img {
		height: 100%;
		object-fit: cover;
	}
	footer#colophon {
  		position: relative;
	}
	footer#colophon::before {
  		background-size: cover;
	}
}
@media screen and (max-width: 992px){
	.cs-section .cs-equal-height{
		align-items: stretch;
		flex-direction: unset;
	}
	.cs-section .cs-equal-height {
  		flex-wrap: wrap;
	}
	.about-us .col-md-6 {
		width: 100%;
	}
	.cs-section.our_work_our_vision .background_img {
		display: none;
	}
	.cs-section.our_work_our_vision .image_1 {
		width: 100%;
	}
	.cs-section.our_work_our_vision .image_2 {
		width: 100%;
		position: relative;
	}
	.cs-section.our_work_our_vision .cs-column-text.image_content {
		width: 325px;
		display: inline-block;
		bottom: inherit;
		top: 30px;
		left: 30px;
		transform: translateX(36%);
	}
	.cs-section.our_work_our_vision .images{
		padding-top:0px;
	}
}
/*responsive*/