@charset "UTF-8";
:root{--gkt-pro-tooltip-button__border: 1px dashed #a5a5a5;--gkt-pro-tooltip__font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;--gkt-pro-tooltip__padding-v: 0.8em;--gkt-pro-tooltip__padding-h: 1em;--gkt-pro-tooltip__border-radius: 0.4em;--gkt-pro-tooltip__background-color: rgba(16, 16, 16, 95%);--gkt-pro-tooltip__color: #fff;--gkt-pro-tooltip__font-size: 0.9em;--gkt-pro-tooltip__arrow-size: 0.4em;--gkt-pro-tooltip__show-move: 5px;--gkt-pro-tooltip__z-index: 31;--gkt-pro-tooltip__transition-duration: var(--gkt-transition-duration);--gkt-pro-tooltip__transition-easing: var(--gkt-transition-easing)}.ghostkit-pro-tooltip[aria-label]{cursor:pointer;border-bottom:var(--gkt-pro-tooltip-button__border)}.ghostkit-pro-tooltip-popper-wrap{position:absolute;top:-9999px;left:-9999px;z-index:var(--gkt-pro-tooltip__z-index)}.ghostkit-pro-tooltip-popper{max-width:400px;padding:var(--gkt-pro-tooltip__padding-v) var(--gkt-pro-tooltip__padding-h);font-family:var(--gkt-pro-tooltip__font-family);font-size:var(--gkt-pro-tooltip__font-size);font-style:normal;font-weight:400;color:var(--gkt-pro-tooltip__color);text-indent:0;text-shadow:none;word-break:break-word;white-space:pre-line;pointer-events:none;background-color:var(--gkt-pro-tooltip__background-color);border-radius:var(--gkt-pro-tooltip__border-radius);opacity:0;transition-property:opacity,transform}.ghostkit-pro-tooltip-popper [data-popper-arrow]{width:0;height:0;border:var(--gkt-pro-tooltip__arrow-size) solid rgba(0,0,0,0)}[data-popper-placement^=top] .ghostkit-pro-tooltip-popper [data-popper-arrow]{bottom:calc(-2*var(--gkt-pro-tooltip__arrow-size));border-top-color:var(--gkt-pro-tooltip__background-color)}[data-popper-placement^=bottom] .ghostkit-pro-tooltip-popper [data-popper-arrow]{top:calc(-2*var(--gkt-pro-tooltip__arrow-size));border-bottom-color:var(--gkt-pro-tooltip__background-color)}[data-popper-placement^=left] .ghostkit-pro-tooltip-popper [data-popper-arrow]{right:calc(-2*var(--gkt-pro-tooltip__arrow-size));border-left-color:var(--gkt-pro-tooltip__background-color)}[data-popper-placement^=right] .ghostkit-pro-tooltip-popper [data-popper-arrow]{left:calc(-2*var(--gkt-pro-tooltip__arrow-size));border-right-color:var(--gkt-pro-tooltip__background-color)}[data-popper-placement^=top] .ghostkit-pro-tooltip-popper{transform:translate(0, calc(-1 * var(--gkt-pro-tooltip__show-move)))}[data-popper-placement^=bottom] .ghostkit-pro-tooltip-popper{transform:translate(0, var(--gkt-pro-tooltip__show-move))}[data-popper-placement^=left] .ghostkit-pro-tooltip-popper{transform:translate(calc(-1 * var(--gkt-pro-tooltip__show-move)), 0)}[data-popper-placement^=right] .ghostkit-pro-tooltip-popper{transform:translateX(calc(1 * var(--gkt-pro-tooltip__show-move))) translateY(0)}.ghostkit-pro-tooltip-popper-show .ghostkit-pro-tooltip-popper{opacity:1;transform:translate(0, 0)}.ghostkit-button{--gkt-pro-button__background-image: var(--gkt-button__background-color);--gkt-pro-button-hover__background-image: var(--gkt-button-hover__background-color)}.ghostkit-button.ghostkit-pro-bg-gradient{position:relative;z-index:1;background-image:var(--gkt-pro-button__background-image)}.ghostkit-button.ghostkit-pro-bg-gradient::before{position:absolute;top:calc(-1*var(--gkt-button__border-width));right:calc(-1*var(--gkt-button__border-width));bottom:calc(-1*var(--gkt-button__border-width));left:calc(-1*var(--gkt-button__border-width));z-index:-1;display:block;content:"";background-color:var(--gkt-button-hover__background-color);background-image:var(--gkt-pro-button-hover__background-image);background-clip:padding-box;border:var(--gkt-button__border-width) solid rgba(0,0,0,0);border-radius:var(--gkt-button__border-radius);opacity:0;transition:var(--gkt-button__transition-duration) opacity var(--gkt-button__transition-easing)}.ghostkit-button.ghostkit-pro-bg-gradient:hover::before,.ghostkit-button.ghostkit-pro-bg-gradient:focus::before,.ghostkit-button.ghostkit-pro-bg-gradient:active::before{opacity:1}.ghostkit-progress{--gkt-pro-progress--bar__background-image: var(--gkt-progress--bar__background-color);--gkt-pro-progress--bar-hover__background-image: var(--gkt-progress--bar__background-color);--gkt-pro-progress__background-image: var(--gkt-progress__background-color);--gkt-pro-progress-hover__background-image: var(--gkt-progress__background-color)}.ghostkit-progress.ghostkit-pro-bg-gradient .ghostkit-progress-wrap,.ghostkit-progress.ghostkit-pro-bg-gradient .ghostkit-progress-wrap .ghostkit-progress-bar{position:relative;z-index:1}.ghostkit-progress.ghostkit-pro-bg-gradient .ghostkit-progress-wrap::before,.ghostkit-progress.ghostkit-pro-bg-gradient .ghostkit-progress-wrap .ghostkit-progress-bar::before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;display:block;content:"";background-clip:padding-box;opacity:0;transition:var(--gkt-progress__transition-duration) opacity var(--gkt-progress__transition-easing)}.ghostkit-progress.ghostkit-pro-bg-gradient.ghostkit-progress:hover .ghostkit-progress-wrap::before,.ghostkit-progress.ghostkit-pro-bg-gradient.ghostkit-progress:hover .ghostkit-progress-wrap .ghostkit-progress-bar::before{opacity:1}.ghostkit-progress.ghostkit-pro-bg-gradient .ghostkit-progress-wrap{background-image:var(--gkt-pro-progress__background-image)}.ghostkit-progress.ghostkit-pro-bg-gradient .ghostkit-progress-wrap::before{background-image:var(--gkt-pro-progress-hover__background-image)}.ghostkit-progress.ghostkit-pro-bg-gradient .ghostkit-progress-wrap .ghostkit-progress-bar{background-image:var(--gkt-pro-progress--bar__background-image)}.ghostkit-progress.ghostkit-pro-bg-gradient .ghostkit-progress-wrap .ghostkit-progress-bar::before{background-image:var(--gkt-pro-progress--bar-hover__background-image)}.ghostkit-progress.ghostkit-pro-bg-gradient .ghostkit-progress-wrap.ghostkit-progress-bar-striped .ghostkit-progress-bar{background-image:var(--gkt-progress--bar-striped__background-image),var(--gkt-pro-progress--bar__background-image);background-size:var(--gkt-progress--bar-striped__background-size),100%}.ghostkit-progress.ghostkit-pro-bg-gradient .ghostkit-progress-wrap.ghostkit-progress-bar-striped .ghostkit-progress-bar::before{background-image:var(--gkt-progress--bar-striped__background-image),var(--gkt-pro-progress--bar-hover__background-image);background-size:var(--gkt-progress--bar-striped__background-size),100%}@supports(-webkit-background-clip: text){.ghostkit-counter-box{--gkt-pro-counter-box--number__image: var(--gkt-counter-box--number__color)}.ghostkit-counter-box.ghostkit-pro-text-gradient>.ghostkit-counter-box-number .ghostkit-counter-box-number-wrap{background-color:var(--gkt-counter-box--number__color);background-image:var(--gkt-pro-counter-box--number__image)}.ghostkit-counter-box.ghostkit-pro-text-gradient>.ghostkit-counter-box-number .ghostkit-counter-box-number-wrap,.ghostkit-counter-box.ghostkit-pro-text-gradient>.ghostkit-counter-box-number .editor-rich-text__tinymce{background-color:currentcolor;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}@supports(-webkit-background-clip: text){.ghostkit-icon-box{--gkt-pro-icon-box--icon__image: var(--gkt-icon-box--icon__color)}.ghostkit-icon-box.ghostkit-pro-text-gradient>.ghostkit-icon-box-icon>span{background-color:currentcolor;background-image:var(--gkt-icon-box--icon__color);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.ghostkit-pro-gradient-mask{position:absolute;left:-9999px;visibility:hidden}.ghostkit-pro-grid-fullheight>.ghostkit-grid-inner{min-height:100vh}body.admin-bar .ghostkit-pro-grid-fullheight>.ghostkit-grid-inner{min-height:calc(100vh - 32px)}@media screen and (max-width: 782px){body.admin-bar .ghostkit-pro-grid-fullheight>.ghostkit-grid-inner{min-height:calc(100vh - 42px)}}@media screen and (max-width: 600px){body.admin-bar .ghostkit-pro-grid-fullheight>.ghostkit-grid-inner{min-height:100vh}}.ghostkit-svg-icon-octicon{fill:currentcolor}.spu-box,
.spu-box *{
box-sizing: border-box;
}
.wppopups-whole{
position: relative;
width: 100%;
left: 0;
top: 0;
z-index: 999998;
display: flex;
align-items: center;
justify-content: center;
}
.spu-bg{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: none;
z-index: 99999;
}
.spu-box:before,
.spu-box:after {
content:"";
display:table;
}
.spu-box:after {
clear:both;
}
.spu-box {
zoom:1;
}
.spu-box {
position:fixed;
z-index: 999999;
width: 100%;
max-height: 100vh;
}
.spu-box img{
max-width: 100%;
height: auto;
}
.spu-box img.aligncenter {
clear: both;
display: block;
margin: 0 auto;
} .spu-box.spu-position-top-left{
top: 0; left: 0; bottom: auto; right: auto;
}
.spu-box.spu-position-top-right{
top: 0; right: 0; bottom: auto; left: auto;
}
.spu-box.spu-position-top-center{
top: 0; right: auto; bottom: auto; left: auto;
}
.spu-box.spu-position-bottom-left{
bottom: 0; left: 0; top: auto; right: auto;
}
.spu-box.spu-position-bottom-right{
bottom: 0; right: 0; top: auto; left: auto;
}
.spu-box.spu-position-bottom-center{
top: auto; right: auto; bottom: 0; left: auto;
}
.spu-box.spu-position-top-bar,
.spu-box.spu-position-bottom-bar{
margin: 0;
width: 100% !important;
max-width: 100% !important;
position: fixed;
}
.spu-box.spu-position-top-bar{
top: 0;
}
.spu-box.spu-position-bottom-bar{
bottom: 0;
}
.spu-box.spu-position-bottom-bar .spu-content .spu-fields-container,
.spu-box.spu-position-top-bar .spu-content .spu-fields-container{
padding: 0;
}
.spu-box.spu-position-bottom-bar .spu-content,
.spu-box.spu-position-top-bar .spu-content {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100% !important;
}
.spu-box.spu-position-bottom-bar .spu-content > *,
.spu-box.spu-position-top-bar .spu-content > *{
margin-left: 20px;
margin-bottom: 0;
}
.spu-box.spu-position-bottom-bar .spu-content .spu-optin-form,
.spu-box.spu-position-top-bar .spu-content label.spu-fields.spu-gdpr,
.spu-box.spu-position-bottom-bar .spu-content label.spu-fields.spu-gdpr,
.spu-box.spu-position-top-bar .spu-content .spu-optin-form {
display: inline-flex;
margin-bottom: 0;
}
.spu-box.spu-position-top-bar .spu-content .spu-optin-fields,
.spu-box.spu-position-bottom-bar .spu-content .spu-optin-fields,
.spu-box.spu-position-top-bar .spu-content label.spu-fields.spu-gdpr,
.spu-box.spu-position-bottom-bar .spu-content label.spu-fields.spu-gdpr{
margin-bottom: 0;
}
.spu-box.spu-position-bottom-bar .spu-content label.spu-fields.spu-gdpr ,
.spu-box.spu-position-top-bar .spu-content label.spu-fields.spu-gdpr {
margin-left: 20px;
margin-bottom: 0;
}
.spu-box.spu-position-bottom-bar .spu-content .spu-optin-fields .spu-fields ,
.spu-box.spu-position-top-bar .spu-content .spu-optin-fields .spu-fields {
min-width: 250px;
}
.spu-box.spu-position-bottom-bar .spu-content button.spu-fields.spu-submit ,
.spu-box.spu-position-top-bar .spu-content button.spu-fields.spu-submit {
width: 120px;
margin-left: 20px;
} .spu-close{
position:absolute;
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
line-height: .5;
text-decoration: none;
cursor: pointer;
z-index: 9999;
}
html .spu-box a.spu-close {
text-decoration: none;
}
.spu-close-top_right{
right:8px;
top:5px;
}
.spu-close-top_left{
left:8px;
top:5px;
}
.spu-close-bottom_right{
right:8px;
bottom:5px;
}
.spu-close-bottom_left{
left:8px;
bottom:5px;
}
.spu-close:hover,
.spu-close:focus {
text-decoration: none;
display: block;
} p.spu-powered {
position: absolute;
bottom: -55px;
width: 100%;
text-align: center;
color: #fff;
left: 0px;
}
p.spu-powered a{
color: #ccc;
text-decoration: underline;
}
.spu-box.spu-scrollable p.spu-powered {
display: none;
} .spu-addon-container {
text-align: center;
margin: 36px 32px 44px;
}
.spu-addon-container:after {
clear: both;
content: " ";
display: table;
}
.spu-addon-title {
font-size: 24px;
}
.spu-addon-msg {
font-size: 17px;
}
.spu-input-text {
background-color: #fff;
width: 49%;
height: 44px;
border: 1px solid #cdd1d4;
-webkit-box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
-moz-box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
border-radius: 3px;
font-size: 18px;
line-height: 38px;
padding: 4px 6px;
overflow: hidden;
outline: none;
margin: 0;
vertical-align: middle;
}
.spu-button {
display: block;
-webkit-box-shadow: 0 1px 1px -1px #fff inset;
-moz-box-shadow: 0 1px 1px -1px #fff inset;
box-shadow: 0 1px 1px -1px #fff inset;
-webkit-text-shadow: #888 -0 0 1px;
-moz-text-shadow: #888 -0 0 1px;
text-shadow: #888 0 0 1px;
font-size: 15px;
padding: 10px 12px;
line-height: 24px;
text-align: center;
vertical-align: middle;
cursor: pointer;
text-decoration: none;
margin: 0;
height: auto;
width: 35%;
border: 0;  
}
.spu-button-bg {
width: 100% !important;
}
.spu-inline {
display: inline-block !important;
}
.spu-errors {
color: red;
text-align: center;
margin-top: 20px;
} .spu-optin-form .spu-helper-fields{
display: none;
}
.spu-fields-container{
padding: 36px 32px 44px;
position: relative;
}
.spu-fields.spu-name,
.spu-fields.spu-email{
background-color: #fff;
width: 100%;
height: 48px;
border: 1px solid #cdd1d4;
-webkit-box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
-moz-box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
border-radius: 3px;
font-size: 18px;
line-height: 38px;
padding: 4px 6px;
overflow: hidden;
outline: none;
margin: 0 0 20px 0;
vertical-align: middle;
display: block;
}
.spu-fields.spu-submit{
background: #50bbe8;
border: 1px solid #429bc0;
-webkit-box-shadow: 0 1px 1px -1px #fff inset;
-moz-box-shadow: 0 1px 1px -1px #fff inset;
box-shadow: 0 1px 1px -1px #fff inset;
-webkit-text-shadow: #888 -0 0 1px;
-moz-text-shadow: #888 -0 0 1px;
text-shadow: #888 -0 0 1px;
width: 24%;
color: #fff;
font-size: 16px;
padding: 10px 6px;
line-height: 24px;
text-align: center;
vertical-align: middle;
cursor: pointer;
display: inline;
margin: 0;
height: auto;
}
.spu-fields.spu-submit i{
display: none;
}
.spu-optin-fields {
display: block;
}
.spu-optin-fields.spu-inline-fields {
display: flex;
margin-bottom: 20px;
}
.spu-optin-fields.spu-inline-fields .spu-fields{
margin-bottom: 0px;
}
.spu-optin-fields.spu-inline-fields .spu-fields.spu-name {
margin-right: 20px;
}
.spu-fields.spu-email{
margin-right: 0;
}
.spu-fields.spu-submit {
width: 100%;
max-width: 100%;
}
.spu-fields.spu-submit span{
transition: all 1s;
opacity:1;
}
.spu-fields.spu-submit svg{
display:none;
margin:0 auto;
transition: all 1s;
}
.spu-fields.spu-submit svg path,
.spu-fields.spu-submit svg rect{
fill: #fff;
}
.spu-fields.spu-submit.spu-sending span{
display: none;
opacity: 0;
}
.spu-fields.spu-submit.spu-sending svg{
display: block;
opacity: 1;
}
.optin-errors {
color: red;
text-align: center;
margin-top: 20px;
} span.spu-timer {
position: absolute;
bottom: 0px;
left: 0px;
font-size: 12px;
position: absolute;
width: 100%;
text-align: right;
padding: 0 10px;
}
@media all and (max-width: 568px){
.spu-box{
max-width: 90vw !important;
}
.spu-box.spu-position-fullscreen,
.spu-box.spu-position-top-bar,
.spu-box.spu-position-bottom-bar{
max-width: 100vw !important;
}
.spu-box.spu-position-bottom-bar .spu-content,
.spu-box.spu-position-top-bar .spu-content {
flex-flow: column;
}
.pop-up-text2{
margin-bottom: 25px !important;
}
}:where(:root) {
--gkt-blocks-margin-bottom: 28px;
}
:where(
.ghostkit-progress,
.ghostkit-button-wrapper,
.ghostkit-icon-box,
.ghostkit-image-compare,
.ghostkit-tabs,
.ghostkit-accordion,
.ghostkit-countdown,
.ghostkit-counter-box,
.ghostkit-alert,
.ghostkit-carousel,
.ghostkit-video,
.ghostkit-testimonial,
.ghostkit-gist,
.ghostkit-google-maps,
.ghostkit-changelog,
.ghostkit-pricing-table,
.ghostkit-widgetized-area,
.ghostkit-instagram,
.ghostkit-twitter,
.ghostkit-toc,
.ghostkit-form,
.ghostkit-form-field,
.ghostkit-form-submit-button
) {
margin-bottom: var(--gkt-blocks-margin-bottom);
}:root{--gkt-color-brand:#2e1645;--gkt-color-dark-gray:#32373c;--gkt-color-light-gray:#f3f4f5;--gkt-color-light-gray-darken:#d7dbde;--gkt-color-primary:#0366d6;--gkt-color-success:#4ab866;--gkt-color-danger:#d94f4f;--gkt-color-warning:#f0b849;--gkt-color-info:#2ebef5;--gkt-border-radius:5px;--gkt-transition-duration:0.2s;--gkt-transition-easing:ease-in-out}svg.ghostkit-svg-icon{display:inline-block;font-size:inherit;height:1em;overflow:visible;vertical-align:-.125em;width:1em}.ghostkit-icon-spinner,.ghostkit-video-spinner{--gkt-icon-spinner__color:currentcolor;--gkt-icon-spinner__size:20px;--gkt-icon-spinner__border-size:2px;--gkt-icon-spinner__speed:0.3s;--gkt-icon-spinner--background__color:var(--gkt-icon-spinner__color);--gkt-icon-spinner--background__opacity:0.3;animation:ghostkit-icon-spinner var(--gkt-icon-spinner__speed) infinite linear;border:var(--gkt-icon-spinner__border-size) solid transparent;border-left:var(--gkt-icon-spinner__border-size) solid var(--gkt-icon-spinner__color);border-radius:50%;box-sizing:border-box;display:block;height:var(--gkt-icon-spinner__size);position:relative;text-indent:-9999em;width:var(--gkt-icon-spinner__size)}.ghostkit-icon-spinner:after,.ghostkit-video-spinner:after{border:var(--gkt-icon-spinner__border-size) solid var(--gkt-icon-spinner--background__color);border-radius:50%;bottom:calc(var(--gkt-icon-spinner__border-size)*-1);content:"";display:block;left:calc(var(--gkt-icon-spinner__border-size)*-1);opacity:var(--gkt-icon-spinner--background__opacity);position:absolute;right:calc(var(--gkt-icon-spinner__border-size)*-1);top:calc(var(--gkt-icon-spinner__border-size)*-1)}@keyframes ghostkit-icon-spinner{to{transform:rotate(1turn)}}.ghostkit-badge{--gkt-badge__padding-v:0.35em;--gkt-badge__padding-h:0.6em;--gkt-badge__font-size:0.75em;--gkt-badge__font-weight:600;--gkt-badge__line-height:1;--gkt-badge__border-radius:1em;--gkt-badge__text-color:#fff;--gkt-badge-default__color:var(--gkt-color-dark-gray);--gkt-badge-brand__color:var(--gkt-color-brand);--gkt-badge-primary__color:var(--gkt-color-primary);--gkt-badge-success__color:var(--gkt-color-success);--gkt-badge-danger__color:var(--gkt-color-danger);--gkt-badge-warning__color:var(--gkt-color-warning);--gkt-badge-info__color:var(--gkt-color-info);background-color:var(--gkt-badge-default__color);border:0 solid var(--gkt-badge-default__color);border-radius:var(--gkt-badge__border-radius);color:var(--gkt-badge__text-color);display:inline-block;font-size:var(--gkt-badge__font-size);font-weight:var(--gkt-badge__font-weight);line-height:var(--gkt-badge__line-height);padding:var(--gkt-badge__padding-v) var(--gkt-badge__padding-h);text-align:center;vertical-align:middle;white-space:nowrap}.ghostkit-badge-brand{background-color:var(--gkt-badge-brand__color);border-color:var(--gkt-badge-brand__color)}.ghostkit-badge-primary{background-color:var(--gkt-badge-primary__color);border-color:var(--gkt-badge-primary__color)}.ghostkit-badge-success{background-color:var(--gkt-badge-success__color);border-color:var(--gkt-badge-success__color)}.ghostkit-badge-danger{background-color:var(--gkt-badge-danger__color);border-color:var(--gkt-badge-danger__color)}.ghostkit-badge-warning{background-color:var(--gkt-badge-warning__color);border-color:var(--gkt-badge-warning__color)}.ghostkit-badge-info{background-color:var(--gkt-badge-info__color);border-color:var(--gkt-badge-info__color)}.ghostkit-text-uppercase{text-transform:uppercase}.ghostkit-has-transform{transform:perspective(var(--gkt-transform-perspective,none)) translateX(var(--gkt-transform-x,0)) translateY(var(--gkt-transform-y,0)) scale(var(--gkt-transform-scale,1)) rotate(var(--gkt-transform-rotate,0deg)) rotateX(var(--gkt-transform-rotate-x,0deg)) rotateY(var(--gkt-transform-rotate-y,0deg)) rotate(var(--gkt-transform-rotate-z,0deg)) skewX(var(--gkt-transform-skew-x,0deg)) skewY(var(--gkt-transform-skew-y,0deg));transform-origin:var(--gkt-transform-origin,50% 50%)}.ghostkit-d-none{display:none!important}.ghostkit-d-block{display:block!important}@media(max-width:1200px){.ghostkit-d-xl-none{display:none!important}.ghostkit-d-xl-block{display:block!important}}@media(max-width:992px){.ghostkit-d-lg-none{display:none!important}.ghostkit-d-lg-block{display:block!important}}@media(max-width:768px){.ghostkit-d-md-none{display:none!important}.ghostkit-d-md-block{display:block!important}}@media(max-width:576px){.ghostkit-d-sm-none{display:none!important}.ghostkit-d-sm-block{display:block!important}}.is-style-numbered{--gkt-numbered-headings__margin-right:0.4em;--gkt-numbered-headings--h2-number__width:1.6em;--gkt-numbered-headings--h2-number__height:1.6em;--gkt-numbered-headings--h2-number__line-height:1;--gkt-numbered-headings--h2-number__color:#fff;--gkt-numbered-headings--h2-number__background-color:var(--gkt-color-dark-gray);--gkt-numbered-headings--h2-number__border-radius:50%}.is-style-numbered:before{margin:0;margin-right:var(--gkt-numbered-headings__margin-right)}h2.is-style-numbered:before{align-items:center;background-color:var(--gkt-numbered-headings--h2-number__background-color);border-radius:var(--gkt-numbered-headings--h2-number__border-radius);color:var(--gkt-numbered-headings--h2-number__color);display:inline-flex;height:var(--gkt-numbered-headings--h2-number__height);justify-content:center;line-height:var(--gkt-numbered-headings--h2-number__line-height);width:var(--gkt-numbered-headings--h2-number__width)}.entry-content{counter-reset:h2}h2.is-style-numbered{counter-increment:h2;counter-reset:h3}h2.is-style-numbered:before{content:counter(h2)}h3.is-style-numbered{counter-increment:h3;counter-reset:h4}h3.is-style-numbered:before{content:counter(h3)}h2.is-style-numbered~h3.is-style-numbered:before{content:counter(h2) "." counter(h3)}h4.is-style-numbered{counter-increment:h4;counter-reset:h5}h4.is-style-numbered:before{content:counter(h4)}h3.is-style-numbered~h4.is-style-numbered:before{content:counter(h3) "." counter(h4)}h2.is-style-numbered~h3.is-style-numbered~h4.is-style-numbered:before{content:counter(h2) "." counter(h3) "." counter(h4)}h5.is-style-numbered{counter-increment:h5;counter-reset:h6}h5.is-style-numbered:before{content:counter(h5)}h4.is-style-numbered~h5.is-style-numbered:before{content:counter(h4) "." counter(h5)}h3.is-style-numbered~h4.is-style-numbered~h5.is-style-numbered:before{content:counter(h3) "." counter(h4) "." counter(h5)}h2.is-style-numbered~h3.is-style-numbered~h4.is-style-numbered~h5.is-style-numbered:before{content:counter(h2) "." counter(h3) "." counter(h4) "." counter(h5)}h6.is-style-numbered{counter-increment:h6}h6.is-style-numbered:before{content:counter(h6)}h5.is-style-numbered~h6.is-style-numbered:before{content:counter(h5) "." counter(h6)}h4.is-style-numbered~h5.is-style-numbered~h6.is-style-numbered:before{content:counter(h4) "." counter(h5) "." counter(h6)}h3.is-style-numbered~h4.is-style-numbered~h5.is-style-numbered~h6.is-style-numbered:before{content:counter(h3) "." counter(h4) "." counter(h5) "." counter(h6)}h2.is-style-numbered~h3.is-style-numbered~h4.is-style-numbered~h5.is-style-numbered~h6.is-style-numbered:before{content:counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) "." counter(h6)}.is-style-styled{--gkt-styled-lists--items__line-height:1.5;--gkt-styled-lists--items__gap:0.5em;--gkt-styled-lists--inner-lists__padding-v:1em;--gkt-styled-lists--inner-lists__padding-h:0;--gkt-styled-lists-numbered__padding-left:2em;--gkt-styled-lists-numbered--decoration__top:0;--gkt-styled-lists-numbered--decoration__left:0;--gkt-styled-lists-numbered--decoration__width:2em;--gkt-styled-lists-numbered--decoration__height:2em;--gkt-styled-lists-numbered--decoration__font-size:0.7em;--gkt-styled-lists-numbered--decoration__font-weight:600;--gkt-styled-lists-numbered--decoration__line-height:1;--gkt-styled-lists-numbered--decoration__color:#fff;--gkt-styled-lists-numbered--decoration__background-color:var(--gkt-color-dark-gray);--gkt-styled-lists-numbered--decoration__border-radius:50%;--gkt-styled-lists-dotted__padding-left:2em;--gkt-styled-lists-dotted--decoration__top:0.65em;--gkt-styled-lists-dotted--decoration__left:0.9em;--gkt-styled-lists-dotted--decoration__width:0.2em;--gkt-styled-lists-dotted--decoration__height:0.2em;--gkt-styled-lists-dotted--decoration__background-color:var(--gkt-color-dark-gray)}.is-style-icon{--gkt-icon-lists--items__line-height:1.5;--gkt-icon-lists--items__padding-left:2em;--gkt-icon-lists--items__gap:0.5em;--gkt-icon-lists--inner-lists__padding-v:1em;--gkt-icon-lists--inner-lists__padding-h:0;--gkt-icon-lists--decoration:url('data:image/svg+xml;utf8,<svg class="ghostkit-svg-icon" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.6724 2.66808C12.5461 2.41207 12.2853 2.25 11.9998 2.25C11.7144 2.25 11.4536 2.41207 11.3273 2.66808L8.56287 8.26941L2.38143 9.16762C2.09892 9.20868 1.86421 9.40656 1.77599 9.67807C1.68777 9.94958 1.76134 10.2476 1.96577 10.4469L6.4387 14.8069L5.38279 20.9634C5.33453 21.2448 5.45019 21.5291 5.68115 21.6969C5.91211 21.8647 6.21831 21.8869 6.471 21.754L11.9998 18.8473L17.5287 21.754C17.7814 21.8869 18.0876 21.8647 18.3185 21.6969C18.5495 21.5291 18.6652 21.2448 18.6169 20.9634L17.561 14.8069L22.0339 10.4469C22.2383 10.2476 22.3119 9.94958 22.2237 9.67807C22.1355 9.40656 21.9008 9.20868 21.6183 9.16762L15.4368 8.26941L12.6724 2.66808Z" fill="currentColor"/></svg>');--gkt-icon-lists--decoration__top:0;--gkt-icon-lists--decoration__left:0;--gkt-icon-lists--decoration__width:1.5em;--gkt-icon-lists--decoration__height:1.5em;--gkt-icon-lists--decoration__color:var(--gkt-color-brand)}.is-style-icon,.is-style-icon ol,.is-style-icon ul,.is-style-none,.is-style-none ol,.is-style-none ul,.is-style-styled,.is-style-styled ol,.is-style-styled ul{list-style:none;padding-left:0}.is-style-icon ol,.is-style-icon ul,.is-style-styled ol,.is-style-styled ul{margin-left:0}.is-style-icon li,.is-style-styled li{list-style:none;margin-left:0}ol.is-style-styled,ul.is-style-styled{line-height:var(--gkt-styled-lists--items__line-height)}ol.is-style-styled li>ol,ol.is-style-styled li>ul,ul.is-style-styled li>ol,ul.is-style-styled li>ul{margin:var(--gkt-styled-lists--inner-lists__padding-v) var(--gkt-styled-lists--inner-lists__padding-h);width:100%}ol.is-style-styled li+li,ul.is-style-styled li+li{margin-top:var(--gkt-styled-lists--items__gap)}.is-style-styled ol,ol.is-style-styled{counter-reset:li}.is-style-styled ol>li,ol.is-style-styled>li{padding-left:var(--gkt-styled-lists-numbered__padding-left);position:relative}.is-style-styled ol>li:before,ol.is-style-styled>li:before{align-items:center;align-self:flex-start;background-color:var(--gkt-styled-lists-numbered--decoration__background-color);border-radius:var(--gkt-styled-lists-numbered--decoration__border-radius);color:var(--gkt-styled-lists-numbered--decoration__color);content:counter(li);counter-increment:li;display:flex;flex:0 0 var(--gkt-styled-lists-numbered--decoration__width);font-size:var(--gkt-styled-lists-numbered--decoration__font-size);font-weight:var(--gkt-styled-lists-numbered--decoration__font-weight);height:var(--gkt-styled-lists-numbered--decoration__height);justify-content:center;left:var(--gkt-styled-lists-numbered--decoration__left);line-height:var(--gkt-styled-lists-numbered--decoration__line-height);position:absolute;top:var(--gkt-styled-lists-numbered--decoration__top);width:var(--gkt-styled-lists-numbered--decoration__width)}.is-style-styled ol[reversed]>li:before,ol.is-style-styled[reversed]>li:before{counter-increment:li -1}.is-style-styled ul>li,ul.is-style-styled>li{padding-left:var(--gkt-styled-lists-dotted__padding-left);position:relative}.is-style-styled ul>li:before,ul.is-style-styled>li:before{background-color:var(--gkt-styled-lists-dotted--decoration__background-color);content:"";height:var(--gkt-styled-lists-dotted--decoration__height);left:var(--gkt-styled-lists-dotted--decoration__left);position:absolute;top:var(--gkt-styled-lists-dotted--decoration__top);width:var(--gkt-styled-lists-dotted--decoration__width)}ol.is-style-icon,ul.is-style-icon{line-height:var(--gkt-icon-lists--items__line-height)}ol.is-style-icon li,ul.is-style-icon li{padding-left:var(--gkt-icon-lists--items__padding-left);position:relative}ol.is-style-icon li:before,ul.is-style-icon li:before{background-color:var(--gkt-icon-lists--decoration__color);content:"";flex:0 0 var(--gkt-icon-lists--decoration__width);height:var(--gkt-icon-lists--decoration__height);left:var(--gkt-icon-lists--decoration__left);-webkit-mask-image:var(--gkt-icon-lists--decoration);mask-image:var(--gkt-icon-lists--decoration);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100%;mask-size:100%;position:absolute;top:var(--gkt-icon-lists--decoration__top);width:var(--gkt-icon-lists--decoration__width)}ol.is-style-icon li>ol,ol.is-style-icon li>ul,ul.is-style-icon li>ol,ul.is-style-icon li>ul{list-style:none;margin:var(--gkt-icon-lists--inner-lists__padding-v) var(--gkt-icon-lists--inner-lists__padding-h);padding-left:0;width:100%}ol.is-style-icon li+li,ul.is-style-icon li+li{margin-top:var(--gkt-icon-lists--items__gap)}.ghostkit-list-columns-1{-moz-column-count:1;column-count:1}.ghostkit-list-columns-2{-moz-column-count:2;column-count:2}.ghostkit-list-columns-3{-moz-column-count:3;column-count:3}.ghostkit-list-columns-4{-moz-column-count:4;column-count:4}.ghostkit-list-columns-5{-moz-column-count:5;column-count:5}.ghostkit-list-columns-6{-moz-column-count:6;column-count:6}@media(max-width:1200px){.ghostkit-list-columns-xl-1{-moz-column-count:1;column-count:1}.ghostkit-list-columns-xl-2{-moz-column-count:2;column-count:2}.ghostkit-list-columns-xl-3{-moz-column-count:3;column-count:3}.ghostkit-list-columns-xl-4{-moz-column-count:4;column-count:4}.ghostkit-list-columns-xl-5{-moz-column-count:5;column-count:5}.ghostkit-list-columns-xl-6{-moz-column-count:6;column-count:6}}@media(max-width:992px){.ghostkit-list-columns-lg-1{-moz-column-count:1;column-count:1}.ghostkit-list-columns-lg-2{-moz-column-count:2;column-count:2}.ghostkit-list-columns-lg-3{-moz-column-count:3;column-count:3}.ghostkit-list-columns-lg-4{-moz-column-count:4;column-count:4}.ghostkit-list-columns-lg-5{-moz-column-count:5;column-count:5}.ghostkit-list-columns-lg-6{-moz-column-count:6;column-count:6}}@media(max-width:768px){.ghostkit-list-columns-md-1{-moz-column-count:1;column-count:1}.ghostkit-list-columns-md-2{-moz-column-count:2;column-count:2}.ghostkit-list-columns-md-3{-moz-column-count:3;column-count:3}.ghostkit-list-columns-md-4{-moz-column-count:4;column-count:4}.ghostkit-list-columns-md-5{-moz-column-count:5;column-count:5}.ghostkit-list-columns-md-6{-moz-column-count:6;column-count:6}}@media(max-width:576px){.ghostkit-list-columns-sm-1{-moz-column-count:1;column-count:1}.ghostkit-list-columns-sm-2{-moz-column-count:2;column-count:2}.ghostkit-list-columns-sm-3{-moz-column-count:3;column-count:3}.ghostkit-list-columns-sm-4{-moz-column-count:4;column-count:4}.ghostkit-list-columns-sm-5{-moz-column-count:5;column-count:5}.ghostkit-list-columns-sm-6{-moz-column-count:6;column-count:6}}.ghostkit-paragraph-columns-1{-moz-column-count:1;column-count:1}.ghostkit-paragraph-columns-2{-moz-column-count:2;column-count:2}.ghostkit-paragraph-columns-3{-moz-column-count:3;column-count:3}.ghostkit-paragraph-columns-4{-moz-column-count:4;column-count:4}.ghostkit-paragraph-columns-5{-moz-column-count:5;column-count:5}.ghostkit-paragraph-columns-6{-moz-column-count:6;column-count:6}@media(max-width:1200px){.ghostkit-paragraph-columns-xl-1{-moz-column-count:1;column-count:1}.ghostkit-paragraph-columns-xl-2{-moz-column-count:2;column-count:2}.ghostkit-paragraph-columns-xl-3{-moz-column-count:3;column-count:3}.ghostkit-paragraph-columns-xl-4{-moz-column-count:4;column-count:4}.ghostkit-paragraph-columns-xl-5{-moz-column-count:5;column-count:5}.ghostkit-paragraph-columns-xl-6{-moz-column-count:6;column-count:6}}@media(max-width:992px){.ghostkit-paragraph-columns-lg-1{-moz-column-count:1;column-count:1}.ghostkit-paragraph-columns-lg-2{-moz-column-count:2;column-count:2}.ghostkit-paragraph-columns-lg-3{-moz-column-count:3;column-count:3}.ghostkit-paragraph-columns-lg-4{-moz-column-count:4;column-count:4}.ghostkit-paragraph-columns-lg-5{-moz-column-count:5;column-count:5}.ghostkit-paragraph-columns-lg-6{-moz-column-count:6;column-count:6}}@media(max-width:768px){.ghostkit-paragraph-columns-md-1{-moz-column-count:1;column-count:1}.ghostkit-paragraph-columns-md-2{-moz-column-count:2;column-count:2}.ghostkit-paragraph-columns-md-3{-moz-column-count:3;column-count:3}.ghostkit-paragraph-columns-md-4{-moz-column-count:4;column-count:4}.ghostkit-paragraph-columns-md-5{-moz-column-count:5;column-count:5}.ghostkit-paragraph-columns-md-6{-moz-column-count:6;column-count:6}}@media(max-width:576px){.ghostkit-paragraph-columns-sm-1{-moz-column-count:1;column-count:1}.ghostkit-paragraph-columns-sm-2{-moz-column-count:2;column-count:2}.ghostkit-paragraph-columns-sm-3{-moz-column-count:3;column-count:3}.ghostkit-paragraph-columns-sm-4{-moz-column-count:4;column-count:4}.ghostkit-paragraph-columns-sm-5{-moz-column-count:5;column-count:5}.ghostkit-paragraph-columns-sm-6{-moz-column-count:6;column-count:6}}.ghostkit-grid{--gkt-grid__gap:15px;--gkt-grid__gap-vertical:var(--gkt-grid__gap);--gkt-grid__justify-content:flex-start;--gkt-grid--column__align-self:flex-start;--gkt-grid--column__size:100%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__order:initial;--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column-sticky__offset:0}.ghostkit-grid-inner{display:flex;flex-wrap:wrap;justify-content:var(--gkt-grid__justify-content);margin-left:calc(var(--gkt-grid__gap)*-1);row-gap:var(--gkt-grid__gap-vertical)}.ghostkit-col,.ghostkit-grid{padding-top:.02px}.ghostkit-col{display:flex;flex:var(--gkt-grid--column__flex);flex-wrap:wrap;margin-left:var(--gkt-grid__gap);max-width:var(--gkt-grid--column__max-width);min-height:1px;order:var(--gkt-grid--column__order);position:relative;width:var(--gkt-grid--column__width)}.ghostkit-col-content{align-self:var(--gkt-grid--column__align-self);width:100%}.ghostkit-col{--gkt-grid--column__flex:0 0 auto;--gkt-grid--column__width:auto;--gkt-grid--column__max-width:100%}.ghostkit-col-grow{--gkt-grid--column__flex:1 0 0;--gkt-grid--column__width:100%;--gkt-grid--column__max-width:none}.ghostkit-col-1{--gkt-grid--column__size:8.33333%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-2{--gkt-grid--column__size:16.66667%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-3{--gkt-grid--column__size:25%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-4{--gkt-grid--column__size:33.33333%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-5{--gkt-grid--column__size:41.66667%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-6{--gkt-grid--column__size:50%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-7{--gkt-grid--column__size:58.33333%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-8{--gkt-grid--column__size:66.66667%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-9{--gkt-grid--column__size:75%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-10{--gkt-grid--column__size:83.33333%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-11{--gkt-grid--column__size:91.66667%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-12{--gkt-grid--column__size:100%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-order-first{--gkt-grid--column__order:-1}.ghostkit-col-order-last{--gkt-grid--column__order:13}.ghostkit-col-order-0{--gkt-grid--column__order:0}.ghostkit-col-order-1{--gkt-grid--column__order:1}.ghostkit-col-order-2{--gkt-grid--column__order:2}.ghostkit-col-order-3{--gkt-grid--column__order:3}.ghostkit-col-order-4{--gkt-grid--column__order:4}.ghostkit-col-order-5{--gkt-grid--column__order:5}.ghostkit-col-order-6{--gkt-grid--column__order:6}.ghostkit-col-order-7{--gkt-grid--column__order:7}.ghostkit-col-order-8{--gkt-grid--column__order:8}.ghostkit-col-order-9{--gkt-grid--column__order:9}.ghostkit-col-order-10{--gkt-grid--column__order:10}.ghostkit-col-order-11{--gkt-grid--column__order:11}.ghostkit-col-order-12{--gkt-grid--column__order:12}@media(max-width:1200px){.ghostkit-col-xl{--gkt-grid--column__flex:0 0 auto;--gkt-grid--column__width:auto;--gkt-grid--column__max-width:100%}.ghostkit-col-xl-grow{--gkt-grid--column__flex:1 0 0;--gkt-grid--column__width:100%;--gkt-grid--column__max-width:none}.ghostkit-col-xl-1{--gkt-grid--column__size:8.33333%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-xl-2{--gkt-grid--column__size:16.66667%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-xl-3{--gkt-grid--column__size:25%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-xl-4{--gkt-grid--column__size:33.33333%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-xl-5{--gkt-grid--column__size:41.66667%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-xl-6{--gkt-grid--column__size:50%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-xl-7{--gkt-grid--column__size:58.33333%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-xl-8{--gkt-grid--column__size:66.66667%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-xl-9{--gkt-grid--column__size:75%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-xl-10{--gkt-grid--column__size:83.33333%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-xl-11{--gkt-grid--column__size:91.66667%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-xl-12{--gkt-grid--column__size:100%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-order-xl-first{--gkt-grid--column__order:-1}.ghostkit-col-order-xl-last{--gkt-grid--column__order:13}.ghostkit-col-order-xl-0{--gkt-grid--column__order:0}.ghostkit-col-order-xl-1{--gkt-grid--column__order:1}.ghostkit-col-order-xl-2{--gkt-grid--column__order:2}.ghostkit-col-order-xl-3{--gkt-grid--column__order:3}.ghostkit-col-order-xl-4{--gkt-grid--column__order:4}.ghostkit-col-order-xl-5{--gkt-grid--column__order:5}.ghostkit-col-order-xl-6{--gkt-grid--column__order:6}.ghostkit-col-order-xl-7{--gkt-grid--column__order:7}.ghostkit-col-order-xl-8{--gkt-grid--column__order:8}.ghostkit-col-order-xl-9{--gkt-grid--column__order:9}.ghostkit-col-order-xl-10{--gkt-grid--column__order:10}.ghostkit-col-order-xl-11{--gkt-grid--column__order:11}.ghostkit-col-order-xl-12{--gkt-grid--column__order:12}}@media(max-width:992px){.ghostkit-col-lg{--gkt-grid--column__flex:0 0 auto;--gkt-grid--column__width:auto;--gkt-grid--column__max-width:100%}.ghostkit-col-lg-grow{--gkt-grid--column__flex:1 0 0;--gkt-grid--column__width:100%;--gkt-grid--column__max-width:none}.ghostkit-col-lg-1{--gkt-grid--column__size:8.33333%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-lg-2{--gkt-grid--column__size:16.66667%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-lg-3{--gkt-grid--column__size:25%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-lg-4{--gkt-grid--column__size:33.33333%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-lg-5{--gkt-grid--column__size:41.66667%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-lg-6{--gkt-grid--column__size:50%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-lg-7{--gkt-grid--column__size:58.33333%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-lg-8{--gkt-grid--column__size:66.66667%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-lg-9{--gkt-grid--column__size:75%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-lg-10{--gkt-grid--column__size:83.33333%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-lg-11{--gkt-grid--column__size:91.66667%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-lg-12{--gkt-grid--column__size:100%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-order-lg-first{--gkt-grid--column__order:-1}.ghostkit-col-order-lg-last{--gkt-grid--column__order:13}.ghostkit-col-order-lg-0{--gkt-grid--column__order:0}.ghostkit-col-order-lg-1{--gkt-grid--column__order:1}.ghostkit-col-order-lg-2{--gkt-grid--column__order:2}.ghostkit-col-order-lg-3{--gkt-grid--column__order:3}.ghostkit-col-order-lg-4{--gkt-grid--column__order:4}.ghostkit-col-order-lg-5{--gkt-grid--column__order:5}.ghostkit-col-order-lg-6{--gkt-grid--column__order:6}.ghostkit-col-order-lg-7{--gkt-grid--column__order:7}.ghostkit-col-order-lg-8{--gkt-grid--column__order:8}.ghostkit-col-order-lg-9{--gkt-grid--column__order:9}.ghostkit-col-order-lg-10{--gkt-grid--column__order:10}.ghostkit-col-order-lg-11{--gkt-grid--column__order:11}.ghostkit-col-order-lg-12{--gkt-grid--column__order:12}}@media(max-width:768px){.ghostkit-col-md{--gkt-grid--column__flex:0 0 auto;--gkt-grid--column__width:auto;--gkt-grid--column__max-width:100%}.ghostkit-col-md-grow{--gkt-grid--column__flex:1 0 0;--gkt-grid--column__width:100%;--gkt-grid--column__max-width:none}.ghostkit-col-md-1{--gkt-grid--column__size:8.33333%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-md-2{--gkt-grid--column__size:16.66667%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-md-3{--gkt-grid--column__size:25%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-md-4{--gkt-grid--column__size:33.33333%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-md-5{--gkt-grid--column__size:41.66667%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-md-6{--gkt-grid--column__size:50%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-md-7{--gkt-grid--column__size:58.33333%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-md-8{--gkt-grid--column__size:66.66667%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-md-9{--gkt-grid--column__size:75%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-md-10{--gkt-grid--column__size:83.33333%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-md-11{--gkt-grid--column__size:91.66667%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-md-12{--gkt-grid--column__size:100%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-order-md-first{--gkt-grid--column__order:-1}.ghostkit-col-order-md-last{--gkt-grid--column__order:13}.ghostkit-col-order-md-0{--gkt-grid--column__order:0}.ghostkit-col-order-md-1{--gkt-grid--column__order:1}.ghostkit-col-order-md-2{--gkt-grid--column__order:2}.ghostkit-col-order-md-3{--gkt-grid--column__order:3}.ghostkit-col-order-md-4{--gkt-grid--column__order:4}.ghostkit-col-order-md-5{--gkt-grid--column__order:5}.ghostkit-col-order-md-6{--gkt-grid--column__order:6}.ghostkit-col-order-md-7{--gkt-grid--column__order:7}.ghostkit-col-order-md-8{--gkt-grid--column__order:8}.ghostkit-col-order-md-9{--gkt-grid--column__order:9}.ghostkit-col-order-md-10{--gkt-grid--column__order:10}.ghostkit-col-order-md-11{--gkt-grid--column__order:11}.ghostkit-col-order-md-12{--gkt-grid--column__order:12}}@media(max-width:576px){.ghostkit-col-sm{--gkt-grid--column__flex:0 0 auto;--gkt-grid--column__width:auto;--gkt-grid--column__max-width:100%}.ghostkit-col-sm-grow{--gkt-grid--column__flex:1 0 0;--gkt-grid--column__width:100%;--gkt-grid--column__max-width:none}.ghostkit-col-sm-1{--gkt-grid--column__size:8.33333%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-sm-2{--gkt-grid--column__size:16.66667%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-sm-3{--gkt-grid--column__size:25%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-sm-4{--gkt-grid--column__size:33.33333%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-sm-5{--gkt-grid--column__size:41.66667%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-sm-6{--gkt-grid--column__size:50%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-sm-7{--gkt-grid--column__size:58.33333%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-sm-8{--gkt-grid--column__size:66.66667%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-sm-9{--gkt-grid--column__size:75%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-sm-10{--gkt-grid--column__size:83.33333%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-sm-11{--gkt-grid--column__size:91.66667%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-sm-12{--gkt-grid--column__size:100%;--gkt-grid--column__size-with-gap:calc(var(--gkt-grid--column__size) - var(--gkt-grid__gap));--gkt-grid--column__flex:0 0 var(--gkt-grid--column__size-with-gap);--gkt-grid--column__width:var(--gkt-grid--column__size-with-gap);--gkt-grid--column__max-width:var(--gkt-grid--column__size-with-gap)}.ghostkit-col-order-sm-first{--gkt-grid--column__order:-1}.ghostkit-col-order-sm-last{--gkt-grid--column__order:13}.ghostkit-col-order-sm-0{--gkt-grid--column__order:0}.ghostkit-col-order-sm-1{--gkt-grid--column__order:1}.ghostkit-col-order-sm-2{--gkt-grid--column__order:2}.ghostkit-col-order-sm-3{--gkt-grid--column__order:3}.ghostkit-col-order-sm-4{--gkt-grid--column__order:4}.ghostkit-col-order-sm-5{--gkt-grid--column__order:5}.ghostkit-col-order-sm-6{--gkt-grid--column__order:6}.ghostkit-col-order-sm-7{--gkt-grid--column__order:7}.ghostkit-col-order-sm-8{--gkt-grid--column__order:8}.ghostkit-col-order-sm-9{--gkt-grid--column__order:9}.ghostkit-col-order-sm-10{--gkt-grid--column__order:10}.ghostkit-col-order-sm-11{--gkt-grid--column__order:11}.ghostkit-col-order-sm-12{--gkt-grid--column__order:12}}.ghostkit-grid-align-items-start{--gkt-grid--column__align-self:flex-start}.ghostkit-grid-align-items-center{--gkt-grid--column__align-self:center}.ghostkit-grid-align-items-end{--gkt-grid--column__align-self:flex-end}.ghostkit-col-align-self-start{--gkt-grid--column__align-self:flex-start}.ghostkit-col-align-self-center{--gkt-grid--column__align-self:center}.ghostkit-col-align-self-end{--gkt-grid--column__align-self:flex-end}@media(max-width:1200px){.ghostkit-col-align-self-xl-start{--gkt-grid--column__align-self:flex-start}.ghostkit-col-align-self-xl-center{--gkt-grid--column__align-self:center}.ghostkit-col-align-self-xl-end{--gkt-grid--column__align-self:flex-end}}@media(max-width:992px){.ghostkit-col-align-self-lg-start{--gkt-grid--column__align-self:flex-start}.ghostkit-col-align-self-lg-center{--gkt-grid--column__align-self:center}.ghostkit-col-align-self-lg-end{--gkt-grid--column__align-self:flex-end}}@media(max-width:768px){.ghostkit-col-align-self-md-start{--gkt-grid--column__align-self:flex-start}.ghostkit-col-align-self-md-center{--gkt-grid--column__align-self:center}.ghostkit-col-align-self-md-end{--gkt-grid--column__align-self:flex-end}}@media(max-width:576px){.ghostkit-col-align-self-sm-start{--gkt-grid--column__align-self:flex-start}.ghostkit-col-align-self-sm-center{--gkt-grid--column__align-self:center}.ghostkit-col-align-self-sm-end{--gkt-grid--column__align-self:flex-end}}.ghostkit-grid-justify-content-center{--gkt-grid__justify-content:center}.ghostkit-grid-justify-content-end{--gkt-grid__justify-content:flex-end}.ghostkit-grid-justify-content-around{--gkt-grid__justify-content:space-around}.ghostkit-grid-justify-content-between{--gkt-grid__justify-content:space-between}.ghostkit-grid-gap-no{--gkt-grid__gap:0%}.ghostkit-grid-gap-sm{--gkt-grid__gap:15px}.ghostkit-grid-gap-md{--gkt-grid__gap:30px}.ghostkit-grid-gap-lg{--gkt-grid__gap:45px}.ghostkit-col-sticky-top>.ghostkit-col-content{position:sticky;top:var(--gkt-grid--column-sticky__offset)}.ghostkit-col-sticky-bottom{display:flex;flex-direction:column}.ghostkit-col-sticky-bottom>.ghostkit-col-content{bottom:var(--gkt-grid--column-sticky__offset);margin-top:auto;position:sticky}.ghostkit-col-with-bg,.ghostkit-grid-with-bg{position:relative;z-index:0}.ghostkit-col-with-bg>.nk-awb,.ghostkit-col-with-bg>.nk-awb .nk-awb-inner,.ghostkit-col-with-bg>.nk-awb .nk-awb-overlay,.ghostkit-col-with-bg>.nk-awb .nk-awb-wrap,.ghostkit-grid-with-bg>.nk-awb,.ghostkit-grid-with-bg>.nk-awb .nk-awb-inner,.ghostkit-grid-with-bg>.nk-awb .nk-awb-overlay,.ghostkit-grid-with-bg>.nk-awb .nk-awb-wrap{bottom:0;left:0;margin:0;position:absolute;right:0;top:0;z-index:-99}.ghostkit-col-with-bg>.nk-awb .nk-awb-wrap,.ghostkit-grid-with-bg>.nk-awb .nk-awb-wrap{overflow:hidden}.ghostkit-col-with-bg>.nk-awb .nk-awb-overlay,.ghostkit-grid-with-bg>.nk-awb .nk-awb-overlay{z-index:0}.ghostkit-col-with-bg>.nk-awb .nk-awb-inner,.ghostkit-grid-with-bg>.nk-awb .nk-awb-inner{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;z-index:-100}.ghostkit-col-with-bg>.nk-awb [data-awb-image-background-size=contain]>.nk-awb-inner,.ghostkit-grid-with-bg>.nk-awb [data-awb-image-background-size=contain]>.nk-awb-inner{background-size:contain}.ghostkit-col-with-bg>.nk-awb [data-awb-image-background-size=pattern]>.nk-awb-inner,.ghostkit-grid-with-bg>.nk-awb [data-awb-image-background-size=pattern]>.nk-awb-inner{background-repeat:repeat;background-size:auto}.ghostkit-col-with-bg>.nk-awb .nk-awb-inner>.jarallax-img,.ghostkit-grid-with-bg>.nk-awb .nk-awb-inner>.jarallax-img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;pointer-events:none;position:absolute;top:0;width:100%;z-index:-100}.ghostkit-col-with-bg>.nk-awb [data-awb-image-background-size=contain]>.nk-awb-inner>.jarallax-img,.ghostkit-grid-with-bg>.nk-awb [data-awb-image-background-size=contain]>.nk-awb-inner>.jarallax-img{-o-object-fit:contain;object-fit:contain}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.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{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-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-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content: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%;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;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.ghostkit-carousel{--gkt-carousel--fade-edges__size:12%;--gkt-carousel--arrows__width:2.2em;--gkt-carousel--arrows__height:2.2em;--gkt-carousel--arrows__offset:0.5em;--gkt-carousel--arrows__font-size:0.9em;--gkt-carousel--arrows__color:var(--gkt-color-dark-gray);--gkt-carousel--arrows__background-color:#fff;--gkt-carousel--arrows__border-radius:50%;--gkt-carousel--arrows__box-shadow:0 0 10px 4px rgba(0,0,0,.04),0 0 1px 1px rgba(0,0,0,.02);--gkt-carousel--arrows__opacity:0.5;--gkt-carousel--arrows-hover__box-shadow:0 2px 10px 4px rgba(0,0,0,.04),0 0 1px 1px rgba(0,0,0,.02);--gkt-carousel--arrows-hover__opacity:1;--gkt-carousel--arrows-hover__transform:translateY(-1px);--gkt-carousel--bullets__width:0.4em;--gkt-carousel--bullets__height:0.4em;--gkt-carousel--bullets__margin-top:25px;--gkt-carousel--bullets__gap:0.8em;--gkt-carousel--bullets__background-color:var(--gkt-color-dark-gray);--gkt-carousel--bullets__border-radius:50%;--gkt-carousel--bullets__opacity:0.2;--gkt-carousel--bullets-hover__opacity:0.5;--gkt-carousel--bullets-active__opacity:1;--gkt-carousel__transition-duration:var(--gkt-transition-duration);--gkt-carousel__transition-easing:var(--gkt-transition-easing)}.ghostkit-carousel:not(.ghostkit-carousel-ready)[data-effect=slide] .ghostkit-carousel-items{display:flex}.ghostkit-carousel:not(.ghostkit-carousel-ready)[data-effect=fade] .ghostkit-carousel-slide:not(:first-child),.ghostkit-carousel:not(.ghostkit-carousel-ready)[data-effect=slide][data-slides-per-view="1"] .ghostkit-carousel-slide:first-child~div,.ghostkit-carousel:not(.ghostkit-carousel-ready)[data-effect=slide][data-slides-per-view="10"] .ghostkit-carousel-slide:nth-child(10)~div,.ghostkit-carousel:not(.ghostkit-carousel-ready)[data-effect=slide][data-slides-per-view="2"] .ghostkit-carousel-slide:nth-child(2)~div,.ghostkit-carousel:not(.ghostkit-carousel-ready)[data-effect=slide][data-slides-per-view="3"] .ghostkit-carousel-slide:nth-child(3)~div,.ghostkit-carousel:not(.ghostkit-carousel-ready)[data-effect=slide][data-slides-per-view="4"] .ghostkit-carousel-slide:nth-child(4)~div,.ghostkit-carousel:not(.ghostkit-carousel-ready)[data-effect=slide][data-slides-per-view="5"] .ghostkit-carousel-slide:nth-child(5)~div,.ghostkit-carousel:not(.ghostkit-carousel-ready)[data-effect=slide][data-slides-per-view="6"] .ghostkit-carousel-slide:nth-child(6)~div,.ghostkit-carousel:not(.ghostkit-carousel-ready)[data-effect=slide][data-slides-per-view="7"] .ghostkit-carousel-slide:nth-child(7)~div,.ghostkit-carousel:not(.ghostkit-carousel-ready)[data-effect=slide][data-slides-per-view="8"] .ghostkit-carousel-slide:nth-child(8)~div,.ghostkit-carousel:not(.ghostkit-carousel-ready)[data-effect=slide][data-slides-per-view="9"] .ghostkit-carousel-slide:nth-child(9)~div{display:none}.ghostkit-carousel-fade-edges{-webkit-mask-image:linear-gradient(to right,transparent 0,#000 var(--gkt-carousel--fade-edges__size),#000 calc(100% - var(--gkt-carousel--fade-edges__size)),transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 var(--gkt-carousel--fade-edges__size),#000 calc(100% - var(--gkt-carousel--fade-edges__size)),transparent 100%)}.ghostkit-carousel-arrow{align-items:center;background-color:var(--gkt-carousel--arrows__background-color);border-radius:var(--gkt-carousel--arrows__border-radius);box-shadow:var(--gkt-carousel--arrows__box-shadow);color:var(--gkt-carousel--arrows__color);cursor:pointer;display:flex;font-size:var(--gkt-carousel--arrows__font-size);height:var(--gkt-carousel--arrows__height);justify-content:center;margin-top:calc(var(--gkt-carousel--arrows__height)/-2);opacity:var(--gkt-carousel--arrows__opacity);position:absolute;top:50%;transition:var(--gkt-carousel__transition-duration) opacity var(--gkt-carousel__transition-easing),var(--gkt-carousel__transition-duration) box-shadow var(--gkt-carousel__transition-easing),var(--gkt-carousel__transition-duration) transform var(--gkt-carousel__transition-easing);width:var(--gkt-carousel--arrows__width);z-index:1}.ghostkit-carousel-arrow:after{bottom:-10px;content:"";display:block;left:-10px;position:absolute;right:-10px;top:-10px}.ghostkit-carousel-arrow:focus,.ghostkit-carousel-arrow:hover{box-shadow:var(--gkt-carousel--arrows-hover__box-shadow);opacity:var(--gkt-carousel--arrows-hover__opacity);transform:var(--gkt-carousel--arrows-hover__transform)}.ghostkit-carousel-arrow-prev{left:var(--gkt-carousel--arrows__offset)}.ghostkit-carousel-arrow-next{right:var(--gkt-carousel--arrows__offset)}.ghostkit-carousel-arrow-next-icon,.ghostkit-carousel-arrow-prev-icon{display:none}[data-show-bullets=true] .ghostkit-carousel-items{padding-bottom:var(--gkt-carousel--bullets__margin-top)}[data-show-bullets=true] .ghostkit-carousel-arrow{transform:translateY(calc(var(--gkt-carousel--bullets__margin-top)/-2))}.ghostkit-carousel-bullets{align-items:flex-end;bottom:0;display:flex;justify-content:center;position:absolute;text-align:center;z-index:1}.ghostkit-carousel-bullets.swiper-pagination-bullets-dynamic{font-size:inherit}.ghostkit-carousel-bullets .swiper-pagination-bullet{background-color:var(--gkt-carousel--bullets__background-color);border-radius:var(--gkt-carousel--bullets__border-radius);cursor:pointer;height:var(--gkt-carousel--bullets__height);margin:0 calc(var(--gkt-carousel--bullets__gap)/2);opacity:var(--gkt-carousel--bullets__opacity);position:relative;transition:var(--gkt-carousel__transition-duration) opacity var(--gkt-carousel__transition-easing);width:var(--gkt-carousel--bullets__width)}.ghostkit-carousel-bullets .swiper-pagination-bullet:focus,.ghostkit-carousel-bullets .swiper-pagination-bullet:hover{opacity:var(--gkt-carousel--bullets-hover__opacity)}.ghostkit-carousel-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:var(--gkt-carousel--bullets-active__opacity)}.ghostkit-carousel-bullets .swiper-pagination-bullet:after{bottom:-4px;content:"";display:block;left:-4px;position:absolute;right:-4px;top:-4px}.ghostkit-button-wrapper{--gkt-button__gap:15px;--gkt-button__gap-vertical:var(--gkt-button__gap);--gkt-button__align-items:flex-start;--gkt-button__justify-content:flex-start}.ghostkit-button{--gkt-button__padding-v:0.75em;--gkt-button__padding-h:1em;--gkt-button__line-height:1em;--gkt-button__color:#fff;--gkt-button__background-color:var(--gkt-color-primary);--gkt-button__border-width:0%;--gkt-button__border-color:var(--gkt-color-primary);--gkt-button__border-radius:var(--gkt-border-radius);--gkt-button__outline:none;--gkt-button__box-shadow:none;--gkt-button-hover__color:#fff;--gkt-button-hover__background-color:var(--gkt-color-dark-gray);--gkt-button-hover__border-width:var(--gkt-button__border-width);--gkt-button-hover__border-color:var(--gkt-button__border-color);--gkt-button-hover__box-shadow:var(--gkt-button__box-shadow);--gkt-button-focus__color:var(--gkt-button-hover__color);--gkt-button-focus__background-color:var(--gkt-button-hover__background-color);--gkt-button-focus__border-width:var(--gkt-button-hover__border-width);--gkt-button-focus__border-color:var(--gkt-button-hover__border-color);--gkt-button-focus__box-shadow:var(--gkt-button-hover__box-shadow);--gkt-button-xs__font-size:0.8em;--gkt-button-sm__font-size:0.85em;--gkt-button__font-size:1em;--gkt-button-lg__font-size:1.15em;--gkt-button-xl__font-size:1.3em;--gkt-button-icon-only__padding-v:var(--gkt-button__padding-v);--gkt-button-icon-only__padding-h:var(--gkt-button__padding-v);--gkt-button--icon__offset:10px;--gkt-button__transition-duration:var(--gkt-transition-duration);--gkt-button__transition-easing:var(--gkt-transition-easing)}.ghostkit-button-wrapper-inner{align-items:var(--gkt-button__align-items);clear:both;-moz-column-gap:var(--gkt-button__gap);column-gap:var(--gkt-button__gap);display:flex;flex-wrap:wrap;justify-content:var(--gkt-button__justify-content);row-gap:var(--gkt-button__gap-vertical)}.ghostkit-button{align-items:center;background-color:var(--gkt-button__background-color);border:var(--gkt-button__border-width) solid var(--gkt-button__border-color);border-radius:var(--gkt-button__border-radius);box-shadow:var(--gkt-button__box-shadow);color:var(--gkt-button__color);cursor:pointer;display:inline-flex;font-size:var(--gkt-button__font-size);justify-content:center;line-height:var(--gkt-button__line-height);margin:0;outline:var(--gkt-button__outline);padding:var(--gkt-button__padding-v) var(--gkt-button__padding-h);text-align:center;text-decoration:none!important;transition:var(--gkt-button__transition-duration) background-color var(--gkt-button__transition-easing),var(--gkt-button__transition-duration) color var(--gkt-button__transition-easing),var(--gkt-button__transition-duration) border-color var(--gkt-button__transition-easing),var(--gkt-button__transition-duration) opacity var(--gkt-button__transition-easing),var(--gkt-button__transition-duration) box-shadow var(--gkt-button__transition-easing);white-space:nowrap}.ghostkit-button:hover{background-color:var(--gkt-button-hover__background-color);border:var(--gkt-button-hover__border-width) solid var(--gkt-button-hover__border-color);box-shadow:var(--gkt-button-hover__box-shadow);color:var(--gkt-button-hover__color)}.ghostkit-button:active,.ghostkit-button:focus{background-color:var(--gkt-button-focus__background-color);border:var(--gkt-button-focus__border-width) solid var(--gkt-button-focus__border-color);box-shadow:var(--gkt-button-focus__box-shadow);color:var(--gkt-button-focus__color)}.ghostkit-button-icon-left{margin-right:var(--gkt-button--icon__offset)}.ghostkit-button-icon-right{margin-left:var(--gkt-button--icon__offset);order:2}.ghostkit-button-icon-only{padding:var(--gkt-button-icon-only__padding-v) var(--gkt-button-icon-only__padding-h)}.ghostkit-button-icon-only .ghostkit-button-icon{margin:0}.ghostkit-button-xs{font-size:var(--gkt-button-xs__font-size)}.ghostkit-button-sm{font-size:var(--gkt-button-sm__font-size)}.ghostkit-button-lg{font-size:var(--gkt-button-lg__font-size)}.ghostkit-button-xl{font-size:var(--gkt-button-xl__font-size)}.ghostkit-button-wrapper-align-left{--gkt-button__justify-content:flex-start}.ghostkit-button-wrapper-align-right{--gkt-button__justify-content:flex-end}.ghostkit-button-wrapper-align-center{--gkt-button__justify-content:center}.ghostkit-button-wrapper-gap-no{--gkt-button__gap:0%}.ghostkit-button-wrapper-gap-sm{--gkt-button__gap:15px}.ghostkit-button-wrapper-gap-md{--gkt-button__gap:30px}.ghostkit-button-wrapper-gap-lg{--gkt-button__gap:45px}.ghostkit-video{--gkt-video__background-color:var(--gkt-color-light-gray);--gkt-video--play-icon__width:60px;--gkt-video--play-icon__height:60px;--gkt-video--play-icon__font-size:0.7em;--gkt-video--play-icon__color:var(--gkt-color-dark-gray);--gkt-video--play-icon__background-color:#fff;--gkt-video--play-icon__border-radius:50%;--gkt-video--play-icon__box-shadow:0 0 10px 4px rgba(0,0,0,.04),0 0 1px 1px rgba(0,0,0,.02);--gkt-video--play-icon-hover__box-shadow:0 2px 10px 4px rgba(0,0,0,.04),0 0 1px 1px rgba(0,0,0,.02);--gkt-video--play-icon-hover__transform:translateY(-1px);--gkt-video--loading-icon__width:60px;--gkt-video--loading-icon__height:60px;--gkt-video--loading-icon__font-size:0.7em;--gkt-video--loading-icon__color:var(--gkt-color-dark-gray);--gkt-video--loading-icon__background-color:#fff;--gkt-video--loading-icon__border-radius:50%;--gkt-video--loading-icon__box-shadow:0 0 10px 4px rgba(0,0,0,.04),0 0 1px 1px rgba(0,0,0,.02);--gkt-video__transition-duration:var(--gkt-transition-duration);--gkt-video__transition-easing:var(--gkt-transition-easing)}.ghostkit-video-fullscreen{--gkt-video-fullscreen__background-color:rgba(0,0,0,.9);--gkt-video-fullscreen--close-button__width:60px;--gkt-video-fullscreen--close-button__height:60px;--gkt-video-fullscreen--close-button__font-size:1.4em;--gkt-video-fullscreen--close-button__color:#fff;--gkt-video-fullscreen--close-button__opacity:0.2;--gkt-video-fullscreen--close-button-hover__opacity:1;--gkt-video-fullscreen__transition-duration:var(--gkt-transition-duration);--gkt-video-fullscreen__transition-easing:var(--gkt-transition-easing)}.ghostkit-video.is-style-icon-only{background-color:transparent;height:var(--gkt-video--play-icon__height);margin-left:auto;margin-right:auto;overflow:unset}.ghostkit-video.is-style-icon-only:before{content:none}.ghostkit-video.is-style-icon-only.ghostkit-video-style-icon-only-align-left .ghostkit-video-loading-icon,.ghostkit-video.is-style-icon-only.ghostkit-video-style-icon-only-align-left .ghostkit-video-play-icon{left:0;margin-left:0}.ghostkit-video.is-style-icon-only.ghostkit-video-style-icon-only-align-right .ghostkit-video-loading-icon,.ghostkit-video.is-style-icon-only.ghostkit-video-style-icon-only-align-right .ghostkit-video-play-icon{left:auto;margin-left:0;right:0}.ghostkit-video{background-color:var(--gkt-video__background-color);cursor:pointer;overflow:hidden;position:relative}.ghostkit-video:before{content:"";display:block;padding-top:56.25%;width:100%}.ghostkit-video-aspect-ratio-16-9:before,.ghostkit-video[data-video-aspect-ratio="16-9"]:before,.ghostkit-video[data-video-aspect-ratio="16:9"]:before{padding-top:56.25%}.ghostkit-video-aspect-ratio-21-9:before,.ghostkit-video[data-video-aspect-ratio="21-9"]:before,.ghostkit-video[data-video-aspect-ratio="21:9"]:before{padding-top:42.8571428571%}.ghostkit-video-aspect-ratio-4-3:before,.ghostkit-video[data-video-aspect-ratio="4-3"]:before,.ghostkit-video[data-video-aspect-ratio="4:3"]:before{padding-top:75%}.ghostkit-video-aspect-ratio-3-2:before,.ghostkit-video[data-video-aspect-ratio="3-2"]:before,.ghostkit-video[data-video-aspect-ratio="3:2"]:before{padding-top:66.6666666667%}.ghostkit-video-aspect-ratio-1-1:before,.ghostkit-video[data-video-aspect-ratio="1-1"]:before,.ghostkit-video[data-video-aspect-ratio="1:1"]:before{padding-top:100%}.ghostkit-video-aspect-ratio-2-3:before,.ghostkit-video[data-video-aspect-ratio="2-3"]:before,.ghostkit-video[data-video-aspect-ratio="2:3"]:before{padding-top:150%}.ghostkit-video-aspect-ratio-9-16:before,.ghostkit-video[data-video-aspect-ratio="9-16"]:before,.ghostkit-video[data-video-aspect-ratio="9:16"]:before{padding-top:177.7777777778%}.ghostkit-video-aspect-ratio-3-4:before,.ghostkit-video[data-video-aspect-ratio="3-4"]:before,.ghostkit-video[data-video-aspect-ratio="3:4"]:before{padding-top:133.3333333333%}.ghostkit-video-poster{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.ghostkit-video-poster img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.ghostkit-video-play-icon{align-items:center;background-color:var(--gkt-video--play-icon__background-color);border-radius:var(--gkt-video--play-icon__border-radius);box-shadow:var(--gkt-video--play-icon__box-shadow);color:var(--gkt-video--play-icon__color);display:flex;font-size:var(--gkt-video--play-icon__font-size);height:var(--gkt-video--play-icon__height);justify-content:center;left:50%;margin-left:calc(var(--gkt-video--play-icon__height)/-2);margin-top:calc(var(--gkt-video--play-icon__width)/-2);opacity:1;position:absolute;top:50%;transition:var(--gkt-video__transition-duration) transform var(--gkt-video__transition-easing),var(--gkt-video__transition-duration) box-shadow var(--gkt-video__transition-easing),var(--gkt-video__transition-duration) opacity var(--gkt-video__transition-easing);width:var(--gkt-video--play-icon__width);z-index:2}.ghostkit-video:focus .ghostkit-video-play-icon,.ghostkit-video:hover .ghostkit-video-play-icon{box-shadow:var(--gkt-video--play-icon-hover__box-shadow);transform:var(--gkt-video--play-icon-hover__transform)}.ghostkit-video-loading .ghostkit-video-play-icon,.ghostkit-video-playing .ghostkit-video-play-icon{opacity:0}.ghostkit-video-loading-icon{align-items:center;background-color:var(--gkt-video--loading-icon__background-color);border-radius:var(--gkt-video--loading-icon__border-radius);box-shadow:var(--gkt-video--loading-icon__box-shadow);color:var(--gkt-video--loading-icon__color);display:flex;font-size:var(--gkt-video--loading-icon__font-size);height:var(--gkt-video--loading-icon__height);justify-content:center;left:50%;margin-left:calc(var(--gkt-video--loading-icon__height)/-2);margin-top:calc(var(--gkt-video--loading-icon__width)/-2);opacity:0;position:absolute;top:50%;transition:var(--gkt-video__transition-duration) opacity var(--gkt-video__transition-easing);width:var(--gkt-video--loading-icon__width);z-index:3}.ghostkit-video-loading .ghostkit-video-loading-icon{opacity:1}.ghostkit-video:not(.ghostkit-video-loading) .ghostkit-video-spinner{animation:none}.ghostkit-video-fullscreen-close-icon{display:none}.ghostkit-video-frame{height:100%;left:100%;opacity:0;position:absolute;top:0;transition:var(--gkt-video__transition-duration) opacity var(--gkt-video__transition-easing),0s var(--gkt-video__transition-duration) left;width:100%;z-index:4}.ghostkit-video-frame iframe,.ghostkit-video-frame video{height:100%;visibility:visible;width:100%}.ghostkit-video-playing .ghostkit-video-frame{left:0;opacity:1;transition:var(--gkt-video__transition-duration) opacity var(--gkt-video__transition-easing),0s left}.ghostkit-video-fullscreen{align-items:center;background-color:var(--gkt-video-fullscreen__background-color);display:none;height:calc(100% - var(--wp-admin--admin-bar--height, 0px));justify-content:center;left:0;position:fixed;top:var(--wp-admin--admin-bar--height,0);width:100%;z-index:1500}@media screen and (max-width:600px){body.admin-bar .ghostkit-video-fullscreen{height:100%;top:0}}.ghostkit-video-fullscreen-frame{height:calc(90vw*var(--gkt-fullscreen-video__aspect-ratio-height)/var(--gkt-fullscreen-video__aspect-ratio-width));max-height:90%;max-width:calc((90vh - var(--wp-admin--admin-bar--height, 0px))*var(--gkt-fullscreen-video__aspect-ratio-width)/var(--gkt-fullscreen-video__aspect-ratio-height));position:relative;width:90%;z-index:1}@media screen and (max-width:600px){body.admin-bar .ghostkit-video-fullscreen-frame{max-width:calc(100vh*var(--gkt-fullscreen-video__aspect-ratio-width)/var(--gkt-fullscreen-video__aspect-ratio-height))}}.ghostkit-video-fullscreen-frame iframe,.ghostkit-video-fullscreen-frame video{height:100%;width:100%}.ghostkit-video-fullscreen-frame video{background:var(--gkt-fullscreen-video--video__background)}.ghostkit-video-fullscreen-close{color:var(--gkt-video-fullscreen--close-button__color);cursor:pointer;font-size:var(--gkt-video-fullscreen--close-button__font-size);height:var(--gkt-video-fullscreen--close-button__height);line-height:var(--gkt-video-fullscreen--close-button__height);opacity:var(--gkt-video-fullscreen--close-button__opacity);position:absolute;right:0;text-align:center;top:0;transition:var(--gkt-video-fullscreen__transition-duration) opacity var(--gkt-video-fullscreen__transition-easing);width:var(--gkt-video-fullscreen--close-button__width);z-index:2}.ghostkit-video-fullscreen-close:focus,.ghostkit-video-fullscreen-close:hover{opacity:var(--gkt-video-fullscreen--close-button-hover__opacity)}.ghostkit-icon-box{--gkt-icon-box__padding-v:1.5em;--gkt-icon-box__padding-h:1.5em;--gkt-icon-box__border-width:1px;--gkt-icon-box__border-color:var(--gkt-color-light-gray-darken);--gkt-icon-box__border-radius:var(--gkt-border-radius);--gkt-icon-box--icon__offset:1.5em;--gkt-icon-box--icon__font-size:1.5em;--gkt-icon-box--icon__color:var(--gkt-color-primary);--gkt-icon-box__transition-duration:var(--gkt-transition-duration);--gkt-icon-box__transition-easing:var(--gkt-transition-easing);border:var(--gkt-icon-box__border-width) solid var(--gkt-icon-box__border-color);border-radius:var(--gkt-icon-box__border-radius);display:flex;flex-wrap:wrap;padding:var(--gkt-icon-box__padding-v) var(--gkt-icon-box__padding-h)}.ghostkit-icon-box-with-link{position:relative}.ghostkit-icon-box-link span{height:100%;left:0;position:absolute;top:0;width:100%}.ghostkit-icon-box-icon{color:var(--gkt-icon-box--icon__color);display:flex;font-size:var(--gkt-icon-box--icon__font-size);transition:var(--gkt-icon-box__transition-duration) color var(--gkt-icon-box__transition-easing)}.ghostkit-icon-box-icon~.ghostkit-icon-box-content{padding-left:var(--gkt-icon-box--icon__offset)}.ghostkit-icon-box-icon-align-right{order:2;padding-right:0}.ghostkit-icon-box-icon-align-right~.ghostkit-icon-box-content{padding-left:0;padding-right:var(--gkt-icon-box--icon__offset)}.ghostkit-icon-box-icon-align-top{flex:100%;justify-content:center;padding-right:0}.ghostkit-icon-box-icon-top-align-left{justify-content:flex-start}.ghostkit-icon-box-icon-top-align-center{justify-content:center}.ghostkit-icon-box-icon-top-align-right{justify-content:flex-end}.ghostkit-icon-box-icon-align-top~.ghostkit-icon-box-content{flex:100%;padding-left:0;padding-top:var(--gkt-icon-box--icon__offset)}.ghostkit-icon-box-content{flex:1}.ghostkit-testimonial{--gkt-testimonial--icon__top:0.75em;--gkt-testimonial--icon__left:0.75em;--gkt-testimonial--icon__font-size:1.5em;--gkt-testimonial--icon__opacity:0.15;--gkt-testimonial--icon-content__offset:3.5em;--gkt-testimonial--content__padding-v:1.5em;--gkt-testimonial--content__padding-h:1.5em;--gkt-testimonial--content__margin-bottom:1em;--gkt-testimonial--content__background-color:var(--gkt-color-light-gray);--gkt-testimonial--content__border-radius:var(--gkt-border-radius);--gkt-testimonial--meta__offset:1em;--gkt-testimonial--photo__width:50px;--gkt-testimonial--photo__border-radius:25px;--gkt-testimonial--name__line-height:1.6;--gkt-testimonial--name-source__margin-top:0.2em;--gkt-testimonial--source__font-size:0.85em;--gkt-testimonial--source__line-height:1;--gkt-testimonial--source__opacity:0.5;--gkt-testimonial--stars__line-height:1;--gkt-testimonial--stars__height:1em;--gkt-testimonial--stars-front__color:#fdcf27;--gkt-testimonial--stars-back__color:var(--gkt-color-light-gray);--gkt-testimonial--stars-mobile__margin-top:1em;align-items:flex-start;display:flex;flex-wrap:wrap;padding:0;position:relative}.ghostkit-testimonial-with-link{position:relative}.ghostkit-testimonial-link span{height:100%;left:0;position:absolute;top:0;width:100%}.ghostkit-testimonial-icon{font-size:var(--gkt-testimonial--icon__font-size);left:var(--gkt-testimonial--icon__left);opacity:var(--gkt-testimonial--icon__opacity);position:absolute;top:var(--gkt-testimonial--icon__top)}.ghostkit-testimonial-icon+.ghostkit-testimonial-content{padding-left:var(--gkt-testimonial--icon-content__offset)}.ghostkit-testimonial-content{background-color:var(--gkt-testimonial--content__background-color);border-radius:var(--gkt-testimonial--content__border-radius);flex:100%;margin-bottom:var(--gkt-testimonial--content__margin-bottom);padding:var(--gkt-testimonial--content__padding-v) var(--gkt-testimonial--content__padding-h)}.ghostkit-testimonial-photo{border-radius:var(--gkt-testimonial--photo__border-radius);overflow:hidden;width:var(--gkt-testimonial--photo__width)}.ghostkit-testimonial-photo img{display:block;height:auto;width:100%}.ghostkit-testimonial-photo+.ghostkit-testimonial-meta,.ghostkit-testimonial-photo+.ghostkit-testimonial-stars{margin-left:var(--gkt-testimonial--meta__offset)}.ghostkit-testimonial-meta{display:flex;flex:1;flex-direction:column}.ghostkit-testimonial-meta+.ghostkit-testimonial-stars{margin-left:var(--gkt-testimonial--meta__offset)}.ghostkit-testimonial-name{line-height:var(--gkt-testimonial--name__line-height)}.ghostkit-testimonial-source{font-size:var(--gkt-testimonial--source__font-size);line-height:var(--gkt-testimonial--source__line-height);opacity:var(--gkt-testimonial--source__opacity)}.ghostkit-testimonial-name+.ghostkit-testimonial-source{margin-top:var(--gkt-testimonial--name-source__margin-top)}.ghostkit-testimonial-stars{line-height:var(--gkt-testimonial--stars__line-height)}.ghostkit-testimonial-stars-wrap{display:inline-block;position:relative}.ghostkit-testimonial-stars-back,.ghostkit-testimonial-stars-front{height:var(--gkt-testimonial--stars__height);overflow:hidden;white-space:nowrap}.ghostkit-testimonial-stars-front{color:var(--gkt-testimonial--stars-front__color);position:absolute}.ghostkit-testimonial-stars-back{color:var(--gkt-testimonial--stars-back__color)}@media(max-width:768px){.ghostkit-testimonial-stars{flex:100%;margin-top:var(--gkt-testimonial--stars-mobile__margin-top)}.ghostkit-testimonial-meta+.ghostkit-testimonial-stars,.ghostkit-testimonial-photo+.ghostkit-testimonial-stars{margin-left:0}}:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014 \00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@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%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;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;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#212529}.table-dark td,.table-dark th,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 2px)}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-append>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]){height:calc(1.8125rem + 2px)}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]){height:calc(2.875rem + 2px)}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(40,167,69,.8);border-radius:.2rem}.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid{border-color:#28a745}.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{background-color:#71dd8a}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label::before,.was-validated .custom-file-input:valid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(220,53,69,.8);border-radius:.2rem}.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid{border-color:#dc3545}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{background-color:#efa2a9}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label::before,.was-validated .custom-file-input:invalid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group{width:auto}.form-inline .form-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn:focus,.btn:hover{text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active{background-image:none}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;background-color:transparent}.btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link.focus,.btn-link:focus{text-decoration:underline;border-color:transparent;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;transition:opacity .15s linear}.fade.show{opacity:1}.collapse{display:none}.collapse.show{display:block}tr.collapse.show{display:table-row}tbody.collapse.show{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}.dropdown,.dropup{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropup .dropdown-menu{margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after{margin-left:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file:focus,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{margin-left:-1px}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::before{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label::before{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-webkit-box;display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:active~.custom-control-label::before{color:#fff;background-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{margin-bottom:0}.custom-control-label::before{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label::after{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128,189,255,.5)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-control{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:focus~.custom-file-control::before{border-color:#80bdff}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 2px);padding:.375rem .75rem;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(calc(2.25rem + 2px) - 1px * 2);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:1px solid #ced4da;border-radius:0 .25rem .25rem 0}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .dropup .dropdown-menu{top:auto;bottom:100%}}.navbar-expand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .dropup .dropdown-menu{top:auto;bottom:100%}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem}.card-columns .card{display:inline-block;width:100%}}.breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;padding-left:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#6c757d}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#545b62}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:focus,.badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#f8f9fa}.badge-light[href]:focus,.badge-light[href]:hover{color:#212529;text-decoration:none;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;background-color:#007bff;transition:width .6s ease}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:focus,.close:hover{color:#000;text-decoration:none;opacity:.75}.close:not(:disabled):not(.disabled){cursor:pointer}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after{bottom:1px;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before{left:0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after{left:1px;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before{border-width:0 .5rem .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after{top:1px;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before{right:0;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after{right:1px;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:rgba(255,255,255,.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.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 embed,.embed-responsive iframe,.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%}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-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{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-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{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-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{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-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{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-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{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-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{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-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{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-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{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-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{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-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{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-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{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-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{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-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{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-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{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-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}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;-webkit-clip-path:none;clip-path:none}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#545b62!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#1e7e34!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#117a8b!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#d39e00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#dae0e5!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#1d2124!important}.text-muted{color:#6c757d!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}.pe-fw,.pe-li{text-align:center}@font-face{font-family:Pe-icon-7-stroke;src:url(//autolavaggiosantarosa.it/wp-content/themes/skylith/assets/vendor/pixeden-stroke-7-icon/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.eot?d7yf1v);src:url(//autolavaggiosantarosa.it/wp-content/themes/skylith/assets/vendor/pixeden-stroke-7-icon/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'),url(//autolavaggiosantarosa.it/wp-content/themes/skylith/assets/vendor/pixeden-stroke-7-icon/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.woff?d7yf1v) format('woff'),url(//autolavaggiosantarosa.it/wp-content/themes/skylith/assets/vendor/pixeden-stroke-7-icon/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'),url(//autolavaggiosantarosa.it/wp-content/themes/skylith/assets/vendor/pixeden-stroke-7-icon/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');font-weight:400;font-style:normal}[class*=" pe-7s-"],[class^=pe-7s-]{display:inline-block;font-family:Pe-icon-7-stroke;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} .pe-lg{font-size:1.33em;line-height:.75em;vertical-align:-15%}.pe-stack,.pe-va{vertical-align:middle}.pe-2x{font-size:2em}.pe-3x{font-size:3em}.pe-4x{font-size:4em}.pe-5x{font-size:5em}.pe-fw{width:1.28571em}.pe-ul{padding-left:0;margin-left:2.14286em;list-style-type:none}.pe-ul>li{position:relative}.pe-li{position:absolute;left:-2.14286em;width:2.14286em;top:.14286em}.pe-li.pe-lg{left:-1.85714em}.pe-border{padding:.2em .25em .15em;border-radius:.1em;border:.08em solid #eaeaea}.pull-right{float:right}.pe.pull-left{float:left;margin-right:.3em;margin-left:.3em}.pe-spin{-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.pe-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.pe-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.pe-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.pe-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.pe-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}.pe-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em}.pe-stack-1x,.pe-stack-2x{position:absolute;left:0;width:100%;text-align:center}.pe-stack-1x{line-height:inherit}.pe-stack-2x{font-size:2em}.pe-inverse{color:#fff}.pe-7s-album:before{content:"\e6aa"}.pe-7s-arc:before{content:"\e6ab"}.pe-7s-back-2:before{content:"\e6ac"}.pe-7s-bandaid:before{content:"\e6ad"}.pe-7s-car:before{content:"\e6ae"}.pe-7s-diamond:before{content:"\e6af"}.pe-7s-door-lock:before{content:"\e6b0"}.pe-7s-eyedropper:before{content:"\e6b1"}.pe-7s-female:before{content:"\e6b2"}.pe-7s-gym:before{content:"\e6b3"}.pe-7s-hammer:before{content:"\e6b4"}.pe-7s-headphones:before{content:"\e6b5"}.pe-7s-helm:before{content:"\e6b6"}.pe-7s-hourglass:before{content:"\e6b7"}.pe-7s-leaf:before{content:"\e6b8"}.pe-7s-magic-wand:before{content:"\e6b9"}.pe-7s-male:before{content:"\e6ba"}.pe-7s-map-2:before{content:"\e6bb"}.pe-7s-next-2:before{content:"\e6bc"}.pe-7s-paint-bucket:before{content:"\e6bd"}.pe-7s-pendrive:before{content:"\e6be"}.pe-7s-photo:before{content:"\e6bf"}.pe-7s-piggy:before{content:"\e6c0"}.pe-7s-plugin:before{content:"\e6c1"}.pe-7s-refresh-2:before{content:"\e6c2"}.pe-7s-rocket:before{content:"\e6c3"}.pe-7s-settings:before{content:"\e6c4"}.pe-7s-shield:before{content:"\e6c5"}.pe-7s-smile:before{content:"\e6c6"}.pe-7s-usb:before{content:"\e6c7"}.pe-7s-vector:before{content:"\e6c8"}.pe-7s-wine:before{content:"\e6c9"}.pe-7s-cloud-upload:before{content:"\e68a"}.pe-7s-cash:before{content:"\e68c"}.pe-7s-close:before{content:"\e680"}.pe-7s-bluetooth:before{content:"\e68d"}.pe-7s-cloud-download:before{content:"\e68b"}.pe-7s-way:before{content:"\e68e"}.pe-7s-close-circle:before{content:"\e681"}.pe-7s-id:before{content:"\e68f"}.pe-7s-angle-up:before{content:"\e682"}.pe-7s-wristwatch:before{content:"\e690"}.pe-7s-angle-up-circle:before{content:"\e683"}.pe-7s-world:before{content:"\e691"}.pe-7s-angle-right:before{content:"\e684"}.pe-7s-volume:before{content:"\e692"}.pe-7s-angle-right-circle:before{content:"\e685"}.pe-7s-users:before{content:"\e693"}.pe-7s-angle-left:before{content:"\e686"}.pe-7s-user-female:before{content:"\e694"}.pe-7s-angle-left-circle:before{content:"\e687"}.pe-7s-up-arrow:before{content:"\e695"}.pe-7s-angle-down:before{content:"\e688"}.pe-7s-switch:before{content:"\e696"}.pe-7s-angle-down-circle:before{content:"\e689"}.pe-7s-scissors:before{content:"\e697"}.pe-7s-wallet:before{content:"\e600"}.pe-7s-safe:before{content:"\e698"}.pe-7s-volume2:before{content:"\e601"}.pe-7s-volume1:before{content:"\e602"}.pe-7s-voicemail:before{content:"\e603"}.pe-7s-video:before{content:"\e604"}.pe-7s-user:before{content:"\e605"}.pe-7s-upload:before{content:"\e606"}.pe-7s-unlock:before{content:"\e607"}.pe-7s-umbrella:before{content:"\e608"}.pe-7s-trash:before{content:"\e609"}.pe-7s-tools:before{content:"\e60a"}.pe-7s-timer:before{content:"\e60b"}.pe-7s-ticket:before{content:"\e60c"}.pe-7s-target:before{content:"\e60d"}.pe-7s-sun:before{content:"\e60e"}.pe-7s-study:before{content:"\e60f"}.pe-7s-stopwatch:before{content:"\e610"}.pe-7s-star:before{content:"\e611"}.pe-7s-speaker:before{content:"\e612"}.pe-7s-signal:before{content:"\e613"}.pe-7s-shuffle:before{content:"\e614"}.pe-7s-shopbag:before{content:"\e615"}.pe-7s-share:before{content:"\e616"}.pe-7s-server:before{content:"\e617"}.pe-7s-search:before{content:"\e618"}.pe-7s-film:before{content:"\e6a5"}.pe-7s-science:before{content:"\e619"}.pe-7s-disk:before{content:"\e6a6"}.pe-7s-ribbon:before{content:"\e61a"}.pe-7s-repeat:before{content:"\e61b"}.pe-7s-refresh:before{content:"\e61c"}.pe-7s-add-user:before{content:"\e6a9"}.pe-7s-refresh-cloud:before{content:"\e61d"}.pe-7s-paperclip:before{content:"\e69c"}.pe-7s-radio:before{content:"\e61e"}.pe-7s-note2:before{content:"\e69d"}.pe-7s-print:before{content:"\e61f"}.pe-7s-network:before{content:"\e69e"}.pe-7s-prev:before{content:"\e620"}.pe-7s-mute:before{content:"\e69f"}.pe-7s-power:before{content:"\e621"}.pe-7s-medal:before{content:"\e6a0"}.pe-7s-portfolio:before{content:"\e622"}.pe-7s-like2:before{content:"\e6a1"}.pe-7s-plus:before{content:"\e623"}.pe-7s-left-arrow:before{content:"\e6a2"}.pe-7s-play:before{content:"\e624"}.pe-7s-key:before{content:"\e6a3"}.pe-7s-plane:before{content:"\e625"}.pe-7s-joy:before{content:"\e6a4"}.pe-7s-photo-gallery:before{content:"\e626"}.pe-7s-pin:before{content:"\e69b"}.pe-7s-phone:before{content:"\e627"}.pe-7s-plug:before{content:"\e69a"}.pe-7s-pen:before{content:"\e628"}.pe-7s-right-arrow:before{content:"\e699"}.pe-7s-paper-plane:before{content:"\e629"}.pe-7s-delete-user:before{content:"\e6a7"}.pe-7s-paint:before{content:"\e62a"}.pe-7s-bottom-arrow:before{content:"\e6a8"}.pe-7s-notebook:before{content:"\e62b"}.pe-7s-note:before{content:"\e62c"}.pe-7s-next:before{content:"\e62d"}.pe-7s-news-paper:before{content:"\e62e"}.pe-7s-musiclist:before{content:"\e62f"}.pe-7s-music:before{content:"\e630"}.pe-7s-mouse:before{content:"\e631"}.pe-7s-more:before{content:"\e632"}.pe-7s-moon:before{content:"\e633"}.pe-7s-monitor:before{content:"\e634"}.pe-7s-micro:before{content:"\e635"}.pe-7s-menu:before{content:"\e636"}.pe-7s-map:before{content:"\e637"}.pe-7s-map-marker:before{content:"\e638"}.pe-7s-mail:before{content:"\e639"}.pe-7s-mail-open:before{content:"\e63a"}.pe-7s-mail-open-file:before{content:"\e63b"}.pe-7s-magnet:before{content:"\e63c"}.pe-7s-loop:before{content:"\e63d"}.pe-7s-look:before{content:"\e63e"}.pe-7s-lock:before{content:"\e63f"}.pe-7s-lintern:before{content:"\e640"}.pe-7s-link:before{content:"\e641"}.pe-7s-like:before{content:"\e642"}.pe-7s-light:before{content:"\e643"}.pe-7s-less:before{content:"\e644"}.pe-7s-keypad:before{content:"\e645"}.pe-7s-junk:before{content:"\e646"}.pe-7s-info:before{content:"\e647"}.pe-7s-home:before{content:"\e648"}.pe-7s-help2:before{content:"\e649"}.pe-7s-help1:before{content:"\e64a"}.pe-7s-graph3:before{content:"\e64b"}.pe-7s-graph2:before{content:"\e64c"}.pe-7s-graph1:before{content:"\e64d"}.pe-7s-graph:before{content:"\e64e"}.pe-7s-global:before{content:"\e64f"}.pe-7s-gleam:before{content:"\e650"}.pe-7s-glasses:before{content:"\e651"}.pe-7s-gift:before{content:"\e652"}.pe-7s-folder:before{content:"\e653"}.pe-7s-flag:before{content:"\e654"}.pe-7s-filter:before{content:"\e655"}.pe-7s-file:before{content:"\e656"}.pe-7s-expand1:before{content:"\e657"}.pe-7s-exapnd2:before{content:"\e658"}.pe-7s-edit:before{content:"\e659"}.pe-7s-drop:before{content:"\e65a"}.pe-7s-drawer:before{content:"\e65b"}.pe-7s-download:before{content:"\e65c"}.pe-7s-display2:before{content:"\e65d"}.pe-7s-display1:before{content:"\e65e"}.pe-7s-diskette:before{content:"\e65f"}.pe-7s-date:before{content:"\e660"}.pe-7s-cup:before{content:"\e661"}.pe-7s-culture:before{content:"\e662"}.pe-7s-crop:before{content:"\e663"}.pe-7s-credit:before{content:"\e664"}.pe-7s-copy-file:before{content:"\e665"}.pe-7s-config:before{content:"\e666"}.pe-7s-compass:before{content:"\e667"}.pe-7s-comment:before{content:"\e668"}.pe-7s-coffee:before{content:"\e669"}.pe-7s-cloud:before{content:"\e66a"}.pe-7s-clock:before{content:"\e66b"}.pe-7s-check:before{content:"\e66c"}.pe-7s-chat:before{content:"\e66d"}.pe-7s-cart:before{content:"\e66e"}.pe-7s-camera:before{content:"\e66f"}.pe-7s-call:before{content:"\e670"}.pe-7s-calculator:before{content:"\e671"}.pe-7s-browser:before{content:"\e672"}.pe-7s-box2:before{content:"\e673"}.pe-7s-box1:before{content:"\e674"}.pe-7s-bookmarks:before{content:"\e675"}.pe-7s-bicycle:before{content:"\e676"}.pe-7s-bell:before{content:"\e677"}.pe-7s-battery:before{content:"\e678"}.pe-7s-ball:before{content:"\e679"}.pe-7s-back:before{content:"\e67a"}.pe-7s-attention:before{content:"\e67b"}.pe-7s-anchor:before{content:"\e67c"}.pe-7s-albums:before{content:"\e67d"}.pe-7s-alarm:before{content:"\e67e"}.pe-7s-airplay:before{content:"\e67f"}.pswp {
display: none;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
-ms-touch-action: none;
touch-action: none;
z-index: 1500;
-webkit-text-size-adjust: 100%; -webkit-backface-visibility: hidden;
outline: none; }
.pswp * {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.pswp img {
max-width: none; } .pswp--animate_opacity { opacity: 0.001;
will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp--open {
display: block; }
.pswp--zoom-allowed .pswp__img { cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.pswp--zoomed-in .pswp__img { cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab; }
.pswp--dragging .pswp__img { cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: grabbing; } .pswp__bg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
will-change: opacity; }
.pswp__scroll-wrap {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden; }
.pswp__container,
.pswp__zoom-wrap {
-ms-touch-action: none;
touch-action: none;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; } .pswp__container,
.pswp__img {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.pswp__zoom-wrap {
position: absolute;
width: 100%;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top; -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp__bg {
will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
-webkit-transition: none;
transition: none; }
.pswp__container,
.pswp__zoom-wrap {
-webkit-backface-visibility: hidden; }
.pswp__item {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow: hidden; }
.pswp__img {
position: absolute;
width: auto;
height: auto;
top: 0;
left: 0; } .pswp__img--placeholder {
-webkit-backface-visibility: hidden; } .pswp__img--placeholder--blank {
background: #222; }
.pswp--ie .pswp__img {
width: 100% !important;
height: auto !important;
left: 0;
top: 0; } .pswp__error-msg {
position: absolute;
left: 0;
top: 50%;
width: 100%;
text-align: center;
font-size: 14px;
line-height: 16px;
margin-top: -8px;
color: #CCC; }
.pswp__error-msg a {
color: #CCC;
text-decoration: underline; }.pswp__button {
width: 44px;
height: 44px;
position: relative;
background: none;
cursor: pointer;
overflow: visible;
-webkit-appearance: none;
display: block;
border: 0;
padding: 0;
margin: 0;
float: right;
opacity: 0.75;
-webkit-transition: opacity 0.2s;
transition: opacity 0.2s;
-webkit-box-shadow: none;
box-shadow: none; }
.pswp__button:focus, .pswp__button:hover {
opacity: 1; }
.pswp__button:active {
outline: none;
opacity: 0.9; }
.pswp__button::-moz-focus-inner {
padding: 0;
border: 0; } .pswp__ui--over-close .pswp__button--close {
opacity: 1; }
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
background: url(//autolavaggiosantarosa.it/wp-content/themes/skylith/assets/vendor/photoswipe/dist/default-skin/default-skin.png) 0 0 no-repeat;
background-size: 264px 88px;
width: 44px;
height: 44px; }
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) { .pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
background-image: url(//autolavaggiosantarosa.it/wp-content/themes/skylith/assets/vendor/photoswipe/dist/default-skin/default-skin.svg); }
.pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
background: none; } }
.pswp__button--close {
background-position: 0 -44px; }
.pswp__button--share {
background-position: -44px -44px; }
.pswp__button--fs {
display: none; }
.pswp--supports-fs .pswp__button--fs {
display: block; }
.pswp--fs .pswp__button--fs {
background-position: -44px 0; }
.pswp__button--zoom {
display: none;
background-position: -88px 0; }
.pswp--zoom-allowed .pswp__button--zoom {
display: block; }
.pswp--zoomed-in .pswp__button--zoom {
background-position: -132px 0; } .pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
visibility: hidden; } .pswp__button--arrow--left,
.pswp__button--arrow--right {
background: none;
top: 50%;
margin-top: -50px;
width: 70px;
height: 100px;
position: absolute; }
.pswp__button--arrow--left {
left: 0; }
.pswp__button--arrow--right {
right: 0; }
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
content: '';
top: 35px;
background-color: rgba(0, 0, 0, 0.3);
height: 30px;
width: 32px;
position: absolute; }
.pswp__button--arrow--left:before {
left: 6px;
background-position: -138px -44px; }
.pswp__button--arrow--right:before {
right: 6px;
background-position: -94px -44px; } .pswp__counter,
.pswp__share-modal {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.pswp__share-modal {
display: block;
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 10px;
position: absolute;
z-index: 1600;
opacity: 0;
-webkit-transition: opacity 0.25s ease-out;
transition: opacity 0.25s ease-out;
-webkit-backface-visibility: hidden;
will-change: opacity; }
.pswp__share-modal--hidden {
display: none; }
.pswp__share-tooltip {
z-index: 1620;
position: absolute;
background: #FFF;
top: 56px;
border-radius: 2px;
display: block;
width: auto;
right: 44px;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
-webkit-transform: translateY(6px);
-ms-transform: translateY(6px);
transform: translateY(6px);
-webkit-transition: -webkit-transform 0.25s;
transition: transform 0.25s;
-webkit-backface-visibility: hidden;
will-change: transform; }
.pswp__share-tooltip a {
display: block;
padding: 8px 12px;
color: #000;
text-decoration: none;
font-size: 14px;
line-height: 18px; }
.pswp__share-tooltip a:hover {
text-decoration: none;
color: #000; }
.pswp__share-tooltip a:first-child { border-radius: 2px 2px 0 0; }
.pswp__share-tooltip a:last-child {
border-radius: 0 0 2px 2px; }
.pswp__share-modal--fade-in {
opacity: 1; }
.pswp__share-modal--fade-in .pswp__share-tooltip {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } .pswp--touch .pswp__share-tooltip a {
padding: 16px 12px; }
a.pswp__share--facebook:before {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
top: -12px;
right: 15px;
border: 6px solid transparent;
border-bottom-color: #FFF;
-webkit-pointer-events: none;
-moz-pointer-events: none;
pointer-events: none; }
a.pswp__share--facebook:hover {
background: #3E5C9A;
color: #FFF; }
a.pswp__share--facebook:hover:before {
border-bottom-color: #3E5C9A; }
a.pswp__share--twitter:hover {
background: #55ACEE;
color: #FFF; }
a.pswp__share--pinterest:hover {
background: #CCC;
color: #CE272D; }
a.pswp__share--download:hover {
background: #DDD; } .pswp__counter {
position: absolute;
left: 0;
top: 0;
height: 44px;
font-size: 13px;
line-height: 44px;
color: #FFF;
opacity: 0.75;
padding: 0 10px; } .pswp__caption {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
min-height: 44px; }
.pswp__caption small {
font-size: 11px;
color: #BBB; }
.pswp__caption__center {
text-align: left;
max-width: 420px;
margin: 0 auto;
font-size: 13px;
padding: 10px;
line-height: 20px;
color: #CCC; }
.pswp__caption--empty {
display: none; } .pswp__caption--fake {
visibility: hidden; } .pswp__preloader {
width: 44px;
height: 44px;
position: absolute;
top: 0;
left: 50%;
margin-left: -22px;
opacity: 0;
-webkit-transition: opacity 0.25s ease-out;
transition: opacity 0.25s ease-out;
will-change: opacity;
direction: ltr; }
.pswp__preloader__icn {
width: 20px;
height: 20px;
margin: 12px; }
.pswp__preloader--active {
opacity: 1; }
.pswp__preloader--active .pswp__preloader__icn { background: url(//autolavaggiosantarosa.it/wp-content/themes/skylith/assets/vendor/photoswipe/dist/default-skin/preloader.gif) 0 0 no-repeat; }
.pswp--css_animation .pswp__preloader--active {
opacity: 1; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
-webkit-animation: clockwise 500ms linear infinite;
animation: clockwise 500ms linear infinite; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }
.pswp--css_animation .pswp__preloader__icn {
background: none;
opacity: 0.75;
width: 14px;
height: 14px;
position: absolute;
left: 15px;
top: 15px;
margin: 0; }
.pswp--css_animation .pswp__preloader__cut { position: relative;
width: 7px;
height: 14px;
overflow: hidden; }
.pswp--css_animation .pswp__preloader__donut {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 14px;
height: 14px;
border: 2px solid #FFF;
border-radius: 50%;
border-left-color: transparent;
border-bottom-color: transparent;
position: absolute;
top: 0;
left: 0;
background: none;
margin: 0; }
@media screen and (max-width: 1024px) {
.pswp__preloader {
position: relative;
left: auto;
top: auto;
margin: 0;
float: right; } }
@-webkit-keyframes clockwise {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes clockwise {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@-webkit-keyframes donut-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0); }
50% {
-webkit-transform: rotate(-140deg);
transform: rotate(-140deg); }
100% {
-webkit-transform: rotate(0);
transform: rotate(0); } }
@keyframes donut-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0); }
50% {
-webkit-transform: rotate(-140deg);
transform: rotate(-140deg); }
100% {
-webkit-transform: rotate(0);
transform: rotate(0); } }  .pswp__ui {
-webkit-font-smoothing: auto;
visibility: visible;
opacity: 1;
z-index: 1550; } .pswp__top-bar {
position: absolute;
left: 0;
top: 0;
height: 44px;
width: 100%; }
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
-webkit-backface-visibility: hidden;
will-change: opacity;
-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); } .pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
visibility: visible; }
.pswp__top-bar,
.pswp__caption {
background-color: rgba(0, 0, 0, 0.5); } .pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
background-color: rgba(0, 0, 0, 0.3); } .pswp__ui--idle .pswp__top-bar {
opacity: 0; }
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
opacity: 0; } .pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right { opacity: 0.001; } .pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
display: none; }
.pswp__element--disabled {
display: none !important; }
.pswp--minimal--dark .pswp__top-bar {
background: none; }
    html {
overflow-x: hidden;
overflow-y: scroll;
}
body {
color: #5f5f5f;
word-wrap: break-word;
background-color: #f6f6f6;
}
.nk-main {
position: relative;
background-color: #f6f6f6;
z-index: 1;
}
body.nk-bg-gradient .nk-main {
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f6));
background: -o-linear-gradient(top, #fff, #f6f6f6);
background: linear-gradient(to bottom, #fff, #f6f6f6);
}
body.nk-page-boxed {
max-width: 1200px;
margin: 0 auto;
}
a {
color: #b9a186;
}
a:focus,
a:hover {
color: #a68866;
}
::-moz-selection {
color: #fff;
background-color: #b9a186;
}
::selection {
color: #fff;
background-color: #b9a186;
}
.nk-block {
position: relative;
display: block;
overflow: hidden;
z-index: 1;
}
.nk-block::after, .nk-block::before {
content: "";
display: block;
clear: both;
}
.bg-image,
.bg-video {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-position: 50% 50%;
background-size: cover;
z-index: -1;
}
.bg-image > div,
.bg-video > div {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-position: 50% 50%;
background-size: cover;
}
.bg-image img,
.bg-video img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-family: "object-fit: cover;";
z-index: -1;
-o-object-fit: cover;
object-fit: cover;
}
.bg-image-full,
.bg-video-full {
position: relative;
height: 100vh;
}
.bg-video {
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.bg-image-row,
.bg-video-row,
.bg-map-row {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
}
.bg-image-row > div,
.bg-video-row > div,
.bg-map-row > div {
height: 100%;
overflow: hidden;
}
@media (max-width: 991px) {
.bg-image-row,
.bg-video-row,
.bg-map-row {
position: relative;
}
.bg-image-row > div,
.bg-video-row > div,
.bg-map-row > div {
padding-top: 56.25%;
}
.bg-image-row > div > div,
.bg-video-row > div > div,
.bg-map-row > div > div {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
}
.bg-map-row {
z-index: auto;
}
.bg-map-row .nk-gmaps {
height: 100%;
z-index: 1;
}
@media (max-width: 991px) {
.bg-map-row {
position: relative;
}
.bg-map-row > div {
padding-top: 0;
}
.bg-map-row > div > div {
position: relative;
}
.bg-map-row .nk-gmaps {
height: 300px;
}
.bg-map-row .nk-gmaps-sm {
height: 250px;
}
.bg-map-row .nk-gmaps-md {
height: 450px;
}
.bg-map-row .nk-gmaps-lg {
height: 550px;
}
.bg-map-row .nk-gmaps-full {
height: 100vh;
min-height: 700px;
}
}
.bg-color {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #252525;
z-index: -1;
}
.nk-gap,
.nk-gap-1,
.nk-gap-2,
.nk-gap-3,
.nk-gap-4,
.nk-gap-5,
.nk-gap-6 {
display: block;
height: 20px;
}
.nk-gap::after, .nk-gap::before,
.nk-gap-1::after,
.nk-gap-1::before,
.nk-gap-2::after,
.nk-gap-2::before,
.nk-gap-3::after,
.nk-gap-3::before,
.nk-gap-4::after,
.nk-gap-4::before,
.nk-gap-5::after,
.nk-gap-5::before,
.nk-gap-6::after,
.nk-gap-6::before {
content: "";
display: block;
clear: both;
}
.nk-gap-1 {
height: 30px;
}
.nk-gap-2 {
height: 40px;
}
.nk-gap-3 {
height: 60px;
}
.nk-gap-4 {
height: 80px;
}
.nk-gap-5 {
height: 100px;
}
.nk-gap-6 {
height: 120px;
}
.nk-body-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
.nk-gmaps {
min-width: 100%;
height: 300px;
}
.nk-gmaps-sm {
height: 250px;
}
.nk-gmaps-md {
height: 450px;
}
.nk-gmaps-lg {
height: 570px;
}
.nk-gmaps-full {
height: 100vh;
min-height: 700px;
}
.nk-badge {
display: inline-block;
min-width: 17px;
height: 17px;
padding: 0 4px;
font-size: 9px;
line-height: 17px;
color: #fff;
text-align: center;
letter-spacing: .1em;
background-color: #252525;
border: 1px solid #fff;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-navbar li > .nk-badge {
position: absolute;
right: 5px;
bottom: 0;
}
.nk-scroll-top {
cursor: pointer;
}
pre {
position: relative;
max-height: 500px;
padding: 25px;
line-height: 1.3;
color: #fff;
background-color: #3a3a3a;
}
pre .tag {
display: inline-block;
padding: 0;
font-size: inherit;
font-weight: inherit;
line-height: inherit;
text-align: inherit;
white-space: inherit;
vertical-align: inherit;
border-radius: 0;
}
pre[class*="language-"] {
margin: 0;
}
.nk-side-image {
position: fixed;
display: none;
top: 0;
left: 0;
width: 39%;
height: 100vh;
}
@media screen and (min-width: 768px) {
.nk-side-image {
display: block;
}
.nk-side-image ~ .nk-main,
.nk-side-image ~ .nk-footer {
width: 61%;
margin-left: auto;
}
.nk-side-image ~ .nk-main .container,
.nk-side-image ~ .nk-main .container-fluid,
.nk-side-image ~ .nk-footer .container,
.nk-side-image ~ .nk-footer .container-fluid {
padding-right: 45px;
padding-left: 45px;
}
.nk-header.nk-header-left ~ .nk-side-image ~ .nk-main,
.nk-header.nk-header-left ~ .nk-side-image ~ .nk-footer {
margin-left: auto;
}
}
.nk-scroll-up {
position: fixed;
right: 0;
bottom: 0;
width: 100%;
padding: 40px;
pointer-events: none;
visibility: hidden;
opacity: 0;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
z-index: 10;
will-change: auto;
}
.nk-scroll-up.nk-scroll-up-show {
visibility: visible;
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.nk-scroll-up a {
display: block;
width: 50px;
height: 50px;
margin-left: auto;
font-size: 2rem;
line-height: 55px;
color: #fff;
text-align: center;
pointer-events: auto;
background-color: #303030;
border-radius: 50%;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
will-change: auto;
}
.nk-scroll-up a:hover {
color: #fff;
background-color: #b9a186;
-webkit-box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.15);
box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.15);
-webkit-transform: translateY(-1px);
-ms-transform: translateY(-1px);
transform: translateY(-1px);
}
@supports (-webkit-background-clip: text) {
.nk-image-text {
background-position: 50% 50%;
-webkit-background-clip: text;
background-size: cover;
-webkit-text-fill-color: transparent;
}
}
@supports not (-webkit-background-clip: text) {
.nk-image-text {
background: none !important;
}
} body {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
p {
margin-bottom: 1.6rem;
}
b,
strong {
font-weight: 600;
}
div.lead {
font-size: 1.68rem;
line-height: 1.45;
color: #171717;
}
div.lead-sm {
font-size: 1.25rem;
} .nk-heading-font {
letter-spacing: .02em;
} h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
margin-bottom: 1rem;
font-weight: 600;
color: #171717;
}
.display-1,
.display-2,
.display-3,
.display-4,
.display-big,
.display-extra-big {
font-weight: 600;
line-height: 1.25;
color: #171717;
}
.display-1 {
font-size: 4.1rem;
}
.display-2 {
font-size: 3.6rem;
}
.display-3 {
font-size: 3.15rem;
}
.display-4 {
font-size: 2.6rem;
}
.display-big {
font-size: 120px;
}
@media (max-width: 767px) {
.display-big {
font-size: 60px;
}
}
.display-extra-big {
font-size: 150px;
}
@media (max-width: 767px) {
.display-extra-big {
font-size: 100px;
}
}
@media (max-width: 575px) {
.display-extra-big {
font-size: 60px;
}
}
.h2,
h2 {
font-size: 2.1rem;
}
.h3,
h3 {
font-size: 1.69rem;
}
.h4,
h4 {
font-size: 1.4rem;
}
.h6,
h6 {
font-size: 1.15rem;
} .nk-subtitle {
margin-bottom: 1.1rem;
font-family: inherit;
font-size: .93rem;
text-transform: uppercase;
letter-spacing: .2em;
}
.nk-subtitle-2 {
font-family: inherit;
font-size: .8rem;
font-weight: 600;
text-transform: uppercase;
}
.nk-subtitle-3 {
position: relative;
margin-bottom: 12px;
font-family: inherit;
font-size: .83rem;
font-weight: 500;
color: #171717;
text-transform: uppercase;
}
.nk-subtitle-3::before {
content: "";
position: absolute;
display: block;
top: 50%;
left: -60px;
width: 30px;
margin-top: -1px;
border-bottom: 1px solid;
} .row.vertical-gap > [class*="col-"] {
padding-top: 30px;
}
.row.vertical-gap {
margin-top: -30px;
}
.nk-sidebar-sticky-parent {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.nk-sidebar-sticky-parent > .nk-sidebar {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.row.xs-gap {
margin-right: -5px;
margin-left: -5px;
}
.row.xs-gap > [class*="col-"] {
padding-right: 5px;
padding-left: 5px;
}
.row.xs-gap.vertical-gap > [class*="col-"] {
padding-top: 10px;
}
.row.xs-gap.vertical-gap {
margin-top: -10px;
}
.row.sm-gap {
margin-right: -7.5px;
margin-left: -7.5px;
}
.row.sm-gap > [class*="col-"] {
padding-right: 7.5px;
padding-left: 7.5px;
}
.row.sm-gap.vertical-gap > [class*="col-"] {
padding-top: 15px;
}
.row.sm-gap.vertical-gap {
margin-top: -15px;
}
.row.md-gap {
margin-right: -22.5px;
margin-left: -22.5px;
}
.row.md-gap > [class*="col-"] {
padding-right: 22.5px;
padding-left: 22.5px;
}
.row.md-gap.vertical-gap > [class*="col-"] {
padding-top: 45px;
}
.row.md-gap.vertical-gap {
margin-top: -45px;
}
.row.lg-gap {
margin-right: -30px;
margin-left: -30px;
}
.row.lg-gap > [class*="col-"] {
padding-right: 30px;
padding-left: 30px;
}
.row.lg-gap.vertical-gap > [class*="col-"] {
padding-top: 65px;
}
.row.lg-gap.vertical-gap {
margin-top: -65px;
}
.thead-default th {
color: #444444;
background-color: #f7f7f7;
}
.table thead th,
.table td,
.table th {
border-color: #f2f2f2;
}
.nk-modal .modal-content {
border: none;
border-radius: 0;
}
.nk-modal .modal-header,
.nk-modal .modal-footer {
padding: 25px 30px;
border-top-color: #f3f3f3;
border-bottom-color: #f3f3f3;
}
.nk-modal .modal-header .close,
.nk-modal .modal-footer .close {
position: relative;
margin-top: 0;
z-index: 2;
}
.nk-modal .modal-body {
padding: 30px;
}
.nk-modal.fade .modal-dialog {
-webkit-transition: none;
-o-transition: none;
transition: none;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
@media (min-width: 576px) {
.nk-modal .modal-dialog {
margin-top: 60px;
margin-bottom: 60px;
}
}
.tooltip {
pointer-events: none;
}  .text-main {
color: #b9a186 !important;
}
.text-white {
color: #fff !important;
}
.text-black {
color: #000 !important;
}
.text-dark {
color: #101010 !important;
}
.text-dark-05 {
color: #181818 !important;
}
.text-dark-1 {
color: #252525 !important;
}
.text-dark-2 {
color: #303030 !important;
}
.text-dark-3 {
color: #3a3a3a !important;
}
.text-dark-4 {
color: #444444 !important;
}
.text-gray-1 {
color: #fafafa !important;
}
.text-gray-2 {
color: #f7f7f7 !important;
}
.text-gray-3 {
color: whitesmoke !important;
}
.text-gray-4 {
color: #f2f2f2 !important;
}
.text-gray-5 {
color: #f0f0f0 !important;
}
.text-gray-6 {
color: #ededed !important;
}
.text-gray-7 {
color: #d9d9d9 !important;
}
.text-gray {
color: #8e8e8e !important;
}
.text-inherit {
color: inherit;
} .bg-main {
background-color: #b9a186 !important;
}
.bg-white {
background-color: #fff !important;
}
.bg-black {
background-color: #000 !important;
}
.bg-dark {
background-color: #101010 !important;
}
.bg-dark-05 {
background-color: #181818 !important;
}
.bg-dark-1 {
background-color: #252525 !important;
}
.bg-dark-2 {
background-color: #303030 !important;
}
.bg-dark-3 {
background-color: #3a3a3a !important;
}
.bg-dark-4 {
background-color: #444444 !important;
}
.bg-gray-1 {
background-color: #fafafa !important;
}
.bg-gray-2 {
background-color: #f7f7f7 !important;
}
.bg-gray-3 {
background-color: whitesmoke !important;
}
.bg-gray-4 {
background-color: #f2f2f2 !important;
}
.bg-gray-5 {
background-color: #f0f0f0 !important;
}
.bg-gray-6 {
background-color: #ededed !important;
}
.bg-gray-7 {
background-color: #d9d9d9 !important;
}
.bg-gray {
background-color: #8e8e8e !important;
}
.bg-transparent {
background-color: transparent !important;
} .nk-img-fit,
.nk-img {
max-width: 100%;
height: auto;
}
@media (max-width: 575px) {
.nk-img-fit-xs-down {
max-width: 100%;
height: auto;
}
}
@media (min-width: 576px) {
.nk-img-fit-sm-up {
max-width: 100%;
height: auto;
}
}
@media (max-width: 767px) {
.nk-img-fit-sm-down {
max-width: 100%;
height: auto;
}
}
@media (min-width: 768px) {
.nk-img-fit-md-up {
max-width: 100%;
height: auto;
}
}
@media (max-width: 991px) {
.nk-img-fit-md-down {
max-width: 100%;
height: auto;
}
}
@media (min-width: 992px) {
.nk-img-fit-lg-up {
max-width: 100%;
height: auto;
}
}
@media (max-width: 1199px) {
.nk-img-fit-lg-down {
max-width: 100%;
height: auto;
}
}
@media (min-width: 1200) {
.nk-img-fit-xl-up {
max-width: 100%;
height: auto;
}
} .nk-img-stretch {
width: 100%;
height: auto;
} img.circle {
border-radius: 50%;
}
img.rounded {
border-radius: 5px;
} .align-left {
text-align: left;
}
.align-center {
text-align: center;
}
.align-right {
text-align: right;
}
.align-justify {
text-align: justify;
} .va-t {
vertical-align: top !important;
}
.va-m {
vertical-align: middle !important;
}
.va-b {
vertical-align: bottom !important;
}
.va-s {
vertical-align: super !important;
} .dib {
display: inline-block !important;
} .db {
display: block;
} .cursor {
cursor: pointer !important;
} .text-uppercase {
text-transform: uppercase !important;
}
.text-lowercase {
text-transform: lowercase !important;
} .fw-100 {
font-weight: 100 !important;
}
.fw-200 {
font-weight: 200 !important;
}
.fw-300 {
font-weight: 300 !important;
}
.fw-400 {
font-weight: 400 !important;
}
.fw-500 {
font-weight: 500 !important;
}
.fw-600 {
font-weight: 600 !important;
}
.fw-700 {
font-weight: 700 !important;
}
.fw-800 {
font-weight: 800 !important;
}
.fw-900 {
font-weight: 900 !important;
} .fs-4 {
font-size: 4px !important;
}
.fs-5 {
font-size: 5px !important;
}
.fs-6 {
font-size: 6px !important;
}
.fs-7 {
font-size: 7px !important;
}
.fs-8 {
font-size: 8px !important;
}
.fs-9 {
font-size: 9px !important;
}
.fs-10 {
font-size: 10px !important;
}
.fs-11 {
font-size: 11px !important;
}
.fs-12 {
font-size: 12px !important;
}
.fs-13 {
font-size: 13px !important;
}
.fs-14 {
font-size: 14px !important;
}
.fs-15 {
font-size: 15px !important;
}
.fs-16 {
font-size: 16px !important;
}
.fs-17 {
font-size: 17px !important;
}
.fs-18 {
font-size: 18px !important;
}
.fs-19 {
font-size: 19px !important;
}
.fs-20 {
font-size: 20px !important;
}
.fs-22 {
font-size: 22px !important;
}
.fs-24 {
font-size: 24px !important;
}
.fs-26 {
font-size: 26px !important;
}
.fs-28 {
font-size: 28px !important;
}
.fs-30 {
font-size: 30px !important;
}
.fs-35 {
font-size: 35px !important;
}
.fs-40 {
font-size: 40px !important;
}
.fs-45 {
font-size: 45px !important;
}
.fs-50 {
font-size: 50px !important;
}
.fs-60 {
font-size: 60px !important;
}
.fs-70 {
font-size: 70px !important;
}
.fs-80 {
font-size: 80px !important;
}
.fs-90 {
font-size: 90px !important;
}
.fs-100 {
font-size: 100px !important;
}
.fs-110 {
font-size: 110px !important;
}
.fs-120 {
font-size: 120px !important;
} .lh-0 {
line-height: 0px !important;
}
.lh-5 {
line-height: 5px !important;
}
.lh-10 {
line-height: 10px !important;
}
.lh-15 {
line-height: 15px !important;
}
.lh-20 {
line-height: 20px !important;
}
.lh-25 {
line-height: 25px !important;
}
.lh-30 {
line-height: 30px !important;
}
.lh-35 {
line-height: 35px !important;
}
.lh-40 {
line-height: 40px !important;
}
.lh-45 {
line-height: 45px !important;
}
.lh-50 {
line-height: 50px !important;
}
.lh-55 {
line-height: 55px !important;
}
.lh-60 {
line-height: 60px !important;
}
.lh-65 {
line-height: 65px !important;
}
.lh-70 {
line-height: 70px !important;
} .nk-font-inherit {
font-family: inherit !important;
} .ellipsis {
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
} .hauto {
height: auto !important;
}
.wauto {
width: auto !important;
} .of-a {
overflow: auto !important;
}
.of-h {
overflow: hidden !important;
}
.of-v {
overflow: visible !important;
}
.of-x-a {
overflow-x: auto !important;
}
.of-x-h {
overflow-x: hidden !important;
}
.of-x-v {
overflow-x: visible !important;
}
.of-y-a {
overflow-y: auto !important;
}
.of-y-h {
overflow-y: hidden !important;
}
.of-y-v {
overflow-y: visible !important;
} .br-0 {
border-radius: 0px !important;
}
.br-1 {
border-radius: 1px !important;
}
.br-2 {
border-radius: 2px !important;
}
.br-3 {
border-radius: 3px !important;
}
.br-4 {
border-radius: 4px !important;
}
.br-5 {
border-radius: 5px !important;
}
.br-6 {
border-radius: 6px !important;
}
.br-7 {
border-radius: 7px !important;
}
.br-8 {
border-radius: 8px !important;
}
.br-9 {
border-radius: 9px !important;
}
.br-10 {
border-radius: 10px !important;
}
.br-12 {
border-radius: 12px !important;
}
.br-14 {
border-radius: 14px !important;
}
.br-16 {
border-radius: 16px !important;
}
.br-18 {
border-radius: 18px !important;
}
.br-20 {
border-radius: 20px !important;
}
.br-25 {
border-radius: 25px !important;
}
.br-30 {
border-radius: 30px !important;
}
.br-35 {
border-radius: 35px !important;
} .p-0 {
padding: 0px !important;
}
.p-1 {
padding: 1px !important;
}
.p-2 {
padding: 2px !important;
}
.p-3 {
padding: 3px !important;
}
.p-4 {
padding: 4px !important;
}
.p-5 {
padding: 5px !important;
}
.p-6 {
padding: 6px !important;
}
.p-7 {
padding: 7px !important;
}
.p-8 {
padding: 8px !important;
}
.p-9 {
padding: 9px !important;
}
.p-10 {
padding: 10px !important;
}
.p-15 {
padding: 15px !important;
}
.p-20 {
padding: 20px !important;
}
.p-25 {
padding: 25px !important;
}
.p-30 {
padding: 30px !important;
}
.p-35 {
padding: 35px !important;
}
.p-40 {
padding: 40px !important;
}
.p-45 {
padding: 45px !important;
}
.p-50 {
padding: 50px !important;
}
.p-60 {
padding: 60px !important;
}
.p-70 {
padding: 70px !important;
}
.p-80 {
padding: 80px !important;
}
.p-90 {
padding: 90px !important;
}
.p-100 {
padding: 100px !important;
}
.pt-0 {
padding-top: 0px !important;
}
.pt-1 {
padding-top: 1px !important;
}
.pt-2 {
padding-top: 2px !important;
}
.pt-3 {
padding-top: 3px !important;
}
.pt-4 {
padding-top: 4px !important;
}
.pt-5 {
padding-top: 5px !important;
}
.pt-6 {
padding-top: 6px !important;
}
.pt-7 {
padding-top: 7px !important;
}
.pt-8 {
padding-top: 8px !important;
}
.pt-9 {
padding-top: 9px !important;
}
.pt-10 {
padding-top: 10px !important;
}
.pt-15 {
padding-top: 15px !important;
}
.pt-20 {
padding-top: 20px !important;
}
.pt-25 {
padding-top: 25px !important;
}
.pt-30 {
padding-top: 30px !important;
}
.pt-35 {
padding-top: 35px !important;
}
.pt-40 {
padding-top: 40px !important;
}
.pt-45 {
padding-top: 45px !important;
}
.pt-50 {
padding-top: 50px !important;
}
.pt-60 {
padding-top: 60px !important;
}
.pt-70 {
padding-top: 70px !important;
}
.pt-80 {
padding-top: 80px !important;
}
.pt-90 {
padding-top: 90px !important;
}
.pt-100 {
padding-top: 100px !important;
}
.pl-0 {
padding-left: 0px !important;
}
.pl-1 {
padding-left: 1px !important;
}
.pl-2 {
padding-left: 2px !important;
}
.pl-3 {
padding-left: 3px !important;
}
.pl-4 {
padding-left: 4px !important;
}
.pl-5 {
padding-left: 5px !important;
}
.pl-6 {
padding-left: 6px !important;
}
.pl-7 {
padding-left: 7px !important;
}
.pl-8 {
padding-left: 8px !important;
}
.pl-9 {
padding-left: 9px !important;
}
.pl-10 {
padding-left: 10px !important;
}
.pl-15 {
padding-left: 15px !important;
}
.pl-20 {
padding-left: 20px !important;
}
.pl-25 {
padding-left: 25px !important;
}
.pl-30 {
padding-left: 30px !important;
}
.pl-35 {
padding-left: 35px !important;
}
.pl-40 {
padding-left: 40px !important;
}
.pl-45 {
padding-left: 45px !important;
}
.pl-50 {
padding-left: 50px !important;
}
.pl-60 {
padding-left: 60px !important;
}
.pl-70 {
padding-left: 70px !important;
}
.pl-80 {
padding-left: 80px !important;
}
.pl-90 {
padding-left: 90px !important;
}
.pl-100 {
padding-left: 100px !important;
}
.pr-0 {
padding-right: 0px !important;
}
.pr-1 {
padding-right: 1px !important;
}
.pr-2 {
padding-right: 2px !important;
}
.pr-3 {
padding-right: 3px !important;
}
.pr-4 {
padding-right: 4px !important;
}
.pr-5 {
padding-right: 5px !important;
}
.pr-6 {
padding-right: 6px !important;
}
.pr-7 {
padding-right: 7px !important;
}
.pr-8 {
padding-right: 8px !important;
}
.pr-9 {
padding-right: 9px !important;
}
.pr-10 {
padding-right: 10px !important;
}
.pr-15 {
padding-right: 15px !important;
}
.pr-20 {
padding-right: 20px !important;
}
.pr-25 {
padding-right: 25px !important;
}
.pr-30 {
padding-right: 30px !important;
}
.pr-35 {
padding-right: 35px !important;
}
.pr-40 {
padding-right: 40px !important;
}
.pr-45 {
padding-right: 45px !important;
}
.pr-50 {
padding-right: 50px !important;
}
.pr-60 {
padding-right: 60px !important;
}
.pr-70 {
padding-right: 70px !important;
}
.pr-80 {
padding-right: 80px !important;
}
.pr-90 {
padding-right: 90px !important;
}
.pr-100 {
padding-right: 100px !important;
}
.pb-0 {
padding-bottom: 0px !important;
}
.pb-1 {
padding-bottom: 1px !important;
}
.pb-2 {
padding-bottom: 2px !important;
}
.pb-3 {
padding-bottom: 3px !important;
}
.pb-4 {
padding-bottom: 4px !important;
}
.pb-5 {
padding-bottom: 5px !important;
}
.pb-6 {
padding-bottom: 6px !important;
}
.pb-7 {
padding-bottom: 7px !important;
}
.pb-8 {
padding-bottom: 8px !important;
}
.pb-9 {
padding-bottom: 9px !important;
}
.pb-10 {
padding-bottom: 10px !important;
}
.pb-15 {
padding-bottom: 15px !important;
}
.pb-20 {
padding-bottom: 20px !important;
}
.pb-25 {
padding-bottom: 25px !important;
}
.pb-30 {
padding-bottom: 30px !important;
}
.pb-35 {
padding-bottom: 35px !important;
}
.pb-40 {
padding-bottom: 40px !important;
}
.pb-45 {
padding-bottom: 45px !important;
}
.pb-50 {
padding-bottom: 50px !important;
}
.pb-60 {
padding-bottom: 60px !important;
}
.pb-70 {
padding-bottom: 70px !important;
}
.pb-80 {
padding-bottom: 80px !important;
}
.pb-90 {
padding-bottom: 90px !important;
}
.pb-100 {
padding-bottom: 100px !important;
} .mauto {
margin-right: auto;
margin-left: auto;
}
.mrauto {
margin-right: auto;
}
.mlauto {
margin-left: auto;
}
.m-0 {
margin: 0px !important;
}
.m-1 {
margin: 1px !important;
}
.m-2 {
margin: 2px !important;
}
.m-3 {
margin: 3px !important;
}
.m-4 {
margin: 4px !important;
}
.m-5 {
margin: 5px !important;
}
.m-6 {
margin: 6px !important;
}
.m-7 {
margin: 7px !important;
}
.m-8 {
margin: 8px !important;
}
.m-9 {
margin: 9px !important;
}
.m-10 {
margin: 10px !important;
}
.m-11 {
margin: 11px !important;
}
.m-12 {
margin: 12px !important;
}
.m-13 {
margin: 13px !important;
}
.m-14 {
margin: 14px !important;
}
.m-15 {
margin: 15px !important;
}
.m-20 {
margin: 20px !important;
}
.m-25 {
margin: 25px !important;
}
.m-30 {
margin: 30px !important;
}
.m-35 {
margin: 35px !important;
}
.m-40 {
margin: 40px !important;
}
.m-45 {
margin: 45px !important;
}
.m-50 {
margin: 50px !important;
}
.m-60 {
margin: 60px !important;
}
.m-70 {
margin: 70px !important;
}
.m-80 {
margin: 80px !important;
}
.m-90 {
margin: 90px !important;
}
.m-100 {
margin: 100px !important;
}
.mt-0 {
margin-top: 0px !important;
}
.mt-1 {
margin-top: 1px !important;
}
.mt-2 {
margin-top: 2px !important;
}
.mt-3 {
margin-top: 3px !important;
}
.mt-4 {
margin-top: 4px !important;
}
.mt-5 {
margin-top: 5px !important;
}
.mt-6 {
margin-top: 6px !important;
}
.mt-7 {
margin-top: 7px !important;
}
.mt-8 {
margin-top: 8px !important;
}
.mt-9 {
margin-top: 9px !important;
}
.mt-10 {
margin-top: 10px !important;
}
.mt-11 {
margin-top: 11px !important;
}
.mt-12 {
margin-top: 12px !important;
}
.mt-13 {
margin-top: 13px !important;
}
.mt-14 {
margin-top: 14px !important;
}
.mt-15 {
margin-top: 15px !important;
}
.mt-20 {
margin-top: 20px !important;
}
.mt-25 {
margin-top: 25px !important;
}
.mt-30 {
margin-top: 30px !important;
}
.mt-35 {
margin-top: 35px !important;
}
.mt-40 {
margin-top: 40px !important;
}
.mt-45 {
margin-top: 45px !important;
}
.mt-50 {
margin-top: 50px !important;
}
.mt-60 {
margin-top: 60px !important;
}
.mt-70 {
margin-top: 70px !important;
}
.mt-80 {
margin-top: 80px !important;
}
.mt-90 {
margin-top: 90px !important;
}
.mt-100 {
margin-top: 100px !important;
}
.ml-0 {
margin-left: 0px !important;
}
.ml-1 {
margin-left: 1px !important;
}
.ml-2 {
margin-left: 2px !important;
}
.ml-3 {
margin-left: 3px !important;
}
.ml-4 {
margin-left: 4px !important;
}
.ml-5 {
margin-left: 5px !important;
}
.ml-6 {
margin-left: 6px !important;
}
.ml-7 {
margin-left: 7px !important;
}
.ml-8 {
margin-left: 8px !important;
}
.ml-9 {
margin-left: 9px !important;
}
.ml-10 {
margin-left: 10px !important;
}
.ml-11 {
margin-left: 11px !important;
}
.ml-12 {
margin-left: 12px !important;
}
.ml-13 {
margin-left: 13px !important;
}
.ml-14 {
margin-left: 14px !important;
}
.ml-15 {
margin-left: 15px !important;
}
.ml-20 {
margin-left: 20px !important;
}
.ml-25 {
margin-left: 25px !important;
}
.ml-30 {
margin-left: 30px !important;
}
.ml-35 {
margin-left: 35px !important;
}
.ml-40 {
margin-left: 40px !important;
}
.ml-45 {
margin-left: 45px !important;
}
.ml-50 {
margin-left: 50px !important;
}
.ml-60 {
margin-left: 60px !important;
}
.ml-70 {
margin-left: 70px !important;
}
.ml-80 {
margin-left: 80px !important;
}
.ml-90 {
margin-left: 90px !important;
}
.ml-100 {
margin-left: 100px !important;
}
.mr-0 {
margin-right: 0px !important;
}
.mr-1 {
margin-right: 1px !important;
}
.mr-2 {
margin-right: 2px !important;
}
.mr-3 {
margin-right: 3px !important;
}
.mr-4 {
margin-right: 4px !important;
}
.mr-5 {
margin-right: 5px !important;
}
.mr-6 {
margin-right: 6px !important;
}
.mr-7 {
margin-right: 7px !important;
}
.mr-8 {
margin-right: 8px !important;
}
.mr-9 {
margin-right: 9px !important;
}
.mr-10 {
margin-right: 10px !important;
}
.mr-11 {
margin-right: 11px !important;
}
.mr-12 {
margin-right: 12px !important;
}
.mr-13 {
margin-right: 13px !important;
}
.mr-14 {
margin-right: 14px !important;
}
.mr-15 {
margin-right: 15px !important;
}
.mr-20 {
margin-right: 20px !important;
}
.mr-25 {
margin-right: 25px !important;
}
.mr-30 {
margin-right: 30px !important;
}
.mr-35 {
margin-right: 35px !important;
}
.mr-40 {
margin-right: 40px !important;
}
.mr-45 {
margin-right: 45px !important;
}
.mr-50 {
margin-right: 50px !important;
}
.mr-60 {
margin-right: 60px !important;
}
.mr-70 {
margin-right: 70px !important;
}
.mr-80 {
margin-right: 80px !important;
}
.mr-90 {
margin-right: 90px !important;
}
.mr-100 {
margin-right: 100px !important;
}
.mb-0 {
margin-bottom: 0px !important;
}
.mb-1 {
margin-bottom: 1px !important;
}
.mb-2 {
margin-bottom: 2px !important;
}
.mb-3 {
margin-bottom: 3px !important;
}
.mb-4 {
margin-bottom: 4px !important;
}
.mb-5 {
margin-bottom: 5px !important;
}
.mb-6 {
margin-bottom: 6px !important;
}
.mb-7 {
margin-bottom: 7px !important;
}
.mb-8 {
margin-bottom: 8px !important;
}
.mb-9 {
margin-bottom: 9px !important;
}
.mb-10 {
margin-bottom: 10px !important;
}
.mb-11 {
margin-bottom: 11px !important;
}
.mb-12 {
margin-bottom: 12px !important;
}
.mb-13 {
margin-bottom: 13px !important;
}
.mb-14 {
margin-bottom: 14px !important;
}
.mb-15 {
margin-bottom: 15px !important;
}
.mb-20 {
margin-bottom: 20px !important;
}
.mb-25 {
margin-bottom: 25px !important;
}
.mb-30 {
margin-bottom: 30px !important;
}
.mb-35 {
margin-bottom: 35px !important;
}
.mb-40 {
margin-bottom: 40px !important;
}
.mb-45 {
margin-bottom: 45px !important;
}
.mb-50 {
margin-bottom: 50px !important;
}
.mb-60 {
margin-bottom: 60px !important;
}
.mb-70 {
margin-bottom: 70px !important;
}
.mb-80 {
margin-bottom: 80px !important;
}
.mb-90 {
margin-bottom: 90px !important;
}
.mb-100 {
margin-bottom: 100px !important;
} .mn-0 {
margin: 0px !important;
}
.mn-1 {
margin: -1px !important;
}
.mn-2 {
margin: -2px !important;
}
.mn-3 {
margin: -3px !important;
}
.mn-4 {
margin: -4px !important;
}
.mn-5 {
margin: -5px !important;
}
.mn-6 {
margin: -6px !important;
}
.mn-7 {
margin: -7px !important;
}
.mn-8 {
margin: -8px !important;
}
.mn-9 {
margin: -9px !important;
}
.mn-10 {
margin: -10px !important;
}
.mn-11 {
margin: -11px !important;
}
.mn-12 {
margin: -12px !important;
}
.mn-13 {
margin: -13px !important;
}
.mn-14 {
margin: -14px !important;
}
.mn-15 {
margin: -15px !important;
}
.mn-20 {
margin: -20px !important;
}
.mn-25 {
margin: -25px !important;
}
.mn-30 {
margin: -30px !important;
}
.mn-35 {
margin: -35px !important;
}
.mn-40 {
margin: -40px !important;
}
.mn-45 {
margin: -45px !important;
}
.mn-50 {
margin: -50px !important;
}
.mn-60 {
margin: -60px !important;
}
.mn-70 {
margin: -70px !important;
}
.mn-80 {
margin: -80px !important;
}
.mn-90 {
margin: -90px !important;
}
.mn-100 {
margin: -100px !important;
}
.mnt-0 {
margin-top: 0px !important;
}
.mnt-1 {
margin-top: -1px !important;
}
.mnt-2 {
margin-top: -2px !important;
}
.mnt-3 {
margin-top: -3px !important;
}
.mnt-4 {
margin-top: -4px !important;
}
.mnt-5 {
margin-top: -5px !important;
}
.mnt-6 {
margin-top: -6px !important;
}
.mnt-7 {
margin-top: -7px !important;
}
.mnt-8 {
margin-top: -8px !important;
}
.mnt-9 {
margin-top: -9px !important;
}
.mnt-10 {
margin-top: -10px !important;
}
.mnt-11 {
margin-top: -11px !important;
}
.mnt-12 {
margin-top: -12px !important;
}
.mnt-13 {
margin-top: -13px !important;
}
.mnt-14 {
margin-top: -14px !important;
}
.mnt-15 {
margin-top: -15px !important;
}
.mnt-20 {
margin-top: -20px !important;
}
.mnt-25 {
margin-top: -25px !important;
}
.mnt-30 {
margin-top: -30px !important;
}
.mnt-35 {
margin-top: -35px !important;
}
.mnt-40 {
margin-top: -40px !important;
}
.mnt-45 {
margin-top: -45px !important;
}
.mnt-50 {
margin-top: -50px !important;
}
.mnt-60 {
margin-top: -60px !important;
}
.mnt-70 {
margin-top: -70px !important;
}
.mnt-80 {
margin-top: -80px !important;
}
.mnt-90 {
margin-top: -90px !important;
}
.mnt-100 {
margin-top: -100px !important;
}
.mnl-0 {
margin-left: 0px !important;
}
.mnl-1 {
margin-left: -1px !important;
}
.mnl-2 {
margin-left: -2px !important;
}
.mnl-3 {
margin-left: -3px !important;
}
.mnl-4 {
margin-left: -4px !important;
}
.mnl-5 {
margin-left: -5px !important;
}
.mnl-6 {
margin-left: -6px !important;
}
.mnl-7 {
margin-left: -7px !important;
}
.mnl-8 {
margin-left: -8px !important;
}
.mnl-9 {
margin-left: -9px !important;
}
.mnl-10 {
margin-left: -10px !important;
}
.mnl-11 {
margin-left: -11px !important;
}
.mnl-12 {
margin-left: -12px !important;
}
.mnl-13 {
margin-left: -13px !important;
}
.mnl-14 {
margin-left: -14px !important;
}
.mnl-15 {
margin-left: -15px !important;
}
.mnl-20 {
margin-left: -20px !important;
}
.mnl-25 {
margin-left: -25px !important;
}
.mnl-30 {
margin-left: -30px !important;
}
.mnl-35 {
margin-left: -35px !important;
}
.mnl-40 {
margin-left: -40px !important;
}
.mnl-45 {
margin-left: -45px !important;
}
.mnl-50 {
margin-left: -50px !important;
}
.mnl-60 {
margin-left: -60px !important;
}
.mnl-70 {
margin-left: -70px !important;
}
.mnl-80 {
margin-left: -80px !important;
}
.mnl-90 {
margin-left: -90px !important;
}
.mnl-100 {
margin-left: -100px !important;
}
.mnr-0 {
margin-right: 0px !important;
}
.mnr-1 {
margin-right: -1px !important;
}
.mnr-2 {
margin-right: -2px !important;
}
.mnr-3 {
margin-right: -3px !important;
}
.mnr-4 {
margin-right: -4px !important;
}
.mnr-5 {
margin-right: -5px !important;
}
.mnr-6 {
margin-right: -6px !important;
}
.mnr-7 {
margin-right: -7px !important;
}
.mnr-8 {
margin-right: -8px !important;
}
.mnr-9 {
margin-right: -9px !important;
}
.mnr-10 {
margin-right: -10px !important;
}
.mnr-11 {
margin-right: -11px !important;
}
.mnr-12 {
margin-right: -12px !important;
}
.mnr-13 {
margin-right: -13px !important;
}
.mnr-14 {
margin-right: -14px !important;
}
.mnr-15 {
margin-right: -15px !important;
}
.mnr-20 {
margin-right: -20px !important;
}
.mnr-25 {
margin-right: -25px !important;
}
.mnr-30 {
margin-right: -30px !important;
}
.mnr-35 {
margin-right: -35px !important;
}
.mnr-40 {
margin-right: -40px !important;
}
.mnr-45 {
margin-right: -45px !important;
}
.mnr-50 {
margin-right: -50px !important;
}
.mnr-60 {
margin-right: -60px !important;
}
.mnr-70 {
margin-right: -70px !important;
}
.mnr-80 {
margin-right: -80px !important;
}
.mnr-90 {
margin-right: -90px !important;
}
.mnr-100 {
margin-right: -100px !important;
}
.mnb-0 {
margin-bottom: 0px !important;
}
.mnb-1 {
margin-bottom: -1px !important;
}
.mnb-2 {
margin-bottom: -2px !important;
}
.mnb-3 {
margin-bottom: -3px !important;
}
.mnb-4 {
margin-bottom: -4px !important;
}
.mnb-5 {
margin-bottom: -5px !important;
}
.mnb-6 {
margin-bottom: -6px !important;
}
.mnb-7 {
margin-bottom: -7px !important;
}
.mnb-8 {
margin-bottom: -8px !important;
}
.mnb-9 {
margin-bottom: -9px !important;
}
.mnb-10 {
margin-bottom: -10px !important;
}
.mnb-11 {
margin-bottom: -11px !important;
}
.mnb-12 {
margin-bottom: -12px !important;
}
.mnb-13 {
margin-bottom: -13px !important;
}
.mnb-14 {
margin-bottom: -14px !important;
}
.mnb-15 {
margin-bottom: -15px !important;
}
.mnb-20 {
margin-bottom: -20px !important;
}
.mnb-25 {
margin-bottom: -25px !important;
}
.mnb-30 {
margin-bottom: -30px !important;
}
.mnb-35 {
margin-bottom: -35px !important;
}
.mnb-40 {
margin-bottom: -40px !important;
}
.mnb-45 {
margin-bottom: -45px !important;
}
.mnb-50 {
margin-bottom: -50px !important;
}
.mnb-60 {
margin-bottom: -60px !important;
}
.mnb-70 {
margin-bottom: -70px !important;
}
.mnb-80 {
margin-bottom: -80px !important;
}
.mnb-90 {
margin-bottom: -90px !important;
}
.mnb-100 {
margin-bottom: -100px !important;
} .op-0 {
opacity: 0 !important;
}
.op-1 {
opacity: 0.1 !important;
}
.op-2 {
opacity: 0.2 !important;
}
.op-3 {
opacity: 0.3 !important;
}
.op-4 {
opacity: 0.4 !important;
}
.op-5 {
opacity: 0.5 !important;
}
.op-6 {
opacity: 0.6 !important;
}
.op-7 {
opacity: 0.7 !important;
}
.op-8 {
opacity: 0.8 !important;
}
.op-9 {
opacity: 0.9 !important;
}
.op-10 {
opacity: 1 !important;
} .mw-100 {
max-width: 100px !important;
}
.mw-200 {
max-width: 200px !important;
}
.mw-250 {
max-width: 250px !important;
}
.mw-300 {
max-width: 300px !important;
}
.mw-400 {
max-width: 400px !important;
}
.mw-500 {
max-width: 500px !important;
}
.mw-600 {
max-width: 600px !important;
}
.mw-620 {
max-width: 620px !important;
}
.mw-700 {
max-width: 700px !important;
}
.mw-800 {
max-width: 800px !important;
}
.mw-900 {
max-width: 900px !important;
}
.mw-1000 {
max-width: 1000px !important;
} .h-100 {
height: 100px !important;
}
.h-200 {
height: 200px !important;
}
.h-250 {
height: 250px !important;
}
.h-300 {
height: 300px !important;
}
.h-400 {
height: 400px !important;
}
.h-500 {
height: 500px !important;
}
.h-600 {
height: 600px !important;
}
.h-620 {
height: 620px !important;
}
.h-700 {
height: 700px !important;
}
.h-800 {
height: 800px !important;
}
.h-900 {
height: 900px !important;
}
.h-1000 {
height: 1000px !important;
} .responsive-embed {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
clear: both;
}
.responsive-embed.responsive-embed-16x9 {
padding-bottom: 56.25%;
}
.responsive-embed.responsive-embed-4x3 {
padding-bottom: 75%;
}
.responsive-embed > .embed-item,
.responsive-embed > iframe,
.responsive-embed > embed,
.responsive-embed > object {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
} .nk-keyboard {
display: inline-block;
min-width: 30px;
height: 30px;
padding: 0 7px;
margin: 5px;
font-size: 12px;
line-height: 28px;
color: #252525;
text-align: center;
background-color: #fff;
border: 1px solid #a5a5a5;
border-radius: 3px;
} body.nk-page-border {
padding: 20px;
background-image: -webkit-gradient(linear, left top, left bottom, from(#00e8bf), to(#795eff));
background-image: -o-linear-gradient(top, #00e8bf, #795eff);
background-image: linear-gradient(to bottom, #00e8bf, #795eff);
}
body.nk-page-border .nk-header {
top: 20px;
right: 20px;
left: 20px;
}
body.nk-page-border .nk-header.nk-header-opaque {
top: 0;
right: 0;
left: 0;
}
body.nk-page-border .nk-navbar.nk-navbar-fixed {
right: 20px;
left: 20px;
}
body.nk-page-border .nk-navbar-full {
padding-top: 20px;
}
body.nk-page-border .nk-side-image {
width: calc(39% - 20px);
}
body.nk-page-border .nk-fullpage {
height: calc(100vh - 40px);
}
@media (max-width: 767px) {
body.nk-page-border {
padding: 10px;
background-image: -webkit-gradient(linear, left top, left bottom, from(#00e8bf), to(#795eff));
background-image: -o-linear-gradient(top, #00e8bf, #795eff);
background-image: linear-gradient(to bottom, #00e8bf, #795eff);
}
body.nk-page-border .nk-header {
top: 10px;
right: 10px;
left: 10px;
}
body.nk-page-border .nk-header.nk-header-opaque {
top: 0;
right: 0;
left: 0;
}
body.nk-page-border .nk-navbar.nk-navbar-fixed {
right: 10px;
left: 10px;
}
body.nk-page-border .nk-navbar-full {
padding-top: 10px;
}
body.nk-page-border .nk-side-image {
width: calc(39% - 10px);
}
body.nk-page-border .nk-fullpage {
height: calc(100vh - 20px);
}
}  .nk-header {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1000;
}
.nk-header.nk-header-opaque {
position: relative;
} .nk-navbar {
position: relative;
padding: 33px 0;
font-size: .96rem;
-webkit-transition: .2s background-color;
-o-transition: .2s background-color;
transition: .2s background-color;
z-index: 1000;
will-change: background-color;
}
.nk-navbar .container-fluid .nk-nav-table {
padding-right: 30px;
padding-left: 30px;
}
.nk-navbar.nk-navbar-items-collapsed .nk-nav-collapsed > li {
visibility: hidden;
opacity: 0;
}
.nk-navbar.nk-navbar-lg {
padding: 51px 0;
}
.nk-navbar.nk-navbar-fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
-webkit-transition: .2s transform, .2s visibility, .2s background-color;
-o-transition: .2s transform, .2s visibility, .2s background-color;
transition: .2s transform, .2s visibility, .2s background-color;
will-change: transform, visibility, background-color;
}
.nk-navbar.nk-navbar-fixed.nk-onscroll-hide {
visibility: hidden;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
.nk-navbar.nk-navbar-fixed.nk-onscroll-show {
visibility: inherit;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.nk-navbar.nk-navbar-transparent, .nk-navbar.nk-navbar-transparent.nk-navbar-dark {
background-color: transparent;
}
.nk-navbar, .nk-navbar.nk-navbar-solid {
background-color: #fff;
}
.nk-navbar.nk-navbar-dark, .nk-navbar.nk-navbar-dark.nk-navbar-solid {
background-color: #101010;
}
.nk-navbar.nk-navbar-transparent-always {
background-color: transparent;
}
.nk-navbar.nk-navbar-align-center {
text-align: center;
}
.nk-navbar.nk-navbar-align-right {
text-align: right;
}
.nk-navbar .nk-nav-table {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
height: 100%;
}
.nk-navbar .nk-nav-table > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.nk-navbar .nk-nav-table > .nk-nav,
.nk-navbar .nk-nav-table > .nk-nav-row-full {
-webkit-box-flex: 1;
-ms-flex: 1 1 100%;
flex: 1 1 100%;
}
.nk-navbar .nk-nav-table .nk-nav-row-full {
min-height: 0;
overflow: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.nk-navbar .nk-nav-table .nk-nav-row-full::-webkit-scrollbar {
width: 6px;
background-color: rgba(0, 0, 0, 0);
-webkit-transition: .2s background-color;
transition: .2s background-color;
}
.nk-navbar .nk-nav-table .nk-nav-row-full::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0);
-webkit-transition: .2s background-color;
transition: .2s background-color;
}
.nk-navbar .nk-nav-table .nk-nav-row-full:hover::-webkit-scrollbar {
background-color: rgba(0, 0, 0, 0.1);
}
.nk-navbar .nk-nav-table .nk-nav-row-full:hover::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.2);
}
.nk-navbar .nk-nav-table > .nk-nav-row-center {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.nk-navbar .nk-nav-table > .nk-nav-row-center > * {
margin-top: auto;
margin-bottom: auto;
}
.nk-navbar .nk-nav-table > .nk-nav-row-bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.nk-navbar .nk-nav-table > .nk-nav-row-bottom > * {
margin-top: auto;
}
.nk-navbar .nk-nav-table > .nk-nav-icons,
.nk-navbar .nk-nav-table > .nk-nav-logo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.nk-navbar .nk-nav-table > .nk-nav-icons {
margin-right: -15px;
margin-left: auto;
}
.nk-navbar.nk-navbar-top .nk-nav-table {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.nk-navbar .nk-nav-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.nk-navbar .nk-nav-header > .nk-nav-close {
margin-left: auto;
}
.nk-navbar .nk-nav-header > .nk-nav-logo,
.nk-navbar .nk-nav-header > .nk-nav-close {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.nk-navbar .nk-nav-icons {
white-space: nowrap;
}
.nk-navbar .nk-nav-icons > * {
white-space: initial;
}
.nk-navbar a {
color: inherit;
-webkit-transition: .2s color;
-o-transition: .2s color;
transition: .2s color;
}
.nk-navbar ul {
padding: 0;
margin: 0;
list-style-type: none;
}
.nk-navbar ul > li > a {
white-space: nowrap;
}
.nk-navbar ul > li > a:hover, .nk-navbar ul > li > a:focus {
text-decoration: none;
}
.nk-navbar .nk-navbar-bg {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
}
.nk-navbar .nk-nav {
position: relative;
padding-left: 20px;
}
.nk-navbar .nk-nav + .nk-nav {
padding-left: 0;
}
.nk-navbar .nk-nav + .nk-nav > li:first-child {
padding-left: 20px;
}
.nk-navbar .nk-nav .nk-nav {
padding-right: 0;
padding-left: 0;
}
.nk-navbar .nk-nav li.single-icon > a {
padding: 0 15px;
}
.nk-navbar .nk-nav li.single-icon > a::before {
content: none;
}
.nk-navbar .nk-nav li.single-icon > a > i,
.nk-navbar .nk-nav li.single-icon > a > span {
height: 32px;
font-size: 1.1rem;
line-height: 32px;
vertical-align: middle;
}
.nk-navbar .nk-nav li > a .nk-item-descr {
display: block;
font-size: .7em;
font-style: italic;
opacity: .7;
}
.nk-navbar .nk-nav > li {
position: relative;
display: inline-block;
vertical-align: middle;
}
.nk-navbar .nk-nav > li > a {
position: relative;
display: block;
padding: 6px 14.6px;
font-weight: 500;
text-transform: uppercase;
}
.nk-navbar .nk-nav > li > a:hover,
.nk-navbar .nk-nav > li.active > a {
color: #0e0e0e;
}
.nk-navbar .nk-nav .dropdown {
position: absolute;
padding: 15px 0;
margin-top: 12px;
margin-left: -15px;
font-size: 1rem;
visibility: hidden;
background-color: #252525;
opacity: 0;
-webkit-transition: .2s opacity, .2s transform, .2s visibility;
-o-transition: .2s opacity, .2s transform, .2s visibility;
transition: .2s opacity, .2s transform, .2s visibility;
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
z-index: 1;
}
.nk-navbar .nk-nav .dropdown::before {
content: "";
position: absolute;
display: block;
top: -20px;
right: -1px;
left: -1px;
height: 150px;
max-height: 130%;
z-index: -1;
}
.nk-navbar .nk-nav .dropdown > li {
position: relative;
}
.nk-navbar .nk-nav .dropdown li > a {
display: block;
padding: 6px 30px;
padding-right: 75px;
color: #c5c5c5;
text-decoration: none;
}
.nk-navbar .nk-nav .dropdown li > a:hover,
.nk-navbar .nk-nav .dropdown li.active > a {
color: #fff;
}
.nk-navbar .nk-nav > .nk-drop-item > .dropdown::after {
content: "";
position: absolute;
display: block;
right: 0;
bottom: 100%;
left: 0;
height: 33px;
}
.nk-navbar .nk-nav .nk-drop-item:hover > .dropdown {
visibility: inherit;
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.nk-navbar .nk-nav .nk-drop-item .nk-drop-item > a::after {
content: "";
position: absolute;
display: block;
top: 50%;
right: 20px;
width: 1px;
color: inherit;
border-top: 2px solid;
border-left: 2px solid;
opacity: .4;
-webkit-transition: .2s opacity;
-o-transition: .2s opacity;
transition: .2s opacity;
}
.nk-navbar .nk-nav .nk-drop-item .nk-drop-item > a.hover::after,
.nk-navbar .nk-nav .nk-drop-item .nk-drop-item > a:hover::after {
opacity: 1;
}
.nk-navbar .nk-nav .nk-drop-item .nk-drop-item .dropdown {
top: 0;
left: 1px;
margin-top: -15px;
margin-left: 100%;
}
.nk-navbar .nk-nav .nk-drop-item .nk-drop-item.nk-drop-item-reverse > .dropdown {
right: 1px;
left: auto;
margin-right: 100%;
margin-left: 0;
}
.nk-navbar .nk-nav .nk-mega-item {
position: static;
}
.nk-navbar .nk-nav .nk-mega-item > .dropdown {
right: 0;
padding-top: 25px;
padding-bottom: 25px;
}
@media (max-width: 767px) {
.nk-navbar .nk-nav .nk-mega-item > .dropdown {
right: 0;
left: 0;
}
.nk-navbar .nk-nav .nk-mega-item > .dropdown > ul {
display: block;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin: 0;
}
.nk-navbar .nk-nav .nk-mega-item > .dropdown > ul li {
-ms-flex-preferred-size: auto;
flex-basis: auto;
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
width: 100%;
padding: 0;
}
.nk-navbar .nk-nav .nk-mega-item > .dropdown > ul > li + li {
margin-top: 40px;
}
}
.nk-navbar .nk-nav .nk-mega-item > .dropdown > ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.nk-navbar .nk-nav .nk-mega-item > .dropdown > ul > li {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: 270px;
border-right: 1px solid #303030;
}
.nk-navbar .nk-nav .nk-mega-item > .dropdown > ul,
.nk-navbar .nk-nav .nk-mega-item > .dropdown > ul ul,
.nk-navbar .nk-nav .nk-mega-item > .dropdown > ul li {
padding: 0;
list-style-type: none;
}
.nk-navbar .nk-nav .nk-mega-item > .dropdown > ul li {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
padding: 0 20px;
}
.nk-navbar .nk-nav .nk-mega-item > .dropdown > ul li > label {
position: relative;
display: block;
padding-right: 50px;
margin: 12px 20px;
margin-bottom: 20px;
font-size: .9rem;
font-weight: 500;
line-height: 1;
color: #fff;
text-transform: uppercase;
}
.nk-navbar .nk-nav .nk-mega-item > .dropdown > ul li li {
padding: 0;
}
.nk-navbar .nk-nav .nk-mega-item > .dropdown > ul li li a {
display: block;
padding: 5px 20px;
padding-right: 50px;
}
.nk-navbar .nk-nav-right {
text-align: right;
}
.nk-navbar .nk-nav-right > * {
text-align: left;
}
.nk-navbar .nk-nav-right + .nk-nav-right {
padding-left: 20px;
}
.nk-navbar .nk-nav-center {
text-align: center;
}
.nk-navbar .nk-nav-center > * {
text-align: left;
}
.nk-navbar .nk-drop-item.nk-drop-left > a::after {
border-top: 2px solid transparent;
border-right: 2px solid;
border-bottom: 2px solid transparent;
border-left: none;
}
.nk-navbar .nk-drop-item.nk-drop-left .dropdown {
margin-left: -100%;
}
.nk-navbar .nk-nav-logo .nk-nav-logo-img-light {
display: none;
}
.nk-navbar .nk-nav-logo .nk-nav-logo-img-dark {
display: block;
}
.nk-navbar .nk-social {
color: #171717;
}
.nk-navbar .nk-social > ul li > a {
opacity: 1;
}
.nk-navbar.nk-navbar-white-text-on-top, .nk-navbar.nk-navbar-dark {
color: #fff;
}
.nk-navbar.nk-navbar-white-text-on-top .nk-nav > li > a, .nk-navbar.nk-navbar-dark .nk-nav > li > a {
color: #bfbfbf;
}
.nk-navbar.nk-navbar-white-text-on-top .nk-nav > li > a:hover,
.nk-navbar.nk-navbar-white-text-on-top .nk-nav > li.active > a, .nk-navbar.nk-navbar-dark .nk-nav > li > a:hover,
.nk-navbar.nk-navbar-dark .nk-nav > li.active > a {
color: #fff;
}
.nk-navbar.nk-navbar-white-text-on-top .nk-social, .nk-navbar.nk-navbar-dark .nk-social {
color: #bfbfbf;
}
.nk-navbar.nk-navbar-white-text-on-top .nk-nav-icons .single-icon a, .nk-navbar.nk-navbar-dark .nk-nav-icons .single-icon a {
color: inherit;
}
.nk-navbar.nk-navbar-white-text-on-top .nk-nav-logo .nk-nav-logo-img-dark, .nk-navbar.nk-navbar-dark .nk-nav-logo .nk-nav-logo-img-dark {
display: none;
}
.nk-navbar.nk-navbar-white-text-on-top .nk-nav-logo .nk-nav-logo-img-light, .nk-navbar.nk-navbar-dark .nk-nav-logo .nk-nav-logo-img-light {
display: block;
}
.nk-navbar.nk-navbar-white-text-on-top.nk-navbar-solid {
color: #5f5f5f;
}
.nk-navbar.nk-navbar-white-text-on-top.nk-navbar-solid .nk-nav > li > a {
color: inherit;
}
.nk-navbar.nk-navbar-white-text-on-top.nk-navbar-solid .nk-nav > li > a:hover,
.nk-navbar.nk-navbar-white-text-on-top.nk-navbar-solid .nk-nav > li.active > a {
color: #0e0e0e;
}
.nk-navbar.nk-navbar-white-text-on-top.nk-navbar-solid .nk-nav-logo .nk-nav-logo-img-light {
display: none;
}
.nk-navbar.nk-navbar-white-text-on-top.nk-navbar-solid .nk-nav-logo .nk-nav-logo-img-dark {
display: block;
}
.nk-navbar.nk-navbar-dark .nk-nav-table .nk-nav-row-full::-webkit-scrollbar {
background-color: rgba(255, 255, 255, 0);
}
.nk-navbar.nk-navbar-dark .nk-nav-table .nk-nav-row-full::-webkit-scrollbar-thumb {
background-color: rgba(255, 255, 255, 0);
}
.nk-navbar.nk-navbar-dark .nk-nav-table .nk-nav-row-full:hover::-webkit-scrollbar {
background-color: rgba(255, 255, 255, 0.1);
}
.nk-navbar.nk-navbar-dark .nk-nav-table .nk-nav-row-full:hover::-webkit-scrollbar-thumb {
background-color: rgba(255, 255, 255, 0.2);
} .nk-header.nk-header-left {
z-index: 1002;
}
@media (min-width: 992px) {
.nk-header.nk-header-left {
position: fixed;
right: auto;
bottom: 0;
width: 80px;
}
.nk-header.nk-header-left ~ .nk-main,
.nk-header.nk-header-left ~ .nk-footer,
.nk-header.nk-header-left ~ .nk-side-image {
margin-left: 80px;
}
.nk-header.nk-header-left ~ .nk-side-image {
width: calc(39% - 80px);
}
}
.nk-header.nk-header-left .nk-navbar-cont {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
padding: 40px 20px;
text-align: center;
border-right: 1px solid #f0f0f0;
z-index: 2;
}
.nk-header.nk-header-left .nk-navbar-left-toggle {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}
.nk-header.nk-header-left .nk-navbar-left-toggle > * {
margin: 0 auto;
}
.nk-header.nk-header-left .nk-nav-logo img {
max-width: 100%;
margin: 0 auto;
}
.nk-header.nk-header-left .nk-social {
margin-top: auto;
font-size: 1.1em;
}
.nk-header.nk-header-left .nk-social > ul li > a {
opacity: 1;
}
.nk-header.nk-header-left .nk-navbar-dark.nk-navbar-cont {
border-right-color: #252525;
}
.nk-navbar.nk-navbar-left {
position: fixed;
top: 0;
bottom: 0;
left: 0;
padding: 0;
background-color: #fff;
-webkit-transition: .2s transform ease-out;
-o-transition: .2s transform ease-out;
transition: .2s transform ease-out;
z-index: 1;
width: 250px;
margin-left: -250px;
}
.nk-navbar.nk-navbar-left.open {
-webkit-transform: translateX(330px);
-ms-transform: translateX(330px);
transform: translateX(330px);
}
@media (max-width: 400px) {
.nk-navbar.nk-navbar-left {
width: 200px;
margin-left: -200px;
}
.nk-navbar.nk-navbar-left.open {
-webkit-transform: translateX(280px);
-ms-transform: translateX(280px);
transform: translateX(280px);
}
}
.nk-navbar.nk-navbar-left.nk-navbar-lg {
width: 450px;
margin-left: -450px;
}
.nk-navbar.nk-navbar-left.nk-navbar-lg.open {
-webkit-transform: translateX(530px);
-ms-transform: translateX(530px);
transform: translateX(530px);
}
@media (max-width: 550px) {
.nk-navbar.nk-navbar-left.nk-navbar-lg {
width: 300px;
margin-left: -300px;
}
.nk-navbar.nk-navbar-left.nk-navbar-lg.open {
-webkit-transform: translateX(380px);
-ms-transform: translateX(380px);
transform: translateX(380px);
}
}
@media (max-width: 450px) {
.nk-navbar.nk-navbar-left.nk-navbar-lg {
width: 250px;
margin-left: -250px;
}
.nk-navbar.nk-navbar-left.nk-navbar-lg.open {
-webkit-transform: translateX(330px);
-ms-transform: translateX(330px);
transform: translateX(330px);
}
}
.nk-navbar.nk-navbar-left.nk-navbar-lg .nk-nav .dropdown > li:last-of-type > a,
.nk-navbar.nk-navbar-left.nk-navbar-lg .nk-nav .dropdown > li > a,
.nk-navbar.nk-navbar-left.nk-navbar-lg .nk-nav > li:last-of-type > a,
.nk-navbar.nk-navbar-left.nk-navbar-lg .nk-nav > li > a {
padding-right: 80px;
padding-left: 80px;
}
@media (max-width: 550px) {
.nk-navbar.nk-navbar-left.nk-navbar-lg .nk-nav .dropdown > li:last-of-type > a,
.nk-navbar.nk-navbar-left.nk-navbar-lg .nk-nav .dropdown > li > a,
.nk-navbar.nk-navbar-left.nk-navbar-lg .nk-nav > li:last-of-type > a,
.nk-navbar.nk-navbar-left.nk-navbar-lg .nk-nav > li > a {
padding-right: 40px;
padding-left: 40px;
}
}
.nk-navbar.nk-navbar-left .nano {
height: 100%;
overflow-y: auto;
}
.nk-navbar.nk-navbar-left .nk-nav {
position: relative;
width: 100%;
padding: 30px 0;
}
.nk-navbar.nk-navbar-left .nk-nav .dropdown > li,
.nk-navbar.nk-navbar-left .nk-nav > li {
position: static;
display: block;
}
.nk-navbar.nk-navbar-left .nk-nav .dropdown > li:last-of-type > a,
.nk-navbar.nk-navbar-left .nk-nav .dropdown > li > a,
.nk-navbar.nk-navbar-left .nk-nav > li:last-of-type > a,
.nk-navbar.nk-navbar-left .nk-nav > li > a {
padding: 10px 40px;
font-size: 1.7rem;
font-weight: 600;
line-height: 1.1;
color: #444444;
text-transform: none;
white-space: normal;
}
@media (max-width: 400px) {
.nk-navbar.nk-navbar-left .nk-nav .dropdown > li:last-of-type > a,
.nk-navbar.nk-navbar-left .nk-nav .dropdown > li > a,
.nk-navbar.nk-navbar-left .nk-nav > li:last-of-type > a,
.nk-navbar.nk-navbar-left .nk-nav > li > a {
font-size: 1.3rem;
}
}
.nk-navbar.nk-navbar-left .nk-nav .dropdown > li.active > a,
.nk-navbar.nk-navbar-left .nk-nav .dropdown > li > a:hover,
.nk-navbar.nk-navbar-left .nk-nav > li.active > a,
.nk-navbar.nk-navbar-left .nk-nav > li > a:hover {
color: #aaaaaa;
}
.nk-navbar.nk-navbar-left .nk-nav .dropdown > li > a::before,
.nk-navbar.nk-navbar-left .nk-nav .dropdown > li > a::after,
.nk-navbar.nk-navbar-left .nk-nav > li > a::before,
.nk-navbar.nk-navbar-left .nk-nav > li > a::after {
content: none;
}
.nk-navbar.nk-navbar-left .nk-nav .nk-drop-item > a::after,
.nk-navbar.nk-navbar-left .nk-nav .nk-drop-item .nk-drop-item > a::after,
.nk-navbar.nk-navbar-left .nk-nav > .nk-drop-item > a::after {
content: "";
position: absolute;
display: block;
top: 50%;
right: 30px;
left: auto;
width: 1px;
color: inherit;
border-top: 2px solid;
border-left: 2px solid;
opacity: .4;
-webkit-transition: .2s opacity;
-o-transition: .2s opacity;
transition: .2s opacity;
-webkit-transform: none;
-ms-transform: none;
transform: none;
will-change: opacity;
}
.nk-navbar.nk-navbar-left .nk-nav .nk-drop-item > a:hover::after,
.nk-navbar.nk-navbar-left .nk-nav .nk-drop-item > a.hover::after,
.nk-navbar.nk-navbar-left .nk-nav > .nk-drop-item > a:hover::after,
.nk-navbar.nk-navbar-left .nk-nav > .nk-drop-item > a.hover::after {
opacity: 1;
}
.nk-navbar.nk-navbar-left .nk-nav .nk-drop-item > a,
.nk-navbar.nk-navbar-left .nk-nav > .nk-drop-item > a,
.nk-navbar.nk-navbar-left .nk-nav .dropdown-back > a {
position: relative;
}
.nk-navbar.nk-navbar-left .nk-nav .dropdown {
display: block;
padding: 0;
visibility: inherit;
background-color: transparent;
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.nk-navbar.nk-navbar-left .nk-nav .dropdown::before {
content: none;
}
.nk-navbar.nk-navbar-left .nk-nav .nk-drop-item > .dropdown,
.nk-navbar.nk-navbar-left .nk-nav .nk-drop-item .nk-drop-item > .dropdown {
top: 0;
left: 0;
width: 100%;
margin-top: 0;
margin-left: 0;
}
.nk-navbar.nk-navbar-left .nk-nav .nk-drop-item > .dropdown > li > a,
.nk-navbar.nk-navbar-left .nk-nav .nk-drop-item .nk-drop-item > .dropdown > li > a {
display: none;
}
.nk-navbar.nk-navbar-left .dropdown > .dropdown-back > a::after {
content: "" !important;
position: absolute;
display: block;
top: 50%;
left: 30px;
width: 0;
height: 0;
margin-top: -1px;
color: inherit;
border: none;
border-top: 2px solid transparent;
border-right: 2px solid;
border-bottom: 2px solid transparent;
opacity: .6;
-webkit-transition: .2s opacity;
-o-transition: .2s opacity;
transition: .2s opacity;
-webkit-transform: none;
-ms-transform: none;
transform: none;
will-change: opacity;
}
.nk-navbar.nk-navbar-left .dropdown > .dropdown-back > a:hover::after,
.nk-navbar.nk-navbar-left .dropdown > .dropdown-back > a.hover::after {
opacity: 1;
}
.nk-navbar.nk-navbar-left.nk-navbar-dark {
color: #fff;
background-color: #101010;
}
.nk-navbar.nk-navbar-left.nk-navbar-dark .nk-nav .dropdown > li:last-of-type > a,
.nk-navbar.nk-navbar-left.nk-navbar-dark .nk-nav .dropdown > li > a,
.nk-navbar.nk-navbar-left.nk-navbar-dark .nk-nav > li:last-of-type > a,
.nk-navbar.nk-navbar-left.nk-navbar-dark .nk-nav > li > a {
color: #d8d8d8;
}
.nk-navbar.nk-navbar-left.nk-navbar-dark .nk-nav .dropdown > li.active > a,
.nk-navbar.nk-navbar-left.nk-navbar-dark .nk-nav .dropdown > li > a:hover,
.nk-navbar.nk-navbar-left.nk-navbar-dark .nk-nav > li.active > a,
.nk-navbar.nk-navbar-left.nk-navbar-dark .nk-nav > li > a:hover {
color: #fff;
}
.nk-navbar.nk-navbar-left.nk-navbar-dark .nk-social {
color: #d8d8d8;
} .nk-navbar-items-effect-1 .nk-nav li.active > a > span {
position: relative;
}
.nk-navbar-items-effect-1 .nk-nav li.active > a > span::after {
content: "";
position: absolute;
display: block;
top: 50%;
right: -10px;
left: -10px;
border-bottom: 2px solid;
}
.nk-navbar-drop-effect-2.nk-navbar-items-effect-1 .nk-nav .dropdown li.active > a > span::after {
right: -6px;
left: -6px;
border-bottom: 1px solid;
opacity: .4;
} .nk-navbar-side {
position: fixed;
top: 0;
bottom: 0;
padding: 0;
overflow: hidden;
background-color: #fff;
z-index: 1002;
}
.nk-navbar-side.nk-navbar-left-side {
left: 0;
width: 250px;
margin-left: -250px;
}
@media (max-width: 400px) {
.nk-navbar-side.nk-navbar-left-side {
width: 200px;
margin-left: -200px;
}
}
.nk-navbar-side.nk-navbar-right-side {
right: 0;
width: 250px;
margin-right: -250px;
}
@media (max-width: 400px) {
.nk-navbar-side.nk-navbar-right-side {
width: 200px;
margin-right: -200px;
}
}
.nk-navbar-side.nk-navbar-lg.nk-navbar-left-side {
width: 450px;
margin-left: -450px;
}
@media (max-width: 550px) {
.nk-navbar-side.nk-navbar-lg.nk-navbar-left-side {
width: 300px;
margin-left: -300px;
}
}
@media (max-width: 450px) {
.nk-navbar-side.nk-navbar-lg.nk-navbar-left-side {
width: 250px;
margin-left: -250px;
}
}
.nk-navbar-side.nk-navbar-lg.nk-navbar-right-side {
width: 450px;
margin-right: -450px;
}
@media (max-width: 550px) {
.nk-navbar-side.nk-navbar-lg.nk-navbar-right-side {
width: 300px;
margin-right: -300px;
}
}
@media (max-width: 450px) {
.nk-navbar-side.nk-navbar-lg.nk-navbar-right-side {
width: 250px;
margin-right: -250px;
}
}
.nk-navbar-side.nk-navbar-lg .nk-nav .dropdown > li:last-of-type > a,
.nk-navbar-side.nk-navbar-lg .nk-nav .dropdown > li > a,
.nk-navbar-side.nk-navbar-lg .nk-nav > li:last-of-type > a,
.nk-navbar-side.nk-navbar-lg .nk-nav > li > a {
padding-right: 80px;
padding-left: 80px;
}
@media (max-width: 550px) {
.nk-navbar-side.nk-navbar-lg .nk-nav .dropdown > li:last-of-type > a,
.nk-navbar-side.nk-navbar-lg .nk-nav .dropdown > li > a,
.nk-navbar-side.nk-navbar-lg .nk-nav > li:last-of-type > a,
.nk-navbar-side.nk-navbar-lg .nk-nav > li > a {
padding-right: 40px;
padding-left: 40px;
}
}
.nk-navbar-side .nk-navbar-side-close {
position: absolute;
top: 0;
right: 0;
padding-top: 44px;
padding-right: 53px;
padding-bottom: 30px;
padding-left: 30px;
color: #444444;
cursor: pointer;
z-index: 1;
}
.nk-navbar-side .nk-navbar-side-close:hover {
color: #101010;
}
.nk-navbar-side .nk-nav-table {
height: auto;
min-height: 100%;
max-height: 100%;
padding-top: 105px;
}
.nk-navbar-side .nano {
overflow-y: auto;
}
.nk-navbar-side .nk-nav {
position: relative;
width: 100%;
padding: 0;
}
.nk-navbar-side .nk-nav .dropdown > li,
.nk-navbar-side .nk-nav > li {
position: static;
display: block;
}
.nk-navbar-side .nk-nav .dropdown > li:last-of-type > a,
.nk-navbar-side .nk-nav .dropdown > li > a,
.nk-navbar-side .nk-nav > li:last-of-type > a,
.nk-navbar-side .nk-nav > li > a {
padding: 10px 40px;
font-size: 1.7rem;
font-weight: 600;
line-height: 1.1;
color: #444444;
text-transform: none;
white-space: normal;
}
@media (max-width: 400px) {
.nk-navbar-side .nk-nav .dropdown > li:last-of-type > a,
.nk-navbar-side .nk-nav .dropdown > li > a,
.nk-navbar-side .nk-nav > li:last-of-type > a,
.nk-navbar-side .nk-nav > li > a {
font-size: 1.3rem;
}
}
.nk-navbar-side .nk-nav .dropdown > li.active > a,
.nk-navbar-side .nk-nav .dropdown > li > a:hover,
.nk-navbar-side .nk-nav > li.active > a,
.nk-navbar-side .nk-nav > li > a:hover {
color: #101010;
}
.nk-navbar-side .nk-nav .dropdown > li > a::before,
.nk-navbar-side .nk-nav .dropdown > li > a::after,
.nk-navbar-side .nk-nav > li > a::before,
.nk-navbar-side .nk-nav > li > a::after {
content: none;
}
.nk-navbar-side .nk-nav .nk-drop-item > a::after,
.nk-navbar-side .nk-nav .nk-drop-item .nk-drop-item > a::after,
.nk-navbar-side .nk-nav > .nk-drop-item > a::after {
content: "";
position: absolute;
display: block;
top: 50%;
right: 30px;
left: auto;
width: 1px;
color: inherit;
border-top: 2px solid;
border-left: 2px solid;
opacity: .4;
-webkit-transition: .2s opacity;
-o-transition: .2s opacity;
transition: .2s opacity;
-webkit-transform: none;
-ms-transform: none;
transform: none;
will-change: opacity;
}
.nk-navbar-side .nk-nav .nk-drop-item > a:hover::after,
.nk-navbar-side .nk-nav .nk-drop-item > a.hover::after,
.nk-navbar-side .nk-nav > .nk-drop-item > a:hover::after,
.nk-navbar-side .nk-nav > .nk-drop-item > a.hover::after {
opacity: 1;
}
.nk-navbar-side .nk-nav .nk-drop-item > a,
.nk-navbar-side .nk-nav > .nk-drop-item > a,
.nk-navbar-side .nk-nav .dropdown-back > a {
position: relative;
}
.nk-navbar-side .nk-nav .dropdown {
display: block;
padding: 0;
visibility: inherit;
background-color: transparent;
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.nk-navbar-side .nk-nav .dropdown::before {
content: none;
}
.nk-navbar-side .nk-nav .nk-drop-item > .dropdown,
.nk-navbar-side .nk-nav .nk-drop-item .nk-drop-item > .dropdown {
top: 0;
left: 0;
width: 100%;
margin-top: 0;
margin-left: 0;
}
.nk-navbar-side .nk-nav .nk-drop-item > .dropdown > li > a,
.nk-navbar-side .nk-nav .nk-drop-item .nk-drop-item > .dropdown > li > a {
display: none;
}
.nk-navbar-side .dropdown > .dropdown-back > a::after {
content: "" !important;
position: absolute;
display: block;
top: 50%;
left: 30px;
width: 0;
height: 0;
margin-top: -1px;
color: inherit;
border: none;
border-top: 2px solid transparent;
border-right: 2px solid;
border-bottom: 2px solid transparent;
opacity: .6;
-webkit-transition: .2s opacity;
-o-transition: .2s opacity;
transition: .2s opacity;
-webkit-transform: none;
-ms-transform: none;
transform: none;
will-change: opacity;
}
.nk-navbar-side .dropdown > .dropdown-back > a:hover::after,
.nk-navbar-side .dropdown > .dropdown-back > a.hover::after {
opacity: 1;
}
.nk-navbar-side .nk-social {
padding: 40px 74px;
}
.nk-navbar-side .nk-social > ul li > a {
opacity: 1;
}
@media (max-width: 550px) {
.nk-navbar-side .nk-social {
padding-right: 40px;
padding-left: 40px;
}
}
.nk-navbar-side.nk-navbar-dark {
color: #fff;
background-color: #101010;
}
.nk-navbar-side.nk-navbar-dark .nk-nav .dropdown > li:last-of-type > a,
.nk-navbar-side.nk-navbar-dark .nk-nav .dropdown > li > a,
.nk-navbar-side.nk-navbar-dark .nk-nav > li:last-of-type > a,
.nk-navbar-side.nk-navbar-dark .nk-nav > li > a {
color: #d8d8d8;
}
.nk-navbar-side.nk-navbar-dark .nk-nav .dropdown > li.active > a,
.nk-navbar-side.nk-navbar-dark .nk-nav > li.active > a {
color: #fff;
}
.nk-navbar-side.nk-navbar-dark .nk-social {
color: #d8d8d8;
}
.nk-navbar-side.nk-navbar-dark .nk-navbar-side-close {
color: #d8d8d8;
}
.nk-navbar-side.nk-navbar-dark .nk-navbar-side-close:hover {
color: #fff;
}
.nk-navbar-overlay {
position: fixed;
display: none;
top: 0;
right: 0;
bottom: 0;
left: 0;
cursor: pointer;
background-color: rgba(0, 0, 0, 0.8);
opacity: 0;
z-index: 1001;
} .nk-navbar-full {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 0;
overflow: hidden;
visibility: hidden;
background-color: #fff;
opacity: 0;
-webkit-transition: .2s opacity, .2s visibility;
-o-transition: .2s opacity, .2s visibility;
transition: .2s opacity, .2s visibility;
z-index: 1002;
}
.nk-navbar-full .nk-nav-row-full {
opacity: 0;
-webkit-transition: .3s .1s opacity ease-out;
-o-transition: .3s .1s opacity ease-out;
transition: .3s .1s opacity ease-out;
}
.nk-navbar-full.open {
visibility: inherit;
opacity: 1;
}
.nk-navbar-full.open .nk-nav-row-full {
opacity: 1;
}
.nk-navbar-full .nk-nav-header {
padding: 35px 0;
}
.nk-navbar-full .nk-nav-header::after {
content: "";
display: block;
clear: both;
}
.nk-navbar-full .nk-nav-header .nk-nav-logo {
float: left;
}
.nk-navbar-full .nk-nav-header .nk-nav-close {
float: right;
padding: 6px 25px;
padding-right: 0;
color: #444444;
cursor: pointer;
z-index: 1;
}
.nk-navbar-full .nk-nav-header .nk-nav-close:hover {
color: #101010;
}
.nk-navbar-full .container-fluid .nk-nav-header {
padding-right: 30px;
padding-left: 30px;
}
.nk-navbar-full .nano {
overflow-y: auto;
}
.nk-navbar-full .nk-nav {
position: relative;
width: 100%;
padding: 0;
padding-top: 25px;
margin: 0 auto;
}
.nk-navbar-full .nk-nav li > a .nk-item-descr {
font-size: .5em;
}
.nk-navbar-full .nk-nav .dropdown > li,
.nk-navbar-full .nk-nav > li {
position: static;
display: block;
max-width: 450px;
margin: 0 auto;
}
.nk-navbar-full .nk-nav .dropdown > li:last-of-type > a,
.nk-navbar-full .nk-nav .dropdown > li > a,
.nk-navbar-full .nk-nav > li:last-of-type > a,
.nk-navbar-full .nk-nav > li > a {
padding: 11px 80px;
font-size: 1.7rem;
font-weight: 600;
line-height: 1.1;
color: #444444;
text-transform: none;
white-space: normal;
}
@media (max-width: 400px) {
.nk-navbar-full .nk-nav .dropdown > li:last-of-type > a,
.nk-navbar-full .nk-nav .dropdown > li > a,
.nk-navbar-full .nk-nav > li:last-of-type > a,
.nk-navbar-full .nk-nav > li > a {
font-size: 1.3rem;
}
}
@media (max-width: 550px) {
.nk-navbar-full .nk-nav .dropdown > li:last-of-type > a,
.nk-navbar-full .nk-nav .dropdown > li > a,
.nk-navbar-full .nk-nav > li:last-of-type > a,
.nk-navbar-full .nk-nav > li > a {
padding-right: 40px;
padding-left: 40px;
}
}
.nk-navbar-full .nk-nav .dropdown > li.active > a,
.nk-navbar-full .nk-nav .dropdown > li > a:hover,
.nk-navbar-full .nk-nav > li.active > a,
.nk-navbar-full .nk-nav > li > a:hover {
color: #101010;
}
.nk-navbar-full .nk-nav .dropdown > li > a::before,
.nk-navbar-full .nk-nav .dropdown > li > a::after,
.nk-navbar-full .nk-nav > li > a::before,
.nk-navbar-full .nk-nav > li > a::after {
content: none;
}
.nk-navbar-full .nk-nav .nk-drop-item > a,
.nk-navbar-full .nk-nav > .nk-drop-item > a,
.nk-navbar-full .nk-nav .dropdown-back > a {
position: relative;
}
.nk-navbar-full .nk-nav .nk-drop-item > a::after,
.nk-navbar-full .nk-nav .nk-drop-item .nk-drop-item > a::after,
.nk-navbar-full .nk-nav > .nk-drop-item > a::after {
content: "";
position: absolute;
display: block;
top: 50%;
right: 30px;
left: auto;
width: 1px;
color: inherit;
border-top: 2px solid;
border-left: 2px solid;
opacity: .4;
-webkit-transition: .2s opacity;
-o-transition: .2s opacity;
transition: .2s opacity;
-webkit-transform: none;
-ms-transform: none;
transform: none;
will-change: opacity;
}
.nk-navbar-full .nk-nav .nk-drop-item > a:hover::after,
.nk-navbar-full .nk-nav .nk-drop-item > a.hover::after,
.nk-navbar-full .nk-nav > .nk-drop-item > a:hover::after,
.nk-navbar-full .nk-nav > .nk-drop-item > a.hover::after {
opacity: 1;
}
.nk-navbar-full .nk-nav .dropdown {
display: block;
padding: 0;
visibility: inherit;
background-color: transparent;
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.nk-navbar-full .nk-nav .dropdown::before {
content: none;
}
.nk-navbar-full .nk-nav .dropdown > li > a {
display: none;
}
.nk-navbar-full .nk-nav .nk-drop-item .dropdown,
.nk-navbar-full .nk-nav .nk-drop-item .nk-drop-item .dropdown {
top: 0;
left: 0;
width: 100%;
margin-top: 0;
margin-left: 0;
}
.nk-navbar-full .dropdown > .dropdown-back > a::after {
content: "" !important;
position: absolute;
display: block;
top: 50%;
left: 30px;
width: 0;
height: 0;
margin-top: -2px;
color: inherit;
border: none;
border-top: 3px solid transparent;
border-right: 3px solid;
border-bottom: 3px solid transparent;
opacity: .6;
-webkit-transition: .2s opacity;
-o-transition: .2s opacity;
transition: .2s opacity;
-webkit-transform: none;
-ms-transform: none;
transform: none;
will-change: opacity;
}
.nk-navbar-full .dropdown > .dropdown-back > a:hover::after,
.nk-navbar-full .dropdown > .dropdown-back > a.hover::after {
opacity: 1;
}
.nk-navbar-full .nk-social {
padding: 51px 20px;
}
.nk-navbar-full.nk-navbar-dark {
color: #fff;
background-color: #101010;
}
.nk-navbar-full.nk-navbar-dark .nk-nav .dropdown > li:last-of-type > a,
.nk-navbar-full.nk-navbar-dark .nk-nav .dropdown > li > a,
.nk-navbar-full.nk-navbar-dark .nk-nav > li:last-of-type > a,
.nk-navbar-full.nk-navbar-dark .nk-nav > li > a {
color: #d8d8d8;
}
.nk-navbar-full.nk-navbar-dark .nk-nav .dropdown > li.active > a,
.nk-navbar-full.nk-navbar-dark .nk-nav > li.active > a {
color: #fff;
}
.nk-navbar-full.nk-navbar-dark .nk-social {
color: #d8d8d8;
}
.nk-navbar-full.nk-navbar-dark .nk-nav-header .nk-nav-close {
color: #d8d8d8;
}
.nk-navbar-full.nk-navbar-dark .nk-nav-header .nk-nav-close:hover {
color: #fff;
}
.nk-navbar-full-style-2 .nk-nav {
padding-top: 0;
margin-top: -15px;
}
.nk-navbar-full-style-2 .nk-nav .dropdown > li,
.nk-navbar-full-style-2 .nk-nav > li {
max-width: none;
}
.nk-navbar-full-style-2 .nk-nav .dropdown > li:last-of-type > a,
.nk-navbar-full-style-2 .nk-nav .dropdown > li > a,
.nk-navbar-full-style-2 .nk-nav > li:last-of-type > a,
.nk-navbar-full-style-2 .nk-nav > li > a {
padding-top: 12px;
padding-bottom: 12px;
padding-left: 0;
font-size: 1.92rem;
}
.nk-navbar-full-style-2 .dropdown > .dropdown-back > a::after {
right: 30px;
left: auto;
}
.nk-navbar-full-style-2 .nk-social {
padding: 0;
margin-left: -6px;
}
.nk-navbar-full-style-2 .nk-widget .nk-widget-title {
margin-bottom: 1.2rem;
}
.nk-navbar-full-style-2 .nk-widget ~ .nk-widget {
margin-top: 54px;
} .nk-navbar-drop-effect-2.nk-navbar .nk-nav .dropdown {
position: relative;
overflow: hidden;
}
.nk-navbar-drop-effect-2.nk-navbar .nk-nav .nk-drop-item > .dropdown {
display: none;
padding-top: 15px;
padding-bottom: 15px;
}
.nk-navbar-drop-effect-2.nk-navbar .nk-nav .nk-drop-item > .dropdown > li > a,
.nk-navbar-drop-effect-2.nk-navbar .nk-nav .nk-drop-item .nk-drop-item > .dropdown > li > a {
display: block;
padding-top: 9px;
padding-bottom: 9px;
font-size: .85rem;
font-weight: 400;
} .nk-header-title {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
overflow: hidden;
text-align: center;
z-index: 0;
}
.nk-header-title .nk-header-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
min-height: 470px;
padding-top: 75px;
}
.nk-header-title .nk-header-content-inner {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 100%;
padding: 80px 0;
}
.nk-header-title.nk-header-content-center-center .nk-header-content {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}
.nk-header-title.nk-header-content-center-left .nk-header-content {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: left;
}
.nk-header-title.nk-header-content-center-right .nk-header-content {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: right;
}
.nk-header-title.nk-header-content-top-center .nk-header-content {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
text-align: center;
}
.nk-header-title.nk-header-content-top-left .nk-header-content {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
text-align: left;
}
.nk-header-title.nk-header-content-top-right .nk-header-content {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
text-align: right;
}
.nk-header-title.nk-header-content-bottom-center .nk-header-content {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
text-align: center;
}
.nk-header-title.nk-header-content-bottom-left .nk-header-content {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
text-align: left;
}
.nk-header-title.nk-header-content-bottom-right .nk-header-content {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
text-align: right;
}
.nk-header-title.nk-header-title-sm .nk-header-content {
min-height: 370px;
}
.nk-header-title.nk-header-title-md .nk-header-content {
min-height: 570px;
}
.nk-header-title.nk-header-title-lg .nk-header-content {
min-height: 670px;
}
.nk-header-title.nk-header-title-xl .nk-header-content {
min-height: 770px;
}
.nk-header-title.nk-header-title-full .nk-header-content {
min-height: 100vh;
}
.nk-header-title .nk-header-text-bottom {
padding-top: 30px;
padding-bottom: 30px;
background-color: rgba(37, 37, 37, 0.4);
}
.nk-header-title.nk-header-title-full .nk-header-text-bottom {
position: absolute;
right: 0;
bottom: 0;
left: 0;
}
.nk-header-title .nk-header-title-scroll-down {
position: absolute;
display: block;
bottom: 65px;
left: 50%;
width: 50px;
height: 50px;
margin-left: -25px;
font-size: 2rem;
line-height: 54px;
color: inherit;
text-align: center;
text-decoration: none;
border: 1px solid;
border-radius: 50%;
opacity: .6;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-header-title .nk-header-title-scroll-down:hover {
color: #252525 !important;
background-color: #fff;
border-color: #fff;
-webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.05);
opacity: 1;
}
.nk-header-title .nk-header-title-scroll-down-2 {
position: absolute;
display: block;
bottom: 0;
left: 50%;
width: 1px;
height: 100px;
color: inherit;
text-decoration: none;
border-left: 1px solid;
opacity: .6;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-header-title .nk-header-title-scroll-down-2:hover {
opacity: 1;
}
.nk-header-title .nk-header-title-scroll-down-2::after {
content: "";
display: block;
top: 0;
left: 0;
width: 40px;
height: 100%;
margin-left: -20px;
}
.nk-header-title.nk-header-title-sm .nk-header-title-scroll-down-2 {
height: 80px;
}
.nk-header-title.nk-header-title-md .nk-header-title-scroll-down-2 {
height: 120px;
}
.nk-header-title.nk-header-title-lg .nk-header-title-scroll-down-2,
.nk-header-title.nk-header-title-xl .nk-header-title-scroll-down-2 {
height: 140px;
}
.nk-header-title .nk-social {
position: absolute;
display: block;
bottom: 65px;
width: 100%;
text-align: center;
}
.nk-header-title h1.nk-title {
line-height: 1.18;
} .nk-footer {
position: relative;
overflow: hidden;
background-color: #ebebeb;
z-index: 1;
}
.nk-footer.nk-footer-transparent {
background-color: transparent;
}
.nk-footer .nk-footer-cont {
position: relative;
padding-top: 44px;
padding-bottom: 44px;
}
.nk-footer .nk-footer-cont-sm {
padding-top: 30px;
padding-bottom: 30px;
font-size: .9rem;
}
.nk-footer .nk-footer-cont-md {
padding-top: 34px;
padding-bottom: 34px;
}
.nk-footer .nk-footer-text {
font-size: .9rem;
}
.nk-footer .nk-footer-text p:last-child {
margin-bottom: 0;
}
.nk-footer .nk-social + .nk-footer-text {
margin-top: 12px;
}
.nk-footer .nk-footer-widgets {
padding-top: 95px;
padding-bottom: 95px;
}
.nk-footer .nk-footer-widgets + .nk-footer-cont::after,
.nk-footer .nk-footer-widgets + .nk-footer-cont::before {
content: "";
position: absolute;
display: block;
top: 0;
left: 0;
width: calc(50% - 25px);
border-top: 1px solid rgba(140, 140, 140, 0.1);
}
.nk-footer .nk-footer-widgets + .nk-footer-cont::before {
right: 0;
left: auto;
}
.nk-footer .nk-footer-scroll-top-btn {
display: block;
width: 50px;
height: 50px;
margin: 0 auto;
margin-top: -54px;
margin-bottom: 30px;
font-size: 2rem;
line-height: 53px;
color: inherit;
text-align: center;
border: 1px solid rgba(140, 140, 140, 0.1);
border-radius: 50%;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-footer .nk-footer-scroll-top-btn:hover {
border-color: rgba(140, 140, 140, 0.25);
}
.nk-footer .nk-footer-scroll-top-btn-2 {
display: block;
font-size: .85rem;
font-weight: 500;
color: inherit;
text-align: center;
text-decoration: none;
text-transform: uppercase;
opacity: .4;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
z-index: 1;
}
.nk-footer .nk-footer-scroll-top-btn-2:hover {
opacity: 1;
} aside.nk-sidebar {
padding-left: 20px;
}
aside.nk-sidebar .nk-widget-title {
margin-bottom: 2.1rem;
}
aside.nk-sidebar .nk-widget ~ .nk-widget {
margin-top: 45px;
}
@media (min-width: 992px) and (max-width: 1199px) {
aside.nk-sidebar {
padding-left: 0;
}
}
.nk-widget {
overflow: hidden;
}
.nk-widget ~ .nk-widget {
margin-top: 65px;
}
.nk-widget .nk-widget-title {
margin-bottom: 1.3rem;
font-family: inherit;
font-size: 1.09rem;
font-weight: 500;
text-transform: uppercase;
letter-spacing: .02em;
}
.nk-social {
color: #171717;
}
.nk-social > ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0;
margin: 0;
list-style: none;
}
.nk-social > ul li > a {
position: relative;
display: block;
padding: 8px;
font-size: 1.13rem;
color: inherit;
opacity: .4;
}
.nk-social.nk-social-left > ul {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.nk-social.nk-social-right > ul {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.nk-social-2 {
padding-bottom: 12px;
color: #171717;
}
.nk-social-2 > ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0;
margin: 0;
list-style: none;
}
.nk-social-2 > ul li {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
.nk-social-2 > ul li a {
color: inherit;
text-decoration: none;
}
.nk-social > ul li > a,
.nk-social-2 > ul li > a {
text-decoration: none;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-social > ul li > a > span,
.nk-social-2 > ul li > a > span {
position: relative;
display: block;
}
.nk-social > ul li > a > span > span,
.nk-social > ul li > a > span > svg,
.nk-social-2 > ul li > a > span > span,
.nk-social-2 > ul li > a > span > svg {
display: block;
}
.nk-social > ul li > a span.nk-social-front,
.nk-social > ul li > a svg.nk-social-front,
.nk-social-2 > ul li > a span.nk-social-front,
.nk-social-2 > ul li > a svg.nk-social-front {
opacity: 1;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
z-index: 1;
}
.nk-social > ul li > a span.nk-social-back,
.nk-social > ul li > a svg.nk-social-back,
.nk-social-2 > ul li > a span.nk-social-back,
.nk-social-2 > ul li > a svg.nk-social-back {
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
z-index: 2;
}
.nk-social > ul li > a:hover, .nk-social > ul li > a.hover,
.nk-social-2 > ul li > a:hover,
.nk-social-2 > ul li > a.hover {
opacity: 1;
}
.nk-social > ul li > a:hover span.nk-social-front,
.nk-social > ul li > a:hover svg.nk-social-front, .nk-social > ul li > a.hover span.nk-social-front,
.nk-social > ul li > a.hover svg.nk-social-front,
.nk-social-2 > ul li > a:hover span.nk-social-front,
.nk-social-2 > ul li > a:hover svg.nk-social-front,
.nk-social-2 > ul li > a.hover span.nk-social-front,
.nk-social-2 > ul li > a.hover svg.nk-social-front {
opacity: 0;
}
.nk-social > ul li > a:hover span.nk-social-back,
.nk-social > ul li > a:hover svg.nk-social-back, .nk-social > ul li > a.hover span.nk-social-back,
.nk-social > ul li > a.hover svg.nk-social-back,
.nk-social-2 > ul li > a:hover span.nk-social-back,
.nk-social-2 > ul li > a:hover svg.nk-social-back,
.nk-social-2 > ul li > a.hover span.nk-social-back,
.nk-social-2 > ul li > a.hover svg.nk-social-back {
opacity: 1;
}
.nk-social > ul li > a.nk-social-rss span.nk-social-back,
.nk-social > ul li > a.nk-social-rss svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-rss span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-rss svg.nk-social-back {
color: #e06618;
}
.nk-social > ul li > a.nk-social-behance span.nk-social-back,
.nk-social > ul li > a.nk-social-behance svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-behance span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-behance svg.nk-social-back {
color: #487cfb;
}
.nk-social > ul li > a.nk-social-bitbucket span.nk-social-back,
.nk-social > ul li > a.nk-social-bitbucket svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-bitbucket span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-bitbucket svg.nk-social-back {
color: #36517e;
}
.nk-social > ul li > a.nk-social-dropbox span.nk-social-back,
.nk-social > ul li > a.nk-social-dropbox svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-dropbox span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-dropbox svg.nk-social-back {
color: #4d86d9;
}
.nk-social > ul li > a.nk-social-dribbble span.nk-social-back,
.nk-social > ul li > a.nk-social-dribbble svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-dribbble span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-dribbble svg.nk-social-back {
color: #ea4c89;
}
.nk-social > ul li > a.nk-social-deviantart span.nk-social-back,
.nk-social > ul li > a.nk-social-deviantart svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-deviantart span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-deviantart svg.nk-social-back {
color: #4a5d4e;
}
.nk-social > ul li > a.nk-social-facebook span.nk-social-back,
.nk-social > ul li > a.nk-social-facebook svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-facebook span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-facebook svg.nk-social-back {
color: #3b5998;
}
.nk-social > ul li > a.nk-social-flickr span.nk-social-back,
.nk-social > ul li > a.nk-social-flickr svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-flickr span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-flickr svg.nk-social-back {
color: #f40083;
}
.nk-social > ul li > a.nk-social-foursquare span.nk-social-back,
.nk-social > ul li > a.nk-social-foursquare svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-foursquare span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-foursquare svg.nk-social-back {
color: #fc4575;
}
.nk-social > ul li > a.nk-social-github span.nk-social-back,
.nk-social > ul li > a.nk-social-github svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-github span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-github svg.nk-social-back {
color: #464646;
}
.nk-social > ul li > a.nk-social-google-plus span.nk-social-back,
.nk-social > ul li > a.nk-social-google-plus svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-google-plus span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-google-plus svg.nk-social-back {
color: #df4a32;
}
.nk-social > ul li > a.nk-social-google_plus span.nk-social-back,
.nk-social > ul li > a.nk-social-google_plus svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-google_plus span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-google_plus svg.nk-social-back {
color: #df4a32;
}
.nk-social > ul li > a.nk-social-instagram span.nk-social-back,
.nk-social > ul li > a.nk-social-instagram svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-instagram span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-instagram svg.nk-social-back {
color: #c32aa3;
}
@supports (-webkit-background-clip: text) {
.nk-social > ul li > a.nk-social-instagram span.nk-social-back,
.nk-social > ul li > a.nk-social-instagram svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-instagram span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-instagram svg.nk-social-back {
background: -o-radial-gradient(33% 100%, circle, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
}
.nk-social > ul li > a.nk-social-linkedin span.nk-social-back,
.nk-social > ul li > a.nk-social-linkedin svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-linkedin span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-linkedin svg.nk-social-back {
color: #007bb6;
}
.nk-social > ul li > a.nk-social-medium span.nk-social-back,
.nk-social > ul li > a.nk-social-medium svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-medium span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-medium svg.nk-social-back {
color: #71c66d;
}
.nk-social > ul li > a.nk-social-odnoklassniki span.nk-social-back,
.nk-social > ul li > a.nk-social-odnoklassniki svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-odnoklassniki span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-odnoklassniki svg.nk-social-back {
color: #d8732a;
}
.nk-social > ul li > a.nk-social-paypal span.nk-social-back,
.nk-social > ul li > a.nk-social-paypal svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-paypal span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-paypal svg.nk-social-back {
color: #1d3283;
}
.nk-social > ul li > a.nk-social-pinterest span.nk-social-back,
.nk-social > ul li > a.nk-social-pinterest svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-pinterest span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-pinterest svg.nk-social-back {
color: #cb2027;
}
.nk-social > ul li > a.nk-social-reddit span.nk-social-back,
.nk-social > ul li > a.nk-social-reddit svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-reddit span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-reddit svg.nk-social-back {
color: #ff5700;
}
.nk-social > ul li > a.nk-social-skype span.nk-social-back,
.nk-social > ul li > a.nk-social-skype svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-skype span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-skype svg.nk-social-back {
color: #00aff0;
}
.nk-social > ul li > a.nk-social-soundcloud span.nk-social-back,
.nk-social > ul li > a.nk-social-soundcloud svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-soundcloud span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-soundcloud svg.nk-social-back {
color: #f50;
}
.nk-social > ul li > a.nk-social-slack span.nk-social-back,
.nk-social > ul li > a.nk-social-slack svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-slack span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-slack svg.nk-social-back {
color: #543b56;
}
.nk-social > ul li > a.nk-social-steam span.nk-social-back,
.nk-social > ul li > a.nk-social-steam svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-steam span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-steam svg.nk-social-back {
color: #272425;
}
.nk-social > ul li > a.nk-social-snapchat span.nk-social-back,
.nk-social > ul li > a.nk-social-snapchat svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-snapchat span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-snapchat svg.nk-social-back {
color: #fffc00;
}
.nk-social > ul li > a.nk-social-swarm span.nk-social-back,
.nk-social > ul li > a.nk-social-swarm svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-swarm span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-swarm svg.nk-social-back {
color: #ffb000;
}
.nk-social > ul li > a.nk-social-stumbleupon span.nk-social-back,
.nk-social > ul li > a.nk-social-stumbleupon svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-stumbleupon span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-stumbleupon svg.nk-social-back {
color: #eb4924;
}
.nk-social > ul li > a.nk-social-spotify span.nk-social-back,
.nk-social > ul li > a.nk-social-spotify svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-spotify span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-spotify svg.nk-social-back {
color: #1ed760;
}
.nk-social > ul li > a.nk-social-tumblr span.nk-social-back,
.nk-social > ul li > a.nk-social-tumblr svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-tumblr span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-tumblr svg.nk-social-back {
color: #2c4762;
}
.nk-social > ul li > a.nk-social-twitch span.nk-social-back,
.nk-social > ul li > a.nk-social-twitch svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-twitch span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-twitch svg.nk-social-back {
color: #5c43a1;
}
.nk-social > ul li > a.nk-social-twitter span.nk-social-back,
.nk-social > ul li > a.nk-social-twitter svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-twitter span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-twitter svg.nk-social-back {
color: #00b6f1;
}
.nk-social > ul li > a.nk-social-vimeo span.nk-social-back,
.nk-social > ul li > a.nk-social-vimeo svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-vimeo span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-vimeo svg.nk-social-back {
color: #45bbff;
}
.nk-social > ul li > a.nk-social-vk span.nk-social-back,
.nk-social > ul li > a.nk-social-vk svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-vk span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-vk svg.nk-social-back {
color: #657da0;
}
.nk-social > ul li > a.nk-social-vkontakte span.nk-social-back,
.nk-social > ul li > a.nk-social-vkontakte svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-vkontakte span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-vkontakte svg.nk-social-back {
color: #657da0;
}
.nk-social > ul li > a.nk-social-wordpress span.nk-social-back,
.nk-social > ul li > a.nk-social-wordpress svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-wordpress span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-wordpress svg.nk-social-back {
color: #4072a1;
}
.nk-social > ul li > a.nk-social-youtube span.nk-social-back,
.nk-social > ul li > a.nk-social-youtube svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-youtube span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-youtube svg.nk-social-back {
color: #f00;
}
.nk-social.text-white > ul li > a,
.nk-social-2.text-white > ul li > a {
opacity: .9;
}  .nk-btn {
display: inline-block;
padding: 16px 35px;
font-family: inherit;
font-size: .96rem;
font-weight: 500;
line-height: 1.2;
text-align: center;
text-transform: uppercase;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #252525;
border-color: transparent;
border-style: solid;
border-width: 2px;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-btn, .nk-btn:hover, .nk-btn.hover, .nk-btn:active, .nk-btn.active, .nk-btn:focus {
color: #fff;
text-decoration: none;
}
.nk-btn:hover, .nk-btn.hover, .nk-btn:active, .nk-btn.active, .nk-btn:focus {
color: #fff !important;
background-color: #c2ae96;
border-color: #c2ae96;
-webkit-transform: translateY(-1px);
-ms-transform: translateY(-1px);
transform: translateY(-1px);
}
.nk-btn:hover.disabled, .nk-btn:hover[disabled], .nk-btn.hover.disabled, .nk-btn.hover[disabled], .nk-btn:active.disabled, .nk-btn:active[disabled], .nk-btn.active.disabled, .nk-btn.active[disabled], .nk-btn:focus.disabled, .nk-btn:focus[disabled] {
background-color: #252525;
border-color: #252525;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.nk-btn.nk-btn-outline:hover, .nk-btn.nk-btn-outline.hover, .nk-btn.nk-btn-outline:active, .nk-btn.nk-btn-outline.active, .nk-btn.nk-btn-outline:focus {
color: #b9a186 !important;
}
.nk-btn.disabled, .nk-btn[disabled] {
pointer-events: none;
cursor: not-allowed;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
opacity: .5;
}
.nk-btn > span {
display: block;
float: left;
margin-right: 10px;
font-size: 1.3em;
}
.nk-btn {
background-color: #b9a186;
border-color: #b9a186;
color: #fff !important;
}
.nk-btn:hover.disabled, .nk-btn:hover[disabled], .nk-btn.hover.disabled, .nk-btn.hover[disabled], .nk-btn:active.disabled, .nk-btn:active[disabled], .nk-btn.active.disabled, .nk-btn.active[disabled], .nk-btn:focus.disabled, .nk-btn:focus[disabled] {
background-color: #b9a186;
border-color: #b9a186;
}
.nk-btn.nk-btn-outline {
color: #b9a186 !important;
}
.nk-btn.nk-btn-outline:hover:not(.disabled), .nk-btn.nk-btn-outline:hover:not([disabled]), .nk-btn.nk-btn-outline.hover:not(.disabled), .nk-btn.nk-btn-outline.hover:not([disabled]), .nk-btn.nk-btn-outline:active:not(.disabled), .nk-btn.nk-btn-outline:active:not([disabled]), .nk-btn.nk-btn-outline.active:not(.disabled), .nk-btn.nk-btn-outline.active:not([disabled]), .nk-btn.nk-btn-outline:focus:not(.disabled), .nk-btn.nk-btn-outline:focus:not([disabled]) {
background-color: #b9a186;
border-color: #b9a186;
color: #fff !important;
}
.nk-btn-color-white {
background-color: #fff;
border-color: #fff;
color: #252525 !important;
}
.nk-btn-color-white:hover.disabled, .nk-btn-color-white:hover[disabled], .nk-btn-color-white.hover.disabled, .nk-btn-color-white.hover[disabled], .nk-btn-color-white:active.disabled, .nk-btn-color-white:active[disabled], .nk-btn-color-white.active.disabled, .nk-btn-color-white.active[disabled], .nk-btn-color-white:focus.disabled, .nk-btn-color-white:focus[disabled] {
background-color: #fff;
border-color: #fff;
}
.nk-btn-color-white.nk-btn-outline {
color: #fff !important;
}
.nk-btn-color-white.nk-btn-outline:hover:not(.disabled), .nk-btn-color-white.nk-btn-outline:hover:not([disabled]), .nk-btn-color-white.nk-btn-outline.hover:not(.disabled), .nk-btn-color-white.nk-btn-outline.hover:not([disabled]), .nk-btn-color-white.nk-btn-outline:active:not(.disabled), .nk-btn-color-white.nk-btn-outline:active:not([disabled]), .nk-btn-color-white.nk-btn-outline.active:not(.disabled), .nk-btn-color-white.nk-btn-outline.active:not([disabled]), .nk-btn-color-white.nk-btn-outline:focus:not(.disabled), .nk-btn-color-white.nk-btn-outline:focus:not([disabled]) {
background-color: #fff;
border-color: #fff;
color: #252525 !important;
}
.nk-btn-color-black {
background-color: #000;
border-color: #000;
color: #fff !important;
}
.nk-btn-color-black:hover.disabled, .nk-btn-color-black:hover[disabled], .nk-btn-color-black.hover.disabled, .nk-btn-color-black.hover[disabled], .nk-btn-color-black:active.disabled, .nk-btn-color-black:active[disabled], .nk-btn-color-black.active.disabled, .nk-btn-color-black.active[disabled], .nk-btn-color-black:focus.disabled, .nk-btn-color-black:focus[disabled] {
background-color: #000;
border-color: #000;
}
.nk-btn-color-black.nk-btn-outline {
color: #000 !important;
}
.nk-btn-color-black.nk-btn-outline:hover:not(.disabled), .nk-btn-color-black.nk-btn-outline:hover:not([disabled]), .nk-btn-color-black.nk-btn-outline.hover:not(.disabled), .nk-btn-color-black.nk-btn-outline.hover:not([disabled]), .nk-btn-color-black.nk-btn-outline:active:not(.disabled), .nk-btn-color-black.nk-btn-outline:active:not([disabled]), .nk-btn-color-black.nk-btn-outline.active:not(.disabled), .nk-btn-color-black.nk-btn-outline.active:not([disabled]), .nk-btn-color-black.nk-btn-outline:focus:not(.disabled), .nk-btn-color-black.nk-btn-outline:focus:not([disabled]) {
background-color: #000;
border-color: #000;
color: #fff !important;
}
.nk-btn-color-dark {
background-color: #101010;
border-color: #101010;
color: #fff !important;
}
.nk-btn-color-dark:hover.disabled, .nk-btn-color-dark:hover[disabled], .nk-btn-color-dark.hover.disabled, .nk-btn-color-dark.hover[disabled], .nk-btn-color-dark:active.disabled, .nk-btn-color-dark:active[disabled], .nk-btn-color-dark.active.disabled, .nk-btn-color-dark.active[disabled], .nk-btn-color-dark:focus.disabled, .nk-btn-color-dark:focus[disabled] {
background-color: #101010;
border-color: #101010;
}
.nk-btn-color-dark.nk-btn-outline {
color: #101010 !important;
}
.nk-btn-color-dark.nk-btn-outline:hover:not(.disabled), .nk-btn-color-dark.nk-btn-outline:hover:not([disabled]), .nk-btn-color-dark.nk-btn-outline.hover:not(.disabled), .nk-btn-color-dark.nk-btn-outline.hover:not([disabled]), .nk-btn-color-dark.nk-btn-outline:active:not(.disabled), .nk-btn-color-dark.nk-btn-outline:active:not([disabled]), .nk-btn-color-dark.nk-btn-outline.active:not(.disabled), .nk-btn-color-dark.nk-btn-outline.active:not([disabled]), .nk-btn-color-dark.nk-btn-outline:focus:not(.disabled), .nk-btn-color-dark.nk-btn-outline:focus:not([disabled]) {
background-color: #101010;
border-color: #101010;
color: #fff !important;
}
.nk-btn-color-dark-05 {
background-color: #181818;
border-color: #181818;
color: #fff !important;
}
.nk-btn-color-dark-05:hover.disabled, .nk-btn-color-dark-05:hover[disabled], .nk-btn-color-dark-05.hover.disabled, .nk-btn-color-dark-05.hover[disabled], .nk-btn-color-dark-05:active.disabled, .nk-btn-color-dark-05:active[disabled], .nk-btn-color-dark-05.active.disabled, .nk-btn-color-dark-05.active[disabled], .nk-btn-color-dark-05:focus.disabled, .nk-btn-color-dark-05:focus[disabled] {
background-color: #181818;
border-color: #181818;
}
.nk-btn-color-dark-05.nk-btn-outline {
color: #181818 !important;
}
.nk-btn-color-dark-05.nk-btn-outline:hover:not(.disabled), .nk-btn-color-dark-05.nk-btn-outline:hover:not([disabled]), .nk-btn-color-dark-05.nk-btn-outline.hover:not(.disabled), .nk-btn-color-dark-05.nk-btn-outline.hover:not([disabled]), .nk-btn-color-dark-05.nk-btn-outline:active:not(.disabled), .nk-btn-color-dark-05.nk-btn-outline:active:not([disabled]), .nk-btn-color-dark-05.nk-btn-outline.active:not(.disabled), .nk-btn-color-dark-05.nk-btn-outline.active:not([disabled]), .nk-btn-color-dark-05.nk-btn-outline:focus:not(.disabled), .nk-btn-color-dark-05.nk-btn-outline:focus:not([disabled]) {
background-color: #181818;
border-color: #181818;
color: #fff !important;
}
.nk-btn-color-dark-1 {
background-color: #252525;
border-color: #252525;
color: #fff !important;
}
.nk-btn-color-dark-1:hover.disabled, .nk-btn-color-dark-1:hover[disabled], .nk-btn-color-dark-1.hover.disabled, .nk-btn-color-dark-1.hover[disabled], .nk-btn-color-dark-1:active.disabled, .nk-btn-color-dark-1:active[disabled], .nk-btn-color-dark-1.active.disabled, .nk-btn-color-dark-1.active[disabled], .nk-btn-color-dark-1:focus.disabled, .nk-btn-color-dark-1:focus[disabled] {
background-color: #252525;
border-color: #252525;
}
.nk-btn-color-dark-1.nk-btn-outline {
color: #252525 !important;
}
.nk-btn-color-dark-1.nk-btn-outline:hover:not(.disabled), .nk-btn-color-dark-1.nk-btn-outline:hover:not([disabled]), .nk-btn-color-dark-1.nk-btn-outline.hover:not(.disabled), .nk-btn-color-dark-1.nk-btn-outline.hover:not([disabled]), .nk-btn-color-dark-1.nk-btn-outline:active:not(.disabled), .nk-btn-color-dark-1.nk-btn-outline:active:not([disabled]), .nk-btn-color-dark-1.nk-btn-outline.active:not(.disabled), .nk-btn-color-dark-1.nk-btn-outline.active:not([disabled]), .nk-btn-color-dark-1.nk-btn-outline:focus:not(.disabled), .nk-btn-color-dark-1.nk-btn-outline:focus:not([disabled]) {
background-color: #252525;
border-color: #252525;
color: #fff !important;
}
.nk-btn-color-dark-2 {
background-color: #303030;
border-color: #303030;
color: #fff !important;
}
.nk-btn-color-dark-2:hover.disabled, .nk-btn-color-dark-2:hover[disabled], .nk-btn-color-dark-2.hover.disabled, .nk-btn-color-dark-2.hover[disabled], .nk-btn-color-dark-2:active.disabled, .nk-btn-color-dark-2:active[disabled], .nk-btn-color-dark-2.active.disabled, .nk-btn-color-dark-2.active[disabled], .nk-btn-color-dark-2:focus.disabled, .nk-btn-color-dark-2:focus[disabled] {
background-color: #303030;
border-color: #303030;
}
.nk-btn-color-dark-2.nk-btn-outline {
color: #303030 !important;
}
.nk-btn-color-dark-2.nk-btn-outline:hover:not(.disabled), .nk-btn-color-dark-2.nk-btn-outline:hover:not([disabled]), .nk-btn-color-dark-2.nk-btn-outline.hover:not(.disabled), .nk-btn-color-dark-2.nk-btn-outline.hover:not([disabled]), .nk-btn-color-dark-2.nk-btn-outline:active:not(.disabled), .nk-btn-color-dark-2.nk-btn-outline:active:not([disabled]), .nk-btn-color-dark-2.nk-btn-outline.active:not(.disabled), .nk-btn-color-dark-2.nk-btn-outline.active:not([disabled]), .nk-btn-color-dark-2.nk-btn-outline:focus:not(.disabled), .nk-btn-color-dark-2.nk-btn-outline:focus:not([disabled]) {
background-color: #303030;
border-color: #303030;
color: #fff !important;
}
.nk-btn-color-dark-3 {
background-color: #3a3a3a;
border-color: #3a3a3a;
color: #fff !important;
}
.nk-btn-color-dark-3:hover.disabled, .nk-btn-color-dark-3:hover[disabled], .nk-btn-color-dark-3.hover.disabled, .nk-btn-color-dark-3.hover[disabled], .nk-btn-color-dark-3:active.disabled, .nk-btn-color-dark-3:active[disabled], .nk-btn-color-dark-3.active.disabled, .nk-btn-color-dark-3.active[disabled], .nk-btn-color-dark-3:focus.disabled, .nk-btn-color-dark-3:focus[disabled] {
background-color: #3a3a3a;
border-color: #3a3a3a;
}
.nk-btn-color-dark-3.nk-btn-outline {
color: #3a3a3a !important;
}
.nk-btn-color-dark-3.nk-btn-outline:hover:not(.disabled), .nk-btn-color-dark-3.nk-btn-outline:hover:not([disabled]), .nk-btn-color-dark-3.nk-btn-outline.hover:not(.disabled), .nk-btn-color-dark-3.nk-btn-outline.hover:not([disabled]), .nk-btn-color-dark-3.nk-btn-outline:active:not(.disabled), .nk-btn-color-dark-3.nk-btn-outline:active:not([disabled]), .nk-btn-color-dark-3.nk-btn-outline.active:not(.disabled), .nk-btn-color-dark-3.nk-btn-outline.active:not([disabled]), .nk-btn-color-dark-3.nk-btn-outline:focus:not(.disabled), .nk-btn-color-dark-3.nk-btn-outline:focus:not([disabled]) {
background-color: #3a3a3a;
border-color: #3a3a3a;
color: #fff !important;
}
.nk-btn-color-dark-4 {
background-color: #444444;
border-color: #444444;
color: #fff !important;
}
.nk-btn-color-dark-4:hover.disabled, .nk-btn-color-dark-4:hover[disabled], .nk-btn-color-dark-4.hover.disabled, .nk-btn-color-dark-4.hover[disabled], .nk-btn-color-dark-4:active.disabled, .nk-btn-color-dark-4:active[disabled], .nk-btn-color-dark-4.active.disabled, .nk-btn-color-dark-4.active[disabled], .nk-btn-color-dark-4:focus.disabled, .nk-btn-color-dark-4:focus[disabled] {
background-color: #444444;
border-color: #444444;
}
.nk-btn-color-dark-4.nk-btn-outline {
color: #444444 !important;
}
.nk-btn-color-dark-4.nk-btn-outline:hover:not(.disabled), .nk-btn-color-dark-4.nk-btn-outline:hover:not([disabled]), .nk-btn-color-dark-4.nk-btn-outline.hover:not(.disabled), .nk-btn-color-dark-4.nk-btn-outline.hover:not([disabled]), .nk-btn-color-dark-4.nk-btn-outline:active:not(.disabled), .nk-btn-color-dark-4.nk-btn-outline:active:not([disabled]), .nk-btn-color-dark-4.nk-btn-outline.active:not(.disabled), .nk-btn-color-dark-4.nk-btn-outline.active:not([disabled]), .nk-btn-color-dark-4.nk-btn-outline:focus:not(.disabled), .nk-btn-color-dark-4.nk-btn-outline:focus:not([disabled]) {
background-color: #444444;
border-color: #444444;
color: #fff !important;
}
.nk-btn-color-gray-1 {
background-color: #fafafa;
border-color: #fafafa;
color: #252525 !important;
}
.nk-btn-color-gray-1:hover.disabled, .nk-btn-color-gray-1:hover[disabled], .nk-btn-color-gray-1.hover.disabled, .nk-btn-color-gray-1.hover[disabled], .nk-btn-color-gray-1:active.disabled, .nk-btn-color-gray-1:active[disabled], .nk-btn-color-gray-1.active.disabled, .nk-btn-color-gray-1.active[disabled], .nk-btn-color-gray-1:focus.disabled, .nk-btn-color-gray-1:focus[disabled] {
background-color: #fafafa;
border-color: #fafafa;
}
.nk-btn-color-gray-1.nk-btn-outline {
color: #fafafa !important;
}
.nk-btn-color-gray-1.nk-btn-outline:hover:not(.disabled), .nk-btn-color-gray-1.nk-btn-outline:hover:not([disabled]), .nk-btn-color-gray-1.nk-btn-outline.hover:not(.disabled), .nk-btn-color-gray-1.nk-btn-outline.hover:not([disabled]), .nk-btn-color-gray-1.nk-btn-outline:active:not(.disabled), .nk-btn-color-gray-1.nk-btn-outline:active:not([disabled]), .nk-btn-color-gray-1.nk-btn-outline.active:not(.disabled), .nk-btn-color-gray-1.nk-btn-outline.active:not([disabled]), .nk-btn-color-gray-1.nk-btn-outline:focus:not(.disabled), .nk-btn-color-gray-1.nk-btn-outline:focus:not([disabled]) {
background-color: #fafafa;
border-color: #fafafa;
color: #252525 !important;
}
.nk-btn-color-gray-2 {
background-color: #f7f7f7;
border-color: #f7f7f7;
color: #252525 !important;
}
.nk-btn-color-gray-2:hover.disabled, .nk-btn-color-gray-2:hover[disabled], .nk-btn-color-gray-2.hover.disabled, .nk-btn-color-gray-2.hover[disabled], .nk-btn-color-gray-2:active.disabled, .nk-btn-color-gray-2:active[disabled], .nk-btn-color-gray-2.active.disabled, .nk-btn-color-gray-2.active[disabled], .nk-btn-color-gray-2:focus.disabled, .nk-btn-color-gray-2:focus[disabled] {
background-color: #f7f7f7;
border-color: #f7f7f7;
}
.nk-btn-color-gray-2.nk-btn-outline {
color: #f7f7f7 !important;
}
.nk-btn-color-gray-2.nk-btn-outline:hover:not(.disabled), .nk-btn-color-gray-2.nk-btn-outline:hover:not([disabled]), .nk-btn-color-gray-2.nk-btn-outline.hover:not(.disabled), .nk-btn-color-gray-2.nk-btn-outline.hover:not([disabled]), .nk-btn-color-gray-2.nk-btn-outline:active:not(.disabled), .nk-btn-color-gray-2.nk-btn-outline:active:not([disabled]), .nk-btn-color-gray-2.nk-btn-outline.active:not(.disabled), .nk-btn-color-gray-2.nk-btn-outline.active:not([disabled]), .nk-btn-color-gray-2.nk-btn-outline:focus:not(.disabled), .nk-btn-color-gray-2.nk-btn-outline:focus:not([disabled]) {
background-color: #f7f7f7;
border-color: #f7f7f7;
color: #252525 !important;
}
.nk-btn-color-gray-3 {
background-color: whitesmoke;
border-color: whitesmoke;
color: #252525 !important;
}
.nk-btn-color-gray-3:hover.disabled, .nk-btn-color-gray-3:hover[disabled], .nk-btn-color-gray-3.hover.disabled, .nk-btn-color-gray-3.hover[disabled], .nk-btn-color-gray-3:active.disabled, .nk-btn-color-gray-3:active[disabled], .nk-btn-color-gray-3.active.disabled, .nk-btn-color-gray-3.active[disabled], .nk-btn-color-gray-3:focus.disabled, .nk-btn-color-gray-3:focus[disabled] {
background-color: whitesmoke;
border-color: whitesmoke;
}
.nk-btn-color-gray-3.nk-btn-outline {
color: whitesmoke !important;
}
.nk-btn-color-gray-3.nk-btn-outline:hover:not(.disabled), .nk-btn-color-gray-3.nk-btn-outline:hover:not([disabled]), .nk-btn-color-gray-3.nk-btn-outline.hover:not(.disabled), .nk-btn-color-gray-3.nk-btn-outline.hover:not([disabled]), .nk-btn-color-gray-3.nk-btn-outline:active:not(.disabled), .nk-btn-color-gray-3.nk-btn-outline:active:not([disabled]), .nk-btn-color-gray-3.nk-btn-outline.active:not(.disabled), .nk-btn-color-gray-3.nk-btn-outline.active:not([disabled]), .nk-btn-color-gray-3.nk-btn-outline:focus:not(.disabled), .nk-btn-color-gray-3.nk-btn-outline:focus:not([disabled]) {
background-color: whitesmoke;
border-color: whitesmoke;
color: #252525 !important;
}
.nk-btn-color-gray-4 {
background-color: #f2f2f2;
border-color: #f2f2f2;
color: #252525 !important;
}
.nk-btn-color-gray-4:hover.disabled, .nk-btn-color-gray-4:hover[disabled], .nk-btn-color-gray-4.hover.disabled, .nk-btn-color-gray-4.hover[disabled], .nk-btn-color-gray-4:active.disabled, .nk-btn-color-gray-4:active[disabled], .nk-btn-color-gray-4.active.disabled, .nk-btn-color-gray-4.active[disabled], .nk-btn-color-gray-4:focus.disabled, .nk-btn-color-gray-4:focus[disabled] {
background-color: #f2f2f2;
border-color: #f2f2f2;
}
.nk-btn-color-gray-4.nk-btn-outline {
color: #f2f2f2 !important;
}
.nk-btn-color-gray-4.nk-btn-outline:hover:not(.disabled), .nk-btn-color-gray-4.nk-btn-outline:hover:not([disabled]), .nk-btn-color-gray-4.nk-btn-outline.hover:not(.disabled), .nk-btn-color-gray-4.nk-btn-outline.hover:not([disabled]), .nk-btn-color-gray-4.nk-btn-outline:active:not(.disabled), .nk-btn-color-gray-4.nk-btn-outline:active:not([disabled]), .nk-btn-color-gray-4.nk-btn-outline.active:not(.disabled), .nk-btn-color-gray-4.nk-btn-outline.active:not([disabled]), .nk-btn-color-gray-4.nk-btn-outline:focus:not(.disabled), .nk-btn-color-gray-4.nk-btn-outline:focus:not([disabled]) {
background-color: #f2f2f2;
border-color: #f2f2f2;
color: #252525 !important;
}
.nk-btn-color-gray-5 {
background-color: #f0f0f0;
border-color: #f0f0f0;
color: #252525 !important;
}
.nk-btn-color-gray-5:hover.disabled, .nk-btn-color-gray-5:hover[disabled], .nk-btn-color-gray-5.hover.disabled, .nk-btn-color-gray-5.hover[disabled], .nk-btn-color-gray-5:active.disabled, .nk-btn-color-gray-5:active[disabled], .nk-btn-color-gray-5.active.disabled, .nk-btn-color-gray-5.active[disabled], .nk-btn-color-gray-5:focus.disabled, .nk-btn-color-gray-5:focus[disabled] {
background-color: #f0f0f0;
border-color: #f0f0f0;
}
.nk-btn-color-gray-5.nk-btn-outline {
color: #f0f0f0 !important;
}
.nk-btn-color-gray-5.nk-btn-outline:hover:not(.disabled), .nk-btn-color-gray-5.nk-btn-outline:hover:not([disabled]), .nk-btn-color-gray-5.nk-btn-outline.hover:not(.disabled), .nk-btn-color-gray-5.nk-btn-outline.hover:not([disabled]), .nk-btn-color-gray-5.nk-btn-outline:active:not(.disabled), .nk-btn-color-gray-5.nk-btn-outline:active:not([disabled]), .nk-btn-color-gray-5.nk-btn-outline.active:not(.disabled), .nk-btn-color-gray-5.nk-btn-outline.active:not([disabled]), .nk-btn-color-gray-5.nk-btn-outline:focus:not(.disabled), .nk-btn-color-gray-5.nk-btn-outline:focus:not([disabled]) {
background-color: #f0f0f0;
border-color: #f0f0f0;
color: #252525 !important;
}
.nk-btn-color-gray-6 {
background-color: #ededed;
border-color: #ededed;
color: #252525 !important;
}
.nk-btn-color-gray-6:hover.disabled, .nk-btn-color-gray-6:hover[disabled], .nk-btn-color-gray-6.hover.disabled, .nk-btn-color-gray-6.hover[disabled], .nk-btn-color-gray-6:active.disabled, .nk-btn-color-gray-6:active[disabled], .nk-btn-color-gray-6.active.disabled, .nk-btn-color-gray-6.active[disabled], .nk-btn-color-gray-6:focus.disabled, .nk-btn-color-gray-6:focus[disabled] {
background-color: #ededed;
border-color: #ededed;
}
.nk-btn-color-gray-6.nk-btn-outline {
color: #ededed !important;
}
.nk-btn-color-gray-6.nk-btn-outline:hover:not(.disabled), .nk-btn-color-gray-6.nk-btn-outline:hover:not([disabled]), .nk-btn-color-gray-6.nk-btn-outline.hover:not(.disabled), .nk-btn-color-gray-6.nk-btn-outline.hover:not([disabled]), .nk-btn-color-gray-6.nk-btn-outline:active:not(.disabled), .nk-btn-color-gray-6.nk-btn-outline:active:not([disabled]), .nk-btn-color-gray-6.nk-btn-outline.active:not(.disabled), .nk-btn-color-gray-6.nk-btn-outline.active:not([disabled]), .nk-btn-color-gray-6.nk-btn-outline:focus:not(.disabled), .nk-btn-color-gray-6.nk-btn-outline:focus:not([disabled]) {
background-color: #ededed;
border-color: #ededed;
color: #252525 !important;
}
.nk-btn-color-gray-7 {
background-color: #d9d9d9;
border-color: #d9d9d9;
color: #252525 !important;
}
.nk-btn-color-gray-7:hover.disabled, .nk-btn-color-gray-7:hover[disabled], .nk-btn-color-gray-7.hover.disabled, .nk-btn-color-gray-7.hover[disabled], .nk-btn-color-gray-7:active.disabled, .nk-btn-color-gray-7:active[disabled], .nk-btn-color-gray-7.active.disabled, .nk-btn-color-gray-7.active[disabled], .nk-btn-color-gray-7:focus.disabled, .nk-btn-color-gray-7:focus[disabled] {
background-color: #d9d9d9;
border-color: #d9d9d9;
}
.nk-btn-color-gray-7.nk-btn-outline {
color: #d9d9d9 !important;
}
.nk-btn-color-gray-7.nk-btn-outline:hover:not(.disabled), .nk-btn-color-gray-7.nk-btn-outline:hover:not([disabled]), .nk-btn-color-gray-7.nk-btn-outline.hover:not(.disabled), .nk-btn-color-gray-7.nk-btn-outline.hover:not([disabled]), .nk-btn-color-gray-7.nk-btn-outline:active:not(.disabled), .nk-btn-color-gray-7.nk-btn-outline:active:not([disabled]), .nk-btn-color-gray-7.nk-btn-outline.active:not(.disabled), .nk-btn-color-gray-7.nk-btn-outline.active:not([disabled]), .nk-btn-color-gray-7.nk-btn-outline:focus:not(.disabled), .nk-btn-color-gray-7.nk-btn-outline:focus:not([disabled]) {
background-color: #d9d9d9;
border-color: #d9d9d9;
color: #252525 !important;
}
.nk-btn-color-gray {
background-color: #8e8e8e;
border-color: #8e8e8e;
color: #fff !important;
}
.nk-btn-color-gray:hover.disabled, .nk-btn-color-gray:hover[disabled], .nk-btn-color-gray.hover.disabled, .nk-btn-color-gray.hover[disabled], .nk-btn-color-gray:active.disabled, .nk-btn-color-gray:active[disabled], .nk-btn-color-gray.active.disabled, .nk-btn-color-gray.active[disabled], .nk-btn-color-gray:focus.disabled, .nk-btn-color-gray:focus[disabled] {
background-color: #8e8e8e;
border-color: #8e8e8e;
}
.nk-btn-color-gray.nk-btn-outline {
color: #8e8e8e !important;
}
.nk-btn-color-gray.nk-btn-outline:hover:not(.disabled), .nk-btn-color-gray.nk-btn-outline:hover:not([disabled]), .nk-btn-color-gray.nk-btn-outline.hover:not(.disabled), .nk-btn-color-gray.nk-btn-outline.hover:not([disabled]), .nk-btn-color-gray.nk-btn-outline:active:not(.disabled), .nk-btn-color-gray.nk-btn-outline:active:not([disabled]), .nk-btn-color-gray.nk-btn-outline.active:not(.disabled), .nk-btn-color-gray.nk-btn-outline.active:not([disabled]), .nk-btn-color-gray.nk-btn-outline:focus:not(.disabled), .nk-btn-color-gray.nk-btn-outline:focus:not([disabled]) {
background-color: #8e8e8e;
border-color: #8e8e8e;
color: #fff !important;
}
.nk-btn-hover-color-main:hover:not(.disabled), .nk-btn-hover-color-main:hover:not([disabled]), .nk-btn-hover-color-main.hover:not(.disabled), .nk-btn-hover-color-main.hover:not([disabled]), .nk-btn-hover-color-main:active:not(.disabled), .nk-btn-hover-color-main:active:not([disabled]), .nk-btn-hover-color-main.active:not(.disabled), .nk-btn-hover-color-main.active:not([disabled]), .nk-btn-hover-color-main:focus:not(.disabled), .nk-btn-hover-color-main:focus:not([disabled]),
.nk-btn-hover-color-main.nk-btn-outline:hover:not(.disabled),
.nk-btn-hover-color-main.nk-btn-outline:hover:not([disabled]),
.nk-btn-hover-color-main.nk-btn-outline.hover:not(.disabled),
.nk-btn-hover-color-main.nk-btn-outline.hover:not([disabled]),
.nk-btn-hover-color-main.nk-btn-outline:active:not(.disabled),
.nk-btn-hover-color-main.nk-btn-outline:active:not([disabled]),
.nk-btn-hover-color-main.nk-btn-outline.active:not(.disabled),
.nk-btn-hover-color-main.nk-btn-outline.active:not([disabled]),
.nk-btn-hover-color-main.nk-btn-outline:focus:not(.disabled),
.nk-btn-hover-color-main.nk-btn-outline:focus:not([disabled]) {
background-color: #b9a186 !important;
border-color: #b9a186 !important;
color: #fff !important;
}
.nk-btn-hover-color-white:hover:not(.disabled), .nk-btn-hover-color-white:hover:not([disabled]), .nk-btn-hover-color-white.hover:not(.disabled), .nk-btn-hover-color-white.hover:not([disabled]), .nk-btn-hover-color-white:active:not(.disabled), .nk-btn-hover-color-white:active:not([disabled]), .nk-btn-hover-color-white.active:not(.disabled), .nk-btn-hover-color-white.active:not([disabled]), .nk-btn-hover-color-white:focus:not(.disabled), .nk-btn-hover-color-white:focus:not([disabled]),
.nk-btn-hover-color-white.nk-btn-outline:hover:not(.disabled),
.nk-btn-hover-color-white.nk-btn-outline:hover:not([disabled]),
.nk-btn-hover-color-white.nk-btn-outline.hover:not(.disabled),
.nk-btn-hover-color-white.nk-btn-outline.hover:not([disabled]),
.nk-btn-hover-color-white.nk-btn-outline:active:not(.disabled),
.nk-btn-hover-color-white.nk-btn-outline:active:not([disabled]),
.nk-btn-hover-color-white.nk-btn-outline.active:not(.disabled),
.nk-btn-hover-color-white.nk-btn-outline.active:not([disabled]),
.nk-btn-hover-color-white.nk-btn-outline:focus:not(.disabled),
.nk-btn-hover-color-white.nk-btn-outline:focus:not([disabled]) {
background-color: #fff !important;
border-color: #fff !important;
color: #252525 !important;
}
.nk-btn-hover-color-black:hover:not(.disabled), .nk-btn-hover-color-black:hover:not([disabled]), .nk-btn-hover-color-black.hover:not(.disabled), .nk-btn-hover-color-black.hover:not([disabled]), .nk-btn-hover-color-black:active:not(.disabled), .nk-btn-hover-color-black:active:not([disabled]), .nk-btn-hover-color-black.active:not(.disabled), .nk-btn-hover-color-black.active:not([disabled]), .nk-btn-hover-color-black:focus:not(.disabled), .nk-btn-hover-color-black:focus:not([disabled]),
.nk-btn-hover-color-black.nk-btn-outline:hover:not(.disabled),
.nk-btn-hover-color-black.nk-btn-outline:hover:not([disabled]),
.nk-btn-hover-color-black.nk-btn-outline.hover:not(.disabled),
.nk-btn-hover-color-black.nk-btn-outline.hover:not([disabled]),
.nk-btn-hover-color-black.nk-btn-outline:active:not(.disabled),
.nk-btn-hover-color-black.nk-btn-outline:active:not([disabled]),
.nk-btn-hover-color-black.nk-btn-outline.active:not(.disabled),
.nk-btn-hover-color-black.nk-btn-outline.active:not([disabled]),
.nk-btn-hover-color-black.nk-btn-outline:focus:not(.disabled),
.nk-btn-hover-color-black.nk-btn-outline:focus:not([disabled]) {
background-color: #000 !important;
border-color: #000 !important;
color: #fff !important;
}
.nk-btn-hover-color-dark:hover:not(.disabled), .nk-btn-hover-color-dark:hover:not([disabled]), .nk-btn-hover-color-dark.hover:not(.disabled), .nk-btn-hover-color-dark.hover:not([disabled]), .nk-btn-hover-color-dark:active:not(.disabled), .nk-btn-hover-color-dark:active:not([disabled]), .nk-btn-hover-color-dark.active:not(.disabled), .nk-btn-hover-color-dark.active:not([disabled]), .nk-btn-hover-color-dark:focus:not(.disabled), .nk-btn-hover-color-dark:focus:not([disabled]),
.nk-btn-hover-color-dark.nk-btn-outline:hover:not(.disabled),
.nk-btn-hover-color-dark.nk-btn-outline:hover:not([disabled]),
.nk-btn-hover-color-dark.nk-btn-outline.hover:not(.disabled),
.nk-btn-hover-color-dark.nk-btn-outline.hover:not([disabled]),
.nk-btn-hover-color-dark.nk-btn-outline:active:not(.disabled),
.nk-btn-hover-color-dark.nk-btn-outline:active:not([disabled]),
.nk-btn-hover-color-dark.nk-btn-outline.active:not(.disabled),
.nk-btn-hover-color-dark.nk-btn-outline.active:not([disabled]),
.nk-btn-hover-color-dark.nk-btn-outline:focus:not(.disabled),
.nk-btn-hover-color-dark.nk-btn-outline:focus:not([disabled]) {
background-color: #101010 !important;
border-color: #101010 !important;
color: #fff !important;
}
.nk-btn-hover-color-dark-05:hover:not(.disabled), .nk-btn-hover-color-dark-05:hover:not([disabled]), .nk-btn-hover-color-dark-05.hover:not(.disabled), .nk-btn-hover-color-dark-05.hover:not([disabled]), .nk-btn-hover-color-dark-05:active:not(.disabled), .nk-btn-hover-color-dark-05:active:not([disabled]), .nk-btn-hover-color-dark-05.active:not(.disabled), .nk-btn-hover-color-dark-05.active:not([disabled]), .nk-btn-hover-color-dark-05:focus:not(.disabled), .nk-btn-hover-color-dark-05:focus:not([disabled]),
.nk-btn-hover-color-dark-05.nk-btn-outline:hover:not(.disabled),
.nk-btn-hover-color-dark-05.nk-btn-outline:hover:not([disabled]),
.nk-btn-hover-color-dark-05.nk-btn-outline.hover:not(.disabled),
.nk-btn-hover-color-dark-05.nk-btn-outline.hover:not([disabled]),
.nk-btn-hover-color-dark-05.nk-btn-outline:active:not(.disabled),
.nk-btn-hover-color-dark-05.nk-btn-outline:active:not([disabled]),
.nk-btn-hover-color-dark-05.nk-btn-outline.active:not(.disabled),
.nk-btn-hover-color-dark-05.nk-btn-outline.active:not([disabled]),
.nk-btn-hover-color-dark-05.nk-btn-outline:focus:not(.disabled),
.nk-btn-hover-color-dark-05.nk-btn-outline:focus:not([disabled]) {
background-color: #181818 !important;
border-color: #181818 !important;
color: #fff !important;
}
.nk-btn-hover-color-dark-1:hover:not(.disabled), .nk-btn-hover-color-dark-1:hover:not([disabled]), .nk-btn-hover-color-dark-1.hover:not(.disabled), .nk-btn-hover-color-dark-1.hover:not([disabled]), .nk-btn-hover-color-dark-1:active:not(.disabled), .nk-btn-hover-color-dark-1:active:not([disabled]), .nk-btn-hover-color-dark-1.active:not(.disabled), .nk-btn-hover-color-dark-1.active:not([disabled]), .nk-btn-hover-color-dark-1:focus:not(.disabled), .nk-btn-hover-color-dark-1:focus:not([disabled]),
.nk-btn-hover-color-dark-1.nk-btn-outline:hover:not(.disabled),
.nk-btn-hover-color-dark-1.nk-btn-outline:hover:not([disabled]),
.nk-btn-hover-color-dark-1.nk-btn-outline.hover:not(.disabled),
.nk-btn-hover-color-dark-1.nk-btn-outline.hover:not([disabled]),
.nk-btn-hover-color-dark-1.nk-btn-outline:active:not(.disabled),
.nk-btn-hover-color-dark-1.nk-btn-outline:active:not([disabled]),
.nk-btn-hover-color-dark-1.nk-btn-outline.active:not(.disabled),
.nk-btn-hover-color-dark-1.nk-btn-outline.active:not([disabled]),
.nk-btn-hover-color-dark-1.nk-btn-outline:focus:not(.disabled),
.nk-btn-hover-color-dark-1.nk-btn-outline:focus:not([disabled]) {
background-color: #252525 !important;
border-color: #252525 !important;
color: #fff !important;
}
.nk-btn-hover-color-dark-2:hover:not(.disabled), .nk-btn-hover-color-dark-2:hover:not([disabled]), .nk-btn-hover-color-dark-2.hover:not(.disabled), .nk-btn-hover-color-dark-2.hover:not([disabled]), .nk-btn-hover-color-dark-2:active:not(.disabled), .nk-btn-hover-color-dark-2:active:not([disabled]), .nk-btn-hover-color-dark-2.active:not(.disabled), .nk-btn-hover-color-dark-2.active:not([disabled]), .nk-btn-hover-color-dark-2:focus:not(.disabled), .nk-btn-hover-color-dark-2:focus:not([disabled]),
.nk-btn-hover-color-dark-2.nk-btn-outline:hover:not(.disabled),
.nk-btn-hover-color-dark-2.nk-btn-outline:hover:not([disabled]),
.nk-btn-hover-color-dark-2.nk-btn-outline.hover:not(.disabled),
.nk-btn-hover-color-dark-2.nk-btn-outline.hover:not([disabled]),
.nk-btn-hover-color-dark-2.nk-btn-outline:active:not(.disabled),
.nk-btn-hover-color-dark-2.nk-btn-outline:active:not([disabled]),
.nk-btn-hover-color-dark-2.nk-btn-outline.active:not(.disabled),
.nk-btn-hover-color-dark-2.nk-btn-outline.active:not([disabled]),
.nk-btn-hover-color-dark-2.nk-btn-outline:focus:not(.disabled),
.nk-btn-hover-color-dark-2.nk-btn-outline:focus:not([disabled]) {
background-color: #303030 !important;
border-color: #303030 !important;
color: #fff !important;
}
.nk-btn-hover-color-dark-3:hover:not(.disabled), .nk-btn-hover-color-dark-3:hover:not([disabled]), .nk-btn-hover-color-dark-3.hover:not(.disabled), .nk-btn-hover-color-dark-3.hover:not([disabled]), .nk-btn-hover-color-dark-3:active:not(.disabled), .nk-btn-hover-color-dark-3:active:not([disabled]), .nk-btn-hover-color-dark-3.active:not(.disabled), .nk-btn-hover-color-dark-3.active:not([disabled]), .nk-btn-hover-color-dark-3:focus:not(.disabled), .nk-btn-hover-color-dark-3:focus:not([disabled]),
.nk-btn-hover-color-dark-3.nk-btn-outline:hover:not(.disabled),
.nk-btn-hover-color-dark-3.nk-btn-outline:hover:not([disabled]),
.nk-btn-hover-color-dark-3.nk-btn-outline.hover:not(.disabled),
.nk-btn-hover-color-dark-3.nk-btn-outline.hover:not([disabled]),
.nk-btn-hover-color-dark-3.nk-btn-outline:active:not(.disabled),
.nk-btn-hover-color-dark-3.nk-btn-outline:active:not([disabled]),
.nk-btn-hover-color-dark-3.nk-btn-outline.active:not(.disabled),
.nk-btn-hover-color-dark-3.nk-btn-outline.active:not([disabled]),
.nk-btn-hover-color-dark-3.nk-btn-outline:focus:not(.disabled),
.nk-btn-hover-color-dark-3.nk-btn-outline:focus:not([disabled]) {
background-color: #3a3a3a !important;
border-color: #3a3a3a !important;
color: #fff !important;
}
.nk-btn-hover-color-dark-4:hover:not(.disabled), .nk-btn-hover-color-dark-4:hover:not([disabled]), .nk-btn-hover-color-dark-4.hover:not(.disabled), .nk-btn-hover-color-dark-4.hover:not([disabled]), .nk-btn-hover-color-dark-4:active:not(.disabled), .nk-btn-hover-color-dark-4:active:not([disabled]), .nk-btn-hover-color-dark-4.active:not(.disabled), .nk-btn-hover-color-dark-4.active:not([disabled]), .nk-btn-hover-color-dark-4:focus:not(.disabled), .nk-btn-hover-color-dark-4:focus:not([disabled]),
.nk-btn-hover-color-dark-4.nk-btn-outline:hover:not(.disabled),
.nk-btn-hover-color-dark-4.nk-btn-outline:hover:not([disabled]),
.nk-btn-hover-color-dark-4.nk-btn-outline.hover:not(.disabled),
.nk-btn-hover-color-dark-4.nk-btn-outline.hover:not([disabled]),
.nk-btn-hover-color-dark-4.nk-btn-outline:active:not(.disabled),
.nk-btn-hover-color-dark-4.nk-btn-outline:active:not([disabled]),
.nk-btn-hover-color-dark-4.nk-btn-outline.active:not(.disabled),
.nk-btn-hover-color-dark-4.nk-btn-outline.active:not([disabled]),
.nk-btn-hover-color-dark-4.nk-btn-outline:focus:not(.disabled),
.nk-btn-hover-color-dark-4.nk-btn-outline:focus:not([disabled]) {
background-color: #444444 !important;
border-color: #444444 !important;
color: #fff !important;
}
.nk-btn-hover-color-gray-1:hover:not(.disabled), .nk-btn-hover-color-gray-1:hover:not([disabled]), .nk-btn-hover-color-gray-1.hover:not(.disabled), .nk-btn-hover-color-gray-1.hover:not([disabled]), .nk-btn-hover-color-gray-1:active:not(.disabled), .nk-btn-hover-color-gray-1:active:not([disabled]), .nk-btn-hover-color-gray-1.active:not(.disabled), .nk-btn-hover-color-gray-1.active:not([disabled]), .nk-btn-hover-color-gray-1:focus:not(.disabled), .nk-btn-hover-color-gray-1:focus:not([disabled]),
.nk-btn-hover-color-gray-1.nk-btn-outline:hover:not(.disabled),
.nk-btn-hover-color-gray-1.nk-btn-outline:hover:not([disabled]),
.nk-btn-hover-color-gray-1.nk-btn-outline.hover:not(.disabled),
.nk-btn-hover-color-gray-1.nk-btn-outline.hover:not([disabled]),
.nk-btn-hover-color-gray-1.nk-btn-outline:active:not(.disabled),
.nk-btn-hover-color-gray-1.nk-btn-outline:active:not([disabled]),
.nk-btn-hover-color-gray-1.nk-btn-outline.active:not(.disabled),
.nk-btn-hover-color-gray-1.nk-btn-outline.active:not([disabled]),
.nk-btn-hover-color-gray-1.nk-btn-outline:focus:not(.disabled),
.nk-btn-hover-color-gray-1.nk-btn-outline:focus:not([disabled]) {
background-color: #fafafa !important;
border-color: #fafafa !important;
color: #252525 !important;
}
.nk-btn-hover-color-gray-2:hover:not(.disabled), .nk-btn-hover-color-gray-2:hover:not([disabled]), .nk-btn-hover-color-gray-2.hover:not(.disabled), .nk-btn-hover-color-gray-2.hover:not([disabled]), .nk-btn-hover-color-gray-2:active:not(.disabled), .nk-btn-hover-color-gray-2:active:not([disabled]), .nk-btn-hover-color-gray-2.active:not(.disabled), .nk-btn-hover-color-gray-2.active:not([disabled]), .nk-btn-hover-color-gray-2:focus:not(.disabled), .nk-btn-hover-color-gray-2:focus:not([disabled]),
.nk-btn-hover-color-gray-2.nk-btn-outline:hover:not(.disabled),
.nk-btn-hover-color-gray-2.nk-btn-outline:hover:not([disabled]),
.nk-btn-hover-color-gray-2.nk-btn-outline.hover:not(.disabled),
.nk-btn-hover-color-gray-2.nk-btn-outline.hover:not([disabled]),
.nk-btn-hover-color-gray-2.nk-btn-outline:active:not(.disabled),
.nk-btn-hover-color-gray-2.nk-btn-outline:active:not([disabled]),
.nk-btn-hover-color-gray-2.nk-btn-outline.active:not(.disabled),
.nk-btn-hover-color-gray-2.nk-btn-outline.active:not([disabled]),
.nk-btn-hover-color-gray-2.nk-btn-outline:focus:not(.disabled),
.nk-btn-hover-color-gray-2.nk-btn-outline:focus:not([disabled]) {
background-color: #f7f7f7 !important;
border-color: #f7f7f7 !important;
color: #252525 !important;
}
.nk-btn-hover-color-gray-3:hover:not(.disabled), .nk-btn-hover-color-gray-3:hover:not([disabled]), .nk-btn-hover-color-gray-3.hover:not(.disabled), .nk-btn-hover-color-gray-3.hover:not([disabled]), .nk-btn-hover-color-gray-3:active:not(.disabled), .nk-btn-hover-color-gray-3:active:not([disabled]), .nk-btn-hover-color-gray-3.active:not(.disabled), .nk-btn-hover-color-gray-3.active:not([disabled]), .nk-btn-hover-color-gray-3:focus:not(.disabled), .nk-btn-hover-color-gray-3:focus:not([disabled]),
.nk-btn-hover-color-gray-3.nk-btn-outline:hover:not(.disabled),
.nk-btn-hover-color-gray-3.nk-btn-outline:hover:not([disabled]),
.nk-btn-hover-color-gray-3.nk-btn-outline.hover:not(.disabled),
.nk-btn-hover-color-gray-3.nk-btn-outline.hover:not([disabled]),
.nk-btn-hover-color-gray-3.nk-btn-outline:active:not(.disabled),
.nk-btn-hover-color-gray-3.nk-btn-outline:active:not([disabled]),
.nk-btn-hover-color-gray-3.nk-btn-outline.active:not(.disabled),
.nk-btn-hover-color-gray-3.nk-btn-outline.active:not([disabled]),
.nk-btn-hover-color-gray-3.nk-btn-outline:focus:not(.disabled),
.nk-btn-hover-color-gray-3.nk-btn-outline:focus:not([disabled]) {
background-color: whitesmoke !important;
border-color: whitesmoke !important;
color: #252525 !important;
}
.nk-btn-hover-color-gray-4:hover:not(.disabled), .nk-btn-hover-color-gray-4:hover:not([disabled]), .nk-btn-hover-color-gray-4.hover:not(.disabled), .nk-btn-hover-color-gray-4.hover:not([disabled]), .nk-btn-hover-color-gray-4:active:not(.disabled), .nk-btn-hover-color-gray-4:active:not([disabled]), .nk-btn-hover-color-gray-4.active:not(.disabled), .nk-btn-hover-color-gray-4.active:not([disabled]), .nk-btn-hover-color-gray-4:focus:not(.disabled), .nk-btn-hover-color-gray-4:focus:not([disabled]),
.nk-btn-hover-color-gray-4.nk-btn-outline:hover:not(.disabled),
.nk-btn-hover-color-gray-4.nk-btn-outline:hover:not([disabled]),
.nk-btn-hover-color-gray-4.nk-btn-outline.hover:not(.disabled),
.nk-btn-hover-color-gray-4.nk-btn-outline.hover:not([disabled]),
.nk-btn-hover-color-gray-4.nk-btn-outline:active:not(.disabled),
.nk-btn-hover-color-gray-4.nk-btn-outline:active:not([disabled]),
.nk-btn-hover-color-gray-4.nk-btn-outline.active:not(.disabled),
.nk-btn-hover-color-gray-4.nk-btn-outline.active:not([disabled]),
.nk-btn-hover-color-gray-4.nk-btn-outline:focus:not(.disabled),
.nk-btn-hover-color-gray-4.nk-btn-outline:focus:not([disabled]) {
background-color: #f2f2f2 !important;
border-color: #f2f2f2 !important;
color: #252525 !important;
}
.nk-btn-hover-color-gray-5:hover:not(.disabled), .nk-btn-hover-color-gray-5:hover:not([disabled]), .nk-btn-hover-color-gray-5.hover:not(.disabled), .nk-btn-hover-color-gray-5.hover:not([disabled]), .nk-btn-hover-color-gray-5:active:not(.disabled), .nk-btn-hover-color-gray-5:active:not([disabled]), .nk-btn-hover-color-gray-5.active:not(.disabled), .nk-btn-hover-color-gray-5.active:not([disabled]), .nk-btn-hover-color-gray-5:focus:not(.disabled), .nk-btn-hover-color-gray-5:focus:not([disabled]),
.nk-btn-hover-color-gray-5.nk-btn-outline:hover:not(.disabled),
.nk-btn-hover-color-gray-5.nk-btn-outline:hover:not([disabled]),
.nk-btn-hover-color-gray-5.nk-btn-outline.hover:not(.disabled),
.nk-btn-hover-color-gray-5.nk-btn-outline.hover:not([disabled]),
.nk-btn-hover-color-gray-5.nk-btn-outline:active:not(.disabled),
.nk-btn-hover-color-gray-5.nk-btn-outline:active:not([disabled]),
.nk-btn-hover-color-gray-5.nk-btn-outline.active:not(.disabled),
.nk-btn-hover-color-gray-5.nk-btn-outline.active:not([disabled]),
.nk-btn-hover-color-gray-5.nk-btn-outline:focus:not(.disabled),
.nk-btn-hover-color-gray-5.nk-btn-outline:focus:not([disabled]) {
background-color: #f0f0f0 !important;
border-color: #f0f0f0 !important;
color: #252525 !important;
}
.nk-btn-hover-color-gray-6:hover:not(.disabled), .nk-btn-hover-color-gray-6:hover:not([disabled]), .nk-btn-hover-color-gray-6.hover:not(.disabled), .nk-btn-hover-color-gray-6.hover:not([disabled]), .nk-btn-hover-color-gray-6:active:not(.disabled), .nk-btn-hover-color-gray-6:active:not([disabled]), .nk-btn-hover-color-gray-6.active:not(.disabled), .nk-btn-hover-color-gray-6.active:not([disabled]), .nk-btn-hover-color-gray-6:focus:not(.disabled), .nk-btn-hover-color-gray-6:focus:not([disabled]),
.nk-btn-hover-color-gray-6.nk-btn-outline:hover:not(.disabled),
.nk-btn-hover-color-gray-6.nk-btn-outline:hover:not([disabled]),
.nk-btn-hover-color-gray-6.nk-btn-outline.hover:not(.disabled),
.nk-btn-hover-color-gray-6.nk-btn-outline.hover:not([disabled]),
.nk-btn-hover-color-gray-6.nk-btn-outline:active:not(.disabled),
.nk-btn-hover-color-gray-6.nk-btn-outline:active:not([disabled]),
.nk-btn-hover-color-gray-6.nk-btn-outline.active:not(.disabled),
.nk-btn-hover-color-gray-6.nk-btn-outline.active:not([disabled]),
.nk-btn-hover-color-gray-6.nk-btn-outline:focus:not(.disabled),
.nk-btn-hover-color-gray-6.nk-btn-outline:focus:not([disabled]) {
background-color: #ededed !important;
border-color: #ededed !important;
color: #252525 !important;
}
.nk-btn-hover-color-gray-7:hover:not(.disabled), .nk-btn-hover-color-gray-7:hover:not([disabled]), .nk-btn-hover-color-gray-7.hover:not(.disabled), .nk-btn-hover-color-gray-7.hover:not([disabled]), .nk-btn-hover-color-gray-7:active:not(.disabled), .nk-btn-hover-color-gray-7:active:not([disabled]), .nk-btn-hover-color-gray-7.active:not(.disabled), .nk-btn-hover-color-gray-7.active:not([disabled]), .nk-btn-hover-color-gray-7:focus:not(.disabled), .nk-btn-hover-color-gray-7:focus:not([disabled]),
.nk-btn-hover-color-gray-7.nk-btn-outline:hover:not(.disabled),
.nk-btn-hover-color-gray-7.nk-btn-outline:hover:not([disabled]),
.nk-btn-hover-color-gray-7.nk-btn-outline.hover:not(.disabled),
.nk-btn-hover-color-gray-7.nk-btn-outline.hover:not([disabled]),
.nk-btn-hover-color-gray-7.nk-btn-outline:active:not(.disabled),
.nk-btn-hover-color-gray-7.nk-btn-outline:active:not([disabled]),
.nk-btn-hover-color-gray-7.nk-btn-outline.active:not(.disabled),
.nk-btn-hover-color-gray-7.nk-btn-outline.active:not([disabled]),
.nk-btn-hover-color-gray-7.nk-btn-outline:focus:not(.disabled),
.nk-btn-hover-color-gray-7.nk-btn-outline:focus:not([disabled]) {
background-color: #d9d9d9 !important;
border-color: #d9d9d9 !important;
color: #252525 !important;
}
.nk-btn-hover-color-gray:hover:not(.disabled), .nk-btn-hover-color-gray:hover:not([disabled]), .nk-btn-hover-color-gray.hover:not(.disabled), .nk-btn-hover-color-gray.hover:not([disabled]), .nk-btn-hover-color-gray:active:not(.disabled), .nk-btn-hover-color-gray:active:not([disabled]), .nk-btn-hover-color-gray.active:not(.disabled), .nk-btn-hover-color-gray.active:not([disabled]), .nk-btn-hover-color-gray:focus:not(.disabled), .nk-btn-hover-color-gray:focus:not([disabled]),
.nk-btn-hover-color-gray.nk-btn-outline:hover:not(.disabled),
.nk-btn-hover-color-gray.nk-btn-outline:hover:not([disabled]),
.nk-btn-hover-color-gray.nk-btn-outline.hover:not(.disabled),
.nk-btn-hover-color-gray.nk-btn-outline.hover:not([disabled]),
.nk-btn-hover-color-gray.nk-btn-outline:active:not(.disabled),
.nk-btn-hover-color-gray.nk-btn-outline:active:not([disabled]),
.nk-btn-hover-color-gray.nk-btn-outline.active:not(.disabled),
.nk-btn-hover-color-gray.nk-btn-outline.active:not([disabled]),
.nk-btn-hover-color-gray.nk-btn-outline:focus:not(.disabled),
.nk-btn-hover-color-gray.nk-btn-outline:focus:not([disabled]) {
background-color: #8e8e8e !important;
border-color: #8e8e8e !important;
color: #fff !important;
}
.nk-btn-outline {
background-color: transparent;
}
.nk-btn-no-bg, .nk-btn-no-bg:hover, .nk-btn-no-bg.hover, .nk-btn-no-bg:active, .nk-btn-no-bg.active, .nk-btn-no-bg:focus {
background-color: transparent;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.nk-btn-xs {
padding: 6px 18px;
font-size: .9rem;
}
.nk-btn-sm {
padding: 8px 22px;
}
.nk-btn-md {
padding: 12px 28px;
}
.nk-btn-lg {
padding: 18px 40px;
}
.nk-btn-round {
border-radius: 5px;
}
.nk-btn-circle {
border-radius: 50px;
}
.nk-btn-long {
padding-right: 41px;
padding-left: 41px;
}
.nk-btn-long.nk-btn-xs {
padding-right: 34px;
padding-left: 34px;
}
.nk-btn-long.nk-btn-sm {
padding-right: 38px;
padding-left: 38px;
}
.nk-btn-long.nk-btn-md {
padding-right: 40px;
padding-left: 40px;
}
.nk-btn-long.nk-btn-lg {
padding-right: 50px;
padding-left: 50px;
}
.nk-btn-block {
display: block;
width: 100%;
} .nk-btn-2 {
position: relative;
display: inline-block;
padding: 0 3px;
font-size: .96rem;
font-weight: 500;
color: #171717;
text-transform: uppercase;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.nk-btn-2::after {
content: "";
position: absolute;
bottom: -3px;
left: 3px;
width: 40px;
height: 1px;
background-color: #b9a186;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.nk-btn-2:hover::after, .nk-btn-2.hover::after {
-webkit-transform: scaleX(1.2);
-ms-transform: scaleX(1.2);
transform: scaleX(1.2);
}
.nk-btn-2:hover, .nk-btn-2:active, .nk-btn-2:focus {
color: #171717;
text-decoration: none;
}
.nk-btn-2.nk-btn-2-center::after {
left: 50%;
margin-left: -20px;
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0;
}
.nk-btn-2.nk-btn-2-right::after {
right: 3px;
left: auto;
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
} .nk-btn-3 {
position: relative;
display: inline-block;
font-size: 3.2rem;
font-weight: 400;
color: #171717;
cursor: pointer;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-btn-3::after {
content: "";
position: absolute;
bottom: 8px;
left: 3px;
width: 100%;
border-bottom: 2px solid #b9a186;
opacity: 1;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.nk-btn-3:hover::after, .nk-btn-3.hover::after {
opacity: .5;
}
.nk-btn-3:hover, .nk-btn-3:active, .nk-btn-3:focus {
color: #b9a186;
text-decoration: none;
} .nk-divider {
display: block;
color: #252525;
border-bottom: 1px solid;
}
.nk-divider-md {
border-bottom-width: 3px;
}
.nk-divider-lg {
border-bottom-width: 6px;
}
.nk-divider-2 {
display: block;
width: 68px;
padding-top: 10px;
padding-bottom: 10px;
margin: 0 auto;
color: #252525;
}
.nk-divider-2::before, .nk-divider-2::after {
content: "";
display: block;
float: left;
width: 12px;
height: 2px;
background-color: currentColor;
}
.nk-divider-2::before {
-webkit-box-shadow: 11px 11px 0 0 currentColor, 22px 22px 0 0 currentColor, 33px 33px 0 0 currentColor;
box-shadow: 11px 11px 0 0 currentColor, 22px 22px 0 0 currentColor, 33px 33px 0 0 currentColor;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.nk-divider-2::after {
margin-left: -4px;
-webkit-box-shadow: 11px -11px 0 0 currentColor, 22px -22px 0 0 currentColor, 33px -33px 0 0 currentColor;
box-shadow: 11px -11px 0 0 currentColor, 22px -22px 0 0 currentColor, 33px -33px 0 0 currentColor;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.nk-divider,
.nk-divider-2 {
color: #b9a186;
}
.nk-divider-color-white,
.nk-divider-2-color-white {
color: #fff;
}
.nk-divider-color-black,
.nk-divider-2-color-black {
color: #000;
}
.nk-divider-color-dark,
.nk-divider-2-color-dark {
color: #101010;
}
.nk-divider-color-dark-05,
.nk-divider-2-color-dark-05 {
color: #181818;
}
.nk-divider-color-dark-1,
.nk-divider-2-color-dark-1 {
color: #252525;
}
.nk-divider-color-dark-2,
.nk-divider-2-color-dark-2 {
color: #303030;
}
.nk-divider-color-dark-3,
.nk-divider-2-color-dark-3 {
color: #3a3a3a;
}
.nk-divider-color-dark-4,
.nk-divider-2-color-dark-4 {
color: #444444;
}
.nk-divider-color-gray-1,
.nk-divider-2-color-gray-1 {
color: #fafafa;
}
.nk-divider-color-gray-2,
.nk-divider-2-color-gray-2 {
color: #f7f7f7;
}
.nk-divider-color-gray-3,
.nk-divider-2-color-gray-3 {
color: whitesmoke;
}
.nk-divider-color-gray-4,
.nk-divider-2-color-gray-4 {
color: #f2f2f2;
}
.nk-divider-color-gray-5,
.nk-divider-2-color-gray-5 {
color: #f0f0f0;
}
.nk-divider-color-gray-6,
.nk-divider-2-color-gray-6 {
color: #ededed;
}
.nk-divider-color-gray-7,
.nk-divider-2-color-gray-7 {
color: #d9d9d9;
}
.nk-divider-color-gray,
.nk-divider-2-color-gray {
color: #8e8e8e;
}    .nk-box,
.nk-box-1,
.nk-box-2,
.nk-box-3,
.nk-box-4,
.nk-box-rounded,
.nk-box-rounded-1,
.nk-box-rounded-2,
.nk-box-rounded-3,
.nk-box-rounded-4 {
position: relative;
display: block;
height: 100%;
overflow: hidden;
z-index: 1;
}
.nk-box-1,
.nk-box-rounded-1 {
padding: 20px;
}
.nk-box-2,
.nk-box-rounded-2 {
padding: 40px;
}
.nk-box-3,
.nk-box-rounded-3 {
padding: 60px;
}
.nk-box-4,
.nk-box-rounded-4 {
padding: 72px;
}
.nk-box-rounded,
.nk-box-rounded-1,
.nk-box-rounded-2,
.nk-box-rounded-3,
.nk-box-rounded-4 {
border-radius: 6px;
} .nk-box-line::before {
content: "";
position: absolute;
display: block;
top: 2rem;
right: 0;
bottom: 2rem;
border-left: 1px solid;
opacity: .07;
}
.nk-box-line.nk-box-line-top::after {
content: "";
position: absolute;
display: block;
top: 0;
right: 2rem;
left: 2rem;
border-bottom: 1px solid;
opacity: .07;
}
.nk-box-line.nk-box-last::before {
content: none;
}  .nk-contact-info {
padding: 0;
margin: 0;
list-style-type: none;
}
.nk-contact-info > li + li {
margin-top: 12px;
}
.nk-contact-info > li > strong {
padding-right: 5px;
color: #171717;
} @-webkit-keyframes icon-arrow-prev {
0%,
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
49% {
opacity: 0;
-webkit-transform: translateX(-5px);
transform: translateX(-5px);
}
50% {
opacity: 0;
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
}
@keyframes icon-arrow-prev {
0%,
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
49% {
opacity: 0;
-webkit-transform: translateX(-5px);
transform: translateX(-5px);
}
50% {
opacity: 0;
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
}
@-webkit-keyframes icon-arrow-next {
0%,
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
49% {
opacity: 0;
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
50% {
opacity: 0;
-webkit-transform: translateX(-5px);
transform: translateX(-5px);
}
}
@keyframes icon-arrow-next {
0%,
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
49% {
opacity: 0;
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
50% {
opacity: 0;
-webkit-transform: translateX(-5px);
transform: translateX(-5px);
}
}
.nk-pagination {
position: relative;
width: 100%;
padding: 20px 15px;
color: #171717;
background-color: #fff;
}
.nk-pagination.nk-pagination-nobg {
background-color: transparent;
}
.nk-pagination,
.nk-pagination .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.nk-pagination > *,
.nk-pagination .container > * {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.nk-pagination > a,
.nk-pagination .container > a {
display: inline-block;
padding: 19px;
font-size: .9rem;
font-weight: 500;
color: inherit;
text-decoration: none;
text-transform: uppercase;
vertical-align: middle;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-pagination > a:hover,
.nk-pagination .container > a:hover {
color: #b9a186;
}
.nk-pagination > span,
.nk-pagination .container > span {
display: inline-block;
padding: 19px;
font-size: .97rem;
color: inherit;
text-transform: uppercase;
vertical-align: middle;
}
.nk-pagination .nk-pagination-prev,
.nk-pagination .nk-pagination-next,
.nk-pagination .container .nk-pagination-prev,
.nk-pagination .container .nk-pagination-next {
min-width: 190px;
}
.nk-pagination .nk-pagination-prev > span,
.nk-pagination .nk-pagination-next > span,
.nk-pagination .container .nk-pagination-prev > span,
.nk-pagination .container .nk-pagination-next > span {
margin-top: -1px;
font-size: 1.6rem;
line-height: 1;
vertical-align: middle;
}
.nk-pagination .nk-pagination-prev,
.nk-pagination .container .nk-pagination-prev {
padding-left: 0;
text-align: left;
}
.nk-pagination .nk-pagination-prev > span,
.nk-pagination .container .nk-pagination-prev > span {
margin-left: -8px;
}
.nk-pagination .nk-pagination-prev:hover > span,
.nk-pagination .container .nk-pagination-prev:hover > span {
-webkit-animation: 0.3s icon-arrow-prev cubic-bezier(0.71, 0, 0.28, 1);
animation: 0.3s icon-arrow-prev cubic-bezier(0.71, 0, 0.28, 1);
}
.nk-pagination .nk-pagination-next,
.nk-pagination .container .nk-pagination-next {
padding-right: 0;
text-align: right;
}
.nk-pagination .nk-pagination-next > span,
.nk-pagination .container .nk-pagination-next > span {
margin-right: -8px;
}
.nk-pagination .nk-pagination-next:hover > span,
.nk-pagination .container .nk-pagination-next:hover > span {
-webkit-animation: 0.3s icon-arrow-next cubic-bezier(0.71, 0, 0.28, 1);
animation: 0.3s icon-arrow-next cubic-bezier(0.71, 0, 0.28, 1);
}
.nk-pagination .nk-pagination-center,
.nk-pagination .container .nk-pagination-center {
width: 100%;
}
@media (max-width: 991px) {
.nk-pagination .nk-pagination-prev,
.nk-pagination .nk-pagination-next,
.nk-pagination .container .nk-pagination-prev,
.nk-pagination .container .nk-pagination-next {
min-width: 60px;
font-size: 0;
}
.nk-pagination .nk-pagination-prev > span,
.nk-pagination .nk-pagination-next > span,
.nk-pagination .container .nk-pagination-prev > span,
.nk-pagination .container .nk-pagination-next > span {
font-size: 1.6rem;
}
}
.nk-pagination .container {
-webkit-box-flex: initial;
-ms-flex: initial;
flex: initial;
}
@media (max-width: 575px) {
.nk-pagination .container {
width: 100%;
}
}
.nk-pagination.nk-pagination-center {
text-align: center;
}
.nk-pagination.nk-pagination-left {
text-align: left;
}
.nk-pagination.nk-pagination-right {
text-align: right;
}  .nk-testimonial-1 {
position: relative;
display: block;
width: 100%;
padding: 40px;
margin: 0;
background-color: #fff;
}
.nk-testimonial-1 .nk-testimonial-photo {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 140px;
overflow: hidden;
background-position: 50% 50%;
background-size: cover;
z-index: 1;
}
.nk-testimonial-1 .nk-testimonial-name,
.nk-testimonial-1 .nk-testimonial-source,
.nk-testimonial-1 .nk-testimonial-body {
margin-left: 140px;
}
.nk-testimonial-1 .nk-testimonial-name {
margin-bottom: 0;
}
.nk-testimonial-1 .nk-testimonial-source {
font-size: .8rem;
font-style: italic;
opacity: .6;
}
.nk-testimonial-1 .nk-testimonial-body {
margin-top: 30px;
}
@media (max-width: 575px) {
.nk-testimonial-1 .nk-testimonial-photo {
display: none;
}
.nk-testimonial-1 .nk-testimonial-name,
.nk-testimonial-1 .nk-testimonial-source,
.nk-testimonial-1 .nk-testimonial-body {
margin-left: 0;
}
} .nk-testimonial-2 {
position: relative;
display: block;
width: 100%;
padding: 40px;
margin: 0;
margin-top: 50px;
text-align: center;
background-color: #fff;
border-radius: 5px;
}
.nk-testimonial-2 .nk-testimonial-photo {
position: absolute;
top: -50px;
left: 50%;
width: 100px;
height: 100px;
margin-left: -50px;
overflow: hidden;
background-position: 50% 50%;
background-size: cover;
border-radius: 50px;
}
.nk-testimonial-2 .nk-testimonial-name {
margin-bottom: 5px;
}
.nk-testimonial-2 .nk-testimonial-source {
font-size: .8rem;
font-style: italic;
opacity: .6;
}
.nk-testimonial-2 .nk-testimonial-body {
position: relative;
margin-top: 45px;
margin-bottom: 30px;
z-index: 1;
}
.nk-testimonial-2 .nk-testimonial-body::before {
content: "\201C";
position: absolute;
top: -35px;
left: -15px;
font-family: "Times New Roman", Times, serif;
font-size: 150px;
font-weight: 600;
line-height: 135px;
opacity: .08;
z-index: -1;
} .nk-testimonial-3 {
position: relative;
display: block;
width: 100%;
padding: 40px;
margin: 0;
text-align: center;
background-color: #fff;
}
.nk-testimonial-3 .nk-testimonial-photo {
width: 100px;
height: 100px;
margin: 0 auto;
overflow: hidden;
background-position: 50% 50%;
background-size: cover;
border-radius: 50px;
}
.nk-testimonial-3 .nk-testimonial-body {
position: relative;
padding-bottom: 30px;
margin-top: 30px;
margin-bottom: 30px;
z-index: 1;
}
.nk-testimonial-3 .nk-testimonial-body::after {
content: "";
position: absolute;
display: block;
bottom: 0;
left: 0;
width: 100%;
border-bottom: 1px solid;
opacity: .1;
}
.nk-testimonial-3 .nk-testimonial-name {
margin-bottom: 5px;
}
.nk-testimonial-3 .nk-testimonial-source {
font-size: .8rem;
font-style: italic;
opacity: .6;
} blockquote {
margin-bottom: 1.5rem;
font-size: 1.2rem;
font-weight: 500;
line-height: 1.57;
color: #171717;
}
blockquote.nk-blockquote-style-1 {
display: block;
max-width: 715px;
margin: 0 auto;
font-style: italic;
text-align: center;
}
blockquote.nk-blockquote-style-1 > p {
margin-bottom: 1.15rem;
font-size: 1.685rem;
line-height: 1.45;
}
blockquote.nk-blockquote-style-1 > p::before, blockquote.nk-blockquote-style-1 > p::after {
font-size: 2.2rem;
line-height: 1;
}
blockquote.nk-blockquote-style-1 > p::before {
content: "“ ";
}
blockquote.nk-blockquote-style-1 > p::after {
content: " ”";
}
blockquote.nk-blockquote-style-1 cite {
font-size: .96rem;
font-style: normal;
font-weight: 500;
text-transform: uppercase;
}
blockquote.nk-blockquote-style-2 {
display: block;
padding: 35px 50px;
margin-top: 50px;
margin-bottom: 50px;
font-size: 1.1rem;
font-style: italic;
color: #fff;
background-color: #b9a186;
}  .nk-links-row {
background-color: #fafafa;
}
.nk-links-row ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 30px 0;
margin: 0;
text-align: center;
list-style: none;
}
.nk-links-row ul li a {
display: block;
padding: 18px 0;
font-size: .9rem;
font-weight: 500;
color: inherit;
text-transform: uppercase;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-links-row ul li a:hover {
color: #b9a186;
text-decoration: none;
}
.nk-links-row ul .nk-links-row-separator,
.nk-links-row ul .nk-links-row-separator-sm {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.nk-links-row ul .nk-links-row-separator::before,
.nk-links-row ul .nk-links-row-separator-sm::before {
content: "";
display: block;
width: 5px;
height: 5px;
margin: 0 60px;
background-color: currentColor;
border-radius: 50%;
}
.nk-links-row ul .nk-links-row-separator-sm::before {
margin: 0 30px;
}  .nk-video-fullscreen {
position: fixed;
display: none;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
background-color: rgba(37, 37, 37, 0.9);
z-index: 1200;
}
.nk-video-fullscreen .nk-video-fullscreen-cont {
position: absolute;
}
.nk-video-fullscreen .nk-video-fullscreen-cont > iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.nk-video-fullscreen .nk-video-fullscreen-close {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 30px;
color: #fff;
text-align: right;
cursor: pointer;
z-index: -1;
} .nk-video-fullscreen-toggle,
.nk-video-plain-toggle {
display: inline-block;
cursor: pointer;
} .nk-video-fullscreen-toggle-right,
.nk-video-fullscreen-toggle-left {
position: absolute;
top: 0;
width: 50%;
height: 100%;
z-index: 2;
}
.nk-video-fullscreen-toggle-right > .nk-video-fullscreen-toggle,
.nk-video-fullscreen-toggle-left > .nk-video-fullscreen-toggle {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
@media (min-width: 767px) and (max-width: 991px) {
.nk-video-fullscreen-toggle-right,
.nk-video-fullscreen-toggle-left {
width: 100%;
height: 0;
padding-top: 56.25%;
}
}
.nk-video-fullscreen-toggle-right {
right: 0;
}
.nk-video-fullscreen-toggle-left {
left: 0;
} .nk-plain-video {
position: relative;
display: block;
width: 100%;
padding-top: 56.25%;
cursor: pointer;
background-position: 50% 50%;
background-size: cover;
}
.nk-plain-video > iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.nk-plain-video > .nk-video-plain-toggle {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 0;
}  ::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
color: #858585;
opacity: 1;
}
::-moz-placeholder, .form-control::-moz-placeholder {
color: #858585;
opacity: 1;
}
:-ms-input-placeholder, .form-control:-ms-input-placeholder {
color: #858585;
opacity: 1;
}
::-ms-input-placeholder, .form-control::-ms-input-placeholder {
color: #858585;
opacity: 1;
}
::placeholder,
.form-control::placeholder {
color: #858585;
opacity: 1;
} .nk-rating {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0 auto;
overflow: hidden;
font-size: .85rem;
color: #8e8e8e;
z-index: 1;
}
.nk-rating > span {
display: block;
-webkit-box-ordinal-group: 21;
-ms-flex-order: 20;
order: 20;
margin-right: 20px;
line-height: 1;
}
.nk-rating input {
display: none;
}
.nk-rating input:checked ~ label {
color: #101010;
}
.nk-rating label {
position: relative;
display: block;
padding-right: 2px;
padding-left: 2px;
margin: 0;
line-height: 1;
color: #d9d9d9;
cursor: pointer;
}
.nk-rating label::after, .nk-rating label::before {
content: none;
display: none;
}
.nk-rating label:hover,
.nk-rating label:hover ~ label {
color: #101010;
}
.form-control {
padding: 16px 22px;
font-size: .95rem;
font-weight: 400;
line-height: 1.2;
background-color: #fff;
border: 1px solid #fff;
border-radius: 0;
}
.form-control:focus {
color: inherit;
background-color: #fff;
border-color: rgba(185, 161, 134, 0.4);
-webkit-box-shadow: none;
box-shadow: none;
}
select.form-control {
padding: 6px 20px;
background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#aaa' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
background-repeat: no-repeat;
background-position: calc(100% - 10px) 50%;
-webkit-border-radius: 0;
-webkit-appearance: none;
}
select.form-control:not([size]):not([multiple]) {
height: calc(3.267rem + 2px);
} .nk-form-style-1 .form-control {
border-color: #ededed;
}
.nk-form-style-1 .form-control:focus {
border-color: rgba(185, 161, 134, 0.4);
} .nk-form-style-2 .form-control {
color: currentColor;
background-color: transparent;
border-color: currentColor;
}
.nk-form-style-2 .form-control:focus {
border-color: currentColor;
}
.nk-form-style-2 .form-control::-webkit-input-placeholder {
color: inherit;
}
.nk-form-style-2 .form-control::-moz-placeholder {
color: inherit;
}
.nk-form-style-2 .form-control:-ms-input-placeholder {
color: inherit;
}
.nk-form-style-2 .form-control::-ms-input-placeholder {
color: inherit;
}
.nk-form-style-2 .form-control::placeholder {
color: inherit;
} .nk-form-style-3 .form-control {
color: #fff;
background-color: rgba(255, 255, 255, 0.2);
border-color: transparent;
}
.nk-form-style-3 .form-control:focus {
background-color: rgba(255, 255, 255, 0.3);
}
.nk-form-style-3 .form-control::-webkit-input-placeholder {
color: inherit;
}
.nk-form-style-3 .form-control::-moz-placeholder {
color: inherit;
}
.nk-form-style-3 .form-control:-ms-input-placeholder {
color: inherit;
}
.nk-form-style-3 .form-control::-ms-input-placeholder {
color: inherit;
}
.nk-form-style-3 .form-control::placeholder {
color: inherit;
}
.nk-form-style-3 .form-control option {
color: #000;
} .nk-form-control-number {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-right: 20px;
background-color: #fff;
border: 1px solid #ededed;
}
.nk-form-control-number > * {
display: inline-block;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
width: auto;
vertical-align: middle;
}
.nk-form-control-number .nk-form-control-number-down,
.nk-form-control-number .nk-form-control-number-up {
width: 35px;
padding: 17px 0;
margin-top: -4px;
font-size: 20px;
line-height: 1;
text-align: center;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-form-control-number .nk-form-control-number-down:hover,
.nk-form-control-number .nk-form-control-number-up:hover {
color: #b9a186;
}
.nk-form-control-number .nk-form-control-number-down {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.nk-form-control-number .nk-form-control-number-down::after {
content: "-";
vertical-align: middle;
}
.nk-form-control-number .nk-form-control-number-up {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.nk-form-control-number .nk-form-control-number-up::after {
content: "+";
vertical-align: middle;
}
.nk-form-control-number input {
padding-right: 0;
padding-left: 0;
margin-top: -1px;
margin-bottom: -1px;
font-size: 1.2rem;
text-align: center;
border-top: 1px solid #ededed;
border-bottom: 1px solid #ededed;
-moz-appearance: textfield;
}
.nk-form-control-number input:focus, .nk-form-control-number input.focus, .nk-form-control-number input:active {
border-color: #fff;
border-top: 1px solid #ededed;
border-bottom: 1px solid #ededed;
}
.nk-form-control-number input::-webkit-inner-spin-button,
.nk-form-control-number input::-webkit-outer-spin-button {
margin: 0;
-webkit-appearance: none;
} div.nk-error {
padding: 0;
margin: 5px 0;
font-weight: 400;
color: #cc3341;
z-index: 1;
}
.form-control.nk-error,
.nk-form-style-1 .form-control.nk-error {
border-color: rgba(204, 51, 65, 0.4);
}
.nk-form-response-success {
display: none;
margin-bottom: 10px;
color: #2ccc57;
}
.nk-form-response-error {
display: none;
margin-bottom: 10px;
color: #cc3341;
} .nk-team-block {
position: relative;
background-color: #dbdbdb;
z-index: 0;
}
.nk-team-block::after {
content: "";
display: block;
width: 100%;
clear: both;
}
.nk-team-block .nk-team-member-photo {
display: none;
}
.nk-team-block .nk-team-block-backgrounds > div {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
visibility: hidden;
background-position: 50% 50%;
background-size: cover;
opacity: 0;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
z-index: -1;
}
.nk-team-block .nk-team-block-backgrounds > div.active {
visibility: inherit;
opacity: 1;
}
.nk-team-block .nk-team-member {
position: relative;
float: left;
width: 340px;
height: 340px;
padding: 49px;
padding-top: 221px;
margin-bottom: -1px;
margin-left: -1px;
overflow: hidden;
cursor: pointer;
border: 1px solid #ededed;
border-top: none;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-team-block .nk-team-member .nk-team-member-letter {
position: absolute;
top: 51px;
left: 38px;
font-size: 10.7rem;
font-weight: 600;
line-height: 1;
color: #e6e6e6;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-team-block .nk-team-member .nk-team-member-post {
position: relative;
padding-bottom: 19px;
margin-top: 4px;
margin-bottom: 19px;
font-size: .97rem;
color: #171717;
text-transform: uppercase;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-team-block .nk-team-member .nk-team-member-post::after {
content: "";
position: absolute;
display: block;
bottom: 0;
left: 0;
width: 30px;
border-bottom: 1px solid;
opacity: 0;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-team-block .nk-team-member .nk-team-member-name {
font-size: 1.69rem;
color: #171717;
}
.nk-team-block .nk-team-member .nk-team-member-bio {
opacity: 0;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-team-block .nk-team-member .nk-team-member-social {
padding: 0;
margin: 0;
margin-top: 18px;
margin-left: -6px;
list-style: none;
opacity: 0;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-team-block .nk-team-member .nk-team-member-social > li {
float: left;
}
.nk-team-block .nk-team-member .nk-team-member-social > li a {
padding: 7px;
font-size: 1.13rem;
color: #999;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-team-block .nk-team-member .nk-team-member-social > li a:hover,
.nk-team-block .nk-team-member .nk-team-member-social > li a.hover {
color: #171717;
}
.nk-team-block .nk-team-member .nk-team-member-social::after {
content: "";
display: block;
width: 100%;
clear: both;
}
.nk-team-block .nk-team-member:hover {
background-color: #e0e0e0;
}
.nk-team-block .nk-team-member.active {
padding-top: 90px;
background-color: #ededed;
}
.nk-team-block .nk-team-member.active .nk-team-member-letter {
opacity: 0;
}
.nk-team-block .nk-team-member.active .nk-team-member-bio,
.nk-team-block .nk-team-member.active .nk-team-member-social,
.nk-team-block .nk-team-member.active .nk-team-member-post::after {
opacity: 1;
}
.nk-team-block .nk-team-member:nth-child(2n + 3) {
clear: left;
}
@media (max-width: 1199px) {
.nk-team-block .nk-team-block-backgrounds {
position: relative;
width: 100%;
padding-top: 56%;
}
.nk-team-block .nk-team-member {
width: 50%;
}
}
@media (max-width: 991px) {
.nk-team-block .nk-team-member {
width: 100%;
}
}  .nk-icon-burger {
position: relative;
display: inline-block;
width: 20px;
height: 18px;
color: inherit;
}
.nk-icon-burger > span {
position: absolute;
display: block;
top: 50%;
width: 20px;
height: 0;
border-bottom: 2px solid;
-webkit-transition: .3s .2s width, .3s opacity, .2s transform;
-o-transition: .3s .2s width, .3s opacity, .2s transform;
transition: .3s .2s width, .3s opacity, .2s transform;
-webkit-transform-origin: 0 50%;
-ms-transform-origin: 0 50%;
transform-origin: 0 50%;
will-change: width, opacity, transform;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.nk-icon-burger .nk-t-1 {
margin-top: -8px;
}
.nk-icon-burger .nk-t-2 {
margin-top: -1px;
}
.nk-icon-burger .nk-t-3 {
margin-top: 6px;
}
.nk-icon-burger:hover .nk-t-1,
a:hover > .nk-icon-burger .nk-t-1 {
-webkit-animation: nk-icon-burger-animation .3s ease-in-out;
animation: nk-icon-burger-animation .3s ease-in-out;
}
.nk-icon-burger:hover .nk-t-2,
a:hover > .nk-icon-burger .nk-t-2 {
-webkit-animation: nk-icon-burger-animation .3s .1s ease-in-out;
animation: nk-icon-burger-animation .3s .1s ease-in-out;
}
.nk-icon-burger:hover .nk-t-3,
a:hover > .nk-icon-burger .nk-t-3 {
-webkit-animation: nk-icon-burger-animation .3s .2s ease-in-out;
animation: nk-icon-burger-animation .3s .2s ease-in-out;
}
.nk-icon-burger.active .nk-t-1,
.active > .nk-icon-burger .nk-t-1 {
-webkit-transform: rotate(45deg) translateX(3px) translateY(-2px);
-ms-transform: rotate(45deg) translateX(3px) translateY(-2px);
transform: rotate(45deg) translateX(3px) translateY(-2px);
}
.nk-icon-burger.active .nk-t-2,
.active > .nk-icon-burger .nk-t-2 {
opacity: 0;
}
.nk-icon-burger.active .nk-t-3,
.active > .nk-icon-burger .nk-t-3 {
-webkit-transform: rotate(-45deg) translateX(2px) translateY(3px);
-ms-transform: rotate(-45deg) translateX(2px) translateY(3px);
transform: rotate(-45deg) translateX(2px) translateY(3px);
}
.nk-icon-burger.active:hover .nk-t-1,
.nk-icon-burger.active:hover .nk-t-2,
.nk-icon-burger.active:hover .nk-t-3,
a:hover > .nk-icon-burger.active .nk-t-1,
a:hover > .nk-icon-burger.active .nk-t-2,
a:hover > .nk-icon-burger.active .nk-t-3,
.active > .nk-icon-burger:hover .nk-t-1,
.active > .nk-icon-burger:hover .nk-t-2,
.active > .nk-icon-burger:hover .nk-t-3,
a:hover >
.active > .nk-icon-burger .nk-t-1,
a:hover >
.active > .nk-icon-burger .nk-t-2,
a:hover >
.active > .nk-icon-burger .nk-t-3 {
-webkit-animation: none;
animation: none;
}
.nk-icon-burger.active:hover .nk-t-1,
.nk-icon-burger.active:hover .nk-t-2,
.nk-icon-burger.active:hover .nk-t-3,
a.active:hover > .nk-icon-burger .nk-t-1,
a.active:hover > .nk-icon-burger .nk-t-2,
a.active:hover > .nk-icon-burger .nk-t-3 {
-webkit-animation: none;
animation: none;
}
@-webkit-keyframes nk-icon-burger-animation {
0%,
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
width: 14px;
-webkit-transform: translateX(3px);
transform: translateX(3px);
}
}
@keyframes nk-icon-burger-animation {
0%,
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
width: 14px;
-webkit-transform: translateX(3px);
transform: translateX(3px);
}
}
.nk-icon-close {
position: relative;
display: inline-block;
width: 18px;
height: 18px;
}
.nk-icon-close::before, .nk-icon-close::after {
content: "";
position: absolute;
display: block;
top: 50%;
left: 0;
width: 21px;
height: 0;
margin-top: -1px;
border-bottom: 2px solid;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.nk-icon-close::before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.nk-icon-close::after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.nk-icon-squares {
position: relative;
display: inline-block;
width: 16px;
height: 16px;
vertical-align: middle;
}
.nk-icon-squares::after, .nk-icon-squares::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 6px;
height: 0;
border-bottom: 6px solid;
-webkit-box-shadow: 0 10px;
box-shadow: 0 10px;
}
.nk-icon-squares::before {
right: 0;
left: auto;
}
.nk-icon-search {
position: relative;
display: inline-block;
width: 22px;
height: 24px;
}
.nk-icon-search::before, .nk-icon-search::after {
content: "";
position: absolute;
display: block;
top: 50%;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.nk-icon-search::before {
width: 12px;
height: 12px;
margin-top: -7px;
margin-left: 3px;
border-radius: 6px;
-webkit-box-shadow: inset 0 0 0 1.2px;
box-shadow: inset 0 0 0 1.2px;
}
.nk-icon-search::after {
width: 0;
height: 6px;
margin-top: 3px;
margin-left: 12px;
border-right: 2px solid;
-webkit-transform-origin: 1px 0;
-ms-transform-origin: 1px 0;
transform-origin: 1px 0;
}
.nk-icon-search:hover::before,
a:hover > .nk-icon-search::before {
-webkit-transform: rotate(-45deg) scale(1.2);
-ms-transform: rotate(-45deg) scale(1.2);
transform: rotate(-45deg) scale(1.2);
}
.nk-icon-search:hover::after,
a:hover > .nk-icon-search::after {
-webkit-transform: rotate(-40deg) translateX(-1px) translateY(1px);
-ms-transform: rotate(-40deg) translateX(-1px) translateY(1px);
transform: rotate(-40deg) translateX(-1px) translateY(1px);
}
.nk-icon-search.active::before, .nk-icon-search.active::after,
a.active > .nk-icon-search::before,
a.active > .nk-icon-search::after {
width: 1px;
height: 23px;
}
.nk-icon-search.active::before,
a.active > .nk-icon-search::before {
margin-top: -10px;
margin-left: 11px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.nk-icon-search.active::after,
a.active > .nk-icon-search::after {
width: 0;
margin-top: -7px;
margin-left: 3px;
border-right: 1px solid;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.nk-icon-arrow-right, .nk-icon-arrow-left {
position: relative;
display: inline-block;
width: 30px;
height: 12px;
margin-bottom: 12px;
border-bottom: 1px solid;
}
.nk-icon-arrow-right::after, .nk-icon-arrow-right::before, .nk-icon-arrow-left::after, .nk-icon-arrow-left::before {
content: "";
position: absolute;
display: block;
bottom: -1px;
left: 0;
width: 6px;
border-bottom: 1px solid;
-webkit-transition: .2s transform;
-o-transition: .2s transform;
transition: .2s transform;
-webkit-transform-origin: 0 50%;
-ms-transform-origin: 0 50%;
transform-origin: 0 50%;
will-change: transform;
}
.nk-icon-arrow-right::after, .nk-icon-arrow-left::after {
-webkit-transform: rotate(40deg);
-ms-transform: rotate(40deg);
transform: rotate(40deg);
}
.nk-icon-arrow-right::before, .nk-icon-arrow-left::before {
-webkit-transform: rotate(-40deg);
-ms-transform: rotate(-40deg);
transform: rotate(-40deg);
}
.nk-icon-arrow-right:hover::after, .nk-icon-arrow-right.hover::after,
:hover > .nk-icon-arrow-right::after,
.hover > .nk-icon-arrow-right::after, .nk-icon-arrow-left:hover::after, .nk-icon-arrow-left.hover::after,
:hover > .nk-icon-arrow-left::after,
.hover > .nk-icon-arrow-left::after {
-webkit-transform: rotate(48deg);
-ms-transform: rotate(48deg);
transform: rotate(48deg);
}
.nk-icon-arrow-right:hover::before, .nk-icon-arrow-right.hover::before,
:hover > .nk-icon-arrow-right::before,
.hover > .nk-icon-arrow-right::before, .nk-icon-arrow-left:hover::before, .nk-icon-arrow-left.hover::before,
:hover > .nk-icon-arrow-left::before,
.hover > .nk-icon-arrow-left::before {
-webkit-transform: rotate(-48deg);
-ms-transform: rotate(-48deg);
transform: rotate(-48deg);
}
.nk-icon-arrow-right::after, .nk-icon-arrow-right::before {
right: 0;
left: auto;
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.nk-play-icon {
display: inline-block;
width: 0;
height: 0;
border-top: .35em solid transparent;
border-bottom: .35em solid transparent;
border-left: .45em solid;
}
.nk-video-icon,
.nk-video-icon-light,
.nk-gif-icon,
.nk-gif-icon-light {
position: relative;
display: inline-block;
width: 85px;
height: 85px;
color: #171717;
text-decoration: none;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-video-icon::before,
.nk-video-icon-light::before,
.nk-gif-icon::before,
.nk-gif-icon-light::before {
content: "";
position: absolute;
display: block;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #fff;
border-radius: 42.5px;
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-video-icon > *,
.nk-video-icon-light > *,
.nk-gif-icon > *,
.nk-gif-icon-light > * {
position: absolute;
display: block;
top: 50%;
left: 50%;
width: 50px;
height: 50px;
margin-top: -25px;
margin-left: -25px;
font-size: 1.5rem;
line-height: 51px;
color: inherit;
text-align: center;
}
.nk-plain-video:hover .nk-video-icon,
.nk-gif:hover .nk-video-icon,
.nk-gallery-item:hover .nk-video-icon, .nk-video-icon:hover, .nk-video-icon.hover, .nk-plain-video:hover
.nk-video-icon-light,
.nk-gif:hover
.nk-video-icon-light,
.nk-gallery-item:hover
.nk-video-icon-light,
.nk-video-icon-light:hover,
.nk-video-icon-light.hover, .nk-plain-video:hover
.nk-gif-icon,
.nk-gif:hover
.nk-gif-icon,
.nk-gallery-item:hover
.nk-gif-icon,
.nk-gif-icon:hover,
.nk-gif-icon.hover, .nk-plain-video:hover
.nk-gif-icon-light,
.nk-gif:hover
.nk-gif-icon-light,
.nk-gallery-item:hover
.nk-gif-icon-light,
.nk-gif-icon-light:hover,
.nk-gif-icon-light.hover {
-webkit-transform: translateY(-1px);
-ms-transform: translateY(-1px);
transform: translateY(-1px);
}
.nk-plain-video:hover .nk-video-icon::before,
.nk-gif:hover .nk-video-icon::before,
.nk-gallery-item:hover .nk-video-icon::before, .nk-video-icon:hover::before, .nk-video-icon.hover::before, .nk-plain-video:hover
.nk-video-icon-light::before,
.nk-gif:hover
.nk-video-icon-light::before,
.nk-gallery-item:hover
.nk-video-icon-light::before,
.nk-video-icon-light:hover::before,
.nk-video-icon-light.hover::before, .nk-plain-video:hover
.nk-gif-icon::before,
.nk-gif:hover
.nk-gif-icon::before,
.nk-gallery-item:hover
.nk-gif-icon::before,
.nk-gif-icon:hover::before,
.nk-gif-icon.hover::before, .nk-plain-video:hover
.nk-gif-icon-light::before,
.nk-gif:hover
.nk-gif-icon-light::before,
.nk-gallery-item:hover
.nk-gif-icon-light::before,
.nk-gif-icon-light:hover::before,
.nk-gif-icon-light.hover::before {
-webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1);
}
.nk-video-icon.nk-video-icon-loading,
.nk-video-icon-light.nk-video-icon-loading,
.nk-gif-icon.nk-video-icon-loading,
.nk-gif-icon-light.nk-video-icon-loading {
-webkit-animation: nk-video-loading .8s infinite;
animation: nk-video-loading .8s infinite;
}
.nk-video-icon-light,
.nk-gif-icon-light {
color: #252525;
}
.nk-video-icon-light::before,
.nk-gif-icon-light::before {
background-color: #fff;
}
.nk-video-icon-2,
.nk-video-icon-2-light,
.nk-gif-icon-2,
.nk-gif-icon-2-light {
position: relative;
display: inline-block;
width: 166px;
height: 166px;
color: #252525;
}
.nk-video-icon-2::before,
.nk-video-icon-2-light::before,
.nk-gif-icon-2::before,
.nk-gif-icon-2-light::before {
content: "";
position: absolute;
display: block;
top: 0;
right: 0;
bottom: 0;
left: 0;
border: 3px solid #252525;
border-radius: 83px;
opacity: .5;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.nk-video-icon-2 > *,
.nk-video-icon-2-light > *,
.nk-gif-icon-2 > *,
.nk-gif-icon-2-light > * {
position: absolute;
display: block;
top: 50%;
left: 50%;
width: 50px;
height: 50px;
margin-top: -25px;
margin-left: -25px;
font-size: 2.5rem;
line-height: 51px;
color: inherit;
text-align: center;
opacity: 1;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.nk-video-icon-2:hover::before, .nk-video-icon-2.hover::before,
.nk-video-icon-2-light:hover::before,
.nk-video-icon-2-light.hover::before,
.nk-gif-icon-2:hover::before,
.nk-gif-icon-2.hover::before,
.nk-gif-icon-2-light:hover::before,
.nk-gif-icon-2-light.hover::before {
opacity: 1;
-webkit-transform: scale(0.95);
-ms-transform: scale(0.95);
transform: scale(0.95);
}
.nk-video-icon-2.nk-video-icon-loading,
.nk-video-icon-2-light.nk-video-icon-loading,
.nk-gif-icon-2.nk-video-icon-loading,
.nk-gif-icon-2-light.nk-video-icon-loading {
-webkit-animation: nk-video-loading .8s infinite;
animation: nk-video-loading .8s infinite;
}
.nk-video-icon-2-light,
.nk-gif-icon-2-light {
color: #fff;
}
.nk-video-icon-2-light::before,
.nk-gif-icon-2-light::before {
border-color: #fff;
}
@-webkit-keyframes nk-video-loading {
0%,
100% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
60% {
-webkit-transform: scale(0.4);
transform: scale(0.4);
}
}
@keyframes nk-video-loading {
0%,
100% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
60% {
-webkit-transform: scale(0.4);
transform: scale(0.4);
}
}
.nk-icon-layout-1,
.nk-icon-layout-2,
.nk-icon-layout-3 {
position: relative;
display: inline-block;
width: 15px;
height: 15px;
vertical-align: middle;
}
.nk-icon-layout-1::after,
.nk-icon-layout-2::after,
.nk-icon-layout-3::after {
content: "";
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
}
.nk-icon-layout-1::after {
height: 6px;
background-color: currentColor;
-webkit-box-shadow: 0 9px 0 0 currentColor;
box-shadow: 0 9px 0 0 currentColor;
}
.nk-icon-layout-2::after {
width: 6px;
height: 6px;
background-color: currentColor;
-webkit-box-shadow: 0 9px 0 0 currentColor, 9px 0 0 0 currentColor, 9px 9px 0 0 currentColor;
box-shadow: 0 9px 0 0 currentColor, 9px 0 0 0 currentColor, 9px 9px 0 0 currentColor;
}
.nk-icon-layout-3 {
width: 19px;
height: 19px;
}
.nk-icon-layout-3::after {
width: 5px;
height: 5px;
background-color: currentColor;
-webkit-box-shadow: 0 7px 0 0 currentColor, 7px 0 0 0 currentColor, 7px 7px 0 0 currentColor, 0 14px 0 0 currentColor, 7px 14px 0 0 currentColor, 14px 0 0 0 currentColor, 14px 7px 0 0 currentColor, 14px 14px 0 0 currentColor;
box-shadow: 0 7px 0 0 currentColor, 7px 0 0 0 currentColor, 7px 7px 0 0 currentColor, 0 14px 0 0 currentColor, 7px 14px 0 0 currentColor, 14px 0 0 0 currentColor, 14px 7px 0 0 currentColor, 14px 14px 0 0 currentColor;
}  .nk-fullpage {
width: 100%;
height: 100vh;
z-index: 1;
}
.nk-fullpage .nk-fullpage-item {
display: none;
}
.nk-fullpage .nk-fullpage-bg-image {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-position: 50% 50%;
background-size: cover;
z-index: 1;
}
.nk-fullpage .nk-fullpage-view-button {
position: absolute;
bottom: 50px;
left: 0;
width: 100%;
z-index: 2;
}
.nk-fullpage .nk-fullpage-content {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
}
.nk-fullpage .nk-fullpage-absolute-content {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.nk-fullpage .nk-fullpage-absolute-content > .row,
.nk-fullpage .nk-fullpage-absolute-content > .row > div {
height: 100%;
}
.nk-fullpage .nk-fullpage-absolute-content .row > div > div {
min-height: 100%;
}
.nk-fullpage .nk-fullpage-item-category {
margin-bottom: 10px;
font-size: .848rem;
font-weight: 500;
line-height: 1;
text-transform: uppercase;
}
.nk-fullpage .nk-fullpage-item-category a {
color: inherit;
text-decoration: none;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-fullpage .nk-fullpage-item-category a:hover {
color: #171717;
}
.nk-fullpage .nk-fullpage-title a {
color: inherit;
text-decoration: none;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-fullpage .nk-fullpage-title a:hover {
color: #b9a186;
}
.nk-fullpage .nk-fullpage-scroll-down {
position: absolute;
display: block;
bottom: 65px;
left: 50%;
width: 50px;
height: 50px;
margin-left: -25px;
font-size: 2rem;
line-height: 54px;
color: inherit;
text-align: center;
text-decoration: none;
border: 1px solid;
border-radius: 50%;
opacity: .6;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-fullpage .nk-fullpage-scroll-down:hover {
opacity: 1;
}
.nk-fullpage-nav {
position: fixed;
top: 50%;
right: 40px;
padding: 0;
margin: 0;
color: #fff;
list-style: none;
visibility: hidden;
opacity: 0;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
-webkit-transform: translateY(-50%) translateX(100%);
-ms-transform: translateY(-50%) translateX(100%);
transform: translateY(-50%) translateX(100%);
z-index: 2;
mix-blend-mode: difference;
}
.nk-fullpage-nav.active {
visibility: inherit;
opacity: 1;
-webkit-transform: translateY(-50%) translateX(0);
-ms-transform: translateY(-50%) translateX(0);
transform: translateY(-50%) translateX(0);
}
.nk-fullpage-nav > li {
position: relative;
width: 20px;
padding-top: 6px;
padding-bottom: 6px;
text-transform: uppercase;
cursor: pointer;
}
.nk-fullpage-nav > li::after {
content: "";
position: absolute;
display: block;
top: 50%;
left: 110%;
width: 100px;
height: 1px;
border-top: 1px solid;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
.nk-fullpage-nav > li.active::after {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.nk-fullpage-nav-style-2 .nk-fullpage-nav > li {
height: 28px;
padding-top: 0;
padding-bottom: 0;
font-size: 0;
}
.nk-fullpage-nav-style-2 .nk-fullpage-nav > li::after {
content: "";
position: absolute;
display: block;
top: 50%;
left: 50%;
width: 6px;
height: 6px;
margin-top: -3px;
margin-left: -3px;
border: 3px solid;
border-radius: 3px;
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
opacity: .25;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.nk-fullpage-nav-style-2 .nk-fullpage-nav > li.active::after, .nk-fullpage-nav-style-2 .nk-fullpage-nav > li:hover::after {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.nk-fullpage-number {
position: fixed;
display: block;
right: 50px;
bottom: 50px;
font-size: 3.5rem;
font-weight: 600;
line-height: 1;
color: #c8c8c8;
z-index: 1;
}
.nk-fullpage-split .nk-fullpage-bg-image {
left: 50%;
}
.nk-fullpage-split .nk-fullpage-number {
right: 50%;
margin-right: 15px;
}
@media (max-width: 767px) {
.nk-fullpage-split .nk-fullpage-bg-image {
left: 0;
}
.nk-fullpage-split .nk-fullpage-number {
right: 20px;
}
} .nk-hover-image {
position: relative;
min-height: 100vh;
overflow: hidden;
text-align: center;
}
.nk-hover-image .nk-hover-image-links {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
min-height: 100vh;
padding: 150px 0;
margin: 0;
list-style: none;
z-index: 1;
}
.nk-hover-image .nk-hover-image-links li a {
display: block;
padding: 20px 0;
font-size: 2.4rem;
color: inherit;
text-decoration: none;
opacity: .35;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-hover-image .nk-hover-image-links li a span {
margin-right: 18px;
font-size: 1.2rem;
}
.nk-hover-image .nk-hover-image-links li a:hover, .nk-hover-image .nk-hover-image-links li a.active {
opacity: 1;
}
.nk-hover-image .nk-hover-image-links.nk-hover-image-links-2 li a {
position: relative;
display: inline-block;
font-size: 3.6rem;
font-weight: 700;
color: #fff;
opacity: 1;
}
.nk-hover-image .nk-hover-image-links.nk-hover-image-links-2 li a::before {
content: "";
position: absolute;
display: block;
bottom: 32px;
left: 0;
width: 100%;
height: .05em;
background-color: currentColor;
opacity: 0;
-webkit-transition: .3s opacity, .3s transform;
-o-transition: .3s opacity, .3s transform;
transition: .3s opacity, .3s transform;
-webkit-transform: scaleX(0.95) translateY(3px);
-ms-transform: scaleX(0.95) translateY(3px);
transform: scaleX(0.95) translateY(3px);
will-change: transform, opacity;
}
.nk-hover-image .nk-hover-image-links.nk-hover-image-links-2 li a:hover, .nk-hover-image .nk-hover-image-links.nk-hover-image-links-2 li a.active {
color: #b9a186;
}
.nk-hover-image .nk-hover-image-links.nk-hover-image-links-2 li a:hover::before, .nk-hover-image .nk-hover-image-links.nk-hover-image-links-2 li a.active::before {
opacity: 1;
-webkit-transform: scaleX(1) translateY(0);
-ms-transform: scaleX(1) translateY(0);
transform: scaleX(1) translateY(0);
}
.nk-hover-image .nk-hover-image-img-cont {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: .3;
z-index: 0;
}
.nk-hover-image .nk-hover-image-img-cont .bg-image {
right: auto;
bottom: auto;
width: 100%;
height: 100%;
max-height: 100vh;
will-change: transform;
}
.nk-hover-image .nk-hover-image-img-cont .nk-hover-image-img {
-webkit-transition: .2s opacity;
-o-transition: .2s opacity;
transition: .2s opacity;
}
.nk-hover-image .nk-hover-image-img-cont .nk-hover-image-img.hide {
opacity: 0;
}
.nk-hover-image .nk-hover-image-img-cont .nk-hover-image-img.loading::after {
content: "";
position: absolute;
display: block;
top: 50%;
left: 50%;
width: 40px;
height: 40px;
margin-top: -20px;
margin-left: -20px;
text-indent: -9999em;
border: 2px solid rgba(255, 255, 255, 0.3);
border-left: 2px solid #fff;
border-radius: 50%;
opacity: .7;
-webkit-animation: nk-hover-image-img-loading .5s infinite linear;
animation: nk-hover-image-img-loading .5s infinite linear;
z-index: 1000;
}
@-webkit-keyframes nk-hover-image-img-loading {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes nk-hover-image-img-loading {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.nk-hover-image.nk-hover-image-side {
text-align: left;
}
.nk-hover-image.nk-hover-image-side .nk-hover-image-links {
width: 50%;
}
.nk-hover-image.nk-hover-image-side .nk-hover-image-img-cont {
left: 50%;
width: 50%;
opacity: .8;
}
@media screen and (max-width: 991px) {
.nk-hover-image.nk-hover-image-side .nk-hover-image-links {
width: 100%;
}
.nk-hover-image.nk-hover-image-side .nk-hover-image-img-cont {
left: 0;
width: 100%;
opacity: .2;
}
} .nk-slider {
position: relative;
width: 100%;
min-height: 600px;
overflow: hidden;
color: #fff;
z-index: 1;
}
.nk-slider .nk-slider-item {
display: none;
}
.nk-slider .nk-slider-bg-image {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-position: 50% 50%;
background-size: cover;
z-index: 1;
}
.nk-slider .nk-slider-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
}
.nk-slider .nk-slider-container > .container {
position: relative;
height: 100%;
}
.nk-slider .nk-slider-content {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
top: 0;
left: 15px;
width: calc(100% - 30px);
height: 100%;
padding-top: 100px;
padding-bottom: 100px;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
z-index: 1;
}
.nk-slider .nk-slider-content > div {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
max-width: 100%;
}
.nk-slider .nk-slider-content-top {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.nk-slider .nk-slider-content-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.nk-slider-arrow {
position: absolute;
top: 50%;
width: 34px;
height: 34px;
margin-top: -17px;
font-size: 2rem;
line-height: 1.25;
text-align: center;
cursor: pointer;
border: 1px solid;
opacity: .4;
-webkit-transition: .2s opacity;
-o-transition: .2s opacity;
transition: .2s opacity;
z-index: 2;
}
.nk-slider-arrow.nk-slider-arrow-prev {
left: 15px;
}
.nk-slider-arrow.nk-slider-arrow-next {
right: 15px;
}
.nk-slider-arrow:hover {
opacity: .7;
}
.nk-slider-arrows-2 .nk-slider-arrow {
width: 50px;
height: auto;
font-size: 1.5rem;
line-height: 0;
color: inherit;
text-align: left;
border: none;
opacity: 1;
}
.nk-slider-arrows-2 .nk-slider-arrow span {
vertical-align: middle;
}
.nk-slider-arrows-2 .nk-slider-arrow::after {
content: "";
position: absolute;
display: block;
top: 50%;
left: 10px;
width: 30px;
margin-top: -1px;
border-bottom: 1px solid;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.nk-slider-arrows-2 .nk-slider-arrow.nk-slider-arrow-next {
right: 35px;
text-align: right;
}
.nk-slider-arrows-2 .nk-slider-arrow.nk-slider-arrow-next::after {
right: 10px;
left: auto;
margin-left: 0;
}
.nk-slider-arrows-2 .nk-slider-arrow.nk-slider-arrow-prev {
left: 35px;
}
.nk-slider-arrows-2 .nk-slider-arrow:hover::after {
width: 35px;
}
.nk-slider-arrows-2 .nk-slider-arrow:hover > span {
-webkit-animation: none;
animation: none;
}
.nk-slider-author {
position: absolute;
right: 15px;
bottom: 60px;
font-size: .82rem;
font-weight: 500;
text-transform: uppercase;
z-index: 2;
}
.nk-slider-numbers {
position: absolute;
right: 15px;
bottom: 100px;
font-size: .82rem;
font-weight: 500;
text-transform: uppercase;
z-index: 2;
}
.nk-slider-number {
position: fixed;
display: block;
right: 50px;
bottom: 50px;
font-size: 3.5rem;
font-weight: 600;
line-height: 1;
color: #c8c8c8;
z-index: 2;
}
.nk-slider-nav {
position: absolute;
top: 50%;
right: 15px;
padding: 0;
margin: 0;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
list-style-type: none;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 2;
}
.nk-slider-nav > li {
position: relative;
padding: 20px;
padding-right: 0;
font-size: .9rem;
cursor: pointer;
opacity: .5;
-webkit-transition: .2s opacity;
-o-transition: .2s opacity;
transition: .2s opacity;
}
.nk-slider-nav > li::before {
content: "";
position: absolute;
display: block;
top: 50%;
left: -30px;
width: 0;
border-bottom: 1px solid;
-webkit-transition: .2s width;
-o-transition: .2s width;
transition: .2s width;
}
.nk-slider-nav > li.active {
opacity: 1;
}
.nk-slider-nav > li.active::before {
width: 30px;
}
.nk-slider-bullets {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
bottom: 50px;
left: 50%;
padding: 0;
margin: 0;
list-style: none;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 2;
}
.nk-slider-bullets > li {
position: relative;
width: 30px;
padding: 15px 7px;
margin: 0;
font-size: 0;
cursor: pointer;
opacity: .4;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-slider-bullets > li.active, .nk-slider-bullets > li:hover {
opacity: 1;
}
.nk-slider-bullets > li::after {
content: "";
display: block;
width: 100%;
height: 2px;
background-color: #fff;
}
.nk-slider-thumbs {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 130px;
overflow: hidden;
background-color: #252525;
z-index: 2;
}
.nk-slider-thumbs > ul {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
height: 100%;
padding: 0;
margin: 0;
list-style: none;
}
.nk-slider-thumbs > ul > li {
position: relative;
height: 100%;
margin: 0;
cursor: pointer;
opacity: .5;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-slider-thumbs > ul > li img {
width: auto;
height: 100%;
}
.nk-slider-thumbs > ul > li.active, .nk-slider-thumbs > ul > li:hover {
opacity: 1;
}
[data-show-thumbs="true"] .nk-slider-bg-image,
[data-show-thumbs="true"] .nk-slider-slideshow-nav {
bottom: 130px;
}
[data-show-thumbs="true"] .nk-slider-content {
height: calc(100% - 130px);
} .nk-slider-slideshow-nav {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
right: 34px;
bottom: 0;
margin-bottom: 34px;
}
.nk-slider-slideshow-nav > * {
position: relative;
width: 34px;
height: 34px;
font-size: 2rem;
line-height: 34px;
text-align: center;
cursor: pointer;
opacity: 1;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
z-index: 2;
}
.nk-slider-slideshow-nav > *:hover {
opacity: .7;
}
.nk-slider-slideshow-nav .nk-slider-arrow.nk-slider-arrow-next,
.nk-slider-slideshow-nav .nk-slider-arrow.nk-slider-arrow-prev {
right: auto;
left: auto;
margin: 0;
text-align: center;
border: none;
}
.nk-slider-slideshow-nav .nk-slider-arrow.nk-slider-arrow-next::after,
.nk-slider-slideshow-nav .nk-slider-arrow.nk-slider-arrow-prev::after {
content: none;
}
.nk-slider-slideshow-nav .nk-slider-fullscreen {
font-size: 1.2rem;
}
@media (max-width: 767px) {
.nk-slider-nav,
.nk-slider-numbers,
.nk-slider-author,
.nk-slider-arrow {
display: none;
}
}   .nk-portfolio-single .nk-portfolio-title {
margin-bottom: 1.9rem;
letter-spacing: .012em;
}
.nk-portfolio-single .nk-portfolio-text p:last-of-type {
margin-bottom: 0;
}
.container-fluid .nk-portfolio-single.nk-portfolio-single-half .nk-portfolio-images {
margin-right: -15px;
margin-left: -15px;
}
.nk-portfolio-single.nk-portfolio-single-half .nk-portfolio-info {
max-width: 540px;
padding-top: 92px;
padding-right: 60px;
padding-bottom: 92px;
padding-left: 90px;
}
@media (max-width: 767px) {
.nk-portfolio-single.nk-portfolio-single-half .nk-portfolio-info {
padding: 70px 40px;
}
}
@media (max-width: 575px) {
.nk-portfolio-single.nk-portfolio-single-half .nk-portfolio-info {
padding: 50px 20px;
}
}
.nk-portfolio-details {
width: 100%;
}
.nk-portfolio-details tr td {
width: 1%;
padding-right: 7px;
}
.nk-portfolio-details tr td + td {
width: 100%;
padding-right: 0;
}
.nk-portfolio-details tr + tr td {
padding-top: 5px;
}
.nk-portfolio-details strong {
font-weight: 500;
color: #171717;
}
.nk-portfolio-text + .nk-portfolio-details {
margin-top: 46px;
}
.nk-portfolio-images img {
width: 100%;
height: auto;
}
.nk-portfolio-launch-site {
padding-top: 48px;
padding-bottom: 54px;
text-align: center;
}
.nk-portfolio-launch-site a {
color: inherit;
text-decoration: none;
-webkit-transition: .2s opacity;
-o-transition: .2s opacity;
transition: .2s opacity;
}
.nk-portfolio-launch-site a:hover, .nk-portfolio-launch-site a.hover {
opacity: .6;
}
.nk-portfolio-launch-site > a {
display: inline-block;
font-size: 1.68rem;
font-weight: 600;
color: #171717;
}
.nk-portfolio-launch-site > a::after {
content: "";
display: block;
margin-top: -4px;
border-bottom: 1px solid;
}
.nk-portfolio-launch-site > div {
margin-top: 24px;
font-size: 1.05rem;
} .nk-portfolio-single-header {
display: table;
width: 100%;
min-height: 570px;
padding-top: 60px;
padding-bottom: 60px;
background-color: #e8e8e8;
}
.nk-portfolio-single-header > div {
display: table-cell;
width: 50%;
vertical-align: middle;
}
.nk-portfolio-single-header > div > .container > .row {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.nk-portfolio-single-header .nk-portfolio-title + .lead {
margin-top: 24px;
} .nk-gallery-item {
position: relative;
}
.nk-gallery-item .nk-gallery-item-icon,
.nk-gallery-item ~ .nk-portfolio-item-image .nk-gallery-item-icon {
position: absolute;
top: 50%;
left: 50%;
opacity: 0;
-webkit-transition: .2s opacity;
-o-transition: .2s opacity;
transition: .2s opacity;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.nk-gallery-item img {
opacity: 1;
-webkit-transition: .2s opacity;
-o-transition: .2s opacity;
transition: .2s opacity;
}
.nk-gallery-item:hover .nk-gallery-item-icon,
.nk-gallery-item:hover ~ .nk-portfolio-item-image .nk-gallery-item-icon {
opacity: 1;
}
.nk-gallery-item:hover img {
opacity: .8;
}  .nk-blog-isotope .nk-blog-post,
.nk-blog-isotope-2 .nk-blog-post,
.nk-blog-isotope-wide .nk-blog-post {
padding: 25px 30px;
background-color: #fff;
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
}
.nk-blog-isotope .nk-blog-post .nk-post-thumb,
.nk-blog-isotope-2 .nk-blog-post .nk-post-thumb,
.nk-blog-isotope-wide .nk-blog-post .nk-post-thumb {
position: relative;
margin-top: -25px;
margin-right: -30px;
margin-bottom: 21px;
margin-left: -30px;
}
.nk-blog-isotope .nk-blog-post .nk-post-thumb > a,
.nk-blog-isotope-2 .nk-blog-post .nk-post-thumb > a,
.nk-blog-isotope-wide .nk-blog-post .nk-post-thumb > a {
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-blog-isotope .nk-blog-post .nk-post-thumb:hover > a,
.nk-blog-isotope .nk-blog-post .nk-post-thumb.hover > a,
.nk-blog-isotope-2 .nk-blog-post .nk-post-thumb:hover > a,
.nk-blog-isotope-2 .nk-blog-post .nk-post-thumb.hover > a,
.nk-blog-isotope-wide .nk-blog-post .nk-post-thumb:hover > a,
.nk-blog-isotope-wide .nk-blog-post .nk-post-thumb.hover > a {
opacity: .6;
}
.nk-blog-isotope .nk-blog-post .nk-post-thumb.hover:hover > a,
.nk-blog-isotope-2 .nk-blog-post .nk-post-thumb.hover:hover > a,
.nk-blog-isotope-wide .nk-blog-post .nk-post-thumb.hover:hover > a {
opacity: 1;
}
.nk-blog-isotope .nk-blog-post .nk-post-thumb .nk-post-category a,
.nk-blog-isotope-2 .nk-blog-post .nk-post-thumb .nk-post-category a,
.nk-blog-isotope-wide .nk-blog-post .nk-post-thumb .nk-post-category a {
display: inline-block;
bottom: 9px;
left: 10px;
min-width: 90px;
padding: 5.5px 15px;
margin-top: 25px;
margin-left: 30px;
font-size: .8rem;
font-weight: 500;
color: #fff;
text-align: center;
text-decoration: none;
text-transform: uppercase;
background-color: #252525;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-blog-isotope .nk-blog-post .nk-post-thumb .nk-post-category a:hover,
.nk-blog-isotope-2 .nk-blog-post .nk-post-thumb .nk-post-category a:hover,
.nk-blog-isotope-wide .nk-blog-post .nk-post-thumb .nk-post-category a:hover {
background-color: #3a3a3a;
}
.nk-blog-isotope .nk-blog-post .nk-post-thumb a + .nk-post-category a,
.nk-blog-isotope-2 .nk-blog-post .nk-post-thumb a + .nk-post-category a,
.nk-blog-isotope-wide .nk-blog-post .nk-post-thumb a + .nk-post-category a {
position: absolute;
display: block;
margin-top: 0;
margin-left: 0;
}
.nk-blog-isotope .nk-blog-post .nk-post-meta,
.nk-blog-isotope-2 .nk-blog-post .nk-post-meta,
.nk-blog-isotope-wide .nk-blog-post .nk-post-meta {
font-size: .8rem;
font-weight: 600;
color: #171717;
text-transform: uppercase;
}
.nk-blog-isotope .nk-blog-post .nk-post-title,
.nk-blog-isotope-2 .nk-blog-post .nk-post-title,
.nk-blog-isotope-wide .nk-blog-post .nk-post-title {
margin-bottom: 15px;
}
.nk-blog-isotope .nk-blog-post .nk-post-text,
.nk-blog-isotope-2 .nk-blog-post .nk-post-text,
.nk-blog-isotope-wide .nk-blog-post .nk-post-text {
margin-top: 12px;
margin-bottom: 0;
}
.nk-blog-isotope-no-shadow .nk-blog-post {
-webkit-box-shadow: none;
box-shadow: none;
} .nk-blog-isotope-2 .nk-blog-post {
padding: 35px 40px;
}
.nk-blog-isotope-2 .nk-blog-post .nk-post-thumb {
position: relative;
margin-top: -35px;
margin-right: -40px;
margin-bottom: 31px;
margin-left: -40px;
}
.nk-blog-isotope-2 .nk-isotope-item + .nk-isotope-item {
margin-top: 20px;
} .nk-blog-isotope-wide .nk-blog-post {
padding: 0;
padding-bottom: 60px;
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.nk-blog-isotope-wide .nk-blog-post .nk-post-thumb {
margin: 0;
margin-bottom: 60px;
}
.nk-blog-isotope-wide .nk-blog-post .nk-post-title {
margin-bottom: 20px;
}
.nk-blog-isotope-wide .nk-blog-post .nk-post-meta > div + div::before {
content: " ";
padding-left: 20px;
}
.nk-blog-isotope-wide .nk-blog-post .nk-post-text {
margin-top: 20px;
} .nk-blog-isotope-3 .nk-blog-post,
.nk-blog-isotope-4 .nk-blog-post {
position: relative;
text-align: center;
background-color: #101010;
z-index: 1;
}
.nk-blog-isotope-3 .nk-blog-post .nk-post-link,
.nk-blog-isotope-4 .nk-blog-post .nk-post-link {
position: absolute;
display: block;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
}
.nk-blog-isotope-3 .nk-blog-post .nk-post-thumb,
.nk-blog-isotope-4 .nk-blog-post .nk-post-thumb {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-position: 50% 50%;
background-size: cover;
opacity: .5;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
z-index: -1;
}
.nk-blog-isotope-3 .nk-blog-post:hover .nk-post-thumb,
.nk-blog-isotope-3 .nk-blog-post.hover .nk-post-thumb,
.nk-blog-isotope-4 .nk-blog-post:hover .nk-post-thumb,
.nk-blog-isotope-4 .nk-blog-post.hover .nk-post-thumb {
opacity: .2;
}
.nk-blog-isotope-3 .nk-blog-post .nk-post-content,
.nk-blog-isotope-4 .nk-blog-post .nk-post-content {
display: table;
width: 100%;
min-height: 400px;
padding: 40px;
}
.nk-blog-isotope-3 .nk-blog-post .nk-post-content > div,
.nk-blog-isotope-4 .nk-blog-post .nk-post-content > div {
display: table-cell;
vertical-align: middle;
}
.nk-blog-isotope-3 .nk-blog-post .nk-post-date,
.nk-blog-isotope-4 .nk-blog-post .nk-post-date {
margin-bottom: 17px;
font-size: .8rem;
font-weight: 600;
color: #fff;
text-transform: uppercase;
}
.nk-blog-isotope-3 .nk-blog-post .nk-post-title,
.nk-blog-isotope-4 .nk-blog-post .nk-post-title {
margin-bottom: 19px;
color: #fff;
}
.nk-blog-isotope-3 .nk-blog-post .nk-post-more,
.nk-blog-isotope-4 .nk-blog-post .nk-post-more {
position: relative;
display: inline-block;
font-size: .97rem;
font-weight: 500;
color: #fff;
text-decoration: none;
text-transform: uppercase;
}
.nk-blog-isotope-3 .nk-blog-post .nk-post-more::after,
.nk-blog-isotope-4 .nk-blog-post .nk-post-more::after {
content: "";
position: absolute;
display: block;
bottom: -1px;
left: 50%;
width: 20px;
margin-left: -10px;
border-bottom: 1px solid;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-blog-isotope-3 .nk-blog-post .nk-post-more:hover::after, .nk-blog-isotope-3 .nk-blog-post .nk-post-more.hover::after,
.nk-blog-isotope-4 .nk-blog-post .nk-post-more:hover::after,
.nk-blog-isotope-4 .nk-blog-post .nk-post-more.hover::after {
width: 30px;
-webkit-transform: translateX(-5px);
-ms-transform: translateX(-5px);
transform: translateX(-5px);
}
.nk-blog-isotope-4 {
padding-top: 1px;
padding-bottom: 1px;
}
.nk-blog-isotope-4 .nk-blog-post {
position: relative;
min-height: 250px;
padding-top: 89%;
text-align: left;
background-color: #fff;
-webkit-box-shadow: 0 0 0 1px #ededed;
box-shadow: 0 0 0 1px #ededed;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-blog-isotope-4 .nk-blog-post .nk-post-content {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
min-height: 0;
}
.nk-blog-isotope-4 .nk-blog-post .nk-post-title {
color: #101010;
}
.nk-blog-isotope-4 .nk-blog-post .nk-post-date,
.nk-blog-isotope-4 .nk-blog-post .nk-post-more {
color: #101010;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-blog-isotope-4 .nk-blog-post .nk-post-thumb {
opacity: 0;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-blog-isotope-4 .nk-blog-post .nk-post-date + .nk-post-title {
margin-top: 20px;
}
.nk-blog-isotope-4 .nk-blog-post .nk-post-more {
position: absolute;
bottom: 40px;
text-transform: none;
}
.nk-blog-isotope-4 .nk-blog-post .nk-post-more::after {
content: none;
}
.nk-blog-isotope-4 .nk-blog-post .nk-post-more > span {
margin-top: -1px;
font-size: 1.75em;
vertical-align: middle;
}
.nk-blog-isotope-4 .nk-blog-post:hover {
background-color: #101010;
}
.nk-blog-isotope-4 .nk-blog-post:hover .nk-post-date,
.nk-blog-isotope-4 .nk-blog-post:hover .nk-post-title,
.nk-blog-isotope-4 .nk-blog-post:hover .nk-post-more {
color: #fff;
}
.nk-blog-isotope-4 .nk-blog-post:hover .nk-post-thumb {
opacity: 1;
} .nk-blog-post-single h1 {
margin-top: 8px;
}
.nk-blog-post-single .nk-post-img,
.nk-blog-post-single .nk-post-video {
width: 100%;
}
.nk-blog-post-single .nk-post-img + h1,
.nk-blog-post-single .nk-post-img + h2,
.nk-blog-post-single .nk-post-video + h1,
.nk-blog-post-single .nk-post-video + h2 {
margin-top: 35px;
}
.nk-blog-post-single .nk-post-img {
height: auto;
}
.nk-blog-post-single .nk-post-text {
color: #4b4b4b;
}
.nk-blog-post-single .nk-post-text > h2,
.nk-blog-post-single .nk-post-text > h3,
.nk-blog-post-single .nk-post-text > h4,
.nk-blog-post-single .nk-post-text > h5,
.nk-blog-post-single .nk-post-text > h6 {
margin-top: 45px;
margin-bottom: 35px;
}
.nk-blog-post-single .nk-post-text > img,
.nk-blog-post-single .nk-post-text > a > img {
width: calc(100% + 440px);
margin-top: 30px;
margin-right: -220px;
margin-bottom: 55px;
margin-left: -220px;
}
@media (max-width: 1199px) {
.nk-blog-post-single .nk-post-text > img,
.nk-blog-post-single .nk-post-text > a > img {
width: calc(100% + 320px);
margin-right: -160px;
margin-left: -160px;
}
}
@media (max-width: 991px) {
.nk-blog-post-single .nk-post-text > img,
.nk-blog-post-single .nk-post-text > a > img {
width: 100%;
margin-right: 0;
margin-left: 0;
}
}
.nk-post-meta {
color: #171717;
}
.nk-post-meta .nk-post-date,
.nk-post-meta .nk-post-category,
.nk-post-meta .nk-post-comments-count {
font-size: .8rem;
font-weight: 600;
color: inherit;
text-transform: uppercase;
}
.nk-post-meta .nk-post-date a,
.nk-post-meta .nk-post-category a,
.nk-post-meta .nk-post-comments-count a {
color: inherit;
text-decoration: none;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-post-meta .nk-post-date a:hover,
.nk-post-meta .nk-post-category a:hover,
.nk-post-meta .nk-post-comments-count a:hover {
opacity: .6;
}
.nk-post-meta > div {
display: inline-block;
}
.nk-post-meta > div + div::before {
content: " / ";
}
.nk-post-title > a {
color: inherit;
text-decoration: none;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-post-title > a:hover, .nk-post-title > a.hover {
opacity: .6;
}
.nk-post-text {
margin: 40px 0;
}
.nk-post-text::after, .nk-post-text::before {
content: "";
display: block;
clear: both;
}
.nk-post-text .pull-right,
.nk-post-text .pull-left {
margin: 15px;
}
.nk-post-text .pull-right {
margin-right: 0;
}
.nk-post-text .pull-left {
margin-left: 0;
}
.nk-post-text > p:last-child {
margin-bottom: 0;
}
.nk-comments {
background-color: #fff;
}
.nk-comments h3:first-of-type {
margin-top: -6px;
}
.nk-comment {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
min-width: 100%;
max-width: 100%;
margin-top: -5px;
}
.nk-comment .nk-comment {
padding-left: 100px;
}
.nk-comment .nk-comment,
.nk-comment + .nk-comment {
padding-top: 19px;
}
.nk-comment .nk-comment-avatar {
position: relative;
-webkit-box-flex: 0;
-ms-flex: 0 0 100px;
flex: 0 0 100px;
min-width: 100px;
max-width: 100px;
margin-top: 7px;
margin-right: 30px;
z-index: 1;
}
.nk-comment .nk-comment-avatar img {
width: 100%;
height: auto;
border-radius: 100px;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-comment .nk-comment-avatar a:hover img,
.nk-comment .nk-comment-avatar a.hover img {
opacity: .6;
}
.nk-comment .nk-comment-cont {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
max-width: 100%;
color: #4b4b4b;
}
.nk-comment .nk-comment-avatar ~ .nk-comment-cont {
max-width: calc(100% - 130px);
}
.nk-comment .nk-comment-text::after, .nk-comment .nk-comment-text::before {
content: "";
display: block;
clear: both;
}
.nk-comment .nk-comment-meta {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-right: -22px;
margin-bottom: 10px;
margin-left: -22px;
}
.nk-comment .nk-comment-meta .nk-comment-name,
.nk-comment .nk-comment-meta .nk-comment-date,
.nk-comment .nk-comment-meta .nk-comment-reply {
margin-right: 22px;
margin-left: 22px;
font-weight: 500;
color: #171717;
}
.nk-comment .nk-comment-meta .nk-comment-name a,
.nk-comment .nk-comment-meta .nk-comment-date a,
.nk-comment .nk-comment-meta .nk-comment-reply a {
color: inherit;
text-decoration: none;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-comment .nk-comment-meta .nk-comment-name a:hover,
.nk-comment .nk-comment-meta .nk-comment-date a:hover,
.nk-comment .nk-comment-meta .nk-comment-reply a:hover {
color: #b9a186;
}
.nk-comment .nk-comment-meta .nk-comment-name {
font-weight: 600;
}
.nk-comment .nk-comment-meta .nk-comment-name + * {
margin-left: auto;
}
.nk-comment .nk-comment-meta .nk-comment-date,
.nk-comment .nk-comment-meta .nk-comment-reply {
font-size: .8rem;
font-weight: 600;
text-transform: uppercase;
}
@media (max-width: 1199px) {
.nk-comment .nk-comment {
padding-left: 50px;
}
.nk-comment .nk-comment-meta {
margin-bottom: 15px;
}
.nk-comment .nk-comment-avatar {
-webkit-box-flex: 0;
-ms-flex: 0 0 50px;
flex: 0 0 50px;
min-width: 50px;
max-width: 50px;
margin-right: 20px;
}
.nk-comment .nk-comment-avatar ~ .nk-comment-cont {
max-width: calc(100% - 130px);
}
}
@media (max-width: 767px) {
.nk-comment .nk-comment {
padding-left: 20px;
}
.nk-comment .nk-comment-meta {
min-height: 50px;
}
.nk-comment .nk-comment-avatar {
margin-top: 0;
}
.nk-comment .nk-comment-cont {
margin-left: 0;
}
.nk-comment .nk-comment-text {
margin-left: -70px;
}
}
.nk-reply h3:first-of-type {
margin-top: -6px;
} .nk-blog-post-single-style-2 .nk-post-text > img,
.nk-blog-post-single-style-2 .nk-post-text > a > img {
width: auto;
max-width: 100%;
margin-right: auto;
margin-left: auto;
}
.nk-comments-style-2 {
background-color: transparent;
border-top: 1px solid #d9d9d9;
}
.nk-reply-style-2 {
border-top: 1px solid #d9d9d9;
}  .nk-shop-header {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
margin-bottom: 60px;
}
.nk-header ~ .nk-main .nk-shop-header {
padding-top: 60px;
}
.nk-header-left ~ .nk-main .nk-shop-header {
padding-top: 0;
}
@media screen and (max-width: 991px) {
.nk-header-left ~ .nk-main .nk-shop-header {
padding-top: 60px;
}
}
.nk-shop-header > a,
.nk-shop-header > span {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
min-width: 90px;
min-height: 80px;
padding: 0 20px;
margin-top: -1px;
margin-left: -1px;
color: silver;
text-align: center;
text-decoration: none;
cursor: pointer;
background-color: #fff;
border: 1px solid #ededed;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-shop-header .nk-shop-filter-toggle,
.nk-shop-header .nk-shop-header-back,
.nk-shop-header .nk-shop-header-share {
min-width: 160px;
padding: 0 45px;
font-size: .9rem;
font-weight: 500;
color: #101010;
text-transform: uppercase;
}
.nk-shop-header .nk-shop-filter-toggle:hover,
.nk-shop-header .nk-shop-header-back:hover,
.nk-shop-header .nk-shop-header-share:hover {
color: silver;
}
.nk-shop-header .nk-shop-header-back {
margin-right: auto;
}
.nk-shop-header .nk-shop-header-back span {
margin-right: 30px;
}
.nk-shop-header .nk-shop-filter-toggle > span {
-webkit-transition: .2s opacity;
-o-transition: .2s opacity;
transition: .2s opacity;
}
.nk-shop-header .nk-shop-filter-toggle > span:nth-of-type(1) {
position: absolute;
}
.nk-shop-header .nk-shop-filter-toggle > span:nth-of-type(2) {
opacity: 0;
}
.nk-shop-header .nk-shop-filter-toggle.active > span:nth-of-type(1) {
opacity: 0;
}
.nk-shop-header .nk-shop-filter-toggle.active > span:nth-of-type(2) {
opacity: 1;
}
.nk-shop-header .nk-shop-cart-toggle {
position: relative;
font-size: 1.9rem;
}
.nk-shop-header .nk-shop-cart-toggle .nk-badge {
position: absolute;
top: 20px;
right: 25px;
}
.nk-shop-header > a:hover,
.nk-shop-header > span:hover {
color: #101010;
}
.nk-shop-header .nk-shop-layout-toggle.active,
.nk-shop-header .nk-shop-layout-toggle.active:hover {
color: #fff;
background-color: #101010;
border-color: #101010;
}
.nk-shop-header .nk-shop-header-share:hover .nk-shop-header-share-items,
.nk-shop-header .nk-shop-header-share:focus .nk-shop-header-share-items {
visibility: inherit;
opacity: 1;
}
.nk-shop-header .nk-shop-header-share .nk-shop-header-share-items {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
top: 100%;
width: auto;
margin-top: 0;
margin-left: -45px;
visibility: hidden;
opacity: 0;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
z-index: 1;
}
.nk-shop-header .nk-shop-header-share .nk-shop-header-share-items > * {
min-width: 60px;
}
.nk-shop-header .nk-shop-header-share .nk-shop-header-share-items > * > span,
.nk-shop-header .nk-shop-header-share .nk-shop-header-share-items > * > svg {
margin-right: 0;
}
@media (max-width: 767px) {
.nk-shop-header > a,
.nk-shop-header > span {
min-width: 60px;
min-height: 60px;
padding: 0 10px;
}
.nk-shop-header .nk-shop-cart-toggle .nk-badge {
top: 10px;
right: 10px;
}
.nk-shop-header .nk-shop-header-back {
-webkit-box-flex: 1;
-ms-flex: 1 1 100%;
flex: 1 1 100%;
min-width: 100%;
max-width: 100%;
margin-right: -1px;
margin-left: -1px;
}
.nk-shop-header .nk-shop-header-share {
-webkit-box-flex: 1;
-ms-flex: 1 1 33.333%;
flex: 1 1 33.333%;
min-width: 33.333%;
max-width: 33.333%;
}
}
@media (max-width: 575px) {
.nk-shop-header > a,
.nk-shop-header > span {
-webkit-box-flex: 1;
-ms-flex: 1 1 33.333%;
flex: 1 1 33.333%;
min-width: 33.333%;
max-width: 33.333%;
min-height: 60px;
padding: 0 10px;
}
.nk-shop-header .nk-shop-filter-toggle {
-webkit-box-flex: 1;
-ms-flex: 1 1 66.666%;
flex: 1 1 66.666%;
min-width: 66.666%;
max-width: 66.666%;
padding: 0 20px;
margin-right: -1px;
font-size: .8rem;
font-weight: 500;
color: #101010;
text-transform: uppercase;
}
} .nk-shop-load-more {
padding-top: 65px;
padding-bottom: 60px;
}
.nk-shop-load-more .nk-shop-load-more-btn {
display: block;
padding: 31px 35px;
font-family: inherit;
font-size: .96rem;
font-weight: 500;
line-height: 1.2;
color: inherit;
text-align: center;
text-decoration: none;
text-transform: uppercase;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid #ededed;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-shop-load-more .nk-shop-load-more-btn:hover {
color: #fff;
background-color: #252525;
} .nk-shop-filter {
display: none;
padding: 80px 100px;
margin-bottom: 60px;
overflow: hidden;
color: #fff;
background-color: #101010;
}
.nk-shop-filter.active {
display: block;
}
@media (max-width: 767px) {
.nk-shop-filter {
padding: 40px 50px;
}
}
@media (max-width: 575px) {
.nk-shop-filter {
padding: 30px;
}
}
.nk-shop-filter .nk-shop-filter-item-title {
margin-bottom: 21px;
font-size: 1.09rem;
color: inherit;
letter-spacing: .02em;
}
.nk-shop-filter .nk-shop-filter-item {
padding: 0;
margin: 0;
color: #8e8e8e;
list-style: none;
}
.nk-shop-filter .nk-shop-filter-item li {
font-size: .8rem;
text-transform: uppercase;
letter-spacing: .02em;
}
.nk-shop-filter .nk-shop-filter-item a {
display: block;
padding-top: 4px;
padding-bottom: 5px;
color: inherit;
text-decoration: none;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-shop-filter .nk-shop-filter-item a:hover {
color: #fff;
}
.nk-shop-filter .nk-shop-filter-item a.active {
color: #fff;
}
.nk-shop-filter .nk-shop-filter-item a.active::before {
content: "";
display: inline-block;
width: 4px;
height: 4px;
margin-top: -2px;
margin-right: 10px;
vertical-align: middle;
background-color: currentColor;
} .nk-shop-cart {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
visibility: hidden;
background-color: rgba(16, 16, 16, 0);
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
z-index: 1002;
}
.nk-shop-cart.active {
visibility: inherit;
background-color: rgba(16, 16, 16, 0.6);
}
.nk-shop-cart .nk-shop-cart-content {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
top: 0;
right: 0;
width: 100%;
max-width: 415px;
height: 100%;
color: #8e8e8e;
background-color: #101010;
-webkit-transition: .3s transform ease-out;
-o-transition: .3s transform ease-out;
transition: .3s transform ease-out;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
.nk-shop-cart.active .nk-shop-cart-content {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.nk-shop-cart .nk-shop-cart-content-header {
position: relative;
padding: 15px 30px;
font-size: .8rem;
text-transform: uppercase;
background-color: #252525;
}
.nk-shop-cart .nk-shop-cart-content-header .nk-shop-cart-close {
position: absolute;
top: 0;
right: 0;
padding-right: 20px;
font-size: 2.3rem;
line-height: 1.6;
cursor: pointer;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-shop-cart .nk-shop-cart-content-header .nk-shop-cart-close:hover {
color: #fff;
}
.nk-shop-cart .nk-shop-cart-content-items {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.nk-shop-cart .nk-shop-cart-content-items::-webkit-scrollbar {
width: 6px;
background-color: rgba(255, 255, 255, 0);
-webkit-transition: .2s background-color;
transition: .2s background-color;
}
.nk-shop-cart .nk-shop-cart-content-items::-webkit-scrollbar-thumb {
background-color: rgba(255, 255, 255, 0);
-webkit-transition: .2s background-color;
transition: .2s background-color;
}
.nk-shop-cart .nk-shop-cart-content-items:hover::-webkit-scrollbar {
background-color: rgba(255, 255, 255, 0.1);
}
.nk-shop-cart .nk-shop-cart-content-items:hover::-webkit-scrollbar-thumb {
background-color: rgba(255, 255, 255, 0.2);
}
.nk-shop-cart .nk-shop-cart-content-items .nano {
height: 100%;
overflow-y: auto;
}
.nk-shop-cart .nk-shop-cart-content-items .nk-shop-cart-content-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
padding: 30px;
border-bottom: 1px solid #252525;
}
.nk-shop-cart .nk-shop-cart-content-items .nk-shop-cart-content-item-thumb {
-webkit-box-flex: 0;
-ms-flex: 0 0 100px;
flex: 0 0 100px;
width: 100px;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-shop-cart .nk-shop-cart-content-items .nk-shop-cart-content-item-thumb:hover {
opacity: .7;
}
.nk-shop-cart .nk-shop-cart-content-items .nk-shop-cart-content-item-thumb img {
width: 100%;
height: auto;
}
.nk-shop-cart .nk-shop-cart-content-items .nk-shop-cart-content-item-cont {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
padding-left: 30px;
}
.nk-shop-cart .nk-shop-cart-content-items .nk-shop-cart-content-item-cont .nk-shop-cart-content-item-name {
margin-bottom: 5px;
color: #fff;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-shop-cart .nk-shop-cart-content-items .nk-shop-cart-content-item-cont .nk-shop-cart-content-item-name:hover {
text-decoration: none;
opacity: .7;
}
.nk-shop-cart .nk-shop-cart-content-items .nk-shop-cart-content-item-cont .nk-shop-cart-content-item-price > span {
display: inline-block;
min-width: 115px;
}
.nk-shop-cart .nk-shop-cart-content-items .nk-shop-cart-content-item-cont .nk-shop-cart-content-item-price .nk-shop-cart-content-item-remove {
display: inline;
min-width: 0;
font-size: 1.7rem;
line-height: 1.4;
vertical-align: middle;
cursor: pointer;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-shop-cart .nk-shop-cart-content-items .nk-shop-cart-content-item-cont .nk-shop-cart-content-item-price .nk-shop-cart-content-item-remove:hover {
color: #fff;
}
.nk-shop-cart .nk-shop-cart-content-subtotal {
padding: 23px 30px;
border-bottom: 1px solid #252525;
}
.nk-shop-cart .nk-shop-cart-content-subtotal strong {
margin-left: 60px;
font-size: 1.3rem;
font-weight: 500;
color: #fff;
vertical-align: middle;
}
.nk-shop-cart .nk-shop-cart-content-footer {
padding: 30px;
margin-top: auto;
}
@media screen and (max-width: 575px) {
.nk-shop-cart .nk-shop-cart-content-header {
padding: 15px 20px;
}
.nk-shop-cart .nk-shop-cart-content-items .nk-shop-cart-content-item {
padding: 20px;
}
.nk-shop-cart .nk-shop-cart-content-items .nk-shop-cart-content-item-cont {
padding-left: 20px;
}
.nk-shop-cart .nk-shop-cart-content-items .nk-shop-cart-content-item-thumb {
-webkit-box-flex: 0;
-ms-flex: 0 0 60px;
flex: 0 0 60px;
width: 60px;
}
.nk-shop-cart .nk-shop-cart-content-subtotal {
padding: 10px 20px;
}
.nk-shop-cart .nk-shop-cart-content-footer {
padding: 20px;
}
}
@media screen and (max-width: 400px) {
.nk-shop-cart .nk-shop-cart-content-items .nk-shop-cart-content-item {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.nk-shop-cart .nk-shop-cart-content-items .nk-shop-cart-content-item-cont {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
padding-top: 10px;
padding-left: 0;
}
}   .nk-main-dark {
color: #cbcbcb;
background-color: #101010;
}
.nk-main-dark .nk-blog-post-single .nk-post-text,
.nk-main-dark .nk-comment .nk-comment-text,
.nk-main-dark .nk-reviews .nk-review .nk-review-text {
color: #cbcbcb;
}
.nk-main-dark h1,
.nk-main-dark h2,
.nk-main-dark h3,
.nk-main-dark h4,
.nk-main-dark h5,
.nk-main-dark h6,
.nk-main-dark .h1,
.nk-main-dark .h2,
.nk-main-dark .h3,
.nk-main-dark .h4,
.nk-main-dark .h5,
.nk-main-dark .h6,
.nk-main-dark div.lead,
.nk-main-dark .display-1,
.nk-main-dark .display-2,
.nk-main-dark .display-3,
.nk-main-dark .display-4,
.nk-main-dark .display-big,
.nk-main-dark .nk-subtitle-3 {
color: #fff;
}
.nk-main-dark .nk-blog-isotope-4 .nk-blog-post {
background-color: #101010;
-webkit-box-shadow: 0 0 0 1px #252525;
box-shadow: 0 0 0 1px #252525;
}
.nk-main-dark .nk-blog-isotope-4 .nk-blog-post .nk-post-title,
.nk-main-dark .nk-blog-isotope-4 .nk-blog-post .nk-post-date,
.nk-main-dark .nk-blog-isotope-4 .nk-blog-post .nk-post-more {
color: #fff;
}
.nk-main-dark .nk-blog-isotope .nk-blog-post .nk-post-meta,
.nk-main-dark .nk-blog-isotope-2 .nk-blog-post .nk-post-meta,
.nk-main-dark .nk-blog-isotope-wide .nk-blog-post .nk-post-meta,
.nk-main-dark .nk-post-meta,
.nk-main-dark .nk-comment .nk-comment-meta .nk-comment-name,
.nk-main-dark .nk-comment .nk-comment-meta .nk-comment-date,
.nk-main-dark .nk-comment .nk-comment-meta .nk-comment-reply {
color: #fff;
}
.nk-main-dark .nk-comments {
background-color: #181818;
}
.nk-main-dark .nk-portfolio-single .nk-portfolio-details strong,
.nk-main-dark .nk-portfolio-launch-site > a {
color: #fff;
}
.nk-main-dark .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-6 .nk-portfolio-item-info {
color: #fff;
}
.nk-main-dark .nk-reviews .nk-review .nk-review-meta .nk-review-name,
.nk-main-dark .nk-reviews .nk-review .nk-review-meta .nk-review-date {
color: #fff;
}
.nk-main-dark .nk-isotope-filter > li.active, .nk-main-dark .nk-isotope-filter > li:hover {
color: #fff;
}
.nk-main-dark blockquote {
color: #fff;
}
.nk-main-dark .nk-btn-2, .nk-main-dark .nk-btn-2:hover, .nk-main-dark .nk-btn-2:active, .nk-main-dark .nk-btn-2:focus {
color: #fff;
}
.nk-main-dark .nk-btn-3 {
color: #fff;
}
.nk-main-dark .nk-contact-info > li > strong {
color: #fff;
}
.nk-main-dark .nk-ibox-1-a .nk-ibox-text,
.nk-main-dark .nk-ibox-2 .nk-ibox-title,
.nk-main-dark .nk-ibox-3-a .nk-ibox-title,
.nk-main-dark .nk-ibox-5 .nk-ibox-title,
.nk-main-dark .nk-ibox-5 .nk-ibox-icon {
color: #fff;
}
.nk-main-dark .nk-progress .nk-progress-title {
color: #fff;
}
.nk-main-dark .nk-tabs .nav-tabs .nav-item {
color: #fff;
}
.nk-main-dark .nk-tabs .nav-tabs-styled {
background-color: #252525;
}
.nk-main-dark .nk-carousel-dots-2 .flickity-page-dots .dot::after {
background-color: #434343;
}
.nk-main-dark .nk-carousel-dots-2 .flickity-page-dots .dot.is-selected::after {
background-color: #b9a186;
}
.nk-main-dark .nk-carousel-dots-3 .flickity-page-dots .dot.is-selected, .nk-main-dark .nk-carousel-dots-3 .flickity-page-dots .dot:hover {
color: #fff;
}
.nk-main-dark .nk-flickity-arrow {
color: #fff;
background-color: #252525;
}
.nk-main-dark .nk-flickity-arrow:hover {
background-color: #303030;
}
.nk-main-dark .nk-carousel-arrows-2 .nk-flickity-arrow,
.nk-main-dark .nk-carousel-arrows-2 .nk-flickity-arrow:hover {
background-color: transparent;
}
.nk-main-dark .nk-fullpage-item-category a:hover {
color: #fff;
}
.nk-main-dark .nk-links-list,
.nk-main-dark .nk-social,
.nk-main-dark .nk-social-2 {
color: #fff;
}
.nk-main-dark .form-control {
color: #cbcbcb;
background-color: transparent;
border-color: #3a3a3a;
}
.nk-main-dark .form-control:focus {
border-color: rgba(185, 161, 134, 0.4);
} .nk-main-dark { }
.nk-main-dark .vp-filter__pagination {
color: #fff;
}
.nk-main-dark .vp-pagination__style-skylith-alt {
color: #fff;
background-color: #181818;
}
.nk-main-dark .nk-comments > .bg-color {
background-color: #181818;
}
.nk-main-dark .nk-comments-style-2,
.nk-main-dark .nk-reply-style-2 {
background-color: transparent;
border-color: #252525;
}
.nk-main-dark .entry-content,
.nk-main-dark .nk-comment-text {
color: #cbcbcb;
}
.nk-main-dark .is-style-styled {
--gkt-styled-lists-numbered--decoration__color: #252525;
--gkt-styled-lists-numbered--decoration__background-color: #fff;
--gkt-styled-lists-dotted--decoration__background-color: #fff;
}
.nk-main-dark .is-style-numbered {
--gkt-numbered-headings--h2-number__color: #252525;
--gkt-numbered-headings--h2-number__background-color: #fff;
}
.nk-main-dark .ghostkit-tabs.ghostkit-tabs-variant-skylith-alt-1 .ghostkit-tabs-buttons {
background-color: #181818;
border-color: #252525;
}
.nk-main-dark .ghostkit-tabs.ghostkit-tabs-variant-skylith-alt-1 .ghostkit-tabs-buttons .ghostkit-tabs-buttons-item {
color: #fff;
}
.nk-main-dark .ghostkit-tabs.ghostkit-tabs-variant-skylith-alt-1 .ghostkit-tabs-buttons .ghostkit-tabs-buttons-item.ghostkit-tabs-buttons-item-active, .nk-main-dark .ghostkit-tabs.ghostkit-tabs-variant-skylith-alt-1 .ghostkit-tabs-buttons .ghostkit-tabs-buttons-item:hover {
color: #b9a186;
}
.nk-main-dark .ghostkit-tabs.ghostkit-tabs-variant-skylith-alt-1 .ghostkit-tabs-buttons .ghostkit-tabs-buttons-item + .ghostkit-tabs-buttons-item::before {
background-color: #fff;
}
.nk-main-dark .ghostkit-tabs.ghostkit-tabs-variant-skylith-alt-1 .ghostkit-tabs-buttons .ghostkit-tabs-buttons-item::after {
border-bottom-color: #b9a186;
}
.nk-main-dark .ghostkit-carousel {
--gkt-carousel--arrows__color: #d9d9d9;
--gkt-carousel--bullets__background-color: #d9d9d9;
}
.nk-main-dark .ghostkit-pricing-table {
--gkt-pricing-table--item__border-color: #252525;
}
.nk-main-dark .ghostkit-pricing-table-variant-skylith-alt-1 {
--gkt-pricing-table--item__border-width: 1px;
}
.nk-main-dark .ghostkit-pricing-table-variant-skylith-alt-1 .ghostkit-pricing-table-item-title {
color: inherit;
background-color: #252525;
}
.nk-main-dark .ghostkit-pricing-table-variant-skylith-alt-1 .ghostkit-pricing-table-item-price-currency,
.nk-main-dark .ghostkit-pricing-table-variant-skylith-alt-1 .ghostkit-pricing-table-item-price-amount {
color: inherit;
}
.nk-main-dark .ghostkit-pricing-table-variant-skylith-alt-1 .ghostkit-pricing-table-item-popular .ghostkit-pricing-table-item-title {
color: #252525;
background-color: #d9d9d9;
}
.nk-main-dark .ghostkit-testimonial .ghostkit-testimonial-content {
color: #fff;
}
.nk-main-dark .ghostkit-form {
--gkt-form--field__color: #fff;
--gkt-form--field__background-color: #252525;
--gkt-form--field__border-color: #252525;
--gkt-form--field-focus__border-color: $color_dark_2;
}
.nk-main-dark .ghostkit-form.is-style-skylith-bordered {
--gkt-form--field__border-color: #303030;
--gkt-form--field-focus__border-color: #3a3a3a;
--gkt-form--field__color: currentColor;
--gkt-form--field__background-color: transparent;
}
.nk-main-dark .ghostkit-twitter-variant-skylith-alt-1 .ghostkit-twitter-item {
background-color: #181818;
}
.nk-main-dark .ghostkit-twitter-variant-skylith-alt-1 .ghostkit-twitter-item:hover {
background-color: #1a1a1a;
}
.nk-main-dark .ghostkit-twitter-variant-skylith-alt-1 .ghostkit-twitter-item-meta-name {
color: #fff;
}
body.blog .nk-main-dark .nk-blog-post {
background-color: #181818;
}
body.blog .nk-main-dark .nk-pagination {
color: #fff;
background-color: #181818;
}
.has-skylith-gold-color {
color: #b9a186;
}
.has-skylith-gold-background-color {
background-color: #b9a186;
}
.has-skylith-main-color {
color: #b9a186;
}
.has-skylith-main-background-color {
background-color: #b9a186;
}
.has-skylith-yellow-color {
color: #fbda03;
}
.has-skylith-yellow-background-color {
background-color: #fbda03;
}
.has-skylith-light-green-color {
color: #00ffa2;
}
.has-skylith-light-green-background-color {
background-color: #00ffa2;
}
.has-skylith-green-color {
color: #2bb569;
}
.has-skylith-green-background-color {
background-color: #2bb569;
}
.has-skylith-light-blue-color {
color: #148ff3;
}
.has-skylith-light-blue-background-color {
background-color: #148ff3;
}
.has-skylith-blue-color {
color: #3202ff;
}
.has-skylith-blue-background-color {
background-color: #3202ff;
}
.has-skylith-blue-violet-color {
color: #5223e9;
}
.has-skylith-blue-violet-background-color {
background-color: #5223e9;
}
.has-skylith-dark-violet-color {
color: #480086;
}
.has-skylith-dark-violet-background-color {
background-color: #480086;
}
.has-skylith-violet-color {
color: #8536ce;
}
.has-skylith-violet-background-color {
background-color: #8536ce;
}
.has-skylith-light-violet-color {
color: #a074dc;
}
.has-skylith-light-violet-background-color {
background-color: #a074dc;
}
.has-skylith-violet-pink-color {
color: #d086d3;
}
.has-skylith-violet-pink-background-color {
background-color: #d086d3;
}
.has-skylith-pink-color {
color: #ea2f5c;
}
.has-skylith-pink-background-color {
background-color: #ea2f5c;
}
.has-skylith-red-color {
color: #cc1139;
}
.has-skylith-red-background-color {
background-color: #cc1139;
}
.has-skylith-black-color {
color: #000;
}
.has-skylith-black-background-color {
background-color: #000;
}
.has-skylith-white-color {
color: #fff;
}
.has-skylith-white-background-color {
background-color: #fff;
} html {
background-color: #f6f6f6;
}
html.skylith-html-dark {
background-color: #101010;
}
body {
background-color: #f6f6f6;
}
.skylith-html-dark body {
background-color: #101010;
}
address {
font-style: italic;
}
.gallery {
margin-bottom: 1.6em;
}
.gallery-item {
display: inline-block;
width: 100%;
padding: 1.79104477%;
text-align: center;
vertical-align: top;
}
.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-icon img {
margin: 0 auto;
}
.gallery-caption {
display: block;
padding: .5em 0;
font-size: 12px;
line-height: 1.5;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}
.nk-comment.bypostauthor > .nk-comment-meta > .nk-comment-name {
padding: 3px 8px;
margin-bottom: 2px;
background-color: #e8e8e8;
}
.aligncenter {
display: block;
margin: 5px auto 5px auto;
text-align: center;
}
.alignright {
float: right;
margin: 5px 0 20px 20px;
text-align: right;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
text-align: left;
}
.alignfull,
.alignwide {
width: auto;
min-width: 100%;
}
.wp-caption.alignnone,
img.alignnone,
.wp-block-button.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption {
max-width: 100%;
padding: 5px 5px 8px;
margin-bottom: 1.6rem;
color: #aaa;
text-align: center;
background: #fff;
border: 1px solid #f0f0f0;
}
.wp-caption-text {
margin-top: 8px;
font-size: 12px;
}
.wp-block-image img,
.nk-blog-post img,
.entry-content img {
max-width: 100%;
height: auto;
}
.nk-post-text .wp-block-image {
margin-top: 55px;
margin-bottom: 55px;
}
pre h1,
pre h2,
pre h3,
pre h4,
pre h5,
pre h6 {
color: #fff;
}
.screen-reader-text {
position: absolute !important; width: 1px;
height: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
}
.screen-reader-text:focus {
display: block;
top: 5px;
left: 5px;
width: auto;
height: auto;
padding: 15px 23px 14px;
clip: auto !important; font-size: .875rem;
font-weight: 700;
line-height: normal;
color: #21759b;
text-decoration: none;
background-color: #f1f1f1;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
z-index: 100000; }
.entry-content table,
.nk-comments table {
display: block;
width: 100%;
min-width: 240px;
max-width: 100%;
overflow-x: auto;
border-collapse: collapse;
}
.entry-content table th,
.entry-content table td,
.nk-comments table th,
.nk-comments table td {
padding: .5em;
word-break: break-all;
border: 1px solid currentColor;
}
.nk-main {
padding: .04px;
}
.nk-navbar,
.nk-header-left > .nk-navbar-left,
.nk-navbar-full,
.nk-navbar-side {
-webkit-transition: .2s background-color, .2s top;
-o-transition: .2s background-color, .2s top;
transition: .2s background-color, .2s top;
will-change: background-color, top;
}
.nk-navbar.nk-navbar-fixed {
-webkit-transition: .2s transform, .2s visibility, .2s background-color, .2s top;
-o-transition: .2s transform, .2s visibility, .2s background-color, .2s top;
transition: .2s transform, .2s visibility, .2s background-color, .2s top;
will-change: transform, visibility, background-color, top;
}
.nk-navbar.nk-navbar-left {
-webkit-transition: .2s transform, .2s top;
-o-transition: .2s transform, .2s top;
transition: .2s transform, .2s top;
will-change: transform, top;
}
.nk-navbar-cont {
-webkit-transition: .2s top, .2s height;
-o-transition: .2s top, .2s height;
transition: .2s top, .2s height;
will-change: top, height;
}
.page-links {
margin-top: 1.6rem;
margin-right: -2px;
margin-left: -2px;
}
.page-links > span,
.page-links > a {
display: inline-block;
min-width: 30px;
height: 30px;
padding: 0;
font-size: .9rem;
line-height: 30px;
color: #5f5f5f;
text-align: center;
text-decoration: none;
border-radius: 50%;
-webkit-transition: .2s color, .2s background-color;
-o-transition: .2s color, .2s background-color;
transition: .2s color, .2s background-color;
}
.page-links > a:hover {
color: #b9a186;
}
.page-links > span {
margin-right: 6px;
margin-left: 6px;
color: #f6f6f6;
background-color: #b9a186;
}
.page-links a:first-child {
margin-left: -10px;
}
.page-links span:first-child {
margin-left: 0;
}
.page-tags {
margin-top: 40px;
margin-right: -6px;
margin-left: -6px;
}
.page-tags > span {
display: block;
margin-bottom: 5px;
margin-left: 6px;
font-size: .8rem;
font-weight: 600;
color: #171717;
text-transform: uppercase;
}
.page-tags > a {
margin-right: 6px;
margin-left: 6px;
font-size: .9rem;
color: #5f5f5f;
text-align: center;
text-decoration: none;
-webkit-transition: .2s color, .2s background-color;
-o-transition: .2s color, .2s background-color;
transition: .2s color, .2s background-color;
}
.page-tags > a::before {
content: "#";
}
.page-tags > a:hover {
color: #b9a186;
}
.page .entry-header .entry-title {
margin-bottom: 30px;
}
.page .entry-content ~ .nk-comments {
margin-top: 60px;
}
.entry-content,
.nk-comment-text {
color: #4b4b4b;
}
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6,
.nk-comment-text > h2,
.nk-comment-text > h3,
.nk-comment-text > h4,
.nk-comment-text > h5,
.nk-comment-text > h6 {
margin-top: 45px;
margin-bottom: 35px;
}
.entry-content > img,
.entry-content > a > img,
.nk-comment-text > img,
.nk-comment-text > a > img {
width: calc(100% + 440px);
margin-top: 30px;
margin-right: -220px;
margin-bottom: 55px;
margin-left: -220px;
}
@media (max-width: 1199px) {
.entry-content > img,
.entry-content > a > img,
.nk-comment-text > img,
.nk-comment-text > a > img {
width: calc(100% + 320px);
margin-right: -160px;
margin-left: -160px;
}
}
@media (max-width: 991px) {
.entry-content > img,
.entry-content > a > img,
.nk-comment-text > img,
.nk-comment-text > a > img {
width: 100%;
margin-right: 0;
margin-left: 0;
}
}
.entry-content > p:last-child {
margin-bottom: 0;
} .nk-preloader {
position: fixed;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 3000;
}
.nk-preloader::before {
content: "";
position: absolute;
display: block;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #fff;
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
-webkit-transition: .4s .5s transform ease-in-out;
-o-transition: .4s .5s transform ease-in-out;
transition: .4s .5s transform ease-in-out;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
will-change: transform;
}
.nk-preloader img {
position: absolute;
top: 50%;
left: 50%;
width: 20px;
max-width: none;
height: auto;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
-webkit-animation: nk-preloader-logo 1.6s infinite linear;
animation: nk-preloader-logo 1.6s infinite linear;
}
.nk-preloader .nk-preloader-wrap {
margin: 0 auto;
pointer-events: none;
-webkit-transition: .6s .3s transform ease-in-out, .4s .3s opacity;
-o-transition: .6s .3s transform ease-in-out, .4s .3s opacity;
transition: .6s .3s transform ease-in-out, .4s .3s opacity;
will-change: transform, opacity;
}
.nk-preloader .nk-preloader-spinner {
width: 60px;
height: 120px;
margin-left: -60px;
overflow: hidden;
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
-webkit-mask-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
mask-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
-webkit-animation: nk-preloader .8s infinite linear;
animation: nk-preloader .8s infinite linear;
}
.nk-preloader .nk-preloader-spinner::after {
content: "";
display: block;
width: 200%;
height: 100%;
border-radius: 50%;
-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8);
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8);
-webkit-transition: .2s box-shadow;
-o-transition: .2s box-shadow;
transition: .2s box-shadow;
will-change: box-shadow;
}
.nk-preloader .nk-preloader-spinner.nk-preloader-spinner-dark::after {
-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.8);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.8);
}
.nk-preloader.nk-preloader-hide {
pointer-events: none;
}
.nk-preloader.nk-preloader-hide::before {
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
.nk-preloader.nk-preloader-hide .nk-preloader-wrap {
opacity: 0;
-webkit-transform: translateY(70px) scale(0.8);
-ms-transform: translateY(70px) scale(0.8);
transform: translateY(70px) scale(0.8);
}
.nk-preloader.nk-preloader-hide .nk-preloader-spinner::before {
-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0);
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0);
}
.nk-preloader.nk-preloader-hide .nk-preloader-spinner.nk-preloader-spinner-dark::after {
-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
}
@-webkit-keyframes nk-preloader-logo {
0%,
100% {
opacity: .4;
}
50% {
opacity: 1;
}
}
@keyframes nk-preloader-logo {
0%,
100% {
opacity: .4;
}
50% {
opacity: 1;
}
}
@-webkit-keyframes nk-preloader {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes nk-preloader {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .nk-main h1 em,
.nk-main h2 em,
.nk-main h3 em,
.nk-main h4 em,
.nk-main h5 em,
.nk-main h6 em,
.nk-main .h1 em,
.nk-main .h2 em,
.nk-main .h3 em,
.nk-main .h4 em,
.nk-main .h5 em,
.nk-main .h6 em {
font-weight: 500;
} .nk-header-left .nk-social > ul li > a {
padding: 3px 8px;
}
.nk-navbar-full.nk-navbar-dark .nk-widget-title {
color: #fff;
}
.nk-navbar-side .nk-nav-table {
padding-top: 35px;
}
@media (max-width: 991px) {
.nk-navbar-top .nk-nav-table > .nk-nav-logo {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.nk-navbar-top .nk-nav-table > .nk-nav-logo img {
max-width: 100%;
}
} .nk-isotope-item.sticky .nk-post-title::before {
content: "\e69b";
display: inline-block;
margin-right: 5px;
font-family: "Pe-icon-7-stroke"; font-size: .8em;
font-style: normal;
font-variant: normal;
line-height: 1;
text-transform: none;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .nk-post-title {
position: relative;
}
.nk-post-title .edit-link {
position: absolute;
top: 0;
right: 100%;
margin-right: 12px;
font-size: 14px;
line-height: 2;
visibility: hidden;
opacity: 0;
-webkit-transition: .3s .3s opacity, .3s .3s visibility;
-o-transition: .3s .3s opacity, .3s .3s visibility;
transition: .3s .3s opacity, .3s .3s visibility;
}
.nk-isotope-item:hover .nk-post-title .edit-link {
visibility: visible;
opacity: 1;
} .nk-post-img + .entry-header h1,
.nk-post-img + .entry-header h2,
.nk-post-video + .entry-header h1,
.nk-post-video + .entry-header h2,
.alignfull + .entry-header h1,
.alignfull + .entry-header h2,
.alignwide + .entry-header h1,
.alignwide + .entry-header h2 {
margin-top: 35px;
} .more-link {
display: inline-block;
padding: 12px 28px;
margin-top: 30px;
font-family: inherit;
font-size: .9rem;
font-weight: 600;
line-height: 1.2;
color: inherit;
text-align: center;
text-decoration: none;
text-transform: uppercase;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 2px solid #d9d9d9;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.more-link:hover {
color: #fff;
text-decoration: none;
background-color: #3a3a3a;
border-color: #3a3a3a;
} #commentform .logged-in-as {
margin-top: -20px;
margin-bottom: 0;
} .ghost-pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ghost-pagination > :first-child:not(.nk-pagination-prev) {
padding-left: 119px;
margin-left: auto;
}
.ghost-pagination > :last-child:not(.nk-pagination-next) {
padding-right: 119px;
margin-right: auto;
}
.ghost-pagination .nk-pagination-prev {
margin-right: auto;
opacity: 1;
}
.ghost-pagination .nk-pagination-next {
margin-left: auto;
}
.ghost-pagination .nk-pagination-item-current {
opacity: 1;
}
.ghost-pagination > * {
display: inline-block;
padding: 19px;
font-size: .9rem;
font-weight: 600;
color: inherit;
text-decoration: none;
text-transform: uppercase;
vertical-align: middle;
opacity: .3;
-webkit-transition: .2s opacity, .2s color;
-o-transition: .2s opacity, .2s color;
transition: .2s opacity, .2s color;
}
.ghost-pagination > *.nk-pagination-prev, .ghost-pagination > *.nk-pagination-next {
opacity: 1;
}
.ghost-pagination > *.nk-pagination-prev:hover, .ghost-pagination > *.nk-pagination-next:hover {
color: #b9a186;
}
.ghost-pagination > *:hover {
color: inherit;
text-decoration: none;
opacity: 1;
}
.ghost-pagination .nk-pagination-next,
.ghost-pagination .nk-pagination-prev,
.container .ghost-pagination .nk-pagination-next,
.container .ghost-pagination .nk-pagination-prev {
min-width: 100px;
}
@media (max-width: 767px) {
.ghost-pagination > * {
padding: 10px;
}
.ghost-pagination > :first-child:not(.nk-pagination-prev) {
padding-left: 10px;
}
.ghost-pagination > :last-child:not(.nk-pagination-next) {
padding-right: 10px;
}
.ghost-pagination .nk-pagination-next,
.ghost-pagination .nk-pagination-prev,
.container .ghost-pagination .nk-pagination-next,
.container .ghost-pagination .nk-pagination-prev {
min-width: auto;
}
}
.nk-pagination .container .nk-pagination-next,
.nk-pagination .container .nk-pagination-prev {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-weight: 600;
}
.nk-pagination .container .nk-pagination-next {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.nk-pagination .container .nk-pagination-next > span,
.nk-pagination .container .nk-pagination-prev > span,
.nk-pagination .nk-pagination-next > span,
.nk-pagination .nk-pagination-prev > span {
display: inline-block;
margin-left: 10px;
font-size: 1rem !important;
}
.nk-pagination .container .nk-pagination-prev > span,
.nk-pagination .nk-pagination-prev > span {
margin-right: 10px;
margin-left: 0;
} .nk-post-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.nk-post-meta > div {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.nk-post-meta > div + div::before {
margin: 0 6px;
}
.nk-post-meta.nk-post-meta-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.nk-post-meta.nk-post-meta-right {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.nk-comments {
position: relative;
}
.nk-comments .nk-comment-meta {
margin-bottom: 1.4rem;
}
@media (max-width: 575px) {
.nk-comments .nk-comment-cont .nk-comment-meta > div {
display: block;
width: 100%;
margin: 0;
margin-top: 5px;
}
}
.nk-comments.nk-comments-style-2 {
margin-top: 40px;
}
.nk-comments > .bg-color {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #fff;
}
.nk-comments .nk-comment-pingback a {
color: #171717;
-webkit-transition: .2s color;
-o-transition: .2s color;
transition: .2s color;
}
.nk-comments .nk-comment-pingback a.url {
font-weight: 600;
}
.nk-comments .nk-comment-pingback a:hover, .nk-comments .nk-comment-pingback a:focus {
color: #b9a186;
text-decoration: none;
}
.nk-comments .nk-comment + .nk-comment {
padding-top: 40px;
}
.comment-respond {
width: 100%;
}
.nk-comment + .comment-respond {
margin-top: 40px;
}
.nk-comment .comment-respond {
padding-left: 100px;
}
@media (max-width: 1199px) {
.nk-comment .comment-respond {
padding-left: 50px;
}
}
.nk-fullpage-title-effect {
position: relative;
overflow: hidden;
}
.nk-fullpage-title-effect > span {
display: inline-block;
-webkit-transition: 0.6s -webkit-transform cubic-bezier(0.63, 0.23, 0.27, 1.04);
transition: 0.6s -webkit-transform cubic-bezier(0.63, 0.23, 0.27, 1.04);
-o-transition: 0.6s transform cubic-bezier(0.63, 0.23, 0.27, 1.04);
transition: 0.6s transform cubic-bezier(0.63, 0.23, 0.27, 1.04);
transition: 0.6s transform cubic-bezier(0.63, 0.23, 0.27, 1.04), 0.6s -webkit-transform cubic-bezier(0.63, 0.23, 0.27, 1.04);
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
will-change: transform;
}
.nk-fullpage-title-effect-show .nk-fullpage-title-effect > span {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.nk-hover-image .nk-hover-image-img {
max-width: none;
height: 100%;
}
.nk-slider-thumbs > ul > li img {
max-width: none;
}
.nk-widget > *:last-child,
.nk-widget > *:last-child p:last-child {
margin-bottom: 0;
}
.ghostkit-widgetized-area .nk-widget-title {
margin-bottom: 2.1rem;
}
.ghostkit-widgetized-area .nk-widget ~ .nk-widget {
margin-top: 45px;
}
.nk-widget.widget_categories ul,
.nk-widget.widget_pages ul,
.nk-widget.widget_meta ul,
.nk-widget.widget_nav_menu ul,
.nk-widget.widget_archive ul {
padding: 0;
margin: 0;
margin-top: -10px;
list-style-type: none;
}
.nk-widget.widget_categories ul ul,
.nk-widget.widget_pages ul ul,
.nk-widget.widget_meta ul ul,
.nk-widget.widget_nav_menu ul ul,
.nk-widget.widget_archive ul ul {
padding-left: 23px;
}
.nk-widget.widget_categories ul ul::before,
.nk-widget.widget_pages ul ul::before,
.nk-widget.widget_meta ul ul::before,
.nk-widget.widget_nav_menu ul ul::before,
.nk-widget.widget_archive ul ul::before {
content: "";
display: block;
margin-top: 15px;
border-bottom: 1px solid;
opacity: .15;
}
.nk-widget.widget_categories ul li,
.nk-widget.widget_pages ul li,
.nk-widget.widget_meta ul li,
.nk-widget.widget_nav_menu ul li,
.nk-widget.widget_archive ul li {
padding: 0;
margin: 0;
font-size: 0;
}
.nk-widget.widget_categories ul li > a,
.nk-widget.widget_pages ul li > a,
.nk-widget.widget_meta ul li > a,
.nk-widget.widget_nav_menu ul li > a,
.nk-widget.widget_archive ul li > a {
font-size: 1rem;
}
.nk-widget.widget_categories ul li + li::before,
.nk-widget.widget_pages ul li + li::before,
.nk-widget.widget_meta ul li + li::before,
.nk-widget.widget_nav_menu ul li + li::before,
.nk-widget.widget_archive ul li + li::before {
content: "";
display: block;
border-bottom: 1px solid;
opacity: .15;
}
.nk-widget.widget_categories ul li a,
.nk-widget.widget_pages ul li a,
.nk-widget.widget_meta ul li a,
.nk-widget.widget_nav_menu ul li a,
.nk-widget.widget_archive ul li a {
display: block;
padding: 14px 0;
color: #252525;
text-decoration: none;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-widget.widget_categories ul li a:hover,
.nk-widget.widget_pages ul li a:hover,
.nk-widget.widget_meta ul li a:hover,
.nk-widget.widget_nav_menu ul li a:hover,
.nk-widget.widget_archive ul li a:hover {
color: #b9a186;
}
.nk-widget.widget_categories ul li a > span,
.nk-widget.widget_pages ul li a > span,
.nk-widget.widget_meta ul li a > span,
.nk-widget.widget_nav_menu ul li a > span,
.nk-widget.widget_archive ul li a > span {
display: inline-block;
margin-right: 7px;
margin-left: -5px;
font-size: 1.1rem;
vertical-align: middle;
}
.nk-widget .tagcloud {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
padding: 0;
margin: -5px;
}
.nk-widget .tagcloud a {
display: block;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
padding: 8px 25px;
margin: 5px;
font-size: 1em !important;
color: #252525;
text-decoration: none;
background-color: #fff;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-widget .tagcloud a:hover {
color: #fff;
background-color: #b9a186;
}
.nk-widget .tagcloud a > span {
display: inline-block;
margin-right: 7px;
margin-left: -5px;
font-size: 1.1rem;
vertical-align: middle;
}
.nk-widget .tagcloud a .tag-link-count {
display: none;
}
.nk-widget .calendar_wrap table {
width: auto;
min-width: 99%;
}
.nk-widget .calendar_wrap caption {
padding: 0;
margin-bottom: 15px;
font-size: 12px;
text-align: right;
}
.nk-widget .calendar_wrap thead {
font-weight: 600;
}
.nk-widget .calendar_wrap thead th {
padding-bottom: 10px;
text-align: center;
}
.nk-widget .calendar_wrap tbody {
background-color: transparent;
}
.nk-widget .calendar_wrap tbody td {
padding: 8px;
text-align: center;
border: 1px solid #ededed;
}
.nk-widget .calendar_wrap tbody .pad {
background: none;
}
.nk-widget .calendar_wrap tfoot td:first-child {
text-align: right;
text-transform: uppercase;
}
.nk-widget .calendar_wrap tfoot td:last-child {
padding-top: 10px;
text-transform: uppercase;
}
.nk-recent-posts .nk-recent-post {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.nk-recent-posts .nk-recent-post + .nk-recent-post {
margin-top: 20px;
}
.nk-recent-posts .nk-recent-post-thumb {
-webkit-box-flex: 0;
-ms-flex: 0 0 80px;
flex: 0 0 80px;
max-width: 80px;
}
.nk-recent-posts .nk-recent-post-thumb a {
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-recent-posts .nk-recent-post-thumb a:hover {
opacity: .7;
}
.nk-recent-posts .nk-recent-post-cont {
-webkit-box-flex: 0;
-ms-flex: 0 0 1;
flex: 0 0 1;
padding-left: 20px;
}
.nk-recent-posts .nk-recent-post-title {
margin-bottom: 6px;
font-size: 1rem;
}
.nk-recent-posts .nk-recent-post-title a {
color: inherit;
text-decoration: none;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-recent-posts .nk-recent-post-title a:hover {
color: #b9a186;
}
.nk-recent-posts .nk-recent-post-date {
font-size: .9rem;
opacity: .8;
}
.nk-links-list {
padding-bottom: 12px;
color: #171717;
}
.nk-links-list > ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0;
margin: 0;
list-style: none;
}
.nk-links-list > ul li {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
.nk-links-list > ul li a {
color: inherit;
text-decoration: none;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-links-list > ul li a:hover {
color: #b9a186;
}
.nk-search-form {
position: relative;
}
.nk-search-form button {
position: absolute;
top: 0;
right: 0;
height: 49px;
padding-right: 15px;
font-size: 1.5rem;
line-height: 52px;
color: #8e8e8e;
cursor: pointer;
background: none;
border: none;
outline: none;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-search-form button:hover {
color: #b9a186;
}
.nk-twitter-list .nk-twitter {
position: relative;
padding-left: 39px;
}
.nk-twitter-list .nk-twitter + .nk-twitter {
margin-top: 20px;
}
.nk-twitter-list .nk-twitter .nk-twitter-date {
margin-bottom: 10px;
font-size: .8rem;
line-height: 1.4;
opacity: .6;
}
.nk-twitter-list .nk-twitter .nk-twitter-icon {
position: absolute;
top: 2px;
left: 0;
font-size: 1.3rem;
}
.nk-twitter-list-2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.nk-twitter-list-2 .nk-twitter {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-width: 250px;
padding: 25px 30px;
margin-right: 1px;
margin-bottom: 1px;
background-color: #fff;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-twitter-list-2 .nk-twitter:hover {
background-color: #fafafa;
}
.nk-twitter-list-2 .nk-twitter .nk-twitter-name {
margin-bottom: 15px;
font-weight: 600;
color: #101010;
}
.nk-twitter-list-2 .nk-twitter .nk-twitter-text {
font-size: 1.1rem;
font-weight: 500;
}
.nk-twitter-list-2 .nk-twitter .nk-twitter-date {
padding-top: 50px;
margin-top: auto;
font-size: .9rem;
color: #8e8e8e;
}
.nk-twitter-list-2 .nk-twitter .nk-twitter-date > span {
margin-right: 10px;
}
.nk-social {
color: #171717;
}
.nk-social > ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0;
margin: 0;
list-style: none;
}
.nk-social > ul li > a {
position: relative;
display: block;
padding: 8px;
font-size: 1.13rem;
color: inherit;
opacity: .4;
}
.nk-social.nk-social-left > ul {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.nk-social.nk-social-right > ul {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
@media (min-width: 576px) {
.nk-social.nk-social-sm-left > ul {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.nk-social.nk-social-sm-right > ul {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
}
@media (min-width: 768px) {
.nk-social.nk-social-md-left > ul {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.nk-social.nk-social-md-right > ul {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
}
@media (min-width: 992px) {
.nk-social.nk-social-lg-left > ul {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.nk-social.nk-social-lg-right > ul {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
}
@media (min-width: 1200px) {
.nk-social.nk-social-xl-left > ul {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.nk-social.nk-social-xl-right > ul {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
}
.nk-social-2 {
padding-bottom: 12px;
color: #171717;
}
.nk-social-2 > ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0;
margin: 0;
list-style: none;
}
.nk-social-2 > ul li {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
.nk-social-2 > ul li a {
color: inherit;
text-decoration: none;
}
.nk-social > ul li > a,
.nk-social-2 > ul li > a {
text-decoration: none;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-social > ul li > a > span,
.nk-social-2 > ul li > a > span {
position: relative;
display: block;
}
.nk-social > ul li > a > span > span,
.nk-social > ul li > a > span > svg,
.nk-social-2 > ul li > a > span > span,
.nk-social-2 > ul li > a > span > svg {
display: block;
}
.nk-social > ul li > a span.nk-social-front,
.nk-social > ul li > a svg.nk-social-front,
.nk-social-2 > ul li > a span.nk-social-front,
.nk-social-2 > ul li > a svg.nk-social-front {
opacity: 1;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
z-index: 1;
}
.nk-social > ul li > a span.nk-social-back,
.nk-social > ul li > a svg.nk-social-back,
.nk-social-2 > ul li > a span.nk-social-back,
.nk-social-2 > ul li > a svg.nk-social-back {
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
z-index: 2;
}
.nk-social > ul li > a:hover, .nk-social > ul li > a.hover,
.nk-social-2 > ul li > a:hover,
.nk-social-2 > ul li > a.hover {
opacity: 1;
}
.nk-social > ul li > a:hover span.nk-social-front,
.nk-social > ul li > a:hover svg.nk-social-front, .nk-social > ul li > a.hover span.nk-social-front,
.nk-social > ul li > a.hover svg.nk-social-front,
.nk-social-2 > ul li > a:hover span.nk-social-front,
.nk-social-2 > ul li > a:hover svg.nk-social-front,
.nk-social-2 > ul li > a.hover span.nk-social-front,
.nk-social-2 > ul li > a.hover svg.nk-social-front {
opacity: 0;
}
.nk-social > ul li > a:hover span.nk-social-back,
.nk-social > ul li > a:hover svg.nk-social-back, .nk-social > ul li > a.hover span.nk-social-back,
.nk-social > ul li > a.hover svg.nk-social-back,
.nk-social-2 > ul li > a:hover span.nk-social-back,
.nk-social-2 > ul li > a:hover svg.nk-social-back,
.nk-social-2 > ul li > a.hover span.nk-social-back,
.nk-social-2 > ul li > a.hover svg.nk-social-back {
opacity: 1;
}
.nk-social > ul li > a.nk-social-rss span.nk-social-back,
.nk-social > ul li > a.nk-social-rss svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-rss span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-rss svg.nk-social-back {
color: #e06618;
}
.nk-social > ul li > a.nk-social-behance span.nk-social-back,
.nk-social > ul li > a.nk-social-behance svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-behance span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-behance svg.nk-social-back {
color: #487cfb;
}
.nk-social > ul li > a.nk-social-bitbucket span.nk-social-back,
.nk-social > ul li > a.nk-social-bitbucket svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-bitbucket span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-bitbucket svg.nk-social-back {
color: #36517e;
}
.nk-social > ul li > a.nk-social-dropbox span.nk-social-back,
.nk-social > ul li > a.nk-social-dropbox svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-dropbox span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-dropbox svg.nk-social-back {
color: #4d86d9;
}
.nk-social > ul li > a.nk-social-dribbble span.nk-social-back,
.nk-social > ul li > a.nk-social-dribbble svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-dribbble span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-dribbble svg.nk-social-back {
color: #ea4c89;
}
.nk-social > ul li > a.nk-social-deviantart span.nk-social-back,
.nk-social > ul li > a.nk-social-deviantart svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-deviantart span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-deviantart svg.nk-social-back {
color: #4a5d4e;
}
.nk-social > ul li > a.nk-social-facebook span.nk-social-back,
.nk-social > ul li > a.nk-social-facebook svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-facebook span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-facebook svg.nk-social-back {
color: #3b5998;
}
.nk-social > ul li > a.nk-social-flickr span.nk-social-back,
.nk-social > ul li > a.nk-social-flickr svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-flickr span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-flickr svg.nk-social-back {
color: #f40083;
}
.nk-social > ul li > a.nk-social-foursquare span.nk-social-back,
.nk-social > ul li > a.nk-social-foursquare svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-foursquare span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-foursquare svg.nk-social-back {
color: #fc4575;
}
.nk-social > ul li > a.nk-social-github span.nk-social-back,
.nk-social > ul li > a.nk-social-github svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-github span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-github svg.nk-social-back {
color: #464646;
}
.nk-social > ul li > a.nk-social-google-plus span.nk-social-back,
.nk-social > ul li > a.nk-social-google-plus svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-google-plus span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-google-plus svg.nk-social-back {
color: #df4a32;
}
.nk-social > ul li > a.nk-social-google_plus span.nk-social-back,
.nk-social > ul li > a.nk-social-google_plus svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-google_plus span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-google_plus svg.nk-social-back {
color: #df4a32;
}
.nk-social > ul li > a.nk-social-instagram span.nk-social-back,
.nk-social > ul li > a.nk-social-instagram svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-instagram span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-instagram svg.nk-social-back {
color: #c32aa3;
}
@supports (-webkit-background-clip: text) {
.nk-social > ul li > a.nk-social-instagram span.nk-social-back,
.nk-social > ul li > a.nk-social-instagram svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-instagram span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-instagram svg.nk-social-back {
background: -o-radial-gradient(33% 100%, circle, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
}
.nk-social > ul li > a.nk-social-linkedin span.nk-social-back,
.nk-social > ul li > a.nk-social-linkedin svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-linkedin span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-linkedin svg.nk-social-back {
color: #007bb6;
}
.nk-social > ul li > a.nk-social-medium span.nk-social-back,
.nk-social > ul li > a.nk-social-medium svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-medium span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-medium svg.nk-social-back {
color: #71c66d;
}
.nk-social > ul li > a.nk-social-odnoklassniki span.nk-social-back,
.nk-social > ul li > a.nk-social-odnoklassniki svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-odnoklassniki span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-odnoklassniki svg.nk-social-back {
color: #d8732a;
}
.nk-social > ul li > a.nk-social-paypal span.nk-social-back,
.nk-social > ul li > a.nk-social-paypal svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-paypal span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-paypal svg.nk-social-back {
color: #1d3283;
}
.nk-social > ul li > a.nk-social-pinterest span.nk-social-back,
.nk-social > ul li > a.nk-social-pinterest svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-pinterest span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-pinterest svg.nk-social-back {
color: #cb2027;
}
.nk-social > ul li > a.nk-social-reddit span.nk-social-back,
.nk-social > ul li > a.nk-social-reddit svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-reddit span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-reddit svg.nk-social-back {
color: #ff5700;
}
.nk-social > ul li > a.nk-social-skype span.nk-social-back,
.nk-social > ul li > a.nk-social-skype svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-skype span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-skype svg.nk-social-back {
color: #00aff0;
}
.nk-social > ul li > a.nk-social-soundcloud span.nk-social-back,
.nk-social > ul li > a.nk-social-soundcloud svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-soundcloud span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-soundcloud svg.nk-social-back {
color: #f50;
}
.nk-social > ul li > a.nk-social-slack span.nk-social-back,
.nk-social > ul li > a.nk-social-slack svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-slack span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-slack svg.nk-social-back {
color: #543b56;
}
.nk-social > ul li > a.nk-social-steam span.nk-social-back,
.nk-social > ul li > a.nk-social-steam svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-steam span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-steam svg.nk-social-back {
color: #272425;
}
.nk-social > ul li > a.nk-social-snapchat span.nk-social-back,
.nk-social > ul li > a.nk-social-snapchat svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-snapchat span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-snapchat svg.nk-social-back {
color: #fffc00;
}
.nk-social > ul li > a.nk-social-swarm span.nk-social-back,
.nk-social > ul li > a.nk-social-swarm svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-swarm span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-swarm svg.nk-social-back {
color: #ffb000;
}
.nk-social > ul li > a.nk-social-stumbleupon span.nk-social-back,
.nk-social > ul li > a.nk-social-stumbleupon svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-stumbleupon span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-stumbleupon svg.nk-social-back {
color: #eb4924;
}
.nk-social > ul li > a.nk-social-spotify span.nk-social-back,
.nk-social > ul li > a.nk-social-spotify svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-spotify span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-spotify svg.nk-social-back {
color: #1ed760;
}
.nk-social > ul li > a.nk-social-tumblr span.nk-social-back,
.nk-social > ul li > a.nk-social-tumblr svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-tumblr span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-tumblr svg.nk-social-back {
color: #2c4762;
}
.nk-social > ul li > a.nk-social-twitch span.nk-social-back,
.nk-social > ul li > a.nk-social-twitch svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-twitch span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-twitch svg.nk-social-back {
color: #5c43a1;
}
.nk-social > ul li > a.nk-social-twitter span.nk-social-back,
.nk-social > ul li > a.nk-social-twitter svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-twitter span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-twitter svg.nk-social-back {
color: #00b6f1;
}
.nk-social > ul li > a.nk-social-vimeo span.nk-social-back,
.nk-social > ul li > a.nk-social-vimeo svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-vimeo span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-vimeo svg.nk-social-back {
color: #45bbff;
}
.nk-social > ul li > a.nk-social-vk span.nk-social-back,
.nk-social > ul li > a.nk-social-vk svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-vk span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-vk svg.nk-social-back {
color: #657da0;
}
.nk-social > ul li > a.nk-social-vkontakte span.nk-social-back,
.nk-social > ul li > a.nk-social-vkontakte svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-vkontakte span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-vkontakte svg.nk-social-back {
color: #657da0;
}
.nk-social > ul li > a.nk-social-wordpress span.nk-social-back,
.nk-social > ul li > a.nk-social-wordpress svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-wordpress span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-wordpress svg.nk-social-back {
color: #4072a1;
}
.nk-social > ul li > a.nk-social-youtube span.nk-social-back,
.nk-social > ul li > a.nk-social-youtube svg.nk-social-back,
.nk-social-2 > ul li > a.nk-social-youtube span.nk-social-back,
.nk-social-2 > ul li > a.nk-social-youtube svg.nk-social-back {
color: #f00;
}
.nk-social.text-white > ul li > a,
.nk-social-2.text-white > ul li > a {
opacity: .9;
}
.nk-widget img {
max-width: 100%;
height: auto;
}
.nk-widget select {
max-width: 100%;
} .nk-widget ul > li > ul > li > ul > li > ul ul {
padding-left: 0 !important;
}
@media screen and (max-width: 950px) {
.nk-widget ul > li > ul > li > ul > li > ul > li > ul > li > ul ul {
padding-left: 0 !important;
}
}
@media screen and (max-width: 1175px) {
.nk-widget ul > li > ul > li > ul ul {
padding-left: 0 !important;
}
} .nk-footer-widgets .nk-widget.widget_categories ul li a,
.nk-footer-widgets .nk-widget.widget_pages ul li a,
.nk-footer-widgets .nk-widget.widget_meta ul li a,
.nk-footer-widgets .nk-widget.widget_nav_menu ul li a,
.nk-footer-widgets .nk-widget.widget_archive ul li a {
color: inherit;
}
.nk-footer-widgets .nk-widget.widget_categories ul li a:hover,
.nk-footer-widgets .nk-widget.widget_pages ul li a:hover,
.nk-footer-widgets .nk-widget.widget_meta ul li a:hover,
.nk-footer-widgets .nk-widget.widget_nav_menu ul li a:hover,
.nk-footer-widgets .nk-widget.widget_archive ul li a:hover {
color: #b9a186;
} .wp-block-code {
padding: .8em 1em;
font-family: Menlo, Consolas, monaco, monospace;
font-size: 14px;
color: #23282d;
border: 1px solid #e2e4e7;
border-radius: 4px;
}
.wp-block-pullquote {
color: #40464d;
border-top: 4px solid #555d66;
border-bottom: 4px solid #555d66;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
font-size: 13px;
font-style: normal;
color: #40464d;
text-transform: uppercase;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
text-align: center;
}
.wp-block-quote {
padding-left: 0;
margin: 20px 0;
font-size: 1.2rem;
font-style: italic;
border-left: none;
}
.wp-block-quote:not(.is-large):not(.is-style-large),
.wp-block-quote.is-style-large,
.wp-block-quote.is-large {
padding-left: 0;
border-left: none;
}
.wp-block-quote.is-style-large,
.wp-block-quote.is-large {
font-size: 1.4em;
}
.wp-block-quote p,
.wp-block-quote.is-style-large p,
.wp-block-quote.is-large p {
font-size: inherit;
}
.wp-block-quote p + cite {
margin-top: -10px;
}
.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-quote__citation {
position: relative;
display: block;
margin-top: 1em;
font-size: 13px;
font-style: normal;
color: #6c7781;
}
.wp-block-quote cite {
font-weight: 500;
}
.wp-block-button__link,
.wp-block-button__link:hover,
.wp-block-button__link:focus {
text-decoration: none;
}
.wp-block-separator {
margin: 1.65em auto;
border: none;
border-bottom: 2px solid #8f98a1;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: 100px;
}
.wp-block-table {
width: 100%;
min-width: 240px;
border-collapse: collapse;
}
.wp-block-table td,
.wp-block-table th {
padding: .5em;
word-break: break-all;
border: 1px solid currentColor;
}
p.wp-block-subhead {
font-size: 1.1em;
font-style: italic;
color: #6c7781;
} .nk-fullpage-split {
position: relative;
}
.nk-fullpage {
height: 100vh;
}
body.admin-bar .nk-fullpage {
height: calc(100vh - 32px);
}
@media screen and (max-width: 782px) {
body.admin-bar .nk-fullpage {
height: calc(100vh - 42px);
}
}
@media screen and (max-width: 600px) {
body.admin-bar .nk-fullpage {
height: 100vh;
}
}
.nk-fullpage .nk-fullpage-text-white {
color: #fff;
}
.nk-fullpage .nk-fullpage-text-white h1,
.nk-fullpage .nk-fullpage-text-white h2,
.nk-fullpage .nk-fullpage-text-white h3,
.nk-fullpage .nk-fullpage-text-white h4,
.nk-fullpage .nk-fullpage-text-white h5,
.nk-fullpage .nk-fullpage-text-white h6 {
color: inherit;
}
.nk-fullpage .nk-fullpage-title p,
.nk-fullpage .nk-fullpage-category p {
margin-bottom: 0;
}
.nk-fullpage .nk-fullpage-text p:last-of-type {
margin-bottom: 0;
} .wp-block-image.alignfull,
.wp-block-image.alignwide,
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
width: auto;
max-width: none;
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
width: 100%;
} .nk-slider[data-show-slideshow-nav="true"] .nk-slider-content {
padding-bottom: 15px;
} .div-lead {
font-size: 1.68rem;
line-height: 1.45;
color: #171717;
}
.div-lead-sm {
font-size: 1.25rem;
} .nk-blockquote-style-2 p:last-of-type {
margin-bottom: 0;
} .nk-awb-scroll-down,
.nk-fullpage .nk-fullpage-scroll-down {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 50px;
height: 50px;
margin: 0 auto;
margin-left: -25px;
font-size: 2rem;
line-height: 54px;
text-align: center;
text-decoration: none;
border: 1px solid;
border-radius: 50%;
opacity: .6;
-webkit-transition: .2s color, .2s background-color, .2s box-shadow, .2s opacity, .2s border-color;
-o-transition: .2s color, .2s background-color, .2s box-shadow, .2s opacity, .2s border-color;
transition: .2s color, .2s background-color, .2s box-shadow, .2s opacity, .2s border-color;
}
.nk-awb .nk-awb-scroll-down, .nk-awb
.nk-fullpage .nk-fullpage-scroll-down {
position: absolute;
bottom: 65px;
left: 50%;
}
.nk-awb-scroll-down > *,
.nk-fullpage .nk-fullpage-scroll-down > * {
-webkit-transition: .2s color;
-o-transition: .2s color;
transition: .2s color;
}
.nk-awb-scroll-down:hover,
.nk-fullpage .nk-fullpage-scroll-down:hover {
background-color: #fff;
border-color: #fff;
-webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.05);
opacity: 1;
}
.nk-awb-scroll-down:hover > *,
.nk-fullpage .nk-fullpage-scroll-down:hover > * {
color: #252525;
}  :root {
--gkt-border-radius: 0;
--gkt-color-primary: #b9a186;
--gkt-color-dark-gray: #252525;
} .ghostkit-icon-box {
--gkt-icon-box__padding-v: 0;
--gkt-icon-box__padding-h: 0;
--gkt-icon-box__border-width: 0;
}
.ghostkit-icon-box-content strong {
font-weight: 500;
}
.ghostkit-icon-box-variant-skylith-alt-1,
.ghostkit-icon-box-variant-skylith-alt-1-dark {
--gkt-icon-box__padding-v: 2.33em;
--gkt-icon-box__padding-h: 2em;
--gkt-icon-box__border-width: 1px;
--gkt-icon-box__border-color: #ededed;
--gkt-icon-box--icon__offset: 16px;
}
.ghostkit-icon-box-variant-skylith-alt-1 .ghostkit-icon-box-icon,
.ghostkit-icon-box-variant-skylith-alt-1-dark .ghostkit-icon-box-icon {
padding-bottom: var(--gkt-icon-box--icon__offset);
}
.ghostkit-icon-box-variant-skylith-alt-1 .ghostkit-icon-box-icon-align-left,
.ghostkit-icon-box-variant-skylith-alt-1 .ghostkit-icon-box-icon-align-right,
.ghostkit-icon-box-variant-skylith-alt-1-dark .ghostkit-icon-box-icon-align-left,
.ghostkit-icon-box-variant-skylith-alt-1-dark .ghostkit-icon-box-icon-align-right {
-webkit-box-flex: 100%;
-ms-flex: 100%;
flex: 100%;
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
width: 100%;
}
.ghostkit-icon-box-variant-skylith-alt-1 .ghostkit-icon-box-icon-align-left ~ .ghostkit-icon-box-content,
.ghostkit-icon-box-variant-skylith-alt-1 .ghostkit-icon-box-icon-align-right ~ .ghostkit-icon-box-content,
.ghostkit-icon-box-variant-skylith-alt-1-dark .ghostkit-icon-box-icon-align-left ~ .ghostkit-icon-box-content,
.ghostkit-icon-box-variant-skylith-alt-1-dark .ghostkit-icon-box-icon-align-right ~ .ghostkit-icon-box-content {
-webkit-box-flex: 100%;
-ms-flex: 100%;
flex: 100%;
padding-right: 0;
padding-left: 0;
}
.ghostkit-icon-box-variant-skylith-alt-1 .ghostkit-icon-box-icon-align-right,
.ghostkit-icon-box-variant-skylith-alt-1-dark .ghostkit-icon-box-icon-align-right {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.ghostkit-icon-box-variant-skylith-alt-1-dark {
--gkt-icon-box__border-color: #444444;
}
.ghostkit-icon-box-variant-skylith-alt-2 {
--gkt-icon-box--icon__offset: 17px;
}
.ghostkit-icon-box-variant-skylith-alt-2 .ghostkit-icon-box-icon {
position: relative;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100px;
height: 100px;
padding: 0;
margin-top: 5px;
}
.ghostkit-icon-box-variant-skylith-alt-2 .ghostkit-icon-box-icon::after {
content: "";
position: absolute;
display: block;
top: 0;
left: 50%;
width: 100px;
height: 100px;
margin-left: -50px;
border: 1px solid;
border-radius: 50%;
}
.ghostkit-icon-box-variant-skylith-alt-2:hover .ghostkit-icon-box-icon > svg {
-webkit-animation: ghostkit-ibox-alt-2-jump 1s ease 0s 1 normal;
animation: ghostkit-ibox-alt-2-jump 1s ease 0s 1 normal;
}
@-webkit-keyframes ghostkit-ibox-alt-2-jump {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
50% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
60% {
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
80% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes ghostkit-ibox-alt-2-jump {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
50% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
60% {
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
80% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.ghostkit-button {
--gkt-button__padding-v: 1.32em;
--gkt-button__padding-h: 2.57em;
--gkt-button__font-size: .96em;
font-weight: 500;
-webkit-transition: var(--gkt-button__transition-duration) background-color var(--gkt-button__transition-easing), var(--gkt-button__transition-duration) color var(--gkt-button__transition-easing), var(--gkt-button__transition-duration) border-color var(--gkt-button__transition-easing), var(--gkt-button__transition-duration) opacity var(--gkt-button__transition-easing), var(--gkt-button__transition-duration) box-shadow var(--gkt-button__transition-easing), var(--gkt-button__transition-duration) transform var(--gkt-button__transition-easing);
-o-transition: var(--gkt-button__transition-duration) background-color var(--gkt-button__transition-easing), var(--gkt-button__transition-duration) color var(--gkt-button__transition-easing), var(--gkt-button__transition-duration) border-color var(--gkt-button__transition-easing), var(--gkt-button__transition-duration) opacity var(--gkt-button__transition-easing), var(--gkt-button__transition-duration) box-shadow var(--gkt-button__transition-easing), var(--gkt-button__transition-duration) transform var(--gkt-button__transition-easing);
transition: var(--gkt-button__transition-duration) background-color var(--gkt-button__transition-easing), var(--gkt-button__transition-duration) color var(--gkt-button__transition-easing), var(--gkt-button__transition-duration) border-color var(--gkt-button__transition-easing), var(--gkt-button__transition-duration) opacity var(--gkt-button__transition-easing), var(--gkt-button__transition-duration) box-shadow var(--gkt-button__transition-easing), var(--gkt-button__transition-duration) transform var(--gkt-button__transition-easing);
}
.ghostkit-button:hover, .ghostkit-button:focus, .ghostkit-button:active {
-webkit-transform: translateY(-1px);
-ms-transform: translateY(-1px);
transform: translateY(-1px);
}
.ghostkit-button.ghostkit-button-transparent {
background-color: transparent;
}
.ghostkit-button-xs {
--gkt-button__padding-v: .75em;
--gkt-button__padding-h: 1.4em;
--gkt-button__font-size: .85em;
}
.ghostkit-button-sm {
--gkt-button__padding-v: .9em;
--gkt-button__padding-h: 1.8em;
--gkt-button__font-size: .9em;
}
.ghostkit-button-lg {
--gkt-button__padding-v: 1.53em;
--gkt-button__padding-h: 2.74em;
--gkt-button__font-size: 1em;
}
.ghostkit-button-xl {
--gkt-button__padding-v: 1.7em;
--gkt-button__padding-h: 2.91em;
--gkt-button__font-size: 1.1em;
}
.ghostkit-button-variant-skylith-alt-1 {
--gkt-button__padding-v: 0;
--gkt-button__padding-h: 0;
--gkt-button__font-size: 3.2em;
position: relative;
line-height: 1.3;
background: none !important;
border: none !important;
}
.ghostkit-button-variant-skylith-alt-1::after {
content: "";
position: absolute;
display: block;
bottom: 0;
width: 100%;
border-bottom: 2px solid #b9a186;
opacity: 1;
-webkit-transition: .2s opacity;
-o-transition: .2s opacity;
transition: .2s opacity;
}
.ghostkit-button-variant-skylith-alt-1:hover::after {
opacity: .7;
}
@media (min-width: 767px) and (max-width: 991px) {
.ghostkit-button-variant-skylith-alt-1 {
--gkt-button__font-size: 2.54em;
}
}
@media (max-width: 767px) {
.ghostkit-button-variant-skylith-alt-1 {
--gkt-button__font-size: 2em;
}
}
.ghostkit-progress {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ghostkit-progress .ghostkit-progress-caption,
.ghostkit-progress .ghostkit-progress-bar-count {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
margin-bottom: 13px;
font-size: .97em;
font-weight: 500;
}
.ghostkit-progress .ghostkit-progress-caption {
margin-right: 16px;
}
.ghostkit-progress .ghostkit-progress-bar-count {
width: auto !important;
}
.ghostkit-progress .ghostkit-progress-bar-count > div {
position: initial;
right: auto;
bottom: auto;
padding: 0;
margin-bottom: auto;
font-size: inherit;
color: inherit;
background-color: transparent;
border-radius: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.ghostkit-progress .ghostkit-progress-bar-count > div::after {
content: none;
}
.ghostkit-progress .ghostkit-progress-wrap {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.ghostkit-counter-box {
--gkt-counter-box__border-width: 0;
}
.ghostkit-counter-box .ghostkit-counter-box-number-align-top ~ .ghostkit-counter-box-content {
padding-top: 0;
}
.ghostkit-tabs {
--gkt-tabs-pills--button__border-radius: 4px;
}
.ghostkit-tabs .ghostkit-tabs-buttons-item:hover, .ghostkit-tabs .ghostkit-tabs-buttons-item:focus {
text-decoration: none;
}
.ghostkit-tabs:not(.is-style-pills) .ghostkit-tabs-buttons {
margin-bottom: 27px;
border-bottom: none;
}
.ghostkit-tabs:not(.is-style-pills) .ghostkit-tabs-buttons .ghostkit-tabs-buttons-item {
position: relative;
padding: 10px 16px;
font-size: .955rem;
font-weight: 500;
background-color: transparent;
border: none;
}
.ghostkit-tabs:not(.is-style-pills) .ghostkit-tabs-buttons .ghostkit-tabs-buttons-item::after {
content: "";
position: absolute;
display: block;
right: 10px;
bottom: 6px;
left: 10px;
border-bottom: 1px solid currentColor;
opacity: 0;
-webkit-transition: .15s opacity;
-o-transition: .15s opacity;
transition: .15s opacity;
}
.ghostkit-tabs:not(.is-style-pills) .ghostkit-tabs-buttons .ghostkit-tabs-buttons-item.ghostkit-tabs-buttons-item-active {
background-color: transparent;
}
.ghostkit-tabs:not(.is-style-pills) .ghostkit-tabs-buttons .ghostkit-tabs-buttons-item.ghostkit-tabs-buttons-item-active::after {
opacity: 1;
}
.ghostkit-tabs.ghostkit-tabs-variant-skylith-alt-1 .ghostkit-tabs-buttons {
margin-bottom: 40px;
background-color: #fff;
border: 1px solid rgba(124, 124, 124, 0.2);
}
.ghostkit-tabs.ghostkit-tabs-variant-skylith-alt-1 .ghostkit-tabs-buttons .ghostkit-tabs-buttons-item {
padding: 29px 10px;
font-weight: 600;
color: #171717;
text-transform: uppercase;
opacity: 1;
-webkit-transition: .15s color;
-o-transition: .15s color;
transition: .15s color;
}
.ghostkit-tabs.ghostkit-tabs-variant-skylith-alt-1 .ghostkit-tabs-buttons .ghostkit-tabs-buttons-item.ghostkit-tabs-buttons-item-active, .ghostkit-tabs.ghostkit-tabs-variant-skylith-alt-1 .ghostkit-tabs-buttons .ghostkit-tabs-buttons-item:hover {
color: #b9a186;
}
.ghostkit-tabs.ghostkit-tabs-variant-skylith-alt-1 .ghostkit-tabs-buttons .ghostkit-tabs-buttons-item + .ghostkit-tabs-buttons-item {
margin-left: 50px;
}
.ghostkit-tabs.ghostkit-tabs-variant-skylith-alt-1 .ghostkit-tabs-buttons .ghostkit-tabs-buttons-item + .ghostkit-tabs-buttons-item::before {
content: "";
position: absolute;
display: block;
top: 50%;
left: -25px;
width: 5px;
height: 5px;
margin-top: -4px;
background-color: #171717;
border-radius: 50%;
}
.ghostkit-tabs.ghostkit-tabs-variant-skylith-alt-1 .ghostkit-tabs-buttons .ghostkit-tabs-buttons-item::after {
right: 0;
bottom: 0;
left: 0;
border-bottom-color: #b9a186;
border-bottom-width: 3px;
}
.ghostkit-accordion .ghostkit-accordion-item-heading:hover, .ghostkit-accordion .ghostkit-accordion-item-heading:focus {
text-decoration: none;
}
.ghostkit-testimonial .ghostkit-testimonial-content {
margin-bottom: 0;
font-size: 1.65em;
line-height: 1.4;
color: #171717;
background-color: transparent;
}
.ghostkit-testimonial .ghostkit-testimonial-icon {
position: static;
display: block;
-webkit-box-flex: 100%;
-ms-flex: 100%;
flex: 100%;
margin-bottom: 20px;
font-size: 2.3em;
color: #b9a186;
text-align: center;
opacity: 1;
}
.ghostkit-testimonial .ghostkit-testimonial-icon + .ghostkit-testimonial-content {
padding-left: 27px;
}
.ghostkit-testimonial .ghostkit-testimonial-meta {
text-align: center;
}
.ghostkit-testimonial .ghostkit-testimonial-name {
font-size: .9em;
font-weight: 500;
text-transform: uppercase;
opacity: .8;
}
.ghostkit-testimonial-variant-skylith-alt-1 .ghostkit-testimonial-photo {
position: absolute;
width: 100px;
padding: 0;
border-radius: 50px;
}
.ghostkit-testimonial-variant-skylith-alt-1 .ghostkit-testimonial-content {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
padding: 0;
font-family: inherit;
font-size: inherit;
font-style: inherit;
}
.ghostkit-testimonial-variant-skylith-alt-1 .ghostkit-testimonial-meta {
text-align: left;
}
.ghostkit-testimonial-variant-skylith-alt-1 .ghostkit-testimonial-name {
margin-bottom: 10px;
font-size: inherit;
font-weight: 600;
color: inherit;
text-transform: inherit;
opacity: 1;
}
.ghostkit-testimonial-variant-skylith-alt-1 .ghostkit-testimonial-content,
.ghostkit-testimonial-variant-skylith-alt-1 .ghostkit-testimonial-photo ~ .ghostkit-testimonial-meta {
margin-left: 130px;
}
@media (max-width: 1199px) {
.ghostkit-testimonial-variant-skylith-alt-1 .ghostkit-testimonial-photo {
width: 50px;
border-radius: 25px;
}
.ghostkit-testimonial-variant-skylith-alt-1 .ghostkit-testimonial-content,
.ghostkit-testimonial-variant-skylith-alt-1 .ghostkit-testimonial-photo ~ .ghostkit-testimonial-meta {
margin-left: 70px;
}
}
.ghostkit-carousel {
--gkt-carousel--arrows__width: .9em;
--gkt-carousel--arrows__height: .9em;
--gkt-carousel--arrows__offset: .6em;
--gkt-carousel--arrows__font-size: 3em;
--gkt-carousel--arrows__opacity: .5;
--gkt-carousel--arrows__background-color: transparent;
--gkt-carousel--arrows__border-radius: 0;
--gkt-carousel--arrows__box-shadow: none;
--gkt-carousel--arrows-hover__opacity: 1;
--gkt-carousel--arrows-hover__box-shadow: none;
--gkt-carousel--arrows-hover__transform: none;
}
.ghostkit-carousel.ghostkit-carousel-disable-overflow {
overflow: visible;
}
.ghostkit-carousel .wp-block-image,
.ghostkit-carousel .wp-block-image img {
width: 100%;
}
.nk-post-text .ghostkit-carousel .wp-block-image {
margin-top: 0;
margin-bottom: 0;
}
.ghostkit-video {
--gkt-video--play-icon__width: 84px;
--gkt-video--play-icon__height: 84px;
--gkt-video--play-icon__font-size: .9em;
--gkt-video--play-icon__color: #101010;
--gkt-video--loading-icon__width: var(--gkt-video--play-icon__width);
--gkt-video--loading-icon__height: var(--gkt-video--play-icon__height);
--gkt-video--loading-icon__font-size: var(--gkt-video--play-icon__font-size);
--gkt-video--loading-icon__color: var(--gkt-video--play-icon__color);
}
.ghostkit-video img {
height: 100%;
}
.ghostkit-video-variant-skylith-alt-1,
.ghostkit-video-variant-skylith-alt-2,
.ghostkit-video-variant-skylith-alt-2-white {
width: var(--gkt-video--play-icon__width);
height: var(--gkt-video--play-icon__height);
margin: 0 auto;
overflow: visible;
background-color: transparent;
}
.ghostkit-video-variant-skylith-alt-1::before,
.ghostkit-video-variant-skylith-alt-2::before,
.ghostkit-video-variant-skylith-alt-2-white::before {
content: none;
}
.ghostkit-video-variant-skylith-alt-1 .ghostkit-video-poster,
.ghostkit-video-variant-skylith-alt-1 .ghostkit-video-frame,
.ghostkit-video-variant-skylith-alt-2 .ghostkit-video-poster,
.ghostkit-video-variant-skylith-alt-2 .ghostkit-video-frame,
.ghostkit-video-variant-skylith-alt-2-white .ghostkit-video-poster,
.ghostkit-video-variant-skylith-alt-2-white .ghostkit-video-frame {
display: none;
}
.ghostkit-video-variant-skylith-alt-1 .ghostkit-video-play-icon,
.ghostkit-video-variant-skylith-alt-1 .ghostkit-video-loading-icon,
.ghostkit-video-variant-skylith-alt-2 .ghostkit-video-play-icon,
.ghostkit-video-variant-skylith-alt-2 .ghostkit-video-loading-icon,
.ghostkit-video-variant-skylith-alt-2-white .ghostkit-video-play-icon,
.ghostkit-video-variant-skylith-alt-2-white .ghostkit-video-loading-icon {
top: 0;
margin-top: 0;
}
.ghostkit-video-variant-skylith-alt-2,
.ghostkit-video-variant-skylith-alt-2-white {
--gkt-video--play-icon__width: 166px;
--gkt-video--play-icon__height: 166px;
--gkt-video--play-icon__font-size: 20px;
--gkt-video--play-icon__background-color: transparent;
--gkt-video--play-icon__box-shadow: none;
--gkt-video--play-icon-hover__box-shadow: none;
--gkt-video--play-icon-hover__transform: none;
--gkt-video--loading-icon__background-color: transparent;
--gkt-video--loading-icon__box-shadow: none;
}
.ghostkit-video-variant-skylith-alt-2 .ghostkit-video-play-icon::before,
.ghostkit-video-variant-skylith-alt-2 .ghostkit-video-loading-icon::before,
.ghostkit-video-variant-skylith-alt-2-white .ghostkit-video-play-icon::before,
.ghostkit-video-variant-skylith-alt-2-white .ghostkit-video-loading-icon::before {
content: "";
position: absolute;
display: block;
top: 0;
right: 0;
bottom: 0;
left: 0;
border: 3px solid #101010;
border-radius: 83px;
opacity: .5;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.ghostkit-video-variant-skylith-alt-2:hover .ghostkit-video-play-icon::before,
.ghostkit-video-variant-skylith-alt-2:hover .ghostkit-video-loading-icon::before,
.ghostkit-video-variant-skylith-alt-2-white:hover .ghostkit-video-play-icon::before,
.ghostkit-video-variant-skylith-alt-2-white:hover .ghostkit-video-loading-icon::before {
opacity: 1;
-webkit-transform: scale(0.95);
-ms-transform: scale(0.95);
transform: scale(0.95);
}
.ghostkit-video.ghostkit-video-variant-skylith-alt-2-white {
--gkt-video--play-icon__color: #fff;
}
.ghostkit-video.ghostkit-video-variant-skylith-alt-2-white .ghostkit-video-play-icon::before,
.ghostkit-video.ghostkit-video-variant-skylith-alt-2-white .ghostkit-video-loading-icon::before {
border-color: #fff;
}
.ghostkit-video-fullscreen {
z-index: 1002;
}
.ghostkit-twitter-variant-skylith-alt-1 .ghostkit-twitter-items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ghostkit-twitter-variant-skylith-alt-1 .ghostkit-twitter-item {
display: block;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: 250px;
padding: 25px 30px;
margin-right: 1px;
margin-bottom: 1px;
background-color: #fff;
-webkit-transition: .2s background-color;
-o-transition: .2s background-color;
transition: .2s background-color;
}
.ghostkit-twitter-variant-skylith-alt-1 .ghostkit-twitter-item:hover {
background-color: #fafafa;
}
.ghostkit-twitter-variant-skylith-alt-1 .ghostkit-twitter-item-avatar {
float: left;
}
.ghostkit-twitter-variant-skylith-alt-1 .ghostkit-twitter-item-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
}
.ghostkit-twitter-variant-skylith-alt-1 .ghostkit-twitter-item-meta {
margin-bottom: 15px;
}
.ghostkit-twitter-variant-skylith-alt-1 .ghostkit-twitter-item-meta-name {
color: #171717;
}
.ghostkit-twitter-variant-skylith-alt-1 .ghostkit-twitter-item-text {
font-size: 1.1rem;
}
.ghostkit-twitter-variant-skylith-alt-1 .ghostkit-twitter-item-actions {
padding-top: 30px;
margin-top: auto;
}
.ghostkit-pricing-table-variant-skylith-alt-1 {
--gkt-pricing-table--item__padding-v: 40px;
--gkt-pricing-table--item__padding-h: 30px;
--gkt-pricing-table--item__border-width: 0;
}
.ghostkit-pricing-table-variant-skylith-alt-1 .ghostkit-pricing-table-item {
-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
}
.ghostkit-pricing-table-variant-skylith-alt-1 .ghostkit-pricing-table-item-title {
padding: 25px;
margin-top: calc(-1 * var(--gkt-pricing-table--item__padding-v));
margin-right: calc(-1 * var(--gkt-pricing-table--item__padding-h));
margin-left: calc(-1 * var(--gkt-pricing-table--item__padding-h));
font-size: 1.2em;
font-weight: 600;
color: #8e8e8e;
background-color: #e6e6e6;
}
.ghostkit-pricing-table-variant-skylith-alt-1 .ghostkit-pricing-table-item-price-currency,
.ghostkit-pricing-table-variant-skylith-alt-1 .ghostkit-pricing-table-item-price-amount {
font-size: 2.3em;
font-weight: 600;
line-height: 1.3;
color: #171717;
}
.ghostkit-pricing-table-variant-skylith-alt-1 .ghostkit-pricing-table-item-popular .ghostkit-pricing-table-item-title {
padding-top: 50px;
padding-bottom: 50px;
color: #fff;
background-color: #101010;
}
.ghostkit-pricing-table-variant-skylith-alt-1 .ghostkit-pricing-table-item-popular .ghostkit-pricing-table-item-popular-badge {
display: none;
} .ghostkit-form {
--gkt-form--field__gap: 30px;
--gkt-form--field-row__gap: 30px;
--gkt-form--field__color: #495057;
--gkt-form--field__background-color: #fff;
--gkt-form--field__border-color: #fff;
--gkt-form--field-focus__border-color: rgba(185, 161, 134, 0.4);
}
.ghostkit-form input[type="text"],
.ghostkit-form input[type="email"],
.ghostkit-form input[type="url"],
.ghostkit-form input[type="password"],
.ghostkit-form input[type="search"],
.ghostkit-form input[type="number"],
.ghostkit-form input[type="tel"],
.ghostkit-form input[type="range"],
.ghostkit-form input[type="date"],
.ghostkit-form input[type="month"],
.ghostkit-form input[type="week"],
.ghostkit-form input[type="time"],
.ghostkit-form input[type="datetime"],
.ghostkit-form input[type="datetime-local"],
.ghostkit-form input[type="color"],
.ghostkit-form textarea,
.ghostkit-form select {
display: block;
width: 100%;
padding: 1.12em 1.55em;
font-size: .95em;
font-weight: 400;
line-height: 1.2;
color: var(--gkt-form--field__color);
background-color: var(--gkt-form--field__background-color);
background-clip: padding-box;
border: 1px solid var(--gkt-form--field__border-color);
border-radius: 0;
-webkit-transition: border-color .15s ease-in-out;
-o-transition: border-color .15s ease-in-out;
transition: border-color .15s ease-in-out;
}
.ghostkit-form input[type="text"]:focus, .ghostkit-form input[type="text"].focus,
.ghostkit-form input[type="email"]:focus,
.ghostkit-form input[type="email"].focus,
.ghostkit-form input[type="url"]:focus,
.ghostkit-form input[type="url"].focus,
.ghostkit-form input[type="password"]:focus,
.ghostkit-form input[type="password"].focus,
.ghostkit-form input[type="search"]:focus,
.ghostkit-form input[type="search"].focus,
.ghostkit-form input[type="number"]:focus,
.ghostkit-form input[type="number"].focus,
.ghostkit-form input[type="tel"]:focus,
.ghostkit-form input[type="tel"].focus,
.ghostkit-form input[type="range"]:focus,
.ghostkit-form input[type="range"].focus,
.ghostkit-form input[type="date"]:focus,
.ghostkit-form input[type="date"].focus,
.ghostkit-form input[type="month"]:focus,
.ghostkit-form input[type="month"].focus,
.ghostkit-form input[type="week"]:focus,
.ghostkit-form input[type="week"].focus,
.ghostkit-form input[type="time"]:focus,
.ghostkit-form input[type="time"].focus,
.ghostkit-form input[type="datetime"]:focus,
.ghostkit-form input[type="datetime"].focus,
.ghostkit-form input[type="datetime-local"]:focus,
.ghostkit-form input[type="datetime-local"].focus,
.ghostkit-form input[type="color"]:focus,
.ghostkit-form input[type="color"].focus,
.ghostkit-form textarea:focus,
.ghostkit-form textarea.focus,
.ghostkit-form select:focus,
.ghostkit-form select.focus {
border-color: var(--gkt-form--field-focus__border-color);
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.ghostkit-form textarea {
min-height: 170px;
}
.ghostkit-form input[type="date"],
.ghostkit-form input[type="month"],
.ghostkit-form input[type="week"],
.ghostkit-form input[type="time"],
.ghostkit-form input[type="datetime"],
.ghostkit-form input[type="datetime-local"],
.ghostkit-form select:not([multiple]) {
height: 3.573em;
padding: 1em 1.55em;
}
.ghostkit-form.is-style-skylith-bordered {
--gkt-form--field__border-color: #ededed;
--gkt-form--field-focus__border-color: #ededed;
--gkt-form--field__color: currentColor;
--gkt-form--field__background-color: transparent;
} :root {
--vp-color-brand: #b9a186;
--vp-transition-duration: .2s;
}
.vp-portfolio__items-style-default {
--vp-items-style-default--meta__padding-v: 2em;
--vp-items-style-default--meta__padding-h: 0;
--vp-items-style-default--meta-items__gap: .7em;
--vp-items-style-default--meta-categories__font-size: .85em;
--vp-items-style-default--meta-title__font-size: 1.623em;
}
.vp-portfolio__items-style-fade {
--vp-items-style-fade--meta__padding-v: 2.67em;
--vp-items-style-fade--meta__padding-h: 2.67em;
--vp-items-style-fade--meta-items__gap: .7em;
--vp-items-style-fade--meta-categories__font-size: .85em;
--vp-items-style-fade--meta-icon__font-size: 3em;
--vp-items-style-fade--meta-title__font-size: 1.623em;
}
.vp-portfolio__items-style-fly {
--vp-items-style-fly--meta__padding-v: 2.67em;
--vp-items-style-fly--meta__padding-h: 2.67em;
--vp-items-style-fly--meta-items__gap: .7em;
--vp-items-style-fly--meta-categories__font-size: .85em;
--vp-items-style-fly--meta-icon__font-size: 3em;
--vp-items-style-fly--meta-title__font-size: 1.623em;
}
.vp-portfolio__items-style-emerge {
--vp-items-style-emerge--overlay__padding-v: 1.67em;
--vp-items-style-emerge--overlay__padding-h: 2.67em;
--vp-items-style-emerge--meta-items__gap: .7em;
--vp-items-style-emerge--meta-categories__font-size: .85em;
--vp-items-style-emerge--meta-icon__font-size: 3em;
--vp-items-style-emerge--meta-title__font-size: 1.623em;
--vp-items-style-emerge--overlay-skew-hover__transform: none;
}
.vp-portfolio__items-style-skylith-default .vp-portfolio__item-meta .vp-portfolio__item-meta-title::after {
background-color: #b9a186;
}
.vp-portfolio__items-style-skylith-default .vp-portfolio__item-meta .vp-portfolio__item-meta-title a:hover, .vp-portfolio__items-style-skylith-default .vp-portfolio__item-meta .vp-portfolio__item-meta-title a:focus {
color: #b9a186;
}
.vp-filter__pagination {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
min-width: 100%;
padding-top: 28px;
padding-bottom: 28px;
color: #171717;
}
.vp-filter__pagination > a {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
max-width: 300px;
padding: 10px;
margin: 0 auto;
font-size: .9rem;
font-weight: 500;
color: inherit;
text-align: center;
text-decoration: none;
text-transform: uppercase;
vertical-align: middle;
-webkit-transition: color .2s, opacity .2s;
-o-transition: color .2s, opacity .2s;
transition: color .2s, opacity .2s;
}
.vp-filter__pagination > a:hover {
color: #b9a186;
}
.vp-filter__pagination.vp-filter__pagination-active > a {
opacity: .3;
}
.vp-filter__pagination.vp-filter__pagination-active > a:hover {
opacity: 1;
}
.vp-filter__pagination:not(.vp-filter__pagination-active) + div {
display: none;
}
.vp-filter__pagination + div {
width: 100%;
margin-top: -13px;
}
.vp-filter__pagination + div .vp-filter {
margin-top: -10px;
}
.vp-filter__style-skylith-alt-1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0;
margin: -3px;
margin-bottom: 24px;
list-style-type: none;
}
.vp-filter__style-skylith-alt-1 .vp-filter__item a {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.vp-filter__style-skylith-alt-1.vp-filter__align-left {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.vp-filter__style-skylith-alt-1.vp-filter__align-right {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.vp-filter__style-skylith-alt-1 .vp-filter__item {
position: relative;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
padding: 0;
margin: 3px;
text-align: center;
list-style-type: none;
}
.vp-filter__style-skylith-alt-1 .vp-filter__item > * {
display: block;
padding: 5px 17px;
font-size: .82rem;
font-weight: 500;
color: inherit;
text-decoration: none;
text-transform: uppercase;
cursor: pointer;
opacity: .6;
-webkit-transition: .2s opacity;
-o-transition: .2s opacity;
transition: .2s opacity;
}
.vp-filter__style-skylith-alt-1 .vp-filter__item:not(.vp-filter__item-active) > a:hover {
opacity: 1;
}
.vp-filter__style-skylith-alt-1 .vp-filter__item.vp-filter__item-active > * {
cursor: default;
opacity: 1;
}
.vp-filter__style-skylith-alt-1 .vp-filter__item .vp-filter__item-count {
position: absolute;
top: 0;
right: 6px;
font-size: 60%;
}
.vp-portfolio__filter-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.vp-portfolio__filter-wrap .vp-filter {
width: 100%;
}
.vp-filter__style-skylith-alt-2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-right: 8px;
padding-left: 8px;
margin-bottom: 40px;
list-style-type: none;
border: 1px solid #ededed;
}
.vp-portfolio__filter-wrap .vp-filter__style-skylith-alt-2 {
width: auto;
}
.vp-filter__style-skylith-alt-2.vp-filter__align-left {
margin-right: auto;
}
.vp-filter__style-skylith-alt-2.vp-filter__align-right {
margin-left: auto;
}
.vp-filter__style-skylith-alt-2 .vp-filter__item {
position: relative;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
padding: 0;
margin: 0 12px;
text-align: center;
list-style-type: none;
}
.vp-filter__style-skylith-alt-2 .vp-filter__item::after {
content: "";
position: absolute;
display: block;
top: 50%;
right: -19px;
width: 5px;
height: 5px;
margin: 0 5px;
margin-top: -2px;
background-color: currentColor;
border-radius: 50%;
}
.vp-filter__style-skylith-alt-2 .vp-filter__item:last-of-type::after {
content: none;
}
.vp-filter__style-skylith-alt-2 .vp-filter__item > * {
display: block;
padding: 20px 17px;
font-size: .9rem;
font-weight: 700;
color: inherit;
text-decoration: none;
text-transform: uppercase;
cursor: pointer;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.vp-filter__style-skylith-alt-2 .vp-filter__item:not(.vp-filter__item-active) > a:hover {
color: #b9a186;
}
.vp-filter__style-skylith-alt-2 .vp-filter__item.vp-filter__item-active > * {
color: #b9a186;
cursor: default;
-webkit-box-shadow: inset 0 -3px 0 currentColor;
box-shadow: inset 0 -3px 0 currentColor;
}
.vp-filter__style-skylith-alt-2 .vp-filter__item .vp-filter__item-count {
float: right;
margin-left: 8px;
font-size: 60%;
}
.vp-pagination__style-skylith-alt,
.vp-pagination__style-skylith-alt-dark {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 20px 15px;
margin: 0;
margin-top: 80px;
list-style-type: none;
background-color: #fff;
}
.vp-pagination__style-skylith-alt.vp-pagination__align-left,
.vp-pagination__style-skylith-alt-dark.vp-pagination__align-left {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.vp-pagination__style-skylith-alt.vp-pagination__align-right,
.vp-pagination__style-skylith-alt-dark.vp-pagination__align-right {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.vp-pagination__style-skylith-alt .vp-pagination__item,
.vp-pagination__style-skylith-alt-dark .vp-pagination__item {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
padding: 0;
margin: 3px;
text-align: center;
list-style-type: none;
}
.vp-pagination__style-skylith-alt .vp-pagination__item > *,
.vp-pagination__style-skylith-alt-dark .vp-pagination__item > * {
display: block;
padding: 19px 13px;
font-size: .9rem;
font-weight: 500;
line-height: 1.4;
color: inherit;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: .2s color;
-o-transition: .2s color;
transition: .2s color;
will-change: color;
}
.vp-pagination__style-skylith-alt .vp-pagination__item:not(.vp-pagination__item-active) > a:hover,
.vp-pagination__style-skylith-alt-dark .vp-pagination__item:not(.vp-pagination__item-active) > a:hover {
color: #b9a186;
}
.vp-pagination__style-skylith-alt .vp-pagination__load-more > .vp-pagination__load-more-no-more,
.vp-pagination__style-skylith-alt .vp-pagination__load-more > .vp-pagination__load-more-loading,
.vp-portfolio__loading .vp-pagination__style-skylith-alt .vp-pagination__load-more > span,
.vp-pagination__style-skylith-alt.vp-pagination__no-more .vp-pagination__load-more > span,
.vp-portfolio__loading .vp-pagination__style-skylith-alt.vp-pagination__no-more .vp-pagination__load-more > .vp-pagination__load-more-no-more,
.vp-pagination__style-skylith-alt-dark .vp-pagination__load-more > .vp-pagination__load-more-no-more,
.vp-pagination__style-skylith-alt-dark .vp-pagination__load-more > .vp-pagination__load-more-loading,
.vp-portfolio__loading
.vp-pagination__style-skylith-alt-dark .vp-pagination__load-more > span,
.vp-pagination__style-skylith-alt-dark.vp-pagination__no-more .vp-pagination__load-more > span,
.vp-portfolio__loading
.vp-pagination__style-skylith-alt-dark.vp-pagination__no-more .vp-pagination__load-more > .vp-pagination__load-more-no-more {
display: none;
}
.vp-pagination__style-skylith-alt .vp-pagination__load-more > span,
.vp-portfolio__loading .vp-pagination__style-skylith-alt .vp-pagination__load-more > .vp-pagination__load-more-loading,
.vp-pagination__style-skylith-alt.vp-pagination__no-more .vp-pagination__load-more > .vp-pagination__load-more-no-more,
.vp-pagination__style-skylith-alt-dark .vp-pagination__load-more > span,
.vp-portfolio__loading
.vp-pagination__style-skylith-alt-dark .vp-pagination__load-more > .vp-pagination__load-more-loading,
.vp-pagination__style-skylith-alt-dark.vp-pagination__no-more .vp-pagination__load-more > .vp-pagination__load-more-no-more {
display: block;
}
.vp-pagination__style-skylith-alt.vp-pagination__no-more .vp-pagination__load-more,
.vp-portfolio__loading .vp-pagination__style-skylith-alt .vp-pagination__load-more,
.vp-pagination__style-skylith-alt-dark.vp-pagination__no-more .vp-pagination__load-more,
.vp-portfolio__loading
.vp-pagination__style-skylith-alt-dark .vp-pagination__load-more {
pointer-events: none;
cursor: default;
background-color: transparent;
border: none;
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.vp-pagination__style-skylith-alt.vp-pagination__no-more .vp-pagination__load-more,
.vp-pagination__style-skylith-alt-dark.vp-pagination__no-more .vp-pagination__load-more {
opacity: .5;
}
.vp-pagination__style-skylith-alt-dark {
color: #fff;
background-color: #181818;
}
.vp-pagination__style-skylith-alt-2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0;
margin: 0;
margin-top: 80px;
list-style-type: none;
}
.vp-pagination__style-skylith-alt-2.vp-pagination__align-left {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.vp-pagination__style-skylith-alt-2.vp-pagination__align-right {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.vp-pagination__style-skylith-alt-2 .vp-pagination__item {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
padding: 0;
margin: 3px;
text-align: center;
list-style-type: none;
}
.vp-pagination__style-skylith-alt-2 .vp-pagination__item > * {
display: inline-block;
padding: 18px 37px;
font-size: .96rem;
font-weight: 500;
line-height: 1.2;
color: #252525;
text-align: center;
text-decoration: none;
text-transform: uppercase;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #d9d9d9;
-webkit-transition: .2s background-color, .2s color, .2s transform;
-o-transition: .2s background-color, .2s color, .2s transform;
transition: .2s background-color, .2s color, .2s transform;
will-change: background-color, color, transform;
}
.vp-pagination__style-skylith-alt-2 .vp-pagination__item.vp-pagination__item-active > a,
.vp-pagination__style-skylith-alt-2 .vp-pagination__item > a:hover {
color: #fff;
background-color: #b9a186;
}
.vp-pagination__style-skylith-alt-2 .vp-pagination__item > a:hover {
-webkit-transform: translateY(-1px);
-ms-transform: translateY(-1px);
transform: translateY(-1px);
}
.vp-pagination__style-skylith-alt-2[data-vp-pagination-type="paged"] .vp-pagination__item > * {
padding: 18px 30px;
}
.vp-pagination__style-skylith-alt-2 .vp-pagination__load-more > .vp-pagination__load-more-no-more,
.vp-pagination__style-skylith-alt-2 .vp-pagination__load-more > .vp-pagination__load-more-loading,
.vp-portfolio__loading .vp-pagination__style-skylith-alt-2 .vp-pagination__load-more > span,
.vp-pagination__style-skylith-alt-2.vp-pagination__no-more .vp-pagination__load-more > span,
.vp-portfolio__loading .vp-pagination__style-skylith-alt-2.vp-pagination__no-more .vp-pagination__load-more > .vp-pagination__load-more-no-more {
display: none;
}
.vp-pagination__style-skylith-alt-2 .vp-pagination__load-more > span,
.vp-portfolio__loading .vp-pagination__style-skylith-alt-2 .vp-pagination__load-more > .vp-pagination__load-more-loading,
.vp-pagination__style-skylith-alt-2.vp-pagination__no-more .vp-pagination__load-more > .vp-pagination__load-more-no-more {
display: block;
}
.vp-pagination__style-skylith-alt-2.vp-pagination__no-more .vp-pagination__load-more,
.vp-portfolio__loading .vp-pagination__style-skylith-alt-2 .vp-pagination__load-more {
pointer-events: none;
cursor: default;
background-color: transparent;
border: none;
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.vp-pagination__style-skylith-alt-2.vp-pagination__no-more .vp-pagination__load-more {
opacity: .5;
}
[data-vp-slider-skylith-bullets-numbers="true"] {
--vp-layout-slider--bullets__width: 20px;
--vp-layout-slider--bullets__height: 20px;
--vp-layout-slider--bullets__background-color: transparent;
--vp-layout-slider--bullets__gap: 1em;
}
[data-vp-slider-skylith-bullets-numbers="true"] .swiper-pagination-bullet::before {
content: attr(data-bullet-number);
font-size: .9em;
}
[data-portfolio-skylith-tilt="true"] .vp-portfolio__items-wrap,
[data-portfolio-skylith-tilt="true"] .vp-portfolio__item:not(.vp-portfolio__item-tilt),
[data-portfolio-skylith-tilt="true"] .vp-portfolio__item:not(.vp-portfolio__item-tilt) .vp-portfolio__item-img-wrap {
overflow: visible;
}
[data-vp-items-style="default"][data-portfolio-skylith-tilt="true"] .vp-portfolio__item-img-wrap {
padding-top: .1px;
padding-bottom: .1px;
overflow: visible;
}
.vp-portfolio__item-tilt {
-webkit-transition: .2s transform !important;
-o-transition: .2s transform !important;
transition: .2s transform !important;
will-change: transform, opacity;
}
.vp-portfolio__item-tilt .vp-portfolio__item-meta {
-webkit-transition: .2s !important;
-o-transition: .2s !important;
transition: .2s !important;
will-change: transform, opacity;
}  .woocommerce ul.products li.product .woocommerce-LoopProduct-link .price {
display: none;
}
.woocommerce-loop-product__title {
text-align: center;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-notice {
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 60px;
color: #fff;
background-color: #252525;
border: none;
}
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before,
.woocommerce-notice::before {
top: 30px;
}
.woocommerce-message a.button,
.woocommerce-info a.button,
.woocommerce-error a.button,
.woocommerce-notice a.button {
display: block;
padding: 16px 40px;
margin-top: -11px;
margin-right: -10px;
margin-bottom: -11px;
font-weight: 600;
color: rgba(255, 255, 255, 0.8);
text-align: center;
background-color: transparent;
border: 2px solid #fff;
border-radius: 0;
-webkit-transition: .2s background-color, .2s color, .2s border-color;
-o-transition: .2s background-color, .2s color, .2s border-color;
transition: .2s background-color, .2s color, .2s border-color;
}
.woocommerce-message a.button:hover, .woocommerce-message a.button:focus,
.woocommerce-info a.button:hover,
.woocommerce-info a.button:focus,
.woocommerce-error a.button:hover,
.woocommerce-error a.button:focus,
.woocommerce-notice a.button:hover,
.woocommerce-notice a.button:focus {
color: #fff;
background-color: #b9a186;
border-color: #b9a186;
}
.woocommerce-notice {
padding: 15px 20px;
padding-left: 55px;
}
.woocommerce-products-header__title {
display: none;
}
.nk-shop-header .woocommerce-products-header {
-ms-flex-item-align: center;
align-self: center;
margin-right: auto;
}
.nk-shop-header .woocommerce-products-header .woocommerce-products-header__title {
display: block;
margin-bottom: 0;
}
@media (max-width: 767px) {
.nk-shop-header .woocommerce-products-header {
width: 100%;
}
.nk-shop-header .woocommerce-products-header .woocommerce-products-header__title {
margin-bottom: 40px;
}
}
.nk-shop-filter .nk-shop-filter-item-title {
font-family: inherit;
font-weight: 500;
text-transform: uppercase;
}
.nk-shop-filter > div {
opacity: 0;
-webkit-transition: .3s opacity;
-o-transition: .3s opacity;
transition: .3s opacity;
}
.nk-shop-filter.active > div {
opacity: 1;
-webkit-transition: .2s .2s opacity;
-o-transition: .2s .2s opacity;
transition: .2s .2s opacity;
}
.nk-shop-filter .woocommerce .star-rating {
color: #fff;
}
.woocommerce ul.products {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.woocommerce ul.products li.product {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
min-width: 100%;
max-width: 100%;
padding: 15px;
padding-bottom: 45px;
margin: 0;
}
.woocommerce ul.products.columns-4 li.product {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
min-width: 25%;
max-width: 25%;
}
@media (max-width: 1199px) {
.woocommerce ul.products.columns-4 li.product {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333%;
flex: 0 0 33.333%;
min-width: 33.333%;
max-width: 33.333%;
}
}
@media (max-width: 991px) {
.woocommerce ul.products.columns-4 li.product {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
min-width: 50%;
max-width: 50%;
}
}
@media (max-width: 767px) {
.woocommerce ul.products.columns-4 li.product {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
min-width: 100%;
max-width: 100%;
}
}
.woocommerce ul.products.columns-3 li.product {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333%;
flex: 0 0 33.333%;
min-width: 33.333%;
max-width: 33.333%;
padding: 15px;
padding-bottom: 45px;
}
@media (max-width: 991px) {
.woocommerce ul.products.columns-3 li.product {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
min-width: 50%;
max-width: 50%;
}
}
@media (max-width: 767px) {
.woocommerce ul.products.columns-3 li.product {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
min-width: 100%;
max-width: 100%;
}
}
.woocommerce ul.products.columns-2 li.product {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
min-width: 50%;
max-width: 50%;
}
@media (max-width: 767px) {
.woocommerce ul.products.columns-2 li.product {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
min-width: 100%;
max-width: 100%;
}
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
padding-top: 11px;
font-family: inherit;
font-size: .8rem;
font-weight: 500;
text-align: center;
text-transform: uppercase;
}
.woocommerce-LoopProduct-link {
position: relative;
display: block;
}
.woocommerce ul.products li.product .onsale {
position: absolute;
display: block;
top: 0;
left: 50%;
min-width: 0;
max-width: 170px;
min-height: 0;
padding: 4px 25px;
margin: 0;
font-size: .8rem;
font-weight: inherit;
line-height: inherit;
color: #fff;
text-transform: uppercase;
background-color: #101010;
border-radius: 0;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.single-product .onsale {
display: none;
}
.woocommerce ul.products li.product .skylith-woocommerce-loop-button-wrap {
position: relative;
overflow: hidden;
font-weight: 600;
color: #101010;
text-align: center;
}
.woocommerce ul.products li.product .skylith-woocommerce-loop-button-wrap .price {
margin: 0;
font-size: .9rem;
font-weight: inherit;
color: inherit;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.woocommerce ul.products li.product .skylith-woocommerce-loop-button-wrap .price del {
opacity: .2;
}
.woocommerce ul.products li.product .skylith-woocommerce-loop-button-wrap .price ins {
font-weight: inherit;
text-decoration: none;
}
.woocommerce ul.products li.product .skylith-woocommerce-loop-button-wrap > a {
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 0;
margin: 0;
font-size: .9rem;
font-weight: inherit;
line-height: inherit;
color: inherit;
text-decoration: none;
text-transform: uppercase;
background-color: transparent;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
.woocommerce ul.products li.product .skylith-woocommerce-loop-button-wrap > a:hover {
color: #b9a186;
text-decoration: none;
background-color: transparent;
}
.woocommerce ul.products li.product .skylith-woocommerce-loop-button-wrap > a.loading::after {
top: 0;
}
.woocommerce ul.products li.product img,
.woocommerce ul.products li.product .onsale {
-webkit-transition: .2s opacity;
-o-transition: .2s opacity;
transition: .2s opacity;
will-change: opacity;
}
.woocommerce ul.products li.product:hover img,
.woocommerce ul.products li.product:hover .onsale {
opacity: .5;
}
.woocommerce ul.products li.product:hover .skylith-woocommerce-loop-button-wrap .price {
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
.woocommerce ul.products li.product:hover .skylith-woocommerce-loop-button-wrap .button {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.woocommerce nav.woocommerce-pagination {
padding-bottom: 60px;
}
.woocommerce nav.woocommerce-pagination ul {
border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
overflow: visible;
border-right: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
min-width: 60px;
padding: 20px;
margin-top: -1px;
margin-left: -1px;
color: inherit;
background-color: #fff;
border: 1px solid #ededed;
-webkit-transition: .2s color, .2s background-color, .2s border-color;
-o-transition: .2s color, .2s background-color, .2s border-color;
transition: .2s color, .2s background-color, .2s border-color;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a.current,
.woocommerce nav.woocommerce-pagination ul li span:focus,
.woocommerce nav.woocommerce-pagination ul li span:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
color: #fff;
background-color: #252525;
border-color: #252525;
}
.nk-shop-load-more a {
position: relative;
}
.nk-shop-load-more a::after {
content: "";
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: -o-linear-gradient(45deg, rgba(130, 130, 130, 0.05) 25%, transparent 25%, transparent 50%, rgba(130, 130, 130, 0.05) 50%, rgba(130, 130, 130, 0.05) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(130, 130, 130, 0.05) 25%, transparent 25%, transparent 50%, rgba(130, 130, 130, 0.05) 50%, rgba(130, 130, 130, 0.05) 75%, transparent 75%, transparent);
background-size: 80px 80px;
opacity: 0;
-webkit-transition: .2s opacity;
-o-transition: .2s opacity;
transition: .2s opacity;
will-change: opacity, background-position;
}
.nk-shop-load-more a.loading {
pointer-events: none;
}
.nk-shop-load-more a.loading::after {
opacity: 1;
-webkit-animation: nk-shop-load-more-button .5s infinite linear;
animation: nk-shop-load-more-button .5s infinite linear;
}
@-webkit-keyframes nk-shop-load-more-button {
from {
background-position: 80px 0;
}
to {
background-position: 0 0;
}
}
@keyframes nk-shop-load-more-button {
from {
background-position: 80px 0;
}
to {
background-position: 0 0;
}
} .nk-shop-cart .woocommerce-mini-cart__empty-message {
padding: 15px 30px;
}
body.admin-bar .nk-shop-cart .nk-shop-cart-content {
top: 32px;
height: calc(100% - 32px);
}
@media screen and (max-width: 782px) {
body.admin-bar .nk-shop-cart .nk-shop-cart-content {
top: 42px;
height: calc(100% - 42px);
}
}
@media screen and (max-width: 600px) {
body.admin-bar .nk-shop-cart .nk-shop-cart-content {
top: 0;
height: 100%;
}
}
.nk-shop-cart .nk-shop-cart-content-items .widget_shopping_cart_content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
}
.nk-shop-cart .woocommerce-mini-cart {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
padding: 0;
margin: 0;
overflow: auto;
}
.nk-shop-cart .woocommerce-mini-cart::-webkit-scrollbar {
width: 6px;
background-color: rgba(255, 255, 255, 0);
-webkit-transition: .2s background-color;
transition: .2s background-color;
}
.nk-shop-cart .woocommerce-mini-cart::-webkit-scrollbar-thumb {
background-color: rgba(255, 255, 255, 0);
-webkit-transition: .2s background-color;
transition: .2s background-color;
}
.nk-shop-cart .woocommerce-mini-cart:hover::-webkit-scrollbar {
background-color: rgba(255, 255, 255, 0.1);
}
.nk-shop-cart .woocommerce-mini-cart:hover::-webkit-scrollbar-thumb {
background-color: rgba(255, 255, 255, 0.2);
}
.nk-shop-cart ul li.mini_cart_item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 30px;
border-bottom: 1px solid #252525;
}
.nk-shop-cart ul li.mini_cart_item .nk-shop-cart-item-thumb img {
float: none;
width: 100px;
margin: 0;
}
@media (max-width: 575px) {
.nk-shop-cart ul li.mini_cart_item .nk-shop-cart-item-thumb img {
width: 50px;
}
}
.nk-shop-cart ul li.mini_cart_item .nk-shop-cart-item-thumb a {
-webkit-transition: .2s opacity;
-o-transition: .2s opacity;
transition: .2s opacity;
}
.nk-shop-cart ul li.mini_cart_item .nk-shop-cart-item-thumb a:hover {
opacity: .8;
}
.nk-shop-cart ul li.mini_cart_item .nk-shop-cart-item-cont {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
padding-left: 30px;
}
.nk-shop-cart ul li.mini_cart_item .nk-shop-cart-item-cont a {
font-weight: inherit;
color: #fff;
text-decoration: none;
-webkit-transition: .2s opacity;
-o-transition: .2s opacity;
transition: .2s opacity;
}
.nk-shop-cart ul li.mini_cart_item .nk-shop-cart-item-cont a:hover {
opacity: .7;
}
.nk-shop-cart ul li.mini_cart_item .nk-shop-cart-item-cont .quantity {
display: inline-block;
min-width: 115px;
padding-right: 10px;
}
.nk-shop-cart ul li.mini_cart_item .nk-shop-cart-item-cont .remove {
position: relative;
display: inline-block;
top: 2px;
color: #fff !important;
opacity: .2;
}
.nk-shop-cart ul li.mini_cart_item .nk-shop-cart-item-cont .remove:hover {
background: none;
opacity: 1;
}
.nk-shop-cart .woocommerce-mini-cart__total {
padding: 23px 30px;
margin-bottom: 0;
border-bottom: 1px solid #252525;
}
.nk-shop-cart .woocommerce-mini-cart__total > strong {
font-weight: inherit;
}
.nk-shop-cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
margin-left: 60px;
font-size: 1.3rem;
font-weight: 500;
color: #fff;
vertical-align: middle;
}
.nk-shop-cart .woocommerce-mini-cart__buttons {
padding: 23px 30px;
margin-bottom: 0;
}
.nk-shop-cart .woocommerce-mini-cart__buttons .button {
display: block;
padding: 16px 40px;
margin-bottom: 20px;
font-size: .95rem;
font-weight: 600;
line-height: 1.2;
color: #888;
text-align: center;
text-decoration: none;
text-transform: uppercase;
white-space: nowrap;
cursor: pointer;
background-color: transparent;
border: 2px solid #888;
border-radius: 0;
-webkit-transition: .2s background-color, .2s color, .2s border-color, .2s opacity, .2s transform;
-o-transition: .2s background-color, .2s color, .2s border-color, .2s opacity, .2s transform;
transition: .2s background-color, .2s color, .2s border-color, .2s opacity, .2s transform;
}
.nk-shop-cart .woocommerce-mini-cart__buttons .button:hover, .nk-shop-cart .woocommerce-mini-cart__buttons .button:focus {
color: #252525;
background-color: #fff;
border-color: #fff;
-webkit-transform: translateY(-1px);
-ms-transform: translateY(-1px);
transform: translateY(-1px);
}
.nk-shop-cart .woocommerce-mini-cart__buttons .button.checkout {
display: block;
padding: 16px 40px;
margin-bottom: 20px;
font-size: .95rem;
font-weight: 600;
line-height: 1.2;
color: #fff;
text-align: center;
text-decoration: none;
text-transform: uppercase;
white-space: nowrap;
cursor: pointer;
background-color: transparent;
border: 2px solid #fff;
border-radius: 0;
-webkit-transition: .2s background-color, .2s color, .2s border-color, .2s opacity, .2s transform;
-o-transition: .2s background-color, .2s color, .2s border-color, .2s opacity, .2s transform;
transition: .2s background-color, .2s color, .2s border-color, .2s opacity, .2s transform;
margin-bottom: 0;
}
.nk-shop-cart .woocommerce-mini-cart__buttons .button.checkout:hover, .nk-shop-cart .woocommerce-mini-cart__buttons .button.checkout:focus {
color: #252525;
background-color: #fff;
border-color: #fff;
-webkit-transform: translateY(-1px);
-ms-transform: translateY(-1px);
transform: translateY(-1px);
} .nk-shop-filter .nk-widget.woocommerce {
margin-top: 0;
}
.nk-shop-filter .nk-widget.woocommerce .woocommerce-widget-layered-nav-list,
.nk-shop-filter .nk-widget.woocommerce .product-categories,
.nk-shop-filter .nk-widget.woocommerce.widget_layered_nav_filters ul,
.nk-shop-filter .nk-widget.woocommerce.skylith-widget-products-sorting ul,
.nk-shop-filter .nk-widget.woocommerce.skylith-widget-products-price-filter ul {
padding: 0;
margin: 0;
list-style: none;
}
.nk-shop-filter .nk-widget.woocommerce .woocommerce-widget-layered-nav-list li,
.nk-shop-filter .nk-widget.woocommerce .product-categories li,
.nk-shop-filter .nk-widget.woocommerce.widget_layered_nav_filters ul li,
.nk-shop-filter .nk-widget.woocommerce.skylith-widget-products-sorting ul li,
.nk-shop-filter .nk-widget.woocommerce.skylith-widget-products-price-filter ul li {
font-size: .8rem;
text-transform: uppercase;
letter-spacing: .02em;
}
.nk-shop-filter .nk-widget.woocommerce .woocommerce-widget-layered-nav-list li a,
.nk-shop-filter .nk-widget.woocommerce .product-categories li a,
.nk-shop-filter .nk-widget.woocommerce.widget_layered_nav_filters ul li a,
.nk-shop-filter .nk-widget.woocommerce.skylith-widget-products-sorting ul li a,
.nk-shop-filter .nk-widget.woocommerce.skylith-widget-products-price-filter ul li a {
display: block;
padding-top: 4px;
padding-bottom: 5px;
color: inherit;
text-decoration: none;
opacity: .5;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nk-shop-filter .nk-widget.woocommerce .woocommerce-widget-layered-nav-list li a > .pe-7s-angle-right,
.nk-shop-filter .nk-widget.woocommerce .product-categories li a > .pe-7s-angle-right,
.nk-shop-filter .nk-widget.woocommerce.widget_layered_nav_filters ul li a > .pe-7s-angle-right,
.nk-shop-filter .nk-widget.woocommerce.skylith-widget-products-sorting ul li a > .pe-7s-angle-right,
.nk-shop-filter .nk-widget.woocommerce.skylith-widget-products-price-filter ul li a > .pe-7s-angle-right {
display: none;
}
.nk-shop-filter .nk-widget.woocommerce .woocommerce-widget-layered-nav-list li a:hover,
.nk-shop-filter .nk-widget.woocommerce .product-categories li a:hover,
.nk-shop-filter .nk-widget.woocommerce.widget_layered_nav_filters ul li a:hover,
.nk-shop-filter .nk-widget.woocommerce.skylith-widget-products-sorting ul li a:hover,
.nk-shop-filter .nk-widget.woocommerce.skylith-widget-products-price-filter ul li a:hover {
opacity: 1;
}
.nk-shop-filter .nk-widget.woocommerce .woocommerce-widget-layered-nav-list li.chosen a,
.nk-shop-filter .nk-widget.woocommerce .woocommerce-widget-layered-nav-list li.current-cat a,
.nk-shop-filter .nk-widget.woocommerce .product-categories li.chosen a,
.nk-shop-filter .nk-widget.woocommerce .product-categories li.current-cat a,
.nk-shop-filter .nk-widget.woocommerce.widget_layered_nav_filters ul li.chosen a,
.nk-shop-filter .nk-widget.woocommerce.widget_layered_nav_filters ul li.current-cat a,
.nk-shop-filter .nk-widget.woocommerce.skylith-widget-products-sorting ul li.chosen a,
.nk-shop-filter .nk-widget.woocommerce.skylith-widget-products-sorting ul li.current-cat a,
.nk-shop-filter .nk-widget.woocommerce.skylith-widget-products-price-filter ul li.chosen a,
.nk-shop-filter .nk-widget.woocommerce.skylith-widget-products-price-filter ul li.current-cat a {
opacity: 1;
}
.nk-shop-filter .nk-widget.woocommerce .woocommerce-widget-layered-nav-list li.chosen a::before,
.nk-shop-filter .nk-widget.woocommerce .woocommerce-widget-layered-nav-list li.current-cat a::before,
.nk-shop-filter .nk-widget.woocommerce .product-categories li.chosen a::before,
.nk-shop-filter .nk-widget.woocommerce .product-categories li.current-cat a::before,
.nk-shop-filter .nk-widget.woocommerce.widget_layered_nav_filters ul li.chosen a::before,
.nk-shop-filter .nk-widget.woocommerce.widget_layered_nav_filters ul li.current-cat a::before,
.nk-shop-filter .nk-widget.woocommerce.skylith-widget-products-sorting ul li.chosen a::before,
.nk-shop-filter .nk-widget.woocommerce.skylith-widget-products-sorting ul li.current-cat a::before,
.nk-shop-filter .nk-widget.woocommerce.skylith-widget-products-price-filter ul li.chosen a::before,
.nk-shop-filter .nk-widget.woocommerce.skylith-widget-products-price-filter ul li.current-cat a::before {
content: "";
display: inline-block;
width: 4px;
height: 4px;
margin-top: -2px;
margin-right: 10px;
color: inherit;
vertical-align: middle;
background-color: currentColor;
}
.nk-shop-filter .nk-widget.woocommerce .price_slider_wrapper .price_slider {
height: 3px;
background-color: #3e3e3e;
}
.nk-shop-filter .nk-widget.woocommerce .price_slider_wrapper .ui-slider .ui-slider-range,
.nk-shop-filter .nk-widget.woocommerce .price_slider_wrapper .ui-slider .ui-slider-handle {
background-color: currentColor;
}
.nk-shop-filter .nk-widget.woocommerce .price_slider_wrapper .ui-slider .ui-slider-handle {
top: -3.5px;
width: 10px;
height: 10px;
}
.nk-shop-filter .nk-widget.woocommerce .price_slider_wrapper .price_label {
opacity: .5;
}
.nk-shop-filter .nk-widget.woocommerce .price_slider_wrapper .button {
display: inline-block;
padding: 16px 40px;
margin-bottom: 20px;
font-size: .95rem;
font-weight: 600;
line-height: 1.2;
color: inherit;
text-align: center;
text-decoration: none;
text-transform: uppercase;
white-space: nowrap;
cursor: pointer;
background-color: transparent;
border: 2px solid #fff;
border-radius: 0;
-webkit-transition: .2s background-color, .2s color, .2s border-color, .2s opacity, .2s transform;
-o-transition: .2s background-color, .2s color, .2s border-color, .2s opacity, .2s transform;
transition: .2s background-color, .2s color, .2s border-color, .2s opacity, .2s transform;
padding: 8px 12px;
font-size: .8rem;
font-weight: 500;
letter-spacing: .02em;
opacity: .5;
z-index: 1;
}
.nk-shop-filter .nk-widget.woocommerce .price_slider_wrapper .button:hover, .nk-shop-filter .nk-widget.woocommerce .price_slider_wrapper .button:focus {
color: #101010;
background-color: #fff;
border-color: #fff;
-webkit-transform: translateY(-1px);
-ms-transform: translateY(-1px);
transform: translateY(-1px);
}
.nk-shop-filter .nk-widget.woocommerce .price_slider_wrapper .button:hover, .nk-shop-filter .nk-widget.woocommerce .price_slider_wrapper .button:focus {
opacity: 1;
}
.nk-shop-filter .nk-widget.woocommerce ul.cart_list li,
.nk-shop-filter .nk-widget.woocommerce ul.product_list_widget li {
padding: 0;
}
.nk-shop-filter .nk-widget.woocommerce ul.cart_list li + li,
.nk-shop-filter .nk-widget.woocommerce ul.product_list_widget li + li {
margin-top: 15px;
}
.nk-shop-filter .nk-widget.woocommerce ul.cart_list li img,
.nk-shop-filter .nk-widget.woocommerce ul.product_list_widget li img {
float: left;
width: 40px;
margin-right: 15px;
margin-left: 0;
}
.nk-shop-filter .nk-widget.woocommerce ul.cart_list a,
.nk-shop-filter .nk-widget.woocommerce ul.product_list_widget a {
font-size: .8rem;
font-weight: 400;
color: inherit;
text-decoration: none;
text-transform: uppercase;
letter-spacing: .02em;
-webkit-transition: .2s color;
-o-transition: .2s color;
transition: .2s color;
}
.nk-shop-filter .nk-widget.woocommerce ul.cart_list a:hover,
.nk-shop-filter .nk-widget.woocommerce ul.product_list_widget a:hover {
color: #b9a186;
}
.nk-shop-filter .nk-widget.woocommerce ul.cart_list .amount,
.nk-shop-filter .nk-widget.woocommerce ul.product_list_widget .amount {
font-size: .8rem;
opacity: .5;
}
.nk-shop-filter .nk-widget.woocommerce ul.cart_list .star-rating,
.nk-shop-filter .nk-widget.woocommerce ul.product_list_widget .star-rating {
width: 6.9em;
margin: 5px 0;
font-size: .7em;
}
.nk-shop-filter .nk-widget.woocommerce .woocommerce-product-search .search-field {
width: 100%;
padding: 16px 22px;
margin-bottom: 0;
font-size: .95rem;
font-weight: 400;
line-height: 1.2;
color: inherit;
background-color: transparent;
border: 1px solid #3a3a3a;
}
.nk-shop-filter .nk-widget.woocommerce .woocommerce-product-search .search-field:focus {
border-color: rgba(185, 161, 134, 0.4);
}
.nk-shop-filter .nk-widget.woocommerce .woocommerce-product-search button {
display: block;
padding: 16px 40px;
margin-bottom: 20px;
font-size: .95rem;
font-weight: 600;
line-height: 1.2;
color: inherit;
text-align: center;
text-decoration: none;
text-transform: uppercase;
white-space: nowrap;
cursor: pointer;
background-color: transparent;
border: 2px solid #fff;
border-radius: 0;
-webkit-transition: .2s background-color, .2s color, .2s border-color, .2s opacity, .2s transform;
-o-transition: .2s background-color, .2s color, .2s border-color, .2s opacity, .2s transform;
transition: .2s background-color, .2s color, .2s border-color, .2s opacity, .2s transform;
width: 100%;
padding: 8px 12px;
font-size: .8rem;
font-weight: 500;
letter-spacing: .02em;
opacity: .5;
z-index: 1;
}
.nk-shop-filter .nk-widget.woocommerce .woocommerce-product-search button:hover, .nk-shop-filter .nk-widget.woocommerce .woocommerce-product-search button:focus {
color: #101010;
background-color: #fff;
border-color: #fff;
-webkit-transform: translateY(-1px);
-ms-transform: translateY(-1px);
transform: translateY(-1px);
}
.nk-shop-filter .nk-widget.woocommerce .woocommerce-product-search button:hover {
opacity: 1;
}
.nk-shop-filter .nk-widget.woocommerce .tagcloud a {
padding: 4px 12px;
font-size: .9em !important;
} .woocommerce div.product div.images .flex-control-thumbs li {
padding: 5px 5px 0 0;
}
.woocommerce div.product div.woocommerce-product-gallery .nk-video-fullscreen-toggle {
position: absolute;
display: block;
bottom: -100px;
left: 0;
width: 87px;
padding: 27px 20px;
margin: 0;
font-size: .8rem;
color: #101010;
text-align: center;
text-decoration: underline;
text-transform: uppercase;
background-color: transparent;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.woocommerce div.product div.woocommerce-product-gallery .nk-video-fullscreen-toggle:hover {
text-decoration: none;
opacity: .5;
}
.woocommerce div.product div.woocommerce-product-gallery .nk-video-fullscreen-toggle::before {
content: "";
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 10px;
height: 10px;
margin: 0 auto;
margin-bottom: 8px;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-left: 10px solid #000;
}
.woocommerce div.product div.woocommerce-product-gallery .nk-video-fullscreen-toggle .ghostkit-video-poster {
display: none;
}
.woocommerce div.product div.woocommerce-product-gallery .nk-video-fullscreen-toggle ~ .flex-control-thumbs {
margin-bottom: 100px;
}
@media (min-width: 420px) {
.woocommerce div.product div.woocommerce-product-gallery {
position: relative;
}
.woocommerce div.product div.woocommerce-product-gallery .flex-viewport {
margin-left: 100px;
}
.woocommerce div.product div.woocommerce-product-gallery .flex-control-thumbs {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 0 100px;
flex: 1 0 100px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
top: 0;
left: 0;
width: 100px;
height: 100%;
overflow-y: scroll;
}
.woocommerce div.product div.woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar {
width: 3px;
}
.woocommerce div.product div.woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0);
-webkit-transition: .2s background-color;
transition: .2s background-color;
}
.woocommerce div.product div.woocommerce-product-gallery .flex-control-thumbs:hover::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.1);
}
.woocommerce div.product div.woocommerce-product-gallery .flex-control-thumbs li {
width: 100%;
padding: 0 10px 15px 0;
}
.woocommerce div.product div.woocommerce-product-gallery .flex-control-thumbs li:last-of-type {
padding-bottom: 0;
}
.woocommerce div.product div.woocommerce-product-gallery .flex-control-thumbs li img {
outline: 2px solid transparent;
outline-offset: -2px;
-webkit-transition: .2s opacity, .2s outline-color;
-o-transition: .2s opacity, .2s outline-color;
transition: .2s opacity, .2s outline-color;
will-change: opacity, outline-color;
}
.woocommerce div.product div.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
outline-color: #171717;
}
.woocommerce div.product div.woocommerce-product-gallery .nk-video-fullscreen-toggle {
bottom: 0;
}
.woocommerce div.product div.woocommerce-product-gallery .nk-video-fullscreen-toggle ~ .flex-control-thumbs {
height: calc(100% - 100px);
margin-bottom: 0;
}
}
@media (min-width: 420px) and (max-width: 991px) {
.woocommerce div.product div.woocommerce-product-gallery .flex-viewport {
margin-left: 60px;
}
.woocommerce div.product div.woocommerce-product-gallery .flex-control-thumbs {
-webkit-box-flex: 1;
-ms-flex: 1 0 60px;
flex: 1 0 60px;
width: 60px;
}
.woocommerce div.product div.woocommerce-product-gallery .nk-video-fullscreen-toggle {
width: 55px;
padding: 13px 0;
}
.woocommerce div.product div.woocommerce-product-gallery .nk-video-fullscreen-toggle ~ .flex-control-thumbs {
height: calc(100% - 70px);
}
}
.woocommerce #content div.product div.images,
.woocommerce #content div.product div.summary {
width: 50%;
}
@media (max-width: 768px) {
.woocommerce #content div.product div.images,
.woocommerce #content div.product div.summary {
width: 100%;
}
}
.woocommerce div.product div.summary {
padding-top: 70px;
padding-left: 125px;
}
@media (max-width: 991px) {
.woocommerce div.product div.summary {
padding-top: 40px;
padding-left: 70px;
}
}
@media (max-width: 768px) {
.woocommerce div.product div.summary {
padding-top: 30px;
padding-left: 0;
}
}
.woocommerce div.product .product_title {
font-family: inherit;
font-size: 1.69rem;
font-weight: 500;
text-transform: uppercase;
}
.woocommerce .star-rating {
width: 6.45em;
color: #171717;
}
.woocommerce .star-rating::before,
.woocommerce .star-rating span::before {
letter-spacing: 4px;
}
.woocommerce .star-rating::before {
content: "\53\53\53\53\53";
color: inherit;
opacity: .15;
}
.woocommerce ul.products .star-rating {
margin: 10px auto;
margin-bottom: 13px;
text-align: center;
}
.woocommerce-review-link {
padding-left: 5px;
font-size: 80%;
color: inherit;
}
.woocommerce-review-link, .woocommerce-review-link:hover, .woocommerce-review-link:focus, .woocommerce-review-link:active {
text-decoration: none;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
margin-bottom: 30px;
font-size: 1.7rem;
font-weight: 600;
color: #171717;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
text-decoration: none;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
opacity: .4;
}
.woocommerce div.product form.cart .woocommerce-grouped-product-list-item__price {
color: #171717;
}
.woocommerce div.product form.cart .woocommerce-grouped-product-list-item__price ins {
text-decoration: none;
}
.woocommerce div.product form.cart .woocommerce-grouped-product-list-item__price del {
opacity: .4;
}
.woocommerce div.product form.cart .button {
display: inline-block;
padding: 16px 40px;
margin-bottom: 20px;
font-size: .95rem;
font-weight: 600;
line-height: 1.2;
color: #fff;
text-align: center;
text-decoration: none;
text-transform: uppercase;
white-space: nowrap;
cursor: pointer;
background-color: #101010;
border: 2px solid transparent;
border-radius: 0;
-webkit-transition: .2s background-color, .2s color, .2s border-color, .2s opacity, .2s transform;
-o-transition: .2s background-color, .2s color, .2s border-color, .2s opacity, .2s transform;
transition: .2s background-color, .2s color, .2s border-color, .2s opacity, .2s transform;
}
.woocommerce div.product form.cart .button:hover, .woocommerce div.product form.cart .button:focus {
color: #fff;
background-color: #b9a186;
border-color: transparent;
-webkit-transform: translateY(-1px);
-ms-transform: translateY(-1px);
transform: translateY(-1px);
}
.woocommerce div.product form.cart .button:hover.disabled, .woocommerce div.product form.cart .button:active.disabled, .woocommerce div.product form.cart .button:focus.disabled {
background-color: #252525;
}
.woocommerce div.product form.cart div.quantity {
margin-right: 20px;
}
.woocommerce .quantity .qty {
height: 50px;
padding-right: 0;
padding-left: 0;
margin-bottom: 0;
text-align: center;
border: 1px solid #ededed;
}
.woocommerce .nk-form-control-number .qty {
width: 40px;
border: none;
}
.woocommerce-grouped-product-list-item .quantity .qty {
width: 30px;
height: auto;
font-size: 1em;
}
.woocommerce-grouped-product-list-item .nk-form-control-number .nk-form-control-number-down,
.woocommerce-grouped-product-list-item .nk-form-control-number .nk-form-control-number-up {
width: 20px;
padding: 11px 0;
margin-top: -4px;
font-size: 14px;
}
.woocommerce div.product form.cart table {
margin-bottom: 20px;
}
.woocommerce div.product form.cart .variations label {
font-weight: 500;
color: #171717;
}
.woocommerce div.product form.cart .variations select {
padding: 5px 8px;
border: 1px solid #ededed;
}
.woocommerce-variation-price {
margin-bottom: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
padding: 0;
margin: 0;
margin-bottom: 27px;
color: #171717;
text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
padding: 0;
border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
content: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
background-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
position: relative;
padding: 10px 16px;
font-size: .955rem;
font-weight: 500;
text-transform: uppercase;
border: none;
border-bottom: 2px solid transparent;
opacity: .7;
-webkit-transition: .2s opacity;
-o-transition: .2s opacity;
transition: .2s opacity;
will-change: opacity;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a::after {
content: "";
position: absolute;
display: block;
right: 10px;
bottom: 6px;
left: 10px;
border-bottom: 1px solid transparent;
-webkit-transition: .2s border-color;
-o-transition: .2s border-color;
transition: .2s border-color;
will-change: border-color;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
opacity: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
border-bottom-color: currentColor;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
display: none;
}
.woocommerce div.product .woocommerce-tabs .shop_attributes {
max-width: 760px;
margin: 0 auto;
margin-top: -10px;
}
.woocommerce div.product .woocommerce-tabs .shop_attributes,
.woocommerce div.product .woocommerce-tabs .shop_attributes th,
.woocommerce div.product .woocommerce-tabs .shop_attributes td {
background: none;
border: none;
}
.woocommerce div.product .woocommerce-tabs .shop_attributes td,
.woocommerce div.product .woocommerce-tabs .shop_attributes th {
padding: .75rem;
}
.woocommerce div.product .woocommerce-tabs .shop_attributes th {
font-weight: inherit;
color: #171717;
}
.woocommerce div.product .woocommerce-tabs .shop_attributes th::after {
content: ":";
}
.woocommerce div.product .woocommerce-tabs .shop_attributes td {
font-style: normal;
}
.woocommerce div.product .woocommerce-tabs .shop_attributes td p {
padding: 0;
}
.woocommerce div.product .woocommerce-tabs .shop_attributes .nk-shop-table-info td:first-of-type {
width: 150px;
}
.woocommerce div.product .woocommerce-tabs #reviews .woocommerce-noreviews {
margin-bottom: 0;
text-align: center;
}
.woocommerce div.product .woocommerce-tabs #reviews #comments ol.commentlist {
padding: 0;
}
.woocommerce div.product .woocommerce-tabs #reviews #comments ol.commentlist li {
margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs #reviews #comments ol.commentlist li + li {
padding-top: 19px;
}
.woocommerce div.product .woocommerce-tabs #reviews #comments ol.commentlist li img.avatar {
position: relative;
width: 70px;
padding: 0;
border: none;
border-radius: 35px;
}
.woocommerce div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text {
padding: 0;
margin-left: 100px;
border: none;
}
.woocommerce div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text p.meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 10px;
font-size: inherit;
}
.woocommerce div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .star-rating {
margin-top: 4px;
}
.woocommerce div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .woocommerce-review__author {
margin-right: 22px;
font-weight: 500;
color: #171717;
}
.woocommerce div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .woocommerce-review__dash {
display: none;
}
.woocommerce div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .woocommerce-review__published-date {
margin-right: 22px;
margin-left: 22px;
font-size: .9rem;
font-weight: 400;
opacity: .6;
}
.woocommerce div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .description {
margin-bottom: 24px;
color: #4b4b4b;
}
@media (max-width: 1199px) {
.woocommerce div.product .woocommerce-tabs #reviews #comments ol.commentlist li img.avatar {
width: 50px;
}
.woocommerce div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text {
margin-left: 70px;
}
}
@media (max-width: 767px) {
.woocommerce div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text p.meta {
height: 50px;
}
.woocommerce div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .star-rating {
margin-top: 15px;
}
.woocommerce div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .description {
margin-left: -70px;
}
}
.woocommerce div.product .woocommerce-tabs #review_form #respond {
padding-top: 30px;
}
.woocommerce div.product .woocommerce-tabs #review_form #respond .comment-reply-title {
display: block;
margin-bottom: 28px;
font-size: 1.25rem;
font-weight: 500;
color: #171717;
text-align: center;
text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs #review_form #respond .comment-form-rating {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 15px;
font-size: .85rem;
color: #8e8e8e;
}
.woocommerce div.product .woocommerce-tabs #review_form #respond .comment-form-rating p.stars {
margin-top: 2px;
margin-bottom: 0;
margin-left: 20px;
}
.woocommerce div.product .woocommerce-tabs #review_form #respond .comment-form-rating p.stars a {
width: 1.3em;
color: #171717;
opacity: .15;
}
.woocommerce div.product .woocommerce-tabs #review_form #respond .comment-form-rating p.stars a::before {
content: "\e020";
}
.woocommerce div.product .woocommerce-tabs #review_form #respond .comment-form-rating p.stars:hover a,
.woocommerce div.product .woocommerce-tabs #review_form #respond .comment-form-rating p.stars.selected a:not(.active),
.woocommerce div.product .woocommerce-tabs #review_form #respond .comment-form-rating p.stars.selected a.active {
opacity: 1;
}
.woocommerce div.product .woocommerce-tabs #review_form #respond .comment-form-rating p.stars a:hover ~ a,
.woocommerce div.product .woocommerce-tabs #review_form #respond .comment-form-rating p.stars.selected a.active ~ a {
opacity: .15;
}
.woocommerce div.product .woocommerce-tabs #review_form #respond .comment-notes {
margin: 15px 0;
font-size: .9em;
opacity: .6;
}
.woocommerce div.product .woocommerce-tabs #review_form #respond .comment-form-author,
.woocommerce div.product .woocommerce-tabs #review_form #respond .comment-form-email {
float: left;
width: 50%;
margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs #review_form #respond .comment-form-author input,
.woocommerce div.product .woocommerce-tabs #review_form #respond .comment-form-author textarea,
.woocommerce div.product .woocommerce-tabs #review_form #respond .comment-form-email input,
.woocommerce div.product .woocommerce-tabs #review_form #respond .comment-form-email textarea,
.woocommerce div.product .woocommerce-tabs #review_form #respond .comment-form-comment input,
.woocommerce div.product .woocommerce-tabs #review_form #respond .comment-form-comment textarea {
display: block;
width: 100%;
padding: 16px 22px;
margin-bottom: 30px;
font-size: .95rem;
font-weight: 400;
line-height: 1.2;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ededed;
border-radius: 0;
outline: none;
-webkit-transition: border-color .2s;
-o-transition: border-color .2s;
transition: border-color .2s;
-webkit-appearance: none;
}
.woocommerce div.product .woocommerce-tabs #review_form #respond .comment-form-author input:focus,
.woocommerce div.product .woocommerce-tabs #review_form #respond .comment-form-author textarea:focus,
.woocommerce div.product .woocommerce-tabs #review_form #respond .comment-form-email input:focus,
.woocommerce div.product .woocommerce-tabs #review_form #respond .comment-form-email textarea:focus,
.woocommerce div.product .woocommerce-tabs #review_form #respond .comment-form-comment input:focus,
.woocommerce div.product .woocommerce-tabs #review_form #respond .comment-form-comment textarea:focus {
border-color: #b9a186;
}
.woocommerce div.product .woocommerce-tabs #review_form #respond .comment-form-author {
padding-right: 15px;
}
.woocommerce div.product .woocommerce-tabs #review_form #respond .comment-form-email {
padding-left: 15px;
}
.woocommerce div.product .woocommerce-tabs #review_form #respond .form-submit {
text-align: center;
}
.woocommerce div.product .woocommerce-tabs #review_form #respond .submit {
display: inline-block;
padding: 16px 35px;
font-family: inherit;
font-size: .96rem;
font-weight: 500;
line-height: 1.2;
color: #fff;
text-align: center;
text-transform: uppercase;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #252525;
border-color: transparent;
border-style: solid;
border-width: 2px;
border-radius: 0;
outline: none;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.woocommerce div.product .woocommerce-tabs #review_form #respond .submit:hover, .woocommerce div.product .woocommerce-tabs #review_form #respond .submit:focus {
background-color: #b9a186;
-webkit-transform: translateY(-1px);
-ms-transform: translateY(-1px);
transform: translateY(-1px);
}
.woocommerce div.product .woocommerce-tabs #reviews #comment {
height: 120px;
}
.woocommerce div.product .products h2 {
margin-bottom: 30px;
font-family: inherit;
font-size: 1.25rem;
font-weight: 500;
text-align: center;
text-transform: uppercase;
} .woocommerce-cart .page > .entry-header {
display: none;
}
.woocommerce-cart #main > .nk-gap-4 {
display: none;
}
.woocommerce-cart .site-main .col-lg-8 .woocommerce-cart-form {
float: none;
width: 100%;
}
.woocommerce-cart .site-main .col-lg-8 .cart-collaterals .cart_totals {
width: 100%;
padding-left: 0;
}
.woocommerce-cart-form {
float: left;
width: 66.666%;
padding-right: 30px;
}
@media (max-width: 991px) {
.woocommerce-cart-form {
float: none;
width: 100%;
padding-right: 0;
}
}
.woocommerce-cart-form table.shop_table {
border: none;
}
.woocommerce-cart-form table.shop_table th,
.woocommerce-cart-form table.shop_table td {
border: none;
}
.woocommerce-cart-form table.shop_table thead th {
font-size: .8rem;
font-weight: 400;
color: #8e8e8e;
text-transform: uppercase;
}
.woocommerce-cart-form table.shop_table tbody td {
padding-top: 30px;
padding-bottom: 30px;
border-top: 1px solid #f2f2f2;
}
.woocommerce-cart-form table.shop_table tbody tr:first-of-type td {
border-top-width: 2px;
}
.woocommerce-cart-form table.shop_table tbody td.product-remove {
padding: 0;
}
.woocommerce-cart-form table.shop_table tbody td.product-remove .remove {
font-size: 1.3em;
font-weight: 400;
color: inherit !important;
}
.woocommerce-cart-form table.shop_table tbody td.product-remove .remove:hover {
color: #c02b2b !important;
background: none;
}
.woocommerce-cart-form table.shop_table .product-thumbnail img {
width: 100px;
}
.woocommerce-cart-form table.shop_table .product-name a,
.woocommerce-cart-form table.shop_table .product-thumbnail a {
color: #171717;
text-decoration: none;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.woocommerce-cart-form table.shop_table .product-name a:hover,
.woocommerce-cart-form table.shop_table .product-thumbnail a:hover {
opacity: .7;
}
.woocommerce-cart-form table.shop_table .product-name a:hover {
opacity: .5;
}
.woocommerce-cart-form table.shop_table .woocommerce td.product-quantity {
max-width: 95px;
}
.woocommerce-cart-form table.shop_table .woocommerce-product-rating {
font-size: .8em;
}
.woocommerce-cart-form table.shop_table .nk-form-control-number {
max-width: 100px;
margin-right: 0;
margin-left: auto;
}
.woocommerce-cart-form table.shop_table .nk-form-control-number input.qty {
width: 35px;
height: 36px;
font-size: inherit;
}
.woocommerce-cart-form table.shop_table .nk-form-control-number .nk-form-control-number-down,
.woocommerce-cart-form table.shop_table .nk-form-control-number .nk-form-control-number-up {
width: 28px;
padding: 9px 0;
}
.woocommerce-cart-form table.cart td.actions {
padding-right: 0;
padding-left: 0;
}
.woocommerce-cart-form table.cart td.actions .coupon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
width: 64%;
margin-right: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px) {
.woocommerce-cart-form table.cart td.actions .coupon {
width: 100%;
}
}
.woocommerce-cart-form table.cart td.actions .coupon .input-text {
display: block;
width: 100%;
padding: 16px 22px;
margin-bottom: 30px;
font-size: .95rem;
font-weight: 400;
line-height: 1.2;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ededed;
border-radius: 0;
outline: none;
-webkit-transition: border-color .2s;
-o-transition: border-color .2s;
transition: border-color .2s;
-webkit-appearance: none;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
float: none;
width: auto;
margin-right: 10px;
margin-bottom: 0;
}
.woocommerce-cart-form table.cart td.actions .coupon .input-text:focus {
border-color: #b9a186;
}
.woocommerce-cart-form table.cart td.actions .coupon .button {
display: inline-block;
padding: 16px 40px;
margin-bottom: 20px;
font-size: .95rem;
font-weight: 600;
line-height: 1.2;
color: #252525;
text-align: center;
text-decoration: none;
text-transform: uppercase;
white-space: nowrap;
cursor: pointer;
background-color: transparent;
border: 2px solid #252525;
border-radius: 0;
-webkit-transition: .2s background-color, .2s color, .2s border-color, .2s opacity, .2s transform;
-o-transition: .2s background-color, .2s color, .2s border-color, .2s opacity, .2s transform;
transition: .2s background-color, .2s color, .2s border-color, .2s opacity, .2s transform;
margin-bottom: 0;
}
.woocommerce-cart-form table.cart td.actions .coupon .button:hover, .woocommerce-cart-form table.cart td.actions .coupon .button:focus {
color: #fff;
background-color: #252525;
border-color: #252525;
-webkit-transform: translateY(-1px);
-ms-transform: translateY(-1px);
transform: translateY(-1px);
}
@media (max-width: 575px) {
.woocommerce-cart-form table.cart td.actions .coupon .input-text,
.woocommerce-cart-form table.cart td.actions .coupon .button {
width: 100% !important;
margin-right: 0;
}
}
.woocommerce-cart-form table.cart td.actions [name="update_cart"] {
display: inline-block;
padding: 16px 40px;
margin-bottom: 20px;
font-size: .95rem;
font-weight: 600;
line-height: 1.2;
color: #fff;
text-align: center;
text-decoration: none;
text-transform: uppercase;
white-space: nowrap;
cursor: pointer;
background-color: #252525;
border: 2px solid #252525;
border-radius: 0;
-webkit-transition: .2s background-color, .2s color, .2s border-color, .2s opacity, .2s transform;
-o-transition: .2s background-color, .2s color, .2s border-color, .2s opacity, .2s transform;
transition: .2s background-color, .2s color, .2s border-color, .2s opacity, .2s transform;
}
.woocommerce-cart-form table.cart td.actions [name="update_cart"]:hover, .woocommerce-cart-form table.cart td.actions [name="update_cart"]:focus {
color: #fff;
background-color: #b9a186;
border-color: #b9a186;
-webkit-transform: translateY(-1px);
-ms-transform: translateY(-1px);
transform: translateY(-1px);
}
.woocommerce-cart-form table.cart td.actions [name="update_cart"][disabled] {
pointer-events: none;
cursor: not-allowed;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
opacity: .5;
}
@media (max-width: 991px) {
.woocommerce-cart-form table.shop_table tbody td {
padding-top: 20px;
padding-bottom: 20px;
}
}
.woocommerce .cart-collaterals .cart_totals {
width: 33.333%;
padding-left: 30px;
}
@media (max-width: 991px) {
.woocommerce .cart-collaterals .cart_totals {
width: 100%;
padding-left: 0;
}
}
.woocommerce .cart-collaterals .cart_totals h2 {
padding: .75rem;
padding-left: 20px;
margin-bottom: 0;
font-family: inherit;
font-size: .8rem;
font-weight: inherit;
line-height: inherit;
color: #171717;
text-transform: uppercase;
background-color: #ededed;
border-top: none;
}
.woocommerce .cart-collaterals .cart_totals table {
margin-bottom: 15px;
border: none;
border-bottom: 1px solid #ededed;
border-radius: 0;
}
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce .cart-collaterals .cart_totals table td {
padding-top: 24px;
padding-bottom: 24px;
border: none;
border-top: 1px solid #ededed;
}
.woocommerce .cart-collaterals .cart_totals table th {
font-weight: inherit;
color: #171717;
}
.woocommerce .cart-collaterals .cart_totals table .order-total strong {
font-size: 20px;
font-weight: 600;
color: #171717;
}
.woocommerce .cart-collaterals .woocommerce-shipping-destination,
.woocommerce .cart-collaterals .shipping-calculator-button {
font-size: .8em;
line-height: 1.3;
}
.woocommerce .cart-collaterals .woocommerce-shipping-destination {
margin-top: 17px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
display: block;
padding: 16px 40px;
margin-bottom: 20px;
font-size: .95rem;
font-weight: 600;
line-height: 1.2;
color: #fff;
text-align: center;
text-decoration: none;
text-transform: uppercase;
white-space: nowrap;
cursor: pointer;
background-color: #252525;
border: 2px solid #252525;
border-radius: 0;
-webkit-transition: .2s background-color, .2s color, .2s border-color, .2s opacity, .2s transform;
-o-transition: .2s background-color, .2s color, .2s border-color, .2s opacity, .2s transform;
transition: .2s background-color, .2s color, .2s border-color, .2s opacity, .2s transform;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus {
color: #fff;
background-color: #b9a186;
border-color: #b9a186;
-webkit-transform: translateY(-1px);
-ms-transform: translateY(-1px);
transform: translateY(-1px);
}
.woocommerce-cart .return-to-shop {
margin-bottom: 60px;
}
.woocommerce-cart .return-to-shop a {
display: none;
}
.woocommerce #shipping_method li [type="radio"],
.woocommerce .wc_payment_methods li [type="radio"] {
position: absolute;
opacity: 0;
z-index: -1;
}
.woocommerce #shipping_method li [type="radio"] ~ label,
.woocommerce .wc_payment_methods li [type="radio"] ~ label {
position: relative;
display: inline-block;
margin-bottom: 0;
}
.woocommerce #shipping_method li [type="radio"] ~ label::before,
.woocommerce .wc_payment_methods li [type="radio"] ~ label::before {
content: "";
position: absolute;
display: block;
top: .25rem;
left: -1.5rem;
width: 1rem;
height: 1rem;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid #101010;
border-radius: 0;
}
.woocommerce #shipping_method li [type="radio"] ~ label::after,
.woocommerce .wc_payment_methods li [type="radio"] ~ label::after {
content: "";
position: absolute;
display: block;
top: .25rem;
left: -1.5rem;
width: 1rem;
height: 1rem;
background-repeat: no-repeat;
background-position: center center;
background-size: 50% 50%;
}
.woocommerce #shipping_method li [type="radio"]:checked ~ label::after,
.woocommerce .wc_payment_methods li [type="radio"]:checked ~ label::after {
position: absolute;
display: block;
width: calc(1rem - 6px);
height: calc(1rem - 6px);
margin-top: 3px;
margin-left: 3px;
background-color: #101010;
background-image: none;
}
.woocommerce #shipping_method li [type="radio"]:checked ~ label::before,
.woocommerce .wc_payment_methods li [type="radio"]:checked ~ label::before {
background-color: transparent;
}
.woocommerce #payment .wc_payment_methods li [type="radio"] {
position: relative;
margin-right: 5px;
}
.woocommerce #payment .wc_payment_methods li [type="radio"] ~ label {
margin-left: 23px;
}
.woocommerce #payment .wc_payment_methods li [type="radio"] ~ label::after,
.woocommerce #payment .wc_payment_methods li [type="radio"] ~ label::before {
top: .5rem;
} .woocommerce .woocommerce-account #main h2,
.woocommerce .woocommerce-account #main h3,
.woocommerce .woocommerce-account #main h4,
.woocommerce .woocommerce-checkout h2,
.woocommerce .woocommerce-checkout h3,
.woocommerce .woocommerce-checkout h4,
.woocommerce form > .shipping-calculator-form h2,
.woocommerce form > .shipping-calculator-form h3,
.woocommerce form > .shipping-calculator-form h4 {
font-family: inherit;
font-weight: 500;
text-transform: uppercase;
}
.woocommerce .woocommerce-account #main h2,
.woocommerce .woocommerce-account #main h3,
.woocommerce .woocommerce-checkout h2,
.woocommerce .woocommerce-checkout h3,
.woocommerce form > .shipping-calculator-form h2,
.woocommerce form > .shipping-calculator-form h3 {
margin-bottom: 20px;
font-size: 21px;
}
.woocommerce .woocommerce-account #main h4,
.woocommerce .woocommerce-checkout h4,
.woocommerce form > .shipping-calculator-form h4 {
font-size: 18px;
}
.woocommerce .woocommerce-account #main h3 label,
.woocommerce .woocommerce-checkout h3 label,
.woocommerce form > .shipping-calculator-form h3 label {
margin: 0;
}
.woocommerce .woocommerce-account #main button.button,
.woocommerce .woocommerce-checkout button.button,
.woocommerce form > .shipping-calculator-form button.button {
display: inline-block;
padding: 16px 40px;
margin-bottom: 20px;
font-size: .95rem;
font-weight: 600;
line-height: 1.2;
color: #fff;
text-align: center;
text-decoration: none;
text-transform: uppercase;
white-space: nowrap;
cursor: pointer;
background-color: #101010;
border: 2px solid transparent;
border-radius: 0;
-webkit-transition: .2s background-color, .2s color, .2s border-color, .2s opacity, .2s transform;
-o-transition: .2s background-color, .2s color, .2s border-color, .2s opacity, .2s transform;
transition: .2s background-color, .2s color, .2s border-color, .2s opacity, .2s transform;
}
.woocommerce .woocommerce-account #main button.button:hover, .woocommerce .woocommerce-account #main button.button:focus,
.woocommerce .woocommerce-checkout button.button:hover,
.woocommerce .woocommerce-checkout button.button:focus,
.woocommerce form > .shipping-calculator-form button.button:hover,
.woocommerce form > .shipping-calculator-form button.button:focus {
color: #fff;
background-color: #b9a186;
border-color: transparent;
-webkit-transform: translateY(-1px);
-ms-transform: translateY(-1px);
transform: translateY(-1px);
}
.woocommerce .woocommerce-account #main .woocommerce-input-wrapper,
.woocommerce .woocommerce-checkout .woocommerce-input-wrapper,
.woocommerce form > .shipping-calculator-form .woocommerce-input-wrapper {
width: 100%;
margin-bottom: 15px;
}
.woocommerce .woocommerce-account #main .input-text,
.woocommerce .woocommerce-checkout .input-text,
.woocommerce form > .shipping-calculator-form .input-text {
display: block;
width: 100%;
padding: 16px 22px;
margin-bottom: 30px;
font-size: .95rem;
font-weight: 400;
line-height: 1.2;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ededed;
border-radius: 0;
outline: none;
-webkit-transition: border-color .2s;
-o-transition: border-color .2s;
transition: border-color .2s;
-webkit-appearance: none;
}
.woocommerce .woocommerce-account #main .input-text:focus,
.woocommerce .woocommerce-checkout .input-text:focus,
.woocommerce form > .shipping-calculator-form .input-text:focus {
border-color: #b9a186;
}
.woocommerce .woocommerce-account #main .form-row textarea,
.woocommerce .woocommerce-checkout .form-row textarea,
.woocommerce form > .shipping-calculator-form .form-row textarea {
height: 8em;
}
.woocommerce .woocommerce-account #main .select2-container--default,
.woocommerce .woocommerce-checkout .select2-container--default,
.woocommerce form > .shipping-calculator-form .select2-container--default {
margin-bottom: 0;
}
.woocommerce .woocommerce-account #main .select2-container--default .select2-selection--single,
.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single,
.woocommerce form > .shipping-calculator-form .select2-container--default .select2-selection--single {
display: block;
width: 100%;
padding: 16px 22px;
margin-bottom: 30px;
font-size: .95rem;
font-weight: 400;
line-height: 1.2;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ededed;
border-radius: 0;
outline: none;
-webkit-transition: border-color .2s;
-o-transition: border-color .2s;
transition: border-color .2s;
-webkit-appearance: none;
height: auto;
margin-bottom: 0;
}
.woocommerce .woocommerce-account #main .select2-container--default .select2-selection--single:focus,
.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single:focus,
.woocommerce form > .shipping-calculator-form .select2-container--default .select2-selection--single:focus {
border-color: #b9a186;
}
.woocommerce .woocommerce-account #main .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce form > .shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__rendered {
padding-left: 0;
line-height: normal;
}
.woocommerce .woocommerce-account #main .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce form > .shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__arrow {
width: 30px;
height: 100%;
}
.woocommerce .woocommerce-account #main .select2-container--default .select2-selection--single .select2-selection__placeholder::after,
.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__placeholder::after,
.woocommerce form > .shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__placeholder::after {
content: "\00a0";
}
.woocommerce .woocommerce-account #main .woocommerce form .form-row-first,
.woocommerce .woocommerce-account #main .woocommerce form .form-row-last,
.woocommerce .woocommerce-checkout .woocommerce form .form-row-first,
.woocommerce .woocommerce-checkout .woocommerce form .form-row-last,
.woocommerce form > .shipping-calculator-form .woocommerce form .form-row-first,
.woocommerce form > .shipping-calculator-form .woocommerce form .form-row-last {
width: calc(50% - 10px);
}
.woocommerce .woocommerce-account #main .col2-set,
.woocommerce .woocommerce-checkout .col2-set,
.woocommerce form > .shipping-calculator-form .col2-set {
margin-right: -15px;
margin-bottom: 20px;
margin-left: -15px;
}
.woocommerce .woocommerce-account #main .form-row,
.woocommerce .woocommerce-checkout .form-row,
.woocommerce form > .shipping-calculator-form .form-row {
padding: 0;
margin-bottom: 0;
}
.woocommerce .woocommerce-account #main .form-row .required,
.woocommerce .woocommerce-checkout .form-row .required,
.woocommerce form > .shipping-calculator-form .form-row .required {
font-weight: inherit;
color: #cc7171;
}
.woocommerce form > .shipping-calculator-form .select2-container--default {
margin-bottom: 0;
}
.woocommerce form > .shipping-calculator-form .form-row {
margin-bottom: 10px;
}
.woocommerce form > .shipping-calculator-form .input-text,
.woocommerce form > .shipping-calculator-form .select2-container--default .select2-selection--single,
.woocommerce form > .shipping-calculator-form button.button {
width: 100%;
padding: 10px 16px;
} .woocommerce-checkout .page > .entry-header {
display: none;
}
.woocommerce-checkout #main > .nk-gap-4 {
display: none;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
float: left;
width: 50%;
max-width: 50%;
}
@media (max-width: 767px) {
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
max-width: 100%;
}
}
.woocommerce-checkout:not(.single-post) #main {
padding-bottom: 80px;
}
.woocommerce-checkout #main .checkout_coupon {
border-color: rgba(37, 37, 37, 0.1);
border-radius: 0;
}
.woocommerce-checkout #main .checkout_coupon input {
display: block;
width: 100%;
padding: 16px 22px;
margin-bottom: 30px;
font-size: .95rem;
font-weight: 400;
line-height: 1.2;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ededed;
border-radius: 0;
outline: none;
-webkit-transition: border-color .2s;
-o-transition: border-color .2s;
transition: border-color .2s;
-webkit-appearance: none;
}
.woocommerce-checkout #main .checkout_coupon input:focus {
border-color: #b9a186;
}
.woocommerce-checkout #main .checkout_coupon button {
display: inline-block;
padding: 16px 40px;
margin-bottom: 20px;
font-size: .95rem;
font-weight: 600;
line-height: 1.2;
color: #fff;
text-align: center;
text-decoration: none;
text-transform: uppercase;
white-space: nowrap;
cursor: pointer;
background-color: #101010;
border: 2px solid transparent;
border-radius: 0;
-webkit-transition: .2s background-color, .2s color, .2s border-color, .2s opacity, .2s transform;
-o-transition: .2s background-color, .2s color, .2s border-color, .2s opacity, .2s transform;
transition: .2s background-color, .2s color, .2s border-color, .2s opacity, .2s transform;
}
.woocommerce-checkout #main .checkout_coupon button:hover, .woocommerce-checkout #main .checkout_coupon button:focus {
color: #fff;
background-color: #b9a186;
border-color: transparent;
-webkit-transform: translateY(-1px);
-ms-transform: translateY(-1px);
transform: translateY(-1px);
}
.woocommerce-checkout #main .checkout_coupon input,
.woocommerce-checkout #main .checkout_coupon button {
margin-bottom: 0;
}
.woocommerce-checkout #main .woocommerce-form-coupon-toggle ~ .checkout_coupon {
margin-top: -30px !important;
margin-bottom: 30px !important;
border-top: none;
}
.woocommerce-checkout #main .woocommerce-info {
margin-bottom: 30px;
}
.woocommerce-checkout #main .woocommerce table.shop_table {
border-collapse: collapse;
border: none;
border-radius: 0;
}
.woocommerce-checkout #main .woocommerce table.shop_table th,
.woocommerce-checkout #main .woocommerce table.shop_table td {
padding: 15px 10px;
border-color: #ededed;
border-right: none;
border-left: none;
}
.woocommerce-checkout #main .woocommerce table.shop_table thead tr:first-of-type th {
border-top: none;
}
.woocommerce-checkout #main #payment {
background: white;
border: 1px solid #ededed;
border-radius: 0;
}
.woocommerce-checkout #main #payment ul.payment_methods {
border-bottom-color: #ededed;
}
.woocommerce-checkout #main #payment .button {
margin-bottom: 0;
}
.woocommerce-checkout #main ul.order_details {
padding: 15px 20px;
border: 1px solid rgba(37, 37, 37, 0.1);
}
.woocommerce-checkout #main .woocommerce-notice ~ ul.order_details {
margin-top: -20px;
}
@media (max-width: 767px) {
.woocommerce-shipping-fields {
margin-top: 40px;
}
} .woocommerce-account .page > .entry-header {
display: none;
}
.woocommerce-account #main > .nk-gap-4 {
display: none;
}
.woocommerce-account .woocommerce table.shop_table {
border-collapse: collapse;
}
.woocommerce-account:not(.single-post) #main {
padding-bottom: 80px;
} .woocommerce-store-notice,
p.demo_store {
top: auto;
bottom: 0;
}
.form-control + .wpcf7-not-valid-tip {
margin-top: 5px;
font-size: .9em;
color: #d05e5e;
}
.form-control.wpcf7-not-valid {
border-color: #f5cece;
}
div.wpcf7-response-output {
padding: 15px;
margin: 10px 0;
background-color: #f9f9f9;
border-top: none;
border-right: none;
border-bottom: none;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
border-color: #b9a186;
} .nk-portfolio-details .sociality-share,
.nk-portfolio-launch-site .sociality-share {
--sclt-share__gaps: 7px;
--sclt-share__margin-x: 0;
}
.nk-portfolio-details .sociality-share .sociality-icon,
.nk-portfolio-launch-site .sociality-share .sociality-icon {
display: none;
}
.nk-portfolio-details .sociality-share .sociality-share-name,
.nk-portfolio-launch-site .sociality-share .sociality-share-name {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.nk-portfolio-details .sociality-share .sociality-share-counter,
.nk-portfolio-launch-site .sociality-share .sociality-share-counter {
display: none;
}
.nk-portfolio-details .sociality-share .sociality-share-button,
.nk-portfolio-launch-site .sociality-share .sociality-share-button {
color: inherit;
-webkit-transition: .2s color;
-o-transition: .2s color;
transition: .2s color;
}
.nk-portfolio-details .sociality-share .sociality-share-button:hover, .nk-portfolio-details .sociality-share .sociality-share-button:focus,
.nk-portfolio-launch-site .sociality-share .sociality-share-button:hover,
.nk-portfolio-launch-site .sociality-share .sociality-share-button:focus {
color: #101010;
text-decoration: none;
}
.nk-portfolio-details .sociality-share .sociality-share-name::after,
.nk-portfolio-launch-site .sociality-share .sociality-share-name::after {
content: ",";
margin-left: 1px;
color: #5f5f5f;
}
.nk-portfolio-details .sociality-share .sociality-share-button:last-of-type .sociality-share-name::after,
.nk-portfolio-launch-site .sociality-share .sociality-share-button:last-of-type .sociality-share-name::after {
content: none;
}
.nk-portfolio-details .sociality-share .sociality-share-vendor-rss:hover, .nk-portfolio-details .sociality-share .sociality-share-vendor-rss:focus,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-rss:hover,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-rss:focus {
color: #e06618;
}
.nk-portfolio-details .sociality-share .sociality-share-vendor-behance:hover, .nk-portfolio-details .sociality-share .sociality-share-vendor-behance:focus,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-behance:hover,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-behance:focus {
color: #487cfb;
}
.nk-portfolio-details .sociality-share .sociality-share-vendor-bitbucket:hover, .nk-portfolio-details .sociality-share .sociality-share-vendor-bitbucket:focus,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-bitbucket:hover,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-bitbucket:focus {
color: #36517e;
}
.nk-portfolio-details .sociality-share .sociality-share-vendor-dropbox:hover, .nk-portfolio-details .sociality-share .sociality-share-vendor-dropbox:focus,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-dropbox:hover,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-dropbox:focus {
color: #4d86d9;
}
.nk-portfolio-details .sociality-share .sociality-share-vendor-dribbble:hover, .nk-portfolio-details .sociality-share .sociality-share-vendor-dribbble:focus,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-dribbble:hover,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-dribbble:focus {
color: #ea4c89;
}
.nk-portfolio-details .sociality-share .sociality-share-vendor-deviantart:hover, .nk-portfolio-details .sociality-share .sociality-share-vendor-deviantart:focus,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-deviantart:hover,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-deviantart:focus {
color: #4a5d4e;
}
.nk-portfolio-details .sociality-share .sociality-share-vendor-facebook:hover, .nk-portfolio-details .sociality-share .sociality-share-vendor-facebook:focus,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-facebook:hover,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-facebook:focus {
color: #3b5998;
}
.nk-portfolio-details .sociality-share .sociality-share-vendor-flickr:hover, .nk-portfolio-details .sociality-share .sociality-share-vendor-flickr:focus,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-flickr:hover,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-flickr:focus {
color: #f40083;
}
.nk-portfolio-details .sociality-share .sociality-share-vendor-foursquare:hover, .nk-portfolio-details .sociality-share .sociality-share-vendor-foursquare:focus,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-foursquare:hover,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-foursquare:focus {
color: #fc4575;
}
.nk-portfolio-details .sociality-share .sociality-share-vendor-github:hover, .nk-portfolio-details .sociality-share .sociality-share-vendor-github:focus,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-github:hover,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-github:focus {
color: #464646;
}
.nk-portfolio-details .sociality-share .sociality-share-vendor-google-plus:hover, .nk-portfolio-details .sociality-share .sociality-share-vendor-google-plus:focus,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-google-plus:hover,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-google-plus:focus {
color: #df4a32;
}
.nk-portfolio-details .sociality-share .sociality-share-vendor-google_plus:hover, .nk-portfolio-details .sociality-share .sociality-share-vendor-google_plus:focus,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-google_plus:hover,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-google_plus:focus {
color: #df4a32;
}
.nk-portfolio-details .sociality-share .sociality-share-vendor-instagram:hover, .nk-portfolio-details .sociality-share .sociality-share-vendor-instagram:focus,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-instagram:hover,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-instagram:focus {
color: #c32aa3;
}
.nk-portfolio-details .sociality-share .sociality-share-vendor-linkedin:hover, .nk-portfolio-details .sociality-share .sociality-share-vendor-linkedin:focus,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-linkedin:hover,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-linkedin:focus {
color: #007bb6;
}
.nk-portfolio-details .sociality-share .sociality-share-vendor-medium:hover, .nk-portfolio-details .sociality-share .sociality-share-vendor-medium:focus,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-medium:hover,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-medium:focus {
color: #71c66d;
}
.nk-portfolio-details .sociality-share .sociality-share-vendor-odnoklassniki:hover, .nk-portfolio-details .sociality-share .sociality-share-vendor-odnoklassniki:focus,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-odnoklassniki:hover,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-odnoklassniki:focus {
color: #d8732a;
}
.nk-portfolio-details .sociality-share .sociality-share-vendor-paypal:hover, .nk-portfolio-details .sociality-share .sociality-share-vendor-paypal:focus,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-paypal:hover,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-paypal:focus {
color: #1d3283;
}
.nk-portfolio-details .sociality-share .sociality-share-vendor-pinterest:hover, .nk-portfolio-details .sociality-share .sociality-share-vendor-pinterest:focus,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-pinterest:hover,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-pinterest:focus {
color: #cb2027;
}
.nk-portfolio-details .sociality-share .sociality-share-vendor-reddit:hover, .nk-portfolio-details .sociality-share .sociality-share-vendor-reddit:focus,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-reddit:hover,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-reddit:focus {
color: #ff5700;
}
.nk-portfolio-details .sociality-share .sociality-share-vendor-skype:hover, .nk-portfolio-details .sociality-share .sociality-share-vendor-skype:focus,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-skype:hover,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-skype:focus {
color: #00aff0;
}
.nk-portfolio-details .sociality-share .sociality-share-vendor-soundcloud:hover, .nk-portfolio-details .sociality-share .sociality-share-vendor-soundcloud:focus,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-soundcloud:hover,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-soundcloud:focus {
color: #f50;
}
.nk-portfolio-details .sociality-share .sociality-share-vendor-slack:hover, .nk-portfolio-details .sociality-share .sociality-share-vendor-slack:focus,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-slack:hover,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-slack:focus {
color: #543b56;
}
.nk-portfolio-details .sociality-share .sociality-share-vendor-steam:hover, .nk-portfolio-details .sociality-share .sociality-share-vendor-steam:focus,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-steam:hover,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-steam:focus {
color: #272425;
}
.nk-portfolio-details .sociality-share .sociality-share-vendor-snapchat:hover, .nk-portfolio-details .sociality-share .sociality-share-vendor-snapchat:focus,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-snapchat:hover,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-snapchat:focus {
color: #fffc00;
}
.nk-portfolio-details .sociality-share .sociality-share-vendor-swarm:hover, .nk-portfolio-details .sociality-share .sociality-share-vendor-swarm:focus,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-swarm:hover,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-swarm:focus {
color: #ffb000;
}
.nk-portfolio-details .sociality-share .sociality-share-vendor-stumbleupon:hover, .nk-portfolio-details .sociality-share .sociality-share-vendor-stumbleupon:focus,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-stumbleupon:hover,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-stumbleupon:focus {
color: #eb4924;
}
.nk-portfolio-details .sociality-share .sociality-share-vendor-spotify:hover, .nk-portfolio-details .sociality-share .sociality-share-vendor-spotify:focus,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-spotify:hover,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-spotify:focus {
color: #1ed760;
}
.nk-portfolio-details .sociality-share .sociality-share-vendor-tumblr:hover, .nk-portfolio-details .sociality-share .sociality-share-vendor-tumblr:focus,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-tumblr:hover,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-tumblr:focus {
color: #2c4762;
}
.nk-portfolio-details .sociality-share .sociality-share-vendor-twitch:hover, .nk-portfolio-details .sociality-share .sociality-share-vendor-twitch:focus,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-twitch:hover,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-twitch:focus {
color: #5c43a1;
}
.nk-portfolio-details .sociality-share .sociality-share-vendor-twitter:hover, .nk-portfolio-details .sociality-share .sociality-share-vendor-twitter:focus,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-twitter:hover,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-twitter:focus {
color: #00b6f1;
}
.nk-portfolio-details .sociality-share .sociality-share-vendor-vimeo:hover, .nk-portfolio-details .sociality-share .sociality-share-vendor-vimeo:focus,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-vimeo:hover,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-vimeo:focus {
color: #45bbff;
}
.nk-portfolio-details .sociality-share .sociality-share-vendor-vk:hover, .nk-portfolio-details .sociality-share .sociality-share-vendor-vk:focus,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-vk:hover,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-vk:focus {
color: #657da0;
}
.nk-portfolio-details .sociality-share .sociality-share-vendor-vkontakte:hover, .nk-portfolio-details .sociality-share .sociality-share-vendor-vkontakte:focus,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-vkontakte:hover,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-vkontakte:focus {
color: #657da0;
}
.nk-portfolio-details .sociality-share .sociality-share-vendor-wordpress:hover, .nk-portfolio-details .sociality-share .sociality-share-vendor-wordpress:focus,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-wordpress:hover,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-wordpress:focus {
color: #4072a1;
}
.nk-portfolio-details .sociality-share .sociality-share-vendor-youtube:hover, .nk-portfolio-details .sociality-share .sociality-share-vendor-youtube:focus,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-youtube:hover,
.nk-portfolio-launch-site .sociality-share .sociality-share-vendor-youtube:focus {
color: #f00;
}
.nk-portfolio-launch-site .sociality-share .sociality-share-inner {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 0;
font-style: italic;
}
.nk-portfolio-launch-site * + .sociality-share {
margin-top: 24px;
}
.nk-portfolio-launch-site .sociality-share-button:hover,
.nk-portfolio-launch-site .sociality-share-button:focus {
opacity: 1;
}
.hentry > .sociality-share,
.nk-shop-header-share .sociality-share {
--sclt-share__gaps: 0;
--sclt-share__margin-x: 0;
margin-top: 52px;
}
.hentry > .sociality-share .sociality-icon,
.nk-shop-header-share .sociality-share .sociality-icon {
width: 1.5em;
height: 1.5em;
}
.hentry > .sociality-share .sociality-share-name,
.nk-shop-header-share .sociality-share .sociality-share-name {
display: block;
margin-left: 15px;
}
.hentry > .sociality-share .sociality-share-counter,
.nk-shop-header-share .sociality-share .sociality-share-counter {
display: none;
}
.hentry > .sociality-share .sociality-share-button,
.nk-shop-header-share .sociality-share .sociality-share-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 20px 5px;
font-size: .8rem;
text-align: center;
text-transform: uppercase;
background-color: #a5a5a5;
-webkit-transition: .2s background-color;
-o-transition: .2s background-color;
transition: .2s background-color;
}
.hentry > .sociality-share .sociality-share-button:hover, .hentry > .sociality-share .sociality-share-button:focus,
.nk-shop-header-share .sociality-share .sociality-share-button:hover,
.nk-shop-header-share .sociality-share .sociality-share-button:focus {
text-decoration: none;
}
.hentry > .sociality-share .sociality-share-vendor-rss,
.nk-shop-header-share .sociality-share .sociality-share-vendor-rss {
color: #fff;
background-color: #e06618;
}
.hentry > .sociality-share .sociality-share-vendor-rss:hover, .hentry > .sociality-share .sociality-share-vendor-rss:focus,
.nk-shop-header-share .sociality-share .sociality-share-vendor-rss:hover,
.nk-shop-header-share .sociality-share .sociality-share-vendor-rss:focus {
background-color: #c05715;
}
.hentry > .sociality-share .sociality-share-vendor-behance,
.nk-shop-header-share .sociality-share .sociality-share-vendor-behance {
color: #fff;
background-color: #487cfb;
}
.hentry > .sociality-share .sociality-share-vendor-behance:hover, .hentry > .sociality-share .sociality-share-vendor-behance:focus,
.nk-shop-header-share .sociality-share .sociality-share-vendor-behance:hover,
.nk-shop-header-share .sociality-share .sociality-share-vendor-behance:focus {
background-color: #2563fa;
}
.hentry > .sociality-share .sociality-share-vendor-bitbucket,
.nk-shop-header-share .sociality-share .sociality-share-vendor-bitbucket {
color: #fff;
background-color: #36517e;
}
.hentry > .sociality-share .sociality-share-vendor-bitbucket:hover, .hentry > .sociality-share .sociality-share-vendor-bitbucket:focus,
.nk-shop-header-share .sociality-share .sociality-share-vendor-bitbucket:hover,
.nk-shop-header-share .sociality-share .sociality-share-vendor-bitbucket:focus {
background-color: #2b4165;
}
.hentry > .sociality-share .sociality-share-vendor-dropbox,
.nk-shop-header-share .sociality-share .sociality-share-vendor-dropbox {
color: #fff;
background-color: #4d86d9;
}
.hentry > .sociality-share .sociality-share-vendor-dropbox:hover, .hentry > .sociality-share .sociality-share-vendor-dropbox:focus,
.nk-shop-header-share .sociality-share .sociality-share-vendor-dropbox:hover,
.nk-shop-header-share .sociality-share .sociality-share-vendor-dropbox:focus {
background-color: #3072d3;
}
.hentry > .sociality-share .sociality-share-vendor-dribbble,
.nk-shop-header-share .sociality-share .sociality-share-vendor-dribbble {
color: #fff;
background-color: #ea4c89;
}
.hentry > .sociality-share .sociality-share-vendor-dribbble:hover, .hentry > .sociality-share .sociality-share-vendor-dribbble:focus,
.nk-shop-header-share .sociality-share .sociality-share-vendor-dribbble:hover,
.nk-shop-header-share .sociality-share .sociality-share-vendor-dribbble:focus {
background-color: #e62c74;
}
.hentry > .sociality-share .sociality-share-vendor-deviantart,
.nk-shop-header-share .sociality-share .sociality-share-vendor-deviantart {
color: #fff;
background-color: #4a5d4e;
}
.hentry > .sociality-share .sociality-share-vendor-deviantart:hover, .hentry > .sociality-share .sociality-share-vendor-deviantart:focus,
.nk-shop-header-share .sociality-share .sociality-share-vendor-deviantart:hover,
.nk-shop-header-share .sociality-share .sociality-share-vendor-deviantart:focus {
background-color: #3a493d;
}
.hentry > .sociality-share .sociality-share-vendor-facebook,
.nk-shop-header-share .sociality-share .sociality-share-vendor-facebook {
color: #fff;
background-color: #3b5998;
}
.hentry > .sociality-share .sociality-share-vendor-facebook:hover, .hentry > .sociality-share .sociality-share-vendor-facebook:focus,
.nk-shop-header-share .sociality-share .sociality-share-vendor-facebook:hover,
.nk-shop-header-share .sociality-share .sociality-share-vendor-facebook:focus {
background-color: #314a7e;
}
.hentry > .sociality-share .sociality-share-vendor-flickr,
.nk-shop-header-share .sociality-share .sociality-share-vendor-flickr {
color: #fff;
background-color: #f40083;
}
.hentry > .sociality-share .sociality-share-vendor-flickr:hover, .hentry > .sociality-share .sociality-share-vendor-flickr:focus,
.nk-shop-header-share .sociality-share .sociality-share-vendor-flickr:hover,
.nk-shop-header-share .sociality-share .sociality-share-vendor-flickr:focus {
background-color: #d00070;
}
.hentry > .sociality-share .sociality-share-vendor-foursquare,
.nk-shop-header-share .sociality-share .sociality-share-vendor-foursquare {
color: #fff;
background-color: #fc4575;
}
.hentry > .sociality-share .sociality-share-vendor-foursquare:hover, .hentry > .sociality-share .sociality-share-vendor-foursquare:focus,
.nk-shop-header-share .sociality-share .sociality-share-vendor-foursquare:hover,
.nk-shop-header-share .sociality-share .sociality-share-vendor-foursquare:focus {
background-color: #fb225b;
}
.hentry > .sociality-share .sociality-share-vendor-github,
.nk-shop-header-share .sociality-share .sociality-share-vendor-github {
color: #fff;
background-color: #464646;
}
.hentry > .sociality-share .sociality-share-vendor-github:hover, .hentry > .sociality-share .sociality-share-vendor-github:focus,
.nk-shop-header-share .sociality-share .sociality-share-vendor-github:hover,
.nk-shop-header-share .sociality-share .sociality-share-vendor-github:focus {
background-color: #343434;
}
.hentry > .sociality-share .sociality-share-vendor-google-plus,
.nk-shop-header-share .sociality-share .sociality-share-vendor-google-plus {
color: #fff;
background-color: #df4a32;
}
.hentry > .sociality-share .sociality-share-vendor-google-plus:hover, .hentry > .sociality-share .sociality-share-vendor-google-plus:focus,
.nk-shop-header-share .sociality-share .sociality-share-vendor-google-plus:hover,
.nk-shop-header-share .sociality-share .sociality-share-vendor-google-plus:focus {
background-color: #cd3820;
}
.hentry > .sociality-share .sociality-share-vendor-google_plus,
.nk-shop-header-share .sociality-share .sociality-share-vendor-google_plus {
color: #fff;
background-color: #df4a32;
}
.hentry > .sociality-share .sociality-share-vendor-google_plus:hover, .hentry > .sociality-share .sociality-share-vendor-google_plus:focus,
.nk-shop-header-share .sociality-share .sociality-share-vendor-google_plus:hover,
.nk-shop-header-share .sociality-share .sociality-share-vendor-google_plus:focus {
background-color: #cd3820;
}
.hentry > .sociality-share .sociality-share-vendor-instagram,
.nk-shop-header-share .sociality-share .sociality-share-vendor-instagram {
color: #fff;
background-color: #c32aa3;
}
.hentry > .sociality-share .sociality-share-vendor-instagram:hover, .hentry > .sociality-share .sociality-share-vendor-instagram:focus,
.nk-shop-header-share .sociality-share .sociality-share-vendor-instagram:hover,
.nk-shop-header-share .sociality-share .sociality-share-vendor-instagram:focus {
background-color: #a6248a;
}
.hentry > .sociality-share .sociality-share-vendor-linkedin,
.nk-shop-header-share .sociality-share .sociality-share-vendor-linkedin {
color: #fff;
background-color: #007bb6;
}
.hentry > .sociality-share .sociality-share-vendor-linkedin:hover, .hentry > .sociality-share .sociality-share-vendor-linkedin:focus,
.nk-shop-header-share .sociality-share .sociality-share-vendor-linkedin:hover,
.nk-shop-header-share .sociality-share .sociality-share-vendor-linkedin:focus {
background-color: #006392;
}
.hentry > .sociality-share .sociality-share-vendor-medium,
.nk-shop-header-share .sociality-share .sociality-share-vendor-medium {
color: #fff;
background-color: #71c66d;
}
.hentry > .sociality-share .sociality-share-vendor-medium:hover, .hentry > .sociality-share .sociality-share-vendor-medium:focus,
.nk-shop-header-share .sociality-share .sociality-share-vendor-medium:hover,
.nk-shop-header-share .sociality-share .sociality-share-vendor-medium:focus {
background-color: #58bc53;
}
.hentry > .sociality-share .sociality-share-vendor-odnoklassniki,
.nk-shop-header-share .sociality-share .sociality-share-vendor-odnoklassniki {
color: #fff;
background-color: #d8732a;
}
.hentry > .sociality-share .sociality-share-vendor-odnoklassniki:hover, .hentry > .sociality-share .sociality-share-vendor-odnoklassniki:focus,
.nk-shop-header-share .sociality-share .sociality-share-vendor-odnoklassniki:hover,
.nk-shop-header-share .sociality-share .sociality-share-vendor-odnoklassniki:focus {
background-color: #bc6322;
}
.hentry > .sociality-share .sociality-share-vendor-paypal,
.nk-shop-header-share .sociality-share .sociality-share-vendor-paypal {
color: #fff;
background-color: #1d3283;
}
.hentry > .sociality-share .sociality-share-vendor-paypal:hover, .hentry > .sociality-share .sociality-share-vendor-paypal:focus,
.nk-shop-header-share .sociality-share .sociality-share-vendor-paypal:hover,
.nk-shop-header-share .sociality-share .sociality-share-vendor-paypal:focus {
background-color: #172766;
}
.hentry > .sociality-share .sociality-share-vendor-pinterest,
.nk-shop-header-share .sociality-share .sociality-share-vendor-pinterest {
color: #fff;
background-color: #cb2027;
}
.hentry > .sociality-share .sociality-share-vendor-pinterest:hover, .hentry > .sociality-share .sociality-share-vendor-pinterest:focus,
.nk-shop-header-share .sociality-share .sociality-share-vendor-pinterest:hover,
.nk-shop-header-share .sociality-share .sociality-share-vendor-pinterest:focus {
background-color: #ac1b21;
}
.hentry > .sociality-share .sociality-share-vendor-reddit,
.nk-shop-header-share .sociality-share .sociality-share-vendor-reddit {
color: #fff;
background-color: #ff5700;
}
.hentry > .sociality-share .sociality-share-vendor-reddit:hover, .hentry > .sociality-share .sociality-share-vendor-reddit:focus,
.nk-shop-header-share .sociality-share .sociality-share-vendor-reddit:hover,
.nk-shop-header-share .sociality-share .sociality-share-vendor-reddit:focus {
background-color: #db4b00;
}
.hentry > .sociality-share .sociality-share-vendor-skype,
.nk-shop-header-share .sociality-share .sociality-share-vendor-skype {
color: #fff;
background-color: #00aff0;
}
.hentry > .sociality-share .sociality-share-vendor-skype:hover, .hentry > .sociality-share .sociality-share-vendor-skype:focus,
.nk-shop-header-share .sociality-share .sociality-share-vendor-skype:hover,
.nk-shop-header-share .sociality-share .sociality-share-vendor-skype:focus {
background-color: #0095cc;
}
.hentry > .sociality-share .sociality-share-vendor-soundcloud,
.nk-shop-header-share .sociality-share .sociality-share-vendor-soundcloud {
color: #fff;
background-color: #f50;
}
.hentry > .sociality-share .sociality-share-vendor-soundcloud:hover, .hentry > .sociality-share .sociality-share-vendor-soundcloud:focus,
.nk-shop-header-share .sociality-share .sociality-share-vendor-soundcloud:hover,
.nk-shop-header-share .sociality-share .sociality-share-vendor-soundcloud:focus {
background-color: #db4900;
}
.hentry > .sociality-share .sociality-share-vendor-slack,
.nk-shop-header-share .sociality-share .sociality-share-vendor-slack {
color: #fff;
background-color: #543b56;
}
.hentry > .sociality-share .sociality-share-vendor-slack:hover, .hentry > .sociality-share .sociality-share-vendor-slack:focus,
.nk-shop-header-share .sociality-share .sociality-share-vendor-slack:hover,
.nk-shop-header-share .sociality-share .sociality-share-vendor-slack:focus {
background-color: #3f2c41;
}
.hentry > .sociality-share .sociality-share-vendor-steam,
.nk-shop-header-share .sociality-share .sociality-share-vendor-steam {
color: #fff;
background-color: #272425;
}
.hentry > .sociality-share .sociality-share-vendor-steam:hover, .hentry > .sociality-share .sociality-share-vendor-steam:focus,
.nk-shop-header-share .sociality-share .sociality-share-vendor-steam:hover,
.nk-shop-header-share .sociality-share .sociality-share-vendor-steam:focus {
background-color: #141313;
}
.hentry > .sociality-share .sociality-share-vendor-snapchat,
.nk-shop-header-share .sociality-share .sociality-share-vendor-snapchat {
color: #fff;
background-color: #fffc00;
}
.hentry > .sociality-share .sociality-share-vendor-snapchat:hover, .hentry > .sociality-share .sociality-share-vendor-snapchat:focus,
.nk-shop-header-share .sociality-share .sociality-share-vendor-snapchat:hover,
.nk-shop-header-share .sociality-share .sociality-share-vendor-snapchat:focus {
background-color: #dbd900;
}
.hentry > .sociality-share .sociality-share-vendor-swarm,
.nk-shop-header-share .sociality-share .sociality-share-vendor-swarm {
color: #fff;
background-color: #ffb000;
}
.hentry > .sociality-share .sociality-share-vendor-swarm:hover, .hentry > .sociality-share .sociality-share-vendor-swarm:focus,
.nk-shop-header-share .sociality-share .sociality-share-vendor-swarm:hover,
.nk-shop-header-share .sociality-share .sociality-share-vendor-swarm:focus {
background-color: #db9700;
}
.hentry > .sociality-share .sociality-share-vendor-stumbleupon,
.nk-shop-header-share .sociality-share .sociality-share-vendor-stumbleupon {
color: #fff;
background-color: #eb4924;
}
.hentry > .sociality-share .sociality-share-vendor-stumbleupon:hover, .hentry > .sociality-share .sociality-share-vendor-stumbleupon:focus,
.nk-shop-header-share .sociality-share .sociality-share-vendor-stumbleupon:hover,
.nk-shop-header-share .sociality-share .sociality-share-vendor-stumbleupon:focus {
background-color: #d83814;
}
.hentry > .sociality-share .sociality-share-vendor-spotify,
.nk-shop-header-share .sociality-share .sociality-share-vendor-spotify {
color: #fff;
background-color: #1ed760;
}
.hentry > .sociality-share .sociality-share-vendor-spotify:hover, .hentry > .sociality-share .sociality-share-vendor-spotify:focus,
.nk-shop-header-share .sociality-share .sociality-share-vendor-spotify:hover,
.nk-shop-header-share .sociality-share .sociality-share-vendor-spotify:focus {
background-color: #1ab852;
}
.hentry > .sociality-share .sociality-share-vendor-tumblr,
.nk-shop-header-share .sociality-share .sociality-share-vendor-tumblr {
color: #fff;
background-color: #2c4762;
}
.hentry > .sociality-share .sociality-share-vendor-tumblr:hover, .hentry > .sociality-share .sociality-share-vendor-tumblr:focus,
.nk-shop-header-share .sociality-share .sociality-share-vendor-tumblr:hover,
.nk-shop-header-share .sociality-share .sociality-share-vendor-tumblr:focus {
background-color: #213549;
}
.hentry > .sociality-share .sociality-share-vendor-twitch,
.nk-shop-header-share .sociality-share .sociality-share-vendor-twitch {
color: #fff;
background-color: #5c43a1;
}
.hentry > .sociality-share .sociality-share-vendor-twitch:hover, .hentry > .sociality-share .sociality-share-vendor-twitch:focus,
.nk-shop-header-share .sociality-share .sociality-share-vendor-twitch:hover,
.nk-shop-header-share .sociality-share .sociality-share-vendor-twitch:focus {
background-color: #4e3988;
}
.hentry > .sociality-share .sociality-share-vendor-twitter,
.nk-shop-header-share .sociality-share .sociality-share-vendor-twitter {
color: #fff;
background-color: #00b6f1;
}
.hentry > .sociality-share .sociality-share-vendor-twitter:hover, .hentry > .sociality-share .sociality-share-vendor-twitter:focus,
.nk-shop-header-share .sociality-share .sociality-share-vendor-twitter:hover,
.nk-shop-header-share .sociality-share .sociality-share-vendor-twitter:focus {
background-color: #009bcd;
}
.hentry > .sociality-share .sociality-share-vendor-vimeo,
.nk-shop-header-share .sociality-share .sociality-share-vendor-vimeo {
color: #fff;
background-color: #45bbff;
}
.hentry > .sociality-share .sociality-share-vendor-vimeo:hover, .hentry > .sociality-share .sociality-share-vendor-vimeo:focus,
.nk-shop-header-share .sociality-share .sociality-share-vendor-vimeo:hover,
.nk-shop-header-share .sociality-share .sociality-share-vendor-vimeo:focus {
background-color: #21aeff;
}
.hentry > .sociality-share .sociality-share-vendor-vk,
.nk-shop-header-share .sociality-share .sociality-share-vendor-vk {
color: #fff;
background-color: #657da0;
}
.hentry > .sociality-share .sociality-share-vendor-vk:hover, .hentry > .sociality-share .sociality-share-vendor-vk:focus,
.nk-shop-header-share .sociality-share .sociality-share-vendor-vk:hover,
.nk-shop-header-share .sociality-share .sociality-share-vendor-vk:focus {
background-color: #566c8b;
}
.hentry > .sociality-share .sociality-share-vendor-vkontakte,
.nk-shop-header-share .sociality-share .sociality-share-vendor-vkontakte {
color: #fff;
background-color: #657da0;
}
.hentry > .sociality-share .sociality-share-vendor-vkontakte:hover, .hentry > .sociality-share .sociality-share-vendor-vkontakte:focus,
.nk-shop-header-share .sociality-share .sociality-share-vendor-vkontakte:hover,
.nk-shop-header-share .sociality-share .sociality-share-vendor-vkontakte:focus {
background-color: #566c8b;
}
.hentry > .sociality-share .sociality-share-vendor-wordpress,
.nk-shop-header-share .sociality-share .sociality-share-vendor-wordpress {
color: #fff;
background-color: #4072a1;
}
.hentry > .sociality-share .sociality-share-vendor-wordpress:hover, .hentry > .sociality-share .sociality-share-vendor-wordpress:focus,
.nk-shop-header-share .sociality-share .sociality-share-vendor-wordpress:hover,
.nk-shop-header-share .sociality-share .sociality-share-vendor-wordpress:focus {
background-color: #366087;
}
.hentry > .sociality-share .sociality-share-vendor-youtube,
.nk-shop-header-share .sociality-share .sociality-share-vendor-youtube {
color: #fff;
background-color: #f00;
}
.hentry > .sociality-share .sociality-share-vendor-youtube:hover, .hentry > .sociality-share .sociality-share-vendor-youtube:focus,
.nk-shop-header-share .sociality-share .sociality-share-vendor-youtube:hover,
.nk-shop-header-share .sociality-share .sociality-share-vendor-youtube:focus {
background-color: #db0000;
}
.nk-shop-header-share {
position: relative;
}
.nk-shop-header-share .sociality-share {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
top: 100%;
right: 0;
width: auto;
margin-top: 0;
margin-left: -100px;
visibility: hidden;
opacity: 0;
-webkit-transition: .2s opacity, .2s visibility;
-o-transition: .2s opacity, .2s visibility;
transition: .2s opacity, .2s visibility;
will-change: opacity, visibility;
z-index: 1;
}
.nk-shop-header-share .sociality-share .sociality-share-button {
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
min-width: 60px;
}
.nk-shop-header-share .sociality-share .sociality-icon {
width: 1.3em;
height: 1.3em;
}
.nk-shop-header-share .sociality-share .sociality-share-name {
display: none;
}
.nk-shop-header-share:focus .sociality-share,
.nk-shop-header-share:hover .sociality-share {
visibility: inherit;
opacity: 1;
}
blockquote.nk-blockquote-style-2:not(.is-large):not(.is-style-large) {
padding-left: 50px;
border-left: none;
} .nk-pagination {
width: auto;
}
.entry-content ~ .nk-pagination {
margin-top: 60px;
}
.nk-reply ~ .nk-pagination,
.nk-comments ~ .nk-pagination {
margin-top: 0;
} .nk-plain-video > img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-family: "object-fit: cover;";
z-index: 1;
-o-object-fit: cover;
object-fit: cover;
}
.nk-plain-video > iframe {
z-index: 3;
}
.nk-plain-video > .nk-video-plain-toggle {
z-index: 2;
}
.nk-blog-post .nk-plain-video > img {
height: 100%;
} textarea.form-control {
-webkit-appearance: none;
}
.nk-typed-words {
position: relative;
display: inline-block;
text-align: left;
-webkit-transition: width .5s ease-in-out;
-o-transition: width .5s ease-in-out;
transition: width .5s ease-in-out;
-webkit-perspective: 500px;
perspective: 500px;
}
.nk-typed-words > span {
position: absolute;
display: inline-block;
top: 0;
left: 0;
white-space: nowrap;
opacity: 0;
}
.nk-typed-words:not(.nk-typed-words-ready) > span:first-of-type,
.nk-typed-words > .nk-typed-words-active {
position: relative;
opacity: 1;
}
.nk-typed-words > .nk-typed-words-show {
-webkit-animation: .6s nk-typed-words-show;
animation: .6s nk-typed-words-show;
}
.nk-typed-words > .nk-typed-words-hide {
-webkit-animation: .6s nk-typed-words-hide;
animation: .6s nk-typed-words-hide;
}
@-webkit-keyframes nk-typed-words-show {
0% {
opacity: 0;
-webkit-transform: translateY(-100%) rotateX(45deg) translateZ(0);
transform: translateY(-100%) rotateX(45deg) translateZ(0);
}
100% {
opacity: 1;
-webkit-transform: translateY(0) rotateX(0deg) translateZ(0);
transform: translateY(0) rotateX(0deg) translateZ(0);
}
}
@keyframes nk-typed-words-show {
0% {
opacity: 0;
-webkit-transform: translateY(-100%) rotateX(45deg) translateZ(0);
transform: translateY(-100%) rotateX(45deg) translateZ(0);
}
100% {
opacity: 1;
-webkit-transform: translateY(0) rotateX(0deg) translateZ(0);
transform: translateY(0) rotateX(0deg) translateZ(0);
}
}
@-webkit-keyframes nk-typed-words-hide {
0% {
opacity: 1;
-webkit-transform: translateY(0) rotateX(0deg) translateZ(0);
transform: translateY(0) rotateX(0deg) translateZ(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(100%) rotateX(-45deg) translateZ(0);
transform: translateY(100%) rotateX(-45deg) translateZ(0);
}
}
@keyframes nk-typed-words-hide {
0% {
opacity: 1;
-webkit-transform: translateY(0) rotateX(0deg) translateZ(0);
transform: translateY(0) rotateX(0deg) translateZ(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(100%) rotateX(-45deg) translateZ(0);
transform: translateY(100%) rotateX(-45deg) translateZ(0);
}
}