﻿.top-logo
{
    padding:5px!important;
    }
.headtop
{
    padding-top:25px!important;
    }
@media (min-width: 320px) and (max-width: 767px)
{
    .breakingNews
    {
        height: 80px;
    }
    .breakingNews>.bn-title
    {
        width: 100% !important;
    }
    .breakingNews>.bn-title>h2
    {
        display: block !important;
    }
    .breakingNews>ul
    {
        top: 40px;
    }
    .breakingNews>.bn-title>span
    {
        display:none;
        }
}
@media (min-width: 480px) and (max-width: 767px)
{
    .breakingNews>ul
    {
        left: 30px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px)
{
    .breakingNews>.bn-title
    {
        float: left;
    }
}
.mentor
{
    font-size:13px;
      
    }
    .mentor p
{
    line-height: 20px;
    padding-top: 10px!important;
    margin-top: 0px!important;
      
    }
    
     .s_icon
{
 
    margin-top: 15px!important;
      
    }
    
    
    .album
    {
        max-width: 100%;
        height: 294px !important;
    }
    
    .galleryzoom
    {
        width: 100%;
        height: 500px !important;
    }
    
    .gallery
    {
        max-width: 100%;
        height: 200px !important;
    }
    
    .zoomer
    {
      margin-top: 28%;
    }
    
    .albumtitle
    {
        text-align: center;
        padding: 1%;
        box-shadow: -3px 4px 20px -4px rgba(3,3,3,1);
    }
    
    .careerp
    {
        margin-bottom:0px !important;
    }
    
    .careerdate
    {
        color: #e41f05;
        margin-left: 1%;
    }
    
    
    
    
    
    
    .awesome {
      
      font-family: futura;
      font-style: italic;
      
      width:100%;
      
      margin: 0 auto;
      text-align: center;
      
      color:#313131;
      font-size:18px;
      font-weight: bold;
      -webkit-animation:colorchange 20s infinite alternate;
      
      
    }

    @-webkit-keyframes colorchange {
      0% {
        
        color: blue;
      }
      
      10% {
        
        color: #8e44ad;
      }
      
      20% {
        
        color: #1abc9c;
      }
      
      30% {
        
        color: #d35400;
      }
      
      40% {
        
        color: blue;
      }
      
      50% {
        
        color: #34495e;
      }
      
      60% {
        
        color: blue;
      }
      
      70% {
        
        color: #2980b9;
      }
      80% {
     
        color: #f1c40f;
      }
      
      90% {
     
        color: #2980b9;
      }
      
      100% {
        
        color: pink;
      }
    }