/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(images/loader-64x/Preloader_5.gif) center no-repeat #341c3d;
}


#portfolio {  
    margin: 1rem 0;
}
.tile { 
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;

}
.tile:hover { 

}

.scale-anm {
  transform: scale(1);
}




.tile img {
    max-width: 100%;
    width: 100%;
    height: auto;
  
}

.btn {
    font-family: Lato;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding: .5rem 1rem;
    margin: 6px 2px;
    height: auto;
    border: 2px solid;
    vertical-align: middle;
    -webkit-appearance: none;
    color: #969696;
    background-color: rgba(0, 0, 0, 0);
}

.btn:hover {
  text-decoration: none;
}

.btn:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.filter-active{
    background-color: transparent;
    border: 2px solid #d85b1f;
    color: #d85b1f;
}