body {
	background-color: #272b36;
	color: #dfddde;
}

#big_pic {
	position: absolute;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   color: #000;
}

.table-striped>tbody>tr:nth-of-type(even) {
	background-color: #c0bfbd;
	color: #000;
}
	
.smalltext{
	font-size: 10px;
}

.navbar-inverse {
	
    background-image: -webkit-linear-gradient(top,#8c8a8b 0,#0c101c 100%);
    background-image: -o-linear-gradient(top,#8c8a8b 0,#0c101c 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#8c8a8b),to(#0c101c));
    background-image: linear-gradient(to bottom,#8c8a8b 0,#0c101c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c8a8b', endColorstr='#0c101c', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
	border-radius: 0;
}

.navbar-inverse .navbar-nav>li>a {
	
	color: rgba(255, 255, 255, 0.5);
}

footer {
	margin-top: 40px;
	padding-top: 20px;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 100px;
	background-color: #8c8a8b;
}

#header {
	background: #f3f3f3;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.open>a {
    background-image: -webkit-linear-gradient(top,#080808 0,#0f0f0f 100%);
    background-image: -o-linear-gradient(top,#080808 0,#0f0f0f 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#080808),to(#0f0f0f));
    background-image: linear-gradient(to bottom,#080808 0,#0f0f0f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.25);
    box-shadow: inset 0 3px 9px rgba(0,0,0,.25);
}

.content-box:hover {
    background-color: #f7f7f7;
}
.content-box {
    background-color: #eee;
}
.content-box {
    display: block;
    text-align: center;
    overflow: hidden;
    padding: 15px;
    margin-bottom: 5px;
    border-radius: 6px;
}

@media (max-width: 768px) {
	.hidemobile {
		display: none;
	}
	
	.dropdown-menu-large > li > ul > li > a {
		color: #fff !important;
	}
	
}

@media (min-width: 768px) {
	
	.dropdown-menu-large > li > ul > li  {
		text-align: center;
	}
	
}

.navbar-nav>li>.dropdown-menu {
	margin-left: 65px;
    margin-right: 65px;
}

.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #428bca;
  font-size: 18px;
}
@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
}
.centerbox {
	text-align: center;
}
.spacebottom {
	margin-bottom: 60px;
}

.yellowbg {
	padding-left: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
	background: #8c8a8b;
}



#myCarousel .nav a small
{
    display: block;
}
#myCarousel .nav
{
    background: #eee;
}


.slider {
	height: 400px;
	padding-left: 60px;
	padding-right:60px;
	border-radius: 6px;
	padding-top: 48px;
	padding-bottom: 48px;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.navbar {
	    border-radius: 0 !important;
	}
}