/* #categories{
  margin-bottom: 20px;
  margin-top: 30px;
} */

.btn{
  padding: 5px;
  font-size: 14px;
}
.comments h6 {
 color: #2A166F;
 margin-bottom: 0px;
}

.comments i{
  background: #2A166F;
  border-radius: 50%;
  padding: 5px;
  color: #FFF;
 }

 .comments span{
   font-size: 12px;
 }
#categories h3{
  color: #2A166F;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase
}

.fancybox-custom .fancybox-skin {
  box-shadow: 0 0 50px #222;
}

#categories .category-detail{
  background: #fff;
  padding: 0px;
  padding-bottom: 30px;
  border: #f7f7f7 solid 3px;
  height: 160px;
  box-sizing: content-box;
  transition: transform .1s; /* Animation */
}

#categories .category-detail h6{
  padding-left: 10px;
  padding-top: 10px;
  color: #2A166F;
  float: left;
}

#categories .category-detail i{
  color: #555;
  font-size: 12px;
  text-transform: capitalize;
  margin-top: 0px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-top: 10px;
  float: right;
}

#categories .category-detail:hover{
  transform: scale(1.08); 
}

#categories .category-detail img{
  height: 150px;
  width: 100%;  
}

  .btn:focus, .btn:active, button:focus, button:active {
      outline: none !important;
      box-shadow: none !important;
    }

    .img-thumbnail{
        height: 150px;
    }
     
    #image-gallery .modal-footer{
      display: block;
    }
    
    .thumb{
      margin-top: 15px;
      margin-bottom: 15px;
      z-index: 1
    } 

  .delete-button{
    width: 200px;
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: 12px;
    /* text-align: center; */
    }


      #image-gallery .modal-footer,  #gallery .modal-footer{
        display: block;
      }
      
      
      .thumb{
        margin-top: 15px;
        margin-bottom: 15px;
      }

      .demo-gallery > ul {
        margin-bottom: 0;
      }
      .demo-gallery > ul > li {
          float: left;
          margin-bottom: 15px;
          margin-right: 20px;
          width: 200px;
      }
      .demo-gallery > ul > li a { 
        border: 3px solid #FFF;
        border-radius: 3px;
        display: block;
        overflow: hidden;
        position: relative;
        float: left;
      }
      .demo-gallery > ul > li a > img {
        -webkit-transition: -webkit-transform 0.15s ease 0s;
        -moz-transition: -moz-transform 0.15s ease 0s;
        -o-transition: -o-transform 0.15s ease 0s;
        transition: transform 0.15s ease 0s;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        height: 100%;
        width: 100%;
      }
      .demo-gallery > ul > li a:hover > img {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
      }
      .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
        opacity: 1;
      }
      .demo-gallery > ul > li a .demo-gallery-poster {
        background-color: rgba(0, 0, 0, 0.1);
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: background-color 0.15s ease 0s;
        -o-transition: background-color 0.15s ease 0s;
        transition: background-color 0.15s ease 0s;
      }
      .demo-gallery > ul > li a .demo-gallery-poster > img {
        left: 50%;
        margin-left: -10px; 
        margin-top: -10px;
        opacity: 0; 
        position: absolute;
        top: 50%;
        -webkit-transition: opacity 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s;
      }
      .demo-gallery > ul > li a:hover .demo-gallery-poster {
        background-color: rgba(0, 0, 0, 0.5);
      }
      .demo-gallery .justified-gallery > a > img {
        -webkit-transition: -webkit-transform 0.15s ease 0s;
        -moz-transition: -moz-transform 0.15s ease 0s;
        -o-transition: -o-transform 0.15s ease 0s;
        transition: transform 0.15s ease 0s;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        height: 100%;
        width: 100%;
      }
      .demo-gallery .justified-gallery > a:hover > img {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
      }
      .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
        opacity: 1;
      }
      .demo-gallery .justified-gallery > a .demo-gallery-poster {
        background-color: rgba(0, 0, 0, 0.1);
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: background-color 0.15s ease 0s;
        -o-transition: background-color 0.15s ease 0s;
        transition: background-color 0.15s ease 0s;
      }
      .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
        left: 50%;
        margin-left: -10px;
        margin-top: -10px;
        opacity: 0;
        position: absolute;
        top: 50%;
        -webkit-transition: opacity 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s;
      }
      .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
        background-color: rgba(0, 0, 0, 0.5);
      }
      .demo-gallery .video .demo-gallery-poster img {
        height: 48px;
        margin-left: -24px;
        margin-top: -24px;
        opacity: 0.8;
        width: 48px;
      }
      .demo-gallery.dark > ul > li a {
        border: 3px solid #04070a;
      }
      .home .demo-gallery {
        padding-bottom: 80px; 
      }
      

      #sem-reg{
        box-sizing: content-box
      }

      #sem-reg .display-image{
        width: 500px;
        height: auto
      } 

      .btn:focus, .btn:active, button:focus, button:active {
        outline: none !important;
        box-shadow: none !important;
      }
      
      #image-gallery .modal-footer{
        display: block;
      }
      
      .thumb{
        margin-top: 15px;
        margin-bottom: 15px;
      }