@charset "UTF-8";
/* @import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css); */

.snip1252 {
  color: #fff;
  position: relative;
  margin: 10px;
  min-width: 310px -60px;
  max-width: 310px;
  width: 100%;
  color: #ffffff;
  text-align: left;
  background-color: #000000;
  font-size: 16px;
}
.snip1252 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.snip1252 img {
  max-width: 100%;
  vertical-align: top;
}
.snip1252 i {
  position: absolute;
  bottom: 0px;
  right: 15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-size: 3em;
  line-height: 1em;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.6, -0.8, 0.735, 0.045);
  transition: all 0.4s cubic-bezier(0.6, -0.8, 0.735, 0.045);
}
.snip1252 a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: block;
}
.snip1252 a:before,
.snip1252 a:after {
  width: 1px;
  height: 0;
  background-color: #ffffff;
}
.snip1252 a:before {
  right: 0;
  top: 0;
}
.snip1252 a:after {
  left: 0;
  bottom: 0;
}
.snip1252:before,
.snip1252:after,
.snip1252 a:before,
.snip1252 a:after {
  position: absolute;
  content: '';
  background-color: #ffffff;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0.8;
}
.snip1252:before,
.snip1252:after {
  height: 1px;
  width: 0%;
}
.snip1252:before {
  top: 0;
  left: 0;
}
.snip1252:after {
  bottom: 0;
  right: 0;
}
.snip1252:hover img,
.snip1252.hover img {
  opacity: 0.25;
}
.snip1252:hover a:before,
.snip1252.hover a:before,
.snip1252:hover a:after,
.snip1252.hover a:after {
  height: 100%;
}
.snip1252:hover i,
.snip1252.hover i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 0.7;
}
.snip1252:hover:before,
.snip1252.hover:before,
.snip1252:hover:after,
.snip1252.hover:after {
  width: 100%;
}
.snip1252:hover:before,
.snip1252.hover:before,
.snip1252:hover:after,
.snip1252.hover:after,
.snip1252:hover a:before,
.snip1252.hover a:before,
.snip1252:hover a:after,
.snip1252.hover a:after {
  opacity: 0.1;
}


figure.hover-parent {
  width: 250px;
  height: 175px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
figcaption.hover-mask {
  width: 250px;
  height: 175px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 30px;
}

figcaption.hover-mask {
  opacity: 1;
  transition:all 0.6s ease;
  transform: scale(0);
}
figure.hover-parent:hover .hover-mask {
  transform: scale(1);
}

artical figure {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: #000;
}
.hvreff {
    color: #fff;
}
.hvreff figure:after {
    position: absolute;
    border: solid 2px #fff;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transform: scale(1.0, 1.0);
    transition: all .3s ease-out;
}
.hvreff figure:hover:after {
    opacity: 1;
    transform: scale(0.86, 0.72);
}
.hvreff figcaption {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1em;
    font-size: 20px;
    opacity: 0;
    transition: all .3s ease-out .2s;
}
.hvreff figure:hover figcaption {
    opacity: 1;
  color: #fff;
}
.hvreff figure img {
    transition: all .8s ease-out;
}
.hvreff figure:hover img {
    opacity: .4;
    transform: scale(1.3);
}

/*@media screen and (min-width: 991px) {*/
  
nav#mainnav {
  background-color: transparent;
  -webkit-transition: all 2000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 2000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 2000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 2000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1)
}

nav#mainnav.headmove {
  background: rgba(0,0,0,0.5);
  transition: all .3s ease-out .2s;
  -webkit-transition: all 2000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 2000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 2000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 2000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1)
}
ul#menu.headmove li a {
  color: #eee;
  transition: all .3s ease-out .2s;
}
ul#menu.headmove li a:hover {
  color: #DEEEFF;
}

/*}*/
