.foogallery, .foogallery * {
box-sizing: border-box;
}
.foogallery {
display: block;
z-index: 1;
font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
position: relative;
line-height: 0;
font-size: 0;
width: 100%;
max-width: 100%;
}
.foogallery .fg-item {
display: inline-block;
position: relative;
background-color: transparent;
z-index: 2;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.foogallery .fg-item.fg-hidden {
display: none!important;
}
.foogallery .fg-item-inner {
display: block;
position: relative;
visibility: hidden;
overflow: hidden;
opacity: 0;
z-index: 3;
margin: 0;
border: solid 0 transparent;
}
.foogallery .fg-item.fg-error:before {
content: "";
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
width: 32px;
height: 32px;
background-image: url(//www.scheffen.de/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#image);
background-color: transparent;
background-repeat: no-repeat;
background-position: center center;
background-size: 32px 32px;
}
.foogallery .fg-item.fg-loaded {
z-index: 4;
}
.foogallery .fg-loaded .fg-item-inner {
visibility: visible;
opacity: 1;
z-index: 5;
}
.foogallery .fg-error .fg-item-inner {
pointer-events: none;
cursor: default;
}
.foogallery .fg-thumb {
display: block;
position: relative;
border: none;
outline: 0;
text-decoration: none;
z-index: 4;
box-shadow: none;
}
.foogallery .fg-thumb:hover,
.foogallery .fg-thumb:focus {
border: none;
outline: 0;
text-decoration: none;
box-shadow: none;
}
.foogallery .fg-image-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 8;
visibility: hidden;
opacity: 0;
}
.foogallery .fg-image-wrap {
display: block;
position: relative;
}
.foogallery .fg-image {
display: block;
position: relative;
border: none;
outline: 0;
text-decoration: none;
z-index: 5;
max-width: 100%;
height: auto;
margin: 0;
width: auto;
}
.foogallery picture.fg-image > img {
display: block;
position: relative;
border: none;
outline: 0;
text-decoration: none;
max-width: 100%;
height: auto;
margin: 0;
width: auto;
}
.foogallery .fg-loaded .fg-thumb {
z-index: 6;
}
.foogallery .fg-loaded .fg-image {
z-index: 7;
} .fg-sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
border: 0;
} .foogallery.fg-light .fg-item-inner {
background-color: #FFF;
color: #333;
border-color: #FFF;
}
.foogallery.fg-dark .fg-item-inner {
background-color: #333;
color: #FFF;
border-color: #333;
} .foogallery.fg-light .fg-item.fg-idle,
.foogallery.fg-light .fg-item.fg-loading,
.foogallery.fg-light .fg-item.fg-error {
background-color: #eee;
box-shadow: inset 0 0 0 1px #ddd;
}
.foogallery.fg-dark .fg-item.fg-idle,
.foogallery.fg-dark .fg-item.fg-loading,
.foogallery.fg-dark .fg-item.fg-error {
background-color: #444;
box-shadow: inset 0 0 0 1px #333;
} .foogallery .fg-caption {
background-color: rgba(0,0,0,0.6);
color: #fff;
}
.foogallery .fg-caption a {
color: #fff;
border-bottom: 1px solid #FFF;
}
.foogallery.fg-light-overlays .fg-caption {
background-color: rgba(255,255,255,0.8);
color: #333;
}
.foogallery.fg-light-overlays .fg-caption a {
color: #333;
border-bottom-color: #333;
}
.foogallery.fg-transparent-overlays .fg-caption {
background-color: transparent;
color: #fff;
}
.foogallery.fg-transparent-overlays .fg-caption a {
color: #fff;
border-bottom-color: #fff;
}
.foogallery .fg-image-overlay {
background-color: rgba(0,0,0,0.6);
color: #fff;
}
.foogallery.fg-light-overlays .fg-image-overlay {
background-color: rgba(255,255,255,0.8);
color: #333;
}
.foogallery.fg-transparent-overlays .fg-image-overlay {
background-color: transparent;
color: #fff;
} .fg-exif-light .fg-item.fg-item-exif .fg-image-wrap:after {
background-color: #FFF;
color: #333;
}
.fg-exif-dark .fg-item.fg-item-exif .fg-image-wrap:after {
background-color: #333;
color: #FFF;
} .fg-exif-rounded .fg-item.fg-item-exif .fg-image-wrap:after {
border-radius: 3px;
} .fg-exif-bottom-right .fg-item.fg-item-exif .fg-image-wrap:after,
.fg-exif-bottom-left .fg-item.fg-item-exif .fg-image-wrap:after,
.fg-exif-top-right .fg-item.fg-item-exif .fg-image-wrap:after,
.fg-exif-top-left .fg-item.fg-item-exif .fg-image-wrap:after {
display: inline-block;
position: absolute;
content: 'EXIF';
font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
font-size: 11px;
line-height: 10px;
padding: 3px 4px;
z-index: 7;
}
.fg-exif-bottom-right .fg-item.fg-item-exif .fg-image-wrap:after {
bottom: 5px;
right: 5px;
}
.fg-exif-bottom-left .fg-item.fg-item-exif .fg-image-wrap:after {
bottom: 5px;
left: 5px;
}
.fg-exif-top-right .fg-item.fg-item-exif .fg-image-wrap:after {
top: 5px;
right: 5px;
}
.fg-exif-top-left .fg-item.fg-item-exif .fg-image-wrap:after {
top: 5px;
left: 5px;
} .foogallery.fg-border-thin .fg-item-inner {
border-width: 4px;
}
.foogallery.fg-border-medium .fg-item-inner {
border-width: 10px;
}
.foogallery.fg-border-thick .fg-item-inner {
border-width: 16px;
} .foogallery.fg-light.fg-shadow-outline .fg-item-inner {
box-shadow: 0 0 0 1px #ddd;
}
.foogallery.fg-dark.fg-shadow-outline .fg-item-inner {
box-shadow: 0 0 0 1px #222;
}
.foogallery.fg-light.fg-shadow-small .fg-item-inner,
.foogallery.fg-dark.fg-shadow-small .fg-item-inner {
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}
.foogallery.fg-light.fg-shadow-medium .fg-item-inner,
.foogallery.fg-dark.fg-shadow-medium .fg-item-inner {
box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
}
.foogallery.fg-light.fg-shadow-large .fg-item-inner,
.foogallery.fg-dark.fg-shadow-large .fg-item-inner {
box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.5);
} .foogallery.fg-shadow-inset-small .fg-thumb:after,
.foogallery.fg-shadow-inset-medium .fg-thumb:after,
.foogallery.fg-shadow-inset-large .fg-thumb:after {
display: block;
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 7;
}
.foogallery.fg-light.fg-shadow-inset-small .fg-thumb:after,
.foogallery.fg-dark.fg-shadow-inset-small .fg-thumb:after {
box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.3);
}
.foogallery.fg-light.fg-shadow-inset-medium .fg-thumb:after,
.foogallery.fg-dark.fg-shadow-inset-medium .fg-thumb:after {
box-shadow: inset 0 1px 10px 0 rgba(0,0,0,0.3);
}
.foogallery.fg-light.fg-shadow-inset-large .fg-thumb:after,
.foogallery.fg-dark.fg-shadow-inset-large .fg-thumb:after {
box-shadow: inset 0 1px 16px 0 rgba(0,0,0,0.3);
}
.foogallery.fg-round-full.fg-shadow-inset-small .fg-thumb:after,
.foogallery.fg-round-full.fg-shadow-inset-medium .fg-thumb:after,
.foogallery.fg-round-full.fg-shadow-inset-large .fg-thumb:after {
border-radius: 50%;
} .foogallery.fg-round-small .fg-item,
.foogallery.fg-round-small .fg-item-inner {
border-radius: 5px;
}
.foogallery.fg-round-medium .fg-item,
.foogallery.fg-round-medium .fg-item-inner {
border-radius: 10px;
}
.foogallery.fg-round-large .fg-item,
.foogallery.fg-round-large .fg-item-inner {
border-radius: 15px;
}
.foogallery.fg-round-full .fg-item,
.foogallery.fg-round-full .fg-item-inner {
border-radius: 50%;
} .foogallery .fg-loader {
position: absolute;
top: 50%;
left: 50%;
margin-top: -0.5em;
margin-left: -0.5em;
width: 1em;
height: 1em;
font-size: 5px;
visibility: hidden;
opacity: 0;
pointer-events: none;
}
.foogallery .fg-loading .fg-loader {
visibility: visible;
opacity: 1;
}
.fg-loading-default .fg-loader {
border-radius: 50%;
text-indent: -9999em;
box-shadow: 0 -2.6em 0 0 rgba(130, 130, 130, 1),
1.8em -1.8em 0 0 rgba(130, 130, 130, 0.2),
2.5em 0 0 0 rgba(130, 130, 130, 0.2),
1.75em 1.75em 0 0 rgba(130, 130, 130, 0.2),
0 2.5em 0 0 rgba(130, 130, 130, 0.2),
-1.8em 1.8em 0 0 rgba(130, 130, 130, 0.2),
-2.6em 0 0 0 rgba(130, 130, 130, 0.5),
-1.8em -1.8em 0 0 rgba(130, 130, 130, 0.7);
-webkit-animation: loading-default 1.1s infinite paused steps(8, start);
animation: loading-default 1.1s infinite paused steps(8, start);
}
.fg-loading-default .fg-loading .fg-loader {
-webkit-animation-play-state: running;
animation-play-state: running;
}
@-webkit-keyframes loading-default {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes loading-default {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.fg-loading-bars .fg-loader,
.fg-loading-bars .fg-loader:before,
.fg-loading-bars .fg-loader:after {
background: rgba(130, 130, 130, 1);
width: 1em;
height: 4em;
-webkit-animation: loading-bars 1s infinite paused ease-in-out;
animation: loading-bars 1s infinite paused ease-in-out;
}
.fg-loading-bars .fg-loading .fg-loader,
.fg-loading-bars .fg-loading .fg-loader:before,
.fg-loading-bars .fg-loading .fg-loader:after {
-webkit-animation-play-state: running;
animation-play-state: running;
}
.fg-loading-bars .fg-loader {
color: rgba(130, 130, 130, 1);
text-indent: -9999em;
font-size: 4px;
margin-top: -2em;
margin-left: -0.5em;
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
.fg-loading-bars .fg-loader:before,
.fg-loading-bars .fg-loader:after {
position: absolute;
top: 0;
content: '';
}
.fg-loading-bars .fg-loader:before {
left: -1.5em;
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.fg-loading-bars .fg-loader:after {
left: 1.5em;
}
@-webkit-keyframes loading-bars {
0%,
80%,
100% {
box-shadow: 0 0;
height: 4em;
}
40% {
box-shadow: 0 -2em;
height: 5em;
}
}
@keyframes loading-bars {
0%,
80%,
100% {
box-shadow: 0 0;
height: 4em;
}
40% {
box-shadow: 0 -2em;
height: 5em;
}
}
.fg-loading-trail .fg-loader {
color: #828282;
margin-top: 0;
margin-left: 0;
font-size: 20px;
text-indent: -9999em;
overflow: hidden;
border-radius: 50%;
-webkit-animation: loading-trail-1 1.7s infinite paused ease, loading-trail-2 1.7s infinite paused ease;
animation: loading-trail-1 1.7s infinite paused ease, loading-trail-2 1.7s infinite paused ease;
}
.fg-loading-trail .fg-loading .fg-loader {
-webkit-animation-play-state: running;
animation-play-state: running;
}
@-webkit-keyframes loading-trail-1 {
0% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
5%,
95% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
10%,
59% {
box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
}
38% {
box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
}
100% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
}
@keyframes loading-trail-1 {
0% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
5%,
95% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
10%,
59% {
box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
}
38% {
box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
}
100% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
}
@-webkit-keyframes loading-trail-2 {
0% {
-webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
transform: translateX(-50%) translateY(-50%) rotate(0deg);
}
100% {
-webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
transform: translateX(-50%) translateY(-50%) rotate(360deg);
}
}
@keyframes loading-trail-2 {
0% {
-webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
transform: translateX(-50%) translateY(-50%) rotate(0deg);
}
100% {
-webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
transform: translateX(-50%) translateY(-50%) rotate(360deg);
}
}
.fg-loading-pulse .fg-loader,
.fg-loading-pulse .fg-loader:before,
.fg-loading-pulse .fg-loader:after {
border-radius: 50%;
width: 2.5em;
height: 2.5em;
-webkit-animation: loading-pulse 1.8s infinite both paused ease-in-out;
animation: loading-pulse 1.8s infinite both paused ease-in-out;
}
.fg-loading-pulse .fg-loading .fg-loader,
.fg-loading-pulse .fg-loading .fg-loader:before,
.fg-loading-pulse .fg-loading .fg-loader:after {
-webkit-animation-play-state: running;
animation-play-state: running;
}
.fg-loading-pulse .fg-loader {
color: #828282;
font-size: 4px;
margin-top: -3.75em;
margin-left: -1.25em;
text-indent: -9999em;
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
.fg-loading-pulse .fg-loader:before,
.fg-loading-pulse .fg-loader:after {
content: '';
position: absolute;
top: 0;
}
.fg-loading-pulse .fg-loader:before {
left: -3.5em;
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.fg-loading-pulse .fg-loader:after {
left: 3.5em;
}
@-webkit-keyframes loading-pulse {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em;
}
40% {
box-shadow: 0 2.5em 0 0;
}
}
@keyframes loading-pulse {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em;
}
40% {
box-shadow: 0 2.5em 0 0;
}
}
.fg-loading-dots .fg-loader {
color: #828282;
font-size: 5px;
border-radius: 50%;
text-indent: -9999em;
-webkit-animation: loading-dots 1.3s infinite paused linear;
animation: loading-dots 1.3s infinite paused linear;
}
.fg-loading-dots .fg-loading .fg-loader {
-webkit-animation-play-state: running;
animation-play-state: running;
}
@-webkit-keyframes loading-dots {
0%,
100% {
box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
}
12.5% {
box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}
25% {
box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}
37.5% {
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
}
50% {
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
}
62.5% {
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
}
75% {
box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
}
87.5% {
box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
}
}
@keyframes loading-dots {
0%,
100% {
box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
}
12.5% {
box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}
25% {
box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}
37.5% {
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
}
50% {
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
}
62.5% {
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
}
75% {
box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
}
87.5% {
box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
}
}
.fg-loading-partial .fg-loader,
.fg-loading-partial .fg-loader:after {
border-radius: 50%;
width: 10em;
height: 10em;
}
.fg-loading-partial .fg-loader {
font-size: 4px;
text-indent: -9999em;
margin-top: 0;
margin-left: 0;
border-top: 1.1em solid rgba(130,130,130, 0.2);
border-right: 1.1em solid rgba(130,130,130, 0.2);
border-bottom: 1.1em solid rgba(130,130,130, 0.2);
border-left: 1.1em solid #828282;
-webkit-animation: loading-partial 1.1s infinite paused linear;
animation: loading-partial 1.1s infinite paused linear;
}
.fg-loading-partial .fg-loading .fg-loader {
-webkit-animation-play-state: running;
animation-play-state: running;
}
@-webkit-keyframes loading-partial {
0% {
-webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
transform: translateX(-50%) translateY(-50%) rotate(0deg);
}
100% {
-webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
transform: translateX(-50%) translateY(-50%) rotate(360deg);
}
}
@keyframes loading-partial {
0% {
-webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
transform: translateX(-50%) translateY(-50%) rotate(0deg);
}
100% {
-webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
transform: translateX(-50%) translateY(-50%) rotate(360deg);
}
} .foogallery.fg-loaded-fade-in .fg-item.fg-loaded,
.foogallery.fg-loaded-slide-up .fg-item.fg-loaded,
.foogallery.fg-loaded-slide-down .fg-item.fg-loaded,
.foogallery.fg-loaded-slide-left .fg-item.fg-loaded,
.foogallery.fg-loaded-slide-right .fg-item.fg-loaded,
.foogallery.fg-loaded-scale-up .fg-item.fg-loaded,
.foogallery.fg-loaded-swing-down .fg-item.fg-loaded,
.foogallery.fg-loaded-drop .fg-item.fg-loaded,
.foogallery.fg-loaded-fly .fg-item.fg-loaded,
.foogallery.fg-loaded-flip .fg-item.fg-loaded {
transition-timing-function: ease;
transition-duration: 650ms;
transition-property: background-color, transform;
}
.foogallery.fg-loaded-fade-in .fg-loaded .fg-item-inner,
.foogallery.fg-loaded-slide-up .fg-loaded .fg-item-inner,
.foogallery.fg-loaded-slide-down .fg-loaded .fg-item-inner,
.foogallery.fg-loaded-slide-left .fg-loaded .fg-item-inner,
.foogallery.fg-loaded-slide-right .fg-loaded .fg-item-inner,
.foogallery.fg-loaded-scale-up .fg-loaded .fg-item-inner,
.foogallery.fg-loaded-swing-down .fg-loaded .fg-item-inner,
.foogallery.fg-loaded-drop .fg-loaded .fg-item-inner,
.foogallery.fg-loaded-fly .fg-loaded .fg-item-inner,
.foogallery.fg-loaded-flip .fg-loaded .fg-item-inner {
transition-timing-function: ease;
transition-duration: 650ms;
} .foogallery.fg-loaded-swing-down .fg-item.fg-loaded,
.foogallery.fg-loaded-drop .fg-item.fg-loaded,
.foogallery.fg-loaded-fly .fg-item.fg-loaded,
.foogallery.fg-loaded-flip .fg-item.fg-loaded {
perspective: 1300px;
} .foogallery.fg-loaded-drop .fg-item-inner {
transition-property: visibility, opacity, transform;
transform-style: preserve-3d;
transform: translateZ(400px) translateY(100%) rotateX(-90deg);
}
.foogallery.fg-loaded-drop .fg-loaded .fg-item-inner {
transform: translateZ(0px) translateY(0px) rotateX(0deg);
} .foogallery.fg-loaded-fade-in .fg-item-inner {
transition-property: visibility, opacity;
} .foogallery.fg-loaded-flip .fg-item-inner {
transition-property: visibility, opacity, transform;
backface-visibility: hidden;
transform-style: preserve-3d;
transform: rotateY(-180deg);
}
.foogallery.fg-loaded-flip .fg-loaded .fg-item-inner {
transform: rotateY(0deg);
} .foogallery.fg-loaded-fly .fg-item-inner {
transition-property: visibility, opacity, transform;
transform-style: preserve-3d;
transform-origin: 50% 50% -300px;
transform: rotateX(-180deg);
}
.foogallery.fg-loaded-fly .fg-loaded .fg-item-inner {
transform: rotateX(0deg);
} .foogallery.fg-loaded-scale-up .fg-item-inner {
transition-property: visibility, opacity, transform;
transform: scale(0.6);
}
.foogallery.fg-loaded-scale-up .fg-loaded .fg-item-inner {
transform: scale(1);
} .foogallery.fg-loaded-slide-up .fg-item-inner {
transition-property: visibility, opacity, transform;
transform: translateY(50%);
}
.foogallery.fg-loaded-slide-up .fg-loaded .fg-item-inner {
transform: translateY(0);
} .foogallery.fg-loaded-slide-down .fg-item-inner {
transition-property: visibility, opacity, transform;
transform: translateY(-50%);
}
.foogallery.fg-loaded-slide-down .fg-loaded .fg-item-inner {
transform: translateY(0);
} .foogallery.fg-loaded-slide-left .fg-item-inner {
transition-property: visibility, opacity, transform;
transform: translateX(50%);
}
.foogallery.fg-loaded-slide-left .fg-loaded .fg-item-inner {
transform: translateX(0);
} .foogallery.fg-loaded-slide-right .fg-item-inner {
transition-property: visibility, opacity, transform;
transform: translateX(-50%);
}
.foogallery.fg-loaded-slide-right .fg-loaded .fg-item-inner {
transform: translateX(0);
} .foogallery.fg-loaded-swing-down .fg-item-inner {
transition-property: visibility, opacity, transform;
transform-style: preserve-3d;
transform-origin: 0 0;
transform: rotateX(-80deg);
}
.foogallery.fg-loaded-swing-down .fg-loaded .fg-item-inner {
transform: rotateX(0deg);
} .foogallery .fg-caption {
visibility: hidden;
opacity: 0;
position: absolute;
z-index: 8;
width: 100%;
max-height: 100%;
overflow: hidden;
font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
font-size: 13px;
font-weight: 400;
line-height: 1.3;
border: none;
text-align: center;
cursor: pointer;
margin: 0;
}
.foogallery .fg-caption a {
text-decoration: none;
}
.foogallery .fg-caption a:hover {
border-bottom: none;
}
.foogallery .fg-caption-title {
box-sizing: content-box;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 16px;
font-weight: 400;
padding: 0;
margin: 0.4em;
height: 1.3em;
min-height: 1.3em;
line-height: 1.3em;
}
.foogallery .fg-caption-desc {
padding: 0;
margin: 0.4em;
overflow: hidden;
height: 100%;
max-height: 100%;
}
.foogallery .fg-caption-title+.fg-caption-desc {
margin-top: 0;
}
.foogallery .fg-caption-buttons {
display: flex;
position: relative;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: center;
width: 100%;
padding: 5px;
margin: 0;
}
.foogallery .fg-caption-buttons > a {
display: inline-block;
position: relative;
padding: 0.4em 0.8em;
margin: 1px;
max-width: 100%;
font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
font-size: 12px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
user-select: none;
background-image: none;
text-decoration: none!important;
border: 1px solid transparent;
border-radius: 4px;
box-shadow: none;
outline: none;
opacity: 1;
transition-timing-function: ease-out;
transition-duration: 0.3s;
transition-property: color, opacity, border-color, background-color;
}
@media only screen and (max-width: 600px) {
.foogallery .fg-caption-buttons {
align-items: stretch;
}
.foogallery .fg-caption-buttons > a {
flex: 1;
}
} .foogallery .fg-caption .fg-caption-buttons > a {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.foogallery .fg-caption .fg-caption-buttons > a:not(.fg-disabled):hover {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
border-bottom: solid 1px;
}
.foogallery .fg-caption .fg-caption-buttons > a.fg-disabled {
color: #9d9d9d;
}
.foogallery .fg-caption .fg-caption-buttons > a.fg-disabled:hover {
border-bottom: solid 1px;
} .foogallery.fg-light-overlays .fg-caption .fg-caption-buttons > a {
color: #FFF;
background-color: #444;
border-color: #333;
}
.foogallery.fg-light-overlays .fg-caption .fg-caption-buttons > a:not(.fg-disabled):hover {
color: #9d9d9d;
background-color: #333;
border-color: #222;
}
.foogallery.fg-light-overlays .fg-caption .fg-caption-buttons > a.fg-disabled {
color: #9d9d9d;
}
.foogallery.fg-light-overlays .fg-caption .fg-caption-buttons > a.fg-disabled:hover {
border-bottom: solid 1px;
} .foogallery.fg-caption-always .fg-item .fg-caption .fg-caption-inner:before {
display: none;
}
.foogallery.fg-caption-always .fg-item.fg-loaded .fg-caption {
left: 0;
bottom: 0;
transition-timing-function: ease;
transition-duration: 300ms;
transition-property: visibility, opacity;
visibility: visible;
opacity: 1;
}
.foogallery.fg-caption-always .fg-caption {
text-align: left;
} .foogallery.fg-caption-hover .fg-caption .fg-caption-inner {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
max-height: 100%;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
padding: 0.4em;
}
.foogallery.fg-caption-hover .fg-item.fg-loaded .fg-image-overlay {
display: none;
} .foogallery.fg-c-l .fg-caption,
.foogallery.fg-caption-always.fg-c-l .fg-caption {
text-align: left;
}
.foogallery.fg-c-c .fg-caption,
.foogallery.fg-caption-always.fg-c-c .fg-caption {
text-align: center;
}
.foogallery.fg-c-r .fg-caption,
.foogallery.fg-caption-always.fg-c-r .fg-caption {
text-align: right;
}
.foogallery.fg-c-j .fg-caption,
.foogallery.fg-caption-always.fg-c-j .fg-caption {
text-align: justify;
} .foogallery .fg-image-overlay:before {
content: "";
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
width: 32px;
height: 32px;
background-size: 32px 32px;
background-position: center center;
background-repeat: no-repeat;
min-width: 32px;
min-height: 32px;
}
.foogallery .fg-caption-inner:before {
content: "";
display: none;
position: relative;
width: 32px;
height: 32px;
margin: 0.4em;
background-size: 32px 32px;
vertical-align: middle;
background-position: center center;
background-repeat: no-repeat;
min-width: 32px;
min-height: 32px;
}
.foogallery.fg-hover-zoom:not(.fg-preset) 				.fg-caption-inner:before,
.foogallery.fg-hover-zoom2:not(.fg-preset) 				.fg-caption-inner:before,
.foogallery.fg-hover-zoom3:not(.fg-preset) 				.fg-caption-inner:before,
.foogallery.fg-hover-plus:not(.fg-preset) 				.fg-caption-inner:before,
.foogallery.fg-hover-circle-plus:not(.fg-preset) 	    .fg-caption-inner:before,
.foogallery.fg-hover-eye:not(.fg-preset) 				.fg-caption-inner:before,
.foogallery.fg-hover-external:not(.fg-preset) 		    .fg-caption-inner:before,
.foogallery.fg-hover-tint:not(.fg-preset) 				.fg-caption-inner:before,
.foogallery.fg-hover-cart:not(.fg-preset)               .fg-caption-inner:before,
.foogallery.fg-video-default:not(.fg-preset)            .fg-caption-inner:before,
.foogallery.fg-video-1:not(.fg-preset)                  .fg-caption-inner:before,
.foogallery.fg-video-2:not(.fg-preset)                  .fg-caption-inner:before,
.foogallery.fg-video-3:not(.fg-preset)                  .fg-caption-inner:before,
.foogallery.fg-video-4:not(.fg-preset)                  .fg-caption-inner:before {
display: block;
}
.foogallery.fg-hover-zoom:not(.fg-preset) 				.fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-hover-zoom2:not(.fg-preset) 				.fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-hover-zoom3:not(.fg-preset) 				.fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-hover-plus:not(.fg-preset) 				.fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-hover-circle-plus:not(.fg-preset) 	    .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-hover-eye:not(.fg-preset) 				.fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-hover-external:not(.fg-preset) 		    .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-hover-tint:not(.fg-preset) 				.fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-hover-cart:not(.fg-preset)               .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-video-default:not(.fg-preset)            .fg-type-video .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-video-1:not(.fg-preset)                  .fg-type-video .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-video-2:not(.fg-preset)                  .fg-type-video .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-video-3:not(.fg-preset)                  .fg-type-video .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-video-4:not(.fg-preset)                  .fg-type-video .fg-item-inner:hover .fg-image-overlay {
visibility: visible;
opacity: 1;
}
.foogallery.fg-video-sticky				.fg-type-video.fg-loaded .fg-item-inner .fg-image-overlay {
background-color: transparent;
visibility: visible;
opacity: 1;
display: block;
}
.foogallery.fg-video-sticky				.fg-type-video .fg-caption-inner:before {
display: none;
}
.foogallery.fg-hover-zoom .fg-image-overlay:before,
.foogallery.fg-hover-zoom .fg-caption-inner:before {
background-image: url(//www.scheffen.de/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#zoom-light);
}
.foogallery.fg-light-overlays.fg-hover-zoom .fg-image-overlay:before,
.foogallery.fg-light-overlays.fg-hover-zoom .fg-caption-inner:before {
background-image: url(//www.scheffen.de/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#zoom-dark);
}
.foogallery.fg-hover-zoom2 .fg-image-overlay:before,
.foogallery.fg-hover-zoom2 .fg-caption-inner:before {
background-image: url(//www.scheffen.de/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#zoom2-light);
}
.foogallery.fg-light-overlays.fg-hover-zoom2 .fg-image-overlay:before,
.foogallery.fg-light-overlays.fg-hover-zoom2 .fg-caption-inner:before {
background-image: url(//www.scheffen.de/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#zoom2-dark);
}
.foogallery.fg-hover-zoom3 .fg-image-overlay:before,
.foogallery.fg-hover-zoom3 .fg-caption-inner:before {
background-image: url(//www.scheffen.de/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#zoom3-light);
}
.foogallery.fg-light-overlays.fg-hover-zoom3 .fg-image-overlay:before,
.foogallery.fg-light-overlays.fg-hover-zoom3 .fg-caption-inner:before {
background-image: url(//www.scheffen.de/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#zoom3-dark);
}
.foogallery.fg-hover-plus .fg-image-overlay:before,
.foogallery.fg-hover-plus .fg-caption-inner:before {
background-image: url(//www.scheffen.de/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#plus-light);
}
.foogallery.fg-light-overlays.fg-hover-plus .fg-image-overlay:before,
.foogallery.fg-light-overlays.fg-hover-plus .fg-caption-inner:before {
background-image: url(//www.scheffen.de/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#plus-dark);
}
.foogallery.fg-hover-circle-plus .fg-image-overlay:before,
.foogallery.fg-hover-circle-plus .fg-caption-inner:before {
background-image: url(//www.scheffen.de/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#circle-plus-light);
}
.foogallery.fg-light-overlays.fg-hover-circle-plus .fg-image-overlay:before,
.foogallery.fg-light-overlays.fg-hover-circle-plus .fg-caption-inner:before {
background-image: url(//www.scheffen.de/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#circle-plus-dark);
}
.foogallery.fg-hover-eye .fg-image-overlay:before,
.foogallery.fg-hover-eye .fg-caption-inner:before {
background-image: url(//www.scheffen.de/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#eye-light);
}
.foogallery.fg-light-overlays.fg-hover-eye .fg-image-overlay:before,
.foogallery.fg-light-overlays.fg-hover-eye .fg-caption-inner:before {
background-image: url(//www.scheffen.de/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#eye-dark);
}
.foogallery.fg-hover-external .fg-image-overlay:before,
.foogallery.fg-hover-external .fg-caption-inner:before {
background-image: url(//www.scheffen.de/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#external-light);
}
.foogallery.fg-light-overlays.fg-hover-external .fg-image-overlay:before,
.foogallery.fg-light-overlays.fg-hover-external .fg-caption-inner:before {
background-image: url(//www.scheffen.de/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#external-dark);
}
.foogallery.fg-hover-cart .fg-image-overlay:before,
.foogallery.fg-hover-cart .fg-caption-inner:before {
background-image: url(//www.scheffen.de/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#cart-light);
}
.foogallery.fg-light-overlays.fg-hover-cart .fg-image-overlay:before,
.foogallery.fg-light-overlays.fg-hover-cart .fg-caption-inner:before {
background-image: url(//www.scheffen.de/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#cart-dark);
}
.foogallery.fg-video-default .fg-type-video .fg-image-overlay:before,
.foogallery.fg-video-default .fg-type-video .fg-caption-inner:before {
background-image: url(//www.scheffen.de/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#video-default-light);
}
.foogallery.fg-light-overlays.fg-video-default .fg-type-video .fg-image-overlay:before,
.foogallery.fg-light-overlays.fg-video-default .fg-type-video .fg-caption-inner:before {
background-image: url(//www.scheffen.de/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#video-default-dark);
}
.foogallery.fg-video-1 .fg-type-video .fg-image-overlay:before,
.foogallery.fg-video-1 .fg-type-video .fg-caption-inner:before {
background-image: url(//www.scheffen.de/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#video-1-light);
}
.foogallery.fg-light-overlays.fg-video-1 .fg-type-video .fg-image-overlay:before,
.foogallery.fg-light-overlays.fg-video-1 .fg-type-video .fg-caption-inner:before {
background-image: url(//www.scheffen.de/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#video-1-dark);
}
.foogallery.fg-video-2 .fg-type-video .fg-image-overlay:before,
.foogallery.fg-video-2 .fg-type-video .fg-caption-inner:before {
background-image: url(//www.scheffen.de/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#video-2-light);
}
.foogallery.fg-light-overlays.fg-video-2 .fg-type-video .fg-image-overlay:before,
.foogallery.fg-light-overlays.fg-video-2 .fg-type-video .fg-caption-inner:before {
background-image: url(//www.scheffen.de/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#video-2-dark);
}
.foogallery.fg-video-3 .fg-type-video .fg-image-overlay:before,
.foogallery.fg-video-3 .fg-type-video .fg-caption-inner:before {
background-image: url(//www.scheffen.de/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#video-3-light);
}
.foogallery.fg-light-overlays.fg-video-3 .fg-type-video .fg-image-overlay:before,
.foogallery.fg-light-overlays.fg-video-3 .fg-type-video .fg-caption-inner:before {
background-image: url(//www.scheffen.de/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#video-3-dark);
}
.foogallery.fg-video-4 .fg-type-video .fg-image-overlay:before,
.foogallery.fg-video-4 .fg-type-video .fg-caption-inner:before {
background-image: url(//www.scheffen.de/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#video-4-light);
}
.foogallery.fg-light-overlays.fg-video-4 .fg-type-video .fg-image-overlay:before,
.foogallery.fg-light-overlays.fg-video-4 .fg-type-video .fg-caption-inner:before {
background-image: url(//www.scheffen.de/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#video-4-dark);
} .foogallery.fg-caption-hover.fg-hover-instant .fg-loaded .fg-caption,
.foogallery.fg-caption-hover.fg-hover-fade .fg-loaded .fg-caption,
.foogallery.fg-caption-hover.fg-hover-slide-up .fg-loaded .fg-caption,
.foogallery.fg-caption-hover.fg-hover-slide-down .fg-loaded .fg-caption,
.foogallery.fg-caption-hover.fg-hover-slide-left .fg-loaded .fg-caption,
.foogallery.fg-caption-hover.fg-hover-slide-right .fg-loaded .fg-caption,
.foogallery.fg-caption-hover.fg-hover-push .fg-loaded .fg-caption,
.foogallery.fg-caption-hover.fg-hover-colorize .fg-loaded .fg-caption,
.foogallery.fg-caption-hover.fg-hover-grayscale .fg-loaded .fg-caption,
.foogallery.fg-caption-hover.fg-hover-scale .fg-loaded .fg-caption,
.foogallery.fg-hover-instant .fg-loaded .fg-image-overlay,
.foogallery.fg-hover-fade .fg-loaded .fg-image-overlay,
.foogallery.fg-hover-slide-up .fg-loaded .fg-image-overlay,
.foogallery.fg-hover-slide-down .fg-loaded .fg-image-overlay,
.foogallery.fg-hover-slide-left .fg-loaded .fg-image-overlay,
.foogallery.fg-hover-slide-right .fg-loaded .fg-image-overlay,
.foogallery.fg-hover-push .fg-loaded .fg-thumb,
.foogallery.fg-hover-colorize .fg-loaded .fg-image-overlay,
.foogallery.fg-hover-grayscale .fg-loaded .fg-image-overlay,
.foogallery.fg-hover-scale .fg-item.fg-loaded,
.foogallery.fg-hover-scale .fg-loaded .fg-image-overlay,
.foogallery.fg-hover-zoomed .fg-loaded .fg-image,
.foogallery.fg-hover-colorize .fg-loaded .fg-image,
.foogallery.fg-hover-grayscale .fg-loaded .fg-image {
transition-timing-function: ease;
transition-duration: 300ms;
backface-visibility: hidden;
} .foogallery.fg-hover-colorize .fg-image {
filter: grayscale(100%);
transition-property: filter;
}
.foogallery.fg-hover-colorize .fg-item-inner:hover .fg-image,
.foogallery.fg-hover-colorize .fg-item-inner:focus-within .fg-image {
filter: grayscale(0%);
}
.foogallery.fg-hover-colorize .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-colorize .fg-caption {
display: block;
left: 0;
top: 0;
bottom: 0;
transition-property: visibility, opacity, background-color;
}
.foogallery.fg-hover-colorize .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-colorize .fg-item-inner:hover .fg-caption,
.foogallery.fg-hover-colorize .fg-item-inner:focus-within .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-colorize .fg-item-inner:focus-within .fg-caption {
visibility: visible;
opacity: 1;
} .foogallery.fg-hover-fade .fg-loaded .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-fade .fg-loaded .fg-caption {
display: block;
left: 0;
top: 0;
bottom: 0;
transition-property: visibility, opacity, background-color;
}
.foogallery.fg-hover-fade .fg-loaded .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-fade .fg-loaded .fg-item-inner:hover .fg-caption,
.foogallery.fg-hover-fade .fg-loaded .fg-item-inner:focus-within .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-fade .fg-loaded .fg-item-inner:focus-within .fg-caption {
visibility: visible;
opacity: 1;
} .foogallery.fg-hover-grayscale .fg-image {
filter: grayscale(0%);
transition-property: filter;
}
.foogallery.fg-hover-grayscale .fg-item-inner:hover .fg-image,
.foogallery.fg-hover-grayscale .fg-item-inner:focus-within .fg-image {
filter: grayscale(100%);
}
.foogallery.fg-hover-grayscale .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-grayscale .fg-caption {
display: block;
left: 0;
top: 0;
bottom: 0;
transition-property: visibility, opacity, background-color;
}
.foogallery.fg-hover-grayscale .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-grayscale .fg-item-inner:hover .fg-caption,
.foogallery.fg-hover-grayscale .fg-item-inner:focus-within .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-grayscale .fg-item-inner:focus-within .fg-caption {
visibility: visible;
opacity: 1;
} .foogallery.fg-hover-instant .fg-loaded .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-instant .fg-loaded .fg-caption {
display: block;
left: 0;
top: 0;
bottom: 0;
transition-property: none;
}
.foogallery.fg-hover-instant .fg-loaded .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-instant .fg-loaded .fg-item-inner:hover .fg-caption,
.foogallery.fg-hover-instant .fg-loaded .fg-item-inner:focus-within .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-instant .fg-loaded .fg-item-inner:focus-within .fg-caption {
visibility: visible;
opacity: 1;
} .foogallery.fg-hover-push .fg-loaded .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-push .fg-loaded .fg-caption {
display: block;
left: 0;
top: 0;
bottom: 0;
transform: translateX(100%);
visibility: visible;
opacity: 1;
}
.foogallery.fg-hover-push .fg-loaded .fg-thumb,
.foogallery.fg-caption-hover.fg-hover-push .fg-loaded .fg-caption {
transition-property: transform;
}
.foogallery.fg-caption-hover.fg-hover-push .fg-loaded .fg-item-inner:hover .fg-caption,
.foogallery.fg-caption-hover.fg-hover-push .fg-loaded .fg-item-inner:focus-within .fg-caption {
transform: translateY(0);
}
.foogallery.fg-hover-push .fg-loaded .fg-item-inner:hover .fg-thumb,
.foogallery.fg-caption-hover.fg-hover-push .fg-loaded .fg-item-inner:hover .fg-thumb,
.foogallery.fg-hover-push .fg-loaded .fg-item-inner .fg-thumb:focus,
.foogallery.fg-caption-hover.fg-hover-push .fg-loaded .fg-item-inner .fg-thumb:focus {
transform: translateX(-100%);
} .foogallery.fg-hover-scale .fg-item {
transition-property: transform;
z-index: 4;
}
.foogallery.fg-hover-scale .fg-item:hover,
.foogallery.fg-hover-scale .fg-item:focus-within {
transform: scale(1.048);
z-index: 10;
}
.foogallery.fg-hover-scale .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-scale .fg-caption {
display: block;
left: 0;
top: 0;
bottom: 0;
transition-property: visibility, opacity, background-color;
}
.foogallery.fg-hover-scale .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-scale .fg-item-inner:hover .fg-caption,
.foogallery.fg-hover-scale .fg-item-inner:focus-within .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-scale .fg-item-inner:focus-within .fg-caption {
visibility: visible;
opacity: 1;
} .foogallery.fg-hover-zoomed .fg-image {
transition-property: transform;
z-index: 4;
}
.foogallery.fg-hover-zoomed .fg-item:hover .fg-image,
.foogallery.fg-hover-zoomed .fg-item:focus-within .fg-image {
transform: scale(1.15);
}
.foogallery.fg-hover-zoomed .fg-image-wrap {
overflow: hidden;
}
.foogallery.fg-hover-zoomed .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-zoomed .fg-caption {
display: block;
left: 0;
top: 0;
bottom: 0;
transition-property: visibility, opacity, background-color;
}
.foogallery.fg-hover-zoomed .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-zoomed .fg-item-inner:hover .fg-caption,
.foogallery.fg-hover-zoomed .fg-item-inner:focus-within .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-zoomed .fg-item-inner:focus-within .fg-caption {
visibility: visible;
opacity: 1;
} .foogallery.fg-hover-slide-up .fg-loaded .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-slide-up .fg-loaded .fg-caption,
.foogallery.fg-hover-slide-down .fg-loaded .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-slide-down .fg-loaded .fg-caption,
.foogallery.fg-hover-slide-left .fg-loaded .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-slide-left .fg-loaded .fg-caption,
.foogallery.fg-hover-slide-right .fg-loaded .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-slide-right .fg-loaded .fg-caption {
display: block;
left: 0;
top: 0;
bottom: 0;
transition-property: transform, background-color, opacity, visibility;
visibility: visible;
opacity: 1;
}
.foogallery.fg-hover-slide-up .fg-loaded .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-slide-up .fg-loaded .fg-item-inner:hover .fg-caption,
.foogallery.fg-hover-slide-down .fg-loaded .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-slide-down .fg-loaded .fg-item-inner:hover .fg-caption,
.foogallery.fg-hover-slide-left .fg-loaded .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-slide-left .fg-loaded .fg-item-inner:hover .fg-caption,
.foogallery.fg-hover-slide-right .fg-loaded .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-slide-right .fg-loaded .fg-item-inner:hover .fg-caption,
.foogallery.fg-hover-slide-up .fg-loaded .fg-item-inner:focus-within .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-slide-up .fg-loaded .fg-item-inner:focus-within .fg-caption,
.foogallery.fg-hover-slide-down .fg-loaded .fg-item-inner:focus-within .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-slide-down .fg-loaded .fg-item-inner:focus-within .fg-caption,
.foogallery.fg-hover-slide-left .fg-loaded .fg-item-inner:focus-within .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-slide-left .fg-loaded .fg-item-inner:focus-within .fg-caption,
.foogallery.fg-hover-slide-right .fg-loaded .fg-item-inner:focus-within .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-slide-right .fg-loaded .fg-item-inner:focus-within .fg-caption {
transform: translateY(0) translateX(0);
} .foogallery.fg-hover-slide-up .fg-loaded .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-slide-up .fg-loaded .fg-caption {
transform: translateY(100%);
} .foogallery.fg-hover-slide-down .fg-loaded .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-slide-down .fg-loaded .fg-caption {
transform: translateY(-100%);
} .foogallery.fg-hover-slide-left .fg-loaded .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-slide-left .fg-loaded .fg-caption {
transform: translateX(100%);
} .foogallery.fg-hover-slide-right .fg-loaded .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-slide-right .fg-loaded .fg-caption {
transform: translateX(-100%);
}
.fg-paging-container, .fg-paging-container *, .fg-paging-container *:before, .fg-paging-container *:after {
box-sizing: border-box;
}
.fg-paging-container {
display: block;
padding: 15px;
margin-top: 0!important;
margin-bottom: 0!important;
margin-left: auto;
margin-right: auto;
text-align: center;
font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.fg-ph-dots:after {
display: block;
content: '';
width: 0;
height: 22px;
}
.fg-paging-container .fg-dots,
.fg-paging-container .fg-dot-item {
display: inline-block;
margin: 0;
padding: 0;
outline: none;
list-style: none;
}
.fg-paging-container .fg-dot-item .fg-dot-link {
display: inline-block;
margin: 3px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
user-select: none;
background-image: none;
text-decoration: none;
border: 1px solid transparent;
position: relative;
border-radius: 50%;
padding: 0;
font-size: 0;
outline: none;
color: transparent;
box-shadow: none;
}
.fg-paging-container .fg-dot-item .fg-dot-link:before {
content: "";
background-color: transparent;
border: 1px solid transparent;
display: block;
border-radius: 50%;
width: 9px;
height: 9px;
padding: 0;
margin: 2px;
}
.fg-paging-container .fg-dot-item .fg-dot-link:active,
.fg-paging-container .fg-dot-item .fg-dot-link:hover,
.fg-paging-container .fg-dot-item .fg-dot-link:focus {
text-decoration: none;
box-shadow: none;
outline: none;
}
.fg-paging-container .fg-dot-item.fg-disabled .fg-dot-link,
.fg-paging-container .fg-dot-item.fg-selected .fg-dot-link {
cursor: not-allowed;
pointer-events: none;
}
.fg-paging-container .fg-dot-item.fg-disabled .fg-dot-link {
cursor: not-allowed;
pointer-events: none;
outline: none;
} .fg-paging-container.fg-light .fg-dot-item .fg-dot-link,
.fg-paging-container.fg-light .fg-dot-item .fg-dot-link:before {
transition-timing-function: ease-out;
transition-duration: 0.3s;
transition-property: color, border-color, background-color;
}
.fg-paging-container.fg-light .fg-dot-item .fg-dot-link {
background-color: #eee;
border-color: #9d9d9d;
}
.fg-paging-container.fg-light .fg-dot-item.fg-selected .fg-dot-link {
border-color: #888;
}
.fg-paging-container.fg-light .fg-dot-item.fg-selected .fg-dot-link:before,
.fg-paging-container.fg-light .fg-dot-item .fg-dot-link:hover:before,
.fg-paging-container.fg-light .fg-dot-item .fg-dot-link:focus:before {
background-color: #666;
border-color: #888;
}
.fg-paging-container.fg-light .fg-dot-item.fg-disabled .fg-dot-link,
.fg-paging-container.fg-light .fg-dot-item.fg-disabled .fg-dot-link:hover,
.fg-paging-container.fg-light .fg-dot-item.fg-disabled .fg-dot-link:focus {
background-color: #eee;
border-color: #9d9d9d;
opacity: 0.5;
} .fg-paging-container.fg-dark .fg-dot-item .fg-dot-link,
.fg-paging-container.fg-dark .fg-dot-item .fg-dot-link:before {
transition-timing-function: ease-out;
transition-duration: 0.3s;
transition-property: color, border-color, background-color;
}
.fg-paging-container.fg-dark .fg-dot-item .fg-dot-link {
background-color: #666;
border-color: #333;
}
.fg-paging-container.fg-dark .fg-dot-item.fg-selected .fg-dot-link {
border-color: #444;
}
.fg-paging-container.fg-dark .fg-dot-item.fg-selected .fg-dot-link:before,
.fg-paging-container.fg-dark .fg-dot-item .fg-dot-link:hover:before,
.fg-paging-container.fg-dark .fg-dot-item .fg-dot-link:focus:before {
background-color: #333;
border-color: #444;
}
.fg-paging-container.fg-dark .fg-dot-item.fg-disabled .fg-dot-link,
.fg-paging-container.fg-dark .fg-dot-item.fg-disabled .fg-dot-link:hover,
.fg-paging-container.fg-dark .fg-dot-item.fg-disabled .fg-dot-link:focus {
background-color: #666;
border-color: #333;
opacity: 0.5;
}
.fg-paging-container, .fg-paging-container *, .fg-paging-container *:before, .fg-paging-container *:after {
box-sizing: border-box;
}
.fg-paging-container {
display: block;
padding: 15px;
margin-top: 0!important;
margin-bottom: 0!important;
margin-left: auto;
margin-right: auto;
text-align: center;
font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.fg-ph-dots:after {
display: block;
content: '';
width: 0;
height: 22px;
}
.fg-paging-container .fg-dots,
.fg-paging-container .fg-dot-item {
display: inline-block;
margin: 0;
padding: 0;
outline: none;
list-style: none;
}
.fg-paging-container .fg-dot-item .fg-dot-link {
display: inline-block;
margin: 3px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
user-select: none;
background-image: none;
text-decoration: none;
border: 1px solid transparent;
position: relative;
border-radius: 50%;
padding: 0;
font-size: 0;
outline: none;
color: transparent;
box-shadow: none;
}
.fg-paging-container .fg-dot-item .fg-dot-link:before {
content: "";
background-color: transparent;
border: 1px solid transparent;
display: block;
border-radius: 50%;
width: 9px;
height: 9px;
padding: 0;
margin: 2px;
}
.fg-paging-container .fg-dot-item .fg-dot-link:active,
.fg-paging-container .fg-dot-item .fg-dot-link:hover,
.fg-paging-container .fg-dot-item .fg-dot-link:focus {
text-decoration: none;
box-shadow: none;
outline: none;
}
.fg-paging-container .fg-dot-item.fg-disabled .fg-dot-link,
.fg-paging-container .fg-dot-item.fg-selected .fg-dot-link {
cursor: not-allowed;
pointer-events: none;
}
.fg-paging-container .fg-dot-item.fg-disabled .fg-dot-link {
cursor: not-allowed;
pointer-events: none;
outline: none;
} .fg-paging-container.fg-light .fg-dot-item .fg-dot-link,
.fg-paging-container.fg-light .fg-dot-item .fg-dot-link:before {
transition-timing-function: ease-out;
transition-duration: 0.3s;
transition-property: color, border-color, background-color;
}
.fg-paging-container.fg-light .fg-dot-item .fg-dot-link {
background-color: #eee;
border-color: #9d9d9d;
}
.fg-paging-container.fg-light .fg-dot-item.fg-selected .fg-dot-link {
border-color: #888;
}
.fg-paging-container.fg-light .fg-dot-item.fg-selected .fg-dot-link:before,
.fg-paging-container.fg-light .fg-dot-item .fg-dot-link:hover:before,
.fg-paging-container.fg-light .fg-dot-item .fg-dot-link:focus:before {
background-color: #666;
border-color: #888;
}
.fg-paging-container.fg-light .fg-dot-item.fg-disabled .fg-dot-link,
.fg-paging-container.fg-light .fg-dot-item.fg-disabled .fg-dot-link:hover,
.fg-paging-container.fg-light .fg-dot-item.fg-disabled .fg-dot-link:focus {
background-color: #eee;
border-color: #9d9d9d;
opacity: 0.5;
} .fg-paging-container.fg-dark .fg-dot-item .fg-dot-link,
.fg-paging-container.fg-dark .fg-dot-item .fg-dot-link:before {
transition-timing-function: ease-out;
transition-duration: 0.3s;
transition-property: color, border-color, background-color;
}
.fg-paging-container.fg-dark .fg-dot-item .fg-dot-link {
background-color: #666;
border-color: #333;
}
.fg-paging-container.fg-dark .fg-dot-item.fg-selected .fg-dot-link {
border-color: #444;
}
.fg-paging-container.fg-dark .fg-dot-item.fg-selected .fg-dot-link:before,
.fg-paging-container.fg-dark .fg-dot-item .fg-dot-link:hover:before,
.fg-paging-container.fg-dark .fg-dot-item .fg-dot-link:focus:before {
background-color: #333;
border-color: #444;
}
.fg-paging-container.fg-dark .fg-dot-item.fg-disabled .fg-dot-link,
.fg-paging-container.fg-dark .fg-dot-item.fg-disabled .fg-dot-link:hover,
.fg-paging-container.fg-dark .fg-dot-item.fg-disabled .fg-dot-link:focus {
background-color: #666;
border-color: #333;
opacity: 0.5;
} .fg-default:after {
content: '';
display: block;
clear: both;
}
.fg-default .fg-item {
display: inline-block;
vertical-align: top;
max-width: 100%;
}
.fg-default .fg-item-inner,
.fg-default .fg-thumb {
display: block;
vertical-align: top;
max-width: 100%;
}
.fg-default .fg-image {
border-radius: 0;
display: block;
max-width: 100%;
height: auto;
margin: 0;
padding: 0;
} .fg-default .fg-image {
vertical-align: top;
}
.fg-default.fg-left {
text-align: left;
}
.fg-default.fg-center {
text-align: center;
}
.fg-default.fg-right {
text-align: right;
} .fg-default.fg-gutter-5 {
padding-left: 5px;
margin-bottom: -5px;
}
.fg-default.fg-gutter-5 .fg-item {
margin-right: 5px;
margin-bottom: 5px;
}
.fg-default.fg-gutter-10 {
padding-left: 10px;
margin-bottom: -10px;
}
.fg-default.fg-gutter-10 .fg-item {
margin-right: 10px;
margin-bottom: 10px;
}
.fg-default.fg-gutter-15 {
padding-left: 15px;
margin-bottom: -15px;
}
.fg-default.fg-gutter-15 .fg-item {
margin-right: 15px;
margin-bottom: 15px;
}
.fg-default.fg-gutter-20 {
padding-left: 20px;
margin-bottom: -20px;
}
.fg-default.fg-gutter-20 .fg-item {
margin-right: 20px;
margin-bottom: 20px;
}
.fg-default.fg-gutter-25 {
padding-left: 25px;
margin-bottom: -25px;
}
.fg-default.fg-gutter-25 .fg-item {
margin-right: 25px;
margin-bottom: 25px;
}
@media only screen and (max-width: 600px){
.fg-default.fg-m-col1 .fg-image,
.fg-default.fg-m-col2 .fg-image,
.fg-default.fg-m-col3 .fg-image {
width: 100%;
}
.fg-default.fg-m-col1.fg-gutter-5 .fg-item {
width: calc(100% - 10px);
min-width: calc(100% - 10px);
max-width: calc(100% - 10px);
}
.fg-default.fg-m-col2.fg-gutter-5 .fg-item {
width: calc(50% - 10px);
min-width: calc(50% - 10px);
max-width: calc(50% - 10px);
}
.fg-default.fg-m-col3.fg-gutter-5 .fg-item {
width: calc(33.33% - 10px);
min-width: calc(33.33% - 10px);
max-width: calc(33.33% - 10px);
}
.fg-default.fg-m-col1.fg-gutter-10 .fg-item {
width: calc(100% - 20px);
min-width: calc(100% - 20px);
max-width: calc(100% - 20px);
}
.fg-default.fg-m-col2.fg-gutter-10 .fg-item {
width: calc(50% - 20px);
min-width: calc(50% - 20px);
max-width: calc(50% - 20px);
}
.fg-default.fg-m-col3.fg-gutter-10 .fg-item {
width: calc(33.33% - 20px);
min-width: calc(33.33% - 20px);
max-width: calc(33.33% - 20px);
}
.fg-default.fg-m-col1.fg-gutter-15 .fg-item {
width: calc(100% - 30px);
min-width: calc(100% - 30px);
max-width: calc(100% - 30px);
}
.fg-default.fg-m-col2.fg-gutter-15 .fg-item {
width: calc(50% - 30px);
min-width: calc(50% - 30px);
max-width: calc(50% - 30px);
}
.fg-default.fg-m-col3.fg-gutter-15 .fg-item {
width: calc(33.33% - 30px);
min-width: calc(33.33% - 30px);
max-width: calc(33.33% - 30px);
}
.fg-default.fg-m-col1.fg-gutter-20 .fg-item {
width: calc(100% - 40px);
min-width: calc(100% - 40px);
max-width: calc(100% - 40px);
}
.fg-default.fg-m-col2.fg-gutter-20 .fg-item {
width: calc(50% - 40px);
min-width: calc(50% - 40px);
max-width: calc(50% - 40px);
}
.fg-default.fg-m-col3.fg-gutter-20 .fg-item {
width: calc(33.33% - 40px);
min-width: calc(33.33% - 40px);
max-width: calc(33.33% - 40px);
}
.fg-default.fg-m-col1.fg-gutter-25 .fg-item {
width: calc(100% - 50px);
min-width: calc(100% - 50px);
max-width: calc(100% - 50px);
}
.fg-default.fg-m-col2.fg-gutter-25 .fg-item {
width: calc(50% - 50px);
min-width: calc(50% - 50px);
max-width: calc(50% - 50px);
}
.fg-default.fg-m-col3.fg-gutter-25 .fg-item {
width: calc(33.33% - 50px);
min-width: calc(33.33% - 50px);
max-width: calc(33.33% - 50px);
}
} .fg-masonry * {
box-sizing: border-box;
}
.foogallery.fg-masonry {
margin: 0 auto;
text-align: center;
}
.fg-masonry .fg-thumb {
display: block;
}
.fg-masonry.fg-fixed .fg-item,
.fg-masonry.fg-fixed .fg-image,
.fg-masonry.fg-fixed .fg-column-width {
max-width: 100%;
}
.fg-masonry .fg-column-width {
display: inline-block;
border: solid 0 transparent;
}
.fg-masonry .fg-column-width,
.fg-masonry .fg-gutter-width {
position: absolute;
height: 0;
visibility: hidden;
opacity: 0;
pointer-events: none;
}
.fg-masonry.fg-fixed .fg-item .fg-image,
.fg-masonry.fg-col6 .fg-item .fg-image,
.fg-masonry.fg-col5 .fg-item .fg-image,
.fg-masonry.fg-col4 .fg-item .fg-image,
.fg-masonry.fg-col3 .fg-item .fg-image,
.fg-masonry.fg-col2 .fg-item .fg-image {
width: 100%;
height: auto;
max-width: 100%;
}
.fg-masonry .fg-item {
line-height: 0;
font-size: 0;
vertical-align: top;
}  .fg-masonry.fg-col2 .fg-item { margin-bottom: 1%; width: 49.5%; }
.fg-masonry.fg-col2 .fg-column-width { width: 49.5%; }
.fg-masonry.fg-col2 .fg-gutter-width { width: 1%; } .fg-masonry.fg-col2.fg-gutter-none .fg-item { margin-bottom: 0; width: 50%; }
.fg-masonry.fg-col2.fg-gutter-none .fg-column-width { width: 50%; }
.fg-masonry.fg-col2.fg-gutter-none .fg-gutter-width { width: 0; } .fg-masonry.fg-col2.fg-gutter-large .fg-item { margin-bottom: 3%; width: 48.5%; }
.fg-masonry.fg-col2.fg-gutter-large .fg-column-width { width: 48.5%; }
.fg-masonry.fg-col2.fg-gutter-large .fg-gutter-width { width: 3%; }  .fg-masonry.fg-col3 .fg-item { margin-bottom: 1%; width: 32.66%; }
.fg-masonry.fg-col3 .fg-column-width { width: 32.66%; }
.fg-masonry.fg-col3 .fg-gutter-width { width: 1%; } .fg-masonry.fg-col3.fg-gutter-none .fg-item { margin-bottom: 0; width: 33.33%; }
.fg-masonry.fg-col3.fg-gutter-none .fg-column-width { width: 33.33%; }
.fg-masonry.fg-col3.fg-gutter-none .fg-gutter-width { width: 0; } .fg-masonry.fg-col3.fg-gutter-large .fg-item { margin-bottom: 3%; width: 31.33%; }
.fg-masonry.fg-col3.fg-gutter-large .fg-column-width { width: 31.33%; }
.fg-masonry.fg-col3.fg-gutter-large .fg-gutter-width { width: 3%; }  .fg-masonry.fg-col4 .fg-item { margin-bottom: 1%; width: 24.25%; }
.fg-masonry.fg-col4 .fg-column-width { width: 24.25%; }
.fg-masonry.fg-col4 .fg-gutter-width { width: 1%; } .fg-masonry.fg-col4.fg-gutter-none .fg-item { margin-bottom: 0; width: 25%; }
.fg-masonry.fg-col4.fg-gutter-none .fg-column-width { width: 25%; }
.fg-masonry.fg-col4.fg-gutter-none .fg-gutter-width { width: 0; } .fg-masonry.fg-col4.fg-gutter-large .fg-item { margin-bottom: 3%; width: 22.75%; }
.fg-masonry.fg-col4.fg-gutter-large .fg-column-width { width: 22.75%; }
.fg-masonry.fg-col4.fg-gutter-large .fg-gutter-width { width: 3%; }  .fg-masonry.fg-col5 .fg-item { margin-bottom: 1%; width: 19.2%; }
.fg-masonry.fg-col5 .fg-column-width { width: 19.2%; }
.fg-masonry.fg-col5 .fg-gutter-width { width: 1%; } .fg-masonry.fg-col5.fg-gutter-none .fg-item { margin-bottom: 0; width: 20%; }
.fg-masonry.fg-col5.fg-gutter-none .fg-column-width { width: 20%; }
.fg-masonry.fg-col5.fg-gutter-none .fg-gutter-width { width: 0; } .fg-masonry.fg-col5.fg-gutter-large .fg-item { margin-bottom: 3%; width: 17.6%; }
.fg-masonry.fg-col5.fg-gutter-large .fg-column-width { width: 17.6%; }
.fg-masonry.fg-col5.fg-gutter-large .fg-gutter-width { width: 3%; }  .fg-masonry.fg-col6 .fg-item { margin-bottom: 1%; width: 15.83%; }
.fg-masonry.fg-col6 .fg-column-width { width: 15.83%; }
.fg-masonry.fg-col6 .fg-gutter-width { width: 1%; } .fg-masonry.fg-col6.fg-gutter-none .fg-item { margin-bottom: 0; width: 16.66%; }
.fg-masonry.fg-col6.fg-gutter-none .fg-column-width { width: 16.66%; }
.fg-masonry.fg-col6.fg-gutter-none .fg-gutter-width { width: 0; } .fg-masonry.fg-col6.fg-gutter-large .fg-item { margin-bottom: 3%; width: 14.16%; }
.fg-masonry.fg-col6.fg-gutter-large .fg-column-width { width: 14.16%; }
.fg-masonry.fg-col6.fg-gutter-large .fg-gutter-width { width: 3%; } @media screen and (max-width: 1280px) { .fg-masonry.fg-col6 .fg-item { margin-bottom: 1%; width: 19.2%; }
.fg-masonry.fg-col6 .fg-column-width { width: 19.2%; }
.fg-masonry.fg-col6 .fg-gutter-width { width: 1%; } .fg-masonry.fg-col6.fg-gutter-none .fg-item { margin-bottom: 0; width: 20%; }
.fg-masonry.fg-col6.fg-gutter-none .fg-column-width { width: 20%; }
.fg-masonry.fg-col6.fg-gutter-none .fg-gutter-width { width: 0; } .fg-masonry.fg-col6.fg-gutter-large .fg-item { margin-bottom: 3%; width: 17.6%; }
.fg-masonry.fg-col6.fg-gutter-large .fg-column-width { width: 17.6%; }
.fg-masonry.fg-col6.fg-gutter-large .fg-gutter-width { width: 3%; }
} @media screen and (max-width: 1024px) { .fg-masonry.fg-col6 .fg-item,
.fg-masonry.fg-col5 .fg-item { margin-bottom: 1%; width: 24.25%; }
.fg-masonry.fg-col6 .fg-column-width,
.fg-masonry.fg-col5 .fg-column-width { width: 24.25%; }
.fg-masonry.fg-col6 .fg-gutter-width,
.fg-masonry.fg-col5 .fg-gutter-width { width: 1%; } .fg-masonry.fg-col6.fg-gutter-none .fg-item,
.fg-masonry.fg-col5.fg-gutter-none .fg-item { margin-bottom: 0; width: 25%; }
.fg-masonry.fg-col6.fg-gutter-none .fg-column-width,
.fg-masonry.fg-col5.fg-gutter-none .fg-column-width { width: 25%; }
.fg-masonry.fg-col6.fg-gutter-none .fg-gutter-width,
.fg-masonry.fg-col5.fg-gutter-none .fg-gutter-width { width: 0; } .fg-masonry.fg-col6.fg-gutter-large .fg-item,
.fg-masonry.fg-col5.fg-gutter-large .fg-item { margin-bottom: 3%; width: 22.75%; }
.fg-masonry.fg-col6.fg-gutter-large .fg-column-width,
.fg-masonry.fg-col5.fg-gutter-large .fg-column-width { width: 22.75%; }
.fg-masonry.fg-col6.fg-gutter-large .fg-gutter-width,
.fg-masonry.fg-col5.fg-gutter-large .fg-gutter-width { width: 3%; }
} @media screen and (max-width: 720px) { .fg-masonry.fg-col6 .fg-item,
.fg-masonry.fg-col5 .fg-item,
.fg-masonry.fg-col4 .fg-item { margin-bottom: 1%; width: 32.66%; }
.fg-masonry.fg-col6 .fg-column-width,
.fg-masonry.fg-col5 .fg-column-width,
.fg-masonry.fg-col4 .fg-column-width { width: 32.66%; }
.fg-masonry.fg-col6 .fg-gutter-width,
.fg-masonry.fg-col5 .fg-gutter-width,
.fg-masonry.fg-col4 .fg-gutter-width { width: 1%; } .fg-masonry.fg-col6.fg-gutter-none .fg-item,
.fg-masonry.fg-col5.fg-gutter-none .fg-item,
.fg-masonry.fg-col4.fg-gutter-none .fg-item { margin-bottom: 0; width: 33.33%; }
.fg-masonry.fg-col6.fg-gutter-none .fg-column-width,
.fg-masonry.fg-col5.fg-gutter-none .fg-column-width,
.fg-masonry.fg-col4.fg-gutter-none .fg-column-width { width: 33.33%; }
.fg-masonry.fg-col6.fg-gutter-none .fg-gutter-width,
.fg-masonry.fg-col5.fg-gutter-none .fg-gutter-width,
.fg-masonry.fg-col4.fg-gutter-none .fg-gutter-width { width: 0; } .fg-masonry.fg-col6.fg-gutter-large .fg-item,
.fg-masonry.fg-col5.fg-gutter-large .fg-item,
.fg-masonry.fg-col4.fg-gutter-large .fg-item { margin-bottom: 3%; width: 31.33%; }
.fg-masonry.fg-col6.fg-gutter-large .fg-column-width,
.fg-masonry.fg-col5.fg-gutter-large .fg-column-width,
.fg-masonry.fg-col4.fg-gutter-large .fg-column-width { width: 31.33%; }
.fg-masonry.fg-col6.fg-gutter-large .fg-gutter-width,
.fg-masonry.fg-col5.fg-gutter-large .fg-gutter-width,
.fg-masonry.fg-col4.fg-gutter-large .fg-gutter-width { width: 3%; }
} @media screen and (max-width: 480px) { .fg-masonry.fg-col6 .fg-item,
.fg-masonry.fg-col5 .fg-item,
.fg-masonry.fg-col4 .fg-item,
.fg-masonry.fg-col3 .fg-item { margin-bottom: 1%; width: 49.5%; }
.fg-masonry.fg-col6 .fg-column-width,
.fg-masonry.fg-col5 .fg-column-width,
.fg-masonry.fg-col4 .fg-column-width,
.fg-masonry.fg-col3 .fg-column-width { width: 49.5%; }
.fg-masonry.fg-col6 .fg-gutter-width,
.fg-masonry.fg-col5 .fg-gutter-width,
.fg-masonry.fg-col4 .fg-gutter-width,
.fg-masonry.fg-col3 .fg-gutter-width { width: 1%; } .fg-masonry.fg-col6.fg-gutter-none .fg-item,
.fg-masonry.fg-col5.fg-gutter-none .fg-item,
.fg-masonry.fg-col4.fg-gutter-none .fg-item,
.fg-masonry.fg-col3.fg-gutter-none .fg-item { margin-bottom: 0; width: 50%; }
.fg-masonry.fg-col6.fg-gutter-none .fg-column-width,
.fg-masonry.fg-col5.fg-gutter-none .fg-column-width,
.fg-masonry.fg-col4.fg-gutter-none .fg-column-width,
.fg-masonry.fg-col3.fg-gutter-none .fg-column-width { width: 50%; }
.fg-masonry.fg-col6.fg-gutter-none .fg-gutter-width,
.fg-masonry.fg-col5.fg-gutter-none .fg-gutter-width,
.fg-masonry.fg-col4.fg-gutter-none .fg-gutter-width,
.fg-masonry.fg-col3.fg-gutter-none .fg-gutter-width { width: 0; } .fg-masonry.fg-col6.fg-gutter-large .fg-item,
.fg-masonry.fg-col5.fg-gutter-large .fg-item,
.fg-masonry.fg-col4.fg-gutter-large .fg-item,
.fg-masonry.fg-col3.fg-gutter-large .fg-item { margin-bottom: 3%; width: 48.5%; }
.fg-masonry.fg-col6.fg-gutter-large .fg-column-width,
.fg-masonry.fg-col5.fg-gutter-large .fg-column-width,
.fg-masonry.fg-col4.fg-gutter-large .fg-column-width,
.fg-masonry.fg-col3.fg-gutter-large .fg-column-width { width: 48.5%; }
.fg-masonry.fg-col6.fg-gutter-large .fg-gutter-width,
.fg-masonry.fg-col5.fg-gutter-large .fg-gutter-width,
.fg-masonry.fg-col4.fg-gutter-large .fg-gutter-width,
.fg-masonry.fg-col3.fg-gutter-large .fg-gutter-width { width: 3%; }
} @media screen and (max-width: 320px) { .fg-masonry.fg-col6 .fg-item,
.fg-masonry.fg-col5 .fg-item,
.fg-masonry.fg-col4 .fg-item,
.fg-masonry.fg-col3 .fg-item,
.fg-masonry.fg-col2 .fg-item { margin-bottom: 1%; width: 100%; }
.fg-masonry.fg-col6 .fg-column-width,
.fg-masonry.fg-col5 .fg-column-width,
.fg-masonry.fg-col4 .fg-column-width,
.fg-masonry.fg-col3 .fg-column-width,
.fg-masonry.fg-col2 .fg-column-width { width: 100%; }
.fg-masonry.fg-col6 .fg-gutter-width,
.fg-masonry.fg-col5 .fg-gutter-width,
.fg-masonry.fg-col4 .fg-gutter-width,
.fg-masonry.fg-col3 .fg-gutter-width,
.fg-masonry.fg-col2 .fg-gutter-width { width: 0; } .fg-masonry.fg-col6.fg-gutter-none .fg-item,
.fg-masonry.fg-col5.fg-gutter-none .fg-item,
.fg-masonry.fg-col4.fg-gutter-none .fg-item,
.fg-masonry.fg-col3.fg-gutter-none .fg-item,
.fg-masonry.fg-col2.fg-gutter-none .fg-item { margin-bottom: 0; width: 100%; }
.fg-masonry.fg-col6.fg-gutter-none .fg-column-width,
.fg-masonry.fg-col5.fg-gutter-none .fg-column-width,
.fg-masonry.fg-col4.fg-gutter-none .fg-column-width,
.fg-masonry.fg-col3.fg-gutter-none .fg-column-width,
.fg-masonry.fg-col2.fg-gutter-none .fg-column-width { width: 100%; }
.fg-masonry.fg-col6.fg-gutter-none .fg-gutter-width,
.fg-masonry.fg-col5.fg-gutter-none .fg-gutter-width,
.fg-masonry.fg-col4.fg-gutter-none .fg-gutter-width,
.fg-masonry.fg-col3.fg-gutter-none .fg-gutter-width,
.fg-masonry.fg-col2.fg-gutter-none .fg-gutter-width { width: 0; } .fg-masonry.fg-col6.fg-gutter-large .fg-item,
.fg-masonry.fg-col5.fg-gutter-large .fg-item,
.fg-masonry.fg-col4.fg-gutter-large .fg-item,
.fg-masonry.fg-col3.fg-gutter-large .fg-item,
.fg-masonry.fg-col2.fg-gutter-large .fg-item { margin-bottom: 3%; width: 100%; }
.fg-masonry.fg-col6.fg-gutter-large .fg-column-width,
.fg-masonry.fg-col5.fg-gutter-large .fg-column-width,
.fg-masonry.fg-col4.fg-gutter-large .fg-column-width,
.fg-masonry.fg-col3.fg-gutter-large .fg-column-width,
.fg-masonry.fg-col2.fg-gutter-large .fg-column-width { width: 100%; }
.fg-masonry.fg-col6.fg-gutter-large .fg-gutter-width,
.fg-masonry.fg-col5.fg-gutter-large .fg-gutter-width,
.fg-masonry.fg-col4.fg-gutter-large .fg-gutter-width,
.fg-masonry.fg-col3.fg-gutter-large .fg-gutter-width,
.fg-masonry.fg-col2.fg-gutter-large .fg-gutter-width { width: 0; }
} .foogallery.fg-border-thin .fg-column-width {
border-width: 4px;
}
.foogallery.fg-border-medium .fg-column-width {
border-width: 10px;
}
.foogallery.fg-border-thick .fg-column-width {
border-width: 16px;
} .foogallery.fg-masonry.fg-captions-bottom .fg-item-inner .fg-caption {
visibility: visible;
opacity: 1;
font-size: 13px;
position: relative;
display: block;
top: auto;
bottom: auto;
left: auto;
right: auto;
width: auto;
height: auto;
text-transform: none;
transform: none;
transition: none;
background-color: transparent;
border-style: solid;
border-color: transparent;
text-align: left;
}
.foogallery.fg-masonry.fg-captions-bottom.fg-c-l .fg-item-inner .fg-caption {
text-align: left;
}
.foogallery.fg-masonry.fg-captions-bottom.fg-c-c .fg-item-inner .fg-caption {
text-align: center;
}
.foogallery.fg-masonry.fg-captions-bottom.fg-c-r .fg-item-inner .fg-caption {
text-align: right;
}
.foogallery.fg-masonry.fg-captions-bottom.fg-c-j .fg-item-inner .fg-caption {
text-align: justify;
}
.foogallery.fg-masonry.fg-captions-bottom .fg-item-inner:hover .fg-caption {
transform: none;
transition: none;
}
.foogallery.fg-masonry.fg-captions-bottom .fg-item-inner .fg-caption-inner {
display: block;
position: relative;
max-height: none;
top: auto;
bottom: auto;
left: auto;
right: auto;
width: auto;
height: auto;
border: none;
transform: none;
transition: none;
}
.foogallery.fg-masonry.fg-captions-bottom .fg-item-inner .fg-caption-inner:before {
display: none;
}
.foogallery.fg-masonry.fg-captions-bottom.fg-caption-hover .fg-item-inner .fg-image-overlay {
display: block;
}
.foogallery.fg-masonry.fg-captions-bottom.fg-caption-always .fg-item-inner:hover .fg-caption {
visibility: visible;
opacity: 1;
}
.fg-masonry.fg-captions-bottom.fg-light .fg-caption,
.fg-masonry.fg-captions-bottom.fg-dark .fg-caption {
color: #828282;
}
.fg-masonry.fg-captions-bottom.fg-light .fg-caption a,
.fg-masonry.fg-captions-bottom.fg-dark .fg-caption a {
color: #828282;
border-bottom: 1px solid #828282;
}
.fg-masonry.fg-captions-bottom.fg-light .fg-caption a:hover,
.fg-masonry.fg-captions-bottom.fg-dark .fg-caption a:hover {
border-bottom: none;
}
.fg-masonry.fg-captions-bottom.fg-light .fg-caption-title,
.fg-masonry.fg-captions-bottom.fg-light .fg-caption-title a {
color: #222;
}
.fg-masonry.fg-captions-bottom.fg-dark .fg-caption-title,
.fg-masonry.fg-captions-bottom.fg-dark .fg-caption-title a {
color: #FFF;
}
.fg-masonry.fg-captions-bottom.fg-light .fg-caption-title a {
border-bottom: 1px solid #222;
}
.fg-masonry.fg-captions-bottom.fg-dark .fg-caption-title a {
border-bottom: 1px solid #FFF;
} .fg-masonry.fg-captions-bottom .fg-caption {
border-width: 10px;
}
.fg-masonry.fg-captions-bottom .fg-caption-title+.fg-caption-desc {
margin-top: 4px;
}
.fg-masonry.fg-captions-bottom.fg-border-thin .fg-caption {
border-width: 10px 4px 4px 4px;
}
.fg-masonry.fg-captions-bottom.fg-border-medium .fg-caption {
border-width: 10px 0 0 0;
}
.fg-masonry.fg-captions-bottom.fg-border-thick .fg-caption {
border-width: 16px 0 0 0;
}
.fg-masonry.fg-captions-bottom.fg-border-thick .fg-caption-title+.fg-caption-desc {
margin-top: 10px;
} .fg-masonry.fg-transparent .fg-item-inner {
background-color: transparent;
color: #333;
border-color: transparent;
} .fg-masonry.fg-transparent .fg-caption {
color: #7f7f7f;
}
.fg-masonry.fg-transparent.fg-captions-bottom .fg-caption {
border-width: 0;
border-top-width: 10px;
border-bottom-width: 10px;
}
.fg-masonry.fg-transparent .fg-caption a {
color: #7f7f7f;
border-bottom: 1px solid #7f7f7f;
}
.fg-masonry.fg-transparent .fg-caption a:hover {
border-bottom: none;
}
.fg-masonry.fg-transparent .fg-caption-title,
.fg-masonry.fg-transparent .fg-caption-title a {
color: #333;
}
.fg-masonry.fg-transparent .fg-caption-title a {
border-bottom: 1px solid #333;
} .fg-masonry.fg-transparent.fg-round-full .fg-item,
.fg-masonry.fg-transparent.fg-round-full .fg-item-inner {
border-radius: 15px;
}
.fg-masonry.fg-transparent.fg-round-full .fg-image-wrap,
.fg-masonry.fg-transparent.fg-round-full .fg-image-overlay,
.fg-masonry.fg-transparent.fg-round-full.fg-shadow-inset-small .fg-thumb:after,
.fg-masonry.fg-transparent.fg-round-full.fg-shadow-inset-medium .fg-thumb:after,
.fg-masonry.fg-transparent.fg-round-full.fg-shadow-inset-large .fg-thumb:after {
border-radius: 50%;
overflow: hidden;
}
.fg-masonry.fg-transparent.fg-round-small:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-wrap,
.fg-masonry.fg-transparent.fg-round-small:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-overlay,
.fg-masonry.fg-transparent.fg-round-medium:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-wrap,
.fg-masonry.fg-transparent.fg-round-medium:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-overlay,
.fg-masonry.fg-transparent.fg-round-large:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-wrap,
.fg-masonry.fg-transparent.fg-round-large:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-overlay {
overflow: hidden;
}
.fg-masonry.fg-transparent.fg-round-small.fg-shadow-inset-small:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-thumb:after,
.fg-masonry.fg-transparent.fg-round-small.fg-shadow-inset-medium:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-thumb:after,
.fg-masonry.fg-transparent.fg-round-small.fg-shadow-inset-large:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-thumb:after,
.fg-masonry.fg-transparent.fg-round-small:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-wrap,
.fg-masonry.fg-transparent.fg-round-small:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-overlay {
border-radius: 5px;
}
.fg-masonry.fg-transparent.fg-round-medium.fg-shadow-inset-small:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-thumb:after,
.fg-masonry.fg-transparent.fg-round-medium.fg-shadow-inset-medium:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-thumb:after,
.fg-masonry.fg-transparent.fg-round-medium.fg-shadow-inset-large:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-thumb:after,
.fg-masonry.fg-transparent.fg-round-medium:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-wrap,
.fg-masonry.fg-transparent.fg-round-medium:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-overlay {
border-radius: 10px;
}
.fg-masonry.fg-transparent.fg-round-large.fg-shadow-inset-small:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-thumb:after,
.fg-masonry.fg-transparent.fg-round-large.fg-shadow-inset-medium:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-thumb:after,
.fg-masonry.fg-transparent.fg-round-large.fg-shadow-inset-large:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-thumb:after,
.fg-masonry.fg-transparent.fg-round-large:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-wrap,
.fg-masonry.fg-transparent.fg-round-large:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-overlay {
border-radius: 15px;
} .fg-masonry.fg-transparent.fg-shadow-inset-small .fg-thumb:after {
box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.3);
}
.fg-masonry.fg-transparent.fg-shadow-inset-medium .fg-thumb:after {
box-shadow: inset 0 1px 10px 0 rgba(0,0,0,0.3);
}
.fg-masonry.fg-transparent.fg-shadow-inset-large .fg-thumb:after {
box-shadow: inset 0 1px 16px 0 rgba(0,0,0,0.3);
}
.fg-masonry.fg-transparent.fg-shadow-outline .fg-item-inner {
box-shadow: 0 0 0 1px rgba(128, 128, 128, 0.5);
}
.fg-masonry.fg-transparent.fg-shadow-small .fg-item-inner {
box-shadow: 0 1px 4px 0 rgba(128, 128, 128, 0.5);
}
.fg-masonry.fg-transparent.fg-shadow-medium .fg-item-inner {
box-shadow: 0 1px 10px 0 rgba(128, 128, 128, 0.5);
}
.fg-masonry.fg-transparent.fg-shadow-large .fg-item-inner {
box-shadow: 0 1px 16px 0 rgba(128, 128, 128, 0.5);
} .fg-justified {
box-sizing: border-box;
position: relative;
text-align: center;
}
.foogallery.fg-justified .fg-item {
box-sizing: border-box;
display: inline-block;
margin: 0;
padding: 0;
}
.foogallery.fg-justified .fg-item-inner,
.foogallery.fg-justified .fg-thumb,
.foogallery.fg-justified .fg-image {
box-sizing: border-box;
display: block;
margin: 0;
padding: 0;
}
.fg-justified .fg-item {
visibility: visible;
position: relative;
}
.fg-justified .fg-item-inner {
position: relative;
width: 100%;
height: 100%;
}
.fg-justified .fg-thumb {
position: relative;
overflow: hidden;
}
.fg-justified .fg-image {
z-index: 1;
}
.fg-justified .fg-item.fg-positioned .fg-thumb,
.fg-justified .fg-item.fg-positioned .fg-image-wrap {
width: 100%;
height: 100%;
}
.fg-justified .fg-item.fg-positioned .fg-image {
width: 100%!important;
height: auto!important;
min-height: 100%;
}
.fg-simple_portfolio {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: stretch;
align-content: center;
}
.fg-simple_portfolio .fg-item {
position: relative;
flex-grow: 0;
flex-shrink: 0;
flex-basis: auto;
margin: 10px;
max-width: 100%;
}
.fg-simple_portfolio .fg-item-inner {
display: flex;
flex-direction: column;
margin: 0;
height: 100%;
}
.fg-simple_portfolio.fg-captions-top .fg-item-inner {
flex-direction: column-reverse;
}
.fg-simple_portfolio .fg-image {
height: auto;
width: 100%;
} .fg-simple_portfolio .fg-thumb {
min-width: auto;
min-height: auto;
} .foogallery.fg-simple_portfolio .fg-item-inner .fg-caption {
visibility: visible;
opacity: 1;
font-size: 13px;
position: relative;
display: block;
top: auto;
bottom: auto;
left: auto;
right: auto;
width: 100%;
height: 100%;
text-transform: none;
transform: none;
transition: none;
background-color: transparent;
border-style: solid;
border-color: transparent;
text-align: left;
}
.foogallery.fg-simple_portfolio.fg-c-l .fg-item-inner .fg-caption {
text-align: left;
}
.foogallery.fg-simple_portfolio.fg-c-c .fg-item-inner .fg-caption {
text-align: center;
}
.foogallery.fg-simple_portfolio.fg-c-r .fg-item-inner .fg-caption {
text-align: right;
}
.foogallery.fg-simple_portfolio.fg-c-j .fg-item-inner .fg-caption {
text-align: justify;
}
.foogallery.fg-simple_portfolio .fg-item-inner:hover .fg-caption {
transform: none;
transition: none;
}
.foogallery.fg-simple_portfolio .fg-item-inner .fg-caption-inner {
display: block;
top: auto;
bottom: auto;
left: auto;
right: auto;
width: auto;
height: auto;
border: none;
transform: none;
transition: none;
}
.foogallery.fg-simple_portfolio .fg-item-inner .fg-caption-inner:before {
display: none;
}
.foogallery.fg-simple_portfolio.fg-caption-hover .fg-item-inner .fg-image-overlay {
display: block;
}
.foogallery.fg-simple_portfolio.fg-caption-always .fg-item-inner:hover .fg-caption {
visibility: visible;
opacity: 1;
}
.fg-simple_portfolio .fg-caption-title {
white-space: normal;
height: auto;
}
.fg-simple_portfolio.fg-light .fg-caption,
.fg-simple_portfolio.fg-dark .fg-caption {
color: #828282;
}
.fg-simple_portfolio.fg-light .fg-caption a,
.fg-simple_portfolio.fg-dark .fg-caption a {
color: #828282;
border-bottom: 1px solid #828282;
}
.fg-simple_portfolio.fg-light .fg-caption a:hover,
.fg-simple_portfolio.fg-dark .fg-caption a:hover {
border-bottom: none;
}
.fg-simple_portfolio.fg-light .fg-caption-title,
.fg-simple_portfolio.fg-light .fg-caption-title a {
color: #222;
}
.fg-simple_portfolio.fg-dark .fg-caption-title,
.fg-simple_portfolio.fg-dark .fg-caption-title a {
color: #FFF;
}
.fg-simple_portfolio.fg-light .fg-caption-title a {
border-bottom: 1px solid #222;
}
.fg-simple_portfolio.fg-dark .fg-caption-title a {
border-bottom: 1px solid #FFF;
} .fg-simple_portfolio .fg-caption {
border-width: 0;
}
.fg-simple_portfolio .fg-caption-title+.fg-caption-desc {
margin-top: 4px;
}
.fg-simple_portfolio.fg-border-thin .fg-caption {
border-width: 10px 4px 4px 4px;
}
.fg-simple_portfolio.fg-captions-top.fg-border-thin .fg-caption {
border-width: 4px 4px 10px 4px;
}
.fg-simple_portfolio.fg-border-medium .fg-caption {
border-width: 10px 0 0 0;
}
.fg-simple_portfolio.fg-captions-top.fg-border-medium .fg-caption {
border-width: 0 0 10px 0;
}
.fg-simple_portfolio.fg-border-thick .fg-caption {
border-width: 16px 0 0 0;
}
.fg-simple_portfolio.fg-captions-top.fg-border-thick .fg-caption {
border-width: 0 0 16px 0;
}
.fg-simple_portfolio.fg-border-thick .fg-caption-title+.fg-caption-desc {
margin-top: 10px;
} .fg-simple_portfolio.fg-transparent .fg-item-inner {
background-color: transparent;
color: #333;
border-color: transparent;
} .fg-simple_portfolio.fg-transparent .fg-caption {
color: #7f7f7f;
}
.fg-simple_portfolio.fg-transparent .fg-caption a {
color: #7f7f7f;
border-bottom: 1px solid #7f7f7f;
}
.fg-simple_portfolio.fg-transparent .fg-caption a:hover {
border-bottom: none;
}
.fg-simple_portfolio.fg-transparent .fg-caption-title,
.fg-simple_portfolio.fg-transparent .fg-caption-title a {
color: #333;
}
.fg-simple_portfolio.fg-transparent .fg-caption-title a {
border-bottom: 1px solid #333;
} .fg-simple_portfolio.fg-transparent.fg-round-full .fg-item,
.fg-simple_portfolio.fg-transparent.fg-round-full .fg-item-inner {
border-radius: 15px;
}
.fg-simple_portfolio.fg-transparent.fg-round-full .fg-image-wrap,
.fg-simple_portfolio.fg-transparent.fg-round-full .fg-image-overlay,
.fg-simple_portfolio.fg-transparent.fg-round-full.fg-shadow-inset-small .fg-thumb:after,
.fg-simple_portfolio.fg-transparent.fg-round-full.fg-shadow-inset-medium .fg-thumb:after,
.fg-simple_portfolio.fg-transparent.fg-round-full.fg-shadow-inset-large .fg-thumb:after {
border-radius: 50%;
overflow: hidden;
}
.fg-simple_portfolio.fg-transparent.fg-round-small:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-wrap,
.fg-simple_portfolio.fg-transparent.fg-round-small:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-overlay,
.fg-simple_portfolio.fg-transparent.fg-round-medium:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-wrap,
.fg-simple_portfolio.fg-transparent.fg-round-medium:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-overlay,
.fg-simple_portfolio.fg-transparent.fg-round-large:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-wrap,
.fg-simple_portfolio.fg-transparent.fg-round-large:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-overlay {
overflow: hidden;
}
.fg-simple_portfolio.fg-transparent.fg-round-small.fg-shadow-inset-small:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-thumb:after,
.fg-simple_portfolio.fg-transparent.fg-round-small.fg-shadow-inset-medium:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-thumb:after,
.fg-simple_portfolio.fg-transparent.fg-round-small.fg-shadow-inset-large:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-thumb:after,
.fg-simple_portfolio.fg-transparent.fg-round-small:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-wrap,
.fg-simple_portfolio.fg-transparent.fg-round-small:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-overlay {
border-radius: 5px;
}
.fg-simple_portfolio.fg-transparent.fg-round-medium.fg-shadow-inset-small:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-thumb:after,
.fg-simple_portfolio.fg-transparent.fg-round-medium.fg-shadow-inset-medium:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-thumb:after,
.fg-simple_portfolio.fg-transparent.fg-round-medium.fg-shadow-inset-large:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-thumb:after,
.fg-simple_portfolio.fg-transparent.fg-round-medium:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-wrap,
.fg-simple_portfolio.fg-transparent.fg-round-medium:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-overlay {
border-radius: 10px;
}
.fg-simple_portfolio.fg-transparent.fg-round-large.fg-shadow-inset-small:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-thumb:after,
.fg-simple_portfolio.fg-transparent.fg-round-large.fg-shadow-inset-medium:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-thumb:after,
.fg-simple_portfolio.fg-transparent.fg-round-large.fg-shadow-inset-large:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-thumb:after,
.fg-simple_portfolio.fg-transparent.fg-round-large:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-wrap,
.fg-simple_portfolio.fg-transparent.fg-round-large:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-overlay {
border-radius: 15px;
} .fg-simple_portfolio.fg-transparent.fg-shadow-inset-small .fg-thumb:after {
box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.3);
}
.fg-simple_portfolio.fg-transparent.fg-shadow-inset-medium .fg-thumb:after {
box-shadow: inset 0 1px 10px 0 rgba(0,0,0,0.3);
}
.fg-simple_portfolio.fg-transparent.fg-shadow-inset-large .fg-thumb:after {
box-shadow: inset 0 1px 16px 0 rgba(0,0,0,0.3);
}
.fg-simple_portfolio.fg-transparent.fg-shadow-outline .fg-item-inner {
box-shadow: 0 0 0 1px rgba(128, 128, 128, 0.5);
}
.fg-simple_portfolio.fg-transparent.fg-shadow-small .fg-item-inner {
box-shadow: 0 1px 4px 0 rgba(128, 128, 128, 0.5);
}
.fg-simple_portfolio.fg-transparent.fg-shadow-medium .fg-item-inner {
box-shadow: 0 1px 10px 0 rgba(128, 128, 128, 0.5);
}
.fg-simple_portfolio.fg-transparent.fg-shadow-large .fg-item-inner {
box-shadow: 0 1px 16px 0 rgba(128, 128, 128, 0.5);
} .foogallery.fg-preset.fg-polaroid .fg-item {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: transform 0.35s, background-color 0.65s;
}
.foogallery.fg-preset.fg-polaroid .fg-item:nth-child(2n+1) {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
.foogallery.fg-preset.fg-polaroid .fg-item:nth-child(2n) {
-webkit-transform: rotate(-3deg);
transform: rotate(-3deg);
}
.foogallery.fg-preset.fg-polaroid .fg-item:nth-child(3n) {
-webkit-transform: rotate(1deg);
transform: rotate(1deg);
}
.foogallery.fg-preset.fg-polaroid .fg-item:nth-child(5n) {
-webkit-transform: rotate(-2deg);
transform: rotate(-2deg);
}
.foogallery.fg-preset.fg-polaroid .fg-item:hover {
-webkit-transform: rotate(0);
transform: rotate(0);
}
.foogallery.fg-preset.fg-polaroid .fg-caption {
position: relative;
width: auto;
font-family: "Segoe Print Regular",-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}
.foogallery.fg-preset.fg-polaroid .fg-caption-inner,
.foogallery.fg-preset.fg-polaroid .fg-caption-title {
position: relative;
width: auto;
}
.foogallery.fg-preset.fg-polaroid .fg-caption-title {
text-align: center;
}
.foogallery.fg-preset.fg-polaroid .fg-caption-desc {
display: none;
} .foogallery.fg-preset.fg-polaroid .fg-caption-title,
.foogallery.fg-light.fg-preset.fg-polaroid .fg-caption-title {
color: #333;
}
.foogallery.fg-dark.fg-preset.fg-polaroid .fg-caption-title {
color: #FFF;
} .foogallery.fg-preset.fg-polaroid .fg-caption {
border-style: solid;
border-color: transparent;
border-width: 10px;
}
.foogallery.fg-preset.fg-polaroid .fg-caption-title+.fg-caption-desc {
margin-top: 4px;
}
.foogallery.fg-preset.fg-polaroid.fg-border-thin .fg-caption {
border-width: 10px 4px 4px 4px;
}
.foogallery.fg-preset.fg-polaroid.fg-captions-top.fg-border-thin .fg-caption {
border-width: 4px 4px 10px 4px;
}
.foogallery.fg-preset.fg-polaroid.fg-border-medium .fg-caption {
border-width: 10px 0 0 0;
}
.foogallery.fg-preset.fg-polaroid.fg-captions-top.fg-border-medium .fg-caption {
border-width: 0 0 10px 0;
}
.foogallery.fg-preset.fg-polaroid.fg-border-thick .fg-caption {
border-width: 16px 0 0 0;
}
.foogallery.fg-preset.fg-polaroid.fg-captions-top.fg-border-thick .fg-caption {
border-width: 0 0 16px 0;
}
.foogallery.fg-preset.fg-polaroid.fg-border-thick .fg-caption-title+.fg-caption-desc {
margin-top: 10px;
} .fg-image-viewer {
display: block;
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
.fg-image-viewer.fg-left {
text-align: left;
}
.fg-image-viewer.fg-center {
text-align: center;
}
.fg-image-viewer.fg-right {
text-align: right;
}
.fiv-inner {
position: relative;
display: inline-block;
max-width: 100%;
overflow: hidden;
z-index: 6;
}
.fiv-inner .fiv-inner-container {
position: relative;
overflow: hidden;
max-width: 100%;
border-style: solid;
border-width: 0;
border-bottom-width: 4px;
z-index: 5;
}
.fg-image-viewer .fiv-inner .fiv-inner-container .fg-item .fg-thumb,
.fg-image-viewer .fiv-inner .fiv-inner-container .fg-item .fg-thumb:hover,
.fg-image-viewer .fiv-inner .fiv-inner-container .fg-item .fg-thumb:active,
.fg-image-viewer .fiv-inner .fiv-inner-container .fg-item .fg-thumb:visited {
position: relative;
display: block;
border: none;
outline: none;
text-decoration: none;
box-shadow: none;
max-width: 100%;
}
.fg-image-viewer .fiv-inner .fiv-inner-container .fg-item {
position: absolute;
visibility: visible;
opacity: 1;
border: none;
outline: none;
text-decoration: none;
box-shadow: none;
max-width: 100%;
}
.fg-image-viewer .fiv-inner .fiv-inner-container .fg-item:first-of-type {
position: relative;
}
.fg-image-viewer .fiv-inner .fiv-inner-container .fg-item .fg-thumb img {
display: block;
max-width: 100%;
height: auto;
border: none;
outline: none;
text-decoration: none;
}
.fg-image-viewer .fiv-inner .fiv-ctrls {
display: block;
text-align: center;
font-size: 14px;
border-style: solid;
line-height: 34px;
}
.fg-image-viewer .fiv-inner .fiv-ctrls:after {
content: '';
display: block;
clear: both;
}
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-count {
display: inline-block;
font-weight: normal;
margin: 0;
}
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-prev,
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-next {
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: none;
min-width: 80px;
position: relative;
overflow: hidden;
transition: background-color .3s;
}
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-prev:before,
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-next:before {
display: block;
position: absolute;
font-size: 24px;
line-height: 30px;
top:0;
left:0;
width: 100%;
transform: translateY(0);
transition: transform .3s;
}
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-prev:hover:before,
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-next:hover:before {
transform: translateY(-100%);
}
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-prev span,
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-next span {
display: block;
width: 100%;
transform: translateY(100%);
transition: transform .3s;
}
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-prev:hover span,
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-next:hover span {
transform: translateY(0);
}
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-prev {
float: left;
}
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-prev:before {
content: '\2190';
}
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-next {
float: right;
}
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-next:before {
content: '\2192';
}
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-count span {
margin: 0 4px;
}
.rtl .fg-image-viewer .fiv-inner .fiv-ctrls .fiv-prev {
float: right;
}
.rtl .fg-image-viewer .fiv-inner .fiv-ctrls .fiv-prev:before {
content: '\2192';
}
.rtl .fg-image-viewer .fiv-inner .fiv-ctrls .fiv-next {
float: left;
}
.rtl .fg-image-viewer .fiv-inner .fiv-ctrls .fiv-next:before {
content: '\2190';
} .foogallery.fg-image-viewer.fg-caption-always .fg-item-inner .fg-caption {
padding: 0;
border: none;
}
.foogallery.fg-image-viewer.fg-caption-always .fg-caption-title {
padding: 10px 10px 10px 10px;
}
.foogallery.fg-image-viewer.fg-caption-always .fg-caption-desc {
padding: 10px 10px 10px 10px;
}
.foogallery.fg-image-viewer.fg-caption-always .fg-caption-title+.fg-caption-desc {
padding: 0 10px 10px 10px;
} .fg-image-viewer.fg-light .fiv-inner .fiv-ctrls,
.fg-image-viewer.fg-light .fiv-inner .fiv-inner-container,
.fg-image-viewer.fg-light .fiv-inner .fiv-ctrls .fiv-count,
.fg-image-viewer.fg-light .fiv-inner .fiv-ctrls .fiv-prev,
.fg-image-viewer.fg-light .fiv-inner .fiv-ctrls .fiv-next {
background-color: #FFF;
color: #333;
border-color: #FFF;
}
.fg-image-viewer.fg-light .fiv-inner .fiv-ctrls .fiv-prev:hover,
.fg-image-viewer.fg-light .fiv-inner .fiv-ctrls .fiv-next:hover {
background-color: #F2F2F2;
}
.fg-image-viewer.fg-light .fiv-prev,
.fg-image-viewer.fg-light .fiv-next {
box-shadow: inset 0 0 0 1px #ddd;
} .fg-image-viewer.fg-dark .fiv-inner .fiv-ctrls,
.fg-image-viewer.fg-dark .fiv-inner .fiv-inner-container,
.fg-image-viewer.fg-dark .fiv-inner .fiv-ctrls .fiv-count,
.fg-image-viewer.fg-dark .fiv-inner .fiv-ctrls .fiv-prev,
.fg-image-viewer.fg-dark .fiv-inner .fiv-ctrls .fiv-next {
background-color: #333;
color: #FFF;
border-color: #333;
}
.fg-image-viewer.fg-dark .fiv-inner .fiv-ctrls .fiv-prev:hover,
.fg-image-viewer.fg-dark .fiv-inner .fiv-ctrls .fiv-next:hover {
background-color: #444;
}
.fg-image-viewer.fg-dark .fiv-prev,
.fg-image-viewer.fg-dark .fiv-next {
box-shadow: inset 0 0 0 1px #222;
} .foogallery.fg-image-viewer.fg-border-thin .fg-item-inner,
.foogallery.fg-image-viewer.fg-border-medium .fg-item-inner,
.foogallery.fg-image-viewer.fg-border-thick .fg-item-inner {
border-width: 0;
}
.foogallery.fg-image-viewer .fiv-ctrls,
.foogallery.fg-image-viewer.fg-border-thin .fiv-inner-container {
border-width: 4px;
}
.foogallery.fg-image-viewer.fg-border-medium .fiv-ctrls,
.foogallery.fg-image-viewer.fg-border-medium .fiv-inner-container {
border-width: 10px;
}
.foogallery.fg-image-viewer.fg-border-thick .fiv-ctrls,
.foogallery.fg-image-viewer.fg-border-thick .fiv-inner-container {
border-width: 16px;
}
.foogallery.fg-image-viewer .fiv-ctrls,
.foogallery.fg-image-viewer.fg-border-thin .fiv-ctrls,
.foogallery.fg-image-viewer.fg-border-medium .fiv-ctrls,
.foogallery.fg-image-viewer.fg-border-thick .fiv-ctrls {
border-top-width: 1px;
} .foogallery.fg-image-viewer.fg-round-small .fg-item,
.foogallery.fg-image-viewer.fg-round-small .fg-item-inner,
.foogallery.fg-image-viewer.fg-round-small .fiv-inner {
border-radius: 5px;
}
.foogallery.fg-image-viewer.fg-round-small .fg-item,
.foogallery.fg-image-viewer.fg-round-small .fg-item-inner {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.foogallery.fg-image-viewer.fg-round-small .fiv-prev,
.foogallery.fg-image-viewer.fg-round-small .fiv-next {
border-radius: 3px;
}
.foogallery.fg-image-viewer.fg-border-thin.fg-round-small .fg-item,
.foogallery.fg-image-viewer.fg-border-thin.fg-round-small .fg-item-inner,
.foogallery.fg-image-viewer.fg-border-thin.fg-round-small .fiv-prev,
.foogallery.fg-image-viewer.fg-border-thin.fg-round-small .fiv-next,
.foogallery.fg-image-viewer.fg-border-medium.fg-round-small .fg-item,
.foogallery.fg-image-viewer.fg-border-medium.fg-round-small .fg-item-inner,
.foogallery.fg-image-viewer.fg-border-medium.fg-round-small .fiv-prev,
.foogallery.fg-image-viewer.fg-border-medium.fg-round-small .fiv-next,
.foogallery.fg-image-viewer.fg-border-thick.fg-round-small .fg-item,
.foogallery.fg-image-viewer.fg-border-thick.fg-round-small .fg-item-inner,
.foogallery.fg-image-viewer.fg-border-thick.fg-round-small .fiv-prev,
.foogallery.fg-image-viewer.fg-border-thick.fg-round-small .fiv-next {
border-radius: 3px;
}
.foogallery.fg-image-viewer.fg-round-medium .fg-item,
.foogallery.fg-image-viewer.fg-round-medium .fg-item-inner,
.foogallery.fg-image-viewer.fg-round-medium .fiv-inner {
border-radius: 10px;
}
.foogallery.fg-image-viewer.fg-round-medium .fg-item,
.foogallery.fg-image-viewer.fg-round-medium .fg-item-inner {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.foogallery.fg-image-viewer.fg-round-medium .fiv-prev,
.foogallery.fg-image-viewer.fg-round-medium .fiv-next {
border-radius: 5px;
}
.foogallery.fg-image-viewer.fg-border-thin.fg-round-medium .fg-item,
.foogallery.fg-image-viewer.fg-border-thin.fg-round-medium .fg-item-inner,
.foogallery.fg-image-viewer.fg-border-thin.fg-round-medium .fiv-prev,
.foogallery.fg-image-viewer.fg-border-thin.fg-round-medium .fiv-next {
border-radius: 5px;
}
.foogallery.fg-image-viewer.fg-border-medium.fg-round-medium .fg-item,
.foogallery.fg-image-viewer.fg-border-medium.fg-round-medium .fg-item-inner,
.foogallery.fg-image-viewer.fg-border-medium.fg-round-medium .fiv-prev,
.foogallery.fg-image-viewer.fg-border-medium.fg-round-medium .fiv-next,
.foogallery.fg-image-viewer.fg-border-thick.fg-round-medium .fg-item,
.foogallery.fg-image-viewer.fg-border-thick.fg-round-medium .fg-item-inner,
.foogallery.fg-image-viewer.fg-border-thick.fg-round-medium .fiv-prev,
.foogallery.fg-image-viewer.fg-border-thick.fg-round-medium .fiv-next {
border-radius: 3px;
}
.foogallery.fg-image-viewer.fg-round-large .fg-item,
.foogallery.fg-image-viewer.fg-round-large .fg-item-inner,
.foogallery.fg-image-viewer.fg-round-large .fiv-inner {
border-radius: 15px;
}
.foogallery.fg-image-viewer.fg-round-large .fg-item,
.foogallery.fg-image-viewer.fg-round-large .fg-item-inner {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.foogallery.fg-image-viewer.fg-round-large .fiv-prev,
.foogallery.fg-image-viewer.fg-round-large .fiv-next {
border-radius: 11px;
}
.foogallery.fg-image-viewer.fg-border-thin.fg-round-large .fg-item,
.foogallery.fg-image-viewer.fg-border-thin.fg-round-large .fg-item-inner,
.foogallery.fg-image-viewer.fg-border-thin.fg-round-large .fiv-prev,
.foogallery.fg-image-viewer.fg-border-thin.fg-round-large .fiv-next {
border-radius: 11px;
}
.foogallery.fg-image-viewer.fg-border-medium.fg-round-large .fg-item,
.foogallery.fg-image-viewer.fg-border-medium.fg-round-large .fg-item-inner,
.foogallery.fg-image-viewer.fg-border-medium.fg-round-large .fiv-prev,
.foogallery.fg-image-viewer.fg-border-medium.fg-round-large .fiv-next {
border-radius: 5px;
}
.foogallery.fg-image-viewer.fg-border-thick.fg-round-large .fg-item,
.foogallery.fg-image-viewer.fg-border-thick.fg-round-large .fg-item-inner,
.foogallery.fg-image-viewer.fg-border-thick.fg-round-large .fiv-prev,
.foogallery.fg-image-viewer.fg-border-thick.fg-round-large .fiv-next {
border-radius: 3px;
}
.foogallery.fg-image-viewer.fg-round-full .fiv-inner,
.foogallery.fg-image-viewer.fg-round-full .fiv-prev,
.foogallery.fg-image-viewer.fg-round-full .fiv-next {
border-radius: 50%;
} .foogallery.fg-image-viewer.fg-light.fg-shadow-outline .fg-item-inner,
.foogallery.fg-image-viewer.fg-dark.fg-shadow-outline .fg-item-inner,
.foogallery.fg-image-viewer.fg-light.fg-shadow-small .fg-item-inner,
.foogallery.fg-image-viewer.fg-dark.fg-shadow-small .fg-item-inner,
.foogallery.fg-image-viewer.fg-light.fg-shadow-medium .fg-item-inner,
.foogallery.fg-image-viewer.fg-dark.fg-shadow-medium .fg-item-inner,
.foogallery.fg-image-viewer.fg-light.fg-shadow-large .fg-item-inner,
.foogallery.fg-image-viewer.fg-dark.fg-shadow-large .fg-item-inner {
box-shadow: none;
}
.foogallery.fg-image-viewer.fg-light.fg-shadow-outline .fiv-inner {
box-shadow: 0 0 0 1px #ddd;
}
.foogallery.fg-image-viewer.fg-dark.fg-shadow-outline .fiv-inner {
box-shadow: 0 0 0 1px #222;
}
.foogallery.fg-image-viewer.fg-light.fg-shadow-small .fiv-inner,
.foogallery.fg-image-viewer.fg-dark.fg-shadow-small .fiv-inner {
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}
.foogallery.fg-image-viewer.fg-light.fg-shadow-medium .fiv-inner,
.foogallery.fg-image-viewer.fg-dark.fg-shadow-medium .fiv-inner {
box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
}
.foogallery.fg-image-viewer.fg-light.fg-shadow-large .fiv-inner,
.foogallery.fg-image-viewer.fg-dark.fg-shadow-large .fiv-inner {
box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.5);
}
.foogallery.fg-thumbnail,
.foogallery.fg-thumbnail.fg-center {
text-align: center;
}
.foogallery.fg-thumbnail.fg-left {
text-align: left;
}
.foogallery.fg-thumbnail.fg-right {
text-align: right;
}
.foogallery.fg-thumbnail.fg-float-left {
float: left;
width: auto;
}
.foogallery.fg-thumbnail.fg-float-right {
float: right;
width: auto;
}
.foogallery.fg-thumbnail .fg-item {
display: inline-block;
vertical-align: top;
max-width: 100%;
}
.foogallery.fg-thumbnail .fg-image {
max-width: 100%;
}
.foogallery.fg-thumbnail .fg-st-hidden {
display: none;
}
.foogallery-stack-album {
text-align: center;
overflow: hidden;
font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
font-size: 13px;
font-weight: 400;
line-height: 1.3;
}
.foogallery-stack-album,
.foogallery-stack-album * {
box-sizing: border-box;
}
.foogallery-stack-album.fg-align-left {
text-align: left;
}
.foogallery-stack-album.fg-align-center {
text-align: center;
}
.foogallery-stack-album.fg-align-right {
text-align: right;
}
.foogallery-stack-album.fg-disable-transitions,
.foogallery-stack-album.fg-disable-transitions * {
transition: none !important;
}
.fg-header {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
position: relative;
padding: 0;
margin: 0;
border-top: solid 1px #aaa;
border-bottom: solid 1px #aaa;
}
.fg-header-title {
display: block;
margin: 0;
padding: 0 20px;
width: 100%;
text-align: left;
}
.fg-header-active {
display: block;
margin: 0;
padding: 0 20px;
visibility: hidden;
opacity: 0;
width: 100%;
text-align: right;
transition-property: opacity, visibility;
transition-duration: .3s;
transition-timing-function: ease-in-out;
}
.fg-header-back {
display: block;
padding: 0;
margin: 5px;
visibility: hidden;
opacity: 0;
min-width: 40px;
width: 40px;
height: 40px;
border-radius: 50%;
text-align: center;
line-height: 38px;
color: #999;
background: #ddd;
background: rgba(200,200,200,0.5);
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition-property: opacity, visibility;
transition-duration: .3s;
transition-timing-function: ease-in-out;
}
.fg-has-active .fg-header-back,
.fg-has-active .fg-header-active {
visibility: visible;
opacity: 1;
}
.fg-piles {
display: inline-block;
position: relative;
transition-property: width, height;
transition-duration: .3s;
transition-timing-function: ease-in-out;
}
.fg-pile {
display: block;
position: absolute;
top: 0;
left: 0;
list-style: none;
padding: 0;
margin: 0;
visibility: visible;
opacity: 1;
transition-property: opacity, visibility, top, left, width, height;
transition-duration: .3s;
transition-timing-function: ease-in-out;
}
.fg-pile.fg-hidden {
visibility: hidden;
opacity: 0;
}
.fg-pile-item {
display: block;
position: absolute;
top: 25px;
left: 25px;
visibility: visible;
opacity: 1;
cursor: pointer;
border: 10px solid #fff;
background-color: #FFF;
box-shadow: 0 1px 4px rgba(0,0,0,0.2);
transition-property: opacity, visibility, top, left, transform;
transition-duration: .3s;
transition-timing-function: ease-in-out;
z-index: 1;
transform: rotate(0deg);
}
.fg-expanded .fg-pile-item {
z-index: 2;
transform: rotate(0deg) !important;
}
.fg-pile-item.fg-has-cover {
z-index: 10;
transform: rotate(0deg) !important;
}
.fg-pile-item:nth-child(2) {
z-index: 9;
}
.fg-pile-item:nth-child(3) {
z-index: 8;
}
.fg-pile-item:nth-child(4) {
z-index: 7;
}
.fg-pile-item:nth-child(1n+5) {
visibility: hidden;
opacity: 0;
}
.fg-expanded .fg-pile-item:nth-child(1n+4) {
visibility: visible;
opacity: 1;
}
.fg-pile-item-thumb {
display: block;
}
.fg-pile-item-image {
display: block;
}
.fg-pile-item-caption {
display: flex;
justify-content: center;
flex-direction: column;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 10px;
background-color: rgba(68, 68, 68, 0.5);
color: #FFFFFF;
text-align: center;
visibility: hidden;
opacity: 0;
transition-property: opacity, visibility;
transition-duration: .3s;
transition-timing-function: ease-in-out;
}
.fg-pile-item-title {
display: block;
width: 100%;
padding: 0 0 10px;
}
.fg-pile-item-desc {
display: block;
width: 100%;
max-height: 100%;
border-top: solid 1px currentColor;
padding: 10px 0 0;
overflow: hidden;
}
.fg-pile-item-thumb:hover .fg-pile-item-caption {
visibility: visible;
opacity: 1;
}
.fg-pile-cover {
display: flex;
justify-content: left;
align-items: center;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
visibility: visible;
opacity: 1;
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition-property: opacity, visibility;
transition-duration: .3s;
transition-timing-function: ease-in-out;
}
.fg-expanded .fg-pile-cover {
visibility: hidden;
opacity: 0;
pointer-events: none;
}
.fg-pile-cover-content {
display: flex;
position: relative;
background: #fff;
color: #333;
width: 75%;
font-weight: 700;
box-shadow: 1px 1px 1px rgba(0,0,0,0.1), 5px 0 5px -3px rgba(0,0,0,0.4), inset 0 0 5px rgba(0,0,0,0.04);
}
.fg-pile-cover-title {
text-align: center;
padding: 10px;
width: 100%;
}
.fg-pile-cover-count {
color: #aaa;
padding: 10px 5px;
background: #F7F7F7;
height: 100%;
}
:root {
--fg-carousel-perspective: 150px;
--fg-carousel-navigation-size: 48px;
--fg-carousel-pagination-size: 14px;
--fg-carousel-progress-size: 4px;
--fg-carousel-navigation-opacity: 0.3;
--fg-carousel-transition-speed: 650ms;
--fg-carousel-ui-speed: 300ms;
}
.foogallery.fg-carousel {
--fg-carousel-inverse-perspective: calc( -1 *  var(--fg-carousel-perspective) );
position: relative;
overflow: hidden;
display: grid;
grid-template-columns: var(--fg-carousel-navigation-size) auto var(--fg-carousel-navigation-size);
grid-template-rows: auto auto;
grid-template-areas: "prev inner next"
"bottom bottom bottom";
}
.fg-carousel-inner {
position: relative;
grid-area: inner;
display: grid;
grid-template-columns: 1fr auto 1fr;
grid-template-rows: auto;
grid-template-areas: "left center right";
padding: 10px 0;
perspective: var(--fg-carousel-perspective);
transform: translate3d(0, 0, 0);
transform-style: preserve-3d;
backface-visibility: hidden;
will-change: contents;
}
.foogallery_preview_container .fg-carousel-inner {
transform-style: unset;
}
.fg-carousel-center {
position: relative;
z-index: -1;
pointer-events: none;
visibility: hidden;
}
.fg-carousel-center {
grid-area: center;
}
.fg-carousel-progress {
display: block;
position: absolute;
visibility: visible;
bottom: 0;
left: 0;
width: 0;
height: var(--fg-carousel-progress-size);
border-radius: calc( var(--fg-carousel-progress-size) / 2 );
transition: width 100ms linear;
opacity: var(--fg-carousel-navigation-opacity);
}
.rtl .fg-carousel-progress {
left: auto;
right: 0;
}
.fg-carousel-bottom {
display: flex;
align-items: center;
justify-content: center;
position: relative;
grid-area: bottom;
font-size: var(--fg-carousel-pagination-size);
padding: 0;
margin-bottom: 10px;
}
.fg-carousel-bullet {
width: 1em;
height: 1em;
display: block;
padding: 0;
margin: 0.3em;
border-radius: 50%;
border: solid 1px transparent;
background: none;
box-shadow: none;
outline: none;
opacity: var(--fg-carousel-navigation-opacity);
cursor: pointer;
font-size: inherit;
transition: opacity var(--fg-carousel-ui-speed) ease-in;
}
@media only screen and (max-width: 782px) {
.fg-carousel-bullet {
width: 1.25em;
height: 1.25em;
}
}
.fg-carousel-bullet:hover {
background: none;
box-shadow: none;
outline: none;
opacity: 1;
}
.fg-carousel-bullet.fg-bullet-active {
opacity: 1;
}
button.fg-carousel-prev,
button.fg-carousel-next {
position: relative;
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
font-size: var(--fg-carousel-navigation-size);
background: none;
border: none;
box-shadow: none;
outline: none;
z-index: 11;
cursor: pointer;
opacity: var(--fg-carousel-navigation-opacity);
transition: opacity var(--fg-carousel-ui-speed) ease-in;
padding: 0;
margin: 0;
}
button.fg-carousel-prev:hover,
button.fg-carousel-next:hover {
background: none;
border: none;
box-shadow: none;
outline: none;
opacity: 1;
}
.fg-carousel-prev .fg-icon,
.fg-carousel-next .fg-icon {
width: 1em;
height: 1em;
}
.rtl .fg-carousel-prev .fg-icon,
.rtl .fg-carousel-next .fg-icon {
transform: rotate(180deg);
}
.fg-carousel-prev {
grid-area: prev;
}
.fg-carousel-next {
grid-area: next;
}
.foogallery.fg-carousel .fg-item {
display: block;
opacity: 0;
visibility: hidden;
grid-area: center;
transform-origin: center center;
transform: translate3d(0, 200%, var(--fg-carousel-inverse-perspective));
transition-timing-function: ease-in-out;
transition-duration: 0s;
transition-property: background-color,transform,transform-origin,opacity,visibility;
backface-visibility: hidden;
}
.foogallery.fg-carousel .fg-item.fg-loaded {
transform: translate3d(0, 0, var(--fg-carousel-inverse-perspective));
transition-timing-function: ease-in-out;
transition-duration: calc( var(--fg-carousel-transition-speed) / 2 );
transition-property: background-color,transform,transform-origin,opacity,visibility;
}
.foogallery.fg-carousel .fg-item.fg-item-active,
.foogallery.fg-carousel .fg-item.fg-item-prev,
.foogallery.fg-carousel .fg-item.fg-item-next {
opacity: 1;
visibility: visible; }
.foogallery.fg-carousel .fg-item.fg-item-active {
transform: translate3d(0, 0, 0);
}
.foogallery.fg-carousel.fg-dark .fg-carousel-progress,
.foogallery.fg-carousel.fg-light.fg-inverted .fg-carousel-progress {
background-color: #FFF;
box-shadow: inset 0 0 0 1px #9d9d9d;
}
.foogallery.fg-carousel.fg-dark button.fg-carousel-bullet,
.foogallery.fg-carousel.fg-light.fg-inverted button.fg-carousel-bullet {
background-color: #FFF;
border-color: #ccc;
}
.foogallery.fg-carousel.fg-dark button.fg-carousel-prev,
.foogallery.fg-carousel.fg-dark button.fg-carousel-next,
.foogallery.fg-carousel.fg-light.fg-inverted button.fg-carousel-prev,
.foogallery.fg-carousel.fg-light.fg-inverted button.fg-carousel-next {
color: #FFF;
background-color: transparent;
}
.foogallery.fg-carousel.fg-light .fg-carousel-progress,
.foogallery.fg-carousel.fg-dark.fg-inverted .fg-carousel-progress {
background-color: #444;
box-shadow: inset 0 0 0 1px #333;
}
.foogallery.fg-carousel.fg-light button.fg-carousel-bullet,
.foogallery.fg-carousel.fg-dark.fg-inverted button.fg-carousel-bullet {
background-color: #444;
border-color: #333;
}
.foogallery.fg-carousel.fg-light button.fg-carousel-prev,
.foogallery.fg-carousel.fg-light button.fg-carousel-next,
.foogallery.fg-carousel.fg-dark.fg-inverted button.fg-carousel-prev,
.foogallery.fg-carousel.fg-dark.fg-inverted button.fg-carousel-next {
color: #444;
background-color: transparent;
}.fbx-modal,.fbx-modal *{box-sizing:content-box}.fbx-modal{position:fixed;top:0;left:0;z-index:9000001;visibility:hidden;width:100%;height:100%;font-family:"Segoe UI",Helvetica,Arial,"Sans Serif",serif;line-height:normal;outline:0!important;transform:translate3d(0,0,0);perspective:0}.fbx-modal.fbx-loading,.fbx-modal.fbx-show{visibility:visible}.fbx-no-scroll{overflow:hidden!important}.fbx-inner-spacer{display:none;padding:40px}.fbx-inner{position:absolute;top:50%;left:50%;visibility:hidden;overflow:visible!important;margin-top:-5px;margin-left:-5px;min-width:100px;min-height:100px;width:100px;height:100px;z-index:100002}.fbx-show .fbx-inner{visibility:visible}.fbx-loader{position:absolute;top:50%;left:50%;visibility:hidden;z-index:100005;width:80px;height:80px;font-size:16px;transform:translateX(-50%) translateY(-50%)}.fbx-loader .fbx-icon{width:48px;height:48px;margin-top:-24px;margin-left:-24px;transform:none}.fbx-loading .fbx-loader{visibility:visible}.fbx-loading .fbx-loader .fbx-icon{animation:spin 2s infinite linear}.fbx-phone.fbx-portrait .fbx-loader{top:calc(50% + 20px)}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}.fbx-stage{position:absolute;top:0;left:0;margin:0;padding:0;width:100%;height:100%;outline:0;border:none;overflow:hidden}.fbx-item-current,.fbx-item-next{-webkit-user-drag:none;position:absolute;top:0;left:0;margin:0;padding:0;width:100%;height:100%;outline:0;border:none;overflow:auto}.fbx-loading .fbx-item-current,.fbx-loading .fbx-item-next{overflow:hidden}.fbx-item-next{z-index:100001}.fbx-item-current{z-index:100002}.fbx-error-msg{width:240px;height:240px;position:relative}.fbx-error-msg>svg{width:auto;height:150px;display:block;top:calc(50% - 20px)}.fbx-error-msg>p{position:absolute;bottom:24px;text-align:center;width:100%;margin:0}.fbx-item-embed,.fbx-item-iframe,.fbx-item-image,.fbx-item-video{margin:0;padding:0;width:100%;height:100%;outline:0;border:none;display:block}.fbx-item-video>.fbx-video{background-color:#000}.fbx-item-embed embed,.fbx-item-embed iframe,.fbx-item-embed object{margin-bottom:0}.fbx-item-embed>embed,.fbx-item-embed>iframe,.fbx-item-embed>object{max-width:100%;max-height:100%}.fbx-ios-12-or-below .fbx-item-current{-webkit-overflow-scrolling:touch!important;overflow:auto!important}.fbx-ios-12-or-below .fbx-item-iframe{width:1px;min-width:100%}.fbx-close,.fbx-next,.fbx-prev{position:absolute;z-index:100006;display:block;outline:0!important;text-decoration:none;cursor:pointer}.fbx-close:hover,.fbx-next:hover,.fbx-prev:hover{text-decoration:none}.fbx-no-buttons .fbx-next,.fbx-no-buttons .fbx-prev{display:none!important}.fbx-credit{position:absolute;z-index:100003;text-transform:lowercase;font-size:10px}.fbx-credit em{font-style:normal;font-size:10px}.fbx-credit a{text-decoration:none;font-size:10px}.fbx-credit a:hover span{text-decoration:underline}.fbx-credit a span{letter-spacing:1px;font-size:10px}.fbx-count{position:absolute;z-index:100002;width:100%;text-align:center;font-size:10px}.fbx-btn-transition{transition-property:color,border-color,opacity,box-shadow,filter,-webkit-filter;transition-duration:.2s,.2s,.2s,.2s,.2s,.2s;transition-timing-function:ease-in,linear,ease-in,ease-in,ease-in,ease-in;outline:0}.fbx-phone .fbx-count{display:none}.fbx-phone .fbx-credit em{display:none}.fbx-phone.fbx-landscape.fbx-no-nav .fbx-next,.fbx-phone.fbx-landscape.fbx-no-nav .fbx-prev{display:none}.fbx-modal.fbx-phone .fbx-inner{border:none}.fbx-modal.fbx-phone .fbx-close,.fbx-modal.fbx-phone .fbx-next,.fbx-modal.fbx-phone .fbx-prev{position:fixed}.fbx-modal.fbx-phone .fbx-credit{bottom:2px;left:2px}.fbx-modal.fbx-phone.fbx-portrait .fbx-inner-spacer{padding:45px 5px 5px 5px}.fbx-modal.fbx-phone.fbx-portrait .fbx-close,.fbx-modal.fbx-phone.fbx-portrait .fbx-next,.fbx-modal.fbx-phone.fbx-portrait .fbx-prev{border:none;opacity:1;margin:0;top:0;bottom:auto;width:auto;height:40px;border-radius:0;line-height:40px}.fbx-modal.fbx-phone.fbx-portrait .fbx-prev{left:0;right:66%}.fbx-modal.fbx-phone.fbx-portrait .fbx-next{left:33%;right:33%}.fbx-modal.fbx-phone.fbx-portrait .fbx-close{left:66%;right:0}.fbx-modal.fbx-phone.fbx-portrait.fbx-no-buttons .fbx-close{left:0;right:0}.fbx-modal.fbx-phone.fbx-landscape{border-right-width:46px;border-right-style:solid;box-sizing:border-box}.fbx-modal.fbx-phone.fbx-landscape .fbx-inner-spacer{padding:5px}.fbx-modal.fbx-phone.fbx-landscape .fbx-close,.fbx-modal.fbx-phone.fbx-landscape .fbx-next,.fbx-modal.fbx-phone.fbx-landscape .fbx-prev{bottom:auto;left:auto;right:-45px;width:44px;height:44px;line-height:44px;border:none;opacity:1;margin:0}.fbx-modal.fbx-phone.fbx-landscape .fbx-close{top:0;height:60px}.fbx-modal.fbx-phone.fbx-landscape .fbx-prev{top:62px}.fbx-modal.fbx-phone.fbx-landscape .fbx-next{top:108px}.fbx-icon{display:inline-block;fill:currentColor;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.fbx-icon-close path{display:none}.fbx-flat .fbx-icon-close-flat,.fbx-metro .fbx-icon-close-default,.fbx-rounded .fbx-icon-close-default{display:inline}.fbx-flat .fbx-pause .fbx-icon-play-flat,.fbx-flat .fbx-play .fbx-icon-pause-flat,.fbx-icon-slideshow path,.fbx-metro .fbx-pause .fbx-icon-play-default,.fbx-metro .fbx-play .fbx-icon-pause-default,.fbx-rounded .fbx-pause .fbx-icon-play-default,.fbx-rounded .fbx-play .fbx-icon-pause-default{display:none}.fbx-flat .fbx-pause .fbx-icon-pause-flat,.fbx-flat .fbx-play .fbx-icon-play-flat,.fbx-metro .fbx-pause .fbx-icon-pause-default,.fbx-metro .fbx-play .fbx-icon-play-default,.fbx-rounded .fbx-pause .fbx-icon-pause-default,.fbx-rounded .fbx-play .fbx-icon-play-default{display:inline}.fbx-flat .fbx-maximize .fbx-icon-minimize-flat,.fbx-flat .fbx-minimize .fbx-icon-maximize-flat,.fbx-icon-fullscreen path,.fbx-metro .fbx-maximize .fbx-icon-minimize-default,.fbx-metro .fbx-minimize .fbx-icon-maximize-default,.fbx-rounded .fbx-maximize .fbx-icon-minimize-default,.fbx-rounded .fbx-minimize .fbx-icon-maximize-default{display:none}.fbx-flat .fbx-maximize .fbx-icon-maximize-flat,.fbx-flat .fbx-minimize .fbx-icon-minimize-flat,.fbx-metro .fbx-maximize .fbx-icon-maximize-default,.fbx-metro .fbx-minimize .fbx-icon-minimize-default,.fbx-rounded .fbx-maximize .fbx-icon-maximize-default,.fbx-rounded .fbx-minimize .fbx-icon-minimize-default{display:inline}.fbx-flat.fbx-arrows-1 .fbx-icon-arrows-flat,.fbx-flat.fbx-arrows-10 .fbx-icon-arrows-flat,.fbx-flat.fbx-arrows-11 .fbx-icon-arrows-flat,.fbx-flat.fbx-arrows-2 .fbx-icon-arrows-flat,.fbx-flat.fbx-arrows-3 .fbx-icon-arrows-flat,.fbx-flat.fbx-arrows-4 .fbx-icon-arrows-flat,.fbx-flat.fbx-arrows-5 .fbx-icon-arrows-flat,.fbx-flat.fbx-arrows-6 .fbx-icon-arrows-flat,.fbx-flat.fbx-arrows-7 .fbx-icon-arrows-flat,.fbx-flat.fbx-arrows-8 .fbx-icon-arrows-flat,.fbx-flat.fbx-arrows-9 .fbx-icon-arrows-flat,.fbx-icon-next path,.fbx-icon-prev path,.fbx-metro.fbx-arrows-1 .fbx-icon-arrows-default,.fbx-metro.fbx-arrows-10 .fbx-icon-arrows-default,.fbx-metro.fbx-arrows-11 .fbx-icon-arrows-default,.fbx-metro.fbx-arrows-2 .fbx-icon-arrows-default,.fbx-metro.fbx-arrows-3 .fbx-icon-arrows-default,.fbx-metro.fbx-arrows-4 .fbx-icon-arrows-default,.fbx-metro.fbx-arrows-5 .fbx-icon-arrows-default,.fbx-metro.fbx-arrows-6 .fbx-icon-arrows-default,.fbx-metro.fbx-arrows-7 .fbx-icon-arrows-default,.fbx-metro.fbx-arrows-8 .fbx-icon-arrows-default,.fbx-metro.fbx-arrows-9 .fbx-icon-arrows-default,.fbx-rounded.fbx-arrows-1 .fbx-icon-arrows-default,.fbx-rounded.fbx-arrows-10 .fbx-icon-arrows-default,.fbx-rounded.fbx-arrows-11 .fbx-icon-arrows-default,.fbx-rounded.fbx-arrows-2 .fbx-icon-arrows-default,.fbx-rounded.fbx-arrows-3 .fbx-icon-arrows-default,.fbx-rounded.fbx-arrows-4 .fbx-icon-arrows-default,.fbx-rounded.fbx-arrows-5 .fbx-icon-arrows-default,.fbx-rounded.fbx-arrows-6 .fbx-icon-arrows-default,.fbx-rounded.fbx-arrows-7 .fbx-icon-arrows-default,.fbx-rounded.fbx-arrows-8 .fbx-icon-arrows-default,.fbx-rounded.fbx-arrows-9 .fbx-icon-arrows-default{display:none}.fbx-arrows-1 .fbx-icon-arrows-1,.fbx-arrows-10 .fbx-icon-arrows-10,.fbx-arrows-11 .fbx-icon-arrows-11,.fbx-arrows-2 .fbx-icon-arrows-2,.fbx-arrows-3 .fbx-icon-arrows-3,.fbx-arrows-4 .fbx-icon-arrows-4,.fbx-arrows-5 .fbx-icon-arrows-5,.fbx-arrows-6 .fbx-icon-arrows-6,.fbx-arrows-7 .fbx-icon-arrows-7,.fbx-arrows-8 .fbx-icon-arrows-8,.fbx-arrows-9 .fbx-icon-arrows-9,.fbx-flat .fbx-icon-arrows-flat,.fbx-metro .fbx-icon-arrows-default,.fbx-rounded .fbx-icon-arrows-default{display:inline}.fbx-flat.fbx-spinner-1 .fbx-icon-spinner-flat,.fbx-flat.fbx-spinner-10 .fbx-icon-spinner-flat,.fbx-flat.fbx-spinner-11 .fbx-icon-spinner-flat,.fbx-flat.fbx-spinner-2 .fbx-icon-spinner-flat,.fbx-flat.fbx-spinner-3 .fbx-icon-spinner-flat,.fbx-flat.fbx-spinner-4 .fbx-icon-spinner-flat,.fbx-flat.fbx-spinner-5 .fbx-icon-spinner-flat,.fbx-flat.fbx-spinner-6 .fbx-icon-spinner-flat,.fbx-flat.fbx-spinner-7 .fbx-icon-spinner-flat,.fbx-flat.fbx-spinner-8 .fbx-icon-spinner-flat,.fbx-flat.fbx-spinner-9 .fbx-icon-spinner-flat,.fbx-icon-spinner path,.fbx-metro.fbx-spinner-1 .fbx-icon-spinner-default,.fbx-metro.fbx-spinner-10 .fbx-icon-spinner-default,.fbx-metro.fbx-spinner-11 .fbx-icon-spinner-default,.fbx-metro.fbx-spinner-2 .fbx-icon-spinner-default,.fbx-metro.fbx-spinner-3 .fbx-icon-spinner-default,.fbx-metro.fbx-spinner-4 .fbx-icon-spinner-default,.fbx-metro.fbx-spinner-5 .fbx-icon-spinner-default,.fbx-metro.fbx-spinner-6 .fbx-icon-spinner-default,.fbx-metro.fbx-spinner-7 .fbx-icon-spinner-default,.fbx-metro.fbx-spinner-8 .fbx-icon-spinner-default,.fbx-metro.fbx-spinner-9 .fbx-icon-spinner-default,.fbx-rounded.fbx-spinner-1 .fbx-icon-spinner-default,.fbx-rounded.fbx-spinner-10 .fbx-icon-spinner-default,.fbx-rounded.fbx-spinner-11 .fbx-icon-spinner-default,.fbx-rounded.fbx-spinner-2 .fbx-icon-spinner-default,.fbx-rounded.fbx-spinner-3 .fbx-icon-spinner-default,.fbx-rounded.fbx-spinner-4 .fbx-icon-spinner-default,.fbx-rounded.fbx-spinner-5 .fbx-icon-spinner-default,.fbx-rounded.fbx-spinner-6 .fbx-icon-spinner-default,.fbx-rounded.fbx-spinner-7 .fbx-icon-spinner-default,.fbx-rounded.fbx-spinner-8 .fbx-icon-spinner-default,.fbx-rounded.fbx-spinner-9 .fbx-icon-spinner-default{display:none}.fbx-flat .fbx-icon-spinner-flat,.fbx-metro .fbx-icon-spinner-default,.fbx-rounded .fbx-icon-spinner-default,.fbx-spinner-1 .fbx-icon-spinner-1,.fbx-spinner-10 .fbx-icon-spinner-10,.fbx-spinner-11 .fbx-icon-spinner-11,.fbx-spinner-2 .fbx-icon-spinner-2,.fbx-spinner-3 .fbx-icon-spinner-3,.fbx-spinner-4 .fbx-icon-spinner-4,.fbx-spinner-5 .fbx-icon-spinner-5,.fbx-spinner-6 .fbx-icon-spinner-6,.fbx-spinner-7 .fbx-icon-spinner-7,.fbx-spinner-8 .fbx-icon-spinner-8,.fbx-spinner-9 .fbx-icon-spinner-9{display:inline}.fbx-loader{box-shadow:0 0 3px rgba(0,0,0,.4)}.fbx-rounded .fbx-prev.fbx-btn-shadow,.fbx-rounded .fbx-prev.fbx-btn-shadow:hover{box-shadow:-2px 0 2px rgba(0,0,0,.4)}.fbx-rounded .fbx-next.fbx-btn-shadow,.fbx-rounded .fbx-next.fbx-btn-shadow:hover{box-shadow:2px 0 2px rgba(0,0,0,.4)}.fbx-fullscreen-mode .fbx-btn-shadow,.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow,.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow,.fbx-inner-shadow,.fbx-rounded .fbx-btn-shadow,.fbx-rounded.fbx-inset-buttons.fbx-desktop:not(.fbx-fullscreen-mode) .fbx-next.fbx-btn-shadow .fbx-icon,.fbx-rounded.fbx-inset-buttons.fbx-desktop:not(.fbx-fullscreen-mode) .fbx-prev.fbx-btn-shadow .fbx-icon,.fbx-rounded.fbx-inset-buttons.fbx-tablet:not(.fbx-fullscreen-mode) .fbx-next.fbx-btn-shadow .fbx-icon,.fbx-rounded.fbx-inset-buttons.fbx-tablet:not(.fbx-fullscreen-mode) .fbx-prev.fbx-btn-shadow .fbx-icon,.fbx-sticky-buttons .fbx-next.fbx-btn-shadow,.fbx-sticky-buttons .fbx-prev.fbx-btn-shadow{box-shadow:0 0 12px rgba(0,0,0,.4)}.fbx-fullscreen-mode .fbx-btn-shadow:hover,.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow:hover,.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow:hover,.fbx-rounded .fbx-btn-shadow:hover,.fbx-rounded.fbx-inset-buttons.fbx-desktop:not(.fbx-fullscreen-mode) .fbx-next.fbx-btn-shadow:hover .fbx-icon,.fbx-rounded.fbx-inset-buttons.fbx-desktop:not(.fbx-fullscreen-mode) .fbx-prev.fbx-btn-shadow:hover .fbx-icon,.fbx-rounded.fbx-inset-buttons.fbx-tablet:not(.fbx-fullscreen-mode) .fbx-next.fbx-btn-shadow:hover .fbx-icon,.fbx-rounded.fbx-inset-buttons.fbx-tablet:not(.fbx-fullscreen-mode) .fbx-prev.fbx-btn-shadow:hover .fbx-icon,.fbx-sticky-buttons .fbx-next.fbx-btn-shadow:hover,.fbx-sticky-buttons .fbx-prev.fbx-btn-shadow:hover{box-shadow:0 0 6px rgba(0,0,0,.4)}.fbx-flat .fbx-inner-shadow{box-shadow:0 5px 35px rgba(0,0,0,.65)}.fbx-flat .fbx-inner-shadow,.fbx-flat .fbx-loader,.fbx-flat.fbx-fullscreen-mode .fbx-btn-shadow,.fbx-flat.fbx-fullscreen-mode .fbx-btn-shadow:hover,.fbx-flat.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow,.fbx-flat.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow:hover,.fbx-flat.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow,.fbx-flat.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow:hover,.fbx-flat.fbx-sticky-buttons .fbx-next.fbx-btn-shadow,.fbx-flat.fbx-sticky-buttons .fbx-next.fbx-btn-shadow:hover,.fbx-flat.fbx-sticky-buttons .fbx-prev.fbx-btn-shadow,.fbx-flat.fbx-sticky-buttons .fbx-prev.fbx-btn-shadow:hover,.fbx-rounded.fbx-inset-buttons:not(.fbx-fullscreen-mode) .fbx-next.fbx-btn-shadow,.fbx-rounded.fbx-inset-buttons:not(.fbx-fullscreen-mode) .fbx-next.fbx-btn-shadow:hover,.fbx-rounded.fbx-inset-buttons:not(.fbx-fullscreen-mode) .fbx-prev.fbx-btn-shadow,.fbx-rounded.fbx-inset-buttons:not(.fbx-fullscreen-mode) .fbx-prev.fbx-btn-shadow:hover{box-shadow:none}.fbx-flat .fbx-loader .fbx-icon,.fbx-flat:not(.fbx-phone) .fbx-btn-shadow .fbx-icon{filter:drop-shadow(0 0 3px rgba(0, 0, 0, 1))}.fbx-flat:not(.fbx-phone) .fbx-btn-shadow:hover .fbx-icon{filter:drop-shadow(0 0 1px rgba(0, 0, 0, 1))}.fbx-modal.fbx-phone.fbx-fullscreen-mode .fbx-btn-shadow,.fbx-modal.fbx-phone.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow,.fbx-modal.fbx-phone.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow,.fbx-modal.fbx-phone.fbx-rounded .fbx-btn-shadow,.fbx-modal.fbx-phone.fbx-rounded.fbx-inset-buttons .fbx-next.fbx-btn-shadow .fbx-icon,.fbx-modal.fbx-phone.fbx-rounded.fbx-inset-buttons .fbx-prev.fbx-btn-shadow .fbx-icon,.fbx-modal.fbx-phone.fbx-sticky-buttons .fbx-next.fbx-btn-shadow,.fbx-modal.fbx-phone.fbx-sticky-buttons .fbx-prev.fbx-btn-shadow{box-shadow:none}.fbx-rounded .fbx-inner{border:solid 8px transparent;border-radius:6px}.fbx-rounded .fbx-item-current,.fbx-rounded .fbx-item-image,.fbx-rounded .fbx-item-next{border-radius:3px}.fbx-rounded .fbx-loader{border-radius:50%}.fbx-rounded .fbx-close{top:-21px;right:-21px;width:28px;height:28px;line-height:28px;border:solid 3px transparent;border-radius:50%}.fbx-rounded .fbx-next,.fbx-rounded .fbx-prev{position:absolute;top:50%;margin-top:-50px;width:30px;height:100px;line-height:100px;border:solid 3px transparent}.fbx-rounded .fbx-prev{left:-40px;border-radius:6px 0 0 6px}.fbx-rounded .fbx-next{right:-40px;border-radius:0 6px 6px 0}.fbx-rounded .fbx-next.fbx-disabled,.fbx-rounded .fbx-prev.fbx-disabled{display:none}.fbx-rounded.fbx-phone .fbx-next.fbx-disabled,.fbx-rounded.fbx-phone .fbx-prev.fbx-disabled{display:block;cursor:default}.fbx-rounded.fbx-phone .fbx-next.fbx-disabled .fbx-icon,.fbx-rounded.fbx-phone .fbx-prev.fbx-disabled .fbx-icon{opacity:.3}.fbx-rounded.fbx-desktop .fbx-next,.fbx-rounded.fbx-desktop .fbx-prev{position:absolute}.fbx-rounded .fbx-count,.fbx-rounded .fbx-credit{bottom:-25px}.fbx-rounded .fbx-inner-spacer{padding:40px 40px 50px 40px}.fbx-modal.fbx-rounded.fbx-phone.fbx-portrait .fbx-inner-spacer{padding:45px 5px 5px 5px}.fbx-rounded.fbx-sticky-buttons .fbx-next,.fbx-rounded.fbx-sticky-buttons .fbx-prev{position:fixed;top:50%;margin-top:-50px;width:40px;height:100px;line-height:100px}.fbx-rounded.fbx-sticky-buttons .fbx-prev{left:0;border-radius:0 6px 6px 0}.fbx-rounded.fbx-sticky-buttons .fbx-next{right:0;border-radius:6px 0 0 6px}.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-inner-spacer{padding:40px 80px}.fbx-rounded.fbx-phone.fbx-portrait.fbx-sticky-buttons.fbx-full-buttons .fbx-inner-spacer{padding:45px 5px 5px 5px}.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-inner-spacer{padding:5px}.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-next,.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-prev{top:0;bottom:0;border-radius:0;width:55px;height:auto;opacity:.3}.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-next:hover,.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-prev:hover{opacity:1}.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons:not(.fbx-fullscreen-mode) .fbx-next .fbx-icon,.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons:not(.fbx-fullscreen-mode) .fbx-prev .fbx-icon{height:32px;width:auto}.fbx-rounded.fbx-phone.fbx-sticky-buttons.fbx-full-buttons .fbx-next,.fbx-rounded.fbx-phone.fbx-sticky-buttons.fbx-full-buttons .fbx-prev{top:0;bottom:auto;border-radius:0;width:auto;min-width:0;height:40px;opacity:1}.fbx-rounded.fbx-phone.fbx-sticky-buttons.fbx-full-buttons .fbx-next .fbx-icon,.fbx-rounded.fbx-phone.fbx-sticky-buttons.fbx-full-buttons .fbx-prev .fbx-icon{height:16px;width:auto}.fbx-modal.fbx-rounded.fbx-phone.fbx-portrait.fbx-sticky-buttons.fbx-full-buttons .fbx-prev{left:0;right:66%}.fbx-modal.fbx-rounded.fbx-phone.fbx-portrait.fbx-sticky-buttons.fbx-full-buttons .fbx-next{left:33%;right:33%}.fbx-modal.fbx-rounded.fbx-phone.fbx-portrait.fbx-sticky-buttons.fbx-full-buttons .fbx-close{left:66%;right:0}.fbx-modal.fbx-rounded.fbx-phone.fbx-portrait.fbx-no-buttons.fbx-sticky-buttons.fbx-full-buttons .fbx-close{left:0;right:0}.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-next,.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-prev{top:50%;bottom:auto;width:34px;height:80px;opacity:.5}.fbx-rounded.fbx-phone.fbx-landscape.fbx-full-buttons .fbx-prev,.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons .fbx-prev,.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-prev{top:62px}.fbx-rounded.fbx-phone.fbx-landscape.fbx-full-buttons .fbx-next,.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons .fbx-next,.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-next{top:108px}.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-next:hover,.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-prev:hover{opacity:1}.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-prev{border-radius:0 6px 6px 0}.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-next{border-radius:6px 0 0 6px}.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next,.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev{z-index:100003;position:absolute;top:0;bottom:0;height:100%;width:25%;margin:0;border-radius:0;box-sizing:border-box;opacity:0}.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next:hover,.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev:hover,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next:hover,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev:hover{opacity:1}.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev{left:0;right:auto}.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next{right:0;left:auto}.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next .fbx-icon,.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev .fbx-icon,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next .fbx-icon,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev .fbx-icon{width:16px;height:16px;border-radius:50%;position:absolute;top:50%;padding:5px;border-width:3px;border-style:solid;transform:translateY(-50%)}.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev .fbx-icon,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev .fbx-icon{left:10px;right:auto}.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next .fbx-icon,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next .fbx-icon{right:10px;left:auto}.fbx-light,.fbx-light .fbx-caption,.fbx-light .fbx-open-caption,.fbx-light.fbx-phone .fbx-social{background-color:rgba(0,0,0,.7)}.fbx-light .fbx-progress{background-color:rgba(255,255,255,.5)}.fbx-fullscreen-mode.fbx-light{background-color:grey}.fbx-light .fbx-inner,.fbx-light.fbx-inset-buttons:not(.fbx-fullscreen-mode) .fbx-next .fbx-icon,.fbx-light.fbx-inset-buttons:not(.fbx-fullscreen-mode) .fbx-prev .fbx-icon,.fbx-light.fbx-modal,.fbx-modal.fbx-light.fbx-phone .fbx-close:hover,.fbx-modal.fbx-light.fbx-phone .fbx-fullscreen-toggle:hover,.fbx-modal.fbx-light.fbx-phone .fbx-next:hover,.fbx-modal.fbx-light.fbx-phone .fbx-pause:hover,.fbx-modal.fbx-light.fbx-phone .fbx-play:hover,.fbx-modal.fbx-light.fbx-phone .fbx-prev:hover,.fbx-modal.fbx-light.fbx-phone .fbx-social-toggle:hover,.fbx-rounded.fbx-light .fbx-close,.fbx-rounded.fbx-light .fbx-fullscreen-toggle,.fbx-rounded.fbx-light .fbx-pause,.fbx-rounded.fbx-light .fbx-play,.fbx-rounded.fbx-light .fbx-social-toggle{border-color:#fff}.fbx-light .fbx-close,.fbx-light .fbx-fullscreen-toggle,.fbx-light .fbx-inner,.fbx-light .fbx-loader,.fbx-light .fbx-next,.fbx-light .fbx-pause,.fbx-light .fbx-play,.fbx-light .fbx-prev,.fbx-light .fbx-social-toggle,.fbx-light.fbx-inset-buttons.fbx-phone:not(.fbx-fullscreen-mode) .fbx-next,.fbx-light.fbx-inset-buttons.fbx-phone:not(.fbx-fullscreen-mode) .fbx-prev,.fbx-light.fbx-inset-buttons:not(.fbx-fullscreen-mode) .fbx-next .fbx-icon,.fbx-light.fbx-inset-buttons:not(.fbx-fullscreen-mode) .fbx-prev .fbx-icon{background-color:#fff}.fbx-flat.fbx-light .fbx-close,.fbx-flat.fbx-light .fbx-fullscreen-toggle,.fbx-flat.fbx-light .fbx-loader,.fbx-flat.fbx-light .fbx-next,.fbx-flat.fbx-light .fbx-pause,.fbx-flat.fbx-light .fbx-play,.fbx-flat.fbx-light .fbx-prev,.fbx-flat.fbx-light .fbx-social-toggle,.fbx-flat.fbx-light.fbx-inset-buttons .fbx-next .fbx-icon,.fbx-flat.fbx-light.fbx-inset-buttons .fbx-prev .fbx-icon,.fbx-light.fbx-inset-buttons:not(.fbx-fullscreen-mode) .fbx-next,.fbx-light.fbx-inset-buttons:not(.fbx-fullscreen-mode) .fbx-prev{background-color:transparent}.fbx-flat.fbx-light.fbx-inset-buttons .fbx-next .fbx-icon,.fbx-flat.fbx-light.fbx-inset-buttons .fbx-prev .fbx-icon{border-color:transparent}.fbx-flat.fbx-light.fbx-modal{border-color:rgba(0,0,0,.2)}.fbx-flat.fbx-light.fbx-phone.fbx-portrait .fbx-close,.fbx-flat.fbx-light.fbx-phone.fbx-portrait .fbx-fullscreen-toggle,.fbx-flat.fbx-light.fbx-phone.fbx-portrait .fbx-next,.fbx-flat.fbx-light.fbx-phone.fbx-portrait .fbx-pause,.fbx-flat.fbx-light.fbx-phone.fbx-portrait .fbx-play,.fbx-flat.fbx-light.fbx-phone.fbx-portrait .fbx-prev,.fbx-flat.fbx-light.fbx-phone.fbx-portrait .fbx-social-toggle{background-color:rgba(0,0,0,.2)}.fbx-light .fbx-close,.fbx-light .fbx-error-msg,.fbx-light .fbx-fullscreen-toggle,.fbx-light .fbx-loader,.fbx-light .fbx-next,.fbx-light .fbx-pause,.fbx-light .fbx-play,.fbx-light .fbx-prev,.fbx-light .fbx-social-toggle,.fbx-metro.fbx-light .fbx-count,.fbx-metro.fbx-light .fbx-credit a{color:#666!important}.fbx-flat.fbx-light .fbx-close,.fbx-flat.fbx-light .fbx-close:hover,.fbx-flat.fbx-light .fbx-count,.fbx-flat.fbx-light .fbx-credit a,.fbx-flat.fbx-light .fbx-fullscreen-toggle,.fbx-flat.fbx-light .fbx-fullscreen-toggle:hover,.fbx-flat.fbx-light .fbx-loader,.fbx-flat.fbx-light .fbx-next,.fbx-flat.fbx-light .fbx-next:hover,.fbx-flat.fbx-light .fbx-pause,.fbx-flat.fbx-light .fbx-pause:hover,.fbx-flat.fbx-light .fbx-play,.fbx-flat.fbx-light .fbx-play:hover,.fbx-flat.fbx-light .fbx-prev,.fbx-flat.fbx-light .fbx-prev:hover,.fbx-flat.fbx-light .fbx-social-toggle,.fbx-flat.fbx-light .fbx-social-toggle:hover{color:#fff!important}.fbx-light .fbx-close:hover,.fbx-light .fbx-fullscreen-toggle:hover,.fbx-light .fbx-next:hover,.fbx-light .fbx-pause:hover,.fbx-light .fbx-play:hover,.fbx-light .fbx-prev:hover,.fbx-light .fbx-social-toggle:hover,.fbx-metro.fbx-light .fbx-credit a:hover{color:#bababa!important}.fbx-metro.fbx-light .fbx-close:hover,.fbx-metro.fbx-light .fbx-fullscreen-toggle:hover,.fbx-metro.fbx-light .fbx-next:hover,.fbx-metro.fbx-light .fbx-pause:hover,.fbx-metro.fbx-light .fbx-play:hover,.fbx-metro.fbx-light .fbx-prev:hover,.fbx-metro.fbx-light .fbx-social-toggle:hover{border-color:#bababa}.fbx-flat.fbx-light .fbx-count,.fbx-flat.fbx-light .fbx-credit a,.fbx-rounded.fbx-light .fbx-count,.fbx-rounded.fbx-light .fbx-credit a{color:#888}.fbx-flat.fbx-light .fbx-credit a:hover span,.fbx-rounded.fbx-light .fbx-credit a:hover span{color:#ddd}.fbx-light .fbx-caption{color:#fff}.fbx-light .fbx-caption-desc,.fbx-light .fbx-caption-desc a{color:#eee}.fbx-light .fbx-item-current::-webkit-scrollbar{width:12px;height:12px}.fbx-light .fbx-item-current::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}.fbx-light .fbx-item-current::-webkit-scrollbar-thumb{background:rgba(0,0,0,.5)}.fbx-light .fbx-item-current::-webkit-scrollbar,.fbx-light .fbx-item-next::-webkit-scrollbar{width:12px;height:12px}.fbx-light .fbx-item-current::-webkit-scrollbar-track,.fbx-light .fbx-item-next::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}.fbx-light .fbx-item-current::-webkit-scrollbar-corner,.fbx-light .fbx-item-current::-webkit-scrollbar-thumb,.fbx-light .fbx-item-next::-webkit-scrollbar-corner,.fbx-light .fbx-item-next::-webkit-scrollbar-thumb{background:rgba(0,0,0,.3)}.fbx-caption{position:absolute;top:auto;right:auto;bottom:0;left:0;z-index:100004;width:100%;text-align:center;font-size:14px;transition:visibility .3s ease,opacity .3s ease,transform .3s ease;opacity:1;transform:translateY(0)}.fbx-caption.fbx-hide-caption{transition:none}.fbx-show .fbx-caption{visibility:visible}.fbx-show .fbx-caption.fbx-fade-caption{opacity:0;visibility:hidden}.fbx-caption.fbx-slide-caption{transform:translateY(100%)}.fbx-loading .fbx-caption.fbx-hide-caption,.fbx-show .fbx-caption.fbx-hide-caption{visibility:hidden}.fbx-fullscreen-mode .fbx-caption,.fbx-sticky-caption .fbx-caption{position:fixed;z-index:100007}.fbx-modal.fbx-phone .fbx-caption{position:fixed;z-index:100004}.fbx-rounded .fbx-caption{border-radius:0 0 3px 3px}.fbx-modal.fbx-phone .fbx-caption,.fbx-sticky-caption.fbx-rounded .fbx-caption{border-radius:0}.fbx-close-caption{position:absolute;top:0;right:0;padding:3px 3px 10px 10px;color:#fff!important;font-size:24px;text-decoration:none;line-height:20px;cursor:pointer}.fbx-open-caption{z-index:100004;position:absolute;bottom:0;right:5px;padding:0 10px 10px 10px;color:#fff!important;font-size:24px;text-decoration:none;line-height:20px;opacity:0;visibility:hidden;transition:opacity .3s ease;border-top-left-radius:6px;border-top-right-radius:6px;cursor:pointer}.fbx-caption-toggle-only.fbx-captions-hidden .fbx-open-caption,.fbx-pannable-item.fbx-captions-hidden .fbx-open-caption{opacity:1;visibility:visible}.fbx-caption-title{font-size:15px;padding:15px}.fbx-caption-desc{font-size:12px;line-height:20px;padding:15px}.fbx-caption-desc a{font-size:12px}.fbx-caption-title+.fbx-caption-desc{margin-top:-30px}.fbx-phone .fbx-caption{min-height:20px;font-size:12px;line-height:20px}.fbx-phone .fbx-caption-title{font-size:13px;padding:10px}.fbx-phone .fbx-caption-desc{font-size:11px;line-height:15px;padding:10px}.fbx-phone .fbx-caption-title+.fbx-caption-desc{margin-top:-20px}.fbx-modal.fbx-phone .fbx-caption{bottom:0;position:fixed}.fbx-modal.fbx-phone.fbx-landscape .fbx-caption,.fbx-phone.fbx-landscape.fbx-sticky-caption .fbx-caption{z-index:100004}.fbx-pannable{cursor:-moz-grab;cursor:-webkit-grab;cursor:grab}.fbx-pannable.fbx-panning{cursor:-moz-grabbing;cursor:-webkit-grabbing;cursor:grabbing}.fbx-pannable>div>img.fbx-item{max-width:none;max-height:none}.fbx-pan-overview{cursor:pointer;max-width:150px;max-height:150px;overflow:hidden;background-position:top left;background-size:cover;position:absolute;z-index:100006;border:solid 2px #666;box-shadow:0 0 12px rgba(0,0,0,.8)}.fbx-pan-overview.fbx-top-left{top:20px;left:20px}.fbx-pan-overview.fbx-top-right{top:20px;right:32px}.fbx-pan-overview.fbx-bottom-left{bottom:32px;left:20px}.fbx-pan-overview.fbx-bottom-right{bottom:32px;right:32px}.fbx-pan-viewport{position:absolute;top:0;left:0;box-shadow:0 0 300px 300px rgba(0,0,0,.7)}.fbx-ie10.fbx-modal.fbx-phone.fbx-landscape .fbx-close,.fbx-ie10.fbx-modal.fbx-phone.fbx-landscape .fbx-fullscreen-toggle,.fbx-ie10.fbx-modal.fbx-phone.fbx-landscape .fbx-next,.fbx-ie10.fbx-modal.fbx-phone.fbx-landscape .fbx-pause,.fbx-ie10.fbx-modal.fbx-phone.fbx-landscape .fbx-play,.fbx-ie10.fbx-modal.fbx-phone.fbx-landscape .fbx-prev,.fbx-ie10.fbx-modal.fbx-phone.fbx-landscape .fbx-social-toggle,.fbx-ie11.fbx-modal.fbx-phone.fbx-landscape .fbx-close,.fbx-ie11.fbx-modal.fbx-phone.fbx-landscape .fbx-fullscreen-toggle,.fbx-ie11.fbx-modal.fbx-phone.fbx-landscape .fbx-next,.fbx-ie11.fbx-modal.fbx-phone.fbx-landscape .fbx-pause,.fbx-ie11.fbx-modal.fbx-phone.fbx-landscape .fbx-play,.fbx-ie11.fbx-modal.fbx-phone.fbx-landscape .fbx-prev,.fbx-ie11.fbx-modal.fbx-phone.fbx-landscape .fbx-social-toggle,.fbx-ie9.fbx-modal.fbx-phone.fbx-landscape .fbx-close,.fbx-ie9.fbx-modal.fbx-phone.fbx-landscape .fbx-fullscreen-toggle,.fbx-ie9.fbx-modal.fbx-phone.fbx-landscape .fbx-next,.fbx-ie9.fbx-modal.fbx-phone.fbx-landscape .fbx-pause,.fbx-ie9.fbx-modal.fbx-phone.fbx-landscape .fbx-play,.fbx-ie9.fbx-modal.fbx-phone.fbx-landscape .fbx-prev,.fbx-ie9.fbx-modal.fbx-phone.fbx-landscape .fbx-social-toggle{right:1px!important}@font-face{font-family:'FontAwesome';src:url(//www.scheffen.de/wp-content/plugins/to-top/public/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.5.0);src:url(//www.scheffen.de/wp-content/plugins/to-top/public/css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'),url(//www.scheffen.de/wp-content/plugins/to-top/public/css/font-awesome/fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'),url(//www.scheffen.de/wp-content/plugins/to-top/public/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'),url(//www.scheffen.de/wp-content/plugins/to-top/public/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'),url(//www.scheffen.de/wp-content/plugins/to-top/public/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.5.0#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:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;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{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{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{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:#fff}.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: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-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"}#to_top_scrollup {
background-color: #000;
-webkit-border-radius: 5%;
-moz-border-radius: 5%;
border-radius: 5%;
box-sizing: content-box;
bottom: 20px;
color: #fff;
cursor: pointer;
display: none;
font-size: 32px;
font-weight: normal;
height: 32px;
opacity: 0.5;
padding: 5px;
position: fixed;
right: 20px;
text-align: center;
text-decoration: none;
vertical-align: middle;
width: 32px;
z-index: 9999;
}
#to_top_scrollup img {
width: 100%;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px; word-wrap: normal !important;
}html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
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: 1.5em 0;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}  .screen-reader-text,
.mobile-search-wrapper .search-button-text,
.widget-area .widget_search .search-button-text,
.comment-author .says,
.comment-list .reply span {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus,
.mobile-search-wrapper .search-button-text:focus,
.widget-area .widget_search .search-button-text:focus,
.comment-author .says:focus,
.comment-list .reply span:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin: 0.6em 1.5em 1.5em 0;
}
.alignright {
display: inline;
float: right;
margin: 0.6em 0 1.5em 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto 1.5em;
} .clear:before,
.clear:after,
.singular-section:before,
.singular-section:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.featured-content-wrapper:before,
.featured-content-wrapper:after,
.hero-content-wrapper:before,
.hero-content-wrapper:after,
.site-footer:before,
.site-footer:after,
.footer-widget-area:before,
.footer-widget-area:after,
.comment-meta:before,
.comment-meta:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.singular-section:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.featured-content-wrapper:after,
.hero-content-wrapper:after,
.site-footer:after,
.footer-widget-area:after,
.comment-meta:after {
clear: both;
} body {
color: rgba(0, 0, 0, 0.70);
font-family: 'Montserrat', sans-serif;
font-size: 16px;
font-size: 1rem;
font-weight: 300;
line-height: 1.647;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
font-weight: 300;
letter-spacing: 0.05em;
margin: 0 0 21px;
}
h1,
.entry-title {
font-size: 32px;
font-size: 2rem;
line-height: 1.4;
}
h2 {
font-size: 26px;
font-size: 1.625rem;
line-height: 1.63;
}
h3,
#feature-slider .entry-title,
.portfolio-wrapper .entry-title,
.featured-content-wrapper .entry-title,
.widget-area .widget-title,
.comments-title,
.comment-reply-title {
font-size: 20px;
font-size: 1.25rem;
line-height: 1.5;
}
h4 {
font-size: 16px;
font-size: 1rem;
line-height: 1.647;
}
h5 {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.66;
}
h6,
.blog-section-headline .archive-title-type,
table caption,
.wp-caption-text,
.comment-notes,
.comment-metadata,
.site-info {
font-size: 12px;
font-size: 0.75rem;
line-height: 1.6923;
}
.entry-meta,
table caption,
.portfolio-wrapper .portfolio-entry-header,
.featured-content-wrapper .entry-header,
.blog-section-headline .archive-title-type,
.content-area .entry-footer span span,
.content-area .entry-footer .edit-link,
.post-navigation .meta-nav,
.comment-reply-title {
letter-spacing: 0.10em;
text-transform: uppercase;
}
.site-title,
.site-description,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.main-navigation a,
.site-footer-menu a,
.comment-navigation a,
.posts-navigation a,
.site-main #infinite-handle span button,
.footer-widget-area.widget-area .widget-title,
.site-info {
letter-spacing: 0.25em;
text-transform: uppercase;
}
p {
margin: 0 0 28px;
padding: 0;
}
dfn, cite, em, i {
font-style: italic;
}
address {
margin: 0 0 28px;
}
pre {
background-color: rgba(0, 0, 0, 0.08);
font-family: 'Courier 10 Pitch', Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 28px;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
code, kbd, tt, var {
border: 0;
background: transparent;
color: inherit;
font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
font-size: 15px;
font-size: 0.9375rem;
padding: 0;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
}
blockquote {
font-style: italic;
line-height: 1.353;
overflow: hidden;
margin: 28px 0 28px -60px;
position: relative;
padding-left: 60px;
}
blockquote, q {
quotes: "" "";
}
blockquote:after, q:before, q:after {
content: "";
}
blockquote:before {
content: "\201C";
position: absolute;
left: 0;
top: 33px;
font-size: 120px;
line-height: 28px;
} .wp-custom-header-video-button:before,
.search-toggle:before,
.widget-area .widget_search .search-submit:before,
.menu-toggle:before,
.main-navigation .menu-item-has-children > a:after,
.main-navigation .page_item_has_children > a:after,
.dropdown-toggle:after,
.mobile-search-wrapper .search-submit:before,
.social-navigation a:before,
#feature-slider .cycle-prev:before,
#feature-slider .cycle-next:before,
.entry-breadcrumbs a:after,
.comment-list .reply a:before,
#scrollup:before {
display: inline-block;
font-family: 'FontAwesome';
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.search-toggle:before,
.mobile-search-wrapper .search-submit:before,
.widget-area .widget_search .search-submit:before {
content: "\f002";
}
.menu-toggle:before {
content: "\2630";
}
.search-toggle.open:before,
.menu-toggle.toggled-on:before  {
content: "\f00d";
}
.dropdown-toggle:after {
content: "\f067";
}
.active.dropdown-toggle:after {
content: "\f068";
}
#feature-slider .cycle-prev:before {
content: "\f053";
}
#feature-slider .cycle-next:before {
content: "\f054";
}
.entry-breadcrumbs a:after {
content: "\f101";
padding-left: 7px;
}
.comment-list .reply a:before {
content: "\f112";
}
.wp-custom-header-video-play:before {
content: "\f04c";
}
.wp-custom-header-video-pause:before {
content: "\f04b";
}
#scrollup:before {
content: "\f077";
} label {
display: block;
padding-left: 14px;
}
.wpcf7-form label {
padding-left: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
background: rgba(0, 0, 0, 0.08);
border: none;
border-radius: unset;
box-sizing: border-box;
color: rgba(0, 0, 0, 0.70);
line-height: 1.235;
padding: 7px 14px;
}
.site-footer input[type="text"],
.site-footer input[type="email"],
.site-footer input[type="url"],
.site-footer input[type="password"],
.site-footer input[type="search"],
.site-footer input[type="number"],
.site-footer input[type="tel"],
.site-footer input[type="range"],
.site-footer input[type="date"],
.site-footer input[type="month"],
.site-footer input[type="week"],
.site-footer input[type="time"],
.site-footer input[type="datetime"],
.site-footer input[type="datetime-local"],
.site-footer input[type="color"],
.site-footer textarea,
.site-footer select {
background-color: #141414;
color: rgba(255, 255, 255, 0.70);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
color: rgba(0, 0, 0, 1);
}
.site-footer input[type="text"]:focus,
.site-footer input[type="email"]:focus,
.site-footer input[type="url"]:focus,
.site-footer input[type="password"]:focus,
.site-footer input[type="search"]:focus,
.site-footer input[type="number"]:focus,
.site-footer input[type="tel"]:focus,
.site-footer input[type="range"]:focus,
.site-footer input[type="date"]:focus,
.site-footer input[type="month"]:focus,
.site-footer input[type="week"]:focus,
.site-footer input[type="time"]:focus,
.site-footer input[type="datetime"]:focus,
.site-footer input[type="datetime-local"]:focus,
.site-footer input[type="color"]:focus,
.site-footer textarea:focus,
.site-footer select:focus {
color: rgba(255, 255, 255, 1);
}
select {
border: 1px solid rgba(0, 0, 0, 0.25);
}
.site-footer select {
border-color: rgba(255, 255, 255, 0.05);
}
textarea {
width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
background: rgba(0, 0, 0, 1);
border: none;
border-radius: unset;
box-sizing: border-box;
color: #fff;
font-size: 15px;
font-size: 0.9375rem;
font-weight: 700;
line-height: 1.3999;
padding: 7px 35px;
}
.site-footer button,
.site-footer .button,
.site-footer input[type="button"],
.site-footer input[type="reset"],
.site-footer input[type="submit"] {
background: rgba(255, 255, 255, 1);
color: #000;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background: rgba(0, 0, 0, 0.7);
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
background: rgba(0, 0, 0, 0.7);
color: #000;
}
.site-footer button:hover,
.site-footer .button:hover,
.site-footer input[type="button"]:hover,
.site-footer input[type="reset"]:hover,
.site-footer input[type="submit"]:hover {
background: rgba(255, 255, 255, 0.7);
color: #000;
}
.site-footer button:active,
.site-footer button:focus,
.site-footer .button:active,
.site-footer .button:focus,
.site-footer input[type="button"]:active,
.site-footer input[type="button"]:focus,
.site-footer input[type="reset"]:active,
.site-footer input[type="reset"]:focus,
.site-footer input[type="submit"]:active,
.site-footer input[type="submit"]:focus {
background: rgba(255, 255, 255, 0.7);
}
.post-password-form label {
padding: 0;
text-align: center;
}
.post-password-form input[type="password"] {
display: block;
width: 100%;
}
.post-password-form input[type="submit"] {
display: block;
margin: 14px auto 0;
} hr {
background-color: rgba(0, 0, 0, 0.25);
border: 0;
height: 1px;
margin-bottom: 28px;
}
.drop-cap:first-letter {
float: left;
font-size: 102px;
font-size: 6.375rem;
line-height: 0.6;
margin: 6px 16px 6px -3px;
} ul,
ol {
margin: 0 0 28px 28px;
padding: 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 28px;
}
dt {
font-weight: 700;
}
dd {
margin: 0 28px 28px;
} table,
table caption {
border: 1px solid rgba(0, 0, 0, 0.25);
border-width: 1px 1px 0 1px;
}
table {
border-collapse: collapse;
font-size: 16px;
font-size: 1rem;
line-height: 1.2;
margin: 0 0 28px;
table-layout: fixed; width: 100%;
}
table caption {
text-align: center;
}
table a {
color: rgba(0, 0, 0, 0.70);
font-weight: 700;
}
th {
text-align: left;
}
th,
td,
table caption {
padding: 21px;
}
tr {
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}  .site-header-menu {
clear: both;
display: block;
}
.main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul li {
display: block;
padding: 0 14px;
text-align: left;
}
.main-navigation ul ul .menu-item-has-children > a:after {
float: right;
padding: 13px 0;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation li {
border-top: 1px solid #1f1f1f;
display: block;
position: relative;
}
.main-navigation a {
color: rgba(255, 255, 255, 0.70);
display: block;
font-size: 15px;
font-size: 0.9375rem;
font-weight: 700;
line-height: 1.667;
padding: 14px 28px;
text-decoration: none;
}
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation ul.menu li:hover > a,
.main-navigation ul.menu li.focus > a,
.main-navigation ul.menu li:active > a {
color: #fff;
}
.main-navigation .menu-item-has-children > a,
.main-navigation .page_item_has_children > a {
padding-right: 50px;
}
.main-navigation ul ul a {
text-transform: none;
font-weight: 300;
letter-spacing: normal;
line-height: 2.6;
padding: 2px 14px;
}
.main-navigation ul ul a:hover,
.main-navigation ul ul > li.focus > a {
background-color: #0d0d0d;
} .menu-toggle-wrapper {
border-top: 1px solid #1f1f1f;
}
.menu-toggle {
background: none;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
text-shadow: none;
color: #fff;
margin: 0 auto;
padding: 14px 28px;
font-size: 15px;
font-size: 0.9375rem;
}
.menu-toggle:hover,
.menu-toggle:focus {
background-color: #4c4c4c;
-webkit-box-shadow: none;
box-shadow: none;
border-color: #1f1f1f;
color: #fff;
}
.menu-toggle:focus {
outline: thin solid;
}
.mobile-search-wrapper {
border-top: 1px solid #1f1f1f;
clear: both;
display: none;
padding: 14px 28px;
}
.site-header-menu.toggled-on .menu,
.site-header-menu.toggled-on .mobile-search-wrapper {
display: block;
}
.mobile-search-wrapper .search-form {
position: relative;
}
.mobile-search-wrapper label {
padding: 0;
}
.mobile-search-wrapper .search-field {
background-color: #141414;
box-sizing: border-box;
-webkit-appearance: none;
-webkit-border-radius: 0;
border-radius: 0;
color: rgba(255, 255, 255, 0.70);
margin: 0;
font-size: 15px;
font-size: 0.9375rem;
padding: 6px 12px;
width: -webkit-calc(100% - 41px);
width: calc(100% - 41px);
}
.mobile-search-wrapper .search-field:focus {
color: rgba(255, 255, 255, 1);
}
.mobile-search-wrapper .search-submit {
background: rgba(255, 255, 255, 1);
-webkit-border-radius: 0;
border-radius: 0;
bottom: 0;
color: #000;
overflow: hidden;
padding: 0;
position: absolute;
right: 0;
top: 0;
width: 42px;
}
.mobile-search-wrapper .search-submit:hover,
.mobile-search-wrapper .search-submit:focus {
background: rgba(255, 255, 255, 0.7);
}
.menu-toggle,
.main-navigation.toggled ul {
display: block;
}
.menu-toggle:before {
display: inline-block;
font-size: 20px;
font-size: 1.25rem;
line-height: 15px;
margin-right: 5px;
}
.menu-toggle.toggled-on:before {
font-size: 20px;
font-size: 1.25rem;
line-height: 15px;
}
.dropdown-toggle {
position: absolute;
right: 0;
top: 0;
border: 0;
border-radius: unset;
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
text-shadow: none;
font-size: 16px;
font-size: 1rem;
padding: 18px;
line-height: 1.1;
}
.sub-menu .dropdown-toggle {
padding: 13px 18px;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: rgba(255, 255, 255, 0.70);
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .pagination,
.site-main #infinite-handle {
clear: both;
display: inline-block;
margin: 49px 0;
overflow: hidden;
text-align: center;
width: 100%;
}
.site-main .posts-navigation .nav-links {
padding: 0 35px;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
margin-top: 21px;
}
.site-main #infinite-handle span {
background-color: transparent;
display: inline-block;
}
.post-navigation {
clear: both;
max-width: 826px;
overflow: hidden;
padding: 0 35px;
width: 100%;
}
.post-navigation .nav-links {
border-collapse: collapse;
display: table;
table-layout: fixed;
width: 100%;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
border: 2px solid rgba(0, 0, 0, 0.12);
text-align: center;
}
.post-navigation a {
display: block;
padding: 28px;
}
.post-navigation .meta-nav {
color: rgba(0, 0, 0, 0.70);
display: block;
font-size: 11px;
font-size: 0.6875rem;
line-height: 2.54;
}
.post-navigation a:hover .meta-nav {
color: #fff;
}
.button,
.comment-navigation a,
.posts-navigation a,
.site-main #infinite-handle span button {
background-color: #000;
color: #fff;
display: inline-block;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.667;
padding: 14px 28px;
}
.site-main #infinite-handle span button {
-webkit-box-shadow: none;
box-shadow: none;
text-shadow: none;
}
.site-main #infinite-handle span button:hover,
.site-main #infinite-handle span button:focus {
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.667;
padding: 14px 28px;
}
.button:hover,
.button:focus,
.comment-navigation a:hover,
.comment-navigation a:focus,
.posts-navigation a:hover,
.posts-navigation a:focus,
.post-navigation a:hover,
.post-navigation a:focus,
.site-main #infinite-handle span button:hover,
.site-main #infinite-handle span button:focus {
background: rgba(0, 0, 0, 0.7);
color: #fff;
} .site-footer-menu ul {
clear: both;
display: block;
list-style: none;
margin: 0 0 21px;
text-align: center;
}
.site-footer-menu li {
display: inline-block;
}
.site-footer-menu a {
color: rgba(255, 255, 255, 0.70);
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: 700;
line-height: 1.667;
padding: 7px 10px;
text-decoration: none;
}
.site-footer-menu a:hover,
.site-footer-menu a:focus {
color: #fff;
} .social-navigation ul {
list-style: none;
margin: 0 0 21px;
}
.social-navigation li {
display: inline-block;
margin: 0 7px 7px 0;
}
.social-navigation a {
background-color: transparent;
border: 1px solid #171717;
-webkit-border-radius: 50%;
border-radius: 50%;
color: #c3c3c3;
display: block;
height: 36px;
position: relative;
width: 36px;
}
#secondary .social-navigation a {
border-color: #c3c3c3;
}
.social-navigation a:before {
content: "\f0c1";
display: block;
height: 34px;
line-height: 34px;
text-align: center;
width: 34px;
}
.social-navigation a:hover,
.social-navigation a:focus{
background: rgba(255, 255, 255, 0.90);
color: #000;
}
#secondary .social-navigation a:hover,
#secondary .social-navigation a:focus {
background: rgba(102, 102, 102, 0.2);
}
.social-navigation a[href*="codepen.io"]:before {
content: "\f1cb";
}
.social-navigation a[href*="digg.com"]:before {
content: "\f1a6";
}
.social-navigation a[href*="dribbble.com"]:before {
content: "\f17d";
}
.social-navigation a[href*="dropbox.com"]:before {
content: "\f16b";
}
.social-navigation a[href*="facebook.com"]:before {
content: "\f09a";
}
.social-navigation a[href*="flickr.com"]:before {
content: "\f16e";
}
.social-navigation a[href*="foursquare.com"]:before {
content: "\f180";
}
.social-navigation a[href*="plus.google.com"]:before {
content: "\f2b3";
}
.social-navigation a[href*="github.com"]:before {
content: "\f09b";
}
.social-navigation a[href*="instagram.com"]:before {
content: "\f16d";
}
.social-navigation a[href*="linkedin.com"]:before {
content: "\f0e1";
}
.social-navigation a[href*="path.com"]:before {
content: "\f20c";
}
.social-navigation a[href*="pinterest.com"]:before {
content: "\f0d2";
}
.social-navigation a[href*="getpocket.com"]:before {
content: "\f265";
}
.social-navigation a[href*="reddit.com"]:before {
content: "\f1a1";
}
.social-navigation a[href*="skype.com"]:before {
content: "\f17e";
}
.social-navigation a[href*="stumbleupon.com"]:before {
content: "\f1a4";
}
.social-navigation a[href*="tumblr.com"]:before {
content: "\f174";
}
.social-navigation a[href*="twitter.com"]:before {
content: "\f099";
}
.social-navigation a[href*="vimeo.com"]:before {
content: "\f27d";
}
.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
content: "\f19a";
}
.social-navigation a[href*="youtube.com"]:before {
content: "\f167";
}
.social-navigation a[href^="mailto:"]:before {
content: "\f0e0";
}
.social-navigation a[href*="spotify.com"]:before {
content: "\f1bc";
}
.social-navigation a[href*="twitch.tv"]:before {
content: "\f1e8";
}
.social-navigation a[href$="/feed/"]:before {
content: "\f09e";
}
.social-navigation a[href*="amazon.com"]:before {
content: "\f270";
}
.social-navigation a[href*="apple.com"]:before {
content: "\f179";
}
.social-navigation a[href*="bandcamp.com"]:before {
content: "\f2d5";
}
.social-navigation a[href*="behance.com"]:before {
content: "\f1b4";
}
.social-navigation a[href*="deviantart.com"]:before {
content: "\f1bd";
}
.social-navigation a[href*="etsy.com"]:before {
content: "\f2d7";
} #scrollup {
background: rgba(0, 0, 0, 1.0);
-webkit-border-radius:  50%;
border: 1px solid rgba(255, 255, 255, 0.25);
border-radius: 50%;
color: rgba(255, 255, 255, 0.70);
cursor: pointer;
display: none;
font-size: 16px;
font-size: 1rem;
line-height: 1.87;
outline: none;
padding: 7px 14px;
position: fixed;
bottom: 20px;
right: 20px;
text-decoration: none;
width: 46px;
height: 46px;
z-index: 9999;
}
#scrollup:hover,
#scrollup:focus {
background: rgba(0, 0, 0, 0.7);
color: #fff;
} a {
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
a:hover,
a:focus,
a:active {
color: rgba(0, 0, 0, 0.7);
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background-color: #f6f6f6;
}
.site-inner {
background-color: #fff;
overflow-x: hidden;
position: relative;
word-wrap: break-word;
margin: 0 auto;
max-width: 1600px;
width: 100%;
}
.fluid-layout .site-inner {
max-width: 100%;
}
.wrapper {
max-width: 1148px;
margin: 0 auto;
}
.site-footer .wrapper {
max-width: 1218px;
}
.fluid-layout .portfolio-wrapper,
.fluid-layout .featured-content-wrapper,
.fluid-layout .hero-content-wrapper .section-content-wrap,
.fluid-layout .post-archive {
display: block;
margin: 0 auto;
max-width: 1920px;
}
.full-width-layout .site-content .wrapper {
max-width: 100%;
}
.singular-section .content-area .entry-header,
.singular-section .content-area .entry-content,
.singular-section .content-area .entry-footer,
.singular-section .content-area .comments-area,
.woocommerce .site-main {
display: block;
margin: 0 auto;
max-width: 826px;
padding: 0 35px;
width: 100%;
}
.full-width-layout .content-area .entry-header,
.full-width-layout .content-area .entry-content,
.full-width-layout .content-area .entry-footer,
.full-width-layout .content-area .comments-area,
.full-width-layout.woocommerce .site-main {
max-width: 100%;
}
.fluid-layout.full-width-layout .content-area .entry-header,
.fluid-layout.full-width-layout .content-area .entry-content,
.fluid-layout.full-width-layout .content-area .entry-footer,
.fluid-layout.full-width-layout .content-area .comments-area,
.fluid-layout.full-width-layout.woocommerce .site-main {
max-width: 1920px;
}
.full-content-width-layout .content-area .entry-header,
.full-content-width-layout .content-area .entry-content,
.full-content-width-layout .content-area .entry-footer,
.full-content-width-layout .content-area .comments-area,
.full-content-width-layout.woocommerce .site-main {
max-width: 1148px;
} .two-columns-layout .content-area .entry-header,
.two-columns-layout .content-area .entry-content,
.two-columns-layout .content-area .entry-footer,
.two-columns-layout .content-area .comments-area,
.two-columns-layout.woocommerce .site-main  {
max-width: 100%;
padding: 0;
}
.two-columns-layout .singular-section {
max-width: 1196px;
}
.two-columns-layout #primary {
float: left;
padding: 0 35px;
width: 100%;
}
.two-columns-layout .content-area .entry-header {
text-align: left;
}
.two-columns-layout .content-area .post-thumbnail,
.two-columns-layout .content-area .entry-content {
margin: 28px 0;
}
.two-columns-layout #secondary {
float: right;
padding: 0 35px;
width: 100%;
}
.content-right.two-columns-layout #primary {
float: right;
}
.content-right.two-columns-layout #secondary {
float: left;
}
.entry-content > :last-child,
.entry-summary > :last-child,
.comment-content > :last-child,
.taxonomy-description > :last-child,
blockquote > :last-child,
.widget > :last-child,
.footer-meta-area .author-bio,
.footer-meta-area .nav-next .post-title {
margin-bottom: 0;
} #masthead {
background-color: #000;
}
.site-header-main {
position: relative;
}
.custom-header-media {
display: block;
margin: 0 auto;
position: relative;
width: 100%;
}
.custom-header-media img {
width: 100%;
}
.has-header-video .custom-header-media {
min-height: 400px;
}
.custom-header-media iframe,
.custom-header-media video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} @supports ( object-fit: cover ) {
.custom-header-media .wp-custom-header img,
.custom-header-media video {
height: 100%;
left: 0;
-o-object-fit: cover;
object-fit: cover;
top: 0;
-ms-transform: none;
-moz-transform: none;
-webkit-transform: none;
transform: none;
width: 100%;
}
}
.wp-custom-header-video-button {
background: rgba(0, 0, 0, 0.2);
-webkit-border-radius: 50%;
border-radius: 50%;
display: block;
letter-spacing: 0;
margin: 0 auto;
padding: 14px 19px;
position: absolute;
bottom: 70px;
left: 48.3%;
text-align: center;
}
.site-branding {
text-align: center;
padding: 18px 35px 14px;
}
.custom-logo-link {
display: block;
margin: 0 auto 7px;
}
.site-title {
font-size: 22px;
font-size: 1.375rem;
font-weight: 700;
line-height: 1.6333;
}
.site-title a {
color: #fff;
text-decoration: none;
}
.site-title a:hover,
.site-title a:focus {
color: rgba(255, 255, 255, 0.70);
}
.site-description {
color: rgba(255, 255, 255, 0.50);
font-size: 11px;
font-size: 0.6875rem;
line-height: 1.82;
}
.site-title,
.site-description {
margin: 0 0 7px;
}
.site-search {
display: none;
position: absolute;
top: 0;
right: 0;
}
.search-toggle {
background: transparent;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
display: block;
float: right;
font-size: 18px;
font-size: 1.125rem;
letter-spacing: 0.01em;
line-height: 1;
padding: 26px 16px;
text-shadow: none;
}
.site-title a:hover,
.site-title a:focus,
.search-toggle:hover,
.search-toggle:focus {
background: transparent;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
color: rgba(255, 255, 255, 0.70);
text-shadow: none;
}
.search-wrapper {
background-color: #fff;
clear: both;
display: none;
position: relative;
padding: 28px;
width: 322px;
z-index: 199;
}
.search-wrapper:before {
border: solid;
content: "";
position: absolute;
top: -14px;
right: 16px;
border-color: rgba(136, 183, 213, 0);
border-bottom-color: #fff;
border-width: 7px;
}
.search-wrapper label {
padding-left: 0;
}
.search-wrapper .search-field,
.search-wrapper .search-submit {
width: 100%;
}
.search-wrapper .search-field {
background: rgba(0, 0, 0, 0.08);
color: rgba(0, 0, 0, 0.70);
margin-bottom: 14px;
}
.site-main .search-form {
margin-bottom: 28px;
}
.site-main .search-form label {
display: block;
padding-left: 0;
float: left;
}
.site-main .search-form label {
display: block;
float: left;
clear: none;
} #feature-slider {
background-color: #000;
clear: both;
display: block;
position: relative;
width: 100%;
overflow: hidden;
}
#feature-slider .wrapper {
max-width: 100%;
}
#feature-slider .hentry {
width: 100%;
}
#feature-slider .slider-image {
margin: 0;
}
#feature-slider .slider-image-thumbnail {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#feature-slider .slider-content-wrapper {
padding: 35px;
position: absolute;
top: 50%;
left: 0;
right: 0;
text-align: center;
z-index: 101;
width: 100%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
#feature-slider .entry-container {
color: #fff;
display: block;
margin: 0 auto;
}
#feature-slider .entry-container a {
color: #fff;
text-decoration: none;
}
#feature-slider .entry-summary,
#feature-slider .entry-content {
color: #fff;
display: none;
margin-top: 14px;
}
#feature-slider .cycle-pager {
display: block;
position: absolute;
bottom: 20px;
left: 0;
text-align: center;
width: 100%;
z-index: 199;
}
#feature-slider .cycle-pager span {
background-color: #ddd;
color: #ddd;
cursor: pointer;
display: inline-block;
height: 4px;
margin: 0 5px;
overflow: hidden;
width: 40px;
}
#feature-slider .cycle-pager span.cycle-pager-active {
background-color: #fff;
color: #fff;
}
#feature-slider .more-link {
margin-top: 1.5em;
}
#feature-slider .more-link span {
background-color: transparent;
border: 1px solid #fff;
color: #fff;
cursor: pointer;
display: inline-block;
margin: 0 auto;
padding: 14px 28px;
text-align: center;
}
#feature-slider .more-link:hover span,
#feature-slider .more-link:focus span {
background-color: #000;
border-color: #000;
}
#feature-slider .cycle-prev,
#feature-slider .cycle-next {
background-color: transparent;
border:  1px solid #fff;
-webkit-border-radius:  50%;
border-radius: 50%;
color: #fff;
cursor: pointer;
outline: none;
opacity: 0;
filter: alpha(opacity=0);
letter-spacing: 0;
position: absolute;
top: 48%;
padding: 7px;
text-align: center;
text-decoration: none;
-moz-transition:    all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
transition:         all 0.2s ease-in-out;
width: 43px;
height: 43px;
z-index: 199;
}
#feature-slider .cycle-prev {
left: -42px;
}
#feature-slider .cycle-next {
right: -42px;
}
#feature-slider .cycle-prev:hover,
#feature-slider .cycle-prev:focus,
#feature-slider .cycle-next:hover,
#feature-slider .cycle-next:focus {
background-color: #000;
border-color: #000;
color: #fff;
text-decoration: none;
} .breadcrumb-area {
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
font-size: 13px;
font-size: 0.8125rem;
padding: 0 7px;
text-transform: uppercase;
text-align: center;
width: 100%;
}
.entry-breadcrumbs a,
.breadcrumb-current {
display: inline-block;
padding: 14px 7px;
} .sticky {
display: block;
}
.hentry {
margin: 0 0 28px;
}
.page-content,
.entry-content {
margin: 28px 0 0;
}
.entry-title {
margin: 0 0 14px;
text-transform: uppercase;
}
.entry-meta {
font-size: 11px;
font-size: 0.6875rem;
margin: 0 0 28px;
}
.entry-meta a {
color: rgba(0, 0, 0, 0.70);
text-decoration: underline;
}
.entry-meta a:hover,
.entry-meta a:focus {
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
.more-link {
clear: both;
color: #000;
display: block;
font-size: 11px;
font-size: 0.6875rem;
font-weight: 700;
letter-spacing: 0.5em;
line-height: 1.82;
margin-top: 21px;
text-transform: uppercase;
}
.more-link:hover,
.more-link:focus {
color: rgba(0, 0, 0, 0.70);
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.single .byline:before {
color: rgba(0, 0, 0, 0.7);
content: "/\00a0";
margin: 0 10px 0 14px;
}
.hero-content-wrapper {
background-color: rgba(0, 0, 0, 0.02);
margin: 35px 0;
}
.post-archive .hentry,
.search-results .post-archive .product,
.hero-content-wrapper .hentry {
margin-bottom: 0;
position: relative;
width: 100%;
}
.post-archive .post-thumbnail,
.hero-content-wrapper .post-thumbnail {
background-position: center center;
background-size: cover;
content: "";
float: left;
padding-bottom: 100%;
position: relative;
width: 100%;
}
.post-archive .post-thumbnail a,
.hero-content-wrapper .post-thumbnail a {
position: absolute;
top: 0;
right:  0;
bottom: 0;
left: 0;
}
.post-archive .content-right,
.hero-content-wrapper .entry-container {
clear: both;
padding: 35px;
width: 100%;
}
.hero-content-wrapper .entry-content {
margin-top: 0;
}
.post-archive .full-content {
width: 100%;
}
.post-archive .post-wrapper {
max-width: 728px;
}
.post-archive .entry-title a,
.hero-content-wrapper .entry-title a {
color: #000;
}
.post-archive .entry-title a:hover,
.post-archive .entry-title a:focus,
.hero-content-wrapper .entry-title a:hover,
.hero-content-wrapper .entry-title a:focus {
color: rgba(0, 0, 0, 0.70)
}
.post-archive .entry-meta {
line-height: 2.54;
padding: 0;
margin: 21px 0 0;
}
.post-archive .entry-meta .posted-on,
.post-archive .entry-meta .byline,
.post-archive .entry-meta .comments-link {
display: inline-block;
margin-right: 7px;
}
.post-archive .entry-meta a {
text-decoration: underline;
}
.post-archive .entry-meta,
.post-archive .entry-meta a {
color: rgba(0, 0, 0, 0.70);
}
.post-archive .entry-meta a:hover,
.post-archive .entry-meta a:focus {
color: #000;
text-decoration: none;
}
.post-archive .hentry:nth-child(2n) .entry-container,
.search-results .post-archive .product:nth-child(2n) .entry-container {
background-color: rgba(0, 0, 0, 0.02);
} .post-archive .hentry.sticky .entry-container {
background-color: #000;
color: rgba(255, 255, 255, 0.70);
}
.post-archive .sticky .entry-title a,
.post-archive .sticky .more-link {
color: #fff;
}
.post-archive .sticky .entry-title a:hover,
.post-archive .sticky .entry-title a:focus,
.post-archive .sticky .more-link:hover,
.post-archive .sticky .more-link:focus {
color: rgba(255, 255, 255, 0.70);
}
.post-archive .sticky .entry-meta,
.post-archive .sticky .entry-meta a {
color: rgba(255, 255, 255, 0.70);
}
.post-archive .sticky .entry-meta a:hover,
.post-archive .sticky .entry-meta a:focus {
color: #fff;
}
.singular-section {
padding: 35px 0;
}
.content-area .entry-footer {
margin: 28px auto;
}
.content-area .entry-footer span span,
.content-area .entry-footer .edit-link {
display: block;
}
.singular-section .content-area .entry-footer,
.hero-content-wrapper .entry-footer {
margin-top: 28px;
}
.content-area .entry-footer .cat-links,
.content-area .entry-footer .tags-links,
.content-area .entry-footer .edit-link {
display: block;
margin-bottom: 14px;
}
.content-area .entry-footer .cat-links a,
.content-area .entry-footer .tags-links a {
font-size: 16px;
font-size: 1rem;
}
.singular-section .content-area .entry-header,
.singular-section .content-area .woocommerce-products-header {
text-align: center;
}
.content-area .entry-title,
.content-area .woocommerce-products-header .page-title {
margin: 0 0 28px;
}
.content-area .woocommerce-products-header .page-title {
text-transform: uppercase;
}
.singular-section .content-area .post-thumbnail,
.post-navigation,
.comments-title {
margin: 35px auto;
}
.singular-section .content-area .post-thumbnail img {
display: block;
margin: 0 auto;
} .page-links {
clear: both;
font-size: 24px;
font-size: 1.5rem;
line-height: 1.5;
margin: 0 0 28px;
text-transform: uppercase;
}
.page-links .page-link-text {
margin-right: 14px;
}
.page-links .sep {
margin: 0 7px;
}
.blog-section-headline {
margin: 35px;
text-align: center;
}
.page-title-wrapper {
position: relative;
z-index: 1;
}
.blog-section-headline .page-title {
background: #fff;
box-sizing: border-box;
display: inline-block;
font-weight: 700;
line-height: 1.2;
margin: 0;
padding: 0;
text-align: center;
text-transform: uppercase;
max-width: 100%;
}
.blog-section-headline .archive-title-type {
display: block;
max-width: 756px;
font-weight: 300;
}
.blog-section-headline .taxonomy-description {
margin: 7px auto 0;
max-width: 756px;
} .site-footer {
background-color: #000;
color: rgba(255, 255, 255, 0.70);
clear: both;
}
.footer-widget-area.widget-area .widget-title {
color: rgba(255, 255, 255, 0.70);
}
.widget-area ul,
.widget-area ol {
list-style: none;
margin-left: 0;
}
.widget-area li {
line-height: 2.47;
}
.widget_categories ul,
.widget_archive ul {
text-align: right;
}
.widget_categories li,
.widget_archive li {
display: block;
height: 1%;
overflow: hidden;
}
.widget_categories ul a,
.widget_archive ul a {
float: left;
}
.footer-widget-area {
padding: 28px 0;
}
.widget-area .widget-column {
padding: 21px 35px;
width: 100%;
}
.footer-widget-area a {
color: rgba(255, 255, 255, 1);
}
.footer-widget-area a:hover,
.footer-widget-area a:focus {
color: rgba(255, 255, 255, 0.70);
}
#site-generator {
clear: both;
padding: 49px 0;
}
.site-social,
.site-info {
text-align: center;
clear: both;
}
.site-info a {
color: rgba(255, 255, 255, 0.70);
text-decoration: none;
}
.site-info a:hover,
.site-info a:focus {
color: rgba(255, 255, 255, 1);
} .portfolio-wrapper,
.featured-content-wrapper {
overflow: hidden;
text-align: center;
}
.portfolio-wrapper .hentry,
.featured-content-wrapper .hentry {
margin: 0;
position: relative;
width: 100%;
}
.portfolio-wrapper img,
.featured-content-wrapper img {
width: 100%;
}
.portfolio-wrapper .hentry:nth-child(2n) {
background-color: #fafafa;
}
.portfolio-wrapper .portfolio-entry-header,
.featured-content-wrapper .entry-header {
padding: 35px;
}
.portfolio-wrapper .entry-title,
.featured-content-wrapper .entry-title {
line-height: 1.333;
margin: 0 0 7px;
}
.portfolio-wrapper a {
color: #000;
text-decoration: none;
}
.portfolio-wrapper a:hover,
.portfolio-wrapper a:focus {
color: rgba(0, 0, 0, 0.70)
}
.portfolio-wrapper .entry-meta,
.featured-content-wrapper .entry-meta {
margin: 0;
} #wpstats {
display: none;
}
.woocommerce .woocommerce-breadcrumb.entry-breadcrumbs {
color: rgba(0, 0, 0, 0.70);
margin: 0;
font-size: 13px;
font-size: 0.8125rem;
}
.woocommerce .woocommerce-breadcrumb.entry-breadcrumbs a {
color: rgba(0, 0, 0, 1);
}
.woocommerce .woocommerce-breadcrumb.entry-breadcrumbs a:hover,
.woocommerce .woocommerce-breadcrumb.entry-breadcrumbs a:focus {
color: rgba(0, 0, 0, 0.70);
}
.woocommerce nav.woocommerce-pagination ul {
display: inline-block;
white-space: nowrap;
padding: 0;
clear: both;
border: 1px solid #d3ced2;
border-right: 0;
margin: 1px;
}
.woocommerce .content-area nav.woocommerce-pagination ul {
border: none;
margin: 0;
}
.woocommerce .content-area nav.woocommerce-pagination ul li {
border: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
background: rgba(0, 0, 0, 0.90);
color: #fff;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.67;
padding: 7px 35px;
}
.woocommerce .content-area nav.woocommerce-pagination ul li a:focus,
.woocommerce .content-area nav.woocommerce-pagination ul li a:hover,
.woocommerce .content-area nav.woocommerce-pagination ul li span.current {
background: rgba(0, 0, 0, 1);
color: #fff;
}
.woocommerce .content-area #respond input#submit,
.woocommerce .content-area a.button,
.woocommerce .content-area button.button,
.woocommerce .content-area input.button {
font-size: 13px;
font-size: 0.8125rem;
font-weight: 300;
padding: 14px;
white-space: pre-wrap;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
background-color: #000;
color: #fff;
padding: 14px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus {
background: rgba(0, 0, 0, 0.7);
color: #fff;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #respond input#submit, .woocommerce a.button,
.woocommerce button.button, .woocommerce input.button {
font-size: 15px;
font-size: 0.9375rem;
font-weight: 300;
letter-spacing: 0.1em;
line-height: 1.667;
white-space: normal;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
padding-top: 7px;
padding-bottom: 7px;
}
.woocommerce ul.products li.product .button {
max-width: 100%;
white-space: normal;
}
.site-main .pagination .page-numbers {
background: rgba(0, 0, 0, 0.90);
color: #fff;
display: inline-block;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.67;
padding: 7px 35px;
}
.site-main .pagination .page-numbers:hover,
.site-main .pagination .page-numbers:focus,
.site-main .pagination span.current {
background: rgba(0, 0, 0, 1.0);
color: #fff;
} .comment-notes {
margin: 21px auto;
}
.comment-notes,
.comment-reply-title,
.comments-title {
text-align: center;
}
.comment-content {
clear: both;
display: block;
}
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comment-list {
margin-left: 0;
}
ol.comment-list,
.comment-list ol.children {
list-style: none;
}
.form-submit {
text-align: right;
}
.comment-form label {
padding-bottom: 7px;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
padding: 14px 21px;
width: 100%;
}
.comment-author {
margin-right: 21px;
}
.comment-author .avatar {
display: block;
float: left;
height: 48px;
margin: 0 21px 21px 0;
width: 48px;
}
.comment-author .fn {
color: rgba(0, 0, 0, 1.0);
display: block;
float: left;
font-weight: normal;
margin: 10px 0;
}
.comment-author,
.comment-metadata {
display: inline-block;
float: left;
}
.comment-metadata {
margin: 13px 0;
}
.comment-metadata a {
color: rgba(0, 0, 0, 0.70);
}
.comment-metadata a:hover,
.comment-metadata a:focus {
color: rgba(0, 0, 0, 1);
}
.comment-list ol.children {
margin-left: 0;
}
.comment-list .depth-2 > ol.children,
.comment-list .depth-3 > ol.children,
.comment-list .depth-4 > ol.children,
.comment-list .depth-5 > ol.children {
margin-left: 28px;
}
.comment-list .comment-body {
margin: 35px 0;
position: relative;
}
.comment-list ol.children .comment-body {
border-left: 1px solid rgba(0, 0, 0, 0.12);
padding-left: 28px;
}
.comment-list .reply {
position: absolute;
top: 7px;
right: 0;
}
.comment-list .reply a {
font-size: 12px;
padding: 6px 8px;
background-color: #000;
color: #fff;
}
.comment-meta {
padding-right: 30px;
}
.comment-awaiting-moderation {
clear: both;
display: block;
}
.comment-reply-title:before {
border-top: 2px solid rgba(0, 0, 0, 0.12);
content: '';
display: block;
margin: 21px auto;
width: 28px;
} .widget {
margin: 0 0 35px; }
.widget select {
max-width: 100%;
}
.widget-area .widget-title {
line-height: 1.647;
margin: 0 0 28px;
text-transform: uppercase;
} .widget-area .hentry {
display: block;
float: left;
margin-bottom: 14px;
width: 100%;
}
.widget-area .entry-content {
margin-top: 14px;
}
.widget-area ul.columns,
.widget-area .hentry:nth-last-of-type(1) {
margin-bottom: 0;
}
.widget-area .two-columns .hentry {
margin-left: 4%;
width: 48%;
}
.widget-area .three-columns .hentry {
margin-left: 4%;
width: 30.66%;
}
.widget-area .four-columns .hentry {
margin-left: 4%;
width: 22%;
}
.widget-area .five-columns .hentry {
margin-left: 4%;
width: 16.8%;
}
.widget-area .six-columns .hentry {
margin-left: 4%;
width: 13.33%;
}
.widget-area .seven-columns .hentry {
margin-left: 4%;
width: 10.85%;
}
.widget-area .eight-columns .hentry {
margin-left: 4%;
width: 9%;
}
.widget-area .two-columns .hentry:nth-child(2n+1),
.widget-area .three-columns .hentry:nth-child(3n+1),
.widget-area .four-columns .hentry:nth-child(4n+1),
.widget-area .five-columns .hentry:nth-child(5n+1),
.widget-area .six-columns .hentry:nth-child(6n+1),
.widget-area .seven-columns .hentry:nth-child(7n+1),
.widget-area .eight-columns .hentry:nth-child(8n+1) {
clear: both;
margin-left: 0;
}
.widget-area .featured-image {
margin: 0 0 14px;
}
.widget-area .left .featured-image,
.widget-area .right .featured-image {
margin: 0;
width: 25%;
}
.widget-area .left .featured-image {
float: left;
}
.widget-area .right .featured-image {
float: right;
}
.widget-area .center .featured-image {
text-align: center;
}
.widget-area .left .entry-container,
.widget-area .right .entry-container {
width: 75%;
}
.widget-area .left .entry-container {
padding-left: 14px;
float: right;
}
.widget-area .right .entry-container {
padding-right: 14px;
float: left;
}
.widget-area .hentry .entry-title {
font-size: 16px;
font-size: 1rem;
letter-spacing: normal;
margin-bottom: 14px;
text-align: left;
text-transform: none;
}
.widget-area .left .hentry .entry-title,
.widget-area .right .hentry .entry-title {
margin-bottom: 7px;
}
.widget-area .hentry .entry-title a {
text-decoration: none;
}
.widget-area .hentry .entry-meta {
margin-bottom: 0;
}
.widget-area .no-featured-image .entry-container {
float: none;
padding: 0;
width: 100%;
}
.widget-area input,
.widget-area select,
.widget-area textarea {
margin: 0 0 14px;
width: 100%;
} .ct-newsletter-wrap #subbutton {
margin: 14px auto;
display: block;
} .widget-area .widget_search .search-form {
position: relative;
}
.widget-area .widget_search label {
padding: 0;
}
.widget-area .widget_search input[type="search"].search-field {
margin: 0;
width: -webkit-calc(100% - 42px);
width: calc(100% - 42px);
}
.widget-area .widget_search .search-submit {
padding: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 42px;
}
.widget-area .widget_search .search-submit:before {
font-size: 16px;
font-size: 1rem;
left: 2px;
line-height: 35px;
position: relative;
width: 40px;
} .widget.widget_calendar table {
margin: 0;
}
.widget_calendar td,
.widget_calendar th {
line-height: 2.5625;
padding: 0;
text-align: center;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
}
.infinite-loader {
clear: both;
display: none;
padding: 49px 35px;
}
.site-main #infinite-handle span {
padding: 0;
} img {
height: auto; max-width: 100%; vertical-align: middle;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
}
.wp-caption {
border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
margin: 28px 0 28px;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 14px;
} .wp-caption.aligncenter {
margin-left: auto;
margin-right: auto;
} .wp-caption.alignleft {
margin: 0.375em 1.5em 1.5em 0;
}
.wp-caption.alignright {
margin: 0.375em 0 1.5em 1.5em;
} .gallery {
margin: 0 -1.1666667% 1.75em;
}
.gallery-item {
padding: 0 1.1400652% 2.2801304%;
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}  @media screen and (min-width: 33.375em) {
.site-branding {
text-align: center;
padding-top: 21px;
}
.page-title-wrapper:before {
border-top: 2px solid rgba(0, 0, 0, 0.25);
content: "";
margin: 0 auto; position: absolute; top: 50%; left: 0; right: 0; bottom: 0;
width: 100%;
max-width: 1600px;
z-index: -1;
}
.blog-section-headline .page-title {
padding: 0 14px;
}
.post-archive .hentry,
.search-results .post-archive .product,
.two-columns .hentry,
.four-columns .hentry,
.footer-widget-area.two .widget-column,
.footer-widget-area.four .widget-column {
width: 50%;
}
.post-archive .hentry,
.search-results .post-archive .product {
float: left;
}
.post-archive .hentry:nth-of-type(2n+1),
.search-results .post-archive .product:nth-of-type(2n+1),
.two-columns .hentry:nth-child(2n+1),
.four-columns .hentry:nth-child(2n+1) {
clear: both;
}
.portfolio-wrapper .hentry,
.featured-content-wrapper .hentry {
position: relative;
direction: ltr;
display: table;
}
.featured-content-wrapper .post-thumbnail,
.featured-content-wrapper .entry-header,
.portfolio-wrapper .post-thumbnail,
.portfolio-wrapper .portfolio-entry-header {
display: table-cell;
position: static;
vertical-align: middle;
width: 50%;
}
.portfolio-wrapper .hentry:nth-child(2n),
.featured-content-wrapper .hentry:nth-child(2n) {
direction: rtl;
width: 100%;
}
.portfolio-wrapper .hentry:nth-child(2n) .post-thumbnail,
.featured-content-wrapper .hentry:nth-child(2n) .post-thumbnail {
left: 50%;
right: 0;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .comment-navigation,
.site-main #infinite-handle {
margin: 63px 0;
}
.front-page-navigation .nav-links {
padding: 0 63px;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous {
float: left;
text-align: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next {
float: right;
margin-top: 0;
text-align: right;
width: 50%;
}
.hero-content-wrapper .hentry {
display: table;
width: 100%;
}
.hero-content-wrapper .post-thumbnail {
display: table-cell;
vertical-align: middle;
bottom: 0;
left: 0;
padding-bottom: 0;
position: absolute;
top: 0;
width: 45%;
}
.hero-content-wrapper .entry-container {
display: table-cell;
vertical-align: middle;
width: 55%;
float: right;
}
.hero-content-wrapper .entry-container.full-width {
width: 100%;
}
#secondary .widget {
display: block;
float: left;
width: 48%;
}
#secondary .widget:nth-child(2n+1) {
clear: both;
margin-right: 4%;
}
} @media screen and (min-width: 48em) {
#page {
padding: 0 2%;
}
.fluid-layout #page {
padding: 0;
}
.section .hentry,
.footer-widget-area .widget-column {
float: left;
overflow: hidden;
}
.featured-content-wrapper .hentry,
.featured-content-wrapper .hentry:nth-child(2n),
.portfolio-wrapper .hentry,
.portfolio-wrapper .hentry:nth-child(2n),
.three-columns .hentry,
.footer-widget-area.three .widget-column {
width: 33.33%;
}
.featured-content-wrapper.layout-two .hentry,
.featured-content-wrapper.layout-four .hentry {
width: 50%;
}
.featured-content-wrapper.layout-three .hentry {
width: 33.33%;
}
.featured-content-wrapper.layout-two .hentry:nth-child(2n+1),
.featured-content-wrapper.layout-three .hentry:nth-child(3n+1),
.featured-content-wrapper.layout-four .hentry:nth-child(2n+1) {
clear: both;
}
.portfolio-wrapper .hentry:nth-child(2n),
.featured-content-wrapper .hentry:nth-child(2n) {
direction: ltr;
}
.featured-content-wrapper .post-thumbnail,
.featured-content-wrapper .entry-header,
.portfolio-wrapper .post-thumbnail,
.portfolio-wrapper .portfolio-entry-header {
display: block;
width: 100%;
}
.four-columns .hentry,
.footer-widget-area.four .widget-column {
width: 25%;
}
.four-columns .hentry:nth-child(2n+1) {
clear: none;
}
.four-columns .hentry:nth-child(4n+1),
.three-columns .hentry:nth-child(3n+1) {
clear: both;
}
.footer-widget-area {
padding: 35px 0;
}
.widget-area .widget-column {
padding: 28px 35px;
}
#site-generator {
padding: 63px 0;
}
.site-footer-menu ul,
.social-navigation ul {
margin: 0 0 28px;
}
.site-title {
font-size: 30px;
font-size: 1.875rem;
}
.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
width: -webkit-calc(50% - 0.736842105em);
width: calc(50% - 0.736842105em);
}
.site-branding {
padding-left: 70px;
padding-right: 70px;
}
.site-header-menu {
border-top: 1px solid #1f1f1f;
}
.blog-section-headline {
margin: 49px 35px;
}
.hero-content-wrapper {
margin: 49px 0;
}
.singular-section {
padding: 49px 0;
}
.hero-content-wrapper .entry-container {
padding: 84px 56px;
}
.blog-section-headline .page-title {
font-size: 56px;
font-size: 3.5rem;
padding: 0 21px;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
display: table-cell;
vertical-align: top;
width: 50%;
}
.post-navigation .nav-previous {
text-align: left;
}
.post-navigation .nav-next {
text-align: right;
}
#feature-slider .entry-container {
max-width: 945px;
}
#feature-slider .entry-summary,
#feature-slider .entry-content {
display: block;
}
#feature-slider:hover .cycle-prev,
#feature-slider:focus .cycle-prev {
left: 21px;
opacity: 1;
filter: alpha(opacity=100);
}
#feature-slider:hover .cycle-next,
#feature-slider:focus .cycle-next {
right: 21px;
opacity: 1;
filter: alpha(opacity=100);
}
.post-password-form label {
text-align: left;
}
.post-password-form label,
.post-password-form input[type="password"],
.post-password-form input[type="submit"] {
display: inline-block;
width: auto;
}
} @media screen and (min-width: 64em) {
.menu-toggle-wrapper,
.dropdown-toggle,
.site-header-menu.toggled-on .mobile-search-wrapper {
display: none;
}
.site-search {
display: block;
}
.main-navigation .menu-item-has-children > a,
.main-navigation .page_item_has_children > a {
padding-right: 28px;
}
.main-navigation .menu-item-has-children li > a,
.main-navigation .page_item_has_children li > a {
padding-right: 14px;
}
.main-navigation .menu-item-has-children > a:after,
.main-navigation .page_item_has_children > a:after {
content: "\f067";
padding-left: 13px;
}
.main-navigation ul {
border-top: none;
display: block;
text-align: center;
}
.main-navigation li {
border-top: none;
display: inline-block;
}
.main-navigation ul ul {
background-color: #000;
float: left;
padding: 4px 0;
position: absolute;
top: 53px;
left: -999em;
width: 266px;
z-index: 99999;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.has-header-video .custom-header-media {
min-height: 575px;
}
#feature-slider:hover .cycle-prev,
#feature-slider:focus .cycle-prev {
left: 42px;
}
#feature-slider:hover .cycle-next,
#feature-slider:focus .cycle-next {
right: 42px;
}
.featured-content-wrapper.layout-four .hentry {
width: 25%;
}
.featured-content-wrapper.layout-four .hentry:nth-child(2n+1) {
clear: none;
}
.featured-content-wrapper.layout-four .hentry:nth-child(4n+1) {
clear: both;
}
.search-toggle {
padding: 26px;
}
.search-wrapper:before {
right: 26px;
}
.post-archive .hentry,
.search-results .post-archive .product {
display: table;
width: 100%;
}
.post-archive .post-thumbnail {
display: table-cell;
vertical-align: middle;
bottom: 0;
left: 0;
padding-bottom: 0;
position: absolute;
top: 0;
width: 45%;
}
.post-archive .content-right {
display: table-cell;
vertical-align: middle;
width: 55%;
float: right;
padding: 84px 56px;
}
.singular-section .content-area .post-thumbnail,
.post-navigation,
.comments-title {
margin: 42px auto;
}
.comment-list .comment-body {
margin: 42px 0;
}
.full-width-layout .content-area .entry-header,
.full-width-layout .content-area .entry-content,
.full-width-layout .content-area .entry-footer,
.full-width-layout.woocommerce .site-main {
padding: 0 56px;
}
.site-main .posts-navigation .nav-links {
padding: 0 56px;
}
.post-archive .entry-meta .posted-on,
.post-archive .entry-meta .byline,
.post-archive .entry-meta .comments-link {
clear: both;
display: block;
margin-right: 0;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .comment-navigation,
.site-main #infinite-handle {
margin: 70px 0;
}
.front-page-navigation .nav-links {
padding: 0 70px;
}
.page-links .page-link-text {
margin-right: 28px;
}
.page-links .sep {
margin: 0 14px;
}
.footer-widget-area {
padding: 35px 0;
}
.widget-area .widget-column {
padding: 35px;
}
.widget-column > :last-child {
margin-bottom: 28px;
}
#site-generator {
padding: 70px 0;
}
.site-footer-menu ul,
.social-navigation ul {
margin: 0 0 35px;
}
.blog-section-headline {
margin: 49px;
}
.featured-content-wrapper .entry-header {
position: absolute;
top: 30%;
left: 0;
right: 0;
padding: 35px;
-webkit-transform: translateY(-30%);
-moz-transform: translateY(-30%);
-ms-transform: translateY(-30%);
-o-transform: translateY(-30%);
transform: translateY(-30%);
background-color: rgba(0, 0, 0, 0.25);
text-align: left;
}
.featured-content-wrapper a {
color: #fff;
text-decoration: none;
}
.featured-content-wrapper .entry-header {
color: #fff;
}
.featured-content-wrapper a:hover,
.featured-content-wrapper a:focus {
color: rgba(255, 255, 255, 0.70)
}
.post-navigation {
padding: 0;
}
.two-columns-layout #primary {
width: 70%;
}
.two-columns-layout #secondary {
width: 30%;
}
#secondary .widget {
width: 100%;
}
#secondary .widget:nth-child(2n+1) {
margin-right: 0;
} body,
h4,
.widget-area .widget-title {
font-size: 17px;
font-size: 1.0625rem;
}
h1,
.entry-title {
font-size: 40px;
font-size: 2.5rem;
}
#feature-slider .entry-title {
font-size: 32px;
font-size: 2rem;
}
h2 {
font-size: 30px;
font-size: 1.875rem;
}
h3,
.portfolio-wrapper .entry-title,
.featured-content-wrapper .entry-title,
.comments-title,
.comment-reply-title {
font-size: 24px;
font-size: 1.5rem;
}
h5 {
font-size: 15px;
font-size: 0.9375rem;
}
h6,
.blog-section-headline .archive-title-type,
table caption,
.wp-caption-text,
.comment-notes,
.comment-metadata,
.site-info {
font-size: 13px;
font-size: 0.8125rem;
}
.blog-section-headline .page-title {
font-size: 72px;
font-size: 4.5rem;
padding: 0 42px;
}
} @media screen and (min-width: 72em) {
.post-archive .post-thumbnail {
width: 40%;
}
.post-archive .content-right {
width: 60%;
}
.post-archive .entry-summary {
width: 73%;
float: left;
}
.post-archive .entry-meta {
width: 27%;
float: left;
margin-top: 0;
padding-left: 28px;
}
.blog-section-headline {
margin: 56px;
}
.hero-content-wrapper {
margin: 56px 0;
}
.singular-section {
padding: 56px 0;
}
.site-footer-menu a {
font-size: 15px;
font-size: 0.9375rem;
padding: 14px 28px;
}
} @media screen and (min-width: 80em) {
.site-main .posts-navigation .nav-links {
padding: 0 70px;
}
.post-archive .post-thumbnail {
width: 33.3125%;
}
.post-archive .content-right {
padding: 98px 70px;
width: 66.6875%;
}
.hero-content-wrapper .entry-container {
padding: 98px 70px;
}
.blog-section-headline {
margin: 63px;
}
.hero-content-wrapper {
margin: 63px 0;
}
.singular-section {
padding: 63px 0;
}
.full-width-layout .content-area .entry-header,
.full-width-layout .content-area .entry-content,
.full-width-layout .content-area .entry-footer,
.full-width-layout.woocommerce .site-main {
padding: 0 70px;
}
.two-columns-layout #primary {
width: 826px;
}
.two-columns-layout #secondary {
width: 370px;
} .blog-section-headline .page-title {
font-size: 80px;
font-size: 5rem;
padding: 0 63px;
}
} @media screen and (min-width: 85em) {
.post-archive .content-right,
.hero-content-wrapper .entry-container {
padding: 112px 84px;
}
.site-main .posts-navigation .nav-links {
padding: 0 84px;
}
.blog-section-headline {
margin: 70px;
}
.hero-content-wrapper {
margin: 70px 0;
}
.singular-section {
padding: 70px 0;
}
.singular-section .content-area .post-thumbnail,
.post-navigation,
.comments-title {
margin: 56px auto;
}
.content-area .entry-content {
margin-top: 56px;
}
.comment-list .comment-body {
margin: 56px 0;
}
.full-width-layout .content-area .entry-header,
.full-width-layout .content-area .entry-content,
.full-width-layout .content-area .entry-footer,
.full-width-layout.woocommerce .site-main {
padding: 0 84px;
} .blog-section-headline .page-title {
font-size: 90px;
font-size: 5.625rem;
padding: 0 70px;
}
} @media screen and (min-width: 90em) {
.post-archive .content-right,
.hero-content-wrapper .entry-container {
padding: 140px 112px;
}
.site-main .posts-navigation .nav-links {
padding: 0 112px;
}
.full-width-layout .content-area .entry-header,
.full-width-layout .content-area .entry-content,
.full-width-layout .content-area .entry-footer,
.full-width-layout.woocommerce .site-main {
padding: 0 112px;
}
.singular-section {
padding: 140px 0;
}
.fluid-layout .post-archive .post-wrapper {
max-width: 1024px;
}
.fluid-layout .post-archive .post-thumbnail {
width: 33.491%;
}
.fluid-layout .post-archive .content-right {
width: 66.509%;
}
}