.item-position {
background-color: rgba(0, 0, 0, 0.5);
border-radius: 5px;
color: white;
display: block;
font-weight: 300;
position: absolute;
text-align: center;
text-transform: uppercase;
bottom: auto;
left: 2rem;
padding: 0px 11px;
right: auto;
top: 2rem;
padding-bottom: 0px;
padding-top: 0px;
} @media screen and (max-width: 480px) {
.simplefilter li, .sortandshuffle li {
margin-bottom:12px;
}
}
@media screen and (max-width: 480px) {
.item-desc {
display:none;
}
figure.snip1194 .img_tc_desc {
display:none;
}
figure.snip1144 i {
display:none;
}
}
@media screen and (max-width: 480px) {
.item-position {
top:2rem;
left:2rem;
padding:0px 9px;
}
}  .snip1352 {
margin:0px;
position: relative;
overflow: hidden;
width: 100%;
background: #000000;
}
.snip1352 img {
max-width: 100%;
vertical-align: top;
-webkit-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.snip1352:hover img,
.snip1352.hover img {
-webkit-transform: scale(1.12);
transform: scale(1.12);
opacity: 0.4;
}
.snip1352  i {
color:#00ADEF;
position: absolute;
top: 40%;
right: 42%;
font-size: 2em;
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);
}
.snip1352:hover i,
.snip1352.hover i {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
opacity: 0.7;
} figure.snip1194 {
margin:0px;
font-family: 'Raleway', Arial, sans-serif;
color: #fff;
position: relative;
overflow: hidden;
width: 100%;
background: #ffffff;
color: #000000;
text-align: center;
}
figure.snip1194 * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}
figure.snip1194 img {
opacity: 1;
width: 100%;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.snip1194 figcaption {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
}
figure.snip1194 .img_tc_title,
figure.snip1194 .img_tc_desc {
margin: 0;
position: absolute;
width: 100%;
left: 0;
opacity: 0;
}
figure.snip1194 .img_tc_title {
font-size:24px;
padding: 0 30px;
display: inline-block;
font-weight: 400;
text-transform: uppercase;
bottom: 50%;
-webkit-transform: translate3d(0%, -100%, 0);
transform: translate3d(0%, -100%, 0);
}
figure.snip1194 .img_tc_title span {
font-weight: 400;
}
figure.snip1194 .img_tc_desc {
font-size:12px;
top: 50%;
padding: 0 50px;
font-size: 0.8em;
font-weight: 500;
-webkit-transform: translate3d(0%, 100%, 0);
transform: translate3d(0%, 100%, 0);
}
figure.snip1194:hover img,
figure.snip1194.hover img {
opacity: 0.3;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
figure.snip1194:hover figcaption .img_tc_title,
figure.snip1194.hover figcaption .img_tc_title,
figure.snip1194:hover figcaption .img_tc_desc,
figure.snip1194.hover figcaption .img_tc_desc {
-webkit-transform: translate3d(0%, 0%, 0);
transform: translate3d(0%, 0%, 0);
}
figure.snip1194:hover figcaption .img_tc_title,
figure.snip1194.hover figcaption .img_tc_title {
opacity: 0.9;
}
figure.snip1194:hover figcaption .img_tc_desc,
figure.snip1194.hover figcaption .img_tc_desc {
opacity: 0.6;
}   figure.snip1144 {
margin:0px;
font-family: 'Raleway', Arial, sans-serif;
position: relative;
overflow: hidden;
width: 100%;
background: #000000;
text-align: left;
}
figure.snip1144 * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
figure.snip1144 img {
max-width: 100%;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
figure.snip1144 figcaption {
position: absolute;
top: 50%;
left: 0;
width: 100%;
-webkit-transform: translateY(-50%) scaleY(0);
transform: translateY(-50%) scaleY(0);
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
figure.snip1144 h3,
figure.snip1144 i {
background: #ffffff;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
line-height: 50px;
}
figure.snip1144 h3 {
margin: 0;
font-weight: 400;
padding-left: 25px;
padding-right: 25px;
text-transform: uppercase;
background-color: #000000;
color: rgba(255, 255, 255, 0);
}
figure.snip1144 h3 span {
font-weight: 800;
}
figure.snip1144 i {
position: absolute;
top: 50%;
right: -2px;
font-size: 24px;
color: #000000;
width: 50px;
height: 50px;
z-index: 1;
text-align: center;
-webkit-transform: translate(100%, -50%);
transform: translate(100%, -50%);
}
figure.snip1144.navy {
background-color: #2b3c4e;
}
figure.snip1144.navy i {
color: #222f3d;
}
figure.snip1144.navy h3 {
background-color: #222f3d;
}
figure.snip1144:hover img,
figure.snip1144.hover img {
opacity: 0.4;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
figure.snip1144:hover figcaption,
figure.snip1144.hover figcaption {
-webkit-transform: translateY(-50%) scaleY(1);
transform: translateY(-50%) scaleY(1);
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
figure.snip1144:hover h3,
figure.snip1144.hover h3,
figure.snip1144:hover h3 span,
figure.snip1144.hover h3 span {
color: #ffffff;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
figure.snip1144:hover i,
figure.snip1144.hover i {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
} .snipv12 {
margin:0px;
position: relative;
overflow: hidden;
width: 100%;
background: #000000;
}
.snipv12 .portfolio_thumbnail {
max-width: 100%;
vertical-align: top;
-webkit-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.snipv12 .portfolio_thumbnail,
.snipv12 .portfolio_thumbnail {
-webkit-transform: scale(1.12);
transform: scale(1.12);
opacity: 0.5;
}
.snipv12  i {
color:#00ADEF;
position: absolute;
top: 45%;
right: 45%;
font-size: 30px;
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);
}
.snipv12 i,
.snipv12 i {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
opacity:1;
}