

#container {
  margin: auto;
}

#gallerypage h2 {
  font-size: 50px;
  text-align: center;
  margin-top: 50px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: bold;
}
.grid-item {
  display: inline-block;
      height: 259px; 
      overflow: hidden;
      text-align: center;
      width: 400px;
  }

  .grid-item--height2 {
    display: inline-block;
        height: 550px; 
        overflow: hidden;
        text-align: center;
        width: 400px;
    } 

  .grid-item img{
    width:100%;
    height:auto;
    padding: 5px;
  }

  .grid-item  video{
    width:100%;
    height:auto;
    padding: 5px;
  }

  .grid-item--height2 img{
    width:100%;
    height:auto;
    padding: 5px;
  }
  .grid-item img:hover{
      filter: none;
  }
  
  .isotope-pager .pager {
    display: inline-block;
  }
  .filters {
    width: 100%;
    text-align: center;
    padding-bottom: 35px;
    padding-top:20px;
    
  }
  
  .filters ul {
    background-color: transparent;
    font-size: 18px;
    text-align: center;
    color: #272927;
    margin-bottom: 30px;
  }
  
  .filters li {
    display: inline-block;
      padding: 10px 25px;
      font-size: 15px;
      font-weight: 600;
      cursor: pointer;
  }
  .filters li a{
    color: #9A521A;
    text-decoration: none;
  }
  .filters li a:hover{
    color:#C99E67;
  }
  
  
  .filters li.active a{
    color: #C99E67;

    
  }
  
  
  
  .isotope-pager a{
    margin: 6px 1px;
      display: inline-block;
      width: 50px;
      /* height: 60px; */
      line-height: 31px;
      color: #b6b6b6;
      font-weight: 600;
      transition: 0.3s;
      /* position: relative; */
      /* padding-right: 26px; */
      box-shadow: -1px 1px 11px rgba(0,0,0,.1);
      border-radius: 25px;
      background-color: #9A521A;
      border: .5px solid #C99E67;
    text-decoration:none;
  }
  
  .isotope-pager a:hover{
    color: #fff;
    border: .5px solid #C99E67;
    box-shadow: -1px 1px 10px 3px rgba(0,0,0,.1);
  }
  
  .isotope-pager .active{
    color: #C99E67 !important;
      box-shadow: -1px 1px 10px 5px rgba(0,0,0,.1);
      border-radius: 25px;
      background-color: #9A521A;
      border: 1px dotted #C99E67;
  }
  
  .isotope-pager .prev{
    border-radius: 30px 0 0 30px;
  }
  
  .isotope-pager .next{
    border-radius: 0 30px 30px 0;
  }
  
  .isotope-pager a::before,.isotope-pager a:after{
    content: "";
    position: absolute;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
  }
  .isotope-pager .num::before,.next::before{
    border-right: 20px solid #2c3e50;
    right: 100%;
  }
  
  .isotope-pager .num:after,.prev:after{
    border-right: 20px solid #f1f1f1;
    right: 0;
  }
  
  
  
  

  
  .grid-item:hover .overlay {
    opacity: 1;
  }