
.nav-tabs {
  display: inline-block;
  border-bottom: none;
  padding-top: 15px;
  font-weight: bold;
}
.nav-tabs > li > a, 
.nav-tabs > li > a:hover, 
.nav-tabs > li > a:focus, 
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
  border-radius: 0;
}

.nav-list { border-bottom: 1px solid #eee; }
.nav-list > li { 
  padding: 5px 5px 5px;
  border-left: 1px solid #eee; 
}
.nav-list > li:last-child { border-right: 1px solid #eee; }
.nav-list > li > a:hover { text-decoration: none; }
.nav-list > li > a > span {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
.avatar{
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  border: 0.0625rem solid #cacaca;
}
.avatarBig{
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  border: 0.0625rem solid #cacaca;
}

.mega-dropdown { position: static !important; }
.mega-dropdown-menu {
  /*padding: 20px 15px 15px;*/
  text-align: center;
  width: 100%;
}


.list-inline
{text-align:center;}

#dropdown-aboutus
{background-color:white;
}

#dropdown-academi
{background-color:white;}

#dropdown-act
{background-color:white;}


#dropdown-info
{background-color:white;}

.nav
{background-color:white;}


.stylish-panel {
    padding: 20px 0;
    text-align: center;
}
.stylish-panel > div > div{
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: 0.2s;
}
.stylish-panel > div:hover > div{
    margin-top: -10px;
    border: 1px solid rgb(200, 200, 200);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
    background: rgba(200, 200, 200, 0.1);
    transition: 0.5s;
}

.stylish-panel > div:hover img {
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}



.demof{
    border: 1px solid #ccc;
    margin: 25px 0;
    background:gold;
}
.demof ul{
    padding: 0;
    list-style: none;
}
.demof li{
    padding: 20px;
    border-bottom: 1px dashed #ccc;
    
}
.demof li.odd{
    background: #fafafa;
}

.demof li:after {
    content: '';
    display: block;
    clear: both;
}
.demof img{
    float: left;
    width: 100px;
    margin: 5px 15px 0 0;
}
.demof a{
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #06f;
}
.demof p {
    margin: 15px 0 0;
    font-size: 14px;
}

p{
    font-size: 1.7rem;
    color:blue;
}




