/* BO.20161201 */

html {
	height:100%;
	width:100%;
    margin-right: 0 !important;
	overflow: visible !important;
	/*
	overflow-y: scroll;
    */
}

body {height: 100%;}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 0px !important;
}
	
a {text-decoration:none !important; outline: 0;}

textarea {resize:none;}


.no-gutter > [class*='col-'] {
	padding-right:0;
	padding-left:0;
}

/* Extra small devices (smartphones, min 768px) */


	.container {
	  padding-right: 15px;
	  padding-left: 15px;
	  margin-right: auto;
	  margin-left: auto;
	}

	.collapse {
	       display: none !important;
	}

	.navbar-collapse.collapse {
	  display: block!important;
	}

	.navbar-nav>li, .navbar-nav {
	  float: left !important;
	}

	.navbar-nav.navbar-right:last-child {
	  margin-right: -15px !important;
	}

	.navbar-right {
	  float: right!important;
	}


 /* Small devices (tablets, 768px and up) */ 
@media (min-width: 768px) { 

    /* Make Navigation Toggle on Desktop Hover */
    /*.dropdown:hover .dropdown-menu {
        display: block;
    }*/
	
	.container {
	    width: 735px;
	    /* default: 750px;*/
	  }



}

 /* Medium devices (desktops, 992px and up) */ 
@media (min-width: 992px) { 

	.container {
		width: 970px;
		/* default: 970px;*/
	}

}

 /* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.container {
		width: 1170px;
		/* default: 1170px;*/
	}
	

	
}