@charset "utf-8";
/* CSS Document */

*{ margin:0px; padding:0px;}
body{ font-size:16px; color:#424242; line-height:1.5;}
.margin-topheader{ float:left;}
.margin-nav{ margin-top:10px; float:right;}

	.bgbottom{ color:#FFF;background: #0e3353;}
	.ulbottom { margin-top:25px; }
	.ulbottom li { list-style:none; padding-bottom:10px; float:none;}
	.ulbottom li a{ color:#FFF; text-decoration:none;}
.menuactive {
    background: #ff8b0f none repeat scroll 0 0;
}
.showcase{ width:100%; }
.headcol{background-color:orangered; color:white ;text-align: center;}
.headcontent{background-color:#537bc1;color: #fff;text-align:justify;}
.readmore2 {
    background: #800000 none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin: 0 0 25px;
    position: relative;
    right: 60px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.readmorearrow {
    background: #3399ff none repeat scroll 0 0;
    float: left;
    font-size: 10px;
    height: 24px;
    line-height: 24px;
    padding: 0 10px; }
	.reaa {
    float: left;
    width: 100px;
    padding: 1px;
}
.exhibition {
    background-image: url(images/exhibhition-icon.html);
    background-position: center center;
    background-repeat: no-repeat;
}
.icon {
    font-family: fontawesome;
    font-size: 20px;
    width: 30px;
    height: 30px;
    background-size: cover;
}
/*tab csss*/
.badge {
  background-color: #777;
}

.tabs-left { margin-top: 3rem; }

.nav-tabs {
  float: left;
  border-bottom: 0;
  

  li {
    float: none;
    margin: 0;
    
    a {
      margin-right: 0;
      border: 0;
      background-color: #333;
      
      &:hover {
        background-color: #444;
      }
   /* }
  }*/
  
  .glyphicon {
    color: #fff;
  }
  
  .active .glyphicon {
    color: #333;
  }
/*}*/

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  border:0;
}

.tab-content {
  margin-left: 45px;
  
  .tab-pane {
    display: none;
    background-color: #fff;
    padding: 1.6rem;
    overflow-y: auto;
  }
  
  .active { display: block; }
/*}
*/
.list-group {
  width: 100%;
  
  .list-group-item {
    height: 50px;
    
    h4, span {
      line-height: 11px;
    }
 /* }
}*/
