@media only screen and (max-width: 991px)
{
	.main_nav
	{
		display: none;
	}
	.top_bar_content
	{
		padding-left: 166px;
	}
	.top_bar_item
	{
		margin-left: 27px;
	}
	.top_bar_item a
	{
		font-size: 12px;
	}
	.emergencies
	{
		font-size: 12px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.logo_box
	{
		width: 18px;
		height: 18px;
		line-height: 18px;
		font-size: 18px;
		-webkit-transform: translateY(-1px);
		-moz-transform: translateY(-1px);
		-ms-transform: translateY(-1px);
		-o-transform: translateY(-1px);
		transform: translateY(-1px);
	}
	.hamburger
	{
		display: block;
	}
	.form_col
	{
		margin-top: 50px;
	}
	.box
	{
		width: 322px;
		height: auto;
		padding-bottom: 40px;
		padding-left: 30px;
	}
	.working_hours
	{
		padding-right: 40px;
	}
}

@media only screen and (max-width: 767px)
{
	.top_bar
	{
		display: none;
	}
	.logo_container
	{
		height: 127px;
	}
	.logo
	{
		margin-top: 9px;
	}
	.box
	{
		width: 100%;
	}
	.working_hours
	{
		position: relative;
		top: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		left: auto;
		margin-top: 95px;
	}
}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	.header.scrolled
	{
		top: 0px !important;
	}
	.header_content,
	.header.scrolled .header_content
	{
		height: 60px;
	}
	.contact_text {
		margin-top: 30px;
		padding-right: 20px;
	}
	.contact_about_list {
		margin-top: 35px;
	}
	.input_name
	{
		margin-bottom: 20px;
	}
	.input_name.mb{
		margin-bottom: -5px;
	}
	.header.scrolled .logo_container
	{
		top: 0;
	}
	.header.scrolled .logo_container
	{
		height: 77px;
	}
	.home
	{
		height: 260px;
		margin: 0;
	}
	.home_content{
		top: auto;
		padding: 20px 25px 25px;
		bottom: 0;
	}
	.table-frame{
		padding-top: 15px;
	}
	.home_container
	{
		bottom: 0;
		top: 0;
	}
	.home_container .container,
	.home_container .row,
	.home_container .col{
		height: 100%;
	}
	.home_container .col{
		position: relative;
	}
	.home_title
	{
		font-size: 27px;
		line-height: 32px;
	}
	.contact{
		padding-top: 45px;
		padding-bottom: 55px;		
	}
	.breadcrumbs ul li, .breadcrumbs ul li a
	{
		font-size: 13px;
	}
	.section_title h2
	{
		font-size: 24px;
	}
	.box
	{
		padding-left: 25px;
	}
	.working_hours
	{
		padding-right: 30px;
	}
	.google_map
	{
		height: 350px;
	}
	.button.contact_button{
		width: 100%;
		display: block;
	}
}