@media screen and (max-width: 992px){
	.container{
		width: 100%;
	}
}

.btn-default{
	color: #fff;
	border-radius: 4px!important;
	border-width: 1px;
	border-style: solid;
	border-color: #a72e27;
	/*
		http://www.colorzilla.com/gradient-editor/#cc352e+0,b42f29+100;Custom
	*/
	background: #cc352e; /* Old browsers */
	background: -moz-linear-gradient(top,  #cc352e 0%, #b42f29 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc352e), color-stop(100%,#b42f29)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cc352e 0%,#b42f29 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cc352e 0%,#b42f29 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cc352e 0%,#b42f29 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cc352e 0%,#b42f29 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc352e', endColorstr='#b42f29',GradientType=0 ); /* IE6-9 */
}
.btn-default:focus {
	color: #fff;
}
.btn-default:hover {
	color: #fff;
	background: #b42f29; /* Old browsers */
	background: -moz-linear-gradient(top,  #b42f29 0%, #cc352e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b42f29), color-stop(100%,#cc352e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b42f29 0%,#cc352e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b42f29 0%,#cc352e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b42f29 0%,#cc352e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b42f29 0%,#cc352e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b42f29', endColorstr='#cc352e',GradientType=0 ); /* IE6-9 */

}

.navbar {
	min-height: 40px;
}
.navbar-default {
	background-color: #e7e7e7;
	border-color: #e0e0e0;
	
}
.navbar-inverse {
	background-color: #555555 ;
	border-color: #555555  ;
	border-width: 0;

}
.navbar-inverse .navbar-nav > li > a {
	color: #B9B9B9;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color: #434343;
}
@media (min-width: 768px) {
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.nav > li > a {
		position: relative;
		display: block;
		padding: 10px 18px;
	}
	.nav-stacked > li + li {
		margin-top: 0;
	}
	.form-control {
		height: 45px;
	}


	.icon-bar {
		display: block;
		margin: auto;
		width: 22px;
		height: 3px;
		border-radius: 1px;
		background: #fff;
		margin-bottom: 4px;
	}
}


	.container {
		width: auto!important;
	}
