.owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
} .owl-height {
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
} .owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
display: none;
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-item img {
display: block;
width: 100%;
-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.owl-carousel .owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
} .no-js .owl-carousel {
display: block;
} .owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
transform-style: preserve-3d;
} .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//www.teamrevivalmartin.sk/wp-content/plugins/smart-logo-showcase-lite/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: scale 100ms ease;
-moz-transition: scale 100ms ease;
-ms-transition: scale 100ms ease;
-o-transition: scale 100ms ease;
transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transition: scale(1.3, 1.3);
-moz-transition: scale(1.3, 1.3);
-ms-transition: scale(1.3, 1.3);
-o-transition: scale(1.3, 1.3);
transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-item .active {
display: none;
}
.owl-theme .owl-controls{
margin-top:10px;
text-align:center;
-webkit-tap-highlight-color:transparent
}
.owl-theme .owl-controls .owl-nav [class*=owl-]{
color:#fff;
font-size:14px;
margin:5px;
padding:4px 7px;
background:#d6d6d6;
display:inline-block;
cursor:pointer;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
background:#869791;
color:#fff;
text-decoration:none
}
.owl-theme .owl-controls .owl-nav .disabled{
opacity:.5;
cursor:default
}
.owl-theme .owl-dots .owl-dot{
display:inline-block;
zoom:1;
*display:inline
}
.owl-theme .owl-dots .owl-dot span{
width:10px;
height:10px;
margin:5px 7px;
background:#d6d6d6;
display:block;
-webkit-backface-visibility:visible;
-webkit-transition:opacity 200ms ease;
-moz-transition:opacity 200ms ease;
-ms-transition:opacity 200ms ease;
-o-transition:opacity 200ms ease;
transition:opacity 200ms ease;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px
}
smls-vertical-main-container .bx-wrapper .bx-pager.bx-default-pager a {
display: inline;
}
.owl-item img {
width: 100%;
margin: 0 auto;
}.tooltipster-base { display: flex;
pointer-events: none; position: absolute;
}
.tooltipster-box { flex: 1 1 auto;
}
.tooltipster-content { box-sizing: border-box; max-height: 100%;
max-width: 100%;
overflow: auto;
}
.tooltipster-ruler { bottom: 0;
left: 0;
overflow: hidden;
position: fixed;
right: 0;
top: 0;
visibility: hidden;
}   .tooltipster-fade {
opacity: 0;
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
-o-transition-property: opacity;
-ms-transition-property: opacity;
transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
opacity: 1;
} .tooltipster-grow {
-webkit-transform: scale(0,0);
-moz-transform: scale(0,0);
-o-transform: scale(0,0);
-ms-transform: scale(0,0);
transform: scale(0,0);
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform;
-webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
-webkit-transform: scale(1,1);
-moz-transform: scale(1,1);
-o-transform: scale(1,1);
-ms-transform: scale(1,1);
transform: scale(1,1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
} .tooltipster-swing {
opacity: 0;
-webkit-transform: rotateZ(4deg);
-moz-transform: rotateZ(4deg);
-o-transform: rotateZ(4deg);
-ms-transform: rotateZ(4deg);
transform: rotateZ(4deg);
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
opacity: 1;
-webkit-transform: rotateZ(0deg);
-moz-transform: rotateZ(0deg);
-o-transform: rotateZ(0deg);
-ms-transform: rotateZ(0deg);
transform: rotateZ(0deg);
-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
} .tooltipster-fall {
-webkit-transition-property: top;
-moz-transition-property: top;
-o-transition-property: top;
-ms-transition-property: top;
transition-property: top;
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall.tooltipster-initial {
top: 0 !important;
}
.tooltipster-fall.tooltipster-show {
}
.tooltipster-fall.tooltipster-dying {
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all;
transition-property: all;
top: 0 !important;
opacity: 0;
} .tooltipster-slide {
-webkit-transition-property: left;
-moz-transition-property: left;
-o-transition-property: left;
-ms-transition-property: left;
transition-property: left;
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-initial {
left: -40px !important;
}
.tooltipster-slide.tooltipster-show {
}
.tooltipster-slide.tooltipster-dying {
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all;
transition-property: all;
left: 0 !important;
opacity: 0;
}   @keyframes tooltipster-fading {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.tooltipster-update-fade {
animation: tooltipster-fading 400ms;
} @keyframes tooltipster-rotating {
25% {
transform: rotate(-2deg);
}
75% {
transform: rotate(2deg);
}
100% {
transform: rotate(0);
}
}
.tooltipster-update-rotate {
animation: tooltipster-rotating 600ms;
} @keyframes tooltipster-scaling {
50% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}
.tooltipster-update-scale {
animation: tooltipster-scaling 600ms;
}   .tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
margin-top: 8px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
margin-right: 8px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
margin-left: 8px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
margin-bottom: 8px;
}   .tooltipster-sidetip .tooltipster-arrow {
overflow: hidden;
position: absolute;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
height: 10px; margin-left: -10px;
top: 0;
width: 20px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
height: 20px;
margin-top: -10px;
right: 0; top: 0;
width: 10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
height: 20px;
margin-top: -10px;
left: 0; top: 0;
width: 10px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
bottom: 0;
height: 10px;
margin-left: -10px;
width: 20px;
} .tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
height: 0;
position: absolute;
width: 0;
} .tooltipster-sidetip .tooltipster-arrow-background {
border: 10px solid transparent;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
border-bottom-color: #565656;
left: 0px;
top: 3px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
border-left-color: #565656;
left: -3px;
top: 0px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
border-right-color: #565656;
left: 3px;
top: 0px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
border-top-color: #565656;
left: 0px;
top: -3px;
} .tooltipster-sidetip .tooltipster-arrow-border {
border: 10px solid transparent;
left: 0;
top: 0;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
border-bottom-color: black;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
border-left-color: black;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
border-right-color: black;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
border-top-color: black;
} .tooltipster-sidetip .tooltipster-arrow-uncropped {
position: relative;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
top: -10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
left: -10px;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-1 .tooltipster-box {
background-color:#333333;
display: inline-block;
border-radius: 5px;
word-wrap:break-word;
padding: 6px 14px;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-1 .tooltipster-content {
font-size: 10px;
color:#f2f2f2;
text-transform: uppercase;
font-family: 'Raleway',Sans-serif;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-1.tooltipster-bottom .tooltipster-arrow-background {
border-bottom-color: #333333;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-1.tooltipster-left .tooltipster-arrow-background {
border-left-color: #333333;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-1.tooltipster-right .tooltipster-arrow-background {
border-right-color: #333333;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-1.tooltipster-top .tooltipster-arrow-background {
border-top-color: #333333;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-1 .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-2 .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-3 .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-4 .tooltipster-arrow-border  {
border:none;
} .tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-2 .tooltipster-box {
background-color:#75bd07;
width:100%;
display: inline-block;
padding: 4px 14px;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-2 .tooltipster-content {
font-size: 14px;
color:#ffffff;
text-transform: uppercase;
font-family: 'Open Sans',Sans-serif;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-2.tooltipster-bottom .tooltipster-arrow-background {
border-bottom-color: #75bd07;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-2.tooltipster-left .tooltipster-arrow-background {
border-left-color: #75bd07;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-2.tooltipster-right .tooltipster-arrow-background {
border-right-color: #75bd07;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-2.tooltipster-top .tooltipster-arrow-background {
border-top-color: #75bd07;
} .tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-3 .tooltipster-box {
background-color:#fc562e;
display: inline-block;
border-radius: 20px;
padding: 7px 16px;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-3 .tooltipster-content {
font-size: 11px;
color:#ffffff;
text-transform: capitalize;
font-family: 'Open Sans',Sans-serif;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-3.tooltipster-bottom .tooltipster-arrow-background {
border-bottom-color: #fc562e;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-3.tooltipster-left .tooltipster-arrow-background {
border-left-color: #fc562e;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-3.tooltipster-right .tooltipster-arrow-background {
border-right-color: #fc562e;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-3.tooltipster-top .tooltipster-arrow-background {
border-top-color: #fc562e;
} .tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-4 .tooltipster-box {
background-color:#f2f2f2;
display: inline-block;
border-radius: 20px;
padding: 7px 16px;
box-shadow: 0 0 25px rgba(0,0,0,0.4);
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-4 .tooltipster-content {
font-size: 12px;
color:#333333;
text-transform: capitalize;
font-family: 'Raleway',Sans-serif;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-4.tooltipster-bottom .tooltipster-arrow-background{
border-bottom-color: #f2f2f2;
left: 0px;
top:1px;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-4.tooltipster-left .tooltipster-arrow-background {
border-left-color: #f2f2f2;
left: -1px;
top: 0px;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-4.tooltipster-right .tooltipster-arrow-background {
border-right-color: #f2f2f2;
left: 1px;
top: 0px;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-4.tooltipster-top .tooltipster-arrow-background {
border-top-color: #f2f2f2;
left: 0px;
top: -1px;
} .tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5 .tooltipster-box {
background-color:#333333;
display: inline-block;
border-radius: 3px;
padding: 7px 16px;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5 .tooltipster-content {
font-size: 11px;
color:#ffffff;
text-transform: capitalize;
font-family: 'Open Sans',Sans-serif;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5.tooltipster-top .tooltipster-box {
border-bottom:3px solid #fc562e;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5.tooltipster-right .tooltipster-box {
border-left:3px solid #fc562e;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5.tooltipster-left .tooltipster-box {
border-right:3px solid #fc562e;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5.tooltipster-bottom .tooltipster-box {
border-top:3px solid #fc562e;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5 .tooltipster-arrow-border {
border: 10px solid transparent;
left: 0;
top: 0;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5.tooltipster-bottom .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5.tooltipster-bottom .tooltipster-arrow-border {
border-bottom-color: #fc562e;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5.tooltipster-left .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5.tooltipster-left .tooltipster-arrow-border {
border-left-color: #fc562e;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5.tooltipster-right .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5.tooltipster-right .tooltipster-arrow-border {
border-right-color: #fc562e;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5.tooltipster-top .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5.tooltipster-top .tooltipster-arrow-border {
border-top-color: #fc562e;
}@media all and (min-width: 768px) and (max-width: 1024px){
.smls-main-logo-wrapper .smls-tablet-column-2 .smls-grid-each-item:nth-of-type(2n+1),
.smls-main-logo-wrapper .smls-tablet-column-2 .smls-grid-image-wrap:nth-of-type(2n+1),
.smls-main-logo-wrapper .smls-tablet-column-3 .smls-popup-wrap:nth-of-type(3n+1),
.smls-main-logo-wrapper .smls-tablet-column-3 .smls-grid-each-item:nth-of-type(3n+1),
.smls-main-logo-wrapper .smls-tablet-column-3 .smls-grid-image-wrap:nth-of-type(3n+1),
.smls-main-logo-wrapper .smls-tablet-column-4 .smls-popup-wrap:nth-of-type(4n+1),
.smls-main-logo-wrapper .smls-tablet-column-4 .smls-grid-each-item:nth-of-type(4n+1),
.smls-main-logo-wrapper .smls-tablet-column-4 .smls-grid-image-wrap:nth-of-type(4n+1) {
clear: left;
}
.ap-template-wise-design .ap-container-5 .ap-container.smls-temp-4-wrap {
max-width: 100%;
}
.smls-tablet-column-2 .smls-popup-wrap,
.smls-tablet-column-2 .smls-grid-each-item,
.smls-tablet-column-2 .smls-grid-image-wrap
{
width:50%;
}
.smls-tablet-column-3 .smls-popup-wrap,
.smls-tablet-column-3 .smls-grid-each-item,
.smls-tablet-column-3 .smls-grid-image-wrap
{
width:33.33%;
}
.smls-tablet-column-4 .smls-grid-each-item,
.smls-tablet-column-4 .smls-grid-image-wrap {
width:25%;
}
.smls-logo-inline-wrap {
padding: 20px;
}
.smls-inline-gallery-detail-wrap-template-1 a {
width: 23%;
margin: 0;
border:4px solid #eeeeee;
}
.smls-contact-block-template-1 .smls-social-icon-wrap {
margin:10px 0;
} .smls-main-logo-wrapper .smls-tooltip-title-template-1 {
width: 50%;
}
}
@media (max-width: 767px) {
.smls-main-logo-wrapper .smls-mobile-column-2 .smls-popup-wrap:nth-of-type(2n+1),
.smls-main-logo-wrapper .smls-mobile-column-2 .smls-grid-each-item:nth-of-type(2n+1),
.smls-main-logo-wrapper .smls-mobile-column-2 .smls-grid-image-wrap:nth-of-type(2n+1),
.smls-main-logo-wrapper .smls-mobile-column-3 .smls-popup-wrap:nth-of-type(3n+1),
.smls-main-logo-wrapper .smls-mobile-column-3 .smls-grid-each-item:nth-of-type(3n+1),
.smls-main-logo-wrapper .smls-mobile-column-3 .smls-grid-image-wrap:nth-of-type(3n+1) {
clear:left;
}
.smls-mobile-column-1 .smls-popup-wrap,
.smls-mobile-column-1 .smls-grid-each-item,
.smls-mobile-column-1 .smls-grid-image-wrap {
width:100%;
max-width: 320px;
margin:0 auto;
float: none;
}
.smls-resposive-wrap .smls-grid-container-template-1.smls-mobile-column-1 .smls-popup-wrap:before,
.smls-resposive-wrap .smls-grid-container-template-1.smls-mobile-column-1 .smls-grid-each-item:before,
.smls-resposive-wrap .smls-grid-container-template-1.smls-mobile-column-1 .smls-grid-image-wrap:before{
border-left: 0;
}
.smls-grid-container-template-2.smls-mobile-column-1 {
max-width:320px;
width:100%;
margin:0 auto;
}
.smls-mobile-column-2 .smls-popup-wrap,
.smls-mobile-column-2 .smls-grid-each-item,
.smls-mobile-column-2 .smls-grid-image-wrap {
width:50%;
}
.smls-overlay-effect .smls-link-style span,
.smls-overlay-effect .smls-popup-icon span,
.smls-overlay-effect .smls-inline-icon span {
width: 40px;
height: 40px;
font-size: 18px;
line-height: 40px;
}
}
@media (max-width: 640px) {
.smls-carousel-logo.smls-text-arrow {
padding-top: 70px;
}
}
@media (max-width: 480px){
.smls-grid-container-template-1 .smls-popup-wrap,
.smls-grid-container-template-1 .smls-grid-each-item,
.smls-grid-container-template-1 .smls-grid-image-wrap,
.smls-grid-container-template-2 .smls-popup-wrap,
.smls-grid-container-template-2 .smls-grid-each-item,
.smls-grid-container-template-2 .smls-grid-image-wrap
{
padding: 10px;
}
}
@media (max-width: 400px){
.smls-mobile-column-2 .smls-popup-wrap,
.smls-mobile-column-2 .smls-grid-each-item,
.smls-mobile-column-2 .smls-grid-image-wrap {
width:100%;
margin: 0;
}
.smls-main-logo-wrapper .smls-gallery-wrap-template-2 a,
.smls-main-logo-wrapper .smls-inline-3-gallery-wrap a {
width: 21%;
margin:2px;
}
.smls-main-logo-wrapper .smls-inline-gallery-detail-wrap-template-1 a{
width: 29%;
}
}.smls-overlay-contact-info { visibility: hidden;
position: absolute;
background: #ffffff;
border: 3px solid #666666;
width: 50%;
height: 50%;
left: 25%;
}
.smls-popup-open.inactive{
visibility: hidden !important;
}
.smls-overlay-contact-info.active { visibility: visible;
text-align: center;
}
.popup-content { visibility: hidden;
}
.popup-content.active { visibility: visible;
}div[id^="bwg_container"] p {
padding: 0 !important;
margin: 0 !important;
}
.ffwd_comments_likes_container  i.ffwd-like,
.ffwd_comments_likes_container  i.ffwd-comment-square,
.ffwd_comments_likes_container  i.ffwd-share,
div[class^="ffwd_title_spun"] i.ffwd-comment-square,
div[class^="ffwd_title_spun"] i.ffwd-like,
div[class^="ffwd_title_spun"] i.ffwd-share {
color:#b0b0b0;
margin-right:4px;
}
div[class^="ffwd_likes_comments_"] i.ffwd-comment-square,
div[class^="ffwd_likes_comments_"] i.ffwd-share {
color:#ffffff;
margin-right:3px;
}
div[class^="ffwd_title_spun"] a {
text-decoration:none !important;
}
.spider_popup_loading,
.footer-list-block .bwp_gallery .spider_popup_loading,
.footer-list-block .bwp_gallery_tags .spider_popup_loading { background-image: url(//www.teamrevivalmartin.sk/wp-content/plugins/wd-facebook-feed/images/ajax_loader.png);
background-color: rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-position: 0 0;
background-size: 50px 50px;
border: none !important;
display: none;
height: 50px;
left: 50%;
margin-left: -20px;
margin-top: -20px;
overflow: hidden;
position: fixed;
top: 50%;
width: 50px;
z-index: 10102;
animation: spin 2.5s infinite linear;
-moz-animation: spin 2.5s infinite linear;
-o-animation: spin 2.5s infinite linear;
-webkit-animation: spin 2.5s infinite linear;
}
.spider_ajax_loading {
border: none !important;
animation: spin 2.5s infinite linear;
-moz-animation: spin 2.5s infinite linear;
-o-animation: spin 2.5s infinite linear;
-webkit-animation: spin 2.5s infinite linear;
}
@-moz-keyframes spin {
from {
-moz-transform: rotate(0deg);
}
to {
-moz-transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
}
}
@-o-keyframes spin {
from {
-o-transform: rotate(0deg);
}
to {
-o-transform: rotate(359deg);
}
}
@-ms-keyframes spin {
from {
-ms-transform: rotate(0deg);
}
to {
-ms-transform: rotate(359deg);
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(359deg);
}
}
.spider_popup_overlay,
.footer-list-block .bwp_gallery .spider_popup_overlay,
.footer-list-block .bwp_gallery_tags .spider_popup_overlay {
cursor: pointer;
display: none;
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 10100;
}
.spider_popup_close,
.spider_popup_close_fullscreen {
-moz-box-sizing: content-box !important;
box-sizing: content-box !important;
cursor: pointer;
display: table;
line-height: 0;
position: absolute;
z-index: 11100;
}
#spider_popup_left {
left: 0;
}
#spider_popup_right {
right: 0;
}
#spider_popup_left:hover,
#spider_popup_right:hover {
visibility: visible;
}
#spider_popup_left:hover span {
left: 20px;
}
#spider_popup_right:hover span {
left: auto;
right: 20px;
}
#spider_popup_left,
#spider_popup_right {
background: transparent url(//www.teamrevivalmartin.sk/wp-content/plugins/wd-facebook-feed/images/blank.gif) repeat scroll 0 0;
bottom: 35%;
cursor: pointer;
display: inline;
height: 30%;
outline: medium none;
position: absolute;
width: 35%;
z-index: 10130;
}
#spider_popup_left-ico,
#spider_popup_right-ico {
-moz-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
display: table;
line-height: 0;
margin-top: -15px;
position: absolute;
top: 50%;
z-index: 10135;
}
.bwg_captcha_refresh {
background-image: url(//www.teamrevivalmartin.sk/wp-content/plugins/wd-facebook-feed/images/captcha_refresh.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 100% 100%;
border-width: 0;
cursor: pointer;
display: inline-block;
height: 20px;
width: 20px;
margin: 0;
padding: 0;
vertical-align: middle;
}
.bwg_captcha_input {
vertical-align: middle;
width: 75px !important;
}
.bwg_captcha_img {
cursor: pointer;
margin: 0 5px 0 5px;
vertical-align: middle;
}
.bwg_comment_error {
color: #FF0000;
display: block;
}
.bwg_image_info_container1,
.bwg_image_rate_container1,
.bwg_image_hit_container1 {
height: 100%;
margin: 0 auto;
position: absolute;
width: 100%;
}
.bwg_image_rate_container1 {
display: none;
}
.bwg_image_info_container2,
.bwg_image_rate_container2,
.bwg_image_hit_container2 {
display: table;
height: 100%;
margin: 0 auto;
position: absolute;
width: 100%;
}
.bwg_image_info_spun,
.bwg_image_rate_spun,
.bwg_image_hit_spun {
display: table-cell;
height: 100%;
left: 0;
top: 0;
width: 100%;
overflow: hidden;
position: relative;
}
.bwg_image_info,
.bwg_image_rate,
.bwg_image_hit {
display: inline-block;
position: relative;
text-decoration: none;
word-wrap: break-word;
z-index: 11;
}
.ffwd_load_more{
display: block;
width: 100%;
text-align: center;
cursor: pointer;
}
.ffwd_load_more.loading:after{
content: "";
display: inline-block;
width: 50px;
height: 50px;
background-image: url(//www.teamrevivalmartin.sk/wp-content/plugins/wd-facebook-feed/images/loader.svg);
background-position: center;
background-size: contain;
background-repeat: no-repeat;
position: relative;
top: 18px;
}
.ffwd_container1 {
position: relative;
min-height: 100px;
}
.ffwd-loading-layout {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #ffffff;
z-index: 99;
}
.ffwd-loading-layout img {
position: absolute;
width: 30px;
top: calc( 50% - 15px );
left: calc( 50% - 15px );
}
.ffwd-hidden {
display: none!important;
}@font-face {
font-family: 'ffwd';
src:  url(//www.teamrevivalmartin.sk/wp-content/plugins/wd-facebook-feed/css/fonts/ffwd.eot?4bafj3);
src:  url(//www.teamrevivalmartin.sk/wp-content/plugins/wd-facebook-feed/css/fonts/ffwd.eot?4bafj3#iefix) format('embedded-opentype'),
url(//www.teamrevivalmartin.sk/wp-content/plugins/wd-facebook-feed/css/fonts/ffwd.ttf?4bafj3) format('truetype'),
url(//www.teamrevivalmartin.sk/wp-content/plugins/wd-facebook-feed/css/fonts/ffwd.woff?4bafj3) format('woff'),
url(//www.teamrevivalmartin.sk/wp-content/plugins/wd-facebook-feed/css/fonts/ffwd.svg?4bafj3#ffwd) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="ffwd-"], [class*=" ffwd-"] { font-family: 'ffwd' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ffwd-comment:before {
content: "\e91f";
color: #b1b1b1;
}
.ffwd-like:before {
content: "\e920";
color: #b1b1b1;
}
.ffwd-time:before {
content: "\e921";
color: #b1b1b1;
}
.ffwd-share:before {
content: "\e91e";
}
.ffwd-times:before {
content: "\e917";
}
.ffwd-arrow-right:before {
content: "\e918";
}
.ffwd-arrow-left:before {
content: "\e919";
}
.ffwd-chevron-right:before {
content: "\e91a";
}
.ffwd-chevron-left:before {
content: "\e91b";
}
.ffwd-angle-right:before {
content: "\e91c";
}
.ffwd-angle-left:before {
content: "\e91d";
}
.ffwd-angle-down:before {
content: "\e915";
}
.ffwd-angle-up:before {
content: "\e916";
}
.ffwd-heart-o:before {
content: "\e900";
}
.ffwd-info-circle:before {
content: "\e901";
}
.ffwd-pause:before {
content: "\e902";
}
.ffwd-pinterest-square:before {
content: "\e903";
}
.ffwd-play:before {
content: "\e904";
}
.ffwd-refresh:before {
content: "\e905";
}
.ffwd-search:before {
content: "\e906";
}
.ffwd-star-o:before {
content: "\e907";
}
.ffwd-times-sm:before {
content: "\e908";
}
.ffwd-tumblr-square:before {
content: "\e909";
}
.ffwd-twitter-square:before {
content: "\e90a";
}
.ffwd-angle-left-sm:before {
content: "\e90b";
}
.ffwd-angle-right-sm:before {
content: "\e90c";
}
.ffwd-arrows-in:before {
content: "\e90d";
}
.ffwd-arrows-out:before {
content: "\e90e";
}
.ffwd-comment-square:before {
content: "\e90f";
}
.ffwd-compress:before {
content: "\e910";
}
.ffwd-download:before {
content: "\e911";
}
.ffwd-expand:before {
content: "\e912";
}
.ffwd-facebook-square:before {
content: "\e913";
}
.ffwd-heart:before {
content: "\e914";
}.mCSB_container{
width: auto;
margin-right: 15px;
overflow: hidden;
}
.mCSB_container.mCS_no_scrollbar{
margin-right: 0;
}
.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar{
margin-right:15px;
}
.mCustomScrollBox>.mCSB_scrollTools{
width:16px;
height:100%;
top:0;
right:0;
}
.mCSB_scrollTools .mCSB_draggerContainer{
position:absolute;
top:0;
left:0;
bottom:0;
right:0; 
height:auto;
}
.mCSB_scrollTools a+.mCSB_draggerContainer{
margin:20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail{
width:2px;
height:100%;
margin:0 auto;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}
.mCSB_scrollTools .mCSB_dragger{
cursor:pointer;
width:100%;
height:30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:4px;
height:100%;
margin:0 auto;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
text-align:center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
display:block;
position:relative;
height:20px;
overflow:hidden;
margin:0 auto;
cursor:pointer;
}
.mCSB_scrollTools .mCSB_buttonDown{
top:100%;
margin-top:-40px;
} .mCSB_horizontal>.mCSB_container{
height:auto;
margin-right:0;
margin-bottom:30px;
overflow:hidden;
}
.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{
margin-bottom:0;
}
.mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{
margin-right:0;
margin-bottom:30px;
}
.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools{
width:100%;
height:16px;
top:auto;
right:auto;
bottom:0;
left:0;
overflow:hidden;
}
.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer{
margin:0 20px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
width:100%;
height:2px;
margin:7px 0;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger{
width:30px;
height:100%;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:100%;
height:4px;
margin:6px auto;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{
display:block;
position:relative;
width:20px;
height:100%;
overflow:hidden;
margin:0 auto;
cursor:pointer;
float:left;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{
margin-left:-40px;
float:right;
}
.mCustomScrollBox{
-ms-touch-action:none; } .mCustomScrollBox>.mCSB_scrollTools{
opacity:0.75;
filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; }
.mCustomScrollBox:hover>.mCSB_scrollTools{
opacity:1;
filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)"; }
.mCSB_scrollTools .mCSB_draggerRail{
background:#000; background:rgba(0,0,0,0.4);
filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
background:#fff; background:rgba(255,255,255,0.75);
filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; }
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
background:rgba(255,255,255,0.85);
filter:"alpha(opacity=85)"; -ms-filter:"alpha(opacity=85)"; }
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
background:rgba(255,255,255,0.9);
filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; }
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
background-image:url(//www.teamrevivalmartin.sk/wp-content/plugins/wd-facebook-feed/css/mCSB_buttons.png);
background-repeat:no-repeat;
opacity:0.4;
filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; }
.mCSB_scrollTools .mCSB_buttonUp{
background-position:0 0; }
.mCSB_scrollTools .mCSB_buttonDown{
background-position:0 -20px; }
.mCSB_scrollTools .mCSB_buttonLeft{
background-position:0 -40px; }
.mCSB_scrollTools .mCSB_buttonRight{
background-position:0 -56px; }
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover{
opacity:0.75;
filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; }
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active{
opacity:0.9;
filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; }  .mCS-dark>.mCSB_scrollTools .mCSB_draggerRail{
background:#000; background:rgba(0,0,0,0.15);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
background:#000; background:rgba(0,0,0,0.75);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
background:rgba(0,0,0,0.85);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
background:rgba(0,0,0,0.9);
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonUp{
background-position:-80px 0;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonDown{
background-position:-80px -20px;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonLeft{
background-position:-80px -40px;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonRight{
background-position:-80px -56px;
} .mCS-light-2>.mCSB_scrollTools .mCSB_draggerRail{
width:4px;
background:#fff; background:rgba(255,255,255,0.1);
-webkit-border-radius:1px;
-moz-border-radius:1px;
border-radius:1px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:4px;
background:#fff; background:rgba(255,255,255,0.75);
-webkit-border-radius:1px;
-moz-border-radius:1px;
border-radius:1px;
}
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
width:100%;
height:4px;
margin:6px 0;
}
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:100%;
height:4px;
margin:6px auto;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
background:rgba(255,255,255,0.85);
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
background:rgba(255,255,255,0.9);
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonUp{
background-position:-32px 0;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonDown{
background-position:-32px -20px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonLeft{
background-position:-40px -40px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonRight{
background-position:-40px -56px;
} .mCS-dark-2>.mCSB_scrollTools .mCSB_draggerRail{
width:4px;
background:#000; background:rgba(0,0,0,0.1);
-webkit-border-radius:1px;
-moz-border-radius:1px;
border-radius:1px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:4px;
background:#000; background:rgba(0,0,0,0.75);
-webkit-border-radius:1px;
-moz-border-radius:1px;
border-radius:1px;
}
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
width:100%;
height:4px;
margin:6px 0;
}
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:100%;
height:4px;
margin:6px auto;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
background:rgba(0,0,0,0.85);
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
background:rgba(0,0,0,0.9);
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonUp{
background-position:-112px 0;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonDown{
background-position:-112px -20px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonLeft{
background-position:-120px -40px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonRight{
background-position:-120px -56px;
} .mCS-light-thick>.mCSB_scrollTools .mCSB_draggerRail{
width:4px;
background:#fff; background:rgba(255,255,255,0.1);
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:6px;
background:#fff; background:rgba(255,255,255,0.75);
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
}
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
width:100%;
height:4px;
margin:6px 0;
}
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:100%;
height:6px;
margin:5px auto;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
background:rgba(255,255,255,0.85);
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
background:rgba(255,255,255,0.9);
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonUp{
background-position:-16px 0;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonDown{
background-position:-16px -20px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonLeft{
background-position:-20px -40px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonRight{
background-position:-20px -56px;
} .mCS-dark-thick>.mCSB_scrollTools .mCSB_draggerRail{
width:4px;
background:#000; background:rgba(0,0,0,0.1);
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:6px;
background:#000; background:rgba(0,0,0,0.75);
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
}
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
width:100%;
height:4px;
margin:6px 0;
}
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:100%;
height:6px;
margin:5px auto;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
background:rgba(0,0,0,0.85);
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
background:rgba(0,0,0,0.9);
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonUp{
background-position:-96px 0;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonDown{
background-position:-96px -20px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonLeft{
background-position:-100px -40px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonRight{
background-position:-100px -56px;
} .mCS-light-thin>.mCSB_scrollTools .mCSB_draggerRail{
background:#fff; background:rgba(255,255,255,0.1);
}
.mCS-light-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:2px;
}
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
width:100%;
}
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:100%;
height:2px;
margin:7px auto;
} .mCS-dark-thin>.mCSB_scrollTools .mCSB_draggerRail{
background:#000; background:rgba(0,0,0,0.15);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:2px;
background:#000; background:rgba(0,0,0,0.75);
}
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
width:100%;
}
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:100%;
height:2px;
margin:7px auto;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
background:rgba(0,0,0,0.85);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
background:rgba(0,0,0,0.9);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonUp{
background-position:-80px 0;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonDown{
background-position:-80px -20px;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonLeft{
background-position:-80px -40px;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonRight{
background-position:-80px -56px;
}@import url("http://fonts.googleapis.com/css?family=Questrial|Playfair+Display:400,700");
@font-face {
font-weight: normal;
font-style: normal;
font-family: 'codropsicons';
src: url(//www.teamrevivalmartin.sk/wp-content/plugins/wp-photo-effects/fonts/codropsicons/codropsicons.eot);
src: url(//www.teamrevivalmartin.sk/wp-content/plugins/wp-photo-effects/fonts/codropsicons/codropsicons.eot?#iefix) format('embedded-opentype'), url(//www.teamrevivalmartin.sk/wp-content/plugins/wp-photo-effects/fonts/codropsicons/codropsicons.woff) format('woff'), url(//www.teamrevivalmartin.sk/wp-content/plugins/wp-photo-effects/fonts/codropsicons/codropsicons.ttf) format('truetype'), url(//www.teamrevivalmartin.sk/wp-content/plugins/wp-photo-effects/fonts/codropsicons/codropsicons.svg#codropsicons) format('svg');
}
*, *:after, *:before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.clearfix:before, .clearfix:after {
display: table;
content: '';
}
.clearfix:after {
clear: both;
}
body { }
a {
outline: none;
color: rgb(160, 148, 147);
text-decoration: none;
}
a:hover, a:focus {
color: rgb(197, 135, 130);
}
.mobile-note {
position: absolute;
bottom: 1em;
color: #fff;
font-size: 1.15em;
text-align: center;
width: 100%;
padding: 1em;
background: #fb7f93;
display: none;
font-family: 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
} .codrops-header {
text-align: center;
height: 100vh;
overflow: hidden;
background: url(//www.teamrevivalmartin.sk/wp-content/plugins/wp-photo-effects/img/1.jpg) no-repeat center center;
background-size: auto 100vh;
}
.codrops-header h1 {
margin: 0.5em 0 0;
letter-spacing: -1px;
font-weight: 400;
font-size: 4.25em;
line-height: 1;
position: absolute;
width: 100%;
top: 25vh;
color: #fff;
pointer-events: none;
font-family: 'Playfair Display', Georgia, serif;
}
.codrops-header h1 span {
display: block;
padding: 2em 0 1em;
color: #3a3231;
font-size: 0.2em;
text-transform: uppercase;
font-weight: 400;
letter-spacing: 3px;
text-shadow: none;
font-family: 'Questrial', 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.github-link {
font-size: 0.95em;
position: absolute;
right: 60px;
top: 22px;
}
.github-link span {
margin: 0 0 0 5px;
}
.hero {
position: absolute;
top: 60px;
left: 60px;
bottom: 60px;
right: 60px;
overflow: hidden;
}
.hero__imgwrap {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.hero__imgwrap::after {
content: '';
position: absolute;
background: rgba(76, 0, 1, 0.1);
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
}
.hero__img {
position: absolute;
top: 50%;
left: 50%;
width: auto;
height: 100vh;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
}
.hero__imgwrap .tilt__back, .hero__imgwrap .tilt__front {
background-size: auto 100vh;
} .codrops-links {
position: absolute;
z-index: 1000;
display: inline-block;
text-align: center;
font-size: 0.85em;
white-space: nowrap;
left: 60px;
top: 15px;
}
.codrops-links::after {
position: absolute;
top: 0;
left: 51%;
width: 1px;
height: 100%;
background: rgba(160, 148, 147, 0.5);
content: '';
-webkit-transform: rotate3d(0, 0, 1, 22.5deg);
transform: rotate3d(0, 0, 1, 22.5deg);
}
.codrops-icon {
display: inline-block;
margin: 0.5em;
padding: 0em 0;
width: 1.5em;
text-decoration: none;
}
.codrops-icon span {
display: none;
}
.codrops-icon:before {
margin: 0 5px;
text-transform: none;
font-weight: normal;
font-style: normal;
font-variant: normal;
font-family: 'codropsicons';
line-height: 1;
speak: none;
-webkit-font-smoothing: antialiased;
}
.codrops-icon--drop:before {
content: "\e001";
}
.codrops-icon--prev:before {
content: "\e004";
} .content {
padding: 4em 0 2em;
}
.content > p {
max-width: 900px;
margin: 1em auto;
padding: 1em 0.5em 0;
}
.content p > code {
background: #ddd;
display: inline-block;
padding: 0.25em 0.5em;
border-radius: 3px;
}
.content--color-alt {
background: #EDE8DA;
color: #A39C88;
}
.poster-headline {
text-align: center;
font-family: 'Playfair Display', Georgia, serif;
font-size: 2.65em;
font-weight: 400;
margin: 0.25em 0 0.5em;
}
.poster-text {
font-size: 1.15em;
text-align: center;
padding: 1em 0;
max-width: 1000px;
margin: 0 auto;
line-height: 1.5;
max-width: 800px;
} .grid {
position: relative; display: -ms-flexbox; -webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
list-style: none;
padding: 5px 0 0 0;
margin: 0 auto;
max-width: 1020px;
}
.grid__item { width: 100%;
}
.grid--xray .grid__item { width: 300px;
}
.grid__item-title {
font-family: 'Playfair Display', Georgia, serif;
font-size: 1em;
padding: 1em 0;
font-weight: bold;
}
.grid__item-title code {
color: #aaa;
font-weight: normal;
font-size: 0.85em;
}
.grid--xray .grid__img {
width: 300px;
height: 300px;
}
.grid__img img {
max-width: 100%;
display: block;
}
.grid__img--border .tilt__back, .grid__img--border .tilt__front {
border: 1px solid #333;
}
.grid__img--border .tilt {
overflow: visible;
} .grid--examples {
max-width: 830px;
}
.grid--examples .grid__img {
position: relative;
height: 0;
padding-bottom: 66.714%;
overflow: hidden;
}
.grid--examples .tilt {
position: absolute;
top: 0;
}
.grid__img--example-2::after {
content: '';
position: absolute;
box-shadow: inset 0 0 50px 30px rgba(2, 0, 37, 0.8);
pointer-events: none;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.grid__img--example-3 .tilt {
-webkit-filter: grayscale(100%) brightness(105%) contrast(120%);
filter: grayscale(100%) brightness(105%) contrast(120%);
-webkit-transition: filter 0.5s, -webkit-filter 0.5s;
transition: filter 0.5s, -webkit-filter 0.5s;
}
.grid__img--example-3 .tilt:hover {
-webkit-filter: none;
filter: none;
}
.grid__img--example-4 .tilt {
width: 120%;
height: 120%;
top: -10%;
left: -10%;
} .def-list {
max-width: 900px;
background: #f0f0f0;
border-radius: 10px;
margin: 1em auto;
padding: 3%;
}
.def-list dt {
font-family: 'Avenir', 'Helvetica', Arial, sans-serif;
}
.def-list dt:not(:first-child) {
margin-top: 2em;
}
.def-list dd {
margin: 0;
font-size: 0.95em;
line-height: 1.4;
} .content--related {
text-align: center;
font-weight: bold;
padding: 8em 0;
}
.media-item {
display: inline-block;
padding: 1em;
vertical-align: top;
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
.media-item__img {
max-width: 100%;
opacity: 0.7;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.media-item:hover .media-item__img, .media-item:focus .media-item__img {
opacity: 1;
}
.media-item__title {
margin: 0;
padding: 0.5em;
font-size: 1em;
}
@media screen and (min-aspect-ratio: 1440/960) {
.hero__imgwrap .tilt__back, .hero__imgwrap .tilt__front, .codrops-header {
background-size: 100vw auto;
}
.hero__img {
width: 100vw;
height: auto;
}
}
@media screen and (max-width: 40em) {
.codrops-header h1 {
font-size: 2.5em;
}
.hero {
left: 20px;
bottom: 20px;
right: 20px;
}
.mobile-note {
display: block;
}
}
ul.grid.grid--xray {
list-style-type: none;
}
figure {
width: 300px;
height: 200px;
margin: 0;
padding: 0;
background: #fff;
overflow: hidden;
}
figure:hover+span {
bottom: -36px;
opacity: 1;
} .zoomin figure img {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.zoomin figure:hover img {
-webkit-transform: scale(1.3);
transform: scale(1.3);
} .hover02 figure img {
width: 300px;
height: auto;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.hover02 figure:hover img {
width: 350px;
} .zoomout figure img {
-webkit-transform: scale(1.5);
transform: scale(1.5);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.zoomout figure:hover img {
-webkit-transform: scale(1);
transform: scale(1);
} .hover04 figure img {
width: 400px;
height: auto;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.hover04 figure:hover img {
width: 300px;
} .slide figure img {
margin-left: 30px;
-webkit-transform: scale(1.5);
transform: scale(1.5);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.slide figure:hover img {
margin-left: 0;
} .rotatezoomout figure img {
-webkit-transform: rotate(15deg) scale(1.4);
transform: rotate(15deg) scale(1.4);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.rotatezoomout figure:hover img {
-webkit-transform: rotate(0) scale(1);
transform: rotate(0) scale(1);
} .blur figure img {
-webkit-filter: blur(3px);
filter: blur(3px);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.blur figure:hover img {
-webkit-filter: blur(0);
filter: blur(0);
} .grayscale figure img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.grayscale figure:hover img {
-webkit-filter: grayscale(0);
filter: grayscale(0);
} .sepia figure img {
-webkit-filter: sepia(100%);
filter: sepia(100%);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.sepia figure:hover img {
-webkit-filter: sepia(0);
filter: sepia(0);
} .blurgrayscale figure img {
-webkit-filter: grayscale(0) blur(0);
filter: grayscale(0) blur(0);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.blurgrayscale figure:hover img {
-webkit-filter: grayscale(100%) blur(3px);
filter: grayscale(100%) blur(3px);
} .opacity figure img {
opacity: 1;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.opacity figure:hover img {
opacity: .5;
} .opacityblue figure {
background: #1abc9c;
}
.opacityblue figure img {
opacity: 1;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.opacityblue figure:hover img {
opacity: .5;
} .flash figure:hover img {
opacity: 1;
-webkit-animation: flash 1.5s;
animation: flash 1.5s;
}
@-webkit-keyframes flash {
0% {
opacity: .4;
}
100% {
opacity: 1;
}
}
@keyframes flash {
0% {
opacity: .4;
}
100% {
opacity: 1;
}
} .shine figure {
position: relative;
}
.shine figure::before {
position: absolute;
top: 0;
left: -75%;
z-index: 2;
display: block;
content: '';
width: 50%;
height: 100%;
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
-webkit-transform: skewX(-25deg);
transform: skewX(-25deg);
}
.shine figure:hover::before {
-webkit-animation: shine .75s;
animation: shine .75s;
}
@-webkit-keyframes shine {
100% {
left: 125%;
}
}
@keyframes shine {
100% {
left: 125%;
}
} .hover15 figure {
position: relative;
}
.hover15 figure::before {
position: absolute;
top: 50%;
left: 50%;
z-index: 2;
display: block;
content: '';
width: 0;
height: 0;
background: rgba(255,255,255,.2);
border-radius: 100%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
}
.hover15 figure:hover::before {
-webkit-animation: circle .75s;
animation: circle .75s;
}
@-webkit-keyframes circle {
0% {
opacity: 1;
}
40% {
opacity: 1;
}
100% {
width: 200%;
height: 200%;
opacity: 0;
}
}
@keyframes circle {
0% {
opacity: 1;
}
40% {
opacity: 1;
}
100% {
width: 200%;
height: 200%;
opacity: 0;
}
} .wppe-wrapper {
width: 60%;
margin: 40px auto;
}
div.wppe-gallery {
margin-top: 30px;
}
div.wppe-gallery ul {
list-style-type: none;
margin-left: 35px;
} div.wppe-gallery ul li, div.wppe-gallery li img {
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
div.wppe-gallery ul li {
position: relative;
float: left;
width: 130px;
height: 130px;
margin: 5px;
padding: 5px;
z-index: 0;
list-style-type: none;
}  div.wppe-gallery ul li:hover {
z-index: 5;
} div.wppe-gallery ul li img {
position: absolute;
left: 0;
top: 0;
border: 1px solid #dddddd;
padding: 5px;
width: 130px;
height: 130px;
background: #f0f0f0;
}
div.wppe-gallery ul li img:hover {
width: 200px;
height: 200px;
margin-top: -130px;
margin-left: -130px;
top: 65%;
left: 65%;
max-width: none;
}
p.attribution {
font-family: 'Consolas';
color: #000;
clear: both;
text-align: center;
line-height: 25px;
padding-top: 30px;
}
p.attribution a {
color: #4c8d7c;
} @media only screen and (min-width: 499px) and (max-width: 1212px) {
.wppe-wrapper {
width: 500px;
}
}
@media only screen and (max-width: 498px) {
.wppe-wrapper {
width: 300px;
}
div.wppe-gallery ul {
list-style-type: none;
margin: 0;
}
} .wppe-gradient-effect {
background: #000;
background: -moz-linear-gradient(-45deg, #000000 0%, #000000 25%, #1e539e 50%, #ff3083 75%, #7800a8 100%); background: -webkit-linear-gradient(-45deg, #000000 0%,#000000 25%,#1e539e 50%,#ff3083 75%,#7800a8 100%); background: linear-gradient(135deg, #000000 0%,#000000 25%,#1e539e 50%,#ff3083 75%,#7800a8 100%); background-size: 400% 400%;
background-repeat: no-repeat;
display: flex;
width: 500px;
height: 500px;
max-width: 100vw;
max-height: 100vh;
justify-content: center;
align-items: center;
color: #fff;
position: relative;
cursor: pointer;
transition: .5s all;
}
.wppe-gradient-effect__img {
position: absolute;
left: 0;
top: 0;
background: #000 url(https://images.unsplash.com/photo-1466657718950-8f9346c04f8f?dpr=1&auto=format&fit=crop&w=800&h=800&q=80&cs=tinysrgb) no-repeat center center;
background-size: cover;
width: 100%;
height: 100%;
z-index: 1;
opacity: .5;
mix-blend-mode: screen;
}
.wppe-gradient-effect__title {
position: relative;
z-index: 10;
text-transform: uppercase;
letter-spacing: .05em;
}
.wppe-gradient-effect:hover {
background-position: 100% 100%;
}
.wppe-gradient-effect__title {
text-shadow: 0 0 20px rgba(0,0,0,1);
} @import url("https://fonts.googleapis.com/css?family=Raleway:400,800");
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
figure.wppe {
font-family: 'Raleway', Arial, sans-serif;
color: #fff;
position: relative;
overflow: hidden;
margin: 10px;
min-width: 220px;
max-width: 310px;
max-height: 220px;
width: 100%;
background: #000000;
}
figure.wppe img {
opacity: 1;
width: 100%;
position: relative;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.wppe .center {
border-radius: 5px;
display: block;
content: '';
position: absolute;
background-color: #000;
top: 50%;
left: 50%;
height: 70px;
width: 70px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
opacity: 0;
text-align: center;
-webkit-transform: translate(-50%, -50%) rotate(0deg);
transform: translate(-50%, -50%) rotate(0deg);
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
figure.wppe .center i {
font-size: 38px;
padding: 6px;
color: #ffffff;
line-height: 70px;
opacity: 0.3;
}
figure.wppe figcaption {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: left;
}
figure.wppe figcaption > div {
float: left;
height: 100%;
overflow: hidden;
width: 50%;
position: relative;
}
figure.wppe figcaption a {
opacity: 0.7;
}
figure.wppe figcaption a:hover {
opacity: 1;
}
figure.wppe figcaption h3 {
background-color: #222;
word-spacing: -0.1em;
font-weight: 800;
text-transform: uppercase;
font-size: 1em;
opacity: 0;
position: absolute;
-webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
transition: opacity 0.45s,-webkit-transform 0.45s,-moz-transform 0.45s,-o-transform 0.45s,transform 0.45s;
}
figure.wppe figcaption .left h3 {
border-radius: 5px 0 0 5px;
top: 50%;
padding: 4px 35px 4px 10px;
right: 0;
-webkit-transform: translate(100%, 0px);
transform: translate(100%, 0px);
}
figure.wppe figcaption .right h3 {
border-radius: 0 5px 5px 0;
bottom: 50%;
padding: 4px 10px 4px 35px;
padding-left: 30px;
-webkit-transform: translate(-100%, 0px);
transform: translate(-100%, 0px);
}
figure.wppe a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
}
figure.wppe .red {
background-color: #8c212a;
}
figure.wppe .yellow {
background-color: #945600;
}
figure.wppe .white {
background-color: #ffffff;
color: #444444;
}
figure.wppe:hover img,
figure.wppe.hover img {
opacity: 0.5;
}
figure.wppe:hover figcaption .left h3,
figure.wppe.hover figcaption .left h3 {
opacity: 1;
-webkit-transform: translate(0%, 0px);
transform: translate(0%, 0px);
}
figure.wppe:hover figcaption .right h3,
figure.wppe.hover figcaption .right h3 {
opacity: 1;
-webkit-transform: translate(0%, 0px);
transform: translate(0%, 0px);
}
figure.wppe:hover .center,
figure.wppe.hover .center {
opacity: 1;
-webkit-transform: translate(-50%, -50%) rotate(45deg);
transform: translate(-50%, -50%) rotate(45deg);
}
figure.wppe:hover .center i,
figure.wppe.hover .center i {
-webkit-transform: translate(0%, -10px);
transform: translate(0%, -10px);
}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}.tilt {
overflow: hidden;
position: relative;
width: 100%;
height: 100%;
margin: 0 auto;
}
.tilt__back,
.tilt__front {
width: 100%;
height: 100%;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.tilt__back {
position: relative;
}
.tilt__front {
position: absolute;
top: 0;
left: 0;
}
li.grid__item {
list-style-type: none !important;
}