@media (max-width: 1200px) {

	.seniorlink {
		display: none !important;
	}

	.logozatec {
		display: none !important;
	}
}


@media (max-width: 992px) {

	.seniorlink {
		display: none !important;
	}

	.logozatec {
		display: none !important;
	}

	.social-icons {
		display: none;
	}
	
	.logo img {
		text-align: center;
		width: 100%;	
	}
	
	.top-banner {
		display: none;	
	}
	
	header .header-fixed {
		position: static;	
	}
	
	header nav.topmenu ul li {
		width: 100%;
		text-align: center;
		border-right: 0;
		border-bottom: 1px solid #bfbdb0;
	}
	
	header nav.topmenu ul li a {
		width: 100%;
	}
	
	header nav.topmenu ul li {
		display: none;	
	}
	
	header nav.topmenu ul li.menu-small {
		display: block !important;
		border-bottom: 0;		
	}
	
	header nav.topmenu .menu-small a {
		display: block !important;	
	}
	
	header nav.topmenu ul li.menu-small a {
		text-align: center;
	}
	
	header nav.topmenu .menu-small a:hover {
		background-color: #d2d0c6;	
		color: #231d1a;
	}
	
	header .navigate {
		text-align: center;	
	}
	
	header .navigate a.box {
		display: inline-block;
		position: static;
		text-align: center;
	}
	
	header .navigate .box .icon {
		display: inline-block;
		position: static;
		margin-top: 10px;
	}
	
	.box div {
		display: inline-block;
		position: static;
	}
	
	.box h4 {
		display: none !important;
	}
	
	.menu {
		display: none !important;
	}	

	article {
		text-align: center;	
	}
	
	.partners img {
		width: 80px;	
	}
	
	footer {
		text-align: center;		
	}
}