/* CSS Document */
@media (min-width: 577px) and (max-width: 748px) {
	
	.head {
		padding: 0 26px;
		height:155px;
	}

	.head .carousel {
		display:none;
	}

	.head .buttons {
		text-align: center;
		clear: both;
		display:block;
		float: none;
	}

	.head .mobile_menu_icon {
		float:right;
		display:block;
		margin-top:20px;
		margin-right:20px;
		padding:5px;
		border-radius:4px;
	}
	
	.head .mobile_menu_icon img {
		display:block;
	}
	
	.head .top_links {
		position:absolute;
		top:138px;
		left:0;
		background:#f6f6f6;
		width:100%;
		padding-top:0;
		border-top:1px solid #e4e5e6;
		display:none;
		z-index:100;
		-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
		-moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.5);
		box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.5);
	}
	
	.head .top_links li {
		display:block;	
		border-bottom:1px solid #F0F1F3;
	}
	
	.head .top_links li a {
		display:block;
		text-align:center;
		line-height:40px;
		height:40px;
	}

	.title {
		padding: 16px 0px;
		display: block;
	}

	.title h1 {
		font-style: italic;
		color: #0088cf;
		font-size: 24px;
		font-weight: normal;
	}

	.top_links_other_sites {
		font-size: 14px;
	}

	.top_links_other_sites a, .top_links_other_sites span {
		margin-left: 4px;
		margin-right: 4px;
	}

	.white_info {
		width:100%;
		text-align:center;
		margin:0;
		height:auto;
	}
	
	.white_info .box {
		float:none;
	}
	
	.white_info .box#white_box_1 {
		margin:auto;
	}
	
	.white_info .box#white_box_2 {
		width: 80%;
		margin:auto;
		padding-top:30px;
		padding-bottom:30px;
	}

	.white_info .box#white_box_3 {
		width: 100%;
	}

	.for_clients {
		width: 100%;
	}

	.for_clients .check_references {
		display: block;
    	width: 100%;
	}

	.for_clients .h4 {
		float: none;
		width: 100%;
		text-align: center;
	}

	.for_clients .clients {
		left: 50%;
    	transform: translateX(-50%);
		width: 500px;
	}

	.for_other_site_link {
		height:auto;
		text-align:center;
		padding-top:40px;
		padding-bottom:30px;
	}
	
	.for_other_site_link .other_site_link {
		width:100%;
	}
	
	.for_other_site_link .other_site_link a {
		float:none;
		margin:auto;
		display:block;
		margin-bottom:10px;
	}
	
	.for_other_site_link .other_site_link a.last {
		margin:auto;
	}


	.for_boxes .boxes {
		width:100%;
		text-align:center;
	}

	.for_boxes .boxes .box {
		float:none;
		margin:auto;
		margin-top:20px;
		margin-bottom:20px;
		text-align:left;
	}

	.for_boxes .boxes .box_wrapper{
		width: unset;
		display: inline-block;
	}

	iframe {
		width: 500px;
	}

	.for_footer .footer  {
		padding: 0 24px;
	}

	.for_footer .footer_bottom .info {
		text-align:center;
		width:100%;
	}

	.for_footer .footer_bottom .system_link .button{
		float: none;
		display: inline-block;
	}


	.for_footer .footer .links {
		width:220px !important;
		padding-bottom: 32px;
	}

	.for_footer .footer .contact {
		padding-bottom: 32px;
	}
	
	.for_footer .footer_bottom .social_icons {
		float:none;
		width:100%;
		text-align:center;
	}

	.for_footer .footer_bottom .social_icons ul {
		margin:auto;
		display:inline-block;
	}
	
	.for_footer .footer_bottom .social_icons ul li {
		float:none;
		display:inline-block;
	}

	/*novinky*/
	.news_box a.img {
		display:none;
	}
	
	.news_box .content {
		float:none;
		width:100%;
	}

	.content_box {
		width:auto;
		padding-left:15px;
		padding-right:15px;
	}	

	.content_box .right_column {
		width:auto;
		float:none;
		padding-top:40px;
	}
	
	.content_box .left_column {
		width:100%;
		float: none;
	}
	
	.timeline {
		display: none;
	}
	.content_box table.system_info {
		display: none;
	}
	.elearning_nav {
		display: none;
	}
	#povinnost-se-zakona .image {
		display: none;
	}
	#main_box_top {
		width: unset !important;
	}
	.breadcrumbs{
		width: unset !important;
	}
	img.pig {
		display: none !important;
	}

	#nase-sluzby .content_box, #services .content_box {
		background: none;
	}

	#nase-sluzby .content_box .right_column, #services .content_box .right_column  {
		display: none;
	}
	#report-system .content_box {
		background:none;
	}
}