html, body {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
}

#wrapper {
  padding-right: 250px;
  transition: all 0.4s ease 0s;
}

#sidebar-wrapper {
  margin-right: -250px;
  right: 250px;
  width: 250px;
  background: #000;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  transition: all 0.4s ease 0s;
}

#page-content-wrapper {
  width: 100%;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a {
  color: #999999;
  display: block;
  text-decoration: none;
}

.sidebar-nav li a:hover {
  color: #fff;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  line-height: 60px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #2C2C2C;
}

.navbar-inverse .navbar-nav > li > a:hover{
	background-color: #2C2C2C;

}

.navbar-inverse {
background-color: 	#424242;
}

.content-header {
  height: 65px;
  line-height: 65px;
}

.content-header h1 {
  margin: 0;
  margin-left: 20px;
  line-height: 65px;
  display: inline-block;
}

#menu-toggle {
  display: none;
}

.inset {
  padding: 20px;
}

@media (max-width:525px) {

#wrapper {
  padding-right: 0;
}

#sidebar-wrapper {
  right: 0;
}

#wrapper.active {
  position: relative;
  right: 250px;
}

#wrapper.active #sidebar-wrapper {
  right: 250px;
  width: 250px;
  transition: all 0.4s ease 0s;
}

#menu-toggle {
  display: inline-block;
}

.inset {
  padding: 15px;
}

}

.body-wrapper {
	width: 100%;
	margin-top:50px;
	
}

.navbar {
	width:100%;
}

.navbar-nav {
	width:100%;
	margin-left:0px;
	margin-right:0px;
}

hr {
	margin: 0px;
}



.navbar-collapse {
	padding:0px;
}

.navbar-brand {
	font-size: 22px;
	}

  #carousel-rfq {
    width:100%;
    margin:auto;
  }


  #carousel-edges {
    width:100%;
    margin:auto;
  }
    

@media (min-width: 525px) { /*start small-width*/


.navbar {
	width:15%;
	margin-left:85%;
	height:100%;
}
.navbar-nav {
	
	margin-left:0px;
	margin-right:0px;
}

.navbar-nav li{
	width: 100%;
}


.navbar-header{
	width: 100%;
}

.body-wrapper{
	min-width:400px;
	max-width:100%;
	width:45%;
	margin-left:20%;
	margin-top:0px;
}

} /*end small-width*/

@media (min-width: 525px) and (max-width: 1300px) { /*start mid-width*/
	
.body-wrapper{
	width:65%;
	margin-left:10%;
}
	
} /*end mid-width*/

.container > .navbar-header {
	margin-left:0px	
}

.container > .navbar-header > .navbar-brand {
	margin-left:-15px	
}

.fa {
	font-size:35px;
	margin:4px;
}


.myMedia {
	width:100%;
	height:400px;
	margin:auto;
}

.carousel-inner > .item, .carousel-inner {
		height:100%;
}

.carousel-caption {
	color:black;
}

.btn-group{
	width:100%;
	margin-top:-10px;
}

.btn {
	width:33.33333%
}
