section#about p {
    text-align: left;
}
    div.spotlight:before{
        background-color: #000;
        background-image: url("../../images/banner_gallery.jpg");
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: bottom;
    }

    div.spotlight::after
    {
        background-color: rgba(0,0,0,0.1);
        content: '';
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

/* GALLERY */  
  #filter {
      margin-bottom: 50px !important;
      margin-top: 37px !important;
      display: inline-block !important;
  }
  #filter  li{
      margin-bottom: 30px !important;
      margin-right: 10px !important;
      border-radius:0!important;
      background:none!important;
      padding:0!important;
      box-shadow: none!important;
      padding-right: 0!important;
      padding-left: 0!important;
      padding-top:0!important;
  
  
      float:left;
      list-style:none;
  }
  #filter  li:last-child{
      margin-right: 0;
  }
  #filter li a {
      text-decoration: none;
      text-transform: uppercase;
      color: #999495;
      font-size: 13px;
      text-align: center;
      font-weight: 700;
      border-radius: 4px;
      padding: 10px;
      background: #FFF;
      box-shadow: 0px 2px 0px 0px #CCC;
      padding-right: 18px;
      padding-left: 18px;
      padding-top: 11px;
      border: 1px solid #CCC;
      border-bottom: none;
  }
  
  #filter .selected,
  #filter .current {
      background: #585c5c;
      border-color: #000;
      color: rgb(226, 222, 222);
  }

section#gallery:before{
    /*background-image: url("images/pic02.jpg");*/
    background-color: #000;
}

    .portfolio_block {
        width: 100%;
        /*margin-top: 100px;*/
        margin-bottom: 50px;
    }

    .product-thumb {
        z-index: 1;
        position: relative;
        text-decoration: none !important;
        display: block;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        text-align: center;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
        box-shadow: 0 1px 1px rgba(0,0,0,0.2);
        -webkit-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
        margin-bottom: 10px;
        margin-right: 20px;
    }

    .product-thumb img {
        width: 350px;
    }

    .product-header {
        position: relative;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

    @media screen and (max-width:1024px) {
        .product-thumb img {
            width: 292px;
        }
    }

    @media screen and (max-width:768px) {
        .product-thumb img {
            width: 337px;
        }
    }

    @media screen and (max-width:667px) {
        .portfolio_block {
            margin-left: 10px;
        }
        .product-thumb img {
            width: 295px;
        }
    }

    @media screen and (max-width:640px) {
        .portfolio_block {
            margin-left: 10px;
        }
        .product-thumb img {
            width: 280px;
        }
    }

    @media screen and (max-width:480px) {
        #options button.btn.btn-default {
            font-size: 12px;
        }
        .portfolio_block {
            margin-left: 2px;
        }
        .product-thumb img {
            width: 339px;
        }
    }

    @media screen and (max-width:320px) {
        #options button.btn.btn-default {
            font-size: 12px;
            padding: 8px;
        }
        .portfolio_block {
            margin-left: 2px;
        }
        .product-thumb img {
            width: 288px;
        }
    }

    .isotope.no-transition,
    .isotope.no-transition .isotope-item,
    .isotope .isotope-item.no-transition {
      -webkit-transition-duration: 0s;
         -moz-transition-duration: 0s;
          -ms-transition-duration: 0s;
           -o-transition-duration: 0s;
              transition-duration: 0s;
    }

div#photoModal {
    z-index: 999999;
}

div#photoModal .modal-dialog:hover .close{
    opacity: 0.5;
}

div#photoModal .modal-body {
    background-color: black;
    padding: 0;
}
.modal-header {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    border: none;
    color: #fff;
}

div#photoModal .modal-body img {
    width: 100%;
    height: auto;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
    .modal-dialog {
        top: 10%;
    }

    div#photoModal button.close:before {
        content: '';
        display: block;
        position: absolute;
        right: 16px;
        top: 16px;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        box-shadow: inset 0 0 0 2px #fff;
        background: url(images/poptrox-closer.svg) center center;
        color: #ffffff !important;
    }

    div#photoModal button.close {
        -moz-transition: opacity 0.2s ease-in-out;
        -webkit-transition: opacity 0.2s ease-in-out;
        -ms-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out;
        position: absolute;
        top: 0;
        right: 0;
        width: 71px;
        height: 67px;
        z-index: 2;
        opacity: 0;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        font-weight: normal;
        font-size: 1.2em;
        font-family: arial;
    }

    .modal-footer {
        padding: 5px;
        text-align: center;
    }