@charset "UTF-8";
.clearfix::after {
content: "";
clear: both;
display: table;
}
.portfolio-container {
width: 1080px;
max-width: 100%;
margin: 60px auto;
padding: 0 15px;
}
.clearfix:before,
.clearfix:after {
content: "";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
zoom: 1;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.column-1 {
width: 100%;
float: left;
}
.column-2 {
width: calc(100% / 2);
float: left;
}
.column-2of3 {
width: 66.66667%;
}
.column-3 {
width: calc(100% / 3);
float: left;
}
.column-4 {
width: calc(100% / 4);
float: left;
}
.column-5 {
width: calc(100% / 5);
float: left;
}
.column-6 {
width: calc(100% / 6);
float: left;
}
.column-7 {
width: calc(100% / 7);
float: left;
}
.column-8 {
width: calc(100% / 8);
float: left;
}
.blog-content .blog__content h3 {
margin: 0;
}
.blog-content a {
text-decoration: none;
}
.blog-full-image-style ul.fact-list li,
.blog-card-style ul.fact-list li {
margin-left: 0;
margin-top: 0;
font-size: 18px;
} .blog-full-image-style h3 {
margin: 0;
font-size: 22px;
line-height: 1.2;
}
.blog-full-image-style h3 a {
text-decoration: none;
}
.blog-full-image-style .caption-inside {
position: absolute;
left: 0;
right: 0;
top: 50%;
transform: translateY(-50%);
z-index: 2;
padding: 50px;
}
.blog-full-image-style .blog__content {
text-align: center;
}
.blog-post-item .categories,
.justify-item .categories {
display: flex;
justify-content: center;
row-gap: 5px;
column-gap: 5px;
flex-wrap: wrap;
margin-bottom: 10px;
}
.blog-post-item .categories a,
.justify-item .categories a {
font-size: 15px;
padding: 6px 15px;
border-radius: 5px;
background-color: #585ae6;
color: #ffffff;
transition: all .3s;
}
.blog-post-item .categories a:hover,
.justify-item .categories a:hover {
background-color: #585ae6;
color: #ffffff;
transition: all .3s;
}
.blog-full-image-style .caption-inside .title-blog {
margin-bottom: 10px;
}
.blog-full-image-style .caption-inside span.date {
font-size: 15px;
font-weight: 400;
}
[class^="blog-post"].port-main-wrapper {
position: relative;
}
[class^="blog-post"] .swiper-button-next,
[class^="blog-post"] .swiper-button-prev {
background-image: none;
width: 50px;
}
[class^="blog-post"] .swiper-button-next:after,
[class^="blog-post"] .swiper-button-prev:after {
font-size: 18px;
width: 40px;
height: 40px;
background: #ffffff;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
opacity: 0.8;
color: #191970;
transition: all .3s ease;
}
[class^="blog-post"] .swiper-button-next:hover:after,
[class^="blog-post"] .swiper-button-prev:hover:after {
opacity: 1;
transition: all .3s ease;
}
[class^="blog-post"].swiper-container.has-pagination .portfolio-block-item {
margin-bottom: 0;
}
[class^="blog-post"].swiper-container.has-pagination {
margin-bottom: 50px;
}
[class^="blog-post"] .swiper-pagination-bullet-active {
background: #191970;
}
.blog-full-image-style ul.fact-list {
list-style-type: none;
margin: 0;
padding: 0;
margin-top: 15px;
}
.navigation-paging.pagination.pagination-page-template .post-navigation {
display: inline-block;
} .blog-card-style .blog__content {
padding: 30px 0;
text-align: center;
border-left: 1px solid #e2e9ed;
border-bottom: 1px solid #e2e9ed;
border-right: 1px solid #e2e9ed;
background-color: #fff;
}
.blog-card-style .blog__content h3 {
margin: 0;
font-size: 20px;
color: #000000;
}
.blog-card-style .blog__content h3 a {
text-decoration: none;
color: #000000;
}
.blog-card-style .blog__content .fact-list {
list-style: none;
margin-bottom: 0;
margin-left: 0;
padding-left: 0;
}
.blog-card-style .caption-inside {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 2;
}
.blog-card-style .caption-inside .blog__content {
padding: 0 0;
text-align: center;
border-left: 0 solid #e2e9ed;
border-bottom: 0 solid #e2e9ed;
border-right: 0 solid #e2e9ed;
background-color: transparent;
}
.blog-card-style .caption-inside .blog__content a {
color: #ffffff;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
}
.blog-card-style .caption-inside .blog__content a > i {
padding: 40px;
border-radius: 50%;
border: 2px solid;
font-size: 38px;
} .unique-hiji a {
text-decoration: none;
}
.unique-hiji .btn-read-more a {
position: relative;
padding-bottom: 5px;
display: inline-block;
color: #ffffff;
}
.unique-hiji .btn-read-more a:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 0%;
height: 2px;
background: #fff;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.unique-hiji .btn-read-more a:hover:after {
width: 100%;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.unique-hiji .person-title {
margin: 0;
margin-bottom: 5px;
}
.unique-hiji.container {
width: 100%;
}
.unique-hiji.container.container-selected {
position: fixed;
top: 0;
bottom: 0;
right: 0;
z-index: 9999;
}
.unique-hiji .header {
width: 100%;
text-align: center;
margin-bottom: 45px;
overflow: hidden;
transition: 0.45s ease 0.05s;
max-height: 70px;
}
.unique-hiji .header-title {
width: 100%;
font-size: 3.3em;
color: #fbf9bd;
margin-bottom: 15px;
}
.unique-hiji .team-container {
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
height: auto;
}
.unique-hiji .person {
cursor: pointer;
overflow: hidden;
transition: 0.45s;
position: relative;
}
.unique-hiji .person-details {
padding: 0 20px;
box-sizing: border-box;
margin-top: -25px;
transition: 0.3s;
}
.unique-hiji .person-img {
width: 100%;
}
.unique-hiji .person-title {
color: #000000;
font-size: 1.9em;
}
.unique-hiji .person-desc {
color: #000000;
margin-top: 5px;
text-transform: capitalize;
font-size: 16px;
}
.unique-hiji .person-list {
width: 100%;
}
.unique-hiji .person-list:hover .person {
opacity: 0.6;
}
.unique-hiji .person:hover {
opacity: 1 !important;
}
.unique-hiji .person:before {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
background: #ffffff;
content: "";
height: 0px;
transition: 0.45s;
}
.unique-hiji .person:after {
content: "\f060";
font-family: "Font Awesome 5 Free";
font-style: normal;
font-variant: normal;
text-rendering: auto;
font-weight: 900;
font-size: 36px;
color: #282828;
position: absolute;
width: 100%;
top: 0;
height: 100%;
display: flex;
opacity: 0;
visibility: hidden;
transition: 0.3s;
text-align: center;
flex-wrap: wrap;
align-items: center;
justify-content: center;
left: 0;
flex-direction: column;
}
.unique-hiji.container-selected .header {
max-height: 0px;
}
.unique-hiji.container-selected .person {
opacity: 0 !important;
pointer-events: none;
}
.unique-hiji.container-selected .person-list .person-selected {
opacity: 1 !important;
}
.unique-hiji.container-selected .person-list .person-selected:before {
height: 100%;
}
.unique-hiji.container-selected .person-list .person-selected .person-details {
margin-top: -40px;
opacity: 0;
}
.unique-hiji .team-detail {
position: absolute;
width: calc(100% - 100px);
right: 80px;
top: 0;
height: 100%;
color: #fff;
transition: 0.15s;
opacity: 0;
visibility: hidden;
box-sizing: border-box;
}
.unique-hiji .team-detail-bio-content p {
margin-bottom: 15px;
line-height: 25px;
font-size: 16px;
}
.unique-hiji .team-detail-header {
margin-bottom: 15px;
}
.unique-hiji .team-detail-inner {
min-height: 100%;
display: flex;
flex-wrap: wrap;
}
.unique-hiji .team-detail-left {
position: relative;
width: 650px;
min-height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: top;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.unique-hiji .team-detail-left:before {
width: 100%;
height: 100%;
content: "";
background: rgba(40, 40, 40, 0.8);
position: absolute;
right: 0;
top: 0;
}
.unique-hiji .team-detail-left:after {
width: 100%;
height: 100%;
content: "";
background: linear-gradient(to right, rgba(40, 40, 40, 0) 9%, rgba(40, 40, 40, 0) 10%, rgba(40, 40, 40, 0) 38%, #282828 92%, #282828 100%);
position: absolute;
right: 0;
top: 0;
}
.unique-hiji .team-detail-photo {
position: relative;
text-align: center;
z-index: 999;
width: 100%;
font-size: 0px;
}
.unique-hiji .team-detail-photo img {
max-width: 100%;
box-shadow: 0 10px 22px rgba(0, 0, 0, 0.3);
}
.unique-hiji .team-detail-right {
box-sizing: border-box;
width: calc(100% - 650px);
min-height: 100%;
display: flex;
align-items: center;
padding-right: 10%;
position: relative;
right: 0;
flex-wrap: wrap;
background-color: #282828;
}
.unique-hiji .team-detail-right .person-title {
font-size: 2.2em;
color: #ffffff;
}
.unique-hiji .team-detail-right .person-desc {
color: #ffffff;
}
.unique-hiji.container-ready .team-detail {
transition: 0.45s ease 0.3s;
opacity: 1;
right: 0;
visibility: visible;
}
.unique-hiji.container-ready .team-detail img {
width: 75%;
margin: auto;
}
.unique-hiji.container-ready .team-container {
height: 0px;
overflow: hidden;
}
.unique-hiji.container-ready .person-selected {
left: 0px !important;
top: 0px !important;
z-index: 99;
height: 100% !important;
width: 100px !important;
pointer-events: auto;
}
.unique-hiji.container-ready .person-selected:after {
opacity: 1;
visibility: visible;
}
.unique-hiji .person-back:before {
height: 0px !important;
}
.unique-hiji .person-back .person-details {
margin-top: -15px !important;
transition-delay: 0.35s;
opacity: 1 !important;
}
.unique-hiji .social {
margin-top: 15px;
display: flex;
}
.unique-hiji .social a {
color: #191971;
font-size: 18px;
margin-right: 10px;
display: flex;
align-items: center;
justify-content: center;
justify-items: center;
width: 40px;
height: 40px;
background-color: #e2e2e2;
border-radius: 50%;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.unique-hiji .social a:hover {
color: #e2e2e2;
background-color: #191971;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.unique-hiji .social a:last-child {
margin-right: 0;
}
@media (max-width: 1200px) {
.unique-hiji .team-detail-left {
width: 400px;
padding: 0 40px;
box-sizing: border-box;
}
.unique-hiji .team-detail-right {
padding-right: 0;
width: calc(100% - 440px);
}
.unique-hiji .person .person-title {
font-size: 1.7em;
}
.unique-hiji .person-details {
padding: 0 10px;
}
}
@media (max-width: 970px) {
.unique-hiji .team-detail-left {
width: 100%;
padding: 50px 50px 30px 50px;
}
.unique-hiji .team-detail-left:after {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #212121 83%, #282828 100%);
}
.unique-hiji .team-detail-right {
padding: 0 50px;
padding-bottom: 40px;
width: 100%;
}
.unique-hiji .team-detail-header {
text-align: center;
}
.unique-hiji.container-ready .person-selected {
width: 50px !important;
}
.unique-hiji .team-detail {
width: calc(100% - 50px);
}
}
@media (max-width: 480px) {
.unique-hiji .header {
margin-top: 50px;
}
.unique-hiji.container.container-selected {
position: absolute;
top: 0;
bottom: 0;
right: 0;
z-index: 999999;
}
.unique-hiji .team-detail-right {
align-items: unset;
}
.unique-hiji.container-ready .team-detail img {
width: unset;
}
.unique-hiji .person .person-title {
font-size: 1.5em;
}
.single-portfolio-style-1 .gap-12 {
grid-gap: 0;
gap: 0;
}
} .unique-dua * {
box-sizing: border-box;
transform-origin: 50% 50%;
}
.unique-dua a {
color: inherit;
text-decoration: none;
border-bottom: 0.75vw solid;
}
.unique-dua h1 {
margin: 0;
text-align: center;
font-size: calc(10px + 0.5vw);
margin-bottom: 10px;
}
.unique-dua span {
margin: 0;
text-align: center;
font-size: calc(5px + 0.5vw);
display: block;
}
.unique-dua h2 {
font-size: 6vw;
color: magenta;
text-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}
.unique-dua .defilee__main {
position: relative;
margin: 0 auto;
}
.unique-dua .defilee__outer {
width: 100%;
height: calc(100vh - 100px);
max-height: calc(100vh - 100px);
display: flex;
flex-direction: column;
justify-content: center;
perspective: 0.5px;
transform-style: preserve-3d;
overflow: hidden;
}
.unique-dua .defilee__ctnr {
transform-style: preserve-3d;
display: inline-flex;
align-items: center;
margin: 0 auto;
}
.unique-dua .defilee__div {
position: relative;
transform: translateZ(-0.1px) scale(1.4) translateX(30px) translateY(5vh);
}
.unique-dua .defilee__div:not(.defilee__div--text) {
width: 25vw;
background: white;
padding: 1vw;
border-radius: 4px;
box-shadow: 0 10px 40px -10px rgb(0 0 0 / 0.2);
}
.unique-dua .defilee__div--text {
margin: 0 0 0 10vw;
transform: translateZ(-0.25px) scale(1.4) translateX(60px) translateY(-5vh);
animation: zoom infinite 1s;
}
.unique-dua .defilee__div--special {
transform: translateZ(-0.2px) scale(1.4) translateX(30px) translateY(20vh);
}
.unique-dua .defilee__div--special1 {
transform: translateZ(-0.25px) scale(1.4) translateX(-0.3vw) translateY(0);
}
.unique-dua .defilee__div--special1 ~ .unique-dua .defilee__div--special1 {
transform: translateZ(-0.25px) scale(1.4) translateX(-0.4vw) translateY(10vh);
}
.unique-dua .defilee__div--special2 {
transform: translateZ(-0.3px) scale(1.5) translateX(-0.5vw) translateY(-5vh);
}
.unique-dua .defilee__div--special3 {
transform: translateZ(-0.5px) scale(1.5) translateX(-30px) translateY(-30vh);
}
.unique-dua .defilee__div--special4 {
transform: translateZ(-0.65px) scale(2) translateX(30px) translateY(0);
}
.unique-dua .defilee__ctnr {
transform: translate3d(-10%, 0, 0);
will-change: transform;
animation: slide 25s 0.7s linear infinite;
}
@keyframes slide {
100% {
transform: translate3d(-60%, 0, 0);
}
}
.unique-dua .defilee__div--special1.first {
animation: vertical infinite 5s -2s;
}
@keyframes vertical {
50% {
transform: translateZ(-0.25px) scale(1.6) translateX(-0.3vw)
translateY(-5vh);
}
}
@keyframes zoom {
50% {
transform: translateZ(-0.25px) scale(1.5) translateX(60px) translateY(-5vh);
}
}
.unique-dua img {
width: 100%;
margin-bottom: 0.75vw;
transition: all 1.2s;
}
.unique-dua div:nth-child(3n + 1) > img {
transition: all 1.2s;
} .unique-tilu.container {
width: 100% !important;
max-width: 100% !important;
display: flex;
justify-content: center;
align-items: center;
background-color: #fff;
flex-direction: column;
}
.unique-tilu .title {
font-size: 38px;
color: #616161;
font-style: italic;
font-weight: 800;
}
.unique-tilu .timeline {
width: 100%;
background-color: #fff;
box-shadow: 0 5px 25px 5px rgba(0, 0, 0, .2);
}
.unique-tilu .timeline .swiper-container {
height: 1000px;
width: 100%;
position: relative;
max-height: 100%;
}
.unique-tilu .timeline .swiper-wrapper {
transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.unique-tilu .timeline .swiper-slide {
position: relative;
color: #fff;
overflow: hidden;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.unique-tilu .timeline .swiper-slide::after {
content: "";
position: absolute;
z-index: 1;
left: -115%;
bottom: -10%;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, .7);
box-shadow: -230px 0 150px 39vw rgba(0, 0, 0, 0.7);
}
.unique-tilu .timeline .swiper-slide-content {
position: absolute;
text-align: center;
width: 80%;
max-width: 600px;
right: 50%;
top: 50%;
transform: translate(50%, -50%);
font-size: 12px;
z-index: 2;
}
.unique-tilu .timeline .swiper-slide .timeline-year {
display: block;
font-style: italic;
font-size: 12px;
margin-bottom: 20px;
transform: translate3d(20px, 0, 0);
color: #ffffff;
font-weight: 300;
opacity: 0;
transition: 0.2s ease 0.4s;
}
.unique-tilu .timeline .swiper-slide .timeline-title {
font-weight: 800;
font-size: 34px;
margin: 0 0 30px;
opacity: 0;
transform: translate3d(20px, 0, 0);
transition: 0.2s ease 0.5s;
}
.unique-tilu .timeline .swiper-slide .timeline-text {
line-height: 1.6;
opacity: 0;
transform: translate3d(20px, 0, 0);
transition: 0.2s ease 0.6s;
font-size: 15px;
}
.unique-tilu .timeline .swiper-slide-active .timeline-year {
opacity: 1;
transform: translate3d(0, 0, 0);
transition: 0.4s ease 1.6s;
}
.unique-tilu .timeline .swiper-slide-active .timeline-title {
opacity: 1;
transform: translate3d(0, 0, 0);
transition: 0.4s ease 1.7s;
}
.unique-tilu .timeline .swiper-slide-active .timeline-text {
opacity: 1;
transform: translate3d(0, 0, 0);
transition: 0.4s ease 1.8s;
}
.unique-tilu .timeline .swiper-pagination {
right: 15% !important;
height: 100%;
display: none;
flex-direction: column;
justify-content: center;
font-style: italic;
font-weight: 300;
font-size: 18px;
z-index: 1;
}
.unique-tilu .timeline .swiper-pagination::before {
content: "";
position: absolute;
right: -30px;
top: 0;
height: 100%;
width: 1px;
background-color: rgba(255, 255, 255, .2);
}
.unique-tilu .timeline .swiper-pagination-bullet {
width: 120px;
height: auto;
text-align: left;
opacity: 1;
background: transparent;
color: #aaaaaa;
margin: 15px 0 !important;
position: relative;
font-size: 16px;
font-weight: 700;
font-style: normal;
outline: 0;
}
.unique-tilu .timeline .swiper-pagination-bullet::before {
content: "";
position: absolute;
top: 50%;
left: -55px;
width: 35px;
height: 2px;
background-color: #191970;
transform: scale(0) translateY(-50%);
transition: 0.2s;
}
.unique-tilu .timeline .swiper-pagination-bullet-active {
color: #ffffff;
font-size: 20px;
font-weight: 700;
font-style: normal;
}
.unique-tilu .timeline .swiper-pagination-bullet-active::before {
transform: scale(1) translateY(-50%);
}
.unique-tilu .timeline .swiper-button-next, .unique-tilu .timeline .swiper-button-prev {
background-size: 20px 20px;
top: 15%;
width: 20px;
height: 20px;
margin-top: 0;
z-index: 2;
transition: 0.2s;
color: #fff;
background-image: none;
}
.swiper-button-next:after, .swiper-button-prev:after {
font-size: 30px;
}
.unique-tilu .timeline .swiper-button-prev {
left: 8%;
}
.unique-tilu .timeline .swiper-button-prev:hover {
transform: translateX(-3px);
}
.unique-tilu .timeline .swiper-button-next {
right: 8%;
}
.unique-tilu .timeline .swiper-button-next:hover {
transform: translateX(3px);
}
.unique-tilu .swiper-button-next:after,
.unique-tilu .swiper-button-prev:after {
font-size: 30px;
}
@media screen and (min-width: 768px) {
.unique-tilu .timeline .swiper-slide::after {
left: -30%;
bottom: -8%;
width: 500px;
height: 50%;
box-shadow: -230px 0 150px 39vw rgba(0, 0, 0, 0.7);
}
.unique-tilu .timeline .swiper-slide-content {
left: 30%;
top: 50%;
transform: translateY(-50%);
width: 600px;
font-size: 11px;
text-align: left;
}
.unique-tilu .timeline .swiper-slide .timeline-year {
margin-bottom: 20px;
font-size: 12px;
font-weight: 400;
font-style: italic;
}
.unique-tilu .timeline .swiper-slide .timeline-title {
font-size: 46px;
margin: 0;
margin-bottom: 20px;
line-height: 55px;
}
.unique-tilu .timeline .swiper-pagination {
display: flex;
left: 5%;
right: unset!important;
}
.unique-tilu .timeline .swiper-button-prev {
top: 15%;
left: auto;
right: 15%;
transform: rotate(90deg) translate(0, 10px);
}
.unique-tilu .timeline .swiper-button-prev:hover {
transform: rotate(90deg) translate(-3px, 10px);
}
.unique-tilu .timeline .swiper-button-next {
top: auto;
bottom: 15%;
right: 15%;
transform: rotate(90deg) translate(0, 10px);
}
.unique-tilu .timeline .swiper-button-next:hover {
transform: rotate(90deg) translate(3px, 10px);
}
.unique-tilu .timeline .swiper-button-next {
bottom: 12%;
left: 9%;
top: unset;
}
.unique-tilu .timeline .swiper-button-prev {
bottom: 16%;
left: 9%;
top: unset;
transform: rotate(90deg) translate(0, 10px);
}
}
@media screen and (min-width: 1024px) {
.unique-tilu .timeline .swiper-slide::after {
left: -20%;
bottom: -12%;
width: 500px;
height: 50%;
box-shadow: -230px 0 150px 39vw rgba(0, 0, 0, 0.7);
}
.unique-tilu .timeline .swiper-slide-content {
left: 27%;
}
.unique-tilu .timeline .swiper-pagination {
left: 7%;
}
}
@media screen and (min-width: 1140px) {
.unique-tilu .timeline .swiper-slide-content {
left: 22%;
}
.unique-tilu .timeline .swiper-pagination {
left: 8%;
}
}
@media screen and (min-width: 1280px) {
.unique-tilu .timeline .swiper-slide-content {
left: 22%;
}
.unique-tilu .timeline .swiper-pagination {
left: 8%;
}
}
@media screen and (min-width: 1440px) {
.unique-tilu .timeline .swiper-slide-content {
left: 19%;
}
.unique-tilu .timeline .swiper-pagination::before {
right: -40px;
}
}  .unique-lima .porfolio-unique-5 li:after,
.unique-lima .team-nav:after {
content: "";
display: table;
clear: both;
}
.unique-lima h3 {
font-size: 40px;
margin-top: 0;
font-weight: 300;
}
.unique-lima .porfolio-unique-5-wrapper {
background: #e4e8eb;
min-height: 1px;
position: relative;
}
.unique-lima .porfolio-unique-5 {
position: relative;
width: 100%;
height: 100%;
min-height: 1px;
list-style: none;
margin: 0;
padding: 0;
}
.unique-lima .porfolio-unique-5 li {
position: absolute;
left: 0;
top: 0;
width: 100%;
} .unique-lima .porfolio-unique-5-item {
visibility: hidden;
overflow: hidden;
z-index: 0;
margin: 0;
}
.unique-lima .porfolio-unique-5-item .porfolio-unique-5-content {
-webkit-transition: 0.6s ease;
transition: 0.6s ease;
-webkit-transform: translate3d(60%, 0, 0);
transform: translate3d(60%, 0, 0);
}
.unique-lima .porfolio-unique-5-item .tl-image {
-webkit-transition: 0.6s ease;
transition: 0.6s ease;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
.unique-lima .porfolio-unique-5-item.tl-active {
visibility: visible;
z-index: 0;
}
.unique-lima .porfolio-unique-5-item.tl-active .porfolio-unique-5-content {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.unique-lima .porfolio-unique-5-item.tl-active .tl-image {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.unique-lima .tl-image {
float: left;
width: 70%;
}
.unique-lima .tl-image img {
display: block;
width: 100%;
height: 100%;
}
.unique-lima .porfolio-unique-5-content {
float: left;
width: 30%;
height: 100%;
position: relative;
top: 0;
right: 0;
padding: 16px;
padding: 1rem;
background: #f05c5c;
color: #fff;
}
.unique-lima .porfolio-unique-5-content:after {
content: "";
position: absolute;
top: 50px;
left: -19px;
width: 0;
height: 0;
border-style: solid;
border-width: 21px 20px 21px 0;
border-color: transparent #f05c5c transparent transparent;
}
.unique-lima .porfolio-unique-5-items-arrow-left,
.unique-lima .porfolio-unique-5-items-arrow-right {
position: absolute;
top: 75%;
width: 60px;
height: 60px;
margin-top: 0px;
z-index: 100;
bottom: 25%;
display: flex;
justify-items: center;
align-items: center;
text-decoration: none;
background: #fff;
justify-content: center;
border-radius: 50%;
font-size: 16px;
color: #555555;
}
.unique-lima .porfolio-unique-5-items-arrow-left:hover,
.unique-lima .porfolio-unique-5-items-arrow-right:hover {
background-color: #d54141;
color: #ffffff;
}
.unique-lima .porfolio-unique-5-items-arrow-left {
right: 23%;
}
.unique-lima .porfolio-unique-5-items-arrow-right {
right: 19%;
} .unique-lima .team-nav-wrapper {
position: absolute;
bottom: 42px;
left: 0;
margin: 0;
padding: 16px 0 0 0;
overflow-x: hidden;
width: 100%;
}
.unique-lima .no-csstransforms .team-nav-wrapper {
overflow-x: auto;
}
.unique-lima .team-nav {
list-style: none;
margin: 0;
padding-top: 21px;
border-top: 3px solid #f05c5c;
-webkit-transition: all .4s ease;
transition: all .4s ease;
padding-left: 40px;
z-index: 11;
position: relative;
}
.unique-lima .team-nav li {
position: relative;
display: inline-block;
cursor: pointer;
margin-right: 1rem;
font-size: 12px;
text-align: center;
margin-left: 0;
margin-top: 0;
width: 150px;
}
.unique-lima .team-nav li div {
margin: auto;
color: #555555;
padding-top: 0;
font-size: 20px;
font-style: italic;
font-weight: 500;
}
.unique-lima .team-nav li:hover div,
.unique-lima .team-nav li.tl-active div {
color: #f05c5c;
font-weight: 700;
transition: all .3s;
}
.unique-lima .team-nav li:before {
content: "";
width: 20px;
height: 20px;
position: absolute;
top: -33px;
left: 50%;
margin-left: -10px;
background: #fff;
border-radius: 1000px;
border: 4px solid #fff;
}
.unique-lima .team-nav li.tl-active:before {
content: "";
width: 20px;
height: 20px;
position: absolute;
top: -33px;
left: 50%;
margin-left: -10px;
background: #f05c5c;
border-radius: 1000px;
border: 4px solid #fff;
}
.unique-lima .porfolio-unique-5-content-inner .team-job span{
font-style: italic;
margin-bottom: 20px;
display: block;
font-size: 20px;
}
.unique-lima .porfolio-unique-5-content-inner .team-name h1 {
font-size: 46px;
margin: 0;
margin-bottom: 20px;
line-height: 55px;
font-weight: 700;
}
.unique-lima .porfolio-unique-5-content-inner .team-bio {
line-height: 28px;
font-size: 18px;
}
.unique-lima .porfolio-unique-5-content {
padding: 6% 4%;
} .unique-lima .team-nav-arrow-left,
.unique-lima .team-nav-arrow-right {
position: absolute;
width: 12px;
height: 20px;
top: 50%;
z-index: 100;
}
.unique-lima .team-nav-arrow-left:before,
.unique-lima .team-nav-arrow-left:after,
.unique-lima .team-nav-arrow-right:before,
.unique-lima .team-nav-arrow-right:after {
content: "";
display: block;
position: absolute;
width: 14px;
height: 2px;
background: #f05c5c;
}
.unique-lima .team-nav-arrow-left {
left: 9px;
}
.unique-lima .team-nav-arrow-left:before {
top: 0;
-webkit-transform-origin: top right;
transform-origin: top right;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.unique-lima .team-nav-arrow-left:after {
bottom: 0;
-webkit-transform-origin: bottom right;
transform-origin: bottom right;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.unique-lima .team-nav-arrow-right {
right: 9px;
}
.unique-lima .team-nav-arrow-right:before {
top: 0;
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.unique-lima .team-nav-arrow-right:after {
bottom: 0;
-webkit-transform-origin: bottom left;
transform-origin: bottom left;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.unique-lima .no-csstransforms .team-nav-arrow-left,
.unique-lima .no-csstransforms .team-nav-arrow-right {
display: none;
}
@media screen and (max-width: 640px){
.unique-lima .porfolio-unique-5-items-arrow-right {
right: 8%;
}
.unique-lima .porfolio-unique-5-items-arrow-left, .unique-lima  .porfolio-unique-5-items-arrow-right {
top: 39%;
transform: translateY(-50% );
margin-top: 28px;
}
}
@media screen and (max-width: 768px) {
.unique-lima .porfolio-unique-5-content,
.unique-lima .tl-image {
width: 100%;
}
.unique-lima .porfolio-unique-5-items-arrow-left, .unique-lima  .porfolio-unique-5-items-arrow-right {
top: 46%;
}
.unique-lima  .porfolio-unique-5-items-arrow-right {
right: 11%;
}
}
@media screen and (max-width: 1024px) {
.unique-lima .porfolio-unique-5-items-arrow-left {
right: 20%;
}
.unique-lima .porfolio-unique-5-items-arrow-right {
right: 13%;
}
}
@media screen and (max-width: 1280px) {
.unique-lima .porfolio-unique-5-items-arrow-left {
right: 21%;
}
.unique-lima .porfolio-unique-5-items-arrow-right {
right: 15%;
}
}
@media screen and (max-width: 1366px) {
.unique-lima .porfolio-unique-5-items-arrow-left {
right: 21%;
}
.unique-lima .porfolio-unique-5-items-arrow-right {
right: 16%;
}
.unique-lima .porfolio-unique-5-items-arrow-left, .unique-lima .porfolio-unique-5-items-arrow-right {
margin-top: -40px;
}
}
@media screen and (max-width: 1440px) {
.unique-lima .porfolio-unique-5-items-arrow-left {
right: 22%;
}
.unique-lima .porfolio-unique-5-items-arrow-right {
right: 17%;
}
} .unique-lima .team-nav-arrow-left,
.unique-lima .team-nav-arrow-right {
position: absolute;
width: 12px;
height: 20px;
top: 50%;
z-index: 100;
}
.unique-lima .team-nav-arrow-left:before, .unique-lima .team-nav-arrow-left:after,
.unique-lima .team-nav-arrow-right:before,
.unique-lima .team-nav-arrow-right:after {
content: "";
display: block;
position: absolute;
width: 14px;
height: 2px;
background: #f05c5c;
}
.unique-lima .team-nav-arrow-left {
left: 9px;
}
.unique-lima .team-nav-arrow-left:before {
top: 0;
-webkit-transform-origin: top right;
transform-origin: top right;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.unique-lima .team-nav-arrow-left:after {
bottom: 0;
-webkit-transform-origin: bottom right;
transform-origin: bottom right;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.unique-lima .team-nav-arrow-right {
right: 9px;
}
.unique-lima .team-nav-arrow-right:before {
top: 0;
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.unique-lima .team-nav-arrow-right:after {
bottom: 0;
-webkit-transform-origin: bottom left;
transform-origin: bottom left;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.unique-lima .team-nav-wrapper:before, .unique-lima .team-nav-wrapper:after {
content: "";
width: 38px;
height: 35px;
position: absolute;
top: 29px;
background: #e4e8eb;
z-index: 50;
}
.unique-lima .team-nav-wrapper:after {
right: 0;
} .unique-tujuh {
--color-text: #000;
--color-bg: #edf2f4;
--color-link: #000;
--color-link-hover: #0e54c1;
--color-stitle: #000;
--fontsize-stitle: 8vw;
--color-sdesc: #000;
--color-slink: #000;
--color-slink-hover: #000;
--color-slink-bg: #fff;
--color-slink-hover-bg: #0e54c1;
--color-nav: #000;
--color-nav-hover: #DA0D2B;
}
.unique-tujuh {
width: 100%;
height: 100vh;
position: relative;
}
.unique-tujuh .slides {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden
}
.unique-tujuh .slide {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
opacity: 0;
pointer-events: none;
display: flex;
flex-direction: column;
align-content: center;
justify-content: center;
align-items: center;
text-align: center
}
.unique-tujuh .slide--current {
opacity: 1;
pointer-events: auto
}
.unique-tujuh .slide__img {
position: absolute;
top: -200px;
left: -200px;
width: calc(100% + 400px);
height: calc(100% + 400px);
background-size: cover;
background-position: 50% 50%
}
.unique-tujuh .slidenav__item {
border: 0;
background: 0 0;
font-weight: 700;
color: var(--color-nav);
text-decoration: none;
}
.unique-tujuh .slidenav__item:focus {
outline: none
}
.unique-tujuh .slidenav__item:hover {
color: var(--color-nav-hover)
}
.unique-tujuh .shape {
position: absolute;
width: 100%;
height: 100%;
fill: var(--color-shape-fill);
top: 0;
pointer-events: none
}
.unique-tujuh .slide__title {
position: relative;
font-size: var(--fontsize-stitle);
margin: 0;
cursor: default;
line-height: 1;
color: #fff;
z-index: 2
}
.unique-tujuh .slide__desc {
position: relative;
font-size: 1.5rem;
margin: 0 0 2em;
cursor: default;
color: #fff;
padding: 0 1em;
text-align: center;
z-index: 2
}
.unique-tujuh .slide__link {
position: relative;
font-size: 1em;
font-weight: 700;
padding: 1em 2em;
display: block;
color: var(--color-slink);
background: var(--color-slink-bg);
transition: color .3s,background .3s;
z-index: 2
}
.unique-tujuh .slide__link:hover {
color: var(--color-slink-hover);
background: var(--color-slink-hover-bg)
}
.unique-tujuh .slide__title {
font-size: 5vh;
margin-bottom: 15px
}
.unique-tujuh .slide__link {
padding: 10px 30px;
text-transform: uppercase
}
.unique-tujuh .slide__link:hover {
background: #da0d2b;
color: #fff
}
.unique-tujuh .btn-arrow span {
transition: transform 300ms ease-out
}
.unique-tujuh .slide__desc {
width: 60%
}
.unique-tujuh .slide__desc p {
position: relative;
font-size: 1.5em;
margin: 0 0 2em;
cursor: default;
color: #fff;
padding: 0 1em;
text-align: center;
opacity: 1;
transform: translateX(0px);
font-size: inherit;
margin-bottom: 0;
margin-top: 10px
}
.overlay-slider {
background: #000;
position: absolute;
content: '';
top: 0;
bottom: 0;
right: 0;
left: 0;
opacity: .4;
z-index: 1
}
.unique-tujuh .slideshow__nav {
position: absolute;
z-index: 30
}
.unique-tujuh .slideshow__nav button {
border: 0;
font-size: 16px;
margin: 0;
cursor: pointer;
font-weight: 700;
line-height: 0
}
.unique-tujuh .slideshow__nav button:hover {
color: #da0e2b
}
.unique-tujuh .slideshow__nav span {
font-size: 20px;
line-height: 0;
padding: 0;
margin: 0;
color: #000;
}
.no-js .slideshow__nav {
display: none
}
.unique-tujuh .slideshow__nav--arrows {
pointer-events: auto;
opacity: 1
}
.unique-tujuh .slideshow__nav--arrows.bottom-nav {
position: absolute;
width: 300px;
margin-left: -150px;
left: 50%;
bottom: 0;
text-align: center;
padding: 2em;
} .unique-duabelas .content__slide {
--color-text: #ff00c4;
--color-bg: #1c1423;
--color-link: #59545e;
--color-link-hover: #fff;
--color-slide-text: #fff;
--color-nav: #fff;
--font-trail-weight: 900;
--font-trail-size: 12vh;
--font-trail-lheight: 0.75;
color: var(--color-text);
font-weight: 500;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .unique-duabelas .js .loading::before {
content: '';
position: fixed;
z-index: 100000;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--color-bg);
}
.unique-duabelas .js .loading::after {
content: '';
position: fixed;
z-index: 100000;
top: 50%;
left: 50%;
width: 60px;
height: 60px;
margin: -30px 0 0 -30px;
pointer-events: none;
border-radius: 50%;
opacity: 0.4;
background: var(--color-link);
animation: loaderAnim 0.7s linear infinite alternate forwards;
}
@keyframes loaderAnim {
to {
opacity: 1;
transform: scale3d(0.5,0.5,1);
}
}
.unique-duabelas .frame {
padding: 3rem 5vw 0;
text-align: center;
position: relative;
z-index: 1000;
}
.unique-duabelas .frame__title {
font-size: 1rem;
margin: 0 0 1rem;
font-weight: normal;
}
.unique-duabelas .frame__links {
display: inline;
}
.unique-duabelas .frame__links a:not(:last-child),
.unique-duabelas .frame__demos a:not(:last-child) {
margin-right: 1rem;
}
.unique-duabelas .frame__demos {
margin: 1rem 0;
}
.unique-duabelas .frame__demo--current,
.unique-duabelas .frame__demo--current:hover {
color: var(--color-text);
}
.unique-duabelas .content {
display: grid;
grid-template-rows: 100%;
grid-template-columns: 100%;
grid-template-areas: 'main';
height: calc(100vh - 19rem);
width: 100%;
margin: 0 auto;
position: relative;
}
.unique-duabelas .content__slide {
grid-area: main;
width: 100%;
height: 100%;
overflow: hidden;
display: grid;
grid-template-rows: 100%;
grid-template-columns: 100%;
grid-template-areas: 'inner';
align-items: center;
opacity: 0;
pointer-events: none;
}
.unique-duabelas .content__slide--current {
opacity: 1;
}
.unique-duabelas .content__img,
.unique-duabelas .content__text-wrap {
grid-area: inner;
width: 100%;
}
.unique-duabelas .content__img {
height: calc(100vh - 25rem);
width: 90%;
max-width: calc(1000px - 11rem);
max-height: 600px;
justify-self: center;
overflow: hidden;
z-index: -1;
position: relative;
}
.unique-duabelas .content__img--full::after {
content: '';
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.3);
width: 100%;
height: 100%;
}
.unique-duabelas .content__img-inner {
width: 100%;
height: 100%;
background-position: 50% 50%;
background-size: cover;
}
.unique-duabelas .content__text-wrap {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.unique-duabelas .content__text {
overflow: hidden;
flex: 1;
opacity: 0;
pointer-events: none;
}
.unique-duabelas .content__text:nth-child(6) {
opacity: 1;
}
.unique-duabelas .content__text--full {
flex: none;
}
.unique-duabelas .content__text-inner {
display: block;
color: var(--color-slide-text);
text-transform: uppercase;
font-size: 3.5rem;
font-weight: var(--font-trail-weight);
line-height: var(--font-trail-lheight);
font-family: var(--font-trail-family);
}
.unique-duabelas .content__text-inner--bottom {
transform: translate3d(0,-40%,0);
}
.unique-duabelas .content__text-inner--stroke {
-webkit-text-stroke: 2px var(--color-slide-text);
text-stroke: 2px var(--color-slide-text);
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
color: transparent;
}
.unique-duabelas .content__nav {
grid-area: main;
justify-self: center;
align-self: end;
width: 80%;
max-width: 900px;
height: auto;
display: flex;
align-items: flex-end;
justify-content: center;
font-size: 1.25rem;
position: relative;
}
.unique-duabelas .content__nav-button {
border: 0;
cursor: pointer;
background: none;
margin: 0.25rem 0;
padding: 0;
text-transform: lowercase;
color: var(--color-nav);
font-weight: 900;
line-height: 1;
font-size: 28px;
}
.unique-duabelas .content__nav-button:focus {
outline: none;
}
.unique-duabelas .content__nav-button--next {
transform: translateX(1rem);
}
@media screen and (min-width: 53em) {
.unique-duabelas .frame {
position: fixed;
text-align: left;
z-index: 10000;
top: 0;
left: 0;
display: grid;
align-content: space-between;
width: 100%;
max-width: none;
height: 100vh;
padding: 3rem;
pointer-events: none;
grid-template-columns: 50% 50%;
grid-template-rows: auto auto auto;
grid-template-areas: 'title tagline'
'... ...'
'links demos';
}
.unique-duabelas .frame__title-wrap {
grid-area: title;
display: flex;
}
.unique-duabelas .frame__title {
margin: 0;
}
.unique-duabelas .frame__tagline {
grid-area: tagline;
justify-self: end;
margin: 0;
text-align: right;
}
.unique-duabelas .frame__demos {
margin: 0;
grid-area: demos;
justify-self: end;
}
.unique-duabelas .frame__links {
grid-area: links;
padding: 0;
justify-self: start;
}
.unique-duabelas .frame a {
pointer-events: auto;
}
.unique-duabelas .content {
height: 100vh;
}
.unique-duabelas .content__img {
width: calc(90% - 11rem);
height: 60vh;
}
.unique-duabelas .content__img--full {
height: calc(100vh + 20px);
width: calc(100vw + 20px);
max-width: none;
max-height: none;
}
.unique-duabelas .content__text-inner {
font-size: var(--font-trail-size);
}
.unique-duabelas .content__nav {
align-self: center;
flex-direction: column;
justify-content: flex-start;
margin-top: 30vh;
font-size: 1.75rem;
}
.unique-duabelas .demo-5 .content__text-inner--stroke {
-webkit-text-stroke: 3px var(--color-slide-text);
text-stroke: 3px var(--color-slide-text);
}
} .unique-limabelas {
--color-text: #ffffff;
--color-bg: #fff;
--color-link: #ffffff;
--color-link-hover: #ffffff;
--color-info: #ffffff;
}
.unique-limabelas .grid_blog__item {
position: relative;
display: flex;
align-items: stretch;
width: 100vw;
}
.unique-limabelas .grid_blog__item--bg {
background-color: var(--item-bg);
height: 100vw;
}
.unique-limabelas .grid_blog__item-content {
width: 100%;
padding: 8vw;
display: flex;
flex-direction: column;
overflow: hidden;
pointer-events: none;
background: var(--item-bg);
}
.unique-limabelas .grid_blog__item--bg .grid_blog__item-content {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
}
.unique-limabelas .empty-image {
--item-bg: #6317f5;
--item-link: #b29d85;
--item-link-hover: #ffffff;
--item-meta: #ffffff;
--item-title: #ffffff;
--item-subtitle: #ffffff;
--item-text: #ffffff;
}
.unique-limabelas .grid_blog__item-img {
display: block;
height: 100%;
width: 100%;
}
.unique-limabelas .grid_blog__item-img canvas {
height: 100%;
}
.unique-limabelas .grid_blog__item-img img {
height: 100%;
display: block;
}
.unique-limabelas .grid_blog__item-img img:nth-child(2) {
position: absolute;
top: 0;
left: 0;
opacity: 0;
transition: opacity 0.3s;
}
.unique-limabelas .grid_blog__item:hover .grid_blog__item-img img:nth-child(2) {
opacity: 1;
}
.unique-limabelas .grid_blog__item-img img {
display: none;
}
.unique-limabelas .grid_blog__item-title {
font-weight: 700;
font-size: 2.5rem;
line-height: 1;
margin: 2rem 0 0 0;
color: #ffffff
}
.unique-limabelas .grid_blog__item-title--small {
font-size: 1.5rem;
line-height: 1.25;
margin-bottom: 1rem;
}
.unique-limabelas .grid_blog__item-meta {
text-transform: uppercase;
font-weight: 400;
letter-spacing: 0.25rem;
font-size: 16px;
color: #ffffff
}
.unique-limabelas .grid_blog__item-subtitle {
display: block;
margin: auto 0 0 0;
font-weight: 400;
font-size: 15px;
color: #ffffff
}
.unique-limabelas .grid_blog__item-subtitle span {
display: block;
}
.unique-limabelas .grid_blog__item-text {
font-size: 16px;
line-height: 1.75;
margin: 2rem 0 0 0;
color: #ffffff
}
.unique-limabelas .grid_blog__item-link {
display: inline-block;
color: currentColor;
font-weight: 700;
font-size: 15px;
position: relative;
padding: 0 0 0.2rem;
pointer-events: auto;
color: var(--item-link);
}
.unique-limabelas .grid_blog__item-link:focus,
.unique-limabelas .grid_blog__item-link:hover {
color: var(--item-link-hover);
}
.unique-limabelas .grid_blog__item-link::before {
content: '';
position: absolute;
background: currentColor;
width: 80%;
height: 1px;
bottom: 0;
transform-origin: 0% 50%;
transform: scale3d(0,1,1);
opacity: 0;
transition: all 0.3s;
transition-property: opacity, transform;
}
.unique-limabelas .grid_blog__item-link:hover::before {
opacity: 1;
transform: scale3d(1,1,1);
}
.unique-limabelas .grid_blog__item-link + .grid_blog__item-link {
margin: 0 0 0 3rem;
}
.unique-limabelas .grid_blog__item-text + .grid_blog__item-link {
white-space: nowrap;
margin-top: 1rem;
align-self: flex-start;
margin-top: auto;
font-size: 16px;
}
.unique-limabelas .unique-limabelas .grid_blog__item-nav {
display: flex;
}
.unique-limabelas.grid_blog {
max-width: 100%;
overflow: hidden;
}
@media screen and (min-width: 85em) {
.unique-limabelas .grid_blog__item-text {
width: 80%;
}
}
@media screen and (min-width: 50em) {
.unique-limabelas.grid_blog {
display: grid;
grid-template-columns: repeat(2,50vmax);
}
.unique-limabelas .grid_blog__item {
height: 50vmax;
width: 100%;
}
.unique-limabelas .grid_blog__item-subtitle * {
opacity: 0;
transform: translate3d(100px, 0, 0);
transition: all 0.5s cubic-bezier(0.2, 1, 0.7, 1);
transition-property: transform, opacity;
}
.unique-limabelas .grid_blog__item:hover .grid_blog__item-subtitle * {
opacity: 1;
transform: translate3d(0, 0, 0);
}
.unique-limabelas .grid_blog__item:hover .grid_blog__item-subtitle span {
transition-delay: 0.1s;
}
.unique-limabelas .grid_blog__item:hover .grid_blog__item-subtitle .grid_blog__item-link {
transition-delay: 0s;
}
.unique-limabelas .grid_blog__item-title {
font-size: 6vw;
}
.unique-limabelas .grid_blog__item-title--small {
font-size: 3vw;
}
.unique-limabelas .grid_blog__item-text {
margin-top: 2.5rem;
}
} .special-dua {
--color-text: #f1f1f1;
--color-bg: transparent;
--color-link: #1ab3de;
--color-link-hover: #f1f1f1;
--color-deco: #141414;
--color-side: #353535;
min-height: 100vh;
color: #57585c;
color: var(--color-text);
background-color: var(--color-bg);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: relative;
}
.special-dua .slideshow {
position: relative;
overflow: hidden;
margin: 0;
height: 100vh;
width: 100%;
height: 100vh;
display: grid;
grid-template-columns: 33% 33% 33%;
grid-column-gap: 0.5%;
grid-template-rows: 100%;
grid-template-areas: '... slide ...';
}
.special-dua  .slide {
width: 100%;
display: flex;
pointer-events: none;
cursor: pointer;
position: relative;
height: 100%;
grid-area: slide;
}
.special-dua  .slideshow--previewopen .slide {
cursor: default;
}
.special-dua  .slide--current {
pointer-events: auto;
}
.special-dua .slide__img-wrap {
width: 100%;
overflow: hidden;
z-index: 1;
height: 80%;
top: 10%;
position: absolute;
}
.special-dua  .slideshow__deco {
grid-area: slide;
background: var(--color-deco);
width: 100%;
height: 80%;
align-self: center;
position: relative;
margin: -40px 0 0 0;
right: -20px;
}
.special-dua .nav {
position: absolute;
background: none;
width: 3rem;
height: 3rem;
z-index: 1000;
border: 0;
padding: 0;
margin: 0;
pointer-events: none;
transition: transform 0.8s, opacity 0.8s;
transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.special-dua .nav > i {
color: #ffffff;
font-size: 30px;
}
.special-dua  .nav--next {
bottom: 1rem;
right: 1rem;
}
.special-dua  .icon--navarrow-next {
transform: rotate(45deg);
}
.nav--prev {
top: 1rem;
left: 1rem;
}
.special-dua  .icon--navarrow-prev {
transform: rotate(-135deg);
}
.special-dua  .slideshow--previewopen .nav {
opacity: 0;
transition-duration: 0.4s;
}
.special-dua  .slideshow--previewopen .nav--next {
transform: translate3d(100%, 100%, 0);
}
.special-dua  .slideshow--previewopen .nav--prev {
transform: translate3d(-100%, -100%, 0);
}
.special-dua  .slide__img {
width: 100%;
height: 100%;
left: 0;
top: 0;
background-size: cover;
background-position: 50% 50%;
position: absolute;
pointer-events: none;
transform: scale3d(1.01,1.01,1);
}
.special-dua  .slide__img-wrap,
.special-dua  .slide__title-wrap,
.special-dua  .slide__side {
opacity: 0;
pointer-events: none;
}
.special-dua .slide--current .slide__img-wrap {
opacity: 1;
pointer-events: auto;
}
.special-dua  .slide--visible .slide__img-wrap {
pointer-events: auto;
}
.special-dua  .slide__title-wrap {
justify-self: flex-end;
width: 100%;
position: relative;
z-index: 1000;
}
.special-dua .slide__number {
display: block;
font-size: 2rem;
font-weight: bold;
text-shadow: 5px 7px 8px #0000002b;
margin-bottom: 20px;
}
.special-dua  .slide__number::before {
content: "\2014";
display: inline-block;
margin: 0 1rem 0 0;
}
.special-dua .slide__title,
.special-dua .slide__subtitle,
.special-dua .slide__side {
display: none;
}
.special-dua .content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: calc(100% - 10rem);
pointer-events: none;
z-index: 1;
}
.special-dua .content__item {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
padding: 10vh 5vw;
overflow: auto;
}
.special-dua .slide__title {
text-shadow: 5px 7px 8px #0000002b;
}
.special-dua .content__item--current,
.special-dua .content__item--current ~ .content__close {
pointer-events: auto;
}
.content__close {
position: absolute;
top: 1rem;
left: 1rem;
background: none;
color: currentColor;
border: 0;
margin: 0;
padding: 0;
fill: #fff;
background-color: transparent!important;
cursor: pointer;
}
.icon--longarrow {
width: 35px;
}
.content__close:focus {
outline: none;
}
.content__number {
font-weight: bold;
}
.content__number::before {
content: "\2014";
display: inline-block;
margin: 0 1rem 0 0;
}
.special-dua .content__title {
margin: 0.5rem 0;
font-size: 2rem;
}
.special-dua .content__subtitle {
margin: 0 0 0.5rem;
font-size: 1rem;
font-weight: normal;
list-style: none;
}
.special-dua .content__subtitle li {
margin-left: 0;
}
.special-dua .content__text p {
font-size: 14px;
}
.special-dua .content__title,
.special-dua .content__subtitle,
.special-dua .content__number,
.special-dua .content__text,
.special-dua .content__close {
opacity: 0;
}
@media screen and (min-width: 53em) {
body {
padding: 0;
}
.special-dua .frame {
top: 0;
display: grid;
align-items: start;
justify-items: end;
grid-template-columns: 50% 50%;
grid-template-rows: 100%;
grid-template-areas: '... header';
}
.special-dua .slideshow {
height: 100vh;
grid-template-columns: 27% 27% 27%;
grid-column-gap: 9.5%;
}
.special-dua .slide {
padding: 10vh 0 7vh;
flex-direction: column;
justify-content: space-between;
}
.special-dua .slide__side {
margin: 0 0 0 -1.85rem;
}
.special-dua .slide__title-wrap {
margin: 0 0 0 -1.85rem;
}
.special-dua .slide__title,
.special-dua .slide__subtitle,
.special-dua .slide__side {
display: block;
}
.special-dua .slide__title {
font-size: 3.25rem;
margin: 0 0 0.25rem;
}
.special-dua .slide__subtitle {
font-weight: normal;
margin: 0;
min-height: 50px;
}
.special-dua .slide__side {
color: var(--color-side);
position: relative;
-webkit-writing-mode: vertical-rl;
writing-mode: vertical-rl;
transform: rotate(180deg);
z-index: 1000;
}
.special-dua .content {
top: 0;
height: 100%;
}
.special-dua .content__item {
padding: calc(10vh + 5rem) 0 7vh;
width: 50.5%;
right: 7.5%;
overflow: visible;
}
.special-dua .content__close {
left: 42%;
top: calc(10vh + -30px);
}
.special-dua .content__number {
position: absolute;
bottom: 7vh;
right: 0;
font-size: 2rem;
}
.special-dua .content__title {
font-size: 7vw;
}
.special-dua .content__subtitle {
font-size: 1.15rem;
margin-bottom: 7.5vh;
}
.special-dua .content__text p {
font-size: 14px;
column-count: 2;
column-gap: 2rem;
max-width: 600px;
text-align: justify;
}
}
@media (max-width: 640px) {
.special-dua .slideshow {
position: relative;
overflow: hidden;
margin: 0;
height: 100vh;
width: 100%;
height: 100vh;
display: grid;
grid-template-columns: 0 50%;
grid-column-gap: 25%;
grid-template-rows: 50%;
grid-template-areas: '... slide ...';
}
.special-dua .nav {
display: none;
}
.special-dua .slide__number {
position: absolute;
bottom: 0;
margin-bottom: 0;
}
} .unique-genepbelas .content__slide {
--color-text: #ff00c4;
--color-bg: #1c1423;
--color-link: #59545e;
--color-link-hover: #fff;
--color-slide-text: #fff;
--color-nav: #fff;
--font-trail-weight: 900;
--font-trail-size: 12vh;
--font-trail-lheight: 0.75;
color: var(--color-text);
font-weight: 500;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .unique-genepbelas .js .loading::before {
content: '';
position: fixed;
z-index: 100000;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--color-bg);
}
.unique-genepbelas .js .loading::after {
content: '';
position: fixed;
z-index: 100000;
top: 50%;
left: 50%;
width: 60px;
height: 60px;
margin: -30px 0 0 -30px;
pointer-events: none;
border-radius: 50%;
opacity: 0.4;
background: var(--color-link);
animation: loaderAnim 0.7s linear infinite alternate forwards;
}
@keyframes loaderAnim {
to {
opacity: 1;
transform: scale3d(0.5,0.5,1);
}
}
.unique-genepbelas .frame {
padding: 3rem 5vw 0;
text-align: center;
position: relative;
z-index: 1000;
}
.unique-genepbelas .frame__title {
font-size: 1rem;
margin: 0 0 1rem;
font-weight: normal;
}
.unique-genepbelas .frame__links {
display: inline;
}
.unique-genepbelas .frame__links a:not(:last-child),
.unique-genepbelas .frame__demos a:not(:last-child) {
margin-right: 1rem;
}
.unique-genepbelas .frame__demos {
margin: 1rem 0;
}
.unique-genepbelas .frame__demo--current,
.unique-genepbelas .frame__demo--current:hover {
color: var(--color-text);
}
.unique-genepbelas .content {
display: grid;
grid-template-rows: 100%;
grid-template-columns: 100%;
grid-template-areas: 'main';
height: calc(100vh - 19rem);
width: 100%;
margin: 0 auto;
position: relative;
}
.unique-genepbelas .content__slide {
grid-area: main;
width: 100%;
height: 100%;
overflow: hidden;
display: grid;
grid-template-rows: 100%;
grid-template-columns: 100%;
grid-template-areas: 'inner';
align-items: center;
opacity: 0;
pointer-events: none;
}
.unique-genepbelas .content__slide--current {
opacity: 1;
}
.unique-genepbelas .content__img,
.unique-genepbelas .content__text-wrap {
grid-area: inner;
width: 100%;
}
.unique-genepbelas .content__img {
height: calc(100vh - 25rem);
width: 90%;
max-width: calc(1000px - 11rem);
max-height: 600px;
justify-self: center;
overflow: hidden;
z-index: -1;
position: relative;
}
.unique-genepbelas .content__img--full::after {
content: '';
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.3);
width: 100%;
height: 100%;
}
.unique-genepbelas .content__img-inner {
width: 100%;
height: 100%;
background-position: 50% 50%;
background-size: cover;
}
.unique-genepbelas .content__text-wrap {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.unique-genepbelas .content__text {
overflow: hidden;
flex: 1;
opacity: 0;
pointer-events: none;
}
.unique-genepbelas .content__text:nth-child(6) {
opacity: 1;
}
.unique-genepbelas .content__text--full {
flex: none;
}
.unique-genepbelas .content__text-inner {
display: block;
color: var(--color-slide-text);
text-transform: uppercase;
font-size: 3.5rem;
font-weight: var(--font-trail-weight);
line-height: var(--font-trail-lheight);
font-family: var(--font-trail-family);
}
.unique-genepbelas .content__text-inner--bottom {
transform: translate3d(0,-40%,0);
}
.unique-genepbelas .content__text-inner--stroke {
-webkit-text-stroke: 2px var(--color-slide-text);
text-stroke: 2px var(--color-slide-text);
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
color: transparent;
}
.unique-genepbelas .content__nav {
grid-area: main;
justify-self: center;
align-self: end;
width: 80%;
max-width: 900px;
height: auto;
display: flex;
align-items: flex-end;
justify-content: center;
font-size: 1.25rem;
position: relative;
}
.unique-genepbelas .content__nav-button {
border: 0;
cursor: pointer;
background: none;
margin: 0.25rem 0;
padding: 0;
text-transform: lowercase;
color: var(--color-nav);
font-weight: 900;
line-height: 1;
}
.unique-genepbelas .content__nav-button:focus {
outline: none;
}
.unique-genepbelas .content__nav-button--next {
transform: translateX(1rem);
}
@media screen and (min-width: 53em) {
.unique-genepbelas .frame {
position: fixed;
text-align: left;
z-index: 10000;
top: 0;
left: 0;
display: grid;
align-content: space-between;
width: 100%;
max-width: none;
height: 100vh;
padding: 3rem;
pointer-events: none;
grid-template-columns: 50% 50%;
grid-template-rows: auto auto auto;
grid-template-areas: 'title tagline'
'... ...'
'links demos';
}
.unique-genepbelas .frame__title-wrap {
grid-area: title;
display: flex;
}
.unique-genepbelas .frame__title {
margin: 0;
}
.unique-genepbelas .frame__tagline {
grid-area: tagline;
justify-self: end;
margin: 0;
text-align: right;
}
.unique-genepbelas .frame__demos {
margin: 0;
grid-area: demos;
justify-self: end;
}
.unique-genepbelas .frame__links {
grid-area: links;
padding: 0;
justify-self: start;
}
.unique-genepbelas .frame a {
pointer-events: auto;
}
.unique-genepbelas .content {
height: 100vh;
}
.unique-genepbelas .content__img {
width: calc(90% - 11rem);
height: 60vh;
}
.unique-genepbelas .content__img--full {
height: calc(100vh + 20px);
width: calc(100vw + 20px);
max-width: none;
max-height: none;
}
.unique-genepbelas .content__text-inner {
font-size: var(--font-trail-size);
}
.unique-genepbelas .content__nav {
align-self: center;
flex-direction: column;
justify-content: flex-start;
margin-top: 30vh;
font-size: 1.75rem;
}
.unique-genepbelas .demo-5 .content__text-inner--stroke {
-webkit-text-stroke: 3px var(--color-slide-text);
text-stroke: 3px var(--color-slide-text);
}
} .unique-tujuhbelas .content__slide {
--color-text: #ff00c4;
--color-bg: #1c1423;
--color-link: #59545e;
--color-link-hover: #fff;
--color-slide-text: #fff;
--color-nav: #fff;
--font-trail-weight: 900;
--font-trail-size: 12vh;
--font-trail-lheight: 0.75;
color: var(--color-text);
font-weight: 500;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .unique-tujuhbelas .js .loading::before {
content: '';
position: fixed;
z-index: 100000;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--color-bg);
}
.unique-tujuhbelas .js .loading::after {
content: '';
position: fixed;
z-index: 100000;
top: 50%;
left: 50%;
width: 60px;
height: 60px;
margin: -30px 0 0 -30px;
pointer-events: none;
border-radius: 50%;
opacity: 0.4;
background: var(--color-link);
animation: loaderAnim 0.7s linear infinite alternate forwards;
}
@keyframes loaderAnim {
to {
opacity: 1;
transform: scale3d(0.5,0.5,1);
}
}
.unique-tujuhbelas .frame {
padding: 3rem 5vw 0;
text-align: center;
position: relative;
z-index: 1000;
}
.unique-tujuhbelas .frame__title {
font-size: 1rem;
margin: 0 0 1rem;
font-weight: normal;
}
.unique-tujuhbelas .frame__links {
display: inline;
}
.unique-tujuhbelas .frame__links a:not(:last-child),
.unique-tujuhbelas .frame__demos a:not(:last-child) {
margin-right: 1rem;
}
.unique-tujuhbelas .frame__demos {
margin: 1rem 0;
}
.unique-tujuhbelas .frame__demo--current,
.unique-tujuhbelas .frame__demo--current:hover {
color: var(--color-text);
}
.unique-tujuhbelas .content {
display: grid;
grid-template-rows: 100%;
grid-template-columns: 100%;
grid-template-areas: 'main';
height: calc(100vh - 19rem);
width: 100%;
margin: 0 auto;
position: relative;
}
.unique-tujuhbelas .content__slide {
grid-area: main;
width: 100%;
height: 100%;
overflow: hidden;
display: grid;
grid-template-rows: 100%;
grid-template-columns: 100%;
grid-template-areas: 'inner';
align-items: center;
opacity: 0;
pointer-events: none;
}
.unique-tujuhbelas .content__slide--current {
opacity: 1;
}
.unique-tujuhbelas .content__img,
.unique-tujuhbelas .content__text-wrap {
grid-area: inner;
width: 100%;
}
.unique-tujuhbelas .content__img {
height: calc(100vh - 25rem);
width: 90%;
max-width: calc(1000px - 11rem);
max-height: 600px;
justify-self: center;
overflow: hidden;
z-index: -1;
position: relative;
}
.unique-tujuhbelas .content__img--full::after {
content: '';
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.3);
width: 100%;
height: 100%;
}
.unique-tujuhbelas .content__img-inner {
width: 100%;
height: 100%;
background-position: 50% 50%;
background-size: cover;
}
.unique-tujuhbelas .content__text-wrap {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.unique-tujuhbelas .content__text {
overflow: hidden;
flex: 1;
opacity: 0;
pointer-events: none;
}
.unique-tujuhbelas .content__text:nth-child(6) {
opacity: 1;
}
.unique-tujuhbelas .content__text--full {
flex: none;
}
.unique-tujuhbelas .content__text-inner {
display: block;
color: var(--color-slide-text);
text-transform: uppercase;
font-size: 3.5rem;
font-weight: var(--font-trail-weight);
line-height: var(--font-trail-lheight);
font-family: var(--font-trail-family);
}
.unique-tujuhbelas .content__text-inner--bottom {
transform: translate3d(0,-40%,0);
}
.unique-tujuhbelas .content__text-inner--stroke {
-webkit-text-stroke: 2px var(--color-slide-text);
text-stroke: 2px var(--color-slide-text);
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
color: transparent;
}
.unique-tujuhbelas .content__nav {
grid-area: main;
justify-self: center;
align-self: end;
width: 80%;
max-width: 900px;
height: auto;
display: flex;
align-items: flex-end;
justify-content: center;
font-size: 1.25rem;
position: relative;
}
.unique-tujuhbelas .content__nav-button {
border: 0;
cursor: pointer;
background: none;
margin: 0.25rem 0;
padding: 0;
text-transform: lowercase;
color: var(--color-nav);
font-weight: 900;
line-height: 1;
}
.unique-tujuhbelas .content__nav-button:focus {
outline: none;
}
.unique-tujuhbelas .content__nav-button--next {
transform: translateX(1rem);
}
@media screen and (min-width: 53em) {
.unique-tujuhbelas .frame {
position: fixed;
text-align: left;
z-index: 10000;
top: 0;
left: 0;
display: grid;
align-content: space-between;
width: 100%;
max-width: none;
height: 100vh;
padding: 3rem;
pointer-events: none;
grid-template-columns: 50% 50%;
grid-template-rows: auto auto auto;
grid-template-areas: 'title tagline'
'... ...'
'links demos';
}
.unique-tujuhbelas .frame__title-wrap {
grid-area: title;
display: flex;
}
.unique-tujuhbelas .frame__title {
margin: 0;
}
.unique-tujuhbelas .frame__tagline {
grid-area: tagline;
justify-self: end;
margin: 0;
text-align: right;
}
.unique-tujuhbelas .frame__demos {
margin: 0;
grid-area: demos;
justify-self: end;
}
.unique-tujuhbelas .frame__links {
grid-area: links;
padding: 0;
justify-self: start;
}
.unique-tujuhbelas .frame a {
pointer-events: auto;
}
.unique-tujuhbelas .content {
height: 100vh;
}
.unique-tujuhbelas .content__img {
width: calc(90% - 11rem);
height: 60vh;
}
.unique-tujuhbelas .content__img--full {
height: calc(100vh + 20px);
width: calc(100vw + 20px);
max-width: none;
max-height: none;
}
.unique-tujuhbelas .content__text-inner {
font-size: var(--font-trail-size);
}
.unique-tujuhbelas .content__nav {
align-self: center;
flex-direction: column;
justify-content: flex-start;
margin-top: 30vh;
font-size: 1.75rem;
}
.unique-tujuhbelas .demo-5 .content__text-inner--stroke {
-webkit-text-stroke: 3px var(--color-slide-text);
text-stroke: 3px var(--color-slide-text);
}
} .unique-dalapanbelas .content__slide {
--color-text: #ff00c4;
--color-bg: #1c1423;
--color-link: #59545e;
--color-link-hover: #fff;
--color-slide-text: #fff;
--color-nav: #fff;
--font-trail-weight: 900;
--font-trail-size: 12vh;
--font-trail-lheight: 0.75;
color: var(--color-text);
font-weight: 500;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .unique-dalapanbelas .js .loading::before {
content: '';
position: fixed;
z-index: 100000;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--color-bg);
}
.unique-dalapanbelas .js .loading::after {
content: '';
position: fixed;
z-index: 100000;
top: 50%;
left: 50%;
width: 60px;
height: 60px;
margin: -30px 0 0 -30px;
pointer-events: none;
border-radius: 50%;
opacity: 0.4;
background: var(--color-link);
animation: loaderAnim 0.7s linear infinite alternate forwards;
}
@keyframes loaderAnim {
to {
opacity: 1;
transform: scale3d(0.5,0.5,1);
}
}
.unique-dalapanbelas .frame {
padding: 3rem 5vw 0;
text-align: center;
position: relative;
z-index: 1000;
}
.unique-dalapanbelas .frame__title {
font-size: 1rem;
margin: 0 0 1rem;
font-weight: normal;
}
.unique-dalapanbelas .frame__links {
display: inline;
}
.unique-dalapanbelas .frame__links a:not(:last-child),
.unique-dalapanbelas .frame__demos a:not(:last-child) {
margin-right: 1rem;
}
.unique-dalapanbelas .frame__demos {
margin: 1rem 0;
}
.unique-dalapanbelas .frame__demo--current,
.unique-dalapanbelas .frame__demo--current:hover {
color: var(--color-text);
}
.unique-dalapanbelas .content {
display: grid;
grid-template-rows: 100%;
grid-template-columns: 100%;
grid-template-areas: 'main';
height: calc(100vh - 19rem);
width: 100%;
margin: 0 auto;
position: relative;
}
.unique-dalapanbelas .content__slide {
grid-area: main;
width: 100%;
height: 100%;
overflow: hidden;
display: grid;
grid-template-rows: 100%;
grid-template-columns: 100%;
grid-template-areas: 'inner';
align-items: center;
opacity: 0;
pointer-events: none;
}
.unique-dalapanbelas .content__slide--current {
opacity: 1;
}
.unique-dalapanbelas .content__img,
.unique-dalapanbelas .content__text-wrap {
grid-area: inner;
width: 100%;
}
.unique-dalapanbelas .content__img {
height: calc(100vh - 25rem);
width: 90%;
max-width: calc(1000px - 11rem);
max-height: 600px;
justify-self: center;
overflow: hidden;
z-index: -1;
position: relative;
}
.unique-dalapanbelas .content__img--full::after {
content: '';
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.3);
width: 100%;
height: 100%;
}
.unique-dalapanbelas .content__img-inner {
width: 100%;
height: 100%;
background-position: 50% 50%;
background-size: cover;
}
.unique-dalapanbelas .content__text-wrap {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.unique-dalapanbelas .content__text {
overflow: hidden;
flex: 1;
opacity: 0;
pointer-events: none;
}
.unique-dalapanbelas .content__text:nth-child(6) {
opacity: 1;
}
.unique-dalapanbelas .content__text--full {
flex: none;
}
.unique-dalapanbelas .content__text-inner {
display: block;
color: var(--color-slide-text);
text-transform: uppercase;
font-size: 3.5rem;
font-weight: var(--font-trail-weight);
line-height: var(--font-trail-lheight);
font-family: var(--font-trail-family);
}
.unique-dalapanbelas .content__text-inner--bottom {
transform: translate3d(0,-40%,0);
}
.unique-dalapanbelas .content__text-inner--stroke {
-webkit-text-stroke: 2px var(--color-slide-text);
text-stroke: 2px var(--color-slide-text);
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
color: transparent;
}
.unique-dalapanbelas .content__nav {
grid-area: main;
justify-self: center;
align-self: end;
width: 80%;
max-width: 900px;
height: auto;
display: flex;
align-items: flex-end;
justify-content: center;
font-size: 1.25rem;
position: relative;
}
.unique-dalapanbelas .content__nav-button {
border: 0;
cursor: pointer;
background: none;
margin: 0.25rem 0;
padding: 0;
text-transform: lowercase;
color: var(--color-nav);
font-weight: 900;
line-height: 1;
}
.unique-dalapanbelas .content__nav-button:focus {
outline: none;
}
.unique-dalapanbelas .content__nav-button--next {
transform: translateX(1rem);
}
@media screen and (min-width: 53em) {
.unique-dalapanbelas .frame {
position: fixed;
text-align: left;
z-index: 10000;
top: 0;
left: 0;
display: grid;
align-content: space-between;
width: 100%;
max-width: none;
height: 100vh;
padding: 3rem;
pointer-events: none;
grid-template-columns: 50% 50%;
grid-template-rows: auto auto auto;
grid-template-areas: 'title tagline'
'... ...'
'links demos';
}
.unique-dalapanbelas .frame__title-wrap {
grid-area: title;
display: flex;
}
.unique-dalapanbelas .frame__title {
margin: 0;
}
.unique-dalapanbelas .frame__tagline {
grid-area: tagline;
justify-self: end;
margin: 0;
text-align: right;
}
.unique-dalapanbelas .frame__demos {
margin: 0;
grid-area: demos;
justify-self: end;
}
.unique-dalapanbelas .frame__links {
grid-area: links;
padding: 0;
justify-self: start;
}
.unique-dalapanbelas .frame a {
pointer-events: auto;
}
.unique-dalapanbelas .content {
height: 100vh;
}
.unique-dalapanbelas .content__img {
width: calc(90% - 11rem);
height: 60vh;
}
.unique-dalapanbelas .content__img--full {
height: calc(100vh + 20px);
width: calc(100vw + 20px);
max-width: none;
max-height: none;
}
.unique-dalapanbelas .content__text-inner {
font-size: var(--font-trail-size);
}
.unique-dalapanbelas .content__nav {
align-self: center;
flex-direction: column;
justify-content: flex-start;
margin-top: 30vh;
font-size: 1.75rem;
}
.unique-dalapanbelas .demo-5 .content__text-inner--stroke {
-webkit-text-stroke: 3px var(--color-slide-text);
text-stroke: 3px var(--color-slide-text);
}
} .unique-salapanbelas .content__slide {
--color-text: #ff00c4;
--color-bg: #1c1423;
--color-link: #59545e;
--color-link-hover: #fff;
--color-slide-text: #fff;
--color-nav: #fff;
--font-trail-weight: 900;
--font-trail-size: 12vh;
--font-trail-lheight: 0.75;
color: var(--color-text);
font-weight: 500;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .unique-salapanbelas .js .loading::before {
content: '';
position: fixed;
z-index: 100000;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--color-bg);
}
.unique-salapanbelas .js .loading::after {
content: '';
position: fixed;
z-index: 100000;
top: 50%;
left: 50%;
width: 60px;
height: 60px;
margin: -30px 0 0 -30px;
pointer-events: none;
border-radius: 50%;
opacity: 0.4;
background: var(--color-link);
animation: loaderAnim 0.7s linear infinite alternate forwards;
}
@keyframes loaderAnim {
to {
opacity: 1;
transform: scale3d(0.5,0.5,1);
}
}
.unique-salapanbelas .frame {
padding: 3rem 5vw 0;
text-align: center;
position: relative;
z-index: 1000;
}
.unique-salapanbelas .frame__title {
font-size: 1rem;
margin: 0 0 1rem;
font-weight: normal;
}
.unique-salapanbelas .frame__links {
display: inline;
}
.unique-salapanbelas .frame__links a:not(:last-child),
.unique-salapanbelas .frame__demos a:not(:last-child) {
margin-right: 1rem;
}
.unique-salapanbelas .frame__demos {
margin: 1rem 0;
}
.unique-salapanbelas .frame__demo--current,
.unique-salapanbelas .frame__demo--current:hover {
color: var(--color-text);
}
.unique-salapanbelas .content {
display: grid;
grid-template-rows: 100%;
grid-template-columns: 100%;
grid-template-areas: 'main';
height: calc(100vh - 19rem);
width: 100%;
margin: 0 auto;
position: relative;
}
.unique-salapanbelas .content__slide {
grid-area: main;
width: 100%;
height: 100%;
overflow: hidden;
display: grid;
grid-template-rows: 100%;
grid-template-columns: 100%;
grid-template-areas: 'inner';
align-items: center;
opacity: 0;
pointer-events: none;
}
.unique-salapanbelas .content__slide--current {
opacity: 1;
}
.unique-salapanbelas .content__img,
.unique-salapanbelas .content__text-wrap {
grid-area: inner;
width: 100%;
}
.unique-salapanbelas .content__img {
height: calc(100vh - 25rem);
width: 90%;
max-width: calc(1000px - 11rem);
max-height: 600px;
justify-self: center;
overflow: hidden;
z-index: -1;
position: relative;
}
.unique-salapanbelas .content__img--full::after {
content: '';
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.3);
width: 100%;
height: 100%;
}
.unique-salapanbelas .content__img-inner {
width: 100%;
height: 100%;
background-position: 50% 50%;
background-size: cover;
}
.unique-salapanbelas .content__text-wrap {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.unique-salapanbelas .content__text {
overflow: hidden;
flex: 1;
opacity: 0;
pointer-events: none;
}
.unique-salapanbelas .content__text:nth-child(6) {
opacity: 1;
}
.unique-salapanbelas .content__text--full {
flex: none;
}
.unique-salapanbelas .content__text-inner {
display: block;
color: var(--color-slide-text);
text-transform: uppercase;
font-size: 3.5rem;
font-weight: var(--font-trail-weight);
line-height: var(--font-trail-lheight);
font-family: var(--font-trail-family);
}
.unique-salapanbelas .content__text-inner--bottom {
transform: translate3d(0,-40%,0);
}
.unique-salapanbelas .content__text-inner--stroke {
-webkit-text-stroke: 2px var(--color-slide-text);
text-stroke: 2px var(--color-slide-text);
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
color: transparent;
}
.unique-salapanbelas .content__nav {
grid-area: main;
justify-self: center;
align-self: end;
width: 80%;
max-width: 900px;
height: auto;
display: flex;
align-items: flex-end;
justify-content: center;
font-size: 1.25rem;
position: relative;
}
.unique-salapanbelas .content__nav-button {
border: 0;
cursor: pointer;
background: none;
margin: 0.25rem 0;
padding: 0;
text-transform: lowercase;
color: var(--color-nav);
font-weight: 900;
line-height: 1;
}
.unique-salapanbelas .content__nav-button:focus {
outline: none;
}
.unique-salapanbelas .content__nav-button--next {
transform: translateX(1rem);
}
@media screen and (min-width: 53em) {
.unique-salapanbelas .frame {
position: fixed;
text-align: left;
z-index: 10000;
top: 0;
left: 0;
display: grid;
align-content: space-between;
width: 100%;
max-width: none;
height: 100vh;
padding: 3rem;
pointer-events: none;
grid-template-columns: 50% 50%;
grid-template-rows: auto auto auto;
grid-template-areas: 'title tagline'
'... ...'
'links demos';
}
.unique-salapanbelas .frame__title-wrap {
grid-area: title;
display: flex;
}
.unique-salapanbelas .frame__title {
margin: 0;
}
.unique-salapanbelas .frame__tagline {
grid-area: tagline;
justify-self: end;
margin: 0;
text-align: right;
}
.unique-salapanbelas .frame__demos {
margin: 0;
grid-area: demos;
justify-self: end;
}
.unique-salapanbelas .frame__links {
grid-area: links;
padding: 0;
justify-self: start;
}
.unique-salapanbelas .frame a {
pointer-events: auto;
}
.unique-salapanbelas .content {
height: 100vh;
}
.unique-salapanbelas .content__img {
width: calc(90% - 11rem);
height: 60vh;
}
.unique-salapanbelas .content__img--full {
height: calc(100vh + 20px);
width: calc(100vw + 20px);
max-width: none;
max-height: none;
}
.unique-salapanbelas .content__text-inner {
font-size: var(--font-trail-size);
}
.unique-salapanbelas .content__nav {
align-self: center;
flex-direction: column;
justify-content: flex-start;
margin-top: 30vh;
font-size: 1.75rem;
}
.unique-salapanbelas .demo-5 .content__text-inner--stroke {
-webkit-text-stroke: 3px var(--color-slide-text);
text-stroke: 3px var(--color-slide-text);
}
} .masonwry-wrap:after {
content: '';
display: block;
clear: both;
} [class^="blog-post-item"].pictures {
display: block;
text-align: left;
margin-bottom: -50px;
position: relative;
}
[class^="blog-post-item"].pictures .portfolio-block-item {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
cursor: pointer;
display: none;
float: left;
height: 300px;
position: relative;
}
[class^="blog-post-item"].pictures .portfolio-block-item.active {
display: block;
}
[class^="blog-post-item"].pictures .image-row .portfolio-block-item {
margin-right: 25px;
}
[class^="blog-post-item"].pictures .image-row .portfolio-block-item:last-child {
margin-right: 0;
}
[class^="blog-post-item"].pictures .portfolio-block-item a {
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
}
[class^="blog-post-item"].pictures .image-row {
zoom: 1;
margin-bottom: 25px;
}
[class^="blog-post-item"].pictures .image-row:after {
content: "";
clear: both;
display: table;
} .single-portfolio-wrap {
padding-left: 15px;
padding-right: 15px;
}
.single-portfolio-wrap .column {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-right: 15px;
padding-left: 15px;
max-width: 100%;
}
.single-portfolio-wrap .column {
display: inline-block;
float: left;
}
.single-post-style-1, .single-post-blank, .single-post-showcase {
margin: auto;
}
.portfolio-shortcode {
position: relative;
overflow: hidden;
}
.single-portfolio-style-1 .port-gallery-item img {
max-width: 100%;
}
.single-portfolio-style-1 .single-title-port {
margin-top: 10px;
margin-bottom: 20px;
}
.single-portfolio-style-1 .single-title-port h1 {
font-size: 36px;
margin-bottom: 5px;
margin-top: 0;
color: #000000;
}
.single-portfolio-style-1 .portfolio-content p {
color: #555555;
font-size: 16px;
line-height: 25.6px;
word-spacing: 0px;
letter-spacing: 0px;
}
.single-portfolio-style-1 .portfolio-details .detail-item {
position: relative;
display: block;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #ddd;
}
.single-portfolio-style-1 .portfolio-details .detail-title {
font-weight: 300;
text-transform: capitalize;
}
.single-portfolio-style-1 .portfolio-details .detail-info {
margin-bottom: 0;
margin-top: 5px;
color: #191970;
font-size: 16px;
line-height: 22px;
}
.single-portfolio-style-1 span.category {
font-size: 18px;
letter-spacing: .7px;
text-decoration: none;
color: #191970;
font-weight: 700;
}
.single-portfolio-style-1 .portfolio-thumbnail img {
margin-bottom: 30px;
max-height: 100%;
height: auto;
max-width: 100%;
cursor: pointer;
}
.single-portfolio-style-1 ul.list-facts {
list-style: none;
padding-left: 0;
margin: 0;
}
.single-portfolio-style-1 ul.list-facts li {
margin-left: 0;
margin-top: 0;
}
.single-portfolio-style-1 ul li.facts-name {
font-weight: 300;
text-transform: capitalize;
}
.single-portfolio-style-1 ul li.facts-value {
margin-top: 5px;
color: #191970;
font-size: 16px;
line-height: 22px;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #ddd;
font-weight: 700;
}
@media only screen and (max-width: 1024px) {
.single-portfolio-wrap {
padding-left: 30px;
padding-right: 30px;
}
}
@media only screen and (max-width: 768px) {
.single-portfolio-wrap .column-2of3,
.single-portfolio-wrap .column-3 {
width: 100%;
}
} .mobile-filter {
display: none;
}
ul.filters {
list-style: none;
padding-left: 0;
margin-bottom: 20px;
margin-left: 0;
}
ul.filters li {
display: inline-block;
margin-left: 0;
}
ul.filters li .filter-btn {
color: #000000;
background-color: transparent;
text-decoration: none;
cursor: pointer;
}
ul.filters li .filter-btn:focus {
outline: none;
}
ul.filters li.activeFilter .filter-btn,
ul.filters li:hover .filter-btn {
color: #000;
border-color: #000;
}
.filters .filter-btn {
font-size: 14px;
font-weight: 500;
margin-right: 5px;
padding: 7px 15px;
border: 1px solid transparent;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.display-none {
display: none;
}
#infscr-loading,
#infscr-loading img {
text-align: center;
margin: 0 auto;
}
.infinite-container {
position: relative;
}
#infscr-loading {
position: absolute;
top: 100%;
left: 0;
right: 0;
padding: 20px 0;
}
.justify #infscr-loading {
position: absolute;
top: 100%!important;
left: 0!important;
right: 0!important;
padding: 20px 0;
width: 100%!important;
height: auto!important;
}
.navigation-paging {
padding: 30px 0;
}
.navigation-paging.infinite-wrap {
text-align: center;
}
.navigation-paging.infinite-wrap button {
font-family: inherit;
cursor: pointer;
padding: 10px 25px;
background-color: #000;
color: #fff;
font-size: 14px;
font-weight: 500;
border-radius: 50px;
font-weight: 700;
letter-spacing: 0;
padding: 15px 50px;
text-transform: uppercase;
letter-spacing: .1em;
text-decoration: none;
border: none;
background-image: none;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.navigation-paging.infinite-wrap button:hover {
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.navigation-paging.pagination .post-navigation a {
font-family: inherit;
cursor: pointer;
display: inline-block;
padding: 10px 25px;
background-color: #000;
color: #fff;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: .1em;
text-decoration: none;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.navigation-paging.pagination .post-navigation a:hover {
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.navigation-paging.pagination-num {
margin-top: 5px;
}
.navigation-paging .prev-pag {
margin-right: 5px;
padding: 5px 15px
}
.navigation-paging .prev-pag.active {
color: #666;
pointer-events: none
}
.navigation-paging .btn {
display: inline-block;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.navigation-paging .next-pag {
margin-left: 5px;
border: 1px solid #000000;
background: 0 0;
color: #000000;
padding: 10px 15px
}
.navigation-paging .next-pag:hover {
background: #000000;
color: #fff;
box-shadow: none
}
.navigation-paging .btn.current {
border: 1px solid #000000;
background-color: #000000;
color: #fff;
padding: 10px 15px;
margin-right: 1px;
margin-left: 1px
}
.navigation-paging .btn.current:hover {
box-shadow: none;
cursor: auto;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.navigation-paging .btn.inactive {
background-color: transparent;
color: #000000;
border: 1px solid #000000;
padding: 10px 15px;
margin-right: 1px;
margin-left: 1px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.navigation-paging .btn.inactive:hover {
color: #fff;
background-color: #000000;
box-shadow: none;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.navigation-paging span.btn.inactive {
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease
}
.navigation-paging span.btn.inactive:hover {
cursor: auto;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.navigation-paging.pagination-num .btn {
font-size: 12px;
margin: 0 2.5px;
border-radius: 5px;
}
#filter-icon {
width: 60px;
height: 52px;
line-height: 68px;
left: 0;
position: relative;
border: 0;
outline: none;
background: #222;
cursor: pointer;
}
#filter-icon .bar {
left: 18px;
top: 20px;
display: block;
position: absolute;
width: 24px;
height: 3px;
background: #fff;
-webkit-transition: all 350ms;
-moz-transition: all 350ms;
-o-transition: all 350ms;
transition: all 350ms;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}
#filter-icon:hover .bar {
top: 15px;
}
#filter-icon.active .bar {
background: #222
}
#filter-icon .bar.bar-2 {
top: 25px
}
#filter-icon .bar.bar-3 {
top: 25px
}
#filter-icon .bar.bar-4 {
top: 30px
}
#filter-icon:hover .bar.bar-2 {
top: 25px
}
#filter-icon:hover .bar.bar-3 {
top: 25px
}
#filter-icon:hover .bar.bar-4 {
top: 35px
}
#filter-icon.active .bar-1 {
-webkit-transform: translateY(-22px);
-moz-transform: translateY(-22px);
-ms-transform: translateY(-22px);
-o-transform: translateY(-22px);
transform: translateY(-22px)
}
#filter-icon.active .bar-2 {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition-delay: .3s;
-moz-transition-delay: .3s;
-o-transition-delay: .3s;
transition-delay: .3s
}
#filter-icon.active .bar-3 {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition-delay: .3s;
-moz-transition-delay: .3s;
-o-transition-delay: .3s;
transition-delay: .3s
}
#filter-icon.active .bar-4 {
-webkit-transform: translateY(21px);
-moz-transform: translateY(21px);
-ms-transform: translateY(21px);
-o-transform: translateY(21px);
transform: translateY(21px)
}
@media only screen and (max-width: 1024px) {
.tablet-column-1 {
width: 100%;
float: left;
}
.tablet-column-2 {
width: calc(100%/2);
float: left;
}
.tablet-column-3 {
width: calc(100%/3);
float: left;
}
.tablet-column-4 {
width: calc(100%/4);
float: left;
}
.tablet-column-5 {
width: calc(100%/5);
float: left;
}
}
@media only screen and (max-width: 767px) {
.mobile-filter {
display: block;
}
.filter-wraper {
margin-bottom: 10px;
}
#portfolio-filter.container {
max-height: 0;
margin: 0;
opacity: 0;
-webkit-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
#portfolio-filter.container.show {
max-height: 800px;
opacity: 1;
-webkit-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
margin-top: 10px;
}
ul.filters li {
margin: 10px 0;
}
.mobile-column-1 {
width: 100%;
float: left;
}
.mobile-column-2 {
width: calc(100%/2);
float: left;
}
.mobile-column-3 {
width: calc(100%/3);
float: left;
}
.mobile-column-4 {
width: calc(100%/4);
float: left;
}
.mobile-column-5 {
width: calc(100%/5);
float: left;
}
}  .swiper-nav a {
position: absolute;
top: 50%;
display: block;
outline: none;
text-align: left;
z-index: 1;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.swiper-nav a.prev {
left: 0;
}
.swiper-nav a.next {
right: 0;
}
.swiper-nav.nav-circlepop a.prev {
left: 20px;
}
.swiper-nav.nav-circlepop a.next {
right: 20px;
}
.swiper-nav.nav-circlepop a {
width: 50px;
height: 50px;
}
.swiper-nav.nav-circlepop a::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
background: #fff;
content: '';
opacity: 0;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
.swiper-nav.nav-circlepop .icon-wrap {
position: relative;
display: block;
margin: 10% 0 0 10%;
width: 80%;
height: 80%;
}
.swiper-nav.nav-circlepop a.next .icon-wrap {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.swiper-nav.nav-circlepop .icon-wrap::before,
.swiper-nav.nav-circlepop .icon-wrap::after {
position: absolute;
left: 25%;
width: 3px;
height: 50%;
background: #fff;
content: '';
-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
transition: transform 0.3s, background-color 0.3s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.swiper-nav.nav-circlepop .icon-wrap::before {
-webkit-transform: translateX(-50%) rotate(30deg);
transform: translateX(-50%) rotate(30deg);
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
}
.swiper-nav.nav-circlepop .icon-wrap::after {
top: 50%;
-webkit-transform: translateX(-50%) rotate(-30deg);
transform: translateX(-50%) rotate(-30deg);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
.swiper-nav.nav-circlepop a:hover::before {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.swiper-nav.nav-circlepop a:hover .icon-wrap::before,
.swiper-nav.nav-circlepop a:hover .icon-wrap::after {
background: #191970;
}
.swiper-nav.nav-circlepop a:hover .icon-wrap::before {
-webkit-transform: translateX(-50%) rotate(45deg);
transform: translateX(-50%) rotate(45deg);
}
.swiper-nav.nav-circlepop a:hover .icon-wrap::after {
-webkit-transform: translateX(-50%) rotate(-45deg);
transform: translateX(-50%) rotate(-45deg);
} .swiper-nav.nav-diamond a {
margin: 0 30px;
}
.swiper-nav.nav-diamond .icon-wrap {
position: absolute;
width: 100%;
height: 100%;
z-index: 100;
display: flex;
justify-content: center;
}
.swiper-nav.nav-diamond svg.icon {
fill: #fff;
position: relative;
stroke-width: 2;
stroke: #fff;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.swiper-nav.nav-diamond div {
position: relative;
overflow: hidden;
width: 70px;
height: 70px;
background: #34495e;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: scale(0.6);
transform: scale(0.6);
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.swiper-nav.nav-diamond img {
position: absolute;
top: 50%;
left: 50%;
opacity: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, transform 0.3s;
}
.swiper-nav.nav-diamond a.prev img {
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(2);
transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(2);
}
.swiper-nav.nav-diamond a.next img {
-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(2);
transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(2);
}
.swiper-nav.nav-diamond a:hover div {
-webkit-transform: scale(1) rotate(-45deg);
transform: scale(1) rotate(-45deg);
}
.swiper-nav.nav-diamond a.next:hover div {
-webkit-transform: scale(1) rotate(45deg);
transform: scale(1) rotate(45deg);
}
.swiper-nav.nav-diamond a:hover img {
opacity: 0.8;
}
.swiper-nav.nav-diamond a.prev:hover img {
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(1);
transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(1);
}
.swiper-nav.nav-diamond a.next:hover img {
-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1);
transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1);
} .swiper-nav.nav-fillslide .icon-wrap {
position: relative;
z-index: 100;
display: block;
padding: 65px 10px;
background: #b68dbe;
overflow: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
line-height: 0;
}
.swiper-nav.nav-fillslide .icon-wrap::before {
content: '';
position: absolute;
width: 100%;
height: 110%;
background: #fff;
top: 0;
left: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: -webkit-transform 0.3s 0.3s;
transition: transform 0.3s 0.3s;
}
.swiper-nav.nav-fillslide a.prev .icon-wrap::before {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.swiper-nav.nav-fillslide a.next .icon-wrap::before {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.swiper-nav.nav-fillslide svg.icon,
.swiper-nav.nav-fillslide svg.icon path {
fill: #736176;
position: relative;
z-index: 100;
transition: all .3s;
}
.swiper-nav.nav-fillslide div {
position: absolute;
padding: 20px;
top: 0;
height: 154px;
background: #fff;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
}
.swiper-nav.nav-fillslide a.prev div {
text-align: right;
border-radius: 0 6px 6px 0;
}
.swiper-nav.nav-fillslide a.next div {
border-radius: 6px 0 0 6px;
}
.swiper-nav.nav-fillslide div span {
display: inline-block;
padding: 5px;
color: #d0c2d3;
border-top: 1px solid #d8cfda;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 400;
font-size: 0.7em;
line-height: 1.2;
}
.swiper-nav.nav-fillslide h3 {
margin: 0;
padding: 8px 0 10px;
color: #736176;
font-weight: 400;
font-size: 1.35em;
line-height: 1.2;
}
.swiper-nav.nav-fillslide img {
position: absolute;
top: 20px;
border: 5px solid #736176;
}
.swiper-nav.nav-fillslide a.prev img {
right: 20px;
}
.swiper-nav.nav-fillslide a.next img {
left: 20px;
}
.swiper-nav.nav-fillslide a:hover .icon-wrap::before {
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.swiper-nav.nav-fillslide a:hover div {
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
[class^="blog-post-item"].swiper-container.has-pagination .swiper-nav a {
top: calc(50% - 15px);
}
[class^="blog-post-item"].swiper-container.has-pagination .swiper-nav.nav-diamond a {
top: calc(50% - 20px);
} ul.swiper-pag {
position: relative;
display: inline-block;
margin: 0;
padding: 0;
list-style: none;
cursor: default;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
position: absolute;
text-align: center;
transition: .3s opacity;
transform: translate3d(0,0,0);
z-index: 10;
width: 100%;
bottom: -37px;
}
.swiper-pag li {
position: relative;
display: inline-block;
margin: 0 16px;
width: 16px;
height: 16px;
cursor: pointer;
background-color: transparent!important;
}
.swiper-pag li:focus {
outline: 0;
}
.swiper-pag li a {
top: 0;
left: 0;
width: 100%;
height: 100%;
outline: none;
border-radius: 50%;
background-color: #191970;
text-indent: -999em; cursor: pointer;
position: absolute;
}
.swiper-pag li a:focus {
outline: none;
} .dotstyle-fillup.swiper-pag li a {
overflow: hidden;
background-color: transparent;
box-shadow: inset 0 0 0 2px #191970;
-webkit-transition: background 0.3s ease;
transition: background 0.3s ease;
}
.dotstyle-fillup.swiper-pag li a::after {
content: '';
position: absolute;
bottom: 0;
height: 0;
left: 0;
width: 100%;
background-color: #191970;
box-shadow: 0 0 1px #191970;
-webkit-transition: height 0.3s ease;
transition: height 0.3s ease;
border-radius: 50%;
} .dotstyle-fillup.swiper-pag li.swiper-pagination-bullet-active a::after {
height: 100%;
} .dotstyle-circlegrow.swiper-pag li a {
overflow: hidden;
background-color: transparent;
box-shadow: inset 0 0 0 2px #191970;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.dotstyle-circlegrow.swiper-pag li a::after {
content: '';
position: absolute;
width: 100%;
height: 100%;
left: 0;
border-radius: 50%;
background-color: #191970;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
}
.dotstyle-circlegrow.swiper-pag li a:hover,
.dotstyle-circlegrow.swiper-pag li a:focus {
opacity: 0.7;
}
.dotstyle-circlegrow.swiper-pag li.swiper-pagination-bullet-active a::after {
-webkit-transform: scale(1);
transform: scale(1);
} .dotstyle-flip.swiper-pag li {
-webkit-perspective: 1000px;
perspective: 1000px;
}
.dotstyle-flip.swiper-pag li a {
background-color: transparent;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
transition: transform 0.3s ease, opacity 0.3s ease;
}
.dotstyle-flip.swiper-pag li a::before,
.dotstyle-flip.swiper-pag li a::after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #191970;
content: '';
text-indent: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.dotstyle-flip.swiper-pag li a::after {
background-color: #191970;
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.dotstyle-flip.swiper-pag li a:hover,
.dotstyle-flip.swiper-pag li a:focus {
opacity: 0.8;
}
.dotstyle-flip.swiper-pag li.swiper-pagination-bullet-active a {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.grid__deco {
position: absolute;
top: 0;
left: 0;
pointer-events: none;
}
.grid__deco path {
fill: none;
stroke: #111111;
stroke-width: 2px;
}
.grid--loading::before,
.grid--loading::after {
content: '';
z-index: 1000;
}
.grid--loading::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #ffffff;
}
.grid--loading::after {
position: absolute;
top: calc(50% - 20px);
left: 50%;
width: 40px;
height: 40px;
margin: 0 0 0 -20px;
border: 8px solid #383a41;
border-bottom-color: #565963;
border-radius: 50%;
animation: animLoader 0.8s linear forwards infinite;
}
.grid__reveal {
position: absolute;
z-index: 50;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
opacity: 0;
background-color: #2c2d31;
}
@keyframes animLoader {
to { transform: rotate(360deg); }
}
@media (max-width: 480px) {
.swiper-pag li {
width: 13px;
height: 13px;
margin: 0 5px;
margin-bottom: 5px;
}
ul.swiper-pag {
bottom: -30px;
}
.swiper-nav.nav-diamond a:hover div,
.swiper-nav.nav-diamond a.next:hover div {
-webkit-transform: scale(0.6) rotate(45deg);
transform: scale(0.6) rotate(45deg);
}
.swiper-nav.nav-diamond a {
margin: 0 0px;
}
}
.animated__animated {
-webkit-animation-duration: 1.25s;
animation-duration: 1.25s;
}
.fadeIn {
animation-name: fadeIn;
}
@keyframes fadeIn {
from {
opacity: 0
}
to {
opacity: 1
}
}
.swiper-container-multirow>.swiper-wrapper {    
flex-wrap: wrap;
flex-direction: unset!important;        
}
.portfolio-grid-dua figcaption h3 {
margin: 0 0 5px;
width: 50%;
}
.blog-width-auto .swiper-slide {
width: auto!important;
}
.blog-content .justified-blog {
position: relative;
max-height: 100%;
}
.blog-content .justified-blog .justify-item {
display: inline-block;
opacity: 0;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.blog-content .justified-blog .jg-entry-visible {
opacity: 1;
}
.blog-content .justified-blog .jg-filtered {
opacity: 0;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.blog-content .justify-inner {
position: relative;
height: 100%;
width: 100%;
}
.blog-content .justify-inner .item-wrap {
height: 100%;
width: 100%;
}
.blog-content .justify-inner .item-wrap > figure {
height: 100%;
width: 100%;
}
.portfolio-grid-tujuh .item-wrap-inner img, .portfolio-grid-unique .item-wrap-inner img {
width: 100%;
}
@media (min-width: 1200px) and (max-width: 1440px) {
body .portfolio-grid-tujuh .item-wrap-inner:hover figcaption, body .portfolio-grid-tujuh .item-wrap-inner.cs-hover figcaption {
height: calc(100% + 80px);
}
}
@media (min-width: 1921px) {
body .portfolio-grid-tujuh .item-wrap-inner:hover figcaption, body .portfolio-grid-tujuh .item-wrap-inner.cs-hover figcaption {
height: calc(100% + 80px);
}
}
.blog-block-wrap .caption-inside a {
text-decoration: none;
} .slider-blog .blog-post-item {
position: relative;
height: calc(100vh - 100px);
background-size: cover;
background-position: 50%;
background-repeat: no-repeat;
min-width: 100%;
min-height: 100%;
}
.slider-blog .blog-post-item .inner-slider {
padding: 150px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: auto;
max-width: 30%;
display: none;
}
.slider-blog .blog-post-item.swiper-slide-active .inner-slider {
display: block;
}
.slider-blog .blog-post-item .inner-slider {
color: #ffffff;
}
.slider-blog .blog-post-item .inner-slider h1 {
font-size: 45px;
line-height: 1.3em;
margin-top: 0;
margin-bottom: 10px;
}
.slider-blog .blog-post-item .inner-slider p {
font-size: 16px;
line-height: 1.6em;
margin-bottom: 30px;
}
.slider-blog .blog-post-item .slider-background-overlay {
background-color: rgba(0, 0, 0, 0.3);
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
}
.slider-blog .blog-post-item .inner-slider .button-view {
display: inline-block;
line-height: 1;
background-color: transparent;
font-size: 15px;
padding: 12px 24px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: inherit;
text-align: center;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
border: 2px solid #ffffff;
text-decoration: none;
}
.slider-blog ~ ul.swiper-pag {
bottom: 15px;
}
.slider-blog ~ ul.swiper-pag li {
margin: 0 6px;
width: 10px;
height: 10px;
}
.slider-blog .blog-post-item .inner-slider .button-view:hover {
background-color: #191970;
border-color: #191970;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.slider-overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.3);
z-index: -1;
}
.animated {
-webkit-animation-duration: 1.25s;
animation-duration: 1.25s;
}
@keyframes fadeInRight {
from {
opacity: 0;
transform: translate3d(100%,0,0)
}
to {
opacity: 1;
transform: none
}
}
.fadeInRight {
animation-name: fadeInRight;
}
@media (max-width: 1024px) {
.slider-blog .blog-post-item .inner-slider h1 {
font-size: 35px;
}
}
@media (max-width: 768px) {
.slider-blog .blog-post-item .inner-slider h1 {
font-size: 22px;
}
.slider-blog .blog-post-item .inner-slider p {
font-size: 14px;
line-height: 1.8;
}
.slider-blog .blog-post-item .inner-slider {
padding: 50px!important;
max-width: 100%!important;
}
}
@media (max-width: 575px) {
.slider-genep .slide__desc {
width: 100%!important;
padding: 0 2em!important;
}
.slider-genep .slide__title {
padding: 0 1em;
}
.slider .slider__text-wrap {
padding: 0 40px;
text-align: center;
}
.slider-blog .blog-post-item .inner-slider {
padding: 50px 50px 70px!important;
max-width: 100%!important;
}
}
@media (min-width: 320px) {
.slider-blog .blog-post-item .inner-slider {
padding: 60px;
max-width: 70%;
}
}
@media (min-width: 640px) {
.slider-blog .blog-post-item .inner-slider {
padding: 80px;
max-width: 70%;
}
}
@media (min-width: 1024px) {
.slider-blog .blog-post-item .inner-slider {
padding: 100px;
max-width: 60%;
}
}
@media (min-width: 1200px) {
.slider-blog .blog-post-item .inner-slider {
padding: 80px;
max-width: 70%;
}
}
@media (min-width: 1440px) {
.slider-blog .blog-post-item .inner-slider {
padding: 120px;
max-width: 50%;
}
}
.slider-blog .blog-post-item .categories.hastags,
.slideshow-slider .categories.hastags {
justify-content: flex-start;
margin-bottom: 10px;
}
.slideshow-slider .categories.hastags {
position: relative;
z-index: 2;
display: flex;
justify-content: center;
row-gap: 7px;
column-gap: 7px;
}
.slider-blog .blog-post-item .categories.hastags a,
.slideshow-slider .categories.hastags a {
font-size: 17px;
background-color: transparent;
padding: 0;
border-radius: 0;
color: #ffffff;
text-decoration: none;
}
.slider-blog .blog-post-item .categories.hastags a:before,
.slideshow-slider .categories.hastags a:before {
content: "#";
}
 [class^='imghvr-'], [class*=' imghvr-'] {
position: relative;
display: block;
margin: 0px;
max-width: 100%;
background-color: #ffffff;
color: #fff;
overflow: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
[class^='imghvr-'] > img, [class*=' imghvr-'] > img {
vertical-align: top;
max-width: 100%;
width: 100%;
}
[class^='imghvr-'] figcaption, [class*=' imghvr-'] figcaption {
margin: 0;
background-color: #111111;
position: absolute;
padding: 30px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
color: #ffffff;
}
[class^='imghvr-'] figcaption h1, [class^='imghvr-'] figcaption h2, [class^='imghvr-'] figcaption h3, [class^='imghvr-'] figcaption h4, [class^='imghvr-'] figcaption h5, [class^='imghvr-'] figcaption h6, [class*=' imghvr-'] figcaption h1, [class*=' imghvr-'] figcaption h2, [class*=' imghvr-'] figcaption h3, [class*=' imghvr-'] figcaption h4, [class*=' imghvr-'] figcaption h5, [class*=' imghvr-'] figcaption h6 {
color: #ffffff;
}
[class^='imghvr-'], [class*=' imghvr-'], [class^='imghvr-']:before,
[class^='imghvr-']:after, [class*=' imghvr-']:before, [class*=' imghvr-']:after,
[class^='imghvr-'] *, [class*=' imghvr-'] *, [class^='imghvr-'] *:before,
[class^='imghvr-'] *:after, [class*=' imghvr-'] *:before, [class*=' imghvr-'] *:after {
box-sizing: border-box;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
} [class^='imghvr-fade'] figcaption, [class*=' imghvr-fade'] figcaption {
opacity: 0;
}
[class^='imghvr-fade']:hover > img, [class*=' imghvr-fade']:hover > img {
opacity: 0;
}
[class^='imghvr-fade']:hover figcaption, [class*=' imghvr-fade']:hover figcaption {
opacity: 1;
}
[class^='imghvr-fade']:hover > img, [class^='imghvr-fade']:hover figcaption, [class*=' imghvr-fade']:hover > img, [class*=' imghvr-fade']:hover figcaption {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}  .imghvr-fade-in-up figcaption {
-webkit-transform: translate(0, 15%);
transform: translate(0, 15%);
} .imghvr-fade-in-down figcaption {
-webkit-transform: translate(0, -15%);
transform: translate(0, -15%);
} .imghvr-fade-in-left figcaption {
-webkit-transform: translate(-15%, 0);
transform: translate(-15%, 0);
} .imghvr-fade-in-right figcaption {
-webkit-transform: translate(15%, 0);
transform: translate(15%, 0);
} [class^='imghvr-push-']:hover figcaption, [class*=' imghvr-push-']:hover figcaption {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
} .imghvr-push-up figcaption {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.imghvr-push-up:hover > img {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
} .imghvr-push-down figcaption {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.imghvr-push-down:hover > img {
-webkit-transform: translateY(100%);
transform: translateY(100%);
} .imghvr-push-left figcaption {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.imghvr-push-left:hover > img {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
} .imghvr-push-right figcaption {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.imghvr-push-right:hover > img {
-webkit-transform: translateX(100%);
transform: translateX(100%);
} [class^='imghvr-slide-']:hover figcaption, [class*=' imghvr-slide-']:hover figcaption {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
} .imghvr-slide-up figcaption {
-webkit-transform: translateY(100%);
transform: translateY(100%);
} .imghvr-slide-down figcaption {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
} .imghvr-slide-left figcaption {
-webkit-transform: translateX(100%);
transform: translateX(100%);
} .imghvr-slide-right figcaption {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
} .imghvr-slide-top-left figcaption {
-webkit-transform: translate(-100%, -100%);
transform: translate(-100%, -100%);
} .imghvr-slide-top-right figcaption {
-webkit-transform: translate(100%, -100%);
transform: translate(100%, -100%);
} .imghvr-slide-bottom-left figcaption {
-webkit-transform: translate(-100%, 100%);
transform: translate(-100%, 100%);
} .imghvr-slide-bottom-right figcaption {
-webkit-transform: translate(100%, 100%);
transform: translate(100%, 100%);
} [class^='imghvr-reveal-']:before, [class*=' imghvr-reveal-']:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
content: '';
background-color: #111111;
z-index: 2;
}
[class^='imghvr-reveal-'] figcaption, [class*=' imghvr-reveal-'] figcaption {
opacity: 0;
}
[class^='imghvr-reveal-']:hover:before, [class*=' imghvr-reveal-']:hover:before {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
[class^='imghvr-reveal-']:hover figcaption, [class*=' imghvr-reveal-']:hover figcaption {
opacity: 1;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
[class^='imghvr-reveal-']:hover figcaption .caption-inside,
[class*=' imghvr-reveal-']:hover figcaption .caption-inside {
z-index: 2;
} .imghvr-reveal-up:before {
-webkit-transform: translateY(100%);
transform: translateY(100%);
} .imghvr-reveal-down:before {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
} .imghvr-reveal-left:before {
-webkit-transform: translateX(100%);
transform: translateX(100%);
} .imghvr-reveal-right:before {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
} .imghvr-reveal-top-left:before {
-webkit-transform: translate(-100%, -100%);
transform: translate(-100%, -100%);
} .imghvr-reveal-top-right:before {
-webkit-transform: translate(100%, -100%);
transform: translate(100%, -100%);
} .imghvr-reveal-bottom-left:before {
-webkit-transform: translate(-100%, 100%);
transform: translate(-100%, 100%);
} .imghvr-reveal-bottom-right:before {
-webkit-transform: translate(100%, 100%);
transform: translate(100%, 100%);
} [class^='imghvr-hinge-'], [class*=' imghvr-hinge-'] {
-webkit-perspective: 50em;
perspective: 50em;
}
[class^='imghvr-hinge-'] figcaption, [class*=' imghvr-hinge-'] figcaption {
opacity: 0;
z-index: 1;
}
[class^='imghvr-hinge-']:hover img, [class*=' imghvr-hinge-']:hover img {
opacity: 0;
}
[class^='imghvr-hinge-']:hover figcaption, [class*=' imghvr-hinge-']:hover figcaption {
opacity: 1;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
} .imghvr-hinge-up img {
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.imghvr-hinge-up figcaption {
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.imghvr-hinge-up:hover > img {
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
}
.imghvr-hinge-up:hover figcaption {
-webkit-transform: rotateX(0);
transform: rotateX(0);
} .imghvr-hinge-down img {
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.imghvr-hinge-down figcaption {
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
-webkit-transform-origin: 50% -50%;
transform-origin: 50% -50%;
}
.imghvr-hinge-down:hover > img {
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
opacity: 0;
}
.imghvr-hinge-down:hover figcaption {
-webkit-transform: rotateX(0);
transform: rotateX(0);
} .imghvr-hinge-left img {
-webkit-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.imghvr-hinge-left figcaption {
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.imghvr-hinge-left:hover > img {
-webkit-transform: rotateY(90deg);
transform: rotateY(90deg);
}
.imghvr-hinge-left:hover figcaption {
-webkit-transform: rotateY(0);
transform: rotateY(0);
} .imghvr-hinge-right img {
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.imghvr-hinge-right figcaption {
-webkit-transform: rotateY(90deg);
transform: rotateY(90deg);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
}
.imghvr-hinge-right:hover > img {
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg);
}
.imghvr-hinge-right:hover figcaption {
-webkit-transform: rotateY(0);
transform: rotateY(0);
} [class^='imghvr-flip-'], [class*=' imghvr-flip-'] {
-webkit-perspective: 50em;
perspective: 50em;
}
[class^='imghvr-flip-'] img, [class*=' imghvr-flip-'] img {
backface-visibility: hidden;
}
[class^='imghvr-flip-'] figcaption, [class*=' imghvr-flip-'] figcaption {
opacity: 0;
}
[class^='imghvr-flip-']:hover > img, [class*=' imghvr-flip-']:hover > img {
opacity: 0;
}
[class^='imghvr-flip-']:hover figcaption, [class*=' imghvr-flip-']:hover figcaption {
opacity: 1;
-webkit-transition-delay: 0.14s;
transition-delay: 0.14s;
} .imghvr-flip-horiz figcaption {
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
-webkit-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.imghvr-flip-horiz:hover img {
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
}
.imghvr-flip-horiz:hover figcaption {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
} .imghvr-flip-vert figcaption {
-webkit-transform: rotateY(90deg);
transform: rotateY(90deg);
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.imghvr-flip-vert:hover > img {
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
.imghvr-flip-vert:hover figcaption {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
} .imghvr-flip-diag-1 figcaption {
-webkit-transform: rotate3d(1, -1, 0, 100deg);
transform: rotate3d(1, -1, 0, 100deg);
}
.imghvr-flip-diag-1:hover > img {
-webkit-transform: rotate3d(-1, 1, 0, 100deg);
transform: rotate3d(-1, 1, 0, 100deg);
}
.imghvr-flip-diag-1:hover figcaption {
-webkit-transform: rotate3d(0, 0, 0, 0deg);
transform: rotate3d(0, 0, 0, 0deg);
} .imghvr-flip-diag-2 figcaption {
-webkit-transform: rotate3d(1, 1, 0, 100deg);
transform: rotate3d(1, 1, 0, 100deg);
}
.imghvr-flip-diag-2:hover > img {
-webkit-transform: rotate3d(-1, -1, 0, 100deg);
transform: rotate3d(-1, -1, 0, 100deg);
}
.imghvr-flip-diag-2:hover figcaption {
-webkit-transform: rotate3d(0, 0, 0, 0deg);
transform: rotate3d(0, 0, 0, 0deg);
} [class^='imghvr-shutter-out-']:before, [class*=' imghvr-shutter-out-']:before {
background: #111111;
position: absolute;
content: '';
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
[class^='imghvr-shutter-out-'] figcaption, [class*=' imghvr-shutter-out-'] figcaption {
opacity: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
[class^='imghvr-shutter-out-']:hover:before, [class*=' imghvr-shutter-out-']:hover:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
[class^='imghvr-shutter-out-']:hover figcaption, [class*=' imghvr-shutter-out-']:hover figcaption {
opacity: 1;
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
} .imghvr-shutter-out-horiz:before {
left: 50%;
right: 50%;
top: 0;
bottom: 0;
}
.imghvr-shutter-out-horiz:hover:before {
left: 0;
right: 0;
} .imghvr-shutter-out-vert:before {
top: 50%;
bottom: 50%;
left: 0;
right: 0;
}
.imghvr-shutter-out-vert:hover:before {
top: 0;
bottom: 0;
} .imghvr-shutter-out-diag-1:before {
top: 50%;
bottom: 50%;
left: -35%;
right: -35%;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.imghvr-shutter-out-diag-1:hover:before {
top: -35%;
bottom: -35%;
} .imghvr-shutter-out-diag-2:before {
top: 50%;
bottom: 50%;
left: -35%;
right: -35%;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.imghvr-shutter-out-diag-2:hover:before {
top: -35%;
bottom: -35%;
} [class^='imghvr-shutter-in-']:after, [class^='imghvr-shutter-in-']:before, [class*=' imghvr-shutter-in-']:after, [class*=' imghvr-shutter-in-']:before {
background: #111111;
position: absolute;
content: '';
}
[class^='imghvr-shutter-in-']:after, [class*=' imghvr-shutter-in-']:after {
top: 0;
left: 0;
}
[class^='imghvr-shutter-in-']:before, [class*=' imghvr-shutter-in-']:before {
right: 0;
bottom: 0;
}
[class^='imghvr-shutter-in-'] figcaption, [class*=' imghvr-shutter-in-'] figcaption {
opacity: 0;
z-index: 1;
}
[class^='imghvr-shutter-in-']:hover figcaption, [class*=' imghvr-shutter-in-']:hover figcaption {
opacity: 1;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
} .imghvr-shutter-in-horiz:after, .imghvr-shutter-in-horiz:before {
width: 0;
height: 100%;
}
.imghvr-shutter-in-horiz:hover:after, .imghvr-shutter-in-horiz:hover:before {
width: 50%;
} .imghvr-shutter-in-vert:after, .imghvr-shutter-in-vert:before {
height: 0;
width: 100%;
}
.imghvr-shutter-in-vert:hover:after, .imghvr-shutter-in-vert:hover:before {
height: 50%;
} .imghvr-shutter-in-out-horiz:after, .imghvr-shutter-in-out-horiz:before {
width: 0;
height: 100%;
opacity: 0.75;
}
.imghvr-shutter-in-out-horiz:hover:after, .imghvr-shutter-in-out-horiz:hover:before {
width: 100%;
} .imghvr-shutter-in-out-vert:after, .imghvr-shutter-in-out-vert:before {
height: 0;
width: 100%;
opacity: 0.75;
}
.imghvr-shutter-in-out-vert:hover:after, .imghvr-shutter-in-out-vert:hover:before {
height: 100%;
} .imghvr-shutter-in-out-diag-1:after, .imghvr-shutter-in-out-diag-1:before {
width: 200%;
height: 200%;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
opacity: 0.75;
}
.imghvr-shutter-in-out-diag-1:after {
-webkit-transform: skew(-45deg) translateX(-150%);
transform: skew(-45deg) translateX(-150%);
}
.imghvr-shutter-in-out-diag-1:before {
-webkit-transform: skew(-45deg) translateX(150%);
transform: skew(-45deg) translateX(150%);
}
.imghvr-shutter-in-out-diag-1:hover:after {
-webkit-transform: skew(-45deg) translateX(-50%);
transform: skew(-45deg) translateX(-50%);
}
.imghvr-shutter-in-out-diag-1:hover:before {
-webkit-transform: skew(-45deg) translateX(50%);
transform: skew(-45deg) translateX(50%);
} .imghvr-shutter-in-out-diag-2:after, .imghvr-shutter-in-out-diag-2:before {
width: 200%;
height: 200%;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
opacity: 0.75;
}
.imghvr-shutter-in-out-diag-2:after {
-webkit-transform: skew(45deg) translateX(-100%);
transform: skew(45deg) translateX(-100%);
}
.imghvr-shutter-in-out-diag-2:before {
-webkit-transform: skew(45deg) translateX(100%);
transform: skew(45deg) translateX(100%);
}
.imghvr-shutter-in-out-diag-2:hover:after {
-webkit-transform: skew(45deg) translateX(0%);
transform: skew(45deg) translateX(0%);
}
.imghvr-shutter-in-out-diag-2:hover:before {
-webkit-transform: skew(45deg) translateX(0%);
transform: skew(45deg) translateX(0%);
} [class^='imghvr-fold'], [class*=' imghvr-fold'] {
-webkit-perspective: 50em;
perspective: 50em;
}
[class^='imghvr-fold'] img, [class*=' imghvr-fold'] img {
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
[class^='imghvr-fold'] figcaption, [class*=' imghvr-fold'] figcaption {
z-index: 1;
opacity: 0;
}
[class^='imghvr-fold']:hover > img, [class*=' imghvr-fold']:hover > img {
opacity: 0;
-webkit-transition-delay: 0;
transition-delay: 0;
}
[class^='imghvr-fold']:hover figcaption, [class*=' imghvr-fold']:hover figcaption {
-webkit-transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
opacity: 1;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
} .imghvr-fold-up > img {
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.imghvr-fold-up figcaption {
-webkit-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.imghvr-fold-up:hover > img {
-webkit-transform: rotateX(90deg) scale(0.6) translateY(50%);
transform: rotateX(90deg) scale(0.6) translateY(50%);
} .imghvr-fold-down > img {
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.imghvr-fold-down figcaption {
-webkit-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.imghvr-fold-down:hover > img {
-webkit-transform: rotateX(-90deg) scale(0.6) translateY(-50%);
transform: rotateX(-90deg) scale(0.6) translateY(-50%);
} .imghvr-fold-left > img {
-webkit-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.imghvr-fold-left figcaption {
-webkit-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.imghvr-fold-left:hover > img {
-webkit-transform: rotateY(-90deg) scale(0.6) translateX(50%);
transform: rotateY(-90deg) scale(0.6) translateX(50%);
} .imghvr-fold-right > img {
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.imghvr-fold-right figcaption {
-webkit-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
}
.imghvr-fold-right:hover > img {
-webkit-transform: rotateY(90deg) scale(0.6) translateX(-50%);
transform: rotateY(90deg) scale(0.6) translateX(-50%);
} .imghvr-zoom-in figcaption {
opacity: 0;
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
.imghvr-zoom-in:hover figcaption {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
} [class^='imghvr-zoom-out'] figcaption, [class*=' imghvr-zoom-out'] figcaption {
-webkit-transform: scale(0.5);
transform: scale(0.5);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
opacity: 0;
}
[class^='imghvr-zoom-out']:hover figcaption, [class^='imghvr-zoom-out'].hover figcaption, [class*=' imghvr-zoom-out']:hover figcaption, [class*=' imghvr-zoom-out'].hover figcaption {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .imghvr-zoom-out:hover > img {
-webkit-transform: scale(0.5);
transform: scale(0.5);
opacity: 0;
} .imghvr-zoom-out-up:hover > img, .imghvr-zoom-out-up.hover > img {
-webkit-animation: imghvr-zoom-out-up 0.4025s linear;
animation: imghvr-zoom-out-up 0.4025s linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
@-webkit-keyframes imghvr-zoom-out-up
{
50%
{
-webkit-transform: scale(0.8) translateY(0%);
transform: scale(0.8) translateY(0%);
opacity: 0.5;
}
100%
{
-webkit-transform: scale(0.8) translateY(-150%);
transform: scale(0.8) translateY(-150%);
opacity: 0.5;
}
}
@keyframes imghvr-zoom-out-up
{
50%
{
-webkit-transform: scale(0.8) translateY(0%);
transform: scale(0.8) translateY(0%);
opacity: 0.5;
}
100%
{
-webkit-transform: scale(0.8) translateY(-150%);
transform: scale(0.8) translateY(-150%);
opacity: 0.5;
}
} .imghvr-zoom-out-down:hover > img, .imghvr-zoom-out-down.hover > img {
-webkit-animation: imghvr-zoom-out-down 0.4025s linear;
animation: imghvr-zoom-out-down 0.4025s linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
@-webkit-keyframes imghvr-zoom-out-down
{
50%
{
-webkit-transform: scale(0.8) translateY(0%);
transform: scale(0.8) translateY(0%);
opacity: 0.5;
}
100%
{
-webkit-transform: scale(0.8) translateY(150%);
transform: scale(0.8) translateY(150%);
opacity: 0.5;
}
}
@keyframes imghvr-zoom-out-down
{
50%
{
-webkit-transform: scale(0.8) translateY(0%);
transform: scale(0.8) translateY(0%);
opacity: 0.5;
}
100%
{
-webkit-transform: scale(0.8) translateY(150%);
transform: scale(0.8) translateY(150%);
opacity: 0.5;
}
} .imghvr-zoom-out-left:hover > img, .imghvr-zoom-out-left.hover > img {
-webkit-animation: imghvr-zoom-out-left 0.4025s linear;
animation: imghvr-zoom-out-left 0.4025s linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
@-webkit-keyframes imghvr-zoom-out-left
{
50%
{
-webkit-transform: scale(0.8) translateX(0%);
transform: scale(0.8) translateX(0%);
opacity: 0.5;
}
100%
{
-webkit-transform: scale(0.8) translateX(-150%);
transform: scale(0.8) translateX(-150%);
opacity: 0.5;
}
}
@keyframes imghvr-zoom-out-left
{
50%
{
-webkit-transform: scale(0.8) translateX(0%);
transform: scale(0.8) translateX(0%);
opacity: 0.5;
}
100%
{
-webkit-transform: scale(0.8) translateX(-150%);
transform: scale(0.8) translateX(-150%);
opacity: 0.5;
}
} .imghvr-zoom-out-right:hover > img, .imghvr-zoom-out-right.hover > img {
-webkit-animation: imghvr-zoom-out-right 0.4025s linear;
animation: imghvr-zoom-out-right 0.4025s linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
@-webkit-keyframes imghvr-zoom-out-right
{
50%
{
-webkit-transform: scale(0.8) translateX(0%);
transform: scale(0.8) translateX(0%);
opacity: 0.5;
}
100%
{
-webkit-transform: scale(0.8) translateX(150%);
transform: scale(0.8) translateX(150%);
opacity: 0.5;
}
}
@keyframes imghvr-zoom-out-right
{
50%
{
-webkit-transform: scale(0.8) translateX(0%);
transform: scale(0.8) translateX(0%);
opacity: 0.5;
}
100%
{
-webkit-transform: scale(0.8) translateX(150%);
transform: scale(0.8) translateX(150%);
opacity: 0.5;
}
} .imghvr-zoom-out-flip-horiz {
-webkit-perspective: 50em;
perspective: 50em;
}
.imghvr-zoom-out-flip-horiz figcaption {
opacity: 0;
-webkit-transform: rotateX(90deg) translateY(-100%) scale(0.5);
transform: rotateX(90deg) translateY(-100%) scale(0.5);
}
.imghvr-zoom-out-flip-horiz:hover > img, .imghvr-zoom-out-flip-horiz.hover > img {
-webkit-transform: rotateX(-100deg) translateY(50%) scale(0.5);
transform: rotateX(-100deg) translateY(50%) scale(0.5);
opacity: 0;
-webkit-transition-delay: 0;
transition-delay: 0;
}
.imghvr-zoom-out-flip-horiz:hover figcaption, .imghvr-zoom-out-flip-horiz.hover figcaption {
-webkit-transform: rotateX(0) translateY(0%) scale(1);
transform: rotateX(0) translateY(0%) scale(1);
opacity: 1;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .imghvr-zoom-out-flip-vert {
-webkit-perspective: 50em;
perspective: 50em;
}
.imghvr-zoom-out-flip-vert figcaption {
opacity: 0;
-webkit-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
transform: rotateY(90deg) translate(50%, 0) scale(0.5);
}
.imghvr-zoom-out-flip-vert:hover > img, .imghvr-zoom-out-flip-vert.hover > img {
-webkit-transform: rotateY(-100deg) translateX(50%) scale(0.5);
transform: rotateY(-100deg) translateX(50%) scale(0.5);
opacity: 0;
-webkit-transition-delay: 0;
transition-delay: 0;
}
.imghvr-zoom-out-flip-vert:hover figcaption, .imghvr-zoom-out-flip-vert.hover figcaption {
-webkit-transform: rotateY(0) translate(0, 0) scale(1);
transform: rotateY(0) translate(0, 0) scale(1);
opacity: 1;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .imghvr-blur figcaption {
opacity: 0;
}
.imghvr-blur:hover > img {
-webkit-filter: blur(30px);
filter: blur(30px);
-webkit-transform: scale(1.2);
transform: scale(1.2);
opacity: 0;
}
.imghvr-blur:hover figcaption {
opacity: 1;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
} [class^='imghvr-blocks']:before, [class^='imghvr-blocks']:after, [class^='imghvr-blocks'] figcaption:before, [class^='imghvr-blocks'] figcaption:after, [class*=' imghvr-blocks']:before, [class*=' imghvr-blocks']:after, [class*=' imghvr-blocks'] figcaption:before, [class*=' imghvr-blocks'] figcaption:after {
background-color: #111111;
opacity: 0;
position: absolute;
content: '';
height: 50%;
width: 50%;
}
[class^='imghvr-blocks']:before, [class^='imghvr-blocks']:after, [class*=' imghvr-blocks']:before, [class*=' imghvr-blocks']:after {
z-index: 1;
}
[class^='imghvr-blocks']:before, [class*=' imghvr-blocks']:before {
top: 0;
right: 0;
}
[class^='imghvr-blocks']:after, [class*=' imghvr-blocks']:after {
bottom: 0;
left: 0;
}
[class^='imghvr-blocks'] figcaption, [class*=' imghvr-blocks'] figcaption {
z-index: 3;
background-color: transparent;
}
[class^='imghvr-blocks'] figcaption *, [class*=' imghvr-blocks'] figcaption * {
opacity: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
[class^='imghvr-blocks'] figcaption:before, [class^='imghvr-blocks'] figcaption:after, [class*=' imghvr-blocks'] figcaption:before, [class*=' imghvr-blocks'] figcaption:after {
z-index: -1;
}
[class^='imghvr-blocks'] figcaption:before, [class*=' imghvr-blocks'] figcaption:before {
top: 0;
left: 0;
}
[class^='imghvr-blocks'] figcaption:after, [class*=' imghvr-blocks'] figcaption:after {
bottom: 0;
right: 0;
}
[class^='imghvr-blocks'] a, [class*=' imghvr-blocks'] a {
z-index: 3;
}
[class^='imghvr-blocks']:hover:before, [class^='imghvr-blocks']:hover:after, [class^='imghvr-blocks']:hover figcaption:before, [class^='imghvr-blocks']:hover figcaption:after, [class*=' imghvr-blocks']:hover:before, [class*=' imghvr-blocks']:hover:after, [class*=' imghvr-blocks']:hover figcaption:before, [class*=' imghvr-blocks']:hover figcaption:after {
-webkit-transform: translate(0, 0) scale(1);
transform: translate(0, 0) scale(1);
opacity: 1;
}
[class^='imghvr-blocks']:hover figcaption *, [class*=' imghvr-blocks']:hover figcaption * {
opacity: 1;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .imghvr-blocks-rotate-left:before {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.imghvr-blocks-rotate-left:after {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.imghvr-blocks-rotate-left figcaption:before {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.imghvr-blocks-rotate-left figcaption:after {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
} .imghvr-blocks-rotate-right:before {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.imghvr-blocks-rotate-right:after {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.imghvr-blocks-rotate-right figcaption:before {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.imghvr-blocks-rotate-right figcaption:after {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
} .imghvr-blocks-rotate-in-left:before {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.imghvr-blocks-rotate-in-left:after {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.imghvr-blocks-rotate-in-left figcaption:before {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.imghvr-blocks-rotate-in-left figcaption:after {
-webkit-transform: translateX(100%);
transform: translateX(100%);
} .imghvr-blocks-rotate-in-right:before {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.imghvr-blocks-rotate-in-right:after {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.imghvr-blocks-rotate-in-right figcaption:before {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.imghvr-blocks-rotate-in-right figcaption:after {
-webkit-transform: translateY(100%);
transform: translateY(100%);
} .imghvr-blocks-in:before {
-webkit-transform: translate(100%, -100%);
transform: translate(100%, -100%);
}
.imghvr-blocks-in:after {
-webkit-transform: translate(-100%, 100%);
transform: translate(-100%, 100%);
}
.imghvr-blocks-in figcaption:before {
-webkit-transform: translate(-100%, -100%);
transform: translate(-100%, -100%);
}
.imghvr-blocks-in figcaption:after {
-webkit-transform: translate(100%, 100%);
transform: translate(100%, 100%);
} .imghvr-blocks-out:before {
-webkit-transform: translate(-100%, 100%);
transform: translate(-100%, 100%);
}
.imghvr-blocks-out:after {
-webkit-transform: translate(100%, -100%);
transform: translate(100%, -100%);
}
.imghvr-blocks-out figcaption:before {
-webkit-transform: translate(100%, 100%);
transform: translate(100%, 100%);
}
.imghvr-blocks-out figcaption:after {
-webkit-transform: translate(-100%, -100%);
transform: translate(-100%, -100%);
} .imghvr-blocks-float-up:before, .imghvr-blocks-float-up:after, .imghvr-blocks-float-up figcaption:before, .imghvr-blocks-float-up figcaption:after {
-webkit-transform: translate(0, 200%);
transform: translate(0, 200%);
}
.imghvr-blocks-float-up:before {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.imghvr-blocks-float-up:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-blocks-float-up figcaption:before {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.imghvr-blocks-float-up figcaption:after {
-webkit-transition-delay: 0.14s;
transition-delay: 0.14s;
}
.imghvr-blocks-float-up:hover:before {
-webkit-transition-delay: 0.14s;
transition-delay: 0.14s;
}
.imghvr-blocks-float-up:hover:after {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.imghvr-blocks-float-up:hover figcaption:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-blocks-float-up:hover figcaption:after {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.imghvr-blocks-float-up:hover figcaption * {
-webkit-transition-delay: 0.49s;
transition-delay: 0.49s;
} .imghvr-blocks-float-down:before, .imghvr-blocks-float-down:after, .imghvr-blocks-float-down figcaption:before, .imghvr-blocks-float-down figcaption:after {
-webkit-transform: translate(0, -200%);
transform: translate(0, -200%);
}
.imghvr-blocks-float-down:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-blocks-float-down:after {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.imghvr-blocks-float-down figcaption:before {
-webkit-transition-delay: 0.14s;
transition-delay: 0.14s;
}
.imghvr-blocks-float-down figcaption:after {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.imghvr-blocks-float-down:hover:before {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.imghvr-blocks-float-down:hover:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-blocks-float-down:hover figcaption:before {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.imghvr-blocks-float-down:hover figcaption:after {
-webkit-transition-delay: 0.14s;
transition-delay: 0.14s;
}
.imghvr-blocks-float-down:hover figcaption * {
-webkit-transition-delay: 0.49s;
transition-delay: 0.49s;
} .imghvr-blocks-float-left:before, .imghvr-blocks-float-left:after, .imghvr-blocks-float-left figcaption:before, .imghvr-blocks-float-left figcaption:after {
-webkit-transform: translate(200%, 0);
transform: translate(200%, 0);
}
.imghvr-blocks-float-left:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-blocks-float-left:after {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.imghvr-blocks-float-left figcaption:before {
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.imghvr-blocks-float-left figcaption:after {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.imghvr-blocks-float-left:hover:before {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.imghvr-blocks-float-left:hover:after {
-webkit-transition-delay: 0.14s;
transition-delay: 0.14s;
}
.imghvr-blocks-float-left:hover figcaption:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-blocks-float-left:hover figcaption:after {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.imghvr-blocks-float-left:hover figcaption * {
-webkit-transition-delay: 0.49s;
transition-delay: 0.49s;
} .imghvr-blocks-float-right:before, .imghvr-blocks-float-right:after, .imghvr-blocks-float-right figcaption:before, .imghvr-blocks-float-right figcaption:after {
-webkit-transform: translate(-200%, 0);
transform: translate(-200%, 0);
}
.imghvr-blocks-float-right:before {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.imghvr-blocks-float-right:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-blocks-float-right figcaption:before {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.imghvr-blocks-float-right figcaption:after {
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.imghvr-blocks-float-right:hover:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-blocks-float-right:hover:after {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.imghvr-blocks-float-right:hover figcaption:before {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.imghvr-blocks-float-right:hover figcaption:after {
-webkit-transition-delay: 0.14s;
transition-delay: 0.14s;
}
.imghvr-blocks-float-right:hover figcaption * {
-webkit-transition-delay: 0.49s;
transition-delay: 0.49s;
} .imghvr-blocks-zoom-top-left:before, .imghvr-blocks-zoom-top-left:after, .imghvr-blocks-zoom-top-left figcaption:before, .imghvr-blocks-zoom-top-left figcaption:after {
-webkit-transform: scale(0.05);
transform: scale(0.05);
}
.imghvr-blocks-zoom-top-left:hover:before {
-webkit-transition-delay: 0.175s;
transition-delay: 0.175s;
}
.imghvr-blocks-zoom-top-left:hover:after {
-webkit-transition-delay: 0.175s;
transition-delay: 0.175s;
}
.imghvr-blocks-zoom-top-left:hover figcaption:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-blocks-zoom-top-left:hover figcaption:after {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.imghvr-blocks-zoom-top-left:hover figcaption * {
-webkit-transition-delay: 0.49s;
transition-delay: 0.49s;
} .imghvr-blocks-zoom-top-right:before, .imghvr-blocks-zoom-top-right:after, .imghvr-blocks-zoom-top-right figcaption:before, .imghvr-blocks-zoom-top-right figcaption:after {
-webkit-transform: scale(0.05);
transform: scale(0.05);
}
.imghvr-blocks-zoom-top-right:hover:before {
-webkit-transition-delay: 0, 0s;
transition-delay: 0, 0s;
}
.imghvr-blocks-zoom-top-right:hover:after {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.imghvr-blocks-zoom-top-right:hover figcaption:before {
-webkit-transition-delay: 0.175s;
transition-delay: 0.175s;
}
.imghvr-blocks-zoom-top-right:hover figcaption:after {
-webkit-transition-delay: 0.175s;
transition-delay: 0.175s;
}
.imghvr-blocks-zoom-top-right:hover figcaption * {
-webkit-transition-delay: 0.49s;
transition-delay: 0.49s;
} .imghvr-blocks-zoom-bottom-left:before, .imghvr-blocks-zoom-bottom-left:after, .imghvr-blocks-zoom-bottom-left figcaption:before, .imghvr-blocks-zoom-bottom-left figcaption:after {
-webkit-transform: scale(0.05);
transform: scale(0.05);
}
.imghvr-blocks-zoom-bottom-left:hover:before {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.imghvr-blocks-zoom-bottom-left:hover:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-blocks-zoom-bottom-left:hover figcaption:before {
-webkit-transition-delay: 0.175s;
transition-delay: 0.175s;
}
.imghvr-blocks-zoom-bottom-left:hover figcaption:after {
-webkit-transition-delay: 0.175s;
transition-delay: 0.175s;
}
.imghvr-blocks-zoom-bottom-left:hover figcaption * {
-webkit-transition-delay: 0.49s;
transition-delay: 0.49s;
} .imghvr-blocks-zoom-bottom-right:before, .imghvr-blocks-zoom-bottom-right:after, .imghvr-blocks-zoom-bottom-right figcaption:before, .imghvr-blocks-zoom-bottom-right figcaption:after {
-webkit-transform: scale(0.05);
transform: scale(0.05);
}
.imghvr-blocks-zoom-bottom-right:hover:before {
-webkit-transition-delay: 0.175s;
transition-delay: 0.175s;
}
.imghvr-blocks-zoom-bottom-right:hover:after {
-webkit-transition-delay: 0.175s;
transition-delay: 0.175s;
}
.imghvr-blocks-zoom-bottom-right:hover figcaption:before {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.imghvr-blocks-zoom-bottom-right:hover figcaption:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-blocks-zoom-bottom-right:hover figcaption * {
-webkit-transition-delay: 0.49s;
transition-delay: 0.49s;
} [class^='imghvr-strip-shutter']:before, [class^='imghvr-strip-shutter']:after, [class^='imghvr-strip-shutter'] figcaption:before, [class^='imghvr-strip-shutter'] figcaption:after, [class*=' imghvr-strip-shutter']:before, [class*=' imghvr-strip-shutter']:after, [class*=' imghvr-strip-shutter'] figcaption:before, [class*=' imghvr-strip-shutter'] figcaption:after {
background-color: #111111;
opacity: 0;
position: absolute;
content: '';
}
[class^='imghvr-strip-shutter']:before, [class^='imghvr-strip-shutter']:after, [class*=' imghvr-strip-shutter']:before, [class*=' imghvr-strip-shutter']:after {
z-index: 1;
}
[class^='imghvr-strip-shutter'] figcaption, [class*=' imghvr-strip-shutter'] figcaption {
z-index: 3;
background-color: transparent;
}
[class^='imghvr-strip-shutter'] figcaption *, [class*=' imghvr-strip-shutter'] figcaption * {
opacity: 0;
}
[class^='imghvr-strip-shutter'] figcaption:before, [class^='imghvr-strip-shutter'] figcaption:after, [class*=' imghvr-strip-shutter'] figcaption:before, [class*=' imghvr-strip-shutter'] figcaption:after {
z-index: -1;
}
[class^='imghvr-strip-shutter'] a, [class*=' imghvr-strip-shutter'] a {
z-index: 3;
}
[class^='imghvr-strip-shutter']:hover:before, [class^='imghvr-strip-shutter']:hover:after, [class^='imghvr-strip-shutter']:hover figcaption:before, [class^='imghvr-strip-shutter']:hover figcaption:after, [class*=' imghvr-strip-shutter']:hover:before, [class*=' imghvr-strip-shutter']:hover:after, [class*=' imghvr-strip-shutter']:hover figcaption:before, [class*=' imghvr-strip-shutter']:hover figcaption:after {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
[class^='imghvr-strip-shutter']:hover figcaption *, [class*=' imghvr-strip-shutter']:hover figcaption * {
opacity: 1;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .imghvr-strip-shutter-up:before, .imghvr-strip-shutter-up:after, .imghvr-strip-shutter-up figcaption:before, .imghvr-strip-shutter-up figcaption:after {
height: 26%;
width: 100%;
-webkit-transform: scaleX(0);
transform: scaleX(0);
left: 0;
}
.imghvr-strip-shutter-up:before {
top: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-strip-shutter-up:after {
top: 25%;
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.imghvr-strip-shutter-up figcaption:before {
top: 50%;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.imghvr-strip-shutter-up figcaption:after {
top: 75%;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .imghvr-strip-shutter-down:before, .imghvr-strip-shutter-down:after, .imghvr-strip-shutter-down figcaption:before, .imghvr-strip-shutter-down figcaption:after {
height: 26%;
width: 100%;
-webkit-transform: scaleX(0);
transform: scaleX(0);
left: 0;
}
.imghvr-strip-shutter-down:before {
top: 0;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.imghvr-strip-shutter-down:after {
top: 25%;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.imghvr-strip-shutter-down figcaption:before {
top: 50%;
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.imghvr-strip-shutter-down figcaption:after {
top: 75%;
-webkit-transition-delay: 0s;
transition-delay: 0s;
} .imghvr-strip-shutter-left:before, .imghvr-strip-shutter-left:after, .imghvr-strip-shutter-left figcaption:before, .imghvr-strip-shutter-left figcaption:after {
width: 26%;
height: 100%;
-webkit-transform: scaleY(0);
transform: scaleY(0);
top: 0;
}
.imghvr-strip-shutter-left:before {
left: 0;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.imghvr-strip-shutter-left:after {
left: 25%;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.imghvr-strip-shutter-left figcaption:before {
left: 50%;
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.imghvr-strip-shutter-left figcaption:after {
left: 75%;
-webkit-transition-delay: 0s;
transition-delay: 0s;
} .imghvr-strip-shutter-right:before, .imghvr-strip-shutter-right:after, .imghvr-strip-shutter-right figcaption:before, .imghvr-strip-shutter-right figcaption:after {
width: 26%;
height: 100%;
-webkit-transform: scaleY(0);
transform: scaleY(0);
top: 0;
}
.imghvr-strip-shutter-right:before {
left: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-strip-shutter-right:after {
left: 25%;
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.imghvr-strip-shutter-right figcaption:before {
left: 50%;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.imghvr-strip-shutter-right figcaption:after {
left: 75%;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} [class^='imghvr-strip-horiz']:before, [class^='imghvr-strip-horiz']:after, [class^='imghvr-strip-horiz'] figcaption:before, [class^='imghvr-strip-horiz'] figcaption:after, [class*=' imghvr-strip-horiz']:before, [class*=' imghvr-strip-horiz']:after, [class*=' imghvr-strip-horiz'] figcaption:before, [class*=' imghvr-strip-horiz'] figcaption:after {
background-color: #111111;
opacity: 0;
position: absolute;
content: '';
height: 26%;
width: 100%;
-webkit-transform: scaleX(0);
transform: scaleX(0);
left: 0;
}
[class^='imghvr-strip-horiz']:before, [class^='imghvr-strip-horiz']:after, [class*=' imghvr-strip-horiz']:before, [class*=' imghvr-strip-horiz']:after {
z-index: 1;
}
[class^='imghvr-strip-horiz']:before, [class*=' imghvr-strip-horiz']:before {
top: 0;
}
[class^='imghvr-strip-horiz']:after, [class*=' imghvr-strip-horiz']:after {
top: 25%;
}
[class^='imghvr-strip-horiz'] figcaption, [class*=' imghvr-strip-horiz'] figcaption {
z-index: 3;
background-color: transparent;
}
[class^='imghvr-strip-horiz'] figcaption *, [class*=' imghvr-strip-horiz'] figcaption * {
opacity: 0;
}
[class^='imghvr-strip-horiz'] figcaption:before, [class^='imghvr-strip-horiz'] figcaption:after, [class*=' imghvr-strip-horiz'] figcaption:before, [class*=' imghvr-strip-horiz'] figcaption:after {
z-index: -1;
}
[class^='imghvr-strip-horiz'] figcaption:before, [class*=' imghvr-strip-horiz'] figcaption:before {
top: 50%;
}
[class^='imghvr-strip-horiz'] figcaption:after, [class*=' imghvr-strip-horiz'] figcaption:after {
top: 75%;
}
[class^='imghvr-strip-horiz'] a, [class*=' imghvr-strip-horiz'] a {
z-index: 3;
}
[class^='imghvr-strip-horiz']:hover:before, [class^='imghvr-strip-horiz']:hover:after, [class^='imghvr-strip-horiz']:hover figcaption:before, [class^='imghvr-strip-horiz']:hover figcaption:after, [class*=' imghvr-strip-horiz']:hover:before, [class*=' imghvr-strip-horiz']:hover:after, [class*=' imghvr-strip-horiz']:hover figcaption:before, [class*=' imghvr-strip-horiz']:hover figcaption:after {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
[class^='imghvr-strip-horiz']:hover figcaption *, [class*=' imghvr-strip-horiz']:hover figcaption * {
opacity: 1;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .imghvr-strip-horiz-up:before, .imghvr-strip-horiz-up:after, .imghvr-strip-horiz-up figcaption:before, .imghvr-strip-horiz-up figcaption:after {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
} .imghvr-strip-horiz-down:before, .imghvr-strip-horiz-down:after, .imghvr-strip-horiz-down figcaption:before, .imghvr-strip-horiz-down figcaption:after {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
} .imghvr-strip-horiz-top-left:before, .imghvr-strip-horiz-top-left:after, .imghvr-strip-horiz-top-left figcaption:before, .imghvr-strip-horiz-top-left figcaption:after {
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
.imghvr-strip-horiz-top-left:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-strip-horiz-top-left:after {
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.imghvr-strip-horiz-top-left figcaption:before {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.imghvr-strip-horiz-top-left figcaption:after {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .imghvr-strip-horiz-top-right:before, .imghvr-strip-horiz-top-right:after, .imghvr-strip-horiz-top-right figcaption:before, .imghvr-strip-horiz-top-right figcaption:after {
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.imghvr-strip-horiz-top-right:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-strip-horiz-top-right:after {
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.imghvr-strip-horiz-top-right figcaption:before {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.imghvr-strip-horiz-top-right figcaption:after {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .imghvr-strip-horiz-bottom-left:before, .imghvr-strip-horiz-bottom-left:after, .imghvr-strip-horiz-bottom-left figcaption:before, .imghvr-strip-horiz-bottom-left figcaption:after {
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
.imghvr-strip-horiz-bottom-left:before {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.imghvr-strip-horiz-bottom-left:after {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.imghvr-strip-horiz-bottom-left figcaption:before {
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.imghvr-strip-horiz-bottom-left figcaption:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
} .imghvr-strip-horiz-bottom-right:before, .imghvr-strip-horiz-bottom-right:after, .imghvr-strip-horiz-bottom-right figcaption:before, .imghvr-strip-horiz-bottom-right figcaption:after {
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.imghvr-strip-horiz-bottom-right:before {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.imghvr-strip-horiz-bottom-right:after {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.imghvr-strip-horiz-bottom-right figcaption:before {
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.imghvr-strip-horiz-bottom-right figcaption:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
} [class^='imghvr-strip-vert']:before, [class^='imghvr-strip-vert']:after, [class^='imghvr-strip-vert'] figcaption:before, [class^='imghvr-strip-vert'] figcaption:after, [class*=' imghvr-strip-vert']:before, [class*=' imghvr-strip-vert']:after, [class*=' imghvr-strip-vert'] figcaption:before, [class*=' imghvr-strip-vert'] figcaption:after {
background-color: #111111;
opacity: 0;
position: absolute;
content: '';
width: 26%;
height: 100%;
-webkit-transform: scaleY(0);
transform: scaleY(0);
top: 0;
}
[class^='imghvr-strip-vert']:before, [class^='imghvr-strip-vert']:after, [class*=' imghvr-strip-vert']:before, [class*=' imghvr-strip-vert']:after {
z-index: 1;
}
[class^='imghvr-strip-vert']:before, [class*=' imghvr-strip-vert']:before {
left: 0;
}
[class^='imghvr-strip-vert']:after, [class*=' imghvr-strip-vert']:after {
left: 25%;
}
[class^='imghvr-strip-vert'] figcaption, [class*=' imghvr-strip-vert'] figcaption {
z-index: 3;
background-color: transparent;
}
[class^='imghvr-strip-vert'] figcaption *, [class*=' imghvr-strip-vert'] figcaption * {
opacity: 0;
}
[class^='imghvr-strip-vert'] figcaption:before, [class^='imghvr-strip-vert'] figcaption:after, [class*=' imghvr-strip-vert'] figcaption:before, [class*=' imghvr-strip-vert'] figcaption:after {
z-index: -1;
}
[class^='imghvr-strip-vert'] figcaption:before, [class*=' imghvr-strip-vert'] figcaption:before {
left: 50%;
}
[class^='imghvr-strip-vert'] figcaption:after, [class*=' imghvr-strip-vert'] figcaption:after {
left: 75%;
}
[class^='imghvr-strip-vert'] a, [class*=' imghvr-strip-vert'] a {
z-index: 3;
}
[class^='imghvr-strip-vert']:hover:before, [class^='imghvr-strip-vert']:hover:after, [class^='imghvr-strip-vert']:hover figcaption:before, [class^='imghvr-strip-vert']:hover figcaption:after, [class*=' imghvr-strip-vert']:hover:before, [class*=' imghvr-strip-vert']:hover:after, [class*=' imghvr-strip-vert']:hover figcaption:before, [class*=' imghvr-strip-vert']:hover figcaption:after {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
[class^='imghvr-strip-vert']:hover figcaption *, [class*=' imghvr-strip-vert']:hover figcaption * {
opacity: 1;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .imghvr-strip-vert-left:before, .imghvr-strip-vert-left:after, .imghvr-strip-vert-left figcaption:before, .imghvr-strip-vert-left figcaption:after {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
} .imghvr-strip-vert-right:before, .imghvr-strip-vert-right:after, .imghvr-strip-vert-right figcaption:before, .imghvr-strip-vert-right figcaption:after {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0% 50%;
transform-origin: 0% 50%;
} .imghvr-strip-vert-top-left:before, .imghvr-strip-vert-top-left:after, .imghvr-strip-vert-top-left figcaption:before, .imghvr-strip-vert-top-left figcaption:after {
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
.imghvr-strip-vert-top-left:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-strip-vert-top-left:after {
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.imghvr-strip-vert-top-left figcaption:before {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.imghvr-strip-vert-top-left figcaption:after {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .imghvr-strip-vert-top-right:before, .imghvr-strip-vert-top-right:after, .imghvr-strip-vert-top-right figcaption:before, .imghvr-strip-vert-top-right figcaption:after {
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
.imghvr-strip-vert-top-right:before {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.imghvr-strip-vert-top-right:after {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.imghvr-strip-vert-top-right figcaption:before {
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.imghvr-strip-vert-top-right figcaption:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
} .imghvr-strip-vert-bottom-left:before, .imghvr-strip-vert-bottom-left:after, .imghvr-strip-vert-bottom-left figcaption:before, .imghvr-strip-vert-bottom-left figcaption:after {
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
}
.imghvr-strip-vert-bottom-left:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-strip-vert-bottom-left:after {
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.imghvr-strip-vert-bottom-left figcaption:before {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.imghvr-strip-vert-bottom-left figcaption:after {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .imghvr-strip-vert-bottom-right:before, .imghvr-strip-vert-bottom-right:after, .imghvr-strip-vert-bottom-right figcaption:before, .imghvr-strip-vert-bottom-right figcaption:after {
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
}
.imghvr-strip-vert-bottom-right:before {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.imghvr-strip-vert-bottom-right:after {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.imghvr-strip-vert-bottom-right figcaption:before {
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.imghvr-strip-vert-bottom-right figcaption:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
} [class^='imghvr-pixel']:before, [class^='imghvr-pixel']:after, [class^='imghvr-pixel'] figcaption:before, [class^='imghvr-pixel'] figcaption:after, [class*=' imghvr-pixel']:before, [class*=' imghvr-pixel']:after, [class*=' imghvr-pixel'] figcaption:before, [class*=' imghvr-pixel'] figcaption:after {
-webkit-transition: all 0.35s steps(4);
transition: all 0.35s steps(4);
background-color: #111111;
opacity: 0;
position: absolute;
content: '';
height: 26%;
width: 100%;
-webkit-transform: scaleX(0);
transform: scaleX(0);
left: 0;
}
[class^='imghvr-pixel']:before, [class^='imghvr-pixel']:after, [class*=' imghvr-pixel']:before, [class*=' imghvr-pixel']:after {
z-index: 1;
}
[class^='imghvr-pixel']:before, [class*=' imghvr-pixel']:before {
top: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
[class^='imghvr-pixel']:after, [class*=' imghvr-pixel']:after {
top: 25%;
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
[class^='imghvr-pixel'] figcaption, [class*=' imghvr-pixel'] figcaption {
z-index: 3;
background-color: transparent;
}
[class^='imghvr-pixel'] figcaption *, [class*=' imghvr-pixel'] figcaption * {
opacity: 0;
}
[class^='imghvr-pixel'] figcaption:before, [class^='imghvr-pixel'] figcaption:after, [class*=' imghvr-pixel'] figcaption:before, [class*=' imghvr-pixel'] figcaption:after {
z-index: -1;
}
[class^='imghvr-pixel'] figcaption:before, [class*=' imghvr-pixel'] figcaption:before {
top: 50%;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
[class^='imghvr-pixel'] figcaption:after, [class*=' imghvr-pixel'] figcaption:after {
top: 75%;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
[class^='imghvr-pixel'] a, [class*=' imghvr-pixel'] a {
z-index: 3;
}
[class^='imghvr-pixel']:hover:before, [class^='imghvr-pixel']:hover:after, [class^='imghvr-pixel']:hover figcaption:before, [class^='imghvr-pixel']:hover figcaption:after, [class*=' imghvr-pixel']:hover:before, [class*=' imghvr-pixel']:hover:after, [class*=' imghvr-pixel']:hover figcaption:before, [class*=' imghvr-pixel']:hover figcaption:after {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
[class^='imghvr-pixel']:hover figcaption *, [class*=' imghvr-pixel']:hover figcaption * {
opacity: 1;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .imghvr-pixel-up:before, .imghvr-pixel-up:after, .imghvr-pixel-up figcaption:before, .imghvr-pixel-up figcaption:after {
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
}
.imghvr-pixel-up:before {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.imghvr-pixel-up:after {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.imghvr-pixel-up figcaption:before {
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.imghvr-pixel-up figcaption:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
} .imghvr-pixel-down:before, .imghvr-pixel-down:after, .imghvr-pixel-down figcaption:before, .imghvr-pixel-down figcaption:after {
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
}
.imghvr-pixel-down:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-pixel-down:after {
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.imghvr-pixel-down figcaption:before {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.imghvr-pixel-down figcaption:after {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .imghvr-pixel-left:before, .imghvr-pixel-left:after, .imghvr-pixel-left figcaption:before, .imghvr-pixel-left figcaption:after {
width: 25.1%;
height: 100%;
-webkit-transform: scaleY(0);
transform: scaleY(0);
top: 0;
}
.imghvr-pixel-left:before {
left: 0;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.imghvr-pixel-left:after {
left: 25%;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.imghvr-pixel-left figcaption:before {
left: 50%;
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.imghvr-pixel-left figcaption:after {
left: 75%;
-webkit-transition-delay: 0s;
transition-delay: 0s;
} .imghvr-pixel-right:before, .imghvr-pixel-right:after, .imghvr-pixel-right figcaption:before, .imghvr-pixel-right figcaption:after {
width: 25.1%;
height: 100%;
-webkit-transform: scaleY(0);
transform: scaleY(0);
top: 0;
}
.imghvr-pixel-right:before {
left: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-pixel-right:after {
left: 25%;
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.imghvr-pixel-right figcaption:before {
left: 50%;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.imghvr-pixel-right figcaption:after {
left: 75%;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .imghvr-pixel-top-left:before, .imghvr-pixel-top-left:after, .imghvr-pixel-top-left figcaption:before, .imghvr-pixel-top-left figcaption:after {
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
.imghvr-pixel-top-left:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-pixel-top-left:after {
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.imghvr-pixel-top-left figcaption:before {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.imghvr-pixel-top-left figcaption:after {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .imghvr-pixel-top-right:before, .imghvr-pixel-top-right:after, .imghvr-pixel-top-right figcaption:before, .imghvr-pixel-top-right figcaption:after {
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.imghvr-pixel-top-right:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-pixel-top-right:after {
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.imghvr-pixel-top-right figcaption:before {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.imghvr-pixel-top-right figcaption:after {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .imghvr-pixel-bottom-left:before, .imghvr-pixel-bottom-left:after, .imghvr-pixel-bottom-left figcaption:before, .imghvr-pixel-bottom-left figcaption:after {
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
.imghvr-pixel-bottom-left:before {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.imghvr-pixel-bottom-left:after {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.imghvr-pixel-bottom-left figcaption:before {
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.imghvr-pixel-bottom-left figcaption:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
} .imghvr-pixel-bottom-right:before, .imghvr-pixel-bottom-right:after, .imghvr-pixel-bottom-right figcaption:before, .imghvr-pixel-bottom-right figcaption:after {
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.imghvr-pixel-bottom-right:before {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.imghvr-pixel-bottom-right:after {
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.imghvr-pixel-bottom-right figcaption:before {
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.imghvr-pixel-bottom-right figcaption:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
} [class^='imghvr-pivot-in'] figcaption, [class*=' imghvr-pivot-in'] figcaption {
background-color: #111111;
}
[class^='imghvr-pivot-in']:hover figcaption, [class*=' imghvr-pivot-in']:hover figcaption {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
} .imghvr-pivot-in-top-left figcaption {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
} .imghvr-pivot-in-top-right figcaption {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
} .imghvr-pivot-in-bottom-left figcaption {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
} .imghvr-pivot-in-bottom-right figcaption {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
} [class^='imghvr-pivot-out'] > img, [class*=' imghvr-pivot-out'] > img {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
[class^='imghvr-pivot-out'] figcaption, [class*=' imghvr-pivot-out'] figcaption {
background-color: #111111;
z-index: -1;
} .imghvr-pivot-out-top-left > img {
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
.imghvr-pivot-out-top-left:hover > img {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
} .imghvr-pivot-out-top-right > img {
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.imghvr-pivot-out-top-right:hover > img {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
} .imghvr-pivot-out-bottom-left > img {
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
}
.imghvr-pivot-out-bottom-left:hover > img {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
} .imghvr-pivot-out-bottom-right > img {
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.imghvr-pivot-out-bottom-right:hover > img {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
} [class^='imghvr-throw-in'] figcaption, [class*=' imghvr-throw-in'] figcaption {
background-color: #111111;
}
[class^='imghvr-throw-in']:hover figcaption, [class*=' imghvr-throw-in']:hover figcaption {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
} .imghvr-throw-in-up figcaption {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
}
.imghvr-throw-in-up:hover figcaption {
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
} .imghvr-throw-in-down figcaption {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 100% 0%;
transform-origin: 100% 0%;
}
.imghvr-throw-in-down:hover figcaption {
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
} .imghvr-throw-in-left figcaption {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: 100% 0%;
transform-origin: 100% 0%;
}
.imghvr-throw-in-left:hover figcaption {
-webkit-transform-origin: 0% 100%;
transform-origin: 0% 100%;
} .imghvr-throw-in-right figcaption {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 0 0%;
transform-origin: 0 0%;
}
.imghvr-throw-in-right:hover figcaption {
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
} [class^='imghvr-throw-out'] > img, [class*=' imghvr-throw-out'] > img {
-webkit-transform: rotate(0);
transform: rotate(0);
}
[class^='imghvr-throw-out'] figcaption, [class*=' imghvr-throw-out'] figcaption {
background-color: #111111;
z-index: -1;
} .imghvr-throw-out-up > img {
-webkit-transform-origin: 0% 100%;
transform-origin: 0% 100%;
}
.imghvr-throw-out-up:hover > img {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
} .imghvr-throw-out-down > img {
-webkit-transform-origin: 0% 100%;
transform-origin: 0% 100%;
}
.imghvr-throw-out-down:hover > img {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
} .imghvr-throw-out-left > img {
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.imghvr-throw-out-left:hover > img {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
} .imghvr-throw-out-right > img {
-webkit-transform-origin: 0% 0;
transform-origin: 0% 0;
}
.imghvr-throw-out-right:hover > img {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
} [class^='imghvr-blinds']:before, [class^='imghvr-blinds']:after, [class^='imghvr-blinds'] figcaption:before, [class^='imghvr-blinds'] figcaption:after, [class*=' imghvr-blinds']:before, [class*=' imghvr-blinds']:after, [class*=' imghvr-blinds'] figcaption:before, [class*=' imghvr-blinds'] figcaption:after {
background-color: #111111;
opacity: 0;
position: absolute;
content: '';
}
[class^='imghvr-blinds']:before, [class^='imghvr-blinds']:after, [class*=' imghvr-blinds']:before, [class*=' imghvr-blinds']:after {
z-index: 1;
}
[class^='imghvr-blinds']:before, [class*=' imghvr-blinds']:before {
top: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
[class^='imghvr-blinds']:after, [class*=' imghvr-blinds']:after {
top: 25%;
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
[class^='imghvr-blinds'] figcaption, [class*=' imghvr-blinds'] figcaption {
z-index: 3;
background-color: transparent;
}
[class^='imghvr-blinds'] figcaption *, [class*=' imghvr-blinds'] figcaption * {
opacity: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
[class^='imghvr-blinds'] figcaption:before, [class^='imghvr-blinds'] figcaption:after, [class*=' imghvr-blinds'] figcaption:before, [class*=' imghvr-blinds'] figcaption:after {
z-index: -1;
}
[class^='imghvr-blinds'] a, [class*=' imghvr-blinds'] a {
z-index: 3;
}
[class^='imghvr-blinds']:hover:before, [class^='imghvr-blinds']:hover:after, [class^='imghvr-blinds']:hover figcaption:before, [class^='imghvr-blinds']:hover figcaption:after, [class*=' imghvr-blinds']:hover:before, [class*=' imghvr-blinds']:hover:after, [class*=' imghvr-blinds']:hover figcaption:before, [class*=' imghvr-blinds']:hover figcaption:after {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
[class^='imghvr-blinds']:hover figcaption *, [class*=' imghvr-blinds']:hover figcaption * {
opacity: 1;
-webkit-transition-delay: 0.4025s;
transition-delay: 0.4025s;
} .imghvr-blinds-horiz:before, .imghvr-blinds-horiz:after, .imghvr-blinds-horiz figcaption:before, .imghvr-blinds-horiz figcaption:after {
height: 26%;
width: 100%;
-webkit-transform: scaleY(0);
transform: scaleY(0);
left: 0;
}
.imghvr-blinds-horiz:before {
top: 0;
}
.imghvr-blinds-horiz:after {
top: 25%;
}
.imghvr-blinds-horiz figcaption:before {
top: 50%;
}
.imghvr-blinds-horiz figcaption:after {
top: 75%;
}
.imghvr-blinds-horiz:hover figcaption * {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .imghvr-blinds-vert:before, .imghvr-blinds-vert:after, .imghvr-blinds-vert figcaption:before, .imghvr-blinds-vert figcaption:after {
width: 26%;
height: 100%;
-webkit-transform: scaleX(0);
transform: scaleX(0);
top: 0;
}
.imghvr-blinds-vert:before {
left: 0;
}
.imghvr-blinds-vert:after {
left: 25%;
}
.imghvr-blinds-vert figcaption:before {
left: 50%;
}
.imghvr-blinds-vert figcaption:after {
left: 75%;
}
.imghvr-blinds-vert:hover figcaption * {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .imghvr-blinds-up:before, .imghvr-blinds-up:after, .imghvr-blinds-up figcaption:before, .imghvr-blinds-up figcaption:after {
height: 26%;
width: 100%;
-webkit-transform: scaleY(0);
transform: scaleY(0);
left: 0;
}
.imghvr-blinds-up:before {
top: 0;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.imghvr-blinds-up:after {
top: 25%;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.imghvr-blinds-up figcaption:before {
top: 50%;
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.imghvr-blinds-up figcaption:after {
top: 75%;
-webkit-transition-delay: 0s;
transition-delay: 0s;
} .imghvr-blinds-down:before, .imghvr-blinds-down:after, .imghvr-blinds-down figcaption:before, .imghvr-blinds-down figcaption:after {
height: 26%;
width: 100%;
-webkit-transform: scaleY(0);
transform: scaleY(0);
left: 0;
}
.imghvr-blinds-down:before {
top: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-blinds-down:after {
top: 25%;
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.imghvr-blinds-down figcaption:before {
top: 50%;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.imghvr-blinds-down figcaption:after {
top: 75%;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .imghvr-blinds-left:before, .imghvr-blinds-left:after, .imghvr-blinds-left figcaption:before, .imghvr-blinds-left figcaption:after {
width: 26%;
height: 100%;
-webkit-transform: scaleX(0);
transform: scaleX(0);
top: 0;
}
.imghvr-blinds-left:before {
left: 0;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.imghvr-blinds-left:after {
left: 25%;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.imghvr-blinds-left figcaption:before {
left: 50%;
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.imghvr-blinds-left figcaption:after {
left: 75%;
-webkit-transition-delay: 0s;
transition-delay: 0s;
} .imghvr-blinds-right:before, .imghvr-blinds-right:after, .imghvr-blinds-right figcaption:before, .imghvr-blinds-right figcaption:after {
width: 26%;
height: 100%;
-webkit-transform: scaleX(0);
transform: scaleX(0);
top: 0;
}
.imghvr-blinds-right:before {
left: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-blinds-right:after {
left: 25%;
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.imghvr-blinds-right figcaption:before {
left: 50%;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.imghvr-blinds-right figcaption:after {
left: 75%;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} [class^='imghvr-border-reveal'], [class*=' imghvr-border-reveal'] {
background-color: #111111;
}
[class^='imghvr-border-reveal']:before, [class^='imghvr-border-reveal']:after, [class^='imghvr-border-reveal'] figcaption:before, [class^='imghvr-border-reveal'] figcaption:after, [class*=' imghvr-border-reveal']:before, [class*=' imghvr-border-reveal']:after, [class*=' imghvr-border-reveal'] figcaption:before, [class*=' imghvr-border-reveal'] figcaption:after {
background-color: #ffffff;
position: absolute;
content: '';
}
[class^='imghvr-border-reveal']:before, [class^='imghvr-border-reveal']:after, [class*=' imghvr-border-reveal']:before, [class*=' imghvr-border-reveal']:after {
z-index: 1;
height: 4px;
left: 5px;
right: 5px;
-webkit-transform: scaleX(0);
transform: scaleX(0);
}
[class^='imghvr-border-reveal']:before, [class*=' imghvr-border-reveal']:before {
top: 5px;
}
[class^='imghvr-border-reveal']:after, [class*=' imghvr-border-reveal']:after {
bottom: 5px;
}
[class^='imghvr-border-reveal'] figcaption, [class*=' imghvr-border-reveal'] figcaption {
z-index: 3;
background-color: transparent;
}
[class^='imghvr-border-reveal'] figcaption *, [class*=' imghvr-border-reveal'] figcaption * {
opacity: 0;
}
[class^='imghvr-border-reveal'] figcaption:before, [class^='imghvr-border-reveal'] figcaption:after, [class*=' imghvr-border-reveal'] figcaption:before, [class*=' imghvr-border-reveal'] figcaption:after {
z-index: -1;
width: 4px;
top: 5px;
bottom: 5px;
-webkit-transform: scaleY(0);
transform: scaleY(0);
}
[class^='imghvr-border-reveal'] figcaption:before, [class*=' imghvr-border-reveal'] figcaption:before {
left: 5px;
}
[class^='imghvr-border-reveal'] figcaption:after, [class*=' imghvr-border-reveal'] figcaption:after {
right: 5px;
}
[class^='imghvr-border-reveal'] a, [class*=' imghvr-border-reveal'] a {
z-index: 3;
}
[class^='imghvr-border-reveal']:hover > img, [class*=' imghvr-border-reveal']:hover > img {
opacity: 0;
}
[class^='imghvr-border-reveal']:hover:before, [class^='imghvr-border-reveal']:hover:after, [class^='imghvr-border-reveal']:hover figcaption:before, [class^='imghvr-border-reveal']:hover figcaption:after, [class*=' imghvr-border-reveal']:hover:before, [class*=' imghvr-border-reveal']:hover:after, [class*=' imghvr-border-reveal']:hover figcaption:before, [class*=' imghvr-border-reveal']:hover figcaption:after {
-webkit-transform: scale(1);
transform: scale(1);
}
[class^='imghvr-border-reveal']:hover figcaption *, [class*=' imghvr-border-reveal']:hover figcaption * {
opacity: 1;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .imghvr-border-reveal-vert:before, .imghvr-border-reveal-vert:after {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.imghvr-border-reveal-vert:hover:before, .imghvr-border-reveal-vert:hover:after {
-webkit-transition-delay: 0.23333s;
transition-delay: 0.23333s;
} .imghvr-border-reveal-horiz figcaption:before, .imghvr-border-reveal-horiz figcaption:after {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.imghvr-border-reveal-horiz:hover figcaption:before, .imghvr-border-reveal-horiz:hover figcaption:after {
-webkit-transition-delay: 0.23333s;
transition-delay: 0.23333s;
} .imghvr-border-reveal-corners-1:before, .imghvr-border-reveal-corners-1 figcaption:before {
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
.imghvr-border-reveal-corners-1:after, .imghvr-border-reveal-corners-1 figcaption:after {
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
} .imghvr-border-reveal-corners-2:before, .imghvr-border-reveal-corners-2 figcaption:before {
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.imghvr-border-reveal-corners-2:after, .imghvr-border-reveal-corners-2 figcaption:after {
-webkit-transform-origin: 0% 0%;
transform-origin: 0% 0%;
} .imghvr-border-reveal-top-left:before, .imghvr-border-reveal-top-left:after, .imghvr-border-reveal-top-left figcaption:before, .imghvr-border-reveal-top-left figcaption:after {
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
.imghvr-border-reveal-top-left:before {
-webkit-transition-delay: 0.28s;
transition-delay: 0.28s;
}
.imghvr-border-reveal-top-left:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-border-reveal-top-left figcaption:before {
-webkit-transition-delay: 0.28s;
transition-delay: 0.28s;
}
.imghvr-border-reveal-top-left figcaption:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-border-reveal-top-left:hover:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-border-reveal-top-left:hover:after {
-webkit-transition-delay: 0.28s;
transition-delay: 0.28s;
}
.imghvr-border-reveal-top-left:hover figcaption:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-border-reveal-top-left:hover figcaption:after {
-webkit-transition-delay: 0.28s;
transition-delay: 0.28s;
} .imghvr-border-reveal-top-right:before, .imghvr-border-reveal-top-right:after, .imghvr-border-reveal-top-right figcaption:before, .imghvr-border-reveal-top-right figcaption:after {
-webkit-transform-origin: 100% 0%;
transform-origin: 100% 0%;
}
.imghvr-border-reveal-top-right:before {
-webkit-transition-delay: 0.28s;
transition-delay: 0.28s;
}
.imghvr-border-reveal-top-right:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-border-reveal-top-right figcaption:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-border-reveal-top-right figcaption:after {
-webkit-transition-delay: 0.28s;
transition-delay: 0.28s;
}
.imghvr-border-reveal-top-right:hover:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-border-reveal-top-right:hover:after {
-webkit-transition-delay: 0.28s;
transition-delay: 0.28s;
}
.imghvr-border-reveal-top-right:hover figcaption:before {
-webkit-transition-delay: 0.28s;
transition-delay: 0.28s;
}
.imghvr-border-reveal-top-right:hover figcaption:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
} .imghvr-border-reveal-bottom-left:before, .imghvr-border-reveal-bottom-left:after, .imghvr-border-reveal-bottom-left figcaption:before, .imghvr-border-reveal-bottom-left figcaption:after {
-webkit-transform-origin: 0% 100%;
transform-origin: 0% 100%;
}
.imghvr-border-reveal-bottom-left:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-border-reveal-bottom-left:after {
-webkit-transition-delay: 0.28s;
transition-delay: 0.28s;
}
.imghvr-border-reveal-bottom-left figcaption:before {
-webkit-transition-delay: 0.28s;
transition-delay: 0.28s;
}
.imghvr-border-reveal-bottom-left figcaption:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-border-reveal-bottom-left:hover:before {
-webkit-transition-delay: 0.28s;
transition-delay: 0.28s;
}
.imghvr-border-reveal-bottom-left:hover:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-border-reveal-bottom-left:hover figcaption:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-border-reveal-bottom-left:hover figcaption:after {
-webkit-transition-delay: 0.28s;
transition-delay: 0.28s;
} .imghvr-border-reveal-bottom-right:before, .imghvr-border-reveal-bottom-right:after, .imghvr-border-reveal-bottom-right figcaption:before, .imghvr-border-reveal-bottom-right figcaption:after {
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.imghvr-border-reveal-bottom-right:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-border-reveal-bottom-right:after {
-webkit-transition-delay: 0.28s;
transition-delay: 0.28s;
}
.imghvr-border-reveal-bottom-right figcaption:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-border-reveal-bottom-right figcaption:after {
-webkit-transition-delay: 0.28s;
transition-delay: 0.28s;
}
.imghvr-border-reveal-bottom-right:hover:before {
-webkit-transition-delay: 0.28s;
transition-delay: 0.28s;
}
.imghvr-border-reveal-bottom-right:hover:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-border-reveal-bottom-right:hover figcaption:before {
-webkit-transition-delay: 0.28s;
transition-delay: 0.28s;
}
.imghvr-border-reveal-bottom-right:hover figcaption:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
} .imghvr-border-reveal-cc-1:before, .imghvr-border-reveal-cc-1:after, .imghvr-border-reveal-cc-1 figcaption:before, .imghvr-border-reveal-cc-1 figcaption:after {
-webkit-transition-duration: 0.23333s;
transition-duration: 0.23333s;
}
.imghvr-border-reveal-cc-1:before, .imghvr-border-reveal-cc-1 figcaption:after {
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
.imghvr-border-reveal-cc-1:after, .imghvr-border-reveal-cc-1 figcaption:before {
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.imghvr-border-reveal-cc-1:before {
-webkit-transition-delay: 0.525s;
transition-delay: 0.525s;
}
.imghvr-border-reveal-cc-1:after {
-webkit-transition-delay: 0.175s;
transition-delay: 0.175s;
}
.imghvr-border-reveal-cc-1 figcaption:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-border-reveal-cc-1 figcaption:after {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.imghvr-border-reveal-cc-1:hover:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-border-reveal-cc-1:hover:after {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.imghvr-border-reveal-cc-1:hover figcaption:before {
-webkit-transition-delay: 0.525s;
transition-delay: 0.525s;
}
.imghvr-border-reveal-cc-1:hover figcaption:after {
-webkit-transition-delay: 0.175s;
transition-delay: 0.175s;
} .imghvr-border-reveal-ccc-1:before, .imghvr-border-reveal-ccc-1:after, .imghvr-border-reveal-ccc-1 figcaption:before, .imghvr-border-reveal-ccc-1 figcaption:after {
-webkit-transition-duration: 0.23333s;
transition-duration: 0.23333s;
}
.imghvr-border-reveal-ccc-1:before, .imghvr-border-reveal-ccc-1 figcaption:after {
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.imghvr-border-reveal-ccc-1:after, .imghvr-border-reveal-ccc-1 figcaption:before {
-webkit-transform-origin: 0% 0%;
transform-origin: 0% 0%;
}
.imghvr-border-reveal-ccc-1:before {
-webkit-transition-delay: 0;
transition-delay: 0;
}
.imghvr-border-reveal-ccc-1:after {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.imghvr-border-reveal-ccc-1 figcaption:before {
-webkit-transition-delay: 0.525s;
transition-delay: 0.525s;
}
.imghvr-border-reveal-ccc-1 figcaption:after {
-webkit-transition-delay: 0.175s;
transition-delay: 0.175s;
}
.imghvr-border-reveal-ccc-1:hover:before {
-webkit-transition-delay: 0.525s;
transition-delay: 0.525s;
}
.imghvr-border-reveal-ccc-1:hover:after {
-webkit-transition-delay: 0.175s;
transition-delay: 0.175s;
}
.imghvr-border-reveal-ccc-1:hover figcaption:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.imghvr-border-reveal-ccc-1:hover figcaption:after {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .imghvr-border-reveal-cc-2:before, .imghvr-border-reveal-cc-2 figcaption:after {
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
.imghvr-border-reveal-cc-2:after, .imghvr-border-reveal-cc-2 figcaption:before {
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
} .imghvr-border-reveal-ccc-2:before, .imghvr-border-reveal-ccc-2 figcaption:after {
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.imghvr-border-reveal-ccc-2:after, .imghvr-border-reveal-ccc-2 figcaption:before {
-webkit-transform-origin: 0% 0%;
transform-origin: 0% 0%;
} .imghvr-border-reveal-cc-3:before, .imghvr-border-reveal-cc-3 figcaption:after {
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
.imghvr-border-reveal-cc-3:after, .imghvr-border-reveal-cc-3 figcaption:before {
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.imghvr-border-reveal-cc-3:before {
right: 14px;
left: 0;
}
.imghvr-border-reveal-cc-3:after {
left: 14px;
right: 0;
}
.imghvr-border-reveal-cc-3 figcaption:before {
top: 14px;
bottom: 0;
}
.imghvr-border-reveal-cc-3 figcaption:after {
bottom: 14px;
top: 0;
} .imghvr-border-reveal-ccc-3:before, .imghvr-border-reveal-ccc-3 figcaption:after {
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.imghvr-border-reveal-ccc-3:after, .imghvr-border-reveal-ccc-3 figcaption:before {
-webkit-transform-origin: 0% 0%;
transform-origin: 0% 0%;
}
.imghvr-border-reveal-ccc-3:before {
left: 14px;
right: 0;
}
.imghvr-border-reveal-ccc-3:after {
right: 14px;
left: 0;
}
.imghvr-border-reveal-ccc-3 figcaption:before {
bottom: 14px;
top: 0;
}
.imghvr-border-reveal-ccc-3 figcaption:after {
top: 14px;
bottom: 0;
} [class^='imghvr-image-'] figcaption, [class*=' imghvr-image-'] figcaption {
opacity: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
[class^='imghvr-image-']:hover figcaption, [class*=' imghvr-image-']:hover figcaption {
opacity: 1;
-webkit-transition-delay: 0.14s;
transition-delay: 0.14s;
} .imghvr-image-zoom-center:hover > img {
-webkit-transform: scale(1.25);
transform: scale(1.25);
} .imghvr-image-zoom-out:hover > img {
-webkit-transform: scale(0.7);
transform: scale(0.7);
} .imghvr-image-rotate-left:hover > img {
-webkit-transform: scale(1.3) rotate(-15deg);
transform: scale(1.3) rotate(-15deg);
} .imghvr-image-rotate-right:hover > img {
-webkit-transform: scale(1.3) rotate(15deg);
transform: scale(1.3) rotate(15deg);
} *[class^='imghvr-book-open-'], *[class*=' imghvr-book-open-'] {
overflow: visible;
}
*[class^='imghvr-book-open-'] figcaption, *[class*=' imghvr-book-open-'] figcaption {
background-color: transparent;
border: none;
}
*[class^='imghvr-book-open-'] figcaption:before, *[class^='imghvr-book-open-'] figcaption:after, *[class*=' imghvr-book-open-'] figcaption:before, *[class*=' imghvr-book-open-'] figcaption:after {
z-index: -1;
background-color: black;
content: '';
position: absolute;
opacity: 0;
-webkit-transition: all 0.45s ease;
transition: all 0.45s ease;
}
*[class^='imghvr-book-open-']:hover figcaption:before, *[class^='imghvr-book-open-']:hover figcaption:after, *[class*=' imghvr-book-open-']:hover figcaption:before, *[class*=' imghvr-book-open-']:hover figcaption:after {
opacity: 1;
background-color: #111111;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
} .imghvr-book-open-horiz figcaption {
-webkit-perspective: 50em;
perspective: 50em;
}
.imghvr-book-open-horiz figcaption * {
opacity: 0;
}
.imghvr-book-open-horiz figcaption:before, .imghvr-book-open-horiz figcaption:after {
height: 100%;
width: 50%;
top: 0;
}
.imghvr-book-open-horiz figcaption:before {
background-image: -webkit-linear-gradient( left , transparent 60%, rgba(0, 0, 0, 0.1) 99%, rgba(0, 0, 0, 0.15) 100%);
background-image: linear-gradient(to right, transparent 60%, rgba(0, 0, 0, 0.1) 99%, rgba(0, 0, 0, 0.15) 100%);
left: 0;
-webkit-transform: rotateY(90deg);
transform: rotateY(90deg);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.imghvr-book-open-horiz figcaption:after {
background-image: -webkit-linear-gradient( right , transparent 60%, rgba(0, 0, 0, 0.12) 99%, rgba(0, 0, 0, 0.15) 100%);
background-image: linear-gradient(to left, transparent 60%, rgba(0, 0, 0, 0.12) 99%, rgba(0, 0, 0, 0.15) 100%);
right: 0;
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg);
-webkit-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.imghvr-book-open-horiz:hover figcaption * {
opacity: 1;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
} .imghvr-book-open-vert figcaption {
-webkit-perspective: 50em;
perspective: 50em;
}
.imghvr-book-open-vert figcaption * {
opacity: 0;
}
.imghvr-book-open-vert figcaption:before, .imghvr-book-open-vert figcaption:after {
height: 50%;
width: 100%;
left: 0;
}
.imghvr-book-open-vert figcaption:before {
background-image: -webkit-linear-gradient( top , transparent 60%, rgba(0, 0, 0, 0.1) 99%, rgba(0, 0, 0, 0.15) 100%);
background-image: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.1) 99%, rgba(0, 0, 0, 0.15) 100%);
top: 0;
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.imghvr-book-open-vert figcaption:after {
background-image: -webkit-linear-gradient( bottom , transparent 60%, rgba(0, 0, 0, 0.13) 99%, rgba(0, 0, 0, 0.15) 100%);
background-image: linear-gradient(to top, transparent 60%, rgba(0, 0, 0, 0.13) 99%, rgba(0, 0, 0, 0.15) 100%);
bottom: 0;
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.imghvr-book-open-vert:hover figcaption * {
opacity: 1;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
} .imghvr-book-open-up {
-webkit-perspective: 50em;
perspective: 50em;
}
.imghvr-book-open-up > img {
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.imghvr-book-open-up figcaption {
z-index: -1;
}
.imghvr-book-open-up figcaption * {
opacity: 1;
}
.imghvr-book-open-up figcaption:after {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-image: -webkit-linear-gradient( bottom , transparent 80%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.3) 100%);
background-image: linear-gradient(to top, transparent 80%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.3) 100%);
left: 0;
}
.imghvr-book-open-up:hover > img {
-webkit-transform: rotateX(86deg);
transform: rotateX(86deg);
} .imghvr-book-open-down {
-webkit-perspective: 50em;
perspective: 50em;
}
.imghvr-book-open-down > img {
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.imghvr-book-open-down figcaption {
z-index: -1;
}
.imghvr-book-open-down figcaption * {
opacity: 1;
}
.imghvr-book-open-down figcaption:after {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-image: -webkit-linear-gradient( top , transparent 80%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.3) 100%);
background-image: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.3) 100%);
left: 0;
}
.imghvr-book-open-down:hover > img {
-webkit-transform: rotateX(-86deg);
transform: rotateX(-86deg);
} .imghvr-book-open-left {
-webkit-perspective: 50em;
perspective: 50em;
}
.imghvr-book-open-left > img {
-webkit-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.imghvr-book-open-left figcaption {
z-index: -1;
}
.imghvr-book-open-left figcaption * {
opacity: 1;
}
.imghvr-book-open-left figcaption:after {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-image: -webkit-linear-gradient( right , transparent 80%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.3) 100%);
background-image: linear-gradient(to left, transparent 80%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.3) 100%);
left: 0;
}
.imghvr-book-open-left:hover > img {
-webkit-transform: rotateY(-86deg);
transform: rotateY(-86deg);
} .imghvr-book-open-right {
-webkit-perspective: 50em;
perspective: 50em;
}
.imghvr-book-open-right > img {
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.imghvr-book-open-right figcaption {
z-index: -1;
}
.imghvr-book-open-right figcaption * {
opacity: 1;
}
.imghvr-book-open-right figcaption:after {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-image: -webkit-linear-gradient( left , transparent 80%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.3) 100%);
background-image: linear-gradient(to right, transparent 80%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.3) 100%);
left: 0;
}
.imghvr-book-open-right:hover > img {
-webkit-transform: rotateY(86deg);
transform: rotateY(86deg);
} [class^='imghvr-circle-']:before, [class*=' imghvr-circle-']:before {
position: absolute;
top: -25%;
bottom: -25%;
left: -25%;
right: -25%;
content: '';
background-color: #111111;
border-radius: 50%;
-webkit-transition: all 0.35s linear;
transition: all 0.35s linear;
}
[class^='imghvr-circle-'] figcaption, [class*=' imghvr-circle-'] figcaption {
opacity: 0;
background-color: transparent;
}
[class^='imghvr-circle-']:hover:before, [class*=' imghvr-circle-']:hover:before {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
[class^='imghvr-circle-']:hover figcaption, [class*=' imghvr-circle-']:hover figcaption {
opacity: 1;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
} .imghvr-circle-up:before {
-webkit-transform: translateY(100%);
transform: translateY(100%);
} .imghvr-circle-down:before {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
} .imghvr-circle-left:before {
-webkit-transform: translateX(100%);
transform: translateX(100%);
} .imghvr-circle-right:before {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
} .imghvr-circle-top-left:before {
-webkit-transform: translate(-100%, -100%);
transform: translate(-100%, -100%);
} .imghvr-circle-top-right:before {
-webkit-transform: translate(100%, -100%);
transform: translate(100%, -100%);
} .imghvr-circle-bottom-left:before {
-webkit-transform: translate(-100%, 100%);
transform: translate(-100%, 100%);
} .imghvr-circle-bottom-right:before {
-webkit-transform: translate(100%, 100%);
transform: translate(100%, 100%);
} [class^='imghvr-shift'], [class*=' imghvr-shift'] {
overflow: visible;
}
[class^='imghvr-shift'] figcaption, [class*=' imghvr-shift'] figcaption {
background-color: #111111;
opacity: 0;
} .imghvr-shift-top-left:hover figcaption {
opacity: 1;
-webkit-transform: translate(-10px, -10px);
transform: translate(-10px, -10px);
} .imghvr-shift-top-right:hover figcaption {
opacity: 1;
-webkit-transform: translate(10px, -10px);
transform: translate(10px, -10px);
} .imghvr-shift-bottom-left:hover figcaption {
opacity: 1;
-webkit-transform: translate(-10px, 10px);
transform: translate(-10px, 10px);
} .imghvr-shift-bottom-right:hover figcaption {
opacity: 1;
-webkit-transform: translate(10px, 10px);
transform: translate(10px, 10px);
} [class^='imghvr-bounce'] figcaption, [class*=' imghvr-bounce'] figcaption {
background-color: #111111;
opacity: 1;
}
[class^='imghvr-bounce']:hover figcaption, [class*=' imghvr-bounce']:hover figcaption {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
} .imghvr-bounce-in figcaption {
opacity: 0;
}
.imghvr-bounce-in:hover figcaption {
-webkit-animation: imghvr-bounce-in 0.6s ease-in forwards;
animation: imghvr-bounce-in 0.6s ease-in forwards;
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
opacity: 1;
}
@-webkit-keyframes imghvr-bounce-in {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes imghvr-bounce-in {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
} .imghvr-bounce-in-up figcaption {
opacity: 1;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.imghvr-bounce-in-up:hover figcaption {
-webkit-animation: imghvr-bounce-in-up 0.8s ease-in forwards;
animation: imghvr-bounce-in-up 0.8s ease-in forwards;
}
@-webkit-keyframes imghvr-bounce-in-up
{
25%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
}
40% {
-webkit-transform: translateY(25px);
}
65% {
-webkit-transform: translateY(10px);
}
90% {
-webkit-transform: translateY(2px);
}
}
@keyframes imghvr-bounce-in-up
{
25%, 50%, 80%, 100% {
transform: translateY(0);
}
40% {
transform: translateY(25px);
}
65% {
transform: translateY(10px);
}
90% {
transform: translateY(2px);
}
} .imghvr-bounce-in-down figcaption {
opacity: 1;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.imghvr-bounce-in-down:hover figcaption {
-webkit-animation: imghvr-bounce-in-down 0.8s ease-in forwards;
animation: imghvr-bounce-in-down 0.8s ease-in forwards;
}
@-webkit-keyframes imghvr-bounce-in-down
{
25%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
}
40% {
-webkit-transform: translateY(-25px);
}
65% {
-webkit-transform: translateY(-10px);
}
90% {
-webkit-transform: translateY(-2px);
}
}
@keyframes imghvr-bounce-in-down
{
25%, 50%, 80%, 100% {
transform: translateY(0);
}
40% {
transform: translateY(-25px);
}
65% {
transform: translateY(-10px);
}
90% {
transform: translateY(-2px);
}
} .imghvr-bounce-in-left figcaption {
opacity: 1;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.imghvr-bounce-in-left:hover figcaption {
-webkit-animation: imghvr-bounce-in-left 0.8s ease-in forwards;
animation: imghvr-bounce-in-left 0.8s ease-in forwards;
}
@-webkit-keyframes imghvr-bounce-in-left
{
25%, 50%, 80%, 100% {
-webkit-transform: translateX(0);
}
40% {
-webkit-transform: translateX(25px);
}
65% {
-webkit-transform: translateX(10px);
}
90% {
-webkit-transform: translateX(2px);
}
}
@keyframes imghvr-bounce-in-left
{
25%, 50%, 80%, 100% {
transform: translateX(0);
}
40% {
transform: translateX(25px);
}
65% {
transform: translateX(10px);
}
90% {
transform: translateX(2px);
}
} .imghvr-bounce-in-right figcaption {
opacity: 1;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.imghvr-bounce-in-right:hover figcaption {
-webkit-animation: imghvr-bounce-in-right 0.8s ease-in forwards;
animation: imghvr-bounce-in-right 0.8s ease-in forwards;
}
@-webkit-keyframes imghvr-bounce-in-right
{
25%, 50%, 80%, 100% {
-webkit-transform: translateX(0);
}
40% {
-webkit-transform: translateX(-25px);
}
65% {
-webkit-transform: translateX(-10px);
}
90% {
-webkit-transform: translateX(-2px);
}
}
@keyframes imghvr-bounce-in-right
{
25%, 50%, 80%, 100% {
transform: translateX(0);
}
40% {
transform: translateX(-25px);
}
65% {
transform: translateX(-10px);
}
90% {
transform: translateX(-2px);
}
} .imghvr-bounce-out figcaption {
opacity: 0;
}
.imghvr-bounce-out:hover > img {
-webkit-animation: imghvr-bounce-out 0.4025s ease-in forwards;
animation: imghvr-bounce-out 0.4025s ease-in forwards;
}
.imghvr-bounce-out:hover figcaption {
opacity: 1;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
@-webkit-keyframes imghvr-bounce-out {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
@keyframes imghvr-bounce-out {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
} .imghvr-bounce-out-up figcaption {
opacity: 0;
}
.imghvr-bounce-out-up:hover > img {
-webkit-animation: imghvr-bounce-out-up 0.4025s ease-in forwards;
animation: imghvr-bounce-out-up 0.4025s ease-in forwards;
}
.imghvr-bounce-out-up:hover figcaption {
opacity: 1;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
@-webkit-keyframes imghvr-bounce-out-up {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes imghvr-bounce-out-up {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
} .imghvr-bounce-out-down figcaption {
opacity: 0;
}
.imghvr-bounce-out-down:hover > img {
-webkit-animation: imghvr-bounce-out-down 0.4025s ease-in forwards;
animation: imghvr-bounce-out-down 0.4025s ease-in forwards;
}
.imghvr-bounce-out-down:hover figcaption {
opacity: 1;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
@-webkit-keyframes imghvr-bounce-out-down {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes imghvr-bounce-out-down {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
} .imghvr-bounce-out-left figcaption {
opacity: 0;
}
.imghvr-bounce-out-left:hover > img {
-webkit-animation: imghvr-bounce-out-left 0.4025s ease-in forwards;
animation: imghvr-bounce-out-left 0.4025s ease-in forwards;
}
.imghvr-bounce-out-left:hover figcaption {
opacity: 1;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
@-webkit-keyframes imghvr-bounce-out-left {
20% {
opacity: 1;
-webkit-transform: translate3d(15%, 0, 0);
transform: translate3d(15%, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes imghvr-bounce-out-left {
20% {
opacity: 1;
-webkit-transform: translate3d(15%, 0, 0);
transform: translate3d(15%, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
} .imghvr-bounce-out-right figcaption {
opacity: 0;
}
.imghvr-bounce-out-right:hover > img {
-webkit-animation: imghvr-bounce-out-right 0.4025s ease-in forwards;
animation: imghvr-bounce-out-right 0.4025s ease-in forwards;
}
.imghvr-bounce-out-right:hover figcaption {
opacity: 1;
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
@-webkit-keyframes imghvr-bounce-out-right {
20% {
opacity: 1;
-webkit-transform: translate3d(-15%, 0, 0);
transform: translate3d(-15%, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes imghvr-bounce-out-right {
20% {
opacity: 1;
-webkit-transform: translate3d(-15%, 0, 0);
transform: translate3d(-15%, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
} *[class^='imghvr-fall-away-'], *[class*=' imghvr-fall-away-'] {
-webkit-perspective: 50em;
perspective: 50em;
}
*[class^='imghvr-fall-away-'] img, *[class*=' imghvr-fall-away-'] img {
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transition: all 0.455s ease-in;
transition: all 0.455s ease-in;
}
*[class^='imghvr-fall-away-'] figcaption, *[class*=' imghvr-fall-away-'] figcaption {
opacity: 0;
background-color: #111111;
}
*[class^='imghvr-fall-away-']:hover img, *[class*=' imghvr-fall-away-']:hover img {
opacity: 0;
}
*[class^='imghvr-fall-away-']:hover figcaption, *[class*=' imghvr-fall-away-']:hover figcaption {
opacity: 1;
-webkit-transition-delay: 0.455s;
transition-delay: 0.455s;
} .imghvr-fall-away-horiz:hover img {
-webkit-transform: rotateX(-360deg) scale(0.2);
transform: rotateX(-360deg) scale(0.2);
} .imghvr-fall-away-vert:hover img {
-webkit-transform: rotateY(-360deg) scale(0.2);
transform: rotateY(-360deg) scale(0.2);
} .imghvr-fall-away-cc:hover img {
-webkit-transform: rotate(360deg) scale(0.2);
transform: rotate(360deg) scale(0.2);
} .imghvr-fall-away-ccc:hover img {
-webkit-transform: rotate(-360deg) scale(0.2);
transform: rotate(-360deg) scale(0.2);
} [class^='imghvr-modal'] figcaption, [class*=' imghvr-modal'] figcaption {
opacity: 1;
}
[class^='imghvr-modal']:hover > img, [class*=' imghvr-modal']:hover > img {
opacity: 0.7;
}
[class^='imghvr-modal']:hover figcaption, [class*=' imghvr-modal']:hover figcaption {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
} .imghvr-modal-slide-up figcaption {
top: auto;
padding-top: 15px;
padding-bottom: 15px;
-webkit-transform: translate(0, 100%);
transform: translate(0, 100%);
} .imghvr-modal-slide-down figcaption {
bottom: auto;
padding-top: 15px;
padding-bottom: 15px;
-webkit-transform: translate(0, -100%);
transform: translate(0, -100%);
} .imghvr-modal-slide-left figcaption {
left: auto;
max-width: 70%;
padding-left: 15px;
padding-right: 15px;
-webkit-transform: translate(100%, 0%);
transform: translate(100%, 0%);
} .imghvr-modal-slide-right figcaption {
right: auto;
max-width: 70%;
padding-left: 15px;
padding-right: 15px;
-webkit-transform: translate(-100%, 0%);
transform: translate(-100%, 0%);
} [class^='imghvr-modal'], [class*=' imghvr-modal'] {
-webkit-perspective: 50em;
perspective: 50em;
}
[class^='imghvr-modal'] figcaption, [class*=' imghvr-modal'] figcaption {
opacity: 1;
}
[class^='imghvr-modal']:hover > img, [class*=' imghvr-modal']:hover > img {
opacity: 0.7;
}
[class^='imghvr-modal']:hover figcaption, [class*=' imghvr-modal']:hover figcaption {
-webkit-transform: rotate(0);
transform: rotate(0);
} .imghvr-modal-hinge-up figcaption {
top: auto;
padding-top: 15px;
padding-bottom: 15px;
-webkit-transform: rotateX(100deg);
transform: rotateX(100deg);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
} .imghvr-modal-hinge-down figcaption {
bottom: auto;
padding-top: 15px;
padding-bottom: 15px;
-webkit-transform: rotateX(-100deg);
transform: rotateX(-100deg);
-webkit-transform-origin: 50% -50%;
transform-origin: 50% -50%;
} .imghvr-modal-hinge-left figcaption {
left: auto;
max-width: 70%;
padding-left: 15px;
padding-right: 15px;
-webkit-transform: rotateY(-100deg);
transform: rotateY(-100deg);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
} .imghvr-modal-hinge-right figcaption {
right: auto;
max-width: 70%;
padding-left: 15px;
padding-right: 15px;
-webkit-transform: rotateY(100deg);
transform: rotateY(100deg);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
} .imghvr-lightspeed-in-left figcaption {
-webkit-transform: translate(100%, 0);
transform: translate(100%, 0);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
opacity: 0;
}
.imghvr-lightspeed-in-left:hover figcaption {
-webkit-animation: imghvr-lightspeed-in-left 0.4025s ease-in forwards;
animation: imghvr-lightspeed-in-left 0.4025s ease-in forwards;
opacity: 1;
}
@-webkit-keyframes imghvr-lightspeed-in-left {
from {
-webkit-transform: translate(100%, 0) skewX(-20deg);
transform: translate(100%, 0) skewX(-20deg);
}
50% {
-webkit-transform: translate(0, 0) skewX(-20deg);
transform: translate(0, 0) skewX(-20deg);
}
75% {
-webkit-transform: translate(0, 0) skewX(10deg);
transform: translate(0, 0) skewX(10deg);
}
to {
-webkit-transform: translate(0, 0) skewX(0deg);
transform: translate(0, 0) skewX(0deg);
}
}
@keyframes imghvr-lightspeed-in-left {
from {
-webkit-transform: translate(100%, 0) skewX(-20deg);
transform: translate(100%, 0) skewX(-20deg);
}
50% {
-webkit-transform: translate(0, 0) skewX(-20deg);
transform: translate(0, 0) skewX(-20deg);
}
75% {
-webkit-transform: translate(0, 0) skewX(10deg);
transform: translate(0, 0) skewX(10deg);
}
to {
-webkit-transform: translate(0, 0) skewX(0deg);
transform: translate(0, 0) skewX(0deg);
}
} .imghvr-lightspeed-in-right figcaption {
-webkit-transform: translate(-100%, 0);
transform: translate(-100%, 0);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
opacity: 0;
}
.imghvr-lightspeed-in-right:hover figcaption {
-webkit-animation: imghvr-lightspeed-in-right 0.4025s ease-in forwards;
animation: imghvr-lightspeed-in-right 0.4025s ease-in forwards;
opacity: 1;
}
@-webkit-keyframes imghvr-lightspeed-in-right {
from {
-webkit-transform: translate(-100%, 0) skewX(20deg);
transform: translate(-100%, 0) skewX(20deg);
}
50% {
-webkit-transform: translate(0, 0) skewX(20deg);
transform: translate(0, 0) skewX(20deg);
}
75% {
-webkit-transform: translate(0, 0) skewX(-10deg);
transform: translate(0, 0) skewX(-10deg);
}
to {
-webkit-transform: translate(0, 0) skewX(0deg);
transform: translate(0, 0) skewX(0deg);
}
}
@keyframes imghvr-lightspeed-in-right {
from {
-webkit-transform: translate(-100%, 0) skewX(20deg);
transform: translate(-100%, 0) skewX(20deg);
}
50% {
-webkit-transform: translate(0, 0) skewX(20deg);
transform: translate(0, 0) skewX(20deg);
}
75% {
-webkit-transform: translate(0, 0) skewX(-10deg);
transform: translate(0, 0) skewX(-10deg);
}
to {
-webkit-transform: translate(0, 0) skewX(0deg);
transform: translate(0, 0) skewX(0deg);
}
} .imghvr-lightspeed-out-left figcaption {
z-index: -1;
opacity: 1;
}
.imghvr-lightspeed-out-left:hover > img {
-webkit-animation: imghvr-lightspeed-out-left 0.4025s ease-in forwards;
animation: imghvr-lightspeed-out-left 0.4025s ease-in forwards;
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
opacity: 1;
}
@-webkit-keyframes imghvr-lightspeed-out-left {
from {
-webkit-transform: translate(0, 0) skewX(0deg);
transform: translate(0, 0) skewX(0deg);
}
25% {
-webkit-transform: translate(10%, 0) skewX(0deg);
transform: translate(10%, 0) skewX(0deg);
}
50% {
-webkit-transform: translate(0, 0) skewX(-20deg);
transform: translate(0, 0) skewX(-20deg);
}
to {
-webkit-transform: translate(-150%, 0) skewX(-20deg);
transform: translate(-150%, 0) skewX(-20deg);
}
}
@keyframes imghvr-lightspeed-out-left {
from {
-webkit-transform: translate(0, 0) skewX(0deg);
transform: translate(0, 0) skewX(0deg);
}
25% {
-webkit-transform: translate(10%, 0) skewX(0deg);
transform: translate(10%, 0) skewX(0deg);
}
50% {
-webkit-transform: translate(0, 0) skewX(-20deg);
transform: translate(0, 0) skewX(-20deg);
}
to {
-webkit-transform: translate(-150%, 0) skewX(-20deg);
transform: translate(-150%, 0) skewX(-20deg);
}
} .imghvr-lightspeed-out-right figcaption {
z-index: -1;
opacity: 1;
}
.imghvr-lightspeed-out-right:hover > img {
-webkit-animation: imghvr-lightspeed-out-right 0.4025s ease-in forwards;
animation: imghvr-lightspeed-out-right 0.4025s ease-in forwards;
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
opacity: 1;
}
@-webkit-keyframes imghvr-lightspeed-out-right {
from {
-webkit-transform: translate(0, 0) skewX(0deg);
transform: translate(0, 0) skewX(0deg);
}
25% {
-webkit-transform: translate(10%, 0) skewX(0deg);
transform: translate(10%, 0) skewX(0deg);
}
50% {
-webkit-transform: translate(0, 0) skewX(-20deg);
transform: translate(0, 0) skewX(-20deg);
}
to {
-webkit-transform: translate(-150%, 0) skewX(-20deg);
transform: translate(-150%, 0) skewX(-20deg);
}
}
@keyframes imghvr-lightspeed-out-right {
from {
-webkit-transform: translate(0, 0) skewX(0deg);
transform: translate(0, 0) skewX(0deg);
}
25% {
-webkit-transform: translate(-10%, 0) skewX(0deg);
transform: translate(-10%, 0) skewX(0deg);
}
50% {
-webkit-transform: translate(0, 0) skewX(20deg);
transform: translate(0, 0) skewX(20deg);
}
to {
-webkit-transform: translate(150%, 0) skewX(20deg);
transform: translate(150%, 0) skewX(20deg);
}
} [class^='imghvr-grad-']:before, [class*=' imghvr-grad-']:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
content: '';
}
[class^='imghvr-grad-'] figcaption, [class*=' imghvr-grad-'] figcaption {
z-index: 1;
opacity: 0;
background-color: transparent;
}
[class^='imghvr-grad-']:hover:before, [class*=' imghvr-grad-']:hover:before {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
[class^='imghvr-grad-']:hover figcaption, [class*=' imghvr-grad-']:hover figcaption {
opacity: 1;
-webkit-transition-delay: 0.21s;
transition-delay: 0.21s;
} .imghvr-grad-radial-in:before {
background-image: -webkit-radial-gradient(transparent 0%, #111111 100%);
background-image: radial-gradient(transparent 0%, #111111 100%);
-webkit-transform: scale(2);
transform: scale(2);
opacity: 0;
}
.imghvr-grad-radial-in:after {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
content: '';
opacity: 0;
background-color: #111111;
}
.imghvr-grad-radial-in:hover:before {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.imghvr-grad-radial-in:hover:after {
opacity: 0.75;
-webkit-transition-delay: 0.105s;
transition-delay: 0.105s;
} .imghvr-grad-radial-out:before {
background-image: -webkit-radial-gradient(#111111 0%, transparent 100%);
background-image: radial-gradient(#111111 0%, transparent 100%);
position: absolute;
top: -75%;
bottom: -75%;
left: -75%;
right: -75%;
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
.imghvr-grad-radial-out:hover:before {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
} .imghvr-grad-up:before {
-webkit-transform: translateY(100%);
transform: translateY(100%);
background-image: -webkit-linear-gradient( top , transparent 0%, #111111 100%);
background-image: linear-gradient(to bottom, transparent 0%, #111111 100%);
top: -75%;
} .imghvr-grad-down:before {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
background-image: -webkit-linear-gradient( bottom , transparent 0%, #111111 100%);
background-image: linear-gradient(to top, transparent 0%, #111111 100%);
bottom: -75%;
} .imghvr-grad-left:before {
-webkit-transform: translateX(100%);
transform: translateX(100%);
background-image: -webkit-linear-gradient( left , transparent 0%, #111111 100%);
background-image: linear-gradient(to right, transparent 0%, #111111 100%);
left: -75%;
} .imghvr-grad-right:before {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
background-image: -webkit-linear-gradient( right , transparent 0%, #111111 100%);
background-image: linear-gradient(to left, transparent 0%, #111111 100%);
right: -75%;
} .imghvr-grad-top-left:before {
background-image: -webkit-linear-gradient(-45deg, transparent 0%, #111111 100%);
background-image: linear-gradient(-45deg, transparent 0%, #111111 100%);
-webkit-transform: scale(2);
transform: scale(2);
opacity: 0;
bottom: -75%;
right: -75%;
}
.imghvr-grad-top-left:hover:before {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
} .imghvr-grad-top-right:before {
background-image: -webkit-linear-gradient(-315deg, transparent 0%, #111111 100%);
background-image: linear-gradient(45deg, transparent 0%, #111111 100%);
-webkit-transform: scale(2);
transform: scale(2);
opacity: 0;
bottom: -75%;
left: -75%;
}
.imghvr-grad-top-right:hover:before {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
} .imghvr-grad-bottom-left:before {
background-image: -webkit-linear-gradient(-135deg, transparent 0%, #111111 100%);
background-image: linear-gradient(-135deg, transparent 0%, #111111 100%);
-webkit-transform: scale(2);
transform: scale(2);
opacity: 0;
top: -75%;
right: -75%;
}
.imghvr-grad-bottom-left:hover:before {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
} .imghvr-grad-bottom-right:before {
background-image: -webkit-linear-gradient(-405deg, transparent 0%, #111111 100%);
background-image: linear-gradient(135deg, transparent 0%, #111111 100%);
-webkit-transform: scale(2);
transform: scale(2);
opacity: 0;
top: -75%;
left: -75%;
}
.imghvr-grad-bottom-right:hover:before {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
} [class^='imghvr-parallax-']:hover figcaption, [class*=' imghvr-parallax-']:hover figcaption {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
} .imghvr-parallax-up figcaption {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.imghvr-parallax-up:hover > img {
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
} .imghvr-parallax-down figcaption {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.imghvr-parallax-down:hover > img {
-webkit-transform: translateY(50%);
transform: translateY(50%);
} .imghvr-parallax-left figcaption {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.imghvr-parallax-left:hover > img {
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
} .imghvr-parallax-right figcaption {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.imghvr-parallax-right:hover > img {
-webkit-transform: translateX(50%);
transform: translateX(50%);
} [class^='imghvr-stack-'] > img, [class^='imghvr-stack-'] figcaption, [class*=' imghvr-stack-'] > img, [class*=' imghvr-stack-'] figcaption {
-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
[class^='imghvr-stack-']:hover > img, [class*=' imghvr-stack-']:hover > img {
-webkit-transform: scale(0.75);
transform: scale(0.75);
opacity: 0.5;
}
[class^='imghvr-stack-']:hover figcaption, [class*=' imghvr-stack-']:hover figcaption {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
} .imghvr-stack-up figcaption {
-webkit-transform: translateY(100%);
transform: translateY(100%);
} .imghvr-stack-down figcaption {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
} .imghvr-stack-left figcaption {
-webkit-transform: translateX(100%);
transform: translateX(100%);
} .imghvr-stack-right figcaption {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
} .imghvr-stack-top-left figcaption {
-webkit-transform: translate(-100%, -100%);
transform: translate(-100%, -100%);
} .imghvr-stack-top-right figcaption {
-webkit-transform: translate(100%, -100%);
transform: translate(100%, -100%);
} .imghvr-stack-bottom-left figcaption {
-webkit-transform: translate(-100%, 100%);
transform: translate(-100%, 100%);
} .imghvr-stack-bottom-right figcaption {
-webkit-transform: translate(100%, 100%);
transform: translate(100%, 100%);
} [class^='imghvr-cube-'], [class*=' imghvr-cube-'] {
-webkit-perspective: 50em;
perspective: 50em;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
overflow: visible;
background-color: transparent;
}
[class^='imghvr-cube-'] > img, [class*=' imghvr-cube-'] > img {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
}
[class^='imghvr-cube-'] figcaption, [class*=' imghvr-cube-'] figcaption {
opacity: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
background-color: #111111;
}
[class^='imghvr-cube-']:hover > img, [class*=' imghvr-cube-']:hover > img {
opacity: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
[class^='imghvr-cube-']:hover figcaption, [class*=' imghvr-cube-']:hover figcaption {
-webkit-transform: translateY(0%) rotateX(0deg);
transform: translateY(0%) rotateX(0deg);
opacity: 1;
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
} .imghvr-cube-up figcaption {
-webkit-transform: translateY(50%) rotateX(-90deg);
transform: translateY(50%) rotateX(-90deg);
}
.imghvr-cube-up:hover > img {
-webkit-transform: translateY(-50%) rotateX(90deg);
transform: translateY(-50%) rotateX(90deg);
} .imghvr-cube-down figcaption {
-webkit-transform: translateY(-50%) rotateX(90deg);
transform: translateY(-50%) rotateX(90deg);
}
.imghvr-cube-down:hover > img {
-webkit-transform: translateY(50%) rotateX(-90deg);
transform: translateY(50%) rotateX(-90deg);
} .imghvr-cube-left figcaption {
-webkit-transform: translateX(-50%) rotateY(-90deg);
transform: translateX(-50%) rotateY(-90deg);
}
.imghvr-cube-left:hover > img {
-webkit-transform: translateX(50%) rotateY(90deg);
transform: translateX(50%) rotateY(90deg);
} .imghvr-cube-right figcaption {
-webkit-transform: translateX(50%) rotateY(90deg);
transform: translateX(50%) rotateY(90deg);
}
.imghvr-cube-right:hover > img {
-webkit-transform: translateX(-50%) rotateY(-90deg);
transform: translateX(-50%) rotateY(-90deg);
} [class^='imghvr-dive'] figcaption, [class*=' imghvr-dive'] figcaption {
opacity: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
[class^='imghvr-dive']:hover > img, [class*=' imghvr-dive']:hover > img {
opacity: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
[class^='imghvr-dive']:hover figcaption, [class*=' imghvr-dive']:hover figcaption {
opacity: 1;
-webkit-transition-delay: 0.175s;
transition-delay: 0.175s;
} .imghvr-dive figcaption {
-webkit-transform: scale(5);
transform: scale(5);
}
.imghvr-dive:hover > img {
-webkit-transform: scale(5);
transform: scale(5);
}
.imghvr-dive:hover figcaption {
-webkit-transform: scale(1);
transform: scale(1);
} .imghvr-dive-cc figcaption {
-webkit-transform: rotate(-45deg) scale(5);
transform: rotate(-45deg) scale(5);
}
.imghvr-dive-cc:hover > img {
-webkit-transform: rotate(45deg) scale(5);
transform: rotate(45deg) scale(5);
}
.imghvr-dive-cc:hover figcaption {
-webkit-transform: rotate(0deg) scale(1);
transform: rotate(0deg) scale(1);
} .imghvr-dive-ccc figcaption {
-webkit-transform: rotate(45deg) scale(5);
transform: rotate(45deg) scale(5);
}
.imghvr-dive-ccc:hover > img {
-webkit-transform: rotate(-45deg) scale(5);
transform: rotate(-45deg) scale(5);
}
.imghvr-dive-ccc:hover figcaption {
-webkit-transform: rotate(0deg) scale(1);
transform: rotate(0deg) scale(1);
} [class^='imghvr-switch-'] > img, [class^='imghvr-switch-'] figcaption, [class*=' imghvr-switch-'] > img, [class*=' imghvr-switch-'] figcaption {
-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
[class^='imghvr-switch-']:hover figcaption, [class*=' imghvr-switch-']:hover figcaption {
-webkit-transform: translate(0 0);
transform: translate(0 0);
} .imghvr-switch-up figcaption {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.imghvr-switch-up:hover > img {
-webkit-transform: translateY(100%);
transform: translateY(100%);
} .imghvr-switch-down figcaption {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.imghvr-switch-down:hover > img {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
} .imghvr-switch-left figcaption {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.imghvr-switch-left:hover > img {
-webkit-transform: translateX(100%);
transform: translateX(100%);
} .imghvr-switch-right figcaption {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.imghvr-switch-right:hover > img {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
} [class^='imghvr-flash-']:before, [class^='imghvr-flash-']:after, [class*=' imghvr-flash-']:before, [class*=' imghvr-flash-']:after {
opacity: 0.75;
background-color: #111111;
position: absolute;
top: -50%;
bottom: -50%;
left: -50%;
right: -50%;
content: '';
}
[class^='imghvr-flash-']:after, [class*=' imghvr-flash-']:after {
-webkit-transition-delay: 0.175s;
transition-delay: 0.175s;
}
[class^='imghvr-flash-'] figcaption, [class*=' imghvr-flash-'] figcaption {
opacity: 0;
z-index: 1;
}
[class^='imghvr-flash-']:hover figcaption, [class*=' imghvr-flash-']:hover figcaption {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
opacity: 1;
} .imghvr-flash-top-left:before, .imghvr-flash-top-left:after {
-webkit-transform: rotate(-45deg) translateY(-100%);
transform: rotate(-45deg) translateY(-100%);
}
.imghvr-flash-top-left:hover:before {
-webkit-transform: rotate(-45deg) translateY(100%);
transform: rotate(-45deg) translateY(100%);
}
.imghvr-flash-top-left:hover:after {
-webkit-transform: rotate(-45deg) translateY(0%);
transform: rotate(-45deg) translateY(0%);
} .imghvr-flash-top-right:before, .imghvr-flash-top-right:after {
-webkit-transform: rotate(45deg) translateY(-100%);
transform: rotate(45deg) translateY(-100%);
}
.imghvr-flash-top-right:hover:before {
-webkit-transform: rotate(45deg) translateY(100%);
transform: rotate(45deg) translateY(100%);
}
.imghvr-flash-top-right:hover:after {
-webkit-transform: rotate(45deg) translateY(0%);
transform: rotate(45deg) translateY(0%);
} .imghvr-flash-bottom-left:before, .imghvr-flash-bottom-left:after {
-webkit-transform: rotate(45deg) translateY(100%);
transform: rotate(45deg) translateY(100%);
}
.imghvr-flash-bottom-left:hover:before {
-webkit-transform: rotate(45deg) translateY(-100%);
transform: rotate(45deg) translateY(-100%);
}
.imghvr-flash-bottom-left:hover:after {
-webkit-transform: rotate(45deg) translateY(0%);
transform: rotate(45deg) translateY(0%);
} .imghvr-flash-bottom-right:before, .imghvr-flash-bottom-right:after {
-webkit-transform: rotate(-45deg) translateY(100%);
transform: rotate(-45deg) translateY(100%);
}
.imghvr-flash-bottom-right:hover:before {
-webkit-transform: rotate(-45deg) translateY(-100%);
transform: rotate(-45deg) translateY(-100%);
}
.imghvr-flash-bottom-right:hover:after {
-webkit-transform: rotate(-45deg) translateY(0%);
transform: rotate(-45deg) translateY(0%);
}
.imghvr-center figcaption {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
text-align: center;
}
[class^='imghvr-']:hover .ih-delay-xs, [class*=' imghvr-']:hover .ih-delay-xs {
-webkit-transition-delay: 0.175s;
transition-delay: 0.175s;
}
[class^='imghvr-']:hover .ih-delay-sm, [class*=' imghvr-']:hover .ih-delay-sm {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
[class^='imghvr-']:hover .ih-delay-md, [class*=' imghvr-']:hover .ih-delay-md {
-webkit-transition-delay: 0.525s;
transition-delay: 0.525s;
}
[class^='imghvr-']:hover .ih-delay-lg, [class*=' imghvr-']:hover .ih-delay-lg {
-webkit-transition-delay: 0.7s;
transition-delay: 0.7s;
}
[class^='imghvr-']:hover .ih-delay-xl, [class*=' imghvr-']:hover .ih-delay-xl {
-webkit-transition-delay: 0.875s;
transition-delay: 0.875s;
}
[class^='imghvr-']:hover .ih-delay-xxl, [class*=' imghvr-']:hover .ih-delay-xxl {
-webkit-transition-delay: 1.05s;
transition-delay: 1.05s;
}
[class^='imghvr-'] [class^='ih-'], [class^='imghvr-'] [class*=' ih-'], [class*=' imghvr-'] [class^='ih-'], [class*=' imghvr-'] [class*=' ih-'] {
opacity: 0;
}
[class^='imghvr-'] .ih-fade-up, [class*=' imghvr-'] .ih-fade-up {
-webkit-transform: translate(0, 25px);
transform: translate(0, 25px);
}
[class^='imghvr-'] .ih-fade-down, [class*=' imghvr-'] .ih-fade-down {
-webkit-transform: translate(0, -25px);
transform: translate(0, -25px);
}
[class^='imghvr-'] .ih-fade-left, [class*=' imghvr-'] .ih-fade-left {
-webkit-transform: translate(25px, 0);
transform: translate(25px, 0);
}
[class^='imghvr-'] .ih-fade-right, [class*=' imghvr-'] .ih-fade-right {
-webkit-transform: translate(-25px, 0);
transform: translate(-25px, 0);
}
[class^='imghvr-'] .ih-fade-up-big, [class*=' imghvr-'] .ih-fade-up-big {
-webkit-transform: translate(0, 300%);
transform: translate(0, 300%);
}
[class^='imghvr-'] .ih-fade-down-big, [class*=' imghvr-'] .ih-fade-down-big {
-webkit-transform: translate(0, -300%);
transform: translate(0, -300%);
}
[class^='imghvr-'] .ih-fade-left-big, [class*=' imghvr-'] .ih-fade-left-big {
-webkit-transform: translate(150%, 0);
transform: translate(150%, 0);
}
[class^='imghvr-'] .ih-fade-right-big, [class*=' imghvr-'] .ih-fade-right-big {
-webkit-transform: translate(-150%, 0);
transform: translate(-150%, 0);
}
[class^='imghvr-'] .ih-zoom-in, [class*=' imghvr-'] .ih-zoom-in {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
[class^='imghvr-'] .ih-zoom-out, [class*=' imghvr-'] .ih-zoom-out {
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
[class^='imghvr-'] .ih-flip-x, [class*=' imghvr-'] .ih-flip-x {
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
}
[class^='imghvr-'] .ih-flip-y, [class*=' imghvr-'] .ih-flip-y {
-webkit-transform: rotateY(90deg);
transform: rotateY(90deg);
}
[class^='imghvr-']:hover [class^='ih-'], [class^='imghvr-']:hover [class*=' ih-'], [class*=' imghvr-']:hover [class^='ih-'], [class*=' imghvr-']:hover [class*=' ih-'] {
-webkit-transform: translate(0, 0) scale(1) rotate(0);
transform: translate(0, 0) scale(1) rotate(0);
opacity: 1;
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}#cookie-law-info-bar {
font-size: 15px;
margin: 0 auto;
padding: 12px 10px;
position: absolute;
text-align: center;
box-sizing: border-box;
width:100%;
z-index: 9999; display: none;
left:0px;
font-weight:300;
box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
}
#cookie-law-info-again {
font-size: 10pt;
margin: 0;
padding:5px 10px;
text-align: center;
z-index: 9999;
cursor: pointer;
box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
vertical-align: middle;
} .cli-plugin-button, .cli-plugin-button:visited {
display: inline-block;
padding: 9px 12px;
color: #fff;
text-decoration: none;
position: relative;
cursor: pointer;
margin-left: 5px;
text-decoration: none;
}
.cli-plugin-main-link {
margin-left:0px;
font-weight: 550; text-decoration: underline;
}
.cli-plugin-button:hover {
background-color: #111;
color: #fff;
text-decoration: none;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
font-size: 13px;
font-weight: 400;
line-height: 1;
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
font-size: 14px;
padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
font-size: 34px;
padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
background-color: #e22092;
}
.pink.cli-plugin-button:hover {
background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
background-color: #91bd09;
}
.green.cli-plugin-button:hover {
background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
background-color: #e62727;
}
.red.cli-plugin-button:hover {
background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
background-color: #fc9200;
}
.cli-plugin-button{ margin-top:5px; }
.cli-bar-popup{
-moz-background-clip: padding;
-webkit-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
padding:20px;
}
.cli-powered_by_p{width:100% !important; display:block !important; color:#333; clear:both; font-style:italic !important; font-size:12px !important; margin-top:15px !important; }
.cli-powered_by_a{color:#333; font-weight:600 !important; font-size:12px !important;} .cli-plugin-main-link.cli-plugin-button {
text-decoration: none;
}
.cli-plugin-main-link.cli-plugin-button {
margin-left: 5px;
}.gdpr-container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.gdpr-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.gdpr-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.gdpr-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.gdpr-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.gdpr-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.gdpr-px-0 {
padding-left: 0;
padding-right: 0;
}
.modal-backdrop.show {
opacity: .8;
}
.modal-open {
overflow: hidden
}
.modal-open .gdpr-modal {
overflow-x: hidden;
overflow-y: auto
}
.gdpr-modal.fade .gdpr-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.gdpr-modal.show .gdpr-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1039;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.gdpr-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0
}
.gdpr-modal a {
text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.gdpr-modal .gdpr-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2));
}
}
@media (min-width: 992px) {
.gdpr-modal .gdpr-modal-dialog {
max-width: 900px;
}
}
.gdpr-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: .3rem;
outline: 0
}
.gdpr-modal .row {
margin: 0 -15px;
}
.gdpr-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.gdpr-modal .close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
outline: 0;
}
.gdpr-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
display:none;
}
.gdpr-switch .gdpr-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.gdpr-switch .gdpr-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
background-color:rgb(99, 179, 95);
}
.gdpr-switch input:checked + .gdpr-slider:before {
transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
border-radius: 50%;
}
.gdpr-tab-content>.gdpr-tab-pane {
display: none;
}
.gdpr-tab-content>.active {
display: block;
}
.gdpr-fade {
transition: opacity .15s linear;
}
.gdpr-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column !important;
flex-direction: column !important;
align-items: stretch !important;
-ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills, .gdpr-tab-content {
width: 100%;
padding: 30px;
}
.nav.gdpr-nav-pills {
background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
border: 1px solid #0070ad;
margin-bottom: 10px;
color: #0070ad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
background-color: #0070ad;
border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
color: #ffffff;
}
.gdpr-tab-content .gdpr-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
background-color: #0070ad;
border-color: #0070ad;
color: #ffffff;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gdpr-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.gdpr-tab-content h4 {
font-size: 20px;
margin-bottom: .5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
}
.cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
display: none;
}
.cli-modal-backdrop.cli-fade {
opacity: 0
}
.cli-modal-backdrop.cli-show {
opacity: .5;
display: block;
}
.cli-modal.cli-show {
display: block;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 900px;
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .3rem;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent !important;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.cli-switch input:checked + .cli-slider {
background-color: #00acad
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(26px);
}
.cli-switch .cli-slider {
border-radius: 34px;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-tab-content>.cli-active {
display: block;
}
.cli-fade {
transition: opacity .15s linear;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding: 30px;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #f3f3f3;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #00acad;
margin-bottom: 10px;
color: #00acad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #00acad;
border: 1px solid #00acad;
}
.cli-nav-pills .cli-nav-link.cli-active {
color: #ffffff;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} .cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
flex-direction: column;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
-webkit-transform:scale(0);
transform:scale(0);
transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
opacity: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .5;
-webkit-transform:scale(1);
transform:scale(1);
}
.cli-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
transform: scale(0);
overflow: hidden;
outline: 0;
display: none;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .2rem;
box-sizing: border-box;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 38px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 20px;
width: 38px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 15px;
left: 3px;
position: absolute;
transition: .4s;
width: 15px;
}
.cli-switch input:checked + .cli-slider {
background-color: #61a229;
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(18px);
}
.cli-switch .cli-slider {
border-radius: 34px;
font-size:0;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding:5px 30px 5px 5px;
box-sizing: border-box;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #fff;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #cccccc;
margin-bottom: 10px;
color:#2a2a2a;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #f6f6f9;
border: 1px solid #cccccc;
}
.cli-nav-pills .cli-nav-link.cli-active {
color:#2a2a2a;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} #cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{
background: transparent;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar  .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after
{
color:inherit;
}
#cookie-law-info-bar .cli-tab-header a:before
{
border-right: 1px solid currentColor;
border-bottom: 1px solid currentColor;
}
#cookie-law-info-bar .cli-row
{
margin-top:20px;
}
#cookie-law-info-bar .cli-col-4
{
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
#cookie-law-info-bar .cli-col-8
{
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.cli-wrapper {
max-width: 90%;
float: none;
margin: 0 auto;
}
#cookie-law-info-bar .cli-tab-content h4
{
margin-bottom:0.5rem;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link
{
padding: .2rem 0.5rem;
}
#cookie-law-info-bar .cli-tab-container
{
display:none;
text-align:left;
} .cli-tab-footer .cli-btn {
background-color: #00acad;
padding: 10px 15px;
text-decoration:none;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
background-color: #61a229;
color: #ffffff;
border-radius: 0;
}
.cli-tab-footer {
width:100%;
text-align:right;
padding: 20px 0;
} .cli-col-12
{
width:100%;
}
.cli-tab-header
{
display: flex;
justify-content: space-between;
}
.cli-tab-header a:before {
width: 10px;
height: 2px;
left: 0;
top: calc(50% - 1px);
}
.cli-tab-header a:after {
width: 2px;
height: 10px;
left: 4px;
top: calc(50% - 5px);
-webkit-transform: none;
transform: none;
}
.cli-tab-header a:before {
width: 7px;
height: 7px;
border-right: 1px solid #4a6e78;
border-bottom: 1px solid #4a6e78;
content: " ";
transform: rotate(-45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-right:10px;
}
.cli-tab-header a.cli-nav-link  {
position: relative;
display: flex;
align-items: center;
font-size:14px;
color:#000;
text-transform: capitalize;
}
.cli-tab-header.cli-tab-active .cli-nav-link:before
{
transform: rotate(45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.cli-tab-header {
border-radius: 5px;
padding: 12px 15px;
cursor: pointer;
transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
background-color:#f2f2f2;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 0;
top: 0;
z-index: 1;
-webkit-appearance: none;
width: 40px;
height: 40px;
padding: 0;
border-radius: 50%;
padding: 10px;
background: transparent;
border:none;
min-width: 40px;
}
.cli-tab-container h4,.cli-tab-container h1 {
font-family: inherit;
font-size: 16px;
margin-bottom: 15px;
margin:10px 0;
}
#cliSettingsPopup .cli-tab-section-container {
padding-top: 12px;
}
.cli-tab-container p ,.cli-privacy-content-text{
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}
.wt-cli-privacy
{
display:none;
}
.cli-tab-content
{
display:none;
}
.cli-tab-section .cli-tab-content
{
padding: 10px 20px 5px 20px;
}
.cli-tab-section
{
margin-top:5px;
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 645px;
}
}
.cli-switch .cli-slider:after{
content: attr(data-cli-disable);
position: absolute;
right: 50px;
color: #000;
font-size:12px;
text-align:right;
min-width: 80px;
}
.cli-switch input:checked + .cli-slider:after
{
content: attr(data-cli-enable);
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
max-height: 60px;
transition: max-height 0.15s ease-out;
overflow: hidden;
}
a.cli-privacy-readmore {
font-size: 12px;
margin-top: 12px;
display: inline-block;
padding-bottom: 0;
cursor: pointer;
color:#000;
text-decoration: underline;
}
.cli-modal-footer {
position: relative;
}
a.cli-privacy-readmore:before {
content: attr(data-readmore-text);
}
.cli-collapsed a.cli-privacy-readmore:before {
content: attr(data-readless-text);
}
.cli-collapsed .cli-privacy-content
{
transition: max-height 0.25s ease-in;
}
.cli-privacy-content p
{
margin-bottom:0;
}
.cli-modal-close svg {
fill: #000;
}
span.cli-necessary-caption {
color: #000;
font-size: 12px;
}
.cli-tab-section.cli-privacy-tab {
display: none;
}
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
display: block;
}
#cookie-law-info-bar .cli-privacy-overview {
display: none;
}
.cli-tab-container .cli-row
{
max-height: 500px;
overflow-y: auto;
}
.cli-modal.cli-blowup.cli-out {
z-index: -1;
}
.cli-modal.cli-blowup {
z-index: 999999;
transform: scale(1);
}
.cli-modal.cli-blowup .cli-modal-dialog {
animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.cli-modal.cli-blowup.cli-out .cli-modal-dialog
{
animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes blowUpContent {
0% {
transform: scale(1);
opacity: 1;
}
99.9% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(0);
}
}
@keyframes blowUpContentTwo {
0% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes blowUpModal {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes blowUpModalTwo {
0% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(0.5);
opacity: 0;
}
100% {
transform: scale(0);
opacity: 0;
}
}
.cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
font-size: 12px;
}
.cli_settings_button
{
cursor: pointer;
} .wt-cli-sr-only
{
display: none;
font-size:16px;
} a.wt-cli-element.cli_cookie_close_button {
text-decoration: none;
color: #333333;
font-size: 22px;
line-height: 22px;
cursor: pointer;
position: absolute;
right: 10px;
top: 5px;
} .cli-bar-container{
float: none;
margin: 0 auto;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.cli-bar-btn_container {
margin-left: 20px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
flex-wrap: nowrap;
}
.cli-style-v2 a
{
cursor: pointer;
}
.cli-bar-btn_container a {
white-space: nowrap;
}
.cli-style-v2 .cli-plugin-main-link
{
font-weight:inherit;
}
.cli-style-v2
{
font-size: 11pt;
line-height: 18px;
font-weight:normal;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{
display: block;
}
.cli-style-v2 .cli-bar-message {
width: 70%;
text-align: left;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message
{
width:100%;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
flex-wrap: wrap;
} #cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{
text-align: left; margin-bottom: 5px;
margin-top: 0px;
font-size: 16px;
} .cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
margin-top: 5px;
}
.cli-style-v2 .cli-bar-btn_container .cli_action_button ,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button
{
margin-left: 5px;
}
.wt-cli-ccpa-checkbox label {
font-size: inherit;
cursor: pointer;
margin: 0px 0px 0px 5px;
} #cookie-law-info-bar[data-cli-style="cli-style-v2"]
{
padding: 14px 25px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"]
{
padding:32px 30px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
padding: 32px 45px;
}
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button),.cli-style-v2 .cli_action_button:not(.cli-plugin-button){
text-decoration: underline;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
margin-top: 5px;
margin-bottom: 5px;
}
a.wt-cli-ccpa-opt-out {
white-space: nowrap;
text-decoration: underline;
}
.wt-cli-necessary-checkbox {
display: none !important;
}
@media (max-width: 985px) {
.cli-style-v2 .cli-bar-message
{
width:100%;
}
.cli-style-v2.cli-bar-container
{
justify-content:left;
flex-wrap: wrap;
}
.cli-style-v2 .cli-bar-btn_container {
margin-left:0px;
margin-top: 10px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"]
{
padding: 25px 25px;
}
} .wt-cli-ckyes-brand-logo {
display: flex;
align-items: center;
font-size: 9px;
color: #111111;
font-weight: normal;
}
.wt-cli-ckyes-brand-logo img{
width: 65px;
margin-left: 2px;
}
.wt-cli-privacy-overview-actions {
padding-bottom:0;
}
@media only screen and (max-width: 479px) and (min-width: 320px){
.cli-style-v2 .cli-bar-btn_container {
flex-wrap: wrap;
}
} .wt-cli-cookie-description {
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}.wpa-test-msg{background: #d1ecf1 !important; border: 1px solid #bee5eb !important; border-radius: 5px !important;color: #0c5460 !important; font-size: 14px !important; padding:.75rem 1.25rem !important; font-family: Arial !important; margin-top:5px !important;}
span.wpa-button{ display: inline-block !important; padding-top: 5px !important; color: #fff !important;background-color: #6c757d !important;border-color: #6c757d !important; padding: 5px 10px !important; border-radius: 5px !important; margin-top:5px !important;  cursor: pointer !important; }
#altEmail_container, .altEmail_container{position:absolute !important; overflow: hidden !important; display: inline !important; height:1px !important; width: 1px !important;z-index:-1000 !important;}@media all and (min-width:769px) {
#multi-step-form.fw-large-container.fw-more-than-five .fw-progress-bar .fw-progress-step {
width: 14%;
font-size: 1.275em
}
#multi-step-form.fw-large-container.fw-more-than-five .fw-progress-bar .fw-progress-step:nth-child(5) {
width: 112px;
padding-right: 0
}
#multi-step-form.fw-large-container.fw-more-than-five .fw-progress-bar .fw-progress-step:nth-child(5):after {
display: none
}
#multi-step-form.fw-large-container.fw-more-than-five .fw-progress-bar .fw-progress-step .txt-ellipsis {
width: 100px
}
#multi-step-form.fw-large-container.fw-more-than-five .fw-progress-bar .fw-progress-step:last-child .txt-ellipsis {
visibility: hidden
}
#multi-step-form.fw-large-container.fw-more-than-five .fw-progress-bar .fw-progress-step:after {
left: 5%
}
#multi-step-form.fw-large-container .fw-progress-bar.fw-step-after-fifth .fw-progress-step:nth-child(-n+4) {
display: none
}
#multi-step-form.fw-large-container .fw-progress-bar.fw-step-after-fifth .fw-progress-step:nth-child(n+6) {
display: inline-block
}
#multi-step-form.fw-large-container .fw-progress-bar.fw-step-after-fifth .fw-progress-step:nth-child(5) .txt-ellipsis {
width: 60px
}
#multi-step-form.fw-large-container .fw-progress-bar.fw-step-after-fifth .fw-progress-step:last-child .txt-ellipsis {
visibility: visible
}
} .fw-more-than-five .fw-active .progress {
width: 40%;
-webkit-animation: progress-bar-animation 1s ease-out;
-moz-animation: progress-bar-animation 1s ease-out;
animation: progress-bar-animation 1s ease-out;
-o-animation: progress-bar-animation 1s ease-out
}
.fw-more-than-five .fw-progress-step:nth-child(5) .progress {
display: none
}@font-face {
font-family: 'FontAwesome';
src: url(//abitofgreece.com/wp-content/plugins/portfolio-x//fonts/fontawesome-webfont.eot?v=4.6.3);
src: url(//abitofgreece.com/wp-content/plugins/portfolio-x//fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(//abitofgreece.com/wp-content/plugins/portfolio-x//fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(//abitofgreece.com/wp-content/plugins/portfolio-x//fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(//abitofgreece.com/wp-content/plugins/portfolio-x//fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(//abitofgreece.com/wp-content/plugins/portfolio-x//fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
} .fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper-pp:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-edge:before {
content: "\f282";
}
.fa-credit-card-alt:before {
content: "\f283";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-modx:before {
content: "\f285";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-usb:before {
content: "\f287";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-pause-circle-o:before {
content: "\f28c";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stop-circle-o:before {
content: "\f28e";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-percent:before {
content: "\f295";
}
.fa-gitlab:before {
content: "\f296";
}
.fa-wpbeginner:before {
content: "\f297";
}
.fa-wpforms:before {
content: "\f298";
}
.fa-envira:before {
content: "\f299";
}
.fa-universal-access:before {
content: "\f29a";
}
.fa-wheelchair-alt:before {
content: "\f29b";
}
.fa-question-circle-o:before {
content: "\f29c";
}
.fa-blind:before {
content: "\f29d";
}
.fa-audio-description:before {
content: "\f29e";
}
.fa-volume-control-phone:before {
content: "\f2a0";
}
.fa-braille:before {
content: "\f2a1";
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: "\f2a4";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-glide-g:before {
content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
content: "\f2a7";
}
.fa-low-vision:before {
content: "\f2a8";
}
.fa-viadeo:before {
content: "\f2a9";
}
.fa-viadeo-square:before {
content: "\f2aa";
}
.fa-snapchat:before {
content: "\f2ab";
}
.fa-snapchat-ghost:before {
content: "\f2ac";
}
.fa-snapchat-square:before {
content: "\f2ad";
}
.fa-pied-piper:before {
content: "\f2ae";
}
.fa-first-order:before {
content: "\f2b0";
}
.fa-yoast:before {
content: "\f2b1";
}
.fa-themeisle:before {
content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
content: "\f2b4";
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}.lity{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,0.9);outline:none !important;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity.lity-opened{opacity:1}.lity.lity-closed{opacity:0}.lity *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lity-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none !important}.lity-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity-loading .lity-loader{opacity:1}.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none !important}.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:-o-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease}.lity-loading .lity-content,.lity-closed .lity-content{-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.lity-content:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6)}.lity-close{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close::-moz-focus-inner{border:0;padding:0}.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited{text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close:active{top:1px}.lity-image img{max-width:100%;display:block;line-height:0;border:0}.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container,.lity-facebookvideo .lity-container,.lity-googlemaps .lity-container{width:100%;max-width:964px}.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}.lity-hide{display:none}.portfolio-row.portfolio-filter-row {
margin-bottom: 30px;
}
.qc_filter {
margin: 0;
padding: 0;
}
.qc_filter li {
display: inline-block;
margin: 0 !important;
}
.qc_filter li:not(:first-child) {
margin-left: -5px !important;
border-left: 1px solid #fff;
}
.qc_filter li a {
border-radius: 0px;
text-transform: uppercase;
text-decoration: none;
font-size: 12px;
line-height: 16px;
display: block;
padding: 12px 20px;
color:#000;
background-image: linear-gradient(to right, #e3e3e3 50%, #e3dbff 50%);
background-size: 200% 100%;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
transition: background 0.5s ease;
}
.qc_filter li:first-child a{ -moz-border-top-left-radius: 10px;
-moz-border-top-right-radius: 0px;
-moz-border-bottom-right-radius: 0px;
-moz-border-bottom-left-radius: 10px; -webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 10px;
}
.qc_filter li:last-child a{ -moz-border-top-left-radius: 0px;
-moz-border-top-right-radius: 10px;
-moz-border-bottom-right-radius: 10px;
-moz-border-bottom-left-radius: 0px; -webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 0px;
}
.qc_filter li a:hover, .qc_filter li.qcld_portfolio_activate a { color:#756b6b;
}  .portfolio-pagination {
padding-top: 30px;
text-align: center;
clear: both;
}
.portfolio-tpl-01 .portfolio-pagination {
padding-top: 80px;
text-align: center;
}
.custom-pagination span, .custom-pagination a {
display: inline-block;
-moz-border-radius: 90px; -webkit-border-radius: 90px; border-radius: 90px;
margin: 5px;
font-size: 16px;
width: 50px;
height: 50px;
line-height: 50px !important;
background: url(//abitofgreece.com/wp-content/plugins/portfolio-x//themes/source/pagination-bg.png) no-repeat center;
background-size: 50%;
color: #000000;
-webkit-transition: all 0.5s linear !important; -moz-transition: all 0.5s linear !important; -o-transition: all 0.5s linear !important; transition: all 0.5s linear !important; position: relative;
-webkit-box-shadow: none !important;
box-shadow: none !important;
background-color: inherit !important;
color: #000000 !important;
padding: 0 12px !important;
float: none !important;
text-decoration: none !important;
box-sizing: border-box;
}
.custom-pagination span:after, .custom-pagination a:after {
border: 3px solid #e3e3e3;
-moz-border-radius: 90px; -webkit-border-radius: 90px; border-radius: 90px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: '';
}
.custom-pagination a {
text-decoration: none;
}
.custom-pagination a:hover {
background-size: 100%;
}
.custom-pagination span.page-numbers {
background: url(//abitofgreece.com/wp-content/plugins/portfolio-x//source/pagination-bg-active.png) no-repeat center;
color: #ffffff;
}
.custom-pagination .page-total {
width: inherit !important;
}   .portfolio-single-container {
}
.portfolio-single-col {
width: 50%;
display: inline-table;
float: left;
height: 300px;
min-height: 100px;
}
.single-content-area {
position: relative;
}
.padding-content {
position: relative;
}
.single .portfolio-single-container {
padding: 15px;
}
.single .portfolio-single-content {
left: 0;
position: static;
top: 0;
transition: margin 0.4s ease-in-out 0s;
width: inherit;
padding-right: 20px;
line-height: 24px;
}
.portfolio-single-content {
left: 6%;
position: fixed;
top: 12%;
transition: margin 0.4s ease-in-out 0s;
width: calc(50% - 240px);
}
.single-portfolio-header {
padding-bottom: 30px;
}
.single-portfolio-header h2 {
font-family: 'Raleway', sans-serif !important;
}
.portfolio-single-content {
font-family: 'Raleway', sans-serif !important;
transition: margin 0.4s ease-in-out 0s;
}
.portfolio-single-content p {
margin: 8px 0;
}
.portfolio-single-content ul {
margin: 0;
padding: 0;
}
.portfolio-single-content ul li {
list-style: none;
display: inline-block;
}
.portfolio-single-content ul li a {
display: block;
color: inherit;
text-decoration: none;
}
.single-portfolio-header h2.single-portfolio-title {
margin-top: 0;
margin-bottom: 15px;
}
.category {
padding: 15px 0;
}
.single-portfolio-description {
max-width: 560px;
line-height: 26px;
padding: 20px 0 30px;
}
.single-portfolio-header ul li a {
font-size: 80%;
}
.single-portfolio-footer {
padding-right: 150px;
position: relative;
}
.portfolio-projects-nav {
height: 100%;
position: absolute;
right: 0;
text-align: right;
top: 0;
width: 114px;
}
.single-portfolio-footer .portfolio-projects-nav > a {
border-radius: 50%;
display: inline-block;
position: absolute;
text-align: center;
}
.single-portfolio-footer .portfolio-projects-nav > a.next {
right: 0;
top: 50%;
transform: translateY(-50%);
}
.single-portfolio-footer .portfolio-projects-nav > a.prev {
left: 10px;
top: 50%;
transform: translateY(-50%);
}
.single-portfolio-footer .portfolio-projects-nav > a .icon {
border-radius: 50%;
height: 46px;
line-height: 46px;
position: relative;
transition: all 0.2s ease-in-out 0s;
width: 46px;
}
.single-portfolio-footer .portfolio-projects-nav > a .icon i {
transition: all 0.2s ease-in-out 0s;
}
.single-portfolio-footer .portfolio-projects-nav > a .icon span {
font-size: 10px;
font-weight: 700;
left: 50%;
opacity: 0;
position: absolute;
text-transform: uppercase;
top: 50%;
transform: translate(-50%, -48%);
transition: all 0.2s ease-in-out 0s;
}
.single-portfolio-footer .portfolio-projects-nav > a:hover .icon i {
opacity: 0;
}
.single-portfolio-footer .portfolio-projects-nav > a:hover .icon span {
opacity: 1;
}
.web-link a {
text-decoration: none;
color: inherit;
font-weight: bold;
text-transform: uppercase;
-webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; transition: all 0.5s linear; }
.web-link a i {
-webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; transition: all 0.5s linear; font-size: 90%;
}
.web-link a:hover i {
padding-left: 6px;
} .portfolio-parallax-section {
position: relative;
}
.portfolio-item {
position: relative;
clear: both;
}
.clear {
clear: both;
}
.parallax-element {
transition: transform 2s cubic-bezier(0, 0, 0, 1) 0s;
} .portfolio-fancy-container {
padding: 80px;
}  .fancybox-overlay {
background-color: #F7F7F7;
}
.portfolio-single-container {
background-color: #F7F7F7;
color: #797979;
}
.single-portfolio-title {
color: #797979;
font-size: 1.5em;
}
.single-portfolio-footer h3 {
color: #797979;
}
.social-icons ul li a:hover {
background: #d7d7d7;
color: #FFF;
}
.portfolio-projects-nav {
border-left: 2px solid #f2f2f2;
}
.single-portfolio-footer .portfolio-projects-nav > a {
color: #1f2021;
}
.single-portfolio-footer .portfolio-projects-nav > a .icon {
background: #e6e6e6 none repeat scroll 0 0;
}
.single-portfolio-footer .portfolio-projects-nav > a .icon span {
color: #fff;
}
.single-portfolio-footer .portfolio-projects-nav > a:hover .icon {
background: #1f2021 none repeat scroll 0 0;
}
.single-portfolio-footer h3 {
font-size: 18px;
}  @keyframes effect1 {
0% {
background-color: rgba(0, 7, 10, 0.1);
}
100% {
background-color: rgba(215, 232, 239, 0.4);
}
}
.hover-effect1 {
background: rgba(215, 232, 239, 0.4);
bottom: 25%;
left: 25%;
right: 25%;
top: 25%;
opacity: 0;
position: absolute;
transform: scale(1);
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.hover-effect1 i.fa {
color: #9bd1ea;
}
.hover-effect1 a {
display: block;
width: 100%;
height: 100%;
text-align: center;
vertical-align: middle;
}
.hover-effect1 i.fa {
color: #35b4ef;
margin: 49.5% auto;
font-size: 25px;
}
.qc-grid-portfolio-img:hover .hover-effect1, .qc-grid-showcase-img:hover .hover-effect1, .showcase-slider-item-inner:hover .hover-effect1 {
opacity: 1;
transform: scale(2);
animation-name: effect1;
animation-duration: .5s;
}  .qc-grid-hover-effect {
position: absolute;
width: 100%;
height: 100%;
box-sizing: border-box;
text-align: center;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow: hidden;
border-radius: 0%;
visibility: hidden;
-webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; transition: all 0.5s linear; }
.qc-grid-hover-effect-button {
box-sizing: border-box;
display: table;
width: 100%;
height: 100%;
}
.portfolio-fire-hover:hover .qc-grid-hover-effect {
visibility: visible;
background: rgba(0, 0, 0, 0.7);
}
.qc-grid-hover-effect .qc-grid-hover-effect-button-area {
text-align: center;
display: table-cell;
vertical-align: middle;
font-size: 0;
}
.qc-grid-hover-effect-button-area a {
display: inline-block;
padding: 9px 12px;
background-color: rgba(255, 255, 255, 0.65);
color: #000;
line-height: 20px;
font-size: 14px;
text-decoration: none;
border-right: 1px solid #cecece;
border-right: 1px solid #e1e1e1;
}
.qc-grid-hover-effect-button-area a.first-anchor {
border-radius: 10px 0 0 10px;
border-left: none;
}
.hover-effect-link a.second-anchor{
border-radius: 0 0 0 0 !important;
}
.qc-grid-hover-effect-button-area a.third-anchor {
border-radius: 0 10px 10px 0;
border-right: none;
}
.qc-grid-hover-effect-button-area a:hover {
background-color: #f1f1f1;
}
@media screen and (max-width: 1170px) {
.qc-grid-hover-effect-button-area a {
float: none;
border-radius: 10px;
margin: 2px;
}
.qc-grid-hover-effect-button-area a.first-anchor, .qc-grid-hover-effect-button-area a.second-anchor, .qc-grid-hover-effect-button-area a.third-anchor {
border-radius: 10px;
}
} .qcld-portfolio-x-magnific-popup .mfp-close{
position: fixed !important;
}.cf7tc_container{
width: 220px;
border: 1px solid #ddd;
padding: 10px;
margin: 10px 0;
}
.cf7tc_container input[type=text]{
width: 60px!important;
height: 40px;
padding-left: 10px;
color: #000;
font-size: 18px;
}
.cf7tc_container p{
color: #000;
font-weight: 500;
margin-bottom: 10px;
}
.cf7tc_container span{
font-size: 18px;
}
.wpcf7 .wpcf7-submit:disabled {
opacity: 0.5!important;
}.tm-cursor-none,
.tm-cursor-none * {
cursor: none !important;
}
body.tm-cursor-none #wpadminbar,
body.tm-cursor-none #wpadminbar * {
cursor:pointer !important;
} .tm-cursor {
pointer-events: none;
position: fixed;
z-index: 9999999999;
top: 0;
left: 0;
display: block;
opacity: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transition: opacity 300ms linear, transform 300ms linear, background-color 300ms linear, border 300ms linear, border-radius 300ms linear;
visibility: hidden;
}
.tm-cursor.moving {
opacity: 1;
}
.tm-cursor:before {
pointer-events: none;
content: ' ';
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 9999999999;
transition: opacity 300ms linear, transform 300ms linear, background-color 300ms linear, border 300ms linear, border-radius 300ms linear;
} .tm-node {
pointer-events: none;
position: fixed;
z-index: 999999999;
top: 0;
left: 0;
display: block;
opacity: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transition: opacity 300ms linear, transform 300ms linear, background-color 300ms linear, border 300ms linear, border-radius 300ms linear;
visibility: hidden;
}
.tm-node.moving {
opacity: 1;
}
.tm-node:before {
pointer-events: none;
content: ' ';
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 999999999;
transition: opacity 300ms linear, transform 300ms linear, background-color 300ms linear, border 300ms linear, border-radius 300ms linear;
} .tm-click {
pointer-events: none;
height:2px;
width:2px;
border-radius:100%;
position:fixed;
background:transparent;
z-index: 99999999;
}
.tm-click-dark {
animation:tm-sploosh-dark 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tm-click-light {
animation:tm-sploosh-light 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@keyframes tm-sploosh-dark {
0% {
box-shadow:0 0 0 0px rgba(0,0,0,0.2);
background:rgba(0,0,0,0.2);
}
100% {
box-shadow:0 0 0 80px rgba(0,0,0,.0);
background:rgba(0,0,0,.0);
}
}
@keyframes tm-sploosh-light {
0% {
box-shadow:0 0 0 0px rgba(255,255,255,0.2);
background:rgba(255,255,255,0.2);
}
100% {
box-shadow:0 0 0 80px rgba(255,255,255,0);
background:rgba(255,255,255,0);
}
} .tm-pointer-icon.tm-cursor {
width: 16px;
height: 16px;
}
.tm-pointer-icon.tm-cursor i {
font-size: 16px;
margin: 0 !important;
padding: 0 !important;
line-height: 1;
color: #000;
}
.tm-pointer-icon.tm-cursor:before {
display: none;
}
.tm-pointer-icon.tm-node {
width: 32px;
height: 32px;
}
.tm-pointer-icon.tm-node:before {
background-color: transparent;
border-radius: 50%;
border: 1px solid #000;
transform: scale(1.5) translateZ(0);
}
.tm-pointer-icon.tm-node.tm-expand:before {
transform: scale(3) translateZ(0);
background-color: rgba(0,0,0,0.2);
border-color: transparent;
} .tm-pointer-simple.tm-cursor {
width: 32px;
height: 32px;
border-radius: 50%;
transform: scale(1) translateZ(0);
box-shadow: 0 0 12px rgba(16, 39, 112, 0.2);
border:2px solid #000;
background-color:rgba(255,255,255,0.1);
}
.tm-pointer-simple.tm-cursor.tm-expand {
transform: scale(2.5) translateZ(0);
}
.tm-pointer-simple.tm-cursor:before,
.tm-pointer-simple.tm-node,
.tm-pointer-simple.tm-node:before {
display: block;
} .tm-pointer-img.tm-cursor {
width: 32px;
height: auto;
}
.tm-pointer-img.tm-cursor img {
width:32px;
height:auto;
vertical-align: bottom;
border:none !important;
border-radius: 0 !important;
box-shadow:none !important;
outline: none !important;
transform: translateY(0) translateX(0) translateZ(0);
}
.tm-pointer-img.tm-cursor:before {
display: none;
}
.tm-pointer-img.tm-node {
width: 96px;
height: 96px;
}
.tm-pointer-img.tm-node:before {
border-radius: 50%;
opacity:0;
transform: scale(0) translateZ(0);
}
.tm-pointer-img.tm-node.tm-expand:before {
transform: scale(1) translateZ(0);
background-color: rgba(0,0,0,0.2);
border:none;
opacity:1;
} .tm-pointer-mix-blend.tm-cursor {
width: 32px;
height: 32px;
mix-blend-mode: difference;
background-color: #fff;
border-radius: 50%;
transform: scale(1) translateZ(0);
}
.tm-pointer-mix-blend.tm-cursor.tm-expand {
transform: scale(2.5) translateZ(0);
}
.tm-pointer-mix-blend.tm-node,
.tm-pointer-mix-blend.tm-node:before,
.tm-pointer-mix-blend.tm-cursor:before {
display: none;
} .tm-pointer-pulse.tm-cursor {
width: 20px;
height: 20px;
transform: scale(1) translateZ(0);
animation: tm-pulse-black 2s infinite;
background-color:#000;
border-radius: 50%;
}
.tm-pointer-pulse.tm-cursor.tm-expand {
background-color:#cc0000;
}
.tm-pointer-pulse.tm-node,
.tm-pointer-pulse.tm-node:before,
.tm-pointer-pulse.tm-cursor.tm-expand:before {
display: none;
}
@keyframes tm-pulse-black {
0% {
transform: scale(0.9) translateZ(0);
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
}
70% {
transform: scale(1) translateZ(0);
box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
}
100% {
transform: scale(0.9) translateZ(0);
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
}
@keyframes tm-pulse-white {
0% {
transform: scale(0.9) translateZ(0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
}
70% {
transform: scale(1) translateZ(0);
box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
}
100% {
transform: scale(0.9) translateZ(0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
} .tm-pointer-1.tm-cursor {
width: 10px;
height: 10px;
}
.tm-pointer-1.tm-cursor:before {
background-color: #000;
border-radius: 50%;
opacity: 1;
}
.tm-pointer-1.tm-cursor.tm-expand:before {
opacity: 0;
transform: scale(2) translateZ(0);
}
.tm-pointer-1.tm-node {
width: 30px;
height: 30px;
}
.tm-pointer-1.tm-node:before {
background-color: transparent;
border-radius: 50%;
border: 1px solid #000;
transform: scale(1.5) translateZ(0);
}
.tm-pointer-1.tm-node.tm-expand:before {
transform: scale(3) translateZ(0);
background-color: rgba(0,0,0,0.2);
border:none;
} .tm-pointer-2.tm-cursor {
width: 18px;
height: 18px;
z-index: 999999999;
transform: scale(1) translateZ(0);
}
.tm-pointer-2.tm-cursor:before {
background-color: #000;
border-radius: 50%;
z-index: 999999999;
}
.tm-pointer-2.tm-cursor.tm-expand:before {
transform: scale(4) translateZ(0);
background-color: rgba(0,0,0,0.2);
}
.tm-pointer-2.tm-node {
width: 9px;
height: 9px;
z-index: 9999999999;
transform: scale(1) translateZ(0);
}
.tm-pointer-2.tm-node:before {
border-radius: 50%;
background-color: #000;
transform: scale(1) translateZ(0);
z-index: 9999999999;
}
.tm-pointer-2.tm-node.tm-expand:before {
transform: scale(2) translateZ(0);
} .tm-pointer-3.tm-cursor {
opacity: 0;
width: 8px;
height: 8px;
}
.tm-pointer-3.tm-cursor.moving {
opacity: 1;
}
.tm-pointer-3.tm-cursor:before {
background-color: transparent;
border-radius: 50%;
background-color: #000;
transform: scale(1.5) translateZ(0);
}
.tm-pointer-3.tm-cursor.tm-expand:before {
transform: scale(3) translateZ(0);
}
.tm-pointer-3.tm-node {
width: 32px;
height: 32px;
}
.tm-pointer-3.tm-node:before {
background-color: rgba(0,0,0,0.2);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
transform: scale(1.5) rotate(0deg) translateZ(0);
}
.tm-pointer-3.tm-node.tm-expand:before {
transform: scale(3) rotate(-360deg) translateZ(0);
} .tm-pointer-4.tm-cursor {
width: 10px;
height: 10px;
}
.tm-pointer-4.tm-cursor:before {
background-color: #000;
border-radius: 0;
opacity: 1;
transform: scale(1) translateZ(0);
}
.tm-pointer-4.tm-cursor.tm-expand:before {
opacity: 0;
transform: scale(2) translateZ(0);
}
.tm-pointer-4.tm-node {
width: 20px;
height: 20px;
}
.tm-pointer-4.tm-node:before {
background-color: transparent;
border-radius: 0;
border: 1px solid #000;
transform: scale(1.5) rotate(0deg) translateZ(0);
}
.tm-pointer-4.tm-node.tm-expand:before {
transform: scale(3.5) rotate(-360deg) translateZ(0);
background-color: rgba(0,0,0,0.2);
border-color:transparent;
} .tm-pointer-5.tm-cursor {
width: 18px;
height: 18px;
}
.tm-pointer-5.tm-cursor:before {
background-color: #000;
transform: scale(1) rotate(45deg) translateZ(0);
}
.tm-pointer-5.tm-cursor.tm-expand:before {
transform: scale(1) rotate(-315deg) translateZ(0);
}
.tm-pointer-5.tm-node {
width: 9px;
height: 9px;
transform:translateX(-240%) translateZ(0);
}
.tm-pointer-5.tm-node.tm-expand {
transform:translateX(0) translateZ(0);
}
.tm-pointer-5.tm-node:before {
background-color: #000;
transform: scale(1) rotate(45deg) translateZ(0);
}
.tm-pointer-5.tm-node.tm-expand:before {
transform: scale(8) rotate(315deg) translateZ(0);
background-color: rgba(0,0,0,0.2);
} .tm-pointer-6.tm-cursor {
width: 9px;
height: 9px;
transform: scale(1) translateZ(0);
}
.tm-pointer-6.tm-cursor:before {
background-color: #000;
transform: scale(1) rotate(45deg) translateZ(0);
}
.tm-pointer-6.tm-cursor.tm-expand:before {
transform: scale(1.5) rotate(315deg) translateZ(0);
}
.tm-pointer-6.tm-node {
width: 36px;
height: 36px;
}
.tm-pointer-6.tm-node:before {
transform: scale(1) rotate(45deg) translateZ(0);
border:1px solid #000;
background-color: transparent;
}
.tm-pointer-6.tm-node.tm-expand:before {
transform: scale(2) rotate(315deg) translateZ(0);
background-color: rgba(0,0,0,0.2);
border-color:transparent;
}