.typed-cursor {
opacity: 1;
-webkit-animation: blink 0.7s infinite;
-moz-animation: blink 0.7s infinite;
animation: blink 0.7s infinite;
}
@-moz-keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}#top-header #et-info-phone a:hover,#top-header #et-info a:hover span#et-info-phone,#top-header #et-info a:hover span#et-info-email,#top-header #et-info #db-info-text a:hover,#top-header .et-social-icon a:hover,#top-header #et-secondary-nav a:hover{color:rgba(238,238,34,0.7) !important;opacity:1 !important}#top-header #et-info #db-info-text a,#top-header #et-info #db-info-text a:hover,#top-header #et-info a span#et-info-phone,#top-header #et-info a:hover span#et-info-phone{-webkit-transition:color .5s;-moz-transition:color .5s;transition:color .5s}@media only screen and (min-width:981px){#et-info #et-social-icons,#et-info .et-social-icons{display:none}}#top-menu-nav #top-menu a:hover,#mobile_menu_slide a:hover{color:#fff !important;opacity:1 !important}.et_mobile_menu li a{font-size:16px !important}#mobile_menu li.dbdb_secondary-menu{display:none !important}#footer-info + #footer-info{display:none}@media only screen and (max-width:980px){#top-header>.container,#main-header>.container,#et_search_outer>.container,body.single #main-content>.container,body.page:not(.et-tb-has-template) div.et_pb_row.dbdb_default_mobile_width,body.page.et-tb-has-template .et-l--post>.et_builder_inner_content>.et_pb_section>.et_pb_row.dbdb_default_mobile_width,body.single-project div.et_pb_row.dbdb_default_mobile_width,.et_section_specialty.dbdb_default_mobile_width>.et_pb_row{width:95% !important}}#et-info-phone:hover{opacity:0.7;-moz-transition:all 0.4s ease-in-out;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out}.db141_show_header_separators.et_header_style_left #top-menu>.menu-item + .menu-item:before,.db141_show_header_separators.et_header_style_centered #top-menu>.menu-item + .menu-item:before,.db141_show_header_separators.et_header_style_split #top-menu>.menu-item + .menu-item:before{position:absolute;left:-15px;content:'|';font-size:smaller;color:#edf000}.db141_show_header_separators.et_header_style_left #top-menu>.menu-item + .mega-menu:before{position:relative;top:1.1em}#footer-info{width:100%;margin:0 auto;text-align:center !important}@media only screen and (min-width:980px){#footer-bottom .et-social-icons{margin-bottom:-28px}}a.buttonCustom{
text-decoration: none;
cursor: pointer;
font-weight: normal !important;
font-size: 20px;
padding: 14px 24px;
margin: 8px 6px 8px 0;
display: inline-block;
text-align: center;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
line-height: 24px;
-moz-transition: all 0.92s;
-webkit-transition: all 0.92s;
transition: all 0.92s;
}
a.buttonCustom:hover{
color: #aaa; 
background: transparent!important;
text-shadow: none;	
}
a.buttonCustom:hover span{
color: #aaa; 
background: transparent!important;
text-shadow: none;
-moz-transition: all 0.3s; 
-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;	
}
.buttonBlue {
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 8px 20px;
line-height: 1.7em;
background: #0088CB;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
position: relative;
}
a.buttonBlue {
background-color:#0088CB;
border: 2px solid #006DA4;
color: #FFF;
font-weight: bold;
}
a.buttonBlue:hover {
background: rgba(0,136,203,0.6);
border: 2px solid #FFF;
padding: 8px 34px 8px 14px;
}
a.buttonBlue:after {
font-family: 'ETmodules';
content: "\35";
font-size: 32px;
opacity: 0;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 32px;
line-height: 1em;
position: absolute;
margin-left: -0.5em;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
a.buttonBlue:hover:after {
opacity: 1;
display: block;
opacity: 1;
font-family: 'ETmodules';
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;
right: 0px;
top: 5px;
margin-left: 0;
}
a.buttonEmail {
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 8px 20px;
line-height: 1.7em;
background: transparent url(//colourlove.de/wp-content/plugins/divilicious-buttons/img/email.svg) no-repeat right 9px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transition: all .55s ease-in-out;
-moz-transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
position: relative;	
border: 2px solid rgba(255,255,255,0.8);
color: #555;
}
a.buttonEmail:hover {
background: rgba(255,255,255,0.6) url(//colourlove.de/wp-content/plugins/divilicious-buttons/img/email.svg) no-repeat right 7px;
background-size: 32px 32px;
border: 2px solid rgba(255,255,255,1);
padding: 8px 35px 8px 10px;
}
.buttonFuscia {
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 8px 20px;
line-height: 1.7em;
background: transparent;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
position: relative;
}
a.buttonFuscia {
background-color: transparent;
border: 2px solid #C01E81;
color: #C01E81;
font-weight: bold;
}
a.buttonFuscia:hover {
background: rgba(255,255,255,0.6);
border: 2px solid #fff;
padding: 8px 34px 8px 14px;
}
a.buttonFuscia:after {
font-family: 'ETmodules';
content: "\35";
font-size: 32px;
opacity: 0;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 32px;
line-height: 1em;
position: absolute;
margin-left: -0.5em;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
a.buttonFuscia:hover:after {
opacity: 1;
display: block;
opacity: 1;
font-family: 'ETmodules';
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;
right: 0px;
top: 5px;
margin-left: 0;
}
.buttonWhite {
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 8px 20px;
line-height: 1.7em;
background: transparent;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
position: relative;
}
a.buttonWhite {
background-color: #FFF;
border: 2px solid transparent;
color: #999;
font-weight: bold;
}
a.buttonWhite:hover {
background: rgba(255,255,255,0.6);
border: 2px solid #fff;
padding: 8px 34px 8px 14px;
}
a.buttonWhite:after {
font-family: 'ETmodules';
content: "\35";
font-size: 32px;
opacity: 0;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 32px;
line-height: 1em;
position: absolute;
margin-left: -0.5em;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
a.buttonWhite:hover:after {
opacity: 1;
display: block;
opacity: 1;
font-family: 'ETmodules';
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;
right: 0px;
top: 5px;
margin-left: 0;
}
.buttonTeal {
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 8px 20px;
line-height: 1.7em;
color: #fff;
background-color: rgba(1,199,186,1);
border: 2px solid rgba(1,199,186,1);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
position: relative;
}
a.buttonTeal {
background: #33E6D9;
border: 2px solid rgba(1,199,186,1);
color: #FFF;
font-weight: bold;
}
.buttonTeal:hover {
background-color: rgba(51,199,186,0.3);
border: 2px solid #33E6D9;
color: rgba(1,199,186,1);
text-shadow: 0px 1px 0 #00F8F8 , 0px -1px 1px #00ACAC;
padding: 8px 34px 8px 14px;
}
a.buttonTeal:after {
font-family: 'ETmodules';
content: "\35";
font-size: 32px;
opacity: 0;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 32px;
line-height: 1em;
position: absolute;
margin-left: -0.5em;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
a.buttonTeal:hover:after {
opacity: 1;
display: block;
opacity: 1;
font-family: 'ETmodules';
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;
right: 0px;
top: 5px;
margin-left: 0;
}
.buttonOrange {
font-size: 20px;
font-weight: 500;
text-shadow: 0px 1px 0 #fff , 0px -1px 1px rgba(255,255,255,0.8);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 8px 20px;
line-height: 1.7em;
background-color: rgba(255,153,0,0.4);
border: 2px solid orange;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
position: relative;
}
a.buttonOrange {
background-color: rgba(255,153,0,0.2);
border: 2px solid orange;
color: orange;
font-weight: bold;
text-shadow: 0px 1px 0 #fff , 0px -1px 1px rgba(255,255,255,0.8);
}
.buttonOrange:hover {
background: orange;
border: 2px solid #FFF;
padding: 8px 34px 8px 14px;
COLOR: #FFF;
text-shadow: none;
}
a.buttonOrange:after {
font-family: 'ETmodules';
content: "\35";
font-size: 32px;
opacity: 0;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 32px;
line-height: 1em;
position: absolute;
margin-left: -0.5em;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
a.buttonOrange:hover:after {
opacity: 1;
display: block;
opacity: 1;
font-family: 'ETmodules';
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;
right: 0px;
top: 5px;
margin-left: 0;
}
.buttonLight {
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 8px 20px;
line-height: 1.7em;
background: transparent;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
position: relative;
}
a.buttonLight {
background-color: rgba(255,255,255,0.4);
border: 2px solid transparent;
color: rgba(255,255,255,0.8);
font-weight: bold;
}
.buttonLight:hover {
background: rgba(255,255,255,0.2);
border: 2px solid #fff;
padding: 8px 34px 8px 14px;
color: rgba(255,255,255,1);
text-shadow: 0 1px 0 #999;
}
a.buttonLight:after {
font-family: 'ETmodules';
content: "\35";
font-size: 32px;
opacity: 0;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 32px;
line-height: 1em;
position: absolute;
margin-left: -0.5em;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
a.buttonLight:hover:after {
opacity: 1;
display: block;
font-family: 'ETmodules';
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;
right: 0px;
top: 5px;
margin-left: 0;
}
.buttonSky {
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 8px 20px;
line-height: 1.7em;
background: transparent;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
position: relative;
}
a.buttonSky {
background-color: rgba(102,153,255,0.6);
border: 2px solid rgba(102,153,255,0.8n);
color: #fff;
font-weight: bold;
}
a.buttonSky:hover {
background: rgba(255,255,255,0.6);
border: 2px solid #fff;
padding: 8px 34px 8px 14px;
color: #6699FF;
}
a.buttonSky:after {
font-family: 'ETmodules';
content: "\35";
font-size: 32px;
opacity: 0;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 32px;
line-height: 1em;
position: absolute;
margin-left: -0.5em;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
a.buttonSky:hover:after {
opacity: 1;
display: block;
opacity: 1;
font-family: 'ETmodules';
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;
right: 0px;
top: 5px;
margin-left: 0;
}
.buttonDark {
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 8px 20px;
line-height: 1.7em;
background: transparent;
border: 2px solid #999FA6;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
position: relative;
}
a.buttonDark {
background-color: #565451;
border: 2px solid transparent;
color: #eee;
font-weight: bold;
}
a.buttonDark:hover {
background: #777;
border: 2px solid #999;
padding: 8px 34px 8px 14px;
}
a.buttonDark:after {
font-family: 'ETmodules';
content: "\35";
font-size: 32px;
opacity: 0;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: 1em;
position: absolute;
margin-left: -0.5em;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
a.buttonDark:hover:after {
opacity: 1;
display: block;
font-family: 'ETmodules';
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;
right: 0px;
top: 5px;
margin-left: 0;
}
.buttonDownload {
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 8px 20px;
line-height: 1.7em;
background: url(//colourlove.de/wp-content/plugins/divilicious-buttons/img/transparent.png) no-repeat right center transparent;
border: 2px solid #555;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: relative;
}
a.buttonDownload {
letter-spacing: 0px;
font-size: 20px;
display: inline-block;
color: inherit;
font-weight: 500;
padding: 0.3em 1em;
line-height: 1.7em !important;
background: url(//colourlove.de/wp-content/plugins/divilicious-buttons/img/download-icon-36px.png) no-repeat 0 -99px transparent;
position: relative;
border: 2px solid;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-transition: all 0.92s;
-webkit-transition: all 0.92s;
transition: all 0.92s;
}
a.buttonDownload:hover {
color: transparent;
letter-spacing: 0px;
font-size: 20px;
text-decoration: none;
background: url(//colourlove.de/wp-content/plugins/divilicious-buttons/img/download-icon-36px.png) no-repeat center center transparent;
border: 2px solid rgba(0,0,0,0.2);
}
a.buttonDownload:after {
font-size: 32px;
opacity: 0;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: 1em;
position: absolute;
margin-top: -0.9em;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
transition: all 0.6s;
}
a.buttonDownload:hover:after {
opacity: 1;
display: block;
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;
right: 0px;
top: 5px;
margin-left: 0;
}
a.buttonLight:hover:after {
left: auto;
margin-left: .3em;
opacity: 1;
}
a.clickTo-call {
text-decoration: none;
cursor: pointer;
font-weight: normal !important;
font-size: 20px;
padding: 14px 24px;
margin: 8px 6px 8px 0;
color: rgba(0,0,0,0.8);
border: 2px solid #CCC;
display: inline-block;
text-align: center;
text-shadow: 1px 1px 0 #eee;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
line-height: 24px;
background: url(//colourlove.de/wp-content/plugins/divilicious-buttons/img/phone-icon-40.png) no-repeat bottom right rgba(255,255,255,0.6);
background-size: 32px 32px;
-moz-transition: all 0.92s;
-webkit-transition: all 0.92s;
transition: all 0.9s;
}
a.clickTo-call:hover{
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: transparent; 
background: url(//colourlove.de/wp-content/plugins/divilicious-buttons/img/phone-icon.png) no-repeat center center transparent; 
background-size: contain;
border: 2px solid transparent;
text-shadow:none;
}
a.clickTo-call:hover:after {
opacity: 1;
display: block;
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;
right: 0px;
top: 5px;
margin-left: 0;
}.final-tiles-gallery {
position: relative;
perspective: 800px;
}
.final-tiles-gallery .tile img.item {
-moz-transition: -moz-transform 0.2s, opacity 0.2s ease-out;
-o-transition: -o-transform 0.2s, opacity 0.2s ease-out;
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s ease-out;
transition: transform .2s ease-out;
display: block;
position: relative;
width: 100%;
}
.final-tiles-gallery .tile.ftg-enlarged img {
display: block;
margin: auto;
}
.final-tiles-gallery .loading-bar {
width: 100%;
display: block;
height: 2px;
position: relative;
top:-4px;
}
.final-tiles-gallery .loading-bar i {
width: 0%;
display: block;
}
.final-tiles-gallery .tile {
float: left;
overflow: hidden;
margin: 0;
opacity: 0;
transition-property: all;
transform-origin:50% 50% 50px; 
transition-duration: .25s; 
}
.final-tiles-gallery .tile.ftg-loaded {
opacity: 1;
display: block;
}
.final-tiles-gallery .tile.ftg-hidden-tile {
-moz-transform: scale(0);
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
opacity: 0;
}
.final-tiles-gallery .edge {
position: absolute;
z-index: 1000;
background: #333;
color: #fff;
font-size: 11px;
padding: 4px;
font-family: sans-serif;
}
.final-tiles-gallery .edge.enlarged-true {
color: yellow;
}
.final-tiles-gallery .ftg-social {
position: absolute;
transition: all .5s;
z-index: 20;
}
.final-tiles-gallery .ftg-social a {
color: #fff;
text-decoration: none;
border: 0;
text-align: center;
font-size: 16px;
transition: all .3s;
}
.final-tiles-gallery .ftg-social a:hover {
color: #ccc;
}
.final-tiles-gallery .hover {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #000;
background-color: rgba(0, 0, 0, 0.7);
transition: all .3s;
opacity: 0;
display: table;
width: 100%;
height: 100%;
}
.final-tiles-gallery .hover .icon {
display: table-cell;
text-align: center;
vertical-align: middle;
color: #fff;
font-size: 20px;
}
.final-tiles-gallery .tile:hover .hover {
opacity: 1;
}
.final-tiles-gallery .tile iframe.item {
width: 100%;
}
.final-tiles-gallery .ftg-filters {
margin-bottom: 20px;
text-align: center;
}
.final-tiles-gallery .ftg-filters a {
display: inline-block;
margin-right: 10px;
margin-bottom: 10px;
color: #777;
padding: 4px 10px;
border: 1px solid #777;
text-decoration: none;
outline: 0;
text-shadow: none;
box-shadow: none;
}
.final-tiles-gallery .ftg-filters a:hover,
.final-tiles-gallery .ftg-filters a.selected {
color: #000;
border-color: #333;
text-decoration: none;
}
.final-tiles-gallery .tile .caption-block {
display: inline-block;
position: absolute;
color: #fff;
z-index: 11;
left: 20px;
right: 20px;
opacity: 0;
transition: all .25s;
}
.final-tiles-gallery.caption-frame .tile .caption-block {
border:1px solid #fff;
}
.final-tiles-gallery.caption-frame.caption-middle .tile .caption-block {
top:10px;
bottom: 10px;
left: 10px;
right: 10px;oda
padding: 10px; 
}
.final-tiles-gallery .tile-inner:before {
background: rgba(0, 0, 0, 0.7);
position: absolute;
top:0;
left:0;
bottom:0;
right:0;  
content: "";
opacity: 0;
transition: all .3s;
z-index: 10;
}
.final-tiles-gallery .tile .caption-block .text-wrapper span.title,
.final-tiles-gallery .tile .caption-block .text-wrapper span.text {
display: block;
}
.final-tiles-gallery .tile span.icon {
position: absolute;
top:50%;
left:50%;
z-index: 10;
opacity: 0;
transition: all .3s;
}
.final-tiles-gallery .tile:hover span.icon {
opacity: 1;
}
.final-tiles-gallery.caption-color-dark .tile .caption-block .text-wrapper span.title,
.final-tiles-gallery.caption-color-dark .tile .caption-block .text-wrapper span.text {
color: #fff;
}
.final-tiles-gallery.caption-color-light .tile .caption-block .text-wrapper span.title,
.final-tiles-gallery.caption-color-light .tile .caption-block .text-wrapper span.text {
color: #000;
}
.final-tiles-gallery.caption-color-light .tile-inner:before {
background: rgba(255, 255, 255, 0.7);
}
.final-tiles-gallery .tile:hover .tile-inner:before {
opacity: 1;
}
.final-tiles-gallery .tile .caption-block span.title {
font-size: 16px;
margin:0;
}
.final-tiles-gallery .tile .caption-block span.text {
font-size: 12px;
margin:10px 0 0 0;
opacity: .8;
}
.final-tiles-gallery .tile .caption-block .text-wrapper {
width:100%;
}
.final-tiles-gallery.caption-center-text .tile .caption-block span.title,
.final-tiles-gallery.caption-center-text .tile .caption-block span.text {
text-align: center;
display: block;
} .final-tiles-gallery.effect-fade-out .tile img {
transition: all 0.5s;
opacity: 1; 
}
.final-tiles-gallery.effect-fade-out .tile:hover img {
opacity: .5;
} .final-tiles-gallery.effect-deep-zoom-in .tile:hover img {
-moz-transform: perspective(1000px) translate3d(0px, 0px, 400px);
-webkit-transform: perspective(1000px) translate3d(0, 0, 400px);
-ms-transform: perspective(1000px) translate3d(0px, 0px, 400px);
transform: perspective(1000px) translate3d(0px, 0px, 400px);
} .final-tiles-gallery.effect-deep-zoom-in .tile img,
.final-tiles-gallery.effect-zoom-in .tile img {
-moz-transform: perspective(1000px) translate3d(0, 0, 0);
-webkit-transform: perspective(1000px) translate3d(0, 0, 0);
-ms-transform: perspective(1000px) translate3d(0, 0, 0);
transform: perspective(1000px) translate3d(0, 0, 0);
position: relative;
display: block;
}
.final-tiles-gallery.effect-zoom-in .tile:hover img {
-moz-transform: perspective(1000px) translate3d(0px, 0px, 200px);
-webkit-transform: perspective(1000px) translate3d(0, 0, 200px);
-ms-transform: perspective(1000px) translate3d(0px, 0px, 200px);
transform: perspective(1000px) translate3d(0px, 0px, 200px);
} .final-tiles-gallery.effect-zoom-out .tile img {
opacity: 1;
-moz-transform: scale(1.12);
-webkit-transform: scale(1.12);
-ms-transform: scale(1.12);
transform: scale(1.12);
}
.final-tiles-gallery.effect-deep-zoom-out .tile:hover img,
.final-tiles-gallery.effect-zoom-out .tile:hover img {
-moz-transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
} .final-tiles-gallery.effect-deep-zoom-out .tile img {
opacity: 1;
-moz-transform: scale(1.5);
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}
.final-tiles-gallery.effect-speed-very-slow .tile img { transition-duration: 1s; }
.final-tiles-gallery.effect-speed-slow .tile img { transition-duration: .5s; }
.final-tiles-gallery.effect-speed-medium .tile img { transition-duration: .35s; }
.final-tiles-gallery.effect-speed-fast .tile img { transition-duration: .2s; }
.final-tiles-gallery.effect-speed-very-fast .tile img { transition-duration: .1s; }
.final-tiles-gallery.caption-left .tile .caption-block { text-align: left; }
.final-tiles-gallery.caption-center .tile .caption-block { text-align: center; }
.final-tiles-gallery.caption-right .tile .caption-block { text-align: right; } .final-tiles-gallery.caption-top .tile .caption-block {
top: 20px;
} .final-tiles-gallery.caption-bottom .tile .caption-block {
bottom: 20px;
top: auto;
} .final-tiles-gallery.caption-middle .tile .caption-block {
position: absolute;
top:0;
bottom:0;
display: flex;
align-items: center;
}
.final-tiles-gallery .tile:hover .caption-block {
opacity: 1;
} .final-tiles-gallery.caption-fixed .tile .caption-block {
opacity: 1;
} .final-tiles-gallery.caption-fixed-bg .tile .caption-block {
opacity: 1;
}
.final-tiles-gallery.caption-fixed-bg .tile .tile-inner:before {
opacity: 1;
} .final-tiles-gallery.caption-fixed-then-hidden .tile .caption-block,
.final-tiles-gallery.caption-fixed-then-hidden .tile .tile-inner:before {
opacity: 1;
}
.final-tiles-gallery.caption-fixed-then-hidden .tile:hover .caption-block,
.final-tiles-gallery.caption-fixed-then-hidden .tile:hover .tile-inner:before {
opacity: 0;
} .final-tiles-gallery.caption-slide-from-top .tile:hover .caption-block {
opacity: 1;
-moz-transform: translateY(0);
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.final-tiles-gallery.caption-slide-from-top .tile .caption-block {      
opacity: 0;
transition: all .5s;
-moz-transform: translateY(-50px);
-webkit-transform: translateY(-50px);
-ms-transform: translateY(-50px);
transform: translateY(-50px);
} .final-tiles-gallery.caption-fixed-bottom .tile .caption-block {
bottom:0;
left:0;
right:0;
background:transparent;
opacity: 1;
}
.final-tiles-gallery.caption-fixed-bottom .tile .caption-block .text-wrapper {
padding:60px 20px 20px 20px;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 49%, rgba(0,0,0,0.8) 100%); background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 49%,rgba(0,0,0,0.8) 100%); background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 49%,rgba(0,0,0,0.8) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
.final-tiles-gallery.caption-fixed-bottom.caption-color-light .tile .caption-block .text-wrapper { background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 49%, rgba(255,255,255,0.8) 100%); background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 49%,rgba(255,255,255,0.8) 100%); background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 49%,rgba(255,255,255,0.8) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ccffffff',GradientType=0 ); } .final-tiles-gallery.caption-slide-from-bottom .tile:hover .caption-block {
opacity: 1;
-moz-transform: translateY(0);
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.final-tiles-gallery.caption-slide-from-bottom .tile .caption-block {      
opacity: 0;
transition: all .5s;
-moz-transform: translateY(50px);
-webkit-transform: translateY(50px);
-ms-transform: translateY(50px);
transform: translateY(50px);
} .final-tiles-gallery.effect-frame .tile:hover .tile-inner:before {
opacity: 1;
-moz-transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.final-tiles-gallery.effect-frame .tile .tile-inner:before {
opacity: 0;
border: 1px solid #fff;
position: absolute;
top: 10px;
left: 10px;
bottom: 10px;
right: 10px;
z-index: 10;
content: "";
display: block;
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-webkit-transform: scale(0.5);
transform: scale(0.5);
transition: all .35s;
} .final-tiles-gallery.caption-bg .tile span {
background: #fff;
background: rgba(255, 255, 255, 0.7);
color: #333;
padding: 2px 6px;
} .final-tiles-gallery.social-icons-bar .ftg-social {
background: rgba(0, 0, 0, .7);
box-shadow: 0px 0px 10px #000;
}
.final-tiles-gallery.social-icons-bar .ftg-social a {
color: #333;
}
.final-tiles-gallery.social-icons-bar .ftg-social a:hover {
color: #555;
} .final-tiles-gallery.social-icons-bar.social-icons-bar-dark .ftg-social {
background: #333;
}
.final-tiles-gallery.social-icons-bar.social-icons-bar-dark .ftg-social a {
color: #333;
}
.final-tiles-gallery.social-icons-bar.social-icons-bar-dark .ftg-social a:hover {
color: #eee;
} .final-tiles-gallery.social-icons-right .ftg-social {
width: 40px;
top: 0;
height: 100%;
right: -50px;
z-index: 20;
}
.final-tiles-gallery.social-icons-right .ftg-social a {
margin: 10px 0;
display: block;
}
.final-tiles-gallery.social-icons-right .tile:hover .ftg-social {
right: 0;
} .final-tiles-gallery.social-icons-bottom .ftg-social {
width: 100%;
bottom: -40px;
height: 30px;
text-align: right;
}
.final-tiles-gallery.social-icons-bottom .ftg-social a {
margin: 0 5px;
display: inline-block;
}
.final-tiles-gallery.social-icons-bottom .ftg-social a:last-of-type {
margin-right: 15px;
}
.final-tiles-gallery.social-icons-bottom .tile:hover .ftg-social {
bottom: 0;
}
.final-tiles-gallery.social-icons-bottom.social-icons-circle .ftg-social {
height: 36px;
}
.final-tiles-gallery.social-icons-bottom.social-icons-bar .ftg-social {
height: 40px;
}
.final-tiles-gallery.social-icons-bottom.social-icons-bar .ftg-social a {
margin: 10px 5px;  
} .final-tiles-gallery.social-icons-circle .ftg-social a {
margin: 5px;
border-radius: 50%;
width: 24px;
height: 24px;
line-height: 24px;
text-align: center;
display: inline-block;
background: #333;
color: #333;
}
.final-tiles-gallery.social-icons-circle .ftg-social a:hover {
color: #fff;
background-color: #333;
}