

/* line 8, ../sass/demo.scss */
* {
  box-sizing: border-box;
}

/* line 12, ../sass/demo.scss */
a {
  color: #4ab19a;
}

/* line 16, ../sass/demo.scss */
.clear {
  clear: both;
  float: none;
  width: 100%;
}

/* line 22, ../sass/demo.scss */

/* line 32, ../sass/demo.scss */
.container .gallery a img {
  float: left;
  width: 100%;
  height: auto;
  border: 0px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}
/* line 46, ../sass/demo.scss */
.container .gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}
/* line 57, ../sass/demo.scss */
.container .gallery a.big img {
  width: 40%;
}

/* line 65, ../sass/demo.scss */
.align-center {
  text-align: center;
}

.container .gallery1 a img {
  float: left;
  width: 100%;
  height: auto;
  border: 0px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}
/* line 46, ../sass/demo.scss */
.container .gallery1 a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}
/* line 57, ../sass/demo.scss */
.container .gallery1 a.big img {
  width: 40%;
}














.box321{
    font-family: 'Cabin', sans-serif;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}
.box321:hover{ box-shadow: 0px 30px 40px 0px rgba(0,0,0,0.6); }
.box321:before{
    content: '';
    background: #4cd137;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    transform: skew(-45deg) translateX(150%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.box321:hover:before{ transform: skew(-45deg) translateX(0); }
.box321 img{
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 0.3s ease 0s;
}
.box321:hover img{
    transform: scale(1.2);
    filter: grayscale(0.7) blur(2px);
}
.box321 .box-content{
    color: #fff;
    text-align: center;
    width: 100%;
    opacity: 0;
    transform: translate(-50%, -50%) rotate(180deg);
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 1;
    transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.box321:hover .box-content{
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg);
    left: 50%;
    transition: all 500ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.box321 .title{
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
    margin: 0 0 7px;
}
.box321 .post{
    font-size: 16px;
    font-style: italic;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 13px;
    display: block;
}
.box321 .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.box321 .icon li {
    margin: 0 4px 0% 44%;
    display: inline-block;
    padding: 3% 0%;
}
.box321 .icon li a{
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    width: 35px;
    border: 2px solid #fff;
    border-radius: 50% 50% 0 0;
    display: block;
    transition: all 0.3s;
}
.box321 .icon li a:hover{
    background: #009432;
    box-shadow: 0 0 10px #fff;
}
@media only screen and (max-width:990px){
    .box321{ margin-bottom: 30px; }
}
@media only screen and (max-width:479px){
    .box321 .title{ font-size: 20px; }
}


.box312{
    font-family: 'Cabin', sans-serif;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}
.box312:hover{ box-shadow: 0px 30px 40px 0px rgba(0,0,0,0.6); }
.box312:before{
    content: '';
    background: #4cd137;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    transform: skew(-45deg) translateX(150%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.box312:hover:before{ transform: skew(-45deg) translateX(0); }
.box312 img{
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 0.3s ease 0s;
}
.box312:hover img{
    transform: scale(1.2);
    filter: grayscale(0.7) blur(2px);
}
.box312 .box-content{
    color: #fff;
    text-align: center;
    width: 100%;
    opacity: 0;
    transform: translate(-50%, -50%) rotate(180deg);
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 1;
    transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.box312:hover .box-content{
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg);
    left: 50%;
    transition: all 500ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.box312 .title{
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
    margin: 0 0 7px;
}
.box312 .post{
    font-size: 16px;
    font-style: italic;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 13px;
    display: block;
}
.box312 .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.box312 .icon li {
    margin: 0 4px 0% 48%;
    display: inline-block;
    padding: 3% 0%;
}
.box312 .icon li a{
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    width: 35px;
    border: 2px solid #fff;
    border-radius: 50% 50% 0 0;
    display: block;
    transition: all 0.3s;
}
.box312 .icon li a:hover{
    background: #009432;
    box-shadow: 0 0 10px #fff;
}
@media only screen and (max-width:990px){
    .box312{ margin-bottom: 30px; }
}
@media only screen and (max-width:479px){
    .box312 .title{ font-size: 20px; }
}