.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-user-select: none;
-ms-touch-action: none;
touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.noUi-target {
position: relative;
}
.noUi-base,
.noUi-connects {
width: 100%;
height: 100%;
position: relative;
z-index: 1;
} .noUi-connects {
overflow: hidden;
z-index: 0;
}
.noUi-connect,
.noUi-origin {
will-change: transform;
position: absolute;
z-index: 1;
top: 0;
right: 0;
-ms-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
-webkit-transform-style: preserve-3d;
transform-origin: 0 0;
transform-style: flat;
}
.noUi-connect {
height: 100%;
width: 100%;
}
.noUi-origin {
height: 10%;
width: 10%;
} .noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
left: 0;
right: auto;
} .noUi-vertical .noUi-origin {
width: 0;
}
.noUi-horizontal .noUi-origin {
height: 0;
}
.noUi-handle {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: absolute;
}
.noUi-touch-area {
height: 100%;
width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
-webkit-transition: transform 0.3s;
transition: transform 0.3s;
}
.noUi-state-drag * {
cursor: inherit !important;
} .noUi-horizontal {
height: 18px;
}
.noUi-horizontal .noUi-handle {
width: 34px;
height: 28px;
right: -17px;
top: -6px;
}
.noUi-vertical {
width: 18px;
}
.noUi-vertical .noUi-handle {
width: 28px;
height: 34px;
right: -6px;
top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
left: -17px;
right: auto;
} .noUi-target {
background: #FAFAFA;
border-radius: 4px;
border: 1px solid #D3D3D3;
box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
border-radius: 3px;
}
.noUi-connect {
background: #3FB8AF;
} .noUi-draggable {
cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
cursor: ns-resize;
}
.noUi-handle {
border: 1px solid #D9D9D9;
border-radius: 3px;
background: #FFF;
cursor: default;
box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
} .noUi-handle:before,
.noUi-handle:after {
content: "";
display: block;
position: absolute;
height: 14px;
width: 1px;
background: #E8E7E6;
left: 14px;
top: 6px;
}
.noUi-handle:after {
left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
width: 14px;
height: 1px;
left: 6px;
top: 14px;
}
.noUi-vertical .noUi-handle:after {
top: 17px;
} [disabled] .noUi-connect {
background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
cursor: not-allowed;
} .noUi-pips,
.noUi-pips * {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.noUi-pips {
position: absolute;
color: #999;
} .noUi-value {
position: absolute;
white-space: nowrap;
text-align: center;
}
.noUi-value-sub {
color: #ccc;
font-size: 10px;
} .noUi-marker {
position: absolute;
background: #CCC;
}
.noUi-marker-sub {
background: #AAA;
}
.noUi-marker-large {
background: #AAA;
} .noUi-pips-horizontal {
padding: 10px 0;
height: 80px;
top: 100%;
left: 0;
width: 100%;
}
.noUi-value-horizontal {
-webkit-transform: translate(-50%, 50%);
transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
-webkit-transform: translate(50%, 50%);
transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
margin-left: -1px;
width: 2px;
height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
height: 15px;
} .noUi-pips-vertical {
padding: 0 10px;
height: 100%;
top: 0;
left: 100%;
}
.noUi-value-vertical {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
-webkit-transform: translate(0, 50%);
transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
width: 5px;
height: 2px;
margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
width: 15px;
}
.noUi-tooltip {
display: block;
position: absolute;
border: 1px solid #D9D9D9;
border-radius: 3px;
background: #fff;
color: #000;
padding: 5px;
text-align: center;
white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
left: 50%;
bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
top: 50%;
right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
-webkit-transform: translate(50%, 0);
transform: translate(50%, 0);
left: auto;
bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
-webkit-transform: translate(0, -18px);
transform: translate(0, -18px);
top: auto;
right: 28px;
}.image-comparator {
width: 100%;
display: inline-block;
padding: 6px 6px 25px; }
.image-comparator .images {
width: 100%;
height: 97%;
height: calc(100% - 35px);
overflow: hidden;
position: relative; }
.image-comparator .images a {
max-width: inherit; }
.image-comparator .images a:hover img {
opacity: 1.0; }
.image-comparator .images img {
max-width: inherit !important;
width: 100%;
border: 0;
padding: 0; }
.image-comparator .images .left, .image-comparator .images .right {
overflow: hidden;
width: 100%; }
.image-comparator .images .right {
position: absolute;
top: 0;
left: 0; }
.image-comparator .images .ic-clear {
clear: both; }
.image-comparator .slider {
bottom: 0;
margin-top: 10px; }
.image-comparator.overlay .left {
position: absolute;
top: 0;
z-index: 1; }
.image-comparator.overlay .right {
position: relative;
z-index: 0; }
.image-comparator .noUi-target {
border-radius: 2px;
border: 1px solid #c3c3c3; }
.image-comparator .noUi-horizontal {
height: 12px; }
.image-comparator .noUi-horizontal .noUi-handle {
width: 22px;
height: 22px;
border-radius: 2px;
border-color: #c3c3c3;
right: -10px;
top: -6px; }
.image-comparator .noUi-horizontal .noUi-handle:before, .image-comparator .noUi-horizontal .noUi-handle:after {
display: none; }
@media all and (max-width: 500px) {
.image-comparator .noUi-horizontal .noUi-handle {
width: 34px;
height: 28px;
right: -10px; } }#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;} #cboxOverlay{background:url(//rundumblick360.com/wp-content/plugins/boxers-and-swipers/colorbox/images/overlay.png) repeat 0 0;}
#colorbox{outline:0;}
#cboxTopLeft{width:21px; height:21px; background:url(//rundumblick360.com/wp-content/plugins/boxers-and-swipers/colorbox/images/controls.png) no-repeat -101px 0;}
#cboxTopRight{width:21px; height:21px; background:url(//rundumblick360.com/wp-content/plugins/boxers-and-swipers/colorbox/images/controls.png) no-repeat -130px 0;}
#cboxBottomLeft{width:21px; height:21px; background:url(//rundumblick360.com/wp-content/plugins/boxers-and-swipers/colorbox/images/controls.png) no-repeat -101px -29px;}
#cboxBottomRight{width:21px; height:21px; background:url(//rundumblick360.com/wp-content/plugins/boxers-and-swipers/colorbox/images/controls.png) no-repeat -130px -29px;}
#cboxMiddleLeft{width:21px; background:url(//rundumblick360.com/wp-content/plugins/boxers-and-swipers/colorbox/images/controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px; background:url(//rundumblick360.com/wp-content/plugins/boxers-and-swipers/colorbox/images/controls.png) right top repeat-y;}
#cboxTopCenter{height:21px; background:url(//rundumblick360.com/wp-content/plugins/boxers-and-swipers/colorbox/images/border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url(//rundumblick360.com/wp-content/plugins/boxers-and-swipers/colorbox/images/border.png) 0 -29px repeat-x;}
#cboxContent{background:#fff; overflow:hidden;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:28px;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxLoadingOverlay{background:url(//rundumblick360.com/wp-content/plugins/boxers-and-swipers/colorbox/images/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(//rundumblick360.com/wp-content/plugins/boxers-and-swipers/colorbox/images/loading.gif) no-repeat center center;} #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; } #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0; background:url(//rundumblick360.com/wp-content/plugins/boxers-and-swipers/colorbox/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url(//rundumblick360.com/wp-content/plugins/boxers-and-swipers/colorbox/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxNext:hover{background-position:-50px -25px;}
#cboxClose{position:absolute; bottom:0; right:0; background:url(//rundumblick360.com/wp-content/plugins/boxers-and-swipers/colorbox/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxClose:hover{background-position:-25px -25px;} .cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}html {
font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body {
margin: 0; }  article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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: 1em 40px; } 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; }   legend {
border: 0; padding: 0; } textarea {
overflow: auto; } optgroup {
font-weight: bold; }  table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }
.foundation-mq {
font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }
html {
font-size: 100%;
box-sizing: border-box; }
*,
*:before,
*:after {
box-sizing: inherit; }
body {
padding: 0;
margin: 0;
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-weight: normal;
line-height: 1.5;
color: #222222;
background: #fefefe;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
img {
max-width: 100%;
height: auto;
-ms-interpolation-mode: bicubic;
display: inline-block;
vertical-align: middle; }
textarea {
height: auto;
min-height: 50px;
border-radius: 0px; }
select {
width: 100%;
border-radius: 0px; }
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
max-width: none !important; }
button {
-webkit-appearance: none;
-moz-appearance: none;
background: transparent;
padding: 0;
border: 0;
border-radius: 0px;
line-height: 1; }
.is-visible {
display: block !important; }
.is-hidden {
display: none !important; }
.row {
max-width: 97.5rem;
margin-left: auto;
margin-right: auto;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap; }
.row .row {
margin-left: -0.625rem;
margin-right: -0.625rem; }
@media screen and (min-width: 40em) {
.row .row {
margin-left: -0.9375rem;
margin-right: -0.9375rem; } }
.row.expanded {
max-width: none; }
.row.collapse > .column, .row.collapse > .columns {
padding-left: 0;
padding-right: 0; }
.column, .columns {
padding-left: 0.625rem;
padding-right: 0.625rem;
-webkit-flex: 1 1 0px;
-ms-flex: 1 1 0px;
flex: 1 1 0px; }
@media screen and (min-width: 40em) {
.column, .columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem; } }
.column.row.row, .row.row.columns {
float: none; }
.row .column.row.row, .row .row.row.columns {
padding-left: 0;
padding-right: 0;
margin-left: 0;
margin-right: 0; }
.small-1 {
-webkit-flex: 0 0 8.33333%;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.small-offset-0 {
margin-left: 0%; }
.small-2 {
-webkit-flex: 0 0 16.66667%;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.small-offset-1 {
margin-left: 8.33333%; }
.small-3 {
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.small-offset-2 {
margin-left: 16.66667%; }
.small-4 {
-webkit-flex: 0 0 33.33333%;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.small-offset-3 {
margin-left: 25%; }
.small-5 {
-webkit-flex: 0 0 41.66667%;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.small-offset-4 {
margin-left: 33.33333%; }
.small-6 {
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.small-offset-5 {
margin-left: 41.66667%; }
.small-7 {
-webkit-flex: 0 0 58.33333%;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.small-offset-6 {
margin-left: 50%; }
.small-8 {
-webkit-flex: 0 0 66.66667%;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.small-offset-7 {
margin-left: 58.33333%; }
.small-9 {
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.small-offset-8 {
margin-left: 66.66667%; }
.small-10 {
-webkit-flex: 0 0 83.33333%;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.small-offset-9 {
margin-left: 75%; }
.small-11 {
-webkit-flex: 0 0 91.66667%;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.small-offset-10 {
margin-left: 83.33333%; }
.small-12 {
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.small-offset-11 {
margin-left: 91.66667%; }
.small-order-1 {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1; }
.small-order-2 {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2; }
.small-order-3 {
-webkit-order: 3;
-ms-flex-order: 3;
order: 3; }
.small-order-4 {
-webkit-order: 4;
-ms-flex-order: 4;
order: 4; }
.small-order-5 {
-webkit-order: 5;
-ms-flex-order: 5;
order: 5; }
.small-order-6 {
-webkit-order: 6;
-ms-flex-order: 6;
order: 6; }
.small-collapse > .column, .small-collapse > .columns {
padding-left: 0;
padding-right: 0; }
.small-uncollapse > .column, .small-uncollapse > .columns {
padding-left: 0.625rem;
padding-right: 0.625rem; }
@media screen and (min-width: 40em) {
.medium-1 {
-webkit-flex: 0 0 8.33333%;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.medium-offset-0 {
margin-left: 0%; }
.medium-2 {
-webkit-flex: 0 0 16.66667%;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.medium-offset-1 {
margin-left: 8.33333%; }
.medium-3 {
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.medium-offset-2 {
margin-left: 16.66667%; }
.medium-4 {
-webkit-flex: 0 0 33.33333%;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.medium-offset-3 {
margin-left: 25%; }
.medium-5 {
-webkit-flex: 0 0 41.66667%;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.medium-offset-4 {
margin-left: 33.33333%; }
.medium-6 {
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.medium-offset-5 {
margin-left: 41.66667%; }
.medium-7 {
-webkit-flex: 0 0 58.33333%;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.medium-offset-6 {
margin-left: 50%; }
.medium-8 {
-webkit-flex: 0 0 66.66667%;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.medium-offset-7 {
margin-left: 58.33333%; }
.medium-9 {
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.medium-offset-8 {
margin-left: 66.66667%; }
.medium-10 {
-webkit-flex: 0 0 83.33333%;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.medium-offset-9 {
margin-left: 75%; }
.medium-11 {
-webkit-flex: 0 0 91.66667%;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.medium-offset-10 {
margin-left: 83.33333%; }
.medium-12 {
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.medium-offset-11 {
margin-left: 91.66667%; }
.medium-order-1 {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1; }
.medium-order-2 {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2; }
.medium-order-3 {
-webkit-order: 3;
-ms-flex-order: 3;
order: 3; }
.medium-order-4 {
-webkit-order: 4;
-ms-flex-order: 4;
order: 4; }
.medium-order-5 {
-webkit-order: 5;
-ms-flex-order: 5;
order: 5; }
.medium-order-6 {
-webkit-order: 6;
-ms-flex-order: 6;
order: 6; } }
@media screen and (min-width: 40em) and (min-width: 40em) {
.medium-expand {
-webkit-flex: 1 1 0px;
-ms-flex: 1 1 0px;
flex: 1 1 0px; } }
.row.medium-unstack .column, .row.medium-unstack .columns {
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%; }
@media screen and (min-width: 40em) {
.row.medium-unstack .column, .row.medium-unstack .columns {
-webkit-flex: 1 1 0px;
-ms-flex: 1 1 0px;
flex: 1 1 0px; } }
@media screen and (min-width: 40em) {
.medium-collapse > .column, .medium-collapse > .columns {
padding-left: 0;
padding-right: 0; }
.medium-uncollapse > .column, .medium-uncollapse > .columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem; } }
@media screen and (min-width: 64em) {
.large-1 {
-webkit-flex: 0 0 8.33333%;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.large-offset-0 {
margin-left: 0%; }
.large-2 {
-webkit-flex: 0 0 16.66667%;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.large-offset-1 {
margin-left: 8.33333%; }
.large-3 {
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.large-offset-2 {
margin-left: 16.66667%; }
.large-4 {
-webkit-flex: 0 0 33.33333%;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.large-offset-3 {
margin-left: 25%; }
.large-5 {
-webkit-flex: 0 0 41.66667%;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.large-offset-4 {
margin-left: 33.33333%; }
.large-6 {
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.large-offset-5 {
margin-left: 41.66667%; }
.large-7 {
-webkit-flex: 0 0 58.33333%;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.large-offset-6 {
margin-left: 50%; }
.large-8 {
-webkit-flex: 0 0 66.66667%;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.large-offset-7 {
margin-left: 58.33333%; }
.large-9 {
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.large-offset-8 {
margin-left: 66.66667%; }
.large-10 {
-webkit-flex: 0 0 83.33333%;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.large-offset-9 {
margin-left: 75%; }
.large-11 {
-webkit-flex: 0 0 91.66667%;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.large-offset-10 {
margin-left: 83.33333%; }
.large-12 {
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.large-offset-11 {
margin-left: 91.66667%; }
.large-order-1 {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1; }
.large-order-2 {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2; }
.large-order-3 {
-webkit-order: 3;
-ms-flex-order: 3;
order: 3; }
.large-order-4 {
-webkit-order: 4;
-ms-flex-order: 4;
order: 4; }
.large-order-5 {
-webkit-order: 5;
-ms-flex-order: 5;
order: 5; }
.large-order-6 {
-webkit-order: 6;
-ms-flex-order: 6;
order: 6; } }
@media screen and (min-width: 64em) and (min-width: 64em) {
.large-expand {
-webkit-flex: 1 1 0px;
-ms-flex: 1 1 0px;
flex: 1 1 0px; } }
.row.large-unstack .column, .row.large-unstack .columns {
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%; }
@media screen and (min-width: 64em) {
.row.large-unstack .column, .row.large-unstack .columns {
-webkit-flex: 1 1 0px;
-ms-flex: 1 1 0px;
flex: 1 1 0px; } }
@media screen and (min-width: 64em) {
.large-collapse > .column, .large-collapse > .columns {
padding-left: 0;
padding-right: 0; }
.large-uncollapse > .column, .large-uncollapse > .columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem; } }
.shrink {
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
max-width: 100%; }
.row.align-right {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end; }
.row.align-center {
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
.row.align-justify {
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between; }
.row.align-spaced {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around; }
.row.align-top {
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start; }
.column.align-top, .align-top.columns {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start; }
.row.align-bottom {
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end; }
.column.align-bottom, .align-bottom.columns {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end; }
.row.align-middle {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
.column.align-middle, .align-middle.columns {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center; }
.row.align-stretch {
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch; }
.column.align-stretch, .align-stretch.columns {
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch; }
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
margin: 0;
padding: 0; }
p {
font-size: inherit;
line-height: 1.6;
margin-bottom: 1rem;
text-rendering: optimizeLegibility; }
em,
i {
font-style: italic;
line-height: inherit; }
strong,
b {
font-weight: bold;
line-height: inherit; }
small {
font-size: 80%;
line-height: inherit; }
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-weight: normal;
font-style: normal;
color: #222222;
text-rendering: optimizeLegibility;
margin-top: 0;
margin-bottom: 0.5rem;
line-height: 1.4; }
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
color: #cacaca;
line-height: 0; }
h1 {
font-size: 1.5rem; }
h2 {
font-size: 1.25rem; }
h3 {
font-size: 1.1875rem; }
h4 {
font-size: 1.125rem; }
h5 {
font-size: 1.0625rem; }
h6 {
font-size: 1rem; }
@media screen and (min-width: 40em) {
h1 {
font-size: 3rem; }
h2 {
font-size: 2.5rem; }
h3 {
font-size: 1.9375rem; }
h4 {
font-size: 1.5625rem; }
h5 {
font-size: 1.25rem; }
h6 {
font-size: 1rem; } }
a {
color: #2ba6cb;
text-decoration: none;
line-height: inherit;
cursor: pointer; }
a:hover, a:focus {
color: #258faf; }
a img {
border: 0; }
hr {
max-width: 97.5rem;
height: 0;
border-right: 0;
border-top: 0;
border-bottom: 1px solid #cacaca;
border-left: 0;
margin: 1.25rem auto;
clear: both; }
ul,
ol,
dl {
line-height: 1.6;
margin-bottom: 1rem;
list-style-position: outside; }
li {
font-size: inherit; }
ul {
list-style-type: disc;
margin-left: 1.25rem; }
ol {
margin-left: 1.25rem; }
ul ul, ol ul, ul ol, ol ol {
margin-left: 1.25rem;
margin-bottom: 0; }
dl {
margin-bottom: 1rem; }
dl dt {
margin-bottom: 0.3rem;
font-weight: bold; }
blockquote {
margin: 0 0 1rem;
padding: 0.5625rem 1.25rem 0 1.1875rem;
border-left: 1px solid #cacaca; }
blockquote, blockquote p {
line-height: 1.6;
color: #8a8a8a; }
cite {
display: block;
font-size: 0.8125rem;
color: #8a8a8a; }
cite:before {
content: '\2014 \0020'; }
abbr {
color: #222222;
cursor: help;
border-bottom: 1px dotted #0a0a0a; }
code {
font-family: Consolas, "Liberation Mono", Courier, monospace;
font-weight: normal;
color: #0a0a0a;
background-color: #e6e6e6;
border: 1px solid #cacaca;
padding: 0.125rem 0.3125rem 0.0625rem; }
kbd {
padding: 0.125rem 0.25rem 0;
margin: 0;
background-color: #e6e6e6;
color: #0a0a0a;
font-family: Consolas, "Liberation Mono", Courier, monospace; }
.subheader {
margin-top: 0.2rem;
margin-bottom: 0.5rem;
font-weight: normal;
line-height: 1.4;
color: #8a8a8a; }
.lead {
font-size: 125%;
line-height: 1.6; }
.stat {
font-size: 2.5rem;
line-height: 1; }
p + .stat {
margin-top: -1rem; }
.no-bullet {
margin-left: 0;
list-style: none; }
.text-left {
text-align: left; }
.text-right {
text-align: right; }
.text-center {
text-align: center; }
.text-justify {
text-align: justify; }
@media screen and (min-width: 40em) {
.medium-text-left {
text-align: left; }
.medium-text-right {
text-align: right; }
.medium-text-center {
text-align: center; }
.medium-text-justify {
text-align: justify; } }
@media screen and (min-width: 64em) {
.large-text-left {
text-align: left; }
.large-text-right {
text-align: right; }
.large-text-center {
text-align: center; }
.large-text-justify {
text-align: justify; } }
.show-for-print {
display: none !important; }
@media print {
* {
background: transparent !important;
color: black !important;
box-shadow: none !important;
text-shadow: none !important; }
.show-for-print {
display: block !important; }
.hide-for-print {
display: none !important; }
table.show-for-print {
display: table !important; }
thead.show-for-print {
display: table-header-group !important; }
tbody.show-for-print {
display: table-row-group !important; }
tr.show-for-print {
display: table-row !important; }
td.show-for-print {
display: table-cell !important; }
th.show-for-print {
display: table-cell !important; }
a,
a:visited {
text-decoration: underline; }
a[href]:after {
content: " (" attr(href) ")"; }
.ir a:after,
a[href^='javascript:']:after,
a[href^='#']:after {
content: ''; }
abbr[title]:after {
content: " (" attr(title) ")"; }
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid; }
thead {
display: table-header-group; }
tr,
img {
page-break-inside: avoid; }
img {
max-width: 100% !important; }
@page {
margin: 0.5cm; }
p,
h2,
h3 {
orphans: 3;
widows: 3; }
h2,
h3 {
page-break-after: avoid; } }
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
display: block;
box-sizing: border-box;
width: 100%;
height: 2.4375rem;
padding: 0.5rem;
border: 1px solid #cacaca;
margin: 0 0 1rem;
font-family: inherit;
font-size: 1rem;
color: #0a0a0a;
background-color: #fefefe;
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
border-radius: 0px;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
-webkit-appearance: none;
-moz-appearance: none; }
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
border: 1px solid #8a8a8a;
background-color: #fefefe;
outline: none;
box-shadow: 0 0 5px #cacaca;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
textarea {
max-width: 100%; }
textarea[rows] {
height: auto; }
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
background-color: #e6e6e6;
cursor: default; }
[type='submit'],
[type='button'] {
border-radius: 0px;
-webkit-appearance: none;
-moz-appearance: none; }
input[type='search'] {
box-sizing: border-box; }
[type='file'],
[type='checkbox'],
[type='radio'] {
margin: 0 0 1rem; }
[type='checkbox'] + label,
[type='radio'] + label {
display: inline-block;
margin-left: 0.5rem;
margin-right: 1rem;
margin-bottom: 0;
vertical-align: baseline; }
label > [type='checkbox'],
label > [type='label'] {
margin-right: 0.5rem; }
[type='file'] {
width: 100%; }
label {
display: block;
margin: 0;
font-size: 0.875rem;
font-weight: normal;
line-height: 1.8;
color: #0a0a0a; }
label.middle {
margin: 0 0 1rem;
padding: 0.5625rem 0; }
.help-text {
margin-top: -0.5rem;
font-size: 0.8125rem;
font-style: italic;
color: #333; }
.input-group {
display: table;
width: 100%;
margin-bottom: 1rem; }
.input-group > :first-child {
border-radius: 0px 0 0 0px; }
.input-group > :last-child > * {
border-radius: 0 0px 0px 0; }
.input-group-label, .input-group-field, .input-group-button {
display: table-cell;
margin: 0;
vertical-align: middle; }
.input-group-label {
text-align: center;
width: 1%;
height: 100%;
padding: 0 1rem;
background: #e6e6e6;
color: #0a0a0a;
border: 1px solid #cacaca;
white-space: nowrap; }
.input-group-label:first-child {
border-right: 0; }
.input-group-label:last-child {
border-left: 0; }
.input-group-field {
border-radius: 0;
height: 2.5rem; }
.input-group-button {
height: 100%;
padding-top: 0;
padding-bottom: 0;
text-align: center;
width: 1%; }
.input-group-button a,
.input-group-button input,
.input-group-button button {
margin: 0; }
fieldset {
border: 0;
padding: 0;
margin: 0; }
legend {
margin-bottom: 0.5rem;
max-width: 100%; }
.fieldset {
border: 1px solid #cacaca;
padding: 1.25rem;
margin: 1.125rem 0; }
.fieldset legend {
background: #fefefe;
padding: 0 0.1875rem;
margin: 0;
margin-left: -0.1875rem; }
select {
height: 2.4375rem;
padding: 0.5rem;
border: 1px solid #cacaca;
margin: 0 0 1rem;
font-size: 1rem;
font-family: inherit;
line-height: normal;
color: #0a0a0a;
background-color: #fefefe;
border-radius: 0px;
-webkit-appearance: none;
-moz-appearance: none;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>');
background-size: 9px 6px;
background-position: right center;
background-origin: content-box;
background-repeat: no-repeat; }
@media screen and (min-width: 0\0) {
select {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==); } }
select:disabled {
background-color: #e6e6e6;
cursor: default; }
select::-ms-expand {
display: none; }
select[multiple] {
height: auto; }
.is-invalid-input:not(:focus) {
background-color: rgba(198, 15, 19, 0.1);
border-color: #c60f13; }
.is-invalid-label {
color: #c60f13; }
.form-error {
display: none;
margin-top: -0.5rem;
margin-bottom: 1rem;
font-size: 0.75rem;
font-weight: bold;
color: #c60f13; }
.form-error.is-visible {
display: block; }
.hide {
display: none !important; }
.invisible {
visibility: hidden; }
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
.hide-for-small-only {
display: none !important; } }
@media screen and (max-width: 0em), screen and (min-width: 40em) {
.show-for-small-only {
display: none !important; } }
@media screen and (min-width: 40em) {
.hide-for-medium {
display: none !important; } }
@media screen and (max-width: 39.9375em) {
.show-for-medium {
display: none !important; } }
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
.hide-for-medium-only {
display: none !important; } }
@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
.show-for-medium-only {
display: none !important; } }
@media screen and (min-width: 64em) {
.hide-for-large {
display: none !important; } }
@media screen and (max-width: 63.9375em) {
.show-for-large {
display: none !important; } }
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
.hide-for-large-only {
display: none !important; } }
@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
.show-for-large-only {
display: none !important; } }
.show-for-sr,
.show-on-focus {
position: absolute !important;
width: 1px;
height: 1px;
overflow: hidden;
clip: rect(0, 0, 0, 0); }
.show-on-focus:active, .show-on-focus:focus {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto; }
.show-for-landscape,
.hide-for-portrait {
display: block !important; }
@media screen and (orientation: landscape) {
.show-for-landscape,
.hide-for-portrait {
display: block !important; } }
@media screen and (orientation: portrait) {
.show-for-landscape,
.hide-for-portrait {
display: none !important; } }
.hide-for-landscape,
.show-for-portrait {
display: none !important; }
@media screen and (orientation: landscape) {
.hide-for-landscape,
.show-for-portrait {
display: none !important; } }
@media screen and (orientation: portrait) {
.hide-for-landscape,
.show-for-portrait {
display: block !important; } }
.float-left {
float: left !important; }
.float-right {
float: right !important; }
.float-center {
display: block;
margin-left: auto;
margin-right: auto; }
.clearfix::before, .clearfix::after {
content: ' ';
display: table; }
.clearfix::after {
clear: both; }
.menu {
margin: 0;
list-style-type: none; }
.menu > li {
display: table-cell;
vertical-align: middle; }
[data-whatinput='mouse'] .menu > li {
outline: 0; }
.menu > li > a {
display: block;
padding: 0.7rem 1rem;
line-height: 1; }
.menu input,
.menu a,
.menu button {
margin-bottom: 0; }
.menu > li > a > img,
.menu > li > a > i {
vertical-align: middle; }
.menu > li > a > span {
vertical-align: middle; }
.menu > li > a > img,
.menu > li > a > i {
display: inline-block;
margin-right: 0.25rem; }
.menu > li {
display: table-cell; }
.menu.vertical > li {
display: block; }
@media screen and (min-width: 40em) {
.menu.medium-horizontal > li {
display: table-cell; }
.menu.medium-vertical > li {
display: block; } }
@media screen and (min-width: 64em) {
.menu.large-horizontal > li {
display: table-cell; }
.menu.large-vertical > li {
display: block; } }
.menu.simple li {
line-height: 1;
display: inline-block;
margin-right: 1rem; }
.menu.simple a {
padding: 0; }
.menu.align-right > li {
float: right; }
.menu.expanded {
display: table;
table-layout: fixed;
width: 100%; }
.menu.expanded > li:first-child:last-child {
width: 100%; }
.menu.icon-top > li > a {
text-align: center; }
.menu.icon-top > li > a > img,
.menu.icon-top > li > a > i {
display: block;
margin: 0 auto 0.25rem; }
.menu.nested {
margin-left: 1rem; }
.menu-text {
font-weight: bold;
color: inherit;
line-height: 1;
padding-top: 0;
padding-bottom: 0;
padding: 0.7rem 1rem; }
.no-js [data-responsive-menu] ul {
display: none; }@font-face{font-family:'FontAwesome';src:url(//rundumblick360.com/wp-content/themes/twofold-wp/assets/fonts/fontawesome-webfont.eot?v=4.4.0);src:url(//rundumblick360.com/wp-content/themes/twofold-wp/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format('embedded-opentype'),url(//rundumblick360.com/wp-content/themes/twofold-wp/assets/fonts/fontawesome-webfont.woff2?v=4.4.0) format('woff2'),url(//rundumblick360.com/wp-content/themes/twofold-wp/assets/fonts/fontawesome-webfont.woff?v=4.4.0) format('woff'),url(//rundumblick360.com/wp-content/themes/twofold-wp/assets/fonts/fontawesome-webfont.ttf?v=4.4.0) format('truetype'),url(//rundumblick360.com/wp-content/themes/twofold-wp/assets/fonts/fontawesome-webfont.svg?v=4.4.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{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-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"}html{height:100%}body{padding:0;margin:0;position:static;-webkit-tap-highlight-color:transparent;scroll-behavior:smooth}@media only screen and (min-width: 48.063em){body{position:relative}}body div,body dl,body dt,body dd,body ul,body ol,body li,body pre,body form,body p,body th,body td{font-size:inherit;font-family:inherit}body p{font-style:normal;font-size:16px;font-weight:400;line-height:1.6em;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased}body strong{font-weight:600}figure{margin:0}a{color:#151515;outline:0;text-decoration:none}a:focus{color:#151515}a:hover{color:#e03737}.titlefont,h1,h2,h3,h4,h5,h6,blockquote,.post .post-meta,.tag-link,.photo .album_no,.photo .inside,.navigation-menu,.btn,#comments ol.commentlist .comment .comment-meta,#comments ol.commentlist .comment .vcard,#comments ol.commentlist .comment .reply,.swiper-container.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet em,.selectric,.selectric-items,.pagination,#multiscroll-nav a em{font-family:"Rajdhani", sans-serif}.bodyfont,body{font-family:"Anonymous Pro", serif}h1,h2,h3,h4,h5,h6{color:#151515;margin-top:0;font-weight:600;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased}.reset{margin:0;padding:0}.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}.disable-hover,.disable-hover *{pointer-events:none !important}.endcolumn [class*="column"]+[class*="column"]:last-child{float:left}.transition,.post_nav,input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"],textarea,.swiper-container.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet:after,#multiscroll-nav a:after{-moz-transition:all 1s cubic-bezier(0.77, 0, 0.175, 1);-o-transition:all 1s cubic-bezier(0.77, 0, 0.175, 1);-webkit-transition:all 1s cubic-bezier(0.77, 0, 0.175, 1);transition:all 1s cubic-bezier(0.77, 0, 0.175, 1)}.quick-transition,a,.photo.simple-hover,.photo.simple-hover .photo_link svg,.photo.pan-hover,.photo.pan-hover .photo_link svg,.atvImg-layers,.btn,.swiper-container.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet em,.swiper-container .text-container,.swiper-container h1,.swiper-container p,#footer .left-side .footer-menu li+li:before,.selectric,.selectric .label,.selectric .button,.selectric-items ul,.selectric-items li,#multiscroll-nav a em{-moz-transition:all 0.25s cubic-bezier(0.77, 0, 0.175, 1);-o-transition:all 0.25s cubic-bezier(0.77, 0, 0.175, 1);-webkit-transition:all 0.25s cubic-bezier(0.77, 0, 0.175, 1);transition:all 0.25s cubic-bezier(0.77, 0, 0.175, 1)}.admin-bar .admin-style,.admin-bar #header,.admin-bar #navigation-menu,.admin-bar .pace .pace-progress,.pace .admin-bar .pace-progress,.admin-bar .thb-thumbnails,.admin-bar .lg-outer{top:46px}@media screen and (min-width: 783px){.admin-bar .admin-style,.admin-bar #header,.admin-bar #navigation-menu,.admin-bar .pace .pace-progress,.pace .admin-bar .pace-progress,.admin-bar .thb-thumbnails,.admin-bar .lg-outer{top:32px}}.social{-moz-transition:color 0.25s cubic-bezier(0.77, 0, 0.175, 1),background 0.25s cubic-bezier(0.77, 0, 0.175, 1),border 0.25s cubic-bezier(0.77, 0, 0.175, 1);-o-transition:color 0.25s cubic-bezier(0.77, 0, 0.175, 1),background 0.25s cubic-bezier(0.77, 0, 0.175, 1),border 0.25s cubic-bezier(0.77, 0, 0.175, 1);-webkit-transition:color 0.25s cubic-bezier(0.77, 0, 0.175, 1),background 0.25s cubic-bezier(0.77, 0, 0.175, 1),border 0.25s cubic-bezier(0.77, 0, 0.175, 1);transition:color 0.25s cubic-bezier(0.77, 0, 0.175, 1),background 0.25s cubic-bezier(0.77, 0, 0.175, 1),border 0.25s cubic-bezier(0.77, 0, 0.175, 1)}.social.facebook:hover{color:#3b5998}.social.google-plus:hover{color:#dd4b39}.social.linkedin:hover{color:#007bb6}.social.pinterest:hover{color:#cb2027}.social.twitter:hover{color:#00aced}.social.instagram:hover{color:#3f729b}.social.vk:hover{color:#45668e}.social.tumblr:hover{color:#35465c}.social.xing:hover{color:#cfdc00}.social.soundcloud:hover{color:#f80}.social.dribbble:hover{color:#ea4c89}.social.youtube:hover{color:#e52d27}.social.spotify:hover{color:#7ab800}.social.behance:hover{color:#1769ff}.social.deviantart:hover{color:#4e6252}.social.mail:hover{color:#5c5f63}.social.vimeo:hover{color:#162221}.social.flickr:hover{color:#0063dc}.social.fivehundred:hover{color:#0099e5}.social.boxed-icon.facebook:hover{border-color:#3b5998;background:#3b5998;color:#fff}.social.boxed-icon.facebook:hover span{color:#fff}.social.boxed-icon.google-plus:hover{border-color:#dd4b39;background:#dd4b39;color:#fff}.social.boxed-icon.google-plus:hover span{color:#fff}.social.boxed-icon.linkedin:hover{border-color:#007bb6;background:#007bb6;color:#fff}.social.boxed-icon.linkedin:hover span{color:#fff}.social.boxed-icon.pinterest:hover{border-color:#cb2027;background:#cb2027;color:#fff}.social.boxed-icon.pinterest:hover span{color:#fff}.social.boxed-icon.twitter:hover{border-color:#00aced;background:#00aced;color:#fff}.social.boxed-icon.twitter:hover span{color:#fff}.social.boxed-icon.instagram:hover{border-color:#3f729b;background:#3f729b;color:#fff}.social.boxed-icon.instagram:hover span{color:#fff}.social.boxed-icon.vk:hover{border-color:#45668e;background:#45668e;color:#fff}.social.boxed-icon.vk:hover span{color:#fff}.social.boxed-icon.tumblr:hover{border-color:#35465c;background:#35465c;color:#fff}.social.boxed-icon.tumblr:hover span{color:#fff}.social.boxed-icon.xing:hover{border-color:#cfdc00;background:#cfdc00;color:#fff}.social.boxed-icon.xing:hover span{color:#fff}.social.boxed-icon.soundcloud:hover{border-color:#f80;background:#f80;color:#fff}.social.boxed-icon.soundcloud:hover span{color:#fff}.social.boxed-icon.dribbble:hover{border-color:#ea4c89;background:#ea4c89;color:#fff}.social.boxed-icon.dribbble:hover span{color:#fff}.social.boxed-icon.youtube:hover{border-color:#e52d27;background:#e52d27;color:#fff}.social.boxed-icon.youtube:hover span{color:#fff}.social.boxed-icon.spotify:hover{border-color:#7ab800;background:#7ab800;color:#fff}.social.boxed-icon.spotify:hover span{color:#fff}.social.boxed-icon.behance:hover{border-color:#1769ff;background:#1769ff;color:#fff}.social.boxed-icon.behance:hover span{color:#fff}.social.boxed-icon.deviantart:hover{border-color:#4e6252;background:#4e6252;color:#fff}.social.boxed-icon.deviantart:hover span{color:#fff}.social.boxed-icon.mail:hover{border-color:#5c5f63;background:#5c5f63;color:#fff}.social.boxed-icon.mail:hover span{color:#fff}.social.boxed-icon.vimeo:hover{border-color:#162221;background:#162221;color:#fff}.social.boxed-icon.vimeo:hover span{color:#fff}.social.boxed-icon.flickr:hover{border-color:#0063dc;background:#0063dc;color:#fff}.social.boxed-icon.flickr:hover span{color:#fff}.social.boxed-icon.fivehundred:hover{border-color:#0099e5;background:#0099e5;color:#fff}.social.boxed-icon.fivehundred:hover span{color:#fff}.social.boxed-icon:hover{color:#fff}.social.boxed-icon:hover span{color:#fff}.row.no-row-padding{padding:0}.row.no-padding{margin:0 auto}.row.no-padding>.columns{padding:0}.row.max_width{max-width:76.875em;padding:0;margin:0 auto}@media only screen and (min-width: 48.063em){.row.max_width{padding:0 15px}}.row .height-2{height:0;padding-bottom:60%}@-moz-document url-prefix(){.row .height-2{height:auto}}@media only screen and (min-width: 64.063em){.row .height-2{padding-bottom:50%}}@media only screen and (min-width: 80em){.row .height-2{padding-bottom:40%}}.row .height-2:after{content:"";display:block;height:0;padding-bottom:60%}@media only screen and (min-width: 64.063em){.row .height-2:after{padding-bottom:50%}}@media only screen and (min-width: 80em){.row .height-2:after{padding-bottom:40%}}.row .thb-true-aspect{height:auto !important;padding-bottom:0 !important}.row .thb-true-aspect:after{display:none !important}.row .thb-twenty{width:100%;height:0}@-moz-document url-prefix(){.row .thb-twenty{height:auto}}@media only screen and (min-width: 64.063em){.row .thb-twenty{width:33.3333%;-webkit-flex:0 0 33.3333%;flex:0 0 33.3333%;max-width:33.3333%}}@media only screen and (min-width: 80em){.row .thb-twenty{width:20%;-webkit-flex:0 0 20%;flex:0 0 20%;max-width:20%}}.row .thb-twenty.height-1-5{padding-bottom:50%}@media only screen and (min-width: 64.063em){.row .thb-twenty.height-1-5{padding-bottom:22.5%}}@media only screen and (min-width: 80em){.row .thb-twenty.height-1-5{padding-bottom:15%}}.row .thb-twenty.height-1-5:after{content:"";display:block;height:0;padding-bottom:50%}@media only screen and (min-width: 64.063em){.row .thb-twenty.height-1-5:after{padding-bottom:22.5%}}@media only screen and (min-width: 80em){.row .thb-twenty.height-1-5:after{padding-bottom:15%}}.row .thb-twenty.height-2{padding-bottom:50%}@media only screen and (min-width: 64.063em){.row .thb-twenty.height-2{padding-bottom:30%}}@media only screen and (min-width: 80em){.row .thb-twenty.height-2{padding-bottom:20%}}.row .thb-twenty.height-2:after{content:"";display:block;height:0;padding-bottom:50%}@media only screen and (min-width: 64.063em){.row .thb-twenty.height-2:after{padding-bottom:30%}}@media only screen and (min-width: 80em){.row .thb-twenty.height-2:after{padding-bottom:20%}}.row .thb-twenty.height-3{padding-bottom:50%}@media only screen and (min-width: 64.063em){.row .thb-twenty.height-3{padding-bottom:45%}}@media only screen and (min-width: 80em){.row .thb-twenty.height-3{padding-bottom:30%}}.row .thb-twenty.height-3:after{content:"";display:block;height:0;padding-bottom:50%}@media only screen and (min-width: 64.063em){.row .thb-twenty.height-3:after{padding-bottom:45%}}@media only screen and (min-width: 80em){.row .thb-twenty.height-3:after{padding-bottom:30%}}.row .thb-twenty.height-3-4{padding-bottom:48%}@media only screen and (min-width: 64.063em){.row .thb-twenty.height-3-4{padding-bottom:36%}}@media only screen and (min-width: 80em){.row .thb-twenty.height-3-4{padding-bottom:24%}}.row .thb-twenty.height-3-4:after{content:"";display:block;height:0;padding-bottom:48%}@media only screen and (min-width: 64.063em){.row .thb-twenty.height-3-4:after{padding-bottom:36%}}@media only screen and (min-width: 80em){.row .thb-twenty.height-3-4:after{padding-bottom:24%}}.row .thb-forty{width:100%}@-moz-document url-prefix(){.row .thb-forty{height:auto}}@media only screen and (min-width: 80em){.row .thb-forty{width:40%;-webkit-flex:0 0 40%;flex:0 0 40%;max-width:40%}}.row .thb-forty.height-2{padding-bottom:50%}@media only screen and (min-width: 48.063em){.row .thb-forty.height-2{padding-bottom:30%}}.row .thb-forty.height-2:after{content:"";display:block;height:0;padding-bottom:50%}@media only screen and (min-width: 48.063em){.row .thb-forty.height-2:after{padding-bottom:30%}}.row .thb-twentyfive{width:100%}@-moz-document url-prefix(){.row .thb-twentyfive{height:auto}}@media only screen and (min-width: 80em){.row .thb-twentyfive{width:25%;-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}}.row .thb-twentyfive.height-1-5{padding-bottom:50%}@media only screen and (min-width: 64.063em){.row .thb-twentyfive.height-1-5{padding-bottom:22.5%}}@media only screen and (min-width: 80em){.row .thb-twentyfive.height-1-5{padding-bottom:15%}}.row .thb-twentyfive.height-1-5:after{content:"";display:block;height:0;padding-bottom:50%}@media only screen and (min-width: 64.063em){.row .thb-twentyfive.height-1-5:after{padding-bottom:22.5%}}@media only screen and (min-width: 80em){.row .thb-twentyfive.height-1-5:after{padding-bottom:15%}}.row .thb-twentyfive.height-2{padding-bottom:50%}@media only screen and (min-width: 64.063em){.row .thb-twentyfive.height-2{padding-bottom:30%}}@media only screen and (min-width: 80em){.row .thb-twentyfive.height-2{padding-bottom:20%}}.row .thb-twentyfive.height-2:after{content:"";display:block;height:0;padding-bottom:50%}@media only screen and (min-width: 64.063em){.row .thb-twentyfive.height-2:after{padding-bottom:30%}}@media only screen and (min-width: 80em){.row .thb-twentyfive.height-2:after{padding-bottom:20%}}.row .thb-twentyfive.height-3{padding-bottom:50%}@media only screen and (min-width: 64.063em){.row .thb-twentyfive.height-3{padding-bottom:45%}}@media only screen and (min-width: 80em){.row .thb-twentyfive.height-3{padding-bottom:30%}}.row .thb-twentyfive.height-3:after{content:"";display:block;height:0;padding-bottom:50%}@media only screen and (min-width: 64.063em){.row .thb-twentyfive.height-3:after{padding-bottom:45%}}@media only screen and (min-width: 80em){.row .thb-twentyfive.height-3:after{padding-bottom:30%}}.row .thb-twentyfive.height-3-4{padding-bottom:50%}@media only screen and (min-width: 64.063em){.row .thb-twentyfive.height-3-4{padding-bottom:36%}}@media only screen and (min-width: 80em){.row .thb-twentyfive.height-3-4{padding-bottom:24%}}.row .thb-twentyfive.height-3-4:after{content:"";display:block;height:0;padding-bottom:50%}@media only screen and (min-width: 64.063em){.row .thb-twentyfive.height-3-4:after{padding-bottom:45%}}@media only screen and (min-width: 80em){.row .thb-twentyfive.height-3-4:after{padding-bottom:30%}}.row.album-style3{flex:1;height:100%}.row.album-style3 .thb-twenty{height:auto}.row.isotope-grid{display:block}.table{display:table;height:100%}.table>div{display:table-cell;vertical-align:middle}.flex-center,.swiper-container.center-slide .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.custom_scroll{overflow:hidden;height:100%;position:relative;-ms-touch-action:none;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;-o-text-size-adjust:none;text-size-adjust:none}.custom_scroll>ul{width:100%;list-style:none;position:absolute;-webkit-tap-highlight-color:transparent;-moz-transform:translateZ(0);-webkit-transform:translateZ(0);transform:translateZ(0)}.custom_scroll .iScrollHorizontalScrollbar{height:4px !important;z-index:9 !important}.custom_scroll .iScrollVerticalScrollbar{width:4px !important}.custom_scroll .iScrollIndicator{border-radius:none !important;border:none !important;background:rgba(0,0,0,0.2) !important}.custom_scroll .iScrollIndicator:hover{background:rgba(0,0,0,0.4) !important}.page-padding{min-height:100vh;padding:50px 0;width:100%}@media only screen and (min-width: 48.063em){.page-padding{padding:80px 0}}@media only screen and (min-width: 64.063em){.page-padding{padding:110px 0}}.page-padding.max{max-height:100vh}.side_padding{padding:0;width:100%}@media only screen and (min-width: 48.063em){.side_padding{padding:0 10px}}@media only screen and (min-width: 64.063em){.side_padding{padding:0 20px}}.thb-loading{position:relative}.thb-loading:after{content:'';width:38px;height:38px;position:absolute;bottom:0;left:50%;margin-left:-19px;padding:3px;border-radius:19px;background:#fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSIjMjIyMjIyIj4KICA8cGF0aCBvcGFjaXR5PSIuMjUiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz4KICA8cGF0aCBkPSJNMTYgMCBBMTYgMTYgMCAwIDEgMzIgMTYgTDI4IDE2IEExMiAxMiAwIDAgMCAxNiA0eiI+CiAgICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgZnJvbT0iMCAxNiAxNiIgdG89IjM2MCAxNiAxNiIgZHVyPSIwLjhzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L3BhdGg+Cjwvc3ZnPgo=") center center no-repeat}#wrapper{min-height:100vh;flex-direction:column;overflow:hidden}.row{width:100%}@media only screen and (min-width: 64.063em){.row.masonry-blog .columns{padding:0 20px}}h1{font-size:24px;line-height:1.135;margin-bottom:20px;font-weight:600}@media only screen and (min-width: 64.063em){h1{font-size:50px}}@media only screen and (min-width: 80em){h1{font-size:80px}}h2{font-size:22px;line-height:1.135;margin-bottom:20px;font-weight:600}@media only screen and (min-width: 64.063em){h2{font-size:42px}}@media only screen and (min-width: 80em){h2{font-size:60px}}h3{font-size:20px;line-height:1.135;margin-bottom:20px;font-weight:600}@media only screen and (min-width: 64.063em){h3{font-size:30px}}@media only screen and (min-width: 80em){h3{font-size:40px}}h4{font-size:18px;line-height:1.135;margin-bottom:20px;font-weight:600}@media only screen and (min-width: 64.063em){h4{font-size:24px}}h5{font-size:16px;line-height:1.135;margin-bottom:20px;font-weight:600}@media only screen and (min-width: 64.063em){h5{font-size:18px}}h6{font-size:14px;line-height:1.135;margin-bottom:10px;font-weight:600}hr{border-color:#eee}ul,ol{margin-left:0;list-style-position:inside;font-size:inherit}ul ul,ul ol,ol ul,ol ol{margin-left:15px}ul li,ol li{margin-bottom:10px}ul li:last-child,ol li:last-child{margin:0}ol{counter-reset:item;list-style:none}ol li:before{content:counter(item);counter-increment:item;color:#151515;display:inline-block;height:28px;line-height:24px;margin-right:10px;width:28px;border:2px solid #151515;background:#fff;text-align:center;font-size:12px;font-weight:800;border-radius:14px}.rtl ol li:before{margin-right:0;margin-left:10px}ol li ul{margin-top:10px;margin-left:40px;list-style-type:initial}ol li ul li:before{display:none}ol li ol{margin-top:10px;margin-left:40px}ol li ol li:before{content:counter(item);counter-increment:item;color:1;display:inline-block;height:28px;line-height:24px;margin-right:10px;width:28px;border:2px solid #151515;background:#fff;text-align:center;font-size:12px;font-weight:800;border-radius:14px}.rtl ol li ol li:before{margin-right:0;margin-left:10px}blockquote{position:relative;clear:both;padding:37px 15px;margin:10px 0;text-align:center;border:0}@media only screen and (min-width: 48.063em){blockquote{padding:37px;margin:20px 0}}blockquote p{font-size:18px;font-weight:500;color:#151515;line-height:1.16;text-transform:uppercase;margin:0}@media only screen and (min-width: 48.063em){blockquote p{font-size:24px}}blockquote cite{color:#151515;font-size:12px}cite{font-weight:500;font-size:14px;color:#151515;font-style:normal;line-height:1;margin-top:20px}cite:before{display:none}.post.style1{margin-bottom:30px}@media only screen and (min-width: 64.063em){.post.style1{margin-bottom:40px}}.post.style1 .post-gallery{margin-bottom:28px}.post.style1 .post-title h3{margin-bottom:15px}@media only screen and (min-width: 80em){.post.style1 .post-title h3{font-size:30px}}.post.style1 .post-content p{margin:0;font-size:12px}.post.style1 .excerpt-dot{margin:0;display:inline}.post.style3{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid rgba(0,0,0,0.1)}@media only screen and (min-width: 48.063em){.post.style3{margin-bottom:55px;padding-bottom:55px}}.post.style3:last-of-type{border-bottom:0;margin-bottom:0;padding-bottom:0}.post.style3 h3{margin-bottom:10px}.post.style3 .post-content p{margin:0;font-size:14px}.post.style3 .post-gallery{margin-bottom:20px}@media only screen and (min-width: 64.063em){.post.style3 .post-gallery{margin-bottom:0}}.post.style3 .post-gallery img{width:100%}.post.style3 .excerpt-dot{text-align:left}.single-post .post.post-detail .post-gallery{height:25vh;position:relative;overflow:hidden}@media only screen and (min-width: 48.063em){.single-post .post.post-detail .post-gallery{height:75vh}}.single-post .post.post-detail .post-gallery img{width:100%}.single-post .post.post-detail .post-gallery .parallax_bg{width:100%;height:150%;background-size:cover;background-position:0 center;-moz-transform:translateY(0);-ms-transform:translateY(0);-webkit-transform:translateY(0);transform:translateY(0);position:absolute;top:-15%;left:0}.post.post-detail .post-content{margin-bottom:40px}.post.post-detail .post-content .share_button{margin:0 0 30px}.post.post-detail .blog-post-container{margin-top:0}@media only screen and (min-width: 48.063em){.post.post-detail .blog-post-container{margin-top:-90px}}.post.post-detail.page .blog-post-container{margin-top:0}@media only screen and (min-width: 48.063em){.post.post-detail.page .blog-post-container{margin-top:0}}.post.post-detail.style2 .blog-post-container{margin:0;text-align:center}@media only screen and (min-width: 48.063em){.post.post-detail.style2 .blog-post-container{margin:-90px 10% 0}}.post.post-detail.style2 .post-content p{margin:0;font-size:14px}.post.post-detail .article-tags{text-align:center;margin-bottom:30px}.post .post-gallery img{width:100%}.post .post-meta{font-size:12px;line-height:1;text-transform:uppercase;margin-bottom:15px}.post .post-meta a+.time:before{display:inline-block;content:"\2014";margin-right:10px;margin-left:5px}.post .excerpt-dot{display:block;text-align:center;margin-top:20px}.blog-post-container{position:relative;background:#fff;padding:30px 15px}@media only screen and (min-width: 48.063em){.blog-post-container{padding:50px}}.blog-post-container.comments{padding-top:0}.tag-link{display:inline-block;padding:6px 9px 4px;font-size:12px;margin:0 2px 10px;text-transform:uppercase;color:#151515;line-height:1;font-weight:600;border:2px solid #151515;border-radius:20px}@media only screen and (min-width: 48.063em){.tag-link{padding:8px 16px 6px;font-size:12px}}.tag-link:hover{color:#fff;background:#151515}.post_nav{position:fixed;top:50%;left:0;margin-top:-48px;background:rgba(0,0,0,0.2);padding:17px 12px;height:96px;font-size:12px;line-height:18px;font-weight:500;z-index:10;overflow:hidden;width:38px;display:flex;flex-direction:row;align-items:center;visibility:hidden}@media only screen and (min-width: 48.063em){.post_nav{visibility:visible}}.post_nav .rel{position:relative;display:block;height:18px;width:100%}.post_nav svg{position:absolute;top:50%;left:0;fill:#fff;margin-top:-9px}.post_nav span{display:inline-block;position:absolute;top:50%;left:35px;width:180px;-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}.post_nav.next{left:auto;right:0;text-align:right}.post_nav.next svg{left:auto;right:0}.post_nav.next span{left:auto;right:35px}.post_nav:hover{width:240px;color:#151515;background:#fff;box-shadow:0 0 20px rgba(0,0,0,0.09)}.post_nav:hover svg{fill:#151515}.slick-slider{width:100%;position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0;height:100%}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block;height:100%}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;position:relative;display:none}[dir="rtl"] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-dots{position:absolute;margin:0;bottom:15px;left:0;width:100%;text-align:center;list-style:none;line-height:0}.slick-dots li{display:inline-block;padding:0 3px;margin:0}.slick-dots li button{text-indent:-9999px;display:block;width:10px;height:10px;border-radius:5px;background:rgba(255,255,255,0.5);outline:0}.rtl .slick-dots li button{text-indent:9999px}.slick-dots li.slick-active button{background:#fff}.album-header{margin-bottom:30px}@media only screen and (min-width: 48.063em){.album-header{margin-bottom:55px}}.album-header h2{margin:0 0 10px;text-transform:uppercase}.album-header p{font-size:14px}.item{position:relative}.item>figure{position:relative}.photo{display:flex;flex-direction:column;position:absolute;top:0;left:15px;bottom:30px;right:15px;background-size:cover;background-position:center;cursor:pointer;align-items:center;justify-content:center;text-align:center}.no-padding .photo{left:0;right:0;bottom:0}.photo .album_overlay{display:flex;width:100%;height:100%;padding:15px;align-items:center;justify-content:center;flex-direction:column;opacity:0;background:rgba(21,21,21,0.4)}@media only screen and (min-width: 48.063em){.photo .album_overlay{padding:30px}}@media only screen and (min-width: 64.063em){.photo .album_overlay{padding:40px}}.photo .album_overlay.top{text-align:left;align-items:flex-start;justify-content:flex-start}.photo .album_overlay.top hr{-moz-transform-origin:0 0;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;transform-origin:0 0;justify-content:flex-start}.photo .album_no{display:block;line-height:1;margin-bottom:15px;font-size:40px;font-weight:300;color:rgba(255,255,255,0.4);-moz-transform-origin:50% 0;-ms-transform-origin:50% 0;-webkit-transform-origin:50% 0;transform-origin:50% 0}@media only screen and (min-width: 80em){.photo .album_no{font-size:60px;margin-bottom:25px}}.photo h3{color:#fff;margin-bottom:15px;-moz-transform-origin:50% 0;-ms-transform-origin:50% 0;-webkit-transform-origin:50% 0;transform-origin:50% 0}@media only screen and (min-width: 80em){.photo h3{font-size:30px}}.photo hr{display:flex;width:100%;border:0;height:1px;position:relative;margin:0 0 15px;padding:0;justify-content:center;align-items:center;-moz-transform-origin:50% 0;-ms-transform-origin:50% 0;-webkit-transform-origin:50% 0;transform-origin:50% 0;-moz-transform:scaleX(0);-ms-transform:scaleX(0);-webkit-transform:scaleX(0);transform:scaleX(0)}.photo hr:before{content:'';width:30px;height:1px;background:#fff}.photo .meta{color:#fff;font-size:14px;-moz-transform-origin:50% 0;-ms-transform-origin:50% 0;-webkit-transform-origin:50% 0;transform-origin:50% 0}.photo.checked.atvImg .atvImg-layers{border-width:6px}.photo.checked .inside{background:#0ec962;color:#fff}.photo.checked .inside .proof-it:before{background:rgba(255,255,255,0.2)}.photo.checked .inside .proof-it:after{content:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjEwIiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgMTAgMTAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDkuOTgyIDkuOTgyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI2ZmZiIgcG9pbnRzPSIxMCAxLjcgOC4zIDAgNSAzLjMgMS43IDAgMCAxLjcgMy4zIDUgMCA4LjMgMS43IDEwIDUgNi43IDguMyAxMCAxMCA4LjMgNi43IDUgIi8+PC9zdmc+)}.photo .inside{background:#fff;position:absolute;left:0;bottom:0;line-height:1;z-index:38}.photo .inside .label{padding:8px 10px 6px;display:inline-block;font-size:16px;font-weight:500}.photo .inside .proof-it{padding:8px 10px 6px;display:inline-block;position:relative}.photo .inside .proof-it:before{content:'';top:7px;left:0;bottom:4px;position:absolute;width:1px;background:rgba(0,0,0,0.05)}.photo .inside .proof-it:after{content:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjE0IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgMTQgMTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEzLjk5OSAxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTEyLjEgMGwxLjkgMS41TDYuMSAxMiAwIDYuNmwxLjUtMS44TDUuOCA4LjUgMTIuMSAweiIvPjwvc3ZnPg==)}.photo .inside .proof-it.loading:after{content:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNHB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTQgMTQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIG9wYWNpdHk9IjAuMjUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXciIGQ9Ik03IDBDMy4xMzQgMCAwIDMuMTM0IDAgN3MzLjEzNCA3IDcgNyA3LTMuMTM0IDctN1MxMC44NjYgMCA3IDBNNyAxLjc1YzIuODk5IDAgNS4yNSAyLjM1MSA1LjI1IDUuMjVTOS44OTkgMTIuMjUgNyAxMi4yNSAxLjc1IDkuODk5IDEuNzUgNyA0LjEwMSAxLjc1IDcgMS43NSIvPjxwYXRoIGQ9Ik03IDBjMy44NjYgMCA3IDMuMTM0IDcgN2gtMS43NWMwLTIuODk5LTIuMzUxLTUuMjUtNS4yNS01LjI1VjB6Ij48YW5pbWF0ZVRyYW5zZm9ybSByZXN0YXJ0PSJhbHdheXMiIGNhbGNNb2RlPSJsaW5lYXIiIGFkZGl0aXZlPSJyZXBsYWNlIiBhY2N1bXVsYXRlPSJub25lIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIwLjhzIiB0bz0iMzYwIDcgNyIgZnJvbT0iMCA3IDcgIiBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIGZpbGw9InJlbW92ZSIgdHlwZT0icm90YXRlIi8+PC9wYXRoPjwvc3ZnPg==)}.photo.simple-hover{border:0px solid #0ec962}.photo.simple-hover .photo_link{display:flex;width:100%;height:100%;align-items:flex-start;justify-content:flex-end;background:rgba(21,21,21,0)}.photo.simple-hover .photo_link svg{margin:20px 20px 0 0;fill:#fff;-moz-transform:scale(0, 0);-ms-transform:scale(0, 0);-webkit-transform:scale(0, 0);transform:scale(0, 0)}.photo.simple-hover .photo_link:hover{background:rgba(21,21,21,0.6)}.photo.simple-hover .photo_link:hover svg{-moz-transform:scale(1, 1);-ms-transform:scale(1, 1);-webkit-transform:scale(1, 1);transform:scale(1, 1)}.photo.simple-hover.checked{border-width:6px}.photo.pan-hover{border:0px solid #0ec962}.photo.pan-hover .photo_link{display:flex;position:relative;width:100%;height:100%;align-items:flex-start;justify-content:flex-end;background:#151515;overflow:hidden}.photo.pan-hover .photo_link .pan-hover-inside{position:absolute;width:100%;height:100%;top:0;left:0;background-size:cover;background-position:center;-moz-transition:opacity 0.25s cubic-bezier(0.77, 0, 0.175, 1);-o-transition:opacity 0.25s cubic-bezier(0.77, 0, 0.175, 1);-webkit-transition:opacity 0.25s cubic-bezier(0.77, 0, 0.175, 1);transition:opacity 0.25s cubic-bezier(0.77, 0, 0.175, 1)}.photo.pan-hover .photo_link svg{margin:20px 20px 0 0;fill:#fff;-moz-transform:scale(0, 0);-ms-transform:scale(0, 0);-webkit-transform:scale(0, 0);transform:scale(0, 0)}.photo.pan-hover .photo_link:hover svg{-moz-transform:scale(1, 1);-ms-transform:scale(1, 1);-webkit-transform:scale(1, 1);transform:scale(1, 1)}.photo.pan-hover .photo_link:hover .pan-hover-inside{opacity:0.8}.photo.pan-hover.checked{border-width:6px}.photo-actions{display:inline-block;margin:0;padding:0}.photo-actions li{display:inline-block;margin:0}.photo-actions li a{display:flex;width:32px;height:32px;border:1px solid rgba(255,255,255,0.4);align-items:center;justify-content:center;position:relative;border-radius:50%;font-size:12px}@media only screen and (min-width: 48.063em){.photo-actions li a{width:46px;height:46px;font-size:16px}}@media only screen and (min-width: 64.063em){.photo-actions li a{width:60px;height:60px;font-size:20px}}.photo-actions li a span{color:#fff;line-height:0}.photo-actions li a:hover{background:#e03737;border-color:#e03737}.photo-actions li a:hover span{color:#151515}.photo-actions li a .content{color:#fff;position:fixed;bottom:160px;left:25%;right:25%;background:rgba(21,21,21,0.6);padding:18px 20px;border-radius:3px}.photo-caption{font-size:14px;color:#151515;margin-top:10px;-moz-transition:color 0.25s cubic-bezier(0.77, 0, 0.175, 1);-o-transition:color 0.25s cubic-bezier(0.77, 0, 0.175, 1);-webkit-transition:color 0.25s cubic-bezier(0.77, 0, 0.175, 1);transition:color 0.25s cubic-bezier(0.77, 0, 0.175, 1)}@media only screen and (min-width: 48.063em){.photo-caption{margin-top:25px}}.photo-caption em{font-style:normal;color:rgba(21,21,21,0.6);margin-right:10px;-moz-transition:color 0.25s cubic-bezier(0.77, 0, 0.175, 1);-o-transition:color 0.25s cubic-bezier(0.77, 0, 0.175, 1);-webkit-transition:color 0.25s cubic-bezier(0.77, 0, 0.175, 1);transition:color 0.25s cubic-bezier(0.77, 0, 0.175, 1)}.photo_action{width:52px;height:52px;border-radius:26px;display:inline-flex;justify-content:center;align-items:center;margin-top:20px;border:1px solid rgba(21,21,21,0.2)}.photo_action:hover{border-color:#151515}.photo_action svg{top:-2px;position:relative}.share_screen{display:none;position:fixed;align-items:center;justify-content:center;width:100%;height:100%;left:0;top:0;z-index:99;opacity:0;background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size:100%;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0,0,0,0.35)),color-stop(100%, rgba(0,0,0,0.7)));background-image:-moz-linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.7));background-image:-webkit-linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.7));background-image:linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.7))}.share_screen.active{background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');background-size:100%;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0,0,0,0.65)),color-stop(100%, #000000));background-image:-moz-linear-gradient(rgba(0,0,0,0.65),#000000);background-image:-webkit-linear-gradient(rgba(0,0,0,0.65),#000000);background-image:linear-gradient(rgba(0,0,0,0.65),#000000)}.atvImg{z-index:1;transform-style:preserve-3d;-webkit-tap-highlight-color:transparent;backface-visibility:hidden}.atvImg:hover{z-index:2}.atvImg-container{position:relative;width:100%;height:100%;backface-visibility:hidden;transition:all 0.2s ease-out}.atvImg-container.over .atvImg-shadow{box-shadow:0 25px 60px rgba(14,21,47,0.3),0 10px 20px rgba(14,21,47,0.5)}.atvImg-layers{position:relative;width:100%;height:100%;border:0px solid #0ec962;overflow:hidden;transform-style:preserve-3d}.atvImg-rendered-layer{position:absolute;width:100%;height:100%;top:0;left:0;background-repeat:no-repeat;background-position:center;background-color:transparent;background-size:cover;transition:all 0.1s ease-out}.atvImg-shadow{position:absolute;top:5%;left:5%;width:90%;height:90%;transition:all 0.2s ease-out}.atvImg-shine{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 40%)}.collection_album{width:100%}.collection_album h6{text-transform:uppercase;font-weight:700}.collection_album .custom_scroll{height:190px;margin-bottom:40px;overflow:visible}.collection_album ul{position:static;height:180px;width:3000px}.collection_album ul li{float:left}.collection_album.album-style3 .custom_scroll{margin:0;height:auto;width:100%}.album_list{float:left;width:320px;height:180px;position:relative;margin-right:4px}.album_list .photo{bottom:0;left:0;right:0}.collection_filter{display:inline-flex;visibility:hidden;text-align:right;margin-left:auto}@media only screen and (min-width: 48.063em){.collection_filter{display:inline-flex;visibility:visible}}.thb-menu-right.menu-open .collection_filter{visibility:hidden}#header{display:flex;align-items:center;position:fixed;top:0;width:100%;margin-top:10px;padding:0 15px 0;z-index:50}@media only screen and (min-width: 48.063em){#header{margin-top:25px;padding:0 20px 0}}@media only screen and (min-width: 64.063em){#header{margin-top:40px;padding:0 30px 0}}#header .logo{display:inline-flex}#header .logo .logoimg{max-height:20px}#header .logo .logoimg.logo_dark{display:none}#header .mobile-toggle{display:inline-flex;cursor:pointer;width:30px;height:25px;padding:0;justify-content:center;align-items:center;vertical-align:middle;margin-right:10px}.thb-menu-right #header .mobile-toggle{margin-right:0;margin-left:auto}.thb-menu-right #header .collection_filter+.mobile-toggle{margin-left:10px}.thb-logo-center #header .logo{position:absolute;top:50%;left:50%;-moz-transform:translate3d(-50%, -50%, 0);-webkit-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0)}#header select{display:none}#navigation-menu{position:fixed;top:0;left:0;width:280px;max-width:100%;padding:60px 15px;z-index:40;background:#fff;height:100%;-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-webkit-transform:translateX(-100%);transform:translateX(-100%)}@media only screen and (min-width: 48.063em){#navigation-menu{padding:75px 20px;width:340px}}@media only screen and (min-width: 64.063em){#navigation-menu{padding:90px 30px}}.thb-menu-right #navigation-menu{left:auto;right:0;-moz-transform:translateX(100%);-ms-transform:translateX(100%);-webkit-transform:translateX(100%);transform:translateX(100%)}.navigation-menu{margin:0;padding:0;list-style:none}.navigation-menu>li{transform-origin:center center}.navigation-menu li{margin:0}.navigation-menu li a{display:block;font-size:14px;line-height:1;text-transform:uppercase;padding:10px 0 10px 40px;font-weight:700}@media only screen and (min-width: 48.063em){.navigation-menu li a{padding:15px 0 15px 40px}}.thb-menu-right .navigation-menu li a{padding:10px 40px 10px 0;text-align:right}@media only screen and (min-width: 48.063em){.thb-menu-right .navigation-menu li a{padding:15px 40px 15px 0}}.navigation-menu li.menu-item-has-children a{position:relative}.navigation-menu li.menu-item-has-children a span{display:flex;width:25px;height:25px;position:absolute;left:0;top:50%;align-items:center;justify-content:center;-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}.thb-menu-right .navigation-menu li.menu-item-has-children a span{left:auto;right:0}.navigation-menu li.menu-item-has-children a span em{display:block;position:relative;width:11px;height:11px}.navigation-menu li.menu-item-has-children a span em:before{content:'';position:absolute;top:5px;left:0;width:100%;height:1px;background:#151515}.navigation-menu li.menu-item-has-children a span em:after{content:'';position:absolute;top:0;left:5px;height:100%;width:1px;background:#151515}.navigation-menu .sub-menu{display:none;list-style:none;margin:0 0 0 20px}@media only screen and (min-width: 48.063em){.navigation-menu .sub-menu{margin:0 0 0 30px}}.thb-menu-right .navigation-menu .sub-menu{margin:0 20px 0 0}@media only screen and (min-width: 48.063em){.thb-menu-right .navigation-menu .sub-menu{margin:0 30px 0 0}}.navigation-menu .sub-menu li a{font-size:12px;padding:5px 0 5px 20px;font-weight:600}@media only screen and (min-width: 48.063em){.navigation-menu .sub-menu li a{padding:8px 0 8px 20px}}.thb-menu-right .navigation-menu .sub-menu li a{padding:5px 20px 5px 0}@media only screen and (min-width: 48.063em){.thb-menu-right .navigation-menu .sub-menu li a{padding:8px 20px 8px 0}}.menu_overlay{position:fixed;top:0;left:0;width:100%;height:100%;-moz-transform:scaleX(0);-ms-transform:scaleX(0);-webkit-transform:scaleX(0);transform:scaleX(0);-moz-transform-origin:0 0;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;transform-origin:0 0;z-index:39;background:rgba(21,21,21,0.5)}.thb-menu-right .menu_overlay{left:auto;right:0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;-webkit-transform-origin:100% 0;transform-origin:100% 0}.thb-menu-right #menu-scroll .iScrollVerticalScrollbar{right:auto !important;left:1px}form{margin:0}form fieldset{padding:0;margin:0;border:0}input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"],textarea{border:1px solid #eee;padding:12px 15px 11px;margin-bottom:16px;color:rgba(0,0,0,0.6);font-size:12px;font-weight:500;background:#eee;max-width:100%;outline:0;font-family:inherit;border-radius:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;-moz-appearance:none;-webkit-appearance:none}input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,textarea:focus{background:#fff;border-color:#151515;color:#151515;box-shadow:none}input[type="text"].parsley-error,input[type="text"].wpcf7-not-valid,.woocommerce-invalid-required-field input[type="text"],input[type="password"].parsley-error,input[type="password"].wpcf7-not-valid,.woocommerce-invalid-required-field input[type="password"],input[type="date"].parsley-error,input[type="date"].wpcf7-not-valid,.woocommerce-invalid-required-field input[type="date"],input[type="datetime"].parsley-error,input[type="datetime"].wpcf7-not-valid,.woocommerce-invalid-required-field input[type="datetime"],input[type="email"].parsley-error,input[type="email"].wpcf7-not-valid,.woocommerce-invalid-required-field input[type="email"],input[type="number"].parsley-error,input[type="number"].wpcf7-not-valid,.woocommerce-invalid-required-field input[type="number"],input[type="search"].parsley-error,input[type="search"].wpcf7-not-valid,.woocommerce-invalid-required-field input[type="search"],input[type="tel"].parsley-error,input[type="tel"].wpcf7-not-valid,.woocommerce-invalid-required-field input[type="tel"],input[type="time"].parsley-error,input[type="time"].wpcf7-not-valid,.woocommerce-invalid-required-field input[type="time"],input[type="url"].parsley-error,input[type="url"].wpcf7-not-valid,.woocommerce-invalid-required-field input[type="url"],textarea.parsley-error,textarea.wpcf7-not-valid,.woocommerce-invalid-required-field textarea{border-color:#e76049}input[type="text"].full,input[type="password"].full,input[type="date"].full,input[type="datetime"].full,input[type="email"].full,input[type="number"].full,input[type="search"].full,input[type="tel"].full,input[type="time"].full,input[type="url"].full,textarea.full{width:100%}input[type="text"].placeholder,input[type="password"].placeholder,input[type="date"].placeholder,input[type="datetime"].placeholder,input[type="email"].placeholder,input[type="number"].placeholder,input[type="search"].placeholder,input[type="tel"].placeholder,input[type="time"].placeholder,input[type="url"].placeholder,textarea.placeholder{text-transform:uppercase;color:#b0b0b0;font-size:12px;font-weight:600}input[type="text"]:-moz-placeholder,input[type="password"]:-moz-placeholder,input[type="date"]:-moz-placeholder,input[type="datetime"]:-moz-placeholder,input[type="email"]:-moz-placeholder,input[type="number"]:-moz-placeholder,input[type="search"]:-moz-placeholder,input[type="tel"]:-moz-placeholder,input[type="time"]:-moz-placeholder,input[type="url"]:-moz-placeholder,textarea:-moz-placeholder{text-transform:uppercase;color:#b0b0b0;font-size:12px;font-weight:600}input[type="text"]::-moz-placeholder,input[type="password"]::-moz-placeholder,input[type="date"]::-moz-placeholder,input[type="datetime"]::-moz-placeholder,input[type="email"]::-moz-placeholder,input[type="number"]::-moz-placeholder,input[type="search"]::-moz-placeholder,input[type="tel"]::-moz-placeholder,input[type="time"]::-moz-placeholder,input[type="url"]::-moz-placeholder,textarea::-moz-placeholder{text-transform:uppercase;color:#b0b0b0;font-size:12px;font-weight:600}input[type="text"]:-ms-input-placeholder,input[type="password"]:-ms-input-placeholder,input[type="date"]:-ms-input-placeholder,input[type="datetime"]:-ms-input-placeholder,input[type="email"]:-ms-input-placeholder,input[type="number"]:-ms-input-placeholder,input[type="search"]:-ms-input-placeholder,input[type="tel"]:-ms-input-placeholder,input[type="time"]:-ms-input-placeholder,input[type="url"]:-ms-input-placeholder,textarea:-ms-input-placeholder{text-transform:uppercase;color:#b0b0b0;font-size:12px;font-weight:600}input[type="text"]::-webkit-input-placeholder,input[type="password"]::-webkit-input-placeholder,input[type="date"]::-webkit-input-placeholder,input[type="datetime"]::-webkit-input-placeholder,input[type="email"]::-webkit-input-placeholder,input[type="number"]::-webkit-input-placeholder,input[type="search"]::-webkit-input-placeholder,input[type="tel"]::-webkit-input-placeholder,input[type="time"]::-webkit-input-placeholder,input[type="url"]::-webkit-input-placeholder,textarea::-webkit-input-placeholder{text-transform:uppercase;color:#b0b0b0;font-size:12px;font-weight:600}.parsley-error-list,.wpcf7-not-valid-tip,.screen-reader-response{display:none !important}.wpcf7-form-control-wrap{display:block;width:100%}label{font-size:11px;display:block;color:#151515;margin:0 0 8px;line-height:1;font-weight:600;text-transform:uppercase;clear:both}label small{font-size:10px;color:#e03737}textarea{min-height:108px}.wpcf7-form textarea{min-height:200px}.review-popup textarea{min-height:150px}.btn{display:inline-block;border:2px solid #151515;background:transparent;text-transform:uppercase;font-size:12px;line-height:1;font-weight:600;color:#151515;padding:11px 35px}.btn:hover{border-color:#fcef1a;background:#fcef1a;color:#151515}.marker-info-win{width:300px;padding:15px;background:#fff}@media only screen and (min-width: 48.063em){.marker-info-win{width:360px;padding:30px}}.marker-info-win p{font-size:13px;line-height:16px;color:#737373;font-weight:300;margin:0}.video-container{display:flex;width:100vw;height:100vh;justify-content:center;align-items:center;position:relative;overflow:hidden}.video-container>*{position:absolute;top:0;left:50%;min-width:100% !important;height:100vh;-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:translateX(-50%)}.password-protected{height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background-image:url(//rundumblick360.com/wp-content/themes/twofold-wp/assets/img/password-bg.jpg);background-size:cover}.password-protected .password-form{background:#fff;text-align:center;padding:6%;margin:15px}.password-protected .password-form svg{margin-bottom:30px}.password-protected .password-form h3{font-weight:600;margin-bottom:10px}.password-protected .password-form input[type="password"]{display:inline-block;text-align:center;width:100%;max-width:290px}.password-protected .password-form p{margin-bottom:0}.password-protected .password-form p.password-text{color:#b7b7b7;font-size:14px;margin-bottom:30px}.wp-caption,.wp-caption-text,.sticky,.gallery-caption,.alignright,.alignleft,.aligncenter,.bypostauthor{color:inherit}.alignright{float:right;margin:6px 0 14px 20px}.alignleft{float:left;margin:6px 20px 14px 0}.alignright img,.alignleft img,.aligncenter img{width:100%;max-width:100%}img.center{margin:0 auto;display:block}img.full{width:100%}.aligncenter{display:block;clear:both;margin:0 auto}.post-content img.aligncenter,.post-content .wp-caption.aligncenter{margin-left:-15px;width:calc(100% + 30px);max-width:none}@media only screen and (min-width: 48.063em){.post-content img.aligncenter,.post-content .wp-caption.aligncenter{margin-left:-30px;width:calc(100% + 60px)}}@media only screen and (min-width: 64.063em){.post-content img.aligncenter,.post-content .wp-caption.aligncenter{margin-left:-60px;width:calc(100% + 120px)}}@media only screen and (max-width: 48.063em){.alignleft,.alignright{width:100%;margin:0 0 20px}}.wp-caption{max-width:100%;position:relative;margin-bottom:30px}.wp-caption .wp-caption-text{display:block;font-weight:40000;font-size:12px;color:#fff;line-height:1;position:absolute;bottom:0;left:0;padding:8px 12px;background:rgba(21,21,21,0.4)}.rtl .wp-caption .wp-caption-text{left:auto;right:0;text-align:right}.gallery{display:block;margin:0 -2px;float:left;clear:both}.gallery.gallery-columns-2 .gallery-item{width:50%}@media only screen and (min-width: 48.063em){.gallery.gallery-columns-2 .gallery-item{width:50%}}.gallery.gallery-columns-3 .gallery-item{width:50%}@media only screen and (min-width: 48.063em){.gallery.gallery-columns-3 .gallery-item{width:33.33%}}.gallery.gallery-columns-4 .gallery-item{width:50%}@media only screen and (min-width: 48.063em){.gallery.gallery-columns-4 .gallery-item{width:50%}}@media only screen and (min-width: 64.063em){.gallery.gallery-columns-4 .gallery-item{width:25%}}.gallery.gallery-columns-5 .gallery-item{width:50%}@media only screen and (min-width: 48.063em){.gallery.gallery-columns-5 .gallery-item{width:20%}}.gallery.gallery-columns-6 .gallery-item{width:50%}@media only screen and (min-width: 48.063em){.gallery.gallery-columns-6 .gallery-item{width:33.33%}}@media only screen and (min-width: 64.063em){.gallery.gallery-columns-6 .gallery-item{width:16.66%}}.gallery .gallery-item{display:inline-block;width:50%;padding:0 2px;margin-bottom:4px;-moz-transition:opacity 0.2s ease-in-out;-o-transition:opacity 0.2s ease-in-out;-webkit-transition:opacity 0.2s ease-in-out;transition:opacity 0.2s ease-in-out}.gallery .gallery-item:hover{opacity:0.8}.gallery .gallery-item img{width:100%;max-width:100%}.gallery .gallery-item a{line-height:0;display:block;width:100%}.gallery .gallery-item .gallery-caption{display:none}#comments{border-top:1px solid #ededed;padding-top:20px}@media only screen and (min-width: 48.063em){#comments{padding-top:45px}}#comments .comments-title{text-transform:uppercase;margin-bottom:20px}#comments .comments-title span{color:#e03737}@media only screen and (min-width: 48.063em){#comments .comments-title{margin-bottom:40px}}#comments .comment-notes{margin-bottom:20px}#comments ol.commentlist{list-style:none;margin:0 0 30px;display:block;padding:0}@media only screen and (min-width: 48.063em){#comments ol.commentlist{text-align:left}}#comments ol.commentlist>.comment:last-child .comment-body{margin-bottom:0}#comments ol.commentlist .comment{margin:0}#comments ol.commentlist .comment:before{display:none}#comments ol.commentlist .comment.depth-1:first-child>.comment-body{padding-top:0;padding-top:0;border:0}#comments ol.commentlist .comment.depth-1:first-child>.comment-body .avatar{top:8px}#comments ol.commentlist .comment.depth-1:first-child>.comment-body .reply{top:7px}#comments ol.commentlist .comment .comment-body{position:relative;min-height:100px;padding-left:111px;padding-bottom:0;margin-bottom:30px}#comments ol.commentlist .comment .comment-meta{display:inline-block;line-height:1;color:#151515;font-weight:400;font-size:14px;margin:0 0 10px}#comments ol.commentlist .comment .comment-meta a{color:#151515}#comments ol.commentlist .comment .vcard{display:inline-block;border:0;padding:0;margin:0 0 10px;font-size:14px}#comments ol.commentlist .comment .vcard .fn{margin:0;font-weight:600;color:#151515}#comments ol.commentlist .comment .vcard .says{display:none}#comments ol.commentlist .comment .vcard .avatar{width:88px;height:88px;float:left;position:absolute;top:0;left:0}#comments ol.commentlist .comment .comment-awaiting-moderation{font-size:10px}#comments ol.commentlist .comment p{font-size:13px;word-break:break-word;color:#151515;margin:0 0 15px}#comments ol.commentlist .comment .reply{font-size:12px;text-transform:uppercase;font-weight:600;color:#e03737;line-height:1}#comments ol.commentlist .comment .reply a{color:#e03737}#comments ol.commentlist .comment .children{list-style:none;margin-left:17px;margin-bottom:0}@media only screen and (min-width: 48.063em){#comments ol.commentlist .comment .children{margin-left:111px}}#comments ol.commentlist .comment .children .avatar{width:64px;height:64px}#comments ol.commentlist .comment .children .comment-body{padding-left:94px;min-height:75px}.comment-respond{padding:30px 0}.comment-respond .comment-reply-title{font-size:18px;line-height:1.135;margin-bottom:0;font-weight:600;display:inline-block;width:100%;text-transform:uppercase}@media only screen and (min-width: 64.063em){.comment-respond .comment-reply-title{font-size:22px}}.comment-respond .comment-reply-title small a{color:#e03737}.comment-respond p{font-size:12px}.comment-respond input[type="text"],.comment-respond textarea{width:100%}.comment-respond .form-submit{margin:0 0 20px}.comment-respond .form-submit .submit{width:100%}@media only screen and (min-width: 48.063em){.comment-respond .form-submit .submit{width:auto}}.comment-respond .comment-subscription-form{margin:0}.comment-respond .row{margin:0 -8px}.comment-respond .row .columns{padding:0 8px}.pace{display:none;-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:#000;position:fixed;z-index:1999;top:0;height:100%;width:100%;justify-content:center;align-items:center}.pace:before{content:'';display:block;width:500px;height:500px;max-height:100%;background-image:url(//rundumblick360.com/wp-content/themes/twofold-wp/assets/img/preloader.png);background-position:center center;background-repeat:no-repeat;background-size:contain;-moz-transform:scale(0.5, 0.5);-ms-transform:scale(0.5, 0.5);-webkit-transform:scale(0.5, 0.5);transform:scale(0.5, 0.5)}@media only screen and (min-width: 48.063em){.pace:before{-moz-transform:scale(1, 1);-ms-transform:scale(1, 1);-webkit-transform:scale(1, 1);transform:scale(1, 1)}}.thb-preload .pace{display:flex}.pace .pace-progress{background:#e03737;position:fixed;z-index:2000;top:0;right:100%;width:100%;height:4px}.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;will-change:transform}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px, 0, 0);-moz-transform:translate3d(0px, 0, 0);-o-transform:translate(0px, 0px);-ms-transform:translate3d(0px, 0, 0);transform:translate3d(0px, 0, 0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative;-moz-transform:translateZ(0);-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform, height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform, height}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:300ms;-moz-transition:300ms;-o-transition:300ms;transition:300ms;-webkit-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:0.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination{right:10px;top:50%;-moz-transform:translate3d(0px, -50%, 1px);-webkit-transform:translate3d(0px, -50%, 1px);transform:translate3d(0px, -50%, 1px)}.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination{bottom:10px;left:0;width:100%}.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{margin:0 5px}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(transparent));background-image:-webkit-linear-gradient(right, rgba(0,0,0,0.5), transparent);background-image:-moz-linear-gradient(right, rgba(0,0,0,0.5), transparent);background-image:-o-linear-gradient(right, rgba(0,0,0,0.5), transparent);background-image:linear-gradient(to left, rgba(0,0,0,0.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.5)), to(transparent));background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5), transparent);background-image:-moz-linear-gradient(left, rgba(0,0,0,0.5), transparent);background-image:-o-linear-gradient(left, rgba(0,0,0,0.5), transparent);background-image:linear-gradient(to right, rgba(0,0,0,0.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(transparent));background-image:-webkit-linear-gradient(bottom, rgba(0,0,0,0.5), transparent);background-image:-moz-linear-gradient(bottom, rgba(0,0,0,0.5), transparent);background-image:-o-linear-gradient(bottom, rgba(0,0,0,0.5), transparent);background-image:linear-gradient(to top, rgba(0,0,0,0.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(transparent));background-image:-webkit-linear-gradient(top, rgba(0,0,0,0.5), transparent);background-image:-moz-linear-gradient(top, rgba(0,0,0,0.5), transparent);background-image:-o-linear-gradient(top, rgba(0,0,0,0.5), transparent);background-image:linear-gradient(to bottom, rgba(0,0,0,0.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;width:100%;height:100%;z-index:1}.swiper-container-cube .swiper-slide.swiper-slide-active{z-index:2}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-prev,.swiper-container-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:0.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,0.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,0.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12, end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12, end) infinite;animation:swiper-preloader-spin 1s steps(12, end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container{height:100vh}.swiper-container.swiper-ken-burns .swiper-slide{overflow:hidden}.swiper-container.swiper-ken-burns .swiper-slide .swiper-inner{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center center;-moz-transform:scale(1, 1);-ms-transform:scale(1, 1);-webkit-transform:scale(1, 1);transform:scale(1, 1);-moz-transition:-moz-transform 5s linear;-o-transition:-o-transform 5s linear;-webkit-transition:-webkit-transform 5s linear;transition:transform 5s linear}.swiper-container.swiper-ken-burns .swiper-slide .photo-caption{position:relative}.swiper-container.swiper-ken-burns .swiper-slide.swiper-slide-active .swiper-inner{-moz-transform:scale(1.04, 1.04);-ms-transform:scale(1.04, 1.04);-webkit-transform:scale(1.04, 1.04);transform:scale(1.04, 1.04)}.swiper-container.swiper-container-vertical>.swiper-pagination{right:15px;z-index:11;text-align:right;max-width:50px;display:none}@media only screen and (min-width: 48.063em){.swiper-container.swiper-container-vertical>.swiper-pagination{display:block;right:25px}}@media only screen and (min-width: 64.063em){.swiper-container.swiper-container-vertical>.swiper-pagination{right:35px}}.swiper-container.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet{display:inline-block;width:50px;height:15px;background:none;position:relative;opacity:1;cursor:pointer;margin:2px 0}@media only screen and (min-width: 48.063em){.swiper-container.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet{height:21px}}@media only screen and (min-width: 64.063em){.swiper-container.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet{height:26px}}.swiper-container.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet:after{content:'';position:absolute;top:7px;right:0;display:block;height:1px;width:30px;background:#151515}@media only screen and (min-width: 48.063em){.swiper-container.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet:after{top:10px}}@media only screen and (min-width: 64.063em){.swiper-container.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet:after{top:12px}}.swiper-container.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet em{position:absolute;right:100%;padding-right:14px;font-size:12px;font-weight:600;text-transform:uppercase;top:50%;white-space:nowrap;font-style:normal;-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);opacity:0}@media only screen and (min-width: 48.063em){.swiper-container.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet em{display:block}}.swiper-container.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet:hover em{opacity:1}.swiper-container.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet:hover:not(.swiper-pagination-bullet-active):after{width:40px}.swiper-container.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:none;width:50px}.swiper-container.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{width:50px}.swiper-container .swiper-slide{text-align:center;background:transparent;background-position:center center;-moz-background-size:cover;-o-background-size:cover;-webkit-background-size:cover;background-size:cover;position:relative}.swiper-container.bottom-slide .swiper-slide{display:flex;justify-content:center;align-items:flex-end;min-height:0;height:auto}.swiper-container .text-container{padding:0 15px;max-width:100%;margin:0 auto;transform-style:preserve-3d}@media only screen and (min-width: 48.063em){.swiper-container .text-container{max-width:80%}}@media only screen and (min-width: 64.063em){.swiper-container .text-container{max-width:60%}}.swiper-container h1{display:block;margin-bottom:5px;text-transform:uppercase}.swiper-container p{color:#151515;margin:0}.swiper-container .btn{margin-top:40px}.swiper-nav{position:absolute;top:0;height:100%;width:50%;z-index:10;cursor:none}.swiper-nav.regular{cursor:w-resize}.swiper-nav.regular.swiper-button-next{cursor:e-resize}.swiper-nav .thb-arrow{position:absolute;will-change:transform;display:none}.swiper-nav .thb-arrow .thb-tmp,.swiper-nav .thb-arrow .thb-arrow-inner{stroke:rgba(21,21,21,0.4);-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-moz-transition:all 0.15s cubic-bezier(0.77, 0, 0.175, 1);-o-transition:all 0.15s cubic-bezier(0.77, 0, 0.175, 1);-webkit-transition:all 0.15s cubic-bezier(0.77, 0, 0.175, 1);transition:all 0.15s cubic-bezier(0.77, 0, 0.175, 1)}.swiper-nav.square:active .thb-tmp,.swiper-nav.square:active .thb-arrow-inner{-moz-transform:rotateY(-20deg);-webkit-transform:rotateY(-20deg);transform:rotateY(-20deg)}.swiper-nav.swiper-button-next{right:0}.swiper-nav.swiper-button-next.square:active .thb-tmp,.swiper-nav.swiper-button-next.square:active .thb-arrow-inner{-moz-transform:rotateY(20deg);-webkit-transform:rotateY(20deg);transform:rotateY(20deg)}@media only screen and (min-width: 64.063em){.swiper-nav:hover .thb-arrow{display:block}}.thb-thumbnails{position:fixed;top:0;right:0;height:100%;width:14%;min-width:200px;padding:0 1px;background:#151515;z-index:60;-moz-transform:translateX(100%);-ms-transform:translateX(100%);-webkit-transform:translateX(100%);transform:translateX(100%)}.thb-thumbnails .thb-thumbnail-container{position:relative;height:100%}.thb-thumbnails .thb-thumbnail-container .thumbnail-toggle{position:absolute;left:-36px;top:10px;cursor:pointer}@media only screen and (min-width: 48.063em){.thb-thumbnails .thb-thumbnail-container .thumbnail-toggle{top:25px;left:-51px}}@media only screen and (min-width: 64.063em){.thb-thumbnails .thb-thumbnail-container .thumbnail-toggle{top:40px;left:-66px}}.thb-thumbnails .thb-thumbnail-container .thumbnail-toggle:hover polyline{stroke:#e03737}.thb-menu-right .thb-thumbnails .thb-thumbnail-container .thumbnail-toggle{left:-36px}@media only screen and (min-width: 48.063em){.thb-menu-right .thb-thumbnails .thb-thumbnail-container .thumbnail-toggle{top:25px;left:-91px}}@media only screen and (min-width: 64.063em){.thb-menu-right .thb-thumbnails .thb-thumbnail-container .thumbnail-toggle{top:40px;left:-106px}}.thb-menu-right.menu-open .thb-thumbnails .thb-thumbnail-container .thumbnail-toggle{visibility:hidden}.thb-thumbnails .swiper-container{opacity:0}.thb-thumbnails .swiper-slide:after{display:block;content:' ';position:absolute;top:0;left:0;width:0;height:100%;background:rgba(0,0,0,0.2);border-right:1px solid rgba(0,0,0,0.2);opacity:0;z-index:10}.thb-thumbnails .swiper-slide.swiper-slide-active:after{opacity:1}.swiper-container-3d .swiper-slide{perspective:1000px;backface-visibility:hidden} @font-face{font-family:'lg';src:url(//rundumblick360.com/wp-content/themes/twofold-wp/assets/fonts/lg.eot?n1z373);src:url(//rundumblick360.com/wp-content/themes/twofold-wp/assets/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),url(//rundumblick360.com/wp-content/themes/twofold-wp/assets/fonts/lg.woff?n1z373) format("woff"),url(//rundumblick360.com/wp-content/themes/twofold-wp/assets/fonts/lg.ttf?n1z373) format("truetype"),url(//rundumblick360.com/wp-content/themes/twofold-wp/assets/fonts/lg.svg?n1z373#lg) format("svg");font-weight:normal;font-style:normal}.lg-icon{font-family:'lg';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,0.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:0.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-moz-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-ms-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-webkit-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@-moz-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@-ms-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end 0.3s;-o-animation:lg-right-end 0.3s;animation:lg-right-end 0.3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end 0.3s;-o-animation:lg-left-end 0.3s;animation:lg-left-end 0.3s;position:relative}.lg-toolbar{z-index:1080;left:0;position:absolute;top:0;width:100%;background-color:rgba(0,0,0,0.45)}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none !important;outline:medium none}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{background-color:rgba(0,0,0,0.45);bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:bold}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-toolbar,.lg-prev,.lg-next{opacity:1;-webkit-transition:-webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;-moz-transition:-moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;-o-transition:-o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;transition:transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(0.5, 0.5, 0.5);transform:scale3d(0.5, 0.5, 0.5);opacity:0;-webkit-transition:-webkit-transform 250ms ease 0s, opacity 250ms !important;-moz-transition:-moz-transform 250ms ease 0s, opacity 250ms !important;-o-transition:-o-transform 250ms ease 0s, opacity 250ms !important;transition:transform 250ms ease 0s, opacity 250ms !important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);-webkit-transition:-webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;-moz-transition:-moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;-o-transition:-o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;transition:transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s !important;transition-duration:0s !important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0, 0%, 0);transform:translate3d(0, 0%, 0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{border-radius:5px;cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width: 1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color 0.25s ease;-o-transition:border-color 0.25s ease;transition:border-color 0.25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom 0.25s ease;-o-transition:bottom 0.25s ease;transition:bottom 0.25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-toogle-thumb:hover{color:#FFF}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100% !important;height:100% !important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-vimeo .lg-video-play{background:url(//rundumblick360.com/wp-content/themes/twofold-wp/assets/img/vimeo-play.png) no-repeat scroll 0 0 transparent}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(//rundumblick360.com/wp-content/themes/twofold-wp/assets/img/vimeo-play.png) no-repeat scroll 0 -58px transparent}.lg-outer .lg-has-html5 .lg-video-play{background:transparent url(//rundumblick360.com/wp-content/themes/twofold-wp/assets/img/video-play.png) no-repeat scroll 0 0;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:0.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(//rundumblick360.com/wp-content/themes/twofold-wp/assets/img/youtube-play.png) no-repeat scroll 0 0 transparent}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(//rundumblick360.com/wp-content/themes/twofold-wp/assets/img/youtube-play.png) no-repeat scroll 0 -60px transparent}.lg-outer .lg-video-object{width:100% !important;height:100% !important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-palying .lg-object,.lg-outer .lg-has-video.lg-video-palying .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-palying .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1080;opacity:0;-webkit-transition:opacity 0.08s ease 0s;-moz-transition:opacity 0.08s ease 0s;-o-transition:opacity 0.08s ease 0s;transition:opacity 0.08s ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform 0.3s ease 0s;-moz-transition:-moz-transform 0.3s ease 0s;-o-transition:-o-transform 0.3s ease 0s;transition:transform 0.3s ease 0s;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);-webkit-transition:-webkit-transform 0.3s ease 0s, opacity 0.15s !important;-moz-transition:-moz-transform 0.3s ease 0s, opacity 0.15s !important;-o-transition:-o-transform 0.3s ease 0s, opacity 0.15s !important;transition:transform 0.3s ease 0s, opacity 0.15s !important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-zoom-out{opacity:0.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px white inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;-moz-transition:opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;-o-transition:opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;transition:opacity 0.15s ease 0s, transform 0.15s ease 0s;-webkit-transform:translate3d(0, 5px, 0);transform:translate3d(0, 5px, 0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,0.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,0.7) inset;display:block;height:12px;-webkit-transition:box-shadow 0.3s ease 0s;-o-transition:box-shadow 0.3s ease 0s;transition:box-shadow 0.3s ease 0s;width:12px}.lg-outer .lg-pager:hover,.lg-outer .lg-pager:focus{box-shadow:0 0 0 8px white inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.group{zoom:1}.group:before,.group:after{display:table;content:"";line-height:0}.group:after{clear:both}.lg-outer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1050;opacity:0;-webkit-transition:opacity 0.15s ease 0s;-o-transition:opacity 0.15s ease 0s;transition:opacity 0.15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-prev-slide,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-current{-webkit-transition-duration:inherit !important;transition-duration:inherit !important;-webkit-transition-timing-function:inherit !important;transition-timing-function:inherit !important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-current{-webkit-transition-duration:0s !important;transition-duration:0s !important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{height:100%;width:100%;position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{width:100%;height:100%;position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(//rundumblick360.com/wp-content/themes/twofold-wp/assets/img/loading.gif) no-repeat scroll center center transparent;background-size:84px 84px;display:none !important}.lg-outer.lg-css3 .lg-prev-slide,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide{display:inline-block !important}.lg-outer.lg-css .lg-current{display:inline-block !important}.lg-outer .lg-item,.lg-outer .lg-img-wrap{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-item:before,.lg-outer .lg-img-wrap:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{top:0;bottom:0;left:0;right:0;padding:0 5px}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto !important;height:auto !important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity 0.15s ease 0s;-o-transition:opacity 0.15s ease 0s;transition:opacity 0.15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html{display:none}.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity 0.15s ease 0s;-o-transition:opacity 0.15s ease 0s;transition:opacity 0.15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-prev-slide,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-current{-webkit-transition:none 0s ease 0s !important;-moz-transition:none 0s ease 0s !important;-o-transition:none 0s ease 0s !important;transition:none 0s ease 0s !important}.lg-css3.lg-use-css3 .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-prev-slide,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-current{-webkit-transition:opacity 0.1s ease 0s;-moz-transition:opacity 0.1s ease 0s;-o-transition:opacity 0.1s ease 0s;transition:opacity 0.1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transition:-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{-webkit-transition:left 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-moz-transition:left 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-o-transition:left 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;transition:left 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s}.lg-outer .lg-inner{height:auto;top:0;bottom:0}.lg-toolbar{background:none}#lg-counter{font-size:14px;color:rgba(255,255,255,0.6)}.lg-actions .lg-next,.lg-actions .lg-prev{position:fixed}.lg-progress-bar{height:2px}.lg-progress-bar .lg-progress{background:#e03737;height:2px}@media only screen and (max-width: 48.063em){.lg-toolbar .lg-icon{width:40px}}.lg-sub-html{background:none;padding:15px}.lg-sub-html .image-information .image-caption{display:flex;align-items:center;justify-content:center}.lg-sub-html .image-information .image-caption p{margin:0 0 20px;color:#fff}@media only screen and (min-width: 48.063em){.lg-sub-html .image-information .image-caption{justify-content:flex-start}.lg-sub-html .image-information .image-caption p{margin:0}}.lg-sub-html .image-information .image-exif{text-align:center}@media only screen and (min-width: 48.063em){.lg-sub-html .image-information .image-exif{text-align:right}}.lg-sub-html .image-information .image-exif ul{display:block;margin:0;padding:0}.lg-sub-html .image-information .image-exif ul li{display:inline-block;color:#fff;font-size:12px;padding:0 0 0 7px;text-align:left;margin:0}@media only screen and (min-width: 48.063em){.lg-sub-html .image-information .image-exif ul li{padding:0 5px 0 10px}}.lg-sub-html .image-information .image-exif ul li:last-child{padding-right:0}.lg-sub-html .image-information .image-exif ul li span{font-size:12px;color:rgba(255,255,255,0.4);display:block}.lg-sub-html .image-information .image-exif ul li+li{border-left:1px solid rgba(255,255,255,0.15)}.lg-css3.lg-zoom-in .lg-item{opacity:0}.lg-css3.lg-zoom-in .lg-item.lg-next-slide,.lg-css3.lg-zoom-in .lg-item.lg-prev-slide{-webkit-transform:scale3d(1.3, 1.3, 1.3);transform:scale3d(1.3, 1.3, 1.3)}.lg-css3.lg-zoom-in .lg-item.lg-current{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);opacity:1}.lg-css3.lg-zoom-in .lg-item.lg-current,.lg-css3.lg-zoom-in .lg-item.lg-next-slide,.lg-css3.lg-zoom-in .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s}.lg-css3.lg-zoom-in-big .lg-item{opacity:0}.lg-css3.lg-zoom-in-big .lg-item.lg-next-slide,.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide{-webkit-transform:scale3d(2, 2, 2);transform:scale3d(2, 2, 2)}.lg-css3.lg-zoom-in-big .lg-item.lg-current{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);opacity:1}.lg-css3.lg-zoom-in-big .lg-item.lg-current,.lg-css3.lg-zoom-in-big .lg-item.lg-next-slide,.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s}.lg-css3.lg-zoom-out .lg-item{opacity:0}.lg-css3.lg-zoom-out .lg-item.lg-next-slide,.lg-css3.lg-zoom-out .lg-item.lg-prev-slide{-webkit-transform:scale3d(0.7, 0.7, 0.7);transform:scale3d(0.7, 0.7, 0.7)}.lg-css3.lg-zoom-out .lg-item.lg-current{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);opacity:1}.lg-css3.lg-zoom-out .lg-item.lg-current,.lg-css3.lg-zoom-out .lg-item.lg-next-slide,.lg-css3.lg-zoom-out .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s}.lg-css3.lg-zoom-out-big .lg-item{opacity:0}.lg-css3.lg-zoom-out-big .lg-item.lg-next-slide,.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide{-webkit-transform:scale3d(0, 0, 0);transform:scale3d(0, 0, 0)}.lg-css3.lg-zoom-out-big .lg-item.lg-current{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);opacity:1}.lg-css3.lg-zoom-out-big .lg-item.lg-current,.lg-css3.lg-zoom-out-big .lg-item.lg-next-slide,.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s}.lg-css3.lg-zoom-out-in .lg-item{opacity:0}.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide{-webkit-transform:scale3d(0, 0, 0);transform:scale3d(0, 0, 0)}.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide{-webkit-transform:scale3d(2, 2, 2);transform:scale3d(2, 2, 2)}.lg-css3.lg-zoom-out-in .lg-item.lg-current{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);opacity:1}.lg-css3.lg-zoom-out-in .lg-item.lg-current,.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide,.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s}.lg-css3.lg-zoom-in-out .lg-item{opacity:0}.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide{-webkit-transform:scale3d(2, 2, 2);transform:scale3d(2, 2, 2)}.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide{-webkit-transform:scale3d(0, 0, 0);transform:scale3d(0, 0, 0)}.lg-css3.lg-zoom-in-out .lg-item.lg-current{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);opacity:1}.lg-css3.lg-zoom-in-out .lg-item.lg-current,.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide,.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s}.lg-css3.lg-soft-zoom .lg-item{opacity:0}.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}.lg-css3.lg-soft-zoom .lg-item.lg-next-slide{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}.lg-css3.lg-soft-zoom .lg-item.lg-current{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);opacity:1}.lg-css3.lg-soft-zoom .lg-item.lg-current,.lg-css3.lg-soft-zoom .lg-item.lg-next-slide,.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s}.lg-css3.lg-scale-up .lg-item{opacity:0}.lg-css3.lg-scale-up .lg-item.lg-next-slide,.lg-css3.lg-scale-up .lg-item.lg-prev-slide{-moz-transform:scale3d(0.8, 0.8, 0.8) translate3d(0, 10%, 0);-o-transform:scale3d(0.8, 0.8, 0.8) translate3d(0, 10%, 0);-ms-transform:scale3d(0.8, 0.8, 0.8) translate3d(0, 10%, 0);-webkit-transform:scale3d(0.8, 0.8, 0.8) translate3d(0, 10%, 0);transform:scale3d(0.8, 0.8, 0.8) translate3d(0, 10%, 0)}.lg-css3.lg-scale-up .lg-item.lg-current{-moz-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);-o-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);-ms-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);-webkit-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);transform:scale3d(1, 1, 1) translate3d(0, 0, 0);opacity:1}.lg-css3.lg-scale-up .lg-item.lg-current,.lg-css3.lg-scale-up .lg-item.lg-next-slide,.lg-css3.lg-scale-up .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s}.lg-css3.lg-slide-circular .lg-item{opacity:0}.lg-css3.lg-slide-circular .lg-item.lg-prev-slide{-moz-transform:scale3d(0, 0, 0) translate3d(-100%, 0, 0);-o-transform:scale3d(0, 0, 0) translate3d(-100%, 0, 0);-ms-transform:scale3d(0, 0, 0) translate3d(-100%, 0, 0);-webkit-transform:scale3d(0, 0, 0) translate3d(-100%, 0, 0);transform:scale3d(0, 0, 0) translate3d(-100%, 0, 0)}.lg-css3.lg-slide-circular .lg-item.lg-next-slide{-moz-transform:scale3d(0, 0, 0) translate3d(100%, 0, 0);-o-transform:scale3d(0, 0, 0) translate3d(100%, 0, 0);-ms-transform:scale3d(0, 0, 0) translate3d(100%, 0, 0);-webkit-transform:scale3d(0, 0, 0) translate3d(100%, 0, 0);transform:scale3d(0, 0, 0) translate3d(100%, 0, 0)}.lg-css3.lg-slide-circular .lg-item.lg-current{-moz-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);-o-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);-ms-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);-webkit-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);transform:scale3d(1, 1, 1) translate3d(0, 0, 0);opacity:1}.lg-css3.lg-slide-circular .lg-item.lg-current,.lg-css3.lg-slide-circular .lg-item.lg-next-slide,.lg-css3.lg-slide-circular .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s}.lg-css3.lg-slide-circular-up .lg-item{opacity:0}.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide{-moz-transform:scale3d(0, 0, 0) translate3d(-100%, -100%, 0);-o-transform:scale3d(0, 0, 0) translate3d(-100%, -100%, 0);-ms-transform:scale3d(0, 0, 0) translate3d(-100%, -100%, 0);-webkit-transform:scale3d(0, 0, 0) translate3d(-100%, -100%, 0);transform:scale3d(0, 0, 0) translate3d(-100%, -100%, 0)}.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide{-moz-transform:scale3d(0, 0, 0) translate3d(100%, -100%, 0);-o-transform:scale3d(0, 0, 0) translate3d(100%, -100%, 0);-ms-transform:scale3d(0, 0, 0) translate3d(100%, -100%, 0);-webkit-transform:scale3d(0, 0, 0) translate3d(100%, -100%, 0);transform:scale3d(0, 0, 0) translate3d(100%, -100%, 0)}.lg-css3.lg-slide-circular-up .lg-item.lg-current{-moz-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);-o-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);-ms-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);-webkit-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);transform:scale3d(1, 1, 1) translate3d(0, 0, 0);opacity:1}.lg-css3.lg-slide-circular-up .lg-item.lg-current,.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide,.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s}.lg-css3.lg-slide-circular-down .lg-item{opacity:0}.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide{-moz-transform:scale3d(0, 0, 0) translate3d(-100%, 100%, 0);-o-transform:scale3d(0, 0, 0) translate3d(-100%, 100%, 0);-ms-transform:scale3d(0, 0, 0) translate3d(-100%, 100%, 0);-webkit-transform:scale3d(0, 0, 0) translate3d(-100%, 100%, 0);transform:scale3d(0, 0, 0) translate3d(-100%, 100%, 0)}.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide{-moz-transform:scale3d(0, 0, 0) translate3d(100%, 100%, 0);-o-transform:scale3d(0, 0, 0) translate3d(100%, 100%, 0);-ms-transform:scale3d(0, 0, 0) translate3d(100%, 100%, 0);-webkit-transform:scale3d(0, 0, 0) translate3d(100%, 100%, 0);transform:scale3d(0, 0, 0) translate3d(100%, 100%, 0)}.lg-css3.lg-slide-circular-down .lg-item.lg-current{-moz-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);-o-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);-ms-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);-webkit-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);transform:scale3d(1, 1, 1) translate3d(0, 0, 0);opacity:1}.lg-css3.lg-slide-circular-down .lg-item.lg-current,.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide,.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s}.lg-css3.lg-slide-circular-vertical .lg-item{opacity:0}.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide{-moz-transform:scale3d(0, 0, 0) translate3d(0, -100%, 0);-o-transform:scale3d(0, 0, 0) translate3d(0, -100%, 0);-ms-transform:scale3d(0, 0, 0) translate3d(0, -100%, 0);-webkit-transform:scale3d(0, 0, 0) translate3d(0, -100%, 0);transform:scale3d(0, 0, 0) translate3d(0, -100%, 0)}.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide{-moz-transform:scale3d(0, 0, 0) translate3d(0, 100%, 0);-o-transform:scale3d(0, 0, 0) translate3d(0, 100%, 0);-ms-transform:scale3d(0, 0, 0) translate3d(0, 100%, 0);-webkit-transform:scale3d(0, 0, 0) translate3d(0, 100%, 0);transform:scale3d(0, 0, 0) translate3d(0, 100%, 0)}.lg-css3.lg-slide-circular-vertical .lg-item.lg-current{-moz-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);-o-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);-ms-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);-webkit-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);transform:scale3d(1, 1, 1) translate3d(0, 0, 0);opacity:1}.lg-css3.lg-slide-circular-vertical .lg-item.lg-current,.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide,.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s}.lg-css3.lg-slide-circular-vertical-left .lg-item{opacity:0}.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide{-moz-transform:scale3d(0, 0, 0) translate3d(-100%, -100%, 0);-o-transform:scale3d(0, 0, 0) translate3d(-100%, -100%, 0);-ms-transform:scale3d(0, 0, 0) translate3d(-100%, -100%, 0);-webkit-transform:scale3d(0, 0, 0) translate3d(-100%, -100%, 0);transform:scale3d(0, 0, 0) translate3d(-100%, -100%, 0)}.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide{-moz-transform:scale3d(0, 0, 0) translate3d(-100%, 100%, 0);-o-transform:scale3d(0, 0, 0) translate3d(-100%, 100%, 0);-ms-transform:scale3d(0, 0, 0) translate3d(-100%, 100%, 0);-webkit-transform:scale3d(0, 0, 0) translate3d(-100%, 100%, 0);transform:scale3d(0, 0, 0) translate3d(-100%, 100%, 0)}.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current{-moz-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);-o-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);-ms-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);-webkit-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);transform:scale3d(1, 1, 1) translate3d(0, 0, 0);opacity:1}.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current,.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide,.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s}.lg-css3.lg-slide-circular-vertical-down .lg-item{opacity:0}.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide{-moz-transform:scale3d(0, 0, 0) translate3d(100%, -100%, 0);-o-transform:scale3d(0, 0, 0) translate3d(100%, -100%, 0);-ms-transform:scale3d(0, 0, 0) translate3d(100%, -100%, 0);-webkit-transform:scale3d(0, 0, 0) translate3d(100%, -100%, 0);transform:scale3d(0, 0, 0) translate3d(100%, -100%, 0)}.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide{-moz-transform:scale3d(0, 0, 0) translate3d(100%, 100%, 0);-o-transform:scale3d(0, 0, 0) translate3d(100%, 100%, 0);-ms-transform:scale3d(0, 0, 0) translate3d(100%, 100%, 0);-webkit-transform:scale3d(0, 0, 0) translate3d(100%, 100%, 0);transform:scale3d(0, 0, 0) translate3d(100%, 100%, 0)}.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current{-moz-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);-o-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);-ms-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);-webkit-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);transform:scale3d(1, 1, 1) translate3d(0, 0, 0);opacity:1}.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current,.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide,.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s;transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 1s ease 0s}.lg-css3.lg-slide-vertical .lg-item{opacity:0}.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}.lg-css3.lg-slide-vertical .lg-item.lg-next-slide{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}.lg-css3.lg-slide-vertical .lg-item.lg-current{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}.lg-css3.lg-slide-vertical .lg-item.lg-current,.lg-css3.lg-slide-vertical .lg-item.lg-next-slide,.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s}.lg-css3.lg-slide-vertical-growth .lg-item{opacity:0}.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide{-moz-transform:scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);-o-transform:scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);-ms-transform:scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);-webkit-transform:scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);transform:scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0)}.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide{-moz-transform:scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);-o-transform:scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);-ms-transform:scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);-webkit-transform:scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);transform:scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0)}.lg-css3.lg-slide-vertical-growth .lg-item.lg-current{-moz-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);-o-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);-ms-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);-webkit-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);transform:scale3d(1, 1, 1) translate3d(0, 0, 0);opacity:1}.lg-css3.lg-slide-vertical-growth .lg-item.lg-current,.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide,.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s}.lg-css3.lg-slide-skew-only .lg-item{opacity:0}.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide{-moz-transform:skew(10deg, 0deg);-o-transform:skew(10deg, 0deg);-ms-transform:skew(10deg, 0deg);-webkit-transform:skew(10deg, 0deg);transform:skew(10deg, 0deg)}.lg-css3.lg-slide-skew-only .lg-item.lg-current{-moz-transform:skew(0deg, 0deg);-o-transform:skew(0deg, 0deg);-ms-transform:skew(0deg, 0deg);-webkit-transform:skew(0deg, 0deg);transform:skew(0deg, 0deg);opacity:1}.lg-css3.lg-slide-skew-only .lg-item.lg-current,.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s}.lg-css3.lg-slide-skew-only-rev .lg-item{opacity:0}.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide{-moz-transform:skew(-10deg, 0deg);-o-transform:skew(-10deg, 0deg);-ms-transform:skew(-10deg, 0deg);-webkit-transform:skew(-10deg, 0deg);transform:skew(-10deg, 0deg)}.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current{-moz-transform:skew(0deg, 0deg);-o-transform:skew(0deg, 0deg);-ms-transform:skew(0deg, 0deg);-webkit-transform:skew(0deg, 0deg);transform:skew(0deg, 0deg);opacity:1}.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current,.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s}.lg-css3.lg-slide-skew-only-y .lg-item{opacity:0}.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide{-moz-transform:skew(0deg, 10deg);-o-transform:skew(0deg, 10deg);-ms-transform:skew(0deg, 10deg);-webkit-transform:skew(0deg, 10deg);transform:skew(0deg, 10deg)}.lg-css3.lg-slide-skew-only-y .lg-item.lg-current{-moz-transform:skew(0deg, 0deg);-o-transform:skew(0deg, 0deg);-ms-transform:skew(0deg, 0deg);-webkit-transform:skew(0deg, 0deg);transform:skew(0deg, 0deg);opacity:1}.lg-css3.lg-slide-skew-only-y .lg-item.lg-current,.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s}.lg-css3.lg-slide-skew-only-y-rev .lg-item{opacity:0}.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide{-moz-transform:skew(0deg, -10deg);-o-transform:skew(0deg, -10deg);-ms-transform:skew(0deg, -10deg);-webkit-transform:skew(0deg, -10deg);transform:skew(0deg, -10deg)}.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current{-moz-transform:skew(0deg, 0deg);-o-transform:skew(0deg, 0deg);-ms-transform:skew(0deg, 0deg);-webkit-transform:skew(0deg, 0deg);transform:skew(0deg, 0deg);opacity:1}.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current,.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s}.lg-css3.lg-slide-skew .lg-item{opacity:0}.lg-css3.lg-slide-skew .lg-item.lg-prev-slide{-moz-transform:skew(20deg, 0deg) translate3d(-100%, 0, 0);-o-transform:skew(20deg, 0deg) translate3d(-100%, 0, 0);-ms-transform:skew(20deg, 0deg) translate3d(-100%, 0, 0);-webkit-transform:skew(20deg, 0deg) translate3d(-100%, 0, 0);transform:skew(20deg, 0deg) translate3d(-100%, 0, 0)}.lg-css3.lg-slide-skew .lg-item.lg-next-slide{-moz-transform:skew(20deg, 0deg) translate3d(100%, 0, 0);-o-transform:skew(20deg, 0deg) translate3d(100%, 0, 0);-ms-transform:skew(20deg, 0deg) translate3d(100%, 0, 0);-webkit-transform:skew(20deg, 0deg) translate3d(100%, 0, 0);transform:skew(20deg, 0deg) translate3d(100%, 0, 0)}.lg-css3.lg-slide-skew .lg-item.lg-current{-moz-transform:skew(0deg, 0deg) translate3d(0, 0, 0);-o-transform:skew(0deg, 0deg) translate3d(0, 0, 0);-ms-transform:skew(0deg, 0deg) translate3d(0, 0, 0);-webkit-transform:skew(0deg, 0deg) translate3d(0, 0, 0);transform:skew(0deg, 0deg) translate3d(0, 0, 0);opacity:1}.lg-css3.lg-slide-skew .lg-item.lg-current,.lg-css3.lg-slide-skew .lg-item.lg-next-slide,.lg-css3.lg-slide-skew .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s}.lg-css3.lg-slide-skew-rev .lg-item{opacity:0}.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide{-moz-transform:skew(-20deg, 0deg) translate3d(-100%, 0, 0);-o-transform:skew(-20deg, 0deg) translate3d(-100%, 0, 0);-ms-transform:skew(-20deg, 0deg) translate3d(-100%, 0, 0);-webkit-transform:skew(-20deg, 0deg) translate3d(-100%, 0, 0);transform:skew(-20deg, 0deg) translate3d(-100%, 0, 0)}.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide{-moz-transform:skew(-20deg, 0deg) translate3d(100%, 0, 0);-o-transform:skew(-20deg, 0deg) translate3d(100%, 0, 0);-ms-transform:skew(-20deg, 0deg) translate3d(100%, 0, 0);-webkit-transform:skew(-20deg, 0deg) translate3d(100%, 0, 0);transform:skew(-20deg, 0deg) translate3d(100%, 0, 0)}.lg-css3.lg-slide-skew-rev .lg-item.lg-current{-moz-transform:skew(0deg, 0deg) translate3d(0, 0, 0);-o-transform:skew(0deg, 0deg) translate3d(0, 0, 0);-ms-transform:skew(0deg, 0deg) translate3d(0, 0, 0);-webkit-transform:skew(0deg, 0deg) translate3d(0, 0, 0);transform:skew(0deg, 0deg) translate3d(0, 0, 0);opacity:1}.lg-css3.lg-slide-skew-rev .lg-item.lg-current,.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s}.lg-css3.lg-slide-skew-cross .lg-item{opacity:0}.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide{-moz-transform:skew(0deg, 60deg) translate3d(-100%, 0, 0);-o-transform:skew(0deg, 60deg) translate3d(-100%, 0, 0);-ms-transform:skew(0deg, 60deg) translate3d(-100%, 0, 0);-webkit-transform:skew(0deg, 60deg) translate3d(-100%, 0, 0);transform:skew(0deg, 60deg) translate3d(-100%, 0, 0)}.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide{-moz-transform:skew(0deg, 60deg) translate3d(100%, 0, 0);-o-transform:skew(0deg, 60deg) translate3d(100%, 0, 0);-ms-transform:skew(0deg, 60deg) translate3d(100%, 0, 0);-webkit-transform:skew(0deg, 60deg) translate3d(100%, 0, 0);transform:skew(0deg, 60deg) translate3d(100%, 0, 0)}.lg-css3.lg-slide-skew-cross .lg-item.lg-current{-moz-transform:skew(0deg, 0deg) translate3d(0, 0, 0);-o-transform:skew(0deg, 0deg) translate3d(0, 0, 0);-ms-transform:skew(0deg, 0deg) translate3d(0, 0, 0);-webkit-transform:skew(0deg, 0deg) translate3d(0, 0, 0);transform:skew(0deg, 0deg) translate3d(0, 0, 0);opacity:1}.lg-css3.lg-slide-skew-cross .lg-item.lg-current,.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s}.lg-css3.lg-slide-skew-cross-rev .lg-item{opacity:0}.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide{-moz-transform:skew(0deg, -60deg) translate3d(-100%, 0, 0);-o-transform:skew(0deg, -60deg) translate3d(-100%, 0, 0);-ms-transform:skew(0deg, -60deg) translate3d(-100%, 0, 0);-webkit-transform:skew(0deg, -60deg) translate3d(-100%, 0, 0);transform:skew(0deg, -60deg) translate3d(-100%, 0, 0)}.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide{-moz-transform:skew(0deg, -60deg) translate3d(100%, 0, 0);-o-transform:skew(0deg, -60deg) translate3d(100%, 0, 0);-ms-transform:skew(0deg, -60deg) translate3d(100%, 0, 0);-webkit-transform:skew(0deg, -60deg) translate3d(100%, 0, 0);transform:skew(0deg, -60deg) translate3d(100%, 0, 0)}.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current{-moz-transform:skew(0deg, 0deg) translate3d(0, 0, 0);-o-transform:skew(0deg, 0deg) translate3d(0, 0, 0);-ms-transform:skew(0deg, 0deg) translate3d(0, 0, 0);-webkit-transform:skew(0deg, 0deg) translate3d(0, 0, 0);transform:skew(0deg, 0deg) translate3d(0, 0, 0);opacity:1}.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current,.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s}.lg-css3.lg-slide-skew-ver .lg-item{opacity:0}.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide{-moz-transform:skew(60deg, 0deg) translate3d(0, -100%, 0);-o-transform:skew(60deg, 0deg) translate3d(0, -100%, 0);-ms-transform:skew(60deg, 0deg) translate3d(0, -100%, 0);-webkit-transform:skew(60deg, 0deg) translate3d(0, -100%, 0);transform:skew(60deg, 0deg) translate3d(0, -100%, 0)}.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide{-moz-transform:skew(60deg, 0deg) translate3d(0, 100%, 0);-o-transform:skew(60deg, 0deg) translate3d(0, 100%, 0);-ms-transform:skew(60deg, 0deg) translate3d(0, 100%, 0);-webkit-transform:skew(60deg, 0deg) translate3d(0, 100%, 0);transform:skew(60deg, 0deg) translate3d(0, 100%, 0)}.lg-css3.lg-slide-skew-ver .lg-item.lg-current{-moz-transform:skew(0deg, 0deg) translate3d(0, 0, 0);-o-transform:skew(0deg, 0deg) translate3d(0, 0, 0);-ms-transform:skew(0deg, 0deg) translate3d(0, 0, 0);-webkit-transform:skew(0deg, 0deg) translate3d(0, 0, 0);transform:skew(0deg, 0deg) translate3d(0, 0, 0);opacity:1}.lg-css3.lg-slide-skew-ver .lg-item.lg-current,.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s}.lg-css3.lg-slide-skew-ver-rev .lg-item{opacity:0}.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide{-moz-transform:skew(-60deg, 0deg) translate3d(0, -100%, 0);-o-transform:skew(-60deg, 0deg) translate3d(0, -100%, 0);-ms-transform:skew(-60deg, 0deg) translate3d(0, -100%, 0);-webkit-transform:skew(-60deg, 0deg) translate3d(0, -100%, 0);transform:skew(-60deg, 0deg) translate3d(0, -100%, 0)}.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide{-moz-transform:skew(-60deg, 0deg) translate3d(0, 100%, 0);-o-transform:skew(-60deg, 0deg) translate3d(0, 100%, 0);-ms-transform:skew(-60deg, 0deg) translate3d(0, 100%, 0);-webkit-transform:skew(-60deg, 0deg) translate3d(0, 100%, 0);transform:skew(-60deg, 0deg) translate3d(0, 100%, 0)}.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current{-moz-transform:skew(0deg, 0deg) translate3d(0, 0, 0);-o-transform:skew(0deg, 0deg) translate3d(0, 0, 0);-ms-transform:skew(0deg, 0deg) translate3d(0, 0, 0);-webkit-transform:skew(0deg, 0deg) translate3d(0, 0, 0);transform:skew(0deg, 0deg) translate3d(0, 0, 0);opacity:1}.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current,.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s}.lg-css3.lg-slide-skew-ver-cross .lg-item{opacity:0}.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide{-moz-transform:skew(0deg, 20deg) translate3d(0, -100%, 0);-o-transform:skew(0deg, 20deg) translate3d(0, -100%, 0);-ms-transform:skew(0deg, 20deg) translate3d(0, -100%, 0);-webkit-transform:skew(0deg, 20deg) translate3d(0, -100%, 0);transform:skew(0deg, 20deg) translate3d(0, -100%, 0)}.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide{-moz-transform:skew(0deg, 20deg) translate3d(0, 100%, 0);-o-transform:skew(0deg, 20deg) translate3d(0, 100%, 0);-ms-transform:skew(0deg, 20deg) translate3d(0, 100%, 0);-webkit-transform:skew(0deg, 20deg) translate3d(0, 100%, 0);transform:skew(0deg, 20deg) translate3d(0, 100%, 0)}.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current{-moz-transform:skew(0deg, 0deg) translate3d(0, 0, 0);-o-transform:skew(0deg, 0deg) translate3d(0, 0, 0);-ms-transform:skew(0deg, 0deg) translate3d(0, 0, 0);-webkit-transform:skew(0deg, 0deg) translate3d(0, 0, 0);transform:skew(0deg, 0deg) translate3d(0, 0, 0);opacity:1}.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current,.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s}.lg-css3.lg-slide-skew-ver-cross-rev .lg-item{opacity:0}.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide{-moz-transform:skew(0deg, -20deg) translate3d(0, -100%, 0);-o-transform:skew(0deg, -20deg) translate3d(0, -100%, 0);-ms-transform:skew(0deg, -20deg) translate3d(0, -100%, 0);-webkit-transform:skew(0deg, -20deg) translate3d(0, -100%, 0);transform:skew(0deg, -20deg) translate3d(0, -100%, 0)}.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide{-moz-transform:skew(0deg, -20deg) translate3d(0, 100%, 0);-o-transform:skew(0deg, -20deg) translate3d(0, 100%, 0);-ms-transform:skew(0deg, -20deg) translate3d(0, 100%, 0);-webkit-transform:skew(0deg, -20deg) translate3d(0, 100%, 0);transform:skew(0deg, -20deg) translate3d(0, 100%, 0)}.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current{-moz-transform:skew(0deg, 0deg) translate3d(0, 0, 0);-o-transform:skew(0deg, 0deg) translate3d(0, 0, 0);-ms-transform:skew(0deg, 0deg) translate3d(0, 0, 0);-webkit-transform:skew(0deg, 0deg) translate3d(0, 0, 0);transform:skew(0deg, 0deg) translate3d(0, 0, 0);opacity:1}.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current,.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s}.lg-css3.lg-lollipop .lg-item{opacity:0}.lg-css3.lg-lollipop .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}.lg-css3.lg-lollipop .lg-item.lg-next-slide{-moz-transform:translate3d(0, 0, 0) scale(0.5);-o-transform:translate3d(0, 0, 0) scale(0.5);-ms-transform:translate3d(0, 0, 0) scale(0.5);-webkit-transform:translate3d(0, 0, 0) scale(0.5);transform:translate3d(0, 0, 0) scale(0.5)}.lg-css3.lg-lollipop .lg-item.lg-current{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}.lg-css3.lg-lollipop .lg-item.lg-current,.lg-css3.lg-lollipop .lg-item.lg-next-slide,.lg-css3.lg-lollipop .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s}.lg-css3.lg-lollipop-rev .lg-item{opacity:0}.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide{-moz-transform:translate3d(0, 0, 0) scale(0.5);-o-transform:translate3d(0, 0, 0) scale(0.5);-ms-transform:translate3d(0, 0, 0) scale(0.5);-webkit-transform:translate3d(0, 0, 0) scale(0.5);transform:translate3d(0, 0, 0) scale(0.5)}.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}.lg-css3.lg-lollipop-rev .lg-item.lg-current{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}.lg-css3.lg-lollipop-rev .lg-item.lg-current,.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide,.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s}.lg-css3.lg-rotate .lg-item{opacity:0}.lg-css3.lg-rotate .lg-item.lg-prev-slide{-moz-transform:rotate(-360deg);-o-transform:rotate(-360deg);-ms-transform:rotate(-360deg);-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}.lg-css3.lg-rotate .lg-item.lg-next-slide{-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);transform:rotate(360deg)}.lg-css3.lg-rotate .lg-item.lg-current{-moz-transform:rotate(0);-o-transform:rotate(0);-ms-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0);opacity:1}.lg-css3.lg-rotate .lg-item.lg-current,.lg-css3.lg-rotate .lg-item.lg-next-slide,.lg-css3.lg-rotate .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s}.lg-css3.lg-rotate-rev .lg-item{opacity:0}.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide{-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);transform:rotate(360deg)}.lg-css3.lg-rotate-rev .lg-item.lg-next-slide{-moz-transform:rotate(-360deg);-o-transform:rotate(-360deg);-ms-transform:rotate(-360deg);-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}.lg-css3.lg-rotate-rev .lg-item.lg-current{-moz-transform:rotate(0);-o-transform:rotate(0);-ms-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0);opacity:1}.lg-css3.lg-rotate-rev .lg-item.lg-current,.lg-css3.lg-rotate-rev .lg-item.lg-next-slide,.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s}.lg-css3.lg-tube .lg-item{opacity:0}.lg-css3.lg-tube .lg-item.lg-prev-slide{-moz-transform:scale3d(1, 0, 1) translate3d(-100%, 0, 0);-o-transform:scale3d(1, 0, 1) translate3d(-100%, 0, 0);-ms-transform:scale3d(1, 0, 1) translate3d(-100%, 0, 0);-webkit-transform:scale3d(1, 0, 1) translate3d(-100%, 0, 0);transform:scale3d(1, 0, 1) translate3d(-100%, 0, 0)}.lg-css3.lg-tube .lg-item.lg-next-slide{-moz-transform:scale3d(1, 0, 1) translate3d(100%, 0, 0);-o-transform:scale3d(1, 0, 1) translate3d(100%, 0, 0);-ms-transform:scale3d(1, 0, 1) translate3d(100%, 0, 0);-webkit-transform:scale3d(1, 0, 1) translate3d(100%, 0, 0);transform:scale3d(1, 0, 1) translate3d(100%, 0, 0)}.lg-css3.lg-tube .lg-item.lg-current{-moz-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);-o-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);-ms-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);-webkit-transform:scale3d(1, 1, 1) translate3d(0, 0, 0);transform:scale3d(1, 1, 1) translate3d(0, 0, 0);opacity:1}.lg-css3.lg-tube .lg-item.lg-current,.lg-css3.lg-tube .lg-item.lg-next-slide,.lg-css3.lg-tube .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s}#footer{position:fixed;width:100%;bottom:0;padding:0 15px 15px;z-index:50;line-height:1}.thb_video_background #footer{display:none}@media only screen and (min-width: 48.063em){#footer{padding:0 25px 25px}}@media only screen and (min-width: 64.063em){#footer{padding:0 35px 35px}}#footer .row{max-width:100%;margin:0}#footer .row .columns{padding:0}#footer .left-side{font-size:11px;display:none}@media only screen and (min-width: 48.063em){#footer .left-side{display:block}}#footer .left-side .footer-menu{margin:0;padding:0;line-height:1}#footer .left-side .footer-menu li{display:inline-block;margin:0}#footer .left-side .footer-menu li+li{padding-left:18px;position:relative}#footer .left-side .footer-menu li+li:before{content:'/';position:absolute;left:4px;top:0}#footer .right-side{text-align:center;font-size:11px;width:100%}@media only screen and (min-width: 48.063em){#footer .right-side{text-align:right}}@media screen and (min-width: 641px), screen and (max-width: 48.063em){#footer .right-side{flex:1;max-width:100%}}#footer .right-side a{display:inline-block;padding:0 4px}@media only screen and (min-width: 48.063em){.contact-container{height:100vh;overflow:hidden}}.contact-content{width:100%;display:flex;align-items:center}@media only screen and (min-width: 48.063em){.contact-content{height:80vh}}.contact-content .page-padding{min-height:0}.google_map{width:100%;height:100vh}.about-container{background-size:cover;background-attachment:fixed}.content404{display:flex;flex:1;background:#f5f5f5 url(//rundumblick360.com/wp-content/themes/twofold-wp/assets/img/404-bg.jpg) no-repeat center bottom;background-size:cover}.content404 .page-padding{display:flex;align-items:center}.content404 img{display:inline-block;max-width:50%;margin-bottom:30px}@media only screen and (min-width: 48.063em){.content404 img{max-width:250px}}@media only screen and (min-width: 100em){.content404 img{max-width:290px}}.content404 p{font-size:14px}.content404 .row{width:100%;margin-bottom:70px}.selectric-wrapper{position:relative;cursor:pointer;display:inline-block;text-align:left;height:26px}.selectric{display:inline-block;background:transparent;position:relative;text-transform:uppercase;border:2px solid #151515;font-weight:600}.selectric .label{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 30px 0 10px;font-size:12px;line-height:24px;color:#151515;height:22px;font-weight:600}.selectric .button{display:block;position:absolute;right:0;top:0;width:15px;height:22px;text-align:center;font-size:0}.selectric .button:after{content:" ";position:absolute;top:0;bottom:0;left:0;margin:auto;width:0;height:0;border:4px solid transparent;border-top-color:#151515;border-bottom:none}.selectric-open{z-index:9999}.selectric-open .selectric{background:#151515}.selectric-open .selectric .label{color:#fff}.selectric-open .selectric .button:after{border-top:none;border-bottom:4px solid #fff}.selectric-open .selectric-items{display:block}.selectric-disabled{filter:alpha(opacity=50);opacity:0.5;cursor:default;user-select:none}.selectric-hide-select{position:relative;overflow:hidden;width:0;height:0}.selectric-hide-select select{position:absolute;left:-100%;display:none}.selectric-input{position:absolute !important;top:0 !important;left:0 !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;outline:none !important;border:none !important;background:none !important}.selectric-temp-show{position:absolute !important;visibility:hidden !important;display:block !important}.selectric-items{display:none;position:absolute;top:100%;left:auto;right:0;background:#151515;z-index:-1}.selectric-items .selectric-scroll{height:100%;overflow:auto}.selectric-above .selectric-items{top:auto;bottom:100%}.selectric-items ul,.selectric-items li{list-style:none;padding:0;margin:0;font-size:12px;line-height:26px;min-height:26px;text-transform:uppercase;font-weight:600}.selectric-items ul{padding:5px 0}.selectric-items li{display:block;padding:0 12px;color:#fff;cursor:pointer;white-space:nowrap}.selectric-items li.selected{color:#e03737}.selectric-items li:hover{color:#e03737}.selectric-items .disabled{filter:alpha(opacity=50);opacity:0.5;cursor:default !important;background:none !important;color:#666 !important;user-select:none}.selectric-items .selectric-group .selectric-group-label{font-weight:bold;padding-left:10px;cursor:default;user-select:none;background:none;color:#444}.selectric-items .selectric-group.disabled li{filter:alpha(opacity=100);opacity:1}.selectric-items .selectric-group li{padding-left:25px}.pagination{border-top:2px solid #151515;padding-top:25px;text-align:center;text-transform:uppercase;margin-top:50px}.pagination .screen-reader-text{display:none}.pagination .page-numbers{display:inline-block;padding:0 6px;font-size:14px;font-weight:600;color:rgba(21,21,21,0.6)}.pagination .page-numbers.current,.pagination .page-numbers:hover{color:#151515}.pagination .page-numbers svg{-moz-transform:scale(0.7, 0.7);-ms-transform:scale(0.7, 0.7);-webkit-transform:scale(0.7, 0.7);transform:scale(0.7, 0.7)}.pagination .page-numbers.prev{float:left;display:none;padding:0}@media only screen and (min-width: 80em){.pagination .page-numbers.prev{display:inline-block}}.pagination .page-numbers.next{float:right;display:none;padding:0}@media only screen and (min-width: 80em){.pagination .page-numbers.next{display:inline-block}}.pagination-space{margin-top:50px}.multiscroll{height:100vh;overflow:hidden}.ms-section{display:flex;height:100vh;position:relative;overflow:hidden}.ms-section .ms-section-inner{position:absolute;top:0;left:0;width:100vw;height:100%;background-size:cover;background-position:center;-moz-transition:-moz-transform 1s cubic-bezier(0.77, 0, 0.175, 1);-o-transition:-o-transform 1s cubic-bezier(0.77, 0, 0.175, 1);-webkit-transition:-webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);transition:transform 1s cubic-bezier(0.77, 0, 0.175, 1)}.ms-right .ms-section .ms-section-inner{left:auto;right:0}.split .ms-section{overflow:visible;height:50vh}@media only screen and (min-width: 48.063em){.split .ms-section{height:100vh}}.split .ms-section .ms-section-inner{opacity:0.5;-moz-transition:opacity 1s cubic-bezier(0.77, 0, 0.175, 1);-o-transition:opacity 1s cubic-bezier(0.77, 0, 0.175, 1);-webkit-transition:opacity 1s cubic-bezier(0.77, 0, 0.175, 1);transition:opacity 1s cubic-bezier(0.77, 0, 0.175, 1)}.split .ms-section.active .ms-section-inner{opacity:1}.ms-right,.ms-left{position:fixed;top:0;left:0;width:50%;height:100%}.ms-left{width:100%}@media only screen and (min-width: 48.063em){.ms-left{width:50%}}.split .ms-left{height:50%;width:100%}@media only screen and (min-width: 48.063em){.split .ms-left{height:100%}}.split .ms-left .ms-section-inner{opacity:0.5;width:100%;top:0;bottom:0;left:0;right:0;width:auto;height:auto}@media only screen and (min-width: 48.063em){.split .ms-left .ms-section-inner{left:30px;right:15px;bottom:30px;-moz-transform:translateY(15%);-ms-transform:translateY(15%);-webkit-transform:translateY(15%);transform:translateY(15%)}}.ms-left-container,.ms-right-container{position:relative;height:50vh;width:100%;overflow:hidden;opacity:0.999;float:left;-moz-transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}@media only screen and (min-width: 48.063em){.ms-left-container,.ms-right-container{width:50%;height:100vh;opacity:1}}.ms-right{left:auto;right:0;display:none}@media only screen and (min-width: 48.063em){.ms-right{display:block}}.split .ms-right{display:block;width:100%;height:50%;top:0;left:auto}@media only screen and (min-width: 48.063em){.split .ms-right{height:100%}}.split .ms-right .ms-section-inner{opacity:0.5;width:100%;top:0;bottom:0;left:0;right:0;width:auto;height:auto}@media only screen and (min-width: 48.063em){.split .ms-right .ms-section-inner{left:15px;right:30px;top:30px;-moz-transform:translateY(-15%);-ms-transform:translateY(-15%);-webkit-transform:translateY(-15%);transform:translateY(-15%)}}.ms-easing{-webkit-transition:all 0.7s ease-out;-moz-transition:all 0.7s ease-out;-o-transition:all 0.7s ease-out;transition:all 0.7s ease-out}#multiscroll-nav{position:absolute;text-align:center;-webkit-transition:300ms;-moz-transition:300ms;-o-transition:300ms;transition:300ms;top:50%;-moz-transform:translate3d(0, -50%, 0);-webkit-transform:translate3d(0, -50%, 0);transform:translate3d(0, -50%, 0);z-index:10;right:15px;z-index:11;text-align:right;max-width:50px;display:none}@media only screen and (min-width: 48.063em){#multiscroll-nav{display:block;right:25px}}@media only screen and (min-width: 64.063em){#multiscroll-nav{right:35px}}#multiscroll-nav a{display:inline-block;width:50px;height:15px;background:none;position:relative;opacity:1;cursor:pointer;margin:2px 0}@media only screen and (min-width: 48.063em){#multiscroll-nav a{height:21px}}@media only screen and (min-width: 64.063em){#multiscroll-nav a{height:26px}}#multiscroll-nav a:after{content:'';position:absolute;top:7px;right:0;display:block;height:1px;width:30px;background:#151515}@media only screen and (min-width: 48.063em){#multiscroll-nav a:after{top:10px}}@media only screen and (min-width: 64.063em){#multiscroll-nav a:after{top:12px}}#multiscroll-nav a em{position:absolute;right:100%;padding-right:14px;font-size:12px;font-weight:600;text-transform:uppercase;top:50%;white-space:nowrap;font-style:normal;-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);opacity:0}@media only screen and (min-width: 48.063em){#multiscroll-nav a em{display:block}}#multiscroll-nav a:hover{color:#151515}#multiscroll-nav a:hover em{opacity:1}#multiscroll-nav a:hover:not(.swiper-pagination-bullet-active):after{width:40px}#multiscroll-nav a.active{background:none;width:50px}#multiscroll-nav a.active:after{width:50px}.dark-colors,body.dark-theme:not(.logo-dark):not(.custom-background),body.light-theme.logo-light:not(.menu-open){background:#020202;color:rgba(183,183,183,0.8)}.dark-colors h1,body.dark-theme:not(.logo-dark):not(.custom-background) h1,body.light-theme.logo-light:not(.menu-open) h1,.dark-colors h2,body.dark-theme:not(.logo-dark):not(.custom-background) h2,body.light-theme.logo-light:not(.menu-open) h2,.dark-colors h3,body.dark-theme:not(.logo-dark):not(.custom-background) h3,body.light-theme.logo-light:not(.menu-open) h3,.dark-colors h4,body.dark-theme:not(.logo-dark):not(.custom-background) h4,body.light-theme.logo-light:not(.menu-open) h4,.dark-colors h5,body.dark-theme:not(.logo-dark):not(.custom-background) h5,body.light-theme.logo-light:not(.menu-open) h5,.dark-colors h6,body.dark-theme:not(.logo-dark):not(.custom-background) h6,body.light-theme.logo-light:not(.menu-open) h6{color:#fff}.dark-colors p,body.dark-theme:not(.logo-dark):not(.custom-background) p,body.light-theme.logo-light:not(.menu-open) p{color:rgba(183,183,183,0.8)}.dark-colors a:not(:hover):not(.lg-download),body.dark-theme:not(.logo-dark):not(.custom-background) a:not(:hover):not(.lg-download),body.light-theme.logo-light:not(.menu-open) a:not(:hover):not(.lg-download),.dark-colors #footer .left-side .footer-menu li+li:before,body.dark-theme:not(.logo-dark):not(.custom-background) #footer .left-side .footer-menu li+li:before,body.light-theme.logo-light:not(.menu-open) #footer .left-side .footer-menu li+li:before{color:#fff}.dark-colors #header .logo .logoimg.logo_dark,body.dark-theme:not(.logo-dark):not(.custom-background) #header .logo .logoimg.logo_dark,body.light-theme.logo-light:not(.menu-open) #header .logo .logoimg.logo_dark{display:inline-block}.dark-colors #header .logo .logoimg.logo_light,body.dark-theme:not(.logo-dark):not(.custom-background) #header .logo .logoimg.logo_light,body.light-theme.logo-light:not(.menu-open) #header .logo .logoimg.logo_light{display:none}.dark-colors .blog-post-container,body.dark-theme:not(.logo-dark):not(.custom-background) .blog-post-container,body.light-theme.logo-light:not(.menu-open) .blog-post-container{background:#020202}.dark-colors .post .post-meta,body.dark-theme:not(.logo-dark):not(.custom-background) .post .post-meta,body.light-theme.logo-light:not(.menu-open) .post .post-meta{color:rgba(255,255,255,0.8)}.dark-colors .post .excerpt-dot,body.dark-theme:not(.logo-dark):not(.custom-background) .post .excerpt-dot,body.light-theme.logo-light:not(.menu-open) .post .excerpt-dot{fill:#fff}.dark-colors #header .mobile-toggle path,body.dark-theme:not(.logo-dark):not(.custom-background) #header .mobile-toggle path,body.light-theme.logo-light:not(.menu-open) #header .mobile-toggle path{stroke:#fff}.dark-colors .pagination,body.dark-theme:not(.logo-dark):not(.custom-background) .pagination,body.light-theme.logo-light:not(.menu-open) .pagination{border-color:rgba(183,183,183,0.8)}.dark-colors .pagination .page-numbers.current,body.dark-theme:not(.logo-dark):not(.custom-background) .pagination .page-numbers.current,body.light-theme.logo-light:not(.menu-open) .pagination .page-numbers.current,.dark-colors .pagination .page-numbers:hover,body.dark-theme:not(.logo-dark):not(.custom-background) .pagination .page-numbers:hover,body.light-theme.logo-light:not(.menu-open) .pagination .page-numbers:hover{color:3}.dark-colors .tag-link,body.dark-theme:not(.logo-dark):not(.custom-background) .tag-link,body.light-theme.logo-light:not(.menu-open) .tag-link{border-color:rgba(183,183,183,0.8)}.dark-colors .tag-link:hover,body.dark-theme:not(.logo-dark):not(.custom-background) .tag-link:hover,body.light-theme.logo-light:not(.menu-open) .tag-link:hover{background:#fff;border-color:#fff;color:#020202}.dark-colors #comments ol.commentlist .comment .vcard .fn,body.dark-theme:not(.logo-dark):not(.custom-background) #comments ol.commentlist .comment .vcard .fn,body.light-theme.logo-light:not(.menu-open) #comments ol.commentlist .comment .vcard .fn,.dark-colors #comments ol.commentlist .comment .comment-meta a,body.dark-theme:not(.logo-dark):not(.custom-background) #comments ol.commentlist .comment .comment-meta a,body.light-theme.logo-light:not(.menu-open) #comments ol.commentlist .comment .comment-meta a{color:#fff}.dark-colors #comments ol.commentlist .comment p,body.dark-theme:not(.logo-dark):not(.custom-background) #comments ol.commentlist .comment p,body.light-theme.logo-light:not(.menu-open) #comments ol.commentlist .comment p{color:rgba(183,183,183,0.8)}.dark-colors .post_nav,body.dark-theme:not(.logo-dark):not(.custom-background) .post_nav,body.light-theme.logo-light:not(.menu-open) .post_nav{background:rgba(255,255,255,0.1)}.dark-colors .post_nav:hover,body.dark-theme:not(.logo-dark):not(.custom-background) .post_nav:hover,body.light-theme.logo-light:not(.menu-open) .post_nav:hover{background:#fff}.dark-colors #navigation-menu,body.dark-theme:not(.logo-dark):not(.custom-background) #navigation-menu,body.light-theme.logo-light:not(.menu-open) #navigation-menu{background:#020202}.dark-colors .navigation-menu li.menu-item-has-children a span em:before,body.dark-theme:not(.logo-dark):not(.custom-background) .navigation-menu li.menu-item-has-children a span em:before,body.light-theme.logo-light:not(.menu-open) .navigation-menu li.menu-item-has-children a span em:before,.dark-colors .navigation-menu li.menu-item-has-children a span em:after,body.dark-theme:not(.logo-dark):not(.custom-background) .navigation-menu li.menu-item-has-children a span em:after,body.light-theme.logo-light:not(.menu-open) .navigation-menu li.menu-item-has-children a span em:after{background:#fff}.dark-colors .password-protected .password-form,body.dark-theme:not(.logo-dark):not(.custom-background) .password-protected .password-form,body.light-theme.logo-light:not(.menu-open) .password-protected .password-form{background:#020202}.dark-colors .password-protected .password-form svg,body.dark-theme:not(.logo-dark):not(.custom-background) .password-protected .password-form svg,body.light-theme.logo-light:not(.menu-open) .password-protected .password-form svg{fill:#fff}.dark-colors .selectric,body.dark-theme:not(.logo-dark):not(.custom-background) .selectric,body.light-theme.logo-light:not(.menu-open) .selectric{border-color:#fff}.dark-colors .selectric .label,body.dark-theme:not(.logo-dark):not(.custom-background) .selectric .label,body.light-theme.logo-light:not(.menu-open) .selectric .label{color:#fff}.dark-colors .selectric .button:after,body.dark-theme:not(.logo-dark):not(.custom-background) .selectric .button:after,body.light-theme.logo-light:not(.menu-open) .selectric .button:after{border-top-color:#fff}.dark-colors .selectric-items,body.dark-theme:not(.logo-dark):not(.custom-background) .selectric-items,body.light-theme.logo-light:not(.menu-open) .selectric-items{background:#fff}.dark-colors .selectric-items li:not(.selected),body.dark-theme:not(.logo-dark):not(.custom-background) .selectric-items li:not(.selected),body.light-theme.logo-light:not(.menu-open) .selectric-items li:not(.selected){color:#020202}.dark-colors .selectric-open .selectric,body.dark-theme:not(.logo-dark):not(.custom-background) .selectric-open .selectric,body.light-theme.logo-light:not(.menu-open) .selectric-open .selectric{background:#fff}.dark-colors .selectric-open .selectric .label,body.dark-theme:not(.logo-dark):not(.custom-background) .selectric-open .selectric .label,body.light-theme.logo-light:not(.menu-open) .selectric-open .selectric .label{color:#020202}.dark-colors .selectric-open .selectric .button:after,body.dark-theme:not(.logo-dark):not(.custom-background) .selectric-open .selectric .button:after,body.light-theme.logo-light:not(.menu-open) .selectric-open .selectric .button:after{border-bottom-color:#020202}.dark-colors .custom_scroll .iScrollIndicator,body.dark-theme:not(.logo-dark):not(.custom-background) .custom_scroll .iScrollIndicator,body.light-theme.logo-light:not(.menu-open) .custom_scroll .iScrollIndicator{background:rgba(255,255,255,0.2) !important}.dark-colors .custom_scroll .iScrollIndicator:hover,body.dark-theme:not(.logo-dark):not(.custom-background) .custom_scroll .iScrollIndicator:hover,body.light-theme.logo-light:not(.menu-open) .custom_scroll .iScrollIndicator:hover{background:rgba(255,255,255,0.4) !important}.dark-colors .swiper-cursor .thb-arrow-inner,body.dark-theme:not(.logo-dark):not(.custom-background) .swiper-cursor .thb-arrow-inner,body.light-theme.logo-light:not(.menu-open) .swiper-cursor .thb-arrow-inner,.dark-colors #thumbnail-icon:not(:hover) .thb-gallery-icon,body.dark-theme:not(.logo-dark):not(.custom-background) #thumbnail-icon:not(:hover) .thb-gallery-icon,body.light-theme.logo-light:not(.menu-open) #thumbnail-icon:not(:hover) .thb-gallery-icon,.dark-colors #thumbnail-icon:not(:hover) .thb-thumbnail-icon,body.dark-theme:not(.logo-dark):not(.custom-background) #thumbnail-icon:not(:hover) .thb-thumbnail-icon,body.light-theme.logo-light:not(.menu-open) #thumbnail-icon:not(:hover) .thb-thumbnail-icon{stroke:#fff}.dark-colors .swiper-cursor .thb-arrow .thb-tmp,body.dark-theme:not(.logo-dark):not(.custom-background) .swiper-cursor .thb-arrow .thb-tmp,body.light-theme.logo-light:not(.menu-open) .swiper-cursor .thb-arrow .thb-tmp{stroke:rgba(183,183,183,0.8)}.dark-colors .photo-caption,body.dark-theme:not(.logo-dark):not(.custom-background) .photo-caption,body.light-theme.logo-light:not(.menu-open) .photo-caption{color:#fff}.dark-colors .photo-caption em,body.dark-theme:not(.logo-dark):not(.custom-background) .photo-caption em,body.light-theme.logo-light:not(.menu-open) .photo-caption em{color:rgba(183,183,183,0.8)}.dark-colors .swiper-container.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet:after,body.dark-theme:not(.logo-dark):not(.custom-background) .swiper-container.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet:after,body.light-theme.logo-light:not(.menu-open) .swiper-container.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet:after,.dark-colors #multiscroll-nav a:after,body.dark-theme:not(.logo-dark):not(.custom-background) #multiscroll-nav a:after,body.light-theme.logo-light:not(.menu-open) #multiscroll-nav a:after{background:#fff}.dark-colors .swiper-container.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after,body.dark-theme:not(.logo-dark):not(.custom-background) .swiper-container.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after,body.light-theme.logo-light:not(.menu-open) .swiper-container.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after,.dark-colors #multiscroll-nav a.active:after,body.dark-theme:not(.logo-dark):not(.custom-background) #multiscroll-nav a.active:after,body.light-theme.logo-light:not(.menu-open) #multiscroll-nav a.active:after{background:#fff}.dark-colors .swiper-container.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet,body.dark-theme:not(.logo-dark):not(.custom-background) .swiper-container.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet,body.light-theme.logo-light:not(.menu-open) .swiper-container.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet,.dark-colors #multiscroll-nav a,body.dark-theme:not(.logo-dark):not(.custom-background) #multiscroll-nav a,body.light-theme.logo-light:not(.menu-open) #multiscroll-nav a,.dark-colors #multiscroll-nav a:hover,body.dark-theme:not(.logo-dark):not(.custom-background) #multiscroll-nav a:hover,body.light-theme.logo-light:not(.menu-open) #multiscroll-nav a:hover{color:#fff}.dark-colors .swiper-container .text-container p,body.dark-theme:not(.logo-dark):not(.custom-background) .swiper-container .text-container p,body.light-theme.logo-light:not(.menu-open) .swiper-container .text-container p{color:#fff}.dark-colors input[type="text"],body.dark-theme:not(.logo-dark):not(.custom-background) input[type="text"],body.light-theme.logo-light:not(.menu-open) input[type="text"],.dark-colors input[type="password"],body.dark-theme:not(.logo-dark):not(.custom-background) input[type="password"],body.light-theme.logo-light:not(.menu-open) input[type="password"],.dark-colors input[type="date"],body.dark-theme:not(.logo-dark):not(.custom-background) input[type="date"],body.light-theme.logo-light:not(.menu-open) input[type="date"],.dark-colors input[type="datetime"],body.dark-theme:not(.logo-dark):not(.custom-background) input[type="datetime"],body.light-theme.logo-light:not(.menu-open) input[type="datetime"],.dark-colors input[type="email"],body.dark-theme:not(.logo-dark):not(.custom-background) input[type="email"],body.light-theme.logo-light:not(.menu-open) input[type="email"],.dark-colors input[type="number"],body.dark-theme:not(.logo-dark):not(.custom-background) input[type="number"],body.light-theme.logo-light:not(.menu-open) input[type="number"],.dark-colors input[type="search"],body.dark-theme:not(.logo-dark):not(.custom-background) input[type="search"],body.light-theme.logo-light:not(.menu-open) input[type="search"],.dark-colors input[type="tel"],body.dark-theme:not(.logo-dark):not(.custom-background) input[type="tel"],body.light-theme.logo-light:not(.menu-open) input[type="tel"],.dark-colors input[type="time"],body.dark-theme:not(.logo-dark):not(.custom-background) input[type="time"],body.light-theme.logo-light:not(.menu-open) input[type="time"],.dark-colors input[type="url"],body.dark-theme:not(.logo-dark):not(.custom-background) input[type="url"],body.light-theme.logo-light:not(.menu-open) input[type="url"],.dark-colors textarea,body.dark-theme:not(.logo-dark):not(.custom-background) textarea,body.light-theme.logo-light:not(.menu-open) textarea{background:#1a1a1a;border-color:#1a1a1a;color:#fff}.dark-colors input[type="text"]:focus,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="text"]:focus,body.light-theme.logo-light:not(.menu-open) input[type="text"]:focus,.dark-colors input[type="password"]:focus,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="password"]:focus,body.light-theme.logo-light:not(.menu-open) input[type="password"]:focus,.dark-colors input[type="date"]:focus,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="date"]:focus,body.light-theme.logo-light:not(.menu-open) input[type="date"]:focus,.dark-colors input[type="datetime"]:focus,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="datetime"]:focus,body.light-theme.logo-light:not(.menu-open) input[type="datetime"]:focus,.dark-colors input[type="email"]:focus,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="email"]:focus,body.light-theme.logo-light:not(.menu-open) input[type="email"]:focus,.dark-colors input[type="number"]:focus,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="number"]:focus,body.light-theme.logo-light:not(.menu-open) input[type="number"]:focus,.dark-colors input[type="search"]:focus,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="search"]:focus,body.light-theme.logo-light:not(.menu-open) input[type="search"]:focus,.dark-colors input[type="tel"]:focus,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="tel"]:focus,body.light-theme.logo-light:not(.menu-open) input[type="tel"]:focus,.dark-colors input[type="time"]:focus,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="time"]:focus,body.light-theme.logo-light:not(.menu-open) input[type="time"]:focus,.dark-colors input[type="url"]:focus,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="url"]:focus,body.light-theme.logo-light:not(.menu-open) input[type="url"]:focus,.dark-colors textarea:focus,body.dark-theme:not(.logo-dark):not(.custom-background) textarea:focus,body.light-theme.logo-light:not(.menu-open) textarea:focus{background:#020202;border-color:#fff;color:#fff}.dark-colors input[type="text"].placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="text"].placeholder,body.light-theme.logo-light:not(.menu-open) input[type="text"].placeholder,.dark-colors input[type="password"].placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="password"].placeholder,body.light-theme.logo-light:not(.menu-open) input[type="password"].placeholder,.dark-colors input[type="date"].placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="date"].placeholder,body.light-theme.logo-light:not(.menu-open) input[type="date"].placeholder,.dark-colors input[type="datetime"].placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="datetime"].placeholder,body.light-theme.logo-light:not(.menu-open) input[type="datetime"].placeholder,.dark-colors input[type="email"].placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="email"].placeholder,body.light-theme.logo-light:not(.menu-open) input[type="email"].placeholder,.dark-colors input[type="number"].placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="number"].placeholder,body.light-theme.logo-light:not(.menu-open) input[type="number"].placeholder,.dark-colors input[type="search"].placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="search"].placeholder,body.light-theme.logo-light:not(.menu-open) input[type="search"].placeholder,.dark-colors input[type="tel"].placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="tel"].placeholder,body.light-theme.logo-light:not(.menu-open) input[type="tel"].placeholder,.dark-colors input[type="time"].placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="time"].placeholder,body.light-theme.logo-light:not(.menu-open) input[type="time"].placeholder,.dark-colors input[type="url"].placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="url"].placeholder,body.light-theme.logo-light:not(.menu-open) input[type="url"].placeholder,.dark-colors textarea.placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) textarea.placeholder,body.light-theme.logo-light:not(.menu-open) textarea.placeholder{color:rgba(255,255,255,0.4)}.dark-colors input[type="text"]:-moz-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="text"]:-moz-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="text"]:-moz-placeholder,.dark-colors input[type="password"]:-moz-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="password"]:-moz-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="password"]:-moz-placeholder,.dark-colors input[type="date"]:-moz-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="date"]:-moz-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="date"]:-moz-placeholder,.dark-colors input[type="datetime"]:-moz-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="datetime"]:-moz-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="datetime"]:-moz-placeholder,.dark-colors input[type="email"]:-moz-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="email"]:-moz-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="email"]:-moz-placeholder,.dark-colors input[type="number"]:-moz-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="number"]:-moz-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="number"]:-moz-placeholder,.dark-colors input[type="search"]:-moz-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="search"]:-moz-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="search"]:-moz-placeholder,.dark-colors input[type="tel"]:-moz-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="tel"]:-moz-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="tel"]:-moz-placeholder,.dark-colors input[type="time"]:-moz-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="time"]:-moz-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="time"]:-moz-placeholder,.dark-colors input[type="url"]:-moz-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="url"]:-moz-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="url"]:-moz-placeholder,.dark-colors textarea:-moz-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) textarea:-moz-placeholder,body.light-theme.logo-light:not(.menu-open) textarea:-moz-placeholder{color:rgba(255,255,255,0.4)}.dark-colors input[type="text"]::-moz-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="text"]::-moz-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="text"]::-moz-placeholder,.dark-colors input[type="password"]::-moz-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="password"]::-moz-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="password"]::-moz-placeholder,.dark-colors input[type="date"]::-moz-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="date"]::-moz-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="date"]::-moz-placeholder,.dark-colors input[type="datetime"]::-moz-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="datetime"]::-moz-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="datetime"]::-moz-placeholder,.dark-colors input[type="email"]::-moz-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="email"]::-moz-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="email"]::-moz-placeholder,.dark-colors input[type="number"]::-moz-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="number"]::-moz-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="number"]::-moz-placeholder,.dark-colors input[type="search"]::-moz-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="search"]::-moz-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="search"]::-moz-placeholder,.dark-colors input[type="tel"]::-moz-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="tel"]::-moz-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="tel"]::-moz-placeholder,.dark-colors input[type="time"]::-moz-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="time"]::-moz-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="time"]::-moz-placeholder,.dark-colors input[type="url"]::-moz-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="url"]::-moz-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="url"]::-moz-placeholder,.dark-colors textarea::-moz-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) textarea::-moz-placeholder,body.light-theme.logo-light:not(.menu-open) textarea::-moz-placeholder{color:rgba(255,255,255,0.4)}.dark-colors input[type="text"]:-ms-input-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="text"]:-ms-input-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="text"]:-ms-input-placeholder,.dark-colors input[type="password"]:-ms-input-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="password"]:-ms-input-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="password"]:-ms-input-placeholder,.dark-colors input[type="date"]:-ms-input-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="date"]:-ms-input-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="date"]:-ms-input-placeholder,.dark-colors input[type="datetime"]:-ms-input-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="datetime"]:-ms-input-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="datetime"]:-ms-input-placeholder,.dark-colors input[type="email"]:-ms-input-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="email"]:-ms-input-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="email"]:-ms-input-placeholder,.dark-colors input[type="number"]:-ms-input-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="number"]:-ms-input-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="number"]:-ms-input-placeholder,.dark-colors input[type="search"]:-ms-input-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="search"]:-ms-input-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="search"]:-ms-input-placeholder,.dark-colors input[type="tel"]:-ms-input-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="tel"]:-ms-input-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="tel"]:-ms-input-placeholder,.dark-colors input[type="time"]:-ms-input-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="time"]:-ms-input-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="time"]:-ms-input-placeholder,.dark-colors input[type="url"]:-ms-input-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="url"]:-ms-input-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="url"]:-ms-input-placeholder,.dark-colors textarea:-ms-input-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) textarea:-ms-input-placeholder,body.light-theme.logo-light:not(.menu-open) textarea:-ms-input-placeholder{color:rgba(255,255,255,0.4)}.dark-colors input[type="text"]::-webkit-input-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="text"]::-webkit-input-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="text"]::-webkit-input-placeholder,.dark-colors input[type="password"]::-webkit-input-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="password"]::-webkit-input-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="password"]::-webkit-input-placeholder,.dark-colors input[type="date"]::-webkit-input-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="date"]::-webkit-input-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="date"]::-webkit-input-placeholder,.dark-colors input[type="datetime"]::-webkit-input-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="datetime"]::-webkit-input-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="datetime"]::-webkit-input-placeholder,.dark-colors input[type="email"]::-webkit-input-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="email"]::-webkit-input-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="email"]::-webkit-input-placeholder,.dark-colors input[type="number"]::-webkit-input-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="number"]::-webkit-input-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="number"]::-webkit-input-placeholder,.dark-colors input[type="search"]::-webkit-input-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="search"]::-webkit-input-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="search"]::-webkit-input-placeholder,.dark-colors input[type="tel"]::-webkit-input-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="tel"]::-webkit-input-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="tel"]::-webkit-input-placeholder,.dark-colors input[type="time"]::-webkit-input-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="time"]::-webkit-input-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="time"]::-webkit-input-placeholder,.dark-colors input[type="url"]::-webkit-input-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) input[type="url"]::-webkit-input-placeholder,body.light-theme.logo-light:not(.menu-open) input[type="url"]::-webkit-input-placeholder,.dark-colors textarea::-webkit-input-placeholder,body.dark-theme:not(.logo-dark):not(.custom-background) textarea::-webkit-input-placeholder,body.light-theme.logo-light:not(.menu-open) textarea::-webkit-input-placeholder{color:rgba(255,255,255,0.4)}.dark-colors .btn,body.dark-theme:not(.logo-dark):not(.custom-background) .btn,body.light-theme.logo-light:not(.menu-open) .btn{border-color:#fff;color:#fff}.dark-colors .btn:hover,body.dark-theme:not(.logo-dark):not(.custom-background) .btn:hover,body.light-theme.logo-light:not(.menu-open) .btn:hover{border-color:#fcef1a;background:#fcef1a;color:#151515}.dark-colors .content404,body.dark-theme:not(.logo-dark):not(.custom-background) .content404,body.light-theme.logo-light:not(.menu-open) .content404,.dark-colors .marker-info-win,body.dark-theme:not(.logo-dark):not(.custom-background) .marker-info-win,body.light-theme.logo-light:not(.menu-open) .marker-info-win{background:#010101}.dark-colors .photo_action,body.dark-theme:not(.logo-dark):not(.custom-background) .photo_action,body.light-theme.logo-light:not(.menu-open) .photo_action{color:#fff;border-color:rgba(255,255,255,0.2)}.dark-colors .photo_action svg,body.dark-theme:not(.logo-dark):not(.custom-background) .photo_action svg,body.light-theme.logo-light:not(.menu-open) .photo_action svg{fill:#fff}.dark-colors .photo_action:hover,body.dark-theme:not(.logo-dark):not(.custom-background) .photo_action:hover,body.light-theme.logo-light:not(.menu-open) .photo_action:hover{border-color:#fff}.dark-colors .thb-loading:after,body.dark-theme:not(.logo-dark):not(.custom-background) .thb-loading:after,body.light-theme.logo-light:not(.menu-open) .thb-loading:after{background:#020202 url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIj4KICA8cGF0aCBvcGFjaXR5PSIuMjUiIGZpbGw9IiNmZmYiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz4KICA8cGF0aCBkPSJNMTYgMCBBMTYgMTYgMCAwIDEgMzIgMTYgTDI4IDE2IEExMiAxMiAwIDAgMCAxNiA0eiIgc3Ryb2tlPSIjZmZmIiBmaWxsPSIjZmZmIj4KICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE2IDE2IiB0bz0iMzYwIDE2IDE2IiBkdXI9IjAuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvcGF0aD4KPC9zdmc+Cg==") center center no-repeat}body.light-box .lg-backdrop{background:#fff}body.light-box .lg-sub-html .image-information .image-caption p,body.light-box .lg-sub-html .image-information .image-exif ul li{color:#020202}body.light-box .lg-sub-html .image-information .image-exif ul li span,body.light-box #lg-counter{color:rgba(2,2,2,0.4)}body.light-box .lg-toolbar .lg-icon{color:rgba(2,2,2,0.4)}body.light-box .lg-toolbar .lg-icon:hover{color:#020202}body.light-box .lg-progress-bar{background:rgba(2,2,2,0.4)}body.light-box .lg-actions .lg-next,body.light-box .lg-actions .lg-prev{background:rgba(255,255,255,0.4);color:rgba(2,2,2,0.4)}body.light-box .lg-actions .lg-next:hover,body.light-box .lg-actions .lg-prev:hover{color:#020202}