/* ==================================================================
	Bootstrap fix for WinPhone 8 and IE10 
================================================================== */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

/* smallest devices */
@media (max-width:767px){
	.w-responsiveform{width:100%;}	
	::-webkit-scrollbar {width:20px;}

}

/* tablets 768px and up */
@media (min-width:768px){	
	::-webkit-scrollbar {width:20px;}
}


/* desktops 992px and up */
@media (min-width:992px){
	::-webkit-scrollbar {width:12px;}
}








