/* CSS Document */
/*-----------------------BEGIN MENU---------------------*/
body {
  margin: 0;
  padding: 0;
  background: #ccc;
}
 
.menu ul {
  list-style: none;
  background-color: #444;
  text-align: center;
  padding: 0;
  margin: 0;
}
.menu li {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2em;
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #888;
  display: inline-block;
  margin-right: -4px;
}
 
.menu a {
  text-decoration: none;
  color: #fff;
  display: block;
  transition: .3s background-color;
}
 
.menu a:hover {
  background-color: #005f5f;
}
 
.menu a.active {
  background-color: #fff;
  color: #444;
  cursor: default;
}
 
@media screen and (min-width: 600px) {
  .menu li {
    width: 120px;
    border-bottom: none;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
  }
}
  /*-------------------------END MENU--------------------------*/
  /*-------------------------Begin ----------------------------*/
  .desc{
	  clear: both;
  }
  .num{
	  padding-right: 10px;
  }
  .pull-right{
	  margin-right: 20px;
  }
  .img-container{
	  width: 350px;
	  height: auto;
  }
  img{
  	width: 100%;
  }
  #container{
	  width: 350px;
	  height:400px;
	  display: inline-block;
	  padding: 20px;
  	
  }
  h3{
	  margin: auto;
	  text-align: center;
  }
  #opening{
	  margin: auto;
	  width: 50%;
  }
  /*--------------------------------tabs------------------*/
  .nav ul {
  list-style: none;
  background-color: #444;
  text-align: center;
  padding: 0;
  margin: 0;
}
.nav li {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2em;
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #888;
  display: inline-block;
  margin-right: -4px;
}
 
.nav a {
  text-decoration: none;
  color: #fff;
  display: block;
  transition: .3s background-color;
}
 
.nav a:hover {
  background-color: #005f5f;
}
 
.nav a.active {
  background-color: #fff;
  color: #444;
  cursor: default;
}
  .nav-pills > li > a{
  	margin-top:0px;
	border-radius:0px;
  }

  .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus{
	  background-color: #3D3FC0;
  }
.nav a{
	color:#3D3FC0;
	text-decoration: none;
	display: block;
	transition: 1s background-color;
  }