/* Desktop { media: screen and (min-width: 768px) } */

/* Other large screens */
@media only screen and (max-width: 991px) {
	footer.footer .region-footer {
		width: 720px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1190px) {
	footer.footer .region-footer {
		width: 940px;
	}
}

@media only screen and (min-width: 1200px) {
	footer.footer .region-footer {
		width: 1140px;
	}
}

/* Maintenance page */
body.maintenance-page main > .row {
	width: 66%;
}

/* Privacy policy */
#sliding-popup {
	background-image: none !important;
	padding: 48px 0 24px 0;
}

#sliding-popup #popup-text {
	padding-left: 85px;
	background: url("../images/privacy-policy.png") left top no-repeat !important;
	background-size: 69px 78px !important;
	width: 50%;
	min-height: 78px;
}

#sliding-popup #popup-buttons {
	width: 40%;
	padding: 0;
}

/* Block: Main menu */
#navbar-collapse ul.menu > li {
	margin-right: 10px;
}

#navbar-collapse ul.menu > li.last {
	margin-right: 0;
}

#navbar-collapse ul.dropdown-menu {
	padding: 10px;
}