/**
 * This file will be overwritten when the Bootstrap Framework source files
 * are compiled using the LESS CSS pre-processor.
 */
 
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Extra Small devices (tablets, 768px and up) */
@media (max-width: 768px) {	
	body{
	overflow-x:hidden;
	}
	header#navbar.navbar.container.navbar-default{
	min-height:55px;
	}	
	#huduser-header, section#block-superfish-1.block.block-superfish.clearfix ul#superfish-1, section#block-block-10{
	display:none !important;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 992px) {	
	body{
	overflow-x:hidden;
	}
	header#huduser-header.well h2{
	padding-left:10px;
	}
	ul#superfish-1 li a{
	font-size:12px;
	padding-left:6px;
	padding-right:6px;
	}
	
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1200px) {	
	body{
	overflow-x:hidden;
	}
	#huduser-header h4 small{
	font-size:65%;
	}
	#huduser-header h2{
	margin-bottom:5px;	
	}
	#huduser-header h4{
	margin-top:2px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { 
}