/*!
 * Bootstrap v3.0.3 (http://getbootstrap.com)
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 */
 
/* ==========================================================================
   Bootstrap Overwrite
   ========================================================================== */
  .toggleMenu{background:#be1e2d !important; border:1px solid #de1e30 !important; margin-left:15px !important; margin-right:0px!important; margin-top:30px !important;} 
.container {
	max-width: 1170px !important;
}
.navbar-brand {
	padding-left: 0;
	margin-top: 0;
	margin-left: 0;
	float: none;
	display: block;
	height:auto;
}
.form-control {
	border-color: #d2dae6;
	border-radius: 2px;
}
.btn {
	border-radius: 2px;
	padding: 6px 20px;
}

/* Small devices (480px and up) */
@media (min-width: 100px) {
	.navbar-brand {margin-left:00px !important;}
}

/* Small devices (600px and up) */
@media (min-width: 600px) {
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 769px) {
.container {
	width: 95%;
}

.navbar-brand {margin-left:-20px !important;}
}


/* Medium devices (desktops, 992px and up) */
@media (min-width:1024px) {
.navbar-brand {
	float: left;
	margin-top:5px;
	padding-left:10px;
	position:absolute;
	background:#FFFFFF;
	min-height:65px; /*margin-left: -15px;*/
}
}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
