/* Generated by less 2.2.0 */
@charset "UTF-8";
.Button {
  border: 1px solid #61aee4;
  font-size: 1rem;
  letter-spacing: .5px;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ButtonShape {
  border-radius: 10px;
  height: 55px;
  line-height: 52px;
  display: block;
}
.ButtonShapeMobile {
  border-radius: 7px;
  height: 42px;
  padding: 12px 8px 8px;
  width: 100%;
}
.ButtonHover {
  border: 1px solid #18405c;
  cursor: pointer;
  background: url(../images/bck-nav-main.png) repeat-x;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px black inset;
  -moz-box-shadow: 0 0 10px black inset;
  -ms-box-shadow: 0 0 10px black inset;
  -o-box-shadow: 0 0 10px black inset;
  box-shadow: 0 0 10px black inset;
}
.Transition-3s {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.Transition-7s {
  -webkit-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  -ms-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}
.work-filter {
  display: table;
  float: none;
  list-style: outside none none;
  margin: 0 auto 15px;
  padding: 0;
  width: auto;
}
.work-filter > li > a > span {
  font-family: "Orbitron";
  color: #61aee4;
  float: left;
  font-size: .85rem;
  letter-spacing: 0.3px;
  padding: 11px 15px 8px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.work-filter > li > a > span .grey {
  margin-left: -3px;
}
.work-filter > li > a:hover > span,
.work-filter > li > a.selected > span {
  border: 1px solid #18405c;
  cursor: pointer;
  background: url(../images/bck-nav-main.png) repeat-x;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px black inset;
  -moz-box-shadow: 0 0 10px black inset;
  -ms-box-shadow: 0 0 10px black inset;
  -o-box-shadow: 0 0 10px black inset;
  box-shadow: 0 0 10px black inset;
}
.project-cover {
  float: left;
}
.project-cover.button {
  float: none !important;
  margin: 0 auto;
  padding-top: 15px;
  clear: both;
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.hovereffect:hover .overlay {
  opacity: 1;
  filter: opacity(100);
}
.hovereffect:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-transform: grayscale(100%);
  -o-transform: grayscale(100%);
  filter: grayscale(100%);
}
.hovereffect:hover a.info {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -ms-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}
.hovereffect:hover h2,
.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translatey(0);
  -moz-transform: translatey(0);
  -ms-transform: translatey(0);
  -o-transform: translatey(0);
  transform: translatey(0);
}
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: .4;
  filter: opacity(40);
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}
.hovereffect h2 {
  font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif !important;
  text-align: center;
  position: relative;
  font-size: 1rem;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  transform: translatey(-100px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hovereffect h2 a:link,
.hovereffect h2 a:visited {
  display: block;
  padding: 13px 10px 10px;
  text-decoration: none;
  color: #61aee4;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hovereffect h2 a:hover {
  color: #ffffff;
}
.hovereffect a.info {
  font-family: "Orbitron";
  cursor: pointer;
  text-decoration: none;
  text-shadow: 1px 1px 1px #111111;
  border-radius: 5px;
  display: inline-block;
  text-transform: lowercase;
  border: 1px solid #ffffff !important;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 25px 0 0;
  padding: 10px 14px 7px;
}
.hovereffect a.info span.grey {
  margin-left: -3px;
}
.hovereffect a.info:hover {
  box-shadow: 0 0 5px #ffffff;
  letter-spacing: 2px;
}
/* <----------------------------------------> TABLET & DESKTOP ONLY <----------------------------------------> */
@media all and (max-width: 480px) {
  .project-cover {
    width: 100% !important;
  }
}
/* <------------------------------------> MOBILE & TABLET PORTRAIT ONLY <------------------------------------> */
@media all and (max-width: 767px) {
  .work-filter {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    overflow: hidden;
    max-width: 400px;
    width: 100%;
  }
  .work-filter li {
    border-bottom: 1px solid #ffffff;
    display: inherit;
    width: 100%;
  }
  .work-filter li:last-child {
    border-bottom: none;
  }
  .work-filter > li > a > span {
    width: 100%;
    border: 1px solid transparent;
  }
  .hovereffect h2,
  .hovereffect a.info {
    -webkit-transform: translatey(25px) !important;
    -mos-transform: translatey(25px) !important;
    -ms-transform: translatey(25px) !important;
    -o-transform: translatey(25px) !important;
    transform: translatey(25px) !important;
  }
  .hovereffect .overlay,
  .hovereffect a.info {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
/* <---------------------------------------------> TABLET ONLY <---------------------------------------------> */
@media all and (min-width: 481px) and (max-width: 767px) {
  .project-cover {
    width: 50% !important;
  }
}
/* <----------------------------------------> TABLET & DESKTOP ONLY <----------------------------------------> */
/* <-----------------------------------> TABLET LANDSCAPE & DESKTOP ONLY <-----------------------------------> */
@media all and (min-width: 768px) {
  .work-filter > li {
    float: left;
    margin: 0 2px;
  }
  .work-filter > li > a > span {
    border: 1px solid #ffffff;
    margin: 0 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .work-filter > li > a.selected span {
    border-color: #ffffff;
  }
}
/* <----------------------------------------> TABLET LANDSCAPE ONLY <----------------------------------------> */
@media all and (min-width: 768px) and (max-width: 937px) {
  .project-cover {
    width: 33.33333333% !important;
  }
  .hovereffect a.info {
    margin: 10px 0 0;
  }
}
/* <----------------------------------------> TABLET LANDSCAPE ONLY <----------------------------------------> */
@media all and (min-width: 938px) {
  .project-cover {
    width: 25% !important;
  }
}

/*# sourceMappingURL=gallery.css.map */