/* Mobile first; then... */  
@media (min-width: 768px) {
	/* small eg iPad portrait */  
}
@media (min-width: 992px) {
	/* medium, e.g iPad landscape, older monitors, laptops  */
}
@media (min-width: 1200px) {
  /* large, e.g newer monitors, laptops */
}
/*

Includes bookmark css
animate.css
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

/** FULL BHUNA STANDRAD MENU **/


header {
	padding:15px 0;
	
}
header.minimised {
box-shadow: 0 2px 3px rgba(0,0,0,.2);
}


header nav .container {	
	position:relative;
}
header  img {
	width:400px;
	max-width:100%;
	height:auto;
	margin: 15px auto;
	display:block;
}



main {
	min-height:calc(100vh - 50px);
	padding-bottom:15px;
	
}

footer {
	background: #2C4251;
	padding: 15px 0;
	color:#ffffff;
}

footer img {
	display:block;
	width:50% !important;
	height:auto;
	opacity:.2;
	margin-top:30px;
}

#articlesectionmenu {
	display:none;
}


body.login {

		background: url("/local/images/construction2.jpg") no-repeat center center;
		background-size: cover;


}

body.login #loginBoxes > div> div  {
	background: rgba(255,255,255,0.8);
	border: none;
}

@media (min-width: 768px) {
	.tag_checkboxes {
		column-count: 2;
	}
}

.tag_checkboxes label {
	display: block;
}

.page-sign-up body {
	background: url(/local/images/construction6.jpg) no-repeat center center;
	background-size: cover;
}

.page-sign-up main .container {
	background: rgba(255,255,255,0.8);
	padding-top: 2em;
}

.crumbs {
	display: none;
}