.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}html {
line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }  article,
aside,
footer,
header,
nav,
section {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  figcaption,
figure,
main { display: block;
} figure {
margin: 1em 40px;
} hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent; -webkit-text-decoration-skip: objects; } abbr[title] {
cursor: help;
border-bottom: 1px dotted currentColor;
} b,
strong {
font-weight: inherit;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } dfn {
font-style: italic;
} mark {
background-color: #ff0;
color: #000;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  audio,
video {
display: inline-block;
} audio:not([controls]) {
display: none;
height: 0;
} img {
border-style: none;
} svg:not(:root) {
overflow: hidden;
}  button,
input,
optgroup,
select,
textarea {
margin: 0;
} button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
html [type="button"], [type="reset"],
[type="submit"] {
-webkit-appearance: button; } button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
display: inline-block; vertical-align: baseline; } textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details, menu {
display: block;
} summary {
display: list-item;
}  canvas {
display: inline-block;
} template {
display: none;
}  [hidden] {
display: none;
}@-ms-viewport{width:device-width}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container{margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px;width:100%}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px;width:100%}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-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-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.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-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{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,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(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,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{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%;-ms-transform-origin:50%;transform-origin:50%;-webkit-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%;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);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.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;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}@font-face {
font-family: 'Socicon';
src:  url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/fonts/Socicon.eot?6abp0d);
src:  url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/fonts/Socicon.eot?6abp0d#iefix) format('embedded-opentype'),
url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/fonts/Socicon.woff2?6abp0d) format('woff2'),
url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/fonts/Socicon.ttf?6abp0d) format('truetype'),
url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/fonts/Socicon.woff?6abp0d) format('woff'),
url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/fonts/Socicon.svg?6abp0d#Socicon) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="socicon-"], [class*=" socicon-"] { font-family: 'Socicon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.socicon-gitlab:before {
content: "\e945";
}
.socicon-instructables:before {
content: "\e944";
}
.socicon-portfolio:before {
content: "\e943";
}
.socicon-codered:before {
content: "\e940";
}
.socicon-origin:before {
content: "\e941";
}
.socicon-nextdoor:before {
content: "\e942";
}
.socicon-udemy:before {
content: "\e93f";
}
.socicon-livemaster:before {
content: "\e93e";
}
.socicon-crunchbase:before {
content: "\e93b";
}
.socicon-homefy:before {
content: "\e93c";
}
.socicon-calendly:before {
content: "\e93d";
}
.socicon-realtor:before {
content: "\e90f";
}
.socicon-tidal:before {
content: "\e910";
}
.socicon-qobuz:before {
content: "\e911";
}
.socicon-natgeo:before {
content: "\e912";
}
.socicon-mastodon:before {
content: "\e913";
}
.socicon-unsplash:before {
content: "\e914";
}
.socicon-homeadvisor:before {
content: "\e915";
}
.socicon-angieslist:before {
content: "\e916";
}
.socicon-codepen:before {
content: "\e917";
}
.socicon-slack:before {
content: "\e918";
}
.socicon-openaigym:before {
content: "\e919";
}
.socicon-logmein:before {
content: "\e91a";
}
.socicon-fiverr:before {
content: "\e91b";
}
.socicon-gotomeeting:before {
content: "\e91c";
}
.socicon-aliexpress:before {
content: "\e91d";
}
.socicon-guru:before {
content: "\e91e";
}
.socicon-appstore:before {
content: "\e91f";
}
.socicon-homes:before {
content: "\e920";
}
.socicon-zoom:before {
content: "\e921";
}
.socicon-alibaba:before {
content: "\e922";
}
.socicon-craigslist:before {
content: "\e923";
}
.socicon-wix:before {
content: "\e924";
}
.socicon-redfin:before {
content: "\e925";
}
.socicon-googlecalendar:before {
content: "\e926";
}
.socicon-shopify:before {
content: "\e927";
}
.socicon-freelancer:before {
content: "\e928";
}
.socicon-seedrs:before {
content: "\e929";
}
.socicon-bing:before {
content: "\e92a";
}
.socicon-doodle:before {
content: "\e92b";
}
.socicon-bonanza:before {
content: "\e92c";
}
.socicon-squarespace:before {
content: "\e92d";
}
.socicon-toptal:before {
content: "\e92e";
}
.socicon-gust:before {
content: "\e92f";
}
.socicon-ask:before {
content: "\e930";
}
.socicon-trulia:before {
content: "\e931";
}
.socicon-loomly:before {
content: "\e932";
}
.socicon-ghost:before {
content: "\e933";
}
.socicon-upwork:before {
content: "\e934";
}
.socicon-fundable:before {
content: "\e935";
}
.socicon-booking:before {
content: "\e936";
}
.socicon-googlemaps:before {
content: "\e937";
}
.socicon-zillow:before {
content: "\e938";
}
.socicon-niconico:before {
content: "\e939";
}
.socicon-toneden:before {
content: "\e93a";
}
.socicon-augment:before {
content: "\e908";
}
.socicon-bitbucket:before {
content: "\e909";
}
.socicon-fyuse:before {
content: "\e90a";
}
.socicon-yt-gaming:before {
content: "\e90b";
}
.socicon-sketchfab:before {
content: "\e90c";
}
.socicon-mobcrush:before {
content: "\e90d";
}
.socicon-microsoft:before {
content: "\e90e";
}
.socicon-pandora:before {
content: "\e907";
}
.socicon-messenger:before {
content: "\e906";
}
.socicon-gamewisp:before {
content: "\e905";
}
.socicon-bloglovin:before {
content: "\e904";
}
.socicon-tunein:before {
content: "\e903";
}
.socicon-gamejolt:before {
content: "\e901";
}
.socicon-trello:before {
content: "\e902";
}
.socicon-spreadshirt:before {
content: "\e900";
}
.socicon-500px:before {
content: "\e000";
}
.socicon-8tracks:before {
content: "\e001";
}
.socicon-airbnb:before {
content: "\e002";
}
.socicon-alliance:before {
content: "\e003";
}
.socicon-amazon:before {
content: "\e004";
}
.socicon-amplement:before {
content: "\e005";
}
.socicon-android:before {
content: "\e006";
}
.socicon-angellist:before {
content: "\e007";
}
.socicon-apple:before {
content: "\e008";
}
.socicon-appnet:before {
content: "\e009";
}
.socicon-baidu:before {
content: "\e00a";
}
.socicon-bandcamp:before {
content: "\e00b";
}
.socicon-battlenet:before {
content: "\e00c";
}
.socicon-mixer:before {
content: "\e00d";
}
.socicon-bebee:before {
content: "\e00e";
}
.socicon-bebo:before {
content: "\e00f";
}
.socicon-behance:before {
content: "\e010";
}
.socicon-blizzard:before {
content: "\e011";
}
.socicon-blogger:before {
content: "\e012";
}
.socicon-buffer:before {
content: "\e013";
}
.socicon-chrome:before {
content: "\e014";
}
.socicon-coderwall:before {
content: "\e015";
}
.socicon-curse:before {
content: "\e016";
}
.socicon-dailymotion:before {
content: "\e017";
}
.socicon-deezer:before {
content: "\e018";
}
.socicon-delicious:before {
content: "\e019";
}
.socicon-deviantart:before {
content: "\e01a";
}
.socicon-diablo:before {
content: "\e01b";
}
.socicon-digg:before {
content: "\e01c";
}
.socicon-discord:before {
content: "\e01d";
}
.socicon-disqus:before {
content: "\e01e";
}
.socicon-douban:before {
content: "\e01f";
}
.socicon-draugiem:before {
content: "\e020";
}
.socicon-dribbble:before {
content: "\e021";
}
.socicon-drupal:before {
content: "\e022";
}
.socicon-ebay:before {
content: "\e023";
}
.socicon-ello:before {
content: "\e024";
}
.socicon-endomodo:before {
content: "\e025";
}
.socicon-envato:before {
content: "\e026";
}
.socicon-etsy:before {
content: "\e027";
}
.socicon-facebook:before {
content: "\e028";
}
.socicon-feedburner:before {
content: "\e029";
}
.socicon-filmweb:before {
content: "\e02a";
}
.socicon-firefox:before {
content: "\e02b";
}
.socicon-flattr:before {
content: "\e02c";
}
.socicon-flickr:before {
content: "\e02d";
}
.socicon-formulr:before {
content: "\e02e";
}
.socicon-forrst:before {
content: "\e02f";
}
.socicon-foursquare:before {
content: "\e030";
}
.socicon-friendfeed:before {
content: "\e031";
}
.socicon-github:before {
content: "\e032";
}
.socicon-goodreads:before {
content: "\e033";
}
.socicon-google:before {
content: "\e034";
}
.socicon-googlescholar:before {
content: "\e035";
}
.socicon-googlegroups:before {
content: "\e036";
}
.socicon-googlephotos:before {
content: "\e037";
}
.socicon-googleplus:before {
content: "\e038";
}
.socicon-grooveshark:before {
content: "\e039";
}
.socicon-hackerrank:before {
content: "\e03a";
}
.socicon-hearthstone:before {
content: "\e03b";
}
.socicon-hellocoton:before {
content: "\e03c";
}
.socicon-heroes:before {
content: "\e03d";
}
.socicon-smashcast:before {
content: "\e03e";
}
.socicon-horde:before {
content: "\e03f";
}
.socicon-houzz:before {
content: "\e040";
}
.socicon-icq:before {
content: "\e041";
}
.socicon-identica:before {
content: "\e042";
}
.socicon-imdb:before {
content: "\e043";
}
.socicon-instagram:before {
content: "\e044";
}
.socicon-issuu:before {
content: "\e045";
}
.socicon-istock:before {
content: "\e046";
}
.socicon-itunes:before {
content: "\e047";
}
.socicon-keybase:before {
content: "\e048";
}
.socicon-lanyrd:before {
content: "\e049";
}
.socicon-lastfm:before {
content: "\e04a";
}
.socicon-line:before {
content: "\e04b";
}
.socicon-linkedin:before {
content: "\e04c";
}
.socicon-livejournal:before {
content: "\e04d";
}
.socicon-lyft:before {
content: "\e04e";
}
.socicon-macos:before {
content: "\e04f";
}
.socicon-mail:before {
content: "\e050";
}
.socicon-medium:before {
content: "\e051";
}
.socicon-meetup:before {
content: "\e052";
}
.socicon-mixcloud:before {
content: "\e053";
}
.socicon-modelmayhem:before {
content: "\e054";
}
.socicon-mumble:before {
content: "\e055";
}
.socicon-myspace:before {
content: "\e056";
}
.socicon-newsvine:before {
content: "\e057";
}
.socicon-nintendo:before {
content: "\e058";
}
.socicon-npm:before {
content: "\e059";
}
.socicon-odnoklassniki:before {
content: "\e05a";
}
.socicon-openid:before {
content: "\e05b";
}
.socicon-opera:before {
content: "\e05c";
}
.socicon-outlook:before {
content: "\e05d";
}
.socicon-overwatch:before {
content: "\e05e";
}
.socicon-patreon:before {
content: "\e05f";
}
.socicon-paypal:before {
content: "\e060";
}
.socicon-periscope:before {
content: "\e061";
}
.socicon-persona:before {
content: "\e062";
}
.socicon-pinterest:before {
content: "\e063";
}
.socicon-play:before {
content: "\e064";
}
.socicon-player:before {
content: "\e065";
}
.socicon-playstation:before {
content: "\e066";
}
.socicon-pocket:before {
content: "\e067";
}
.socicon-qq:before {
content: "\e068";
}
.socicon-quora:before {
content: "\e069";
}
.socicon-raidcall:before {
content: "\e06a";
}
.socicon-ravelry:before {
content: "\e06b";
}
.socicon-reddit:before {
content: "\e06c";
}
.socicon-renren:before {
content: "\e06d";
}
.socicon-researchgate:before {
content: "\e06e";
}
.socicon-residentadvisor:before {
content: "\e06f";
}
.socicon-reverbnation:before {
content: "\e070";
}
.socicon-rss:before {
content: "\e071";
}
.socicon-sharethis:before {
content: "\e072";
}
.socicon-skype:before {
content: "\e073";
}
.socicon-slideshare:before {
content: "\e074";
}
.socicon-smugmug:before {
content: "\e075";
}
.socicon-snapchat:before {
content: "\e076";
}
.socicon-songkick:before {
content: "\e077";
}
.socicon-soundcloud:before {
content: "\e078";
}
.socicon-spotify:before {
content: "\e079";
}
.socicon-stackexchange:before {
content: "\e07a";
}
.socicon-stackoverflow:before {
content: "\e07b";
}
.socicon-starcraft:before {
content: "\e07c";
}
.socicon-stayfriends:before {
content: "\e07d";
}
.socicon-steam:before {
content: "\e07e";
}
.socicon-storehouse:before {
content: "\e07f";
}
.socicon-strava:before {
content: "\e080";
}
.socicon-streamjar:before {
content: "\e081";
}
.socicon-stumbleupon:before {
content: "\e082";
}
.socicon-swarm:before {
content: "\e083";
}
.socicon-teamspeak:before {
content: "\e084";
}
.socicon-teamviewer:before {
content: "\e085";
}
.socicon-technorati:before {
content: "\e086";
}
.socicon-telegram:before {
content: "\e087";
}
.socicon-tripadvisor:before {
content: "\e088";
}
.socicon-tripit:before {
content: "\e089";
}
.socicon-triplej:before {
content: "\e08a";
}
.socicon-tumblr:before {
content: "\e08b";
}
.socicon-twitch:before {
content: "\e08c";
}
.socicon-twitter:before {
content: "\e08d";
}
.socicon-uber:before {
content: "\e08e";
}
.socicon-ventrilo:before {
content: "\e08f";
}
.socicon-viadeo:before {
content: "\e090";
}
.socicon-viber:before {
content: "\e091";
}
.socicon-viewbug:before {
content: "\e092";
}
.socicon-vimeo:before {
content: "\e093";
}
.socicon-vine:before {
content: "\e094";
}
.socicon-vkontakte:before {
content: "\e095";
}
.socicon-warcraft:before {
content: "\e096";
}
.socicon-wechat:before {
content: "\e097";
}
.socicon-weibo:before {
content: "\e098";
}
.socicon-whatsapp:before {
content: "\e099";
}
.socicon-wikipedia:before {
content: "\e09a";
}
.socicon-windows:before {
content: "\e09b";
}
.socicon-wordpress:before {
content: "\e09c";
}
.socicon-wykop:before {
content: "\e09d";
}
.socicon-xbox:before {
content: "\e09e";
}
.socicon-xing:before {
content: "\e09f";
}
.socicon-yahoo:before {
content: "\e0a0";
}
.socicon-yammer:before {
content: "\e0a1";
}
.socicon-yandex:before {
content: "\e0a2";
}
.socicon-yelp:before {
content: "\e0a3";
}
.socicon-younow:before {
content: "\e0a4";
}
.socicon-youtube:before {
content: "\e0a5";
}
.socicon-zapier:before {
content: "\e0a6";
}
.socicon-zerply:before {
content: "\e0a7";
}
.socicon-zomato:before {
content: "\e0a8";
}
.socicon-zynga:before {
content: "\e0a9";
}.---------Protection--------{}
.ug-gallery-wrapper, 
.ug-gallery-wrapper *{
transition: all !important;
-o-transition: all !important;
-webkit-transition: all;
-moz-transition: all !important;
-ms-transition: all !important;
max-width:none;
}
.ug-gallery-wrapper{
z-index:0;
} 
.ug-item-wrapper img{
width:auto;
max-width:none;
margin:0px;
padding:0px;
}
.ug-videoplayer-wrapper video{
height:100%;
width:100%;
visibility: visible !important;
}
.---------General_Styles--------{}
.ug-rtl{
direction:rtl;
}
.ug-gallery-wrapper{
overflow:hidden;
position:relative;
font-family:Arial, Helvetica, sans-serif;
}
.ug-error-message{
text-align:center;
padding-top:30px;
padding-bottom:30px;
font-size:20px;
color:#F30D0D;
}
.ug-error-message-wrapper{
width:100%;
height:100%;
border:1px solid black;
}
.ug-gallery-wrapper .ug-canvas-pie{
position:absolute;
z-index:4;
}
.ug-gallery-wrapper .ug-progress-bar{
position:absolute;
overflow:hidden;
z-index:4;
}
.ug-gallery-wrapper .ug-progress-bar-inner{
xposition:absolute;
}
.ug-gallery-wrapper.ug-fullscreen{
height: 100% !important;
width: 100% !important;
max-width:none !important;
max-height:none !important;
}
.ug-gallery-wrapper.ug-fake-fullscreen{
position: fixed !important;
height: auto !important;
width: auto !important;
max-width:none !important;
max-height:none !important;
margin: 0px !important;
padding: 0px !important;
top: 0px !important;
left: 0px !important;
bottom: 0px !important;
right: 0px !important;
z-index: 999999 !important;
}
.ug-body-fullscreen{
overflow: hidden !important;
height: 100% !important;
width: 100% !important;
margin:0px !important;
padding:0px !important;	
}
.ug-gallery-wrapper .ug-preloader-trans{
display:block;
height:35px;
width:32px;
height:32px;
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/images/loader_skype_trans.gif);
background-repeat:no-repeat;
}
.--------------SLIDER------------------{}
.ug-gallery-wrapper .ug-slider-wrapper{
position:absolute;
overflow:hidden;
z-index:1;
background-color:#000000;
}
.ug-slider-wrapper .ug-slide-wrapper{
position:absolute;
}
.ug-slide-wrapper.ug-slide-clickable{
cursor:pointer;
}
.ug-slider-wrapper .ug-slider-inner{
position:absolute;
z-index:0;
}
.ug-slider-wrapper .ug-item-wrapper{
position:absolute;
overflow:hidden;
}
.ug-slider-wrapper,
.ug-item-wrapper img{
-webkit-user-select: none; -moz-user-select: none; 
-ms-user-select: none;	
max-width:none !important;
box-sizing:border-box;
}
.ug-slider-wrapper .ug-slider-preloader{
position:absolute;
z-index:1;
border:2px solid #ffffff;
border-radius:6px;
background-color:#ffffff;
background-position:center center;
background-repeat:no-repeat;
}
.ug-slider-preloader.ug-loader1{
width:30px;
height:30px;
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/images/loader-white1.gif);
}
.ug-slider-preloader.ug-loader1.ug-loader-black{
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/images/loader-black1.gif);	
}
.ug-slider-preloader.ug-loader2{
width:32px;
height:32px;
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/images/loader-white2.gif);
}
.ug-slider-preloader.ug-loader2.ug-loader-black{
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/images/loader-black2.gif);	
}
.ug-slider-preloader.ug-loader3{
width:38px;
height:38px;
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/images/loader-white3.gif);
}
.ug-slider-preloader.ug-loader3.ug-loader-black{
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/images/loader-black3.gif);	
}
.ug-slider-preloader.ug-loader4{
width:32px;
height:32px;
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/images/loader-white4.gif);
background-color:white;
}
.ug-slider-preloader.ug-loader4.ug-loader-black{
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/images/loader-black4.gif);	
}
.ug-slider-preloader.ug-loader5{
width:60px;
height:8px;
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/images/loader-white5.gif);
background-color:white;
border:none;
border-radius:0px;
}
.ug-slider-preloader.ug-loader5.ug-loader-black{
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/images/loader-black5.gif);
border:2px solid #000000;
}
.ug-slider-preloader.ug-loader6{
width:32px;
height:32px;
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/images/loader-white6.gif);
}
.ug-slider-preloader.ug-loader6.ug-loader-black{
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/images/loader-black6.gif);	
}
.ug-slider-preloader.ug-loader7{
width:32px;
height:10px;
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/images/loader-white7.gif);
border-width:3px;
border-radius:3px;
}
.ug-slider-preloader.ug-loader7.ug-loader-black{
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/images/loader-black7.gif);	
}
.ug-slider-preloader.ug-loader-black{
border-color:#000000;
background-color:#000000;
}
.ug-slider-preloader.ug-loader-nobg{
background-color:transparent;
}
.ug-slider-wrapper .ug-button-videoplay{
position:absolute;
z-index:2;
cursor:pointer;	
}
.ug-slider-wrapper .ug-button-videoplay.ug-type-square{	
width:86px;
height:66px;
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/images/play-button-square.png);
background-position:0px -66px;
}
.ug-slider-wrapper .ug-button-videoplay.ug-type-square.ug-button-hover{
background-position:0px 0px;
}
.ug-slider-wrapper .ug-button-videoplay.ug-type-round{	
width:76px;
height:76px;
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/images/play-button-round.png);
opacity:0.9;
filter: alpha(opacity = 90);
transition: all 0.3s ease 0s !important;
}
.ug-slider-wrapper .ug-button-videoplay.ug-type-round.ug-button-hover{
opacity:1;
filter: alpha(opacity = 100);
transition: all 0.3s ease 0s !important;
}
.--------------VIDEO_PLAYER------------------{}
.ug-gallery-wrapper .ug-videoplayer{
position:absolute;
z-index:100;	
background-color:#000000;
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/images/loader-black1.gif);	
background-repeat:no-repeat;
background-position:center center;
box-sizing:border-box;
-moz-box-sizing:border-box;
}
.ug-videoplayer .ug-videoplayer-wrapper{
width:100%;
height:100%;
background-color:#000000;
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/images/loader-black1.gif);	
background-repeat:no-repeat;
background-position:center center;
}
.ug-videoplayer .ug-videoplayer-button-close{
position:absolute;
height:64px;
width:64px;
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/images/button-close.png);
cursor:pointer;
z-index:1000;
}
.ug-videoplayer .ug-videoplayer-button-close:hover{
background-position: 0px -64px;
}
.--------------THUMBS_STRIP------------------{}
.ug-gallery-wrapper .ug-thumbs-strip,
.ug-gallery-wrapper .ug-thumbs-grid{
position:absolute;
overflow:hidden;
-webkit-user-select: none; -moz-user-select: none; 
-ms-user-select: none;
xbackground-color:green;
z-index:10;
}
.ug-thumbs-strip.ug-dragging{
xcursor: -webkit-grab;
xcursor: -moz-grab;
}
.ug-gallery-wrapper .ug-thumbs-strip-inner,
.ug-gallery-wrapper .ug-thumbs-grid-inner{
position:absolute;
}
.ug-thumb-wrapper.ug-thumb-generated{
position:absolute;
overflow:hidden;
-webkit-user-select: none; -moz-user-select: none; 
-ms-user-select: none;
box-sizing:border-box;
-moz-box-sizing:border-box;
}
.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-loader,
.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-error{
position:absolute;
top:0px;
left:0px;
background-repeat:no-repeat;
background-position:center center;
}
.ug-thumb-wrapper .ug-thumb-border-overlay{
position:absolute;
top:0px;
left:0px;
z-index:4;
box-sizing:border-box;
-moz-box-sizing:border-box;
border-style:solid;
}
.ug-thumb-wrapper .ug-thumb-overlay{
position:absolute;
top:0px;
left:0px;
z-index:3;
}
.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-loader-dark{
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/images/loader.gif);
}
.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-loader-bright{
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/images/loader_bright.gif);
}
.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-error{
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/images/not_loaded.png);
}
.ug-thumb-wrapper.ug-thumb-generated img{
position:absolute;
z-index:1;
max-width:none !important;
}
.ug-thumb-wrapper.ug-thumb-generated img.ug-thumb-image-overlay{
position:absolute;
z-index:2;
max-width:none !important;
} img.ug-bw-effect{
filter: grayscale(100%);
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); -moz-filter: grayscale(100%);
-webkit-filter: grayscale(100%); 
} img.ug-blur-effect{
filter: blur(0.8px); 
-webkit-filter: blur(0.8px);
-moz-filter: blur(0.8px);
-o-filter: blur(0.8px);
-ms-filter: blur(0.8px);    
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id='blur'><feGaussianBlur stdDeviation=\'0.8\' /></filter></svg>#blur"); filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0.8');
}
img.ug-sepia-effect{
-webkit-filter: sepia(1);
-webkit-filter: sepia(100%); -moz-filter: sepia(100%);
-ms-filter: sepia(100%); -o-filter: sepia(100%);
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'sepia\'><feColorMatrix values=\'0.14 0.45 0.05 0 0 0.12 0.39 0.04 0 0 0.08 0.28 0.03 0 0 0 0 0 1 0\' /></filter></svg>#sepia"); filter: sepia(100%);
background-color: #5E2612;
filter: alpha(opacity = 50);
zoom:1;
}
.--------------BULLETS------------------{}
.ug-gallery-wrapper .ug-bullets{
position: absolute;
top:0px;
left:0px;
margin:0px;
padding:0px;
}
.ug-gallery-wrapper .ug-bullets .ug-bullet{
background-repeat:no-repeat;
cursor:pointer;
display:block;
float:left;
z-index:2;
}
.ug-gallery-wrapper .ug-bullets .ug-bullet:first-child{
margin-left:0px;
}
.--------------TEXT_PANEL------------------{}
.ug-gallery-wrapper .ug-textpanel{
position:absolute;
overflow:hidden;
}
.ug-slider-wrapper .ug-textpanel{
z-index:2;
}
.ug-gallery-wrapper .ug-textpanel-bg,
.ug-gallery-wrapper .ug-textpanel-title,
.ug-gallery-wrapper .ug-textpanel-description{
display:block;
position:absolute;
margin:0px;
padding:0px;
}
.ug-gallery-wrapper .ug-textpanel-bg{
background-color:#000000;
opacity:0.4;
filter: alpha(opacity = 40);
z-index:1;
}
.ug-textpanel-textwrapper{
overflow:hidden;
}
.ug-gallery-wrapper .ug-textpanel-title{
font-size:16px;
font-weight:bold;
color:white;
text-align:left;
z-index:2;	
}
.ug-gallery-wrapper .ug-textpanel-description{
font-size:14px;
color:white;
text-align:left;
z-index:3;
}
.--------------ZOOM_PANEL------------------{}
.ug-slider-wrapper .ug-zoompanel{
position:absolute;
top:200px;
left:100px;
}
.ug-zoompanel .ug-zoompanel-button{
background-repeat: no-repeat;
cursor:pointer;
display:block;
}
.--------------ZOOM_PANEL_BUTTONS------------------{}
.ug-gallery-wrapper .ug-arrow-left{
position:absolute;	
background-repeat:no-repeat;
display:block;
cursor:pointer;
}
.ug-gallery-wrapper .ug-arrow-right{
position:absolute;
background-repeat:no-repeat;
cursor:pointer;
}
.--------------GRID_PANEL_AND_ARROWS------------------{}
.ug-gallery-wrapper .ug-grid-panel{
position:absolute;
background-color: #000000;
xbackground-color: blue;
z-index:2;
}
.ug-gallery-wrapper .ug-grid-panel .grid-arrow{
position:absolute;
background-repeat:no-repeat;
cursor:pointer;
z-index:11;
}
.ug-gallery-wrapper .ug-grid-panel .grid-arrow.ug-button-disabled{
cursor:default;	
} .ug-gallery-wrapper .ug-panel-handle-tip{
position:absolute;
z-index:13;
cursor:pointer;
}
.ug-gallery-wrapper .ug-overlay-disabled{
position:absolute;
z-index:100;
width:100%;
height:100%;
background-color:#000000;
opacity: 0.3;
filter: alpha(opacity=30);	
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/images/cover-grid.png);
}
.--------------STRIP_PANEL------------------{}
.ug-gallery-wrapper .ug-strip-panel{
position:absolute;
background-color:#000000;
z-index:2;
}
.ug-strip-panel .ug-strip-arrow{
position:absolute;	
cursor:pointer;
}
.ug-strip-panel .ug-strip-arrow.ug-button-disabled{
cursor:default;
}
.ug-strip-panel .ug-strip-arrow-tip{
position:absolute;
}
.--------------TILES------------------{}
.ug-thumb-wrapper.ug-tile{
display:block;
position:absolute;
box-sizing:border-box;
-moz-box-sizing:border-box;
overflow:hidden;
padding:0px;
margin:0px;
}
.ug-tile .ug-tile-cloneswrapper{
position:absolute;
width:0px;
height:0px;
top:0px;
left:0px;
overflow:hidden;
opacity:0;
filter: alpha(opacity = 90);
}   .ug-tiles-transit.ug-tiles-transition-active .ug-thumb-wrapper.ug-tile,
.ug-tiles-transit.ug-tiles-transition-active .ug-thumb-wrapper.ug-tile .ug-trans-enabled{
transition: left 0.7s ease 0s, top 0.7s ease 0s, width 0.7s ease 0s, height 0.7s ease 0s !important;
}
.ug-thumb-wrapper.ug-tile.ug-tile-clickable{
cursor: pointer;
}
.ug-thumb-wrapper.ug-tile .ug-image-container{
position:absolute;
overflow:hidden;
z-index:1;
top:0px;
left:0px;
}
.ug-thumb-wrapper.ug-tile img.ug-thumb-image{
-webkit-user-select: none; -moz-user-select: none; 
-ms-user-select: none;	
max-width:none !important;
max-height:none !important;
display:block;	
border:none;
padding:0px !important;
margin:0px !important;
width:auto;
height:auto;
position:absolute;
}
.ug-thumb-wrapper.ug-tile .ug-tile-image-overlay{
position:absolute;
overflow:hidden;
z-index:2;
top:0px;
left:0px;
}
.ug-thumb-wrapper.ug-tile .ug-tile-image-overlay img{
width:100%;
max-width:none !important;	
}
.ug-tiletype-justified .ug-thumb-wrapper.ug-tile .ug-tile-image-overlay img{
height:100%;
max-width:none !important;	
}
.ug-thumb-wrapper.ug-tile .ug-tile-icon{
position:absolute;
width:38px;
height:38px;
background-repeat:no-repeat;
background-position:0 0;
xbackground-color:green;
z-index:6;
top:1px;
left:1px;
cursor:pointer;
}
.ug-thumb-wrapper.ug-tile .ug-tile-icon.ug-icon-link{
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/images/icon-link32.png);	
}
.ug-thumb-wrapper.ug-tile .ug-tile-icon.ug-icon-zoom{
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/images/icon-zoom32.png);	
}
.ug-thumb-wrapper.ug-tile .ug-tile-icon.ug-icon-play{
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/images/icon-play32.png);	
}
.ug-thumb-wrapper.ug-tile .ug-tile-icon:hover{
background-position:0 -38px;
}
.ug-thumbs-grid .ug-tile-image-overlay img{
width:auto;
height:auto;
position:absolute;
max-width:none !important;
} .ug-tile .ug-textpanel{
z-index: 5;
cursor:default;
}
.ug-tile.ug-tile-clickable .ug-textpanel{
cursor:pointer;
}
.ug-tile .ug-textpanel-title{
font-size:14px;
font-weight:bold;
}
.--------------CAROUSEL------------------{}
.ug-gallery-wrapper .ug-carousel-wrapper{
position:absolute;
overflow:hidden;
}
.ug-gallery-wrapper .ug-carousel-inner{
position:absolute;
}
.------------------LIGHTBOX---------------------{}
.ug-gallery-wrapper.ug-lightbox{
display: none;
position: fixed;
border: none;
padding:0px;
margin:0px;
outline: invert none medium;
overflow: hidden;
top: 0;
left: 0;
width: 100%;
height: 100%;
max-width:none !important;
max-height:none !important;
z-index: 999999;
}
.ug-lightbox .ug-lightbox-top-panel{
position:absolute;
z-index:2;
}
.ug-lightbox .ug-lightbox-top-panel-overlay{
width:100%;
height:100%;
position:absolute;
background-color:#000000;
opacity:0.4;
filter: alpha(opacity=40);
}
.ug-lightbox .ug-lightbox-overlay{
z-index:1;
width:100%;
height:100%;
background-color:#000000;
opacity:1;
}
.ug-lightbox .ug-slider-wrapper{
z-index:1;
xbackground-color:green;
background-color:transparent !important;
}
.ug-lightbox .ug-textpanel{
z-index: 2;
}
.ug-lightbox .ug-lightbox-arrow-left,
.ug-lightbox .ug-lightbox-arrow-right{
position:absolute;
width:50px;
height:55px;
background-repeat:no-repeat;
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/images/lightbox-arrow-left.png);
background-position:0px 0px;
z-index:3;
cursor:pointer;
}
.ug-lightbox .ug-lightbox-arrow-right{
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/images/lightbox-arrow-right.png);
}
.ug-lightbox .ug-lightbox-button-close{
position:absolute;
width:36px;
height:36px;
background-repeat:no-repeat;
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/images/lightbox-icon-close.png);
background-position:0px 0px;
z-index:4;
cursor:pointer;
}
.ug-lightbox-compact .ug-lightbox-button-close{
width:45px;
height:41px;
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/images/lightbox-icon-close-compact2.png);
}
.ug-lightbox .ug-lightbox-arrow-left.ug-arrow-hover,
.ug-lightbox .ug-lightbox-arrow-right.ug-arrow-hover{
background-position:0px -55px;	
}
.ug-lightbox .ug-lightbox-button-close.ug-button-hover{
background-position:0px -35px;
}
.ug-lightbox-compact .ug-lightbox-button-close.ug-button-hover{
background-position:0px -40px;
}
.ug-lightbox .ug-lightbox-numbers{
position:absolute;
color:#e5e5e5;
font-size:12px;
top:14px;
left:8px;
z-index:3;
}
.ug-lightbox-compact .ug-lightbox-numbers{
font-size: 14px;
padding-right:5px;
padding-top:7px;
}
.ug-lightbox .ug-textpanel-title,
.ug-lightbox .ug-textpanel-description{
font-size: 14px;
font-weight: normal;
color: #e5e5e5;
}
.ug-lightbox-compact .ug-textpanel-title,
.ug-lightbox-compact .ug-textpanel-description{
color:#F3F3F3;
font-size: 16px;
}
.------------------LOADMORE_BUTTON---------------------{}
.ug-loadmore-wrapper{
margin-top:20px;
text-align:center;	
}
.ug-loadmore-wrapper .ug-loadmore-button{
display:inline-block;
padding:5px;
border:1px solid #939393;
text-decoration:none;
color: #4F4F4F;
}
.ug-loadmore-wrapper .ug-loadmore-error{
color:red;
}
.ug-loadmore-wrapper .ug-loadmore-button:hover{
background-color:#F0F0F0;	
color:#515151;
}
.ug-loadmore-wrapper .ug-loadmore-loader{
color: #515151;
}
.------------------CATEGORY_TABS---------------------{}
.ug-tabs-wrapper{
margin-top:0px;
margin-bottom:20px;
text-align:center;
}
.ug-tabs-wrapper a.ug-tab{
display: inline-block;
cursor:pointer;
text-decoration:none;
color:#ffffff;
padding-left:8px;
padding-right:8px;
padding-top:6px;
padding-bottom:6px;
margin-left:5px;
background-color:#333333;
border-radius:3px;
font-size:12px;
font-weight:normal;
border: 1px solid #969696;
}
.ug-tabs-wrapper a.ug-tab:hover{
background-color: #707070 !important;
}
.ug-tabs-wrapper a.ug-tab.ug-tab-selected,
.ug-tabs-wrapper a.ug-tab.ug-tab-selected:hover{
background-color: #2077A2 !important;
cursor:default !important;
}
.ug-tabs-wrapper a.ug-tab:first-child{
margin-left:0px !important;
}
.------------------DEFAULT_SKIN---------------------{} .ug-arrow-left.ug-skin-default,
.ug-arrow-right.ug-skin-default{
width:15px;
height:30px;
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/css/skins/default/slider_arrow_left.png);
background-position:0px 0px;
}
.ug-arrow-right.ug-skin-default{
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/css/skins/default/slider_arrow_right.png);
}
.ug-arrow-left.ug-skin-default.ug-arrow-hover,
.ug-arrow-right.ug-skin-default.ug-arrow-hover{
background-position:0px -30px;
}
.ug-arrow-left.ug-skin-default.ug-arrow-disabled,
.ug-arrow-right.ug-skin-default.ug-arrow-disabled{
background-position:0px -60px;
} .ug-bullets.ug-skin-default .ug-bullet{
width:15px;
height:15px;
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/css/skins/default/slider_bullets.png);
background-position:top left;
margin-left:5px;
}
.ug-bullets.ug-skin-default .ug-bullet.ug-bullet-active{
background-position:bottom left;
}
.ug-bullets.ug-skin-default.ug-bullets-gray .ug-bullet{ 
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/css/skins/default/tile_bullets_gray.png);
}
.ug-bullets.ug-skin-default.ug-bullets-blue .ug-bullet{ 
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/css/skins/default/tile_bullets_blue.png);
}
.ug-bullets.ug-skin-default.ug-bullets-brown .ug-bullet{ 
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/css/skins/default/tile_bullets_brown.png);
}
.ug-bullets.ug-skin-default.ug-bullets-green .ug-bullet{ 
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/css/skins/default/tile_bullets_green.png);
}
.ug-bullets.ug-skin-default.ug-bullets-red .ug-bullet{ 
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/css/skins/default/tile_bullets_red.png);
}
.ug-button-tile-navigation{
width:36px;
height:36px;
background-position:top left;
cursor:pointer;
float:left;
}
.ug-button-tile-navigation.ug-button-tile-left{
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/css/skins/default/tile_button_left.png);
}
.ug-button-tile-navigation.ug-button-tile-right{
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/css/skins/default/tile_button_right.png);
}
.ug-button-tile-navigation:hover{
background-position:bottom left;
}
.ug-button-tile-navigation.ug-button-disabled{
opacity:0.6;
}
.ug-button-tile-navigation.ug-button-disabled:hover{
background-position:top left;	
}
.ug-button-tile-navigation.ug-button-tile-play{
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/css/skins/default/tile_button_play_pause.png);
width:35px;
} 
.ug-button-tile-navigation.ug-button-tile-play.ug-pause-icon{
background-position:bottom left;
} 
.ug-button-tile-navigation.ug-button-tile-play:hover{
background-position:top left;
} 
.ug-button-tile-navigation.ug-button-tile-play.ug-pause-icon:hover{
background-position:bottom left;
} .ug-button-play.ug-skin-default{
position:absolute;
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/css/skins/default/button_playpause.png);
width:14px;
height:17px;
cursor:pointer;
background-position:0px 0px;
}
.ug-button-play.ug-skin-default.ug-button-hover{
background-position:0px -17px;	
}
.ug-button-play.ug-skin-default.ug-stop-mode{
background-position:0px -34px;
}
.ug-button-play.ug-skin-default.ug-stop-mode.ug-button-hover{
background-position:0px -51px;
} .ug-button-fullscreen.ug-skin-default{
position:absolute;
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/css/skins/default/button_fullscreen.png);
width:16px;
height:16px;
cursor:pointer;
background-position:0px 0px;
}
.ug-button-fullscreen.ug-skin-default.ug-button-hover{
background-position:0px -16px;	
}
.ug-button-fullscreen.ug-skin-default.ug-fullscreenmode{
background-position:0px -32px;
}
.ug-button-fullscreen.ug-skin-default.ug-fullscreenmode.ug-button-hover{
background-position:0px -48px;
} .ug-zoompanel.ug-skin-default .ug-zoompanel-button{
background-repeat: no-repeat;
cursor:pointer;
height: 23px;
width: 23px;
margin-top:5px;
background-position: 0px 0px;	
}
.ug-zoompanel.ug-skin-default .ug-zoompanel-plus{
margin-top:0px;
}
.ug-zoompanel.ug-skin-default .ug-zoompanel-plus{
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/css/skins/default/icon_zoom_plus.png);
}
.ug-zoompanel.ug-skin-default .ug-zoompanel-minus{
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/css/skins/default/icon_zoom_minus.png);
}
.ug-zoompanel.ug-skin-default .ug-zoompanel-return{
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/css/skins/default/icon_zoom_back.png);
}
.ug-zoompanel.ug-skin-default .ug-zoompanel-button.ug-button-hover{
background-position: 0px -23px;
}
.ug-zoompanel.ug-skin-default .ug-zoompanel-button-disabled,
.ug-zoompanel.ug-skin-default .ug-zoompanel-button.ug-button-hover.ug-zoompanel-button-disabled{
background-position: 0px -46px;
cursor:default;
}  .ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default{
width:30px;
height:15px;
background-position:0px 0px;	
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/css/skins/default/arrow_grid_down.png);
}
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default.ug-button-hover{
background-position:0px -15px;
}
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default.ug-button-disabled{
background-position:0px -30px;
} .ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default{
width:30px;
height:15px;
background-position:0px 0px;	
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/css/skins/default/arrow_grid_up.png);
}
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default.ug-button-hover{
background-position:0px -15px;	
}
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default.ug-button-disabled{
background-position:0px -30px;
} .ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default{
width:40px;
height:40px;
background-position:0px -40px;
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/css/skins/default/grid_arrow_left.png);
}
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default.ug-button-hover{
background-position:0px -0px;
}
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default.ug-button-disabled{
background-position:0px -80px;
} .ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default{
width:40px;
height:40px;
background-position:0px -40px;	
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/css/skins/default/grid_arrow_right.png);
}
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default.ug-button-hover{
background-position:0px -0px;
}
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default.ug-button-disabled{
background-position:0px -80px;
} .ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default{
width:15px;
height:30px;
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/css/skins/default/slider_arrow_left.png);
background-position:0px 0px;
}
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default.ug-button-hover{
background-position:0px -30px;
}
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default.ug-button-disabled{
background-position:0px -60px;
} .ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default{
width:15px;
height:30px;
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/css/skins/default/slider_arrow_right.png);
background-position:0px 0px;
}
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default.ug-button-hover{
background-position:0px -30px;
}
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default.ug-button-disabled{
background-position:0px -60px;
}  .ug-strip-panel .ug-strip-arrow-left.ug-skin-default,
.ug-strip-panel .ug-strip-arrow-right.ug-skin-default{
width:25px;
height:50px;
}
.ug-strip-panel .ug-strip-arrow-left.ug-skin-default .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-right.ug-skin-default .ug-strip-arrow-tip{
background-position:0px 0px;
background-repeat:no-repeat;
width:4px;
height:7px;
}
.ug-strip-panel .ug-strip-arrow-left.ug-skin-default .ug-strip-arrow-tip{
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/css/skins/default/arrows_strip_left.png);
}
.ug-strip-panel .ug-strip-arrow-right.ug-skin-default .ug-strip-arrow-tip{
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/css/skins/default/arrows_strip_right.png);	
}
.ug-strip-panel .ug-strip-arrow-left.ug-skin-default.ug-button-hover .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-right.ug-skin-default.ug-button-hover .ug-strip-arrow-tip{
background-position:0px -7px;
} .ug-strip-panel .ug-strip-arrow-up.ug-skin-default,
.ug-strip-panel .ug-strip-arrow-down.ug-skin-default{
height:25px;
width:50px;
}
.ug-strip-panel .ug-strip-arrow-up.ug-skin-default .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-down.ug-skin-default .ug-strip-arrow-tip{
background-position:0px 0px;
background-repeat:no-repeat;
width:7px;
height:4px;
}
.ug-strip-panel .ug-strip-arrow-up.ug-skin-default .ug-strip-arrow-tip{
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/css/skins/default/arrows_strip_up.png);
}
.ug-strip-panel .ug-strip-arrow-down.ug-skin-default .ug-strip-arrow-tip{
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/css/skins/default/arrows_strip_down.png);	
}
.ug-strip-panel .ug-strip-arrow-up.ug-skin-default.ug-button-hover .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-down.ug-skin-default.ug-button-hover .ug-strip-arrow-tip{
background-position:-7px 0px;
}
.ug-strip-panel .ug-strip-arrow.ug-skin-default.ug-button-disabled .ug-strip-arrow-tip{
background-position:0px 0px;
opacity:0.5;
filter: alpha(opacity = 50);
}  .ug-gallery-wrapper .ug-handle-tip-left.ug-skin-default,
.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-default{
width:22px;
height:36px;
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/css/skins/default/grid_handle_black_left.png);
background-repeat:no-repeat;
background-position:0px -36px;
}
.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-default{
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/css/skins/default/grid_handle_black_right.png);
background-position:0px -36px;
}
.ug-gallery-wrapper .ug-handle-tip-left.ug-button-hover.ug-skin-default,
.ug-gallery-wrapper .ug-handle-tip-right.ug-button-hover.ug-skin-default{
background-position:0px -0px;	
}
.ug-gallery-wrapper .ug-handle-tip-left.ug-skin-default.ug-button-closed,
.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-default.ug-button-closed{
background-position:0px -108px;
}
.ug-gallery-wrapper .ug-handle-tip-left.ug-skin-default.ug-button-closed.ug-button-hover,
.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-default.ug-button-closed.ug-button-hover{
background-position:0px -72px;
} .ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default,
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default{	
width:36px;
height:22px;
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/css/skins/default/grid_handle_black_top.png);
background-repeat:no-repeat;
background-position:-36px 0px;
}
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default{
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/css/skins/default/grid_handle_black_bottom.png);
background-position:-36px 0px;
}
.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default.ug-button-hover,
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default.ug-button-hover{
background-position:0px 0px;	
}
.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default.ug-button-closed,
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default.ug-button-closed{
background-position:-108px 0px;
}
.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default.ug-button-closed.ug-button-hover,
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default.ug-button-closed.ug-button-hover{
background-position:-72px 0px;
}.ug-gallery-wrapper .ug-theme-panel{
position:absolute;
xbackground-color:red;
z-index:11;		
}
.ug-theme-panel .ug-strip-panel{
z-index:6;
} .ug-theme-default .ug-default-button-fullscreen{
position:absolute;
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/css/vendors/images/button_fullscreen.png);
width:53px;
height:50px;
cursor:pointer;
background-position:0px 0px;
z-index:3;
}
.ug-theme-default .ug-default-button-fullscreen.ug-button-hover{
background-position:0px -50px;	
}
.ug-theme-default .ug-default-button-fullscreen.ug-fullscreenmode{
background-position:0px -100px;
}
.ug-theme-default .ug-default-button-fullscreen.ug-fullscreenmode.ug-button-hover{
background-position:0px -150px;
} .ug-theme-default .ug-default-button-fullscreen-single{
position:absolute;
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/css/vendors/images/button_fullscreen_single.png);
width:52px;
height:50px;
cursor:pointer;
background-position:0px 0px;
z-index:3;
}
.ug-theme-default .ug-default-button-fullscreen-single.ug-button-hover{
background-position:0px -50px;	
}
.ug-theme-default .ug-default-button-fullscreen-single.ug-fullscreenmode{
background-position:0px -100px;
}
.ug-theme-default .ug-default-button-fullscreen-single.ug-fullscreenmode.ug-button-hover{
background-position:0px -150px;
} .ug-theme-default .ug-default-button-play{
position:absolute;
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/css/vendors/images/button_playpause.png);
width:51px;
height:50px;
cursor:pointer;
background-position:0px 0px;
z-index:4;
}
.ug-theme-default .ug-default-button-play.ug-button-hover{
background-position:0px -50px;	
}
.ug-theme-default .ug-default-button-play.ug-stop-mode{
background-position:0px -100px;
}
.ug-theme-default .ug-default-button-play.ug-stop-mode.ug-button-hover{
background-position:0px -150px;
} .ug-theme-default .ug-default-button-play-single{
position:absolute;
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/css/vendors/images/button_playpause_single.png);
width:50px;
height:50px;
cursor:pointer;
background-position:0px 0px;
z-index:4;
}
.ug-theme-default .ug-default-button-play-single.ug-button-hover{
background-position:0px -50px;	
}
.ug-theme-default .ug-default-button-play-single.ug-stop-mode{
background-position:0px -100px;
}
.ug-theme-default .ug-default-button-play-single.ug-stop-mode.ug-button-hover{
background-position:0px -150px;
} .ug-default-button-hidepanel{
position:absolute;
width:23px;
height:23px;
z-index:5;
cursor:pointer;	
}
.ug-default-button-hidepanel .ug-default-button-hidepanel-bg{
background-color:#000000;
width:23px;
height:23px;
position:absolute;
top:0px;
left:0px;
opacity:0.4;
filter: alpha(opacity = 40);
z-index:1;
}
.ug-default-button-hidepanel .ug-default-button-hidepanel-tip{
position:absolute;
width:7px;
height:7px;
background-repeat:no-repeat;
background-image:url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/css/vendors/images/arrow_down_up.png);
background-position: 0px 0px;
z-index:2;
}
.ug-default-button-hidepanel.ug-button-hover .ug-default-button-hidepanel-tip{
background-position: 0px -7px;
}
.ug-default-button-hidepanel.ug-button-hidden-mode .ug-default-button-hidepanel-tip{
background-position: 0px -14px;
}
.ug-default-button-hidepanel.ug-button-hidden-mode.ug-button-hover .ug-default-button-hidepanel-tip{
background-position: 0px -21px;
}* {
margin:0;
padding:0;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
::-moz-selection {
background: #555;   
color: #fff;
}
::selection {
background: #555;   
color: #fff;
}
::-moz-selection {
background: #555;    
color: #fff;
}
html {
box-sizing: border-box;
width: 100%;
height: 100vh;
line-height: 1;
font-size: 16px;
}
body {
position: absolute;
width: 100%;
margin: 0;
padding-bottom: 50px;
min-height: 100%;
font-size: 16px !important;
font-weight: 400;
box-sizing: border-box;
font-family: 'Yantramanav', Helvetica, sans-serif;
}
body.emilynolan-custom-font {
font-family: inherit;
}
article,
aside,
details,
figcaption,
footer,
header,
hgroup,
nav,
section {
display: block;
} h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 20px;
margin-bottom: 10px;
color: initial;
font-weight: 400;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
text-transform: uppercase;
}
h1 {
font-size: 2.6179em;
}
h1.h1 {
font-size: calc(80px + 1vw);
}
h2 {
font-size: 2.0581em;
}
h2.h2 {
font-size: calc(36px + 16 * (100vw - 992px) / 1508);
}
h3 {
font-size: 1.618em;
}
h3.h3 {
font-size: calc(28px + 16 * (100vw - 992px) / 1508);
}
h4 {
font-size: 1.272em;
}
h4.h4 {
font-size: calc(24px + 16 * (100vw - 992px) / 1508);
font-weight: 300;
}
h5 {
font-size: 1em;
}
h5.h5 {
font-size: 20px;
font-weight: 400;
}
h6 {
font-size: .7862em;
}
h6.h6 {
font-size: 18px;
font-weight: 400;
}
p {
font-size: calc(17px + 2 * (100vw - 992px) / 1508);
line-height: 1.58em;
font-weight: 300;
margin: 0 0 15px;
}
blockquote {
padding: 0;
margin: 0 auto;
}
blockquote p {
padding: 8px 16px;
color: #151515;
font-style: italic;
font-weight: 300;
margin: 20px auto;
}
.wp-block-pullquote {
border-top: 3px solid #151515;
border-bottom: 3px solid #151515;
color: #40464d;
margin-bottom: 20px;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
border-left: 3px solid #151515;
}
p.has-drop-cap:not(:focus):first-letter {
float:left;
font-size:4.0em;
line-height: .89;
font-weight:100;
font-style:normal;
}
button {
background: transparent;
border: none;
}
button:focus {
outline: none;
}
input,
textarea {
font-family: inherit;
}
textarea {
padding: 14px;
}
input:focus,
textarea:focus {
outline: none !important;
border: 1px solid;
border-color: #df1f29;
-webkit-box-shadow: none;
box-shadow: none;
}
.wp-block-table.is-style-regular tr:nth-child(even) {
background-color: transparent;
}
.wp-block-table.is-style-stripes tr:nth-child(even) {
background-color: transparent;
}
table {
border-collapse: collapse;
line-height: 28px;
width: auto;
margin: 0 0 30px 0px;
}
td, th {
border: 1px solid #ccc;
text-align: left;
padding: 8px 16px;
}
tr:nth-child(even) {
background-color: #f6f6f6;
}
menu,
ol,
ul {
padding-left: 20px;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
li {
margin-top: 10px;
margin-bottom: 10px;
}
dfn,
cite,
em,
i {
font-style: italic;
}
address {
font-size: calc(18px + 2 * (100vw - 992px) / 1508);
line-height: 1.53;
font-weight: 300;
font-style: normal;
}
dl {
display: block;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
}
dt {
font-weight: 700;
margin-bottom: 4px;
}
dd {
margin: 0 1.5em 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
border-radius: 0;
}
mark, ins {
background: rgba(103,103,103,.3);
text-decoration: none;
}
code {
font-size: 14px;
}
hr {
border: none;
margin: 8px 0;
border-top: solid 1px rgba(21, 21, 21, .2);
clear: both;
}
a {
color: #df1f29;
text-decoration: none;
}
abbr {
color: #ee802f; 
}
select {
border: 1px solid #bbb;
height: 3em;
max-width: 100%;
width: calc(100% - 30px);
position: relative;
display: block;
padding: 0 1em;
margin-left: 15px;
}
b, strong {
font-weight: bold;
} @font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(//theamazonparadise.com/wp-content/themes/emilynolan/assets/fonts/material-icons.woff2);
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: 'liga';
-webkit-font-smoothing: antialiased;
}
.ms-button input[type="submit"] {
position: absolute;
display: inline-block;
left: 0;
top: 0;
opacity: 0;
z-index: 3;
width: 100%;
height: 100%;
padding: 0;
margin: 0;
cursor: pointer;
}
input[type="submit"]:focus {
outline: none;
}
select {
outline: 0;
}
.wp-block-button {
color: #fff;
margin-bottom: 1.5em !important;
}
.wp-block-button__link {
color: #151515;
background-color: transparent;
display: inline-block;
position: relative;
padding: .6em 1em;
margin-bottom: 0;
font-weight: 400 !important;
font-size: 14px;
letter-spacing: .15em;
text-transform: uppercase;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
text-decoration: none;
border: solid 1px;
border-radius: 0;
-webkit-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}
.wp-block-button__link:hover {
background-color: #151515;
} .no-transition-effect {
background-color: #fff;
}
.transition-effect {
background-color: #212121;
}
.nopadding {
padding: 0 !important;
margin: 0 auto;
}
.c-white {
color: #fff !important;
}
.navbar-white {
color: #fff;
background-color: transparent !important;
}
.center-block {
margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.align-left {
text-align: left;
}
.align-right {
text-align: right;
}
.align-center {
text-align: center;
display: block;
}
.socials {
padding-left: 0;
}
.socials li {
display: inline-block;
}
.share-links a i {
color: #151515;
font-size: 19px;
padding: .5em;
}
[class*="socicon-"] {
display: inline-block;
color: inherit;
margin: 0;
-webkit-transition: opacity .3s ease;
-o-transition: opacity .3s ease;
transition: opacity .3s ease;
}
.ms-single-album__nav a:hover,
[class*="socicon-"]:hover {
opacity: .4;
}
.research-form {
width: 50%;
margin-left: -15px;
}
.dashicons {
font-size: inherit;
margin-right: 4px;
color: inherit;
}
.clerfix {
clear: both;
}
.post-item__info.post-nothumb {
margin-left: 0;
}
.ms-delimiter,
.ms-delimiter-sm {
margin: 1.5em 0;
float: left;
width: 100%;
height: 1px;
display: block;
background-color: rgba(21, 21, 21, .2);
}
.ms-delimiter-sm {
margin: 0 0 1em 0;
} .ms-button {
color: #151515;
display: inline-block;
position: relative;
padding: .6em 1em;
margin-bottom: 0;
font-weight: 400 !important;
font-size: 14px;
letter-spacing: .15em;
text-transform: uppercase;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
text-decoration: none;
border: solid 1px;
-webkit-transition: color .4s ease;
-o-transition: color .4s ease;
transition: color .4s ease;
}
.ms-button:after {
position: absolute;
display: block;
content: attr(data-title);
padding: .6em 0;
font-size: 14px;
left: 0;
top: 0;
width: 0%;
background: #df1f29;
color: #fff;
text-indent: 1rem;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
overflow: hidden;
border: none;
bottom: 0;
}
.ms-button:hover {
color: #df1f29;
}
.btn-load {
background: #df1f29;
border-color: #df1f29;
color: #fff !important;
pointer-events: none;
min-width: 90px;
}
.btn-load:after {
content: '';
z-index: -1;
}
.btn-load .label-button {
animation: blinker 1s linear infinite;
}
@keyframes blinker {  
50% { opacity: 0; }
}
.btn-disabled {
opacity: .5;
color: rgb(103,103,103);
pointer-events: none;
cursor: no-drop;
}
.ms-button:active::after,
.ms-button:focus::after,
.ms-button:hover::after {
width: 100%;
padding-right: 25px;
}
.ms-btn--slider {
text-transform: uppercase;
text-decoration: none;
position: relative;
font-weight: 600;
letter-spacing: .15em;
font-size: 1em;
padding-left: 3rem;
line-height: 2.8em;
transition: all .3s ease;
}
.ms-btn--slider::before{
content: '';
position: absolute;
left: 0;
background: #df1f29;
background-color: rgb(223, 31, 41);
height: 1px;
top: 49%;
width: 2em;
-webkit-transition: width .3s ease;
-o-transition: width .3s ease;
transition: width .3s ease;
}
.ms-btn--slider:hover::before {
width: 3rem;
}
.ms-btn--slider:hover {
padding-left: 4rem;
} .ms-header {
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
z-index: 4;
padding: 0 15px;
}
.ms-header::after {
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: auto;    top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: rgba(255,255,255,.9);
}
.navbar-white.ms-header::after {
content: '';
background-color: transparent;
} .ms-nav {
padding: 2em 3em 1em;
color: inherit;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.ms-logo {
position: relative;
z-index: 7;
width: 30%;
height: 50px;
}
.ms-logo .current {
opacity: 1;
}
.ms-logo__default {
height: 100%;
display: flex;
align-items: center;
-webkit-transition: color .3s cubic-bezier(0.7,0,0.3,1) .6s;
-o-transition: color .3s cubic-bezier(0.7,0,0.3,1) .6s;
transition: color .3s cubic-bezier(0.7,0,0.3,1) .6s;
}
.ms-logo__default .h4 {
margin: 0;
line-height: 1.6;
}
.navbar-white .ms-logo__default {
color: #fff;
}
.ms-logo__default.active {
color: #fff;
-webkit-transition: color .1s cubic-bezier(0.7,0,0.3,1);
-o-transition: color .1s cubic-bezier(0.7,0,0.3,1);
transition: color .1s cubic-bezier(0.7,0,0.3,1);
}
.logo-dark,
.logo-light {
position: absolute;
height: 100%;
opacity: 0;
-webkit-transition: opacity .3s cubic-bezier(0.7,0,0.3,1) .6s;
-o-transition: opacity .3s cubic-bezier(0.7,0,0.3,1) .6s;
transition: opacity .3s cubic-bezier(0.7,0,0.3,1) .6s;
}
.ms-logo img {
width: auto;
height: 100%;
background-color: initial;
}
.logo-dark.active,
.logo-light.active {
opacity: 1;
-webkit-transition: opacity .3s;
-o-transition: opacity .3s;
transition: opacity .3s;
} .hamburger {
padding-right: 0;
margin-left: auto;
overflow: visible;
cursor: pointer;
z-index: 7;
border: 0;
-webkit-transition-timing-function: linear;
-o-transition-timing-function: linear;
transition-timing-function: linear;
-webkit-transition-duration: .1s cubic-bezier(0.7,0,0.3,1);
-o-transition-duration: .1s cubic-bezier(0.7,0,0.3,1);
transition-duration: .1s cubic-bezier(0.7,0,0.3,1);
transition-property: opacity, -webkit-filter;
-webkit-transition-property: opacity, -webkit-filter;
-o-transition-property: opacity, filter;
transition-property: opacity, filter;
transition-property: opacity, filter, -webkit-filter;
}
.navbar-white .hamburger-label {
color: #fff;
}
.hamburger-label {
display: block;
font-family: inherit;
font-size: initial;
width: 100%;
height: auto;
position: relative;
top: 0;
left:0;
padding-right: 4em;
text-transform: uppercase;
-webkit-transition: color .3s cubic-bezier(0.7,0,0.3,1) .6s;
-o-transition: color .3s cubic-bezier(0.7,0,0.3,1) .6s;
transition: color .3s cubic-bezier(0.7,0,0.3,1) .6s;
font-weight: 400 !important;
}
.hamburger.is-active .hamburger-label {
color: #fff !important;
-webkit-transition: color .1s cubic-bezier(0.7,0,0.3,1);
-o-transition: color .1s cubic-bezier(0.7,0,0.3,1);
transition: color .1s cubic-bezier(0.7,0,0.3,1);
}
.hamburger-box {
position: relative;
display: flex;
width: 100px;
height: 20px;
float: right;
align-content: center;
align-items: center;
justify-content: center;
margin-left: auto;
margin-right: 0;
}
.hamburger-inner {
display: block;
top: 0;
}
.navbar-white .hamburger-inner,
.navbar-white .hamburger-inner:after,
.navbar-white .hamburger-inner:before {
background-color: #fff;
}
.hamburger-inner:after,
.hamburger-inner:before {
display: block;
content: '';
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
position: absolute;
width: 30px;
height: 3px;
background-color: #151515;
-webkit-transition: all .3s cubic-bezier(0.7,0,0.3,1) .6s;
-o-transition: all .3s cubic-bezier(0.7,0,0.3,1) .6s;
transition: all .3s cubic-bezier(0.7,0,0.3,1) .6s;
right: 0;
}
.hamburger-inner:before {
top: 8px;
left: -8px;
}
.hamburger-inner:after {
top: 16px;
width: 26px;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after {
background-color: #fff;
-webkit-transition-delay: .1s;
-o-transition-delay: .1s;
transition-delay: .1s;
}
.hamburger.is-active .hamburger-inner {
-webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger.is-active .hamburger-inner:before {
opacity: 0;
-webkit-transition: opacity .3s cubic-bezier(0.7,0,0.3,1) 0s;
-o-transition: opacity .3s cubic-bezier(0.7,0,0.3,1) 0s;
transition: opacity .3s cubic-bezier(0.7,0,0.3,1) 0s
}
.hamburger.is-active .hamburger-inner:after {
width: 30px;
-webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
transform: translate3d(0, -16px, 0) rotate(-90deg);
} .height-full-viewport {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
left: 0;
top: 0;
width: 100%;
height: 100vh;
transform: translateY(-100%);
background-color: #151515;
z-index: 6;
overflow: hidden;
-webkit-transition: transform  0.8s cubic-bezier(0.7,0,0.3,1) .1s;
-o-transition: transform  0.8s cubic-bezier(0.7,0,0.3,1) .1s;
transition: transform  0.8s cubic-bezier(0.7,0,0.3,1) .1s;
}
.ms-nav.is-visible .height-full-viewport {
height: 100vh;
transform: translateY(0%);
-webkit-transition: transform 1s ease;
-o-transition: transform 1s ease;
transition: transform 1s ease;
}
.ms-menu-section {
position: relative;
margin: 15px;
padding: 80px 0;
width: 100%;
height: 80%;
overflow: auto;
}
.ms-menu-section:before {
content: '\200B';
margin-left: -0.25em; 
display: inline-block;
height: 10%; 
vertical-align: middle;
}
.ms-navbar {
max-width: 150px;
margin: 0 auto;
padding: 0;
list-style-type: none;
list-style: none;
}
.ms-navbar > .ms-nav-item {
cursor: pointer;
position: relative;
padding: .75em 0;
width: 300px;
white-space: nowrap;
opacity: 0;
-webkit-transition: opacity .6s cubic-bezier(0.7,0,0.3,1);
-o-transition: opacity .6s cubic-bezier(0.7,0,0.3,1);
transition: opacity .6s cubic-bezier(0.7,0,0.3,1);
}
.ms-navbar > a {
display: block;
}
.nav-item__btn {
display: inline-block;
text-transform: uppercase;
line-height: 1.2;
padding: 0 0.25em;
position: relative;
}
.ms-menu-section .nav-item__btn {
font-size: 1.75em;
letter-spacing: .02em;
color: #fff;
font-weight: 700;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.ms-menu-section .nav-item__btn::before {
content: '';
position: absolute;
left: 0;
background: #df1f29;
height: 1px;
top: 50%;
width: 0;
-webkit-transition: width .3s ease;
-o-transition: width .3s ease;
transition: width .3s ease;
}
.ms-menu-section .nav-item__label {
position: relative;
display: block;
padding: 0.2em 0 0 0.5em;
color: #555;
-webkit-transition: color .3s ease;
-o-transition: color .3s ease;
transition: color .3s ease;
text-decoration: none;
transition-delay: 100ms;
}
.ms-nav-item:hover .nav-item__label {
color: #9a9a9a;
}
.ms-nav.is-visible .ms-nav-item {
opacity: 1;
-webkit-transition: opacity .3s ease .3s;
-o-transition: opacity .3s ease .3s;
transition: opacity .3s ease .3s;
}
.ms-nav-item .nav-item__btn {
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.ms-menu-section ul > li:active .nav-item__btn,
.ms-menu-section ul > li:focus .nav-item__btn,
.ms-menu-section ul > li:hover .nav-item__btn {
color: inherit;
opacity: 1;
padding-left: 2rem;
}
.ms-menu-section ul > li:active .nav-item__btn::before,
.ms-menu-section ul > li:focus .nav-item__btn::before,
.ms-menu-section ul > li:hover .nav-item__btn::before {
width: 1.5rem;
} .ms-menu-section .ms-navbar .sub-menu {
padding-left: 0;
margin-left: 0;
list-style: none;
display: block;
}
.ms-menu-section .sub-menu .nav-item__label {
display: none;
}
.ms-menu-section .sub-menu .ms-nav-item .nav-item__btn {
padding: .5em;
color: #fff !important;
font-size: 16px;
line-height: 1.2;
font-weight: 400;
margin: 0;
}
.ms-menu-section .sub-menu .ms-nav-item a:hover .nav-item__btn {
opacity: .4;
}
.sub-menu .nav-item__btn::before {
width: 0 !important;
margin: 15px 0;
}
.sub-menu li {
display: flex;
flex-direction: column;
margin-bottom: 0;
margin-top: 4px;
}
.ms-menu-section .sub-menu .sub-menu > li .nav-item__btn {
color: #fff !important;
}
.ms-nav-item.active > .sub-menu {
visibility: visible;
}
.force-overflow{
min-height: 450px;
}
.ms-menu-section::-webkit-scrollbar-track{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #555;
}
.ms-menu-section::-webkit-scrollbar{
width: 4px;
background-color: #F5F5F5;
}
.ms-menu-section::-webkit-scrollbar-thumb{
background-color: #151515;
border: 1px solid #555555;
}
.sub-menu .menu-item-has-children > .sub-menu {
padding-left: 20px;
}
.content-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: #111;
opacity: 0;
z-index: 3;
} .ms-preloader {
width: 100%;
height: 100%;
position: fixed;
z-index: 99;
top: 0;
left: 0;
opacity: 1;
visibility: visible;
background-color: #151515;
}
.ms-main-container {
padding-top: 12em;
}
.ms-main-container::before {
content: '';
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background-color: #fff;
z-index: -1;
}
.ms-container {
width: 100%;
height: 100%;
overflow-x: hidden;
transform: translateY(0px);
transition: transform .8s ease;
}
.page-template-page-full-slider .ms-container {
overflow-x: initial;
}
.ms-container.is-parallax {
transform: translateY(30vh);
}
.ms-section__block {
padding: 0;
clear: both;
max-width: 1230px;
margin: 0 auto 90px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.single-post-title {
width: 100%;
margin: 0 auto 3em;
}
.ms-section__block-small {
padding: 0 0 20px;
}
.ms-section__block img {
max-width: 100%;
height: auto;
}
.page-header {
max-width: 75%;
position: relative;
margin: 30px 0 10px;
line-height: 1.2;
-ms-word-wrap: break-word;
word-wrap: break-word;
text-transform: uppercase;
}
.page-header span {
display: block;
}
.ms-error-page {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.ms-error-page .ms-section__block {
text-align: center;
}
.ms-error-page .page-header {
max-width: 100%;
}
.ms-error-page .ms-page-title,
.ms-error-page .page-header {
text-align: center !important;
}
.ms-error-page .ms-page-title h1 {
color: #999999;
opacity: .4;
}
.ms-error-page .ms-page-title h1 {
font-size: calc(140px + 1vw);
margin: 30px 0;
}
.ms-error-page .ms-page-title h1 span{
font-size: calc(80px + 1vw);
}
.ms-error-page a {
margin: 30px auto 15px;
}
.page-desc-block {
width: 100%;
margin-bottom: 15px;
letter-spacing: .05em;
line-height: 1.5;
font-weight: 300;
}
.page-desc {
max-width: 50vh;
display: inline-block;
} .page-template-page-full-slider .ms-main-container,
.slider-template-default.single-slider .ms-main-container {
display: flex;
padding: 0 !important;
}
.page-template-page-full-slider .ms-container,
.slider-template-default.single-slider .ms-container {
padding-top: 0 !important;
}
.swiper-container {
position: fixed;
width: 100%;
height: 100vh;
left: 0;
top: 0;
background-color: #151515;
}
.swiper-wrapper {
align-items: center; }
.swiper-slide {
overflow: hidden;
}
.overlay {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
opacity: 1;
background: -webkit-linear-gradient(top, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, black), color-stop(50%, transparent), color-stop(63%, transparent), to(rgba(0, 0, 0, 1)));
background: -o-linear-gradient(top, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
background: linear-gradient(to bottom, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#c9000000', GradientType=0);
-webkit-transition: all .65s ease;
-o-transition: all .65s ease;
transition: all .65s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.swiper-slide-duplicate-active .overlay,
.swiper-slide-active .overlay {
opacity: .4;
}
.slide-inner {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #000;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.slide-inner--image {
position: absolute;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
opacity: .2;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: scale(1.07);
-ms-transform: scale(1.07);
transform: scale(1.07);
-webkit-transition: opacity .6s ease-in-out, transform 2s ease .7s;
-webkit-transition: opacity .6s ease-in-out, -webkit-transform 2s ease .7s;
transition: opacity .6s ease-in-out, -webkit-transform 2s ease .7s;
-o-transition: opacity .6s ease-in-out, transform 2s ease .7s;
transition: opacity .6s ease-in-out, transform 2s ease .7s;
transition: opacity .6s ease-in-out, transform 2s ease .7s, -webkit-transform 2s ease .7s;
}
.swiper-slide-duplicate-active .slide-inner--image,
.swiper-slide-active .slide-inner--image {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.slide-inner--video .fullscreen-bg__video {
position: fixed;
right: 0;
bottom: 0;
opacity: .2;
min-width: 100%; 
min-height: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: opacity .6s ease-in-out;
-webkit-transition: opacity .6s ease-in-out;
transition: opacity .6s ease-in-out;
-o-transition: opacity .6s ease-in-out;
transition: opacity .6s ease-in-out;
transition: opacity .6s ease-in-out;
}
.swiper-slide-duplicate-active .slide-inner--video .fullscreen-bg__video,
.swiper-slide-active .slide-inner--video .fullscreen-bg__video {
opacity: 1;
} .swiper-button-prev,
.swiper-button-next {
text-transform: uppercase;
color: #fff;
letter-spacing: .2em;
line-height: 2em;
font-size: 12px;
width: auto;
height: 24px;
background-image: none !important;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.swiper-button-prev {
padding-left: 5em;
left: 0;
-webkit-transition: padding-left .3s ease;
-o-transition: padding-left .3s ease;
transition: padding-left .3s ease;
}
.swiper-button-next {
padding-right: 5em;
right: 0;
-webkit-transition: padding-right .3s ease;
-o-transition: padding-right .3s ease;
transition: padding-right .3s ease;
}
.swiper-button-prev::after {
content: "";
width: 3em;
height: 1px;
background-color: #fff;
position: absolute;
left: 0;
top: calc(50% - 1px);
-webkit-transition: width .3s ease;
-o-transition: width .3s ease;
transition: width .3s ease;
}
.swiper-button-next::after {
content: "";
width: 3em;
height: 1px;
background-color: #fff;
position: absolute;
right: 0;
top: calc(50% - 1px);
-webkit-transition: width .3s ease;
-o-transition: width .3s ease;
transition: width .3s ease;
}
.swiper-button-prev:hover {
padding-left: 90px;
}
.swiper-button-prev:hover::after {
width: 65px;
}
.swiper-button-next:hover {
padding-right: 90px;
}
.swiper-button-next:hover::after {
width: 65px;
} .slide-inner--info {
position: absolute;
width: auto;
min-height: 50px;
bottom: 3em;
padding: 0 3em;
color: #fff;
z-index: 1;
opacity: 0;
-webkit-transition: opacity 1s ease;
-o-transition: opacity 1s ease;
transition: opacity 1s ease;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.swiper-slide-active .slide-inner--info {
opacity: 1;
-webkit-transition: opacity 1s ease 1s;
-o-transition: opacity 1s ease 1s;
transition: opacity 1s ease 1s;
}
.slide-inner--info h1 {
margin: 12px 0;
text-transform: uppercase;
font-weight: 900;
line-height: 1em;
color: #fff;
}
.slide--info__link {
text-transform: uppercase;
color: #fff;
text-decoration: none;
border-bottom: solid 2px;
}
.swiper-slide--bottom {
position: absolute;
z-index: 2;
bottom: 0;
left: 0;
right: 0;
height: 90px;
width: 100%;
max-width: 1440px;
margin: 0 auto;
} .expanded-timeline {
position: absolute;
z-index: 3;
bottom: 2.8em;
right: 3em;
width: 40vh;
height: 60px;
}
.swiper-pagination {
z-index: 4;
width: 85%;
left: 0;
right: 0;
height: 1px;
background-color: rgba(255, 255, 255, .5);
perspective: 1000px;
position: absolute;
top: 34px;
}
.swiper-container-vertical .swiper-pagination-progressbar {
transform: rotate(-90deg);
-webkit-transform-origin: top right;
-moz-transform-origin: top right;
-ms-transform-origin: top right;
-o-transform-origin: top right;
transform-origin: top right;
height: 34vh;
width: 1px;
position: absolute;
}
.swiper-pagination-progressbar-fill {
background: #fff !important;
}
.expanded-timeline__counter {
margin-left: 1.8em;
}
.expanded-timeline__counter span {
text-align: center;
margin-right: 100%;
padding: 8px 0;
color: #fff;
display: block;
}
.swiper-counter {
position: relative;
width: auto;
height: 16px;
margin-bottom: .6em;
}
.swiper-counter .count:not(.start) {
opacity: 0;
}
.swiper-counter .count {
display: block;
position: absolute;
}
.expanded-timeline__total {
padding-top: .6em;
}
.scroll-message {
position: absolute;
right: 0;
top: 8px;
color: #fff;
opacity: .5;
font-size: 12px;
letter-spacing: .15em;
}
.scroll-svg {
width: 24px;
margin: 0 auto 1.2em;
display: block;
}
.edit-full-slider {
position: fixed;
z-index: 2;
top: 50vh;
left: 48%;
} .clearfix:after {
content: "";
display: block;
clear: both;
}
.filtr-btn {
display: inline-block;
margin-bottom: 2em;
padding-left: 0;
}
.filtr-btn li {
cursor: pointer;
display: inline-block;
opacity: .5;
margin-bottom: 15px;
-webkit-transition: opacity .3s ease;
-o-transition: opacity .3s ease;
transition: opacity .3s ease;
}
.filtr-btn h6 {
margin: 0;
text-transform: uppercase;
padding-right: 1em;
}
.filtr-btn li.active {
opacity: 1;
}
.filtr-btn li:hover {
opacity: 1 !important;
}
.album-item {
position: relative;
margin-bottom: 30px;
}
.album-item a {
padding-top: 60%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow: hidden;
position: relative;
}
.album-item__img {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-position: 50% 50%;
background: no-repeat;
background-position: center;
background-size: cover;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: -webkit-transform .3s cubic-bezier(.55, 0, .1, 1);
transition: -webkit-transform .3s cubic-bezier(.55, 0, .1, 1);
-o-transition: transform .3s cubic-bezier(.55, 0, .1, 1);
transition: transform .3s cubic-bezier(.55, 0, .1, 1);
transition: transform .3s cubic-bezier(.55, 0, .1, 1), -webkit-transform .3s cubic-bezier(.55, 0, .1, 1);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.album-item__overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
overflow: hidden;
}
.album-item__overlay h5 {
text-transform: uppercase;
}
.album-item__cover {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, .6);
z-index: 1;
overflow: hidden;
opacity: 0;
-webkit-transition: opacity .3s cubic-bezier(.55, 0, .1, 1);
-o-transition: opacity .3s cubic-bezier(.55, 0, .1, 1);
transition: opacity .3s cubic-bezier(.55, 0, .1, 1);
}
.album-item__overlay h5 {
position: relative;
color: #fff;
margin: 0;
max-width: 100%;
padding: 1em;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
opacity: 0;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.album-item:hover .album-item__img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.album-item:hover .album-item__cover,
.album-item:hover .album-item__overlay h5 {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.no-albums__list {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #313131;
}
.no-albums__message p {
color: #fff !important;
}
.ms-single-album__nav .post-navigation {
width: 100%;
}
.ms-single-album__nav {
display: flex;
justify-content: center;
align-items: center;
width: 100px;
height: 30px;
margin: 0 auto;
position: relative;
}
.ms-single-album__nav a {
padding: 0;
color: #151515;
-webkit-transition: opacity .3s ease;
-o-transition: opacity .3s ease;
transition: opacity .3s ease;
}
.go_to_albums {
position: absolute;
} #gallery {
margin-bottom: 3em;
}
.ug-thumb-overlay:hover::before {
top: 15px;
right: 15px;
}
.ug-thumb-overlay:hover::after {
bottom: 15px;
left: 15px;
}
.ug-thumb-image {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
opacity: 1;
-webkit-transition: opacity 2s cubic-bezier(0.16, 1.08, 0.38, 0.98) 0s, -webkit-transform .3s ease !important;
transition: opacity 2s cubic-bezier(0.16, 1.08, 0.38, 0.98) 0s, -webkit-transform .3s ease !important;
-o-transition: transform .3s ease, opacity 2s cubic-bezier(0.16, 1.08, 0.38, 0.98) 0s !important;
transition: transform .3s ease, opacity 2s cubic-bezier(0.16, 1.08, 0.38, 0.98) 0s !important;
transition: transform .3s ease, opacity 2s cubic-bezier(0.16, 1.08, 0.38, 0.98) 0s, -webkit-transform .3s ease !important;
}
.ug-thumb-image {
-webkit-transform: scale(1) !important;
-ms-transform: scale(1) !important;
transform: scale(1) !important;
}
.ug-thumb-wrapper.ug-tile.ug-tile-clickable.ug-thumb-ratio-set:hover .ug-thumb-image {
-webkit-transform: scale(1.1) !important;
-ms-transform: scale(1.1) !important;
transform: scale(1.1) !important;
} .ms-blog {
padding-right: 0;
padding-left: 0;
}
.single-post__content img {
max-width: 100%;
}
.page-links {
width: 100%;
text-align: center;
}
.page-links a {
color: rgba(103,103,103,.7);
}
.page-links span {
padding: 4px;
}
.page-numbers {
padding: 4px;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
-webkit-box-shadow: none;
box-shadow: none;
background: none;
display: inline-block;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
.gallery-item {
display: inline-block;
text-align: left;
vertical-align: top;
margin: 0 0 1.5em;
padding: 0 1em 0 0;
width: 50%;
}
.gallery-columns-1 .gallery-item {
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
-webkit-box-shadow: none;
box-shadow: none;
background: none;
display: inline-block;
max-width: 100%;
}
.gallery-item a img {
display: block;
-webkit-transition: -webkit-filter 0.2s ease-in;
transition: -webkit-filter 0.2s ease-in;
transition: filter 0.2s ease-in;
transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.gallery-item a:hover img,
.gallery-item a:focus img {
-webkit-filter: opacity(60%);
filter: opacity(60%);
}
.gallery-caption {
display: block;
text-align: left;
padding: 0 10px 0 0;
margin-bottom: 0;
} .navigation.pagination {
text-align: center;
}
.ms-pagination .nav-links {
display: inline-flex;
}
.ms-pagination .page-numbers,
.page-numbers.current {
display: flex;
align-items: center;
margin: 0 4px;
padding: 4px 9px;
border: 1px solid;
border-color:  rgba(103,103,103,.5);
transition: all .3s ease;
color: rgba(103,103,103,.5);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ms-section__block a.prev,
.ms-section__block a.next {
padding: 0;
border: none;
}
.ms-section__block a.prev i,
.ms-section__block a.next i {
font-size: 28px;
}
.ms-section__block .page-numbers.current {
border: 1px solid #151515;
}
.ms-section__block .page-numbers.current,
.ms-section__block .page-numbers:hover {
background: #151515;
border-color: #151515;
color: #fff;
}
.ms-section__block .prev.page-numbers:hover,
.ms-section__block .next.page-numbers:hover {
background: none;
color: rgba(103,103,103,1);
}
.ms-single-post__nav {
display: block;
float: left;
width: 100%;
clear: both;
padding: 20px 0;
border-top: solid 1px #ddd; 
border-bottom: solid 1px #ddd; 
}
.ms-single-post__nav .post-title,
.ms-single-post__nav .post-title {
display: block;
color: #151515;
font-size: 19px;
margin: 4px 0 0;
text-transform: uppercase;
-webkit-transition: color .3s ease;
-o-transition: color .3s ease;
transition: color .3s ease;
}
.ms-single-post__nav .meta-nav {
color: initial;
letter-spacing: 0.1em;
opacity: .6;
font-size: 14px;
font-weight: 400;
}
.nav-previous {
float: left;
text-align: left;
position: relative;
max-width: 50%;
}
.nav-next {
float: right;
text-align: right;
position: relative;
max-width: 50%;
}
.nav-next a,
.nav-previous a {
display: block;
}
.nav-next a:hover .post-title,
.nav-previous a:hover .post-title{
color: #df1f29;
} .embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden;
}
.embed-responsive::before {
display: block;
content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.embed-responsive-21by9::before {
padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
padding-top: 56.25%;
}
.embed-responsive-4by3::before {
padding-top: 75%;
}
.embed-responsive-1by1::before {
padding-top: 100%;
} .ms-right-sidebar {
padding-left: 20px;
}
.widget select {
width: 100%;
}
.widget_text .alignnone {
margin: 5px 0 20px 0;
}
.widget ul li li {
border: 0;
padding-left: 24px;
padding-left: 1.5rem;
}
.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
padding-bottom: 0.25em;
padding-top: 0.25em;
border-top: none;
}
.widget_nav_menu ul li li {
padding-bottom: 0;
}
.ms-right-sidebar aside {
margin-bottom: 50px;
width: 100%;
float: left;
clear: both;
}
.ms-right-sidebar h5 {
padding-bottom: 20px;
margin: 0;
color: #999999;
text-transform: uppercase;
}
.ms-right-sidebar ul {
padding-left: 0;
}
.ms-right-sidebar ul li {
margin-top: 0;
margin-bottom: 0;
margin-right: 15px;
margin-left: 15px;
padding: 10px 0 9px;
line-height: 1.2em;
border-top: 1px solid #ddd;
}
.ms-right-sidebar ul a {
color: #151515;
line-height: 1.4;
-webkit-transition: color .3s ease;
-o-transition: color .3s ease;
transition: color .3s ease;
}
.ms-right-sidebar ul a
.ms-right-sidebar ul a:hover {
color: #df1f29;
}
.rss-date,
.post-date {
margin-left: 0;
margin-right: auto;
color: #999;
font-size: 14px;
display: block;
}
.ms-blogpage-image {
overflow: hidden;
min-width: 100%;
min-height: 300px;
height: 450px;
margin-bottom: 20px;
}
.ms-post__image {
position: relative;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
}
.ms-post__header {
margin-bottom: 20px;
}
.post-title {
margin-top: 0;
text-transform: uppercase;
}
.single-post-desc {
list-style: none;
padding-left: 0;
}
.post-title + .single-post-desc {
margin-top: 10px;
}
.post-details {
display: inline-block;
vertical-align: top;
margin: 0 10px 0 0;
}
.post-details span {
font-size: 14px;
text-transform: capitalize;
opacity: .6;
transition: opacity .3s ease;
line-height: 1.5;
}
.post-details i {
font-size: 16px;
opacity: .6;
float: left;
margin-right: 4px;
}
.post-details a {
color: inherit;
}
.post-cat span:last-child a {
display: inline-flex;
}
.post-details:hover span {
opacity: 1;
}
.ms-right-sidebar ul {
list-style-type: none;
list-style: none;
}
.ms-right-sidebar .comment-author-link {
display: inline-block;
text-transform: capitalize;
}
.ms-right-sidebar .recentcomments a {
color: #212121;
font-size: 16px;
text-transform: none;
}
.ms-right-sidebar .children li {
border-top: 0;
margin: 0;
padding: 10px 0 0 0;
}
.ms-right-sidebar li .rsswidget {
display: block;
}
.ms-right-sidebar li .rss-date {
margin-bottom: 16px;
}
.ms-right-sidebar .textwidget {
margin-left: 15px;
margin-right: 15px;
}
.ms-right-sidebar .textwidget img {
max-width: 100%;
}
.widget_nav_menu .nav-item__btn {
color: inherit;
text-transform: uppercase;
font-size: 16px;
line-height: 1.4;
font-weight: 400;
letter-spacing: 0;
padding: 0;
}
.widget_nav_menu .nav-item__btn::before {
display: none;
}
.widget_nav_menu .menu-item-has-children .sub-menu {
margin: 0 0 0 18px;
padding: 0; 
}
.widget_nav_menu .menu-item-has-children .sub-menu li {
margin: 0;
}
.widget_nav_menu .menu-item-has-children .nav-item__btn:hover {
opacity: .4;
}
.widget_nav_menu .ms-nav-item:active .nav-item__btn,
.widget_nav_menu .ms-nav-item:focus .nav-item__btn,
.widget_nav_menu .ms-nav-item:hover .nav-item__btn {
padding-left: 0;
}
.widget_nav_menu .nav-item__label {
display: none;
}
.ms-search-widget {
position: relative;
}
input[type="password"] {
width: auto;
display: inline-block;
height: 32px;
padding: 0;
border: solid 1px;
}
input[type="submit"] {
position: relative;
display: inline-block;
right: 5px;
top: 0px;
padding: 0;
margin: 0;
cursor: pointer;
width: 68px;
height: 32px;
background-color: #151515;
border: none;
color: #fff;
}
.search-field {
position: relative;
display: block;
padding: 0 1em;
margin-right: 0;
width: 100%;
height: 34px;
font-size: calc(16px + 2 * (100vw - 992px)/1508);
color: #151515;
font-weight: 300;
background-image: none;
border: 1px solid;
border-color:  #151515;
}
input[type="submit"].search-submit {
position: absolute;
display: block;
right: 16px;
top: 1px;
opacity: 1;
z-index: 1;
padding: 0;
margin: 0;
cursor: pointer;
width: 68px;
height: 32px;
background-color: #151515;
border: none;
color: #fff;
}
.ms-post__share {
margin-top: 20px;
display: inline-block;
width: 100%;
text-align: center;
}
.share-title {
margin-top: 0;
margin-bottom: 0;
} #calendar_wrap {
display: table;
width: 100%;
padding: 0 15px;
}
#wp-calendar {
border-collapse: collapse;
width: 100%;
max-width: 100%;
font-size: 14px;
border: solid 1px rgba(103, 103, 103, .15)
}
#wp-calendar td,
#wp-calendar th {
border: none;
text-align: center;
padding: 0.4em;
line-height: 1.5;
}
#wp-calendar tr {
border-bottom: solid 1px rgba(103, 103, 103, .15);
}
#wp-calendar tfoot tr {
border-bottom: none;
}
#wp-calendar caption{
text-transform: uppercase;
margin-bottom: 5px;
}
#wp-calendar th{
background-color: #151515;
color: #fff;
}
.ms-right-sidebar td a {
padding: 0;
color: #df1f29;
}
.nf-search {
margin: 0 auto;
} .tagcloud {
margin-right: 15px;
margin-left: 15px;
}
.single-post__tags {
width: 100%;
line-height: 1.3em;
float: left;
}
.single-post__tags a {
transition: all .3s ease;
}
.single-post__tags a:before {
content: '#';
}
.tagcloud a {
font-size: 10pt !important;
padding: 4px 8px !important;
margin-right: 8px !important;
margin-bottom: 8px !important;
background: #151515;
float: left;
border: solid 1px #151515;
color: #fff !important;
-webkit-transition: opacity .3s ease !important;
-o-transition: opacity .3s ease !important;
transition: opacity .3s ease !important;
text-transform: uppercase;
}
.single-post__tags {
color: #999;
margin-bottom: 20px;
}
.single-post__tags a {
margin-right: 8px;
color: #212121;
display: inline-flex;
opacity: .6;
}
.single-post__tags a:hover,
.tag-cloud-link:hover {
opacity: 1;
} .ms-post-item {
padding-bottom: 20px;
}
.post-item__img {
position: relative;
overflow: hidden;
}
.ms-posts .ms-grid-item {
margin-bottom: 30px;
page-break-inside: avoid;
break-inside: avoid;
}
.album-item__overlay::before,
.post-item__img::before {
content: '';
position: absolute;
width: 110%;
height: 100%;
top: 0;
left: 0;
z-index: 2;
opacity: 1;
transition: all .5s linear;
background-color: #f1f1f1;
}
.loaded .post-item__img::before,
.loaded .album-item__overlay::before{
opacity: 0;
}
.freezing.ms-grid-item {
pointer-events: none !important; 
}
.post-item__img img {
width: 100%;
height: auto;
padding: 0;
display: block;
}
.post-item__img::after {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
opacity: 0;
background: rgba(231, 55, 39, 0);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(231, 55, 39, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(231, 55, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(231, 55, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
background: -webkit-radial-gradient(center, ellipse, rgba(231, 55, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
background: -o-radial-gradient(center, ellipse, rgba(231, 55, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
background: radial-gradient(ellipse at center, rgba(231, 55, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e73727', endColorstr='#000000', GradientType=1);
-webkit-transition: opacity .3s ease;
-o-transition: opacity .3s ease;
transition: opacity .3s ease;
}
.post-item__info {
position: relative;
margin-left: 2.5em;
}
.post-item__title {
display: inline-block;
max-width: 400px;
margin-left: 0;
margin-right: auto;
margin: 20px 0px 10px;
}
.ms-post-item.sticky::before {
content: 'featured';
display: inline-block;
text-transform: uppercase;
background-color: #212121;
color: #fff;
padding: 4px 8px 2px;
margin-bottom: 0.5384615385em;
}
.post-item__bottom a {
width: 100%;
}
.post-item__date {
display: inline-block;
color: #151515;
margin-left: 0;
margin-right: auto;
opacity: .7;
font-size: 14px;
}
.post-item__link {
display: inline-block;
float: right;
margin-left: auto;
margin-right: 0;
position: relative;
padding-right: 3em;
font-size: 14px;
text-transform: capitalize;
-webkit-transition: padding-right .3s ease, letter-spacing .3s ease;
-o-transition: padding-right .3s ease, letter-spacing .3s ease;
transition: padding-right .3s ease, letter-spacing .3s ease;
}
.post-item__link::after {
content: '';
width: 2em;
height: 1px;
position: absolute;
top: calc(50% + 2px);
right: 0;
background: #df1f29;
-webkit-transition: width .3s ease;
-o-transition: width .3s ease;
transition: width .3s ease;
}
.post-item__link:hover {
letter-spacing: .12em;
}
.ms-grid-item:hover .post-item__img::after {
opacity: .7;
}
.ms-grid-item:hover .post-item__link::after {
width: 3em;
}
.ms-grid-item:hover .post-item__link {
padding-right: 4em;
}
.ms-pagination {
width: 100%;
padding: 60px 0;
display: flex;
text-align: center;
justify-content: center;
align-items: center;
}
.page-item {
height: auto;
position: relative;
display: inline-block;
margin: 0 .5em;
border-right: none !important;
}
.page-item:last-child {
border-right: solid 1px rgba(0, 0, 0, .1);
}
.page-link {
padding: 1em;
display: block;
line-height: 1em;
} .about__img img{
width: 100%;
max-width: 100%;
padding-right: 50px;
}
.about__info {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.about__info h4 {
margin-bottom: 15px;
}
.about__role {
font-style: italic;
margin-bottom: 30px;
padding-left: 40px;
position: relative;
color: #df1f29;
}
.about__role::after {
content: '';
width: 30px;
height: 1px;
position: absolute;
background: #df1f29;
left: 0;
top: calc(50% - 1px);
}
.about__clients h3 {
text-align: center;
}
.clients-list {
padding: 0;
text-align: center;
justify-content: center;
}
.clients-list li {
list-style: none;
}
.clients-list li img {
max-width: 100px;
opacity: .6 !important;
transition: opacity .3s ease;
}
.clients-list li:hover img {
opacity: 1 !important;
} .contact-block {
margin-bottom: 6em;
}
.contact-block p {
margin: 0;
}
.ms-contact-data {
margin-bottom: 20px;
}
.ms-contact-data .h6 {
margin-bottom: 1em;
}
.ms-contact-data .socials a {
margin-top: .3em;
padding-right: .7em;
line-height: 1.5;
}
.wpcf7 {
width: 100%;
}
.ms-contact__form-area h6 {
margin-left: -15px;
}
.ms-contact-form {
margin-top: 28px;
}
.form-group {
padding-left: 0;
padding-right: 20px;
float: left;
margin: 0;
-webkit-transition: border-color .3s ease;
-o-transition: border-color .3s ease;
transition: border-color .3s ease;
}
.form-control,
.wpcf7-form-control {
position: relative;
display: block;
width: 100%;
padding: 0 1em;
height: 34px;
font-size: calc(16px + 2 * (100vw - 992px) / 1508);
color: #151515;
font-weight: 300;
margin-bottom: 20px;
background-image: none;
border: 1px solid;
border-color: #555;
}
#message {
min-height: 150px;
max-height: 150px;
max-width: 100%;
min-width: 100%;
padding: 10px 14px;
}
div.wpcf7-validation-errors {
position: absolute;
bottom: -2.4em;
border: 0;
margin: 0;
}
.wpcf7-response-output {
border: none;
margin: 0;
padding: 0.2em 1em;
}
.wpcf7-validation-errors {
font-style: italic;
font-size: 16px;
color: #df1f29;
}
.wpcf7-validation-errors::before {
content: '* '
}
.wpcf7-form-control-wrap {
display: block;
}
span.wpcf7-not-valid-tip {
position: absolute;
bottom: -1.8em;
font-size: 13px;
color: #df1f29;
}
.wpcf7 .ajax-loader {
position: absolute;
right: -28px;
top: 8px;
} .ms-comments-area {
margin-top: 50px;
display: inline-block;
width: 100%;
}
.ms-comments {
margin-right: -20px;
}
.ms-comments-area ul {
list-style: none;
}
.ms-comment-list {
margin-bottom: 60px;
padding-left: 0;
}
.ms-comment-list .comment {
margin: 10px 0px 10px 40px;
padding: 4px;
border: 1px solid rgba(21, 21, 21, .2);
}
.post.pingback {
border-bottom: 1px solid rgba(21, 21, 21, .2);
}
.post.pingback:not(:first-child) {
margin-top: 20px;
}
.ms-comment-body {
padding-left: 0px;
position: relative;
}
.ms-comment-body li {
position: relative;
}
.ms-comments-title {
margin-top: 0;
margin-bottom: 20px;
text-transform: capitalize;
}
.logged-in-as,
.comment-notes {
margin: 0 15px 20px 0;
font-size: initial;
}
.avatar {
width: 64px;
height: 64px;
position: absolute;
top: 10px;
left: -40px;
}
.ms-author {
display: flex;
margin-top: 0; 
align-items: center;
background: #f6f6f6;
}
.ms-author-name {
margin-left: 45px;
margin-right: 15px;
padding: .5em 0;
text-transform: capitalize;
font-size: 16px;
}
.pingback.ms-author-name {
margin-left: 0;
margin-right: 0;
color: inherit;
font-size: inherit;
}
.pingback.ms-author-name a {
color: inherit;
}
.pingback .ms-commentcontent {
padding: 15px 0;
}
.ms-comment-time {
margin-left: auto;
margin-right: 10px;
padding: .6em 0;
color: #999;
font-size: 14px;
}
.ms-commentcontent {
padding: 0px 55px 0px 45px;
}
.ms-commentcontent p {
margin: 0;
font-size: 16px;
}
.ms-comment-footer {
display: flex;
}
.ms-comment-reply {
display: flex;
padding: .5em 0;
font-size: 14px;
}
.ms-comment-reply a {
margin-right: 10px;
margin-left: auto;
}
.ms-comments-area .children {
margin-left: 3em;
}
.ms-comments-area .children > li {
margin-bottom: 18px;
}
.ms-reply-title {
margin: 0 0 5px;
}
#cancel-comment-reply-link {
font-size: 16px;
text-transform: initial;
}
#ms-comment {
min-height: 150px;
min-width: 100%;
padding: 10px 14px;
} .ms-footer {
position:absolute;
bottom:0;
opacity: 0;
width: 100%;
height: 50px;
}
.ms-footer__inner {
width: 100%;
max-width: 1230px;
width: 100%;
margin: 0 auto;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.ms-footer__inner .copyright {
margin-left: 0;
margin-right: auto;
}
.ms-footer__inner .socials {
padding: 0;
margin-left: auto;
margin-right: 0;
}
.ms-footer__inner .socials a {
padding-left: 15px;
} @media only screen and (max-width: 1445px) {
.ms-nav {
max-width: 1230px;
margin: 0 auto;
padding: 2em 0px 1em;
}
.navbar-white .ms-nav {
max-width: 100%;
padding: 1em 3em;
}
.edit-full-slider {
left: 48%;
}
}
@media only screen and (max-width: 1032px) {
.ms-section__block {
padding: 15px;
}
.ms-posts.ms-ajax-content {
margin-left: -15px;
margin-right: -15px;
}
.ms-post-item {
padding: 0 15px 3em;
}
}
@media only screen and (max-width: 805px) {
body {
position: absolute;
top: 0;
width: 100%;
}
h1.h1 {
font-size: calc(48px + 1vw);
}
h6.h6 {
font-size: 16px;
}
p {
font-size: 1em;
}
blockquote {
margin: 0 auto 15px;
font-size: 1em;
}
.admin-bar .ms-header {
position: absolute;
top: 35px;
padding: 0;
left: 0;
padding: 10px;
}
.admin-bar .ms-header .ms-nav {
padding: 15px 0;
}
.ms-main-container {
padding-top: 4em;
}
.expanded-timeline {
width: 50vh;
}
.ms-nav {
padding: 15px 4px;
}
.ms-navbar .ms-btn {
font-size: 1.4em;
}
.navbar-white .ms-nav {
max-width: 100%;
padding: 15px 0;
}
.ms-navbar {
width: 100%;
max-width: 100%;
text-align: center;
}
.ms-navbar > .ms-nav-item {
white-space: normal;
max-width: 80%;
margin: 0 auto;
}
.nav-item__label {
display: none;
}
.ms-ms-nav {
padding-left: 15px;
padding-right: 15px;
padding-bottom: 1.4em;
}
.ms-menu-section .nav-item__btn {
font-size: 1.5em;
}
.ms-menu-section {
padding: 40px 0;
height: 90%;
}
.overlay {
background: -webkit-linear-gradient(top, black 0, transparent 35%, transparent 45%, rgba(0, 0, 0, 0.9) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, black), color-stop(35%, transparent), color-stop(45%, transparent), to(rgba(0, 0, 0, 0.9)));
background: -o-linear-gradient(top, black 0, transparent 35%, transparent 45%, rgba(0, 0, 0, 0.9) 100%);
background: linear-gradient(to bottom, black 0, transparent 35%, transparent 45%, rgba(0, 0, 0, 0.9) 100%);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#c9000000', GradientType=0);
}
.slide-inner--info h1 {
margin: 30px 15px;
}
.swiper-button-prev,
.swiper-button-next {
bottom: 7em;
top: auto;
}
.swiper-button-next,
.swiper-button-next:hover {
padding-right: 2em;
}
.swiper-button-prev,
.swiper-button-prev:hover {
padding-left: 2em;
}
.swiper-button-next::after,
.swiper-button-prev::after,
.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
width: 1em;
}
.expanded-timeline {
display: none;
}
.slide-inner--info {
width: 100%;
max-width: 100%;
text-align: center;
min-height: 50px;
bottom: 5em;
padding-left: 0;
color: #fff;
z-index: 1;
opacity: 0;
-webkit-transition: opacity 1s ease;
-o-transition: opacity 1s ease;
transition: opacity 1s ease;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ms-btn--slider {
margin: 0 auto;
display: inline-block;
letter-spacing: .15em;
background: #df1f29;
color: #fff;
font-size: 14px;
line-height: 2.4;
padding: 0 15px;
}
.ms-btn--slider::before {
content: '';
display: none;
width: 0;
}
.ms-container {
padding-top: 4em;
}
.ms-container.home-slider {
padding-bottom: 0 !important;
}
.ms-section__block {
width: auto;
margin: 0 0 3em;
}
.page-desc {
width: 100%;
font-size: 75%;
line-height: 1.5;
color: #151515;
letter-spacing: .05em;
}
.ms-contact-data h6 {
margin-top: 0;
}
.ms-contact__form-area h6 {
margin: 0;
}
.form-group {
padding-left: 15px;
}
.ms-footer__inner .copyright {
margin-left: auto;
font-size: 85%;
}
.ms-footer__inner .socials {
display: none;
}
.ms-right-sidebar {
padding: 0;
margin-top: 3em;
margin-left: 0;
margin-right: 0;
}
.ms-right-sidebar aside {
padding-right: 0;
padding-left: 0;
}
.ms-post-item {
padding: 0 0 15px;
}
.ms-posts .ms-grid-item {
margin-bottom: 20px
}
.post-details li {
align-self: auto;
margin: 0 8px 0 0;
}
.ms-blogpage-image {
height: 250px;
}
.ms-post-date {
margin: -50px 8px 0px 0px;
}
.ms-pagination {
padding: 20px 0;
}
.ms-comments-area .children {
margin-left: 1em;
} .ms-nav-item:active .nav-item__btn,
.ms-nav-item:focus .nav-item__btn,
.ms-nav-item:hover .nav-item__btn {
padding-left: 7px;
}
.ms-nav-item:active .nav-item__btn::before,
.ms-nav-item:focus .nav-item__btn::before,
.ms-nav-item:hover .nav-item__btn::before {
width: 0;
}
}
@media only screen and (max-width: 766px) {
.ms-logo__default .h4 {
font-weight: 400;
}
.page-header {
max-width: 100%;
}
.slide-inner--info h1 {
font-size: 48px;
}
.about__img img {
padding-right: 0;
}
.about__info {
margin-top: 30px;
}
.about__info h4 {
font-size: 24px;
text-align: center;
}
.about__role {
margin-bottom: 30px;
margin-left: auto;
margin-right: auto;
padding-left: 0;
}
.about__role::after {
display: none;
}
.about__clients {
margin-top: 15px;
}
.single-post-desc {
align-items: inherit;
}
.ms-comment-time {
margin-left: 45px;
margin-right: auto;
font-size: 13px;
}
.ms-author {
flex-direction: column;
align-items: normal;
}
.ms-author-name {
padding: .5em 0 0;
}
.ms-comments-area .children {
padding-left: 0;
margin-left: 0;
}
.ms-commentcontent {
padding: 20px 10px 10px 10px;
}
.ms-single-post__nav .post-title,
.ms-single-post__nav .post-title {
font-size: 16px;
line-height: 1.2;
}
.edit-full-slider {
left: 40%;
}
#gallery {
margin-bottom: 0;
}
} .alignnone {
margin: 5px 20px 20px 0;
}
.textwidget select {
width: 100%;
margin-left: 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.rssSummary {
line-height: 1.5;
font-weight: 300;
margin-bottom: 0.5em;
}
.alignright {
float:right;
margin: 5px 0 1em 40px;
}
.alignleft {
float: left;
margin: 5px 40px 20px 0;
}
.alignfull {
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
}
.wp-block-gallery.alignfull,
.has-background-dim.alignfull {
width: calc(100vw - 10px);
}
.wp-block-image.alignfull img {
width: 100vw;
max-width: 100vw;
}
figure.wp-block-image.alignwide {
margin: 0;
} p::after {
content: '';
clear: both;
}
a img.alignright {
float: right;
margin: 5px 0 1em 40px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 40px 1em 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
max-width: 100%;
padding: 5px 3px 10px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption p.wp-caption-text {
font-size: 12px;
line-height: 17px;
font-weight: 400;
margin: 0;
padding: 0 4px 5px;
} .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
.gallery-caption,
.bypostauthor,
.sticky {
visibility: visible;
}
.edit-link {
display: flex;
}
.grid-sizer {
display: none;
}
.ms-grid-item .edit-link {
display: inline-block;
margin-bottom: 4px;
}
.edit-link a {
text-transform: uppercase;
font-size: 14px;
color: #1c74c8;
letter-spacing: 1px;
}
.edit-link:hover {
text-decoration: underline;
}
.edit-link a .dashicons, .dashicons-before:before {
margin-right: 0;
}
#accordion-panel-nav_menus h3.accordion-section-title::before {
content: "\f107";
font-family: dashicons;
padding: 3px;
}