@charset "utf-8";
/* CSS Document */





/*-------------SLIDER CSS----------*/

/* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
  
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  color:  #222;
  font:60px normal;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 60px;
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
   color:  #222;
    font:60px normal;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 60px;
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
 
}
.media-carousel .carousel-indicators  
{
  background: #eee;
}
.media-carousel img
{
  width: 200px;
  height: 200px;
  margin:auto;
}

.nav-tab {
	background-color: #EEE;
	
	}
	
.nav-tab li a{
	
	border-radius: 0px;
	border: medium none;
	display: block;
	padding: 20px;
	position: relative;
	font-family: "Roboto Condensed",sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 20px;
	color: #333;
	margin:1px;

	}
	
.nav-tab li a:hover {
    text-decoration: none;
   background-color: #f5f5f5;
}

.nav-tab li.active {
    text-decoration: none;
	color:#fff;
	border-top: 3px solid #D92231;
}


/* End carousel */
<!---->

