@media only screen and (max-width: 1199px)
{
	.box
	{
		height: 313px;
	}
	.box_phone
	{
		font-size: 24px;
	}
}

@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;
	}
	.hamburger
	{
		display: block;
	}
	.about_text
	{
		padding-right: 0;
	}
	.boxes_col
	{
		margin-top: 95px;
	}
	.box
	{
		height: auto;
		padding-bottom: 40px;
	}
}


@media only screen and (max-width: 767px)
{
	.top_bar
	{
		display: none;
	}
}

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

@media only screen and (max-width: 575px)
{
	.about{
		padding-top: 45px;
		padding-bottom: 30px;
	}
	.boxes_col{
		margin-top: 45px;
	}
	.box{
		margin-bottom: 15px;
	}
	.header.scrolled
	{
		top: 0px !important;
	}
	.header_content,
	.header.scrolled .header_content
	{
		height: 60px;
	}
	.header.scrolled .logo_container
	{
		top: 0;
	}
	.header.scrolled .logo_container
	{
		height: 77px;
	}
	.hamburger i
	{
		font-size: 20px;
	}
	.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;
	}
}