
.vlt-highlight,
mark
{
    background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, transparent), color-stop(5%, #fdf4b4), color-stop(37%, #fdf4b4), color-stop(37%, transparent));
    background: -webkit-linear-gradient(bottom, transparent 5%, #fdf4b4 5%, #fdf4b4 37%, transparent 37%);
    background:         linear-gradient(to top, transparent 5%, #fdf4b4 5%, #fdf4b4 37%, transparent 37%);
}


p{
    font-family:MaisonNeueBook;
}

.vlt-white-color
{
    color: #fff !important;
}

.vlt-first-color
{
    color: #ee3364 !important;
}

.vlt-second-color
{
    color: #00bec5 !important;
}

.vlt-third-color
{
    color: #fdf4b4 !important;
}

.vlt-fourth-color
{
    color: #1f0e49 !important;
}




.vlt-secondary-font {
	font-family: MaisonNeueBlack;
}.vlt-primary-font {
	font-family: MaisonNeueBold;
}



.vlt-third-font
{
    font-family:MaisonNeueBook;
}

.vlt-gap-10
{
    height: 10px;
}
@media (max-width: 767px)
{
    .vlt-gap-10--sm
    {
        height: 10px;
    }
}

.vlt-gap-15
{
    height: 15px;
}
@media (max-width: 767px)
{
    .vlt-gap-15--sm
    {
        height: 15px;
    }
}

.vlt-gap-20
{
    height: 20px;
}
@media (max-width: 767px)
{
    .vlt-gap-20--sm
    {
        height: 20px;
    }
}

.vlt-gap-25
{
    height: 25px;
}
@media (max-width: 767px)
{
    .vlt-gap-25--sm
    {
        height: 25px;
    }
}

.vlt-gap-30
{
    height: 30px;
}
@media (max-width: 767px)
{
    .vlt-gap-30--sm
    {
        height: 30px;
    }
}

.vlt-gap-35
{
    height: 35px;
}
@media (max-width: 767px)
{
    .vlt-gap-35--sm
    {
        height: 35px;
    }
}

.vlt-gap-40
{
    height: 40px;
}
@media (max-width: 767px)
{
    .vlt-gap-40--sm
    {
        height: 40px;
    }
}

.vlt-gap-45
{
    height: 45px;
}
@media (max-width: 767px)
{
    .vlt-gap-45--sm
    {
        height: 45px;
    }
}

.vlt-gap-50
{
    height: 50px;
}
@media (max-width: 767px)
{
    .vlt-gap-50--sm
    {
        height: 50px;
    }
}

.vlt-gap-60
{
    height: 60px;
}
@media (max-width: 767px)
{
    .vlt-gap-60--sm
    {
        height: 60px;
    }
}

.vlt-gap-65
{
    height: 65px;
}
@media (max-width: 767px)
{
    .vlt-gap-65--sm
    {
        height: 65px;
    }
}

.vlt-gap-50
{
    height: 50px;
}
@media (max-width: 767px)
{
    .vlt-gap-50--sm
    {
        height: 50px;
    }
}

.vlt-gap-70
{
    height: 70px;
}
@media (max-width: 767px)
{
    .vlt-gap-70--sm
    {
        height: 70px;
    }
}

.vlt-gap-80
{
    height: 80px;
}
@media (max-width: 767px)
{
    .vlt-gap-80--sm
    {
        height: 80px;
    }
}

.vlt-gap-100
{
    height: 100px;
}
@media (max-width: 767px)
{
    .vlt-gap-100--sm
    {
        height: 100px;
    }
}

.vlt-gap-110
{
    height: 110px;
}
@media (max-width: 767px)
{
    .vlt-gap-110--sm
    {
        height: 110px;
    }
}

.vlt-gap-120
{
    height: 120px;
}
@media (max-width: 767px)
{
    .vlt-gap-120--sm
    {
        height: 120px;
    }
}

.vlt-gap-140
{
    height: 140px;
}
@media (max-width: 767px)
{
    .vlt-gap-140--sm
    {
        height: 140px;
    }
}

.vlt-gap-150
{
    height: 150px;
}
@media (max-width: 767px)
{
    .vlt-gap-150--sm
    {
        height: 150px;
    }
}

.vlt-gap-160
{
    height: 160px;
}
@media (max-width: 767px)
{
    .vlt-gap-160--sm
    {
        height: 160px;
    }
}

.vlt-gap-170
{
    height: 170px;
}
@media (max-width: 767px)
{
    .vlt-gap-170--sm
    {
        height: 170px;
    }
}

.vlt-gap-190
{
    height: 190px;
}
@media (max-width: 767px)
{
    .vlt-gap-190--sm
    {
        height: 190px;
    }
}

.vlt-gap-220
{
    height: 220px;
}
@media (max-width: 767px)
{
    .vlt-gap-220--sm
    {
        height: 220px;
    }
}

.vlt-gap-250
{
    height: 250px;
}
@media (max-width: 767px)
{
    .vlt-gap-250--sm
    {
        height: 250px;
    }
}

.vlt-gap-300
{
    height: 300px;
}
@media (max-width: 767px)
{
    .vlt-gap-300--sm
    {
        height: 300px;
    }
}

/* body */
body
{
    font-family: Muli;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.65;

    min-width: 320px;
    margin: 0;
    padding: 0;

    letter-spacing: .004em; 

    color: #5c5c5c;
}

::-moz-selection
{
    color: #fff !important;
    background-color: #ee3364;
}

::selection
{
    color: #fff !important;
    background-color: #ee3364;
}

/* image */
img
{
    max-width: 100%;
    height: auto;
}

/* paragraph */
p
{
    margin: 0 0 30px;
}
p:empty
{
    display: none;
}
p:last-child
{
    margin-bottom: 0;
}

/* strong */
strong
{
    font-weight: 700;
}

/* mark */
mark
{
    background-color: transparent;
}

/* link */
a
{
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
    text-decoration: none;

    color: inherit;
}
a:hover,
a:focus,
a:active
{
    text-decoration: none;

    outline: none;
}
a:hover
{
    color: #ee3364;
}

/* headings */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6
{
    font-family: MaisonNeueBook;
    font-weight: 600;

    margin: 15px 0;
    padding: 0;

    letter-spacing: .01em;
    text-transform: none; 

    color: #0b0b0b;
}

h1,
.h1
{
    font-size: 58px;
    line-height: 1.22;
}

h2,
.h2
{
    font-size: 48px;
    line-height: 1.25;
}

h3,
.h3
{
    font-size: 32px;
    line-height: 1.32;
}

h4,
.h4
{
    font-size: 28px;
    line-height: 1.45;
}

h5,
.h5
{
    font-size: 22px;
    line-height: 1.45;
}

h6,
.h6
{
    font-size: 18px;
    line-height: 1.45;
}

/* list */
ul,
ol
{
    margin: 0;
    padding: 0;

    list-style-position: inside;
}

/* divider */
hr
{
    margin: 40px 0;

    border: none;
    border-bottom: 1px solid #eee;
}

/* address */
address
{
    font-family: MaisonNeueBold;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;

    margin: 0 0 30px 0;

    color: #ee3364;
}

/* blockquote */
blockquote
{
    font-family: MaisonNeueBold;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;

    margin: 0 0 30px 0;
    padding: 0 10px;

    text-align: center;
    letter-spacing: 0;
    text-transform: none;

    color: #ee3364;
}
blockquote p
{
    margin-bottom: 0;
}

cite
{
    font-style: normal;

    display: block;

    margin: 15px 0 0;

    color: #999;
}

/* preformatted */
code
{
    font-family: Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;

    padding: 5px 8px;

    color: #fff;
    background-color: #ee3364;
}

pre
{
    font-family: Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    line-height: 120%;

    clear: both;
    overflow: auto; 

    max-width: 100%;
    margin: 0 0 30px 0;
    padding: 30px;

    white-space: pre-wrap;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;

    color: #0b0b0b;
    border-left: 6px solid #ee3364;
    background-color: #f5f5f5;
}

/* form, input, textarea, select */
form
{
    max-width: 100%;
    font-family:MaisonNeueBook;
}

label
{
    font-family: MaisonNeueBold;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;

    display: block;

    margin-bottom: 8px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; 
    text-transform: none;

    color: #0b0b0b;
}
label abbr
{
    text-decoration: none;

    border: none !important;
}

input[type='text'],
input[type='date'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='url'],
input[type='search'],
input[type='number'],
textarea,
select
{
    font-family:MaisonNeueBook;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;

    display: block;

    width: 100%;
    margin: 0;
    padding: 15px 30px;

    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
    letter-spacing: 0;
    text-transform: none;

    color: #5c5c5c;
    border: 2px solid #ededed;
    border-radius: 0;
    outline: none; 
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
input[type='text'].vlt-border-white,
input[type='date'].vlt-border-white,
input[type='email'].vlt-border-white,
input[type='password'].vlt-border-white,
input[type='tel'].vlt-border-white,
input[type='url'].vlt-border-white,
input[type='search'].vlt-border-white,
input[type='number'].vlt-border-white,
textarea.vlt-border-white,
select.vlt-border-white
{
    border-color: #fff;
}

select
{
    padding-right: 35px;

    background-image: url('../img/root/select.png');
    background-repeat: no-repeat;
    background-position: right 30px bottom 50%;
    background-size: 10px 6px;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

textarea
{
    width: 100%;
    max-width: 100%;

    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: border-color;
            transition-property: border-color;
}

input[type='text']:focus,
input[type='date']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='url']:focus,
input[type='search']:focus,
input[type='number']:focus,
textarea:focus,
select:focus
{
    border-color: #ee3364;
    outline: none;
}

input[type='text']::-webkit-input-placeholder,
input[type='date']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder
{
    opacity: 1; 
    color: #818181;
}

input[type='text']:-moz-placeholder,
input[type='date']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='url']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='number']:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder
{
    opacity: 1; 
    color: #818181;
}

input[type='text']::-moz-placeholder,
input[type='date']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='url']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='number']::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder
{
    opacity: 1; 
    color: #818181;
}

input[type='text']:-ms-input-placeholder,
input[type='date']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder
{
    opacity: 1; 
    color: #818181;
}

.vlt-form-group
{
    position: relative;

    display: block;

    margin-bottom: 30px;
}
.vlt-form-group--small
{
    margin-bottom: 20px;
}

.vlt-form-row
{
    display: grid;

    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}
.vlt-form-row.two-col
{
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767px)
{
    .vlt-form-row.two-col
    {
        grid-gap: 0;
        grid-template-columns: repeat(1, 1fr);
    }
}

/* definition list */
dl
{
    margin: 0 0 30px 0;
}

dt
{
    font-family: MaisonNeueBold;
    font-size: 22px;
    font-weight: 700;

    color: #ee3364;
}

dd
{
    margin: 8px 0 0 0; 
    padding: 0;
}

dd + dt
{
    margin-top: 30px;
}

/* table */
table
{
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px 0;

    border-collapse: collapse; 

    text-align: left;
}
table td,
table th
{
    padding: 12px 20px;

    border: 1px solid #eee;
}
table tr th,
table thead th
{
    color: #0b0b0b;
}

/* 03. Layout */
/* Layout: grid */
@media (min-width: 1200px)
{
    .container
    {
        width: 1200px;
        max-width: 100%;
    }
}

/* main */
.vlt-main
{
    position: relative;

    overflow: hidden;
}
.vlt-main--padding
{
    padding: 120px 0;
}

/* content markup */
.vlt-content-markup p > a
{
    text-decoration: underline;
}

.vlt-content-markup p:last-child
{
    margin-bottom: 0;
}

.vlt-content-markup ul,
.vlt-content-markup ol
{
    line-height: 2; 

    padding-left: 30px;
}
.vlt-content-markup ul ul,
.vlt-content-markup ul ol,
.vlt-content-markup ol ul,
.vlt-content-markup ol ol
{
    margin-bottom: 0;
}

.vlt-content-markup > ul,
.vlt-content-markup > ol
{
    margin-bottom: 30px;
}

.vlt-content-markup h1,
.vlt-content-markup .h1,
.vlt-content-markup h2,
.vlt-content-markup .h2,
.vlt-content-markup h3,
.vlt-content-markup .h3,
.vlt-content-markup h4,
.vlt-content-markup .h4,
.vlt-content-markup h5,
.vlt-content-markup .h5,
.vlt-content-markup h6,
.vlt-content-markup .h6
{
    margin: 30px 0 30px;
}

.vlt-content-markup .fluid-width-video-wrapper
{
    margin-bottom: 30px;
}

/* Layout: header */
/* header */
.vlt-header--default,
.vlt-header--fullscreen,
.vlt-header--slide,
.vlt-header--mobile
{
    position: absolute;
    z-index: 20; 
    top: 0;
    left: 0;

    width: 100%;

    color: #0b0b0b;
}
.vlt-header--default.vlt-header--opaque,
.vlt-header--fullscreen.vlt-header--opaque,
.vlt-header--slide.vlt-header--opaque,
.vlt-header--mobile.vlt-header--opaque
{
    position: relative;
}

/* navbar */
.vlt-navbar
{
    position: relative;
    z-index: 30; 

    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: background-color;
            transition-property: background-color;

    will-change: background-color;
}
.vlt-navbar .vlt-navbar-inner
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    min-height: 80px; 

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.vlt-navbar.vlt-navbar--fixed
{
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;

    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
}
.vlt-navbar.vlt-navbar--fixed.vlt-on-scroll-show
{
    -webkit-animation-name: vlt_fade_in_down;
            animation-name: vlt_fade_in_down;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.vlt-navbar.vlt-navbar--fixed.vlt-on-scroll-hide
{
    -webkit-animation-name: vlt_fade_out_up;
            animation-name: vlt_fade_out_up;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.vlt-navbar.vlt-navbar--transparent
{
    background-color: transparent;
}
.vlt-navbar,
.vlt-navbar.vlt-navbar--solid
{
    background-color: #fff;
}
.vlt-navbar.vlt-navbar--transparent-always
{
    background-color: transparent;
}
.vlt-navbar-overlay
{
    position: fixed;
    z-index: 888; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    cursor: e-resize;

    background-color: rgba(11, 11, 11, .2);
}
.vlt-navbar .vlt-navbar-logo
{
    line-height: 1; 

    display: inline-block;

    vertical-align: middle;
}
.vlt-navbar .vlt-navbar-logo:hover
{
    color: currentColor;
}
.vlt-navbar .vlt-navbar-logo h2
{
    font-size: 24px;
    font-weight: 600;
    line-height: 1;

    margin: 0;

    color: currentColor;
}
.vlt-navbar .vlt-navbar-logo img
{
    display: block;

    max-width: none;
}
.vlt-navbar .vlt-navbar-logo img.white
{
    display: none;
}
.vlt-navbar .vlt-navbar-shop-cart
{
    margin-left: 15px;
}
.vlt-navbar:not(.vlt-navbar--mobile) .vlt-menu-burger
{
    margin-left: 15px;
}
.vlt-navbar.vlt-navbar--white-text-on-top
{
    color: #fff;
}
.vlt-navbar.vlt-navbar--white-text-on-top .vlt-navbar-logo img.black
{
    display: none;
}
.vlt-navbar.vlt-navbar--white-text-on-top .vlt-navbar-logo img.white
{
    display: block;
}
.vlt-navbar.vlt-navbar--white-text-on-top.vlt-navbar--solid
{
    color: #0b0b0b;
}
.vlt-navbar.vlt-navbar--white-text-on-top.vlt-navbar--solid .vlt-navbar-logo
{
    color: #0b0b0b;
}
.vlt-navbar.vlt-navbar--white-text-on-top.vlt-navbar--solid .vlt-navbar-logo img.black
{
    display: block;
}
.vlt-navbar.vlt-navbar--white-text-on-top.vlt-navbar--solid .vlt-navbar-logo img.white
{
    display: none;
}

@media (min-width: 783px)
{
    .admin-bar .vlt-navbar--fixed
    {
        top: 32px !important;
    }
}

@media (max-width: 782px)
{
    .admin-bar .vlt-navbar--fixed
    {
        top: 46px !important;
    }
}

@media (max-width: 600px)
{
    .admin-bar .vlt-navbar--fixed
    {
        top: 0 !important;
    }
}

/* menu burger */
.vlt-menu-burger
{
    position: relative;
    z-index: 1; 

    display: inline-block;

    width: 20px;
    height: 14px;

    cursor: pointer;
    -webkit-transition: none;
            transition: none;
    vertical-align: middle;
}
.vlt-menu-burger .line
{
    display: block;

    margin-bottom: 4px;

    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property:         transform;
            transition-property:         transform, -webkit-transform;
}
.vlt-menu-burger .line.line-three
{
    margin-bottom: 0;
}
.vlt-menu-burger .line span
{
    display: block;

    width: 100%;
    height: 2px;

    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: color, -webkit-transform;
            transition-property: color, -webkit-transform;
            transition-property: transform, color;
            transition-property: transform, color, -webkit-transform;

    background-color: currentColor;
}
.vlt-menu-burger:hover
{
    color: inherit;
}
.vlt-menu-burger:hover .line-one span
{
    -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
            transform: translateY(-1px);
}
.vlt-menu-burger:hover .line-three span
{
    -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
            transform: translateY(1px);
}
.vlt-menu-burger--opened .line-one
{
    -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
            transform: translateY(6px);
}
.vlt-menu-burger--opened .line-one span
{
    -webkit-transform: rotate(45deg) !important;
        -ms-transform: rotate(45deg) !important;
            transform: rotate(45deg) !important;
}
.vlt-menu-burger--opened .line-two span
{
    opacity: 0;
}
.vlt-menu-burger--opened .line-three
{
    -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
            transform: translateY(-6px);
}
.vlt-menu-burger--opened .line-three span
{
    -webkit-transform: rotate(-45deg) !important;
        -ms-transform: rotate(-45deg) !important;
            transform: rotate(-45deg) !important;
}

/* menu shopping cart */
.vlt-menu-shop-cart
{
    font-family: MaisonNeueBold;
    font-size: 20px;
    line-height: 1;

    position: relative;

    display: inline-block;

    padding-right: 9px;

    color: currentColor;
}
.vlt-menu-shop-cart:hover
{
    color: currentColor;
}
.vlt-menu-shop-cart span
{
    font-size: 8px;
    font-weight: 500;

    position: absolute;
    top: -6px;
    right: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 20px;
    height: 20px;

    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    background-color: #ee3364; 

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

/* Header: mobile */
.vlt-header--mobile .vlt-navbar
{
    border-bottom: 1px solid #eee;
}
.vlt-header--mobile .vlt-navbar .vlt-menu-shop-cart
{
    margin-left: 0;
}

/* mobile navigation */
.vlt-mobile-navigation
{
    position: absolute;
    z-index: 1; 
    top: 100%;
    left: 0;

    display: none;

    width: 100%;

    border-bottom: 1px solid #eee;
    background-color: #fff;
}
.vlt-mobile-navigation .sf-menu li
{
    display: block;
    float: none;
}
.vlt-mobile-navigation .sf-menu a
{
    font-size: 16px;
    line-height: 1;

    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 14px 0;

    text-align: left;

    color: #0b0b0b;
    border-bottom: 1px dashed #eee; 

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.vlt-mobile-navigation .sf-menu li:last-child a
{
    border-bottom: none;
}
.vlt-mobile-navigation .sf-menu ul.sub-menu
{
    font-size: 14px;
    font-style: italic; 

    position: static;

    padding-left: 15px;
}
.vlt-mobile-navigation .sf-menu ul.sub-menu a
{
    border-bottom: 1px dashed #eee;
}
.vlt-mobile-navigation .sf-menu li.current-menu-item > a,
.vlt-mobile-navigation .sf-menu li:hover > a
{
    color: #ee3364;
}
.vlt-mobile-navigation .sf-menu li.menu-item-has-children > a::after
{
    font-family: leedo;
    font-size: 12px; 
    font-style: normal;

    content: '\e90b';
}
.vlt-mobile-navigation .sf-menu li.sfHover > a::after
{
    content: '\e902';
}

/* Header: default */
.vlt-header--default .vlt-navbar .vlt-menu-shop-cart
{
    margin-left: 15px;
}

/* navigation */
.vlt-default-navigation .sf-menu
{
    font-size: 0;
}
.vlt-default-navigation .sf-menu > li
{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    float: none;

    height: 10%;
}
.vlt-default-navigation .sf-menu > li > a
{
    line-height: 1; 

    padding: 32px 13px;
}
.vlt-default-navigation .sf-menu > li > a span
{
    position: relative;
}
.vlt-default-navigation .sf-menu > li > a span::after
{
    position: absolute;
    bottom: -8px;
    left: 50%;

    width: 16px;
    height: 2px;
    margin-left: -8px;

    content: '';
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);

    background-color: #ee3364;
}
.vlt-default-navigation .sf-menu > li:hover > a,
.vlt-default-navigation .sf-menu > li.current-menu-item > a,
.vlt-default-navigation .sf-menu > li.sfHover > a
{
    color: #ee3364;
}
.vlt-default-navigation .sf-menu > li:hover > a span::after,
.vlt-default-navigation .sf-menu > li.current-menu-item > a span::after,
.vlt-default-navigation .sf-menu > li.sfHover > a span::after
{
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}
.vlt-default-navigation .sf-menu ul.sub-menu
{
    font-family: Muli;
    font-size: 16px;

    min-width: 180px;
    padding: 20px 0;

    color: #fff;
    background-color: #262626;
}
.vlt-default-navigation .sf-menu ul.sub-menu ul.sub-menu
{
    top: -20px;
}
.vlt-default-navigation .sf-menu ul.sub-menu li
{
    display: block;
}
.vlt-default-navigation .sf-menu ul.sub-menu li.menu-item-has-children > a::after
{
    font-family: leedo;
    font-size: 8px; 

    content: '\e90b';
}
.vlt-default-navigation .sf-menu ul.sub-menu a
{
    line-height: 1.2;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 8px 30px;

    white-space: nowrap; 

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.vlt-default-navigation .sf-menu ul.sub-menu li:hover > a,
.vlt-default-navigation .sf-menu ul.sub-menu li.sfHover > a
{
    color: #ee3364;
}
.vlt-default-navigation .sf-menu > li.two-columns > ul.sub-menu
{
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
}
.vlt-default-navigation .sf-menu > li.three-columns > ul.sub-menu
{
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
}

/* Header: fullscreen */
.vlt-header--fullscreen .vlt-navbar .vlt-menu-shop-cart
{
    margin-left: 25px;
}

.vlt-fullscreen-navigation-holder
{
    position: fixed;
    z-index: 999; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    visibility: hidden;
    overflow: auto;
            flex-direction: column;

    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
    pointer-events: none;

    opacity: 0;
    background-color: #191919;
    background-image: url('../img/attachment-81.jpg');
    background-position: center;
    background-size: cover;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
.vlt-fullscreen-navigation-holder.is-open
{
    visibility: visible;

    pointer-events: auto; 

    opacity: 1;
}
.vlt-fullscreen-navigation-holder .vlt-navbar
{
    position: absolute;
    z-index: 3; 
    top: 0;
    right: 0;
    left: 0;

    background-color: transparent;
}

/* navigation */
.vlt-fullscreen-navigation,
.vlt-slide-navigation
{
    font-family: MaisonNeueBold;

    position: relative;
    z-index: 10; 

    overflow: auto;

    max-height: calc(100vh - 120px);
    padding: 0 30px;
}
.vlt-fullscreen-navigation::-webkit-scrollbar,
.vlt-slide-navigation::-webkit-scrollbar
{
    display: none;
}
.vlt-fullscreen-navigation .sf-menu li,
.vlt-slide-navigation .sf-menu li
{
    display: block;
    float: none;

    text-align: center;
}
.vlt-fullscreen-navigation .sf-menu a,
.vlt-slide-navigation .sf-menu a
{
    font-size: 38px;
    font-weight: 700;
    line-height: 1;

    display: inline-block;

    padding: 12px 0;

    color: #fff;
}
.vlt-is--lowercase-mode .vlt-fullscreen-navigation .sf-menu a,
.vlt-is--lowercase-mode .vlt-slide-navigation .sf-menu a
{
    
}
.vlt-fullscreen-navigation .sf-menu ul.sub-menu,
.vlt-slide-navigation .sf-menu ul.sub-menu
{
    position: static;
}
.vlt-fullscreen-navigation .sf-menu ul.sub-menu a,
.vlt-slide-navigation .sf-menu ul.sub-menu a
{
    font-size: 16px;
    font-weight: 600;

    padding: 8px 0;

    letter-spacing: .05em;
    text-transform: uppercase; 

    color: #fff;
}
.vlt-fullscreen-navigation .sf-menu ul.sub-menu li.current-menu-item > a,
.vlt-slide-navigation .sf-menu ul.sub-menu li.current-menu-item > a,
.vlt-fullscreen-navigation .sf-menu ul.sub-menu li:hover > a,
.vlt-slide-navigation .sf-menu ul.sub-menu li:hover > a
{
    color: #ee3364;
}
.vlt-fullscreen-navigation .sf-menu > li > a,
.vlt-slide-navigation .sf-menu > li > a
{
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 250ms;
            transition-duration: 250ms;
    -webkit-transition-property: all;
            transition-property: all;

    color: transparent;
    background-color: #ee3364;
    background-image: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(50%, #fff), color-stop(50%, transparent));
    background-image: -webkit-linear-gradient(right, #fff 0%, #fff 50%, transparent 50%);
    background-image:         linear-gradient(to left, #fff 0%, #fff 50%, transparent 50%);
    background-position: 100% 0;
    -webkit-background-clip: text;
            background-clip: text;
    background-size: 200% 200%;
}
.vlt-fullscreen-navigation .sf-menu > li:hover > a,
.vlt-slide-navigation .sf-menu > li:hover > a
{
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
.vlt-fullscreen-navigation .sf-menu > li.current-menu-item > a,
.vlt-slide-navigation .sf-menu > li.current-menu-item > a,
.vlt-fullscreen-navigation .sf-menu > li:hover > a,
.vlt-slide-navigation .sf-menu > li:hover > a
{
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    -webkit-transition-property: all;
            transition-property: all;

    color: transparent;
    background-position: 0 0;
}

/* animate items when menu is open */
.vlt-fullscreen-navigation .sf-menu > li,
.vlt-slide-navigation .sf-menu > li
{
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%); 

    opacity: 0;
}

.vlt-fullscreen-navigation-holder.is-open .vlt-fullscreen-navigation .sf-menu > li,
.vlt-fullscreen-navigation-holder.is-open .vlt-slide-navigation .sf-menu > li
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); 

    opacity: 1;
}
.vlt-fullscreen-navigation-holder.is-open .vlt-fullscreen-navigation .sf-menu > li:nth-child(1),
.vlt-fullscreen-navigation-holder.is-open .vlt-slide-navigation .sf-menu > li:nth-child(1)
{
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
}
.vlt-fullscreen-navigation-holder.is-open .vlt-fullscreen-navigation .sf-menu > li:nth-child(2),
.vlt-fullscreen-navigation-holder.is-open .vlt-slide-navigation .sf-menu > li:nth-child(2)
{
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
}
.vlt-fullscreen-navigation-holder.is-open .vlt-fullscreen-navigation .sf-menu > li:nth-child(3),
.vlt-fullscreen-navigation-holder.is-open .vlt-slide-navigation .sf-menu > li:nth-child(3)
{
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
}
.vlt-fullscreen-navigation-holder.is-open .vlt-fullscreen-navigation .sf-menu > li:nth-child(4),
.vlt-fullscreen-navigation-holder.is-open .vlt-slide-navigation .sf-menu > li:nth-child(4)
{
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
}
.vlt-fullscreen-navigation-holder.is-open .vlt-fullscreen-navigation .sf-menu > li:nth-child(5),
.vlt-fullscreen-navigation-holder.is-open .vlt-slide-navigation .sf-menu > li:nth-child(5)
{
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
}
.vlt-fullscreen-navigation-holder.is-open .vlt-fullscreen-navigation .sf-menu > li:nth-child(6),
.vlt-fullscreen-navigation-holder.is-open .vlt-slide-navigation .sf-menu > li:nth-child(6)
{
    -webkit-transition-delay: 600ms;
            transition-delay: 600ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
}
.vlt-fullscreen-navigation-holder.is-open .vlt-fullscreen-navigation .sf-menu > li:nth-child(7),
.vlt-fullscreen-navigation-holder.is-open .vlt-slide-navigation .sf-menu > li:nth-child(7)
{
    -webkit-transition-delay: 700ms;
            transition-delay: 700ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
}
.vlt-fullscreen-navigation-holder.is-open .vlt-fullscreen-navigation .sf-menu > li:nth-child(8),
.vlt-fullscreen-navigation-holder.is-open .vlt-slide-navigation .sf-menu > li:nth-child(8)
{
    -webkit-transition-delay: 800ms;
            transition-delay: 800ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
}
.vlt-fullscreen-navigation-holder.is-open .vlt-fullscreen-navigation .sf-menu > li:nth-child(9),
.vlt-fullscreen-navigation-holder.is-open .vlt-slide-navigation .sf-menu > li:nth-child(9)
{
    -webkit-transition-delay: 900ms;
            transition-delay: 900ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
}
.vlt-fullscreen-navigation-holder.is-open .vlt-fullscreen-navigation .sf-menu > li:nth-child(10),
.vlt-fullscreen-navigation-holder.is-open .vlt-slide-navigation .sf-menu > li:nth-child(10)
{
    -webkit-transition-delay: 1000ms;
            transition-delay: 1000ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
}
.vlt-fullscreen-navigation-holder.is-open .vlt-fullscreen-navigation .sf-menu > li:nth-child(11),
.vlt-fullscreen-navigation-holder.is-open .vlt-slide-navigation .sf-menu > li:nth-child(11)
{
    -webkit-transition-delay: 1100ms;
            transition-delay: 1100ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
}
.vlt-fullscreen-navigation-holder.is-open .vlt-fullscreen-navigation .sf-menu > li:nth-child(12),
.vlt-fullscreen-navigation-holder.is-open .vlt-slide-navigation .sf-menu > li:nth-child(12)
{
    -webkit-transition-delay: 1200ms;
            transition-delay: 1200ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
}
.vlt-fullscreen-navigation-holder.is-open .vlt-fullscreen-navigation .sf-menu > li:nth-child(13),
.vlt-fullscreen-navigation-holder.is-open .vlt-slide-navigation .sf-menu > li:nth-child(13)
{
    -webkit-transition-delay: 1300ms;
            transition-delay: 1300ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
}
.vlt-fullscreen-navigation-holder.is-open .vlt-fullscreen-navigation .sf-menu > li:nth-child(14),
.vlt-fullscreen-navigation-holder.is-open .vlt-slide-navigation .sf-menu > li:nth-child(14)
{
    -webkit-transition-delay: 1400ms;
            transition-delay: 1400ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
}

/* Header: slide */
.vlt-header--slide .vlt-navbar .vlt-menu-shop-cart
{
    margin-left: 25px;
}

.vlt-slide-navigation-holder
{
    position: fixed;
    z-index: 999; 
    top: 0;
    right: 0;
    bottom: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    visibility: hidden;
    overflow: auto;
            flex-direction: column;

    width: 450px;

    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: visibility, -webkit-transform;
            transition-property: visibility, -webkit-transform;
            transition-property: transform, visibility;
            transition-property: transform, visibility, -webkit-transform;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);

    background-color: #191919;
    background-image: url('../img/attachment-81.jpg');
    background-position: center;
    background-size: cover;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
.vlt-slide-navigation-holder.is-open
{
    visibility: visible;

    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.vlt-slide-navigation-holder .vlt-navbar
{
    position: absolute;
    z-index: 3; 
    top: 0;
    right: 0;
    left: 0;

    padding: 0 30px;

    text-align: right;

    background-color: transparent;
}

/* navigation */
/* animate items when menu is open */
.vlt-slide-navigation .sf-menu > li
{
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%); 

    opacity: 0;
}

.vlt-slide-navigation-holder.is-open .vlt-slide-navigation .sf-menu > li
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); 

    opacity: 1;
}
.vlt-slide-navigation-holder.is-open .vlt-slide-navigation .sf-menu > li:nth-child(1)
{
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
}
.vlt-slide-navigation-holder.is-open .vlt-slide-navigation .sf-menu > li:nth-child(2)
{
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
}
.vlt-slide-navigation-holder.is-open .vlt-slide-navigation .sf-menu > li:nth-child(3)
{
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
}
.vlt-slide-navigation-holder.is-open .vlt-slide-navigation .sf-menu > li:nth-child(4)
{
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
}
.vlt-slide-navigation-holder.is-open .vlt-slide-navigation .sf-menu > li:nth-child(5)
{
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
}
.vlt-slide-navigation-holder.is-open .vlt-slide-navigation .sf-menu > li:nth-child(6)
{
    -webkit-transition-delay: 600ms;
            transition-delay: 600ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
}
.vlt-slide-navigation-holder.is-open .vlt-slide-navigation .sf-menu > li:nth-child(7)
{
    -webkit-transition-delay: 700ms;
            transition-delay: 700ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
}
.vlt-slide-navigation-holder.is-open .vlt-slide-navigation .sf-menu > li:nth-child(8)
{
    -webkit-transition-delay: 800ms;
            transition-delay: 800ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
}
.vlt-slide-navigation-holder.is-open .vlt-slide-navigation .sf-menu > li:nth-child(9)
{
    -webkit-transition-delay: 900ms;
            transition-delay: 900ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
}
.vlt-slide-navigation-holder.is-open .vlt-slide-navigation .sf-menu > li:nth-child(10)
{
    -webkit-transition-delay: 1000ms;
            transition-delay: 1000ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
}
.vlt-slide-navigation-holder.is-open .vlt-slide-navigation .sf-menu > li:nth-child(11)
{
    -webkit-transition-delay: 1100ms;
            transition-delay: 1100ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
}
.vlt-slide-navigation-holder.is-open .vlt-slide-navigation .sf-menu > li:nth-child(12)
{
    -webkit-transition-delay: 1200ms;
            transition-delay: 1200ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
}
.vlt-slide-navigation-holder.is-open .vlt-slide-navigation .sf-menu > li:nth-child(13)
{
    -webkit-transition-delay: 1300ms;
            transition-delay: 1300ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
}
.vlt-slide-navigation-holder.is-open .vlt-slide-navigation .sf-menu > li:nth-child(14)
{
    -webkit-transition-delay: 1400ms;
            transition-delay: 1400ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
}

/* Header: aside */
.vlt-header--aside
{
    font-family: MaisonNeueBold;

    position: fixed;
    z-index: 20; 
    top: 0;
    bottom: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: auto;
            flex-direction: column;

    width: 280px;
    padding: 45px 58px;

    color: #0b0b0b;
    border-right: 1px solid #eee;
    background-color: #fff;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.vlt-header--aside > *
{
    position: relative;
    z-index: 1;
}
.vlt-header--aside .vlt-aside-navigation-logo
{
    line-height: 1; 

    display: inline-block;

    margin-bottom: 45px;

    vertical-align: middle;
}
.vlt-header--aside .vlt-aside-navigation-logo:hover
{
    color: currentColor;
}
.vlt-header--aside .vlt-aside-navigation-logo h2
{
    font-size: 24px;
    font-weight: 600;
    line-height: 1;

    margin: 0;

    color: currentColor;
}
.vlt-header--aside .vlt-aside-navigation-logo img
{
    display: block;

    max-width: none;
}

/* content area */
@media (min-width: 1200px)
{
    .vlt-is--header-aside .container
    {
        width: 1000px;
    }
}

@media (min-width: 992px)
{
    .vlt-is--header-aside .vlt-site-wrapper__inner,
    .vlt-is--header-aside .vlt-footer
    {
        padding-left: 280px;
    }
}

/* navigation */
.vlt-aside-navigation .sf-menu li
{
    display: block;
    float: none;
}

.vlt-aside-navigation .sf-menu a
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1;

    display: block;

    padding: 12px 0;

    color: #0b0b0b;
}

.vlt-aside-navigation .sf-menu ul.sub-menu
{
    position: static;

    padding-left: 10px;

    border-left: 1px solid #eee;
}
.vlt-aside-navigation .sf-menu ul.sub-menu a
{
    font-size: 14px;
    font-weight: 400;
    font-style: italic;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 8px 0;

    color: #8a8a8a; 

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.vlt-aside-navigation .sf-menu ul.sub-menu li.menu-item-has-children > a::after
{
    font-size: 8px;
}
.vlt-aside-navigation .sf-menu ul.sub-menu li.current-menu-item > a,
.vlt-aside-navigation .sf-menu ul.sub-menu li:hover > a
{
    color: #ee3364;
}

.vlt-aside-navigation .sf-menu li.menu-item-has-children > a::after
{
    font-family: leedo;
    font-size: 12px;
    font-style: normal;

    float: right;

    margin-top: 5px;

    content: '\e90b';

    color: inherit;
}

.vlt-aside-navigation .sf-menu li.sfHover > a::after
{
    content: '\e902';
}

.vlt-aside-navigation .sf-menu > li.current-menu-item > a,
.vlt-aside-navigation .sf-menu > li:hover > a
{
    color: #ee3364;
}

/* socials */
.vlt-aside-navigation-socials
{
    margin-top: 45px;
}
.vlt-aside-navigation-socials a
{
    color: #9e9e9e;
}
.vlt-aside-navigation-socials a:hover
{
    color: #ee3364;
}

/* Layout: footer */
.vlt-footer
{
    width: 100%;

    color: #c5c5c5;
}

/* fixed effect */
@media (min-width: 768px)
{
    .vlt-footer--fixed
    {
        position: fixed;
        z-index: 0; 
        bottom: 0;
        left: 0;
    }
    .vlt-is--footer-fixed .vlt-site-wrapper__inner
    {
        position: relative;
        z-index: 10; 

        background-color: #fff;
        -webkit-box-shadow: 0 15px 30px rgba(11, 11, 11, .1);
                box-shadow: 0 15px 30px rgba(11, 11, 11, .1);
    }
}

@media (max-width: 767px)
{
    .vlt-site-wrapper__inner
    {
        margin-bottom: 0 !important;
    }
}

/* footer logo */
.vlt-footer-logo
{
    line-height: 1; 

    display: inline-block;
}
.vlt-footer-logo h2
{
    font-size: 62px;
    font-weight: 600;
    line-height: 1;

    margin: 0;

    color: #fff;
}
.vlt-footer-logo img
{
    display: block;

    max-width: none;
}
@media (max-width: 767px)
{
    .vlt-footer-logo img
    {
        height: 40px !important;
    }
}

/* footer copyright */
.vlt-footer-copyright
{
    font-size: 16px;
    color: #959595;font-family:MaisonNeueBook;
}
.vlt-footer-copyright p
{
    margin-bottom: 0;
}

/* footer socials */
.vlt-footer-socials a
{
    color: #00bec5;
}

.vlt-footer-socials--style-2
{
    margin: 0;
    padding: 0;

    list-style-type: none;
}
.vlt-footer-socials--style-2 li
{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    margin: 0 4px;
}
@media (max-width: 767px)
{
    .vlt-footer-socials--style-2 li
    {
        margin: 5px 8px 0;
    }
}
@media (min-width: 768px)
{
    .vlt-footer-socials--style-2 li + li::before
    {
        padding-right: 8px; 

        content: '-';
    }
}
.vlt-footer-socials--style-2 a
{
    color: #fff;
}
.vlt-footer-socials--style-2 a:hover
{
    color: #ee3364;
}

/* footer content */
.vlt-footer-content
{
    font-family: MaisonNeueBold;
}
.vlt-footer-content p
{
    margin-bottom: 0;
}
.vlt-footer-content a
{
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;

    position: relative;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    overflow: hidden; 

    color: #fff;
}
.vlt-footer-content a::before
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 4px;

    content: '';

    background-color: currentColor;
}
.vlt-footer-content a:hover::before
{
    -webkit-animation-name: vlt_underline_link;
            animation-name: vlt_underline_link;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
@media (max-width: 767px)
{
    .vlt-footer-content a
    {
        font-size: 48px;
    }
}
@media (max-width: 575px)
{
    .vlt-footer-content a
    {
        font-size: 34px;
    }
}
.vlt-footer-content--style-2 a
{
    font-size: 48px;
}
@media (max-width: 575px)
{
    .vlt-footer-content--style-2 a
    {
        font-size: 34px;
    }
}

/* Footer: style 1 */
.vlt-footer--style-1,
.vlt-footer--style-2,
.vlt-footer--style-3
{
    padding: 140px 0;

    background-image: url('../img/attachment-04.jpg');
    background-position: center; 
    background-size: cover;
}
.vlt-footer--style-1 .vlt-footer-logo + .vlt-footer-copyright,
.vlt-footer--style-2 .vlt-footer-logo + .vlt-footer-copyright,
.vlt-footer--style-3 .vlt-footer-logo + .vlt-footer-copyright,
.vlt-footer--style-1 .vlt-footer-logo + .vlt-footer-socials,
.vlt-footer--style-2 .vlt-footer-logo + .vlt-footer-socials,
.vlt-footer--style-3 .vlt-footer-logo + .vlt-footer-socials,
.vlt-footer--style-1 .vlt-footer-copyright + .vlt-footer-socials,
.vlt-footer--style-2 .vlt-footer-copyright + .vlt-footer-socials,
.vlt-footer--style-3 .vlt-footer-copyright + .vlt-footer-socials
{
    margin-top: 25px;
}
.vlt-footer--style-1 .vlt-footer-copyright,
.vlt-footer--style-2 .vlt-footer-copyright,
.vlt-footer--style-3 .vlt-footer-copyright
{
    color: #a7a7a7;
}

/* Footer: style 2 */
.vlt-footer--style-2 .vlt-footer-content + .vlt-footer-copyright,
.vlt-footer--style-3 .vlt-footer-content + .vlt-footer-copyright,
.vlt-footer--style-2 .vlt-footer-content + .vlt-footer-socials,
.vlt-footer--style-3 .vlt-footer-content + .vlt-footer-socials
{
    margin-top: 55px;
}

.vlt-footer--style-2 .vlt-footer-copyright + .vlt-footer-socials,
.vlt-footer--style-3 .vlt-footer-copyright + .vlt-footer-socials
{
    margin-top: 30px;
}

/* Footer: style 3 */
.vlt-footer--style-3
{
    background-image: url('../img/attachment-05.jpg');
}
.vlt-footer--style-3 .vlt-footer-content a,
.vlt-footer--style-3 .vlt-footer-socials a,
.vlt-footer--style-3 .vlt-footer-copyright
{
    color: #1f0e49;
}
.vlt-footer--style-3 .vlt-footer-copyright
{
    opacity: .75;
}

/* Footer: style 4 */
.vlt-footer--style-4
{
    padding: 35px 0;

    background-color: #f0f0f0;
}
@media (max-width: 767px)
{
    .vlt-footer--style-4 .vlt-footer-inner
    {
        text-align: center;
    }
}
@media (min-width: 768px)
{
    .vlt-footer--style-4 .vlt-footer-inner
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
}
.vlt-footer--style-4 .vlt-footer-copyright
{
    color: #6b6b6b;
}
.vlt-footer--style-4 .vlt-footer-socials
{
    font-size: 16px;
}
@media (max-width: 767px)
{
    .vlt-footer--style-4 .vlt-footer-socials
    {
        margin-top: 20px;
    }
}
.vlt-footer--style-4 .vlt-footer-socials a:not(:hover)
{
    color: #9e9e9e;
}

/* Footer: widgetized */
.vlt-footer--widgetized
{
    padding: 120px 0;

    background-image: url('../img/attachment-04.jpg');
    background-position: center; 
    background-size: cover;
}
@media (max-width: 991px)
{
    .vlt-footer--widgetized .vlt-footer-widgets > .row > div > div
    {
        margin-top: 50px;
    }
    .vlt-footer--widgetized .vlt-footer-widgets > .row > div:first-child > div
    {
        margin-top: 0;
    }
}
.vlt-footer--widgetized .vlt-footer-widgets .vlt-widget-html a:not(:hover)
{
    color: #bdbdbd;
}
.vlt-footer--widgetized .vlt-footer-copyright
{
    margin: 0;
}
.vlt-footer--widgetized .vlt-footer-widgets + .vlt-footer-copyright
{
    margin-top: 10px;
}
@media (max-width: 767px)
{
    .vlt-footer--widgetized .vlt-footer-widgets + .vlt-footer-copyright
    {
        margin-top: 50px;
    }
}

/* Layout: sidebar */
.vlt-sidebar--right
{
    padding-left: 20px;
}
@media (max-width: 767px)
{
    .vlt-sidebar--right
    {
        margin-top: 60px; 
        padding-left: 0;
    }
}

.vlt-sidebar--left
{
    padding-right: 20px;
}
@media (max-width: 767px)
{
    .vlt-sidebar--left
    {
        margin-bottom: 60px; 
        padding-right: 0;
    }
}

/* widget */
.vlt-widget
{
    display: block;
}

.vlt-widget ~ .vlt-widget
{
    margin-top: 50px;
}

.vlt-widget--white
{
    font-size: 16px;
}

.vlt-widget ul
{
    margin: 0;
    padding: 0;

    list-style-type: none;
}
.vlt-widget ul li
{
    clear: both;
}
.vlt-widget ul .children
{
    margin-left: 10px;
}

/* widget title */
.vlt-widget__title
{
    font-family: MaisonNeueBold;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;

    margin: 0 0 30px 0;
    padding: 0;

    letter-spacing: 0;
    text-transform: none; 

    color: #ee3364;
}
.vlt-widget__title--white
{
    font-size: 14px;
    font-weight: 400;

    letter-spacing: .075em;
    text-transform: uppercase; 

    color: #fff;
}

.vlt-widget--white .vlt-widget__title
{
    margin-bottom: 22px;
}

/* widget inputs */
.vlt-widget input[type='text'],
.vlt-widget input[type='email'],
.vlt-widget input[type='password'],
.vlt-widget input[type='tel'],
.vlt-widget input[type='url'],
.vlt-widget input[type='search'],
.vlt-widget input[type='number'],
.vlt-widget textarea,
.vlt-widget select
{
    font-family: MaisonNeueBold;
    font-size: 18px;
    font-weight: 500;

    border-color: #ee3364;
}
.vlt-widget input[type='text']::-webkit-input-placeholder,
.vlt-widget input[type='email']::-webkit-input-placeholder,
.vlt-widget input[type='password']::-webkit-input-placeholder,
.vlt-widget input[type='tel']::-webkit-input-placeholder,
.vlt-widget input[type='url']::-webkit-input-placeholder,
.vlt-widget input[type='search']::-webkit-input-placeholder,
.vlt-widget input[type='number']::-webkit-input-placeholder,
.vlt-widget textarea::-webkit-input-placeholder,
.vlt-widget select::-webkit-input-placeholder
{
    color: #ee3364;
}
.vlt-widget input[type='text']:-moz-placeholder,
.vlt-widget input[type='email']:-moz-placeholder,
.vlt-widget input[type='password']:-moz-placeholder,
.vlt-widget input[type='tel']:-moz-placeholder,
.vlt-widget input[type='url']:-moz-placeholder,
.vlt-widget input[type='search']:-moz-placeholder,
.vlt-widget input[type='number']:-moz-placeholder,
.vlt-widget textarea:-moz-placeholder,
.vlt-widget select:-moz-placeholder
{
    color: #ee3364;
}
.vlt-widget input[type='text']::-moz-placeholder,
.vlt-widget input[type='email']::-moz-placeholder,
.vlt-widget input[type='password']::-moz-placeholder,
.vlt-widget input[type='tel']::-moz-placeholder,
.vlt-widget input[type='url']::-moz-placeholder,
.vlt-widget input[type='search']::-moz-placeholder,
.vlt-widget input[type='number']::-moz-placeholder,
.vlt-widget textarea::-moz-placeholder,
.vlt-widget select::-moz-placeholder
{
    color: #ee3364;
}
.vlt-widget input[type='text']:-ms-input-placeholder,
.vlt-widget input[type='email']:-ms-input-placeholder,
.vlt-widget input[type='password']:-ms-input-placeholder,
.vlt-widget input[type='tel']:-ms-input-placeholder,
.vlt-widget input[type='url']:-ms-input-placeholder,
.vlt-widget input[type='search']:-ms-input-placeholder,
.vlt-widget input[type='number']:-ms-input-placeholder,
.vlt-widget textarea:-ms-input-placeholder,
.vlt-widget select:-ms-input-placeholder
{
    color: #ee3364;
}

.vlt-widget select
{
    color: #ee3364;
    background-image: url('../img/root/select-color.png');
}

.vlt-widget--white input[type='text'],
.vlt-widget--white input[type='email'],
.vlt-widget--white input[type='password'],
.vlt-widget--white input[type='tel'],
.vlt-widget--white input[type='url'],
.vlt-widget--white input[type='search'],
.vlt-widget--white input[type='number'],
.vlt-widget--white textarea,
.vlt-widget--white select
{
    font-weight: 400;

    color: #c5c5c5;
    background-color: transparent;
}
.vlt-widget--white input[type='text'] a,
.vlt-widget--white input[type='email'] a,
.vlt-widget--white input[type='password'] a,
.vlt-widget--white input[type='tel'] a,
.vlt-widget--white input[type='url'] a,
.vlt-widget--white input[type='search'] a,
.vlt-widget--white input[type='number'] a,
.vlt-widget--white textarea a,
.vlt-widget--white select a
{
    color: #fff;
}

.vlt-widget--white select
{
    color: #ee3364;
}

/* Widget: categories */
.vlt-widget.vlt-widget-categories,
.vlt-widget.vlt-widget-nav-menu
{
    font-family: MaisonNeueBold;
    font-weight: 600;

    color: #7e7e7e;
}
.vlt-widget.vlt-widget-categories li + li,
.vlt-widget.vlt-widget-nav-menu li + li,
.vlt-widget.vlt-widget-categories ul.children,
.vlt-widget.vlt-widget-nav-menu ul.children
{
    margin-top: 10px;
}
.vlt-widget.vlt-widget-categories a,
.vlt-widget.vlt-widget-nav-menu a
{
    margin-right: 3px;

    color: #0b0b0b;
}
.vlt-widget.vlt-widget-categories a:hover,
.vlt-widget.vlt-widget-nav-menu a:hover
{
    color: #ee3364;
}

.vlt-widget.vlt-widget--white.vlt-widget-categories,
.vlt-widget--white.vlt-widget.vlt-widget-nav-menu
{
    font-weight: 400;
}
.vlt-widget.vlt-widget--white.vlt-widget-categories a,
.vlt-widget--white.vlt-widget.vlt-widget-nav-menu a
{
    color: #c5c5c5;
}
.vlt-widget.vlt-widget--white.vlt-widget-categories a:hover,
.vlt-widget--white.vlt-widget.vlt-widget-nav-menu a:hover
{
    color: #ee3364;
}

/* Widget: woo price filter */
.vlt-widget.vlt-filter-by-price ul
{
    list-style-type: none;
}

.vlt-widget.vlt-filter-by-price li + li
{
    margin-top: 22px;
}

.vlt-widget.vlt-filter-by-price a
{
    font-family: MaisonNeueBold;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    color: #0b0b0b; 

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.vlt-widget.vlt-filter-by-price a span
{
    position: relative;

    display: block;

    width: 22px;
    height: 22px;
    margin-right: 15px;

    border: 2px solid #a6a6a6; 
    border-radius: 50%;
}
.vlt-widget.vlt-filter-by-price a span::before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    margin: 4px;

    content: '';
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property:         transform;
            transition-property:         transform, -webkit-transform;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);

    border-radius: 50%;
    background-color: #ee3364;
}

.vlt-widget.vlt-filter-by-price li.active a
{
    color: #ee3364;
}
.vlt-widget.vlt-filter-by-price li.active a span
{
    border-color: #ee3364;
}
.vlt-widget.vlt-filter-by-price li.active a span::before
{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

/* Widget: instagram */
.vlt-widget.vlt-widget-instagram ul,
.vlt-instagram-feed ul
{
    display: grid;

    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}
.vlt-widget.vlt-widget-instagram ul li,
.vlt-instagram-feed ul li
{
    overflow: hidden;
}
.vlt-widget.vlt-widget-instagram ul a,
.vlt-instagram-feed ul a
{
    font-size: 0; 

    position: relative;

    display: block;

    padding-top: 100%;
}
.vlt-widget.vlt-widget-instagram ul a::after,
.vlt-instagram-feed ul a::after,
.vlt-widget.vlt-widget-instagram ul a::before,
.vlt-instagram-feed ul a::before
{
    position: absolute;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    -webkit-transition-property: all;
            transition-property: all;

    opacity: 0;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.vlt-widget.vlt-widget-instagram ul a::before,
.vlt-instagram-feed ul a::before
{
    opacity: 0;
    background-color: #00bec5;
}
.vlt-widget.vlt-widget-instagram ul a::after,
.vlt-instagram-feed ul a::after
{
    font-family: FontAwesome;
    font-size: 22px;

    content: '\f16d';
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%); 

    color: #fff;
}
.vlt-widget.vlt-widget-instagram ul a img,
.vlt-instagram-feed ul a img
{
    font-family: 'object-fit: cover;';

    position: absolute;
    z-index: -1; 
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}
.vlt-widget.vlt-widget-instagram ul a:hover::before,
.vlt-instagram-feed ul a:hover::before
{
    opacity: .8;
}
.vlt-widget.vlt-widget-instagram ul a:hover::after,
.vlt-instagram-feed ul a:hover::after
{
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms; 
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    opacity: 1;
}

/* Widget: nav menu */
.vlt-widget.vlt-widget-nav-menu .sf-with-ul::after
{
    padding-left: 5px; 

    content: '+';
}

.vlt-widget.vlt-widget-nav-menu .sfHover > .sf-with-ul::after
{
    content: '-';
}

.vlt-widget.vlt-widget-nav-menu ul.sub-menu
{
    display: none;

    padding-top: 5px;
}

.vlt-widget.vlt-widget--white.vlt-widget-nav-menu ul.menu
{
    font-family: Muli;
    line-height: 1.8;

    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
}
.vlt-widget.vlt-widget--white.vlt-widget-nav-menu ul.menu li + li
{
    margin-top: 0;
}

/* Widget: popular products */
.vlt-widget.vlt-widget-popular-products
{
    list-style-type: none;
}
.vlt-widget.vlt-widget-popular-products li + li
{
    margin-top: 30px;
}
.vlt-widget.vlt-widget-popular-products .vlt-widget-product
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.vlt-widget.vlt-widget-popular-products .vlt-widget-product__thumbnail
{
    position: relative;

    width: 80px; 

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.vlt-widget.vlt-widget-popular-products .vlt-widget-product__thumbnail a,
.vlt-widget.vlt-widget-popular-products .vlt-widget-product__thumbnail img
{
    display: block;
}
.vlt-widget.vlt-widget-popular-products .vlt-widget-product__content
{
    padding-left: 20px;
}
.vlt-widget.vlt-widget-popular-products .vlt-widget-product__content h5
{
    font-size: 18px;
    font-weight: 600; 

    margin: 0;
}
.vlt-widget.vlt-widget-popular-products .vlt-widget-product__content span.price
{
    font-family: MaisonNeueBold;
    font-size: 16px;
    font-weight: 600;

    color: #ee3364;
}

/* Widget: post list */
.vlt-widget.vlt-widget-postlist li + li
{
    margin-top: 30px;
}

.vlt-widget.vlt-widget-postlist .vlt-widget-post
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.vlt-widget.vlt-widget-postlist .vlt-widget-post__thumbnail
{
    position: relative;

    width: 80px; 

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.vlt-widget.vlt-widget-postlist .vlt-widget-post__thumbnail a,
.vlt-widget.vlt-widget-postlist .vlt-widget-post__thumbnail img
{
    display: block;
}
.vlt-widget.vlt-widget-postlist .vlt-widget-post__content
{
    padding-left: 20px;
}
.vlt-widget.vlt-widget-postlist .vlt-widget-post__content h5
{
    font-size: 18px;
    font-weight: 600; 

    margin: 0;
}

/* Widget: search form */
.vlt-search-form
{
    position: relative;

    overflow: hidden;
}
.vlt-search-form input[type='text']
{
    padding-right: 75px;
}
.vlt-search-form input[type='text']:focus + button
{
    -webkit-animation-name: vlt_btn_effect;
            animation-name: vlt_btn_effect;
    -webkit-animation-duration: 250ms;
            animation-duration: 250ms;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.vlt-search-form button
{
    font-size: 20px;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    margin: 0;
    padding: 0 30px 0 0;

    cursor: pointer; 

    color: #ee3364;
    border: none;
    background: none;
}

/* Widget: socials */
.vlt-widget.vlt-widget-socials a
{
    margin-bottom: 10px;
}

/* Widget: subscribe form */
.vlt-widget.vlt-widget-subscribe + .vlt-widget-html
{
    margin-top: 25px;
}

/* Widget: tag cloud */
.vlt-widget.vlt-widget-tag-cloud
{
    font-family: MaisonNeueBold;
    font-size: 18px; 
    font-weight: 600;
    line-height: 1.8;
}
.vlt-widget.vlt-widget-tag-cloud span
{
    color: #7e7e7e;
}
.vlt-widget.vlt-widget-tag-cloud a
{
    display: inline-block;

    color: #0b0b0b;
}
.vlt-widget.vlt-widget-tag-cloud a:hover
{
    color: #ee3364;
}

/* Widget: text */
.vlt-widget.vlt-widget-text p:last-child
{
    margin-bottom: 0;
}

/* Layout: comments */
/* general */
.vlt-comments__title,
.vlt-comment-form__title
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 0 70px; 

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.vlt-is--lowercase-mode .vlt-comments__title,
.vlt-is--lowercase-mode
  .vlt-comment-form__title
{
    
}

/* style 1 */
.vlt-comments--style-1
{
    background-color: #f5f5f5;
}

.vlt-comments--style-1,
.vlt-comment-form--style-1
{
    padding: 100px 0;
}

.vlt-comments--style-1
{
    background-color: #f5f5f5;
}

.vlt-comment-form--style-1
{
    padding-bottom: 120px;
}

/* style 2 */
.vlt-comments--style-2,
.vlt-comment-form--style-2
{
    padding: 100px 0;

    border-top: 1px solid #0b0b0b;
}

.vlt-comment-form--style-2
{
    padding-bottom: 120px;
}

/* comments list */
.vlt-comments__list,
.vlt-reviews__list,
.vlt-comments__list ul.children,
.vlt-reviews__list ul.children
{
    margin: 0;
    padding: 0;

    list-style-type: none;
}
.vlt-comments__list li.vlt-comment-item,
.vlt-reviews__list li.vlt-comment-item,
.vlt-comments__list ul.children li.vlt-comment-item,
.vlt-reviews__list ul.children li.vlt-comment-item
{
    padding: 30px 0;
}
.vlt-comments__list li.vlt-comment-item:first-child,
.vlt-reviews__list li.vlt-comment-item:first-child,
.vlt-comments__list ul.children li.vlt-comment-item:first-child,
.vlt-reviews__list ul.children li.vlt-comment-item:first-child
{
    padding-top: 0;
}
.vlt-comments__list li.vlt-comment-item:last-child,
.vlt-reviews__list li.vlt-comment-item:last-child,
.vlt-comments__list ul.children li.vlt-comment-item:last-child,
.vlt-reviews__list ul.children li.vlt-comment-item:last-child
{
    padding-bottom: 0;
}


.vlt-comments__list ul.children,
.vlt-reviews__list ul.children
{
    margin-top: 60px;
    padding-left: 100px;
}

.vlt-comments__list ul.children li.vlt-comment-item:last-child,
.vlt-reviews__list ul.children li.vlt-comment-item:last-child
{
    padding-bottom: 0;
}
@media (max-width: 767px)
{
    .vlt-comments__list ul.children,
    .vlt-reviews__list ul.children
    {
        padding-left: 0;
    }
}

.vlt-comments__list .comment-respond,
.vlt-reviews__list .comment-respond
{
    margin: 60px 0 0;
}
.vlt-comments__list .comment-respond .vlt-comment-form__title,
.vlt-reviews__list .comment-respond .vlt-comment-form__title
{
    font-size: 22px; 

    margin-bottom: 30px;
}

/* comment item */
.vlt-comment-item__inner,
.vlt-review-item__inner
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.vlt-comment-item__inner .vlt-comment-avatar,
.vlt-review-item__inner .vlt-comment-avatar,
.vlt-review-item__inner .vlt-review-avatar
{
    display: block;

    margin-right: 30px; 

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media (max-width: 767px)
{
    .vlt-comment-item__inner .vlt-comment-avatar,
    .vlt-review-item__inner .vlt-comment-avatar,
    .vlt-review-item__inner .vlt-review-avatar
    {
        display: none;
    }
}
.vlt-comment-item__inner .vlt-comment-avatar img,
.vlt-review-item__inner .vlt-comment-avatar img,
.vlt-review-item__inner .vlt-review-avatar img
{
    display: block;

    border-radius: 50%;
}
.vlt-comment-item__inner .vlt-comment-content,
.vlt-review-item__inner .vlt-comment-content,
.vlt-review-item__inner .vlt-review-content
{
    width: 100%;
}
.vlt-comment-item__inner .vlt-comment-content .vlt-comment-header,
.vlt-review-item__inner .vlt-comment-content .vlt-comment-header,
.vlt-review-item__inner .vlt-review-content .vlt-comment-header,
.vlt-review-item__inner .vlt-review-content .vlt-review-header
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 15px; 

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 767px)
{
    .vlt-comment-item__inner .vlt-comment-content .vlt-comment-header,
    .vlt-review-item__inner .vlt-comment-content .vlt-comment-header,
    .vlt-review-item__inner .vlt-review-content .vlt-comment-header,
    .vlt-review-item__inner .vlt-review-content .vlt-review-header
    {
        display: block;
    }
}
.vlt-comment-item__inner .vlt-comment-content .vlt-comment-header h5,
.vlt-review-item__inner .vlt-comment-content .vlt-comment-header h5,
.vlt-review-item__inner .vlt-review-content .vlt-comment-header h5,
.vlt-review-item__inner .vlt-review-content .vlt-review-header h5
{
    font-size: 18px;
    font-weight: 600; 

    max-width: 80%;
    margin: 0;
}
.vlt-comment-item__inner .vlt-comment-content .vlt-comment-header__metas,
.vlt-review-item__inner .vlt-comment-content .vlt-comment-header__metas,
.vlt-review-item__inner .vlt-review-content .vlt-comment-header__metas
{
    color: #0b0b0b;
}
.vlt-comment-item__inner .vlt-comment-content .vlt-comment-header__metas span + a,
.vlt-review-item__inner .vlt-comment-content .vlt-comment-header__metas span + a,
.vlt-review-item__inner .vlt-review-content .vlt-comment-header__metas span + a
{
    margin-left: 30px;
}
.vlt-comment-item__inner .vlt-comment-content .vlt-comment-header__metas a:hover,
.vlt-review-item__inner .vlt-comment-content .vlt-comment-header__metas a:hover,
.vlt-review-item__inner .vlt-review-content .vlt-comment-header__metas a:hover
{
    color: #ee3364;
}
@media (max-width: 767px)
{
    .vlt-comment-item__inner .vlt-comment-content .vlt-comment-header__metas,
    .vlt-review-item__inner .vlt-comment-content .vlt-comment-header__metas,
    .vlt-review-item__inner .vlt-review-content .vlt-comment-header__metas
    {
        margin-top: 15px;
    }
}

/* Layout: navigation */
.vlt-post-navigation
{
    line-height: 1;

    padding: 40px 0;

    background-color: #f5f5f5;
}
@media (max-width: 767px)
{
    .vlt-post-navigation
    {
        display: none;
    }
}
.vlt-post-navigation h5
{
    margin: 0;
}
.vlt-post-navigation .prev,
.vlt-post-navigation .next
{
    overflow: hidden;
}
.vlt-post-navigation .prev::before,
.vlt-post-navigation .prev::after,
.vlt-post-navigation .next::before,
.vlt-post-navigation .next::after
{
    font-family: leedo; 

    position: relative;

    display: inline-block;
}
.vlt-post-navigation .prev::before
{
    content: '\e91a';
}
.vlt-post-navigation .prev span
{
    padding-left: 20px;
}
.vlt-post-navigation .next::after
{
    content: '\e91b';
}
.vlt-post-navigation .next span
{
    padding-right: 20px;
}
.vlt-post-navigation .prev:hover::before
{
    -webkit-animation-name: vlt_animate_icon_left;
            animation-name: vlt_animate_icon_left;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.vlt-post-navigation .next:hover::after
{
    -webkit-animation-name: vlt_animate_icon_right;
            animation-name: vlt_animate_icon_right;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.vlt-post-navigation .all
{
    position: relative;

    display: inline-block;

    width: 16px;
    height: 16px;

    cursor: pointer;
}
.vlt-post-navigation .all span
{
    position: absolute;

    display: block;

    width: 6px;
    height: 6px;

    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;

    color: #0b0b0b;
    background-color: currentColor;
}
.vlt-post-navigation .all span:nth-child(1)
{
    top: 0;
    left: 0;
}
.vlt-post-navigation .all span:nth-child(2)
{
    top: 0;
    right: 0;
}
.vlt-post-navigation .all span:nth-child(3)
{
    right: 0; 
    bottom: 0;
}
.vlt-post-navigation .all span:nth-child(4)
{
    bottom: 0;
    left: 0;
}
.vlt-post-navigation .all:hover span
{
    color: #ee3364;
}
.vlt-post-navigation .all:hover span:nth-child(1)
{
    -webkit-transform: translate3d(-2px, -2px, 0);
            transform: translate3d(-2px, -2px, 0);
}
.vlt-post-navigation .all:hover span:nth-child(2)
{
    -webkit-transform: translate3d(2px, -2px, 0);
            transform: translate3d(2px, -2px, 0);
}
.vlt-post-navigation .all:hover span:nth-child(3)
{
    -webkit-transform: translate3d(2px, 2px, 0);
            transform: translate3d(2px, 2px, 0);
}
.vlt-post-navigation .all:hover span:nth-child(4)
{
    -webkit-transform: translate3d(-2px, 2px, 0);
            transform: translate3d(-2px, 2px, 0);
}

/* 04. Pages */
/* Page: 404 */
.vlt-page-404
{
    padding: 60px 0 120px;

    text-align: center;
}
.vlt-page-404 strong
{
    font-family: MaisonNeueBold;
    font-size: 180px;
    font-weight: 700;
    line-height: 1;

    display: block;

    margin-bottom: 5px;

    color: #00bec5;
}
@media (max-width: 575px)
{
    .vlt-page-404 strong
    {
        font-size: 150px;
    }
}
.vlt-page-404 h1
{
    font-size: 48px; 

    margin: 0;
}
.vlt-is--lowercase-mode .vlt-page-404 h1
{
    
}
@media (max-width: 575px)
{
    .vlt-page-404 h1
    {
        font-size: 38px;
    }
}
.vlt-page-404 p
{
    max-width: 360px;
    margin: 20px auto 0;
}
.vlt-page-404 .vlt-btn
{
    margin-top: 50px;
}

/* Page: Blog */
/* Partial: post thumbnail */
.vlt-post-thumbnail
{
    position: relative;

    width: 100%;

    background-color: #eee;
}
.vlt-post-thumbnail__link
{
    position: absolute;
    z-index: 2; 
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.vlt-post-thumbnail img
{
    display: block;

    margin: 0 auto;
}

/* Partial: post title */
.vlt-post-title
{
    line-height: 1.45; 

    margin: 0;
}
.vlt-post-title i
{
    margin-right: 10px;

    color: #ee3364;
}

/* Partial: post meta */
.vlt-post-meta
{
    font-family: MaisonNeueBold;

    color: #ee3364;
}
.vlt-post-meta span + span::before
{
    margin-right: 10px; 
    margin-left: 8px;

    content: '/';
}

/* Post: default */
.vlt-post--style-default .vlt-post-thumbnail + .vlt-post-content
{
    padding-top: 30px;
}

.vlt-post--style-default .vlt-post-content .vlt-post-header .vlt-post-title
{
    font-size: 30px;
}

.vlt-post--style-default .vlt-post-content .vlt-post-header .vlt-post-meta
{
    margin-top: 15px;
}

.vlt-post--style-default .vlt-post-content .vlt-post-excerpt
{
    margin-top: 20px;
}
.vlt-post--style-default .vlt-post-content .vlt-post-excerpt:empty
{
    display: none;
}

.vlt-post--style-default .vlt-post-content .vlt-post-footer
{
    margin-top: 30px;
}

/* Post: masonry */
.vlt-post--style-masonry .vlt-post-thumbnail + .vlt-post-content,
.vlt-post--style-also-like .vlt-post-thumbnail + .vlt-post-content
{
    padding-top: 30px;
}

.vlt-post--style-masonry .vlt-post-content.vlt-post-content--padding,
.vlt-post--style-also-like .vlt-post-content.vlt-post-content--padding
{
    padding: 25px 35px;
}

.vlt-post--style-masonry .vlt-post-content.vlt-post-content--background,
.vlt-post--style-also-like .vlt-post-content.vlt-post-content--background
{
    background-color: #f6f6f6;
}

.vlt-post--style-masonry .vlt-post-content .vlt-post-header .vlt-post-title,
.vlt-post--style-also-like .vlt-post-content .vlt-post-header .vlt-post-title
{
    font-size: 24px;
}

.vlt-post--style-masonry .vlt-post-content .vlt-post-header .vlt-post-meta,
.vlt-post--style-also-like .vlt-post-content .vlt-post-header .vlt-post-meta
{
    margin-top: 15px;
}

.vlt-post--style-masonry .vlt-post-content .vlt-post-excerpt,
.vlt-post--style-also-like .vlt-post-content .vlt-post-excerpt
{
    margin-top: 20px;
}

/* Post: also like */
.vlt-post--style-also-like .vlt-post-content
{
    padding: 25px 0 0;
}

/* Post: single */
.vlt-single-post-wrapper
{
    position: relative;

    overflow: hidden;
}

/* layouts */
.vlt-single-post-wrapper--style-1,
.vlt-single-post-wrapper--style-2
{
    padding-top: 120px;
}

.vlt-single-post-wrapper--style-3
{
    padding-top: 100px;
}

.vlt-single-post-wrapper--style-4,
.vlt-single-post-wrapper--style-5
{
    padding: 120px 0;
}
.vlt-single-post-wrapper--style-4 .vlt-comment-form--style-2,
.vlt-single-post-wrapper--style-5 .vlt-comment-form--style-2
{
    padding-bottom: 0;
}

.vlt-single-post-wrapper--style-6,
.vlt-single-post-wrapper--style-7
{
    padding: 15px 0 120px;
}
.vlt-single-post-wrapper--style-6 .vlt-single-post-thumbnail,
.vlt-single-post-wrapper--style-7 .vlt-single-post-thumbnail
{
    margin-bottom: 120px;
}
.vlt-single-post-wrapper--style-6 .vlt-comment-form--style-2,
.vlt-single-post-wrapper--style-7 .vlt-comment-form--style-2
{
    padding-bottom: 0;
}

/* heading style 1 */
.vlt-single-post__header--style-1,
.vlt-single-post__header--style-2
{
    padding-bottom: 60px;
}
.vlt-single-post__header--style-1 .vlt-post-title,
.vlt-single-post__header--style-2 .vlt-post-title
{
    font-size: 48px;
    line-height: 1.25;
}
@media (max-width: 992px)
{
    .vlt-single-post__header--style-1 .vlt-post-title,
    .vlt-single-post__header--style-2 .vlt-post-title
    {
        font-size: 32px;
    }
}
@media (max-width: 767px)
{
    .vlt-single-post__header--style-1 .vlt-post-title,
    .vlt-single-post__header--style-2 .vlt-post-title
    {
        font-size: 26px;
    }
}
.vlt-single-post__header--style-1 .vlt-post-meta,
.vlt-single-post__header--style-2 .vlt-post-meta
{
    margin-top: 20px;

    color: #999;
}

/* heading style 2 */
.vlt-single-post__header--style-2 .vlt-post-title
{
    color: #ee3364;
}

/* single post */
.vlt-single-post
{
    padding-bottom: 100px;
}

.vlt-single-post__footer
{
    padding-top: 65px;
}
.vlt-single-post__footer .vlt-post-tags
{
    font-size: 16px;
    font-style: italic;

    color: #0b0b0b;
}
.vlt-single-post__footer .vlt-post-tags h5
{
    font-style: normal;
    line-height: inherit;

    display: inline-block;

    margin: 0;
    padding-right: 4px;

    color: #8a8a8a;
}
.vlt-single-post__footer .vlt-post-tags a:hover
{
    color: #ee3364;
}
.vlt-single-post__footer .vlt-social-share
{
    padding-top: 25px;

    text-align: center;
}
.vlt-single-post__footer .vlt-post-tags + .vlt-social-share
{
    padding-top: 90px;
}

/* also like posts */
.vlt-also-like-posts
{
    padding-bottom: 40px;
}

/* Page: portfolio */
.js-caption
{
    position: fixed;
    z-index: 999; 
    top: 100px;
    left: 100px;

    overflow: hidden;

    width: auto;
    height: auto;
    margin: 25px 0 0;

    -webkit-animation-name: vlt_fade_in;
            animation-name: vlt_fade_in;
    -webkit-animation-duration: 150ms;
            animation-duration: 150ms;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    animation-direction: reverse;
    white-space: nowrap;
    pointer-events: none;

    opacity: 0;
    background-color: #fff;

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.js-caption h4
{
    font-size: 24px;
    line-height: 1.2;

    margin: 0;
    padding: 5px 15px;

    -webkit-transform: translateY(150%);
        -ms-transform: translateY(150%);
            transform: translateY(150%);
}
.vlt-is--lowercase-mode .js-caption h4
{
    
}

.js-caption--active
{
    -webkit-animation-name: vlt_fade_in;
            animation-name: vlt_fade_in;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-direction: normal;
            animation-direction: normal;

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.js-caption--active h4
{
    -webkit-transition-timing-function: cubic-bezier(.07, .72, .24, 1);
            transition-timing-function: cubic-bezier(.07, .72, .24, 1); 
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property:         transform;
            transition-property:         transform, -webkit-transform;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

/* Portfolio: filters */
.vlt-cubeportfolio-filters
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 60px; 

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 575px)
{
    .vlt-cubeportfolio-filters
    {
                flex-direction: column; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
}
.vlt-cubeportfolio-filters.vlt-cubeportfolio-filters--left
{
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}
.vlt-cubeportfolio-filters.vlt-cubeportfolio-filters--right
{
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
.vlt-cubeportfolio-filters .cbp-filter-item
{
    cursor: pointer; 
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
    text-decoration: none;

    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.vlt-cubeportfolio-filters .cbp-filter-item + .cbp-filter-item
{
    margin-left: 30px;
}
@media (max-width: 575px)
{
    .vlt-cubeportfolio-filters .cbp-filter-item + .cbp-filter-item
    {
        margin-top: 15px;
        margin-left: 0;
    }
}
.vlt-cubeportfolio-filters .cbp-filter-item
{
    display: inline-block;

    margin: 0;
    padding: 0;

    list-style-type: none;

    text-align: center;

    color: #00e5a7; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}




.vlt-cubeportfolio-filters .cbp-filter-item.cbp-filter-item-active
{
    cursor: default;
    pointer-events: none;

    color: #ee3364;
}

/* Portfolio: pagination */
.vlt-cubeportfolio-pagination-wrap
{
    overflow: auto !important;
}

.vlt-cubeportfolio-pagination-wrap
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0;
    padding: 0; 

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.vlt-cubeportfolio-pagination-wrap.vlt-cubeportfolio-pagination-wrap--left
{
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}
.vlt-cubeportfolio-pagination-wrap.vlt-cubeportfolio-pagination-wrap--right
{
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
.vlt-cubeportfolio-pagination-wrap .cbp-l-loadMore-stop
{
    cursor: not-allowed; 
    pointer-events: none;

    opacity: .8;
    color: #959595;
    background-color: #eee;
}

.cbp-l-loadMore-defaultText,
.cbp-l-loadMore-button-defaultText
{
    display: block !important;
}

.cbp-l-loadMore-loadingText,
.cbp-l-loadMore-noMoreLoading,
.cbp-l-loadMore-button-loadingText,
.cbp-l-loadMore-button-noMoreLoading
{
    display: none !important;
}

/* loading state */
.cbp-l-loadMore-loading .cbp-l-loadMore-loadingText,
.cbp-l-loadMore-loading .cbp-l-loadMore-button-loadingText
{
    display: block !important;
}

.cbp-l-loadMore-loading .cbp-l-loadMore-defaultText,
.cbp-l-loadMore-loading .cbp-l-loadMore-noMoreLoading,
.cbp-l-loadMore-loading .cbp-l-loadMore-button-defaultText,
.cbp-l-loadMore-loading .cbp-l-loadMore-button-noMoreLoading
{
    display: none !important;
}

/* no more loading */
.cbp-l-loadMore-stop .cbp-l-loadMore-noMoreLoading,
.cbp-l-loadMore-stop .cbp-l-loadMore-button-noMoreLoading
{
    display: block !important;
}

.cbp-l-loadMore-stop .cbp-l-loadMore-defaultText,
.cbp-l-loadMore-stop .cbp-l-loadMore-loadingText,
.cbp-l-loadMore-stop .cbp-l-loadMore-button-defaultText,
.cbp-l-loadMore-stop .cbp-l-loadMore-button-loadingText
{
    display: none !important;
}

/* Work: fade */
.vlt-portfolio-item--fade,
.vlt-portfolio-item--style-1,
.vlt-portfolio-item--style-2,
.vlt-portfolio-item--style-3,
.vlt-portfolio-item--style-4
{
    position: relative;

    overflow: hidden;
    /* overlay */
    /* meta */
    /* transitions */
    /* align */
}
.vlt-portfolio-item--fade .vlt-portfolio-item-overlay,
.vlt-portfolio-item--style-1 .vlt-portfolio-item-overlay,
.vlt-portfolio-item--style-2 .vlt-portfolio-item-overlay,
.vlt-portfolio-item--style-3 .vlt-portfolio-item-overlay,
.vlt-portfolio-item--style-4 .vlt-portfolio-item-overlay
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 30px;

    -webkit-transition-timing-function: cubic-bezier(.07, .72, .24, 1);
            transition-timing-function: cubic-bezier(.07, .72, .24, 1); 
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-transition-property: opacity;
            transition-property: opacity;
    text-decoration: none;

    opacity: 0;
    color: #fff;

    will-change: opacity;
}
.vlt-portfolio-item--fade .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-1 .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-2 .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-3 .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-4 .vlt-portfolio-item-meta
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 100%;
    height: 100%;

    -webkit-transition-timing-function: cubic-bezier(.07, .72, .24, 1);
            transition-timing-function: cubic-bezier(.07, .72, .24, 1); 
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-transition-property: opacity, -webkit-transform;
            transition-property: opacity, -webkit-transform;
            transition-property: transform, opacity;
            transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
            transform: scale(.8);
    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    will-change: transform, opacity;
}
.vlt-portfolio-item--fade .vlt-portfolio-item-meta > * + *,
.vlt-portfolio-item--style-1 .vlt-portfolio-item-meta > * + *,
.vlt-portfolio-item--style-2 .vlt-portfolio-item-meta > * + *,
.vlt-portfolio-item--style-3 .vlt-portfolio-item-meta > * + *,
.vlt-portfolio-item--style-4 .vlt-portfolio-item-meta > * + *
{
    margin-top: 5px;
}
.vlt-portfolio-item--fade .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-1 .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-2 .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-3 .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-4 .vlt-portfolio-item-meta
{
    font-size: 24px;
    line-height: 1.2;

    margin: 0;

    color: inherit;
}
.vlt-is--lowercase-mode .vlt-portfolio-item--fade .vlt-portfolio-item-meta,
.vlt-is--lowercase-mode .vlt-portfolio-item--style-1 .vlt-portfolio-item-meta,
.vlt-is--lowercase-mode .vlt-portfolio-item--style-2 .vlt-portfolio-item-meta,
.vlt-is--lowercase-mode .vlt-portfolio-item--style-3 .vlt-portfolio-item-meta,
.vlt-is--lowercase-mode .vlt-portfolio-item--style-4 .vlt-portfolio-item-meta
{
    
}
.vlt-portfolio-item--fade .vlt-portfolio-item-meta-title,
.vlt-portfolio-item--style-1 .vlt-portfolio-item-meta-title,
.vlt-portfolio-item--style-2 .vlt-portfolio-item-meta-title,
.vlt-portfolio-item--style-3 .vlt-portfolio-item-meta-title,
.vlt-portfolio-item--style-4 .vlt-portfolio-item-meta-title
{
    font-size: 24px;
    line-height: 1.2;

    margin: 0;

    color: inherit;
}
.vlt-is--lowercase-mode .vlt-portfolio-item--fade .vlt-portfolio-item-meta-title,
.vlt-is--lowercase-mode .vlt-portfolio-item--style-1 .vlt-portfolio-item-meta-title,
.vlt-is--lowercase-mode .vlt-portfolio-item--style-2 .vlt-portfolio-item-meta-title,
.vlt-is--lowercase-mode .vlt-portfolio-item--style-3 .vlt-portfolio-item-meta-title,
.vlt-is--lowercase-mode .vlt-portfolio-item--style-4 .vlt-portfolio-item-meta-title
{
    
}
.vlt-portfolio-item--fade .vlt-portfolio-item-meta-date,
.vlt-portfolio-item--style-1 .vlt-portfolio-item-meta-date,
.vlt-portfolio-item--style-2 .vlt-portfolio-item-meta-date,
.vlt-portfolio-item--style-3 .vlt-portfolio-item-meta-date,
.vlt-portfolio-item--style-4 .vlt-portfolio-item-meta-date
{
    font-size: .85em;
}
.vlt-portfolio-item--fade .vlt-portfolio-item-meta-icon,
.vlt-portfolio-item--style-1 .vlt-portfolio-item-meta-icon,
.vlt-portfolio-item--style-2 .vlt-portfolio-item-meta-icon,
.vlt-portfolio-item--style-3 .vlt-portfolio-item-meta-icon,
.vlt-portfolio-item--style-4 .vlt-portfolio-item-meta-icon
{
    font-size: 2em;
}
.vlt-portfolio-item--fade .vlt-portfolio-item-meta-icon + *,
.vlt-portfolio-item--style-1 .vlt-portfolio-item-meta-icon + *,
.vlt-portfolio-item--style-2 .vlt-portfolio-item-meta-icon + *,
.vlt-portfolio-item--style-3 .vlt-portfolio-item-meta-icon + *,
.vlt-portfolio-item--style-4 .vlt-portfolio-item-meta-icon + *
{
    margin-top: 15px;
}
.vlt-portfolio-item--fade .vlt-portfolio-item-meta-category,
.vlt-portfolio-item--style-1 .vlt-portfolio-item-meta-category,
.vlt-portfolio-item--style-2 .vlt-portfolio-item-meta-category,
.vlt-portfolio-item--style-3 .vlt-portfolio-item-meta-category,
.vlt-portfolio-item--style-4 .vlt-portfolio-item-meta-category
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 10px 0 0;
    padding: 0;

    list-style-type: none; 

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.vlt-portfolio-item--fade .vlt-portfolio-item-img,
.vlt-portfolio-item--style-1 .vlt-portfolio-item-img,
.vlt-portfolio-item--style-2 .vlt-portfolio-item-img,
.vlt-portfolio-item--style-3 .vlt-portfolio-item-img,
.vlt-portfolio-item--style-4 .vlt-portfolio-item-img
{
    overflow: hidden;
}
.vlt-portfolio-item--fade .vlt-portfolio-item-img img,
.vlt-portfolio-item--style-1 .vlt-portfolio-item-img img,
.vlt-portfolio-item--style-2 .vlt-portfolio-item-img img,
.vlt-portfolio-item--style-3 .vlt-portfolio-item-img img,
.vlt-portfolio-item--style-4 .vlt-portfolio-item-img img
{
    -webkit-transition-timing-function: cubic-bezier(.08, .43, .24, 1);
            transition-timing-function: cubic-bezier(.08, .43, .24, 1); 
    -webkit-transition-duration: 2s;
            transition-duration: 2s;
    -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property:         transform;
            transition-property:         transform, -webkit-transform;

    will-change: transform;
}
.vlt-portfolio-item--fade:hover .vlt-portfolio-item-overlay,
.vlt-portfolio-item--style-1:hover .vlt-portfolio-item-overlay,
.vlt-portfolio-item--style-2:hover .vlt-portfolio-item-overlay,
.vlt-portfolio-item--style-3:hover .vlt-portfolio-item-overlay,
.vlt-portfolio-item--style-4:hover .vlt-portfolio-item-overlay
{
    opacity: 1;
}
.vlt-portfolio-item--fade:hover .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-1:hover .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-2:hover .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-3:hover .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-4:hover .vlt-portfolio-item-meta
{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.vlt-portfolio-item--fade:hover .vlt-portfolio-item-img img,
.vlt-portfolio-item--style-1:hover .vlt-portfolio-item-img img,
.vlt-portfolio-item--style-2:hover .vlt-portfolio-item-img img,
.vlt-portfolio-item--style-3:hover .vlt-portfolio-item-img img,
.vlt-portfolio-item--style-4:hover .vlt-portfolio-item-img img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.vlt-portfolio-item--fade .vlt-portfolio-item-overlay--align-left .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-1 .vlt-portfolio-item-overlay--align-left .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-2 .vlt-portfolio-item-overlay--align-left .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-3 .vlt-portfolio-item-overlay--align-left .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-4 .vlt-portfolio-item-overlay--align-left .vlt-portfolio-item-meta
{
    text-align: left; 

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
            align-items: flex-start;
}
.vlt-portfolio-item--fade .vlt-portfolio-item-overlay--align-right .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-1 .vlt-portfolio-item-overlay--align-right .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-2 .vlt-portfolio-item-overlay--align-right .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-3 .vlt-portfolio-item-overlay--align-right .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-4 .vlt-portfolio-item-overlay--align-right .vlt-portfolio-item-meta
{
    text-align: right; 

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
}
.vlt-portfolio-item--fade .vlt-portfolio-item-overlay--align-top-center .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-1 .vlt-portfolio-item-overlay--align-top-center .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-2 .vlt-portfolio-item-overlay--align-top-center .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-3 .vlt-portfolio-item-overlay--align-top-center .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-4 .vlt-portfolio-item-overlay--align-top-center .vlt-portfolio-item-meta
{
    text-align: center; 

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}
.vlt-portfolio-item--fade .vlt-portfolio-item-overlay--align-top-left .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-1 .vlt-portfolio-item-overlay--align-top-left .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-2 .vlt-portfolio-item-overlay--align-top-left .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-3 .vlt-portfolio-item-overlay--align-top-left .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-4 .vlt-portfolio-item-overlay--align-top-left .vlt-portfolio-item-meta
{
    text-align: left; 

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}
.vlt-portfolio-item--fade .vlt-portfolio-item-overlay--align-top-right .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-1 .vlt-portfolio-item-overlay--align-top-right .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-2 .vlt-portfolio-item-overlay--align-top-right .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-3 .vlt-portfolio-item-overlay--align-top-right .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-4 .vlt-portfolio-item-overlay--align-top-right .vlt-portfolio-item-meta
{
    text-align: right; 

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}
.vlt-portfolio-item--fade .vlt-portfolio-item-overlay--align-bottom-center .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-1 .vlt-portfolio-item-overlay--align-bottom-center .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-2 .vlt-portfolio-item-overlay--align-bottom-center .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-3 .vlt-portfolio-item-overlay--align-bottom-center .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-4 .vlt-portfolio-item-overlay--align-bottom-center .vlt-portfolio-item-meta
{
    text-align: center; 

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
.vlt-portfolio-item--fade .vlt-portfolio-item-overlay--align-bottom-left .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-1 .vlt-portfolio-item-overlay--align-bottom-left .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-2 .vlt-portfolio-item-overlay--align-bottom-left .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-3 .vlt-portfolio-item-overlay--align-bottom-left .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-4 .vlt-portfolio-item-overlay--align-bottom-left .vlt-portfolio-item-meta
{
    text-align: left; 

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
.vlt-portfolio-item--fade .vlt-portfolio-item-overlay--align-bottom-right .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-1 .vlt-portfolio-item-overlay--align-bottom-right .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-2 .vlt-portfolio-item-overlay--align-bottom-right .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-3 .vlt-portfolio-item-overlay--align-bottom-right .vlt-portfolio-item-meta,
.vlt-portfolio-item--style-4 .vlt-portfolio-item-overlay--align-bottom-right .vlt-portfolio-item-meta
{
    text-align: right; 

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}

/* Work: style 1 */
.vlt-portfolio-item--style-1
{
    /* overlay */
    /* transitions */
}
.vlt-portfolio-item--style-1 .vlt-portfolio-item-overlay::after
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition-timing-function: cubic-bezier(.07, .72, .24, 1);
            transition-timing-function: cubic-bezier(.07, .72, .24, 1); 
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property:         transform;
            transition-property:         transform, -webkit-transform;
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);

    border: 10px solid #00bec5;
}
.vlt-portfolio-item--style-1:hover .vlt-portfolio-item-overlay::after
{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

/* Work: style 2 */
/* Work: style 3 */
/* Work: style 4 */
.vlt-portfolio-item--style-4 .vlt-portfolio-item-overlay > *
{
    display: none;
}

/* 05. Partials */
/* Partial: back to top */
.vlt-btn.vlt-btn--go-top
{
    font-size: 20px;
    line-height: 1;

    position: fixed;
    z-index: 5; 
    right: 30px;
    bottom: 30px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 50px;
    height: 50px;
    padding: 0;

    border-radius: 50%;
    -webkit-box-shadow: 0 1px 3px 0 rgba(11, 11, 11, .1);
            box-shadow: 0 1px 3px 0 rgba(11, 11, 11, .1);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.vlt-btn.vlt-btn--go-top i
{
    margin: 0;
}
@media (max-width: 767px)
{
    .vlt-btn.vlt-btn--go-top
    {
        display: none;
    }
}
.vlt-btn.vlt-btn--go-top.hidden
{
    visibility: hidden; 

    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);

    opacity: 0;
}
.vlt-btn.vlt-btn--go-top.visible
{
    visibility: visible; 

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    opacity: 1;
}

/* Partial: preloader */
.vlt-site-preloader
{
    position: fixed;
    z-index: 9998; 
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    height: 100%;

    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;

    background-color: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.vlt-is-page-loaded .vlt-site-preloader
{
    visibility: hidden; 

    opacity: 0;
}

/* image */
.vlt-site-preloader .image img
{
    height: 100px;

    border-radius: 50%;
}

/* Partial: fit image */
.vlt-fit-image
{
    position: relative;

    padding-top: var(--size-md); 

    background-color: #f6f6f6;
}
@media (max-width: 767px)
{
    .vlt-fit-image
    {
        padding-top: var(--size-sm);
    }
}
.vlt-fit-image img
{
    font-family: 'object-fit: cover';

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}

/* Partial: large link with arrow */
.vlt-large-link
{
    font-family: MaisonNeueBold;
    font-size: 58px;
    font-weight: 700;
    line-height: 1;

    color: #ee3364;
}
.vlt-is--lowercase-mode .vlt-large-link
{
    
}
@media (max-width: 767px)
{
    .vlt-large-link
    {
        font-size: 38px;
    }
}
.vlt-large-link i
{
    font-size: 34px;

    display: inline-block;

    margin-left: 70px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .vlt-large-link i
    {
        font-size: 20px; 

        margin-left: 40px;
    }
}
.vlt-large-link:hover i
{
    -webkit-animation-name: vlt_animate_icon_right;
            animation-name: vlt_animate_icon_right;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

/* Partial: scroll to arrow */
.vlt-scroll-to-arrow
{
    font-size: 22px;

    z-index: 2; 

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 30px;
    height: 30px;

    color: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.vlt-scroll-to-arrow:hover
{
    color: rgba(255, 255, 255, .8);
}

/* Partial: social icons */
/* style 1 */
.vlt-social-icon--style-1
{
    font-size: 20px;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    width: 50px;
    height: 50px;
    margin: 0 15px 0 0;

    color: #fff;
    border-radius: 50px; 

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.vlt-social-icon--style-1:last-of-type
{
    margin-right: 0;
}
.vlt-social-icon--style-1:hover
{
    color: #fff;
}
.vlt-social-icon--style-1.twitter
{
    background-color: #1da1f2;
}
.vlt-social-icon--style-1.dribbble
{
    background-color: #ea4c89;
}
.vlt-social-icon--style-1.facebook
{
    background-color: #3b5998;
}
.vlt-social-icon--style-1.google-plus
{
    background-color: #db4437;
}
.vlt-social-icon--style-1.linkedin
{
    background-color: #007bb5;
}
.vlt-social-icon--style-1.pinterest
{
    background-color: #bd081c;
}
.vlt-social-icon--style-1.instagram
{
    background-color: #c32aa3;
}
.vlt-social-icon--style-1.youtube
{
    background-color: #f00;
}
.vlt-social-icon--style-1.flickr
{
    background-color: #f40083;
}
.vlt-social-icon--style-1.tumblr
{
    background-color: #35465d;
}
.vlt-social-icon--style-1.vine
{
    background-color: #00b489;
}
.vlt-social-icon--style-1.vk
{
    background-color: #4a76a8;
}
.vlt-social-icon--style-1.deviantart
{
    background-color: #05cc47;
}
.vlt-social-icon--style-1.skype
{
    background-color: #00aff0;
}
.vlt-social-icon--style-1.vimeo
{
    background-color: #1ab7ea;
}
.vlt-social-icon--style-1.digg
{
    background-color: #005be2;
}
.vlt-social-icon--style-1.soundcloud
{
    background-color: #f50;
}
.vlt-social-icon--style-1.github
{
    background-color: #24292e;
}
.vlt-social-icon--style-1.behance
{
    background-color: #0057ff;
}

/* style 2 */
.vlt-social-icon--style-2,
.vlt-social-icon--style-3,
.vlt-social-icon--style-4
{
    font-size: 20px; 

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    margin: 0 18px 0 0;
}
.vlt-social-icon--style-2:last-of-type,
.vlt-social-icon--style-3:last-of-type,
.vlt-social-icon--style-4:last-of-type
{
    margin-right: 0;
}

/* style 3 */
.vlt-social-icon--style-3.twitter:hover
{
    color: #1da1f2;
}

.vlt-social-icon--style-3.dribbble:hover
{
    color: #ea4c89;
}

.vlt-social-icon--style-3.facebook:hover
{
    color: #3b5998;
}

.vlt-social-icon--style-3.google-plus:hover
{
    color: #db4437;
}

.vlt-social-icon--style-3.linkedin:hover
{
    color: #007bb5;
}

.vlt-social-icon--style-3.pinterest:hover
{
    color: #bd081c;
}

.vlt-social-icon--style-3.instagram:hover
{
    color: #c32aa3;
}

.vlt-social-icon--style-3.youtube:hover
{
    color: #f00;
}

.vlt-social-icon--style-3.flickr:hover
{
    color: #f40083;
}

.vlt-social-icon--style-3.tumblr:hover
{
    color: #35465d;
}

.vlt-social-icon--style-3.vine:hover
{
    color: #00b489;
}

.vlt-social-icon--style-3.vk:hover
{
    color: #4a76a8;
}

.vlt-social-icon--style-3.deviantart:hover
{
    color: #05cc47;
}

.vlt-social-icon--style-3.skype:hover
{
    color: #00aff0;
}

.vlt-social-icon--style-3.vimeo:hover
{
    color: #1ab7ea;
}

.vlt-social-icon--style-3.digg:hover
{
    color: #005be2;
}

.vlt-social-icon--style-3.soundcloud:hover
{
    color: #f50;
}

.vlt-social-icon--style-3.github:hover
{
    color: #24292e;
}

.vlt-social-icon--style-3.behance:hover
{
    color: #0057ff;
}

/* style 4 */
.vlt-social-icon--style-4.twitter
{
    color: #1da1f2;
}

.vlt-social-icon--style-4.dribbble
{
    color: #ea4c89;
}

.vlt-social-icon--style-4.facebook
{
    color: #3b5998;
}

.vlt-social-icon--style-4.google-plus
{
    color: #db4437;
}

.vlt-social-icon--style-4.linkedin
{
    color: #007bb5;
}

.vlt-social-icon--style-4.pinterest
{
    color: #bd081c;
}

.vlt-social-icon--style-4.instagram
{
    color: #c32aa3;
}

.vlt-social-icon--style-4.youtube
{
    color: #f00;
}

.vlt-social-icon--style-4.flickr
{
    color: #f40083;
}

.vlt-social-icon--style-4.tumblr
{
    color: #35465d;
}

.vlt-social-icon--style-4.vine
{
    color: #00b489;
}

.vlt-social-icon--style-4.vk
{
    color: #4a76a8;
}

.vlt-social-icon--style-4.deviantart
{
    color: #05cc47;
}

.vlt-social-icon--style-4.skype
{
    color: #00aff0;
}

.vlt-social-icon--style-4.vimeo
{
    color: #1ab7ea;
}

.vlt-social-icon--style-4.digg
{
    color: #005be2;
}

.vlt-social-icon--style-4.soundcloud
{
    color: #f50;
}

.vlt-social-icon--style-4.github
{
    color: #24292e;
}

.vlt-social-icon--style-4.behance
{
    color: #0057ff;
}

/* 06. Vendors */
/* nprogress */
#nprogress
{
    pointer-events: none;
}
#nprogress .bar
{
    position: fixed;
    z-index: 9999; 
    top: 0;
    left: 0;

    width: 100%;
    height: 2px;

    background-color: #00bec5;
}

/* Vendor: Jarallax */
.jarallax
{
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img
{
    font-family: 'object-fit: cover;';

    position: absolute;
    z-index: -1; 
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}
.jarallax .jarallax-overlay
{
    position: absolute;
    z-index: 1; 
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.jarallax .jarallax-overlay ~ *
{
    position: relative;
    z-index: 2;
}

/* Vendor: Swiper slider */
/* Lazy loaded */
.swiper-lazy:not(.swiper-lazy-loaded)
{
    opacity: 0;
}

/* Swiper buttons style 1 / style 2 */
.vlt-swiper-button-prev--style-1,
.vlt-swiper-button-next--style-1,
.vlt-swiper-button-prev--style-2,
.vlt-swiper-button-next--style-2
{
    position: absolute;
    z-index: 1; 
    top: calc(50% - 20px);
    left: 4%;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    width: 40px;
    height: 40px;

    cursor: pointer;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;

    opacity: .6;
    color: #fff;
    outline: none;
    background-color: #494949;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.vlt-swiper-button-prev--style-1:hover,
.vlt-swiper-button-next--style-1:hover,
.vlt-swiper-button-prev--style-2:hover,
.vlt-swiper-button-next--style-2:hover
{
    opacity: 1;
}
.vlt-swiper-button-prev--style-1.swiper-button-disabled,
.vlt-swiper-button-next--style-1.swiper-button-disabled,
.vlt-swiper-button-prev--style-2.swiper-button-disabled,
.vlt-swiper-button-next--style-2.swiper-button-disabled
{
    pointer-events: none;
}

.vlt-swiper-button-next--style-1,
.vlt-swiper-button-next--style-2
{
    right: 4%; 
    left: auto;
}

/* Swiper buttons style 2 */
.vlt-swiper-button-prev--style-2,
.vlt-swiper-button-next--style-2
{
    font-size: 22px;

    background: none;
}

/* Dots style 1 */
.vlt-swiper-pagination--style-1
{
    font-size: 0;

    margin-top: 50px;

    text-align: center;
}
.vlt-swiper-pagination--style-1 span
{
    display: inline-block;

    width: 16px;
    height: 3px;
    margin: 0 5px !important;

    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;

    opacity: .5;
    border-radius: 0;
    background-color: #ee3364;
}
.vlt-swiper-pagination--style-1 span.swiper-pagination-bullet-active
{
    opacity: 1;
}

/* Dots style 2 */
.vlt-swiper-pagination--style-2
{
    position: absolute;
    z-index: 2; 
    top: auto;
    right: 0;
    bottom: 40px;
    left: 0;

    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}
.vlt-swiper-pagination--style-2 span
{
    width: auto;
    height: auto;
    margin: 0 !important;

    opacity: 1;
    color: #0b0b0b; 
    border-radius: 0;
    background: none;
}
.vlt-swiper-pagination--style-2 span:not(.swiper-pagination-bullet-active)
{
    display: none !important;
}
.vlt-swiper-pagination--style-2 span.swiper-pagination-bullet-active
{
    display: inline-block;

    opacity: 1;
}

/* Dots style 3 */
.vlt-swiper-pagination--style-3
{
    font-size: 0;

    position: absolute;
    z-index: 3; 
    right: 4% !important;
}
.vlt-swiper-pagination--style-3 span
{
    display: inline-block;

    width: 12px;
    height: 12px;
    margin: 10px 0 !important;

    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
    -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
            transform: scale(.8);

    opacity: 1;
    border-radius: 0;
    background-color: rgba(11, 11, 11, .4);
}
.vlt-swiper-pagination--style-3 span:hover,
.vlt-swiper-pagination--style-3 span.swiper-pagination-bullet-active
{
    background-color: #ee3364;
}
.vlt-swiper-pagination--style-3 span.swiper-pagination-bullet-active
{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

/* Vendor: Contact Form */
.vlt-contact-form #error_message,
.vlt-contact-form #success_message
{
    margin: 30px 0 0;
    padding: 20px 40px;

    list-style-type: none;

    border-top: 2px solid #ee3364;
    background-color: #f5f5f5;
}

.vlt-dark-alert #error_message,
.vlt-dark-alert #success_message
{
    background-color: #ededed;
}

/* Vendor: fancybox */
.fancybox-bg
{
    background-color: #0b0b0b;
}

.fancybox-is-open .fancybox-bg
{
    opacity: .8;
}

/* caption */
.fancybox-caption
{
    padding: 25px 15px;

    text-align: center;

    color: #fff;
}
.fancybox-caption::before,
.fancybox-caption::after
{
    display: none;
}

/* buttons */
.fancybox-button
{
    font-size: 25px;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    overflow: hidden; 

    width: 55px;
    height: 55px;
    padding: 0;

    cursor: pointer;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;

    color: #fff;
    background-color: #ee3364;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.fancybox-button:hover
{
    color: #fff;
    background-color: #00bec5;
}
.fancybox-button:disabled,
.fancybox-button.disabled
{
    cursor: not-allowed; 
    pointer-events: none;

    opacity: .5 !important;
}
.fancybox-button span
{
    position: relative; 

    display: block;
}

.fancybox-navigation .fancybox-button
{
    top: calc(50% - 27.5px);
}

.fancybox-navigation .fancybox-button--arrow_left
{
    left: 0;
}
.fancybox-navigation .fancybox-button--arrow_left:hover span
{
    -webkit-animation-name: vlt_animate_icon_left;
            animation-name: vlt_animate_icon_left;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

.fancybox-navigation .fancybox-button--arrow_right
{
    right: 0;
}
.fancybox-navigation .fancybox-button--arrow_right:hover span
{
    -webkit-animation-name: vlt_animate_icon_right;
            animation-name: vlt_animate_icon_right;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

.fancybox-loading
{
    border: 2px solid rgba(255, 255, 255, .5);
    border-top-color: #ee3364;
}

@media (min-width: 783px)
{
    .admin-bar .fancybox-infobar,
    .admin-bar .fancybox-toolbar
    {
        top: 32px !important;
    }
}

@media (max-width: 782px)
{
    .admin-bar .fancybox-infobar,
    .admin-bar .fancybox-toolbar
    {
        top: 46px !important;
    }
}

@media (max-width: 600px)
{
    .admin-bar .fancybox-infobar,
    .admin-bar .fancybox-toolbar
    {
        top: 0 !important;
    }
}

/* 07. Shortcodes */
/* Shortcode: button */
.vlt-btn
{
    font-family: MaisonNeueBold;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;

    position: relative;

    display: inline-block;
    overflow: hidden;

    padding: 19px 30px;

    cursor: pointer; 
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
    text-align: center;
    text-decoration: none;
    letter-spacing: .075em;
    text-transform: uppercase;

    border: none;
    outline: none;
}
.vlt-btn:hover,
.vlt-btn:focus,
.vlt-btn:active
{
    outline: none;
}
.vlt-btn:disabled,
.vlt-btn.disabled
{
    cursor: not-allowed; 
    pointer-events: none;
}
.vlt-btn i
{
    margin-left: 15px;
}

/* button effect */
/* button primary */
.vlt-btn--primary
{
    color: #fff;
    background-color: #ee3364;
}
.vlt-btn--primary::after
{
    background-color: #00bec5;
}
.vlt-btn--primary:hover
{
    color: #fff;
}
.vlt-btn--primary:not(.vlt-btn--effect):hover
{
    background-color: #00bec5;
}

/* button secondary */
.vlt-btn--secondary
{
    color: #fff;
    background-color: #00bec5;
}
.vlt-btn--secondary::after
{
    background-color: #ee3364;
}
.vlt-btn--secondary:hover
{
    color: #fff;
}
.vlt-btn--secondary:not(.vlt-btn--effect):hover
{
    background-color: #ee3364;
}

/* button third */
.vlt-btn--third
{
    color: #fff;
    background-color: #aeaeae;
}
.vlt-btn--third::after
{
    background-color: #ee3364;
}
.vlt-btn--third:hover
{
    color: #fff;
}
.vlt-btn--third:not(.vlt-btn--effect):hover
{
    background-color: #ee3364;
}

/* button fourth */
.vlt-btn--fourth
{
    color: #fff;
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
            box-shadow: inset 0 0 0 2px #fff;
}
.vlt-btn--fourth::after
{
    background-color: #fff;
}
.vlt-btn--fourth:hover
{
    color: #0b0b0b;
}
.vlt-btn--fourth:not(.vlt-btn--effect):hover
{
    background-color: #fff;
}

/* button fifth */
.vlt-btn--fifth
{
    color: #fff;
    background-color: #0b0b0b;
}
.vlt-btn--fifth::after
{
    background-color: #00bec5;
}
.vlt-btn--fifth:hover
{
    color: #fff;
}
.vlt-btn--fifth:not(.vlt-btn--effect):hover
{
    background-color: #00bec5;
}

/* button sixth */
.vlt-btn--sixth
{
    color: #fff;
    background-color: #ee3364;
}
.vlt-btn--sixth::after
{
    background-color: #fff;
}
.vlt-btn--sixth:hover
{
    color: #0b0b0b;
}
.vlt-btn--sixth:not(.vlt-btn--effect):hover
{
    background-color: #fff;
}

/* button seventh */
.vlt-btn--seventh
{
    color: #0b0b0b;
    background-color: #fff;
}
.vlt-btn--seventh::after
{
    background-color: #00bec5;
}
.vlt-btn--seventh:hover
{
    color: #fff;
}
.vlt-btn--seventh:not(.vlt-btn--effect):hover
{
    background-color: #00bec5;
}

/* button eighth */
.vlt-btn--eighth
{
    color: #fff;
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 0 2px #ee3364;
            box-shadow: inset 0 0 0 2px #ee3364;
}
.vlt-btn--eighth::after
{
    background-color: #ee3364;
}
.vlt-btn--eighth:hover
{
    color: #fff;
}
.vlt-btn--eighth:not(.vlt-btn--effect):hover
{
    background-color: #ee3364;
}

/* button sizes */
.vlt-btn--lg
{
    padding: 23px 45px;
}

.vlt-btn--sm
{
    padding: 14px 25px;
}

.vlt-btn--xs
{
    padding: 12px 20px;
}

/* Shortcode: contact info */
.vlt-contact-info
{
    line-height: 2;

    margin: 0;
    padding: 0;

    list-style-type: none;

    color: #191919;
}
.vlt-contact-info strong
{
    margin-right: 10px;

    color: #5c5c5c;
}

/* Shortcode: core features list */
.vlt-demo-core-features-list
{
    font-family: MaisonNeueBold;
    font-size: 18px; 

    margin: 0;
    padding: 0;

    list-style-type: none;

    color: #fff;
}
.vlt-demo-core-features-list li
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.vlt-demo-core-features-list li i
{
    font-size: 32px; 

    margin-right: 15px;

    color: #00bec5;
}
.vlt-demo-core-features-list li + li
{
    margin-top: 15px;
}

/* Shortcode: countdown */
.vlt-countdown
{
    display: grid;

    text-align: center; 

    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}
@media (max-width: 767px)
{
    .vlt-countdown
    {
        grid-template-columns: repeat(2, 1fr);
    }
}
.vlt-countdown strong
{
    font-family: MaisonNeueBold;
    font-weight: 700;
    line-height: 1;

    display: block;

    color: #fdf4b4;
}
.vlt-countdown h5
{
    margin: 10px 0 0;
}

/* style 1 */
.vlt-countdown--style-1 strong
{
    font-size: 70px;
}

/* style 2 */
.vlt-countdown--style-2 strong
{
    font-size: 105px;
}

.vlt-countdown--style-2 h5
{
    font-size: 16px !important;

    color: #959595;
}

/* Shortcode: counter up */
/* style 1 */
.vlt-counter-up--style-1 .vlt-counter-up__icon
{
    font-size: 55px;
    line-height: 1;

    float: left;

    margin-right: 15px;

    color: #00bec5;
}

.vlt-counter-up--style-1 .vlt-counter-up__content
{
    padding-left: 90px;
}
.vlt-counter-up--style-1 .vlt-counter-up__content strong
{
    font-family: MaisonNeueBold;
    font-size: 48px;
    line-height: 1;

    color: #fdf4b4;
}
.vlt-counter-up--style-1 .vlt-counter-up__content h4
{
    font-size: 24px; 

    margin: 2px 0 0;
}

/* style 2 */
.vlt-counter-up--style-2 .vlt-counter-up__content strong
{
    font-family: MaisonNeueBold;
    font-size: 36px;
    line-height: 1;

    color: #fdf4b4;
}

.vlt-counter-up--style-2 .vlt-counter-up__content h4
{
    margin: 2px 0 0;
}

.vlt-demo-item__image
{
    position: relative;

    -webkit-transition-timing-function: linear;
            transition-timing-function: linear; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
            transition-property: -webkit-transform, -webkit-box-shadow;
            transition-property:         transform, box-shadow;
            transition-property:         transform, box-shadow, -webkit-transform, -webkit-box-shadow;

    -webkit-box-shadow: -5px 5px 20px 2px rgba(11, 11, 11, .15);
            box-shadow: -5px 5px 20px 2px rgba(11, 11, 11, .15);
}
.vlt-demo-item__image img
{
    display: block;
}
.vlt-demo-item__image span.badge
{
    position: absolute;
    top: -13px;
    right: -13px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: auto;
    height: 26px;
    padding: 0 10px;

    color: #fff;
    border-radius: 50px;
    background-color: #ee3364;
    -webkit-box-shadow: 0 1px 1px 0 rgba(11, 11, 11, .1);
            box-shadow: 0 1px 1px 0 rgba(11, 11, 11, .1); 

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.vlt-demo-item__content
{
    padding-top: 25px;
}
.vlt-demo-item__content h3
{
    font-size: 28px; 

    margin: 0;
}
.vlt-is--lowercase-mode .vlt-demo-item__content h3
{
    
}
.vlt-demo-item__content span.number
{
    color: #ee3364;
}
.vlt-demo-item__content span.number::after
{
    content: ' ';
}

.vlt-demo-item:hover .vlt-demo-item__image
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px); 

    -webkit-box-shadow: -5px 5px 30px 2px rgba(11, 11, 11, .15);
            box-shadow: -5px 5px 30px 2px rgba(11, 11, 11, .15);
}

@media (min-width: 768px)
{
    .padding-block
    {
        padding-right: 15px; 
        padding-left: 15px;
    }
}

@media (min-width: 768px)
{
    .padding-block-parent
    {
        margin-right: -30px; 
        margin-left: -30px;
    }
}

/* Shortcode: fit text */
.vlt-fittext
{
    font-family: MaisonNeueBold;
    font-weight: 700;
    line-height: 1; 

    width: 100%;
}
.vlt-is--lowercase-mode .vlt-fittext
{
    
}

/* Shortcode: image slider */
.vlt-image-slider[data-dots='true'] .vlt-swiper-button-prev--style-1,
.vlt-image-slider[data-dots='true'] .vlt-swiper-button-next--style-1
{
    top: calc(50% - 20px - 25px);
}

/* Shortcode: instagram feed */
.vlt-instagram-feed ul
{
    margin: 0;
    padding: 0;

    list-style-type: none; 

    grid-template-columns: repeat(8, 1fr);
    grid-gap: 0;
}
@media (max-width: 767px)
{
    .vlt-instagram-feed ul
    {
        grid-template-columns: repeat(4, 1fr);
    }
}
.vlt-instagram-feed ul a::after
{
    font-size: 34px;
}

/* Shortcode: large heading */
.vlt-large-heading
{
    font-size: 150px;
    line-height: 1; 

    margin: 0;
}
.vlt-is--lowercase-mode .vlt-large-heading
{
    
}
.vlt-large-heading span
{
    color: #ee3364;
}
@media (max-width: 767px)
{
    .vlt-large-heading
    {
        font-size: 90px;
    }
}
@media (max-width: 575px)
{
    .vlt-large-heading
    {
        font-size: 48px;
    }
}

/* Shortcode: marquee element */
.vlt-marquee
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;

    width: 100%;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; 
    white-space: nowrap;
}

.vlt-marquee__item
{
    position: relative;
    z-index: 2; 

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    width: 100%;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}

.vlt-marquee__item--copy
{
    position: absolute;
    top: 0;
    left: 0;
}

/* Shortcode: page title empty */
.vlt-page-title-empty
{
    background-color: #eee;
}
.vlt-page-title-empty--lg
{
    padding-top: 41%;
}
.vlt-page-title-empty--md
{
    padding-top: 36%;
}
.vlt-page-title-empty--sm
{
    padding-top: 31%;
}
@media (max-width: 767px)
{
    .vlt-page-title-empty
    {
        padding-top: 100%;
    }
}
.vlt-page-title-empty .vlt-video-link
{
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
}

/* Shortcode: page title hero */
.vlt-page-title-hero
{
    background-color: #eee;
}
.vlt-page-title-hero--lg
{
    padding: 260px 0;
}
.vlt-page-title-hero--md
{
    padding: 160px 0;
}
.vlt-page-title-hero--sm
{
    padding: 120px 0;
}
.vlt-page-title-hero__overlay
{
    position: absolute;
    z-index: 1; 
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: rgba(44, 44, 44, .5);
}
.vlt-page-title-hero__content
{
    position: relative;
    z-index: 2; 

    text-align: center;

    color: #fff;
}
.vlt-page-title-hero .vlt-page-title-hero__title
{
    margin: 0;
}
.vlt-page-title-hero .vlt-scroll-to-arrow
{
    position: absolute;
    bottom: 40px;
    left: calc(50% - 15px);
}

/* Type page */
.vlt-page-title-hero--page .vlt-page-title-hero__title
{
    color: #fff;
}
.vlt-is--lowercase-mode .vlt-page-title-hero--page .vlt-page-title-hero__title
{
    
}
@media (max-width: 767px)
{
    .vlt-page-title-hero--page .vlt-page-title-hero__title
    {
        font-size: 38px;
    }
}

.vlt-page-title-hero--page .vlt-page-title-hero__subtitle
{
    margin: 15px 0 0;
}

/* Type post / work */
.vlt-page-title-hero--post .vlt-page-title-hero__title,
.vlt-page-title-hero--work .vlt-page-title-hero__title
{
    color: #fff;
}
@media (max-width: 767px)
{
    .vlt-page-title-hero--post .vlt-page-title-hero__title,
    .vlt-page-title-hero--work .vlt-page-title-hero__title
    {
        font-size: 38px;
    }
}

.vlt-page-title-hero--post .vlt-post-meta,
.vlt-page-title-hero--work .vlt-post-meta
{
    margin: 15px 0 0;

    color: #fff;
}
.vlt-page-title-hero--post .vlt-post-meta a:hover,
.vlt-page-title-hero--work .vlt-post-meta a:hover
{
    color: rgba(255, 255, 255, .8);
}

.vlt-page-title-hero--post .vlt-page-title-hero__title
{
    font-size: 48px;
    line-height: 1.25;
}
@media (max-width: 767px)
{
    .vlt-page-title-hero--post .vlt-page-title-hero__title
    {
        font-size: 38px;
    }
}

.vlt-is--lowercase-mode .vlt-page-title-hero--work .vlt-page-title-hero__title
{
    
}

/* Shortcode: particle */
.vlt-particle
{
    font-size: 0;

    position: absolute;
    z-index: 0; 

    pointer-events: none;
}
.vlt-particle ~ *:not(.vlt-particle)
{
    position: relative;
}
@media (max-width: 767px)
{
    .vlt-particle
    {
        display: none;
    }
}

/* Shortcode: partner logo */
.vlt-partner-logo
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.vlt-partner-logo a,
.vlt-partner-logo img
{
    display: block;

    width: auto; 

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}

/* Shortcode: post link block */
.vlt-post-link-block,
.vlt-post-quote-block
{
    position: relative;

    padding: 65px 13%;

    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
    text-align: center;

    color: #fff;
    background-color: #00bec5;
}
.vlt-post-link-block i,
.vlt-post-quote-block i
{
    font-size: 35px;
    line-height: 1; 

    display: block;

    margin-bottom: 35px;
}
.vlt-post-link-block a,
.vlt-post-quote-block a
{
    position: absolute;
    z-index: 1; 
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.vlt-post-link-block blockquote,
.vlt-post-quote-block blockquote
{
    margin: 0;
    padding: 0;

    color: #fff;
}
.vlt-post-link-block:hover,
.vlt-post-quote-block:hover
{
    -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
            transform: scale(1.01);
}

/* Shortcode: post quote block */
.vlt-post-quote-block
{
    background-color: #ee3364;
}
.vlt-post-quote-block i
{
    font-size: 30px;
}

/* Shortcode: pricing table */
.vlt-pricing-table
{
    padding: 50px 30px;

    text-align: center;

    border: 4px solid #eee;
    background-color: #fff;
}
.vlt-pricing-table__header h4
{
    font-size: 24px;
    line-height: 1; 

    margin: 0;
}
.vlt-is--lowercase-mode .vlt-pricing-table__header h4
{
    
}
.vlt-pricing-table__header em
{
    font-size: 16px; 

    display: block;

    margin-top: 8px;
}
.vlt-pricing-table__price
{
    font-family: MaisonNeueBold;
    line-height: 1;

    display: block;

    padding: 35px 0;

    color: #0b0b0b;
}
.vlt-pricing-table__price > span
{
    display: inline-block;
}
.vlt-pricing-table__price .currency
{
    font-size: 36px;
    font-weight: 600; 

    margin-top: 5px;
    margin-right: 10px;

    vertical-align: top;
}
.vlt-pricing-table__price .amount
{
    font-size: 80px;
    font-weight: 700;
}
.vlt-pricing-table__price .period
{
    display: block;

    margin-top: -2px;
    margin-left: 20px;
}
.vlt-pricing-table--featured
{
    color: #fff; 
    border-color: #ee3364;
    background-color: #ee3364;
}
.vlt-pricing-table--featured .vlt-pricing-table__header h4
{
    color: #fff;
}
.vlt-is--lowercase-mode .vlt-pricing-table--featured .vlt-pricing-table__header h4
{
    
}
.vlt-pricing-table--featured .vlt-pricing-table__header em
{
    opacity: .9;
}
.vlt-pricing-table--featured .vlt-pricing-table__price
{
    color: #fff;
}

/* Shortcode: process step */
.vlt-process-step .vlt-process-step__value
{
    font-family: MaisonNeueBold;
    font-size: 40px;
    line-height: 1;

    position: relative;

    float: left;

    margin-top: 5px;

    color: #ee3364;
}

.vlt-process-step .vlt-process-step__content
{
    padding-left: 80px;
}
.vlt-process-step .vlt-process-step__content h4
{
    font-size: 24px; 

    margin: 0;
}
.vlt-is--lowercase-mode .vlt-process-step .vlt-process-step__content h4
{
    
}
.vlt-process-step .vlt-process-step__content p
{
    font-size: 16px; 

    margin: 15px 0 0;
}

/* Shortcode: progress bar */
.vlt-progress-bar__title
{
    margin: 0 0 12px;
}
.vlt-progress-bar__title .percent
{
    margin-left: 15px;
}
.vlt-progress-bar__title .percent::after
{
    content: '%';
}

.vlt-progress-bar__bar
{
    position: relative;

    overflow: hidden; 

    width: 100%;
    height: 7px;

    background-color: #e6e6e6;
}
.vlt-progress-bar__bar span
{
    position: absolute;
    top: 0;
    left: 0;

    height: 100%;

    background-color: #00bec5;
}

/* Shortcode: projects preview */
.vlt-projects-preview__links
{
    margin: 0;
    padding: 0;

    list-style-type: none;
}
.vlt-projects-preview__links li + li
{
    margin-top: 40px;
}

.vlt-projects-preview__link h3
{
    margin: 0;
}
.vlt-is--lowercase-mode .vlt-projects-preview__link h3
{
    
}

.vlt-projects-preview__link a
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.vlt-projects-preview__link a::after
{
    font-family: leedo;
    font-size: 18px;
    line-height: 1;

    margin-left: 20px;

    content: '\e91b';
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: opacity, -webkit-transform;
            transition-property: opacity, -webkit-transform;
            transition-property: opacity, transform;
            transition-property: opacity, transform, -webkit-transform;
    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px);

    opacity: 0;
}

.vlt-projects-preview__link.is-active a
{
    color: #ee3364;
}
.vlt-projects-preview__link.is-active a::after
{
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); 

    opacity: 1;
}

@media (max-width: 767px)
{
    .vlt-projects-preview__images
    {
        margin-top: 60px;
    }
}

.vlt-projects-preview__image
{
    position: relative;

    padding-top: 90%;
}
.vlt-projects-preview__image img
{
    font-family: 'object-fit: cover;';

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}
.vlt-projects-preview__image img.swiper-lazy
{
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
    -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
            transform: scale(.95);

    opacity: 0;
}

.vlt-projects-preview .swiper-slide-active img.swiper-lazy-loaded
{
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 600ms;
            transition-duration: 600ms;
    -webkit-transition-property: all;
            transition-property: all;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);

    opacity: 1;
}

/* Shortcode: projects showcase */
/* style 1 */
.vlt-projects-showcase--style-1
{
    position: relative;

    width: 100%;
    height: 100%;
    min-height: 100vh;

    background-color: #f6f6f6;
}
.vlt-projects-showcase--style-1 .swiper-container
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.vlt-projects-showcase--style-1 .vlt-projects-showcase__item
{
    width: 100%;
    height: 100%;

    background-color: #0b0b0b;
}
.vlt-projects-showcase--style-1 .vlt-projects-showcase__image,
.vlt-projects-showcase--style-1 .vlt-projects-showcase__image img
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.vlt-projects-showcase--style-1 .vlt-projects-showcase__image
{
    overflow: hidden;
}
.vlt-projects-showcase--style-1 .vlt-projects-showcase__image::before
{
    position: absolute;
    z-index: 1; 
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: opacity;
            transition-property: opacity;

    opacity: .1;
    background-color: #2c2c2c;
}
.vlt-projects-showcase--style-1 .vlt-projects-showcase__image img
{
    font-family: 'object-fit: cover;';

    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property:         transform;
            transition-property:         transform, -webkit-transform;

    -o-object-fit: cover;
       object-fit: cover;
}
.vlt-projects-showcase--style-1 .vlt-projects-showcase__image img.swiper-lazy
{
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: opacity;
            transition-property: opacity;

    opacity: 0;
}
.vlt-projects-showcase--style-1 .vlt-projects-showcase__image img.swiper-lazy-loaded
{
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 600ms;
            transition-duration: 600ms;
    -webkit-transition-property: all;
            transition-property: all;

    opacity: 1;
}
.vlt-projects-showcase--style-1 .vlt-projects-showcase__content
{
    font-family: MaisonNeueBold;

    position: absolute;
    z-index: 2; 
    right: 0;
    bottom: 0;
    left: 0;

    padding: 0 50px 50px;

    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property:         transform;
            transition-property:         transform, -webkit-transform;
    -webkit-transform: translateY(45%);
        -ms-transform: translateY(45%);
            transform: translateY(45%);

    color: #fff;
}
.vlt-projects-showcase--style-1 .vlt-projects-showcase__content h3
{
    margin: 0;

    color: inherit;
}
.vlt-is--lowercase-mode .vlt-projects-showcase--style-1 .vlt-projects-showcase__content h3
{
    
}
.vlt-projects-showcase--style-1 .vlt-projects-showcase__content a:hover
{
    color: inherit;
}
.vlt-projects-showcase--style-1 .vlt-projects-showcase__content span.vlt-display-1,
.vlt-projects-showcase--style-1 .vlt-projects-showcase__content .vlt-comment-item__inner .vlt-comment-content span.vlt-comment-header__metas,
.vlt-comment-item__inner .vlt-comment-content .vlt-projects-showcase--style-1 .vlt-projects-showcase__content span.vlt-comment-header__metas,
.vlt-projects-showcase--style-1 .vlt-projects-showcase__content .vlt-review-item__inner .vlt-comment-content span.vlt-comment-header__metas,
.vlt-review-item__inner .vlt-comment-content .vlt-projects-showcase--style-1 .vlt-projects-showcase__content span.vlt-comment-header__metas,
.vlt-projects-showcase--style-1 .vlt-projects-showcase__content .vlt-review-item__inner .vlt-review-content span.vlt-comment-header__metas,
.vlt-review-item__inner .vlt-review-content .vlt-projects-showcase--style-1 .vlt-projects-showcase__content span.vlt-comment-header__metas,
.vlt-projects-showcase--style-1 .vlt-projects-showcase__content span.vlt-simple-link
{
    font-size: 14px; 

    display: block;

    margin: 10px 0 0;
}
.vlt-projects-showcase--style-1 .vlt-projects-showcase__content p,
.vlt-projects-showcase--style-1 .vlt-projects-showcase__content i
{
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition-property: opacity, -webkit-transform;
            transition-property: opacity, -webkit-transform;
            transition-property: transform, opacity;
            transition-property: transform, opacity, -webkit-transform;
}
.vlt-projects-showcase--style-1 .vlt-projects-showcase__content p
{
    margin: 20px 0 30px;

    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px); 

    opacity: 0;
}
.vlt-projects-showcase--style-1 .vlt-projects-showcase__content i
{
    display: inline-block;

    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px); 

    opacity: 0;
}
.vlt-projects-showcase--style-1 .vlt-projects-showcase__item:hover .vlt-projects-showcase__image img
{
    -webkit-transition-delay: 0s;
            transition-delay: 0s; 
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.vlt-projects-showcase--style-1 .vlt-projects-showcase__item:hover .vlt-projects-showcase__image::before
{
    opacity: .4;
}
.vlt-projects-showcase--style-1 .vlt-projects-showcase__item:hover .vlt-projects-showcase__content
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.vlt-projects-showcase--style-1 .vlt-projects-showcase__item:hover .vlt-projects-showcase__content p,
.vlt-projects-showcase--style-1 .vlt-projects-showcase__item:hover .vlt-projects-showcase__content i
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); 

    opacity: 1;
}
.vlt-projects-showcase--style-1 .vlt-projects-showcase__item:hover .vlt-projects-showcase__content p
{
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: opacity, -webkit-transform;
            transition-property: opacity, -webkit-transform;
            transition-property: transform, opacity;
            transition-property: transform, opacity, -webkit-transform;
}
.vlt-projects-showcase--style-1 .vlt-projects-showcase__item:hover .vlt-projects-showcase__content i
{
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: opacity, -webkit-transform;
            transition-property: opacity, -webkit-transform;
            transition-property: transform, opacity;
            transition-property: transform, opacity, -webkit-transform;
}

/* style 2 */
.vlt-projects-showcase--style-2
{
    position: relative;

    width: 100%;
    height: 100%;
    min-height: 100vh;

    background-color: #f6f6f6;
}
.vlt-projects-showcase--style-2 .swiper-wrapper
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.vlt-projects-showcase--style-2 .container,
.vlt-projects-showcase--style-2 .row
{
    height: 100%;
}
.vlt-projects-showcase--style-2 .swiper-container,
.vlt-projects-showcase--style-2 .vlt-projects-showcase__item
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.vlt-projects-showcase--style-2 .vlt-projects-showcase__image
{
    position: relative;

    padding-top: 430px;
}
.vlt-projects-showcase--style-2 .vlt-projects-showcase__image img
{
    font-family: 'object-fit: cover;';

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}
.vlt-projects-showcase--style-2 .vlt-projects-showcase__image img.swiper-lazy
{
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
    -webkit-transform: scale(.85);
        -ms-transform: scale(.85);
            transform: scale(.85);

    opacity: 0;
}
.vlt-projects-showcase--style-2 .swiper-slide-active img.swiper-lazy-loaded
{
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 600ms;
            transition-duration: 600ms;
    -webkit-transition-property: all;
            transition-property: all;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);

    opacity: 1;
}
.vlt-projects-showcase--style-2 .vlt-projects-showcase__content
{
    position: relative;
}
.vlt-projects-showcase--style-2 .vlt-projects-showcase__content::before
{
    font-family: MaisonNeueBold;
    font-size: 350px;
    font-weight: 700;
    line-height: 1;

    position: absolute;
    top: 50%;
    left: 0;

    content: attr(data-number);
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); 

    opacity: .08;
    color: #0b0b0b;
}
@media (max-width: 575px)
{
    .vlt-projects-showcase--style-2 .vlt-projects-showcase__content::before
    {
        display: none;
    }
}
.vlt-projects-showcase--style-2 .vlt-projects-showcase__content h3
{
    font-size: 48px; 

    margin: 0;
}
.vlt-is--lowercase-mode .vlt-projects-showcase--style-2 .vlt-projects-showcase__content h3
{
    
}
@media (max-width: 767px)
{
    .vlt-projects-showcase--style-2 .vlt-projects-showcase__content h3
    {
        font-size: 38px;
    }
}
.vlt-projects-showcase--style-2 .vlt-projects-showcase__content span.vlt-display-1,
.vlt-projects-showcase--style-2 .vlt-projects-showcase__content .vlt-comment-item__inner .vlt-comment-content span.vlt-comment-header__metas,
.vlt-comment-item__inner .vlt-comment-content .vlt-projects-showcase--style-2 .vlt-projects-showcase__content span.vlt-comment-header__metas,
.vlt-projects-showcase--style-2 .vlt-projects-showcase__content .vlt-review-item__inner .vlt-comment-content span.vlt-comment-header__metas,
.vlt-review-item__inner .vlt-comment-content .vlt-projects-showcase--style-2 .vlt-projects-showcase__content span.vlt-comment-header__metas,
.vlt-projects-showcase--style-2 .vlt-projects-showcase__content .vlt-review-item__inner .vlt-review-content span.vlt-comment-header__metas,
.vlt-review-item__inner .vlt-review-content .vlt-projects-showcase--style-2 .vlt-projects-showcase__content span.vlt-comment-header__metas,
.vlt-projects-showcase--style-2 .vlt-projects-showcase__content span.vlt-simple-link
{
    font-size: 14px;

    display: block;

    margin: 0 0 12px;

    color: #0b0b0b;
}
.vlt-projects-showcase--style-2 .vlt-projects-showcase__content a.vlt-btn
{
    margin: 30px 0 0;
}

/* style 3 */
.vlt-projects-showcase--style-3
{
    position: relative;

    width: 100%;
    height: 100%;
    min-height: 100vh;

    background-color: #fff;
}
.vlt-projects-showcase--style-3 .swiper-wrapper
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.vlt-projects-showcase--style-3 .container,
.vlt-projects-showcase--style-3 .row
{
    height: 100%;
}
.vlt-projects-showcase--style-3 .swiper-container,
.vlt-projects-showcase--style-3 .vlt-projects-showcase__item
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.vlt-projects-showcase--style-3 .vlt-projects-showcase__image,
.vlt-projects-showcase--style-3 .vlt-projects-showcase__image img
{
    position: absolute;
    top: 0;
    right: 0;

    width: 50%;
    height: 100%;
}
.vlt-projects-showcase--style-3 .vlt-projects-showcase__image
{
    background-color: #f6f6f6;
}
.vlt-projects-showcase--style-3 .vlt-projects-showcase__image img
{
    font-family: 'object-fit: cover;';

    width: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}
.vlt-projects-showcase--style-3 .vlt-projects-showcase__image img.swiper-lazy
{
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
    -webkit-transform: scale(.85);
        -ms-transform: scale(.85);
            transform: scale(.85);

    opacity: 0;
}
.vlt-projects-showcase--style-3 .swiper-slide-active img.swiper-lazy-loaded
{
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 600ms;
            transition-duration: 600ms;
    -webkit-transition-property: all;
            transition-property: all;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);

    opacity: 1;
}
.vlt-projects-showcase--style-3 .vlt-projects-showcase__content .zigzag
{
    width: 52px;
    height: 11px;
    margin-bottom: 20px;

    background-position: 10px 30px;
}
.vlt-projects-showcase--style-3 .vlt-projects-showcase__content h3
{
    margin: 0;
}
.vlt-is--lowercase-mode .vlt-projects-showcase--style-3 .vlt-projects-showcase__content h3
{
    
}
.vlt-projects-showcase--style-3 .vlt-projects-showcase__content h3 a:hover
{
    color: inherit;
}
.vlt-projects-showcase--style-3 .vlt-projects-showcase__content span.vlt-display-1,
.vlt-projects-showcase--style-3 .vlt-projects-showcase__content .vlt-comment-item__inner .vlt-comment-content span.vlt-comment-header__metas,
.vlt-comment-item__inner .vlt-comment-content .vlt-projects-showcase--style-3 .vlt-projects-showcase__content span.vlt-comment-header__metas,
.vlt-projects-showcase--style-3 .vlt-projects-showcase__content .vlt-review-item__inner .vlt-comment-content span.vlt-comment-header__metas,
.vlt-review-item__inner .vlt-comment-content .vlt-projects-showcase--style-3 .vlt-projects-showcase__content span.vlt-comment-header__metas,
.vlt-projects-showcase--style-3 .vlt-projects-showcase__content .vlt-review-item__inner .vlt-review-content span.vlt-comment-header__metas,
.vlt-review-item__inner .vlt-review-content .vlt-projects-showcase--style-3 .vlt-projects-showcase__content span.vlt-comment-header__metas,
.vlt-projects-showcase--style-3 .vlt-projects-showcase__content span.vlt-simple-link
{
    font-size: 14px;

    display: block;

    margin: 12px 0 0;

    color: #0b0b0b;
}
.vlt-projects-showcase--style-3 .vlt-projects-showcase__content p
{
    max-width: 400px;
    margin: 30px 0 0;
}
.vlt-projects-showcase--style-3 .vlt-projects-showcase__content a.vlt-btn
{
    margin: 35px 0 0;
}

/* style 4 */
.vlt-projects-showcase--style-4
{
    position: relative;

    width: 100%;
    height: 100%;
    min-height: 100vh;

    background-color: #f6f6f6;
}
.vlt-projects-showcase--style-4 .vlt-projects-showcase__links
{
    position: absolute;
    z-index: 4; 
    bottom: 50px;
    left: 50px;

    margin: 0;
    padding: 0;

    list-style-type: none;
}
@media (max-width: 575px)
{
    .vlt-projects-showcase--style-4 .vlt-projects-showcase__links
    {
        bottom: 15px;
        left: 15px;
    }
}
.vlt-projects-showcase--style-4 .vlt-projects-showcase__links li + li
{
    margin-top: 40px;
}
@media (max-width: 575px)
{
    .vlt-projects-showcase--style-4 .vlt-projects-showcase__links li + li
    {
        margin-top: 30px;
    }
}
.vlt-projects-showcase--style-4 .vlt-projects-showcase__link
{
    color: #fff;
}
.vlt-projects-showcase--style-4 .vlt-projects-showcase__link h3
{
    margin: 0;

    color: inherit;
}
.vlt-is--lowercase-mode .vlt-projects-showcase--style-4 .vlt-projects-showcase__link h3
{
    
}
@media (max-width: 575px)
{
    .vlt-projects-showcase--style-4 .vlt-projects-showcase__link h3
    {
        font-size: 28px;
    }
}
.vlt-projects-showcase--style-4 .vlt-projects-showcase__link a
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.vlt-projects-showcase--style-4 .vlt-projects-showcase__link a::after
{
    font-family: leedo;
    font-size: 18px;
    line-height: 1;

    margin-left: 20px;

    content: '\e91b';
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: opacity, -webkit-transform;
            transition-property: opacity, -webkit-transform;
            transition-property: opacity, transform;
            transition-property: opacity, transform, -webkit-transform;
    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px);

    opacity: 0;
}
.vlt-projects-showcase--style-4 .vlt-projects-showcase__link a:hover
{
    color: inherit;
}
.vlt-projects-showcase--style-4 .vlt-projects-showcase__link span.vlt-display-1,
.vlt-projects-showcase--style-4 .vlt-projects-showcase__link .vlt-comment-item__inner .vlt-comment-content span.vlt-comment-header__metas,
.vlt-comment-item__inner .vlt-comment-content .vlt-projects-showcase--style-4 .vlt-projects-showcase__link span.vlt-comment-header__metas,
.vlt-projects-showcase--style-4 .vlt-projects-showcase__link .vlt-review-item__inner .vlt-comment-content span.vlt-comment-header__metas,
.vlt-review-item__inner .vlt-comment-content .vlt-projects-showcase--style-4 .vlt-projects-showcase__link span.vlt-comment-header__metas,
.vlt-projects-showcase--style-4 .vlt-projects-showcase__link .vlt-review-item__inner .vlt-review-content span.vlt-comment-header__metas,
.vlt-review-item__inner .vlt-review-content .vlt-projects-showcase--style-4 .vlt-projects-showcase__link span.vlt-comment-header__metas,
.vlt-projects-showcase--style-4 .vlt-projects-showcase__link span.vlt-simple-link
{
    font-size: 14px;

    display: block;

    margin: 10px 0 0;

    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
}
.vlt-projects-showcase--style-4 .vlt-projects-showcase__link.is-active
{
    color: #fdf4b4;
}
.vlt-projects-showcase--style-4 .vlt-projects-showcase__link.is-active a
{
    color: inherit;
}
.vlt-projects-showcase--style-4 .vlt-projects-showcase__link.is-active a::after
{
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); 

    opacity: 1;
}
.vlt-projects-showcase--style-4 .vlt-projects-showcase__images,
.vlt-projects-showcase--style-4 .vlt-projects-showcase__images::before,
.vlt-projects-showcase--style-4 .swiper-container
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.vlt-projects-showcase--style-4 .vlt-projects-showcase__images
{
    background-color: #0b0b0b;
}
.vlt-projects-showcase--style-4 .vlt-projects-showcase__images::before
{
    z-index: 2; 

    content: '';

    background-color: rgba(44, 44, 44, .3);
}
.vlt-projects-showcase--style-4 .vlt-projects-showcase__image
{
    width: 100%; 
    height: 100%;
}
.vlt-projects-showcase--style-4 .vlt-projects-showcase__image img
{
    font-family: 'object-fit: cover;';

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}
.vlt-projects-showcase--style-4 .vlt-projects-showcase__image img.swiper-lazy
{
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
    -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
            transform: scale(.95);

    opacity: 0;
}
.vlt-projects-showcase--style-4 .swiper-slide-active img.swiper-lazy-loaded
{
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 600ms;
            transition-duration: 600ms;
    -webkit-transition-property: all;
            transition-property: all;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);

    opacity: 1;
}

/* style 5 */
.vlt-projects-showcase--style-5
{
    position: relative;

    width: 100%;
    height: 100%;
    min-height: 100vh;

    background-color: #0b0b0b;
}
.vlt-projects-showcase--style-5 .swiper-wrapper
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.vlt-projects-showcase--style-5 .vlt-swiper-pagination--style-2
{
    text-align: center;
}
.vlt-projects-showcase--style-5 .vlt-swiper-pagination--style-2 span
{
    color: #fff;
}
.vlt-projects-showcase--style-5 .container,
.vlt-projects-showcase--style-5 .row
{
    height: 100%;
}
.vlt-projects-showcase--style-5 .swiper-container,
.vlt-projects-showcase--style-5 .vlt-projects-showcase__item
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.vlt-projects-showcase--style-5 .vlt-projects-showcase__image
{
    position: absolute;
    z-index: 1; 
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.vlt-projects-showcase--style-5 .vlt-projects-showcase__image::after
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(44, 44, 44, .3);
}
.vlt-projects-showcase--style-5 .vlt-projects-showcase__image img
{
    font-family: 'object-fit: cover;';

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}
.vlt-projects-showcase--style-5 .vlt-projects-showcase__image img.swiper-lazy
{
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
    -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
            transform: scale(.95);

    opacity: 0;
}
.vlt-projects-showcase--style-5 .swiper-slide-active img.swiper-lazy-loaded
{
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 600ms;
            transition-duration: 600ms;
    -webkit-transition-property: all;
            transition-property: all;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);

    opacity: 1;
}
.vlt-projects-showcase--style-5 .vlt-projects-showcase__content
{
    position: relative;
    z-index: 2; 

    text-align: center;

    color: #fff;
}
.vlt-projects-showcase--style-5 .vlt-projects-showcase__content h3
{
    font-size: 70px;

    margin: 0;

    color: inherit;
}
.vlt-is--lowercase-mode .vlt-projects-showcase--style-5 .vlt-projects-showcase__content h3
{
    
}
@media (max-width: 767px)
{
    .vlt-projects-showcase--style-5 .vlt-projects-showcase__content h3
    {
        font-size: 48px;
    }
}
@media (max-width: 575px)
{
    .vlt-projects-showcase--style-5 .vlt-projects-showcase__content h3
    {
        font-size: 38px;
    }
}
.vlt-projects-showcase--style-5 .vlt-projects-showcase__content span.vlt-display-1,
.vlt-projects-showcase--style-5 .vlt-projects-showcase__content .vlt-comment-item__inner .vlt-comment-content span.vlt-comment-header__metas,
.vlt-comment-item__inner .vlt-comment-content .vlt-projects-showcase--style-5 .vlt-projects-showcase__content span.vlt-comment-header__metas,
.vlt-projects-showcase--style-5 .vlt-projects-showcase__content .vlt-review-item__inner .vlt-comment-content span.vlt-comment-header__metas,
.vlt-review-item__inner .vlt-comment-content .vlt-projects-showcase--style-5 .vlt-projects-showcase__content span.vlt-comment-header__metas,
.vlt-projects-showcase--style-5 .vlt-projects-showcase__content .vlt-review-item__inner .vlt-review-content span.vlt-comment-header__metas,
.vlt-review-item__inner .vlt-review-content .vlt-projects-showcase--style-5 .vlt-projects-showcase__content span.vlt-comment-header__metas,
.vlt-projects-showcase--style-5 .vlt-projects-showcase__content span.vlt-simple-link
{
    font-size: 14px;

    display: block;

    margin: 0 0 5px;

    color: inherit;
}
.vlt-projects-showcase--style-5 .vlt-projects-showcase__content a.vlt-btn
{
    margin: 35px 0 0;
}

/* style 6 */
.vlt-projects-showcase--style-6
{
    position: relative;

    width: 100%;
    height: 100%;
    min-height: 100vh;
}
.vlt-projects-showcase--style-6 .vlt-projects-showcase__links
{
    position: relative;
    z-index: 2; 

    margin: 0;
    padding: 220px 0 120px;

    list-style-type: none;
}
.vlt-projects-showcase--style-6 .vlt-projects-showcase__links li + li
{
    margin-top: 40px;
}
@media (max-width: 575px)
{
    .vlt-projects-showcase--style-6 .vlt-projects-showcase__links li + li
    {
        margin-top: 30px;
    }
}
.vlt-projects-showcase--style-6 .vlt-projects-showcase__link
{
    color: #0b0b0b;
}
.vlt-projects-showcase--style-6 .vlt-projects-showcase__link h3
{
    margin: 0;

    color: inherit;
}
.vlt-is--lowercase-mode .vlt-projects-showcase--style-6 .vlt-projects-showcase__link h3
{
    
}
@media (max-width: 575px)
{
    .vlt-projects-showcase--style-6 .vlt-projects-showcase__link h3
    {
        font-size: 28px;
    }
}
.vlt-projects-showcase--style-6 .vlt-projects-showcase__link a
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.vlt-projects-showcase--style-6 .vlt-projects-showcase__link a::after
{
    font-family: leedo;
    font-size: 18px;
    line-height: 1;

    margin-left: 20px;

    content: '\e91b';
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: opacity, -webkit-transform;
            transition-property: opacity, -webkit-transform;
            transition-property: opacity, transform;
            transition-property: opacity, transform, -webkit-transform;
    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px);

    opacity: 0;
}
.vlt-projects-showcase--style-6 .vlt-projects-showcase__link span.vlt-display-1,
.vlt-projects-showcase--style-6 .vlt-projects-showcase__link .vlt-comment-item__inner .vlt-comment-content span.vlt-comment-header__metas,
.vlt-comment-item__inner .vlt-comment-content .vlt-projects-showcase--style-6 .vlt-projects-showcase__link span.vlt-comment-header__metas,
.vlt-projects-showcase--style-6 .vlt-projects-showcase__link .vlt-review-item__inner .vlt-comment-content span.vlt-comment-header__metas,
.vlt-review-item__inner .vlt-comment-content .vlt-projects-showcase--style-6 .vlt-projects-showcase__link span.vlt-comment-header__metas,
.vlt-projects-showcase--style-6 .vlt-projects-showcase__link .vlt-review-item__inner .vlt-review-content span.vlt-comment-header__metas,
.vlt-review-item__inner .vlt-review-content .vlt-projects-showcase--style-6 .vlt-projects-showcase__link span.vlt-comment-header__metas,
.vlt-projects-showcase--style-6 .vlt-projects-showcase__link span.vlt-simple-link
{
    font-size: 14px;

    display: block;

    margin: 10px 0 0;

    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;

    color: inherit;
}
.vlt-projects-showcase--style-6 .vlt-projects-showcase__link.is-active
{
    color: #ee3364;
}
.vlt-projects-showcase--style-6 .vlt-projects-showcase__link.is-active a
{
    color: #ee3364;
}
.vlt-projects-showcase--style-6 .vlt-projects-showcase__link.is-active a::after
{
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); 

    opacity: 1;
}
.vlt-projects-showcase--style-6 .vlt-projects-showcase__images,
.vlt-projects-showcase--style-6 .vlt-projects-showcase__images::before,
.vlt-projects-showcase--style-6 .swiper-container
{
    position: fixed;
    z-index: 1; 
    top: 0;
    right: 0;

    width: 50%;
    height: 100%;
}
@media (max-width: 767px)
{
    .vlt-projects-showcase--style-6 .vlt-projects-showcase__images,
    .vlt-projects-showcase--style-6 .vlt-projects-showcase__images::before,
    .vlt-projects-showcase--style-6 .swiper-container
    {
        width: 100%;
    }
}
.vlt-projects-showcase--style-6 .vlt-projects-showcase__images
{
    background-color: #0b0b0b;
}
.vlt-projects-showcase--style-6 .vlt-projects-showcase__image
{
    width: 100%; 
    height: 100%;
}
.vlt-projects-showcase--style-6 .vlt-projects-showcase__image img
{
    font-family: 'object-fit: cover;';

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}
.vlt-projects-showcase--style-6 .vlt-projects-showcase__image img.swiper-lazy
{
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
    -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
            transform: scale(.95);

    opacity: 0;
}
.vlt-projects-showcase--style-6 .swiper-slide-active img.swiper-lazy-loaded
{
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 600ms;
            transition-duration: 600ms;
    -webkit-transition-property: all;
            transition-property: all;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);

    opacity: 1;
}

/* Shortcode: section title */
.vlt-section-title
{
    display: block;
}
.vlt-section-title h1,
.vlt-section-title h2,
.vlt-section-title h3,
.vlt-section-title h4,
.vlt-section-title h5,
.vlt-section-title h6
{
    margin: 0;
}
.vlt-is--lowercase-mode .vlt-section-title h1,
.vlt-is--lowercase-mode
    .vlt-section-title h2,
.vlt-is--lowercase-mode
    .vlt-section-title h3,
.vlt-is--lowercase-mode
    .vlt-section-title h4,
.vlt-is--lowercase-mode
    .vlt-section-title h5,
.vlt-is--lowercase-mode
    .vlt-section-title h6
{
    
}
.vlt-section-title p
{
    margin: 20px 0 0;
}

@media (min-width: 768px)
{
    .vlt-section-title.text-center
    {
        padding: 0 35px;
    }
}

/* Shortcode: services box */
.vlt-services-box
{
    position: relative;

    padding: 80px 85px;

    background-color: #fff;
}
@media (max-width: 767px)
{
    .vlt-services-box
    {
        padding: 70px 65px;
    }
}
@media (max-width: 575px)
{
    .vlt-services-box
    {
        padding: 60px 55px;
    }
}
.vlt-services-box__zigzag
{
    width: 52px;
    height: 11px;
    margin-bottom: 15px;

    background-position: 10px 30px;
}
.vlt-services-box__title
{
    margin: 0;
}
.vlt-is--lowercase-mode .vlt-services-box__title
{
    
}
.vlt-services-box__text
{
    font-size: 16px; 

    margin: 20px 0 0;
}
.vlt-services-box__link
{
    position: absolute;
    right: 0;
    bottom: 0;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    width: 55px;
    height: 55px;

    color: #fff;
    background-color: #ee3364; 

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.vlt-services-box__link::after
{
    background-color: #00bec5;
}
.vlt-services-box__link:hover
{
    color: #fff;
}

/* Shortcode: services */
.vlt-services__icon
{
    line-height: 1;

    color: #00bec5;
}

.vlt-services__title
{
    font-size: 24px; 

    margin: 0;
}
.vlt-is--lowercase-mode .vlt-services__title
{
    
}
.vlt-services__title a:hover
{
    color: inherit;
}

.vlt-services__text
{
    font-size: 16px; 

    margin: 12px 0 0;
}

/* icon top */
.vlt-services--top-center .vlt-services__icon,
.vlt-services--top-left .vlt-services__icon,
.vlt-services--top-right .vlt-services__icon
{
    font-size: 70px; 

    margin-bottom: 20px;
}

.vlt-services--top-center
{
    text-align: center;
}

.vlt-services--top-left
{
    text-align: left;
}

.vlt-services--top-right
{
    text-align: right;
}

.vlt-services--top-center .vlt-services__text
{
    padding: 0 15px;
}
@media (max-width: 575px)
{
    .vlt-services--top-center .vlt-services__text
    {
        padding: 0;
    }
}

.vlt-services--top-left .vlt-services__text
{
    padding-right: 44px;
}

.vlt-services--top-right .vlt-services__text
{
    padding-left: 44px;
}

/* icon left / right */
.vlt-services--left .vlt-services__icon,
.vlt-services--right .vlt-services__icon
{
    font-size: 54px;
}

.vlt-services--left
{
    text-align: left;
}
.vlt-services--left .vlt-services__icon
{
    float: left;

    margin-top: 5px;
}
.vlt-services--left .vlt-services__content
{
    padding-left: 80px;
}
.vlt-services--left .vlt-services__text
{
    padding-right: 10px;
}
@media (max-width: 575px)
{
    .vlt-services--left .vlt-services__text
    {
        padding-right: 0;
    }
}

.vlt-services--right
{
    text-align: right;
}
.vlt-services--right .vlt-services__icon
{
    float: right;

    margin-top: 5px;
}
.vlt-services--right .vlt-services__content
{
    padding-right: 80px;
}
.vlt-services--right .vlt-services__text
{
    padding-left: 10px;
}
@media (max-width: 575px)
{
    .vlt-services--right .vlt-services__text
    {
        padding-left: 0;
    }
}

/* Shortcode: simple image */
.vlt-simple-image
{
    position: relative;

    overflow: hidden;
}
.vlt-simple-image img
{
    display: block;
}
.vlt-simple-image__overlay
{
    position: absolute;
    z-index: 1; 
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: rgba(25, 25, 25, .1);
}
.vlt-simple-image span.caption
{
    position: absolute;
    z-index: 2; 
    bottom: 25px;
    left: 25px;

    display: inline-block;

    padding: 4px 15px;

    pointer-events: none;

    color: #fff;
    background-color: #ee3364;
}
.vlt-simple-image .vlt-image-link
{
    font-size: 25px;

    position: absolute;
    z-index: 2; 
    right: 0;
    bottom: 0;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    width: 55px;
    height: 55px;

    color: #fff;
    background-color: #ee3364;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.vlt-simple-image .vlt-image-link::after
{
    background-color: #00bec5;
}
.vlt-simple-image .vlt-image-link:hover
{
    color: #fff;
}
.vlt-simple-image .vlt-video-link
{
    position: absolute;
    z-index: 2; 
    top: calc(50% - 50px);
    left: calc(50% - 50px);
}

/* Shortcode: simple link */
.vlt-simple-link
{
    color: #0b0b0b;
}
.vlt-simple-link i
{
    display: inline-block;

    margin-left: 10px;

    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property:         transform;
            transition-property:         transform, -webkit-transform;
}
.vlt-simple-link:hover i
{
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}

/* Shortcode: social share */
.vlt-social-share h5
{
    margin: 0 0 30px;

    color: #0b0b0b;
}

/* Shortcode: subscribe form */
.vlt-subscribe-form
{
    position: relative;
}
.vlt-subscribe-form .vlt-subscribe-form__text
{
    margin: 0 0 20px 0;
}
.vlt-subscribe-form .vlt-btn
{
    margin-left: 15px; 

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.vlt-subscribe-form .vlt-alert
{
    font-size: 14px;

    display: none;

    margin: 15px 0 0;
    padding: 0 !important;

    color: #ee3364;
    border: none;
    background: none;
}
@media (max-width: 575px)
{
    .vlt-subscribe-form--style-1 .vlt-btn,
    .vlt-subscribe-form--style-2 .vlt-btn
    {
        display: block;

        width: 100%;
        margin-top: 15px;
        margin-left: 0;
    }
}
.vlt-subscribe-form--style-3 input[type='email']
{
    font-family: Muli;
    font-size: 16px;

    padding: 14px 20px;

    color: #fff;
    border: none;
    background-color: #414141;
}
.vlt-subscribe-form--style-3 input[type='email']::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.vlt-subscribe-form--style-3 input[type='email']:-moz-placeholder
{
    color: #c5c5c5;
}
.vlt-subscribe-form--style-3 input[type='email']::-moz-placeholder
{
    color: #c5c5c5;
}
.vlt-subscribe-form--style-3 input[type='email']:-ms-input-placeholder
{
    color: #c5c5c5;
}
.vlt-subscribe-form--style-3 .vlt-btn
{
    margin-left: 10px;
    padding: 0 18px;
}

/* Shortcode: team member */
/* style 1 */
.vlt-team-member--style-1 .vlt-team-member__info
{
    padding: 25px 0 0;

    text-align: center;
}
.vlt-team-member--style-1 .vlt-team-member__info h4
{
    font-size: 24px; 

    margin: 0;
}
.vlt-team-member--style-1 .vlt-team-member__info p
{
    font-size: 16px; 

    margin-bottom: 0;
}

/* style 2 */
.vlt-team-member--style-2
{
    position: relative;
}
.vlt-team-member--style-2 .vlt-team-member__info
{
    position: absolute;
    z-index: 1; 
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 100%;
    height: 100%;

    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;

    opacity: 0;
    background-color: rgba(11, 11, 11, .8);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
.vlt-team-member--style-2 .vlt-team-member__info *
{
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;

    opacity: 0;
    color: #fff;
}
.vlt-team-member--style-2 .vlt-team-member__info h4
{
    font-size: 24px;

    margin: 0;

    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
}
.vlt-team-member--style-2 .vlt-team-member__info p
{
    font-size: 16px;

    margin-bottom: 0;

    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
}
.vlt-team-member--style-2:hover .vlt-team-member__info
{
    opacity: 1;
}
.vlt-team-member--style-2:hover .vlt-team-member__info *
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); 

    opacity: 1;
}

/* Shortcode: testimonial item */
/* style 1 */
.vlt-testimonial-item--style-1
{
    text-align: center;
}
.vlt-testimonial-item--style-1 .icon
{
    font-size: 40px;
    line-height: 1;

    margin-bottom: 50px;

    color: #ee3364;
}
.vlt-testimonial-item--style-1 .vlt-testimonial-item__content
{
    font-family: MaisonNeueBold;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.45;

    color: #0b0b0b;
}
.vlt-testimonial-item--style-1 .vlt-testimonial-item__content p
{
    margin-bottom: 0;
}
.vlt-testimonial-item--style-1 .vlt-testimonial-item__metas h5
{
    margin: 30px 0 0;

    color: #8a8a8a;
}

/* style 2 */
.vlt-testimonial-item--style-2
{
    text-align: center;
}
.vlt-testimonial-item--style-2 .vlt-testimonial-item__content
{
    font-size: 16px;

    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 40px;

    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;

    border: 4px solid #eee;
    background-color: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.vlt-testimonial-item--style-2 .vlt-testimonial-item__content p
{
    margin-bottom: 0;
}
.vlt-testimonial-item--style-2 .vlt-testimonial-item__content::after,
.vlt-testimonial-item--style-2 .vlt-testimonial-item__content::before
{
    position: absolute;
    bottom: 0;

    content: '';
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
}
.vlt-testimonial-item--style-2 .vlt-testimonial-item__content::after
{
    bottom: -20px;
    left: calc(50% - 20px);

    border-top: 20px solid #fff; 
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
}
.vlt-testimonial-item--style-2 .vlt-testimonial-item__content::before
{
    bottom: -26px;
    left: calc(50% - 26px);

    border-top: 26px solid #eee; 
    border-right: 26px solid transparent;
    border-left: 26px solid transparent;
}
.vlt-testimonial-item--style-2 .vlt-testimonial-item__metas
{
    margin-top: 55px;
}
.vlt-testimonial-item--style-2 .vlt-testimonial-item__metas .avatar
{
    font-size: 0; 

    display: inline-block;

    width: 100px;
}
.vlt-testimonial-item--style-2 .vlt-testimonial-item__metas .avatar img
{
    border-radius: 50%;
}
.vlt-testimonial-item--style-2 .vlt-testimonial-item__metas h5
{
    margin: 15px 0 0;
}
.vlt-testimonial-item--style-2 .vlt-testimonial-item__metas span
{
    font-size: 16px;

    display: block;

    color: #ee3364;
}

.swiper-slide-active .vlt-testimonial-item--style-2 .vlt-testimonial-item__content
{
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms; 

    border-color: #ee3364;
}
.swiper-slide-active .vlt-testimonial-item--style-2 .vlt-testimonial-item__content::before
{
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms; 

    border-top-color: #ee3364;
}

/* style 3 */
.vlt-testimonial-item--style-3 .vlt-testimonial-item__content
{
    font-size: 16px;

    padding: 35px;

    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;

    border: 4px solid #eee;
    background-color: #fff;
}
.vlt-testimonial-item--style-3 .vlt-testimonial-item__content p
{
    margin-bottom: 0;
}

.vlt-testimonial-item--style-3 .vlt-testimonial-item__metas
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 15px; 

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.vlt-testimonial-item--style-3 .vlt-testimonial-item__metas .avatar
{
    font-size: 0; 

    display: inline-block;

    width: 80px;
    margin-right: 25px;
}
.vlt-testimonial-item--style-3 .vlt-testimonial-item__metas .avatar img
{
    border-radius: 50%;
}
.vlt-testimonial-item--style-3 .vlt-testimonial-item__metas h5
{
    margin: 0;
}
.vlt-testimonial-item--style-3 .vlt-testimonial-item__metas span
{
    font-size: 16px;

    display: block;

    color: #ee3364;
}

.swiper-slide-active .vlt-testimonial-item--style-3 .vlt-testimonial-item__content
{
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms; 

    border-color: #00bec5;
}

/* Shortcode: testimonial slider */
.vlt-testimonial-slider--style-1 .vlt-testimonial-item
{
    max-width: 630px;
    margin: 0 auto;
    padding: 0 15px;
}

@media (max-width: 767px)
{
    .vlt-testimonial-slider--style-1 .vlt-swiper-button-prev--style-2,
    .vlt-testimonial-slider--style-1 .vlt-swiper-button-next--style-2
    {
        display: none;
    }
}

.vlt-testimonial-slider--style-1 .vlt-swiper-pagination
{
    margin-top: 110px;
}

.vlt-testimonial-slider--style-1[data-dots='true'] .vlt-swiper-button-prev--style-2,
.vlt-testimonial-slider--style-1[data-dots='true'] .vlt-swiper-button-next--style-2
{
    top: calc(50% - 20px - 55px);
}

/* Shortcode: video link */
.vlt-video-link
{
    font-size: 22px;
    line-height: 1;

    position: relative;
    z-index: 1; 

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    width: 100px;
    height: 100px;

    color: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.vlt-video-link i
{
    position: relative;
}
.vlt-video-link::before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; 
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property:         transform;
            transition-property:         transform, -webkit-transform;

    border-radius: 50%;
    background-color: #ee3364;
}
.vlt-video-link:hover
{
    color: #fff;
}
.vlt-video-link:hover::before
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

/* Shortcode: work meta */
.vlt-work-meta
{
    font-size: 16px;

    margin-bottom: 0;

    color: #0b0b0b;
}
.vlt-work-meta dt
{
    color: #8a8a8a;
}

/* 08. Shop */
/* star rating */
.vlt-star-rating
{
    font-size: 16px;
    font-weight: normal;
    line-height: 1;

    display: block;

    letter-spacing: 2px;

    color: #b0b0b0;
}
.vlt-star-rating i.active
{
    color: #ffc556;
}

/* quantity */
.vlt-quantity
{
    font-family: MaisonNeueBold;
    font-size: 16px;
    font-weight: 500;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    color: #0b0b0b;
}
.vlt-quantity .qty
{
    font-family: inherit;
    font-weight: inherit;

    width: 32px;
    padding: 0;

    text-align: center;

    color: inherit;
    border: none;
    background: none;
}
.vlt-quantity .qty::-webkit-inner-spin-button,
.vlt-quantity .qty::-webkit-outer-spin-button
{
    -webkit-appearance: none;
            appearance: none;
}
.vlt-quantity button
{
    font-size: 18px;

    display: block;

    margin: 0;
    padding: 0;

    cursor: pointer; 

    border: none;
    outline: none;
    background: none;
}

/* shop top bar */
.vlt-shop-ordering select
{
    width: 245px;
    padding: 10px 15px;

    color: #818181;
    border-color: #f3f3f3 !important;
    background-color: #f3f3f3;
    background-color: #f3f3f3;
    background-image: url('../img/root/select-two.png');
    background-repeat: no-repeat;
    background-position: right 15px bottom 50%;
    background-size: 10px 5px;
}
@media (max-width: 757px)
{
    .vlt-shop-ordering select
    {
        margin: 0 auto;
    }
}

/* product item */
.vlt-product
{
    text-align: center;
}
.vlt-product .vlt-product-thumbnail
{
    position: relative;

    overflow: hidden;
}
.vlt-product .vlt-product-thumbnail img
{
    display: block;
}
.vlt-product .vlt-product-thumbnail .onsale
{
    font-size: 16px;
    line-height: 1;

    position: absolute;
    z-index: 2; 
    top: 30px;
    left: 0;

    padding: 10px 15px;

    color: #fff;
    background-color: #00bec5;
}
.vlt-product .vlt-add-to-cart-wrapper
{
    position: absolute;
    z-index: 5; 
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;

    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property:         transform;
            transition-property:         transform, -webkit-transform;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
}
.vlt-product .vlt-add-to-cart-wrapper .vlt-add-to-cart-button
{
    padding: 20px 0;

    color: #fff;
    background-color: #ee3364;
}
.vlt-product .vlt-add-to-cart-wrapper a:hover
{
    color: #fff;
}
.vlt-product .vlt-add-to-cart-wrapper .added
{
    display: none;
}
.vlt-product .vlt-product-content
{
    padding: 30px 0 15px;
}
.vlt-product .vlt-product-content h2
{
    font-size: 22px; 

    margin: 0;
}
.vlt-product .vlt-product-content .price
{
    font-family: MaisonNeueBold;
    font-weight: 600;

    display: block;

    margin-top: 5px;

    color: #ee3364;
}
.vlt-product .vlt-product-content .price del
{
    font-size: 80%;

    color: #b0b0b0;
}
.vlt-product .vlt-product-content .price ins
{
    text-decoration: none;
}
.vlt-product:hover .vlt-add-to-cart-wrapper
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

/* single product */
.vlt-product-summary
{
    padding: 15px 0 90px;
}
.vlt-product-summary .vlt-single-product-thumbnail
{
    position: relative;
}
.vlt-product-summary .vlt-single-product-thumbnail ul
{
    display: grid;

    margin-top: 10px;

    list-style-type: none; 

    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}
.vlt-product-summary .vlt-single-product-summary
{
    padding: 30px 0;
}
@media (min-width: 768px)
{
    .vlt-product-summary .vlt-single-product-summary
    {
        padding-left: 30px;
    }
}
.vlt-product-summary .vlt-single-product-summary .vlt-shop-breadcrumbs
{
    font-size: 14px; 

    margin-bottom: 25px;
}
.vlt-product-summary .vlt-single-product-summary .vlt-shop-breadcrumbs a
{
    color: #0b0b0b;
}
.vlt-product-summary .vlt-single-product-summary .vlt-shop-breadcrumbs a:hover
{
    color: #ee3364;
}
.vlt-product-summary .vlt-single-product-summary .vlt-shop-breadcrumbs .sep
{
    margin: 0 3px;
}
.vlt-product-summary .vlt-single-product-summary .vlt-shop-product-title
{
    font-size: 38px; 

    margin: 0 0 15px;
}
.vlt-product-summary .vlt-single-product-summary .vlt-shop-product-rating
{
    font-size: 16px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    color: #0b0b0b; 

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.vlt-product-summary .vlt-single-product-summary .vlt-shop-product-rating .vlt-shop-review-link
{
    margin-left: 6px;
}
.vlt-product-summary .vlt-single-product-summary .vlt-price
{
    font-family: MaisonNeueBold;
    font-size: 22px;
    font-weight: 600;

    margin: 25px 0 0;

    color: #ee3364;
}
.vlt-product-summary .vlt-single-product-summary .vlt-shop-product-description
{
    margin-top: 25px;
}
.vlt-product-summary .vlt-single-product-summary .vlt-shop-product-description p:last-child
{
    margin-bottom: 0;
}
.vlt-product-summary .vlt-single-product-summary .vlt-product-meta
{
    font-size: 16px;

    margin-top: 40px;

    color: #646464;
}
.vlt-product-summary .vlt-single-product-summary .vlt-product-meta div + div
{
    margin-top: 5px;
}
.vlt-product-summary .vlt-single-product-summary .vlt-product-meta .vlt-display-1,
.vlt-product-summary .vlt-single-product-summary .vlt-product-meta cite,
.vlt-product-summary .vlt-single-product-summary .vlt-product-meta .vlt-default-navigation .sf-menu > li > a,
.vlt-default-navigation .vlt-product-summary .vlt-single-product-summary .vlt-product-meta .sf-menu > li > a,
.vlt-product-summary .vlt-single-product-summary .vlt-product-meta .vlt-comment-item__inner .vlt-comment-content .vlt-comment-header__metas,
.vlt-comment-item__inner .vlt-comment-content .vlt-product-summary .vlt-single-product-summary .vlt-product-meta .vlt-comment-header__metas,
.vlt-product-summary .vlt-single-product-summary .vlt-product-meta .vlt-review-item__inner .vlt-comment-content .vlt-comment-header__metas,
.vlt-review-item__inner .vlt-comment-content .vlt-product-summary .vlt-single-product-summary .vlt-product-meta .vlt-comment-header__metas,
.vlt-product-summary .vlt-single-product-summary .vlt-product-meta .vlt-review-item__inner .vlt-review-content .vlt-comment-header__metas,
.vlt-review-item__inner .vlt-review-content .vlt-product-summary .vlt-single-product-summary .vlt-product-meta .vlt-comment-header__metas,
.vlt-product-summary .vlt-single-product-summary .vlt-product-meta .vlt-simple-link,
.vlt-product-summary .vlt-single-product-summary .vlt-product-meta .vlt-work-meta dt,
.vlt-work-meta .vlt-product-summary .vlt-single-product-summary .vlt-product-meta dt
{
    color: #0b0b0b;
}
.vlt-product-summary .vlt-single-product-summary .vlt-cart
{
    margin-top: 35px;
}
.vlt-product-summary .vlt-single-product-summary .vlt-cart .vlt-quantity + .vlt-btn
{
    margin-left: 40px;
}

/* tabs */
.vlt-single-product-tabs
{
    background-color: #f5f5f5;
}
.vlt-single-product-tabs .vlt-tabs
{
    margin: 0;
    padding: 30px 0 0;

    text-align: center;
}
@media (min-width: 768px)
{
    .vlt-single-product-tabs .vlt-tabs
    {
        padding: 0;

        list-style-type: none;

        border-bottom: 1px solid #ddd;
    }
}
.vlt-single-product-tabs .vlt-tabs li
{
    font-family: MaisonNeueBold;

    display: block;

    padding: 5px 15px;

    color: #848484;
}
@media (min-width: 768px)
{
    .vlt-single-product-tabs .vlt-tabs li
    {
        display: inline-block;

        margin: 0 20px -1px;
        padding: 30px 0 28px;

        border-bottom: 2px solid transparent;
    }
}
.vlt-single-product-tabs .vlt-tabs li a
{
    font-weight: 600;
}
.vlt-single-product-tabs .vlt-tabs li.active
{
    border-color: #ee3364;
}
.vlt-single-product-tabs .vlt-tabs li.active a
{
    color: #ee3364;
}
.vlt-single-product-tabs .vlt-panel
{
    padding: 60px 0 90px;
}
.vlt-single-product-tabs .vlt-panel:not(.active)
{
    display: none;
}
.vlt-single-product-tabs .vlt-panel--description p:last-child
{
    margin-bottom: 0;
}
.vlt-single-product-tabs .vlt-panel--additional_information table
{
    margin: 0;
}
.vlt-single-product-tabs .vlt-panel--additional_information table th,
.vlt-single-product-tabs .vlt-panel--additional_information table td
{
    padding: 20px 0;

    border: none;
    border-bottom: 1px solid #ddd;
}
.vlt-single-product-tabs .vlt-panel--additional_information table tr:first-child th,
.vlt-single-product-tabs .vlt-panel--additional_information table tr:first-child td
{
    padding-top: 0;
}
.vlt-single-product-tabs .vlt-panel--additional_information table td
{
    text-align: right;
}
.vlt-single-product-tabs .vlt-panel--additional_information table p
{
    margin: 0;
}

/* Reviews */
.vlt-review-form h6
{
    margin: 0;
}

.vlt-review-form label
{
    font-family: Muli;
    font-size: 16px;

    margin: 0 25px 0 0;

    color: #818181;
}

.vlt-reviews__list li.vlt-review-item
{
    padding: 50px 0;

    border-bottom: 1px solid #ddd;
}
.vlt-reviews__list li.vlt-review-item:first-child
{
    padding-top: 0;
}

.vlt-review-item__inner .vlt-review-content .vlt-review-header
{
    position: relative;

    display: block;

    margin-bottom: 20px;
}
.vlt-review-item__inner .vlt-review-content .vlt-review-header .vlt-star-rating
{
    position: absolute;
    top: 5px;
    right: 0;
}
.vlt-review-item__inner .vlt-review-content .vlt-review-header__metas
{
    font-size: 14px;

    margin-top: 10px;

    color: #848484;
}

/* cart */
.vlt-shop-table
{
    font-family: MaisonNeueBold; 

    margin-bottom: 0;
}
.vlt-shop-table thead
{
    background-color: #f5f5f5;
}
.vlt-shop-table thead tr th
{
    padding-left: 0;

    color: #717171;
}
@media (max-width: 767px)
{
    .vlt-shop-table thead .product-thumbnail
    {
        display: none;
    }
}
@media (max-width: 767px)
{
    .vlt-shop-table thead
    {
        display: none;
    }
}
.vlt-shop-table td,
.vlt-shop-table th
{
    border: none;
}
.vlt-shop-table tbody td
{
    padding: 30px 0;
}
@media (max-width: 767px)
{
    .vlt-shop-table tbody td:not(:first-child)
    {
        border-top: 1px solid #efefef;
    }
    .vlt-shop-table tbody td::before
    {
        float: left;

        content: attr(data-title) ': ';

        color: #0b0b0b;
    }
}
.vlt-shop-table tbody tr
{
    border-bottom: 1px solid #efefef;
}
@media (max-width: 767px)
{
    .vlt-shop-table tbody tr
    {
        display: block;
    }
}
@media (max-width: 767px)
{
    .vlt-shop-table tbody tr,
    .vlt-shop-table tbody td
    {
        display: block;

        padding-right: 0;
        padding-left: 0;

        text-align: right !important;

        border-top: none;
        border-right: none;
        border-left: none;
    }
}
.vlt-shop-table tbody td.product-remove
{
    width: 40px;
}
.vlt-shop-table tbody td.product-remove a
{
    font-size: 20px;
    line-height: 1;
}
.vlt-shop-table tbody td.product-remove a:not(:hover)
{
    color: #8f8f8f;
}
@media (max-width: 767px)
{
    .vlt-shop-table tbody td.product-remove
    {
        width: 100%;
    }
    .vlt-shop-table tbody td.product-remove::before
    {
        display: none;
    }
}
.vlt-shop-table tbody td.product-thumbnail
{
    width: 130px;
}
@media (max-width: 767px)
{
    .vlt-shop-table tbody td.product-thumbnail
    {
        display: none;
    }
}
.vlt-shop-table tbody td.product-thumbnail a,
.vlt-shop-table tbody td.product-thumbnail img
{
    display: block;
}
.vlt-shop-table tbody td.product-thumbnail img
{
    max-width: 100px;
}
.vlt-shop-table tbody td.product-name a
{
    font-size: 16px;
    font-weight: 600;
}
.vlt-shop-table tbody td.product-name a:not(:hover)
{
    color: #0b0b0b;
}
.vlt-shop-table tbody td.product-name .vlt-star-rating
{
    font-size: 12px; 

    margin-top: 5px;
}
.vlt-shop-table tbody td.product-price,
.vlt-shop-table tbody td.product-subtotal
{
    font-size: 16px;
    font-weight: 500;

    color: #0b0b0b;
}
@media (max-width: 767px)
{
    .vlt-shop-table tbody td.actions::before
    {
        display: none;
    }
}
.vlt-shop-table tbody td.actions > div
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 767px)
{
    .vlt-shop-table tbody td.actions > div
    {
        display: block;
    }
}
.vlt-shop-table tbody td.actions .vlt-coupon
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.vlt-shop-table tbody td.actions .vlt-coupon .vlt-btn
{
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.vlt-shop-table tbody td.actions .vlt-coupon input[type='text']
{
    max-width: 200px;
    margin-right: 10px;
    padding-right: 15px;
    padding-left: 15px;

    border-width: 1px;
}
@media (max-width: 767px)
{
    .vlt-shop-table tbody td.actions .vlt-coupon input[type='text']
    {
        max-width: 100%;
    }
}
.vlt-shop-table tbody td.actions .vlt-btn:disabled
{
    opacity: .3;
}

@media (max-width: 767px)
{
    table.cart td:not(:first-child),
    #content table.cart td:not(:first-child)
    {
        border-top: 1px solid #e2e2e2;
    }
    table.cart .product-thumbnail,
    #content table.cart .product-thumbnail
    {
        display: none !important;
    }
    table.cart td.product-remove,
    #content table.cart td.product-remove
    {
        width: 100% !important;
    }
    table.cart td.actions,
    #content table.cart td.actions
    {
        text-align: left;
    }
    table.cart td.actions .coupon,
    #content table.cart td.actions .coupon
    {
        float: none;
    }
    table.cart td.actions button[name='update_cart'],
    #content table.cart td.actions button[name='update_cart']
    {
        display: block;

        width: 100%;
    }
}

/* cart totals */
.vlt-cart-totals
{
    margin: 0;
    padding: 0;

    border: 1px solid #e2e2e2;
}
.vlt-cart-totals h2
{
    font-size: 18px;

    margin: 0;
    padding: 20px 15px;

    text-align: center;

    background-color: #f5f5f5;
}
.vlt-cart-totals .vlt-cart-totals-table-wrapper
{
    padding: 0 30px;
}
.vlt-cart-totals .vlt-btn
{
    margin: 25px 0 50px;
}
.vlt-cart-totals table
{
    font-family: MaisonNeueBold; 

    margin: 0;
}
.vlt-cart-totals table td,
.vlt-cart-totals table th
{
    padding: 25px 0;

    border: none;
}
.vlt-cart-totals table tr
{
    border-bottom: 1px solid #e2e2e2;
}
.vlt-cart-totals table th
{
    padding-right: 30px;

    color: #6b6b6b;
}
.vlt-cart-totals table td
{
    text-align: right;
}
.vlt-cart-totals table tr.cart-subtotal
{
    font-size: 16px;
    font-weight: 500;

    color: #0b0b0b;
}
.vlt-cart-totals table tr.order-total
{
    font-size: 24px;
    font-weight: 600;

    padding: 15px 0;

    color: #0b0b0b;
}
.vlt-cart-totals table tr.cart-discount
{
    font-size: 16px;

    color: #0b0b0b;
}
.vlt-cart-totals table tr.shipping
{
    font-size: 16px;

    color: #0b0b0b;
}
.vlt-cart-totals table tr.shipping th
{
    vertical-align: top;
}
.vlt-cart-totals table tr.shipping input,
.vlt-cart-totals table tr.shipping select
{
    padding: 10px 15px;

    border-width: 1px;
    border-color: #e2e2e2;
}
.vlt-cart-totals table tr.shipping .vlt-form-group
{
    margin-bottom: 0;
}
.vlt-cart-totals table tr.shipping .vlt-form-group + .vlt-form-group
{
    margin-top: 20px;
}
.vlt-cart-totals table tr.shipping select
{
    background-position: right 15px bottom 50%;
}

/* keyframes */
@-webkit-keyframes vlt_blink_in
{
    0%
    {
        -webkit-transform: scale(.95);
                transform: scale(.95); 

        opacity: 0;
    }
    100%
    {
        -webkit-transform: scale(1);
                transform: scale(1); 

        opacity: 1;
    }
}
@keyframes vlt_blink_in
{
    0%
    {
        -webkit-transform: scale(.95);
                transform: scale(.95); 

        opacity: 0;
    }
    100%
    {
        -webkit-transform: scale(1);
                transform: scale(1); 

        opacity: 1;
    }
}

@-webkit-keyframes vlt_fade_in_down
{
    0%
    {
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
    }
    100%
    {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}

@keyframes vlt_fade_in_down
{
    0%
    {
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
    }
    100%
    {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes vlt_fade_out_up
{
    0%
    {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    100%
    {
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
    }
}

@keyframes vlt_fade_out_up
{
    0%
    {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    100%
    {
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
    }
}

@-webkit-keyframes vlt_fade_in
{
    0%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
    }
}

@keyframes vlt_fade_in
{
    0%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
    }
}

@-webkit-keyframes vlt_bounce
{
    0%,
    20%,
    53%,
    80%,
    100%
    {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
                transition-timing-function: cubic-bezier(.215, .61, .355, 1); 
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    40%
    {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
                transition-timing-function: cubic-bezier(.755, .05, .855, .06); 
        -webkit-transform: translate3d(0, -6px, 0);
                transform: translate3d(0, -6px, 0);
    }
    70%
    {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
                transition-timing-function: cubic-bezier(.755, .05, .855, .06); 
        -webkit-transform: translate3d(0, -4px, 0);
                transform: translate3d(0, -4px, 0);
    }
    90%
    {
        -webkit-transform: translate3d(0, -2px, 0);
                transform: translate3d(0, -2px, 0);
    }
}

@keyframes vlt_bounce
{
    0%,
    20%,
    53%,
    80%,
    100%
    {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
                transition-timing-function: cubic-bezier(.215, .61, .355, 1); 
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    40%
    {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
                transition-timing-function: cubic-bezier(.755, .05, .855, .06); 
        -webkit-transform: translate3d(0, -6px, 0);
                transform: translate3d(0, -6px, 0);
    }
    70%
    {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
                transition-timing-function: cubic-bezier(.755, .05, .855, .06); 
        -webkit-transform: translate3d(0, -4px, 0);
                transform: translate3d(0, -4px, 0);
    }
    90%
    {
        -webkit-transform: translate3d(0, -2px, 0);
                transform: translate3d(0, -2px, 0);
    }
}

@-webkit-keyframes vlt_btn_effect
{
    49%
    {
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
    }
    50%
    {
        -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0); 

        opacity: 0;
    }
    100%
    {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); 

        opacity: 1;
    }
}

@keyframes vlt_btn_effect
{
    49%
    {
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
    }
    50%
    {
        -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0); 

        opacity: 0;
    }
    100%
    {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); 

        opacity: 1;
    }
}

@-webkit-keyframes vlt_animate_icon_right
{
    49%
    {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
    50%
    {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%); 

        opacity: 0;
    }
    51%
    {
        opacity: 1;
    }
}

@keyframes vlt_animate_icon_right
{
    49%
    {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
    50%
    {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%); 

        opacity: 0;
    }
    51%
    {
        opacity: 1;
    }
}

@-webkit-keyframes vlt_animate_icon_left
{
    49%
    {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }
    50%
    {
        -webkit-transform: translateX(100%);
                transform: translateX(100%); 

        opacity: 0;
    }
    51%
    {
        opacity: 1;
    }
}

@keyframes vlt_animate_icon_left
{
    49%
    {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }
    50%
    {
        -webkit-transform: translateX(100%);
                transform: translateX(100%); 

        opacity: 0;
    }
    51%
    {
        opacity: 1;
    }
}

@-webkit-keyframes vlt_preloader_cube
{
    0%
    {
        opacity: 1;
    }
    100%
    {
        opacity: 0;
    }
}

@keyframes vlt_preloader_cube
{
    0%
    {
        opacity: 1;
    }
    100%
    {
        opacity: 0;
    }
}

@-webkit-keyframes vlt_preloader_signal
{
    0%
    {
        -webkit-transform: scaleY(1);
                transform: scaleY(1);
    }
    80%
    {
        -webkit-transform: scaleY(.3);
                transform: scaleY(.3);
    }
    90%
    {
        -webkit-transform: scaleY(1);
                transform: scaleY(1);
    }
}

@keyframes vlt_preloader_signal
{
    0%
    {
        -webkit-transform: scaleY(1);
                transform: scaleY(1);
    }
    80%
    {
        -webkit-transform: scaleY(.3);
                transform: scaleY(.3);
    }
    90%
    {
        -webkit-transform: scaleY(1);
                transform: scaleY(1);
    }
}

@-webkit-keyframes vlt_preloader_spinner
{
    0%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes vlt_preloader_spinner
{
    0%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@-webkit-keyframes vlt_underline_link
{
    0%
    {
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transform-origin: top right;
                transform-origin: top right;
    }
    50%
    {
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: top right;
                transform-origin: top right;
    }
    50.1%
    {
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: top left;
                transform-origin: top left;
    }
    100%
    {
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transform-origin: top left;
                transform-origin: top left;
    }
}

@keyframes vlt_underline_link
{
    0%
    {
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transform-origin: top right;
                transform-origin: top right;
    }
    50%
    {
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: top right;
                transform-origin: top right;
    }
    50.1%
    {
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: top left;
                transform-origin: top left;
    }
    100%
    {
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transform-origin: top left;
                transform-origin: top left;
    }
}

.vlt-display-1,
cite,
.vlt-default-navigation .sf-menu > li > a,
.vlt-comment-item__inner .vlt-comment-content .vlt-comment-header__metas,
.vlt-review-item__inner .vlt-comment-content .vlt-comment-header__metas,
.vlt-review-item__inner .vlt-review-content .vlt-comment-header__metas,
.vlt-simple-link,
.vlt-work-meta dt,
table tr th,
table thead th,
.vlt-countdown--style-1 h5,
.vlt-countdown--style-2 h5,
.vlt-demo-item__image span.badge
{
    font-family: MaisonNeueBold;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;

    letter-spacing: .075em;
    text-transform: uppercase;
}

.vlt-social-icon:hover
{
    -webkit-animation-name: vlt_bounce;
            animation-name: vlt_bounce;
    -webkit-animation-duration: .8s;
            animation-duration: .8s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

.vlt-btn--effect,
.vlt-services-box__link,
.vlt-simple-image .vlt-image-link
{
    overflow: hidden;
}
.vlt-btn--effect:disabled::after,
.vlt-services-box__link:disabled::after,
.vlt-simple-image .vlt-image-link:disabled::after,
.disabled.vlt-btn--effect::after,
.disabled.vlt-services-box__link::after,
.vlt-simple-image .disabled.vlt-image-link::after
{
    display: none;
}
.vlt-btn--effect::after,
.vlt-services-box__link::after,
.vlt-simple-image .vlt-image-link::after
{
    position: absolute;
    z-index: 0; 
    bottom: 0;
    left: 0;

    width: 100%;
    height: 0;

    content: '';
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: all;
            transition-property: all;
}
.vlt-btn--effect span,
.vlt-services-box__link span,
.vlt-simple-image .vlt-image-link span
{
    position: relative;
    z-index: 1; 

    display: block;
}
.vlt-btn--effect:hover span,
.vlt-services-box__link:hover span,
.vlt-simple-image .vlt-image-link:hover span
{
    -webkit-animation-name: vlt_btn_effect;
            animation-name: vlt_btn_effect;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.vlt-btn--effect:hover::after,
.vlt-services-box__link:hover::after,
.vlt-simple-image .vlt-image-link:hover::after
{
    height: 100%;
}
